From bc398b4125ebacbde2f7eff67eb69c6e6f58f831 Mon Sep 17 00:00:00 2001 From: oparareda-at-wiris Date: Tue, 7 Jan 2025 10:29:44 +0100 Subject: [PATCH] chore: Update DB for testing for 40X --- databases/MOODLE_401_STABLE.sql | 40642 +++++++++++++++++++++++++---- databases/MOODLE_402_STABLE.sql | 40789 +++++++++++++++++++++++++---- databases/MOODLE_403_STABLE.sql | 41077 +++++++++++++++++++++++++---- databases/MOODLE_404_STABLE.sql | 41142 ++++++++++++++++++++++++++---- databases/MOODLE_405_STABLE.sql | 633 +- 5 files changed, 145016 insertions(+), 19267 deletions(-) diff --git a/databases/MOODLE_401_STABLE.sql b/databases/MOODLE_401_STABLE.sql index 1f2bfc7..c83d714 100644 --- a/databases/MOODLE_401_STABLE.sql +++ b/databases/MOODLE_401_STABLE.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.4.3, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ --- Server version 8.0.32 +-- Server version 8.4.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -16,13 +16,13 @@ /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- --- Table structure for table `m_adminpresets` +-- Table structure for table `b_adminpresets` -- -DROP TABLE IF EXISTS `m_adminpresets`; +DROP TABLE IF EXISTS `b_adminpresets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets` ( +CREATE TABLE `b_adminpresets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -35,106 +35,106 @@ CREATE TABLE `m_adminpresets` ( `timecreated` bigint NOT NULL DEFAULT '0', `timeimported` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets` +-- Dumping data for table `b_adminpresets` -- -LOCK TABLES `m_adminpresets` WRITE; -/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; -INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1683021824,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1683021824,0); -/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +LOCK TABLES `b_adminpresets` WRITE; +/*!40000 ALTER TABLE `b_adminpresets` DISABLE KEYS */; +INSERT INTO `b_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://webserver','','','',1,1734079919,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://webserver','','','',2,1734079920,0); +/*!40000 ALTER TABLE `b_adminpresets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app` +-- Table structure for table `b_adminpresets_app` -- -DROP TABLE IF EXISTS `m_adminpresets_app`; +DROP TABLE IF EXISTS `b_adminpresets_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app` ( +CREATE TABLE `b_adminpresets_app` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `userid` bigint NOT NULL, `time` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiapp_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app` +-- Dumping data for table `b_adminpresets_app` -- -LOCK TABLES `m_adminpresets_app` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it` +-- Table structure for table `b_adminpresets_app_it` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it`; +DROP TABLE IF EXISTS `b_adminpresets_app_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it` ( +CREATE TABLE `b_adminpresets_app_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiappit_con_ix` (`configlogid`), - KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappit_con_ix` (`configlogid`), + KEY `b_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_app_it` +-- Dumping data for table `b_adminpresets_app_it` -- -LOCK TABLES `m_adminpresets_app_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it_a` +-- Table structure for table `b_adminpresets_app_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_app_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it_a` ( +CREATE TABLE `b_adminpresets_app_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_admiappita_con_ix` (`configlogid`), - KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappita_con_ix` (`configlogid`), + KEY `b_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_it_a` +-- Dumping data for table `b_adminpresets_app_it_a` -- -LOCK TABLES `m_adminpresets_app_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_plug` +-- Table structure for table `b_adminpresets_app_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +DROP TABLE IF EXISTS `b_adminpresets_app_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_plug` ( +CREATE TABLE `b_adminpresets_app_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -142,109 +142,109 @@ CREATE TABLE `m_adminpresets_app_plug` ( `value` smallint NOT NULL DEFAULT '0', `oldvalue` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_plug` +-- Dumping data for table `b_adminpresets_app_plug` -- -LOCK TABLES `m_adminpresets_app_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it` +-- Table structure for table `b_adminpresets_it` -- -DROP TABLE IF EXISTS `m_adminpresets_it`; +DROP TABLE IF EXISTS `b_adminpresets_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it` ( +CREATE TABLE `b_adminpresets_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiit_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it` +-- Dumping data for table `b_adminpresets_it` -- -LOCK TABLES `m_adminpresets_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; -INSERT INTO `m_adminpresets_it` 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','1'),(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','0'); -/*!40000 ALTER TABLE `m_adminpresets_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it` DISABLE KEYS */; +INSERT INTO `b_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `b_adminpresets_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it_a` +-- Table structure for table `b_adminpresets_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it_a` ( +CREATE TABLE `b_adminpresets_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiita_ite_ix` (`itemid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it_a` +-- Dumping data for table `b_adminpresets_it_a` -- -LOCK TABLES `m_adminpresets_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_plug` +-- Table structure for table `b_adminpresets_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_plug`; +DROP TABLE IF EXISTS `b_adminpresets_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_plug` ( +CREATE TABLE `b_adminpresets_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiplug_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_plug` +-- Dumping data for table `b_adminpresets_plug` -- -LOCK TABLES `m_adminpresets_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; -INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); -/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `b_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `b_adminpresets_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_indicator_calc` +-- Table structure for table `b_analytics_indicator_calc` -- -DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +DROP TABLE IF EXISTS `b_analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_indicator_calc` ( +CREATE TABLE `b_analytics_indicator_calc` ( `id` bigint NOT NULL AUTO_INCREMENT, `starttime` bigint NOT NULL, `endtime` bigint NOT NULL, @@ -255,28 +255,28 @@ CREATE TABLE `m_analytics_indicator_calc` ( `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), - KEY `m_analindicalc_con_ix` (`contextid`) + KEY `b_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `b_analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_indicator_calc` +-- Dumping data for table `b_analytics_indicator_calc` -- -LOCK TABLES `m_analytics_indicator_calc` WRITE; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +LOCK TABLES `b_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models` +-- Table structure for table `b_analytics_models` -- -DROP TABLE IF EXISTS `m_analytics_models`; +DROP TABLE IF EXISTS `b_analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models` ( +CREATE TABLE `b_analytics_models` ( `id` bigint NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', @@ -291,29 +291,29 @@ CREATE TABLE `m_analytics_models` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmode_enatra_ix` (`enabled`,`trained`), - KEY `m_analmode_use_ix` (`usermodified`) + KEY `b_analmode_enatra_ix` (`enabled`,`trained`), + KEY `b_analmode_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models` +-- Dumping data for table `b_analytics_models` -- -LOCK TABLES `m_analytics_models` WRITE; -/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; -INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); -/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +LOCK TABLES `b_analytics_models` WRITE; +/*!40000 ALTER TABLE `b_analytics_models` DISABLE KEYS */; +INSERT INTO `b_analytics_models` 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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,0); +/*!40000 ALTER TABLE `b_analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models_log` +-- Table structure for table `b_analytics_models_log` -- -DROP TABLE IF EXISTS `m_analytics_models_log`; +DROP TABLE IF EXISTS `b_analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models_log` ( +CREATE TABLE `b_analytics_models_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `version` bigint NOT NULL, @@ -327,28 +327,28 @@ CREATE TABLE `m_analytics_models_log` ( `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmodelog_mod_ix` (`modelid`), - KEY `m_analmodelog_use_ix` (`usermodified`) + KEY `b_analmodelog_mod_ix` (`modelid`), + KEY `b_analmodelog_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models_log` +-- Dumping data for table `b_analytics_models_log` -- -LOCK TABLES `m_analytics_models_log` WRITE; -/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +LOCK TABLES `b_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `b_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predict_samples` +-- Table structure for table `b_analytics_predict_samples` -- -DROP TABLE IF EXISTS `m_analytics_predict_samples`; +DROP TABLE IF EXISTS `b_analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predict_samples` ( +CREATE TABLE `b_analytics_predict_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -358,57 +358,57 @@ CREATE TABLE `m_analytics_predict_samples` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), - KEY `m_analpredsamp_mod_ix` (`modelid`) + KEY `b_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `b_analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predict_samples` +-- Dumping data for table `b_analytics_predict_samples` -- -LOCK TABLES `m_analytics_predict_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_prediction_actions` +-- Table structure for table `b_analytics_prediction_actions` -- -DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +DROP TABLE IF EXISTS `b_analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_prediction_actions` ( +CREATE TABLE `b_analytics_prediction_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `predictionid` bigint NOT NULL, `userid` bigint NOT NULL, `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), - KEY `m_analpredacti_pre_ix` (`predictionid`), - KEY `m_analpredacti_use_ix` (`userid`) + KEY `b_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `b_analpredacti_pre_ix` (`predictionid`), + KEY `b_analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_prediction_actions` +-- Dumping data for table `b_analytics_prediction_actions` -- -LOCK TABLES `m_analytics_prediction_actions` WRITE; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +LOCK TABLES `b_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predictions` +-- Table structure for table `b_analytics_predictions` -- -DROP TABLE IF EXISTS `m_analytics_predictions`; +DROP TABLE IF EXISTS `b_analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predictions` ( +CREATE TABLE `b_analytics_predictions` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -421,29 +421,29 @@ CREATE TABLE `m_analytics_predictions` ( `timestart` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), - KEY `m_analpred_mod_ix` (`modelid`), - KEY `m_analpred_con_ix` (`contextid`) + KEY `b_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `b_analpred_mod_ix` (`modelid`), + KEY `b_analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predictions` +-- Dumping data for table `b_analytics_predictions` -- -LOCK TABLES `m_analytics_predictions` WRITE; -/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +LOCK TABLES `b_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `b_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_train_samples` +-- Table structure for table `b_analytics_train_samples` -- -DROP TABLE IF EXISTS `m_analytics_train_samples`; +DROP TABLE IF EXISTS `b_analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_train_samples` ( +CREATE TABLE `b_analytics_train_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -451,28 +451,28 @@ CREATE TABLE `m_analytics_train_samples` ( `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), - KEY `m_analtraisamp_mod_ix` (`modelid`) + KEY `b_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `b_analtraisamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_train_samples` +-- Dumping data for table `b_analytics_train_samples` -- -LOCK TABLES `m_analytics_train_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_analysables` +-- Table structure for table `b_analytics_used_analysables` -- -DROP TABLE IF EXISTS `m_analytics_used_analysables`; +DROP TABLE IF EXISTS `b_analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_analysables` ( +CREATE TABLE `b_analytics_used_analysables` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -480,67 +480,64 @@ CREATE TABLE `m_analytics_used_analysables` ( `firstanalysis` bigint NOT NULL, `timeanalysed` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analusedanal_modact_ix` (`modelid`,`action`), - KEY `m_analusedanal_mod_ix` (`modelid`), - KEY `m_analusedanal_ana_ix` (`analysableid`) + KEY `b_analusedanal_modact_ix` (`modelid`,`action`), + KEY `b_analusedanal_ana_ix` (`analysableid`), + KEY `b_analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_used_analysables` +-- Dumping data for table `b_analytics_used_analysables` -- -LOCK TABLES `m_analytics_used_analysables` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_files` +-- Table structure for table `b_analytics_used_files` -- -DROP TABLE IF EXISTS `m_analytics_used_files`; +DROP TABLE IF EXISTS `b_analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_files` ( +CREATE TABLE `b_analytics_used_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL DEFAULT '0', `fileid` bigint NOT NULL DEFAULT '0', `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `time` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), - KEY `m_analusedfile_mod_ix` (`modelid`), - KEY `m_analusedfile_fil_ix` (`fileid`) + KEY `b_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `b_analusedfile_mod_ix` (`modelid`), + KEY `b_analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- Dumping data for table `b_analytics_used_files` -- -LOCK TABLES `m_analytics_used_files` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign` +-- Table structure for table `b_assign` -- -DROP TABLE IF EXISTS `m_assign`; +DROP TABLE IF EXISTS `b_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign` ( +CREATE TABLE `b_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', - `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `activityformat` smallint NOT NULL DEFAULT '0', - `submissionattachments` tinyint NOT NULL DEFAULT '0', `nosubmissions` tinyint NOT NULL DEFAULT '0', `submissiondrafts` tinyint NOT NULL DEFAULT '0', `sendnotifications` tinyint NOT NULL DEFAULT '0', @@ -552,7 +549,6 @@ CREATE TABLE `m_assign` ( `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', `completionsubmit` tinyint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', - `timelimit` bigint NOT NULL DEFAULT '0', `gradingduedate` bigint NOT NULL DEFAULT '0', `teamsubmission` tinyint NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', @@ -566,29 +562,33 @@ CREATE TABLE `m_assign` ( `markingallocation` tinyint NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assi_cou_ix` (`course`), - KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) + KEY `b_assi_cou_ix` (`course`), + KEY `b_assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- Dumping data for table `b_assign` -- -LOCK TABLES `m_assign` WRITE; -/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +LOCK TABLES `b_assign` WRITE; +/*!40000 ALTER TABLE `b_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_grades` +-- Table structure for table `b_assign_grades` -- -DROP TABLE IF EXISTS `m_assign_grades`; +DROP TABLE IF EXISTS `b_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_grades` ( +CREATE TABLE `b_assign_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -598,30 +598,30 @@ CREATE TABLE `m_assign_grades` ( `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), - KEY `m_assigrad_use_ix` (`userid`), - KEY `m_assigrad_att_ix` (`attemptnumber`), - KEY `m_assigrad_ass_ix` (`assignment`) + UNIQUE KEY `b_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `b_assigrad_use_ix` (`userid`), + KEY `b_assigrad_att_ix` (`attemptnumber`), + KEY `b_assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_grades` +-- Dumping data for table `b_assign_grades` -- -LOCK TABLES `m_assign_grades` WRITE; -/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +LOCK TABLES `b_assign_grades` WRITE; +/*!40000 ALTER TABLE `b_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_overrides` +-- Table structure for table `b_assign_overrides` -- -DROP TABLE IF EXISTS `m_assign_overrides`; +DROP TABLE IF EXISTS `b_assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_overrides` ( +CREATE TABLE `b_assign_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -632,29 +632,29 @@ CREATE TABLE `m_assign_overrides` ( `cutoffdate` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_assiover_ass_ix` (`assignid`), - KEY `m_assiover_gro_ix` (`groupid`), - KEY `m_assiover_use_ix` (`userid`) + KEY `b_assiover_ass_ix` (`assignid`), + KEY `b_assiover_gro_ix` (`groupid`), + KEY `b_assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_overrides` +-- Dumping data for table `b_assign_overrides` -- -LOCK TABLES `m_assign_overrides` WRITE; -/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +LOCK TABLES `b_assign_overrides` WRITE; +/*!40000 ALTER TABLE `b_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_plugin_config` +-- Table structure for table `b_assign_plugin_config` -- -DROP TABLE IF EXISTS `m_assign_plugin_config`; +DROP TABLE IF EXISTS `b_assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_plugin_config` ( +CREATE TABLE `b_assign_plugin_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -662,30 +662,30 @@ CREATE TABLE `m_assign_plugin_config` ( `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_assiplugconf_plu_ix` (`plugin`), - KEY `m_assiplugconf_sub_ix` (`subtype`), - KEY `m_assiplugconf_nam_ix` (`name`), - KEY `m_assiplugconf_ass_ix` (`assignment`) + KEY `b_assiplugconf_plu_ix` (`plugin`), + KEY `b_assiplugconf_sub_ix` (`subtype`), + KEY `b_assiplugconf_nam_ix` (`name`), + KEY `b_assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- Dumping data for table `b_assign_plugin_config` -- -LOCK TABLES `m_assign_plugin_config` WRITE; -/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +LOCK TABLES `b_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `b_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_submission` +-- Table structure for table `b_assign_submission` -- -DROP TABLE IF EXISTS `m_assign_submission`; +DROP TABLE IF EXISTS `b_assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_submission` ( +CREATE TABLE `b_assign_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -697,31 +697,31 @@ CREATE TABLE `m_assign_submission` ( `attemptnumber` bigint NOT NULL DEFAULT '0', `latest` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), - KEY `m_assisubm_use_ix` (`userid`), - KEY `m_assisubm_att_ix` (`attemptnumber`), - KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), - KEY `m_assisubm_ass_ix` (`assignment`) + UNIQUE KEY `b_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `b_assisubm_use_ix` (`userid`), + KEY `b_assisubm_att_ix` (`attemptnumber`), + KEY `b_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `b_assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_submission` +-- Dumping data for table `b_assign_submission` -- -LOCK TABLES `m_assign_submission` WRITE; -/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +LOCK TABLES `b_assign_submission` WRITE; +/*!40000 ALTER TABLE `b_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_flags` +-- Table structure for table `b_assign_user_flags` -- -DROP TABLE IF EXISTS `m_assign_user_flags`; +DROP TABLE IF EXISTS `b_assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_flags` ( +CREATE TABLE `b_assign_user_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `assignment` bigint NOT NULL DEFAULT '0', @@ -731,83 +731,83 @@ CREATE TABLE `m_assign_user_flags` ( `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `allocatedmarker` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiuserflag_mai_ix` (`mailed`), - KEY `m_assiuserflag_use_ix` (`userid`), - KEY `m_assiuserflag_ass_ix` (`assignment`) + KEY `b_assiuserflag_mai_ix` (`mailed`), + KEY `b_assiuserflag_use_ix` (`userid`), + KEY `b_assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- Dumping data for table `b_assign_user_flags` -- -LOCK TABLES `m_assign_user_flags` WRITE; -/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +LOCK TABLES `b_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `b_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_mapping` +-- Table structure for table `b_assign_user_mapping` -- -DROP TABLE IF EXISTS `m_assign_user_mapping`; +DROP TABLE IF EXISTS `b_assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_mapping` ( +CREATE TABLE `b_assign_user_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiusermapp_ass_ix` (`assignment`), - KEY `m_assiusermapp_use_ix` (`userid`) + KEY `b_assiusermapp_ass_ix` (`assignment`), + KEY `b_assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- Dumping data for table `b_assign_user_mapping` -- -LOCK TABLES `m_assign_user_mapping` WRITE; -/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +LOCK TABLES `b_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `b_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_comments` +-- Table structure for table `b_assignfeedback_comments` -- -DROP TABLE IF EXISTS `m_assignfeedback_comments`; +DROP TABLE IF EXISTS `b_assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_comments` ( +CREATE TABLE `b_assignfeedback_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `commentformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assicomm_ass_ix` (`assignment`), - KEY `m_assicomm_gra_ix` (`grade`) + KEY `b_assicomm_ass_ix` (`assignment`), + KEY `b_assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_comments` +-- Dumping data for table `b_assignfeedback_comments` -- -LOCK TABLES `m_assignfeedback_comments` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_annot` +-- Table structure for table `b_assignfeedback_editpdf_annot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_annot` ( +CREATE TABLE `b_assignfeedback_editpdf_annot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -820,28 +820,28 @@ CREATE TABLE `m_assignfeedback_editpdf_annot` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditanno_gra_ix` (`gradeid`) + KEY `b_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_annot` +-- Dumping data for table `b_assignfeedback_editpdf_annot` -- -LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- Table structure for table `b_assignfeedback_editpdf_cmnt` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_cmnt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( +CREATE TABLE `b_assignfeedback_editpdf_cmnt` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', @@ -852,55 +852,55 @@ CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditcmnt_gra_ix` (`gradeid`) + KEY `b_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditcmnt_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- Dumping data for table `b_assignfeedback_editpdf_cmnt` -- -LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_quick` +-- Table structure for table `b_assignfeedback_editpdf_quick` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_quick` ( +CREATE TABLE `b_assignfeedback_editpdf_quick` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `width` bigint NOT NULL DEFAULT '120', `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', PRIMARY KEY (`id`), - KEY `m_assieditquic_use_ix` (`userid`) + KEY `b_assieditquic_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_quick` +-- Dumping data for table `b_assignfeedback_editpdf_quick` -- -LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_rot` +-- Table structure for table `b_assignfeedback_editpdf_rot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_rot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_rot` ( +CREATE TABLE `b_assignfeedback_editpdf_rot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -908,55 +908,55 @@ CREATE TABLE `m_assignfeedback_editpdf_rot` ( `isrotated` tinyint(1) NOT NULL DEFAULT '0', `degree` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), - KEY `m_assieditrot_gra_ix` (`gradeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `b_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_rot` +-- Dumping data for table `b_assignfeedback_editpdf_rot` -- -LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_file` +-- Table structure for table `b_assignfeedback_file` -- -DROP TABLE IF EXISTS `m_assignfeedback_file`; +DROP TABLE IF EXISTS `b_assignfeedback_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_file` ( +CREATE TABLE `b_assignfeedback_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass2_ix` (`assignment`), - KEY `m_assifile_gra_ix` (`grade`) + KEY `b_assifile_ass2_ix` (`assignment`), + KEY `b_assifile_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- Dumping data for table `b_assignfeedback_file` -- -LOCK TABLES `m_assignfeedback_file` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignment` +-- Table structure for table `b_assignment` -- -DROP TABLE IF EXISTS `m_assignment`; +DROP TABLE IF EXISTS `b_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignment` ( +CREATE TABLE `b_assignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -977,27 +977,27 @@ CREATE TABLE `m_assignment` ( `grade` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assi_cou2_ix` (`course`) + KEY `b_assi_cou2_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignment` +-- Dumping data for table `b_assignment` -- -LOCK TABLES `m_assignment` WRITE; -/*!40000 ALTER TABLE `m_assignment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignment` ENABLE KEYS */; +LOCK TABLES `b_assignment` WRITE; +/*!40000 ALTER TABLE `b_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignment_submissions` +-- Table structure for table `b_assignment_submissions` -- -DROP TABLE IF EXISTS `m_assignment_submissions`; +DROP TABLE IF EXISTS `b_assignment_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignment_submissions` ( +CREATE TABLE `b_assignment_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -1013,30 +1013,30 @@ CREATE TABLE `m_assignment_submissions` ( `timemarked` bigint NOT NULL DEFAULT '0', `mailed` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assisubm_use2_ix` (`userid`), - KEY `m_assisubm_mai_ix` (`mailed`), - KEY `m_assisubm_tim_ix` (`timemarked`), - KEY `m_assisubm_ass2_ix` (`assignment`) + KEY `b_assisubm_use2_ix` (`userid`), + KEY `b_assisubm_mai_ix` (`mailed`), + KEY `b_assisubm_tim_ix` (`timemarked`), + KEY `b_assisubm_ass2_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignment_submissions` +-- Dumping data for table `b_assignment_submissions` -- -LOCK TABLES `m_assignment_submissions` WRITE; -/*!40000 ALTER TABLE `m_assignment_submissions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignment_submissions` ENABLE KEYS */; +LOCK TABLES `b_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `b_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_submissions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignment_upgrade` +-- Table structure for table `b_assignment_upgrade` -- -DROP TABLE IF EXISTS `m_assignment_upgrade`; +DROP TABLE IF EXISTS `b_assignment_upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignment_upgrade` ( +CREATE TABLE `b_assignment_upgrade` ( `id` bigint NOT NULL AUTO_INCREMENT, `oldcmid` bigint NOT NULL DEFAULT '0', `oldinstance` bigint NOT NULL DEFAULT '0', @@ -1044,83 +1044,83 @@ CREATE TABLE `m_assignment_upgrade` ( `newinstance` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiupgr_old_ix` (`oldcmid`), - KEY `m_assiupgr_old2_ix` (`oldinstance`) + KEY `b_assiupgr_old_ix` (`oldcmid`), + KEY `b_assiupgr_old2_ix` (`oldinstance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignment_upgrade` +-- Dumping data for table `b_assignment_upgrade` -- -LOCK TABLES `m_assignment_upgrade` WRITE; -/*!40000 ALTER TABLE `m_assignment_upgrade` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignment_upgrade` ENABLE KEYS */; +LOCK TABLES `b_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `b_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_upgrade` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_file` +-- Table structure for table `b_assignsubmission_file` -- -DROP TABLE IF EXISTS `m_assignsubmission_file`; +DROP TABLE IF EXISTS `b_assignsubmission_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_file` ( +CREATE TABLE `b_assignsubmission_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass_ix` (`assignment`), - KEY `m_assifile_sub_ix` (`submission`) + KEY `b_assifile_ass_ix` (`assignment`), + KEY `b_assifile_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_file` +-- Dumping data for table `b_assignsubmission_file` -- -LOCK TABLES `m_assignsubmission_file` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +LOCK TABLES `b_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_onlinetext` +-- Table structure for table `b_assignsubmission_onlinetext` -- -DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +DROP TABLE IF EXISTS `b_assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_onlinetext` ( +CREATE TABLE `b_assignsubmission_onlinetext` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `onlineformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assionli_ass_ix` (`assignment`), - KEY `m_assionli_sub_ix` (`submission`) + KEY `b_assionli_ass_ix` (`assignment`), + KEY `b_assionli_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_onlinetext` +-- Dumping data for table `b_assignsubmission_onlinetext` -- -LOCK TABLES `m_assignsubmission_onlinetext` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +LOCK TABLES `b_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_lti_linked_login` +-- Table structure for table `b_auth_lti_linked_login` -- -DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +DROP TABLE IF EXISTS `b_auth_lti_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_lti_linked_login` ( +CREATE TABLE `b_auth_lti_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1130,28 +1130,28 @@ CREATE TABLE `m_auth_lti_linked_login` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), - KEY `m_authltilinklogi_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `b_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_lti_linked_login` +-- Dumping data for table `b_auth_lti_linked_login` -- -LOCK TABLES `m_auth_lti_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +LOCK TABLES `b_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_oauth2_linked_login` +-- Table structure for table `b_auth_oauth2_linked_login` -- -DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +DROP TABLE IF EXISTS `b_auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_oauth2_linked_login` ( +CREATE TABLE `b_auth_oauth2_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -1163,31 +1163,31 @@ CREATE TABLE `m_auth_oauth2_linked_login` ( `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `confirmtokenexpires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), - KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), - KEY `m_authoautlinklogi_use_ix` (`usermodified`), - KEY `m_authoautlinklogi_use2_ix` (`userid`), - KEY `m_authoautlinklogi_iss_ix` (`issuerid`) + UNIQUE KEY `b_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `b_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `b_authoautlinklogi_use_ix` (`usermodified`), + KEY `b_authoautlinklogi_use2_ix` (`userid`), + KEY `b_authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_oauth2_linked_login` +-- Dumping data for table `b_auth_oauth2_linked_login` -- -LOCK TABLES `m_auth_oauth2_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +LOCK TABLES `b_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_controllers` +-- Table structure for table `b_backup_controllers` -- -DROP TABLE IF EXISTS `m_backup_controllers`; +DROP TABLE IF EXISTS `b_backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_controllers` ( +CREATE TABLE `b_backup_controllers` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', @@ -1206,30 +1206,30 @@ CREATE TABLE `m_backup_controllers` ( `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backcont_bac_uix` (`backupid`), - KEY `m_backcont_typite_ix` (`type`,`itemid`), - KEY `m_backcont_use_ix` (`userid`), - KEY `m_backcont_useite_ix` (`userid`,`itemid`) + UNIQUE KEY `b_backcont_bac_uix` (`backupid`), + KEY `b_backcont_typite_ix` (`type`,`itemid`), + KEY `b_backcont_useite_ix` (`userid`,`itemid`), + KEY `b_backcont_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- Dumping data for table `b_backup_controllers` -- -LOCK TABLES `m_backup_controllers` WRITE; -/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +LOCK TABLES `b_backup_controllers` WRITE; +/*!40000 ALTER TABLE `b_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_courses` +-- Table structure for table `b_backup_courses` -- -DROP TABLE IF EXISTS `m_backup_courses`; +DROP TABLE IF EXISTS `b_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_courses` ( +CREATE TABLE `b_backup_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `laststarttime` bigint NOT NULL DEFAULT '0', @@ -1237,55 +1237,55 @@ CREATE TABLE `m_backup_courses` ( `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', `nextstarttime` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_backcour_cou_uix` (`courseid`) + UNIQUE KEY `b_backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_backup_courses` +-- Dumping data for table `b_backup_courses` -- -LOCK TABLES `m_backup_courses` WRITE; -/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +LOCK TABLES `b_backup_courses` WRITE; +/*!40000 ALTER TABLE `b_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_logs` +-- Table structure for table `b_backup_logs` -- -DROP TABLE IF EXISTS `m_backup_logs`; +DROP TABLE IF EXISTS `b_backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_logs` ( +CREATE TABLE `b_backup_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `loglevel` smallint NOT NULL, `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), - KEY `m_backlogs_bac_ix` (`backupid`) + UNIQUE KEY `b_backlogs_bacid_uix` (`backupid`,`id`), + KEY `b_backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- Dumping data for table `b_backup_logs` -- -LOCK TABLES `m_backup_logs` WRITE; -/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +LOCK TABLES `b_backup_logs` WRITE; +/*!40000 ALTER TABLE `b_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge` +-- Table structure for table `b_badge` -- -DROP TABLE IF EXISTS `m_badge`; +DROP TABLE IF EXISTS `b_badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge` ( +CREATE TABLE `b_badge` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -1313,30 +1313,30 @@ CREATE TABLE `m_badge` ( `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badg_typ_ix` (`type`), - KEY `m_badg_cou_ix` (`courseid`), - KEY `m_badg_use_ix` (`usermodified`), - KEY `m_badg_use2_ix` (`usercreated`) + KEY `b_badg_typ_ix` (`type`), + KEY `b_badg_cou_ix` (`courseid`), + KEY `b_badg_use_ix` (`usermodified`), + KEY `b_badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge` +-- Dumping data for table `b_badge` -- -LOCK TABLES `m_badge` WRITE; -/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +LOCK TABLES `b_badge` WRITE; +/*!40000 ALTER TABLE `b_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_alignment` +-- Table structure for table `b_badge_alignment` -- -DROP TABLE IF EXISTS `m_badge_alignment`; +DROP TABLE IF EXISTS `b_badge_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_alignment` ( +CREATE TABLE `b_badge_alignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1345,27 +1345,27 @@ CREATE TABLE `m_badge_alignment` ( `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcomp_bad3_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_alignment` +-- Dumping data for table `b_badge_alignment` -- -LOCK TABLES `m_badge_alignment` WRITE; -/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +LOCK TABLES `b_badge_alignment` WRITE; +/*!40000 ALTER TABLE `b_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_alignment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack` +-- Table structure for table `b_badge_backpack` -- -DROP TABLE IF EXISTS `m_badge_backpack`; +DROP TABLE IF EXISTS `b_badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack` ( +CREATE TABLE `b_badge_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1374,29 +1374,29 @@ CREATE TABLE `m_badge_backpack` ( `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `externalbackpackid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), - KEY `m_badgback_use_ix` (`userid`), - KEY `m_badgback_ext_ix` (`externalbackpackid`) + UNIQUE KEY `b_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `b_badgback_use_ix` (`userid`), + KEY `b_badgback_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack` +-- Dumping data for table `b_badge_backpack` -- -LOCK TABLES `m_badge_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +LOCK TABLES `b_badge_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack_oauth2` +-- Table structure for table `b_badge_backpack_oauth2` -- -DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +DROP TABLE IF EXISTS `b_badge_backpack_oauth2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack_oauth2` ( +CREATE TABLE `b_badge_backpack_oauth2` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', @@ -1409,30 +1409,30 @@ CREATE TABLE `m_badge_backpack_oauth2` ( `expires` bigint DEFAULT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgbackoaut_use_ix` (`usermodified`), - KEY `m_badgbackoaut_use2_ix` (`userid`), - KEY `m_badgbackoaut_iss_ix` (`issuerid`), - KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgbackoaut_use_ix` (`usermodified`), + KEY `b_badgbackoaut_use2_ix` (`userid`), + KEY `b_badgbackoaut_iss_ix` (`issuerid`), + KEY `b_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack_oauth2` +-- Dumping data for table `b_badge_backpack_oauth2` -- -LOCK TABLES `m_badge_backpack_oauth2` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +LOCK TABLES `b_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria` +-- Table structure for table `b_badge_criteria` -- -DROP TABLE IF EXISTS `m_badge_criteria`; +DROP TABLE IF EXISTS `b_badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria` ( +CREATE TABLE `b_badge_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, @@ -1440,84 +1440,84 @@ CREATE TABLE `m_badge_criteria` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), - KEY `m_badgcrit_cri_ix` (`criteriatype`), - KEY `m_badgcrit_bad_ix` (`badgeid`) + UNIQUE KEY `b_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `b_badgcrit_cri_ix` (`criteriatype`), + KEY `b_badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria` +-- Dumping data for table `b_badge_criteria` -- -LOCK TABLES `m_badge_criteria` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_met` +-- Table structure for table `b_badge_criteria_met` -- -DROP TABLE IF EXISTS `m_badge_criteria_met`; +DROP TABLE IF EXISTS `b_badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_met` ( +CREATE TABLE `b_badge_criteria_met` ( `id` bigint NOT NULL AUTO_INCREMENT, `issuedid` bigint DEFAULT NULL, `critid` bigint NOT NULL, `userid` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritmet_cri_ix` (`critid`), - KEY `m_badgcritmet_use_ix` (`userid`), - KEY `m_badgcritmet_iss_ix` (`issuedid`) + KEY `b_badgcritmet_cri_ix` (`critid`), + KEY `b_badgcritmet_use_ix` (`userid`), + KEY `b_badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- Dumping data for table `b_badge_criteria_met` -- -LOCK TABLES `m_badge_criteria_met` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_param` +-- Table structure for table `b_badge_criteria_param` -- -DROP TABLE IF EXISTS `m_badge_criteria_param`; +DROP TABLE IF EXISTS `b_badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_param` ( +CREATE TABLE `b_badge_criteria_param` ( `id` bigint NOT NULL AUTO_INCREMENT, `critid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritpara_cri_ix` (`critid`) + KEY `b_badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria_param` +-- Dumping data for table `b_badge_criteria_param` -- -LOCK TABLES `m_badge_criteria_param` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_endorsement` +-- Table structure for table `b_badge_endorsement` -- -DROP TABLE IF EXISTS `m_badge_endorsement`; +DROP TABLE IF EXISTS `b_badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_endorsement` ( +CREATE TABLE `b_badge_endorsement` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1527,54 +1527,54 @@ CREATE TABLE `m_badge_endorsement` ( `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `dateissued` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_badgendo_bad_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_endorsement` +-- Dumping data for table `b_badge_endorsement` -- -LOCK TABLES `m_badge_endorsement` WRITE; -/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +LOCK TABLES `b_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `b_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external` +-- Table structure for table `b_badge_external` -- -DROP TABLE IF EXISTS `m_badge_external`; +DROP TABLE IF EXISTS `b_badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external` ( +CREATE TABLE `b_badge_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackid` bigint NOT NULL, `collectionid` bigint NOT NULL, `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgexte_bac_ix` (`backpackid`) + KEY `b_badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external` +-- Dumping data for table `b_badge_external` -- -LOCK TABLES `m_badge_external` WRITE; -/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +LOCK TABLES `b_badge_external` WRITE; +/*!40000 ALTER TABLE `b_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_backpack` +-- Table structure for table `b_badge_external_backpack` -- -DROP TABLE IF EXISTS `m_badge_external_backpack`; +DROP TABLE IF EXISTS `b_badge_external_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_backpack` ( +CREATE TABLE `b_badge_external_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1582,58 +1582,58 @@ CREATE TABLE `m_badge_external_backpack` ( `sortorder` bigint NOT NULL DEFAULT '0', `oauth2_issuerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), - UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), - KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `b_badgexteback_bac2_uix` (`backpackweburl`), + KEY `b_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_external_backpack` +-- Dumping data for table `b_badge_external_backpack` -- -LOCK TABLES `m_badge_external_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; -INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); -/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +LOCK TABLES `b_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `b_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `b_badge_external_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_identifier` +-- Table structure for table `b_badge_external_identifier` -- -DROP TABLE IF EXISTS `m_badge_external_identifier`; +DROP TABLE IF EXISTS `b_badge_external_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_identifier` ( +CREATE TABLE `b_badge_external_identifier` ( `id` bigint NOT NULL AUTO_INCREMENT, `sitebackpackid` bigint NOT NULL, `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), - KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `b_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external_identifier` +-- Dumping data for table `b_badge_external_identifier` -- -LOCK TABLES `m_badge_external_identifier` WRITE; -/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +LOCK TABLES `b_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `b_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external_identifier` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_issued` +-- Table structure for table `b_badge_issued` -- -DROP TABLE IF EXISTS `m_badge_issued`; +DROP TABLE IF EXISTS `b_badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_issued` ( +CREATE TABLE `b_badge_issued` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -1643,29 +1643,29 @@ CREATE TABLE `m_badge_issued` ( `visible` tinyint(1) NOT NULL DEFAULT '0', `issuernotified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), - KEY `m_badgissu_bad_ix` (`badgeid`), - KEY `m_badgissu_use_ix` (`userid`) + UNIQUE KEY `b_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `b_badgissu_bad_ix` (`badgeid`), + KEY `b_badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_issued` +-- Dumping data for table `b_badge_issued` -- -LOCK TABLES `m_badge_issued` WRITE; -/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +LOCK TABLES `b_badge_issued` WRITE; +/*!40000 ALTER TABLE `b_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_manual_award` +-- Table structure for table `b_badge_manual_award` -- -DROP TABLE IF EXISTS `m_badge_manual_award`; +DROP TABLE IF EXISTS `b_badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_manual_award` ( +CREATE TABLE `b_badge_manual_award` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL, `recipientid` bigint NOT NULL, @@ -1673,57 +1673,57 @@ CREATE TABLE `m_badge_manual_award` ( `issuerrole` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgmanuawar_bad_ix` (`badgeid`), - KEY `m_badgmanuawar_rec_ix` (`recipientid`), - KEY `m_badgmanuawar_iss_ix` (`issuerid`), - KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) + KEY `b_badgmanuawar_bad_ix` (`badgeid`), + KEY `b_badgmanuawar_rec_ix` (`recipientid`), + KEY `b_badgmanuawar_iss_ix` (`issuerid`), + KEY `b_badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_manual_award` +-- Dumping data for table `b_badge_manual_award` -- -LOCK TABLES `m_badge_manual_award` WRITE; -/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +LOCK TABLES `b_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `b_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_related` +-- Table structure for table `b_badge_related` -- -DROP TABLE IF EXISTS `m_badge_related`; +DROP TABLE IF EXISTS `b_badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_related` ( +CREATE TABLE `b_badge_related` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `relatedbadgeid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), - KEY `m_badgrela_bad_ix` (`badgeid`), - KEY `m_badgrela_rel_ix` (`relatedbadgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `b_badgrela_bad_ix` (`badgeid`), + KEY `b_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_related` +-- Dumping data for table `b_badge_related` -- -LOCK TABLES `m_badge_related` WRITE; -/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +LOCK TABLES `b_badge_related` WRITE; +/*!40000 ALTER TABLE `b_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_related` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn` +-- Table structure for table `b_bigbluebuttonbn` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn` ( +CREATE TABLE `b_bigbluebuttonbn` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -1774,22 +1774,22 @@ CREATE TABLE `m_bigbluebuttonbn` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn` +-- Dumping data for table `b_bigbluebuttonbn` -- -LOCK TABLES `m_bigbluebuttonbn` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_logs` +-- Table structure for table `b_bigbluebuttonbn_logs` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_logs` ( +CREATE TABLE `b_bigbluebuttonbn_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1799,30 +1799,30 @@ CREATE TABLE `m_bigbluebuttonbn_logs` ( `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_bigblogs_cou_ix` (`courseid`), - KEY `m_bigblogs_log_ix` (`log`), - KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), - KEY `m_bigblogs_uselog_ix` (`userid`,`log`) + KEY `b_bigblogs_cou_ix` (`courseid`), + KEY `b_bigblogs_log_ix` (`log`), + KEY `b_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `b_bigblogs_uselog_ix` (`userid`,`log`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_logs` +-- Dumping data for table `b_bigbluebuttonbn_logs` -- -LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_recordings` +-- Table structure for table `b_bigbluebuttonbn_recordings` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn_recordings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_recordings` ( +CREATE TABLE `b_bigbluebuttonbn_recordings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1836,58 +1836,58 @@ CREATE TABLE `m_bigbluebuttonbn_recordings` ( `usermodified` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_bigbreco_cou_ix` (`courseid`), - KEY `m_bigbreco_rec_ix` (`recordingid`), - KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), - KEY `m_bigbreco_use_ix` (`usermodified`) + KEY `b_bigbreco_cou_ix` (`courseid`), + KEY `b_bigbreco_rec_ix` (`recordingid`), + KEY `b_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `b_bigbreco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_recordings` +-- Dumping data for table `b_bigbluebuttonbn_recordings` -- -LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block` +-- Table structure for table `b_block` -- -DROP TABLE IF EXISTS `m_block`; +DROP TABLE IF EXISTS `b_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block` ( +CREATE TABLE `b_block` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_bloc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; + UNIQUE KEY `b_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block` +-- Dumping data for table `b_block` -- -LOCK TABLES `m_block` WRITE; -/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; -INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); -/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +LOCK TABLES `b_block` WRITE; +/*!40000 ALTER TABLE `b_block` DISABLE KEYS */; +INSERT INTO `b_block` 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 `b_block` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_instances` +-- Table structure for table `b_block_instances` -- -DROP TABLE IF EXISTS `m_block_instances`; +DROP TABLE IF EXISTS `b_block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_instances` ( +CREATE TABLE `b_block_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `parentcontextid` bigint NOT NULL, @@ -1901,30 +1901,30 @@ CREATE TABLE `m_block_instances` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), - KEY `m_blocinst_tim_ix` (`timemodified`), - KEY `m_blocinst_par_ix` (`parentcontextid`) -) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; + KEY `b_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `b_blocinst_tim_ix` (`timemodified`), + KEY `b_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- Dumping data for table `b_block_instances` -- -LOCK TABLES `m_block_instances` WRITE; -/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; -INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1683021839,1683021839),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1683021839,1683021839); -/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +LOCK TABLES `b_block_instances` WRITE; +/*!40000 ALTER TABLE `b_block_instances` DISABLE KEYS */; +INSERT INTO `b_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080020,1734080020),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080020,1734080020),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080020,1734080020),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080020,1734080020),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080020,1734080020); +/*!40000 ALTER TABLE `b_block_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_positions` +-- Table structure for table `b_block_positions` -- -DROP TABLE IF EXISTS `m_block_positions`; +DROP TABLE IF EXISTS `b_block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_positions` ( +CREATE TABLE `b_block_positions` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockinstanceid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -1934,29 +1934,29 @@ CREATE TABLE `m_block_positions` ( `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `weight` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), - KEY `m_blocposi_blo_ix` (`blockinstanceid`), - KEY `m_blocposi_con_ix` (`contextid`) + UNIQUE KEY `b_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `b_blocposi_blo_ix` (`blockinstanceid`), + KEY `b_blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- Dumping data for table `b_block_positions` -- -LOCK TABLES `m_block_positions` WRITE; -/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +LOCK TABLES `b_block_positions` WRITE; +/*!40000 ALTER TABLE `b_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_positions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recent_activity` +-- Table structure for table `b_block_recent_activity` -- -DROP TABLE IF EXISTS `m_block_recent_activity`; +DROP TABLE IF EXISTS `b_block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recent_activity` ( +CREATE TABLE `b_block_recent_activity` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -1965,57 +1965,57 @@ CREATE TABLE `m_block_recent_activity` ( `action` tinyint(1) NOT NULL, `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) + KEY `b_blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recent_activity` +-- Dumping data for table `b_block_recent_activity` -- -LOCK TABLES `m_block_recent_activity` WRITE; -/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +LOCK TABLES `b_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `b_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recentlyaccesseditems` +-- Table structure for table `b_block_recentlyaccesseditems` -- -DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +DROP TABLE IF EXISTS `b_block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recentlyaccesseditems` ( +CREATE TABLE `b_block_recentlyaccesseditems` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `userid` bigint NOT NULL, `timeaccess` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), - KEY `m_blocrece_use_ix` (`userid`), - KEY `m_blocrece_cou_ix` (`courseid`), - KEY `m_blocrece_cmi_ix` (`cmid`) + UNIQUE KEY `b_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `b_blocrece_use_ix` (`userid`), + KEY `b_blocrece_cou_ix` (`courseid`), + KEY `b_blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recentlyaccesseditems` +-- Dumping data for table `b_block_recentlyaccesseditems` -- -LOCK TABLES `m_block_recentlyaccesseditems` WRITE; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +LOCK TABLES `b_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_rss_client` +-- Table structure for table `b_block_rss_client` -- -DROP TABLE IF EXISTS `m_block_rss_client`; +DROP TABLE IF EXISTS `b_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_rss_client` ( +CREATE TABLE `b_block_rss_client` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -2030,48 +2030,48 @@ CREATE TABLE `m_block_rss_client` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_rss_client` +-- Dumping data for table `b_block_rss_client` -- -LOCK TABLES `m_block_rss_client` WRITE; -/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +LOCK TABLES `b_block_rss_client` WRITE; +/*!40000 ALTER TABLE `b_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_association` +-- Table structure for table `b_blog_association` -- -DROP TABLE IF EXISTS `m_blog_association`; +DROP TABLE IF EXISTS `b_blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_association` ( +CREATE TABLE `b_blog_association` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `blogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blogasso_con_ix` (`contextid`), - KEY `m_blogasso_blo_ix` (`blogid`) + KEY `b_blogasso_con_ix` (`contextid`), + KEY `b_blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- Dumping data for table `b_blog_association` -- -LOCK TABLES `m_blog_association` WRITE; -/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +LOCK TABLES `b_blog_association` WRITE; +/*!40000 ALTER TABLE `b_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_association` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_external` +-- Table structure for table `b_blog_external` -- -DROP TABLE IF EXISTS `m_blog_external`; +DROP TABLE IF EXISTS `b_blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_external` ( +CREATE TABLE `b_blog_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2082,27 +2082,27 @@ CREATE TABLE `m_blog_external` ( `timemodified` bigint DEFAULT NULL, `timefetched` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_blogexte_use_ix` (`userid`) + KEY `b_blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- Dumping data for table `b_blog_external` -- -LOCK TABLES `m_blog_external` WRITE; -/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +LOCK TABLES `b_blog_external` WRITE; +/*!40000 ALTER TABLE `b_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book` +-- Table structure for table `b_book` -- -DROP TABLE IF EXISTS `m_book`; +DROP TABLE IF EXISTS `b_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book` ( +CREATE TABLE `b_book` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2115,27 +2115,27 @@ CREATE TABLE `m_book` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_book_cou_ix` (`course`) + KEY `b_book_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book` +-- Dumping data for table `b_book` -- -LOCK TABLES `m_book` WRITE; -/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +LOCK TABLES `b_book` WRITE; +/*!40000 ALTER TABLE `b_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book_chapters` +-- Table structure for table `b_book_chapters` -- -DROP TABLE IF EXISTS `m_book_chapters`; +DROP TABLE IF EXISTS `b_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book_chapters` ( +CREATE TABLE `b_book_chapters` ( `id` bigint NOT NULL AUTO_INCREMENT, `bookid` bigint NOT NULL DEFAULT '0', `pagenum` bigint NOT NULL DEFAULT '0', @@ -2148,27 +2148,27 @@ CREATE TABLE `m_book_chapters` ( `timemodified` bigint NOT NULL DEFAULT '0', `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_bookchap_boo_ix` (`bookid`) + KEY `b_bookchap_boo_ix` (`bookid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book_chapters` +-- Dumping data for table `b_book_chapters` -- -LOCK TABLES `m_book_chapters` WRITE; -/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +LOCK TABLES `b_book_chapters` WRITE; +/*!40000 ALTER TABLE `b_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_filters` +-- Table structure for table `b_cache_filters` -- -DROP TABLE IF EXISTS `m_cache_filters`; +DROP TABLE IF EXISTS `b_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_filters` ( +CREATE TABLE `b_cache_filters` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` bigint NOT NULL DEFAULT '0', @@ -2176,27 +2176,27 @@ CREATE TABLE `m_cache_filters` ( `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) + KEY `b_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_filters` +-- Dumping data for table `b_cache_filters` -- -LOCK TABLES `m_cache_filters` WRITE; -/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +LOCK TABLES `b_cache_filters` WRITE; +/*!40000 ALTER TABLE `b_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_flags` +-- Table structure for table `b_cache_flags` -- -DROP TABLE IF EXISTS `m_cache_flags`; +DROP TABLE IF EXISTS `b_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_flags` ( +CREATE TABLE `b_cache_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2204,29 +2204,28 @@ CREATE TABLE `m_cache_flags` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `expiry` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_cachflag_fla_ix` (`flagtype`), - KEY `m_cachflag_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; + KEY `b_cachflag_fla_ix` (`flagtype`), + KEY `b_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_flags` +-- Dumping data for table `b_cache_flags` -- -LOCK TABLES `m_cache_flags` WRITE; -/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; -INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1683021891,'1',1683029091),(2,'accesslib/dirtycontexts','/1/3/21',1566471456,'1',1566478656),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1683021828,'1',1683029028); -/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +LOCK TABLES `b_cache_flags` WRITE; +/*!40000 ALTER TABLE `b_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_capabilities` +-- Table structure for table `b_capabilities` -- -DROP TABLE IF EXISTS `m_capabilities`; +DROP TABLE IF EXISTS `b_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_capabilities` ( +CREATE TABLE `b_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2234,28 +2233,28 @@ CREATE TABLE `m_capabilities` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `riskbitmask` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_capa_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=729 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; + UNIQUE KEY `b_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_capabilities` +-- Dumping data for table `b_capabilities` -- -LOCK TABLES `m_capabilities` WRITE; -/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; -INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(240,'mod/assignment:view','read',70,'mod_assignment',0),(241,'mod/assignment:addinstance','write',50,'mod_assignment',4),(242,'mod/assignment:submit','write',70,'mod_assignment',0),(243,'mod/assignment:grade','write',70,'mod_assignment',4),(244,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(642,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'gradereport/summary:view','read',50,'gradereport_summary',8),(721,'moodle/question:commentmine','write',50,'qbank_comment',0),(722,'moodle/question:commentall','write',50,'qbank_comment',0),(723,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(724,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(725,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(726,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(727,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(728,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); -/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +LOCK TABLES `b_capabilities` WRITE; +/*!40000 ALTER TABLE `b_capabilities` DISABLE KEYS */; +INSERT INTO `b_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `b_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat` +-- Table structure for table `b_chat` -- -DROP TABLE IF EXISTS `m_chat`; +DROP TABLE IF EXISTS `b_chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat` ( +CREATE TABLE `b_chat` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2267,27 +2266,27 @@ CREATE TABLE `m_chat` ( `schedule` smallint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chat_cou_ix` (`course`) + KEY `b_chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat` +-- Dumping data for table `b_chat` -- -LOCK TABLES `m_chat` WRITE; -/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +LOCK TABLES `b_chat` WRITE; +/*!40000 ALTER TABLE `b_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages` +-- Table structure for table `b_chat_messages` -- -DROP TABLE IF EXISTS `m_chat_messages`; +DROP TABLE IF EXISTS `b_chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages` ( +CREATE TABLE `b_chat_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2296,30 +2295,30 @@ CREATE TABLE `m_chat_messages` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmess_use_ix` (`userid`), - KEY `m_chatmess_gro_ix` (`groupid`), - KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmess_cha_ix` (`chatid`) + KEY `b_chatmess_use_ix` (`userid`), + KEY `b_chatmess_gro_ix` (`groupid`), + KEY `b_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages` +-- Dumping data for table `b_chat_messages` -- -LOCK TABLES `m_chat_messages` WRITE; -/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +LOCK TABLES `b_chat_messages` WRITE; +/*!40000 ALTER TABLE `b_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages_current` +-- Table structure for table `b_chat_messages_current` -- -DROP TABLE IF EXISTS `m_chat_messages_current`; +DROP TABLE IF EXISTS `b_chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages_current` ( +CREATE TABLE `b_chat_messages_current` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2328,30 +2327,30 @@ CREATE TABLE `m_chat_messages_current` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmesscurr_use_ix` (`userid`), - KEY `m_chatmesscurr_gro_ix` (`groupid`), - KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmesscurr_cha_ix` (`chatid`) + KEY `b_chatmesscurr_use_ix` (`userid`), + KEY `b_chatmesscurr_gro_ix` (`groupid`), + KEY `b_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages_current` +-- Dumping data for table `b_chat_messages_current` -- -LOCK TABLES `m_chat_messages_current` WRITE; -/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +LOCK TABLES `b_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `b_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_users` +-- Table structure for table `b_chat_users` -- -DROP TABLE IF EXISTS `m_chat_users`; +DROP TABLE IF EXISTS `b_chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_users` ( +CREATE TABLE `b_chat_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2365,31 +2364,31 @@ CREATE TABLE `m_chat_users` ( `course` bigint NOT NULL DEFAULT '0', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_chatuser_use_ix` (`userid`), - KEY `m_chatuser_las_ix` (`lastping`), - KEY `m_chatuser_gro_ix` (`groupid`), - KEY `m_chatuser_cha_ix` (`chatid`), - KEY `m_chatuser_cou_ix` (`course`) + KEY `b_chatuser_use_ix` (`userid`), + KEY `b_chatuser_las_ix` (`lastping`), + KEY `b_chatuser_gro_ix` (`groupid`), + KEY `b_chatuser_cha_ix` (`chatid`), + KEY `b_chatuser_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- Dumping data for table `b_chat_users` -- -LOCK TABLES `m_chat_users` WRITE; -/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +LOCK TABLES `b_chat_users` WRITE; +/*!40000 ALTER TABLE `b_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice` +-- Table structure for table `b_choice` -- -DROP TABLE IF EXISTS `m_choice`; +DROP TABLE IF EXISTS `b_choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice` ( +CREATE TABLE `b_choice` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2410,83 +2409,83 @@ CREATE TABLE `m_choice` ( `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', `showavailable` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choi_cou_ix` (`course`) + KEY `b_choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice` +-- Dumping data for table `b_choice` -- -LOCK TABLES `m_choice` WRITE; -/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +LOCK TABLES `b_choice` WRITE; +/*!40000 ALTER TABLE `b_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_answers` +-- Table structure for table `b_choice_answers` -- -DROP TABLE IF EXISTS `m_choice_answers`; +DROP TABLE IF EXISTS `b_choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_answers` ( +CREATE TABLE `b_choice_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `optionid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiansw_use_ix` (`userid`), - KEY `m_choiansw_cho_ix` (`choiceid`), - KEY `m_choiansw_opt_ix` (`optionid`) + KEY `b_choiansw_use_ix` (`userid`), + KEY `b_choiansw_cho_ix` (`choiceid`), + KEY `b_choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_answers` +-- Dumping data for table `b_choice_answers` -- -LOCK TABLES `m_choice_answers` WRITE; -/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +LOCK TABLES `b_choice_answers` WRITE; +/*!40000 ALTER TABLE `b_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_options` +-- Table structure for table `b_choice_options` -- -DROP TABLE IF EXISTS `m_choice_options`; +DROP TABLE IF EXISTS `b_choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_options` ( +CREATE TABLE `b_choice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `maxanswers` bigint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiopti_cho_ix` (`choiceid`) + KEY `b_choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_options` +-- Dumping data for table `b_choice_options` -- -LOCK TABLES `m_choice_options` WRITE; -/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +LOCK TABLES `b_choice_options` WRITE; +/*!40000 ALTER TABLE `b_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort` +-- Table structure for table `b_cohort` -- -DROP TABLE IF EXISTS `m_cohort`; +DROP TABLE IF EXISTS `b_cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort` ( +CREATE TABLE `b_cohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2499,55 +2498,55 @@ CREATE TABLE `m_cohort` ( `timemodified` bigint NOT NULL, `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_coho_con_ix` (`contextid`) + KEY `b_coho_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- Dumping data for table `b_cohort` -- -LOCK TABLES `m_cohort` WRITE; -/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +LOCK TABLES `b_cohort` WRITE; +/*!40000 ALTER TABLE `b_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort_members` +-- Table structure for table `b_cohort_members` -- -DROP TABLE IF EXISTS `m_cohort_members`; +DROP TABLE IF EXISTS `b_cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort_members` ( +CREATE TABLE `b_cohort_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), - KEY `m_cohomemb_coh_ix` (`cohortid`), - KEY `m_cohomemb_use_ix` (`userid`) + UNIQUE KEY `b_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `b_cohomemb_coh_ix` (`cohortid`), + KEY `b_cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cohort_members` +-- Dumping data for table `b_cohort_members` -- -LOCK TABLES `m_cohort_members` WRITE; -/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +LOCK TABLES `b_cohort_members` WRITE; +/*!40000 ALTER TABLE `b_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_comments` +-- Table structure for table `b_comments` -- -DROP TABLE IF EXISTS `m_comments`; +DROP TABLE IF EXISTS `b_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_comments` ( +CREATE TABLE `b_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -2558,28 +2557,28 @@ CREATE TABLE `m_comments` ( `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), - KEY `m_comm_use_ix` (`userid`) + KEY `b_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `b_comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_comments` +-- Dumping data for table `b_comments` -- -LOCK TABLES `m_comments` WRITE; -/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +LOCK TABLES `b_comments` WRITE; +/*!40000 ALTER TABLE `b_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency` +-- Table structure for table `b_competency` -- -DROP TABLE IF EXISTS `m_competency`; +DROP TABLE IF EXISTS `b_competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency` ( +CREATE TABLE `b_competency` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2598,30 +2597,30 @@ CREATE TABLE `m_competency` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), - KEY `m_comp_rul_ix` (`ruleoutcome`), - KEY `m_comp_sca_ix` (`scaleid`), - KEY `m_comp_use_ix` (`usermodified`) + UNIQUE KEY `b_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `b_comp_rul_ix` (`ruleoutcome`), + KEY `b_comp_sca_ix` (`scaleid`), + KEY `b_comp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- Dumping data for table `b_competency` -- -LOCK TABLES `m_competency` WRITE; -/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +LOCK TABLES `b_competency` WRITE; +/*!40000 ALTER TABLE `b_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecomp` +-- Table structure for table `b_competency_coursecomp` -- -DROP TABLE IF EXISTS `m_competency_coursecomp`; +DROP TABLE IF EXISTS `b_competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecomp` ( +CREATE TABLE `b_competency_coursecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2631,31 +2630,31 @@ CREATE TABLE `m_competency_coursecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), - KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), - KEY `m_compcour_cou2_ix` (`courseid`), - KEY `m_compcour_com_ix` (`competencyid`), - KEY `m_compcour_use2_ix` (`usermodified`) + UNIQUE KEY `b_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `b_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `b_compcour_cou2_ix` (`courseid`), + KEY `b_compcour_com_ix` (`competencyid`), + KEY `b_compcour_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_coursecomp` +-- Dumping data for table `b_competency_coursecomp` -- -LOCK TABLES `m_competency_coursecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecompsetting` +-- Table structure for table `b_competency_coursecompsetting` -- -DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +DROP TABLE IF EXISTS `b_competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecompsetting` ( +CREATE TABLE `b_competency_coursecompsetting` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `pushratingstouserplans` tinyint DEFAULT NULL, @@ -2663,28 +2662,28 @@ CREATE TABLE `m_competency_coursecompsetting` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_cou_uix` (`courseid`), - KEY `m_compcour_use_ix` (`usermodified`) + UNIQUE KEY `b_compcour_cou_uix` (`courseid`), + KEY `b_compcour_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- Dumping data for table `b_competency_coursecompsetting` -- -LOCK TABLES `m_competency_coursecompsetting` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +LOCK TABLES `b_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_evidence` +-- Table structure for table `b_competency_evidence` -- -DROP TABLE IF EXISTS `m_competency_evidence`; +DROP TABLE IF EXISTS `b_competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_evidence` ( +CREATE TABLE `b_competency_evidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `usercompetencyid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -2700,30 +2699,30 @@ CREATE TABLE `m_competency_evidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compevid_use_ix` (`usercompetencyid`), - KEY `m_compevid_act_ix` (`actionuserid`), - KEY `m_compevid_con_ix` (`contextid`), - KEY `m_compevid_use2_ix` (`usermodified`) + KEY `b_compevid_use_ix` (`usercompetencyid`), + KEY `b_compevid_con_ix` (`contextid`), + KEY `b_compevid_act_ix` (`actionuserid`), + KEY `b_compevid_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_evidence` +-- Dumping data for table `b_competency_evidence` -- -LOCK TABLES `m_competency_evidence` WRITE; -/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +LOCK TABLES `b_competency_evidence` WRITE; +/*!40000 ALTER TABLE `b_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_framework` +-- Table structure for table `b_competency_framework` -- -DROP TABLE IF EXISTS `m_competency_framework`; +DROP TABLE IF EXISTS `b_competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_framework` ( +CREATE TABLE `b_competency_framework` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2738,30 +2737,30 @@ CREATE TABLE `m_competency_framework` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), - KEY `m_compfram_con_ix` (`contextid`), - KEY `m_compfram_sca_ix` (`scaleid`), - KEY `m_compfram_use_ix` (`usermodified`) + UNIQUE KEY `b_compfram_idn_uix` (`idnumber`), + KEY `b_compfram_con_ix` (`contextid`), + KEY `b_compfram_sca_ix` (`scaleid`), + KEY `b_compfram_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_framework` +-- Dumping data for table `b_competency_framework` -- -LOCK TABLES `m_competency_framework` WRITE; -/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +LOCK TABLES `b_competency_framework` WRITE; +/*!40000 ALTER TABLE `b_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_modulecomp` +-- Table structure for table `b_competency_modulecomp` -- -DROP TABLE IF EXISTS `m_competency_modulecomp`; +DROP TABLE IF EXISTS `b_competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_modulecomp` ( +CREATE TABLE `b_competency_modulecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -2772,31 +2771,31 @@ CREATE TABLE `m_competency_modulecomp` ( `ruleoutcome` tinyint NOT NULL, `overridegrade` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), - KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), - KEY `m_compmodu_cmi_ix` (`cmid`), - KEY `m_compmodu_com_ix` (`competencyid`), - KEY `m_compmodu_use_ix` (`usermodified`) + UNIQUE KEY `b_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `b_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `b_compmodu_cmi_ix` (`cmid`), + KEY `b_compmodu_com_ix` (`competencyid`), + KEY `b_compmodu_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_modulecomp` +-- Dumping data for table `b_competency_modulecomp` -- -LOCK TABLES `m_competency_modulecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plan` +-- Table structure for table `b_competency_plan` -- -DROP TABLE IF EXISTS `m_competency_plan`; +DROP TABLE IF EXISTS `b_competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plan` ( +CREATE TABLE `b_competency_plan` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2811,30 +2810,30 @@ CREATE TABLE `m_competency_plan` ( `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compplan_usesta_ix` (`userid`,`status`), - KEY `m_compplan_tem_ix` (`templateid`), - KEY `m_compplan_stadue_ix` (`status`,`duedate`), - KEY `m_compplan_use_ix` (`usermodified`) + KEY `b_compplan_usesta_ix` (`userid`,`status`), + KEY `b_compplan_tem_ix` (`templateid`), + KEY `b_compplan_stadue_ix` (`status`,`duedate`), + KEY `b_compplan_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plan` +-- Dumping data for table `b_competency_plan` -- -LOCK TABLES `m_competency_plan` WRITE; -/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +LOCK TABLES `b_competency_plan` WRITE; +/*!40000 ALTER TABLE `b_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plancomp` +-- Table structure for table `b_competency_plancomp` -- -DROP TABLE IF EXISTS `m_competency_plancomp`; +DROP TABLE IF EXISTS `b_competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plancomp` ( +CREATE TABLE `b_competency_plancomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `planid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2843,28 +2842,28 @@ CREATE TABLE `m_competency_plancomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), - KEY `m_compplan_use2_ix` (`usermodified`) + UNIQUE KEY `b_compplan_placom_uix` (`planid`,`competencyid`), + KEY `b_compplan_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plancomp` +-- Dumping data for table `b_competency_plancomp` -- -LOCK TABLES `m_competency_plancomp` WRITE; -/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +LOCK TABLES `b_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `b_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_relatedcomp` +-- Table structure for table `b_competency_relatedcomp` -- -DROP TABLE IF EXISTS `m_competency_relatedcomp`; +DROP TABLE IF EXISTS `b_competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_relatedcomp` ( +CREATE TABLE `b_competency_relatedcomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `competencyid` bigint NOT NULL, `relatedcompetencyid` bigint NOT NULL, @@ -2872,29 +2871,29 @@ CREATE TABLE `m_competency_relatedcomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comprela_com_ix` (`competencyid`), - KEY `m_comprela_rel_ix` (`relatedcompetencyid`), - KEY `m_comprela_use_ix` (`usermodified`) + KEY `b_comprela_com_ix` (`competencyid`), + KEY `b_comprela_rel_ix` (`relatedcompetencyid`), + KEY `b_comprela_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_relatedcomp` +-- Dumping data for table `b_competency_relatedcomp` -- -LOCK TABLES `m_competency_relatedcomp` WRITE; -/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +LOCK TABLES `b_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `b_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_template` +-- Table structure for table `b_competency_template` -- -DROP TABLE IF EXISTS `m_competency_template`; +DROP TABLE IF EXISTS `b_competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_template` ( +CREATE TABLE `b_competency_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2906,28 +2905,28 @@ CREATE TABLE `m_competency_template` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_use_ix` (`usermodified`), - KEY `m_comptemp_con_ix` (`contextid`) + KEY `b_comptemp_con_ix` (`contextid`), + KEY `b_comptemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_template` +-- Dumping data for table `b_competency_template` -- -LOCK TABLES `m_competency_template` WRITE; -/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +LOCK TABLES `b_competency_template` WRITE; +/*!40000 ALTER TABLE `b_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecohort` +-- Table structure for table `b_competency_templatecohort` -- -DROP TABLE IF EXISTS `m_competency_templatecohort`; +DROP TABLE IF EXISTS `b_competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecohort` ( +CREATE TABLE `b_competency_templatecohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `cohortid` bigint NOT NULL, @@ -2935,29 +2934,29 @@ CREATE TABLE `m_competency_templatecohort` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), - KEY `m_comptemp_tem2_ix` (`templateid`), - KEY `m_comptemp_use3_ix` (`usermodified`) + UNIQUE KEY `b_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `b_comptemp_tem2_ix` (`templateid`), + KEY `b_comptemp_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecohort` +-- Dumping data for table `b_competency_templatecohort` -- -LOCK TABLES `m_competency_templatecohort` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +LOCK TABLES `b_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecomp` +-- Table structure for table `b_competency_templatecomp` -- -DROP TABLE IF EXISTS `m_competency_templatecomp`; +DROP TABLE IF EXISTS `b_competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecomp` ( +CREATE TABLE `b_competency_templatecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2966,29 +2965,29 @@ CREATE TABLE `m_competency_templatecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_tem_ix` (`templateid`), - KEY `m_comptemp_com_ix` (`competencyid`), - KEY `m_comptemp_use2_ix` (`usermodified`) + KEY `b_comptemp_tem_ix` (`templateid`), + KEY `b_comptemp_com_ix` (`competencyid`), + KEY `b_comptemp_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecomp` +-- Dumping data for table `b_competency_templatecomp` -- -LOCK TABLES `m_competency_templatecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercomp` +-- Table structure for table `b_competency_usercomp` -- -DROP TABLE IF EXISTS `m_competency_usercomp`; +DROP TABLE IF EXISTS `b_competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercomp` ( +CREATE TABLE `b_competency_usercomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3000,28 +2999,28 @@ CREATE TABLE `m_competency_usercomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), - KEY `m_compuser_use3_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `b_compuser_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercomp` +-- Dumping data for table `b_competency_usercomp` -- -LOCK TABLES `m_competency_usercomp` WRITE; -/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +LOCK TABLES `b_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `b_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompcourse` +-- Table structure for table `b_competency_usercompcourse` -- -DROP TABLE IF EXISTS `m_competency_usercompcourse`; +DROP TABLE IF EXISTS `b_competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompcourse` ( +CREATE TABLE `b_competency_usercompcourse` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -3032,28 +3031,28 @@ CREATE TABLE `m_competency_usercompcourse` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), - KEY `m_compuser_use4_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `b_compuser_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompcourse` +-- Dumping data for table `b_competency_usercompcourse` -- -LOCK TABLES `m_competency_usercompcourse` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +LOCK TABLES `b_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompplan` +-- Table structure for table `b_competency_usercompplan` -- -DROP TABLE IF EXISTS `m_competency_usercompplan`; +DROP TABLE IF EXISTS `b_competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompplan` ( +CREATE TABLE `b_competency_usercompplan` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3065,28 +3064,28 @@ CREATE TABLE `m_competency_usercompplan` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), - KEY `m_compuser_use5_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `b_compuser_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompplan` +-- Dumping data for table `b_competency_usercompplan` -- -LOCK TABLES `m_competency_usercompplan` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +LOCK TABLES `b_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidence` +-- Table structure for table `b_competency_userevidence` -- -DROP TABLE IF EXISTS `m_competency_userevidence`; +DROP TABLE IF EXISTS `b_competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidence` ( +CREATE TABLE `b_competency_userevidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3097,28 +3096,28 @@ CREATE TABLE `m_competency_userevidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compuser_use_ix` (`userid`), - KEY `m_compuser_use2_ix` (`usermodified`) + KEY `b_compuser_use4_ix` (`userid`), + KEY `b_compuser_use5_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidence` +-- Dumping data for table `b_competency_userevidence` -- -LOCK TABLES `m_competency_userevidence` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +LOCK TABLES `b_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidencecomp` +-- Table structure for table `b_competency_userevidencecomp` -- -DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +DROP TABLE IF EXISTS `b_competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidencecomp` ( +CREATE TABLE `b_competency_userevidencecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userevidenceid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3126,55 +3125,55 @@ CREATE TABLE `m_competency_userevidencecomp` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), - KEY `m_compuser_use2_ix` (`userevidenceid`), - KEY `m_compuser_use6_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `b_compuser_use6_ix` (`userevidenceid`), + KEY `b_compuser_use7_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidencecomp` +-- Dumping data for table `b_competency_userevidencecomp` -- -LOCK TABLES `m_competency_userevidencecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config` +-- Table structure for table `b_config` -- -DROP TABLE IF EXISTS `m_config`; +DROP TABLE IF EXISTS `b_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config` ( +CREATE TABLE `b_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_conf_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=597 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; + UNIQUE KEY `b_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=579 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config` +-- Dumping data for table `b_config` -- -LOCK TABLES `m_config` WRITE; -/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; -INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,tinymce,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1683021861'),(25,'jsrev','1683021861'),(26,'gdversion','2'),(27,'licenses','unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'),(28,'version','2022112803.01'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(43,'completiondefault','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(106,'grade_report_studentsperpage','100'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(109,'grade_report_showquickfeedback','0'),(110,'grade_report_meanselection','1'),(111,'grade_report_enableajax','0'),(112,'grade_report_showcalculations','1'),(113,'grade_report_showeyecons','0'),(114,'grade_report_showaverages','1'),(115,'grade_report_showlocks','0'),(116,'grade_report_showranges','0'),(117,'grade_report_showanalysisicon','1'),(118,'grade_report_showuserimage','1'),(119,'grade_report_showactivityicons','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1683021861'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(257,'enabledevicedetection','1'),(258,'devicedetectregex','[]'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(302,'useexternalyui','0'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.1.3+ (Build: 20230427)'),(380,'branch','401'),(381,'localcachedirpurged','1683021861'),(382,'scheduledtaskreset','1683021861'),(383,'allversionshash','5528221896c976dc7b023819cbf226910f15ca2f'),(385,'registrationpending','0'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1683021861'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v124'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'supportavailability','1'),(538,'webserviceprotocols',''),(539,'enablecustomreports','1'),(540,'bigbluebuttonbn_default_dpa_accepted','0'),(541,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(542,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(543,'bigbluebuttonbn_poll_interval','5'),(544,'bigbluebuttonbn_welcome_default',''),(545,'bigbluebuttonbn_welcome_editable','1'),(546,'bigbluebuttonbn_recording_default','1'),(547,'bigbluebuttonbn_recording_refresh_period','300'),(548,'bigbluebuttonbn_recording_editable','1'),(549,'bigbluebuttonbn_recording_all_from_start_default','0'),(550,'bigbluebuttonbn_recording_all_from_start_editable','0'),(551,'bigbluebuttonbn_recording_hide_button_default','0'),(552,'bigbluebuttonbn_recording_hide_button_editable','0'),(553,'bigbluebuttonbn_importrecordings_enabled','0'),(554,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(555,'bigbluebuttonbn_recordings_deleted_default','1'),(556,'bigbluebuttonbn_recordings_deleted_editable','0'),(557,'bigbluebuttonbn_recordings_imported_default','0'),(558,'bigbluebuttonbn_recordings_imported_editable','1'),(559,'bigbluebuttonbn_recordings_preview_default','1'),(560,'bigbluebuttonbn_recordings_preview_editable','0'),(561,'bigbluebuttonbn_recordings_asc_sort','0'),(562,'bigbluebuttonbn_recording_protect_editable','1'),(563,'bigbluebuttonbn_waitformoderator_default','0'),(564,'bigbluebuttonbn_waitformoderator_editable','1'),(565,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(566,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(567,'bigbluebuttonbn_voicebridge_editable','0'),(568,'bigbluebuttonbn_preuploadpresentation_editable','0'),(569,'bigbluebuttonbn_userlimit_default','0'),(570,'bigbluebuttonbn_userlimit_editable','0'),(571,'bigbluebuttonbn_participant_moderator_default','0'),(572,'bigbluebuttonbn_muteonstart_default','0'),(573,'bigbluebuttonbn_muteonstart_editable','0'),(574,'bigbluebuttonbn_disablecam_default','0'),(575,'bigbluebuttonbn_disablecam_editable','1'),(576,'bigbluebuttonbn_disablemic_default','0'),(577,'bigbluebuttonbn_disablemic_editable','1'),(578,'bigbluebuttonbn_disableprivatechat_default','0'),(579,'bigbluebuttonbn_disableprivatechat_editable','1'),(580,'bigbluebuttonbn_disablepublicchat_default','0'),(581,'bigbluebuttonbn_disablepublicchat_editable','1'),(582,'bigbluebuttonbn_disablenote_default','0'),(583,'bigbluebuttonbn_disablenote_editable','1'),(584,'bigbluebuttonbn_hideuserlist_default','0'),(585,'bigbluebuttonbn_hideuserlist_editable','1'),(586,'bigbluebuttonbn_recordingready_enabled','0'),(587,'bigbluebuttonbn_meetingevents_enabled','0'),(588,'bigbluebuttonbn_guestaccess_enabled','0'),(589,'filternavigationwithsystemcontext','0'),(590,'searchmaxtopresults','3'),(591,'searchteacherroles',''),(592,'enabledashboard','1'),(593,'proxylogunsafe','0'),(594,'proxyfixunsafe','0'),(595,'customreportslimit','0'),(596,'customreportsliveediting','1'); -/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +LOCK TABLES `b_config` WRITE; +/*!40000 ALTER TABLE `b_config` DISABLE KEYS */; +INSERT INTO `b_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','PEBQinrVG4S2XoBe7abQVyp8G5lH7kZtwebserver'),(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','atto,tinymce,textarea,tiny'),(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','1734080088'),(25,'jsrev','1734080088'),(26,'templaterev','1734080088'),(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','2022112815.01'),(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','0'),(40,'enablestats','0'),(41,'enablerssfeeds','0'),(42,'enableblogs','1'),(43,'enablecompletion','1'),(44,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734079898'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080135'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','0'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'allowedemaildomains',''),(402,'divertallemailsto',''),(403,'divertallemailsexcept',''),(404,'emaildkimselector',''),(405,'sitemailcharset','0'),(406,'allowusermailcharset','0'),(407,'allowattachments','1'),(408,'mailnewline','LF'),(409,'emailfromvia','1'),(410,'emailsubjectprefix',''),(411,'emailheaders',''),(412,'updateautocheck','1'),(413,'updateminmaturity','200'),(414,'updatenotifybuilds','0'),(415,'enablewsdocumentation','0'),(416,'customreportslimit','0'),(417,'customreportsliveediting','1'),(418,'dndallowtextandlinks','0'),(419,'pathtosassc',''),(420,'contextlocking','0'),(421,'contextlockappliestoadmin','1'),(422,'forceclean','0'),(423,'enablecourserelativedates','0'),(424,'debug','32767'),(425,'debugdisplay','1'),(426,'perfdebug','7'),(427,'debugstringids','0'),(428,'debugsqltrace','0'),(429,'debugvalidators','0'),(430,'debugpageinfo','0'),(431,'profilingenabled','0'),(432,'profilingincluded',''),(433,'profilingexcluded',''),(434,'profilingautofrec','0'),(435,'profilingallowme','0'),(436,'profilingallowall','0'),(437,'profilingslow','0'),(438,'profilinglifetime','1440'),(439,'profilingimportprefix','(I)'),(440,'allowguestmymoodle','1'),(441,'release','4.1.15+ (Build: 20241213)'),(442,'branch','401'),(443,'localcachedirpurged','1734080088'),(444,'scheduledtaskreset','1734080088'),(445,'paygw_plugins_sortorder','paypal'),(446,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(447,'enableaccessibilitytools','1'),(448,'notloggedinroleid','6'),(449,'guestroleid','6'),(450,'defaultuserroleid','7'),(451,'creatornewroleid','3'),(452,'restorernewroleid','3'),(453,'sitepolicyhandler',''),(454,'gradebookroles','5'),(455,'h5plibraryhandler','h5plib_v124'),(456,'airnotifierurl','https://messages.moodle.net'),(457,'airnotifierport','443'),(458,'airnotifiermobileappname','com.moodle.moodlemobile'),(459,'airnotifierappname','commoodlemoodlemobile'),(460,'airnotifieraccesskey',''),(461,'bigbluebuttonbn_default_dpa_accepted','0'),(462,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(463,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(464,'bigbluebuttonbn_poll_interval','5'),(465,'bigbluebuttonbn_welcome_default',''),(466,'bigbluebuttonbn_welcome_editable','1'),(467,'bigbluebuttonbn_recording_default','1'),(468,'bigbluebuttonbn_recording_refresh_period','300'),(469,'bigbluebuttonbn_recording_editable','1'),(470,'bigbluebuttonbn_recording_all_from_start_default','0'),(471,'bigbluebuttonbn_recording_all_from_start_editable','0'),(472,'bigbluebuttonbn_recording_hide_button_default','0'),(473,'bigbluebuttonbn_recording_hide_button_editable','0'),(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_meetingevents_enabled','0'),(509,'bigbluebuttonbn_guestaccess_enabled','0'),(510,'chat_method','ajax'),(511,'chat_refresh_userlist','10'),(512,'chat_old_ping','35'),(513,'chat_refresh_room','5'),(514,'chat_normal_updatemode','jsupdate'),(515,'chat_serverhost','webserver'),(516,'chat_serverip','127.0.0.1'),(517,'chat_serverport','9111'),(518,'chat_servermax','100'),(519,'data_enablerssfeeds','0'),(520,'feedback_allowfullanonymous','0'),(521,'forum_displaymode','3'),(522,'forum_shortpost','300'),(523,'forum_longpost','600'),(524,'forum_manydiscussions','100'),(525,'forum_maxbytes','512000'),(526,'forum_maxattachments','9'),(527,'forum_subscription','0'),(528,'forum_trackingtype','1'),(529,'forum_trackreadposts','1'),(530,'forum_allowforcedreadtracking','0'),(531,'forum_oldpostdays','14'),(532,'forum_usermarksread','0'),(533,'forum_cleanreadtime','2'),(534,'digestmailtime','17'),(535,'forum_enablerssfeeds','0'),(536,'forum_enabletimedposts','1'),(537,'glossary_entbypage','10'),(538,'glossary_dupentries','0'),(539,'glossary_allowcomments','0'),(540,'glossary_linkbydefault','1'),(541,'glossary_defaultapproval','1'),(542,'glossary_enablerssfeeds','0'),(543,'glossary_linkentries','0'),(544,'glossary_casesensitive','0'),(545,'glossary_fullmatch','0'),(546,'block_course_list_adminview','all'),(547,'block_course_list_hideallcourseslink','0'),(548,'block_online_users_timetosee','5'),(549,'block_online_users_onlinestatushiding','1'),(550,'block_rss_client_num_entries','5'),(551,'block_rss_client_timeout','30'),(552,'block_html_allowcssclasses','0'),(553,'pathtounoconv','/usr/bin/unoconv'),(554,'filter_multilang_force_old','0'),(555,'logguests','1'),(556,'loglifetime','0'),(557,'profileroles','5,4,3'),(558,'coursecontact','3'),(559,'frontpage','6'),(560,'frontpageloggedin','6'),(561,'maxcategorydepth','2'),(562,'frontpagecourselimit','200'),(563,'commentsperpage','15'),(564,'defaultfrontpageroleid','8'),(565,'messageinbound_enabled','0'),(566,'messageinbound_mailbox',''),(567,'messageinbound_domain',''),(568,'messageinbound_host',''),(569,'messageinbound_hostssl','ssl'),(570,'messageinbound_hostuser',''),(571,'messageinbound_hostpass',''),(572,'mobilecssurl',''),(573,'enablemobilewebservice','0'),(574,'registrationpending','1'),(575,'noemailever','1'),(576,'noreplyaddress','noreply@example.com'),(577,'supportemail','email@example.com'),(578,'behattest','10d17a55bb39832d31c1226d768089cd712840db'); +/*!40000 ALTER TABLE `b_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_log` +-- Table structure for table `b_config_log` -- -DROP TABLE IF EXISTS `m_config_log`; +DROP TABLE IF EXISTS `b_config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_log` ( +CREATE TABLE `b_config_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -3183,56 +3182,56 @@ CREATE TABLE `m_config_log` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_conflog_tim_ix` (`timemodified`), - KEY `m_conflog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=1907 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; + KEY `b_conflog_tim_ix` (`timemodified`), + KEY `b_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1891 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_log` +-- Dumping data for table `b_config_log` -- -LOCK TABLES `m_config_log` WRITE; -/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; -INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,0,1683021841,'tiny','editor_visibility','1','0'),(1816,2,1683021866,NULL,'enablecustomreports','1',NULL),(1817,2,1683021866,'moodlecourse','participantsperpage','20',NULL),(1818,2,1683021866,'assign','enabletimelimit','0',NULL),(1819,2,1683021866,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1820,2,1683021866,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1821,2,1683021866,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1822,2,1683021866,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1823,2,1683021866,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1824,2,1683021866,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1825,2,1683021866,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1826,2,1683021866,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1827,2,1683021866,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1828,2,1683021866,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1829,2,1683021866,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1830,2,1683021866,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1831,2,1683021866,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1832,2,1683021866,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1833,2,1683021866,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1834,2,1683021866,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1835,2,1683021866,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1836,2,1683021866,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1837,2,1683021866,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1838,2,1683021866,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1839,2,1683021866,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1840,2,1683021866,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1841,2,1683021866,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1842,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1843,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1844,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1845,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1846,2,1683021866,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1847,2,1683021866,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1848,2,1683021867,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1849,2,1683021867,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1850,2,1683021867,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1851,2,1683021867,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1852,2,1683021867,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1853,2,1683021867,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1854,2,1683021867,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1855,2,1683021867,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1856,2,1683021867,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1857,2,1683021867,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1858,2,1683021867,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1859,2,1683021867,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1860,2,1683021867,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1861,2,1683021867,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1862,2,1683021867,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1863,2,1683021867,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1864,2,1683021867,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1865,2,1683021867,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1866,2,1683021867,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1683021867,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1683021867,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1869,2,1683021867,'quiz','notifyattemptgradeddelay','18000',NULL),(1870,2,1683021867,'antivirus','notifylevel','2',NULL),(1871,2,1683021867,'antivirus','threshold','1200',NULL),(1872,2,1683021867,'cachestore_redis','test_ttl','0',NULL),(1873,2,1683021867,'enrol_imsenterprise','unenrolaction','0',NULL),(1874,2,1683021868,NULL,'filternavigationwithsystemcontext','0',NULL),(1875,2,1683021868,'filter_wiris','rendertype','php',NULL),(1876,2,1683021868,'qtype_multichoice','showstandardinstruction','0',NULL),(1877,2,1683021868,'qtype_wq','filtercodes_compatibility','0',NULL),(1878,2,1683021868,'qtype_wq','debug_mode_enabled','0',NULL),(1879,2,1683021868,NULL,'searchmaxtopresults','3',NULL),(1880,2,1683021868,NULL,'searchteacherroles','',NULL),(1881,2,1683021868,'atto_recordrtc','audiotimelimit','120',NULL),(1882,2,1683021868,'atto_recordrtc','videotimelimit','120',NULL),(1883,2,1683021868,'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),(1884,2,1683021868,'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),(1885,2,1683021868,'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),(1886,2,1683021868,'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),(1887,2,1683021868,'tiny_recordrtc','allowedtypes','both',NULL),(1888,2,1683021868,'tiny_recordrtc','audiobitrate','128000',NULL),(1889,2,1683021868,'tiny_recordrtc','videobitrate','2500000',NULL),(1890,2,1683021868,'tiny_recordrtc','audiotimelimit','120',NULL),(1891,2,1683021868,'tiny_recordrtc','videotimelimit','120',NULL),(1892,2,1683021868,'editor_tiny','branding','1',NULL),(1893,2,1683021868,'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),(1894,2,1683021868,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1895,2,1683021868,'theme_boost','loginbackgroundimage','',NULL),(1896,2,1683021868,'theme_classic','unaddableblocks','',NULL),(1897,2,1683021868,'theme_classic','loginbackgroundimage','',NULL),(1898,2,1683021868,'core_admin','favicon','',NULL),(1899,2,1683021868,NULL,'enabledashboard','1',NULL),(1900,2,1683021868,NULL,'proxylogunsafe','0',NULL),(1901,2,1683021868,NULL,'proxyfixunsafe','0',NULL),(1902,2,1683021868,NULL,'customreportslimit','0',NULL),(1903,2,1683021868,NULL,'customreportsliveediting','1',NULL),(1904,2,1683021868,'tool_mobile','qrkeyttl','600',NULL),(1905,2,1683021868,'tool_mobile','qrsameipcheck','1',NULL),(1906,2,1683021868,'tool_mobile','autologinmintimebetweenreq','360',NULL); -/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +LOCK TABLES `b_config_log` WRITE; +/*!40000 ALTER TABLE `b_config_log` DISABLE KEYS */; +INSERT INTO `b_config_log` VALUES (1,0,1734079927,NULL,'enableuserfeedback','0',NULL),(2,0,1734079927,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734079927,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734079927,NULL,'enableoutcomes','0',NULL),(5,0,1734079927,NULL,'usecomments','1',NULL),(6,0,1734079927,NULL,'usetags','1',NULL),(7,0,1734079927,NULL,'enablenotes','1',NULL),(8,0,1734079927,NULL,'enableportfolios','0',NULL),(9,0,1734079927,NULL,'enablewebservices','0',NULL),(10,0,1734079927,NULL,'enablestats','0',NULL),(11,0,1734079927,NULL,'enablerssfeeds','0',NULL),(12,0,1734079927,NULL,'enableblogs','1',NULL),(13,0,1734079927,NULL,'enablecompletion','1',NULL),(14,0,1734079927,NULL,'completiondefault','1',NULL),(15,0,1734079927,NULL,'enableavailability','1',NULL),(16,0,1734079927,NULL,'enableplagiarism','0',NULL),(17,0,1734079927,NULL,'enablebadges','1',NULL),(18,0,1734079927,NULL,'enableglobalsearch','0',NULL),(19,0,1734079927,NULL,'allowstealth','0',NULL),(20,0,1734079927,NULL,'enableanalytics','1',NULL),(21,0,1734079927,'core_competency','enabled','1',NULL),(22,0,1734079927,NULL,'messaging','1',NULL),(23,0,1734079927,NULL,'enablecustomreports','1',NULL),(24,0,1734079927,NULL,'allowemojipicker','1',NULL),(25,0,1734079927,NULL,'userfiltersdefault','realname',NULL),(26,0,1734079927,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734079927,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734079927,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734079927,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734079927,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734079927,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734079928,NULL,'enroladminnewcourse','1',NULL),(33,0,1734079928,NULL,'autologinguests','0',NULL),(34,0,1734079928,NULL,'hiddenuserfields','',NULL),(35,0,1734079928,NULL,'showuseridentity','email',NULL),(36,0,1734079928,NULL,'fullnamedisplay','language',NULL),(37,0,1734079928,NULL,'alternativefullnameformat','language',NULL),(38,0,1734079928,NULL,'maxusersperpage','100',NULL),(39,0,1734079928,NULL,'enablegravatar','0',NULL),(40,0,1734079928,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734079928,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734079928,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),(43,0,1734079928,NULL,'sitepolicy','',NULL),(44,0,1734079928,NULL,'sitepolicyguest','',NULL),(45,0,1734079928,'moodlecourse','visible','1',NULL),(46,0,1734079928,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734079928,'moodlecourse','participantsperpage','20',NULL),(48,0,1734079928,'moodlecourse','format','topics',NULL),(49,0,1734079928,'moodlecourse','maxsections','52',NULL),(50,0,1734079928,'moodlecourse','numsections','4',NULL),(51,0,1734079928,'moodlecourse','hiddensections','1',NULL),(52,0,1734079928,'moodlecourse','coursedisplay','0',NULL),(53,0,1734079928,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734079928,'moodlecourse','courseduration','31536000',NULL),(55,0,1734079928,'moodlecourse','lang','',NULL),(56,0,1734079928,'moodlecourse','newsitems','5',NULL),(57,0,1734079928,'moodlecourse','showgrades','1',NULL),(58,0,1734079928,'moodlecourse','showreports','0',NULL),(59,0,1734079928,'moodlecourse','showactivitydates','1',NULL),(60,0,1734079928,'moodlecourse','maxbytes','0',NULL),(61,0,1734079928,'moodlecourse','enablecompletion','1',NULL),(62,0,1734079928,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734079928,'moodlecourse','groupmode','0',NULL),(64,0,1734079928,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734079928,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734079928,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734079928,NULL,'enablecourserequests','1',NULL),(68,0,1734079928,NULL,'defaultrequestcategory','1',NULL),(69,0,1734079928,NULL,'lockrequestcategory','0',NULL),(70,0,1734079928,NULL,'courserequestnotify','',NULL),(71,0,1734079928,NULL,'activitychoosertabmode','0',NULL),(72,0,1734079928,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734079928,'backup','loglifetime','30',NULL),(74,0,1734079928,'backup','backup_general_users','1',NULL),(75,0,1734079928,'backup','backup_general_users_locked','',NULL),(76,0,1734079928,'backup','backup_general_anonymize','0',NULL),(77,0,1734079928,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734079928,'backup','backup_general_role_assignments','1',NULL),(79,0,1734079928,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734079928,'backup','backup_general_activities','1',NULL),(81,0,1734079928,'backup','backup_general_activities_locked','',NULL),(82,0,1734079928,'backup','backup_general_blocks','1',NULL),(83,0,1734079928,'backup','backup_general_blocks_locked','',NULL),(84,0,1734079928,'backup','backup_general_files','1',NULL),(85,0,1734079928,'backup','backup_general_files_locked','',NULL),(86,0,1734079928,'backup','backup_general_filters','1',NULL),(87,0,1734079928,'backup','backup_general_filters_locked','',NULL),(88,0,1734079928,'backup','backup_general_comments','1',NULL),(89,0,1734079928,'backup','backup_general_comments_locked','',NULL),(90,0,1734079928,'backup','backup_general_badges','1',NULL),(91,0,1734079928,'backup','backup_general_badges_locked','',NULL),(92,0,1734079929,'backup','backup_general_calendarevents','1',NULL),(93,0,1734079929,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734079929,'backup','backup_general_userscompletion','1',NULL),(95,0,1734079929,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734079929,'backup','backup_general_logs','0',NULL),(97,0,1734079929,'backup','backup_general_logs_locked','',NULL),(98,0,1734079929,'backup','backup_general_histories','0',NULL),(99,0,1734079929,'backup','backup_general_histories_locked','',NULL),(100,0,1734079929,'backup','backup_general_questionbank','1',NULL),(101,0,1734079929,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734079929,'backup','backup_general_groups','1',NULL),(103,0,1734079929,'backup','backup_general_groups_locked','',NULL),(104,0,1734079929,'backup','backup_general_competencies','1',NULL),(105,0,1734079929,'backup','backup_general_competencies_locked','',NULL),(106,0,1734079929,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734079929,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734079929,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734079929,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734079929,'backup','import_general_maxresults','10',NULL),(111,0,1734079929,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734079929,'backup','backup_import_permissions','0',NULL),(113,0,1734079929,'backup','backup_import_permissions_locked','',NULL),(114,0,1734079929,'backup','backup_import_activities','1',NULL),(115,0,1734079929,'backup','backup_import_activities_locked','',NULL),(116,0,1734079929,'backup','backup_import_blocks','1',NULL),(117,0,1734079929,'backup','backup_import_blocks_locked','',NULL),(118,0,1734079929,'backup','backup_import_filters','1',NULL),(119,0,1734079929,'backup','backup_import_filters_locked','',NULL),(120,0,1734079929,'backup','backup_import_calendarevents','1',NULL),(121,0,1734079929,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734079929,'backup','backup_import_questionbank','1',NULL),(123,0,1734079929,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734079929,'backup','backup_import_groups','1',NULL),(125,0,1734079929,'backup','backup_import_groups_locked','',NULL),(126,0,1734079929,'backup','backup_import_competencies','1',NULL),(127,0,1734079929,'backup','backup_import_competencies_locked','',NULL),(128,0,1734079929,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734079929,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734079929,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734079929,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734079929,'backup','backup_auto_active','0',NULL),(133,0,1734079929,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734079929,'backup','backup_auto_hour','0',NULL),(135,0,1734079929,'backup','backup_auto_minute','0',NULL),(136,0,1734079929,'backup','backup_auto_storage','0',NULL),(137,0,1734079929,'backup','backup_auto_destination','',NULL),(138,0,1734079929,'backup','backup_auto_max_kept','1',NULL),(139,0,1734079929,'backup','backup_auto_delete_days','0',NULL),(140,0,1734079929,'backup','backup_auto_min_kept','0',NULL),(141,0,1734079929,'backup','backup_shortname','0',NULL),(142,0,1734079929,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734079929,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734079929,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734079929,'backup','backup_auto_users','1',NULL),(146,0,1734079929,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734079929,'backup','backup_auto_activities','1',NULL),(148,0,1734079929,'backup','backup_auto_blocks','1',NULL),(149,0,1734079929,'backup','backup_auto_files','1',NULL),(150,0,1734079929,'backup','backup_auto_filters','1',NULL),(151,0,1734079929,'backup','backup_auto_comments','1',NULL),(152,0,1734079929,'backup','backup_auto_badges','1',NULL),(153,0,1734079929,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734079929,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734079929,'backup','backup_auto_logs','0',NULL),(156,0,1734079929,'backup','backup_auto_histories','0',NULL),(157,0,1734079929,'backup','backup_auto_questionbank','1',NULL),(158,0,1734079929,'backup','backup_auto_groups','1',NULL),(159,0,1734079929,'backup','backup_auto_competencies','1',NULL),(160,0,1734079929,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734079929,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734079929,'restore','restore_general_users','1',NULL),(163,0,1734079930,'restore','restore_general_users_locked','',NULL),(164,0,1734079930,'restore','restore_general_enrolments','1',NULL),(165,0,1734079930,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734079930,'restore','restore_general_role_assignments','1',NULL),(167,0,1734079930,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734079930,'restore','restore_general_permissions','1',NULL),(169,0,1734079930,'restore','restore_general_permissions_locked','',NULL),(170,0,1734079930,'restore','restore_general_activities','1',NULL),(171,0,1734079930,'restore','restore_general_activities_locked','',NULL),(172,0,1734079930,'restore','restore_general_blocks','1',NULL),(173,0,1734079930,'restore','restore_general_blocks_locked','',NULL),(174,0,1734079930,'restore','restore_general_filters','1',NULL),(175,0,1734079930,'restore','restore_general_filters_locked','',NULL),(176,0,1734079930,'restore','restore_general_comments','1',NULL),(177,0,1734079930,'restore','restore_general_comments_locked','',NULL),(178,0,1734079930,'restore','restore_general_badges','1',NULL),(179,0,1734079930,'restore','restore_general_badges_locked','',NULL),(180,0,1734079930,'restore','restore_general_calendarevents','1',NULL),(181,0,1734079930,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734079930,'restore','restore_general_userscompletion','1',NULL),(183,0,1734079930,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734079930,'restore','restore_general_logs','1',NULL),(185,0,1734079930,'restore','restore_general_logs_locked','',NULL),(186,0,1734079930,'restore','restore_general_histories','1',NULL),(187,0,1734079930,'restore','restore_general_histories_locked','',NULL),(188,0,1734079930,'restore','restore_general_groups','1',NULL),(189,0,1734079930,'restore','restore_general_groups_locked','',NULL),(190,0,1734079930,'restore','restore_general_competencies','1',NULL),(191,0,1734079930,'restore','restore_general_competencies_locked','',NULL),(192,0,1734079930,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734079930,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734079930,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734079930,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734079930,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734079930,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734079930,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734079930,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734079930,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734079930,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734079930,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734079930,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734079930,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734079930,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734079930,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734079930,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734079930,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734079930,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734079930,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734079930,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734079930,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734079930,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734079930,NULL,'enableasyncbackup','0',NULL),(217,0,1734079930,'backup','backup_async_message_users','0',NULL),(218,0,1734079930,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734079930,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734079930,NULL,'grade_profilereport','user',NULL),(221,0,1734079930,NULL,'grade_aggregationposition','1',NULL),(222,0,1734079930,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734079930,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734079930,NULL,'gradepublishing','0',NULL),(225,0,1734079930,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734079930,NULL,'grade_export_displaytype','1',NULL),(227,0,1734079930,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734079930,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734079930,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734079930,NULL,'recovergradesdefault','0',NULL),(231,0,1734079930,NULL,'gradeexport','',NULL),(232,0,1734079930,NULL,'unlimitedgrades','0',NULL),(233,0,1734079930,NULL,'grade_report_showmin','1',NULL),(234,0,1734079930,NULL,'gradepointmax','100',NULL),(235,0,1734079930,NULL,'gradepointdefault','100',NULL),(236,0,1734079930,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734079930,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734079930,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734079931,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734079931,NULL,'grade_aggregation','13',NULL),(241,0,1734079931,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734079931,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734079931,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734079931,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734079931,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734079931,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734079931,NULL,'grade_keephigh','0',NULL),(248,0,1734079931,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734079931,NULL,'grade_droplow','0',NULL),(250,0,1734079931,NULL,'grade_droplow_flag','2',NULL),(251,0,1734079931,NULL,'grade_overridecat','1',NULL),(252,0,1734079931,NULL,'grade_displaytype','1',NULL),(253,0,1734079931,NULL,'grade_decimalpoints','2',NULL),(254,0,1734079931,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734079931,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734079931,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734079931,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734079931,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734079931,NULL,'grade_report_meanselection','1',NULL),(260,0,1734079931,NULL,'grade_report_enableajax','0',NULL),(261,0,1734079931,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734079931,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734079931,NULL,'grade_report_showaverages','1',NULL),(264,0,1734079931,NULL,'grade_report_showlocks','0',NULL),(265,0,1734079931,NULL,'grade_report_showranges','0',NULL),(266,0,1734079931,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734079931,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734079931,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734079931,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734079931,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734079931,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734079931,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734079931,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734079931,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734079931,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734079931,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734079931,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734079931,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734079931,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734079931,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734079931,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734079931,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734079931,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734079931,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734079931,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734079931,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734079931,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734079931,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734079931,'analytics','modeinstruction','',NULL),(290,0,1734079931,'analytics','percentonline','0',NULL),(291,0,1734079931,'analytics','typeinstitution','',NULL),(292,0,1734079931,'analytics','levelinstitution','',NULL),(293,0,1734079931,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734079931,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734079931,'analytics','modeloutputdir','',NULL),(296,0,1734079931,'analytics','onlycli','1',NULL),(297,0,1734079931,'analytics','modeltimelimit','1200',NULL),(298,0,1734079931,'analytics','calclifetime','35',NULL),(299,0,1734079931,NULL,'badges_defaultissuername','',NULL),(300,0,1734079931,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734079931,NULL,'badges_badgesalt','badges1734079898',NULL),(302,0,1734079931,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734079931,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734079932,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734079932,NULL,'timezone','Australia/Perth',NULL),(306,0,1734079932,NULL,'forcetimezone','99',NULL),(307,0,1734079932,NULL,'country','0',NULL),(308,0,1734079932,NULL,'defaultcity','',NULL),(309,0,1734079932,NULL,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734079932,NULL,'googlemapkey3','',NULL),(311,0,1734079932,NULL,'allcountrycodes','',NULL),(312,0,1734079932,NULL,'autolang','1',NULL),(313,0,1734079932,NULL,'lang','en',NULL),(314,0,1734079932,NULL,'autolangusercreation','1',NULL),(315,0,1734079932,NULL,'langmenu','1',NULL),(316,0,1734079932,NULL,'langlist','',NULL),(317,0,1734079932,NULL,'langcache','1',NULL),(318,0,1734079932,NULL,'langstringcache','1',NULL),(319,0,1734079932,NULL,'locale','',NULL),(320,0,1734079932,NULL,'latinexcelexport','0',NULL),(321,0,1734079933,NULL,'messagingallusers','0',NULL),(322,0,1734079933,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734079933,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734079933,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734079933,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734079933,NULL,'requiremodintro','0',NULL),(327,0,1734079933,'antivirus','notifyemail','',NULL),(328,0,1734079933,'antivirus','notifylevel','2',NULL),(329,0,1734079933,'antivirus','threshold','1200',NULL),(330,0,1734079933,'antivirus','enablequarantine','0',NULL),(331,0,1734079933,'antivirus','quarantinetime','2419200',NULL),(332,0,1734079933,NULL,'registerauth','',NULL),(333,0,1734079933,NULL,'authloginviaemail','0',NULL),(334,0,1734079933,NULL,'allowaccountssameemail','0',NULL),(335,0,1734079933,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734079933,NULL,'loginpageautofocus','0',NULL),(337,0,1734079933,NULL,'guestloginbutton','1',NULL),(338,0,1734079933,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734079933,NULL,'alternateloginurl','',NULL),(340,0,1734079933,NULL,'forgottenpasswordurl','',NULL),(341,0,1734079933,NULL,'auth_instructions','',NULL),(342,0,1734079933,NULL,'allowemailaddresses','',NULL),(343,0,1734079933,NULL,'denyemailaddresses','',NULL),(344,0,1734079933,NULL,'verifychangedemail','1',NULL),(345,0,1734079933,NULL,'recaptchapublickey','',NULL),(346,0,1734079933,NULL,'recaptchaprivatekey','',NULL),(347,0,1734079933,'cachestore_apcu','testperformance','0',NULL),(348,0,1734079933,'cachestore_memcached','testservers','',NULL),(349,0,1734079933,'cachestore_mongodb','testserver','',NULL),(350,0,1734079933,'cachestore_redis','test_server','',NULL),(351,0,1734079933,'cachestore_redis','test_password','',NULL),(352,0,1734079933,'cachestore_redis','test_serializer','1',NULL),(353,0,1734079933,'cachestore_redis','test_ttl','0',NULL),(354,0,1734079933,NULL,'filteruploadedfiles','0',NULL),(355,0,1734079933,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734079933,NULL,'filtermatchonepertext','0',NULL),(357,0,1734079933,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734079933,NULL,'media_default_width','640',NULL),(359,0,1734079933,NULL,'media_default_height','360',NULL),(360,0,1734079933,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734079933,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734079933,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734079933,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734079933,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734079933,'question_preview','correctness','1',NULL),(366,0,1734079933,'question_preview','marks','2',NULL),(367,0,1734079933,'question_preview','markdp','2',NULL),(368,0,1734079933,'question_preview','feedback','1',NULL),(369,0,1734079933,'question_preview','generalfeedback','1',NULL),(370,0,1734079933,'question_preview','rightanswer','1',NULL),(371,0,1734079934,'question_preview','history','0',NULL),(372,0,1734079934,NULL,'repositorycacheexpire','120',NULL),(373,0,1734079934,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734079934,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734079934,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734079934,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734079934,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734079934,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734079934,NULL,'searchengine','simpledb',NULL),(380,0,1734079934,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734079934,NULL,'searchindextime','600',NULL),(382,0,1734079934,NULL,'searchallavailablecourses','0',NULL),(383,0,1734079934,NULL,'searchincludeallcourses','0',NULL),(384,0,1734079934,NULL,'searchenablecategories','0',NULL),(385,0,1734079934,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734079934,NULL,'searchhideallcategory','0',NULL),(387,0,1734079934,NULL,'searchmaxtopresults','3',NULL),(388,0,1734079934,NULL,'searchteacherroles','',NULL),(389,0,1734079934,NULL,'searchenginequeryonly','',NULL),(390,0,1734079934,NULL,'searchbannerenable','0',NULL),(391,0,1734079934,NULL,'searchbanner','',NULL),(392,0,1734079934,NULL,'allowbeforeblock','0',NULL),(393,0,1734079934,NULL,'allowedip','',NULL),(394,0,1734079934,NULL,'blockedip','',NULL),(395,0,1734079934,NULL,'protectusernames','1',NULL),(396,0,1734079934,NULL,'forcelogin','0',NULL),(397,0,1734079934,NULL,'forceloginforprofiles','1',NULL),(398,0,1734079934,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734079934,NULL,'opentowebcrawlers','0',NULL),(400,0,1734079934,NULL,'allowindexing','0',NULL),(401,0,1734079934,NULL,'maxbytes','0',NULL),(402,0,1734079934,NULL,'userquota','104857600',NULL),(403,0,1734079934,NULL,'allowobjectembed','0',NULL),(404,0,1734079934,NULL,'enabletrusttext','0',NULL),(405,0,1734079934,NULL,'maxeditingtime','1800',NULL),(406,0,1734079934,NULL,'extendedusernamechars','0',NULL),(407,0,1734079934,NULL,'keeptagnamecase','1',NULL),(408,0,1734079934,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734079934,NULL,'cronclionly','1',NULL),(410,0,1734079934,NULL,'cronremotepassword','',NULL),(411,0,1734079934,'tool_task','enablerunnow','1',NULL),(412,0,1734079934,NULL,'lockoutthreshold','0',NULL),(413,0,1734079934,NULL,'lockoutwindow','1800',NULL),(414,0,1734079934,NULL,'lockoutduration','1800',NULL),(415,0,1734079934,NULL,'passwordpolicy','1',NULL),(416,0,1734079934,NULL,'minpasswordlength','8',NULL),(417,0,1734079934,NULL,'minpassworddigits','1',NULL),(418,0,1734079934,NULL,'minpasswordlower','1',NULL),(419,0,1734079934,NULL,'minpasswordupper','1',NULL),(420,0,1734079934,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734079934,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734079934,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734079934,NULL,'passwordreuselimit','0',NULL),(424,0,1734079934,NULL,'pwresettime','1800',NULL),(425,0,1734079934,NULL,'passwordchangelogout','0',NULL),(426,0,1734079934,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734079934,NULL,'tokenduration','7257600',NULL),(428,0,1734079934,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734079934,NULL,'disableuserimages','0',NULL),(430,0,1734079935,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734079935,NULL,'rememberusername','2',NULL),(432,0,1734079935,NULL,'strictformsrequired','0',NULL),(433,0,1734079935,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734079935,NULL,'cookiesecure','1',NULL),(435,0,1734079935,NULL,'cookiehttponly','0',NULL),(436,0,1734079935,NULL,'allowframembedding','0',NULL),(437,0,1734079935,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734079935,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734079935,NULL,'referrerpolicy','default',NULL),(440,0,1734079935,NULL,'displayloginfailures','0',NULL),(441,0,1734079935,NULL,'notifyloginfailures','',NULL),(442,0,1734079935,NULL,'notifyloginthreshold','10',NULL),(443,0,1734079935,NULL,'themelist','',NULL),(444,0,1734079935,NULL,'themedesignermode','0',NULL),(445,0,1734079935,NULL,'allowuserthemes','0',NULL),(446,0,1734079935,NULL,'allowcoursethemes','0',NULL),(447,0,1734079935,NULL,'allowcategorythemes','0',NULL),(448,0,1734079935,NULL,'allowcohortthemes','0',NULL),(449,0,1734079935,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734079935,NULL,'allowuserblockhiding','1',NULL),(451,0,1734079935,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734079935,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734079935,NULL,'custommenuitems','',NULL),(454,0,1734079935,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),(455,0,1734079935,NULL,'enabledevicedetection','1',NULL),(456,0,1734079935,NULL,'devicedetectregex','[]',NULL),(457,0,1734079935,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734079935,'theme_boost','preset','default.scss',NULL),(459,0,1734079935,'theme_boost','presetfiles','',NULL),(460,0,1734079935,'theme_boost','backgroundimage','',NULL),(461,0,1734079935,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734079935,'theme_boost','brandcolor','',NULL),(463,0,1734079935,'theme_boost','scsspre','',NULL),(464,0,1734079935,'theme_boost','scss','',NULL),(465,0,1734079935,'theme_classic','navbardark','0',NULL),(466,0,1734079935,'theme_classic','unaddableblocks','',NULL),(467,0,1734079935,'theme_classic','preset','default.scss',NULL),(468,0,1734079935,'theme_classic','presetfiles','',NULL),(469,0,1734079935,'theme_classic','backgroundimage','',NULL),(470,0,1734079935,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734079935,'theme_classic','brandcolor','',NULL),(472,0,1734079935,'theme_classic','scsspre','',NULL),(473,0,1734079935,'theme_classic','scss','',NULL),(474,0,1734079935,'core_admin','logo','',NULL),(475,0,1734079935,'core_admin','logocompact','',NULL),(476,0,1734079935,'core_admin','favicon','',NULL),(477,0,1734079935,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734079935,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734079935,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734079935,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734079935,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734079935,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734079935,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734079935,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734079935,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734079935,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734079936,NULL,'calendartype','gregorian',NULL),(488,0,1734079936,NULL,'calendar_adminseesall','0',NULL),(489,0,1734079936,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734079936,NULL,'calendar_startwday','1',NULL),(491,0,1734079936,NULL,'calendar_weekend','65',NULL),(492,0,1734079936,NULL,'calendar_lookahead','21',NULL),(493,0,1734079936,NULL,'calendar_maxevents','10',NULL),(494,0,1734079936,NULL,'enablecalendarexport','1',NULL),(495,0,1734079936,NULL,'calendar_customexport','1',NULL),(496,0,1734079936,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734079936,NULL,'calendar_exportlookback','5',NULL),(498,0,1734079936,NULL,'calendar_exportsalt','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C',NULL),(499,0,1734079936,NULL,'calendar_showicalsource','1',NULL),(500,0,1734079936,NULL,'useblogassociations','1',NULL),(501,0,1734079936,NULL,'bloglevel','4',NULL),(502,0,1734079936,NULL,'useexternalblogs','1',NULL),(503,0,1734079936,NULL,'externalblogcrontime','86400',NULL),(504,0,1734079936,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734079936,NULL,'blogusecomments','1',NULL),(506,0,1734079936,NULL,'blogshowcommentscount','1',NULL),(507,0,1734079936,NULL,'enabledashboard','1',NULL),(508,0,1734079936,NULL,'defaulthomepage','3',NULL),(509,0,1734079936,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734079936,NULL,'navshowcategories','1',NULL),(511,0,1734079936,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734079936,NULL,'navshowallcourses','0',NULL),(513,0,1734079936,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734079936,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734079936,NULL,'navcourselimit','10',NULL),(516,0,1734079936,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734079936,NULL,'linkadmincategories','1',NULL),(518,0,1734079936,NULL,'linkcoursesections','1',NULL),(519,0,1734079936,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734079936,NULL,'navadduserpostslinks','1',NULL),(521,0,1734079936,NULL,'sitenameintitle','shortname',NULL),(522,0,1734079936,NULL,'formatstringstriptags','1',NULL),(523,0,1734079936,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),(524,0,1734079936,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734079936,NULL,'doclang','',NULL),(526,0,1734079936,NULL,'doctonewwindow','0',NULL),(527,0,1734079936,NULL,'coursecontactduplicates','0',NULL),(528,0,1734079936,NULL,'courselistshortnames','0',NULL),(529,0,1734079936,NULL,'coursesperpage','20',NULL),(530,0,1734079936,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734079936,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734079936,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734079936,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734079936,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734079936,NULL,'useexternalyui','0',NULL),(536,0,1734079936,NULL,'yuicomboloading','1',NULL),(537,0,1734079936,NULL,'cachejs','1',NULL),(538,0,1734079936,NULL,'additionalhtmlhead','',NULL),(539,0,1734079936,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734079936,NULL,'additionalhtmlfooter','',NULL),(541,0,1734079936,NULL,'cachetemplates','1',NULL),(542,0,1734079936,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734079937,NULL,'pathtodu','',NULL),(544,0,1734079937,NULL,'aspellpath','',NULL),(545,0,1734079937,NULL,'pathtodot','',NULL),(546,0,1734079937,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734079937,NULL,'pathtopdftoppm','',NULL),(548,0,1734079937,NULL,'pathtopython','',NULL),(549,0,1734079937,NULL,'supportname','Admin User',NULL),(550,0,1734079937,NULL,'supportpage','',NULL),(551,0,1734079937,NULL,'supportavailability','1',NULL),(552,0,1734079937,NULL,'dbsessions','0',NULL),(553,0,1734079937,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734079937,NULL,'sessioncookie','',NULL),(555,0,1734079937,NULL,'sessioncookiepath','',NULL),(556,0,1734079937,NULL,'sessioncookiedomain','',NULL),(557,0,1734079937,NULL,'statsfirstrun','none',NULL),(558,0,1734079937,NULL,'statsmaxruntime','0',NULL),(559,0,1734079937,NULL,'statsruntimedays','31',NULL),(560,0,1734079937,NULL,'statsuserthreshold','0',NULL),(561,0,1734079937,NULL,'slasharguments','1',NULL),(562,0,1734079937,NULL,'getremoteaddrconf','3',NULL),(563,0,1734079937,NULL,'reverseproxyignore','',NULL),(564,0,1734079937,NULL,'proxyhost','',NULL),(565,0,1734079937,NULL,'proxyport','0',NULL),(566,0,1734079937,NULL,'proxytype','HTTP',NULL),(567,0,1734079937,NULL,'proxyuser','',NULL),(568,0,1734079937,NULL,'proxypassword','',NULL),(569,0,1734079937,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734079937,NULL,'proxylogunsafe','0',NULL),(571,0,1734079937,NULL,'proxyfixunsafe','0',NULL),(572,0,1734079937,NULL,'maintenance_enabled','0',NULL),(573,0,1734079937,NULL,'maintenance_message','',NULL),(574,0,1734079937,NULL,'deleteunconfirmed','168',NULL),(575,0,1734079937,NULL,'deleteincompleteusers','0',NULL),(576,0,1734079937,NULL,'disablegradehistory','0',NULL),(577,0,1734079937,NULL,'gradehistorylifetime','0',NULL),(578,0,1734079937,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734079937,NULL,'filescleanupperiod','86400',NULL),(580,0,1734079937,NULL,'extramemorylimit','512M',NULL),(581,0,1734079937,NULL,'maxtimelimit','0',NULL),(582,0,1734079937,NULL,'curlcache','120',NULL),(583,0,1734079937,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734079937,NULL,'cron_enabled','1',NULL),(585,0,1734079937,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734079937,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734079937,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734079937,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734079937,NULL,'task_logmode','1',NULL),(590,0,1734079937,NULL,'task_logtostdout','1',NULL),(591,0,1734079937,NULL,'task_logretention','2419200',NULL),(592,0,1734079937,NULL,'task_logretainruns','20',NULL),(593,0,1734079937,NULL,'smtphosts','',NULL),(594,0,1734079937,NULL,'smtpsecure','',NULL),(595,0,1734079937,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734079937,NULL,'smtpuser','',NULL),(597,0,1734079937,NULL,'smtppass','',NULL),(598,0,1734079937,NULL,'smtpmaxbulk','1',NULL),(599,0,1734079938,NULL,'allowedemaildomains','',NULL),(600,0,1734079938,NULL,'divertallemailsto','',NULL),(601,0,1734079938,NULL,'divertallemailsexcept','',NULL),(602,0,1734079938,NULL,'emaildkimselector','',NULL),(603,0,1734079938,NULL,'sitemailcharset','0',NULL),(604,0,1734079938,NULL,'allowusermailcharset','0',NULL),(605,0,1734079938,NULL,'allowattachments','1',NULL),(606,0,1734079938,NULL,'mailnewline','LF',NULL),(607,0,1734079938,NULL,'emailfromvia','1',NULL),(608,0,1734079938,NULL,'emailsubjectprefix','',NULL),(609,0,1734079938,NULL,'emailheaders','',NULL),(610,0,1734079938,NULL,'updateautocheck','1',NULL),(611,0,1734079938,NULL,'updateminmaturity','200',NULL),(612,0,1734079938,NULL,'updatenotifybuilds','0',NULL),(613,0,1734079938,NULL,'enablewsdocumentation','0',NULL),(614,0,1734079938,NULL,'customreportslimit','0',NULL),(615,0,1734079938,NULL,'customreportsliveediting','1',NULL),(616,0,1734079938,NULL,'dndallowtextandlinks','0',NULL),(617,0,1734079938,NULL,'pathtosassc','',NULL),(618,0,1734079938,NULL,'contextlocking','0',NULL),(619,0,1734079938,NULL,'contextlockappliestoadmin','1',NULL),(620,0,1734079938,NULL,'forceclean','0',NULL),(621,0,1734079938,NULL,'enablecourserelativedates','0',NULL),(622,0,1734079938,NULL,'debug','0',NULL),(623,0,1734079938,NULL,'debugdisplay','0',NULL),(624,0,1734079938,NULL,'perfdebug','7',NULL),(625,0,1734079938,NULL,'debugstringids','0',NULL),(626,0,1734079938,NULL,'debugsqltrace','0',NULL),(627,0,1734079938,NULL,'debugvalidators','0',NULL),(628,0,1734079938,NULL,'debugpageinfo','0',NULL),(629,0,1734079938,NULL,'profilingenabled','0',NULL),(630,0,1734079938,NULL,'profilingincluded','',NULL),(631,0,1734079938,NULL,'profilingexcluded','',NULL),(632,0,1734079938,NULL,'profilingautofrec','0',NULL),(633,0,1734079938,NULL,'profilingallowme','0',NULL),(634,0,1734079938,NULL,'profilingallowall','0',NULL),(635,0,1734079938,NULL,'profilingslow','0',NULL),(636,0,1734079938,NULL,'profilinglifetime','1440',NULL),(637,0,1734079938,NULL,'profilingimportprefix','(I)',NULL),(638,0,1734079940,'core_competency','pushcourseratingstouserplans','1',NULL),(639,0,1734079942,NULL,'calendar_exportsalt','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C'),(640,0,1734079942,NULL,'defaulthomepage','1','3'),(641,0,1734079942,NULL,'allowguestmymoodle','1',NULL),(642,0,1734079942,NULL,'pathtophp','','/usr/local/bin/php'),(643,0,1734079947,NULL,'calendar_exportsalt','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L'),(644,0,1734079947,NULL,'pathtophp','','/usr/local/bin/php'),(645,0,1734080021,'activitynames','filter_active','1',''),(646,0,1734080021,'core_filter','order','activitynames','activitynames'),(647,0,1734080021,'displayh5p','filter_active','1',''),(648,0,1734080021,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(649,0,1734080021,'emoticon','filter_active','1',''),(650,0,1734080022,'mathjaxloader','filter_active','1',''),(651,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(652,0,1734080022,'mediaplugin','filter_active','1',''),(653,0,1734080022,'urltolink','filter_active','1',''),(654,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(655,0,1734080023,'tiny','editor_visibility','1','0'),(656,2,1734080093,NULL,'enableaccessibilitytools','1',NULL),(657,2,1734080093,'tool_moodlenet','enablemoodlenet','1',NULL),(658,2,1734080093,NULL,'notloggedinroleid','6',NULL),(659,2,1734080093,NULL,'guestroleid','6',NULL),(660,2,1734080093,NULL,'defaultuserroleid','7',NULL),(661,2,1734080093,NULL,'creatornewroleid','3',NULL),(662,2,1734080093,NULL,'restorernewroleid','3',NULL),(663,2,1734080094,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(664,2,1734080094,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(665,2,1734080094,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(666,2,1734080094,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(667,2,1734080094,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(668,2,1734080094,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(669,2,1734080094,'tool_dataprivacy','showdataretentionsummary','1',NULL),(670,2,1734080094,'tool_log','exportlog','1',NULL),(671,2,1734080094,NULL,'sitepolicyhandler','',NULL),(672,2,1734080094,NULL,'gradebookroles','5',NULL),(673,2,1734080095,'analytics','logstore','logstore_standard',NULL),(674,2,1734080095,NULL,'h5plibraryhandler','h5plib_v124',NULL),(675,2,1734080096,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(676,2,1734080096,NULL,'airnotifierport','443',NULL),(677,2,1734080096,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(678,2,1734080096,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(679,2,1734080096,NULL,'airnotifieraccesskey','',NULL),(680,2,1734080096,'message_airnotifier','encryptnotifications','0',NULL),(681,2,1734080096,'message_airnotifier','encryptprocessing','0',NULL),(682,2,1734080096,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(683,2,1734080096,'assign','showrecentsubmissions','0',NULL),(684,2,1734080096,'assign','submissionreceipts','1',NULL),(685,2,1734080096,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(686,2,1734080096,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(687,2,1734080096,'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),(688,2,1734080096,'assign','maxperpage','-1',NULL),(689,2,1734080096,'assign','alwaysshowdescription','1',NULL),(690,2,1734080096,'assign','alwaysshowdescription_adv','',NULL),(691,2,1734080096,'assign','alwaysshowdescription_locked','',NULL),(692,2,1734080096,'assign','allowsubmissionsfromdate','0',NULL),(693,2,1734080096,'assign','allowsubmissionsfromdate_enabled','1',NULL),(694,2,1734080096,'assign','allowsubmissionsfromdate_adv','',NULL),(695,2,1734080096,'assign','duedate','604800',NULL),(696,2,1734080096,'assign','duedate_enabled','1',NULL),(697,2,1734080096,'assign','duedate_adv','',NULL),(698,2,1734080096,'assign','cutoffdate','1209600',NULL),(699,2,1734080096,'assign','cutoffdate_enabled','',NULL),(700,2,1734080096,'assign','cutoffdate_adv','',NULL),(701,2,1734080096,'assign','enabletimelimit','0',NULL),(702,2,1734080096,'assign','gradingduedate','1209600',NULL),(703,2,1734080096,'assign','gradingduedate_enabled','1',NULL),(704,2,1734080096,'assign','gradingduedate_adv','',NULL),(705,2,1734080096,'assign','submissiondrafts','0',NULL),(706,2,1734080096,'assign','submissiondrafts_adv','',NULL),(707,2,1734080096,'assign','submissiondrafts_locked','',NULL),(708,2,1734080096,'assign','requiresubmissionstatement','0',NULL),(709,2,1734080096,'assign','requiresubmissionstatement_adv','',NULL),(710,2,1734080096,'assign','requiresubmissionstatement_locked','',NULL),(711,2,1734080096,'assign','attemptreopenmethod','none',NULL),(712,2,1734080096,'assign','attemptreopenmethod_adv','',NULL),(713,2,1734080096,'assign','attemptreopenmethod_locked','',NULL),(714,2,1734080096,'assign','maxattempts','-1',NULL),(715,2,1734080096,'assign','maxattempts_adv','',NULL),(716,2,1734080096,'assign','maxattempts_locked','',NULL),(717,2,1734080096,'assign','teamsubmission','0',NULL),(718,2,1734080096,'assign','teamsubmission_adv','',NULL),(719,2,1734080096,'assign','teamsubmission_locked','',NULL),(720,2,1734080096,'assign','preventsubmissionnotingroup','0',NULL),(721,2,1734080096,'assign','preventsubmissionnotingroup_adv','',NULL),(722,2,1734080096,'assign','preventsubmissionnotingroup_locked','',NULL),(723,2,1734080096,'assign','requireallteammemberssubmit','0',NULL),(724,2,1734080096,'assign','requireallteammemberssubmit_adv','',NULL),(725,2,1734080096,'assign','requireallteammemberssubmit_locked','',NULL),(726,2,1734080096,'assign','teamsubmissiongroupingid','',NULL),(727,2,1734080096,'assign','teamsubmissiongroupingid_adv','',NULL),(728,2,1734080096,'assign','sendnotifications','0',NULL),(729,2,1734080097,'assign','sendnotifications_adv','',NULL),(730,2,1734080097,'assign','sendnotifications_locked','',NULL),(731,2,1734080097,'assign','sendlatenotifications','0',NULL),(732,2,1734080097,'assign','sendlatenotifications_adv','',NULL),(733,2,1734080097,'assign','sendlatenotifications_locked','',NULL),(734,2,1734080097,'assign','sendstudentnotifications','1',NULL),(735,2,1734080097,'assign','sendstudentnotifications_adv','',NULL),(736,2,1734080097,'assign','sendstudentnotifications_locked','',NULL),(737,2,1734080097,'assign','blindmarking','0',NULL),(738,2,1734080097,'assign','blindmarking_adv','',NULL),(739,2,1734080097,'assign','blindmarking_locked','',NULL),(740,2,1734080097,'assign','hidegrader','0',NULL),(741,2,1734080097,'assign','hidegrader_adv','',NULL),(742,2,1734080097,'assign','hidegrader_locked','',NULL),(743,2,1734080097,'assign','markingworkflow','0',NULL),(744,2,1734080097,'assign','markingworkflow_adv','',NULL),(745,2,1734080097,'assign','markingworkflow_locked','',NULL),(746,2,1734080097,'assign','markingallocation','0',NULL),(747,2,1734080097,'assign','markingallocation_adv','',NULL),(748,2,1734080097,'assign','markingallocation_locked','',NULL),(749,2,1734080097,'assignsubmission_file','default','1',NULL),(750,2,1734080097,'assignsubmission_file','maxfiles','20',NULL),(751,2,1734080097,'assignsubmission_file','filetypes','',NULL),(752,2,1734080097,'assignsubmission_file','maxbytes','0',NULL),(753,2,1734080097,'assignsubmission_onlinetext','default','0',NULL),(754,2,1734080097,'assignfeedback_comments','default','1',NULL),(755,2,1734080097,'assignfeedback_comments','inline','0',NULL),(756,2,1734080097,'assignfeedback_comments','inline_adv','',NULL),(757,2,1734080097,'assignfeedback_comments','inline_locked','',NULL),(758,2,1734080097,'assignfeedback_editpdf','default','1',NULL),(759,2,1734080097,'assignfeedback_editpdf','stamps','',NULL),(760,2,1734080097,'assignfeedback_file','default','0',NULL),(761,2,1734080097,'assignfeedback_offline','default','0',NULL),(762,2,1734080097,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(763,2,1734080097,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(764,2,1734080097,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(765,2,1734080097,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(766,2,1734080097,NULL,'bigbluebuttonbn_welcome_default','',NULL),(767,2,1734080097,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(768,2,1734080097,NULL,'bigbluebuttonbn_recording_default','1',NULL),(769,2,1734080097,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(770,2,1734080097,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(771,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(772,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(773,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(774,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(775,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(776,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(777,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(778,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(779,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(780,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(781,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(782,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(783,2,1734080098,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(784,2,1734080098,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(785,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(786,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(787,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(788,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(789,2,1734080098,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(790,2,1734080098,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(791,2,1734080098,'mod_bigbluebuttonbn','presentationdefault','',NULL),(792,2,1734080098,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(793,2,1734080098,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(794,2,1734080098,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(795,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(796,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(797,2,1734080098,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(798,2,1734080098,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(799,2,1734080098,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(800,2,1734080098,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(801,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(802,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(803,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(804,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(805,2,1734080098,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(806,2,1734080098,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(807,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(808,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(809,2,1734080098,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(810,2,1734080098,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(811,2,1734080098,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(812,2,1734080098,'book','numberingoptions','0,1,2,3',NULL),(813,2,1734080098,'book','numbering','1',NULL),(814,2,1734080098,NULL,'chat_method','ajax',NULL),(815,2,1734080098,NULL,'chat_refresh_userlist','10',NULL),(816,2,1734080098,NULL,'chat_old_ping','35',NULL),(817,2,1734080098,NULL,'chat_refresh_room','5',NULL),(818,2,1734080098,NULL,'chat_normal_updatemode','jsupdate',NULL),(819,2,1734080098,NULL,'chat_serverhost','webserver',NULL),(820,2,1734080098,NULL,'chat_serverip','127.0.0.1',NULL),(821,2,1734080098,NULL,'chat_serverport','9111',NULL),(822,2,1734080098,NULL,'chat_servermax','100',NULL),(823,2,1734080099,NULL,'data_enablerssfeeds','0',NULL),(824,2,1734080099,NULL,'feedback_allowfullanonymous','0',NULL),(825,2,1734080099,'resource','framesize','130',NULL),(826,2,1734080099,'resource','displayoptions','0,1,4,5,6',NULL),(827,2,1734080099,'resource','printintro','1',NULL),(828,2,1734080099,'resource','display','0',NULL),(829,2,1734080099,'resource','showsize','0',NULL),(830,2,1734080099,'resource','showtype','0',NULL),(831,2,1734080099,'resource','showdate','0',NULL),(832,2,1734080099,'resource','popupwidth','620',NULL),(833,2,1734080099,'resource','popupheight','450',NULL),(834,2,1734080099,'resource','filterfiles','0',NULL),(835,2,1734080099,'folder','showexpanded','1',NULL),(836,2,1734080099,'folder','maxsizetodownload','0',NULL),(837,2,1734080099,NULL,'forum_displaymode','3',NULL),(838,2,1734080099,NULL,'forum_shortpost','300',NULL),(839,2,1734080099,NULL,'forum_longpost','600',NULL),(840,2,1734080099,NULL,'forum_manydiscussions','100',NULL),(841,2,1734080099,NULL,'forum_maxbytes','512000',NULL),(842,2,1734080099,NULL,'forum_maxattachments','9',NULL),(843,2,1734080099,NULL,'forum_subscription','0',NULL),(844,2,1734080099,NULL,'forum_trackingtype','1',NULL),(845,2,1734080099,NULL,'forum_trackreadposts','1',NULL),(846,2,1734080099,NULL,'forum_allowforcedreadtracking','0',NULL),(847,2,1734080099,NULL,'forum_oldpostdays','14',NULL),(848,2,1734080099,NULL,'forum_usermarksread','0',NULL),(849,2,1734080099,NULL,'forum_cleanreadtime','2',NULL),(850,2,1734080099,NULL,'digestmailtime','17',NULL),(851,2,1734080099,NULL,'forum_enablerssfeeds','0',NULL),(852,2,1734080099,NULL,'forum_enabletimedposts','1',NULL),(853,2,1734080099,NULL,'glossary_entbypage','10',NULL),(854,2,1734080099,NULL,'glossary_dupentries','0',NULL),(855,2,1734080099,NULL,'glossary_allowcomments','0',NULL),(856,2,1734080099,NULL,'glossary_linkbydefault','1',NULL),(857,2,1734080099,NULL,'glossary_defaultapproval','1',NULL),(858,2,1734080099,NULL,'glossary_enablerssfeeds','0',NULL),(859,2,1734080099,NULL,'glossary_linkentries','0',NULL),(860,2,1734080099,NULL,'glossary_casesensitive','0',NULL),(861,2,1734080099,NULL,'glossary_fullmatch','0',NULL),(862,2,1734080099,'imscp','keepold','1',NULL),(863,2,1734080099,'imscp','keepold_adv','',NULL),(864,2,1734080099,'mod_lesson','mediafile','',NULL),(865,2,1734080099,'mod_lesson','mediafile_adv','1',NULL),(866,2,1734080099,'mod_lesson','mediawidth','640',NULL),(867,2,1734080099,'mod_lesson','mediaheight','480',NULL),(868,2,1734080099,'mod_lesson','mediaclose','0',NULL),(869,2,1734080099,'mod_lesson','progressbar','0',NULL),(870,2,1734080099,'mod_lesson','progressbar_adv','',NULL),(871,2,1734080099,'mod_lesson','ongoing','0',NULL),(872,2,1734080099,'mod_lesson','ongoing_adv','1',NULL),(873,2,1734080099,'mod_lesson','displayleftmenu','0',NULL),(874,2,1734080099,'mod_lesson','displayleftmenu_adv','',NULL),(875,2,1734080099,'mod_lesson','displayleftif','0',NULL),(876,2,1734080099,'mod_lesson','displayleftif_adv','1',NULL),(877,2,1734080099,'mod_lesson','slideshow','0',NULL),(878,2,1734080099,'mod_lesson','slideshow_adv','1',NULL),(879,2,1734080099,'mod_lesson','slideshowwidth','640',NULL),(880,2,1734080099,'mod_lesson','slideshowheight','480',NULL),(881,2,1734080099,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(882,2,1734080099,'mod_lesson','maxanswers','5',NULL),(883,2,1734080099,'mod_lesson','maxanswers_adv','1',NULL),(884,2,1734080099,'mod_lesson','defaultfeedback','0',NULL),(885,2,1734080099,'mod_lesson','defaultfeedback_adv','1',NULL),(886,2,1734080099,'mod_lesson','activitylink','',NULL),(887,2,1734080099,'mod_lesson','activitylink_adv','1',NULL),(888,2,1734080099,'mod_lesson','timelimit','0',NULL),(889,2,1734080100,'mod_lesson','timelimit_adv','',NULL),(890,2,1734080100,'mod_lesson','password','0',NULL),(891,2,1734080100,'mod_lesson','password_adv','1',NULL),(892,2,1734080100,'mod_lesson','modattempts','0',NULL),(893,2,1734080100,'mod_lesson','modattempts_adv','',NULL),(894,2,1734080100,'mod_lesson','displayreview','0',NULL),(895,2,1734080100,'mod_lesson','displayreview_adv','',NULL),(896,2,1734080100,'mod_lesson','maximumnumberofattempts','1',NULL),(897,2,1734080100,'mod_lesson','maximumnumberofattempts_adv','',NULL),(898,2,1734080100,'mod_lesson','defaultnextpage','0',NULL),(899,2,1734080100,'mod_lesson','defaultnextpage_adv','1',NULL),(900,2,1734080100,'mod_lesson','numberofpagestoshow','1',NULL),(901,2,1734080100,'mod_lesson','numberofpagestoshow_adv','1',NULL),(902,2,1734080100,'mod_lesson','practice','0',NULL),(903,2,1734080100,'mod_lesson','practice_adv','',NULL),(904,2,1734080100,'mod_lesson','customscoring','1',NULL),(905,2,1734080100,'mod_lesson','customscoring_adv','1',NULL),(906,2,1734080100,'mod_lesson','retakesallowed','0',NULL),(907,2,1734080100,'mod_lesson','retakesallowed_adv','',NULL),(908,2,1734080100,'mod_lesson','handlingofretakes','0',NULL),(909,2,1734080100,'mod_lesson','handlingofretakes_adv','1',NULL),(910,2,1734080100,'mod_lesson','minimumnumberofquestions','0',NULL),(911,2,1734080100,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(912,2,1734080100,'page','displayoptions','5',NULL),(913,2,1734080100,'page','printintro','0',NULL),(914,2,1734080100,'page','printlastmodified','1',NULL),(915,2,1734080100,'page','display','5',NULL),(916,2,1734080100,'page','popupwidth','620',NULL),(917,2,1734080100,'page','popupheight','450',NULL),(918,2,1734080100,'quiz','timelimit','0',NULL),(919,2,1734080100,'quiz','timelimit_adv','',NULL),(920,2,1734080100,'quiz','timelimit_locked','',NULL),(921,2,1734080100,'quiz','notifyattemptgradeddelay','18000',NULL),(922,2,1734080100,'quiz','overduehandling','autosubmit',NULL),(923,2,1734080100,'quiz','overduehandling_adv','',NULL),(924,2,1734080100,'quiz','overduehandling_locked','',NULL),(925,2,1734080100,'quiz','graceperiod','86400',NULL),(926,2,1734080100,'quiz','graceperiod_adv','',NULL),(927,2,1734080100,'quiz','graceperiod_locked','',NULL),(928,2,1734080100,'quiz','graceperiodmin','60',NULL),(929,2,1734080100,'quiz','attempts','0',NULL),(930,2,1734080100,'quiz','attempts_adv','',NULL),(931,2,1734080100,'quiz','attempts_locked','',NULL),(932,2,1734080100,'quiz','grademethod','1',NULL),(933,2,1734080100,'quiz','grademethod_adv','',NULL),(934,2,1734080100,'quiz','grademethod_locked','',NULL),(935,2,1734080100,'quiz','maximumgrade','10',NULL),(936,2,1734080100,'quiz','maximumgrade_locked','',NULL),(937,2,1734080100,'quiz','questionsperpage','1',NULL),(938,2,1734080100,'quiz','questionsperpage_adv','',NULL),(939,2,1734080100,'quiz','questionsperpage_locked','',NULL),(940,2,1734080100,'quiz','navmethod','free',NULL),(941,2,1734080100,'quiz','navmethod_adv','1',NULL),(942,2,1734080100,'quiz','navmethod_locked','',NULL),(943,2,1734080100,'quiz','shuffleanswers','1',NULL),(944,2,1734080100,'quiz','shuffleanswers_adv','',NULL),(945,2,1734080100,'quiz','shuffleanswers_locked','',NULL),(946,2,1734080100,'quiz','preferredbehaviour','deferredfeedback',NULL),(947,2,1734080100,'quiz','preferredbehaviour_locked','',NULL),(948,2,1734080100,'quiz','canredoquestions','0',NULL),(949,2,1734080100,'quiz','canredoquestions_adv','1',NULL),(950,2,1734080100,'quiz','canredoquestions_locked','',NULL),(951,2,1734080100,'quiz','attemptonlast','0',NULL),(952,2,1734080100,'quiz','attemptonlast_adv','1',NULL),(953,2,1734080100,'quiz','attemptonlast_locked','',NULL),(954,2,1734080100,'quiz','reviewattempt','69904',NULL),(955,2,1734080100,'quiz','reviewcorrectness','69904',NULL),(956,2,1734080100,'quiz','reviewmarks','69904',NULL),(957,2,1734080100,'quiz','reviewspecificfeedback','69904',NULL),(958,2,1734080100,'quiz','reviewgeneralfeedback','69904',NULL),(959,2,1734080100,'quiz','reviewrightanswer','69904',NULL),(960,2,1734080100,'quiz','reviewoverallfeedback','4368',NULL),(961,2,1734080100,'quiz','showuserpicture','0',NULL),(962,2,1734080100,'quiz','showuserpicture_adv','',NULL),(963,2,1734080100,'quiz','showuserpicture_locked','',NULL),(964,2,1734080100,'quiz','decimalpoints','2',NULL),(965,2,1734080100,'quiz','decimalpoints_adv','',NULL),(966,2,1734080100,'quiz','decimalpoints_locked','',NULL),(967,2,1734080100,'quiz','questiondecimalpoints','-1',NULL),(968,2,1734080100,'quiz','questiondecimalpoints_adv','',NULL),(969,2,1734080100,'quiz','questiondecimalpoints_locked','',NULL),(970,2,1734080100,'quiz','showblocks','0',NULL),(971,2,1734080100,'quiz','showblocks_adv','1',NULL),(972,2,1734080100,'quiz','showblocks_locked','',NULL),(973,2,1734080100,'quiz','quizpassword','',NULL),(974,2,1734080100,'quiz','quizpassword_adv','',NULL),(975,2,1734080100,'quiz','quizpassword_required','',NULL),(976,2,1734080101,'quiz','quizpassword_locked','',NULL),(977,2,1734080101,'quiz','subnet','',NULL),(978,2,1734080101,'quiz','subnet_adv','1',NULL),(979,2,1734080101,'quiz','subnet_locked','',NULL),(980,2,1734080101,'quiz','delay1','0',NULL),(981,2,1734080101,'quiz','delay1_adv','1',NULL),(982,2,1734080101,'quiz','delay1_locked','',NULL),(983,2,1734080101,'quiz','delay2','0',NULL),(984,2,1734080101,'quiz','delay2_adv','1',NULL),(985,2,1734080101,'quiz','delay2_locked','',NULL),(986,2,1734080101,'quiz','browsersecurity','-',NULL),(987,2,1734080101,'quiz','browsersecurity_adv','1',NULL),(988,2,1734080101,'quiz','browsersecurity_locked','',NULL),(989,2,1734080101,'quiz','initialnumfeedbacks','2',NULL),(990,2,1734080101,'quiz','autosaveperiod','60',NULL),(991,2,1734080101,'quiz_statistics','getstatslocktimeout','900',NULL),(992,2,1734080101,'quizaccess_seb','autoreconfigureseb','1',NULL),(993,2,1734080101,'quizaccess_seb','showseblinks','seb,http',NULL),(994,2,1734080101,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(995,2,1734080101,'quizaccess_seb','quizpasswordrequired','0',NULL),(996,2,1734080101,'quizaccess_seb','displayblocksbeforestart','0',NULL),(997,2,1734080101,'quizaccess_seb','displayblockswhenfinished','1',NULL),(998,2,1734080101,'scorm','displaycoursestructure','0',NULL),(999,2,1734080101,'scorm','displaycoursestructure_adv','',NULL),(1000,2,1734080101,'scorm','popup','0',NULL),(1001,2,1734080101,'scorm','popup_adv','',NULL),(1002,2,1734080101,'scorm','framewidth','100',NULL),(1003,2,1734080101,'scorm','framewidth_adv','1',NULL),(1004,2,1734080101,'scorm','frameheight','500',NULL),(1005,2,1734080101,'scorm','frameheight_adv','1',NULL),(1006,2,1734080101,'scorm','winoptgrp_adv','1',NULL),(1007,2,1734080101,'scorm','scrollbars','0',NULL),(1008,2,1734080101,'scorm','directories','0',NULL),(1009,2,1734080101,'scorm','location','0',NULL),(1010,2,1734080101,'scorm','menubar','0',NULL),(1011,2,1734080101,'scorm','toolbar','0',NULL),(1012,2,1734080101,'scorm','status','0',NULL),(1013,2,1734080101,'scorm','skipview','0',NULL),(1014,2,1734080101,'scorm','skipview_adv','1',NULL),(1015,2,1734080101,'scorm','hidebrowse','0',NULL),(1016,2,1734080101,'scorm','hidebrowse_adv','1',NULL),(1017,2,1734080101,'scorm','hidetoc','0',NULL),(1018,2,1734080101,'scorm','hidetoc_adv','1',NULL),(1019,2,1734080101,'scorm','nav','1',NULL),(1020,2,1734080101,'scorm','nav_adv','1',NULL),(1021,2,1734080101,'scorm','navpositionleft','-100',NULL),(1022,2,1734080101,'scorm','navpositionleft_adv','1',NULL),(1023,2,1734080101,'scorm','navpositiontop','-100',NULL),(1024,2,1734080101,'scorm','navpositiontop_adv','1',NULL),(1025,2,1734080101,'scorm','collapsetocwinsize','767',NULL),(1026,2,1734080101,'scorm','collapsetocwinsize_adv','1',NULL),(1027,2,1734080101,'scorm','displayattemptstatus','1',NULL),(1028,2,1734080101,'scorm','displayattemptstatus_adv','',NULL),(1029,2,1734080101,'scorm','grademethod','1',NULL),(1030,2,1734080101,'scorm','maxgrade','100',NULL),(1031,2,1734080101,'scorm','maxattempt','0',NULL),(1032,2,1734080101,'scorm','whatgrade','0',NULL),(1033,2,1734080101,'scorm','forcecompleted','0',NULL),(1034,2,1734080101,'scorm','forcenewattempt','0',NULL),(1035,2,1734080101,'scorm','autocommit','0',NULL),(1036,2,1734080101,'scorm','masteryoverride','1',NULL),(1037,2,1734080101,'scorm','lastattemptlock','0',NULL),(1038,2,1734080101,'scorm','auto','0',NULL),(1039,2,1734080101,'scorm','updatefreq','0',NULL),(1040,2,1734080101,'scorm','scormstandard','0',NULL),(1041,2,1734080101,'scorm','allowtypeexternal','0',NULL),(1042,2,1734080101,'scorm','allowtypelocalsync','0',NULL),(1043,2,1734080101,'scorm','allowtypeexternalaicc','0',NULL),(1044,2,1734080101,'scorm','allowaicchacp','0',NULL),(1045,2,1734080101,'scorm','aicchacptimeout','30',NULL),(1046,2,1734080101,'scorm','aicchacpkeepsessiondata','1',NULL),(1047,2,1734080101,'scorm','aiccuserid','1',NULL),(1048,2,1734080101,'scorm','forcejavascript','1',NULL),(1049,2,1734080101,'scorm','allowapidebug','0',NULL),(1050,2,1734080101,'scorm','apidebugmask','.*',NULL),(1051,2,1734080101,'scorm','protectpackagedownloads','0',NULL),(1052,2,1734080101,'label','dndmedia','1',NULL),(1053,2,1734080102,'label','dndresizewidth','400',NULL),(1054,2,1734080102,'label','dndresizeheight','400',NULL),(1055,2,1734080102,'url','framesize','130',NULL),(1056,2,1734080102,'url','secretphrase','',NULL),(1057,2,1734080102,'url','rolesinparams','0',NULL),(1058,2,1734080102,'url','displayoptions','0,1,5,6',NULL),(1059,2,1734080102,'url','printintro','1',NULL),(1060,2,1734080102,'url','display','0',NULL),(1061,2,1734080102,'url','popupwidth','620',NULL),(1062,2,1734080102,'url','popupheight','450',NULL),(1063,2,1734080102,'workshop','grade','80',NULL),(1064,2,1734080102,'workshop','gradinggrade','20',NULL),(1065,2,1734080102,'workshop','gradedecimals','0',NULL),(1066,2,1734080102,'workshop','maxbytes','0',NULL),(1067,2,1734080102,'workshop','strategy','accumulative',NULL),(1068,2,1734080102,'workshop','examplesmode','0',NULL),(1069,2,1734080102,'workshopallocation_random','numofreviews','5',NULL),(1070,2,1734080102,'workshopform_numerrors','grade0','No',NULL),(1071,2,1734080102,'workshopform_numerrors','grade1','Yes',NULL),(1072,2,1734080102,'workshopeval_best','comparison','5',NULL),(1073,2,1734080102,'tool_brickfield','analysistype','0',NULL),(1074,2,1734080102,'tool_brickfield','deletehistoricaldata','1',NULL),(1075,2,1734080102,'tool_brickfield','batch','1000',NULL),(1076,2,1734080102,'tool_brickfield','perpage','50',NULL),(1077,2,1734080102,'tool_recyclebin','coursebinenable','1',NULL),(1078,2,1734080102,'tool_recyclebin','coursebinexpiry','604800',NULL),(1079,2,1734080102,'tool_recyclebin','categorybinenable','1',NULL),(1080,2,1734080102,'tool_recyclebin','categorybinexpiry','604800',NULL),(1081,2,1734080102,'tool_recyclebin','autohide','1',NULL),(1082,2,1734080102,'antivirus_clamav','runningmethod','commandline',NULL),(1083,2,1734080102,'antivirus_clamav','pathtoclam','',NULL),(1084,2,1734080102,'antivirus_clamav','pathtounixsocket','',NULL),(1085,2,1734080102,'antivirus_clamav','tcpsockethost','',NULL),(1086,2,1734080102,'antivirus_clamav','tcpsocketport','3310',NULL),(1087,2,1734080102,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1088,2,1734080102,'antivirus_clamav','tries','1',NULL),(1089,2,1734080102,'auth_cas','auth_name','CAS',NULL),(1090,2,1734080102,'auth_cas','auth_logo','',NULL),(1091,2,1734080102,'auth_cas','hostname','',NULL),(1092,2,1734080102,'auth_cas','baseuri','',NULL),(1093,2,1734080102,'auth_cas','port','0',NULL),(1094,2,1734080102,'auth_cas','casversion','2.0',NULL),(1095,2,1734080102,'auth_cas','language','CAS_Languages_English',NULL),(1096,2,1734080102,'auth_cas','proxycas','0',NULL),(1097,2,1734080102,'auth_cas','logoutcas','0',NULL),(1098,2,1734080102,'auth_cas','multiauth','0',NULL),(1099,2,1734080102,'auth_cas','certificate_check','0',NULL),(1100,2,1734080102,'auth_cas','certificate_path','',NULL),(1101,2,1734080102,'auth_cas','curl_ssl_version','',NULL),(1102,2,1734080102,'auth_cas','logout_return_url','',NULL),(1103,2,1734080102,'auth_cas','host_url','',NULL),(1104,2,1734080102,'auth_cas','ldap_version','3',NULL),(1105,2,1734080102,'auth_cas','start_tls','0',NULL),(1106,2,1734080102,'auth_cas','ldapencoding','utf-8',NULL),(1107,2,1734080102,'auth_cas','pagesize','250',NULL),(1108,2,1734080102,'auth_cas','bind_dn','',NULL),(1109,2,1734080102,'auth_cas','bind_pw','',NULL),(1110,2,1734080102,'auth_cas','user_type','default',NULL),(1111,2,1734080102,'auth_cas','contexts','',NULL),(1112,2,1734080102,'auth_cas','search_sub','0',NULL),(1113,2,1734080102,'auth_cas','opt_deref','0',NULL),(1114,2,1734080102,'auth_cas','user_attribute','',NULL),(1115,2,1734080102,'auth_cas','memberattribute','',NULL),(1116,2,1734080102,'auth_cas','memberattribute_isdn','0',NULL),(1117,2,1734080102,'auth_cas','objectclass','',NULL),(1118,2,1734080102,'auth_cas','attrcreators','',NULL),(1119,2,1734080102,'auth_cas','groupecreators','',NULL),(1120,2,1734080103,'auth_cas','removeuser','0',NULL),(1121,2,1734080103,'auth_cas','field_map_firstname','',NULL),(1122,2,1734080103,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1123,2,1734080103,'auth_cas','field_updateremote_firstname','0',NULL),(1124,2,1734080103,'auth_cas','field_lock_firstname','unlocked',NULL),(1125,2,1734080103,'auth_cas','field_map_lastname','',NULL),(1126,2,1734080103,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1127,2,1734080103,'auth_cas','field_updateremote_lastname','0',NULL),(1128,2,1734080103,'auth_cas','field_lock_lastname','unlocked',NULL),(1129,2,1734080103,'auth_cas','field_map_email','',NULL),(1130,2,1734080103,'auth_cas','field_updatelocal_email','oncreate',NULL),(1131,2,1734080103,'auth_cas','field_updateremote_email','0',NULL),(1132,2,1734080103,'auth_cas','field_lock_email','unlocked',NULL),(1133,2,1734080103,'auth_cas','field_map_city','',NULL),(1134,2,1734080103,'auth_cas','field_updatelocal_city','oncreate',NULL),(1135,2,1734080103,'auth_cas','field_updateremote_city','0',NULL),(1136,2,1734080103,'auth_cas','field_lock_city','unlocked',NULL),(1137,2,1734080103,'auth_cas','field_map_country','',NULL),(1138,2,1734080103,'auth_cas','field_updatelocal_country','oncreate',NULL),(1139,2,1734080103,'auth_cas','field_updateremote_country','0',NULL),(1140,2,1734080103,'auth_cas','field_lock_country','unlocked',NULL),(1141,2,1734080103,'auth_cas','field_map_lang','',NULL),(1142,2,1734080103,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1143,2,1734080103,'auth_cas','field_updateremote_lang','0',NULL),(1144,2,1734080103,'auth_cas','field_lock_lang','unlocked',NULL),(1145,2,1734080103,'auth_cas','field_map_description','',NULL),(1146,2,1734080103,'auth_cas','field_updatelocal_description','oncreate',NULL),(1147,2,1734080103,'auth_cas','field_updateremote_description','0',NULL),(1148,2,1734080103,'auth_cas','field_lock_description','unlocked',NULL),(1149,2,1734080103,'auth_cas','field_map_idnumber','',NULL),(1150,2,1734080103,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1151,2,1734080103,'auth_cas','field_updateremote_idnumber','0',NULL),(1152,2,1734080103,'auth_cas','field_lock_idnumber','unlocked',NULL),(1153,2,1734080103,'auth_cas','field_map_institution','',NULL),(1154,2,1734080103,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1155,2,1734080103,'auth_cas','field_updateremote_institution','0',NULL),(1156,2,1734080103,'auth_cas','field_lock_institution','unlocked',NULL),(1157,2,1734080103,'auth_cas','field_map_department','',NULL),(1158,2,1734080103,'auth_cas','field_updatelocal_department','oncreate',NULL),(1159,2,1734080103,'auth_cas','field_updateremote_department','0',NULL),(1160,2,1734080103,'auth_cas','field_lock_department','unlocked',NULL),(1161,2,1734080103,'auth_cas','field_map_phone1','',NULL),(1162,2,1734080103,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1163,2,1734080103,'auth_cas','field_updateremote_phone1','0',NULL),(1164,2,1734080103,'auth_cas','field_lock_phone1','unlocked',NULL),(1165,2,1734080103,'auth_cas','field_map_phone2','',NULL),(1166,2,1734080103,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1167,2,1734080103,'auth_cas','field_updateremote_phone2','0',NULL),(1168,2,1734080103,'auth_cas','field_lock_phone2','unlocked',NULL),(1169,2,1734080103,'auth_cas','field_map_address','',NULL),(1170,2,1734080103,'auth_cas','field_updatelocal_address','oncreate',NULL),(1171,2,1734080103,'auth_cas','field_updateremote_address','0',NULL),(1172,2,1734080103,'auth_cas','field_lock_address','unlocked',NULL),(1173,2,1734080103,'auth_cas','field_map_firstnamephonetic','',NULL),(1174,2,1734080103,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1175,2,1734080103,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1176,2,1734080103,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1177,2,1734080103,'auth_cas','field_map_lastnamephonetic','',NULL),(1178,2,1734080103,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1179,2,1734080103,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1180,2,1734080103,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1181,2,1734080103,'auth_cas','field_map_middlename','',NULL),(1182,2,1734080103,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1183,2,1734080103,'auth_cas','field_updateremote_middlename','0',NULL),(1184,2,1734080103,'auth_cas','field_lock_middlename','unlocked',NULL),(1185,2,1734080103,'auth_cas','field_map_alternatename','',NULL),(1186,2,1734080103,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1187,2,1734080103,'auth_cas','field_updateremote_alternatename','0',NULL),(1188,2,1734080103,'auth_cas','field_lock_alternatename','unlocked',NULL),(1189,2,1734080104,'auth_email','recaptcha','0',NULL),(1190,2,1734080104,'auth_email','field_lock_firstname','unlocked',NULL),(1191,2,1734080104,'auth_email','field_lock_lastname','unlocked',NULL),(1192,2,1734080104,'auth_email','field_lock_email','unlocked',NULL),(1193,2,1734080104,'auth_email','field_lock_city','unlocked',NULL),(1194,2,1734080104,'auth_email','field_lock_country','unlocked',NULL),(1195,2,1734080104,'auth_email','field_lock_lang','unlocked',NULL),(1196,2,1734080104,'auth_email','field_lock_description','unlocked',NULL),(1197,2,1734080104,'auth_email','field_lock_idnumber','unlocked',NULL),(1198,2,1734080104,'auth_email','field_lock_institution','unlocked',NULL),(1199,2,1734080104,'auth_email','field_lock_department','unlocked',NULL),(1200,2,1734080104,'auth_email','field_lock_phone1','unlocked',NULL),(1201,2,1734080104,'auth_email','field_lock_phone2','unlocked',NULL),(1202,2,1734080104,'auth_email','field_lock_address','unlocked',NULL),(1203,2,1734080104,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1204,2,1734080104,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1205,2,1734080104,'auth_email','field_lock_middlename','unlocked',NULL),(1206,2,1734080104,'auth_email','field_lock_alternatename','unlocked',NULL),(1207,2,1734080104,'auth_db','host','127.0.0.1',NULL),(1208,2,1734080104,'auth_db','type','mysqli',NULL),(1209,2,1734080104,'auth_db','sybasequoting','0',NULL),(1210,2,1734080104,'auth_db','name','',NULL),(1211,2,1734080104,'auth_db','user','',NULL),(1212,2,1734080104,'auth_db','pass','',NULL),(1213,2,1734080104,'auth_db','table','',NULL),(1214,2,1734080104,'auth_db','fielduser','',NULL),(1215,2,1734080104,'auth_db','fieldpass','',NULL),(1216,2,1734080104,'auth_db','passtype','plaintext',NULL),(1217,2,1734080104,'auth_db','extencoding','utf-8',NULL),(1218,2,1734080104,'auth_db','setupsql','',NULL),(1219,2,1734080104,'auth_db','debugauthdb','0',NULL),(1220,2,1734080104,'auth_db','changepasswordurl','',NULL),(1221,2,1734080104,'auth_db','removeuser','0',NULL),(1222,2,1734080104,'auth_db','updateusers','0',NULL),(1223,2,1734080104,'auth_db','field_map_firstname','',NULL),(1224,2,1734080104,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1225,2,1734080104,'auth_db','field_updateremote_firstname','0',NULL),(1226,2,1734080104,'auth_db','field_lock_firstname','unlocked',NULL),(1227,2,1734080104,'auth_db','field_map_lastname','',NULL),(1228,2,1734080104,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1229,2,1734080104,'auth_db','field_updateremote_lastname','0',NULL),(1230,2,1734080104,'auth_db','field_lock_lastname','unlocked',NULL),(1231,2,1734080104,'auth_db','field_map_email','',NULL),(1232,2,1734080104,'auth_db','field_updatelocal_email','oncreate',NULL),(1233,2,1734080104,'auth_db','field_updateremote_email','0',NULL),(1234,2,1734080104,'auth_db','field_lock_email','unlocked',NULL),(1235,2,1734080104,'auth_db','field_map_city','',NULL),(1236,2,1734080104,'auth_db','field_updatelocal_city','oncreate',NULL),(1237,2,1734080104,'auth_db','field_updateremote_city','0',NULL),(1238,2,1734080104,'auth_db','field_lock_city','unlocked',NULL),(1239,2,1734080104,'auth_db','field_map_country','',NULL),(1240,2,1734080104,'auth_db','field_updatelocal_country','oncreate',NULL),(1241,2,1734080104,'auth_db','field_updateremote_country','0',NULL),(1242,2,1734080104,'auth_db','field_lock_country','unlocked',NULL),(1243,2,1734080104,'auth_db','field_map_lang','',NULL),(1244,2,1734080104,'auth_db','field_updatelocal_lang','oncreate',NULL),(1245,2,1734080104,'auth_db','field_updateremote_lang','0',NULL),(1246,2,1734080104,'auth_db','field_lock_lang','unlocked',NULL),(1247,2,1734080104,'auth_db','field_map_description','',NULL),(1248,2,1734080104,'auth_db','field_updatelocal_description','oncreate',NULL),(1249,2,1734080104,'auth_db','field_updateremote_description','0',NULL),(1250,2,1734080104,'auth_db','field_lock_description','unlocked',NULL),(1251,2,1734080104,'auth_db','field_map_idnumber','',NULL),(1252,2,1734080104,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1253,2,1734080104,'auth_db','field_updateremote_idnumber','0',NULL),(1254,2,1734080104,'auth_db','field_lock_idnumber','unlocked',NULL),(1255,2,1734080104,'auth_db','field_map_institution','',NULL),(1256,2,1734080104,'auth_db','field_updatelocal_institution','oncreate',NULL),(1257,2,1734080104,'auth_db','field_updateremote_institution','0',NULL),(1258,2,1734080104,'auth_db','field_lock_institution','unlocked',NULL),(1259,2,1734080104,'auth_db','field_map_department','',NULL),(1260,2,1734080104,'auth_db','field_updatelocal_department','oncreate',NULL),(1261,2,1734080104,'auth_db','field_updateremote_department','0',NULL),(1262,2,1734080104,'auth_db','field_lock_department','unlocked',NULL),(1263,2,1734080104,'auth_db','field_map_phone1','',NULL),(1264,2,1734080104,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1265,2,1734080104,'auth_db','field_updateremote_phone1','0',NULL),(1266,2,1734080104,'auth_db','field_lock_phone1','unlocked',NULL),(1267,2,1734080104,'auth_db','field_map_phone2','',NULL),(1268,2,1734080104,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1269,2,1734080104,'auth_db','field_updateremote_phone2','0',NULL),(1270,2,1734080105,'auth_db','field_lock_phone2','unlocked',NULL),(1271,2,1734080105,'auth_db','field_map_address','',NULL),(1272,2,1734080105,'auth_db','field_updatelocal_address','oncreate',NULL),(1273,2,1734080105,'auth_db','field_updateremote_address','0',NULL),(1274,2,1734080105,'auth_db','field_lock_address','unlocked',NULL),(1275,2,1734080105,'auth_db','field_map_firstnamephonetic','',NULL),(1276,2,1734080105,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1277,2,1734080105,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1278,2,1734080105,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1279,2,1734080105,'auth_db','field_map_lastnamephonetic','',NULL),(1280,2,1734080105,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1281,2,1734080105,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1282,2,1734080105,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1283,2,1734080105,'auth_db','field_map_middlename','',NULL),(1284,2,1734080105,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1285,2,1734080105,'auth_db','field_updateremote_middlename','0',NULL),(1286,2,1734080105,'auth_db','field_lock_middlename','unlocked',NULL),(1287,2,1734080105,'auth_db','field_map_alternatename','',NULL),(1288,2,1734080105,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1289,2,1734080105,'auth_db','field_updateremote_alternatename','0',NULL),(1290,2,1734080105,'auth_db','field_lock_alternatename','unlocked',NULL),(1291,2,1734080105,'auth_ldap','host_url','',NULL),(1292,2,1734080105,'auth_ldap','ldap_version','3',NULL),(1293,2,1734080105,'auth_ldap','start_tls','0',NULL),(1294,2,1734080105,'auth_ldap','ldapencoding','utf-8',NULL),(1295,2,1734080105,'auth_ldap','pagesize','250',NULL),(1296,2,1734080105,'auth_ldap','preventpassindb','0',NULL),(1297,2,1734080105,'auth_ldap','bind_dn','',NULL),(1298,2,1734080105,'auth_ldap','bind_pw','',NULL),(1299,2,1734080105,'auth_ldap','user_type','default',NULL),(1300,2,1734080105,'auth_ldap','contexts','',NULL),(1301,2,1734080105,'auth_ldap','search_sub','0',NULL),(1302,2,1734080105,'auth_ldap','opt_deref','0',NULL),(1303,2,1734080105,'auth_ldap','user_attribute','',NULL),(1304,2,1734080105,'auth_ldap','suspended_attribute','',NULL),(1305,2,1734080105,'auth_ldap','memberattribute','',NULL),(1306,2,1734080105,'auth_ldap','memberattribute_isdn','0',NULL),(1307,2,1734080105,'auth_ldap','objectclass','',NULL),(1308,2,1734080105,'auth_ldap','forcechangepassword','0',NULL),(1309,2,1734080105,'auth_ldap','stdchangepassword','0',NULL),(1310,2,1734080105,'auth_ldap','passtype','plaintext',NULL),(1311,2,1734080105,'auth_ldap','changepasswordurl','',NULL),(1312,2,1734080105,'auth_ldap','expiration','0',NULL),(1313,2,1734080105,'auth_ldap','expiration_warning','',NULL),(1314,2,1734080105,'auth_ldap','expireattr','',NULL),(1315,2,1734080105,'auth_ldap','gracelogins','0',NULL),(1316,2,1734080105,'auth_ldap','graceattr','',NULL),(1317,2,1734080105,'auth_ldap','auth_user_create','0',NULL),(1318,2,1734080105,'auth_ldap','create_context','',NULL),(1319,2,1734080105,'auth_ldap','managercontext','',NULL),(1320,2,1734080105,'auth_ldap','coursecreatorcontext','',NULL),(1321,2,1734080105,'auth_ldap','removeuser','0',NULL),(1322,2,1734080105,'auth_ldap','sync_suspended','0',NULL),(1323,2,1734080105,'auth_ldap','ntlmsso_enabled','0',NULL),(1324,2,1734080105,'auth_ldap','ntlmsso_subnet','',NULL),(1325,2,1734080105,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1326,2,1734080105,'auth_ldap','ntlmsso_type','ntlm',NULL),(1327,2,1734080105,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1328,2,1734080105,'auth_ldap','field_map_firstname','',NULL),(1329,2,1734080105,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1330,2,1734080105,'auth_ldap','field_updateremote_firstname','0',NULL),(1331,2,1734080105,'auth_ldap','field_lock_firstname','unlocked',NULL),(1332,2,1734080105,'auth_ldap','field_map_lastname','',NULL),(1333,2,1734080105,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1334,2,1734080105,'auth_ldap','field_updateremote_lastname','0',NULL),(1335,2,1734080105,'auth_ldap','field_lock_lastname','unlocked',NULL),(1336,2,1734080105,'auth_ldap','field_map_email','',NULL),(1337,2,1734080105,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1338,2,1734080105,'auth_ldap','field_updateremote_email','0',NULL),(1339,2,1734080105,'auth_ldap','field_lock_email','unlocked',NULL),(1340,2,1734080105,'auth_ldap','field_map_city','',NULL),(1341,2,1734080105,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1342,2,1734080105,'auth_ldap','field_updateremote_city','0',NULL),(1343,2,1734080105,'auth_ldap','field_lock_city','unlocked',NULL),(1344,2,1734080105,'auth_ldap','field_map_country','',NULL),(1345,2,1734080105,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1346,2,1734080105,'auth_ldap','field_updateremote_country','0',NULL),(1347,2,1734080105,'auth_ldap','field_lock_country','unlocked',NULL),(1348,2,1734080105,'auth_ldap','field_map_lang','',NULL),(1349,2,1734080105,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1350,2,1734080105,'auth_ldap','field_updateremote_lang','0',NULL),(1351,2,1734080105,'auth_ldap','field_lock_lang','unlocked',NULL),(1352,2,1734080105,'auth_ldap','field_map_description','',NULL),(1353,2,1734080105,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1354,2,1734080105,'auth_ldap','field_updateremote_description','0',NULL),(1355,2,1734080106,'auth_ldap','field_lock_description','unlocked',NULL),(1356,2,1734080106,'auth_ldap','field_map_idnumber','',NULL),(1357,2,1734080106,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1358,2,1734080106,'auth_ldap','field_updateremote_idnumber','0',NULL),(1359,2,1734080106,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1360,2,1734080106,'auth_ldap','field_map_institution','',NULL),(1361,2,1734080106,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1362,2,1734080106,'auth_ldap','field_updateremote_institution','0',NULL),(1363,2,1734080106,'auth_ldap','field_lock_institution','unlocked',NULL),(1364,2,1734080106,'auth_ldap','field_map_department','',NULL),(1365,2,1734080106,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1366,2,1734080106,'auth_ldap','field_updateremote_department','0',NULL),(1367,2,1734080106,'auth_ldap','field_lock_department','unlocked',NULL),(1368,2,1734080106,'auth_ldap','field_map_phone1','',NULL),(1369,2,1734080106,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1370,2,1734080106,'auth_ldap','field_updateremote_phone1','0',NULL),(1371,2,1734080106,'auth_ldap','field_lock_phone1','unlocked',NULL),(1372,2,1734080106,'auth_ldap','field_map_phone2','',NULL),(1373,2,1734080106,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1374,2,1734080106,'auth_ldap','field_updateremote_phone2','0',NULL),(1375,2,1734080106,'auth_ldap','field_lock_phone2','unlocked',NULL),(1376,2,1734080106,'auth_ldap','field_map_address','',NULL),(1377,2,1734080106,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1378,2,1734080106,'auth_ldap','field_updateremote_address','0',NULL),(1379,2,1734080106,'auth_ldap','field_lock_address','unlocked',NULL),(1380,2,1734080106,'auth_ldap','field_map_firstnamephonetic','',NULL),(1381,2,1734080106,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1382,2,1734080106,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1383,2,1734080106,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1384,2,1734080106,'auth_ldap','field_map_lastnamephonetic','',NULL),(1385,2,1734080106,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1386,2,1734080106,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1387,2,1734080106,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1388,2,1734080106,'auth_ldap','field_map_middlename','',NULL),(1389,2,1734080106,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1390,2,1734080106,'auth_ldap','field_updateremote_middlename','0',NULL),(1391,2,1734080106,'auth_ldap','field_lock_middlename','unlocked',NULL),(1392,2,1734080106,'auth_ldap','field_map_alternatename','',NULL),(1393,2,1734080106,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1394,2,1734080106,'auth_ldap','field_updateremote_alternatename','0',NULL),(1395,2,1734080106,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1396,2,1734080106,'auth_manual','expiration','0',NULL),(1397,2,1734080106,'auth_manual','expirationtime','30',NULL),(1398,2,1734080106,'auth_manual','expiration_warning','0',NULL),(1399,2,1734080106,'auth_manual','field_lock_firstname','unlocked',NULL),(1400,2,1734080106,'auth_manual','field_lock_lastname','unlocked',NULL),(1401,2,1734080106,'auth_manual','field_lock_email','unlocked',NULL),(1402,2,1734080106,'auth_manual','field_lock_city','unlocked',NULL),(1403,2,1734080106,'auth_manual','field_lock_country','unlocked',NULL),(1404,2,1734080106,'auth_manual','field_lock_lang','unlocked',NULL),(1405,2,1734080106,'auth_manual','field_lock_description','unlocked',NULL),(1406,2,1734080106,'auth_manual','field_lock_idnumber','unlocked',NULL),(1407,2,1734080106,'auth_manual','field_lock_institution','unlocked',NULL),(1408,2,1734080106,'auth_manual','field_lock_department','unlocked',NULL),(1409,2,1734080106,'auth_manual','field_lock_phone1','unlocked',NULL),(1410,2,1734080106,'auth_manual','field_lock_phone2','unlocked',NULL),(1411,2,1734080106,'auth_manual','field_lock_address','unlocked',NULL),(1412,2,1734080106,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1413,2,1734080106,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1414,2,1734080106,'auth_manual','field_lock_middlename','unlocked',NULL),(1415,2,1734080106,'auth_manual','field_lock_alternatename','unlocked',NULL),(1416,2,1734080106,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1417,2,1734080106,'auth_none','field_lock_firstname','unlocked',NULL),(1418,2,1734080106,'auth_none','field_lock_lastname','unlocked',NULL),(1419,2,1734080106,'auth_none','field_lock_email','unlocked',NULL),(1420,2,1734080106,'auth_none','field_lock_city','unlocked',NULL),(1421,2,1734080106,'auth_none','field_lock_country','unlocked',NULL),(1422,2,1734080106,'auth_none','field_lock_lang','unlocked',NULL),(1423,2,1734080106,'auth_none','field_lock_description','unlocked',NULL),(1424,2,1734080106,'auth_none','field_lock_idnumber','unlocked',NULL),(1425,2,1734080106,'auth_none','field_lock_institution','unlocked',NULL),(1426,2,1734080106,'auth_none','field_lock_department','unlocked',NULL),(1427,2,1734080107,'auth_none','field_lock_phone1','unlocked',NULL),(1428,2,1734080107,'auth_none','field_lock_phone2','unlocked',NULL),(1429,2,1734080107,'auth_none','field_lock_address','unlocked',NULL),(1430,2,1734080107,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1431,2,1734080107,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1432,2,1734080107,'auth_none','field_lock_middlename','unlocked',NULL),(1433,2,1734080107,'auth_none','field_lock_alternatename','unlocked',NULL),(1434,2,1734080107,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1435,2,1734080107,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1436,2,1734080107,'auth_oauth2','field_lock_email','unlocked',NULL),(1437,2,1734080107,'auth_oauth2','field_lock_city','unlocked',NULL),(1438,2,1734080107,'auth_oauth2','field_lock_country','unlocked',NULL),(1439,2,1734080107,'auth_oauth2','field_lock_lang','unlocked',NULL),(1440,2,1734080107,'auth_oauth2','field_lock_description','unlocked',NULL),(1441,2,1734080107,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1442,2,1734080107,'auth_oauth2','field_lock_institution','unlocked',NULL),(1443,2,1734080107,'auth_oauth2','field_lock_department','unlocked',NULL),(1444,2,1734080107,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1445,2,1734080107,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1446,2,1734080107,'auth_oauth2','field_lock_address','unlocked',NULL),(1447,2,1734080107,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1448,2,1734080107,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1449,2,1734080107,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1450,2,1734080107,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1451,2,1734080107,'auth_shibboleth','user_attribute','',NULL),(1452,2,1734080107,'auth_shibboleth','convert_data','',NULL),(1453,2,1734080107,'auth_shibboleth','alt_login','off',NULL),(1454,2,1734080107,'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),(1455,2,1734080107,'auth_shibboleth','logout_handler','',NULL),(1456,2,1734080107,'auth_shibboleth','logout_return_url','',NULL),(1457,2,1734080107,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1458,2,1734080107,'auth_shibboleth','auth_logo','',NULL),(1459,2,1734080107,'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),(1460,2,1734080107,'auth_shibboleth','changepasswordurl','',NULL),(1461,2,1734080107,'auth_shibboleth','field_map_firstname','',NULL),(1462,2,1734080107,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1463,2,1734080107,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1464,2,1734080107,'auth_shibboleth','field_map_lastname','',NULL),(1465,2,1734080107,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1466,2,1734080107,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1467,2,1734080107,'auth_shibboleth','field_map_email','',NULL),(1468,2,1734080107,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1469,2,1734080107,'auth_shibboleth','field_lock_email','unlocked',NULL),(1470,2,1734080107,'auth_shibboleth','field_map_city','',NULL),(1471,2,1734080107,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1472,2,1734080107,'auth_shibboleth','field_lock_city','unlocked',NULL),(1473,2,1734080107,'auth_shibboleth','field_map_country','',NULL),(1474,2,1734080107,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1475,2,1734080107,'auth_shibboleth','field_lock_country','unlocked',NULL),(1476,2,1734080107,'auth_shibboleth','field_map_lang','',NULL),(1477,2,1734080107,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1478,2,1734080107,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1479,2,1734080107,'auth_shibboleth','field_map_description','',NULL),(1480,2,1734080107,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1481,2,1734080107,'auth_shibboleth','field_lock_description','unlocked',NULL),(1482,2,1734080107,'auth_shibboleth','field_map_idnumber','',NULL),(1483,2,1734080107,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1484,2,1734080107,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1485,2,1734080107,'auth_shibboleth','field_map_institution','',NULL),(1486,2,1734080107,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1487,2,1734080107,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1488,2,1734080107,'auth_shibboleth','field_map_department','',NULL),(1489,2,1734080107,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1490,2,1734080107,'auth_shibboleth','field_lock_department','unlocked',NULL),(1491,2,1734080107,'auth_shibboleth','field_map_phone1','',NULL),(1492,2,1734080107,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1493,2,1734080107,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1494,2,1734080107,'auth_shibboleth','field_map_phone2','',NULL),(1495,2,1734080107,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1496,2,1734080107,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1497,2,1734080107,'auth_shibboleth','field_map_address','',NULL),(1498,2,1734080107,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1499,2,1734080107,'auth_shibboleth','field_lock_address','unlocked',NULL),(1500,2,1734080107,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1501,2,1734080107,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1502,2,1734080107,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1503,2,1734080107,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1504,2,1734080107,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1505,2,1734080107,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1506,2,1734080107,'auth_shibboleth','field_map_middlename','',NULL),(1507,2,1734080107,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1508,2,1734080107,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1509,2,1734080107,'auth_shibboleth','field_map_alternatename','',NULL),(1510,2,1734080108,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1511,2,1734080108,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1512,2,1734080108,'block_accessreview','whattoshow','showboth',NULL),(1513,2,1734080108,'block_accessreview','errordisplay','showint',NULL),(1514,2,1734080108,'block_accessreview','toolpage','errors',NULL),(1515,2,1734080108,'block_activity_results','config_showbest','3',NULL),(1516,2,1734080108,'block_activity_results','config_showbest_locked','',NULL),(1517,2,1734080108,'block_activity_results','config_showworst','0',NULL),(1518,2,1734080108,'block_activity_results','config_showworst_locked','',NULL),(1519,2,1734080108,'block_activity_results','config_usegroups','0',NULL),(1520,2,1734080108,'block_activity_results','config_usegroups_locked','',NULL),(1521,2,1734080108,'block_activity_results','config_nameformat','1',NULL),(1522,2,1734080108,'block_activity_results','config_nameformat_locked','',NULL),(1523,2,1734080108,'block_activity_results','config_gradeformat','1',NULL),(1524,2,1734080108,'block_activity_results','config_gradeformat_locked','',NULL),(1525,2,1734080108,'block_activity_results','config_decimalpoints','2',NULL),(1526,2,1734080108,'block_activity_results','config_decimalpoints_locked','',NULL),(1527,2,1734080108,'block_myoverview','displaycategories','1',NULL),(1528,2,1734080108,'block_myoverview','layouts','card,list,summary',NULL),(1529,2,1734080108,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1530,2,1734080108,'block_myoverview','displaygroupingall','1',NULL),(1531,2,1734080108,'block_myoverview','displaygroupinginprogress','1',NULL),(1532,2,1734080108,'block_myoverview','displaygroupingpast','1',NULL),(1533,2,1734080108,'block_myoverview','displaygroupingfuture','1',NULL),(1534,2,1734080108,'block_myoverview','displaygroupingcustomfield','0',NULL),(1535,2,1734080108,'block_myoverview','customfiltergrouping','',NULL),(1536,2,1734080108,'block_myoverview','displaygroupingfavourites','1',NULL),(1537,2,1734080108,'block_myoverview','displaygroupinghidden','1',NULL),(1538,2,1734080108,NULL,'block_course_list_adminview','all',NULL),(1539,2,1734080108,NULL,'block_course_list_hideallcourseslink','0',NULL),(1540,2,1734080108,NULL,'block_online_users_timetosee','5',NULL),(1541,2,1734080108,NULL,'block_online_users_onlinestatushiding','1',NULL),(1542,2,1734080108,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1543,2,1734080108,NULL,'block_rss_client_num_entries','5',NULL),(1544,2,1734080108,NULL,'block_rss_client_timeout','30',NULL),(1545,2,1734080108,'block_section_links','numsections1','22',NULL),(1546,2,1734080108,'block_section_links','incby1','2',NULL),(1547,2,1734080108,'block_section_links','numsections2','40',NULL),(1548,2,1734080108,'block_section_links','incby2','5',NULL),(1549,2,1734080108,'block_section_links','showsectionname','0',NULL),(1550,2,1734080108,'block_starredcourses','displaycategories','1',NULL),(1551,2,1734080108,NULL,'block_html_allowcssclasses','0',NULL),(1552,2,1734080108,'block_tag_youtube','apikey','',NULL),(1553,2,1734080108,'format_singleactivity','activitytype','forum',NULL),(1554,2,1734080109,'format_topics','indentation','1',NULL),(1555,2,1734080109,'format_weeks','indentation','1',NULL),(1556,2,1734080109,'fileconverter_googledrive','issuerid','',NULL),(1557,2,1734080109,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1558,2,1734080109,'enrol_cohort','roleid','5',NULL),(1559,2,1734080109,'enrol_cohort','unenrolaction','0',NULL),(1560,2,1734080109,'enrol_meta','nosyncroleids','',NULL),(1561,2,1734080109,'enrol_meta','syncall','1',NULL),(1562,2,1734080109,'enrol_meta','unenrolaction','3',NULL),(1563,2,1734080109,'enrol_meta','coursesort','sortorder',NULL),(1564,2,1734080109,'enrol_fee','expiredaction','3',NULL),(1565,2,1734080109,'enrol_fee','status','1',NULL),(1566,2,1734080109,'enrol_fee','cost','0',NULL),(1567,2,1734080109,'enrol_fee','currency','USD',NULL),(1568,2,1734080109,'enrol_fee','roleid','5',NULL),(1569,2,1734080109,'enrol_fee','enrolperiod','0',NULL),(1570,2,1734080109,'enrol_database','dbtype','',NULL),(1571,2,1734080109,'enrol_database','dbhost','localhost',NULL),(1572,2,1734080109,'enrol_database','dbuser','',NULL),(1573,2,1734080109,'enrol_database','dbpass','',NULL),(1574,2,1734080109,'enrol_database','dbname','',NULL),(1575,2,1734080109,'enrol_database','dbencoding','utf-8',NULL),(1576,2,1734080109,'enrol_database','dbsetupsql','',NULL),(1577,2,1734080109,'enrol_database','dbsybasequoting','0',NULL),(1578,2,1734080109,'enrol_database','debugdb','0',NULL),(1579,2,1734080109,'enrol_database','localcoursefield','idnumber',NULL),(1580,2,1734080109,'enrol_database','localuserfield','idnumber',NULL),(1581,2,1734080109,'enrol_database','localrolefield','shortname',NULL),(1582,2,1734080109,'enrol_database','localcategoryfield','id',NULL),(1583,2,1734080109,'enrol_database','remoteenroltable','',NULL),(1584,2,1734080109,'enrol_database','remotecoursefield','',NULL),(1585,2,1734080109,'enrol_database','remoteuserfield','',NULL),(1586,2,1734080109,'enrol_database','remoterolefield','',NULL),(1587,2,1734080109,'enrol_database','remoteotheruserfield','',NULL),(1588,2,1734080109,'enrol_database','defaultrole','5',NULL),(1589,2,1734080109,'enrol_database','ignorehiddencourses','0',NULL),(1590,2,1734080109,'enrol_database','unenrolaction','0',NULL),(1591,2,1734080109,'enrol_database','newcoursetable','',NULL),(1592,2,1734080109,'enrol_database','newcoursefullname','fullname',NULL),(1593,2,1734080109,'enrol_database','newcourseshortname','shortname',NULL),(1594,2,1734080109,'enrol_database','newcourseidnumber','idnumber',NULL),(1595,2,1734080109,'enrol_database','newcoursecategory','',NULL),(1596,2,1734080109,'enrol_database','defaultcategory','1',NULL),(1597,2,1734080109,'enrol_database','templatecourse','',NULL),(1598,2,1734080109,'enrol_flatfile','location','',NULL),(1599,2,1734080109,'enrol_flatfile','encoding','UTF-8',NULL),(1600,2,1734080109,'enrol_flatfile','mailstudents','0',NULL),(1601,2,1734080109,'enrol_flatfile','mailteachers','0',NULL),(1602,2,1734080109,'enrol_flatfile','mailadmins','0',NULL),(1603,2,1734080109,'enrol_flatfile','unenrolaction','3',NULL),(1604,2,1734080109,'enrol_flatfile','expiredaction','3',NULL),(1605,2,1734080109,'enrol_guest','requirepassword','0',NULL),(1606,2,1734080109,'enrol_guest','usepasswordpolicy','0',NULL),(1607,2,1734080109,'enrol_guest','showhint','0',NULL),(1608,2,1734080109,'enrol_guest','defaultenrol','1',NULL),(1609,2,1734080109,'enrol_guest','status','1',NULL),(1610,2,1734080109,'enrol_guest','status_adv','',NULL),(1611,2,1734080110,'enrol_imsenterprise','imsfilelocation','',NULL),(1612,2,1734080110,'enrol_imsenterprise','logtolocation','',NULL),(1613,2,1734080110,'enrol_imsenterprise','mailadmins','0',NULL),(1614,2,1734080110,'enrol_imsenterprise','createnewusers','0',NULL),(1615,2,1734080110,'enrol_imsenterprise','imsupdateusers','0',NULL),(1616,2,1734080110,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1617,2,1734080110,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1618,2,1734080110,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1619,2,1734080110,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1620,2,1734080110,'enrol_imsenterprise','imsrolemap01','5',NULL),(1621,2,1734080110,'enrol_imsenterprise','imsrolemap02','3',NULL),(1622,2,1734080110,'enrol_imsenterprise','imsrolemap03','3',NULL),(1623,2,1734080110,'enrol_imsenterprise','imsrolemap04','5',NULL),(1624,2,1734080110,'enrol_imsenterprise','imsrolemap05','0',NULL),(1625,2,1734080110,'enrol_imsenterprise','imsrolemap06','4',NULL),(1626,2,1734080110,'enrol_imsenterprise','imsrolemap07','0',NULL),(1627,2,1734080110,'enrol_imsenterprise','imsrolemap08','4',NULL),(1628,2,1734080110,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1629,2,1734080110,'enrol_imsenterprise','createnewcourses','0',NULL),(1630,2,1734080110,'enrol_imsenterprise','updatecourses','0',NULL),(1631,2,1734080110,'enrol_imsenterprise','createnewcategories','0',NULL),(1632,2,1734080110,'enrol_imsenterprise','nestedcategories','0',NULL),(1633,2,1734080110,'enrol_imsenterprise','categoryidnumber','0',NULL),(1634,2,1734080110,'enrol_imsenterprise','categoryseparator','',NULL),(1635,2,1734080110,'enrol_imsenterprise','imsunenrol','0',NULL),(1636,2,1734080110,'enrol_imsenterprise','unenrolaction','0',NULL),(1637,2,1734080110,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1638,2,1734080110,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1639,2,1734080110,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1640,2,1734080110,'enrol_imsenterprise','imsrestricttarget','',NULL),(1641,2,1734080110,'enrol_imsenterprise','imscapitafix','0',NULL),(1642,2,1734080110,'enrol_ldap','host_url','',NULL),(1643,2,1734080110,'enrol_ldap','start_tls','0',NULL),(1644,2,1734080110,'enrol_ldap','ldap_version','3',NULL),(1645,2,1734080110,'enrol_ldap','ldapencoding','utf-8',NULL),(1646,2,1734080110,'enrol_ldap','pagesize','250',NULL),(1647,2,1734080110,'enrol_ldap','bind_dn','',NULL),(1648,2,1734080110,'enrol_ldap','bind_pw','',NULL),(1649,2,1734080110,'enrol_ldap','course_search_sub','0',NULL),(1650,2,1734080110,'enrol_ldap','memberattribute_isdn','0',NULL),(1651,2,1734080110,'enrol_ldap','user_contexts','',NULL),(1652,2,1734080110,'enrol_ldap','user_search_sub','0',NULL),(1653,2,1734080110,'enrol_ldap','user_type','default',NULL),(1654,2,1734080110,'enrol_ldap','opt_deref','0',NULL),(1655,2,1734080110,'enrol_ldap','idnumber_attribute','',NULL),(1656,2,1734080110,'enrol_ldap','objectclass','',NULL),(1657,2,1734080110,'enrol_ldap','course_idnumber','',NULL),(1658,2,1734080110,'enrol_ldap','course_shortname','',NULL),(1659,2,1734080110,'enrol_ldap','course_fullname','',NULL),(1660,2,1734080110,'enrol_ldap','course_summary','',NULL),(1661,2,1734080110,'enrol_ldap','ignorehiddencourses','0',NULL),(1662,2,1734080110,'enrol_ldap','unenrolaction','0',NULL),(1663,2,1734080110,'enrol_ldap','autocreate','0',NULL),(1664,2,1734080110,'enrol_ldap','category','1',NULL),(1665,2,1734080110,'enrol_ldap','template','',NULL),(1666,2,1734080110,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1667,2,1734080110,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1668,2,1734080110,'enrol_ldap','course_summary_updateonsync','0',NULL),(1669,2,1734080110,'enrol_ldap','nested_groups','0',NULL),(1670,2,1734080110,'enrol_ldap','group_memberofattribute','',NULL),(1671,2,1734080110,'enrol_manual','expiredaction','1',NULL),(1672,2,1734080110,'enrol_manual','expirynotifyhour','6',NULL),(1673,2,1734080110,'enrol_manual','defaultenrol','1',NULL),(1674,2,1734080110,'enrol_manual','status','0',NULL),(1675,2,1734080110,'enrol_manual','roleid','5',NULL),(1676,2,1734080110,'enrol_manual','enrolstart','4',NULL),(1677,2,1734080110,'enrol_manual','enrolperiod','0',NULL),(1678,2,1734080110,'enrol_manual','expirynotify','0',NULL),(1679,2,1734080110,'enrol_manual','expirythreshold','86400',NULL),(1680,2,1734080110,'enrol_mnet','roleid','5',NULL),(1681,2,1734080110,'enrol_mnet','roleid_adv','1',NULL),(1682,2,1734080110,'enrol_paypal','paypalbusiness','',NULL),(1683,2,1734080110,'enrol_paypal','mailstudents','0',NULL),(1684,2,1734080110,'enrol_paypal','mailteachers','0',NULL),(1685,2,1734080111,'enrol_paypal','mailadmins','0',NULL),(1686,2,1734080111,'enrol_paypal','expiredaction','3',NULL),(1687,2,1734080111,'enrol_paypal','status','1',NULL),(1688,2,1734080111,'enrol_paypal','cost','0',NULL),(1689,2,1734080111,'enrol_paypal','currency','USD',NULL),(1690,2,1734080111,'enrol_paypal','roleid','5',NULL),(1691,2,1734080111,'enrol_paypal','enrolperiod','0',NULL),(1692,2,1734080111,'enrol_lti','emaildisplay','2',NULL),(1693,2,1734080111,'enrol_lti','city','',NULL),(1694,2,1734080111,'enrol_lti','country','',NULL),(1695,2,1734080111,'enrol_lti','timezone','99',NULL),(1696,2,1734080111,'enrol_lti','lang','en',NULL),(1697,2,1734080111,'enrol_lti','institution','',NULL),(1698,2,1734080111,'enrol_self','requirepassword','0',NULL),(1699,2,1734080111,'enrol_self','usepasswordpolicy','0',NULL),(1700,2,1734080111,'enrol_self','showhint','0',NULL),(1701,2,1734080111,'enrol_self','expiredaction','1',NULL),(1702,2,1734080111,'enrol_self','expirynotifyhour','6',NULL),(1703,2,1734080111,'enrol_self','defaultenrol','1',NULL),(1704,2,1734080111,'enrol_self','status','1',NULL),(1705,2,1734080111,'enrol_self','newenrols','1',NULL),(1706,2,1734080111,'enrol_self','groupkey','0',NULL),(1707,2,1734080111,'enrol_self','roleid','5',NULL),(1708,2,1734080111,'enrol_self','enrolperiod','0',NULL),(1709,2,1734080111,'enrol_self','expirynotify','0',NULL),(1710,2,1734080111,'enrol_self','expirythreshold','86400',NULL),(1711,2,1734080111,'enrol_self','longtimenosee','0',NULL),(1712,2,1734080111,'enrol_self','maxenrolled','0',NULL),(1713,2,1734080111,'enrol_self','sendcoursewelcomemessage','1',NULL),(1714,2,1734080111,'filter_urltolink','formats','1,4,0',NULL),(1715,2,1734080111,'filter_urltolink','embedimages','1',NULL),(1716,2,1734080111,'filter_emoticon','formats','1,4,0',NULL),(1717,2,1734080111,'filter_displayh5p','allowedsources','',NULL),(1718,2,1734080111,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1719,2,1734080111,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1720,2,1734080111,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1721,2,1734080111,'filter_mathjaxloader','additionaldelimiters','',NULL),(1722,2,1734080111,'filter_wiris','editor_enable','1',NULL),(1723,2,1734080111,'filter_wiris','chem_editor_enable','1',NULL),(1724,2,1734080111,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1725,2,1734080111,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1726,2,1734080111,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1727,2,1734080111,'filter_wiris','imageserviceprotocol','https',NULL),(1728,2,1734080111,'filter_wiris','rendertype','php',NULL),(1729,2,1734080111,'filter_wiris','imageformat','svg',NULL),(1730,2,1734080111,'filter_wiris','pluginperformance','1',NULL),(1731,2,1734080111,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1732,2,1734080111,'filter_wiris','access_provider_enabled','0',NULL),(1733,2,1734080111,NULL,'filter_multilang_force_old','0',NULL),(1734,2,1734080111,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1735,2,1734080111,'filter_tex','latexbackground','#FFFFFF',NULL),(1736,2,1734080111,'filter_tex','density','120',NULL),(1737,2,1734080111,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1738,2,1734080111,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1739,2,1734080111,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1740,2,1734080111,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1741,2,1734080111,'filter_tex','pathmimetex','',NULL),(1742,2,1734080111,'filter_tex','convertformat','gif',NULL),(1743,2,1734080111,'logstore_database','dbdriver','',NULL),(1744,2,1734080111,'logstore_database','dbhost','',NULL),(1745,2,1734080111,'logstore_database','dbuser','',NULL),(1746,2,1734080112,'logstore_database','dbpass','',NULL),(1747,2,1734080112,'logstore_database','dbname','',NULL),(1748,2,1734080112,'logstore_database','dbtable','',NULL),(1749,2,1734080112,'logstore_database','dbpersist','0',NULL),(1750,2,1734080112,'logstore_database','dbsocket','',NULL),(1751,2,1734080112,'logstore_database','dbport','',NULL),(1752,2,1734080112,'logstore_database','dbschema','',NULL),(1753,2,1734080112,'logstore_database','dbcollation','',NULL),(1754,2,1734080112,'logstore_database','dbhandlesoptions','0',NULL),(1755,2,1734080112,'logstore_database','buffersize','50',NULL),(1756,2,1734080112,'logstore_database','jsonformat','1',NULL),(1757,2,1734080112,'logstore_database','logguests','0',NULL),(1758,2,1734080112,'logstore_database','includelevels','1,2,0',NULL),(1759,2,1734080112,'logstore_database','includeactions','c,r,u,d',NULL),(1760,2,1734080112,'logstore_legacy','loglegacy','0',NULL),(1761,2,1734080112,NULL,'logguests','1',NULL),(1762,2,1734080112,NULL,'loglifetime','0',NULL),(1763,2,1734080112,'logstore_standard','logguests','1',NULL),(1764,2,1734080112,'logstore_standard','jsonformat','1',NULL),(1765,2,1734080112,'logstore_standard','loglifetime','0',NULL),(1766,2,1734080112,'logstore_standard','buffersize','50',NULL),(1767,2,1734080112,'mlbackend_python','useserver','0',NULL),(1768,2,1734080112,'mlbackend_python','host','',NULL),(1769,2,1734080112,'mlbackend_python','port','0',NULL),(1770,2,1734080112,'mlbackend_python','secure','0',NULL),(1771,2,1734080112,'mlbackend_python','username','default',NULL),(1772,2,1734080112,'mlbackend_python','password','',NULL),(1773,2,1734080112,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1774,2,1734080112,'media_videojs','audioextensions','html_audio',NULL),(1775,2,1734080112,'media_videojs','youtube','1',NULL),(1776,2,1734080112,'media_videojs','videocssclass','video-js',NULL),(1777,2,1734080112,'media_videojs','audiocssclass','video-js',NULL),(1778,2,1734080112,'media_videojs','limitsize','1',NULL),(1779,2,1734080112,'paygw_paypal','surcharge','0',NULL),(1780,2,1734080112,'qtype_multichoice','answerhowmany','1',NULL),(1781,2,1734080112,'qtype_multichoice','shuffleanswers','1',NULL),(1782,2,1734080112,'qtype_multichoice','answernumbering','abc',NULL),(1783,2,1734080112,'qtype_multichoice','showstandardinstruction','0',NULL),(1784,2,1734080112,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1785,2,1734080112,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1786,2,1734080112,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1787,2,1734080112,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1788,2,1734080112,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1789,2,1734080112,'qtype_wq','access_provider_enabled','0',NULL),(1790,2,1734080112,'qtype_wq','filtercodes_compatibility','0',NULL),(1791,2,1734080112,'qtype_wq','debug_mode_enabled','0',NULL),(1792,2,1734080112,'qtype_wq','log_server_errors','0',NULL),(1793,2,1734080112,'search_solr','server_hostname','127.0.0.1',NULL),(1794,2,1734080112,'search_solr','indexname','',NULL),(1795,2,1734080112,'search_solr','secure','0',NULL),(1796,2,1734080112,'search_solr','server_port','8983',NULL),(1797,2,1734080112,'search_solr','server_username','',NULL),(1798,2,1734080113,'search_solr','server_password','',NULL),(1799,2,1734080113,'search_solr','server_timeout','30',NULL),(1800,2,1734080113,'search_solr','ssl_cert','',NULL),(1801,2,1734080113,'search_solr','ssl_key','',NULL),(1802,2,1734080113,'search_solr','ssl_keypassword','',NULL),(1803,2,1734080113,'search_solr','ssl_cainfo','',NULL),(1804,2,1734080113,'search_solr','ssl_capath','',NULL),(1805,2,1734080113,'search_solr','fileindexing','1',NULL),(1806,2,1734080113,'search_solr','maxindexfilekb','2097152',NULL),(1807,2,1734080113,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1808,2,1734080113,'search_solr','alternateindexname','',NULL),(1809,2,1734080113,'search_solr','alternatesecure','0',NULL),(1810,2,1734080113,'search_solr','alternateserver_port','8983',NULL),(1811,2,1734080113,'search_solr','alternateserver_username','',NULL),(1812,2,1734080113,'search_solr','alternateserver_password','',NULL),(1813,2,1734080113,'search_solr','alternatessl_cert','',NULL),(1814,2,1734080113,'search_solr','alternatessl_key','',NULL),(1815,2,1734080113,'search_solr','alternatessl_keypassword','',NULL),(1816,2,1734080113,'search_solr','alternatessl_cainfo','',NULL),(1817,2,1734080113,'search_solr','alternatessl_capath','',NULL),(1818,2,1734080113,'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),(1819,2,1734080113,'editor_atto','autosavefrequency','60',NULL),(1820,2,1734080113,'atto_collapse','showgroups','6',NULL),(1821,2,1734080113,'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),(1822,2,1734080113,'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),(1823,2,1734080113,'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),(1824,2,1734080113,'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),(1825,2,1734080113,'atto_recordrtc','allowedtypes','both',NULL),(1826,2,1734080113,'atto_recordrtc','audiobitrate','128000',NULL),(1827,2,1734080113,'atto_recordrtc','videobitrate','2500000',NULL),(1828,2,1734080113,'atto_recordrtc','audiotimelimit','120',NULL),(1829,2,1734080113,'atto_recordrtc','videotimelimit','120',NULL),(1830,2,1734080113,'atto_table','allowborders','0',NULL),(1831,2,1734080113,'atto_table','allowbackgroundcolour','0',NULL),(1832,2,1734080113,'atto_table','allowwidth','0',NULL),(1833,2,1734080113,'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),(1834,2,1734080113,'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),(1835,2,1734080113,'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),(1836,2,1734080113,'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),(1837,2,1734080113,'tiny_recordrtc','allowedtypes','both',NULL),(1838,2,1734080113,'tiny_recordrtc','audiobitrate','128000',NULL),(1839,2,1734080113,'tiny_recordrtc','videobitrate','2500000',NULL),(1840,2,1734080113,'tiny_recordrtc','audiotimelimit','120',NULL),(1841,2,1734080113,'tiny_recordrtc','videotimelimit','120',NULL),(1842,2,1734080113,'editor_tiny','branding','1',NULL),(1843,2,1734080113,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1844,2,1734080113,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1845,2,1734080113,'editor_tinymce','customconfig','',NULL),(1846,2,1734080113,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1847,2,1734080113,'tinymce_spellchecker','spellengine','',NULL),(1848,2,1734080113,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1849,2,1734080113,NULL,'profileroles','5,4,3',NULL),(1850,2,1734080114,NULL,'calendar_exportsalt','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N'),(1851,2,1734080114,NULL,'coursecontact','3',NULL),(1852,2,1734080114,NULL,'frontpage','6',NULL),(1853,2,1734080114,NULL,'frontpageloggedin','6',NULL),(1854,2,1734080114,NULL,'maxcategorydepth','2',NULL),(1855,2,1734080114,NULL,'frontpagecourselimit','200',NULL),(1856,2,1734080114,NULL,'commentsperpage','15',NULL),(1857,2,1734080114,NULL,'defaultfrontpageroleid','8',NULL),(1858,2,1734080115,NULL,'pathtophp','','/usr/local/bin/php'),(1859,2,1734080115,NULL,'messageinbound_enabled','0',NULL),(1860,2,1734080115,NULL,'messageinbound_mailbox','',NULL),(1861,2,1734080115,NULL,'messageinbound_domain','',NULL),(1862,2,1734080115,NULL,'messageinbound_host','',NULL),(1863,2,1734080115,NULL,'messageinbound_hostssl','ssl',NULL),(1864,2,1734080115,NULL,'messageinbound_hostuser','',NULL),(1865,2,1734080115,NULL,'messageinbound_hostpass','',NULL),(1866,2,1734080115,'tool_mobile','apppolicy','',NULL),(1867,2,1734080115,'tool_mobile','typeoflogin','1',NULL),(1868,2,1734080115,'tool_mobile','qrcodetype','1',NULL),(1869,2,1734080115,'tool_mobile','qrkeyttl','600',NULL),(1870,2,1734080115,'tool_mobile','qrsameipcheck','1',NULL),(1871,2,1734080115,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1872,2,1734080115,'tool_mobile','minimumversion','',NULL),(1873,2,1734080115,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1874,2,1734080115,NULL,'mobilecssurl','',NULL),(1875,2,1734080115,'tool_mobile','enablesmartappbanners','0',NULL),(1876,2,1734080115,'tool_mobile','iosappid','633359593',NULL),(1877,2,1734080115,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1878,2,1734080115,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1879,2,1734080115,'tool_mobile','forcelogout','0',NULL),(1880,2,1734080115,'tool_mobile','disabledfeatures','',NULL),(1881,2,1734080115,'tool_mobile','custommenuitems','',NULL),(1882,2,1734080115,'tool_mobile','filetypeexclusionlist','',NULL),(1883,2,1734080115,'tool_mobile','customlangstrings','',NULL),(1884,2,1734080121,NULL,'enablemobilewebservice','0',NULL),(1885,2,1734080127,NULL,'calendar_exportsalt','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag'),(1886,2,1734080128,NULL,'pathtophp','','/usr/local/bin/php'),(1887,2,1734080129,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1888,2,1734080129,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1889,2,1734080140,NULL,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj'),(1890,2,1734080140,NULL,'pathtophp','','/usr/local/bin/php'); +/*!40000 ALTER TABLE `b_config_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_plugins` +-- Table structure for table `b_config_plugins` -- -DROP TABLE IF EXISTS `m_config_plugins`; +DROP TABLE IF EXISTS `b_config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_plugins` ( +CREATE TABLE `b_config_plugins` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2377 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; + UNIQUE KEY `b_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2098 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_plugins` +-- Dumping data for table `b_config_plugins` -- -LOCK TABLES `m_config_plugins` WRITE; -/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; -INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(154,'cachestore_memcached','testservers',''),(155,'cachestore_mongodb','testserver',''),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2022112800'),(198,'availability_completion','version','2022112800'),(199,'availability_date','version','2022112800'),(200,'availability_grade','version','2022112800'),(201,'availability_group','version','2022112800'),(202,'availability_grouping','version','2022112800'),(203,'availability_profile','version','2022112800'),(204,'qtype_calculated','version','2022112800'),(205,'qtype_calculatedmulti','version','2022112800'),(206,'qtype_calculatedsimple','version','2022112800'),(207,'qtype_ddimageortext','version','2022112800'),(208,'qtype_ddmarker','version','2022112800'),(209,'qtype_ddwtos','version','2022112800'),(210,'qtype_description','version','2022112800'),(211,'qtype_essay','version','2022112800'),(212,'qtype_gapselect','version','2022112800'),(213,'qtype_match','version','2022112800'),(214,'qtype_missingtype','version','2022112800'),(215,'qtype_multianswer','version','2022112800'),(216,'qtype_multichoice','version','2022112800'),(217,'qtype_numerical','version','2022112800'),(218,'qtype_random','version','2022112800'),(219,'qtype_randomsamatch','version','2022112800'),(220,'qtype_shortanswer','version','2022112800'),(221,'qtype_truefalse','version','2022112800'),(222,'mod_assign','version','2022112801'),(223,'mod_assignment','version','2022112800'),(225,'mod_book','version','2022112800'),(226,'mod_chat','version','2022112800'),(227,'mod_choice','version','2022112800'),(228,'mod_data','version','2022112800'),(229,'mod_feedback','version','2022112800'),(231,'mod_folder','version','2022112800'),(233,'mod_forum','version','2022112801'),(234,'mod_glossary','version','2022112800'),(235,'mod_imscp','version','2022112800'),(237,'mod_label','version','2022112801'),(238,'mod_lesson','version','2022112800'),(239,'mod_lti','version','2022112800'),(240,'mod_page','version','2022112800'),(242,'mod_quiz','version','2022112800'),(243,'mod_resource','version','2022112800'),(244,'mod_scorm','version','2022112800'),(245,'mod_survey','version','2022112800'),(247,'mod_url','version','2022112800'),(249,'mod_wiki','version','2022112800'),(251,'mod_workshop','version','2022112800'),(252,'auth_cas','version','2022112800'),(254,'auth_db','version','2022112800'),(256,'auth_email','version','2022112800'),(257,'auth_ldap','version','2022112800'),(259,'auth_lti','version','2022112800'),(260,'auth_manual','version','2022112800'),(261,'auth_mnet','version','2022112800'),(263,'auth_nologin','version','2022112800'),(264,'auth_none','version','2022112800'),(265,'auth_oauth2','version','2022112800'),(266,'auth_shibboleth','version','2022112800'),(268,'auth_webservice','version','2022112800'),(269,'calendartype_gregorian','version','2022112800'),(270,'enrol_category','version','2022112800'),(272,'enrol_cohort','version','2022112800'),(273,'enrol_database','version','2022112800'),(275,'enrol_flatfile','version','2022112800'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2022112800'),(286,'enrol_imsenterprise','version','2022112800'),(288,'enrol_ldap','version','2022112800'),(290,'enrol_lti','version','2022112800'),(291,'enrol_manual','version','2022112800'),(293,'enrol_meta','version','2022112800'),(295,'enrol_mnet','version','2022112800'),(296,'enrol_paypal','version','2022112800'),(297,'enrol_self','version','2022112800'),(299,'message_airnotifier','version','2022112800'),(329,'message_email','version','2022112800'),(442,'message_popup','version','2022112800'),(474,'block_activity_modules','version','2022112800'),(475,'block_activity_results','version','2022112800'),(476,'block_admin_bookmarks','version','2022112800'),(477,'block_badges','version','2022112800'),(478,'block_blog_menu','version','2022112800'),(479,'block_blog_recent','version','2022112800'),(480,'block_blog_tags','version','2022112800'),(481,'block_calendar_month','version','2022112800'),(482,'block_calendar_upcoming','version','2022112800'),(483,'block_comments','version','2022112800'),(485,'block_completionstatus','version','2022112800'),(486,'block_course_list','version','2022112800'),(487,'block_course_summary','version','2022112800'),(488,'block_feedback','version','2022112800'),(490,'block_globalsearch','version','2022112800'),(491,'block_glossary_random','version','2022112800'),(492,'block_html','version','2022112800'),(493,'block_login','version','2022112800'),(494,'block_lp','version','2022112800'),(495,'block_mentees','version','2022112800'),(496,'block_mnet_hosts','version','2022112800'),(497,'block_myoverview','version','2022112800'),(498,'block_myprofile','version','2022112800'),(499,'block_navigation','version','2022112800'),(500,'block_news_items','version','2022112800'),(501,'block_online_users','version','2022112800'),(503,'block_private_files','version','2022112800'),(506,'block_recent_activity','version','2022112800'),(507,'block_rss_client','version','2022112800'),(508,'block_search_forums','version','2022112800'),(509,'block_section_links','version','2022112800'),(510,'block_selfcompletion','version','2022112800'),(511,'block_settings','version','2022112800'),(512,'block_site_main_menu','version','2022112800'),(513,'block_social_activities','version','2022112800'),(514,'block_tag_flickr','version','2022112800'),(515,'block_tag_youtube','version','2022112800'),(517,'block_tags','version','2022112800'),(518,'media_html5audio','version','2022112800'),(519,'media_html5video','version','2022112800'),(521,'media_videojs','version','2022112800'),(522,'media_vimeo','version','2022112800'),(523,'media_youtube','version','2022112800'),(524,'filter_activitynames','version','2022112800'),(526,'filter_algebra','version','2022112800'),(528,'filter_data','version','2022112800'),(530,'filter_emailprotect','version','2022112800'),(531,'filter_emoticon','version','2022112800'),(532,'filter_glossary','version','2022112800'),(534,'filter_mathjaxloader','version','2022112800'),(536,'filter_mediaplugin','version','2022112800'),(538,'filter_multilang','version','2022112800'),(539,'filter_tex','version','2022112800'),(541,'filter_tidy','version','2022112800'),(542,'filter_urltolink','version','2022112800'),(543,'editor_atto','version','2022112800'),(545,'editor_textarea','version','2022112800'),(546,'editor_tinymce','version','2022112800'),(547,'format_singleactivity','version','2022112800'),(548,'format_social','version','2022112800'),(549,'format_topics','version','2022112801'),(550,'format_weeks','version','2022112801'),(551,'dataformat_csv','version','2022112800'),(552,'dataformat_excel','version','2022112800'),(553,'dataformat_html','version','2022112800'),(554,'dataformat_json','version','2022112800'),(555,'dataformat_ods','version','2022112800'),(556,'profilefield_checkbox','version','2022112800'),(557,'profilefield_datetime','version','2022112800'),(558,'profilefield_menu','version','2022112800'),(559,'profilefield_text','version','2022112800'),(560,'profilefield_textarea','version','2022112800'),(561,'report_backups','version','2022112800'),(562,'report_competency','version','2022112800'),(563,'report_completion','version','2022112800'),(565,'report_configlog','version','2022112800'),(566,'report_courseoverview','version','2022112800'),(567,'report_eventlist','version','2022112800'),(568,'report_insights','version','2022112800'),(569,'report_log','version','2022112800'),(571,'report_loglive','version','2022112800'),(572,'report_outline','version','2022112800'),(574,'report_participation','version','2022112800'),(576,'report_performance','version','2022112800'),(577,'report_progress','version','2022112800'),(579,'report_questioninstances','version','2022112800'),(580,'report_security','version','2022112800'),(581,'report_stats','version','2022112800'),(583,'report_usersessions','version','2022112800'),(584,'gradeexport_ods','version','2022112800'),(585,'gradeexport_txt','version','2022112800'),(586,'gradeexport_xls','version','2022112800'),(587,'gradeexport_xml','version','2022112800'),(588,'gradeimport_csv','version','2022112800'),(589,'gradeimport_direct','version','2022112800'),(590,'gradeimport_xml','version','2022112800'),(591,'gradereport_grader','version','2022112800'),(592,'gradereport_history','version','2022112800'),(593,'gradereport_outcomes','version','2022112800'),(594,'gradereport_overview','version','2022112800'),(595,'gradereport_singleview','version','2022112800'),(596,'gradereport_user','version','2022112800'),(597,'gradingform_guide','version','2022112800'),(598,'gradingform_rubric','version','2022112800'),(599,'mlbackend_php','version','2022112800'),(600,'mlbackend_python','version','2022112800'),(601,'mnetservice_enrol','version','2022112800'),(602,'webservice_rest','version','2022112800'),(603,'webservice_soap','version','2022112800'),(605,'repository_areafiles','version','2022112800'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2022112800'),(611,'repository_dropbox','version','2022112800'),(612,'repository_equella','version','2022112800'),(613,'repository_filesystem','version','2022112800'),(614,'repository_flickr','version','2022112800'),(615,'repository_flickr_public','version','2022112800'),(616,'repository_googledocs','version','2022112800'),(617,'repository_local','version','2022112800'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2022112800'),(622,'repository_onedrive','version','2022112800'),(624,'repository_recent','version','2022112800'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2022112800'),(630,'repository_upload','version','2022112800'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2022112800'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2022112800'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2022112800'),(643,'repository_wikimedia','version','2022112800'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2022112800'),(650,'portfolio_download','version','2022112800'),(651,'portfolio_flickr','version','2022112800'),(652,'portfolio_googledocs','version','2022112800'),(653,'portfolio_mahara','version','2022112800'),(655,'search_simpledb','version','2022112800'),(657,'search_solr','version','2022112800'),(658,'qbehaviour_adaptive','version','2022112800'),(659,'qbehaviour_adaptivenopenalty','version','2022112800'),(660,'qbehaviour_deferredcbm','version','2022112800'),(661,'qbehaviour_deferredfeedback','version','2022112800'),(662,'qbehaviour_immediatecbm','version','2022112800'),(663,'qbehaviour_immediatefeedback','version','2022112800'),(664,'qbehaviour_informationitem','version','2022112800'),(665,'qbehaviour_interactive','version','2022112800'),(666,'qbehaviour_interactivecountback','version','2022112800'),(667,'qbehaviour_manualgraded','version','2022112800'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2022112800'),(671,'qformat_aiken','version','2022112800'),(672,'qformat_blackboard_six','version','2022112800'),(674,'qformat_gift','version','2022112800'),(675,'qformat_missingword','version','2022112800'),(676,'qformat_multianswer','version','2022112800'),(678,'qformat_xhtml','version','2022112800'),(679,'qformat_xml','version','2022112800'),(680,'tool_analytics','version','2022112800'),(682,'tool_availabilityconditions','version','2022112800'),(683,'tool_behat','version','2022112801'),(684,'tool_capability','version','2022112800'),(685,'tool_cohortroles','version','2022112800'),(686,'tool_customlang','version','2022112800'),(688,'tool_dataprivacy','version','2022112800'),(707,'tool_dbtransfer','version','2022112800'),(708,'tool_filetypes','version','2022112800'),(709,'tool_generator','version','2022112800'),(711,'tool_httpsreplace','version','2022112800'),(712,'tool_innodb','version','2022112800'),(713,'tool_installaddon','version','2022112800'),(714,'tool_langimport','version','2022112800'),(715,'tool_log','version','2022112800'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2022112800'),(719,'tool_lpimportcsv','version','2022112800'),(720,'tool_lpmigrate','version','2022112800'),(721,'tool_messageinbound','version','2022112800'),(740,'tool_mobile','version','2022112800'),(741,'tool_monitor','version','2022112800'),(748,'tool_multilangupgrade','version','2022112800'),(749,'tool_oauth2','version','2022112800'),(750,'tool_phpunit','version','2022112800'),(751,'tool_policy','version','2022112800'),(752,'tool_profiling','version','2022112800'),(753,'tool_recyclebin','version','2022112800'),(754,'tool_replace','version','2022112800'),(755,'tool_spamcleaner','version','2022112800'),(756,'tool_task','version','2022112800'),(757,'tool_templatelibrary','version','2022112800'),(758,'tool_unsuproles','version','2022112800'),(760,'tool_uploadcourse','version','2022112800'),(761,'tool_uploaduser','version','2022112800'),(762,'tool_usertours','version','2022112800'),(764,'tool_xmldb','version','2022112800'),(765,'cachestore_apcu','version','2022112800'),(766,'cachestore_file','version','2022112800'),(768,'cachestore_memcached','version','2022112800'),(769,'cachestore_mongodb','version','2022112801'),(770,'cachestore_redis','version','2022112800'),(771,'cachestore_session','version','2022112800'),(772,'cachestore_static','version','2022112800'),(773,'cachelock_file','version','2022112800'),(774,'fileconverter_googledrive','version','2022112800'),(775,'fileconverter_unoconv','version','2022112800'),(777,'theme_boost','version','2022112800'),(782,'assignsubmission_comments','version','2022112800'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2022112800'),(788,'assignsubmission_onlinetext','version','2022112800'),(790,'assignfeedback_comments','version','2022112800'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2022112801'),(798,'assignfeedback_file','version','2022112800'),(800,'assignfeedback_offline','version','2022112800'),(801,'assignment_offline','version','2022112800'),(802,'assignment_online','version','2022112800'),(803,'assignment_upload','version','2022112800'),(804,'assignment_uploadsingle','version','2022112800'),(805,'booktool_exportimscp','version','2022112800'),(806,'booktool_importhtml','version','2022112800'),(807,'booktool_print','version','2022112800'),(808,'datafield_checkbox','version','2022112800'),(809,'datafield_date','version','2022112800'),(810,'datafield_file','version','2022112800'),(811,'datafield_latlong','version','2022112800'),(812,'datafield_menu','version','2022112800'),(813,'datafield_multimenu','version','2022112800'),(814,'datafield_number','version','2022112800'),(815,'datafield_picture','version','2022112800'),(816,'datafield_radiobutton','version','2022112800'),(817,'datafield_text','version','2022112800'),(818,'datafield_textarea','version','2022112800'),(819,'datafield_url','version','2022112800'),(820,'datapreset_imagegallery','version','2022112800'),(821,'ltiservice_gradebookservices','version','2022112800'),(822,'ltiservice_memberships','version','2022112800'),(823,'ltiservice_profile','version','2022112800'),(824,'ltiservice_toolproxy','version','2022112800'),(825,'ltiservice_toolsettings','version','2022112800'),(826,'quiz_grading','version','2022112800'),(828,'quiz_overview','version','2022112800'),(830,'quiz_responses','version','2022112800'),(832,'quiz_statistics','version','2022112800'),(834,'quizaccess_delaybetweenattempts','version','2022112800'),(835,'quizaccess_ipaddress','version','2022112800'),(836,'quizaccess_numattempts','version','2022112800'),(837,'quizaccess_offlineattempts','version','2022112800'),(838,'quizaccess_openclosedate','version','2022112800'),(839,'quizaccess_password','version','2022112800'),(841,'quizaccess_securewindow','version','2022112800'),(842,'quizaccess_timelimit','version','2022112800'),(843,'scormreport_basic','version','2022112800'),(844,'scormreport_graphs','version','2022112800'),(845,'scormreport_interactions','version','2022112800'),(846,'scormreport_objectives','version','2022112800'),(847,'workshopform_accumulative','version','2022112800'),(849,'workshopform_comments','version','2022112800'),(851,'workshopform_numerrors','version','2022112800'),(853,'workshopform_rubric','version','2022112800'),(855,'workshopallocation_manual','version','2022112800'),(856,'workshopallocation_random','version','2022112800'),(857,'workshopallocation_scheduled','version','2022112800'),(858,'workshopeval_best','version','2022112800'),(859,'atto_accessibilitychecker','version','2022112800'),(860,'atto_accessibilityhelper','version','2022112800'),(861,'atto_align','version','2022112800'),(862,'atto_backcolor','version','2022112800'),(863,'atto_bold','version','2022112800'),(864,'atto_charmap','version','2022112800'),(865,'atto_clear','version','2022112800'),(866,'atto_collapse','version','2022112800'),(867,'atto_emoticon','version','2022112800'),(868,'atto_equation','version','2022112800'),(869,'atto_fontcolor','version','2022112800'),(870,'atto_html','version','2022112800'),(871,'atto_image','version','2022112800'),(872,'atto_indent','version','2022112800'),(873,'atto_italic','version','2022112800'),(874,'atto_link','version','2022112800'),(875,'atto_managefiles','version','2022112800'),(876,'atto_media','version','2022112800'),(877,'atto_noautolink','version','2022112800'),(878,'atto_orderedlist','version','2022112800'),(879,'atto_recordrtc','version','2022112800'),(880,'atto_rtl','version','2022112800'),(881,'atto_strike','version','2022112800'),(882,'atto_subscript','version','2022112800'),(883,'atto_superscript','version','2022112800'),(884,'atto_table','version','2022112800'),(885,'atto_title','version','2022112800'),(886,'atto_underline','version','2022112800'),(887,'atto_undo','version','2022112800'),(888,'atto_unorderedlist','version','2022112800'),(889,'tinymce_ctrlhelp','version','2022112800'),(890,'tinymce_managefiles','version','2022112800'),(891,'tinymce_moodleemoticon','version','2022112800'),(892,'tinymce_moodleimage','version','2022112800'),(893,'tinymce_moodlemedia','version','2022112800'),(894,'tinymce_moodlenolink','version','2022112800'),(895,'tinymce_pdw','version','2022112800'),(896,'tinymce_spellchecker','version','2022112800'),(898,'tinymce_wrap','version','2022112800'),(899,'logstore_database','version','2022112800'),(900,'logstore_legacy','version','2022112800'),(901,'logstore_standard','version','2022112800'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1830,'logstore_legacy','loglegacy','0'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1873,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(1874,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(1875,'editor_tinymce','customconfig',''),(1876,'tinymce_moodleemoticon','requireemoticon','1'),(1877,'tinymce_spellchecker','spellengine',''),(1878,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2023042400'),(1881,'atto_wiris','version','2023042400'),(1883,'tinymce_tiny_mce_wiris','version','2023032900'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2023020702'),(1936,'qtype_matchwiris','version','2023020701'),(1937,'qtype_multianswerwiris','version','2023020701'),(1938,'qtype_multichoicewiris','version','2023020701'),(1939,'qtype_shortanswerwiris','version','2023020701'),(1940,'qtype_truefalsewiris','version','2023020701'),(1941,'qtype_wq','version','2023020701'),(1942,'mod_h5pactivity','version','2022112800'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2022112800'),(1946,'customfield_date','version','2022112800'),(1947,'customfield_select','version','2022112800'),(1948,'customfield_text','version','2022112800'),(1949,'customfield_textarea','version','2022112800'),(1950,'enrol_fee','version','2022112800'),(1951,'block_recentlyaccessedcourses','version','2022112800'),(1953,'block_recentlyaccesseditems','version','2022112800'),(1954,'block_starredcourses','version','2022112800'),(1955,'block_timeline','version','2022112800'),(1957,'filter_displayh5p','version','2022112800'),(1959,'dataformat_pdf','version','2022112800'),(1960,'report_infectedfiles','version','2022112800'),(1961,'report_status','version','2022112800'),(1962,'repository_contentbank','version','2022112800'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2022112800'),(1967,'tool_licensemanager','version','2022112800'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2022112800'),(1970,'contenttype_h5p','version','2022112800'),(1971,'theme_classic','version','2022112800'),(1972,'local_wirisquizzes','version','2023020701'),(1973,'h5plib_v124','version','2022112800'),(1974,'paygw_paypal','version','2022112800'),(1976,'forumreport_summary','version','2022112800'),(1977,'ltiservice_basicoutcomes','version','2022112800'),(1978,'quizaccess_seb','version','2022112800'),(1980,'atto_emojipicker','version','2022112800'),(1981,'atto_h5p','version','2022112800'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1683021875'),(2102,'block_accessreview','version','2022112800'),(2103,'profilefield_social','version','2022112800'),(2104,'tool_brickfield','version','2022112800'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2145,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(2146,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(2147,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(2148,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2022112800'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4f7df3521fb7af0acb22'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDM3wzRIOpynaEG\ntL+n21ZFhhLe7QSMdLWofiosNUGKnjOPS08omz6JS9/Q53BOOJmKQkBMnBdMbWtT\nGSolbJO2U9rKmoespSYQyeReLHH2Q74NngtH7bdejAn+oW/v5avimJgEiKSm/sDO\nMgS5lL0a6Mb2mFOvqTGAYMuxjX1ABw1lAvNG/rgmLsLOCevwp6t5fIeXjgGb10uI\nld0Fl2Ohg31sWdTHvn9LxRZtDBCXNgKYhZfTHPWVvf31QzYv71gh0WfKkqsaGoWU\noNyRjmoCnYw/25cOo9OcZxyQJKrOUhuv9Gad0VtKLmyF3+BPGkhR7/a+mtahWs9M\nAvJ6RHvRAgMBAAECggEAH/HrwrQ6OnL/x9bpR5g45JBaYu5cVjZgmQxLMSeAt8eh\nTIe2qSND5g6xsJZV+axzrI5WDlwMeftZz9RNsRY0FisPI6Zi33XE8Ls6Y8DUaEz5\n1o+9PJMBk7mMWWr81FBgs+2NTq+r1OpGUCCWggWCUy7Wz17DNdHRCS6OtHnWfOQV\nNBroqJ8Jg5sF+lIhSomOgX020ShqR4coaPMkqqE7uevGAACrE9DltNpYILiMBoQV\n0OC6p7ZWij7dzHg2YjiorYYBJtk7vgyw0PXQ0hTnPccsRjzZRcwqf7X7s0YAYbei\n1Ef7IQUn0wWtnn5oBSui+kUr4L5rJ2QX5YQSk0KaAQKBgQDlRsfX/qSGdx39uWFW\n3+KLdy7UOmTDHDzreHSgLbclZHYQc9hs6YDODNXBM+qs8tgvlYsktOOnCMXjew/u\n0syEpWKUysqiIO/dBTGp3aaEgh+Qc6qNbee8HQhTVmkoJu9CGXlbVj4+eIDAoMXE\nbzAmh6ti+5vCsoIkE56JD/YpoQKBgQDkwA9ZBV9gVqVPVKMUqRYQoFWoyGzfNFZ2\nZ/idK+aY5UKJXAr8YraaLgYhUKlsrxxbUSzQjHM4I95TD1sdN27CZX5qEAezanAn\ngR08RmNd21Fqdt0NeDc2PRjoTs7iO105iWIuzWrCOpS6siwB+235QmKva6jtwmyQ\noCF444AEMQKBgQCS1usk3bSXXfC6UCEUV50q/zDhwWhJQWuOz326HK1AaH/o95iz\n4DSbQsMf0tVI4NsuVpNf9e4bS1YZ4/YHWcCcb6OcceinP3r/zdTJ2uhL017N0BZ6\nL9qLsvhjD2OX0J/JcLE1mx2QOvMS66TdsuxesONGKKjQYC1TV7FgTPW2IQKBgQCD\nGlRxh/O+6kn6ap7BA5vC0bHmd2B2mK+JU1OY+QVD0fnNcfRV7FmNih03UNyZjs8o\nwyB1MloC7gPJBP8Kgq+3OKY4MZHIUZOQAJ754bmnnEBQTWmqA6FZM7Eny6sk3DM0\n+7lK665pPVvqmJ1CUZEZD+Qxd/msswa36R7mAzVmsQKBgQC+rI2u6KPpzCyaBgpN\ncGot/USlBS5Nuofirn5qoV+exKsF7W/4HIBuVXv5CNQKAqugmgFHYf/qHRRUZKO8\nayCa3w1C+u2q6aa8H6BW3n2v2UKX2mRD+1we8SI6SdsYmGec2Li1cUIxHqpwRAGN\ny51U2xWoIfh+vXlccsFTD/Uypg==\n-----END PRIVATE KEY-----\n'),(2309,'editor_tiny','version','2022112800'),(2311,'format_topics','indentation','1'),(2312,'format_weeks','indentation','1'),(2313,'gradereport_summary','version','2022112800'),(2314,'qbank_bulkmove','version','2022112800'),(2315,'qbank_columnsortorder','version','2022112800'),(2316,'qbank_comment','version','2022112800'),(2317,'qbank_customfields','version','2022112800'),(2318,'qbank_deletequestion','version','2022112800'),(2319,'qbank_editquestion','version','2022112800'),(2320,'qbank_exportquestions','version','2022112800'),(2321,'qbank_exporttoxml','version','2022112800'),(2322,'qbank_history','version','2022112800'),(2323,'qbank_importquestions','version','2022112800'),(2324,'qbank_managecategories','version','2022112800'),(2325,'qbank_previewquestion','version','2022112800'),(2326,'qbank_statistics','version','2022112800'),(2327,'qbank_tagquestion','version','2022112800'),(2328,'qbank_usage','version','2022112800'),(2329,'qbank_viewcreator','version','2022112800'),(2330,'qbank_viewquestionname','version','2022112800'),(2331,'qbank_viewquestiontext','version','2022112800'),(2332,'qbank_viewquestiontype','version','2022112800'),(2333,'tool_admin_presets','version','2022112800'),(2334,'tool_componentlibrary','version','2022112800'),(2335,'datapreset_journal','version','2022112800'),(2336,'datapreset_proposals','version','2022112800'),(2337,'datapreset_resources','version','2022112800'),(2338,'tiny_accessibilitychecker','version','2022112800'),(2339,'tiny_autosave','version','2022112800'),(2340,'tiny_equation','version','2022112800'),(2341,'tiny_h5p','version','2022112800'),(2342,'tiny_media','version','2022112800'),(2343,'tiny_recordrtc','version','2022112800'),(2344,'moodlecourse','participantsperpage','20'),(2345,'assign','enabletimelimit','0'),(2346,'mod_bigbluebuttonbn','presentationdefault',''),(2347,'quiz','notifyattemptgradeddelay','18000'),(2348,'antivirus','notifylevel','2'),(2349,'antivirus','threshold','1200'),(2350,'cachestore_redis','test_ttl','0'),(2351,'enrol_imsenterprise','unenrolaction','0'),(2352,'filter_wiris','rendertype','php'),(2353,'qtype_multichoice','showstandardinstruction','0'),(2354,'qtype_wq','filtercodes_compatibility','0'),(2355,'qtype_wq','debug_mode_enabled','0'),(2356,'atto_recordrtc','audiotimelimit','120'),(2357,'atto_recordrtc','videotimelimit','120'),(2358,'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'),(2359,'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'),(2360,'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'),(2361,'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'),(2362,'tiny_recordrtc','allowedtypes','both'),(2363,'tiny_recordrtc','audiobitrate','128000'),(2364,'tiny_recordrtc','videobitrate','2500000'),(2365,'tiny_recordrtc','audiotimelimit','120'),(2366,'tiny_recordrtc','videotimelimit','120'),(2367,'editor_tiny','branding','1'),(2368,'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'),(2369,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2370,'theme_boost','loginbackgroundimage',''),(2371,'theme_classic','unaddableblocks',''),(2372,'theme_classic','loginbackgroundimage',''),(2373,'core_admin','favicon',''),(2374,'tool_mobile','qrkeyttl','600'),(2375,'tool_mobile','qrsameipcheck','1'),(2376,'tool_mobile','autologinmintimebetweenreq','360'); -/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +LOCK TABLES `b_config_plugins` WRITE; +/*!40000 ALTER TABLE `b_config_plugins` DISABLE KEYS */; +INSERT INTO `b_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','fea447f66e89f5f1c063'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDJwsz6QVa1Xirp\n2YyVB/Vc3ZtQhrQr2i1hKu+fjKxTnOMiVO8LgnU6UOPkFP7IF0bx4W7T5EhD+cF3\nYTskWRJG7Yu2tJDgFGE5uXxsyE4SjsmSLtFuEA4hTHrLszdIzVX9n7l2QU4wkx8p\nuEXqxZoA46KYj59QNvBU7zAsY2f0aUnvsllts2dS7XPs03H6TyurpXODQJo45yse\no33iBjLdbSc4MoTd1ShareMrQCibw8Sy+Zc7Nv82xNQ7mVVbvUgqRasniE1c1IC1\nf3COg0KbXxHIqITLPxMU8uszJ8hSv8v/1CUY4jUMe0IZSqnZpTR9Xo0oKNutFids\n5ILAaau7AgMBAAECggEAG89SBEdFSwfeemVAz2SixAN3s7MdhSiJi2nTpaD05Sws\nJ+tKbRe0+NjK0KwO152oaxFbqVvp6hS0P17o5qsFrekdkjgepVmpx78dZhEl/GuE\ntTWRgHjjZGDvpsGJI+vJp9qAQcs2mn4XlDSQzo92GXFG/tMCbpgOqxEHtCvvhEH7\nBd+gFLazD2+dx3VN6di7XhIGdEEpsjye4uQNeaSrR/Aq3//JwJBCXAXei3IypGcc\n+tKtyHulp2Nu3J7NqLfM9SPRcABfbInrhIHNyaAEpJQSpka+4ADF7IM8eyfSXWd+\nzs3CBretN6hTCVzmEfesmfLzDcgBibNukhG6FxzaAQKBgQDliIh/V6FiKEww13kL\n9nu9j53Rdj4KChmI1/lFkr71Ma6smjnHi4Bc6Dxflmh9W0UeRRKd75Fa37WAQBwa\nca/VS3OmDHFHGKc+i7RnjKWg0LKiJ/TsVAI6Lp/HwPz8XisBbzslRfLEbp2G4t+U\nw/ZBj2RL1I473RtdANbbgVARQQKBgQDhBng9fdPUs8FFJmuqZNK3LwjTycMHCWex\netbyvESR10BYYNWC21Lvmailg4PznSv5FoNQpIRUaYtQzo1gL0+G1SAM7sDjg+I2\nwjjaDjVYNJrs3AYWZ3P/ewR6STLW/e/szzFniHLcg7Zbh0g40xfFH/F/ihSKh0B/\nhohqWXeB+wKBgQCfbGBaCjRmJ9Ubi11gyLcTZ3/W70iR0of/uvpAr3cAeJx497mv\n9h2W6hqczawPfWgZaSJQHggYVQ8MX/rlBxd4jyppJ3U6S05GK+SGk3KqqqmX5SbB\nSmwtmxqRNGLCqmk2Wtp6vgWrF6VD/aoK+ry8tmqUHLMZsy4BP8b7uOoywQKBgHmr\nENpWrXGFW8uy0WYJK7GmOcShg9TLLgjVXWFTkFO2qfDfMrKVOcuZLomHiZHv+nWs\nyYWR3obxpkUj2WcXTY2esLytXxflGCv5adnk8szlbJsDADue5iZN8obYCygZl19Y\nS+Mp8MjwYmosxE0NPf30npQSKbcZGDObnyi5hRd/AoGBAOJXxb71P9rN6ep8esAM\nRYfCamJVQM0yAdPgh5942GtmnJF5jNl/BV2z/9wV2rUpwoajpShh6RibWS02N4jZ\nm387uwmqrCPsvXxAXWGiup2R7tgI3NNE5yBVfRb3KIUBp07OOrycljGDUahiZbmE\nAIR2lcR4Pqnkd9AsklUSWK2w\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','0ba23a5414837e7c8771'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDnhmFGug0ksbSn\nu2v/Kg0IOYZ/6GvcCjjrwfS05xevvf+K6/7ID3+nKCw35JZ524lJ+njCfem9HGr+\na8ufXjX3rbD2ctwhS1G0nJdh+xNOw+94vGxzdbYt4m2ShjLjzHebMhqtM3S3dw2H\nY0dMlhVSfJcDZgNDbU+c3htwLf54S2mUEijPxuol9V8i+BqaYeiz1GhHtTQenx+1\nY5Ykw8z9ouZ/AWWIkjy/TWpB0aJuO9UjD8EDXe+UsC1c0A7jqv3ieAOtS5PAE110\nyAZPLYgVk7xliFB3KQp/Z8FZeNRJz0S/zdojJMGSNNiZgUaERbzLQo5GzaGkswrG\nJk+1jh0zAgMBAAECggEAElkrymW73VJlnvyTR+SQP2+eDiYtFIIm4q0IJ9hzBk8V\nBz1B5gVi0d+BwzUCPxc77FLFhG+WhfgDlRtiRsRtNUf2aoGamnThCi91+9WtdD31\nwE7Ge+jMDrTcIPmYfN8oBD+jR5V4kYJsEXSEiQURgx9ml5lbdtnp4X4X4WFzwk3c\nRrmtraysFg/3/jU+QSesWJmhh1lkaf154aSW/tIpg4lz/NXHkAjvAc5eDshaWd7W\ngAaag3Hz3k3F6siz9b4z/kwOt0YiFUuLhqdrBbxlICl/YelgeVc9FpaE8HW/tNTl\nb6dZWbExhOvwNA7l1jpdgeMX2AAH3NpFS3xMIFgNgQKBgQD7XQpxpLxghGJp0bRN\ngEcfhlSmmVXEaAOxPB3PjocDIuU7fL9TpUuPGtQgjxNF3+QFtqf1ynxq4JVLY3YT\n7n8ip5FiNNyyKhJVqNrmhR5JoHY7HRMIO6pz3KgaoXQaQhfkMsbEUUn4DgIWVFts\nPxnumWDpWGg9Wy0wmo3ncHbl8wKBgQDry6j4kVvbgRlybOAEMCP/fb5ZEev+A1i1\nrm7IYWaymsjPp/sh6oHNz9H8dscFIoweJUQDO3/4AjoU+x/6qOH+hDYu9Fq+XLzw\n23cP5o7SbUHiJ/+AJofxMG0VwmJ3mUIiO05tPNXeFYzfqqPP8VlmxeDPS8Gytm0r\nrXlBd5V7wQKBgQDvMJMOnx7ujSsE3RtAoG+NjQsiWUjnE79nuPf5GPxavKr7l3KM\nyv8ClxoCPYOueyWFVlGvr1YDceA/E885mjp6pI/QrtLP6v71ai+bKlMu5rV6/Oiu\nbfB+Phvs83QCxJ/tc2/3Qg8sL1BHJVC1yboIdQVmJs1SjV+MH5YnBLrvhwKBgGlk\nrZD0/9bcHHCtw297yQtQu/z56r6t5j/GyNOd3ZZlYu6WScS+GejRRC2RNaHQ8Eol\nJAJB3RAQhr+MA545UFI/7CwOomTF9Nm/brdXuWzK0xDwCd7Q2iBvIcMBEJwej5XX\nZlWjRICwpzfuAKxYVzp9pd9iICDuM1u7fSBLADDBAoGBAMN1LQ4x0+CEhnSvCliB\nuwteB1cu1FG+WGUGwyuaUFmRgqr4JAG2eP/YNp7bMHAq/ENsEMbazjFZbSiWWbFz\nBvS98uqUDFDaWlRlv9tvUVyaJaKpOFGRZ8aB9uyWb/g86RHLRHlJH4is8x3sLTtw\nSh+qrJW2NmFbktb9mWVryLwJ\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores','logstore_standard'),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','604800'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','1'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2096,'theme_boost','themerev','1734080146'),(2097,'theme_classic','themerev','1734080148'); +/*!40000 ALTER TABLE `b_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_contentbank_content` +-- Table structure for table `b_contentbank_content` -- -DROP TABLE IF EXISTS `m_contentbank_content`; +DROP TABLE IF EXISTS `b_contentbank_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_contentbank_content` ( +CREATE TABLE `b_contentbank_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3245,31 +3244,31 @@ CREATE TABLE `m_contentbank_content` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_contcont_nam_ix` (`name`), - KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), - KEY `m_contcont_con_ix` (`contextid`), - KEY `m_contcont_use_ix` (`usermodified`), - KEY `m_contcont_use2_ix` (`usercreated`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_contcont_nam_ix` (`name`), + KEY `b_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `b_contcont_con_ix` (`contextid`), + KEY `b_contcont_use_ix` (`usermodified`), + KEY `b_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_contentbank_content` +-- Dumping data for table `b_contentbank_content` -- -LOCK TABLES `m_contentbank_content` WRITE; -/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +LOCK TABLES `b_contentbank_content` WRITE; +/*!40000 ALTER TABLE `b_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_contentbank_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context` +-- Table structure for table `b_context` -- -DROP TABLE IF EXISTS `m_context`; +DROP TABLE IF EXISTS `b_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context` ( +CREATE TABLE `b_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', @@ -3277,30 +3276,30 @@ CREATE TABLE `m_context` ( `depth` tinyint NOT NULL DEFAULT '0', `locked` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_cont_ins_ix` (`instanceid`), - KEY `m_cont_pat_ix` (`path`) -) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; + UNIQUE KEY `b_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_cont_ins_ix` (`instanceid`), + KEY `b_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context` +-- Dumping data for table `b_context` -- -LOCK TABLES `m_context` WRITE; -/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; -INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(24,70,1,'/1/3/21/24',4,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0); -/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +LOCK TABLES `b_context` WRITE; +/*!40000 ALTER TABLE `b_context` DISABLE KEYS */; +INSERT INTO `b_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `b_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context_temp` +-- Table structure for table `b_context_temp` -- -DROP TABLE IF EXISTS `m_context_temp`; +DROP TABLE IF EXISTS `b_context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context_temp` ( +CREATE TABLE `b_context_temp` ( `id` bigint NOT NULL, `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `depth` tinyint NOT NULL, @@ -3310,22 +3309,22 @@ CREATE TABLE `m_context_temp` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context_temp` +-- Dumping data for table `b_context_temp` -- -LOCK TABLES `m_context_temp` WRITE; -/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +LOCK TABLES `b_context_temp` WRITE; +/*!40000 ALTER TABLE `b_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_context_temp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course` +-- Table structure for table `b_course` -- -DROP TABLE IF EXISTS `m_course`; +DROP TABLE IF EXISTS `b_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course` ( +CREATE TABLE `b_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', @@ -3363,32 +3362,32 @@ CREATE TABLE `m_course` ( `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', `showcompletionconditions` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_cour_cat_ix` (`category`), - KEY `m_cour_idn_ix` (`idnumber`), - KEY `m_cour_sho_ix` (`shortname`), - KEY `m_cour_sor_ix` (`sortorder`), - KEY `m_cour_ori_ix` (`originalcourseid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; + KEY `b_cour_cat_ix` (`category`), + KEY `b_cour_idn_ix` (`idnumber`), + KEY `b_cour_sho_ix` (`shortname`), + KEY `b_cour_sor_ix` (`sortorder`), + KEY `b_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course` +-- Dumping data for table `b_course` -- -LOCK TABLES `m_course` WRITE; -/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; -INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1683021861,NULL,0,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1683021861,NULL,0,1); -/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +LOCK TABLES `b_course` WRITE; +/*!40000 ALTER TABLE `b_course` DISABLE KEYS */; +INSERT INTO `b_course` VALUES (1,0,0,'Acceptance test site','Acceptance test site','','Acceptance test site',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734079898,1734080141,0,0,0,1734080088,NULL,0,NULL); +/*!40000 ALTER TABLE `b_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_categories` +-- Table structure for table `b_course_categories` -- -DROP TABLE IF EXISTS `m_course_categories`; +DROP TABLE IF EXISTS `b_course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_categories` ( +CREATE TABLE `b_course_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -3404,57 +3403,57 @@ CREATE TABLE `m_course_categories` ( `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcate_par_ix` (`parent`) + KEY `b_courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_categories` +-- Dumping data for table `b_course_categories` -- -LOCK TABLES `m_course_categories` WRITE; -/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; -INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); -/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +LOCK TABLES `b_course_categories` WRITE; +/*!40000 ALTER TABLE `b_course_categories` DISABLE KEYS */; +INSERT INTO `b_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734079898,1,'/1',NULL); +/*!40000 ALTER TABLE `b_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_aggr_methd` +-- Table structure for table `b_course_completion_aggr_methd` -- -DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +DROP TABLE IF EXISTS `b_course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_aggr_methd` ( +CREATE TABLE `b_course_completion_aggr_methd` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), - KEY `m_courcompaggrmeth_cou_ix` (`course`), - KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) + UNIQUE KEY `b_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `b_courcompaggrmeth_cou_ix` (`course`), + KEY `b_courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_aggr_methd` +-- Dumping data for table `b_course_completion_aggr_methd` -- -LOCK TABLES `m_course_completion_aggr_methd` WRITE; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +LOCK TABLES `b_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_crit_compl` +-- Table structure for table `b_course_completion_crit_compl` -- -DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +DROP TABLE IF EXISTS `b_course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_crit_compl` ( +CREATE TABLE `b_course_completion_crit_compl` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3463,31 +3462,31 @@ CREATE TABLE `m_course_completion_crit_compl` ( `unenroled` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), - KEY `m_courcompcritcomp_use_ix` (`userid`), - KEY `m_courcompcritcomp_cou_ix` (`course`), - KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), - KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `b_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `b_courcompcritcomp_use_ix` (`userid`), + KEY `b_courcompcritcomp_cou_ix` (`course`), + KEY `b_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `b_courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_crit_compl` +-- Dumping data for table `b_course_completion_crit_compl` -- -LOCK TABLES `m_course_completion_crit_compl` WRITE; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +LOCK TABLES `b_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_criteria` +-- Table structure for table `b_course_completion_criteria` -- -DROP TABLE IF EXISTS `m_course_completion_criteria`; +DROP TABLE IF EXISTS `b_course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_criteria` ( +CREATE TABLE `b_course_completion_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint NOT NULL DEFAULT '0', @@ -3499,27 +3498,27 @@ CREATE TABLE `m_course_completion_criteria` ( `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcompcrit_cou_ix` (`course`) + KEY `b_courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_criteria` +-- Dumping data for table `b_course_completion_criteria` -- -LOCK TABLES `m_course_completion_criteria` WRITE; -/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +LOCK TABLES `b_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `b_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_defaults` +-- Table structure for table `b_course_completion_defaults` -- -DROP TABLE IF EXISTS `m_course_completion_defaults`; +DROP TABLE IF EXISTS `b_course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_defaults` ( +CREATE TABLE `b_course_completion_defaults` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `module` bigint NOT NULL, @@ -3530,29 +3529,29 @@ CREATE TABLE `m_course_completion_defaults` ( `completionexpected` bigint NOT NULL DEFAULT '0', `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), - KEY `m_courcompdefa_mod_ix` (`module`), - KEY `m_courcompdefa_cou_ix` (`course`) + UNIQUE KEY `b_courcompdefa_coumod_uix` (`course`,`module`), + KEY `b_courcompdefa_mod_ix` (`module`), + KEY `b_courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_defaults` +-- Dumping data for table `b_course_completion_defaults` -- -LOCK TABLES `m_course_completion_defaults` WRITE; -/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +LOCK TABLES `b_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `b_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completions` +-- Table structure for table `b_course_completions` -- -DROP TABLE IF EXISTS `m_course_completions`; +DROP TABLE IF EXISTS `b_course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completions` ( +CREATE TABLE `b_course_completions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3561,30 +3560,30 @@ CREATE TABLE `m_course_completions` ( `timecompleted` bigint DEFAULT NULL, `reaggregate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), - KEY `m_courcomp_use_ix` (`userid`), - KEY `m_courcomp_cou_ix` (`course`), - KEY `m_courcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `b_courcomp_usecou_uix` (`userid`,`course`), + KEY `b_courcomp_use_ix` (`userid`), + KEY `b_courcomp_cou_ix` (`course`), + KEY `b_courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completions` +-- Dumping data for table `b_course_completions` -- -LOCK TABLES `m_course_completions` WRITE; -/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +LOCK TABLES `b_course_completions` WRITE; +/*!40000 ALTER TABLE `b_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_format_options` +-- Table structure for table `b_course_format_options` -- -DROP TABLE IF EXISTS `m_course_format_options`; +DROP TABLE IF EXISTS `b_course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_format_options` ( +CREATE TABLE `b_course_format_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3592,29 +3591,29 @@ CREATE TABLE `m_course_format_options` ( `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), - KEY `m_courformopti_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; + UNIQUE KEY `b_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `b_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- Dumping data for table `b_course_format_options` -- -LOCK TABLES `m_course_format_options` WRITE; -/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; -INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); -/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +LOCK TABLES `b_course_format_options` WRITE; +/*!40000 ALTER TABLE `b_course_format_options` DISABLE KEYS */; +INSERT INTO `b_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `b_course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules` +-- Table structure for table `b_course_modules` -- -DROP TABLE IF EXISTS `m_course_modules`; +DROP TABLE IF EXISTS `b_course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules` ( +CREATE TABLE `b_course_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `module` bigint NOT NULL DEFAULT '0', @@ -3640,33 +3639,32 @@ CREATE TABLE `m_course_modules` ( `downloadcontent` tinyint(1) DEFAULT '1', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courmodu_vis_ix` (`visible`), - KEY `m_courmodu_cou_ix` (`course`), - KEY `m_courmodu_mod_ix` (`module`), - KEY `m_courmodu_ins_ix` (`instance`), - KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), - KEY `m_courmodu_gro_ix` (`groupingid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; + KEY `b_courmodu_vis_ix` (`visible`), + KEY `b_courmodu_cou_ix` (`course`), + KEY `b_courmodu_mod_ix` (`module`), + KEY `b_courmodu_ins_ix` (`instance`), + KEY `b_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `b_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_modules` +-- Dumping data for table `b_course_modules` -- -LOCK TABLES `m_course_modules` WRITE; -/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; -INSERT INTO `m_course_modules` VALUES (1,2,9,1,1,NULL,1566468838,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +LOCK TABLES `b_course_modules` WRITE; +/*!40000 ALTER TABLE `b_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_completion` +-- Table structure for table `b_course_modules_completion` -- -DROP TABLE IF EXISTS `m_course_modules_completion`; +DROP TABLE IF EXISTS `b_course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_completion` ( +CREATE TABLE `b_course_modules_completion` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -3674,55 +3672,55 @@ CREATE TABLE `m_course_modules_completion` ( `overrideby` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) + UNIQUE KEY `b_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- Dumping data for table `b_course_modules_completion` -- -LOCK TABLES `m_course_modules_completion` WRITE; -/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +LOCK TABLES `b_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `b_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_viewed` +-- Table structure for table `b_course_modules_viewed` -- -DROP TABLE IF EXISTS `m_course_modules_viewed`; +DROP TABLE IF EXISTS `b_course_modules_viewed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_viewed` ( +CREATE TABLE `b_course_modules_viewed` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoduview_cou_ix` (`coursemoduleid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_viewed` +-- Dumping data for table `b_course_modules_viewed` -- -LOCK TABLES `m_course_modules_viewed` WRITE; -/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +LOCK TABLES `b_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `b_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_viewed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_published` +-- Table structure for table `b_course_published` -- -DROP TABLE IF EXISTS `m_course_published`; +DROP TABLE IF EXISTS `b_course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_published` ( +CREATE TABLE `b_course_published` ( `id` bigint NOT NULL AUTO_INCREMENT, `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `courseid` bigint NOT NULL, @@ -3732,28 +3730,28 @@ CREATE TABLE `m_course_published` ( `status` tinyint(1) DEFAULT '0', `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courpubl_cou_ix` (`courseid`), - KEY `m_courpubl_hub_ix` (`hubcourseid`) + KEY `b_courpubl_hub_ix` (`hubcourseid`), + KEY `b_courpubl_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- Dumping data for table `b_course_published` -- -LOCK TABLES `m_course_published` WRITE; -/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +LOCK TABLES `b_course_published` WRITE; +/*!40000 ALTER TABLE `b_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_published` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_request` +-- Table structure for table `b_course_request` -- -DROP TABLE IF EXISTS `m_course_request`; +DROP TABLE IF EXISTS `b_course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_request` ( +CREATE TABLE `b_course_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3764,27 +3762,27 @@ CREATE TABLE `m_course_request` ( `requester` bigint NOT NULL DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_courrequ_sho_ix` (`shortname`) + KEY `b_courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_request` +-- Dumping data for table `b_course_request` -- -LOCK TABLES `m_course_request` WRITE; -/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +LOCK TABLES `b_course_request` WRITE; +/*!40000 ALTER TABLE `b_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_sections` +-- Table structure for table `b_course_sections` -- -DROP TABLE IF EXISTS `m_course_sections`; +DROP TABLE IF EXISTS `b_course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_sections` ( +CREATE TABLE `b_course_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', @@ -3796,28 +3794,27 @@ CREATE TABLE `m_course_sections` ( `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; + UNIQUE KEY `b_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_sections` +-- Dumping data for table `b_course_sections` -- -LOCK TABLES `m_course_sections` WRITE; -/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; -INSERT INTO `m_course_sections` VALUES (1,2,0,NULL,'',1,'1',1,NULL,1566468838),(2,2,1,NULL,'',1,'',1,NULL,1566468838),(3,2,2,NULL,'',1,'',1,NULL,1566468838),(4,2,3,NULL,'',1,'',1,NULL,1566468838),(5,2,4,NULL,'',1,'',1,NULL,1566468838); -/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +LOCK TABLES `b_course_sections` WRITE; +/*!40000 ALTER TABLE `b_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_category` +-- Table structure for table `b_customfield_category` -- -DROP TABLE IF EXISTS `m_customfield_category`; +DROP TABLE IF EXISTS `b_customfield_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_category` ( +CREATE TABLE `b_customfield_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -3830,28 +3827,28 @@ CREATE TABLE `m_customfield_category` ( `itemid` bigint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), - KEY `m_custcate_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `b_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_category` +-- Dumping data for table `b_customfield_category` -- -LOCK TABLES `m_customfield_category` WRITE; -/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +LOCK TABLES `b_customfield_category` WRITE; +/*!40000 ALTER TABLE `b_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_data` +-- Table structure for table `b_customfield_data` -- -DROP TABLE IF EXISTS `m_customfield_data`; +DROP TABLE IF EXISTS `b_customfield_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_data` ( +CREATE TABLE `b_customfield_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL, `instanceid` bigint NOT NULL, @@ -3865,32 +3862,32 @@ CREATE TABLE `m_customfield_data` ( `timemodified` bigint NOT NULL, `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), - KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), - KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), - KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), - KEY `m_custdata_fie_ix` (`fieldid`), - KEY `m_custdata_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `b_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `b_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `b_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `b_custdata_fie_ix` (`fieldid`), + KEY `b_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_data` +-- Dumping data for table `b_customfield_data` -- -LOCK TABLES `m_customfield_data` WRITE; -/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +LOCK TABLES `b_customfield_data` WRITE; +/*!40000 ALTER TABLE `b_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_field` +-- Table structure for table `b_customfield_field` -- -DROP TABLE IF EXISTS `m_customfield_field`; +DROP TABLE IF EXISTS `b_customfield_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_field` ( +CREATE TABLE `b_customfield_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3903,28 +3900,28 @@ CREATE TABLE `m_customfield_field` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), - KEY `m_custfiel_cat_ix` (`categoryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `b_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_field` +-- Dumping data for table `b_customfield_field` -- -LOCK TABLES `m_customfield_field` WRITE; -/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +LOCK TABLES `b_customfield_field` WRITE; +/*!40000 ALTER TABLE `b_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data` +-- Table structure for table `b_data` -- -DROP TABLE IF EXISTS `m_data`; +DROP TABLE IF EXISTS `b_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data` ( +CREATE TABLE `b_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3963,27 +3960,27 @@ CREATE TABLE `m_data` ( `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `completionentries` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_data_cou_ix` (`course`) + KEY `b_data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data` +-- Dumping data for table `b_data` -- -LOCK TABLES `m_data` WRITE; -/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +LOCK TABLES `b_data` WRITE; +/*!40000 ALTER TABLE `b_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_content` +-- Table structure for table `b_data_content` -- -DROP TABLE IF EXISTS `m_data_content`; +DROP TABLE IF EXISTS `b_data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_content` ( +CREATE TABLE `b_data_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL DEFAULT '0', `recordid` bigint NOT NULL DEFAULT '0', @@ -3993,28 +3990,28 @@ CREATE TABLE `m_data_content` ( `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datacont_rec_ix` (`recordid`), - KEY `m_datacont_fie_ix` (`fieldid`) + KEY `b_datacont_rec_ix` (`recordid`), + KEY `b_datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_content` +-- Dumping data for table `b_data_content` -- -LOCK TABLES `m_data_content` WRITE; -/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +LOCK TABLES `b_data_content` WRITE; +/*!40000 ALTER TABLE `b_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_fields` +-- Table structure for table `b_data_fields` -- -DROP TABLE IF EXISTS `m_data_fields`; +DROP TABLE IF EXISTS `b_data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_fields` ( +CREATE TABLE `b_data_fields` ( `id` bigint NOT NULL AUTO_INCREMENT, `dataid` bigint NOT NULL DEFAULT '0', `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4032,28 +4029,28 @@ CREATE TABLE `m_data_fields` ( `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datafiel_typdat_ix` (`type`,`dataid`), - KEY `m_datafiel_dat_ix` (`dataid`) + KEY `b_datafiel_typdat_ix` (`type`,`dataid`), + KEY `b_datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_fields` +-- Dumping data for table `b_data_fields` -- -LOCK TABLES `m_data_fields` WRITE; -/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +LOCK TABLES `b_data_fields` WRITE; +/*!40000 ALTER TABLE `b_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_fields` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_records` +-- Table structure for table `b_data_records` -- -DROP TABLE IF EXISTS `m_data_records`; +DROP TABLE IF EXISTS `b_data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_records` ( +CREATE TABLE `b_data_records` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', @@ -4062,28 +4059,28 @@ CREATE TABLE `m_data_records` ( `timemodified` bigint NOT NULL DEFAULT '0', `approved` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_datareco_dat_ix` (`dataid`), - KEY `m_datareco_use_ix` (`userid`) + KEY `b_datareco_dat_ix` (`dataid`), + KEY `b_datareco_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_records` +-- Dumping data for table `b_data_records` -- -LOCK TABLES `m_data_records` WRITE; -/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +LOCK TABLES `b_data_records` WRITE; +/*!40000 ALTER TABLE `b_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_records` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_editor_atto_autosave` +-- Table structure for table `b_editor_atto_autosave` -- -DROP TABLE IF EXISTS `m_editor_atto_autosave`; +DROP TABLE IF EXISTS `b_editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_editor_atto_autosave` ( +CREATE TABLE `b_editor_atto_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -4094,27 +4091,27 @@ CREATE TABLE `m_editor_atto_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; + UNIQUE KEY `b_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- Dumping data for table `b_editor_atto_autosave` -- -LOCK TABLES `m_editor_atto_autosave` WRITE; -/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +LOCK TABLES `b_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `b_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol` +-- Table structure for table `b_enrol` -- -DROP TABLE IF EXISTS `m_enrol`; +DROP TABLE IF EXISTS `b_enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol` ( +CREATE TABLE `b_enrol` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` bigint NOT NULL DEFAULT '0', @@ -4151,30 +4148,29 @@ CREATE TABLE `m_enrol` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enro_enr_ix` (`enrol`), - KEY `m_enro_cou_ix` (`courseid`), - KEY `m_enro_rol_ix` (`roleid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; + KEY `b_enro_enr_ix` (`enrol`), + KEY `b_enro_cou_ix` (`courseid`), + KEY `b_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- Dumping data for table `b_enrol` -- -LOCK TABLES `m_enrol` WRITE; -/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; -INSERT INTO `m_enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(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,1566468838,1566468838),(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,1566468838,1566468838); -/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +LOCK TABLES `b_enrol` WRITE; +/*!40000 ALTER TABLE `b_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_flatfile` +-- Table structure for table `b_enrol_flatfile` -- -DROP TABLE IF EXISTS `m_enrol_flatfile`; +DROP TABLE IF EXISTS `b_enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_flatfile` ( +CREATE TABLE `b_enrol_flatfile` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `roleid` bigint NOT NULL, @@ -4184,66 +4180,66 @@ CREATE TABLE `m_enrol_flatfile` ( `timeend` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enroflat_cou_ix` (`courseid`), - KEY `m_enroflat_use_ix` (`userid`), - KEY `m_enroflat_rol_ix` (`roleid`) + KEY `b_enroflat_cou_ix` (`courseid`), + KEY `b_enroflat_use_ix` (`userid`), + KEY `b_enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_flatfile` +-- Dumping data for table `b_enrol_flatfile` -- -LOCK TABLES `m_enrol_flatfile` WRITE; -/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +LOCK TABLES `b_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `b_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_app_registration` +-- Table structure for table `b_enrol_lti_app_registration` -- -DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +DROP TABLE IF EXISTS `b_enrol_lti_app_registration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_app_registration` ( +CREATE TABLE `b_enrol_lti_app_registration` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', - `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), - UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), - UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `b_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `b_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_app_registration` +-- Dumping data for table `b_enrol_lti_app_registration` -- -LOCK TABLES `m_enrol_lti_app_registration` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_context` +-- Table structure for table `b_enrol_lti_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_context`; +DROP TABLE IF EXISTS `b_enrol_lti_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_context` ( +CREATE TABLE `b_enrol_lti_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, @@ -4251,28 +4247,28 @@ CREATE TABLE `m_enrol_lti_context` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), - KEY `m_enrolticont_lti_ix` (`ltideploymentid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `b_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_context` +-- Dumping data for table `b_enrol_lti_context` -- -LOCK TABLES `m_enrol_lti_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_deployment` +-- Table structure for table `b_enrol_lti_deployment` -- -DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +DROP TABLE IF EXISTS `b_enrol_lti_deployment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_deployment` ( +CREATE TABLE `b_enrol_lti_deployment` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4281,28 +4277,28 @@ CREATE TABLE `m_enrol_lti_deployment` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), - KEY `m_enroltidepl_pla_ix` (`platformid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `b_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_deployment` +-- Dumping data for table `b_enrol_lti_deployment` -- -LOCK TABLES `m_enrol_lti_deployment` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_consumer` +-- Table structure for table `b_enrol_lti_lti2_consumer` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_consumer` ( +CREATE TABLE `b_enrol_lti_lti2_consumer` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4323,27 +4319,27 @@ CREATE TABLE `m_enrol_lti_lti2_consumer` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) + UNIQUE KEY `b_enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_consumer` +-- Dumping data for table `b_enrol_lti_lti2_consumer` -- -LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_context` +-- Table structure for table `b_enrol_lti_lti2_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_context` ( +CREATE TABLE `b_enrol_lti_lti2_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4352,53 +4348,53 @@ CREATE TABLE `m_enrol_lti_lti2_context` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2cont_con_ix` (`consumerid`) + KEY `b_enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- Dumping data for table `b_enrol_lti_lti2_context` -- -LOCK TABLES `m_enrol_lti_lti2_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_nonce` +-- Table structure for table `b_enrol_lti_lti2_nonce` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_nonce` ( +CREATE TABLE `b_enrol_lti_lti2_nonce` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2nonc_con_ix` (`consumerid`) + KEY `b_enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- Dumping data for table `b_enrol_lti_lti2_nonce` -- -LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_resource_link` +-- Table structure for table `b_enrol_lti_lti2_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_resource_link` ( +CREATE TABLE `b_enrol_lti_lti2_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint DEFAULT NULL, `consumerid` bigint DEFAULT NULL, @@ -4409,57 +4405,57 @@ CREATE TABLE `m_enrol_lti_lti2_resource_link` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2resolink_con_ix` (`contextid`), - KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), - KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) + KEY `b_enroltilti2resolink_con_ix` (`contextid`), + KEY `b_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `b_enroltilti2resolink_con2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- Dumping data for table `b_enrol_lti_lti2_resource_link` -- -LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_share_key` +-- Table structure for table `b_enrol_lti_lti2_share_key` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_share_key` ( +CREATE TABLE `b_enrol_lti_lti2_share_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `resourcelinkid` bigint NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), - UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) + UNIQUE KEY `b_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `b_enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_share_key` +-- Dumping data for table `b_enrol_lti_lti2_share_key` -- -LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- Table structure for table `b_enrol_lti_lti2_tool_proxy` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( +CREATE TABLE `b_enrol_lti_lti2_tool_proxy` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerid` bigint NOT NULL, @@ -4467,28 +4463,28 @@ CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), - KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) + UNIQUE KEY `b_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `b_enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- Dumping data for table `b_enrol_lti_lti2_tool_proxy` -- -LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_user_result` +-- Table structure for table `b_enrol_lti_lti2_user_result` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_user_result` ( +CREATE TABLE `b_enrol_lti_lti2_user_result` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` bigint NOT NULL, `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4496,31 +4492,31 @@ CREATE TABLE `m_enrol_lti_lti2_user_result` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) + KEY `b_enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_user_result` +-- Dumping data for table `b_enrol_lti_lti2_user_result` -- -LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_resource_link` +-- Table structure for table `b_enrol_lti_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_resource_link` ( +CREATE TABLE `b_enrol_lti_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `resourceid` bigint NOT NULL, `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, `lticontextid` bigint DEFAULT NULL, `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -4532,62 +4528,59 @@ CREATE TABLE `m_enrol_lti_resource_link` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), - KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), - KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `b_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `b_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_resource_link` +-- Dumping data for table `b_enrol_lti_resource_link` -- -LOCK TABLES `m_enrol_lti_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tool_consumer_map` +-- Table structure for table `b_enrol_lti_tool_consumer_map` -- -DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +DROP TABLE IF EXISTS `b_enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tool_consumer_map` ( +CREATE TABLE `b_enrol_lti_tool_consumer_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolid` bigint NOT NULL, `consumerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltitoolconsmap_too_ix` (`toolid`), - KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) + KEY `b_enroltitoolconsmap_too_ix` (`toolid`), + KEY `b_enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- Dumping data for table `b_enrol_lti_tool_consumer_map` -- -LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tools` +-- Table structure for table `b_enrol_lti_tools` -- -DROP TABLE IF EXISTS `m_enrol_lti_tools`; +DROP TABLE IF EXISTS `b_enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tools` ( +CREATE TABLE `b_enrol_lti_tools` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrolid` bigint NOT NULL, `contextid` bigint NOT NULL, `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', - `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `provisioningmodelearner` tinyint DEFAULT NULL, - `provisioningmodeinstructor` tinyint DEFAULT NULL, `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', @@ -4602,59 +4595,62 @@ CREATE TABLE `m_enrol_lti_tools` ( `roleinstructor` bigint NOT NULL, `rolelearner` bigint NOT NULL, `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), - KEY `m_enroltitool_enr_ix` (`enrolid`), - KEY `m_enroltitool_con_ix` (`contextid`) + UNIQUE KEY `b_enroltitool_uui_uix` (`uuid`), + KEY `b_enroltitool_enr_ix` (`enrolid`), + KEY `b_enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_tools` +-- Dumping data for table `b_enrol_lti_tools` -- -LOCK TABLES `m_enrol_lti_tools` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_user_resource_link` +-- Table structure for table `b_enrol_lti_user_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_user_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_user_resource_link` ( +CREATE TABLE `b_enrol_lti_user_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiuserid` bigint NOT NULL, `resourcelinkid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), - KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), - KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `b_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `b_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_user_resource_link` +-- Dumping data for table `b_enrol_lti_user_resource_link` -- -LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_users` +-- Table structure for table `b_enrol_lti_users` -- -DROP TABLE IF EXISTS `m_enrol_lti_users`; +DROP TABLE IF EXISTS `b_enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_users` ( +CREATE TABLE `b_enrol_lti_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `toolid` bigint NOT NULL, @@ -4669,29 +4665,29 @@ CREATE TABLE `m_enrol_lti_users` ( `lastaccess` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_enroltiuser_use_ix` (`userid`), - KEY `m_enroltiuser_too_ix` (`toolid`), - KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) + KEY `b_enroltiuser_use_ix` (`userid`), + KEY `b_enroltiuser_too_ix` (`toolid`), + KEY `b_enroltiuser_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_users` +-- Dumping data for table `b_enrol_lti_users` -- -LOCK TABLES `m_enrol_lti_users` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_paypal` +-- Table structure for table `b_enrol_paypal` -- -DROP TABLE IF EXISTS `m_enrol_paypal`; +DROP TABLE IF EXISTS `b_enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_paypal` ( +CREATE TABLE `b_enrol_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4714,31 +4710,31 @@ CREATE TABLE `m_enrol_paypal` ( `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timeupdated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enropayp_bus_ix` (`business`), - KEY `m_enropayp_rec_ix` (`receiver_email`), - KEY `m_enropayp_cou_ix` (`courseid`), - KEY `m_enropayp_use_ix` (`userid`), - KEY `m_enropayp_ins_ix` (`instanceid`) + KEY `b_enropayp_bus_ix` (`business`), + KEY `b_enropayp_rec_ix` (`receiver_email`), + KEY `b_enropayp_cou_ix` (`courseid`), + KEY `b_enropayp_use_ix` (`userid`), + KEY `b_enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_paypal` +-- Dumping data for table `b_enrol_paypal` -- -LOCK TABLES `m_enrol_paypal` WRITE; -/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +LOCK TABLES `b_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `b_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event` +-- Table structure for table `b_event` -- -DROP TABLE IF EXISTS `m_event`; +DROP TABLE IF EXISTS `b_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event` ( +CREATE TABLE `b_event` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -4764,38 +4760,38 @@ CREATE TABLE `m_event` ( `priority` bigint DEFAULT NULL, `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_even_cou_ix` (`courseid`), - KEY `m_even_use_ix` (`userid`), - KEY `m_even_tim_ix` (`timestart`), - KEY `m_even_tim2_ix` (`timeduration`), - KEY `m_even_uui_ix` (`uuid`), - KEY `m_even_typtim_ix` (`type`,`timesort`), - KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), - KEY `m_even_cat_ix` (`categoryid`), - KEY `m_even_sub_ix` (`subscriptionid`), - KEY `m_even_eve_ix` (`eventtype`), - KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), - KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) + KEY `b_even_cou_ix` (`courseid`), + KEY `b_even_use_ix` (`userid`), + KEY `b_even_tim_ix` (`timestart`), + KEY `b_even_tim2_ix` (`timeduration`), + KEY `b_even_uui_ix` (`uuid`), + KEY `b_even_typtim_ix` (`type`,`timesort`), + KEY `b_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `b_even_eve_ix` (`eventtype`), + KEY `b_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `b_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `b_even_cat_ix` (`categoryid`), + KEY `b_even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event` +-- Dumping data for table `b_event` -- -LOCK TABLES `m_event` WRITE; -/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +LOCK TABLES `b_event` WRITE; +/*!40000 ALTER TABLE `b_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event_subscriptions` +-- Table structure for table `b_event_subscriptions` -- -DROP TABLE IF EXISTS `m_event_subscriptions`; +DROP TABLE IF EXISTS `b_event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event_subscriptions` ( +CREATE TABLE `b_event_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `categoryid` bigint NOT NULL DEFAULT '0', @@ -4807,28 +4803,28 @@ CREATE TABLE `m_event_subscriptions` ( `lastupdated` bigint DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_evensubs_cou_ix` (`courseid`), - KEY `m_evensubs_use_ix` (`userid`) + KEY `b_evensubs_cou_ix` (`courseid`), + KEY `b_evensubs_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event_subscriptions` +-- Dumping data for table `b_event_subscriptions` -- -LOCK TABLES `m_event_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +LOCK TABLES `b_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_handlers` +-- Table structure for table `b_events_handlers` -- -DROP TABLE IF EXISTS `m_events_handlers`; +DROP TABLE IF EXISTS `b_events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_handlers` ( +CREATE TABLE `b_events_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4838,54 +4834,54 @@ CREATE TABLE `m_events_handlers` ( `status` bigint NOT NULL DEFAULT '0', `internal` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) + UNIQUE KEY `b_evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- Dumping data for table `b_events_handlers` -- -LOCK TABLES `m_events_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +LOCK TABLES `b_events_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue` +-- Table structure for table `b_events_queue` -- -DROP TABLE IF EXISTS `m_events_queue`; +DROP TABLE IF EXISTS `b_events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue` ( +CREATE TABLE `b_events_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueu_use_ix` (`userid`) + KEY `b_evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- Dumping data for table `b_events_queue` -- -LOCK TABLES `m_events_queue` WRITE; -/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +LOCK TABLES `b_events_queue` WRITE; +/*!40000 ALTER TABLE `b_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue_handlers` +-- Table structure for table `b_events_queue_handlers` -- -DROP TABLE IF EXISTS `m_events_queue_handlers`; +DROP TABLE IF EXISTS `b_events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue_handlers` ( +CREATE TABLE `b_events_queue_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `queuedeventid` bigint NOT NULL, `handlerid` bigint NOT NULL, @@ -4893,28 +4889,28 @@ CREATE TABLE `m_events_queue_handlers` ( `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueuhand_que_ix` (`queuedeventid`), - KEY `m_evenqueuhand_han_ix` (`handlerid`) + KEY `b_evenqueuhand_que_ix` (`queuedeventid`), + KEY `b_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- Dumping data for table `b_events_queue_handlers` -- -LOCK TABLES `m_events_queue_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +LOCK TABLES `b_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_functions` +-- Table structure for table `b_external_functions` -- -DROP TABLE IF EXISTS `m_external_functions`; +DROP TABLE IF EXISTS `b_external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_functions` ( +CREATE TABLE `b_external_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4924,28 +4920,28 @@ CREATE TABLE `m_external_functions` ( `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_extefunc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=693 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; + UNIQUE KEY `b_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_functions` +-- Dumping data for table `b_external_functions` -- -LOCK TABLES `m_external_functions` WRITE; -/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; -INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(534,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(638,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(639,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(640,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(641,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(642,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(643,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(646,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(647,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(648,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(659,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(660,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(661,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(662,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(663,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(664,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(665,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(670,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(671,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(672,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(673,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(674,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(675,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(676,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(677,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(678,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(679,'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),(680,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(681,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(682,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(683,'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'),(684,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(685,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(686,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(687,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(688,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(689,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(690,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(691,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(692,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); -/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +LOCK TABLES `b_external_functions` WRITE; +/*!40000 ALTER TABLE `b_external_functions` DISABLE KEYS */; +INSERT INTO `b_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `b_external_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services` +-- Table structure for table `b_external_services` -- -DROP TABLE IF EXISTS `m_external_services`; +DROP TABLE IF EXISTS `b_external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services` ( +CREATE TABLE `b_external_services` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, @@ -4958,54 +4954,54 @@ CREATE TABLE `m_external_services` ( `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_exteserv_nam_uix` (`name`) + UNIQUE KEY `b_exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services` +-- Dumping data for table `b_external_services` -- -LOCK TABLES `m_external_services` WRITE; -/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; -INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); -/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +LOCK TABLES `b_external_services` WRITE; +/*!40000 ALTER TABLE `b_external_services` DISABLE KEYS */; +INSERT INTO `b_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1734079922,1734080133,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `b_external_services` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_functions` +-- Table structure for table `b_external_services_functions` -- -DROP TABLE IF EXISTS `m_external_services_functions`; +DROP TABLE IF EXISTS `b_external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_functions` ( +CREATE TABLE `b_external_services_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_exteservfunc_ext_ix` (`externalserviceid`) -) ENGINE=InnoDB AUTO_INCREMENT=1436 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; + KEY `b_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services_functions` +-- Dumping data for table `b_external_services_functions` -- -LOCK TABLES `m_external_services_functions` WRITE; -/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; -INSERT INTO `m_external_services_functions` VALUES (1043,1,'core_badges_get_user_badges'),(1044,1,'core_calendar_get_calendar_monthly_view'),(1045,1,'core_calendar_get_calendar_day_view'),(1046,1,'core_calendar_get_calendar_upcoming_view'),(1047,1,'core_calendar_update_event_start_day'),(1048,1,'core_calendar_create_calendar_events'),(1049,1,'core_calendar_delete_calendar_events'),(1050,1,'core_calendar_get_calendar_events'),(1051,1,'core_calendar_get_action_events_by_timesort'),(1052,1,'core_calendar_get_action_events_by_course'),(1053,1,'core_calendar_get_action_events_by_courses'),(1054,1,'core_calendar_get_calendar_event_by_id'),(1055,1,'core_calendar_submit_create_update_form'),(1056,1,'core_comment_get_comments'),(1057,1,'core_completion_get_activities_completion_status'),(1058,1,'core_completion_get_course_completion_status'),(1059,1,'core_completion_mark_course_self_completed'),(1060,1,'core_completion_update_activity_completion_status_manually'),(1061,1,'core_course_get_categories'),(1062,1,'core_course_get_contents'),(1063,1,'core_course_get_course_module'),(1064,1,'core_course_get_course_module_by_instance'),(1065,1,'core_course_get_courses'),(1066,1,'core_course_search_courses'),(1067,1,'core_course_view_course'),(1068,1,'core_course_get_user_navigation_options'),(1069,1,'core_course_get_user_administration_options'),(1070,1,'core_course_get_courses_by_field'),(1071,1,'core_course_check_updates'),(1072,1,'core_course_get_updates_since'),(1073,1,'core_enrol_get_course_enrolment_methods'),(1074,1,'core_enrol_get_enrolled_users'),(1075,1,'core_enrol_get_users_courses'),(1076,1,'core_files_get_files'),(1077,1,'core_get_component_strings'),(1078,1,'core_group_get_activity_allowed_groups'),(1079,1,'core_group_get_activity_groupmode'),(1080,1,'core_group_get_course_groupings'),(1081,1,'core_group_get_course_groups'),(1082,1,'core_group_get_course_user_groups'),(1083,1,'core_message_delete_contacts'),(1084,1,'core_message_delete_message'),(1085,1,'core_message_get_blocked_users'),(1086,1,'core_message_data_for_messagearea_search_messages'),(1087,1,'core_message_get_messages'),(1088,1,'core_message_get_unread_conversations_count'),(1089,1,'core_message_mark_all_notifications_as_read'),(1090,1,'core_message_mark_message_read'),(1091,1,'core_message_mark_notification_read'),(1092,1,'core_message_message_processor_config_form'),(1093,1,'core_message_search_contacts'),(1094,1,'core_message_send_instant_messages'),(1095,1,'core_message_get_user_notification_preferences'),(1096,1,'core_message_get_user_message_preferences'),(1097,1,'core_notes_create_notes'),(1098,1,'core_notes_delete_notes'),(1099,1,'core_notes_get_course_notes'),(1100,1,'core_notes_view_notes'),(1101,1,'core_question_update_flag'),(1102,1,'core_rating_get_item_ratings'),(1103,1,'core_rating_add_rating'),(1104,1,'core_tag_get_tagindex'),(1105,1,'core_user_add_user_device'),(1106,1,'core_user_add_user_private_files'),(1107,1,'core_user_get_course_user_profiles'),(1108,1,'core_user_get_users_by_field'),(1109,1,'core_user_remove_user_device'),(1110,1,'core_user_update_user_preferences'),(1111,1,'core_user_view_user_list'),(1112,1,'core_user_view_user_profile'),(1113,1,'core_user_get_user_preferences'),(1114,1,'core_user_update_picture'),(1115,1,'core_user_set_user_preferences'),(1116,1,'core_user_agree_site_policy'),(1117,1,'core_user_get_private_files_info'),(1118,1,'core_competency_competency_viewed'),(1119,1,'core_competency_list_course_competencies'),(1120,1,'core_competency_get_scale_values'),(1121,1,'core_competency_user_competency_viewed'),(1122,1,'core_competency_user_competency_viewed_in_plan'),(1123,1,'core_competency_user_competency_viewed_in_course'),(1124,1,'core_competency_user_competency_plan_viewed'),(1125,1,'core_competency_grade_competency_in_course'),(1126,1,'core_competency_delete_evidence'),(1127,1,'core_webservice_get_site_info'),(1128,1,'core_block_get_course_blocks'),(1129,1,'core_filters_get_available_in_context'),(1130,1,'mod_assign_get_grades'),(1131,1,'mod_assign_get_assignments'),(1132,1,'mod_assign_get_submissions'),(1133,1,'mod_assign_get_user_flags'),(1134,1,'mod_assign_set_user_flags'),(1135,1,'mod_assign_get_user_mappings'),(1136,1,'mod_assign_revert_submissions_to_draft'),(1137,1,'mod_assign_lock_submissions'),(1138,1,'mod_assign_unlock_submissions'),(1139,1,'mod_assign_save_submission'),(1140,1,'mod_assign_submit_for_grading'),(1141,1,'mod_assign_save_grade'),(1142,1,'mod_assign_save_grades'),(1143,1,'mod_assign_save_user_extensions'),(1144,1,'mod_assign_reveal_identities'),(1145,1,'mod_assign_view_grading_table'),(1146,1,'mod_assign_view_submission_status'),(1147,1,'mod_assign_get_submission_status'),(1148,1,'mod_assign_list_participants'),(1149,1,'mod_assign_submit_grading_form'),(1150,1,'mod_assign_get_participant'),(1151,1,'mod_assign_view_assign'),(1152,1,'mod_book_view_book'),(1153,1,'mod_book_get_books_by_courses'),(1154,1,'mod_chat_login_user'),(1155,1,'mod_chat_get_chat_users'),(1156,1,'mod_chat_send_chat_message'),(1157,1,'mod_chat_get_chat_latest_messages'),(1158,1,'mod_chat_view_chat'),(1159,1,'mod_chat_get_chats_by_courses'),(1160,1,'mod_chat_get_sessions'),(1161,1,'mod_chat_get_session_messages'),(1162,1,'mod_choice_get_choice_results'),(1163,1,'mod_choice_get_choice_options'),(1164,1,'mod_choice_submit_choice_response'),(1165,1,'mod_choice_view_choice'),(1166,1,'mod_choice_get_choices_by_courses'),(1167,1,'mod_choice_delete_choice_responses'),(1168,1,'mod_data_get_databases_by_courses'),(1169,1,'mod_data_view_database'),(1170,1,'mod_data_get_data_access_information'),(1171,1,'mod_data_get_entries'),(1172,1,'mod_data_get_entry'),(1173,1,'mod_data_get_fields'),(1174,1,'mod_data_search_entries'),(1175,1,'mod_data_approve_entry'),(1176,1,'mod_data_delete_entry'),(1177,1,'mod_data_add_entry'),(1178,1,'mod_data_update_entry'),(1179,1,'mod_feedback_get_feedbacks_by_courses'),(1180,1,'mod_feedback_get_feedback_access_information'),(1181,1,'mod_feedback_view_feedback'),(1182,1,'mod_feedback_get_current_completed_tmp'),(1183,1,'mod_feedback_get_items'),(1184,1,'mod_feedback_launch_feedback'),(1185,1,'mod_feedback_get_page_items'),(1186,1,'mod_feedback_process_page'),(1187,1,'mod_feedback_get_analysis'),(1188,1,'mod_feedback_get_unfinished_responses'),(1189,1,'mod_feedback_get_finished_responses'),(1190,1,'mod_feedback_get_non_respondents'),(1191,1,'mod_feedback_get_responses_analysis'),(1192,1,'mod_feedback_get_last_completed'),(1193,1,'mod_folder_view_folder'),(1194,1,'mod_folder_get_folders_by_courses'),(1195,1,'mod_forum_get_forums_by_courses'),(1196,1,'mod_forum_get_forum_discussions_paginated'),(1197,1,'mod_forum_view_forum'),(1198,1,'mod_forum_view_forum_discussion'),(1199,1,'mod_forum_add_discussion_post'),(1200,1,'mod_forum_add_discussion'),(1201,1,'mod_forum_can_add_discussion'),(1202,1,'mod_glossary_get_glossaries_by_courses'),(1203,1,'mod_glossary_view_glossary'),(1204,1,'mod_glossary_view_entry'),(1205,1,'mod_glossary_get_entries_by_letter'),(1206,1,'mod_glossary_get_entries_by_date'),(1207,1,'mod_glossary_get_categories'),(1208,1,'mod_glossary_get_entries_by_category'),(1209,1,'mod_glossary_get_authors'),(1210,1,'mod_glossary_get_entries_by_author'),(1211,1,'mod_glossary_get_entries_by_author_id'),(1212,1,'mod_glossary_get_entries_by_search'),(1213,1,'mod_glossary_get_entries_by_term'),(1214,1,'mod_glossary_get_entries_to_approve'),(1215,1,'mod_glossary_get_entry_by_id'),(1216,1,'mod_glossary_add_entry'),(1217,1,'mod_imscp_view_imscp'),(1218,1,'mod_imscp_get_imscps_by_courses'),(1219,1,'mod_label_get_labels_by_courses'),(1220,1,'mod_lesson_get_lessons_by_courses'),(1221,1,'mod_lesson_get_lesson_access_information'),(1222,1,'mod_lesson_view_lesson'),(1223,1,'mod_lesson_get_questions_attempts'),(1224,1,'mod_lesson_get_user_grade'),(1225,1,'mod_lesson_get_user_attempt_grade'),(1226,1,'mod_lesson_get_content_pages_viewed'),(1227,1,'mod_lesson_get_user_timers'),(1228,1,'mod_lesson_get_pages'),(1229,1,'mod_lesson_launch_attempt'),(1230,1,'mod_lesson_get_page_data'),(1231,1,'mod_lesson_process_page'),(1232,1,'mod_lesson_finish_attempt'),(1233,1,'mod_lesson_get_attempts_overview'),(1234,1,'mod_lesson_get_user_attempt'),(1235,1,'mod_lesson_get_pages_possible_jumps'),(1236,1,'mod_lesson_get_lesson'),(1237,1,'mod_lti_get_tool_launch_data'),(1238,1,'mod_lti_get_ltis_by_courses'),(1239,1,'mod_lti_view_lti'),(1240,1,'mod_page_view_page'),(1241,1,'mod_page_get_pages_by_courses'),(1242,1,'mod_quiz_get_quizzes_by_courses'),(1243,1,'mod_quiz_view_quiz'),(1244,1,'mod_quiz_get_user_attempts'),(1245,1,'mod_quiz_get_user_best_grade'),(1246,1,'mod_quiz_get_combined_review_options'),(1247,1,'mod_quiz_start_attempt'),(1248,1,'mod_quiz_get_attempt_data'),(1249,1,'mod_quiz_get_attempt_summary'),(1250,1,'mod_quiz_save_attempt'),(1251,1,'mod_quiz_process_attempt'),(1252,1,'mod_quiz_get_attempt_review'),(1253,1,'mod_quiz_view_attempt'),(1254,1,'mod_quiz_view_attempt_summary'),(1255,1,'mod_quiz_view_attempt_review'),(1256,1,'mod_quiz_get_quiz_feedback_for_grade'),(1257,1,'mod_quiz_get_quiz_access_information'),(1258,1,'mod_quiz_get_attempt_access_information'),(1259,1,'mod_quiz_get_quiz_required_qtypes'),(1260,1,'mod_resource_view_resource'),(1261,1,'mod_resource_get_resources_by_courses'),(1262,1,'mod_scorm_view_scorm'),(1263,1,'mod_scorm_get_scorm_attempt_count'),(1264,1,'mod_scorm_get_scorm_scoes'),(1265,1,'mod_scorm_get_scorm_user_data'),(1266,1,'mod_scorm_insert_scorm_tracks'),(1267,1,'mod_scorm_get_scorm_sco_tracks'),(1268,1,'mod_scorm_get_scorms_by_courses'),(1269,1,'mod_scorm_launch_sco'),(1270,1,'mod_survey_get_surveys_by_courses'),(1271,1,'mod_survey_view_survey'),(1272,1,'mod_survey_get_questions'),(1273,1,'mod_survey_submit_answers'),(1274,1,'mod_url_view_url'),(1275,1,'mod_url_get_urls_by_courses'),(1276,1,'mod_wiki_get_wikis_by_courses'),(1277,1,'mod_wiki_view_wiki'),(1278,1,'mod_wiki_view_page'),(1279,1,'mod_wiki_get_subwikis'),(1280,1,'mod_wiki_get_subwiki_pages'),(1281,1,'mod_wiki_get_subwiki_files'),(1282,1,'mod_wiki_get_page_contents'),(1283,1,'mod_wiki_get_page_for_editing'),(1284,1,'mod_wiki_new_page'),(1285,1,'mod_wiki_edit_page'),(1286,1,'mod_workshop_get_workshops_by_courses'),(1287,1,'mod_workshop_get_workshop_access_information'),(1288,1,'mod_workshop_get_user_plan'),(1289,1,'mod_workshop_view_workshop'),(1290,1,'mod_workshop_add_submission'),(1291,1,'mod_workshop_update_submission'),(1292,1,'mod_workshop_delete_submission'),(1293,1,'mod_workshop_get_submissions'),(1294,1,'mod_workshop_get_submission'),(1295,1,'mod_workshop_get_submission_assessments'),(1296,1,'mod_workshop_get_assessment'),(1297,1,'mod_workshop_get_assessment_form_definition'),(1298,1,'mod_workshop_get_reviewer_assessments'),(1299,1,'mod_workshop_update_assessment'),(1300,1,'mod_workshop_get_grades'),(1301,1,'mod_workshop_evaluate_assessment'),(1302,1,'mod_workshop_get_grades_report'),(1303,1,'mod_workshop_view_submission'),(1304,1,'mod_workshop_evaluate_submission'),(1305,1,'enrol_guest_get_instance_info'),(1306,1,'enrol_self_get_instance_info'),(1307,1,'enrol_self_enrol_user'),(1308,1,'message_airnotifier_is_system_configured'),(1309,1,'message_airnotifier_are_notification_preferences_configured'),(1310,1,'message_airnotifier_get_user_devices'),(1311,1,'message_airnotifier_enable_device'),(1312,1,'message_popup_get_popup_notifications'),(1313,1,'message_popup_get_unread_popup_notification_count'),(1314,1,'report_insights_set_notuseful_prediction'),(1315,1,'report_insights_set_fixed_prediction'),(1316,1,'gradereport_overview_get_course_grades'),(1317,1,'gradereport_overview_view_grade_report'),(1318,1,'gradereport_user_get_grades_table'),(1319,1,'gradereport_user_view_grade_report'),(1320,1,'gradereport_user_get_grade_items'),(1321,1,'tool_lp_data_for_course_competencies_page'),(1322,1,'tool_lp_data_for_plans_page'),(1323,1,'tool_lp_data_for_plan_page'),(1324,1,'tool_lp_data_for_user_evidence_list_page'),(1325,1,'tool_lp_data_for_user_evidence_page'),(1326,1,'tool_lp_data_for_user_competency_summary'),(1327,1,'tool_lp_data_for_user_competency_summary_in_plan'),(1328,1,'tool_lp_data_for_user_competency_summary_in_course'),(1329,1,'tool_mobile_get_plugins_supporting_mobile'),(1330,1,'tool_mobile_get_public_config'),(1331,1,'tool_mobile_get_config'),(1332,1,'tool_mobile_get_autologin_key'),(1333,1,'tool_mobile_get_content'),(1334,1,'core_blog_get_entries'),(1335,1,'core_blog_view_entries'),(1336,1,'core_calendar_get_calendar_access_information'),(1337,1,'core_calendar_get_allowed_event_types'),(1338,1,'core_calendar_get_calendar_export_token'),(1339,1,'core_comment_add_comments'),(1340,1,'core_comment_delete_comments'),(1341,1,'core_course_get_enrolled_courses_by_timeline_classification'),(1342,1,'core_course_get_recent_courses'),(1343,1,'core_course_set_favourite_courses'),(1344,1,'core_enrol_search_users'),(1345,1,'core_files_delete_draft_files'),(1346,1,'core_grades_grader_gradingpanel_point_fetch'),(1347,1,'core_grades_grader_gradingpanel_point_store'),(1348,1,'core_grades_grader_gradingpanel_scale_fetch'),(1349,1,'core_grades_grader_gradingpanel_scale_store'),(1350,1,'core_message_mute_conversations'),(1351,1,'core_message_unmute_conversations'),(1352,1,'core_message_block_user'),(1353,1,'core_message_get_contact_requests'),(1354,1,'core_message_create_contact_request'),(1355,1,'core_message_confirm_contact_request'),(1356,1,'core_message_decline_contact_request'),(1357,1,'core_message_get_received_contact_requests_count'),(1358,1,'core_message_delete_conversations_by_id'),(1359,1,'core_message_message_search_users'),(1360,1,'core_message_get_user_contacts'),(1361,1,'core_message_get_conversations'),(1362,1,'core_message_get_conversation'),(1363,1,'core_message_get_conversation_between_users'),(1364,1,'core_message_get_self_conversation'),(1365,1,'core_message_get_conversation_counts'),(1366,1,'core_message_get_unread_conversation_counts'),(1367,1,'core_message_get_conversation_members'),(1368,1,'core_message_get_member_info'),(1369,1,'core_message_mark_all_conversation_messages_as_read'),(1370,1,'core_message_send_messages_to_conversation'),(1371,1,'core_message_get_conversation_messages'),(1372,1,'core_message_unblock_user'),(1373,1,'core_message_set_favourite_conversations'),(1374,1,'core_message_unset_favourite_conversations'),(1375,1,'core_message_delete_message_for_all_users'),(1376,1,'core_tag_get_tagindex_per_area'),(1377,1,'core_tag_get_tag_areas'),(1378,1,'core_tag_get_tag_collections'),(1379,1,'core_tag_get_tag_cloud'),(1380,1,'core_block_get_dashboard_blocks'),(1381,1,'core_h5p_get_trusted_h5p_file'),(1382,1,'core_table_get_dynamic_table_content'),(1383,1,'core_xapi_statement_post'),(1384,1,'mod_forum_get_discussion_posts'),(1385,1,'mod_forum_get_forum_discussions'),(1386,1,'mod_forum_get_forum_access_information'),(1387,1,'mod_forum_set_subscription_state'),(1388,1,'mod_forum_set_lock_state'),(1389,1,'mod_forum_toggle_favourite_state'),(1390,1,'mod_forum_set_pin_state'),(1391,1,'mod_forum_delete_post'),(1392,1,'mod_forum_get_discussion_post'),(1393,1,'mod_forum_prepare_draft_area_for_post'),(1394,1,'mod_forum_update_discussion_post'),(1395,1,'mod_glossary_delete_entry'),(1396,1,'mod_glossary_update_entry'),(1397,1,'mod_glossary_prepare_entry_for_edition'),(1398,1,'mod_h5pactivity_get_h5pactivity_access_information'),(1399,1,'mod_h5pactivity_view_h5pactivity'),(1400,1,'mod_h5pactivity_get_attempts'),(1401,1,'mod_h5pactivity_get_results'),(1402,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(1403,1,'mod_scorm_get_scorm_access_information'),(1404,1,'block_recentlyaccesseditems_get_recent_items'),(1405,1,'block_starredcourses_get_starred_courses'),(1406,1,'report_insights_action_executed'),(1407,1,'tool_analytics_potential_contexts'),(1408,1,'tool_mobile_call_external_functions'),(1409,1,'tool_mobile_validate_subscription_key'),(1410,1,'tool_mobile_get_tokens_for_qr_login'),(1411,1,'tool_moodlenet_verify_webfinger'),(1412,1,'tool_moodlenet_search_courses'),(1413,1,'core_files_get_unused_draft_itemid'),(1414,1,'core_block_fetch_addable_blocks'),(1415,1,'mod_h5pactivity_log_report_viewed'),(1416,1,'mod_h5pactivity_get_user_attempts'),(1417,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(1418,1,'core_grades_get_enrolled_users_for_search_widget'),(1419,1,'core_grades_get_groups_for_search_widget'),(1420,1,'core_message_get_unread_notification_count'),(1421,1,'core_reportbuilder_list_reports'),(1422,1,'core_reportbuilder_retrieve_report'),(1423,1,'core_reportbuilder_view_report'),(1424,1,'mod_assign_start_submission'),(1425,1,'mod_bigbluebuttonbn_can_join'),(1426,1,'mod_bigbluebuttonbn_get_recordings'),(1427,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(1428,1,'mod_bigbluebuttonbn_update_recording'),(1429,1,'mod_bigbluebuttonbn_end_meeting'),(1430,1,'mod_bigbluebuttonbn_completion_validate'),(1431,1,'mod_bigbluebuttonbn_meeting_info'),(1432,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(1433,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(1434,1,'mod_bigbluebuttonbn_get_join_url'),(1435,1,'gradereport_singleview_get_grade_items_for_search_widget'); -/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +LOCK TABLES `b_external_services_functions` WRITE; +/*!40000 ALTER TABLE `b_external_services_functions` DISABLE KEYS */; +INSERT INTO `b_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `b_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_users` +-- Table structure for table `b_external_services_users` -- -DROP TABLE IF EXISTS `m_external_services_users`; +DROP TABLE IF EXISTS `b_external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_users` ( +CREATE TABLE `b_external_services_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -5013,28 +5009,28 @@ CREATE TABLE `m_external_services_users` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_exteservuser_ext_ix` (`externalserviceid`), - KEY `m_exteservuser_use_ix` (`userid`) + KEY `b_exteservuser_ext_ix` (`externalserviceid`), + KEY `b_exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- Dumping data for table `b_external_services_users` -- -LOCK TABLES `m_external_services_users` WRITE; -/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +LOCK TABLES `b_external_services_users` WRITE; +/*!40000 ALTER TABLE `b_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_tokens` +-- Table structure for table `b_external_tokens` -- -DROP TABLE IF EXISTS `m_external_tokens`; +DROP TABLE IF EXISTS `b_external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_tokens` ( +CREATE TABLE `b_external_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -5049,32 +5045,32 @@ CREATE TABLE `m_external_tokens` ( `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_extetoke_use_ix` (`userid`), - KEY `m_extetoke_ext_ix` (`externalserviceid`), - KEY `m_extetoke_con_ix` (`contextid`), - KEY `m_extetoke_cre_ix` (`creatorid`), - KEY `m_extetoke_tok_ix` (`token`), - KEY `m_extetoke_sid_ix` (`sid`) + KEY `b_extetoke_tok_ix` (`token`), + KEY `b_extetoke_sid_ix` (`sid`), + KEY `b_extetoke_use_ix` (`userid`), + KEY `b_extetoke_ext_ix` (`externalserviceid`), + KEY `b_extetoke_con_ix` (`contextid`), + KEY `b_extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_tokens` +-- Dumping data for table `b_external_tokens` -- -LOCK TABLES `m_external_tokens` WRITE; -/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +LOCK TABLES `b_external_tokens` WRITE; +/*!40000 ALTER TABLE `b_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_favourite` +-- Table structure for table `b_favourite` -- -DROP TABLE IF EXISTS `m_favourite`; +DROP TABLE IF EXISTS `b_favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_favourite` ( +CREATE TABLE `b_favourite` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5085,29 +5081,29 @@ CREATE TABLE `m_favourite` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), - KEY `m_favo_con_ix` (`contextid`), - KEY `m_favo_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `b_favo_con_ix` (`contextid`), + KEY `b_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_favourite` +-- Dumping data for table `b_favourite` -- -LOCK TABLES `m_favourite` WRITE; -/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +LOCK TABLES `b_favourite` WRITE; +/*!40000 ALTER TABLE `b_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_favourite` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback` +-- Table structure for table `b_feedback` -- -DROP TABLE IF EXISTS `m_feedback`; +DROP TABLE IF EXISTS `b_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback` ( +CREATE TABLE `b_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5126,27 +5122,27 @@ CREATE TABLE `m_feedback` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feed_cou_ix` (`course`) + KEY `b_feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback` +-- Dumping data for table `b_feedback` -- -LOCK TABLES `m_feedback` WRITE; -/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +LOCK TABLES `b_feedback` WRITE; +/*!40000 ALTER TABLE `b_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completed` +-- Table structure for table `b_feedback_completed` -- -DROP TABLE IF EXISTS `m_feedback_completed`; +DROP TABLE IF EXISTS `b_feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completed` ( +CREATE TABLE `b_feedback_completed` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5155,29 +5151,29 @@ CREATE TABLE `m_feedback_completed` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use_ix` (`userid`), - KEY `m_feedcomp_fee_ix` (`feedback`), - KEY `m_feedcomp_cou_ix` (`courseid`) + KEY `b_feedcomp_use_ix` (`userid`), + KEY `b_feedcomp_fee_ix` (`feedback`), + KEY `b_feedcomp_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completed` +-- Dumping data for table `b_feedback_completed` -- -LOCK TABLES `m_feedback_completed` WRITE; -/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +LOCK TABLES `b_feedback_completed` WRITE; +/*!40000 ALTER TABLE `b_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completedtmp` +-- Table structure for table `b_feedback_completedtmp` -- -DROP TABLE IF EXISTS `m_feedback_completedtmp`; +DROP TABLE IF EXISTS `b_feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completedtmp` ( +CREATE TABLE `b_feedback_completedtmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5187,28 +5183,28 @@ CREATE TABLE `m_feedback_completedtmp` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use2_ix` (`userid`), - KEY `m_feedcomp_fee2_ix` (`feedback`) + KEY `b_feedcomp_use2_ix` (`userid`), + KEY `b_feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completedtmp` +-- Dumping data for table `b_feedback_completedtmp` -- -LOCK TABLES `m_feedback_completedtmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +LOCK TABLES `b_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_item` +-- Table structure for table `b_feedback_item` -- -DROP TABLE IF EXISTS `m_feedback_item`; +DROP TABLE IF EXISTS `b_feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_item` ( +CREATE TABLE `b_feedback_item` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -5223,80 +5219,80 @@ CREATE TABLE `m_feedback_item` ( `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feeditem_fee_ix` (`feedback`), - KEY `m_feeditem_tem_ix` (`template`) + KEY `b_feeditem_fee_ix` (`feedback`), + KEY `b_feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_item` +-- Dumping data for table `b_feedback_item` -- -LOCK TABLES `m_feedback_item` WRITE; -/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +LOCK TABLES `b_feedback_item` WRITE; +/*!40000 ALTER TABLE `b_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_sitecourse_map` +-- Table structure for table `b_feedback_sitecourse_map` -- -DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +DROP TABLE IF EXISTS `b_feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_sitecourse_map` ( +CREATE TABLE `b_feedback_sitecourse_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedbackid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedsitemap_cou_ix` (`courseid`), - KEY `m_feedsitemap_fee_ix` (`feedbackid`) + KEY `b_feedsitemap_cou_ix` (`courseid`), + KEY `b_feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_sitecourse_map` +-- Dumping data for table `b_feedback_sitecourse_map` -- -LOCK TABLES `m_feedback_sitecourse_map` WRITE; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +LOCK TABLES `b_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_template` +-- Table structure for table `b_feedback_template` -- -DROP TABLE IF EXISTS `m_feedback_template`; +DROP TABLE IF EXISTS `b_feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_template` ( +CREATE TABLE `b_feedback_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feedtemp_cou_ix` (`course`) + KEY `b_feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_template` +-- Dumping data for table `b_feedback_template` -- -LOCK TABLES `m_feedback_template` WRITE; -/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +LOCK TABLES `b_feedback_template` WRITE; +/*!40000 ALTER TABLE `b_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_value` +-- Table structure for table `b_feedback_value` -- -DROP TABLE IF EXISTS `m_feedback_value`; +DROP TABLE IF EXISTS `b_feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_value` ( +CREATE TABLE `b_feedback_value` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5304,29 +5300,29 @@ CREATE TABLE `m_feedback_value` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou_ix` (`course_id`), - KEY `m_feedvalu_ite_ix` (`item`) + UNIQUE KEY `b_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou_ix` (`course_id`), + KEY `b_feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_value` +-- Dumping data for table `b_feedback_value` -- -LOCK TABLES `m_feedback_value` WRITE; -/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +LOCK TABLES `b_feedback_value` WRITE; +/*!40000 ALTER TABLE `b_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_valuetmp` +-- Table structure for table `b_feedback_valuetmp` -- -DROP TABLE IF EXISTS `m_feedback_valuetmp`; +DROP TABLE IF EXISTS `b_feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_valuetmp` ( +CREATE TABLE `b_feedback_valuetmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5334,29 +5330,29 @@ CREATE TABLE `m_feedback_valuetmp` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou2_ix` (`course_id`), - KEY `m_feedvalu_ite2_ix` (`item`) + UNIQUE KEY `b_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou2_ix` (`course_id`), + KEY `b_feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_valuetmp` +-- Dumping data for table `b_feedback_valuetmp` -- -LOCK TABLES `m_feedback_valuetmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +LOCK TABLES `b_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_file_conversion` +-- Table structure for table `b_file_conversion` -- -DROP TABLE IF EXISTS `m_file_conversion`; +DROP TABLE IF EXISTS `b_file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_file_conversion` ( +CREATE TABLE `b_file_conversion` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -5369,29 +5365,29 @@ CREATE TABLE `m_file_conversion` ( `destfileid` bigint DEFAULT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_fileconv_sou_ix` (`sourcefileid`), - KEY `m_fileconv_des_ix` (`destfileid`), - KEY `m_fileconv_use_ix` (`usermodified`) + KEY `b_fileconv_sou_ix` (`sourcefileid`), + KEY `b_fileconv_des_ix` (`destfileid`), + KEY `b_fileconv_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_file_conversion` +-- Dumping data for table `b_file_conversion` -- -LOCK TABLES `m_file_conversion` WRITE; -/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +LOCK TABLES `b_file_conversion` WRITE; +/*!40000 ALTER TABLE `b_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files` +-- Table structure for table `b_files` -- -DROP TABLE IF EXISTS `m_files`; +DROP TABLE IF EXISTS `b_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files` ( +CREATE TABLE `b_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5413,120 +5409,120 @@ CREATE TABLE `m_files` ( `sortorder` bigint NOT NULL DEFAULT '0', `referencefileid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), - KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), - KEY `m_file_con_ix` (`contenthash`), - KEY `m_file_con2_ix` (`contextid`), - KEY `m_file_use_ix` (`userid`), - KEY `m_file_ref_ix` (`referencefileid`), - KEY `m_file_lic_ix` (`license`), - KEY `m_file_fil_ix` (`filename`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; + UNIQUE KEY `b_file_pat_uix` (`pathnamehash`), + KEY `b_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `b_file_con_ix` (`contenthash`), + KEY `b_file_lic_ix` (`license`), + KEY `b_file_fil_ix` (`filename`), + KEY `b_file_con2_ix` (`contextid`), + KEY `b_file_use_ix` (`userid`), + KEY `b_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- Dumping data for table `b_files` -- -LOCK TABLES `m_files` WRITE; -/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; -INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL); -/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +LOCK TABLES `b_files` WRITE; +/*!40000 ALTER TABLE `b_files` DISABLE KEYS */; +INSERT INTO `b_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL); +/*!40000 ALTER TABLE `b_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files_reference` +-- Table structure for table `b_files_reference` -- -DROP TABLE IF EXISTS `m_files_reference`; +DROP TABLE IF EXISTS `b_files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files_reference` ( +CREATE TABLE `b_files_reference` ( `id` bigint NOT NULL AUTO_INCREMENT, `repositoryid` bigint NOT NULL, `lastsync` bigint DEFAULT NULL, `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), - KEY `m_filerefe_rep_ix` (`repositoryid`) + UNIQUE KEY `b_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `b_filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_files_reference` +-- Dumping data for table `b_files_reference` -- -LOCK TABLES `m_files_reference` WRITE; -/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +LOCK TABLES `b_files_reference` WRITE; +/*!40000 ALTER TABLE `b_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_files_reference` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_active` +-- Table structure for table `b_filter_active` -- -DROP TABLE IF EXISTS `m_filter_active`; +DROP TABLE IF EXISTS `b_filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_active` ( +CREATE TABLE `b_filter_active` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `active` smallint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), - KEY `m_filtacti_con_ix` (`contextid`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; + UNIQUE KEY `b_filtacti_confil_uix` (`contextid`,`filter`), + KEY `b_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- Dumping data for table `b_filter_active` -- -LOCK TABLES `m_filter_active` WRITE; -/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; -INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); -/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +LOCK TABLES `b_filter_active` WRITE; +/*!40000 ALTER TABLE `b_filter_active` DISABLE KEYS */; +INSERT INTO `b_filter_active` 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 `b_filter_active` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_config` +-- Table structure for table `b_filter_config` -- -DROP TABLE IF EXISTS `m_filter_config`; +DROP TABLE IF EXISTS `b_filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_config` ( +CREATE TABLE `b_filter_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), - KEY `m_filtconf_con_ix` (`contextid`) + UNIQUE KEY `b_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `b_filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_config` +-- Dumping data for table `b_filter_config` -- -LOCK TABLES `m_filter_config` WRITE; -/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +LOCK TABLES `b_filter_config` WRITE; +/*!40000 ALTER TABLE `b_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_wiris_formulas` +-- Table structure for table `b_filter_wiris_formulas` -- -DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +DROP TABLE IF EXISTS `b_filter_wiris_formulas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_wiris_formulas` ( +CREATE TABLE `b_filter_wiris_formulas` ( `id` bigint NOT NULL AUTO_INCREMENT, `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -5534,27 +5530,27 @@ CREATE TABLE `m_filter_wiris_formulas` ( `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) + UNIQUE KEY `b_filtwiriform_md5_uix` (`md5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_wiris_formulas` +-- Dumping data for table `b_filter_wiris_formulas` -- -LOCK TABLES `m_filter_wiris_formulas` WRITE; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +LOCK TABLES `b_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_folder` +-- Table structure for table `b_folder` -- -DROP TABLE IF EXISTS `m_folder`; +DROP TABLE IF EXISTS `b_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_folder` ( +CREATE TABLE `b_folder` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5567,27 +5563,27 @@ CREATE TABLE `m_folder` ( `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', `forcedownload` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_fold_cou_ix` (`course`) + KEY `b_fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_folder` +-- Dumping data for table `b_folder` -- -LOCK TABLES `m_folder` WRITE; -/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +LOCK TABLES `b_folder` WRITE; +/*!40000 ALTER TABLE `b_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_folder` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum` +-- Table structure for table `b_forum` -- -DROP TABLE IF EXISTS `m_forum`; +DROP TABLE IF EXISTS `b_forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum` ( +CREATE TABLE `b_forum` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', @@ -5618,86 +5614,85 @@ CREATE TABLE `m_forum` ( `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foru_cou_ix` (`course`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; + KEY `b_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum` +-- Dumping data for table `b_forum` -- -LOCK TABLES `m_forum` WRITE; -/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; -INSERT INTO `m_forum` VALUES (1,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1566468838,0,0,0,0,0,0,0,0); -/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +LOCK TABLES `b_forum` WRITE; +/*!40000 ALTER TABLE `b_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_digests` +-- Table structure for table `b_forum_digests` -- -DROP TABLE IF EXISTS `m_forum_digests`; +DROP TABLE IF EXISTS `b_forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_digests` ( +CREATE TABLE `b_forum_digests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `forum` bigint NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), - KEY `m_forudige_use_ix` (`userid`), - KEY `m_forudige_for_ix` (`forum`) + UNIQUE KEY `b_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `b_forudige_use_ix` (`userid`), + KEY `b_forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- Dumping data for table `b_forum_digests` -- -LOCK TABLES `m_forum_digests` WRITE; -/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +LOCK TABLES `b_forum_digests` WRITE; +/*!40000 ALTER TABLE `b_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussion_subs` +-- Table structure for table `b_forum_discussion_subs` -- -DROP TABLE IF EXISTS `m_forum_discussion_subs`; +DROP TABLE IF EXISTS `b_forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussion_subs` ( +CREATE TABLE `b_forum_discussion_subs` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `userid` bigint NOT NULL, `discussion` bigint NOT NULL, `preference` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), - KEY `m_forudiscsubs_for_ix` (`forum`), - KEY `m_forudiscsubs_use_ix` (`userid`), - KEY `m_forudiscsubs_dis_ix` (`discussion`) + UNIQUE KEY `b_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `b_forudiscsubs_for_ix` (`forum`), + KEY `b_forudiscsubs_use_ix` (`userid`), + KEY `b_forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- Dumping data for table `b_forum_discussion_subs` -- -LOCK TABLES `m_forum_discussion_subs` WRITE; -/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +LOCK TABLES `b_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `b_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussions` +-- Table structure for table `b_forum_discussions` -- -DROP TABLE IF EXISTS `m_forum_discussions`; +DROP TABLE IF EXISTS `b_forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussions` ( +CREATE TABLE `b_forum_discussions` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', @@ -5713,30 +5708,30 @@ CREATE TABLE `m_forum_discussions` ( `pinned` tinyint(1) NOT NULL DEFAULT '0', `timelocked` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forudisc_use_ix` (`userid`), - KEY `m_forudisc_cou_ix` (`course`), - KEY `m_forudisc_for_ix` (`forum`), - KEY `m_forudisc_use2_ix` (`usermodified`) + KEY `b_forudisc_use_ix` (`userid`), + KEY `b_forudisc_cou_ix` (`course`), + KEY `b_forudisc_for_ix` (`forum`), + KEY `b_forudisc_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_discussions` +-- Dumping data for table `b_forum_discussions` -- -LOCK TABLES `m_forum_discussions` WRITE; -/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +LOCK TABLES `b_forum_discussions` WRITE; +/*!40000 ALTER TABLE `b_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_grades` +-- Table structure for table `b_forum_grades` -- -DROP TABLE IF EXISTS `m_forum_grades`; +DROP TABLE IF EXISTS `b_forum_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_grades` ( +CREATE TABLE `b_forum_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `itemnumber` bigint NOT NULL, @@ -5745,29 +5740,29 @@ CREATE TABLE `m_forum_grades` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), - KEY `m_forugrad_use_ix` (`userid`), - KEY `m_forugrad_for_ix` (`forum`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `b_forugrad_use_ix` (`userid`), + KEY `b_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_grades` +-- Dumping data for table `b_forum_grades` -- -LOCK TABLES `m_forum_grades` WRITE; -/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +LOCK TABLES `b_forum_grades` WRITE; +/*!40000 ALTER TABLE `b_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_posts` +-- Table structure for table `b_forum_posts` -- -DROP TABLE IF EXISTS `m_forum_posts`; +DROP TABLE IF EXISTS `b_forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_posts` ( +CREATE TABLE `b_forum_posts` ( `id` bigint NOT NULL AUTO_INCREMENT, `discussion` bigint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', @@ -5782,66 +5777,66 @@ CREATE TABLE `m_forum_posts` ( `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `totalscore` smallint NOT NULL DEFAULT '0', `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', `privatereplyto` bigint NOT NULL DEFAULT '0', `wordcount` bigint DEFAULT NULL, `charcount` bigint DEFAULT NULL, - `deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forupost_use_ix` (`userid`), - KEY `m_forupost_cre_ix` (`created`), - KEY `m_forupost_mai_ix` (`mailed`), - KEY `m_forupost_dis_ix` (`discussion`), - KEY `m_forupost_par_ix` (`parent`), - KEY `m_forupost_pri_ix` (`privatereplyto`) + KEY `b_forupost_use_ix` (`userid`), + KEY `b_forupost_cre_ix` (`created`), + KEY `b_forupost_mai_ix` (`mailed`), + KEY `b_forupost_pri_ix` (`privatereplyto`), + KEY `b_forupost_dis_ix` (`discussion`), + KEY `b_forupost_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_posts` +-- Dumping data for table `b_forum_posts` -- -LOCK TABLES `m_forum_posts` WRITE; -/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +LOCK TABLES `b_forum_posts` WRITE; +/*!40000 ALTER TABLE `b_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_queue` +-- Table structure for table `b_forum_queue` -- -DROP TABLE IF EXISTS `m_forum_queue`; +DROP TABLE IF EXISTS `b_forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_queue` ( +CREATE TABLE `b_forum_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruqueu_use_ix` (`userid`), - KEY `m_foruqueu_dis_ix` (`discussionid`), - KEY `m_foruqueu_pos_ix` (`postid`) + KEY `b_foruqueu_use_ix` (`userid`), + KEY `b_foruqueu_dis_ix` (`discussionid`), + KEY `b_foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- Dumping data for table `b_forum_queue` -- -LOCK TABLES `m_forum_queue` WRITE; -/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +LOCK TABLES `b_forum_queue` WRITE; +/*!40000 ALTER TABLE `b_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_read` +-- Table structure for table `b_forum_read` -- -DROP TABLE IF EXISTS `m_forum_read`; +DROP TABLE IF EXISTS `b_forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_read` ( +CREATE TABLE `b_forum_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', @@ -5850,82 +5845,82 @@ CREATE TABLE `m_forum_read` ( `firstread` bigint NOT NULL DEFAULT '0', `lastread` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruread_posuse_ix` (`postid`,`userid`), - KEY `m_foruread_use_ix` (`userid`), - KEY `m_foruread_foruse_ix` (`forumid`,`userid`), - KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) + KEY `b_foruread_foruse_ix` (`forumid`,`userid`), + KEY `b_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `b_foruread_posuse_ix` (`postid`,`userid`), + KEY `b_foruread_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_read` +-- Dumping data for table `b_forum_read` -- -LOCK TABLES `m_forum_read` WRITE; -/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +LOCK TABLES `b_forum_read` WRITE; +/*!40000 ALTER TABLE `b_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_subscriptions` +-- Table structure for table `b_forum_subscriptions` -- -DROP TABLE IF EXISTS `m_forum_subscriptions`; +DROP TABLE IF EXISTS `b_forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_subscriptions` ( +CREATE TABLE `b_forum_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), - KEY `m_forusubs_use_ix` (`userid`), - KEY `m_forusubs_for_ix` (`forum`) + UNIQUE KEY `b_forusubs_usefor_uix` (`userid`,`forum`), + KEY `b_forusubs_use_ix` (`userid`), + KEY `b_forusubs_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- Dumping data for table `b_forum_subscriptions` -- -LOCK TABLES `m_forum_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +LOCK TABLES `b_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_track_prefs` +-- Table structure for table `b_forum_track_prefs` -- -DROP TABLE IF EXISTS `m_forum_track_prefs`; +DROP TABLE IF EXISTS `b_forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_track_prefs` ( +CREATE TABLE `b_forum_track_prefs` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) + KEY `b_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_track_prefs` +-- Dumping data for table `b_forum_track_prefs` -- -LOCK TABLES `m_forum_track_prefs` WRITE; -/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +LOCK TABLES `b_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `b_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary` +-- Table structure for table `b_glossary` -- -DROP TABLE IF EXISTS `m_glossary`; +DROP TABLE IF EXISTS `b_glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary` ( +CREATE TABLE `b_glossary` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5955,78 +5950,78 @@ CREATE TABLE `m_glossary` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionentries` int NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glos_cou_ix` (`course`) + KEY `b_glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary` +-- Dumping data for table `b_glossary` -- -LOCK TABLES `m_glossary` WRITE; -/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +LOCK TABLES `b_glossary` WRITE; +/*!40000 ALTER TABLE `b_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_alias` +-- Table structure for table `b_glossary_alias` -- -DROP TABLE IF EXISTS `m_glossary_alias`; +DROP TABLE IF EXISTS `b_glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_alias` ( +CREATE TABLE `b_glossary_alias` ( `id` bigint NOT NULL AUTO_INCREMENT, `entryid` bigint NOT NULL DEFAULT '0', `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_glosalia_ent_ix` (`entryid`) + KEY `b_glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_alias` +-- Dumping data for table `b_glossary_alias` -- -LOCK TABLES `m_glossary_alias` WRITE; -/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +LOCK TABLES `b_glossary_alias` WRITE; +/*!40000 ALTER TABLE `b_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_categories` +-- Table structure for table `b_glossary_categories` -- -DROP TABLE IF EXISTS `m_glossary_categories`; +DROP TABLE IF EXISTS `b_glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_categories` ( +CREATE TABLE `b_glossary_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `usedynalink` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_gloscate_glo_ix` (`glossaryid`) + KEY `b_gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_categories` +-- Dumping data for table `b_glossary_categories` -- -LOCK TABLES `m_glossary_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +LOCK TABLES `b_glossary_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries` +-- Table structure for table `b_glossary_entries` -- -DROP TABLE IF EXISTS `m_glossary_entries`; +DROP TABLE IF EXISTS `b_glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries` ( +CREATE TABLE `b_glossary_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -6044,55 +6039,55 @@ CREATE TABLE `m_glossary_entries` ( `fullmatch` tinyint NOT NULL DEFAULT '1', `approved` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_glosentr_use_ix` (`userid`), - KEY `m_glosentr_con_ix` (`concept`), - KEY `m_glosentr_glo_ix` (`glossaryid`) + KEY `b_glosentr_use_ix` (`userid`), + KEY `b_glosentr_con_ix` (`concept`), + KEY `b_glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries` +-- Dumping data for table `b_glossary_entries` -- -LOCK TABLES `m_glossary_entries` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +LOCK TABLES `b_glossary_entries` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries_categories` +-- Table structure for table `b_glossary_entries_categories` -- -DROP TABLE IF EXISTS `m_glossary_entries_categories`; +DROP TABLE IF EXISTS `b_glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries_categories` ( +CREATE TABLE `b_glossary_entries_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL DEFAULT '0', `entryid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glosentrcate_cat_ix` (`categoryid`), - KEY `m_glosentrcate_ent_ix` (`entryid`) + KEY `b_glosentrcate_cat_ix` (`categoryid`), + KEY `b_glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries_categories` +-- Dumping data for table `b_glossary_entries_categories` -- -LOCK TABLES `m_glossary_entries_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +LOCK TABLES `b_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_formats` +-- Table structure for table `b_glossary_formats` -- -DROP TABLE IF EXISTS `m_glossary_formats`; +DROP TABLE IF EXISTS `b_glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_formats` ( +CREATE TABLE `b_glossary_formats` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6108,23 +6103,23 @@ CREATE TABLE `m_glossary_formats` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_formats` +-- Dumping data for table `b_glossary_formats` -- -LOCK TABLES `m_glossary_formats` WRITE; -/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; -INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); -/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +LOCK TABLES `b_glossary_formats` WRITE; +/*!40000 ALTER TABLE `b_glossary_formats` DISABLE KEYS */; +INSERT INTO `b_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `b_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories` +-- Table structure for table `b_grade_categories` -- -DROP TABLE IF EXISTS `m_grade_categories`; +DROP TABLE IF EXISTS `b_grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories` ( +CREATE TABLE `b_grade_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, @@ -6140,28 +6135,28 @@ CREATE TABLE `m_grade_categories` ( `timemodified` bigint NOT NULL, `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcate_cou_ix` (`courseid`), - KEY `m_gradcate_par_ix` (`parent`) + KEY `b_gradcate_cou_ix` (`courseid`), + KEY `b_gradcate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- Dumping data for table `b_grade_categories` -- -LOCK TABLES `m_grade_categories` WRITE; -/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +LOCK TABLES `b_grade_categories` WRITE; +/*!40000 ALTER TABLE `b_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories_history` +-- Table structure for table `b_grade_categories_history` -- -DROP TABLE IF EXISTS `m_grade_categories_history`; +DROP TABLE IF EXISTS `b_grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories_history` ( +CREATE TABLE `b_grade_categories_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6181,32 +6176,32 @@ CREATE TABLE `m_grade_categories_history` ( `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcatehist_act_ix` (`action`), - KEY `m_gradcatehist_tim_ix` (`timemodified`), - KEY `m_gradcatehist_old_ix` (`oldid`), - KEY `m_gradcatehist_cou_ix` (`courseid`), - KEY `m_gradcatehist_par_ix` (`parent`), - KEY `m_gradcatehist_log_ix` (`loggeduser`) + KEY `b_gradcatehist_act_ix` (`action`), + KEY `b_gradcatehist_tim_ix` (`timemodified`), + KEY `b_gradcatehist_old_ix` (`oldid`), + KEY `b_gradcatehist_cou_ix` (`courseid`), + KEY `b_gradcatehist_par_ix` (`parent`), + KEY `b_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_categories_history` +-- Dumping data for table `b_grade_categories_history` -- -LOCK TABLES `m_grade_categories_history` WRITE; -/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +LOCK TABLES `b_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `b_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades` +-- Table structure for table `b_grade_grades` -- -DROP TABLE IF EXISTS `m_grade_grades`; +DROP TABLE IF EXISTS `b_grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades` ( +CREATE TABLE `b_grade_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -6231,32 +6226,32 @@ CREATE TABLE `m_grade_grades` ( `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), - KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), - KEY `m_gradgrad_ite_ix` (`itemid`), - KEY `m_gradgrad_use_ix` (`userid`), - KEY `m_gradgrad_raw_ix` (`rawscaleid`), - KEY `m_gradgrad_use2_ix` (`usermodified`) + UNIQUE KEY `b_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `b_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `b_gradgrad_ite_ix` (`itemid`), + KEY `b_gradgrad_use_ix` (`userid`), + KEY `b_gradgrad_raw_ix` (`rawscaleid`), + KEY `b_gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- Dumping data for table `b_grade_grades` -- -LOCK TABLES `m_grade_grades` WRITE; -/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +LOCK TABLES `b_grade_grades` WRITE; +/*!40000 ALTER TABLE `b_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades_history` +-- Table structure for table `b_grade_grades_history` -- -DROP TABLE IF EXISTS `m_grade_grades_history`; +DROP TABLE IF EXISTS `b_grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades_history` ( +CREATE TABLE `b_grade_grades_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6282,61 +6277,61 @@ CREATE TABLE `m_grade_grades_history` ( `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `informationformat` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradgradhist_act_ix` (`action`), - KEY `m_gradgradhist_tim_ix` (`timemodified`), - KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), - KEY `m_gradgradhist_old_ix` (`oldid`), - KEY `m_gradgradhist_ite_ix` (`itemid`), - KEY `m_gradgradhist_use_ix` (`userid`), - KEY `m_gradgradhist_raw_ix` (`rawscaleid`), - KEY `m_gradgradhist_use2_ix` (`usermodified`), - KEY `m_gradgradhist_log_ix` (`loggeduser`) + KEY `b_gradgradhist_act_ix` (`action`), + KEY `b_gradgradhist_tim_ix` (`timemodified`), + KEY `b_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `b_gradgradhist_old_ix` (`oldid`), + KEY `b_gradgradhist_ite_ix` (`itemid`), + KEY `b_gradgradhist_use_ix` (`userid`), + KEY `b_gradgradhist_raw_ix` (`rawscaleid`), + KEY `b_gradgradhist_use2_ix` (`usermodified`), + KEY `b_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_grades_history` +-- Dumping data for table `b_grade_grades_history` -- -LOCK TABLES `m_grade_grades_history` WRITE; -/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +LOCK TABLES `b_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `b_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_newitem` +-- Table structure for table `b_grade_import_newitem` -- -DROP TABLE IF EXISTS `m_grade_import_newitem`; +DROP TABLE IF EXISTS `b_grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_newitem` ( +CREATE TABLE `b_grade_import_newitem` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `importcode` bigint NOT NULL, `importer` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradimponewi_imp_ix` (`importer`) + KEY `b_gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- Dumping data for table `b_grade_import_newitem` -- -LOCK TABLES `m_grade_import_newitem` WRITE; -/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +LOCK TABLES `b_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `b_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_values` +-- Table structure for table `b_grade_import_values` -- -DROP TABLE IF EXISTS `m_grade_import_values`; +DROP TABLE IF EXISTS `b_grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_values` ( +CREATE TABLE `b_grade_import_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint DEFAULT NULL, `newgradeitem` bigint DEFAULT NULL, @@ -6347,30 +6342,30 @@ CREATE TABLE `m_grade_import_values` ( `importer` bigint DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradimpovalu_ite_ix` (`itemid`), - KEY `m_gradimpovalu_new_ix` (`newgradeitem`), - KEY `m_gradimpovalu_imp_ix` (`importer`), - KEY `m_gradimpovalu_use_ix` (`userid`) + KEY `b_gradimpovalu_ite_ix` (`itemid`), + KEY `b_gradimpovalu_new_ix` (`newgradeitem`), + KEY `b_gradimpovalu_imp_ix` (`importer`), + KEY `b_gradimpovalu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_import_values` +-- Dumping data for table `b_grade_import_values` -- -LOCK TABLES `m_grade_import_values` WRITE; -/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +LOCK TABLES `b_grade_import_values` WRITE; +/*!40000 ALTER TABLE `b_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items` +-- Table structure for table `b_grade_items` -- -DROP TABLE IF EXISTS `m_grade_items`; +DROP TABLE IF EXISTS `b_grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items` ( +CREATE TABLE `b_grade_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, @@ -6403,35 +6398,35 @@ CREATE TABLE `m_grade_items` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_graditem_locloc_ix` (`locked`,`locktime`), - KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), - KEY `m_graditem_gra_ix` (`gradetype`), - KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), - KEY `m_graditem_cou_ix` (`courseid`), - KEY `m_graditem_cat_ix` (`categoryid`), - KEY `m_graditem_sca_ix` (`scaleid`), - KEY `m_graditem_out_ix` (`outcomeid`), - KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) + KEY `b_graditem_locloc_ix` (`locked`,`locktime`), + KEY `b_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `b_graditem_gra_ix` (`gradetype`), + KEY `b_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `b_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `b_graditem_cou_ix` (`courseid`), + KEY `b_graditem_cat_ix` (`categoryid`), + KEY `b_graditem_sca_ix` (`scaleid`), + KEY `b_graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- Dumping data for table `b_grade_items` -- -LOCK TABLES `m_grade_items` WRITE; -/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +LOCK TABLES `b_grade_items` WRITE; +/*!40000 ALTER TABLE `b_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items_history` +-- Table structure for table `b_grade_items_history` -- -DROP TABLE IF EXISTS `m_grade_items_history`; +DROP TABLE IF EXISTS `b_grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items_history` ( +CREATE TABLE `b_grade_items_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6467,60 +6462,60 @@ CREATE TABLE `m_grade_items_history` ( `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_graditemhist_act_ix` (`action`), - KEY `m_graditemhist_tim_ix` (`timemodified`), - KEY `m_graditemhist_old_ix` (`oldid`), - KEY `m_graditemhist_cou_ix` (`courseid`), - KEY `m_graditemhist_cat_ix` (`categoryid`), - KEY `m_graditemhist_sca_ix` (`scaleid`), - KEY `m_graditemhist_out_ix` (`outcomeid`), - KEY `m_graditemhist_log_ix` (`loggeduser`) + KEY `b_graditemhist_act_ix` (`action`), + KEY `b_graditemhist_tim_ix` (`timemodified`), + KEY `b_graditemhist_old_ix` (`oldid`), + KEY `b_graditemhist_cou_ix` (`courseid`), + KEY `b_graditemhist_cat_ix` (`categoryid`), + KEY `b_graditemhist_sca_ix` (`scaleid`), + KEY `b_graditemhist_out_ix` (`outcomeid`), + KEY `b_graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_items_history` +-- Dumping data for table `b_grade_items_history` -- -LOCK TABLES `m_grade_items_history` WRITE; -/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +LOCK TABLES `b_grade_items_history` WRITE; +/*!40000 ALTER TABLE `b_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_letters` +-- Table structure for table `b_grade_letters` -- -DROP TABLE IF EXISTS `m_grade_letters`; +DROP TABLE IF EXISTS `b_grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_letters` ( +CREATE TABLE `b_grade_letters` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) + UNIQUE KEY `b_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- Dumping data for table `b_grade_letters` -- -LOCK TABLES `m_grade_letters` WRITE; -/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +LOCK TABLES `b_grade_letters` WRITE; +/*!40000 ALTER TABLE `b_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes` +-- Table structure for table `b_grade_outcomes` -- -DROP TABLE IF EXISTS `m_grade_outcomes`; +DROP TABLE IF EXISTS `b_grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes` ( +CREATE TABLE `b_grade_outcomes` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6532,57 +6527,57 @@ CREATE TABLE `m_grade_outcomes` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), - KEY `m_gradoutc_cou_ix` (`courseid`), - KEY `m_gradoutc_sca_ix` (`scaleid`), - KEY `m_gradoutc_use_ix` (`usermodified`) + UNIQUE KEY `b_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `b_gradoutc_cou_ix` (`courseid`), + KEY `b_gradoutc_sca_ix` (`scaleid`), + KEY `b_gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- Dumping data for table `b_grade_outcomes` -- -LOCK TABLES `m_grade_outcomes` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_courses` +-- Table structure for table `b_grade_outcomes_courses` -- -DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +DROP TABLE IF EXISTS `b_grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_courses` ( +CREATE TABLE `b_grade_outcomes_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `outcomeid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), - KEY `m_gradoutccour_cou_ix` (`courseid`), - KEY `m_gradoutccour_out_ix` (`outcomeid`) + UNIQUE KEY `b_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `b_gradoutccour_cou_ix` (`courseid`), + KEY `b_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_courses` +-- Dumping data for table `b_grade_outcomes_courses` -- -LOCK TABLES `m_grade_outcomes_courses` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_history` +-- Table structure for table `b_grade_outcomes_history` -- -DROP TABLE IF EXISTS `m_grade_outcomes_history`; +DROP TABLE IF EXISTS `b_grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_history` ( +CREATE TABLE `b_grade_outcomes_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6596,87 +6591,87 @@ CREATE TABLE `m_grade_outcomes_history` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradoutchist_act_ix` (`action`), - KEY `m_gradoutchist_tim_ix` (`timemodified`), - KEY `m_gradoutchist_old_ix` (`oldid`), - KEY `m_gradoutchist_cou_ix` (`courseid`), - KEY `m_gradoutchist_sca_ix` (`scaleid`), - KEY `m_gradoutchist_log_ix` (`loggeduser`) + KEY `b_gradoutchist_act_ix` (`action`), + KEY `b_gradoutchist_tim_ix` (`timemodified`), + KEY `b_gradoutchist_old_ix` (`oldid`), + KEY `b_gradoutchist_cou_ix` (`courseid`), + KEY `b_gradoutchist_sca_ix` (`scaleid`), + KEY `b_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_history` +-- Dumping data for table `b_grade_outcomes_history` -- -LOCK TABLES `m_grade_outcomes_history` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_settings` +-- Table structure for table `b_grade_settings` -- -DROP TABLE IF EXISTS `m_grade_settings`; +DROP TABLE IF EXISTS `b_grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_settings` ( +CREATE TABLE `b_grade_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), - KEY `m_gradsett_cou_ix` (`courseid`) + UNIQUE KEY `b_gradsett_counam_uix` (`courseid`,`name`), + KEY `b_gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_settings` +-- Dumping data for table `b_grade_settings` -- -LOCK TABLES `m_grade_settings` WRITE; -/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +LOCK TABLES `b_grade_settings` WRITE; +/*!40000 ALTER TABLE `b_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_areas` +-- Table structure for table `b_grading_areas` -- -DROP TABLE IF EXISTS `m_grading_areas`; +DROP TABLE IF EXISTS `b_grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_areas` ( +CREATE TABLE `b_grading_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), - KEY `m_gradarea_con_ix` (`contextid`) + UNIQUE KEY `b_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `b_gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grading_areas` +-- Dumping data for table `b_grading_areas` -- -LOCK TABLES `m_grading_areas` WRITE; -/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +LOCK TABLES `b_grading_areas` WRITE; +/*!40000 ALTER TABLE `b_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_definitions` +-- Table structure for table `b_grading_definitions` -- -DROP TABLE IF EXISTS `m_grading_definitions`; +DROP TABLE IF EXISTS `b_grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_definitions` ( +CREATE TABLE `b_grading_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6692,30 +6687,30 @@ CREATE TABLE `m_grading_definitions` ( `timecopied` bigint DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), - KEY `m_graddefi_are_ix` (`areaid`), - KEY `m_graddefi_use_ix` (`usermodified`), - KEY `m_graddefi_use2_ix` (`usercreated`) + UNIQUE KEY `b_graddefi_aremet_uix` (`areaid`,`method`), + KEY `b_graddefi_are_ix` (`areaid`), + KEY `b_graddefi_use_ix` (`usermodified`), + KEY `b_graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- Dumping data for table `b_grading_definitions` -- -LOCK TABLES `m_grading_definitions` WRITE; -/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +LOCK TABLES `b_grading_definitions` WRITE; +/*!40000 ALTER TABLE `b_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_instances` +-- Table structure for table `b_grading_instances` -- -DROP TABLE IF EXISTS `m_grading_instances`; +DROP TABLE IF EXISTS `b_grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_instances` ( +CREATE TABLE `b_grading_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `raterid` bigint NOT NULL, @@ -6726,55 +6721,55 @@ CREATE TABLE `m_grading_instances` ( `feedbackformat` tinyint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradinst_def_ix` (`definitionid`), - KEY `m_gradinst_rat_ix` (`raterid`) + KEY `b_gradinst_def_ix` (`definitionid`), + KEY `b_gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- Dumping data for table `b_grading_instances` -- -LOCK TABLES `m_grading_instances` WRITE; -/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +LOCK TABLES `b_grading_instances` WRITE; +/*!40000 ALTER TABLE `b_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_comments` +-- Table structure for table `b_gradingform_guide_comments` -- -DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +DROP TABLE IF EXISTS `b_gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_comments` ( +CREATE TABLE `b_gradingform_guide_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcomm_def_ix` (`definitionid`) + KEY `b_gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_comments` +-- Dumping data for table `b_gradingform_guide_comments` -- -LOCK TABLES `m_gradingform_guide_comments` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_criteria` +-- Table structure for table `b_gradingform_guide_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +DROP TABLE IF EXISTS `b_gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_criteria` ( +CREATE TABLE `b_gradingform_guide_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, @@ -6785,27 +6780,27 @@ CREATE TABLE `m_gradingform_guide_criteria` ( `descriptionmarkersformat` tinyint DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcrit_def_ix` (`definitionid`) + KEY `b_gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_criteria` +-- Dumping data for table `b_gradingform_guide_criteria` -- -LOCK TABLES `m_gradingform_guide_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_fillings` +-- Table structure for table `b_gradingform_guide_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +DROP TABLE IF EXISTS `b_gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_fillings` ( +CREATE TABLE `b_gradingform_guide_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6813,56 +6808,56 @@ CREATE TABLE `m_gradingform_guide_fillings` ( `remarkformat` tinyint DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradguidfill_ins_ix` (`instanceid`), - KEY `m_gradguidfill_cri_ix` (`criterionid`) + UNIQUE KEY `b_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradguidfill_ins_ix` (`instanceid`), + KEY `b_gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- Dumping data for table `b_gradingform_guide_fillings` -- -LOCK TABLES `m_gradingform_guide_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_criteria` +-- Table structure for table `b_gradingform_rubric_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +DROP TABLE IF EXISTS `b_gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_criteria` ( +CREATE TABLE `b_gradingform_rubric_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrcrit_def_ix` (`definitionid`) + KEY `b_gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_criteria` +-- Dumping data for table `b_gradingform_rubric_criteria` -- -LOCK TABLES `m_gradingform_rubric_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_fillings` +-- Table structure for table `b_gradingform_rubric_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +DROP TABLE IF EXISTS `b_gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_fillings` ( +CREATE TABLE `b_gradingform_rubric_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6870,57 +6865,57 @@ CREATE TABLE `m_gradingform_rubric_fillings` ( `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `remarkformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradrubrfill_lev_ix` (`levelid`), - KEY `m_gradrubrfill_ins_ix` (`instanceid`), - KEY `m_gradrubrfill_cri_ix` (`criterionid`) + UNIQUE KEY `b_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradrubrfill_lev_ix` (`levelid`), + KEY `b_gradrubrfill_ins_ix` (`instanceid`), + KEY `b_gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- Dumping data for table `b_gradingform_rubric_fillings` -- -LOCK TABLES `m_gradingform_rubric_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_levels` +-- Table structure for table `b_gradingform_rubric_levels` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +DROP TABLE IF EXISTS `b_gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_levels` ( +CREATE TABLE `b_gradingform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `criterionid` bigint NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrleve_cri_ix` (`criterionid`) + KEY `b_gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_levels` +-- Dumping data for table `b_gradingform_rubric_levels` -- -LOCK TABLES `m_gradingform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings` +-- Table structure for table `b_groupings` -- -DROP TABLE IF EXISTS `m_groupings`; +DROP TABLE IF EXISTS `b_groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings` ( +CREATE TABLE `b_groupings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6931,55 +6926,55 @@ CREATE TABLE `m_groupings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn2_ix` (`idnumber`), - KEY `m_grou_cou2_ix` (`courseid`) + KEY `b_grou_idn2_ix` (`idnumber`), + KEY `b_grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- Dumping data for table `b_groupings` -- -LOCK TABLES `m_groupings` WRITE; -/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +LOCK TABLES `b_groupings` WRITE; +/*!40000 ALTER TABLE `b_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings_groups` +-- Table structure for table `b_groupings_groups` -- -DROP TABLE IF EXISTS `m_groupings_groups`; +DROP TABLE IF EXISTS `b_groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings_groups` ( +CREATE TABLE `b_groupings_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupingid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grougrou_gro_ix` (`groupingid`), - KEY `m_grougrou_gro2_ix` (`groupid`) + KEY `b_grougrou_gro_ix` (`groupingid`), + KEY `b_grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- Dumping data for table `b_groupings_groups` -- -LOCK TABLES `m_groupings_groups` WRITE; -/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +LOCK TABLES `b_groupings_groups` WRITE; +/*!40000 ALTER TABLE `b_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups` +-- Table structure for table `b_groups` -- -DROP TABLE IF EXISTS `m_groups`; +DROP TABLE IF EXISTS `b_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups` ( +CREATE TABLE `b_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6991,28 +6986,28 @@ CREATE TABLE `m_groups` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn_ix` (`idnumber`), - KEY `m_grou_cou_ix` (`courseid`) + KEY `b_grou_idn_ix` (`idnumber`), + KEY `b_grou_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups` +-- Dumping data for table `b_groups` -- -LOCK TABLES `m_groups` WRITE; -/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +LOCK TABLES `b_groups` WRITE; +/*!40000 ALTER TABLE `b_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups_members` +-- Table structure for table `b_groups_members` -- -DROP TABLE IF EXISTS `m_groups_members`; +DROP TABLE IF EXISTS `b_groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups_members` ( +CREATE TABLE `b_groups_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7020,29 +7015,29 @@ CREATE TABLE `m_groups_members` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), - KEY `m_groumemb_gro_ix` (`groupid`), - KEY `m_groumemb_use_ix` (`userid`) + UNIQUE KEY `b_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `b_groumemb_gro_ix` (`groupid`), + KEY `b_groumemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups_members` +-- Dumping data for table `b_groups_members` -- -LOCK TABLES `m_groups_members` WRITE; -/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +LOCK TABLES `b_groups_members` WRITE; +/*!40000 ALTER TABLE `b_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p` +-- Table structure for table `b_h5p` -- -DROP TABLE IF EXISTS `m_h5p`; +DROP TABLE IF EXISTS `b_h5p`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p` ( +CREATE TABLE `b_h5p` ( `id` bigint NOT NULL AUTO_INCREMENT, `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `mainlibraryid` bigint NOT NULL, @@ -7053,28 +7048,28 @@ CREATE TABLE `m_h5p` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_h5p_mai_ix` (`mainlibraryid`), - KEY `m_h5p_pat_ix` (`pathnamehash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5p_pat_ix` (`pathnamehash`), + KEY `b_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p` +-- Dumping data for table `b_h5p` -- -LOCK TABLES `m_h5p` WRITE; -/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +LOCK TABLES `b_h5p` WRITE; +/*!40000 ALTER TABLE `b_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_contents_libraries` +-- Table structure for table `b_h5p_contents_libraries` -- -DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +DROP TABLE IF EXISTS `b_h5p_contents_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_contents_libraries` ( +CREATE TABLE `b_h5p_contents_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pid` bigint NOT NULL, `libraryid` bigint NOT NULL, @@ -7082,28 +7077,28 @@ CREATE TABLE `m_h5p_contents_libraries` ( `dropcss` tinyint(1) NOT NULL, `weight` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), - KEY `m_h5pcontlibr_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `b_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_contents_libraries` +-- Dumping data for table `b_h5p_contents_libraries` -- -LOCK TABLES `m_h5p_contents_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +LOCK TABLES `b_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries` +-- Table structure for table `b_h5p_libraries` -- -DROP TABLE IF EXISTS `m_h5p_libraries`; +DROP TABLE IF EXISTS `b_h5p_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries` ( +CREATE TABLE `b_h5p_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7125,79 +7120,79 @@ CREATE TABLE `m_h5p_libraries` ( `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `enabled` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries` +-- Dumping data for table `b_h5p_libraries` -- -LOCK TABLES `m_h5p_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +LOCK TABLES `b_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries_cachedassets` +-- Table structure for table `b_h5p_libraries_cachedassets` -- -DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +DROP TABLE IF EXISTS `b_h5p_libraries_cachedassets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries_cachedassets` ( +CREATE TABLE `b_h5p_libraries_cachedassets` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrcach_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries_cachedassets` +-- Dumping data for table `b_h5p_libraries_cachedassets` -- -LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +LOCK TABLES `b_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_library_dependencies` +-- Table structure for table `b_h5p_library_dependencies` -- -DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +DROP TABLE IF EXISTS `b_h5p_library_dependencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_library_dependencies` ( +CREATE TABLE `b_h5p_library_dependencies` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `requiredlibraryid` bigint NOT NULL, `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrdepe_lib_ix` (`libraryid`), - KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibrdepe_lib_ix` (`libraryid`), + KEY `b_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_library_dependencies` +-- Dumping data for table `b_h5p_library_dependencies` -- -LOCK TABLES `m_h5p_library_dependencies` WRITE; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +LOCK TABLES `b_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity` +-- Table structure for table `b_h5pactivity` -- -DROP TABLE IF EXISTS `m_h5pactivity`; +DROP TABLE IF EXISTS `b_h5pactivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity` ( +CREATE TABLE `b_h5pactivity` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7211,27 +7206,27 @@ CREATE TABLE `m_h5pactivity` ( `grademethod` smallint NOT NULL DEFAULT '1', `reviewmode` smallint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5pa_cou_ix` (`course`) + KEY `b_h5pa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity` +-- Dumping data for table `b_h5pactivity` -- -LOCK TABLES `m_h5pactivity` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts` +-- Table structure for table `b_h5pactivity_attempts` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +DROP TABLE IF EXISTS `b_h5pactivity_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts` ( +CREATE TABLE `b_h5pactivity_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pactivityid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7245,31 +7240,31 @@ CREATE TABLE `m_h5pactivity_attempts` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), - KEY `m_h5paatte_tim_ix` (`timecreated`), - KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), - KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), - KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) + UNIQUE KEY `b_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `b_h5paatte_tim_ix` (`timecreated`), + KEY `b_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `b_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `b_h5paatte_h5p_ix` (`h5pactivityid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts` +-- Dumping data for table `b_h5pactivity_attempts` -- -LOCK TABLES `m_h5pactivity_attempts` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts_results` +-- Table structure for table `b_h5pactivity_attempts_results` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +DROP TABLE IF EXISTS `b_h5pactivity_attempts_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts_results` ( +CREATE TABLE `b_h5pactivity_attempts_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptid` bigint NOT NULL, `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -7285,28 +7280,28 @@ CREATE TABLE `m_h5pactivity_attempts_results` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), - KEY `m_h5paatteresu_att_ix` (`attemptid`) + KEY `b_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `b_h5paatteresu_att_ix` (`attemptid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts_results` +-- Dumping data for table `b_h5pactivity_attempts_results` -- -LOCK TABLES `m_h5pactivity_attempts_results` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_imscp` +-- Table structure for table `b_imscp` -- -DROP TABLE IF EXISTS `m_imscp`; +DROP TABLE IF EXISTS `b_imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_imscp` ( +CREATE TABLE `b_imscp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7317,27 +7312,27 @@ CREATE TABLE `m_imscp` ( `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_imsc_cou_ix` (`course`) + KEY `b_imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_imscp` +-- Dumping data for table `b_imscp` -- -LOCK TABLES `m_imscp` WRITE; -/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +LOCK TABLES `b_imscp` WRITE; +/*!40000 ALTER TABLE `b_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_imscp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_infected_files` +-- Table structure for table `b_infected_files` -- -DROP TABLE IF EXISTS `m_infected_files`; +DROP TABLE IF EXISTS `b_infected_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_infected_files` ( +CREATE TABLE `b_infected_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7345,27 +7340,27 @@ CREATE TABLE `m_infected_files` ( `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_infefile_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_infected_files` +-- Dumping data for table `b_infected_files` -- -LOCK TABLES `m_infected_files` WRITE; -/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +LOCK TABLES `b_infected_files` WRITE; +/*!40000 ALTER TABLE `b_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_infected_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_label` +-- Table structure for table `b_label` -- -DROP TABLE IF EXISTS `m_label`; +DROP TABLE IF EXISTS `b_label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_label` ( +CREATE TABLE `b_label` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7373,27 +7368,27 @@ CREATE TABLE `m_label` ( `introformat` smallint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_labe_cou_ix` (`course`) + KEY `b_labe_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_label` +-- Dumping data for table `b_label` -- -LOCK TABLES `m_label` WRITE; -/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +LOCK TABLES `b_label` WRITE; +/*!40000 ALTER TABLE `b_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_label` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson` +-- Table structure for table `b_lesson` -- -DROP TABLE IF EXISTS `m_lesson`; +DROP TABLE IF EXISTS `b_lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson` ( +CREATE TABLE `b_lesson` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7437,27 +7432,27 @@ CREATE TABLE `m_lesson` ( `completiontimespent` bigint DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_less_cou_ix` (`course`) + KEY `b_less_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson` +-- Dumping data for table `b_lesson` -- -LOCK TABLES `m_lesson` WRITE; -/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +LOCK TABLES `b_lesson` WRITE; +/*!40000 ALTER TABLE `b_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_answers` +-- Table structure for table `b_lesson_answers` -- -DROP TABLE IF EXISTS `m_lesson_answers`; +DROP TABLE IF EXISTS `b_lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_answers` ( +CREATE TABLE `b_lesson_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7472,28 +7467,28 @@ CREATE TABLE `m_lesson_answers` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `responseformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessansw_les_ix` (`lessonid`), - KEY `m_lessansw_pag_ix` (`pageid`) + KEY `b_lessansw_les_ix` (`lessonid`), + KEY `b_lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_answers` +-- Dumping data for table `b_lesson_answers` -- -LOCK TABLES `m_lesson_answers` WRITE; -/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +LOCK TABLES `b_lesson_answers` WRITE; +/*!40000 ALTER TABLE `b_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_attempts` +-- Table structure for table `b_lesson_attempts` -- -DROP TABLE IF EXISTS `m_lesson_attempts`; +DROP TABLE IF EXISTS `b_lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_attempts` ( +CREATE TABLE `b_lesson_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7504,30 +7499,30 @@ CREATE TABLE `m_lesson_attempts` ( `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timeseen` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessatte_use_ix` (`userid`), - KEY `m_lessatte_les_ix` (`lessonid`), - KEY `m_lessatte_pag_ix` (`pageid`), - KEY `m_lessatte_ans_ix` (`answerid`) + KEY `b_lessatte_use_ix` (`userid`), + KEY `b_lessatte_les_ix` (`lessonid`), + KEY `b_lessatte_pag_ix` (`pageid`), + KEY `b_lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_attempts` +-- Dumping data for table `b_lesson_attempts` -- -LOCK TABLES `m_lesson_attempts` WRITE; -/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +LOCK TABLES `b_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `b_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_branch` +-- Table structure for table `b_lesson_branch` -- -DROP TABLE IF EXISTS `m_lesson_branch`; +DROP TABLE IF EXISTS `b_lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_branch` ( +CREATE TABLE `b_lesson_branch` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7537,29 +7532,29 @@ CREATE TABLE `m_lesson_branch` ( `timeseen` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessbran_use_ix` (`userid`), - KEY `m_lessbran_les_ix` (`lessonid`), - KEY `m_lessbran_pag_ix` (`pageid`) + KEY `b_lessbran_use_ix` (`userid`), + KEY `b_lessbran_les_ix` (`lessonid`), + KEY `b_lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_branch` +-- Dumping data for table `b_lesson_branch` -- -LOCK TABLES `m_lesson_branch` WRITE; -/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +LOCK TABLES `b_lesson_branch` WRITE; +/*!40000 ALTER TABLE `b_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_grades` +-- Table structure for table `b_lesson_grades` -- -DROP TABLE IF EXISTS `m_lesson_grades`; +DROP TABLE IF EXISTS `b_lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_grades` ( +CREATE TABLE `b_lesson_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7567,28 +7562,28 @@ CREATE TABLE `m_lesson_grades` ( `late` smallint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessgrad_use_ix` (`userid`), - KEY `m_lessgrad_les_ix` (`lessonid`) + KEY `b_lessgrad_use_ix` (`userid`), + KEY `b_lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_grades` +-- Dumping data for table `b_lesson_grades` -- -LOCK TABLES `m_lesson_grades` WRITE; -/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +LOCK TABLES `b_lesson_grades` WRITE; +/*!40000 ALTER TABLE `b_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_overrides` +-- Table structure for table `b_lesson_overrides` -- -DROP TABLE IF EXISTS `m_lesson_overrides`; +DROP TABLE IF EXISTS `b_lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_overrides` ( +CREATE TABLE `b_lesson_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -7601,29 +7596,29 @@ CREATE TABLE `m_lesson_overrides` ( `retake` smallint DEFAULT NULL, `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_lessover_les_ix` (`lessonid`), - KEY `m_lessover_gro_ix` (`groupid`), - KEY `m_lessover_use_ix` (`userid`) + KEY `b_lessover_les_ix` (`lessonid`), + KEY `b_lessover_gro_ix` (`groupid`), + KEY `b_lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_overrides` +-- Dumping data for table `b_lesson_overrides` -- -LOCK TABLES `m_lesson_overrides` WRITE; -/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +LOCK TABLES `b_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `b_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_pages` +-- Table structure for table `b_lesson_pages` -- -DROP TABLE IF EXISTS `m_lesson_pages`; +DROP TABLE IF EXISTS `b_lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_pages` ( +CREATE TABLE `b_lesson_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `prevpageid` bigint NOT NULL DEFAULT '0', @@ -7638,27 +7633,27 @@ CREATE TABLE `m_lesson_pages` ( `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentsformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesspage_les_ix` (`lessonid`) + KEY `b_lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_pages` +-- Dumping data for table `b_lesson_pages` -- -LOCK TABLES `m_lesson_pages` WRITE; -/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +LOCK TABLES `b_lesson_pages` WRITE; +/*!40000 ALTER TABLE `b_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_timer` +-- Table structure for table `b_lesson_timer` -- -DROP TABLE IF EXISTS `m_lesson_timer`; +DROP TABLE IF EXISTS `b_lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_timer` ( +CREATE TABLE `b_lesson_timer` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7667,28 +7662,28 @@ CREATE TABLE `m_lesson_timer` ( `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesstime_use_ix` (`userid`), - KEY `m_lesstime_les_ix` (`lessonid`) + KEY `b_lesstime_use_ix` (`userid`), + KEY `b_lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_timer` +-- Dumping data for table `b_lesson_timer` -- -LOCK TABLES `m_lesson_timer` WRITE; -/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +LOCK TABLES `b_lesson_timer` WRITE; +/*!40000 ALTER TABLE `b_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_license` +-- Table structure for table `b_license` -- -DROP TABLE IF EXISTS `m_license`; +DROP TABLE IF EXISTS `b_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_license` ( +CREATE TABLE `b_license` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7702,51 +7697,51 @@ CREATE TABLE `m_license` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_license` +-- Dumping data for table `b_license` -- -LOCK TABLES `m_license` WRITE; -/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; -INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',1,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',1,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',1,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',1,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',1,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',1,2010033100,0,9); -/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +LOCK TABLES `b_license` WRITE; +/*!40000 ALTER TABLE `b_license` DISABLE KEYS */; +INSERT INTO `b_license` 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 `b_license` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lock_db` +-- Table structure for table `b_lock_db` -- -DROP TABLE IF EXISTS `m_lock_db`; +DROP TABLE IF EXISTS `b_lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lock_db` ( +CREATE TABLE `b_lock_db` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint DEFAULT NULL, `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), - KEY `m_lockdb_exp_ix` (`expires`), - KEY `m_lockdb_own_ix` (`owner`) + UNIQUE KEY `b_lockdb_res_uix` (`resourcekey`), + KEY `b_lockdb_exp_ix` (`expires`), + KEY `b_lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- Dumping data for table `b_lock_db` -- -LOCK TABLES `m_lock_db` WRITE; -/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +LOCK TABLES `b_lock_db` WRITE; +/*!40000 ALTER TABLE `b_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lock_db` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log` +-- Table structure for table `b_log` -- -DROP TABLE IF EXISTS `m_log`; +DROP TABLE IF EXISTS `b_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log` ( +CREATE TABLE `b_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7758,31 +7753,31 @@ CREATE TABLE `m_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_log_coumodact_ix` (`course`,`module`,`action`), - KEY `m_log_tim_ix` (`time`), - KEY `m_log_act_ix` (`action`), - KEY `m_log_usecou_ix` (`userid`,`course`), - KEY `m_log_cmi_ix` (`cmid`) + KEY `b_log_coumodact_ix` (`course`,`module`,`action`), + KEY `b_log_tim_ix` (`time`), + KEY `b_log_act_ix` (`action`), + KEY `b_log_usecou_ix` (`userid`,`course`), + KEY `b_log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log` +-- Dumping data for table `b_log` -- -LOCK TABLES `m_log` WRITE; -/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +LOCK TABLES `b_log` WRITE; +/*!40000 ALTER TABLE `b_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_display` +-- Table structure for table `b_log_display` -- -DROP TABLE IF EXISTS `m_log_display`; +DROP TABLE IF EXISTS `b_log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_display` ( +CREATE TABLE `b_log_display` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7790,28 +7785,28 @@ CREATE TABLE `m_log_display` ( `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) + UNIQUE KEY `b_logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- Dumping data for table `b_log_display` -- -LOCK TABLES `m_log_display` WRITE; -/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; -INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); -/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +LOCK TABLES `b_log_display` WRITE; +/*!40000 ALTER TABLE `b_log_display` DISABLE KEYS */; +INSERT INTO `b_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `b_log_display` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_queries` +-- Table structure for table `b_log_queries` -- -DROP TABLE IF EXISTS `m_log_queries`; +DROP TABLE IF EXISTS `b_log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_queries` ( +CREATE TABLE `b_log_queries` ( `id` bigint NOT NULL AUTO_INCREMENT, `qtype` mediumint NOT NULL, `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7826,22 +7821,22 @@ CREATE TABLE `m_log_queries` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log_queries` +-- Dumping data for table `b_log_queries` -- -LOCK TABLES `m_log_queries` WRITE; -/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +LOCK TABLES `b_log_queries` WRITE; +/*!40000 ALTER TABLE `b_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log_queries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_logstore_standard_log` +-- Table structure for table `b_logstore_standard_log` -- -DROP TABLE IF EXISTS `m_logstore_standard_log`; +DROP TABLE IF EXISTS `b_logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_logstore_standard_log` ( +CREATE TABLE `b_logstore_standard_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7864,35 +7859,34 @@ CREATE TABLE `m_logstore_standard_log` ( `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `realuserid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_logsstanlog_tim_ix` (`timecreated`), - KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), - KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), - KEY `m_logsstanlog_con_ix` (`contextid`), - KEY `m_logsstanlog_use_ix` (`userid`), - KEY `m_logsstanlog_cou_ix` (`courseid`), - KEY `m_logsstanlog_rea_ix` (`realuserid`), - KEY `m_logsstanlog_rel_ix` (`relateduserid`) -) ENGINE=InnoDB AUTO_INCREMENT=1656 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; + KEY `b_logsstanlog_tim_ix` (`timecreated`), + KEY `b_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `b_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `b_logsstanlog_con_ix` (`contextid`), + KEY `b_logsstanlog_use_ix` (`userid`), + KEY `b_logsstanlog_cou_ix` (`courseid`), + KEY `b_logsstanlog_rea_ix` (`realuserid`), + KEY `b_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_logstore_standard_log` +-- Dumping data for table `b_logstore_standard_log` -- -LOCK TABLES `m_logstore_standard_log` WRITE; -/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; -INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1683021823,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1683021823,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021827,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021827,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021830,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021830,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683021841,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021844,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021844,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021844,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1553,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1554,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021847,'cli',NULL,NULL),(1555,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021847,'cli',NULL,NULL),(1556,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021847,'cli',NULL,NULL),(1557,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021858,'cli',NULL,NULL),(1558,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021859,'cli',NULL,NULL),(1559,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021859,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1683021866,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1683021866,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1683021867,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1683021867,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1683021867,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1683021867,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1683021867,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683021867,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1683021868,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683021868,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1683021868,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1683021868,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1683021868,'cli',NULL,NULL),(1626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1683021868,'cli',NULL,NULL),(1627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683021868,'cli',NULL,NULL),(1637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1683021868,'cli',NULL,NULL),(1638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1683021868,'cli',NULL,NULL),(1639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1683021868,'cli',NULL,NULL),(1640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1683021868,'cli',NULL,NULL),(1641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1683021868,'cli',NULL,NULL),(1642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683021868,'cli',NULL,NULL),(1643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683021868,'cli',NULL,NULL),(1649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683021868,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683021868,'cli',NULL,NULL),(1651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683021881,'web','172.18.0.1',NULL),(1652,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683021887,'web','172.18.0.1',NULL),(1653,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1683021888,'web','172.18.0.1',NULL),(1654,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1683021888,'web','172.18.0.1',NULL),(1655,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1683021890,'web','172.18.0.1',NULL); -/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +LOCK TABLES `b_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `b_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti` +-- Table structure for table `b_lti` -- -DROP TABLE IF EXISTS `m_lti`; +DROP TABLE IF EXISTS `b_lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti` ( +CREATE TABLE `b_lti` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7920,27 +7914,27 @@ CREATE TABLE `m_lti` ( `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_lti_cou_ix` (`course`) + KEY `b_lti_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti` +-- Dumping data for table `b_lti` -- -LOCK TABLES `m_lti` WRITE; -/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +LOCK TABLES `b_lti` WRITE; +/*!40000 ALTER TABLE `b_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_access_tokens` +-- Table structure for table `b_lti_access_tokens` -- -DROP TABLE IF EXISTS `m_lti_access_tokens`; +DROP TABLE IF EXISTS `b_lti_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_access_tokens` ( +CREATE TABLE `b_lti_access_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7949,28 +7943,28 @@ CREATE TABLE `m_lti_access_tokens` ( `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), - KEY `m_ltiaccetoke_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_ltiaccetoke_tok_uix` (`token`), + KEY `b_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_access_tokens` +-- Dumping data for table `b_lti_access_tokens` -- -LOCK TABLES `m_lti_access_tokens` WRITE; -/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +LOCK TABLES `b_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `b_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_submission` +-- Table structure for table `b_lti_submission` -- -DROP TABLE IF EXISTS `m_lti_submission`; +DROP TABLE IF EXISTS `b_lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_submission` ( +CREATE TABLE `b_lti_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7981,27 +7975,27 @@ CREATE TABLE `m_lti_submission` ( `launchid` bigint NOT NULL, `state` tinyint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltisubm_lti_ix` (`ltiid`) + KEY `b_ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_submission` +-- Dumping data for table `b_lti_submission` -- -LOCK TABLES `m_lti_submission` WRITE; -/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +LOCK TABLES `b_lti_submission` WRITE; +/*!40000 ALTER TABLE `b_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_proxies` +-- Table structure for table `b_lti_tool_proxies` -- -DROP TABLE IF EXISTS `m_lti_tool_proxies`; +DROP TABLE IF EXISTS `b_lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_proxies` ( +CREATE TABLE `b_lti_tool_proxies` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -8016,27 +8010,27 @@ CREATE TABLE `m_lti_tool_proxies` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) + UNIQUE KEY `b_ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_proxies` +-- Dumping data for table `b_lti_tool_proxies` -- -LOCK TABLES `m_lti_tool_proxies` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +LOCK TABLES `b_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_settings` +-- Table structure for table `b_lti_tool_settings` -- -DROP TABLE IF EXISTS `m_lti_tool_settings`; +DROP TABLE IF EXISTS `b_lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_settings` ( +CREATE TABLE `b_lti_tool_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxyid` bigint NOT NULL, `typeid` bigint DEFAULT NULL, @@ -8046,30 +8040,30 @@ CREATE TABLE `m_lti_tool_settings` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitoolsett_too_ix` (`toolproxyid`), - KEY `m_ltitoolsett_cou_ix` (`course`), - KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), - KEY `m_ltitoolsett_typ_ix` (`typeid`) + KEY `b_ltitoolsett_too_ix` (`toolproxyid`), + KEY `b_ltitoolsett_typ_ix` (`typeid`), + KEY `b_ltitoolsett_cou_ix` (`course`), + KEY `b_ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_settings` +-- Dumping data for table `b_lti_tool_settings` -- -LOCK TABLES `m_lti_tool_settings` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +LOCK TABLES `b_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types` +-- Table structure for table `b_lti_types` -- -DROP TABLE IF EXISTS `m_lti_types`; +DROP TABLE IF EXISTS `b_lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types` ( +CREATE TABLE `b_lti_types` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -8089,55 +8083,55 @@ CREATE TABLE `m_lti_types` ( `timemodified` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), - KEY `m_ltitype_cou_ix` (`course`), - KEY `m_ltitype_too_ix` (`tooldomain`) + UNIQUE KEY `b_ltitype_cli_uix` (`clientid`), + KEY `b_ltitype_cou_ix` (`course`), + KEY `b_ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types` +-- Dumping data for table `b_lti_types` -- -LOCK TABLES `m_lti_types` WRITE; -/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +LOCK TABLES `b_lti_types` WRITE; +/*!40000 ALTER TABLE `b_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types_config` +-- Table structure for table `b_lti_types_config` -- -DROP TABLE IF EXISTS `m_lti_types_config`; +DROP TABLE IF EXISTS `b_lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types_config` ( +CREATE TABLE `b_lti_types_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitypeconf_typ_ix` (`typeid`) + KEY `b_ltitypeconf_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types_config` +-- Dumping data for table `b_lti_types_config` -- -LOCK TABLES `m_lti_types_config` WRITE; -/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +LOCK TABLES `b_lti_types_config` WRITE; +/*!40000 ALTER TABLE `b_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_ltiservice_gradebookservices` +-- Table structure for table `b_ltiservice_gradebookservices` -- -DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +DROP TABLE IF EXISTS `b_ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_ltiservice_gradebookservices` ( +CREATE TABLE `b_ltiservice_gradebookservices` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeitemid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -8145,33 +8139,33 @@ CREATE TABLE `m_ltiservice_gradebookservices` ( `typeid` bigint DEFAULT NULL, `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `ltilinkid` bigint DEFAULT NULL, - `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_ltisgrad_lti_ix` (`ltilinkid`), - KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) + KEY `b_ltisgrad_lti_ix` (`ltilinkid`), + KEY `b_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` +-- Dumping data for table `b_ltiservice_gradebookservices` -- -LOCK TABLES `m_ltiservice_gradebookservices` WRITE; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +LOCK TABLES `b_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message` +-- Table structure for table `b_message` -- -DROP TABLE IF EXISTS `m_message`; +DROP TABLE IF EXISTS `b_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message` ( +CREATE TABLE `b_message` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8190,165 +8184,165 @@ CREATE TABLE `m_message` ( `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `b_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message` +-- Dumping data for table `b_message` -- -LOCK TABLES `m_message` WRITE; -/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +LOCK TABLES `b_message` WRITE; +/*!40000 ALTER TABLE `b_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_airnotifier_devices` +-- Table structure for table `b_message_airnotifier_devices` -- -DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +DROP TABLE IF EXISTS `b_message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_airnotifier_devices` ( +CREATE TABLE `b_message_airnotifier_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userdeviceid` bigint NOT NULL, `enable` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) + UNIQUE KEY `b_messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_airnotifier_devices` +-- Dumping data for table `b_message_airnotifier_devices` -- -LOCK TABLES `m_message_airnotifier_devices` WRITE; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +LOCK TABLES `b_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contact_requests` +-- Table structure for table `b_message_contact_requests` -- -DROP TABLE IF EXISTS `m_message_contact_requests`; +DROP TABLE IF EXISTS `b_message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contact_requests` ( +CREATE TABLE `b_message_contact_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `requesteduserid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), - KEY `m_messcontrequ_use_ix` (`userid`), - KEY `m_messcontrequ_req_ix` (`requesteduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `b_messcontrequ_use_ix` (`userid`), + KEY `b_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contact_requests` +-- Dumping data for table `b_message_contact_requests` -- -LOCK TABLES `m_message_contact_requests` WRITE; -/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +LOCK TABLES `b_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `b_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contacts` +-- Table structure for table `b_message_contacts` -- -DROP TABLE IF EXISTS `m_message_contacts`; +DROP TABLE IF EXISTS `b_message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contacts` ( +CREATE TABLE `b_message_contacts` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `contactid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), - KEY `m_messcont_use_ix` (`userid`), - KEY `m_messcont_con_ix` (`contactid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; + UNIQUE KEY `b_messcont_usecon_uix` (`userid`,`contactid`), + KEY `b_messcont_use_ix` (`userid`), + KEY `b_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contacts` +-- Dumping data for table `b_message_contacts` -- -LOCK TABLES `m_message_contacts` WRITE; -/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +LOCK TABLES `b_message_contacts` WRITE; +/*!40000 ALTER TABLE `b_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_actions` +-- Table structure for table `b_message_conversation_actions` -- -DROP TABLE IF EXISTS `m_message_conversation_actions`; +DROP TABLE IF EXISTS `b_message_conversation_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_actions` ( +CREATE TABLE `b_message_conversation_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `conversationid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvacti_use_ix` (`userid`), - KEY `m_messconvacti_con_ix` (`conversationid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_messconvacti_use_ix` (`userid`), + KEY `b_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_actions` +-- Dumping data for table `b_message_conversation_actions` -- -LOCK TABLES `m_message_conversation_actions` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +LOCK TABLES `b_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_members` +-- Table structure for table `b_message_conversation_members` -- -DROP TABLE IF EXISTS `m_message_conversation_members`; +DROP TABLE IF EXISTS `b_message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_members` ( +CREATE TABLE `b_message_conversation_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `conversationid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvmemb_con_ix` (`conversationid`), - KEY `m_messconvmemb_use_ix` (`userid`) + KEY `b_messconvmemb_con_ix` (`conversationid`), + KEY `b_messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_members` +-- Dumping data for table `b_message_conversation_members` -- -LOCK TABLES `m_message_conversation_members` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +LOCK TABLES `b_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversations` +-- Table structure for table `b_message_conversations` -- -DROP TABLE IF EXISTS `m_message_conversations`; +DROP TABLE IF EXISTS `b_message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversations` ( +CREATE TABLE `b_message_conversations` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '1', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -8358,163 +8352,163 @@ CREATE TABLE `m_message_conversations` ( `itemid` bigint DEFAULT NULL, `contextid` bigint DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', - `timemodified` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messconv_typ_ix` (`type`), - KEY `m_messconv_con_ix` (`convhash`), - KEY `m_messconv_con2_ix` (`contextid`), - KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) + KEY `b_messconv_typ_ix` (`type`), + KEY `b_messconv_con_ix` (`convhash`), + KEY `b_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `b_messconv_con2_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversations` +-- Dumping data for table `b_message_conversations` -- -LOCK TABLES `m_message_conversations` WRITE; -/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +LOCK TABLES `b_message_conversations` WRITE; +/*!40000 ALTER TABLE `b_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_email_messages` +-- Table structure for table `b_message_email_messages` -- -DROP TABLE IF EXISTS `m_message_email_messages`; +DROP TABLE IF EXISTS `b_message_email_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_email_messages` ( +CREATE TABLE `b_message_email_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridto` bigint NOT NULL, `conversationid` bigint NOT NULL, `messageid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messemaimess_use_ix` (`useridto`), - KEY `m_messemaimess_con_ix` (`conversationid`), - KEY `m_messemaimess_mes_ix` (`messageid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_messemaimess_use_ix` (`useridto`), + KEY `b_messemaimess_con_ix` (`conversationid`), + KEY `b_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_email_messages` +-- Dumping data for table `b_message_email_messages` -- -LOCK TABLES `m_message_email_messages` WRITE; -/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +LOCK TABLES `b_message_email_messages` WRITE; +/*!40000 ALTER TABLE `b_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_email_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup` +-- Table structure for table `b_message_popup` -- -DROP TABLE IF EXISTS `m_message_popup`; +DROP TABLE IF EXISTS `b_message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup` ( +CREATE TABLE `b_message_popup` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` bigint NOT NULL, `isread` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), - KEY `m_messpopu_isr_ix` (`isread`) + UNIQUE KEY `b_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `b_messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- Dumping data for table `b_message_popup` -- -LOCK TABLES `m_message_popup` WRITE; -/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +LOCK TABLES `b_message_popup` WRITE; +/*!40000 ALTER TABLE `b_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup_notifications` +-- Table structure for table `b_message_popup_notifications` -- -DROP TABLE IF EXISTS `m_message_popup_notifications`; +DROP TABLE IF EXISTS `b_message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup_notifications` ( +CREATE TABLE `b_message_popup_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `notificationid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messpopunoti_not_ix` (`notificationid`) + KEY `b_messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- Dumping data for table `b_message_popup_notifications` -- -LOCK TABLES `m_message_popup_notifications` WRITE; -/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +LOCK TABLES `b_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `b_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_processors` +-- Table structure for table `b_message_processors` -- -DROP TABLE IF EXISTS `m_message_processors`; +DROP TABLE IF EXISTS `b_message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_processors` ( +CREATE TABLE `b_message_processors` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_processors` +-- Dumping data for table `b_message_processors` -- -LOCK TABLES `m_message_processors` WRITE; -/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; -INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); -/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +LOCK TABLES `b_message_processors` WRITE; +/*!40000 ALTER TABLE `b_message_processors` DISABLE KEYS */; +INSERT INTO `b_message_processors` VALUES (1,'airnotifier',1),(2,'email',0),(3,'popup',1); +/*!40000 ALTER TABLE `b_message_processors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_providers` +-- Table structure for table `b_message_providers` -- -DROP TABLE IF EXISTS `m_message_providers`; +DROP TABLE IF EXISTS `b_message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_providers` ( +CREATE TABLE `b_message_providers` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) + UNIQUE KEY `b_messprov_comnam_uix` (`component`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- Dumping data for table `b_message_providers` -- -LOCK TABLES `m_message_providers` WRITE; -/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; -INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(15,'assignment_updates','mod_assignment',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); -/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +LOCK TABLES `b_message_providers` WRITE; +/*!40000 ALTER TABLE `b_message_providers` DISABLE KEYS */; +INSERT INTO `b_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `b_message_providers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_read` +-- Table structure for table `b_message_read` -- -DROP TABLE IF EXISTS `m_message_read`; +DROP TABLE IF EXISTS `b_message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_read` ( +CREATE TABLE `b_message_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8533,87 +8527,87 @@ CREATE TABLE `m_message_read` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_messread_nottim_ix` (`notification`,`timeread`), - KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `b_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_messread_nottim_ix` (`notification`,`timeread`), + KEY `b_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_read` +-- Dumping data for table `b_message_read` -- -LOCK TABLES `m_message_read` WRITE; -/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +LOCK TABLES `b_message_read` WRITE; +/*!40000 ALTER TABLE `b_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_user_actions` +-- Table structure for table `b_message_user_actions` -- -DROP TABLE IF EXISTS `m_message_user_actions`; +DROP TABLE IF EXISTS `b_message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_user_actions` ( +CREATE TABLE `b_message_user_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `messageid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), - KEY `m_messuseracti_use_ix` (`userid`), - KEY `m_messuseracti_mes_ix` (`messageid`) + UNIQUE KEY `b_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `b_messuseracti_use_ix` (`userid`), + KEY `b_messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_user_actions` +-- Dumping data for table `b_message_user_actions` -- -LOCK TABLES `m_message_user_actions` WRITE; -/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +LOCK TABLES `b_message_user_actions` WRITE; +/*!40000 ALTER TABLE `b_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_users_blocked` +-- Table structure for table `b_message_users_blocked` -- -DROP TABLE IF EXISTS `m_message_users_blocked`; +DROP TABLE IF EXISTS `b_message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_users_blocked` ( +CREATE TABLE `b_message_users_blocked` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `blockeduserid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), - KEY `m_messuserbloc_use_ix` (`userid`), - KEY `m_messuserbloc_blo_ix` (`blockeduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `b_messuserbloc_use_ix` (`userid`), + KEY `b_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_users_blocked` +-- Dumping data for table `b_message_users_blocked` -- -LOCK TABLES `m_message_users_blocked` WRITE; -/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +LOCK TABLES `b_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `b_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_datakeys` +-- Table structure for table `b_messageinbound_datakeys` -- -DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +DROP TABLE IF EXISTS `b_messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_datakeys` ( +CREATE TABLE `b_messageinbound_datakeys` ( `id` bigint NOT NULL AUTO_INCREMENT, `handler` bigint NOT NULL, `datavalue` bigint NOT NULL, @@ -8621,28 +8615,28 @@ CREATE TABLE `m_messageinbound_datakeys` ( `timecreated` bigint NOT NULL, `expires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), - KEY `m_messdata_han_ix` (`handler`) + UNIQUE KEY `b_messdata_handat_uix` (`handler`,`datavalue`), + KEY `b_messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_datakeys` +-- Dumping data for table `b_messageinbound_datakeys` -- -LOCK TABLES `m_messageinbound_datakeys` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_handlers` +-- Table structure for table `b_messageinbound_handlers` -- -DROP TABLE IF EXISTS `m_messageinbound_handlers`; +DROP TABLE IF EXISTS `b_messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_handlers` ( +CREATE TABLE `b_messageinbound_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8650,55 +8644,55 @@ CREATE TABLE `m_messageinbound_handlers` ( `validateaddress` tinyint(1) NOT NULL DEFAULT '1', `enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messhand_cla_uix` (`classname`) + UNIQUE KEY `b_messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_handlers` +-- Dumping data for table `b_messageinbound_handlers` -- -LOCK TABLES `m_messageinbound_handlers` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; -INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); -/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `b_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `b_messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_messagelist` +-- Table structure for table `b_messageinbound_messagelist` -- -DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +DROP TABLE IF EXISTS `b_messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_messagelist` ( +CREATE TABLE `b_messageinbound_messagelist` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `userid` bigint NOT NULL, `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messmess_use_ix` (`userid`) + KEY `b_messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_messagelist` +-- Dumping data for table `b_messageinbound_messagelist` -- -LOCK TABLES `m_messageinbound_messagelist` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messages` +-- Table structure for table `b_messages` -- -DROP TABLE IF EXISTS `m_messages`; +DROP TABLE IF EXISTS `b_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messages` ( +CREATE TABLE `b_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `conversationid` bigint NOT NULL, @@ -8708,32 +8702,32 @@ CREATE TABLE `m_messages` ( `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL, - `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), - KEY `m_mess_use_ix` (`useridfrom`), - KEY `m_mess_con_ix` (`conversationid`) + KEY `b_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `b_mess_use_ix` (`useridfrom`), + KEY `b_mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messages` +-- Dumping data for table `b_messages` -- -LOCK TABLES `m_messages` WRITE; -/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +LOCK TABLES `b_messages` WRITE; +/*!40000 ALTER TABLE `b_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_application` +-- Table structure for table `b_mnet_application` -- -DROP TABLE IF EXISTS `m_mnet_application`; +DROP TABLE IF EXISTS `b_mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_application` ( +CREATE TABLE `b_mnet_application` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8745,23 +8739,23 @@ CREATE TABLE `m_mnet_application` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_application` +-- Dumping data for table `b_mnet_application` -- -LOCK TABLES `m_mnet_application` WRITE; -/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; -INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); -/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +LOCK TABLES `b_mnet_application` WRITE; +/*!40000 ALTER TABLE `b_mnet_application` DISABLE KEYS */; +INSERT INTO `b_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `b_mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host` +-- Table structure for table `b_mnet_host` -- -DROP TABLE IF EXISTS `m_mnet_host`; +DROP TABLE IF EXISTS `b_mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host` ( +CREATE TABLE `b_mnet_host` ( `id` bigint NOT NULL AUTO_INCREMENT, `deleted` tinyint(1) NOT NULL DEFAULT '0', `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8778,56 +8772,56 @@ CREATE TABLE `m_mnet_host` ( `applicationid` bigint NOT NULL DEFAULT '1', `sslverification` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mnethost_app_ix` (`applicationid`), - KEY `m_mnethost_las_ix` (`last_log_id`) + KEY `b_mnethost_las_ix` (`last_log_id`), + KEY `b_mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- Dumping data for table `b_mnet_host` -- -LOCK TABLES `m_mnet_host` WRITE; -/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; -INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +LOCK TABLES `b_mnet_host` WRITE; +/*!40000 ALTER TABLE `b_mnet_host` DISABLE KEYS */; +INSERT INTO `b_mnet_host` VALUES (1,0,'http://webserver','172.18.0.6','','',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 `b_mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host2service` +-- Table structure for table `b_mnet_host2service` -- -DROP TABLE IF EXISTS `m_mnet_host2service`; +DROP TABLE IF EXISTS `b_mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host2service` ( +CREATE TABLE `b_mnet_host2service` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `serviceid` bigint NOT NULL DEFAULT '0', `publish` tinyint(1) NOT NULL DEFAULT '0', `subscribe` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) + UNIQUE KEY `b_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_host2service` +-- Dumping data for table `b_mnet_host2service` -- -LOCK TABLES `m_mnet_host2service` WRITE; -/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +LOCK TABLES `b_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `b_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_log` +-- Table structure for table `b_mnet_log` -- -DROP TABLE IF EXISTS `m_mnet_log`; +DROP TABLE IF EXISTS `b_mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_log` ( +CREATE TABLE `b_mnet_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `remoteid` bigint NOT NULL DEFAULT '0', @@ -8842,27 +8836,27 @@ CREATE TABLE `m_mnet_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) + KEY `b_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- Dumping data for table `b_mnet_log` -- -LOCK TABLES `m_mnet_log` WRITE; -/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +LOCK TABLES `b_mnet_log` WRITE; +/*!40000 ALTER TABLE `b_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_rpc` +-- Table structure for table `b_mnet_remote_rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +DROP TABLE IF EXISTS `b_mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_rpc` ( +CREATE TABLE `b_mnet_remote_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8874,49 +8868,49 @@ CREATE TABLE `m_mnet_remote_rpc` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_rpc` +-- Dumping data for table `b_mnet_remote_rpc` -- -LOCK TABLES `m_mnet_remote_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); -/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `b_mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_service2rpc` +-- Table structure for table `b_mnet_remote_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +DROP TABLE IF EXISTS `b_mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_service2rpc` ( +CREATE TABLE `b_mnet_remote_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `b_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_service2rpc` +-- Dumping data for table `b_mnet_remote_service2rpc` -- -LOCK TABLES `m_mnet_remote_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_rpc` +-- Table structure for table `b_mnet_rpc` -- -DROP TABLE IF EXISTS `m_mnet_rpc`; +DROP TABLE IF EXISTS `b_mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_rpc` ( +CREATE TABLE `b_mnet_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8929,28 +8923,28 @@ CREATE TABLE `m_mnet_rpc` ( `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `static` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) + KEY `b_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- Dumping data for table `b_mnet_rpc` -- -LOCK TABLES `m_mnet_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); -/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `b_mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service` +-- Table structure for table `b_mnet_service` -- -DROP TABLE IF EXISTS `m_mnet_service`; +DROP TABLE IF EXISTS `b_mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service` ( +CREATE TABLE `b_mnet_service` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8961,49 +8955,49 @@ CREATE TABLE `m_mnet_service` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service` +-- Dumping data for table `b_mnet_service` -- -LOCK TABLES `m_mnet_service` WRITE; -/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; -INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); -/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +LOCK TABLES `b_mnet_service` WRITE; +/*!40000 ALTER TABLE `b_mnet_service` DISABLE KEYS */; +INSERT INTO `b_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `b_mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service2rpc` +-- Table structure for table `b_mnet_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_service2rpc`; +DROP TABLE IF EXISTS `b_mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service2rpc` ( +CREATE TABLE `b_mnet_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `b_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service2rpc` +-- Dumping data for table `b_mnet_service2rpc` -- -LOCK TABLES `m_mnet_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); -/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `b_mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_session` +-- Table structure for table `b_mnet_session` -- -DROP TABLE IF EXISTS `m_mnet_session`; +DROP TABLE IF EXISTS `b_mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_session` ( +CREATE TABLE `b_mnet_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9014,55 +9008,55 @@ CREATE TABLE `m_mnet_session` ( `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetsess_tok_uix` (`token`), - KEY `m_mnetsess_use_ix` (`userid`), - KEY `m_mnetsess_mne_ix` (`mnethostid`) + UNIQUE KEY `b_mnetsess_tok_uix` (`token`), + KEY `b_mnetsess_use_ix` (`userid`), + KEY `b_mnetsess_mne_ix` (`mnethostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- Dumping data for table `b_mnet_session` -- -LOCK TABLES `m_mnet_session` WRITE; -/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +LOCK TABLES `b_mnet_session` WRITE; +/*!40000 ALTER TABLE `b_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_sso_access_control` +-- Table structure for table `b_mnet_sso_access_control` -- -DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +DROP TABLE IF EXISTS `b_mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_sso_access_control` ( +CREATE TABLE `b_mnet_sso_access_control` ( `id` bigint NOT NULL AUTO_INCREMENT, `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `mnet_host_id` bigint NOT NULL DEFAULT '0', `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) + UNIQUE KEY `b_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- Dumping data for table `b_mnet_sso_access_control` -- -LOCK TABLES `m_mnet_sso_access_control` WRITE; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +LOCK TABLES `b_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_courses` +-- Table structure for table `b_mnetservice_enrol_courses` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +DROP TABLE IF EXISTS `b_mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_courses` ( +CREATE TABLE `b_mnetservice_enrol_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `remoteid` bigint NOT NULL, @@ -9078,27 +9072,27 @@ CREATE TABLE `m_mnetservice_enrol_courses` ( `roleid` bigint NOT NULL, `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) + UNIQUE KEY `b_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- Dumping data for table `b_mnetservice_enrol_courses` -- -LOCK TABLES `m_mnetservice_enrol_courses` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +LOCK TABLES `b_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_enrolments` +-- Table structure for table `b_mnetservice_enrol_enrolments` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +DROP TABLE IF EXISTS `b_mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_enrolments` ( +CREATE TABLE `b_mnetservice_enrol_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -9107,28 +9101,28 @@ CREATE TABLE `m_mnetservice_enrol_enrolments` ( `enroltime` bigint NOT NULL DEFAULT '0', `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetenroenro_use_ix` (`userid`), - KEY `m_mnetenroenro_hos_ix` (`hostid`) + KEY `b_mnetenroenro_use_ix` (`userid`), + KEY `b_mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- Dumping data for table `b_mnetservice_enrol_enrolments` -- -LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +LOCK TABLES `b_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_modules` +-- Table structure for table `b_modules` -- -DROP TABLE IF EXISTS `m_modules`; +DROP TABLE IF EXISTS `b_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_modules` ( +CREATE TABLE `b_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', @@ -9136,56 +9130,56 @@ CREATE TABLE `m_modules` ( `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_modu_nam_ix` (`name`) + KEY `b_modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_modules` +-- Dumping data for table `b_modules` -- -LOCK TABLES `m_modules` WRITE; -/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; -INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); -/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +LOCK TABLES `b_modules` WRITE; +/*!40000 ALTER TABLE `b_modules` DISABLE KEYS */; +INSERT INTO `b_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `b_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_my_pages` +-- Table structure for table `b_my_pages` -- -DROP TABLE IF EXISTS `m_my_pages`; +DROP TABLE IF EXISTS `b_my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_my_pages` ( +CREATE TABLE `b_my_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint DEFAULT '0', `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '1', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mypage_usepri_ix` (`userid`,`private`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; + KEY `b_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_my_pages` +-- Dumping data for table `b_my_pages` -- -LOCK TABLES `m_my_pages` WRITE; -/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; -INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); -/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +LOCK TABLES `b_my_pages` WRITE; +/*!40000 ALTER TABLE `b_my_pages` DISABLE KEYS */; +INSERT INTO `b_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `b_my_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_notifications` +-- Table structure for table `b_notifications` -- -DROP TABLE IF EXISTS `m_notifications`; +DROP TABLE IF EXISTS `b_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_notifications` ( +CREATE TABLE `b_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `useridto` bigint NOT NULL, @@ -9202,28 +9196,28 @@ CREATE TABLE `m_notifications` ( `timecreated` bigint NOT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_noti_use_ix` (`useridfrom`), - KEY `m_noti_use2_ix` (`useridto`) + KEY `b_noti_use_ix` (`useridfrom`), + KEY `b_noti_use2_ix` (`useridto`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_notifications` +-- Dumping data for table `b_notifications` -- -LOCK TABLES `m_notifications` WRITE; -/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +LOCK TABLES `b_notifications` WRITE; +/*!40000 ALTER TABLE `b_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_access_token` +-- Table structure for table `b_oauth2_access_token` -- -DROP TABLE IF EXISTS `m_oauth2_access_token`; +DROP TABLE IF EXISTS `b_oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_access_token` ( +CREATE TABLE `b_oauth2_access_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9233,28 +9227,28 @@ CREATE TABLE `m_oauth2_access_token` ( `expires` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), - KEY `m_oautaccetoke_use_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_oautaccetoke_iss_uix` (`issuerid`), + KEY `b_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_access_token` +-- Dumping data for table `b_oauth2_access_token` -- -LOCK TABLES `m_oauth2_access_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +LOCK TABLES `b_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_endpoint` +-- Table structure for table `b_oauth2_endpoint` -- -DROP TABLE IF EXISTS `m_oauth2_endpoint`; +DROP TABLE IF EXISTS `b_oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_endpoint` ( +CREATE TABLE `b_oauth2_endpoint` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9263,28 +9257,28 @@ CREATE TABLE `m_oauth2_endpoint` ( `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `issuerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_oautendp_iss_ix` (`issuerid`), - KEY `m_oautendp_use_ix` (`usermodified`) + KEY `b_oautendp_iss_ix` (`issuerid`), + KEY `b_oautendp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_endpoint` +-- Dumping data for table `b_oauth2_endpoint` -- -LOCK TABLES `m_oauth2_endpoint` WRITE; -/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +LOCK TABLES `b_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `b_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_issuer` +-- Table structure for table `b_oauth2_issuer` -- -DROP TABLE IF EXISTS `m_oauth2_issuer`; +DROP TABLE IF EXISTS `b_oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_issuer` ( +CREATE TABLE `b_oauth2_issuer` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9312,22 +9306,22 @@ CREATE TABLE `m_oauth2_issuer` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_issuer` +-- Dumping data for table `b_oauth2_issuer` -- -LOCK TABLES `m_oauth2_issuer` WRITE; -/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +LOCK TABLES `b_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `b_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_refresh_token` +-- Table structure for table `b_oauth2_refresh_token` -- -DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +DROP TABLE IF EXISTS `b_oauth2_refresh_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_refresh_token` ( +CREATE TABLE `b_oauth2_refresh_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9336,29 +9330,29 @@ CREATE TABLE `m_oauth2_refresh_token` ( `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), - KEY `m_oautrefrtoke_iss_ix` (`issuerid`), - KEY `m_oautrefrtoke_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `b_oautrefrtoke_iss_ix` (`issuerid`), + KEY `b_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_refresh_token` +-- Dumping data for table `b_oauth2_refresh_token` -- -LOCK TABLES `m_oauth2_refresh_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +LOCK TABLES `b_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_system_account` +-- Table structure for table `b_oauth2_system_account` -- -DROP TABLE IF EXISTS `m_oauth2_system_account`; +DROP TABLE IF EXISTS `b_oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_system_account` ( +CREATE TABLE `b_oauth2_system_account` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9369,28 +9363,28 @@ CREATE TABLE `m_oauth2_system_account` ( `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), - KEY `m_oautsystacco_use_ix` (`usermodified`) + UNIQUE KEY `b_oautsystacco_iss_uix` (`issuerid`), + KEY `b_oautsystacco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- Dumping data for table `b_oauth2_system_account` -- -LOCK TABLES `m_oauth2_system_account` WRITE; -/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +LOCK TABLES `b_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `b_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_user_field_mapping` +-- Table structure for table `b_oauth2_user_field_mapping` -- -DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +DROP TABLE IF EXISTS `b_oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_user_field_mapping` ( +CREATE TABLE `b_oauth2_user_field_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -9399,29 +9393,29 @@ CREATE TABLE `m_oauth2_user_field_mapping` ( `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), - KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), - KEY `m_oautuserfielmapp_use_ix` (`usermodified`) + UNIQUE KEY `b_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `b_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `b_oautuserfielmapp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_user_field_mapping` +-- Dumping data for table `b_oauth2_user_field_mapping` -- -LOCK TABLES `m_oauth2_user_field_mapping` WRITE; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +LOCK TABLES `b_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_page` +-- Table structure for table `b_page` -- -DROP TABLE IF EXISTS `m_page`; +DROP TABLE IF EXISTS `b_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_page` ( +CREATE TABLE `b_page` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9436,52 +9430,52 @@ CREATE TABLE `m_page` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_page_cou_ix` (`course`) + KEY `b_page_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- Dumping data for table `b_page` -- -LOCK TABLES `m_page` WRITE; -/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +LOCK TABLES `b_page` WRITE; +/*!40000 ALTER TABLE `b_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_page` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_paygw_paypal` +-- Table structure for table `b_paygw_paypal` -- -DROP TABLE IF EXISTS `m_paygw_paypal`; +DROP TABLE IF EXISTS `b_paygw_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_paygw_paypal` ( +CREATE TABLE `b_paygw_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `paymentid` bigint NOT NULL, `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', PRIMARY KEY (`id`), - UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) + UNIQUE KEY `b_paygpayp_pay_uix` (`paymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_paygw_paypal` +-- Dumping data for table `b_paygw_paypal` -- -LOCK TABLES `m_paygw_paypal` WRITE; -/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +LOCK TABLES `b_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `b_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_paygw_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_accounts` +-- Table structure for table `b_payment_accounts` -- -DROP TABLE IF EXISTS `m_payment_accounts`; +DROP TABLE IF EXISTS `b_payment_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_accounts` ( +CREATE TABLE `b_payment_accounts` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -9491,27 +9485,27 @@ CREATE TABLE `m_payment_accounts` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_paymacco_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_accounts` +-- Dumping data for table `b_payment_accounts` -- -LOCK TABLES `m_payment_accounts` WRITE; -/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +LOCK TABLES `b_payment_accounts` WRITE; +/*!40000 ALTER TABLE `b_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_accounts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_gateways` +-- Table structure for table `b_payment_gateways` -- -DROP TABLE IF EXISTS `m_payment_gateways`; +DROP TABLE IF EXISTS `b_payment_gateways`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_gateways` ( +CREATE TABLE `b_payment_gateways` ( `id` bigint NOT NULL AUTO_INCREMENT, `accountid` bigint NOT NULL, `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9520,27 +9514,27 @@ CREATE TABLE `m_payment_gateways` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_paymgate_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_gateways` +-- Dumping data for table `b_payment_gateways` -- -LOCK TABLES `m_payment_gateways` WRITE; -/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +LOCK TABLES `b_payment_gateways` WRITE; +/*!40000 ALTER TABLE `b_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_gateways` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payments` +-- Table structure for table `b_payments` -- -DROP TABLE IF EXISTS `m_payments`; +DROP TABLE IF EXISTS `b_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payments` ( +CREATE TABLE `b_payments` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9553,30 +9547,30 @@ CREATE TABLE `m_payments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_paym_gat_ix` (`gateway`), - KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), - KEY `m_paym_use_ix` (`userid`), - KEY `m_paym_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paym_gat_ix` (`gateway`), + KEY `b_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `b_paym_use_ix` (`userid`), + KEY `b_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payments` +-- Dumping data for table `b_payments` -- -LOCK TABLES `m_payments` WRITE; -/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +LOCK TABLES `b_payments` WRITE; +/*!40000 ALTER TABLE `b_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance` +-- Table structure for table `b_portfolio_instance` -- -DROP TABLE IF EXISTS `m_portfolio_instance`; +DROP TABLE IF EXISTS `b_portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance` ( +CREATE TABLE `b_portfolio_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9586,77 +9580,77 @@ CREATE TABLE `m_portfolio_instance` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance` +-- Dumping data for table `b_portfolio_instance` -- -LOCK TABLES `m_portfolio_instance` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_config` +-- Table structure for table `b_portfolio_instance_config` -- -DROP TABLE IF EXISTS `m_portfolio_instance_config`; +DROP TABLE IF EXISTS `b_portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_config` ( +CREATE TABLE `b_portfolio_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstconf_nam_ix` (`name`), - KEY `m_portinstconf_ins_ix` (`instance`) + KEY `b_portinstconf_nam_ix` (`name`), + KEY `b_portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_config` +-- Dumping data for table `b_portfolio_instance_config` -- -LOCK TABLES `m_portfolio_instance_config` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_user` +-- Table structure for table `b_portfolio_instance_user` -- -DROP TABLE IF EXISTS `m_portfolio_instance_user`; +DROP TABLE IF EXISTS `b_portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_user` ( +CREATE TABLE `b_portfolio_instance_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstuser_ins_ix` (`instance`), - KEY `m_portinstuser_use_ix` (`userid`) + KEY `b_portinstuser_ins_ix` (`instance`), + KEY `b_portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_user` +-- Dumping data for table `b_portfolio_instance_user` -- -LOCK TABLES `m_portfolio_instance_user` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_log` +-- Table structure for table `b_portfolio_log` -- -DROP TABLE IF EXISTS `m_portfolio_log`; +DROP TABLE IF EXISTS `b_portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_log` ( +CREATE TABLE `b_portfolio_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `time` bigint NOT NULL, @@ -9669,55 +9663,55 @@ CREATE TABLE `m_portfolio_log` ( `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portlog_use_ix` (`userid`), - KEY `m_portlog_por_ix` (`portfolio`), - KEY `m_portlog_tem_ix` (`tempdataid`) + KEY `b_portlog_use_ix` (`userid`), + KEY `b_portlog_por_ix` (`portfolio`), + KEY `b_portlog_tem_ix` (`tempdataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- Dumping data for table `b_portfolio_log` -- -LOCK TABLES `m_portfolio_log` WRITE; -/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +LOCK TABLES `b_portfolio_log` WRITE; +/*!40000 ALTER TABLE `b_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_mahara_queue` +-- Table structure for table `b_portfolio_mahara_queue` -- -DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +DROP TABLE IF EXISTS `b_portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_mahara_queue` ( +CREATE TABLE `b_portfolio_mahara_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `transferid` bigint NOT NULL, `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portmahaqueu_tok_ix` (`token`), - KEY `m_portmahaqueu_tra_ix` (`transferid`) + KEY `b_portmahaqueu_tok_ix` (`token`), + KEY `b_portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_mahara_queue` +-- Dumping data for table `b_portfolio_mahara_queue` -- -LOCK TABLES `m_portfolio_mahara_queue` WRITE; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +LOCK TABLES `b_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_tempdata` +-- Table structure for table `b_portfolio_tempdata` -- -DROP TABLE IF EXISTS `m_portfolio_tempdata`; +DROP TABLE IF EXISTS `b_portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_tempdata` ( +CREATE TABLE `b_portfolio_tempdata` ( `id` bigint NOT NULL AUTO_INCREMENT, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `expirytime` bigint NOT NULL, @@ -9725,28 +9719,28 @@ CREATE TABLE `m_portfolio_tempdata` ( `instance` bigint DEFAULT '0', `queued` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_porttemp_use_ix` (`userid`), - KEY `m_porttemp_ins_ix` (`instance`) + KEY `b_porttemp_use_ix` (`userid`), + KEY `b_porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- Dumping data for table `b_portfolio_tempdata` -- -LOCK TABLES `m_portfolio_tempdata` WRITE; -/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +LOCK TABLES `b_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `b_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_post` +-- Table structure for table `b_post` -- -DROP TABLE IF EXISTS `m_post`; +DROP TABLE IF EXISTS `b_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_post` ( +CREATE TABLE `b_post` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `userid` bigint NOT NULL DEFAULT '0', @@ -9767,33 +9761,33 @@ CREATE TABLE `m_post` ( `created` bigint NOT NULL DEFAULT '0', `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), - KEY `m_post_las_ix` (`lastmodified`), - KEY `m_post_mod_ix` (`module`), - KEY `m_post_sub_ix` (`subject`), - KEY `m_post_use_ix` (`usermodified`), - KEY `m_post_cou_ix` (`courseid`), - KEY `m_post_cou2_ix` (`coursemoduleid`) + UNIQUE KEY `b_post_iduse_uix` (`id`,`userid`), + KEY `b_post_las_ix` (`lastmodified`), + KEY `b_post_mod_ix` (`module`), + KEY `b_post_sub_ix` (`subject`), + KEY `b_post_use_ix` (`usermodified`), + KEY `b_post_cou_ix` (`courseid`), + KEY `b_post_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- Dumping data for table `b_post` -- -LOCK TABLES `m_post` WRITE; -/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +LOCK TABLES `b_post` WRITE; +/*!40000 ALTER TABLE `b_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_post` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_profiling` +-- Table structure for table `b_profiling` -- -DROP TABLE IF EXISTS `m_profiling`; +DROP TABLE IF EXISTS `b_profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_profiling` ( +CREATE TABLE `b_profiling` ( `id` bigint NOT NULL AUTO_INCREMENT, `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9806,29 +9800,29 @@ CREATE TABLE `m_profiling` ( `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_prof_run_uix` (`runid`), - KEY `m_prof_urlrun_ix` (`url`,`runreference`), - KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) + UNIQUE KEY `b_prof_run_uix` (`runid`), + KEY `b_prof_urlrun_ix` (`url`,`runreference`), + KEY `b_prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_profiling` +-- Dumping data for table `b_profiling` -- -LOCK TABLES `m_profiling` WRITE; -/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +LOCK TABLES `b_profiling` WRITE; +/*!40000 ALTER TABLE `b_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_profiling` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext` +-- Table structure for table `b_qtype_ddimageortext` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext` ( +CREATE TABLE `b_qtype_ddimageortext` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9840,27 +9834,27 @@ CREATE TABLE `m_qtype_ddimageortext` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddim_que_ix` (`questionid`) + KEY `b_qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- Dumping data for table `b_qtype_ddimageortext` -- -LOCK TABLES `m_qtype_ddimageortext` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drags` +-- Table structure for table `b_qtype_ddimageortext_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drags` ( +CREATE TABLE `b_qtype_ddimageortext_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9868,27 +9862,27 @@ CREATE TABLE `m_qtype_ddimageortext_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrag_que_ix` (`questionid`) + KEY `b_qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- Dumping data for table `b_qtype_ddimageortext_drags` -- -LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drops` +-- Table structure for table `b_qtype_ddimageortext_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drops` ( +CREATE TABLE `b_qtype_ddimageortext_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9897,27 +9891,27 @@ CREATE TABLE `m_qtype_ddimageortext_drops` ( `choice` bigint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrop_que_ix` (`questionid`) + KEY `b_qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddimageortext_drops` +-- Dumping data for table `b_qtype_ddimageortext_drops` -- -LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker` +-- Table structure for table `b_qtype_ddmarker` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker`; +DROP TABLE IF EXISTS `b_qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker` ( +CREATE TABLE `b_qtype_ddmarker` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9930,27 +9924,27 @@ CREATE TABLE `m_qtype_ddmarker` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showmisplaced` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddma_que_ix` (`questionid`) + KEY `b_qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- Dumping data for table `b_qtype_ddmarker` -- -LOCK TABLES `m_qtype_ddmarker` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drags` +-- Table structure for table `b_qtype_ddmarker_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +DROP TABLE IF EXISTS `b_qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drags` ( +CREATE TABLE `b_qtype_ddmarker_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9958,27 +9952,27 @@ CREATE TABLE `m_qtype_ddmarker_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `noofdrags` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_qtypddmadrag_que_ix` (`questionid`) + KEY `b_qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drags` +-- Dumping data for table `b_qtype_ddmarker_drags` -- -LOCK TABLES `m_qtype_ddmarker_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drops` +-- Table structure for table `b_qtype_ddmarker_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +DROP TABLE IF EXISTS `b_qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drops` ( +CREATE TABLE `b_qtype_ddmarker_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9986,27 +9980,27 @@ CREATE TABLE `m_qtype_ddmarker_drops` ( `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `choice` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddmadrop_que_ix` (`questionid`) + KEY `b_qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drops` +-- Dumping data for table `b_qtype_ddmarker_drops` -- -LOCK TABLES `m_qtype_ddmarker_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essay_options` +-- Table structure for table `b_qtype_essay_options` -- -DROP TABLE IF EXISTS `m_qtype_essay_options`; +DROP TABLE IF EXISTS `b_qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essay_options` ( +CREATE TABLE `b_qtype_essay_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -10023,27 +10017,27 @@ CREATE TABLE `m_qtype_essay_options` ( `maxbytes` bigint NOT NULL DEFAULT '0', `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essay_options` +-- Dumping data for table `b_qtype_essay_options` -- -LOCK TABLES `m_qtype_essay_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essaywiris_backup` +-- Table structure for table `b_qtype_essaywiris_backup` -- -DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +DROP TABLE IF EXISTS `b_qtype_essaywiris_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essaywiris_backup` ( +CREATE TABLE `b_qtype_essaywiris_backup` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -10056,22 +10050,22 @@ CREATE TABLE `m_qtype_essaywiris_backup` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essaywiris_backup` +-- Dumping data for table `b_qtype_essaywiris_backup` -- -LOCK TABLES `m_qtype_essaywiris_backup` WRITE; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +LOCK TABLES `b_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_options` +-- Table structure for table `b_qtype_match_options` -- -DROP TABLE IF EXISTS `m_qtype_match_options`; +DROP TABLE IF EXISTS `b_qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_options` ( +CREATE TABLE `b_qtype_match_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10083,54 +10077,54 @@ CREATE TABLE `m_qtype_match_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- Dumping data for table `b_qtype_match_options` -- -LOCK TABLES `m_qtype_match_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_subquestions` +-- Table structure for table `b_qtype_match_subquestions` -- -DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +DROP TABLE IF EXISTS `b_qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_subquestions` ( +CREATE TABLE `b_qtype_match_subquestions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `questiontextformat` tinyint NOT NULL DEFAULT '0', `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_qtypmatcsubq_que_ix` (`questionid`) + KEY `b_qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_match_subquestions` +-- Dumping data for table `b_qtype_match_subquestions` -- -LOCK TABLES `m_qtype_match_subquestions` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +LOCK TABLES `b_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_multichoice_options` +-- Table structure for table `b_qtype_multichoice_options` -- -DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +DROP TABLE IF EXISTS `b_qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_multichoice_options` ( +CREATE TABLE `b_qtype_multichoice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '0', @@ -10146,27 +10140,27 @@ CREATE TABLE `m_qtype_multichoice_options` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_multichoice_options` +-- Dumping data for table `b_qtype_multichoice_options` -- -LOCK TABLES `m_qtype_multichoice_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_randomsamatch_options` +-- Table structure for table `b_qtype_randomsamatch_options` -- -DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +DROP TABLE IF EXISTS `b_qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_randomsamatch_options` ( +CREATE TABLE `b_qtype_randomsamatch_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `choose` bigint NOT NULL DEFAULT '4', @@ -10179,79 +10173,79 @@ CREATE TABLE `m_qtype_randomsamatch_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_randomsamatch_options` +-- Dumping data for table `b_qtype_randomsamatch_options` -- -LOCK TABLES `m_qtype_randomsamatch_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_shortanswer_options` +-- Table structure for table `b_qtype_shortanswer_options` -- -DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +DROP TABLE IF EXISTS `b_qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_shortanswer_options` ( +CREATE TABLE `b_qtype_shortanswer_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `usecase` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_shortanswer_options` +-- Dumping data for table `b_qtype_shortanswer_options` -- -LOCK TABLES `m_qtype_shortanswer_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq` +-- Table structure for table `b_qtype_wq` -- -DROP TABLE IF EXISTS `m_qtype_wq`; +DROP TABLE IF EXISTS `b_qtype_wq`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq` ( +CREATE TABLE `b_qtype_wq` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', PRIMARY KEY (`id`), - KEY `m_qtypwq_que_ix` (`question`) + KEY `b_qtypwq_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq` +-- Dumping data for table `b_qtype_wq` -- -LOCK TABLES `m_qtype_wq` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +LOCK TABLES `b_qtype_wq` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq_variables` +-- Table structure for table `b_qtype_wq_variables` -- -DROP TABLE IF EXISTS `m_qtype_wq_variables`; +DROP TABLE IF EXISTS `b_qtype_wq_variables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq_variables` ( +CREATE TABLE `b_qtype_wq_variables` ( `id` bigint NOT NULL AUTO_INCREMENT, `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10260,22 +10254,22 @@ CREATE TABLE `m_qtype_wq_variables` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq_variables` +-- Dumping data for table `b_qtype_wq_variables` -- -LOCK TABLES `m_qtype_wq_variables` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +LOCK TABLES `b_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq_variables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question` +-- Table structure for table `b_question` -- -DROP TABLE IF EXISTS `m_question`; +DROP TABLE IF EXISTS `b_question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question` ( +CREATE TABLE `b_question` ( `id` bigint NOT NULL AUTO_INCREMENT, `parent` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10293,30 +10287,30 @@ CREATE TABLE `m_question` ( `createdby` bigint DEFAULT NULL, `modifiedby` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_ques_qty_ix` (`qtype`), - KEY `m_ques_par_ix` (`parent`), - KEY `m_ques_cre_ix` (`createdby`), - KEY `m_ques_mod_ix` (`modifiedby`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; + KEY `b_ques_qty_ix` (`qtype`), + KEY `b_ques_par_ix` (`parent`), + KEY `b_ques_cre_ix` (`createdby`), + KEY `b_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question` +-- Dumping data for table `b_question` -- -LOCK TABLES `m_question` WRITE; -/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +LOCK TABLES `b_question` WRITE; +/*!40000 ALTER TABLE `b_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_answers` +-- Table structure for table `b_question_answers` -- -DROP TABLE IF EXISTS `m_question_answers`; +DROP TABLE IF EXISTS `b_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_answers` ( +CREATE TABLE `b_question_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10325,53 +10319,53 @@ CREATE TABLE `m_question_answers` ( `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `feedbackformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesansw_que_ix` (`question`) + KEY `b_quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- Dumping data for table `b_question_answers` -- -LOCK TABLES `m_question_answers` WRITE; -/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +LOCK TABLES `b_question_answers` WRITE; +/*!40000 ALTER TABLE `b_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_step_data` +-- Table structure for table `b_question_attempt_step_data` -- -DROP TABLE IF EXISTS `m_question_attempt_step_data`; +DROP TABLE IF EXISTS `b_question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_step_data` ( +CREATE TABLE `b_question_attempt_step_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptstepid` bigint NOT NULL, `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_quesattestepdata_att_ix` (`attemptstepid`) + KEY `b_quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- Dumping data for table `b_question_attempt_step_data` -- -LOCK TABLES `m_question_attempt_step_data` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +LOCK TABLES `b_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_steps` +-- Table structure for table `b_question_attempt_steps` -- -DROP TABLE IF EXISTS `m_question_attempt_steps`; +DROP TABLE IF EXISTS `b_question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_steps` ( +CREATE TABLE `b_question_attempt_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionattemptid` bigint NOT NULL, `sequencenumber` bigint NOT NULL, @@ -10380,29 +10374,29 @@ CREATE TABLE `m_question_attempt_steps` ( `timecreated` bigint NOT NULL, `userid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), - KEY `m_quesattestep_que_ix` (`questionattemptid`), - KEY `m_quesattestep_use_ix` (`userid`) + UNIQUE KEY `b_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `b_quesattestep_que_ix` (`questionattemptid`), + KEY `b_quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- Dumping data for table `b_question_attempt_steps` -- -LOCK TABLES `m_question_attempt_steps` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +LOCK TABLES `b_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempts` +-- Table structure for table `b_question_attempts` -- -DROP TABLE IF EXISTS `m_question_attempts`; +DROP TABLE IF EXISTS `b_question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempts` ( +CREATE TABLE `b_question_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -10418,58 +10412,58 @@ CREATE TABLE `m_question_attempts` ( `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), - KEY `m_quesatte_beh_ix` (`behaviour`), - KEY `m_quesatte_que_ix` (`questionid`), - KEY `m_quesatte_que2_ix` (`questionusageid`) + UNIQUE KEY `b_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `b_quesatte_beh_ix` (`behaviour`), + KEY `b_quesatte_que_ix` (`questionid`), + KEY `b_quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- Dumping data for table `b_question_attempts` -- -LOCK TABLES `m_question_attempts` WRITE; -/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +LOCK TABLES `b_question_attempts` WRITE; +/*!40000 ALTER TABLE `b_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_bank_entries` +-- Table structure for table `b_question_bank_entries` -- -DROP TABLE IF EXISTS `m_question_bank_entries`; +DROP TABLE IF EXISTS `b_question_bank_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_bank_entries` ( +CREATE TABLE `b_question_bank_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `questioncategoryid` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `ownerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), - KEY `m_quesbankentr_que_ix` (`questioncategoryid`), - KEY `m_quesbankentr_own_ix` (`ownerid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `b_quesbankentr_que_ix` (`questioncategoryid`), + KEY `b_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_bank_entries` +-- Dumping data for table `b_question_bank_entries` -- -LOCK TABLES `m_question_bank_entries` WRITE; -/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +LOCK TABLES `b_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `b_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated` +-- Table structure for table `b_question_calculated` -- -DROP TABLE IF EXISTS `m_question_calculated`; +DROP TABLE IF EXISTS `b_question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated` ( +CREATE TABLE `b_question_calculated` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', @@ -10478,28 +10472,28 @@ CREATE TABLE `m_question_calculated` ( `correctanswerlength` bigint NOT NULL DEFAULT '2', `correctanswerformat` bigint NOT NULL DEFAULT '2', PRIMARY KEY (`id`), - KEY `m_quescalc_ans_ix` (`answer`), - KEY `m_quescalc_que_ix` (`question`) + KEY `b_quescalc_ans_ix` (`answer`), + KEY `b_quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated` +-- Dumping data for table `b_question_calculated` -- -LOCK TABLES `m_question_calculated` WRITE; -/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +LOCK TABLES `b_question_calculated` WRITE; +/*!40000 ALTER TABLE `b_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated_options` +-- Table structure for table `b_question_calculated_options` -- -DROP TABLE IF EXISTS `m_question_calculated_options`; +DROP TABLE IF EXISTS `b_question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated_options` ( +CREATE TABLE `b_question_calculated_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `synchronize` tinyint NOT NULL DEFAULT '0', @@ -10514,27 +10508,27 @@ CREATE TABLE `m_question_calculated_options` ( `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quescalcopti_que_ix` (`question`) + KEY `b_quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated_options` +-- Dumping data for table `b_question_calculated_options` -- -LOCK TABLES `m_question_calculated_options` WRITE; -/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +LOCK TABLES `b_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `b_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_categories` +-- Table structure for table `b_question_categories` -- -DROP TABLE IF EXISTS `m_question_categories`; +DROP TABLE IF EXISTS `b_question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_categories` ( +CREATE TABLE `b_question_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL DEFAULT '0', @@ -10545,30 +10539,30 @@ CREATE TABLE `m_question_categories` ( `sortorder` bigint NOT NULL DEFAULT '999', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), - UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), - KEY `m_quescate_con_ix` (`contextid`), - KEY `m_quescate_par_ix` (`parent`) + UNIQUE KEY `b_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `b_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `b_quescate_con_ix` (`contextid`), + KEY `b_quescate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_categories` +-- Dumping data for table `b_question_categories` -- -LOCK TABLES `m_question_categories` WRITE; -/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +LOCK TABLES `b_question_categories` WRITE; +/*!40000 ALTER TABLE `b_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_definitions` +-- Table structure for table `b_question_dataset_definitions` -- -DROP TABLE IF EXISTS `m_question_dataset_definitions`; +DROP TABLE IF EXISTS `b_question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_definitions` ( +CREATE TABLE `b_question_dataset_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10576,80 +10570,80 @@ CREATE TABLE `m_question_dataset_definitions` ( `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdatadefi_cat_ix` (`category`) + KEY `b_quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_definitions` +-- Dumping data for table `b_question_dataset_definitions` -- -LOCK TABLES `m_question_dataset_definitions` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +LOCK TABLES `b_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_items` +-- Table structure for table `b_question_dataset_items` -- -DROP TABLE IF EXISTS `m_question_dataset_items`; +DROP TABLE IF EXISTS `b_question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_items` ( +CREATE TABLE `b_question_dataset_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `definition` bigint NOT NULL DEFAULT '0', `itemnumber` bigint NOT NULL DEFAULT '0', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesdataitem_def_ix` (`definition`) + KEY `b_quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_items` +-- Dumping data for table `b_question_dataset_items` -- -LOCK TABLES `m_question_dataset_items` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +LOCK TABLES `b_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_datasets` +-- Table structure for table `b_question_datasets` -- -DROP TABLE IF EXISTS `m_question_datasets`; +DROP TABLE IF EXISTS `b_question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_datasets` ( +CREATE TABLE `b_question_datasets` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `datasetdefinition` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), - KEY `m_quesdata_que_ix` (`question`), - KEY `m_quesdata_dat_ix` (`datasetdefinition`) + KEY `b_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `b_quesdata_que_ix` (`question`), + KEY `b_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_datasets` +-- Dumping data for table `b_question_datasets` -- -LOCK TABLES `m_question_datasets` WRITE; -/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +LOCK TABLES `b_question_datasets` WRITE; +/*!40000 ALTER TABLE `b_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_ddwtos` +-- Table structure for table `b_question_ddwtos` -- -DROP TABLE IF EXISTS `m_question_ddwtos`; +DROP TABLE IF EXISTS `b_question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_ddwtos` ( +CREATE TABLE `b_question_ddwtos` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10661,27 +10655,27 @@ CREATE TABLE `m_question_ddwtos` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesddwt_que_ix` (`questionid`) + KEY `b_quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_ddwtos` +-- Dumping data for table `b_question_ddwtos` -- -LOCK TABLES `m_question_ddwtos` WRITE; -/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +LOCK TABLES `b_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `b_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_gapselect` +-- Table structure for table `b_question_gapselect` -- -DROP TABLE IF EXISTS `m_question_gapselect`; +DROP TABLE IF EXISTS `b_question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_gapselect` ( +CREATE TABLE `b_question_gapselect` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10693,27 +10687,27 @@ CREATE TABLE `m_question_gapselect` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesgaps_que_ix` (`questionid`) + KEY `b_quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_gapselect` +-- Dumping data for table `b_question_gapselect` -- -LOCK TABLES `m_question_gapselect` WRITE; -/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +LOCK TABLES `b_question_gapselect` WRITE; +/*!40000 ALTER TABLE `b_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_hints` +-- Table structure for table `b_question_hints` -- -DROP TABLE IF EXISTS `m_question_hints`; +DROP TABLE IF EXISTS `b_question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_hints` ( +CREATE TABLE `b_question_hints` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10722,79 +10716,79 @@ CREATE TABLE `m_question_hints` ( `clearwrong` tinyint(1) DEFAULT NULL, `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_queshint_que_ix` (`questionid`) + KEY `b_queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- Dumping data for table `b_question_hints` -- -LOCK TABLES `m_question_hints` WRITE; -/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +LOCK TABLES `b_question_hints` WRITE; +/*!40000 ALTER TABLE `b_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_hints` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_multianswer` +-- Table structure for table `b_question_multianswer` -- -DROP TABLE IF EXISTS `m_question_multianswer`; +DROP TABLE IF EXISTS `b_question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_multianswer` ( +CREATE TABLE `b_question_multianswer` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesmult_que_ix` (`question`) + KEY `b_quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_multianswer` +-- Dumping data for table `b_question_multianswer` -- -LOCK TABLES `m_question_multianswer` WRITE; -/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +LOCK TABLES `b_question_multianswer` WRITE; +/*!40000 ALTER TABLE `b_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical` +-- Table structure for table `b_question_numerical` -- -DROP TABLE IF EXISTS `m_question_numerical`; +DROP TABLE IF EXISTS `b_question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical` ( +CREATE TABLE `b_question_numerical` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', PRIMARY KEY (`id`), - KEY `m_quesnume_ans_ix` (`answer`), - KEY `m_quesnume_que_ix` (`question`) + KEY `b_quesnume_ans_ix` (`answer`), + KEY `b_quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_numerical` +-- Dumping data for table `b_question_numerical` -- -LOCK TABLES `m_question_numerical` WRITE; -/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +LOCK TABLES `b_question_numerical` WRITE; +/*!40000 ALTER TABLE `b_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_options` +-- Table structure for table `b_question_numerical_options` -- -DROP TABLE IF EXISTS `m_question_numerical_options`; +DROP TABLE IF EXISTS `b_question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_options` ( +CREATE TABLE `b_question_numerical_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `showunits` smallint NOT NULL DEFAULT '0', @@ -10802,54 +10796,54 @@ CREATE TABLE `m_question_numerical_options` ( `unitgradingtype` smallint NOT NULL DEFAULT '0', `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', PRIMARY KEY (`id`), - KEY `m_quesnumeopti_que_ix` (`question`) + KEY `b_quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- Dumping data for table `b_question_numerical_options` -- -LOCK TABLES `m_question_numerical_options` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +LOCK TABLES `b_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_units` +-- Table structure for table `b_question_numerical_units` -- -DROP TABLE IF EXISTS `m_question_numerical_units`; +DROP TABLE IF EXISTS `b_question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_units` ( +CREATE TABLE `b_question_numerical_units` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), - KEY `m_quesnumeunit_que_ix` (`question`) + UNIQUE KEY `b_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `b_quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- Dumping data for table `b_question_numerical_units` -- -LOCK TABLES `m_question_numerical_units` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +LOCK TABLES `b_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_references` +-- Table structure for table `b_question_references` -- -DROP TABLE IF EXISTS `m_question_references`; +DROP TABLE IF EXISTS `b_question_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_references` ( +CREATE TABLE `b_question_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -10858,29 +10852,29 @@ CREATE TABLE `m_question_references` ( `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quesrefe_usi_ix` (`usingcontextid`), - KEY `m_quesrefe_que_ix` (`questionbankentryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quesrefe_usi_ix` (`usingcontextid`), + KEY `b_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_references` +-- Dumping data for table `b_question_references` -- -LOCK TABLES `m_question_references` WRITE; -/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +LOCK TABLES `b_question_references` WRITE; +/*!40000 ALTER TABLE `b_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_analysis` +-- Table structure for table `b_question_response_analysis` -- -DROP TABLE IF EXISTS `m_question_response_analysis`; +DROP TABLE IF EXISTS `b_question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_analysis` ( +CREATE TABLE `b_question_response_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10892,53 +10886,53 @@ CREATE TABLE `m_question_response_analysis` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespanal_que_ix` (`questionid`) + KEY `b_quesrespanal_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_response_analysis` +-- Dumping data for table `b_question_response_analysis` -- -LOCK TABLES `m_question_response_analysis` WRITE; -/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +LOCK TABLES `b_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `b_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_count` +-- Table structure for table `b_question_response_count` -- -DROP TABLE IF EXISTS `m_question_response_count`; +DROP TABLE IF EXISTS `b_question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_count` ( +CREATE TABLE `b_question_response_count` ( `id` bigint NOT NULL AUTO_INCREMENT, `analysisid` bigint NOT NULL, `try` bigint NOT NULL, `rcount` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespcoun_ana_ix` (`analysisid`) + KEY `b_quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- Dumping data for table `b_question_response_count` -- -LOCK TABLES `m_question_response_count` WRITE; -/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +LOCK TABLES `b_question_response_count` WRITE; +/*!40000 ALTER TABLE `b_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_set_references` +-- Table structure for table `b_question_set_references` -- -DROP TABLE IF EXISTS `m_question_set_references`; +DROP TABLE IF EXISTS `b_question_set_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_set_references` ( +CREATE TABLE `b_question_set_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -10947,29 +10941,29 @@ CREATE TABLE `m_question_set_references` ( `questionscontextid` bigint NOT NULL DEFAULT '0', `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quessetrefe_usi_ix` (`usingcontextid`), - KEY `m_quessetrefe_que_ix` (`questionscontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quessetrefe_usi_ix` (`usingcontextid`), + KEY `b_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_set_references` +-- Dumping data for table `b_question_set_references` -- -LOCK TABLES `m_question_set_references` WRITE; -/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +LOCK TABLES `b_question_set_references` WRITE; +/*!40000 ALTER TABLE `b_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_set_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_statistics` +-- Table structure for table `b_question_statistics` -- -DROP TABLE IF EXISTS `m_question_statistics`; +DROP TABLE IF EXISTS `b_question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_statistics` ( +CREATE TABLE `b_question_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL, @@ -10989,108 +10983,108 @@ CREATE TABLE `m_question_statistics` ( `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quesstat_que_ix` (`questionid`) + KEY `b_quesstat_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_statistics` +-- Dumping data for table `b_question_statistics` -- -LOCK TABLES `m_question_statistics` WRITE; -/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +LOCK TABLES `b_question_statistics` WRITE; +/*!40000 ALTER TABLE `b_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_truefalse` +-- Table structure for table `b_question_truefalse` -- -DROP TABLE IF EXISTS `m_question_truefalse`; +DROP TABLE IF EXISTS `b_question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_truefalse` ( +CREATE TABLE `b_question_truefalse` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `trueanswer` bigint NOT NULL DEFAULT '0', `falseanswer` bigint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_questrue_que_ix` (`question`) + KEY `b_questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_truefalse` +-- Dumping data for table `b_question_truefalse` -- -LOCK TABLES `m_question_truefalse` WRITE; -/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +LOCK TABLES `b_question_truefalse` WRITE; +/*!40000 ALTER TABLE `b_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_usages` +-- Table structure for table `b_question_usages` -- -DROP TABLE IF EXISTS `m_question_usages`; +DROP TABLE IF EXISTS `b_question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_usages` ( +CREATE TABLE `b_question_usages` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesusag_con_ix` (`contextid`) + KEY `b_quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- Dumping data for table `b_question_usages` -- -LOCK TABLES `m_question_usages` WRITE; -/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +LOCK TABLES `b_question_usages` WRITE; +/*!40000 ALTER TABLE `b_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_usages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_versions` +-- Table structure for table `b_question_versions` -- -DROP TABLE IF EXISTS `m_question_versions`; +DROP TABLE IF EXISTS `b_question_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_versions` ( +CREATE TABLE `b_question_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint NOT NULL DEFAULT '1', `questionid` bigint NOT NULL DEFAULT '0', `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', PRIMARY KEY (`id`), - KEY `m_quesvers_que_ix` (`questionbankentryid`), - KEY `m_quesvers_que2_ix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_quesvers_que_ix` (`questionbankentryid`), + KEY `b_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_versions` +-- Dumping data for table `b_question_versions` -- -LOCK TABLES `m_question_versions` WRITE; -/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +LOCK TABLES `b_question_versions` WRITE; +/*!40000 ALTER TABLE `b_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz` +-- Table structure for table `b_quiz` -- -DROP TABLE IF EXISTS `m_quiz`; +DROP TABLE IF EXISTS `b_quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz` ( +CREATE TABLE `b_quiz` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11133,27 +11127,27 @@ CREATE TABLE `m_quiz` ( `completionminattempts` bigint NOT NULL DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quiz_cou_ix` (`course`) + KEY `b_quiz_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz` +-- Dumping data for table `b_quiz` -- -LOCK TABLES `m_quiz` WRITE; -/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +LOCK TABLES `b_quiz` WRITE; +/*!40000 ALTER TABLE `b_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_attempts` +-- Table structure for table `b_quiz_attempts` -- -DROP TABLE IF EXISTS `m_quiz_attempts`; +DROP TABLE IF EXISTS `b_quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_attempts` ( +CREATE TABLE `b_quiz_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -11171,31 +11165,31 @@ CREATE TABLE `m_quiz_attempts` ( `sumgrades` decimal(10,5) DEFAULT NULL, `gradednotificationsenttime` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), - UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), - KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), - KEY `m_quizatte_qui_ix` (`quiz`), - KEY `m_quizatte_use_ix` (`userid`) + UNIQUE KEY `b_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `b_quizatte_uni_uix` (`uniqueid`), + KEY `b_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `b_quizatte_qui_ix` (`quiz`), + KEY `b_quizatte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_attempts` +-- Dumping data for table `b_quiz_attempts` -- -LOCK TABLES `m_quiz_attempts` WRITE; -/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +LOCK TABLES `b_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `b_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_feedback` +-- Table structure for table `b_quiz_feedback` -- -DROP TABLE IF EXISTS `m_quiz_feedback`; +DROP TABLE IF EXISTS `b_quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_feedback` ( +CREATE TABLE `b_quiz_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL DEFAULT '0', `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11203,55 +11197,55 @@ CREATE TABLE `m_quiz_feedback` ( `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), - KEY `m_quizfeed_qui_ix` (`quizid`) + KEY `b_quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- Dumping data for table `b_quiz_feedback` -- -LOCK TABLES `m_quiz_feedback` WRITE; -/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +LOCK TABLES `b_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `b_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_grades` +-- Table structure for table `b_quiz_grades` -- -DROP TABLE IF EXISTS `m_quiz_grades`; +DROP TABLE IF EXISTS `b_quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_grades` ( +CREATE TABLE `b_quiz_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizgrad_use_ix` (`userid`), - KEY `m_quizgrad_qui_ix` (`quiz`) + KEY `b_quizgrad_use_ix` (`userid`), + KEY `b_quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- Dumping data for table `b_quiz_grades` -- -LOCK TABLES `m_quiz_grades` WRITE; -/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +LOCK TABLES `b_quiz_grades` WRITE; +/*!40000 ALTER TABLE `b_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overrides` +-- Table structure for table `b_quiz_overrides` -- -DROP TABLE IF EXISTS `m_quiz_overrides`; +DROP TABLE IF EXISTS `b_quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overrides` ( +CREATE TABLE `b_quiz_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -11262,29 +11256,29 @@ CREATE TABLE `m_quiz_overrides` ( `attempts` mediumint DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quizover_qui_ix` (`quiz`), - KEY `m_quizover_gro_ix` (`groupid`), - KEY `m_quizover_use_ix` (`userid`) + KEY `b_quizover_qui_ix` (`quiz`), + KEY `b_quizover_gro_ix` (`groupid`), + KEY `b_quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- Dumping data for table `b_quiz_overrides` -- -LOCK TABLES `m_quiz_overrides` WRITE; -/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +LOCK TABLES `b_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `b_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overview_regrades` +-- Table structure for table `b_quiz_overview_regrades` -- -DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +DROP TABLE IF EXISTS `b_quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overview_regrades` ( +CREATE TABLE `b_quiz_overview_regrades` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -11293,82 +11287,82 @@ CREATE TABLE `m_quiz_overview_regrades` ( `regraded` smallint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) + KEY `b_quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- Dumping data for table `b_quiz_overview_regrades` -- -LOCK TABLES `m_quiz_overview_regrades` WRITE; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +LOCK TABLES `b_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_reports` +-- Table structure for table `b_quiz_reports` -- -DROP TABLE IF EXISTS `m_quiz_reports`; +DROP TABLE IF EXISTS `b_quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_reports` ( +CREATE TABLE `b_quiz_reports` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `displayorder` bigint NOT NULL, `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizrepo_nam_uix` (`name`) + UNIQUE KEY `b_quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- Dumping data for table `b_quiz_reports` -- -LOCK TABLES `m_quiz_reports` WRITE; -/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; -INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); -/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +LOCK TABLES `b_quiz_reports` WRITE; +/*!40000 ALTER TABLE `b_quiz_reports` DISABLE KEYS */; +INSERT INTO `b_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `b_quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_sections` +-- Table structure for table `b_quiz_sections` -- -DROP TABLE IF EXISTS `m_quiz_sections`; +DROP TABLE IF EXISTS `b_quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_sections` ( +CREATE TABLE `b_quiz_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `firstslot` bigint NOT NULL, `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shufflequestions` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), - KEY `m_quizsect_qui_ix` (`quizid`) + UNIQUE KEY `b_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `b_quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- Dumping data for table `b_quiz_sections` -- -LOCK TABLES `m_quiz_sections` WRITE; -/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +LOCK TABLES `b_quiz_sections` WRITE; +/*!40000 ALTER TABLE `b_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_slots` +-- Table structure for table `b_quiz_slots` -- -DROP TABLE IF EXISTS `m_quiz_slots`; +DROP TABLE IF EXISTS `b_quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_slots` ( +CREATE TABLE `b_quiz_slots` ( `id` bigint NOT NULL AUTO_INCREMENT, `slot` bigint NOT NULL, `quizid` bigint NOT NULL DEFAULT '0', @@ -11376,28 +11370,28 @@ CREATE TABLE `m_quiz_slots` ( `requireprevious` smallint NOT NULL DEFAULT '0', `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), - KEY `m_quizslot_qui_ix` (`quizid`) + UNIQUE KEY `b_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `b_quizslot_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- Dumping data for table `b_quiz_slots` -- -LOCK TABLES `m_quiz_slots` WRITE; -/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +LOCK TABLES `b_quiz_slots` WRITE; +/*!40000 ALTER TABLE `b_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_statistics` +-- Table structure for table `b_quiz_statistics` -- -DROP TABLE IF EXISTS `m_quiz_statistics`; +DROP TABLE IF EXISTS `b_quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_statistics` ( +CREATE TABLE `b_quiz_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichattempts` smallint NOT NULL, @@ -11422,22 +11416,22 @@ CREATE TABLE `m_quiz_statistics` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_statistics` +-- Dumping data for table `b_quiz_statistics` -- -LOCK TABLES `m_quiz_statistics` WRITE; -/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +LOCK TABLES `b_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `b_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_quizsettings` +-- Table structure for table `b_quizaccess_seb_quizsettings` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +DROP TABLE IF EXISTS `b_quizaccess_seb_quizsettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_quizsettings` ( +CREATE TABLE `b_quizaccess_seb_quizsettings` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -11468,30 +11462,30 @@ CREATE TABLE `m_quizaccess_seb_quizsettings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), - UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), - KEY `m_quizsebquiz_tem_ix` (`templateid`), - KEY `m_quizsebquiz_use_ix` (`usermodified`) + UNIQUE KEY `b_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `b_quizsebquiz_cmi_uix` (`cmid`), + KEY `b_quizsebquiz_tem_ix` (`templateid`), + KEY `b_quizsebquiz_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_quizsettings` +-- Dumping data for table `b_quizaccess_seb_quizsettings` -- -LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +LOCK TABLES `b_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_template` +-- Table structure for table `b_quizaccess_seb_template` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +DROP TABLE IF EXISTS `b_quizaccess_seb_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_template` ( +CREATE TABLE `b_quizaccess_seb_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11502,27 +11496,27 @@ CREATE TABLE `m_quizaccess_seb_template` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizsebtemp_use_ix` (`usermodified`) + KEY `b_quizsebtemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_template` +-- Dumping data for table `b_quizaccess_seb_template` -- -LOCK TABLES `m_quizaccess_seb_template` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +LOCK TABLES `b_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_rating` +-- Table structure for table `b_rating` -- -DROP TABLE IF EXISTS `m_rating`; +DROP TABLE IF EXISTS `b_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_rating` ( +CREATE TABLE `b_rating` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11534,30 +11528,30 @@ CREATE TABLE `m_rating` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), - KEY `m_rati_con_ix` (`contextid`), - KEY `m_rati_use_ix` (`userid`), - KEY `m_rati_sca_ix` (`scaleid`) + KEY `b_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `b_rati_con_ix` (`contextid`), + KEY `b_rati_use_ix` (`userid`), + KEY `b_rati_sca_ix` (`scaleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_rating` +-- Dumping data for table `b_rating` -- -LOCK TABLES `m_rating` WRITE; -/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +LOCK TABLES `b_rating` WRITE; +/*!40000 ALTER TABLE `b_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_rating` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_registration_hubs` +-- Table structure for table `b_registration_hubs` -- -DROP TABLE IF EXISTS `m_registration_hubs`; +DROP TABLE IF EXISTS `b_registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_registration_hubs` ( +CREATE TABLE `b_registration_hubs` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11570,22 +11564,22 @@ CREATE TABLE `m_registration_hubs` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_registration_hubs` +-- Dumping data for table `b_registration_hubs` -- -LOCK TABLES `m_registration_hubs` WRITE; -/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +LOCK TABLES `b_registration_hubs` WRITE; +/*!40000 ALTER TABLE `b_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_audience` +-- Table structure for table `b_reportbuilder_audience` -- -DROP TABLE IF EXISTS `m_reportbuilder_audience`; +DROP TABLE IF EXISTS `b_reportbuilder_audience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_audience` ( +CREATE TABLE `b_reportbuilder_audience` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL, `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -11596,29 +11590,29 @@ CREATE TABLE `m_reportbuilder_audience` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoaudi_rep_ix` (`reportid`), - KEY `m_repoaudi_use_ix` (`usercreated`), - KEY `m_repoaudi_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repoaudi_rep_ix` (`reportid`), + KEY `b_repoaudi_use_ix` (`usercreated`), + KEY `b_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_audience` +-- Dumping data for table `b_reportbuilder_audience` -- -LOCK TABLES `m_reportbuilder_audience` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_audience` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_column` +-- Table structure for table `b_reportbuilder_column` -- -DROP TABLE IF EXISTS `m_reportbuilder_column`; +DROP TABLE IF EXISTS `b_reportbuilder_column`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_column` ( +CREATE TABLE `b_reportbuilder_column` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11633,29 +11627,29 @@ CREATE TABLE `m_reportbuilder_column` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repocolu_rep_ix` (`reportid`), - KEY `m_repocolu_use_ix` (`usercreated`), - KEY `m_repocolu_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repocolu_rep_ix` (`reportid`), + KEY `b_repocolu_use_ix` (`usercreated`), + KEY `b_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_column` +-- Dumping data for table `b_reportbuilder_column` -- -LOCK TABLES `m_reportbuilder_column` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_column` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_filter` +-- Table structure for table `b_reportbuilder_filter` -- -DROP TABLE IF EXISTS `m_reportbuilder_filter`; +DROP TABLE IF EXISTS `b_reportbuilder_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_filter` ( +CREATE TABLE `b_reportbuilder_filter` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11667,29 +11661,29 @@ CREATE TABLE `m_reportbuilder_filter` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repofilt_rep_ix` (`reportid`), - KEY `m_repofilt_use_ix` (`usercreated`), - KEY `m_repofilt_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repofilt_rep_ix` (`reportid`), + KEY `b_repofilt_use_ix` (`usercreated`), + KEY `b_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_filter` +-- Dumping data for table `b_reportbuilder_filter` -- -LOCK TABLES `m_reportbuilder_filter` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_filter` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_report` +-- Table structure for table `b_reportbuilder_report` -- -DROP TABLE IF EXISTS `m_reportbuilder_report`; +DROP TABLE IF EXISTS `b_reportbuilder_report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_report` ( +CREATE TABLE `b_reportbuilder_report` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11706,29 +11700,29 @@ CREATE TABLE `m_reportbuilder_report` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reporepo_use_ix` (`usercreated`), - KEY `m_reporepo_use2_ix` (`usermodified`), - KEY `m_reporepo_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_reporepo_use_ix` (`usercreated`), + KEY `b_reporepo_use2_ix` (`usermodified`), + KEY `b_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_report` +-- Dumping data for table `b_reportbuilder_report` -- -LOCK TABLES `m_reportbuilder_report` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_schedule` +-- Table structure for table `b_reportbuilder_schedule` -- -DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +DROP TABLE IF EXISTS `b_reportbuilder_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_schedule` ( +CREATE TABLE `b_reportbuilder_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11749,30 +11743,30 @@ CREATE TABLE `m_reportbuilder_schedule` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reposche_rep_ix` (`reportid`), - KEY `m_reposche_use_ix` (`userviewas`), - KEY `m_reposche_use2_ix` (`usercreated`), - KEY `m_reposche_use3_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_reposche_rep_ix` (`reportid`), + KEY `b_reposche_use_ix` (`userviewas`), + KEY `b_reposche_use2_ix` (`usercreated`), + KEY `b_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_schedule` +-- Dumping data for table `b_reportbuilder_schedule` -- -LOCK TABLES `m_reportbuilder_schedule` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository` +-- Table structure for table `b_repository` -- -DROP TABLE IF EXISTS `m_repository`; +DROP TABLE IF EXISTS `b_repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository` ( +CREATE TABLE `b_repository` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) DEFAULT '1', @@ -11782,23 +11776,23 @@ CREATE TABLE `m_repository` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository` +-- Dumping data for table `b_repository` -- -LOCK TABLES `m_repository` WRITE; -/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; -INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); -/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +LOCK TABLES `b_repository` WRITE; +/*!40000 ALTER TABLE `b_repository` DISABLE KEYS */; +INSERT INTO `b_repository` 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 `b_repository` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instance_config` +-- Table structure for table `b_repository_instance_config` -- -DROP TABLE IF EXISTS `m_repository_instance_config`; +DROP TABLE IF EXISTS `b_repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instance_config` ( +CREATE TABLE `b_repository_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11808,22 +11802,22 @@ CREATE TABLE `m_repository_instance_config` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_instance_config` +-- Dumping data for table `b_repository_instance_config` -- -LOCK TABLES `m_repository_instance_config` WRITE; -/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +LOCK TABLES `b_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `b_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instances` +-- Table structure for table `b_repository_instances` -- -DROP TABLE IF EXISTS `m_repository_instances`; +DROP TABLE IF EXISTS `b_repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instances` ( +CREATE TABLE `b_repository_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `typeid` bigint NOT NULL, @@ -11835,29 +11829,29 @@ CREATE TABLE `m_repository_instances` ( `timemodified` bigint DEFAULT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoinst_use_ix` (`userid`), - KEY `m_repoinst_con_ix` (`contextid`) + KEY `b_repoinst_use_ix` (`userid`), + KEY `b_repoinst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- Dumping data for table `b_repository_instances` -- -LOCK TABLES `m_repository_instances` WRITE; -/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; -INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); -/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +LOCK TABLES `b_repository_instances` WRITE; +/*!40000 ALTER TABLE `b_repository_instances` DISABLE KEYS */; +INSERT INTO `b_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080035,1734080035,0),(2,'',2,0,1,NULL,NULL,1734080036,1734080036,0),(3,'',3,0,1,NULL,NULL,1734080038,1734080038,0),(4,'',4,0,1,NULL,NULL,1734080039,1734080039,0),(5,'',5,0,1,NULL,NULL,1734080040,1734080040,0),(6,'',6,0,1,NULL,NULL,1734080040,1734080040,0),(7,'',7,0,1,NULL,NULL,1734080040,1734080040,0),(8,'',8,0,1,NULL,NULL,1734080041,1734080041,0); +/*!40000 ALTER TABLE `b_repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_onedrive_access` +-- Table structure for table `b_repository_onedrive_access` -- -DROP TABLE IF EXISTS `m_repository_onedrive_access`; +DROP TABLE IF EXISTS `b_repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_onedrive_access` ( +CREATE TABLE `b_repository_onedrive_access` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -11865,27 +11859,27 @@ CREATE TABLE `m_repository_onedrive_access` ( `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_repoonedacce_use_ix` (`usermodified`) + KEY `b_repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_onedrive_access` +-- Dumping data for table `b_repository_onedrive_access` -- -LOCK TABLES `m_repository_onedrive_access` WRITE; -/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +LOCK TABLES `b_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `b_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource` +-- Table structure for table `b_resource` -- -DROP TABLE IF EXISTS `m_resource`; +DROP TABLE IF EXISTS `b_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource` ( +CREATE TABLE `b_resource` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11900,27 +11894,27 @@ CREATE TABLE `m_resource` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reso_cou_ix` (`course`) + KEY `b_reso_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- Dumping data for table `b_resource` -- -LOCK TABLES `m_resource` WRITE; -/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +LOCK TABLES `b_resource` WRITE; +/*!40000 ALTER TABLE `b_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource_old` +-- Table structure for table `b_resource_old` -- -DROP TABLE IF EXISTS `m_resource_old`; +DROP TABLE IF EXISTS `b_resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource_old` ( +CREATE TABLE `b_resource_old` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11938,28 +11932,28 @@ CREATE TABLE `m_resource_old` ( `newid` bigint DEFAULT NULL, `migrated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_resoold_old_uix` (`oldid`), - KEY `m_resoold_cmi_ix` (`cmid`) + UNIQUE KEY `b_resoold_old_uix` (`oldid`), + KEY `b_resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- Dumping data for table `b_resource_old` -- -LOCK TABLES `m_resource_old` WRITE; -/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +LOCK TABLES `b_resource_old` WRITE; +/*!40000 ALTER TABLE `b_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource_old` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role` +-- Table structure for table `b_role` -- -DROP TABLE IF EXISTS `m_role`; +DROP TABLE IF EXISTS `b_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role` ( +CREATE TABLE `b_role` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11967,141 +11961,141 @@ CREATE TABLE `m_role` ( `sortorder` bigint NOT NULL DEFAULT '0', `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_role_sor_uix` (`sortorder`), - UNIQUE KEY `m_role_sho_uix` (`shortname`) + UNIQUE KEY `b_role_sor_uix` (`sortorder`), + UNIQUE KEY `b_role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role` +-- Dumping data for table `b_role` -- -LOCK TABLES `m_role` WRITE; -/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; -INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); -/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +LOCK TABLES `b_role` WRITE; +/*!40000 ALTER TABLE `b_role` DISABLE KEYS */; +INSERT INTO `b_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `b_role` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_assign` +-- Table structure for table `b_role_allow_assign` -- -DROP TABLE IF EXISTS `m_role_allow_assign`; +DROP TABLE IF EXISTS `b_role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_assign` ( +CREATE TABLE `b_role_allow_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowassign` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), - KEY `m_rolealloassi_rol_ix` (`roleid`), - KEY `m_rolealloassi_all_ix` (`allowassign`) + UNIQUE KEY `b_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `b_rolealloassi_rol_ix` (`roleid`), + KEY `b_rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_assign` +-- Dumping data for table `b_role_allow_assign` -- -LOCK TABLES `m_role_allow_assign` WRITE; -/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; -INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); -/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +LOCK TABLES `b_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `b_role_allow_assign` DISABLE KEYS */; +INSERT INTO `b_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `b_role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_override` +-- Table structure for table `b_role_allow_override` -- -DROP TABLE IF EXISTS `m_role_allow_override`; +DROP TABLE IF EXISTS `b_role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_override` ( +CREATE TABLE `b_role_allow_override` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowoverride` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), - KEY `m_rolealloover_rol_ix` (`roleid`), - KEY `m_rolealloover_all_ix` (`allowoverride`) + UNIQUE KEY `b_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `b_rolealloover_rol_ix` (`roleid`), + KEY `b_rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_override` +-- Dumping data for table `b_role_allow_override` -- -LOCK TABLES `m_role_allow_override` WRITE; -/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; -INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); -/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +LOCK TABLES `b_role_allow_override` WRITE; +/*!40000 ALTER TABLE `b_role_allow_override` DISABLE KEYS */; +INSERT INTO `b_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `b_role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_switch` +-- Table structure for table `b_role_allow_switch` -- -DROP TABLE IF EXISTS `m_role_allow_switch`; +DROP TABLE IF EXISTS `b_role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_switch` ( +CREATE TABLE `b_role_allow_switch` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowswitch` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), - KEY `m_rolealloswit_rol_ix` (`roleid`), - KEY `m_rolealloswit_all_ix` (`allowswitch`) + UNIQUE KEY `b_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `b_rolealloswit_rol_ix` (`roleid`), + KEY `b_rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- Dumping data for table `b_role_allow_switch` -- -LOCK TABLES `m_role_allow_switch` WRITE; -/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; -INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); -/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +LOCK TABLES `b_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `b_role_allow_switch` DISABLE KEYS */; +INSERT INTO `b_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `b_role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_view` +-- Table structure for table `b_role_allow_view` -- -DROP TABLE IF EXISTS `m_role_allow_view`; +DROP TABLE IF EXISTS `b_role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_view` ( +CREATE TABLE `b_role_allow_view` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowview` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), - KEY `m_rolealloview_rol_ix` (`roleid`), - KEY `m_rolealloview_all_ix` (`allowview`) + UNIQUE KEY `b_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `b_rolealloview_rol_ix` (`roleid`), + KEY `b_rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- Dumping data for table `b_role_allow_view` -- -LOCK TABLES `m_role_allow_view` WRITE; -/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; -INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); -/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +LOCK TABLES `b_role_allow_view` WRITE; +/*!40000 ALTER TABLE `b_role_allow_view` DISABLE KEYS */; +INSERT INTO `b_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `b_role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_assignments` +-- Table structure for table `b_role_assignments` -- -DROP TABLE IF EXISTS `m_role_assignments`; +DROP TABLE IF EXISTS `b_role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_assignments` ( +CREATE TABLE `b_role_assignments` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', @@ -12112,34 +12106,33 @@ CREATE TABLE `m_role_assignments` ( `itemid` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_roleassi_sor_ix` (`sortorder`), - KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), - KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), - KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), - KEY `m_roleassi_rol_ix` (`roleid`), - KEY `m_roleassi_con_ix` (`contextid`), - KEY `m_roleassi_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; + KEY `b_roleassi_sor_ix` (`sortorder`), + KEY `b_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `b_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `b_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `b_roleassi_rol_ix` (`roleid`), + KEY `b_roleassi_con_ix` (`contextid`), + KEY `b_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_assignments` +-- Dumping data for table `b_role_assignments` -- -LOCK TABLES `m_role_assignments` WRITE; -/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; -INSERT INTO `m_role_assignments` VALUES (1,3,21,3,1566471448,2,'',0,0),(2,5,21,4,1566471456,2,'',0,0); -/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +LOCK TABLES `b_role_assignments` WRITE; +/*!40000 ALTER TABLE `b_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_capabilities` +-- Table structure for table `b_role_capabilities` -- -DROP TABLE IF EXISTS `m_role_capabilities`; +DROP TABLE IF EXISTS `b_role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_capabilities` ( +CREATE TABLE `b_role_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', @@ -12148,87 +12141,87 @@ CREATE TABLE `m_role_capabilities` ( `timemodified` bigint NOT NULL DEFAULT '0', `modifierid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), - KEY `m_rolecapa_rol_ix` (`roleid`), - KEY `m_rolecapa_con_ix` (`contextid`), - KEY `m_rolecapa_mod_ix` (`modifierid`), - KEY `m_rolecapa_cap_ix` (`capability`) -) ENGINE=InnoDB AUTO_INCREMENT=1511 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; + UNIQUE KEY `b_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `b_rolecapa_rol_ix` (`roleid`), + KEY `b_rolecapa_con_ix` (`contextid`), + KEY `b_rolecapa_mod_ix` (`modifierid`), + KEY `b_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1487 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- Dumping data for table `b_role_capabilities` -- -LOCK TABLES `m_role_capabilities` WRITE; -/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; -INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(470,1,6,'mod/assignment:view',1,1566467684,0),(471,1,5,'mod/assignment:view',1,1566467684,0),(472,1,4,'mod/assignment:view',1,1566467684,0),(473,1,3,'mod/assignment:view',1,1566467684,0),(474,1,1,'mod/assignment:view',1,1566467684,0),(475,1,3,'mod/assignment:addinstance',1,1566467684,0),(476,1,1,'mod/assignment:addinstance',1,1566467684,0),(477,1,5,'mod/assignment:submit',1,1566467684,0),(478,1,4,'mod/assignment:grade',1,1566467684,0),(479,1,3,'mod/assignment:grade',1,1566467684,0),(480,1,1,'mod/assignment:grade',1,1566467684,0),(481,1,4,'mod/assignment:exportownsubmission',1,1566467684,0),(482,1,3,'mod/assignment:exportownsubmission',1,1566467684,0),(483,1,1,'mod/assignment:exportownsubmission',1,1566467684,0),(484,1,5,'mod/assignment:exportownsubmission',1,1566467684,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1360,1,3,'mod/lti:addmanualinstance',1,1612456674,0),(1361,1,1,'mod/lti:addmanualinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1683021827,0),(1468,1,1,'moodle/reportbuilder:edit',1,1683021827,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1683021829,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1683021829,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1683021829,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1683021829,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1683021830,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1683021830,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1683021830,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1683021830,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1683021830,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1683021830,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1683021830,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1683021830,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1683021830,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1683021830,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1683021830,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1683021830,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1683021830,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1683021830,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1683021830,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1683021830,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1683021830,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1683021830,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1683021830,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1683021830,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1683021830,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1683021830,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1683021830,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1683021830,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1683021830,0),(1498,1,3,'gradereport/summary:view',1,1683021844,0),(1499,1,4,'gradereport/summary:view',1,1683021844,0),(1500,1,1,'gradereport/summary:view',1,1683021844,0),(1501,1,3,'moodle/question:commentmine',1,1683021847,0),(1502,1,1,'moodle/question:commentmine',1,1683021847,0),(1503,1,3,'moodle/question:commentall',1,1683021847,0),(1504,1,1,'moodle/question:commentall',1,1683021847,0),(1505,1,1,'qbank/customfields:changelockedcustomfields',1,1683021847,0),(1506,1,3,'qbank/customfields:viewhiddencustomfields',1,1683021847,0),(1507,1,1,'qbank/customfields:viewhiddencustomfields',1,1683021847,0),(1508,1,3,'tiny/h5p:addembed',1,1683021858,0),(1509,1,7,'tiny/recordrtc:recordaudio',1,1683021859,0),(1510,1,7,'tiny/recordrtc:recordvideo',1,1683021859,0); -/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +LOCK TABLES `b_role_capabilities` WRITE; +/*!40000 ALTER TABLE `b_role_capabilities` DISABLE KEYS */; +INSERT INTO `b_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734079899,0),(2,1,2,'moodle/site:configview',1,1734079899,0),(3,1,1,'moodle/site:readallmessages',1,1734079899,0),(4,1,3,'moodle/site:readallmessages',1,1734079899,0),(5,1,1,'moodle/site:manageallmessaging',1,1734079899,0),(6,1,1,'moodle/site:deleteanymessage',1,1734079899,0),(7,1,1,'moodle/site:sendmessage',1,1734079899,0),(8,1,7,'moodle/site:sendmessage',1,1734079899,0),(9,1,7,'moodle/site:senderrormessage',1,1734079899,0),(10,1,7,'moodle/site:deleteownmessage',1,1734079899,0),(11,1,1,'moodle/site:approvecourse',1,1734079899,0),(12,1,3,'moodle/backup:backupcourse',1,1734079899,0),(13,1,1,'moodle/backup:backupcourse',1,1734079899,0),(14,1,3,'moodle/backup:backupsection',1,1734079899,0),(15,1,1,'moodle/backup:backupsection',1,1734079899,0),(16,1,3,'moodle/backup:backupactivity',1,1734079899,0),(17,1,1,'moodle/backup:backupactivity',1,1734079899,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734079899,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734079899,0),(20,1,3,'moodle/backup:downloadfile',1,1734079899,0),(21,1,1,'moodle/backup:downloadfile',1,1734079899,0),(22,1,3,'moodle/backup:configure',1,1734079899,0),(23,1,1,'moodle/backup:configure',1,1734079899,0),(24,1,1,'moodle/backup:userinfo',1,1734079899,0),(25,1,1,'moodle/backup:anonymise',1,1734079899,0),(26,1,3,'moodle/restore:restorecourse',1,1734079900,0),(27,1,1,'moodle/restore:restorecourse',1,1734079900,0),(28,1,3,'moodle/restore:restoresection',1,1734079900,0),(29,1,1,'moodle/restore:restoresection',1,1734079900,0),(30,1,3,'moodle/restore:restoreactivity',1,1734079900,0),(31,1,1,'moodle/restore:restoreactivity',1,1734079900,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734079900,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734079900,0),(36,1,3,'moodle/restore:uploadfile',1,1734079900,0),(37,1,1,'moodle/restore:uploadfile',1,1734079900,0),(38,1,3,'moodle/restore:configure',1,1734079900,0),(39,1,1,'moodle/restore:configure',1,1734079900,0),(40,1,2,'moodle/restore:rolldates',1,1734079900,0),(41,1,1,'moodle/restore:rolldates',1,1734079900,0),(42,1,1,'moodle/restore:userinfo',1,1734079900,0),(43,1,1,'moodle/restore:createuser',1,1734079900,0),(44,1,3,'moodle/site:manageblocks',1,1734079900,0),(45,1,1,'moodle/site:manageblocks',1,1734079900,0),(46,1,3,'moodle/site:accessallgroups',1,1734079900,0),(47,1,1,'moodle/site:accessallgroups',1,1734079900,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734079900,0),(49,1,4,'moodle/site:viewfullnames',1,1734079900,0),(50,1,3,'moodle/site:viewfullnames',1,1734079901,0),(51,1,1,'moodle/site:viewfullnames',1,1734079901,0),(52,1,4,'moodle/site:viewuseridentity',1,1734079901,0),(53,1,3,'moodle/site:viewuseridentity',1,1734079901,0),(54,1,1,'moodle/site:viewuseridentity',1,1734079901,0),(55,1,4,'moodle/site:viewreports',1,1734079901,0),(56,1,3,'moodle/site:viewreports',1,1734079901,0),(57,1,1,'moodle/site:viewreports',1,1734079901,0),(58,1,3,'moodle/site:trustcontent',1,1734079901,0),(59,1,1,'moodle/site:trustcontent',1,1734079901,0),(60,1,1,'moodle/site:uploadusers',1,1734079901,0),(61,1,3,'moodle/filter:manage',1,1734079901,0),(62,1,1,'moodle/filter:manage',1,1734079901,0),(63,1,1,'moodle/user:create',1,1734079901,0),(64,1,1,'moodle/user:delete',1,1734079901,0),(65,1,1,'moodle/user:update',1,1734079901,0),(66,1,6,'moodle/user:viewdetails',1,1734079901,0),(67,1,5,'moodle/user:viewdetails',1,1734079901,0),(68,1,4,'moodle/user:viewdetails',1,1734079901,0),(69,1,3,'moodle/user:viewdetails',1,1734079901,0),(70,1,1,'moodle/user:viewdetails',1,1734079901,0),(71,1,1,'moodle/user:viewalldetails',1,1734079901,0),(72,1,1,'moodle/user:viewlastip',1,1734079901,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734079902,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734079902,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734079902,0),(76,1,1,'moodle/user:loginas',1,1734079902,0),(77,1,1,'moodle/user:managesyspages',1,1734079902,0),(78,1,7,'moodle/user:manageownblocks',1,1734079902,0),(79,1,7,'moodle/user:manageownfiles',1,1734079902,0),(80,1,1,'moodle/my:configsyspages',1,1734079902,0),(81,1,3,'moodle/role:assign',1,1734079902,0),(82,1,1,'moodle/role:assign',1,1734079902,0),(83,1,4,'moodle/role:review',1,1734079902,0),(84,1,3,'moodle/role:review',1,1734079902,0),(85,1,1,'moodle/role:review',1,1734079902,0),(86,1,1,'moodle/role:override',1,1734079902,0),(87,1,3,'moodle/role:safeoverride',1,1734079902,0),(88,1,1,'moodle/role:manage',1,1734079902,0),(89,1,3,'moodle/role:switchroles',1,1734079902,0),(90,1,1,'moodle/role:switchroles',1,1734079902,0),(91,1,1,'moodle/category:manage',1,1734079902,0),(92,1,6,'moodle/category:viewcourselist',1,1734079902,0),(93,1,7,'moodle/category:viewcourselist',1,1734079902,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734079902,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734079902,0),(96,1,1,'moodle/cohort:manage',1,1734079902,0),(97,1,1,'moodle/cohort:assign',1,1734079903,0),(98,1,3,'moodle/cohort:view',1,1734079903,0),(99,1,1,'moodle/cohort:view',1,1734079903,0),(100,1,2,'moodle/course:create',1,1734079903,0),(101,1,1,'moodle/course:create',1,1734079903,0),(102,1,3,'moodle/course:creategroupconversations',1,1734079903,0),(103,1,1,'moodle/course:creategroupconversations',1,1734079903,0),(104,1,1,'moodle/course:delete',1,1734079903,0),(105,1,3,'moodle/course:update',1,1734079903,0),(106,1,1,'moodle/course:update',1,1734079903,0),(107,1,1,'moodle/course:view',1,1734079903,0),(108,1,3,'moodle/course:enrolreview',1,1734079903,0),(109,1,1,'moodle/course:enrolreview',1,1734079903,0),(110,1,3,'moodle/course:enrolconfig',1,1734079903,0),(111,1,1,'moodle/course:enrolconfig',1,1734079903,0),(112,1,3,'moodle/course:reviewotherusers',1,1734079903,0),(113,1,1,'moodle/course:reviewotherusers',1,1734079903,0),(114,1,4,'moodle/course:bulkmessaging',1,1734079903,0),(115,1,3,'moodle/course:bulkmessaging',1,1734079903,0),(116,1,1,'moodle/course:bulkmessaging',1,1734079903,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734079903,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734079904,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734079904,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734079904,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734079904,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734079904,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734079904,0),(124,1,3,'moodle/course:visibility',1,1734079904,0),(125,1,1,'moodle/course:visibility',1,1734079904,0),(126,1,3,'moodle/course:managefiles',1,1734079904,0),(127,1,1,'moodle/course:managefiles',1,1734079904,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(132,1,3,'moodle/course:manageactivities',1,1734079904,0),(133,1,1,'moodle/course:manageactivities',1,1734079904,0),(134,1,3,'moodle/course:activityvisibility',1,1734079904,0),(135,1,1,'moodle/course:activityvisibility',1,1734079904,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734079904,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734079904,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734079904,0),(139,1,5,'moodle/course:viewparticipants',1,1734079904,0),(140,1,4,'moodle/course:viewparticipants',1,1734079905,0),(141,1,3,'moodle/course:viewparticipants',1,1734079905,0),(142,1,1,'moodle/course:viewparticipants',1,1734079905,0),(143,1,3,'moodle/course:changefullname',1,1734079905,0),(144,1,1,'moodle/course:changefullname',1,1734079905,0),(145,1,3,'moodle/course:changeshortname',1,1734079905,0),(146,1,1,'moodle/course:changeshortname',1,1734079905,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734079905,0),(148,1,3,'moodle/course:renameroles',1,1734079905,0),(149,1,1,'moodle/course:renameroles',1,1734079905,0),(150,1,3,'moodle/course:changeidnumber',1,1734079905,0),(151,1,1,'moodle/course:changeidnumber',1,1734079905,0),(152,1,3,'moodle/course:changecategory',1,1734079905,0),(153,1,1,'moodle/course:changecategory',1,1734079905,0),(154,1,3,'moodle/course:changesummary',1,1734079905,0),(155,1,1,'moodle/course:changesummary',1,1734079905,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734079905,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734079905,0),(158,1,1,'moodle/site:viewparticipants',1,1734079905,0),(159,1,5,'moodle/course:isincompletionreports',1,1734079905,0),(160,1,5,'moodle/course:viewscales',1,1734079905,0),(161,1,4,'moodle/course:viewscales',1,1734079905,0),(162,1,3,'moodle/course:viewscales',1,1734079905,0),(163,1,1,'moodle/course:viewscales',1,1734079906,0),(164,1,3,'moodle/course:managescales',1,1734079906,0),(165,1,1,'moodle/course:managescales',1,1734079906,0),(166,1,3,'moodle/course:managegroups',1,1734079906,0),(167,1,1,'moodle/course:managegroups',1,1734079906,0),(168,1,3,'moodle/course:reset',1,1734079906,0),(169,1,1,'moodle/course:reset',1,1734079906,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734079906,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734079906,0),(172,1,1,'moodle/course:tag',1,1734079906,0),(173,1,3,'moodle/course:tag',1,1734079906,0),(174,1,6,'moodle/blog:view',1,1734079906,0),(175,1,7,'moodle/blog:view',1,1734079906,0),(176,1,5,'moodle/blog:view',1,1734079906,0),(177,1,4,'moodle/blog:view',1,1734079906,0),(178,1,3,'moodle/blog:view',1,1734079906,0),(179,1,1,'moodle/blog:view',1,1734079906,0),(180,1,6,'moodle/blog:search',1,1734079906,0),(181,1,7,'moodle/blog:search',1,1734079906,0),(182,1,5,'moodle/blog:search',1,1734079906,0),(183,1,4,'moodle/blog:search',1,1734079906,0),(184,1,3,'moodle/blog:search',1,1734079906,0),(185,1,1,'moodle/blog:search',1,1734079906,0),(186,1,1,'moodle/blog:viewdrafts',1,1734079907,0),(187,1,7,'moodle/blog:create',1,1734079907,0),(188,1,1,'moodle/blog:create',1,1734079907,0),(189,1,4,'moodle/blog:manageentries',1,1734079907,0),(190,1,3,'moodle/blog:manageentries',1,1734079907,0),(191,1,1,'moodle/blog:manageentries',1,1734079907,0),(192,1,5,'moodle/blog:manageexternal',1,1734079907,0),(193,1,7,'moodle/blog:manageexternal',1,1734079907,0),(194,1,4,'moodle/blog:manageexternal',1,1734079907,0),(195,1,3,'moodle/blog:manageexternal',1,1734079907,0),(196,1,1,'moodle/blog:manageexternal',1,1734079907,0),(197,1,7,'moodle/calendar:manageownentries',1,1734079907,0),(198,1,1,'moodle/calendar:manageownentries',1,1734079907,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734079907,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734079907,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734079907,0),(202,1,4,'moodle/calendar:manageentries',1,1734079907,0),(203,1,3,'moodle/calendar:manageentries',1,1734079907,0),(204,1,1,'moodle/calendar:manageentries',1,1734079907,0),(205,1,1,'moodle/user:editprofile',1,1734079907,0),(206,1,6,'moodle/user:editownprofile',-1000,1734079907,0),(207,1,7,'moodle/user:editownprofile',1,1734079907,0),(208,1,1,'moodle/user:editownprofile',1,1734079907,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734079907,0),(210,1,7,'moodle/user:changeownpassword',1,1734079907,0),(211,1,1,'moodle/user:changeownpassword',1,1734079908,0),(212,1,5,'moodle/user:readuserposts',1,1734079908,0),(213,1,4,'moodle/user:readuserposts',1,1734079908,0),(214,1,3,'moodle/user:readuserposts',1,1734079908,0),(215,1,1,'moodle/user:readuserposts',1,1734079908,0),(216,1,5,'moodle/user:readuserblogs',1,1734079908,0),(217,1,4,'moodle/user:readuserblogs',1,1734079908,0),(218,1,3,'moodle/user:readuserblogs',1,1734079908,0),(219,1,1,'moodle/user:readuserblogs',1,1734079908,0),(220,1,1,'moodle/user:editmessageprofile',1,1734079908,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734079908,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734079908,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734079908,0),(224,1,3,'moodle/question:managecategory',1,1734079908,0),(225,1,1,'moodle/question:managecategory',1,1734079908,0),(226,1,3,'moodle/question:add',1,1734079908,0),(227,1,1,'moodle/question:add',1,1734079908,0),(228,1,3,'moodle/question:editmine',1,1734079908,0),(229,1,1,'moodle/question:editmine',1,1734079908,0),(230,1,3,'moodle/question:editall',1,1734079908,0),(231,1,1,'moodle/question:editall',1,1734079908,0),(232,1,3,'moodle/question:viewmine',1,1734079908,0),(233,1,1,'moodle/question:viewmine',1,1734079908,0),(234,1,3,'moodle/question:viewall',1,1734079909,0),(235,1,1,'moodle/question:viewall',1,1734079909,0),(236,1,3,'moodle/question:usemine',1,1734079909,0),(237,1,1,'moodle/question:usemine',1,1734079909,0),(238,1,3,'moodle/question:useall',1,1734079909,0),(239,1,1,'moodle/question:useall',1,1734079909,0),(240,1,3,'moodle/question:movemine',1,1734079909,0),(241,1,1,'moodle/question:movemine',1,1734079909,0),(242,1,3,'moodle/question:moveall',1,1734079909,0),(243,1,1,'moodle/question:moveall',1,1734079909,0),(244,1,1,'moodle/question:config',1,1734079909,0),(245,1,5,'moodle/question:flag',1,1734079909,0),(246,1,4,'moodle/question:flag',1,1734079909,0),(247,1,3,'moodle/question:flag',1,1734079909,0),(248,1,1,'moodle/question:flag',1,1734079909,0),(249,1,3,'moodle/question:tagmine',1,1734079909,0),(250,1,1,'moodle/question:tagmine',1,1734079909,0),(251,1,3,'moodle/question:tagall',1,1734079909,0),(252,1,1,'moodle/question:tagall',1,1734079909,0),(253,1,4,'moodle/site:doclinks',1,1734079909,0),(254,1,3,'moodle/site:doclinks',1,1734079909,0),(255,1,1,'moodle/site:doclinks',1,1734079909,0),(256,1,3,'moodle/course:sectionvisibility',1,1734079909,0),(257,1,1,'moodle/course:sectionvisibility',1,1734079909,0),(258,1,3,'moodle/course:useremail',1,1734079910,0),(259,1,1,'moodle/course:useremail',1,1734079910,0),(260,1,3,'moodle/course:viewhiddensections',1,1734079910,0),(261,1,1,'moodle/course:viewhiddensections',1,1734079910,0),(262,1,3,'moodle/course:setcurrentsection',1,1734079910,0),(263,1,1,'moodle/course:setcurrentsection',1,1734079910,0),(264,1,3,'moodle/course:movesections',1,1734079910,0),(265,1,1,'moodle/course:movesections',1,1734079910,0),(266,1,4,'moodle/grade:viewall',1,1734079910,0),(267,1,3,'moodle/grade:viewall',1,1734079910,0),(268,1,1,'moodle/grade:viewall',1,1734079910,0),(269,1,5,'moodle/grade:view',1,1734079910,0),(270,1,4,'moodle/grade:viewhidden',1,1734079910,0),(271,1,3,'moodle/grade:viewhidden',1,1734079910,0),(272,1,1,'moodle/grade:viewhidden',1,1734079910,0),(273,1,3,'moodle/grade:import',1,1734079910,0),(274,1,1,'moodle/grade:import',1,1734079910,0),(275,1,4,'moodle/grade:export',1,1734079910,0),(276,1,3,'moodle/grade:export',1,1734079910,0),(277,1,1,'moodle/grade:export',1,1734079910,0),(278,1,3,'moodle/grade:manage',1,1734079910,0),(279,1,1,'moodle/grade:manage',1,1734079910,0),(280,1,3,'moodle/grade:edit',1,1734079910,0),(281,1,1,'moodle/grade:edit',1,1734079910,0),(282,1,3,'moodle/grade:managegradingforms',1,1734079911,0),(283,1,1,'moodle/grade:managegradingforms',1,1734079911,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734079911,0),(285,1,1,'moodle/grade:managesharedforms',1,1734079911,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734079911,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734079911,0),(288,1,3,'moodle/grade:manageletters',1,1734079911,0),(289,1,1,'moodle/grade:manageletters',1,1734079911,0),(290,1,3,'moodle/grade:hide',1,1734079911,0),(291,1,1,'moodle/grade:hide',1,1734079911,0),(292,1,3,'moodle/grade:lock',1,1734079911,0),(293,1,1,'moodle/grade:lock',1,1734079911,0),(294,1,3,'moodle/grade:unlock',1,1734079911,0),(295,1,1,'moodle/grade:unlock',1,1734079911,0),(296,1,7,'moodle/my:manageblocks',1,1734079911,0),(297,1,4,'moodle/notes:view',1,1734079911,0),(298,1,3,'moodle/notes:view',1,1734079911,0),(299,1,1,'moodle/notes:view',1,1734079911,0),(300,1,4,'moodle/notes:manage',1,1734079911,0),(301,1,3,'moodle/notes:manage',1,1734079911,0),(302,1,1,'moodle/notes:manage',1,1734079911,0),(303,1,1,'moodle/tag:manage',1,1734079911,0),(304,1,1,'moodle/tag:edit',1,1734079911,0),(305,1,7,'moodle/tag:flag',1,1734079911,0),(306,1,4,'moodle/tag:editblocks',1,1734079912,0),(307,1,3,'moodle/tag:editblocks',1,1734079912,0),(308,1,1,'moodle/tag:editblocks',1,1734079912,0),(309,1,6,'moodle/block:view',1,1734079912,0),(310,1,7,'moodle/block:view',1,1734079912,0),(311,1,5,'moodle/block:view',1,1734079912,0),(312,1,4,'moodle/block:view',1,1734079912,0),(313,1,3,'moodle/block:view',1,1734079912,0),(314,1,3,'moodle/block:edit',1,1734079912,0),(315,1,1,'moodle/block:edit',1,1734079912,0),(316,1,7,'moodle/portfolio:export',1,1734079912,0),(317,1,5,'moodle/portfolio:export',1,1734079912,0),(318,1,4,'moodle/portfolio:export',1,1734079912,0),(319,1,3,'moodle/portfolio:export',1,1734079912,0),(320,1,8,'moodle/comment:view',1,1734079912,0),(321,1,6,'moodle/comment:view',1,1734079912,0),(322,1,7,'moodle/comment:view',1,1734079912,0),(323,1,5,'moodle/comment:view',1,1734079912,0),(324,1,4,'moodle/comment:view',1,1734079912,0),(325,1,3,'moodle/comment:view',1,1734079912,0),(326,1,1,'moodle/comment:view',1,1734079912,0),(327,1,7,'moodle/comment:post',1,1734079912,0),(328,1,5,'moodle/comment:post',1,1734079913,0),(329,1,4,'moodle/comment:post',1,1734079913,0),(330,1,3,'moodle/comment:post',1,1734079913,0),(331,1,1,'moodle/comment:post',1,1734079913,0),(332,1,3,'moodle/comment:delete',1,1734079913,0),(333,1,1,'moodle/comment:delete',1,1734079913,0),(334,1,1,'moodle/webservice:createtoken',1,1734079913,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734079913,0),(336,1,7,'moodle/rating:view',1,1734079913,0),(337,1,5,'moodle/rating:view',1,1734079913,0),(338,1,4,'moodle/rating:view',1,1734079913,0),(339,1,3,'moodle/rating:view',1,1734079913,0),(340,1,1,'moodle/rating:view',1,1734079913,0),(341,1,7,'moodle/rating:viewany',1,1734079913,0),(342,1,5,'moodle/rating:viewany',1,1734079913,0),(343,1,4,'moodle/rating:viewany',1,1734079913,0),(344,1,3,'moodle/rating:viewany',1,1734079913,0),(345,1,1,'moodle/rating:viewany',1,1734079913,0),(346,1,7,'moodle/rating:viewall',1,1734079913,0),(347,1,5,'moodle/rating:viewall',1,1734079913,0),(348,1,4,'moodle/rating:viewall',1,1734079913,0),(349,1,3,'moodle/rating:viewall',1,1734079913,0),(350,1,1,'moodle/rating:viewall',1,1734079913,0),(351,1,7,'moodle/rating:rate',1,1734079914,0),(352,1,5,'moodle/rating:rate',1,1734079914,0),(353,1,4,'moodle/rating:rate',1,1734079914,0),(354,1,3,'moodle/rating:rate',1,1734079914,0),(355,1,1,'moodle/rating:rate',1,1734079914,0),(356,1,4,'moodle/course:markcomplete',1,1734079914,0),(357,1,3,'moodle/course:markcomplete',1,1734079914,0),(358,1,1,'moodle/course:markcomplete',1,1734079914,0),(359,1,4,'moodle/course:overridecompletion',1,1734079914,0),(360,1,3,'moodle/course:overridecompletion',1,1734079914,0),(361,1,1,'moodle/course:overridecompletion',1,1734079914,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734079914,0),(363,1,7,'moodle/badges:viewbadges',1,1734079914,0),(364,1,7,'moodle/badges:manageownbadges',1,1734079914,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734079914,0),(366,1,7,'moodle/badges:earnbadge',1,1734079914,0),(367,1,1,'moodle/badges:createbadge',1,1734079914,0),(368,1,3,'moodle/badges:createbadge',1,1734079914,0),(369,1,1,'moodle/badges:deletebadge',1,1734079914,0),(370,1,3,'moodle/badges:deletebadge',1,1734079914,0),(371,1,1,'moodle/badges:configuredetails',1,1734079915,0),(372,1,3,'moodle/badges:configuredetails',1,1734079915,0),(373,1,1,'moodle/badges:configurecriteria',1,1734079915,0),(374,1,3,'moodle/badges:configurecriteria',1,1734079915,0),(375,1,1,'moodle/badges:configuremessages',1,1734079915,0),(376,1,3,'moodle/badges:configuremessages',1,1734079915,0),(377,1,1,'moodle/badges:awardbadge',1,1734079915,0),(378,1,4,'moodle/badges:awardbadge',1,1734079915,0),(379,1,3,'moodle/badges:awardbadge',1,1734079915,0),(380,1,1,'moodle/badges:revokebadge',1,1734079915,0),(381,1,4,'moodle/badges:revokebadge',1,1734079915,0),(382,1,3,'moodle/badges:revokebadge',1,1734079915,0),(383,1,1,'moodle/badges:viewawarded',1,1734079915,0),(384,1,4,'moodle/badges:viewawarded',1,1734079915,0),(385,1,3,'moodle/badges:viewawarded',1,1734079915,0),(386,1,6,'moodle/search:query',1,1734079915,0),(387,1,7,'moodle/search:query',1,1734079915,0),(388,1,5,'moodle/search:query',1,1734079915,0),(389,1,4,'moodle/search:query',1,1734079915,0),(390,1,3,'moodle/search:query',1,1734079915,0),(391,1,1,'moodle/search:query',1,1734079915,0),(392,1,1,'moodle/competency:competencymanage',1,1734079915,0),(393,1,7,'moodle/competency:competencyview',1,1734079915,0),(394,1,3,'moodle/competency:competencygrade',1,1734079915,0),(395,1,4,'moodle/competency:competencygrade',1,1734079916,0),(396,1,1,'moodle/competency:competencygrade',1,1734079916,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734079916,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734079916,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734079916,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734079916,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734079916,0),(402,1,1,'moodle/competency:planmanage',1,1734079916,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734079916,0),(404,1,1,'moodle/competency:planview',1,1734079916,0),(405,1,1,'moodle/competency:planviewdraft',1,1734079916,0),(406,1,7,'moodle/competency:planviewown',1,1734079916,0),(407,1,1,'moodle/competency:planrequestreview',1,1734079916,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734079916,0),(409,1,1,'moodle/competency:planreview',1,1734079916,0),(410,1,1,'moodle/competency:plancomment',1,1734079916,0),(411,1,7,'moodle/competency:plancommentown',1,1734079916,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734079916,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734079916,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734079916,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734079916,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734079917,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734079917,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734079917,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734079917,0),(420,1,1,'moodle/competency:templatemanage',1,1734079917,0),(421,1,4,'moodle/analytics:listinsights',1,1734079917,0),(422,1,3,'moodle/analytics:listinsights',1,1734079917,0),(423,1,1,'moodle/analytics:listinsights',1,1734079917,0),(424,1,1,'moodle/analytics:managemodels',1,1734079917,0),(425,1,1,'moodle/competency:templateview',1,1734079917,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734079917,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734079917,0),(428,1,1,'moodle/competency:userevidenceview',1,1734079917,0),(429,1,4,'moodle/site:messageanyuser',1,1734079917,0),(430,1,3,'moodle/site:messageanyuser',1,1734079917,0),(431,1,1,'moodle/site:messageanyuser',1,1734079917,0),(432,1,7,'moodle/course:togglecompletion',1,1734079917,0),(433,1,7,'moodle/analytics:listowninsights',1,1734079917,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734079917,0),(435,1,1,'moodle/h5p:deploy',1,1734079917,0),(436,1,3,'moodle/h5p:deploy',1,1734079917,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734079917,0),(438,1,1,'moodle/course:recommendactivity',1,1734079918,0),(439,1,1,'moodle/contentbank:access',1,1734079918,0),(440,1,2,'moodle/contentbank:access',1,1734079918,0),(441,1,3,'moodle/contentbank:access',1,1734079918,0),(442,1,1,'moodle/contentbank:upload',1,1734079918,0),(443,1,2,'moodle/contentbank:upload',1,1734079918,0),(444,1,3,'moodle/contentbank:upload',1,1734079918,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734079918,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734079918,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734079918,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734079918,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734079918,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734079918,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734079918,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734079918,0),(453,1,1,'moodle/contentbank:useeditor',1,1734079918,0),(454,1,2,'moodle/contentbank:useeditor',1,1734079918,0),(455,1,3,'moodle/contentbank:useeditor',1,1734079918,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734079918,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734079918,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734079918,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734079918,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734079918,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734079918,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734079919,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734079919,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734079919,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(467,1,7,'moodle/reportbuilder:view',1,1734079919,0),(468,1,1,'moodle/reportbuilder:edit',1,1734079919,0),(469,1,6,'mod/assign:view',1,1734079955,0),(470,1,5,'mod/assign:view',1,1734079955,0),(471,1,4,'mod/assign:view',1,1734079955,0),(472,1,3,'mod/assign:view',1,1734079955,0),(473,1,1,'mod/assign:view',1,1734079955,0),(474,1,5,'mod/assign:submit',1,1734079955,0),(475,1,4,'mod/assign:grade',1,1734079955,0),(476,1,3,'mod/assign:grade',1,1734079955,0),(477,1,1,'mod/assign:grade',1,1734079955,0),(478,1,4,'mod/assign:exportownsubmission',1,1734079955,0),(479,1,3,'mod/assign:exportownsubmission',1,1734079955,0),(480,1,1,'mod/assign:exportownsubmission',1,1734079955,0),(481,1,5,'mod/assign:exportownsubmission',1,1734079955,0),(482,1,3,'mod/assign:addinstance',1,1734079955,0),(483,1,1,'mod/assign:addinstance',1,1734079955,0),(484,1,4,'mod/assign:grantextension',1,1734079955,0),(485,1,3,'mod/assign:grantextension',1,1734079955,0),(486,1,1,'mod/assign:grantextension',1,1734079955,0),(487,1,3,'mod/assign:revealidentities',1,1734079955,0),(488,1,1,'mod/assign:revealidentities',1,1734079955,0),(489,1,3,'mod/assign:reviewgrades',1,1734079955,0),(490,1,1,'mod/assign:reviewgrades',1,1734079955,0),(491,1,3,'mod/assign:releasegrades',1,1734079955,0),(492,1,1,'mod/assign:releasegrades',1,1734079955,0),(493,1,3,'mod/assign:managegrades',1,1734079955,0),(494,1,1,'mod/assign:managegrades',1,1734079955,0),(495,1,3,'mod/assign:manageallocations',1,1734079956,0),(496,1,1,'mod/assign:manageallocations',1,1734079956,0),(497,1,3,'mod/assign:viewgrades',1,1734079956,0),(498,1,1,'mod/assign:viewgrades',1,1734079956,0),(499,1,4,'mod/assign:viewgrades',1,1734079956,0),(500,1,1,'mod/assign:viewblinddetails',1,1734079956,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734079956,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734079956,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734079956,0),(504,1,3,'mod/assign:manageoverrides',1,1734079956,0),(505,1,1,'mod/assign:manageoverrides',1,1734079956,0),(506,1,4,'mod/assign:showhiddengrader',1,1734079956,0),(507,1,3,'mod/assign:showhiddengrader',1,1734079956,0),(508,1,1,'mod/assign:showhiddengrader',1,1734079956,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734079956,0),(510,1,6,'mod/assignment:view',1,1734079957,0),(511,1,5,'mod/assignment:view',1,1734079957,0),(512,1,4,'mod/assignment:view',1,1734079957,0),(513,1,3,'mod/assignment:view',1,1734079957,0),(514,1,1,'mod/assignment:view',1,1734079957,0),(515,1,3,'mod/assignment:addinstance',1,1734079957,0),(516,1,1,'mod/assignment:addinstance',1,1734079957,0),(517,1,5,'mod/assignment:submit',1,1734079957,0),(518,1,4,'mod/assignment:grade',1,1734079957,0),(519,1,3,'mod/assignment:grade',1,1734079957,0),(520,1,1,'mod/assignment:grade',1,1734079957,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734079957,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734079957,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734079957,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734079957,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734079958,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734079958,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734079958,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734079958,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734079958,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734079958,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734079958,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734079958,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734079958,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(554,1,3,'mod/book:addinstance',1,1734079960,0),(555,1,1,'mod/book:addinstance',1,1734079960,0),(556,1,6,'mod/book:read',1,1734079960,0),(557,1,8,'mod/book:read',1,1734079960,0),(558,1,5,'mod/book:read',1,1734079960,0),(559,1,4,'mod/book:read',1,1734079960,0),(560,1,3,'mod/book:read',1,1734079960,0),(561,1,1,'mod/book:read',1,1734079960,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734079960,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734079960,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734079960,0),(565,1,3,'mod/book:edit',1,1734079960,0),(566,1,1,'mod/book:edit',1,1734079960,0),(567,1,3,'mod/chat:addinstance',1,1734079961,0),(568,1,1,'mod/chat:addinstance',1,1734079961,0),(569,1,5,'mod/chat:chat',1,1734079961,0),(570,1,4,'mod/chat:chat',1,1734079961,0),(571,1,3,'mod/chat:chat',1,1734079961,0),(572,1,1,'mod/chat:chat',1,1734079961,0),(573,1,5,'mod/chat:readlog',1,1734079961,0),(574,1,4,'mod/chat:readlog',1,1734079961,0),(575,1,3,'mod/chat:readlog',1,1734079961,0),(576,1,1,'mod/chat:readlog',1,1734079961,0),(577,1,4,'mod/chat:deletelog',1,1734079961,0),(578,1,3,'mod/chat:deletelog',1,1734079961,0),(579,1,1,'mod/chat:deletelog',1,1734079961,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734079961,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734079961,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734079961,0),(583,1,4,'mod/chat:exportsession',1,1734079961,0),(584,1,3,'mod/chat:exportsession',1,1734079961,0),(585,1,1,'mod/chat:exportsession',1,1734079961,0),(586,1,7,'mod/chat:view',1,1734079961,0),(587,1,6,'mod/chat:view',1,1734079962,0),(588,1,3,'mod/choice:addinstance',1,1734079962,0),(589,1,1,'mod/choice:addinstance',1,1734079962,0),(590,1,5,'mod/choice:choose',1,1734079962,0),(591,1,4,'mod/choice:choose',1,1734079962,0),(592,1,3,'mod/choice:choose',1,1734079962,0),(593,1,4,'mod/choice:readresponses',1,1734079962,0),(594,1,3,'mod/choice:readresponses',1,1734079962,0),(595,1,1,'mod/choice:readresponses',1,1734079962,0),(596,1,4,'mod/choice:deleteresponses',1,1734079962,0),(597,1,3,'mod/choice:deleteresponses',1,1734079962,0),(598,1,1,'mod/choice:deleteresponses',1,1734079962,0),(599,1,4,'mod/choice:downloadresponses',1,1734079962,0),(600,1,3,'mod/choice:downloadresponses',1,1734079963,0),(601,1,1,'mod/choice:downloadresponses',1,1734079963,0),(602,1,7,'mod/choice:view',1,1734079963,0),(603,1,6,'mod/choice:view',1,1734079963,0),(604,1,3,'mod/data:addinstance',1,1734079963,0),(605,1,1,'mod/data:addinstance',1,1734079963,0),(606,1,8,'mod/data:viewentry',1,1734079963,0),(607,1,6,'mod/data:viewentry',1,1734079963,0),(608,1,5,'mod/data:viewentry',1,1734079963,0),(609,1,4,'mod/data:viewentry',1,1734079963,0),(610,1,3,'mod/data:viewentry',1,1734079963,0),(611,1,1,'mod/data:viewentry',1,1734079964,0),(612,1,5,'mod/data:writeentry',1,1734079964,0),(613,1,4,'mod/data:writeentry',1,1734079964,0),(614,1,3,'mod/data:writeentry',1,1734079964,0),(615,1,1,'mod/data:writeentry',1,1734079964,0),(616,1,5,'mod/data:comment',1,1734079964,0),(617,1,4,'mod/data:comment',1,1734079964,0),(618,1,3,'mod/data:comment',1,1734079964,0),(619,1,1,'mod/data:comment',1,1734079964,0),(620,1,4,'mod/data:rate',1,1734079964,0),(621,1,3,'mod/data:rate',1,1734079964,0),(622,1,1,'mod/data:rate',1,1734079964,0),(623,1,4,'mod/data:viewrating',1,1734079964,0),(624,1,3,'mod/data:viewrating',1,1734079964,0),(625,1,1,'mod/data:viewrating',1,1734079964,0),(626,1,4,'mod/data:viewanyrating',1,1734079964,0),(627,1,3,'mod/data:viewanyrating',1,1734079964,0),(628,1,1,'mod/data:viewanyrating',1,1734079964,0),(629,1,4,'mod/data:viewallratings',1,1734079964,0),(630,1,3,'mod/data:viewallratings',1,1734079964,0),(631,1,1,'mod/data:viewallratings',1,1734079965,0),(632,1,4,'mod/data:approve',1,1734079965,0),(633,1,3,'mod/data:approve',1,1734079965,0),(634,1,1,'mod/data:approve',1,1734079965,0),(635,1,4,'mod/data:manageentries',1,1734079965,0),(636,1,3,'mod/data:manageentries',1,1734079965,0),(637,1,1,'mod/data:manageentries',1,1734079965,0),(638,1,4,'mod/data:managecomments',1,1734079965,0),(639,1,3,'mod/data:managecomments',1,1734079965,0),(640,1,1,'mod/data:managecomments',1,1734079965,0),(641,1,3,'mod/data:managetemplates',1,1734079965,0),(642,1,1,'mod/data:managetemplates',1,1734079965,0),(643,1,4,'mod/data:viewalluserpresets',1,1734079965,0),(644,1,3,'mod/data:viewalluserpresets',1,1734079965,0),(645,1,1,'mod/data:viewalluserpresets',1,1734079965,0),(646,1,1,'mod/data:manageuserpresets',1,1734079965,0),(647,1,1,'mod/data:exportentry',1,1734079965,0),(648,1,4,'mod/data:exportentry',1,1734079965,0),(649,1,3,'mod/data:exportentry',1,1734079965,0),(650,1,1,'mod/data:exportownentry',1,1734079965,0),(651,1,4,'mod/data:exportownentry',1,1734079965,0),(652,1,3,'mod/data:exportownentry',1,1734079965,0),(653,1,5,'mod/data:exportownentry',1,1734079966,0),(654,1,1,'mod/data:exportallentries',1,1734079966,0),(655,1,4,'mod/data:exportallentries',1,1734079966,0),(656,1,3,'mod/data:exportallentries',1,1734079966,0),(657,1,1,'mod/data:exportuserinfo',1,1734079966,0),(658,1,4,'mod/data:exportuserinfo',1,1734079966,0),(659,1,3,'mod/data:exportuserinfo',1,1734079966,0),(660,1,6,'mod/data:view',1,1734079966,0),(661,1,5,'mod/data:view',1,1734079966,0),(662,1,4,'mod/data:view',1,1734079966,0),(663,1,3,'mod/data:view',1,1734079966,0),(664,1,1,'mod/data:view',1,1734079966,0),(665,1,3,'mod/feedback:addinstance',1,1734079967,0),(666,1,1,'mod/feedback:addinstance',1,1734079967,0),(667,1,6,'mod/feedback:view',1,1734079967,0),(668,1,8,'mod/feedback:view',1,1734079967,0),(669,1,5,'mod/feedback:view',1,1734079967,0),(670,1,4,'mod/feedback:view',1,1734079967,0),(671,1,3,'mod/feedback:view',1,1734079967,0),(672,1,1,'mod/feedback:view',1,1734079967,0),(673,1,8,'mod/feedback:complete',1,1734079967,0),(674,1,5,'mod/feedback:complete',1,1734079967,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734079967,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734079967,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734079967,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734079967,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734079968,0),(680,1,1,'mod/feedback:mapcourse',1,1734079968,0),(681,1,3,'mod/feedback:edititems',1,1734079968,0),(682,1,1,'mod/feedback:edititems',1,1734079968,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734079968,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734079968,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734079968,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734079968,0),(687,1,3,'mod/feedback:deletetemplate',1,1734079968,0),(688,1,1,'mod/feedback:deletetemplate',1,1734079968,0),(689,1,4,'mod/feedback:viewreports',1,1734079968,0),(690,1,3,'mod/feedback:viewreports',1,1734079968,0),(691,1,1,'mod/feedback:viewreports',1,1734079968,0),(692,1,4,'mod/feedback:receivemail',1,1734079968,0),(693,1,3,'mod/feedback:receivemail',1,1734079968,0),(694,1,3,'mod/folder:addinstance',1,1734079968,0),(695,1,1,'mod/folder:addinstance',1,1734079969,0),(696,1,6,'mod/folder:view',1,1734079969,0),(697,1,7,'mod/folder:view',1,1734079969,0),(698,1,3,'mod/folder:managefiles',1,1734079969,0),(699,1,3,'mod/forum:addinstance',1,1734079970,0),(700,1,1,'mod/forum:addinstance',1,1734079970,0),(701,1,8,'mod/forum:viewdiscussion',1,1734079970,0),(702,1,6,'mod/forum:viewdiscussion',1,1734079970,0),(703,1,5,'mod/forum:viewdiscussion',1,1734079970,0),(704,1,4,'mod/forum:viewdiscussion',1,1734079970,0),(705,1,3,'mod/forum:viewdiscussion',1,1734079970,0),(706,1,1,'mod/forum:viewdiscussion',1,1734079970,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734079970,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734079970,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734079970,0),(710,1,5,'mod/forum:startdiscussion',1,1734079970,0),(711,1,4,'mod/forum:startdiscussion',1,1734079970,0),(712,1,3,'mod/forum:startdiscussion',1,1734079970,0),(713,1,1,'mod/forum:startdiscussion',1,1734079970,0),(714,1,5,'mod/forum:replypost',1,1734079970,0),(715,1,4,'mod/forum:replypost',1,1734079970,0),(716,1,3,'mod/forum:replypost',1,1734079971,0),(717,1,1,'mod/forum:replypost',1,1734079971,0),(718,1,4,'mod/forum:addnews',1,1734079971,0),(719,1,3,'mod/forum:addnews',1,1734079971,0),(720,1,1,'mod/forum:addnews',1,1734079971,0),(721,1,4,'mod/forum:replynews',1,1734079971,0),(722,1,3,'mod/forum:replynews',1,1734079971,0),(723,1,1,'mod/forum:replynews',1,1734079971,0),(724,1,5,'mod/forum:viewrating',1,1734079971,0),(725,1,4,'mod/forum:viewrating',1,1734079971,0),(726,1,3,'mod/forum:viewrating',1,1734079971,0),(727,1,1,'mod/forum:viewrating',1,1734079971,0),(728,1,4,'mod/forum:viewanyrating',1,1734079971,0),(729,1,3,'mod/forum:viewanyrating',1,1734079971,0),(730,1,1,'mod/forum:viewanyrating',1,1734079971,0),(731,1,4,'mod/forum:viewallratings',1,1734079971,0),(732,1,3,'mod/forum:viewallratings',1,1734079971,0),(733,1,1,'mod/forum:viewallratings',1,1734079971,0),(734,1,4,'mod/forum:rate',1,1734079971,0),(735,1,3,'mod/forum:rate',1,1734079971,0),(736,1,1,'mod/forum:rate',1,1734079971,0),(737,1,4,'mod/forum:postprivatereply',1,1734079971,0),(738,1,3,'mod/forum:postprivatereply',1,1734079971,0),(739,1,1,'mod/forum:postprivatereply',1,1734079971,0),(740,1,4,'mod/forum:readprivatereplies',1,1734079971,0),(741,1,3,'mod/forum:readprivatereplies',1,1734079972,0),(742,1,1,'mod/forum:readprivatereplies',1,1734079972,0),(743,1,5,'mod/forum:createattachment',1,1734079972,0),(744,1,4,'mod/forum:createattachment',1,1734079972,0),(745,1,3,'mod/forum:createattachment',1,1734079972,0),(746,1,1,'mod/forum:createattachment',1,1734079972,0),(747,1,5,'mod/forum:deleteownpost',1,1734079972,0),(748,1,4,'mod/forum:deleteownpost',1,1734079972,0),(749,1,3,'mod/forum:deleteownpost',1,1734079972,0),(750,1,1,'mod/forum:deleteownpost',1,1734079972,0),(751,1,4,'mod/forum:deleteanypost',1,1734079972,0),(752,1,3,'mod/forum:deleteanypost',1,1734079972,0),(753,1,1,'mod/forum:deleteanypost',1,1734079972,0),(754,1,4,'mod/forum:splitdiscussions',1,1734079972,0),(755,1,3,'mod/forum:splitdiscussions',1,1734079972,0),(756,1,1,'mod/forum:splitdiscussions',1,1734079972,0),(757,1,4,'mod/forum:movediscussions',1,1734079972,0),(758,1,3,'mod/forum:movediscussions',1,1734079972,0),(759,1,1,'mod/forum:movediscussions',1,1734079972,0),(760,1,4,'mod/forum:pindiscussions',1,1734079972,0),(761,1,3,'mod/forum:pindiscussions',1,1734079972,0),(762,1,1,'mod/forum:pindiscussions',1,1734079973,0),(763,1,4,'mod/forum:editanypost',1,1734079973,0),(764,1,3,'mod/forum:editanypost',1,1734079973,0),(765,1,1,'mod/forum:editanypost',1,1734079973,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734079973,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734079973,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734079973,0),(769,1,4,'mod/forum:viewsubscribers',1,1734079973,0),(770,1,3,'mod/forum:viewsubscribers',1,1734079973,0),(771,1,1,'mod/forum:viewsubscribers',1,1734079973,0),(772,1,4,'mod/forum:managesubscriptions',1,1734079973,0),(773,1,3,'mod/forum:managesubscriptions',1,1734079973,0),(774,1,1,'mod/forum:managesubscriptions',1,1734079973,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734079973,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734079973,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734079973,0),(778,1,4,'mod/forum:exportdiscussion',1,1734079973,0),(779,1,3,'mod/forum:exportdiscussion',1,1734079973,0),(780,1,1,'mod/forum:exportdiscussion',1,1734079973,0),(781,1,4,'mod/forum:exportforum',1,1734079973,0),(782,1,3,'mod/forum:exportforum',1,1734079973,0),(783,1,1,'mod/forum:exportforum',1,1734079974,0),(784,1,4,'mod/forum:exportpost',1,1734079974,0),(785,1,3,'mod/forum:exportpost',1,1734079974,0),(786,1,1,'mod/forum:exportpost',1,1734079974,0),(787,1,4,'mod/forum:exportownpost',1,1734079974,0),(788,1,3,'mod/forum:exportownpost',1,1734079974,0),(789,1,1,'mod/forum:exportownpost',1,1734079974,0),(790,1,5,'mod/forum:exportownpost',1,1734079974,0),(791,1,4,'mod/forum:addquestion',1,1734079974,0),(792,1,3,'mod/forum:addquestion',1,1734079974,0),(793,1,1,'mod/forum:addquestion',1,1734079974,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734079974,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734079974,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734079974,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734079974,0),(798,1,4,'mod/forum:canposttomygroups',1,1734079974,0),(799,1,3,'mod/forum:canposttomygroups',1,1734079974,0),(800,1,1,'mod/forum:canposttomygroups',1,1734079974,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734079974,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734079974,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734079974,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734079975,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734079975,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734079975,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734079975,0),(808,1,4,'mod/forum:grade',1,1734079975,0),(809,1,3,'mod/forum:grade',1,1734079975,0),(810,1,1,'mod/forum:grade',1,1734079975,0),(811,1,3,'mod/glossary:addinstance',1,1734079976,0),(812,1,1,'mod/glossary:addinstance',1,1734079976,0),(813,1,8,'mod/glossary:view',1,1734079976,0),(814,1,6,'mod/glossary:view',1,1734079976,0),(815,1,5,'mod/glossary:view',1,1734079976,0),(816,1,4,'mod/glossary:view',1,1734079976,0),(817,1,3,'mod/glossary:view',1,1734079976,0),(818,1,1,'mod/glossary:view',1,1734079976,0),(819,1,5,'mod/glossary:write',1,1734079976,0),(820,1,4,'mod/glossary:write',1,1734079976,0),(821,1,3,'mod/glossary:write',1,1734079976,0),(822,1,1,'mod/glossary:write',1,1734079976,0),(823,1,4,'mod/glossary:manageentries',1,1734079976,0),(824,1,3,'mod/glossary:manageentries',1,1734079976,0),(825,1,1,'mod/glossary:manageentries',1,1734079976,0),(826,1,4,'mod/glossary:managecategories',1,1734079976,0),(827,1,3,'mod/glossary:managecategories',1,1734079976,0),(828,1,1,'mod/glossary:managecategories',1,1734079976,0),(829,1,5,'mod/glossary:comment',1,1734079976,0),(830,1,4,'mod/glossary:comment',1,1734079976,0),(831,1,3,'mod/glossary:comment',1,1734079976,0),(832,1,1,'mod/glossary:comment',1,1734079976,0),(833,1,4,'mod/glossary:managecomments',1,1734079977,0),(834,1,3,'mod/glossary:managecomments',1,1734079977,0),(835,1,1,'mod/glossary:managecomments',1,1734079977,0),(836,1,4,'mod/glossary:import',1,1734079977,0),(837,1,3,'mod/glossary:import',1,1734079977,0),(838,1,1,'mod/glossary:import',1,1734079977,0),(839,1,4,'mod/glossary:export',1,1734079977,0),(840,1,3,'mod/glossary:export',1,1734079977,0),(841,1,1,'mod/glossary:export',1,1734079977,0),(842,1,4,'mod/glossary:approve',1,1734079977,0),(843,1,3,'mod/glossary:approve',1,1734079977,0),(844,1,1,'mod/glossary:approve',1,1734079977,0),(845,1,4,'mod/glossary:rate',1,1734079977,0),(846,1,3,'mod/glossary:rate',1,1734079977,0),(847,1,1,'mod/glossary:rate',1,1734079977,0),(848,1,4,'mod/glossary:viewrating',1,1734079977,0),(849,1,3,'mod/glossary:viewrating',1,1734079977,0),(850,1,1,'mod/glossary:viewrating',1,1734079977,0),(851,1,4,'mod/glossary:viewanyrating',1,1734079977,0),(852,1,3,'mod/glossary:viewanyrating',1,1734079977,0),(853,1,1,'mod/glossary:viewanyrating',1,1734079977,0),(854,1,4,'mod/glossary:viewallratings',1,1734079977,0),(855,1,3,'mod/glossary:viewallratings',1,1734079977,0),(856,1,1,'mod/glossary:viewallratings',1,1734079978,0),(857,1,4,'mod/glossary:exportentry',1,1734079978,0),(858,1,3,'mod/glossary:exportentry',1,1734079978,0),(859,1,1,'mod/glossary:exportentry',1,1734079978,0),(860,1,4,'mod/glossary:exportownentry',1,1734079978,0),(861,1,3,'mod/glossary:exportownentry',1,1734079978,0),(862,1,1,'mod/glossary:exportownentry',1,1734079978,0),(863,1,5,'mod/glossary:exportownentry',1,1734079978,0),(864,1,6,'mod/h5pactivity:view',1,1734079978,0),(865,1,5,'mod/h5pactivity:view',1,1734079979,0),(866,1,4,'mod/h5pactivity:view',1,1734079979,0),(867,1,3,'mod/h5pactivity:view',1,1734079979,0),(868,1,1,'mod/h5pactivity:view',1,1734079979,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734079979,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734079979,0),(871,1,5,'mod/h5pactivity:submit',1,1734079979,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734079979,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734079979,0),(874,1,6,'mod/imscp:view',1,1734079979,0),(875,1,7,'mod/imscp:view',1,1734079979,0),(876,1,3,'mod/imscp:addinstance',1,1734079979,0),(877,1,1,'mod/imscp:addinstance',1,1734079979,0),(878,1,3,'mod/label:addinstance',1,1734079980,0),(879,1,1,'mod/label:addinstance',1,1734079980,0),(880,1,7,'mod/label:view',1,1734079980,0),(881,1,6,'mod/label:view',1,1734079980,0),(882,1,3,'mod/lesson:addinstance',1,1734079981,0),(883,1,1,'mod/lesson:addinstance',1,1734079981,0),(884,1,3,'mod/lesson:edit',1,1734079981,0),(885,1,1,'mod/lesson:edit',1,1734079981,0),(886,1,4,'mod/lesson:grade',1,1734079981,0),(887,1,3,'mod/lesson:grade',1,1734079981,0),(888,1,1,'mod/lesson:grade',1,1734079981,0),(889,1,4,'mod/lesson:viewreports',1,1734079981,0),(890,1,3,'mod/lesson:viewreports',1,1734079981,0),(891,1,1,'mod/lesson:viewreports',1,1734079981,0),(892,1,4,'mod/lesson:manage',1,1734079981,0),(893,1,3,'mod/lesson:manage',1,1734079981,0),(894,1,1,'mod/lesson:manage',1,1734079981,0),(895,1,3,'mod/lesson:manageoverrides',1,1734079981,0),(896,1,1,'mod/lesson:manageoverrides',1,1734079981,0),(897,1,7,'mod/lesson:view',1,1734079981,0),(898,1,6,'mod/lesson:view',1,1734079981,0),(899,1,5,'mod/lti:view',1,1734079982,0),(900,1,4,'mod/lti:view',1,1734079982,0),(901,1,3,'mod/lti:view',1,1734079982,0),(902,1,1,'mod/lti:view',1,1734079982,0),(903,1,3,'mod/lti:addinstance',1,1734079983,0),(904,1,1,'mod/lti:addinstance',1,1734079983,0),(905,1,4,'mod/lti:manage',1,1734079983,0),(906,1,3,'mod/lti:manage',1,1734079983,0),(907,1,1,'mod/lti:manage',1,1734079983,0),(908,1,3,'mod/lti:addcoursetool',1,1734079983,0),(909,1,1,'mod/lti:addcoursetool',1,1734079983,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(912,1,3,'mod/lti:addmanualinstance',1,1734079983,0),(913,1,1,'mod/lti:addmanualinstance',1,1734079983,0),(914,1,3,'mod/lti:requesttooladd',1,1734079983,0),(915,1,1,'mod/lti:requesttooladd',1,1734079983,0),(916,1,6,'mod/page:view',1,1734079984,0),(917,1,7,'mod/page:view',1,1734079984,0),(918,1,3,'mod/page:addinstance',1,1734079984,0),(919,1,1,'mod/page:addinstance',1,1734079984,0),(920,1,6,'mod/quiz:view',1,1734079985,0),(921,1,5,'mod/quiz:view',1,1734079985,0),(922,1,4,'mod/quiz:view',1,1734079985,0),(923,1,3,'mod/quiz:view',1,1734079985,0),(924,1,1,'mod/quiz:view',1,1734079985,0),(925,1,3,'mod/quiz:addinstance',1,1734079985,0),(926,1,1,'mod/quiz:addinstance',1,1734079985,0),(927,1,5,'mod/quiz:attempt',1,1734079985,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734079985,0),(929,1,3,'mod/quiz:manage',1,1734079985,0),(930,1,1,'mod/quiz:manage',1,1734079985,0),(931,1,3,'mod/quiz:manageoverrides',1,1734079985,0),(932,1,1,'mod/quiz:manageoverrides',1,1734079985,0),(933,1,4,'mod/quiz:viewoverrides',1,1734079985,0),(934,1,3,'mod/quiz:viewoverrides',1,1734079985,0),(935,1,1,'mod/quiz:viewoverrides',1,1734079985,0),(936,1,4,'mod/quiz:preview',1,1734079985,0),(937,1,3,'mod/quiz:preview',1,1734079985,0),(938,1,1,'mod/quiz:preview',1,1734079986,0),(939,1,4,'mod/quiz:grade',1,1734079986,0),(940,1,3,'mod/quiz:grade',1,1734079986,0),(941,1,1,'mod/quiz:grade',1,1734079986,0),(942,1,4,'mod/quiz:regrade',1,1734079986,0),(943,1,3,'mod/quiz:regrade',1,1734079986,0),(944,1,1,'mod/quiz:regrade',1,1734079986,0),(945,1,4,'mod/quiz:viewreports',1,1734079986,0),(946,1,3,'mod/quiz:viewreports',1,1734079986,0),(947,1,1,'mod/quiz:viewreports',1,1734079986,0),(948,1,3,'mod/quiz:deleteattempts',1,1734079986,0),(949,1,1,'mod/quiz:deleteattempts',1,1734079986,0),(950,1,6,'mod/resource:view',1,1734079987,0),(951,1,7,'mod/resource:view',1,1734079987,0),(952,1,3,'mod/resource:addinstance',1,1734079987,0),(953,1,1,'mod/resource:addinstance',1,1734079987,0),(954,1,3,'mod/scorm:addinstance',1,1734079988,0),(955,1,1,'mod/scorm:addinstance',1,1734079988,0),(956,1,4,'mod/scorm:viewreport',1,1734079988,0),(957,1,3,'mod/scorm:viewreport',1,1734079988,0),(958,1,1,'mod/scorm:viewreport',1,1734079988,0),(959,1,5,'mod/scorm:skipview',1,1734079988,0),(960,1,5,'mod/scorm:savetrack',1,1734079988,0),(961,1,4,'mod/scorm:savetrack',1,1734079988,0),(962,1,3,'mod/scorm:savetrack',1,1734079988,0),(963,1,1,'mod/scorm:savetrack',1,1734079988,0),(964,1,5,'mod/scorm:viewscores',1,1734079988,0),(965,1,4,'mod/scorm:viewscores',1,1734079988,0),(966,1,3,'mod/scorm:viewscores',1,1734079988,0),(967,1,1,'mod/scorm:viewscores',1,1734079989,0),(968,1,4,'mod/scorm:deleteresponses',1,1734079989,0),(969,1,3,'mod/scorm:deleteresponses',1,1734079989,0),(970,1,1,'mod/scorm:deleteresponses',1,1734079989,0),(971,1,3,'mod/survey:addinstance',1,1734079990,0),(972,1,1,'mod/survey:addinstance',1,1734079990,0),(973,1,5,'mod/survey:participate',1,1734079990,0),(974,1,4,'mod/survey:participate',1,1734079990,0),(975,1,3,'mod/survey:participate',1,1734079990,0),(976,1,1,'mod/survey:participate',1,1734079990,0),(977,1,4,'mod/survey:readresponses',1,1734079990,0),(978,1,3,'mod/survey:readresponses',1,1734079990,0),(979,1,1,'mod/survey:readresponses',1,1734079990,0),(980,1,4,'mod/survey:download',1,1734079990,0),(981,1,3,'mod/survey:download',1,1734079990,0),(982,1,1,'mod/survey:download',1,1734079990,0),(983,1,6,'mod/url:view',1,1734079991,0),(984,1,7,'mod/url:view',1,1734079991,0),(985,1,3,'mod/url:addinstance',1,1734079991,0),(986,1,1,'mod/url:addinstance',1,1734079991,0),(987,1,3,'mod/wiki:addinstance',1,1734079992,0),(988,1,1,'mod/wiki:addinstance',1,1734079992,0),(989,1,6,'mod/wiki:viewpage',1,1734079992,0),(990,1,8,'mod/wiki:viewpage',1,1734079992,0),(991,1,5,'mod/wiki:viewpage',1,1734079992,0),(992,1,4,'mod/wiki:viewpage',1,1734079992,0),(993,1,3,'mod/wiki:viewpage',1,1734079992,0),(994,1,1,'mod/wiki:viewpage',1,1734079992,0),(995,1,5,'mod/wiki:editpage',1,1734079992,0),(996,1,4,'mod/wiki:editpage',1,1734079992,0),(997,1,3,'mod/wiki:editpage',1,1734079992,0),(998,1,1,'mod/wiki:editpage',1,1734079992,0),(999,1,5,'mod/wiki:createpage',1,1734079992,0),(1000,1,4,'mod/wiki:createpage',1,1734079992,0),(1001,1,3,'mod/wiki:createpage',1,1734079992,0),(1002,1,1,'mod/wiki:createpage',1,1734079992,0),(1003,1,5,'mod/wiki:viewcomment',1,1734079992,0),(1004,1,4,'mod/wiki:viewcomment',1,1734079992,0),(1005,1,3,'mod/wiki:viewcomment',1,1734079992,0),(1006,1,1,'mod/wiki:viewcomment',1,1734079992,0),(1007,1,5,'mod/wiki:editcomment',1,1734079992,0),(1008,1,4,'mod/wiki:editcomment',1,1734079992,0),(1009,1,3,'mod/wiki:editcomment',1,1734079993,0),(1010,1,1,'mod/wiki:editcomment',1,1734079993,0),(1011,1,4,'mod/wiki:managecomment',1,1734079993,0),(1012,1,3,'mod/wiki:managecomment',1,1734079993,0),(1013,1,1,'mod/wiki:managecomment',1,1734079993,0),(1014,1,4,'mod/wiki:managefiles',1,1734079993,0),(1015,1,3,'mod/wiki:managefiles',1,1734079993,0),(1016,1,1,'mod/wiki:managefiles',1,1734079993,0),(1017,1,4,'mod/wiki:overridelock',1,1734079993,0),(1018,1,3,'mod/wiki:overridelock',1,1734079993,0),(1019,1,1,'mod/wiki:overridelock',1,1734079993,0),(1020,1,4,'mod/wiki:managewiki',1,1734079993,0),(1021,1,3,'mod/wiki:managewiki',1,1734079993,0),(1022,1,1,'mod/wiki:managewiki',1,1734079993,0),(1023,1,6,'mod/workshop:view',1,1734079994,0),(1024,1,5,'mod/workshop:view',1,1734079994,0),(1025,1,4,'mod/workshop:view',1,1734079994,0),(1026,1,3,'mod/workshop:view',1,1734079994,0),(1027,1,1,'mod/workshop:view',1,1734079994,0),(1028,1,3,'mod/workshop:addinstance',1,1734079994,0),(1029,1,1,'mod/workshop:addinstance',1,1734079994,0),(1030,1,4,'mod/workshop:switchphase',1,1734079994,0),(1031,1,3,'mod/workshop:switchphase',1,1734079994,0),(1032,1,1,'mod/workshop:switchphase',1,1734079994,0),(1033,1,3,'mod/workshop:editdimensions',1,1734079994,0),(1034,1,1,'mod/workshop:editdimensions',1,1734079994,0),(1035,1,5,'mod/workshop:submit',1,1734079994,0),(1036,1,5,'mod/workshop:peerassess',1,1734079994,0),(1037,1,4,'mod/workshop:manageexamples',1,1734079995,0),(1038,1,3,'mod/workshop:manageexamples',1,1734079995,0),(1039,1,1,'mod/workshop:manageexamples',1,1734079995,0),(1040,1,4,'mod/workshop:allocate',1,1734079995,0),(1041,1,3,'mod/workshop:allocate',1,1734079995,0),(1042,1,1,'mod/workshop:allocate',1,1734079995,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734079995,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734079995,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734079995,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734079995,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734079995,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734079995,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734079995,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734079995,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734079995,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734079995,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734079995,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734079995,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734079995,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734079996,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734079996,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734079996,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734079996,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734079996,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734079996,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734079996,0),(1067,1,4,'mod/workshop:overridegrades',1,1734079996,0),(1068,1,3,'mod/workshop:overridegrades',1,1734079996,0),(1069,1,1,'mod/workshop:overridegrades',1,1734079996,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734079996,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734079996,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734079996,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734079996,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734079996,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734079997,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734079997,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734079997,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734079997,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734079997,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734079999,0),(1081,1,1,'enrol/category:config',1,1734080000,0),(1082,1,3,'enrol/category:config',1,1734080000,0),(1083,1,3,'enrol/cohort:config',1,1734080000,0),(1084,1,1,'enrol/cohort:config',1,1734080000,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080000,0),(1086,1,1,'enrol/database:unenrol',1,1734080000,0),(1087,1,1,'enrol/database:config',1,1734080000,0),(1088,1,3,'enrol/database:config',1,1734080000,0),(1089,1,1,'enrol/fee:config',1,1734080001,0),(1090,1,1,'enrol/fee:manage',1,1734080001,0),(1091,1,3,'enrol/fee:manage',1,1734080001,0),(1092,1,1,'enrol/fee:unenrol',1,1734080001,0),(1093,1,1,'enrol/guest:config',1,1734080001,0),(1094,1,3,'enrol/guest:config',1,1734080001,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080001,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080002,0),(1097,1,1,'enrol/ldap:manage',1,1734080002,0),(1098,1,1,'enrol/lti:config',1,1734080003,0),(1099,1,3,'enrol/lti:config',1,1734080003,0),(1100,1,1,'enrol/lti:unenrol',1,1734080004,0),(1101,1,3,'enrol/lti:unenrol',1,1734080004,0),(1102,1,1,'enrol/manual:config',1,1734080004,0),(1103,1,1,'enrol/manual:enrol',1,1734080004,0),(1104,1,3,'enrol/manual:enrol',1,1734080004,0),(1105,1,1,'enrol/manual:manage',1,1734080004,0),(1106,1,3,'enrol/manual:manage',1,1734080004,0),(1107,1,1,'enrol/manual:unenrol',1,1734080004,0),(1108,1,3,'enrol/manual:unenrol',1,1734080004,0),(1109,1,1,'enrol/meta:config',1,1734080004,0),(1110,1,3,'enrol/meta:config',1,1734080004,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080004,0),(1112,1,1,'enrol/meta:unenrol',1,1734080004,0),(1113,1,1,'enrol/mnet:config',1,1734080005,0),(1114,1,3,'enrol/mnet:config',1,1734080005,0),(1115,1,1,'enrol/paypal:config',1,1734080005,0),(1116,1,1,'enrol/paypal:manage',1,1734080005,0),(1117,1,3,'enrol/paypal:manage',1,1734080005,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080005,0),(1119,1,3,'enrol/self:config',1,1734080006,0),(1120,1,1,'enrol/self:config',1,1734080006,0),(1121,1,3,'enrol/self:manage',1,1734080006,0),(1122,1,1,'enrol/self:manage',1,1734080006,0),(1123,1,5,'enrol/self:unenrolself',1,1734080006,0),(1124,1,3,'enrol/self:unenrol',1,1734080006,0),(1125,1,1,'enrol/self:unenrol',1,1734080006,0),(1126,1,7,'enrol/self:enrolself',1,1734080006,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080006,0),(1128,1,3,'block/accessreview:addinstance',1,1734080007,0),(1129,1,1,'block/accessreview:addinstance',1,1734080007,0),(1130,1,3,'block/accessreview:view',1,1734080008,0),(1131,1,1,'block/accessreview:view',1,1734080008,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080008,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080008,0),(1134,1,3,'block/activity_results:addinstance',1,1734080008,0),(1135,1,1,'block/activity_results:addinstance',1,1734080008,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080008,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080008,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080008,0),(1139,1,3,'block/badges:addinstance',1,1734080008,0),(1140,1,1,'block/badges:addinstance',1,1734080009,0),(1141,1,7,'block/badges:myaddinstance',1,1734080009,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080009,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080009,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080009,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080009,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080009,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080009,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080010,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080010,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080010,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080010,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080010,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080010,0),(1154,1,7,'block/comments:myaddinstance',1,1734080010,0),(1155,1,3,'block/comments:addinstance',1,1734080010,0),(1156,1,1,'block/comments:addinstance',1,1734080010,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080010,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080010,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080011,0),(1160,1,3,'block/course_list:addinstance',1,1734080011,0),(1161,1,1,'block/course_list:addinstance',1,1734080011,0),(1162,1,3,'block/course_summary:addinstance',1,1734080011,0),(1163,1,1,'block/course_summary:addinstance',1,1734080011,0),(1164,1,3,'block/feedback:addinstance',1,1734080011,0),(1165,1,1,'block/feedback:addinstance',1,1734080011,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080012,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080012,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080012,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080012,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080012,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080012,0),(1172,1,7,'block/html:myaddinstance',1,1734080012,0),(1173,1,3,'block/html:addinstance',1,1734080012,0),(1174,1,1,'block/html:addinstance',1,1734080012,0),(1175,1,3,'block/login:addinstance',1,1734080012,0),(1176,1,1,'block/login:addinstance',1,1734080012,0),(1177,1,3,'block/lp:addinstance',1,1734080013,0),(1178,1,1,'block/lp:addinstance',1,1734080013,0),(1179,1,7,'block/lp:myaddinstance',1,1734080013,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080013,0),(1181,1,3,'block/mentees:addinstance',1,1734080013,0),(1182,1,1,'block/mentees:addinstance',1,1734080013,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080013,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080013,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080014,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080014,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080014,0),(1188,1,3,'block/myprofile:addinstance',1,1734080014,0),(1189,1,1,'block/myprofile:addinstance',1,1734080014,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080014,0),(1191,1,3,'block/navigation:addinstance',1,1734080014,0),(1192,1,1,'block/navigation:addinstance',1,1734080014,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080015,0),(1194,1,3,'block/news_items:addinstance',1,1734080015,0),(1195,1,1,'block/news_items:addinstance',1,1734080015,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080015,0),(1197,1,3,'block/online_users:addinstance',1,1734080015,0),(1198,1,1,'block/online_users:addinstance',1,1734080015,0),(1199,1,7,'block/online_users:viewlist',1,1734080015,0),(1200,1,6,'block/online_users:viewlist',-1,1734080015,0),(1201,1,5,'block/online_users:viewlist',1,1734080015,0),(1202,1,4,'block/online_users:viewlist',1,1734080015,0),(1203,1,3,'block/online_users:viewlist',1,1734080015,0),(1204,1,1,'block/online_users:viewlist',1,1734080015,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080015,0),(1206,1,3,'block/private_files:addinstance',1,1734080016,0),(1207,1,1,'block/private_files:addinstance',1,1734080016,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080016,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080016,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080016,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080016,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080016,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080017,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080017,0),(1215,1,3,'block/rss_client:addinstance',1,1734080017,0),(1216,1,1,'block/rss_client:addinstance',1,1734080017,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080017,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080017,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080017,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080017,0),(1221,1,3,'block/search_forums:addinstance',1,1734080018,0),(1222,1,1,'block/search_forums:addinstance',1,1734080018,0),(1223,1,3,'block/section_links:addinstance',1,1734080018,0),(1224,1,1,'block/section_links:addinstance',1,1734080018,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080018,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080018,0),(1227,1,7,'block/settings:myaddinstance',1,1734080018,0),(1228,1,3,'block/settings:addinstance',1,1734080018,0),(1229,1,1,'block/settings:addinstance',1,1734080018,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080019,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080019,0),(1232,1,3,'block/social_activities:addinstance',1,1734080019,0),(1233,1,1,'block/social_activities:addinstance',1,1734080019,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080019,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080019,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080019,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080019,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080019,0),(1239,1,7,'block/tags:myaddinstance',1,1734080020,0),(1240,1,3,'block/tags:addinstance',1,1734080020,0),(1241,1,1,'block/tags:addinstance',1,1734080020,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080020,0),(1243,1,4,'report/completion:view',1,1734080026,0),(1244,1,3,'report/completion:view',1,1734080026,0),(1245,1,1,'report/completion:view',1,1734080026,0),(1246,1,4,'report/courseoverview:view',1,1734080026,0),(1247,1,3,'report/courseoverview:view',1,1734080026,0),(1248,1,1,'report/courseoverview:view',1,1734080026,0),(1249,1,4,'report/log:view',1,1734080027,0),(1250,1,3,'report/log:view',1,1734080027,0),(1251,1,1,'report/log:view',1,1734080027,0),(1252,1,4,'report/log:viewtoday',1,1734080027,0),(1253,1,3,'report/log:viewtoday',1,1734080027,0),(1254,1,1,'report/log:viewtoday',1,1734080027,0),(1255,1,4,'report/loglive:view',1,1734080027,0),(1256,1,3,'report/loglive:view',1,1734080027,0),(1257,1,1,'report/loglive:view',1,1734080027,0),(1258,1,4,'report/outline:view',1,1734080027,0),(1259,1,3,'report/outline:view',1,1734080027,0),(1260,1,1,'report/outline:view',1,1734080028,0),(1261,1,4,'report/outline:viewuserreport',1,1734080028,0),(1262,1,3,'report/outline:viewuserreport',1,1734080028,0),(1263,1,1,'report/outline:viewuserreport',1,1734080028,0),(1264,1,4,'report/participation:view',1,1734080028,0),(1265,1,3,'report/participation:view',1,1734080028,0),(1266,1,1,'report/participation:view',1,1734080028,0),(1267,1,1,'report/performance:view',1,1734080028,0),(1268,1,4,'report/progress:view',1,1734080028,0),(1269,1,3,'report/progress:view',1,1734080028,0),(1270,1,1,'report/progress:view',1,1734080029,0),(1271,1,1,'report/security:view',1,1734080029,0),(1272,1,4,'report/stats:view',1,1734080029,0),(1273,1,3,'report/stats:view',1,1734080029,0),(1274,1,1,'report/stats:view',1,1734080029,0),(1275,1,1,'report/status:view',1,1734080029,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080030,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080030,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080030,0),(1279,1,4,'gradeexport/ods:view',1,1734080030,0),(1280,1,3,'gradeexport/ods:view',1,1734080030,0),(1281,1,1,'gradeexport/ods:view',1,1734080030,0),(1282,1,1,'gradeexport/ods:publish',1,1734080030,0),(1283,1,4,'gradeexport/txt:view',1,1734080030,0),(1284,1,3,'gradeexport/txt:view',1,1734080030,0),(1285,1,1,'gradeexport/txt:view',1,1734080030,0),(1286,1,1,'gradeexport/txt:publish',1,1734080030,0),(1287,1,4,'gradeexport/xls:view',1,1734080030,0),(1288,1,3,'gradeexport/xls:view',1,1734080031,0),(1289,1,1,'gradeexport/xls:view',1,1734080031,0),(1290,1,1,'gradeexport/xls:publish',1,1734080031,0),(1291,1,4,'gradeexport/xml:view',1,1734080031,0),(1292,1,3,'gradeexport/xml:view',1,1734080031,0),(1293,1,1,'gradeexport/xml:view',1,1734080031,0),(1294,1,1,'gradeexport/xml:publish',1,1734080031,0),(1295,1,3,'gradeimport/csv:view',1,1734080031,0),(1296,1,1,'gradeimport/csv:view',1,1734080031,0),(1297,1,3,'gradeimport/direct:view',1,1734080031,0),(1298,1,1,'gradeimport/direct:view',1,1734080031,0),(1299,1,3,'gradeimport/xml:view',1,1734080032,0),(1300,1,1,'gradeimport/xml:view',1,1734080032,0),(1301,1,1,'gradeimport/xml:publish',1,1734080032,0),(1302,1,4,'gradereport/grader:view',1,1734080032,0),(1303,1,3,'gradereport/grader:view',1,1734080032,0),(1304,1,1,'gradereport/grader:view',1,1734080032,0),(1305,1,4,'gradereport/history:view',1,1734080032,0),(1306,1,3,'gradereport/history:view',1,1734080032,0),(1307,1,1,'gradereport/history:view',1,1734080032,0),(1308,1,4,'gradereport/outcomes:view',1,1734080032,0),(1309,1,3,'gradereport/outcomes:view',1,1734080033,0),(1310,1,1,'gradereport/outcomes:view',1,1734080033,0),(1311,1,7,'gradereport/overview:view',1,1734080033,0),(1312,1,3,'gradereport/singleview:view',1,1734080033,0),(1313,1,1,'gradereport/singleview:view',1,1734080033,0),(1314,1,3,'gradereport/summary:view',1,1734080033,0),(1315,1,4,'gradereport/summary:view',1,1734080033,0),(1316,1,1,'gradereport/summary:view',1,1734080033,0),(1317,1,5,'gradereport/user:view',1,1734080033,0),(1318,1,4,'gradereport/user:view',1,1734080033,0),(1319,1,3,'gradereport/user:view',1,1734080033,0),(1320,1,1,'gradereport/user:view',1,1734080034,0),(1321,1,7,'repository/areafiles:view',1,1734080035,0),(1322,1,2,'repository/contentbank:view',1,1734080036,0),(1323,1,3,'repository/contentbank:view',1,1734080036,0),(1324,1,1,'repository/contentbank:view',1,1734080036,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080036,0),(1331,1,2,'repository/coursefiles:view',1,1734080037,0),(1332,1,4,'repository/coursefiles:view',1,1734080037,0),(1333,1,3,'repository/coursefiles:view',1,1734080037,0),(1334,1,1,'repository/coursefiles:view',1,1734080037,0),(1335,1,7,'repository/dropbox:view',1,1734080037,0),(1336,1,7,'repository/equella:view',1,1734080037,0),(1337,1,2,'repository/filesystem:view',1,1734080037,0),(1338,1,4,'repository/filesystem:view',1,1734080038,0),(1339,1,3,'repository/filesystem:view',1,1734080038,0),(1340,1,1,'repository/filesystem:view',1,1734080038,0),(1341,1,7,'repository/flickr:view',1,1734080038,0),(1342,1,7,'repository/flickr_public:view',1,1734080038,0),(1343,1,7,'repository/googledocs:view',1,1734080038,0),(1344,1,2,'repository/local:view',1,1734080038,0),(1345,1,4,'repository/local:view',1,1734080038,0),(1346,1,3,'repository/local:view',1,1734080039,0),(1347,1,1,'repository/local:view',1,1734080039,0),(1348,1,7,'repository/merlot:view',1,1734080039,0),(1349,1,7,'repository/nextcloud:view',1,1734080039,0),(1350,1,7,'repository/onedrive:view',1,1734080039,0),(1351,1,7,'repository/recent:view',1,1734080040,0),(1352,1,7,'repository/s3:view',1,1734080040,0),(1353,1,7,'repository/upload:view',1,1734080040,0),(1354,1,7,'repository/url:view',1,1734080040,0),(1355,1,7,'repository/user:view',1,1734080040,0),(1356,1,2,'repository/webdav:view',1,1734080041,0),(1357,1,4,'repository/webdav:view',1,1734080041,0),(1358,1,3,'repository/webdav:view',1,1734080041,0),(1359,1,1,'repository/webdav:view',1,1734080041,0),(1360,1,7,'repository/wikimedia:view',1,1734080041,0),(1361,1,7,'repository/youtube:view',1,1734080041,0),(1362,1,3,'moodle/question:commentmine',1,1734080043,0),(1363,1,1,'moodle/question:commentmine',1,1734080043,0),(1364,1,3,'moodle/question:commentall',1,1734080044,0),(1365,1,1,'moodle/question:commentall',1,1734080044,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080044,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080050,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080050,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080050,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080050,0),(1373,1,1,'tool/customlang:view',1,1734080051,0),(1374,1,1,'tool/customlang:edit',1,1734080051,0),(1375,1,1,'tool/customlang:export',1,1734080051,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080052,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080052,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080054,0),(1379,1,4,'tool/monitor:subscribe',1,1734080055,0),(1380,1,3,'tool/monitor:subscribe',1,1734080055,0),(1381,1,1,'tool/monitor:subscribe',1,1734080055,0),(1382,1,4,'tool/monitor:managerules',1,1734080055,0),(1383,1,3,'tool/monitor:managerules',1,1734080055,0),(1384,1,1,'tool/monitor:managerules',1,1734080055,0),(1385,1,1,'tool/monitor:managetool',1,1734080055,0),(1386,1,7,'tool/policy:accept',1,1734080056,0),(1387,1,1,'tool/policy:managedocs',1,1734080056,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080056,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080057,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080057,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080057,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080057,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080057,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080057,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080057,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080058,0),(1397,1,1,'tool/usertours:managetours',1,1734080059,0),(1398,1,1,'contenttype/h5p:access',1,1734080061,0),(1399,1,2,'contenttype/h5p:access',1,1734080061,0),(1400,1,3,'contenttype/h5p:access',1,1734080061,0),(1401,1,1,'contenttype/h5p:upload',1,1734080061,0),(1402,1,2,'contenttype/h5p:upload',1,1734080061,0),(1403,1,3,'contenttype/h5p:upload',1,1734080061,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080061,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080061,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080061,0),(1407,1,3,'booktool/importhtml:import',1,1734080064,0),(1408,1,1,'booktool/importhtml:import',1,1734080065,0),(1409,1,6,'booktool/print:print',1,1734080065,0),(1410,1,8,'booktool/print:print',1,1734080065,0),(1411,1,5,'booktool/print:print',1,1734080065,0),(1412,1,4,'booktool/print:print',1,1734080065,0),(1413,1,3,'booktool/print:print',1,1734080065,0),(1414,1,1,'booktool/print:print',1,1734080065,0),(1415,1,4,'forumreport/summary:view',1,1734080068,0),(1416,1,3,'forumreport/summary:view',1,1734080068,0),(1417,1,1,'forumreport/summary:view',1,1734080068,0),(1418,1,4,'forumreport/summary:viewall',1,1734080068,0),(1419,1,3,'forumreport/summary:viewall',1,1734080068,0),(1420,1,1,'forumreport/summary:viewall',1,1734080068,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080069,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080069,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080069,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080069,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080069,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080069,0),(1427,1,4,'quiz/statistics:view',1,1734080070,0),(1428,1,3,'quiz/statistics:view',1,1734080070,0),(1429,1,1,'quiz/statistics:view',1,1734080070,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080071,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080071,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080071,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080072,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080073,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080074,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080075,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1481,1,3,'atto/h5p:addembed',1,1734080079,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080081,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080081,0),(1484,1,3,'tiny/h5p:addembed',1,1734080082,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080083,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080083,0); +/*!40000 ALTER TABLE `b_role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_context_levels` +-- Table structure for table `b_role_context_levels` -- -DROP TABLE IF EXISTS `m_role_context_levels`; +DROP TABLE IF EXISTS `b_role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_context_levels` ( +CREATE TABLE `b_role_context_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `contextlevel` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), - KEY `m_rolecontleve_rol_ix` (`roleid`) + UNIQUE KEY `b_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `b_rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- Dumping data for table `b_role_context_levels` -- -LOCK TABLES `m_role_context_levels` WRITE; -/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; -INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +LOCK TABLES `b_role_context_levels` WRITE; +/*!40000 ALTER TABLE `b_role_context_levels` DISABLE KEYS */; +INSERT INTO `b_role_context_levels` 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 `b_role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_names` +-- Table structure for table `b_role_names` -- -DROP TABLE IF EXISTS `m_role_names`; +DROP TABLE IF EXISTS `b_role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_names` ( +CREATE TABLE `b_role_names` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), - KEY `m_rolename_rol_ix` (`roleid`), - KEY `m_rolename_con_ix` (`contextid`) + UNIQUE KEY `b_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `b_rolename_rol_ix` (`roleid`), + KEY `b_rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_names` +-- Dumping data for table `b_role_names` -- -LOCK TABLES `m_role_names` WRITE; -/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +LOCK TABLES `b_role_names` WRITE; +/*!40000 ALTER TABLE `b_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_names` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale` +-- Table structure for table `b_scale` -- -DROP TABLE IF EXISTS `m_scale`; +DROP TABLE IF EXISTS `b_scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale` ( +CREATE TABLE `b_scale` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12238,29 +12231,29 @@ CREATE TABLE `m_scale` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scal_cou_ix` (`courseid`), - KEY `m_scal_use_ix` (`userid`) + KEY `b_scal_cou_ix` (`courseid`), + KEY `b_scal_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale` +-- Dumping data for table `b_scale` -- -LOCK TABLES `m_scale` WRITE; -/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; -INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); -/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +LOCK TABLES `b_scale` WRITE; +/*!40000 ALTER TABLE `b_scale` DISABLE KEYS */; +INSERT INTO `b_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734079919),(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,1734079919); +/*!40000 ALTER TABLE `b_scale` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale_history` +-- Table structure for table `b_scale_history` -- -DROP TABLE IF EXISTS `m_scale_history`; +DROP TABLE IF EXISTS `b_scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale_history` ( +CREATE TABLE `b_scale_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -12273,32 +12266,32 @@ CREATE TABLE `m_scale_history` ( `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scalhist_act_ix` (`action`), - KEY `m_scalhist_tim_ix` (`timemodified`), - KEY `m_scalhist_old_ix` (`oldid`), - KEY `m_scalhist_cou_ix` (`courseid`), - KEY `m_scalhist_log_ix` (`loggeduser`), - KEY `m_scalhist_use_ix` (`userid`) + KEY `b_scalhist_act_ix` (`action`), + KEY `b_scalhist_tim_ix` (`timemodified`), + KEY `b_scalhist_old_ix` (`oldid`), + KEY `b_scalhist_cou_ix` (`courseid`), + KEY `b_scalhist_log_ix` (`loggeduser`), + KEY `b_scalhist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale_history` +-- Dumping data for table `b_scale_history` -- -LOCK TABLES `m_scale_history` WRITE; -/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +LOCK TABLES `b_scale_history` WRITE; +/*!40000 ALTER TABLE `b_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scale_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm` +-- Table structure for table `b_scorm` -- -DROP TABLE IF EXISTS `m_scorm`; +DROP TABLE IF EXISTS `b_scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm` ( +CREATE TABLE `b_scorm` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12341,27 +12334,27 @@ CREATE TABLE `m_scorm` ( `completionstatusallscos` tinyint(1) DEFAULT NULL, `autocommit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scor_cou_ix` (`course`) + KEY `b_scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- Dumping data for table `b_scorm` -- -LOCK TABLES `m_scorm` WRITE; -/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +LOCK TABLES `b_scorm` WRITE; +/*!40000 ALTER TABLE `b_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_aicc_session` +-- Table structure for table `b_scorm_aicc_session` -- -DROP TABLE IF EXISTS `m_scorm_aicc_session`; +DROP TABLE IF EXISTS `b_scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_aicc_session` ( +CREATE TABLE `b_scorm_aicc_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', @@ -12375,28 +12368,28 @@ CREATE TABLE `m_scorm_aicc_session` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scoraiccsess_sco_ix` (`scormid`), - KEY `m_scoraiccsess_use_ix` (`userid`) + KEY `b_scoraiccsess_sco_ix` (`scormid`), + KEY `b_scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_aicc_session` +-- Dumping data for table `b_scorm_aicc_session` -- -LOCK TABLES `m_scorm_aicc_session` WRITE; -/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +LOCK TABLES `b_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `b_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes` +-- Table structure for table `b_scorm_scoes` -- -DROP TABLE IF EXISTS `m_scorm_scoes`; +DROP TABLE IF EXISTS `b_scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes` ( +CREATE TABLE `b_scorm_scoes` ( `id` bigint NOT NULL AUTO_INCREMENT, `scorm` bigint NOT NULL DEFAULT '0', `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12408,53 +12401,53 @@ CREATE TABLE `m_scorm_scoes` ( `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scorscoe_sco_ix` (`scorm`) + KEY `b_scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes` +-- Dumping data for table `b_scorm_scoes` -- -LOCK TABLES `m_scorm_scoes` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_data` +-- Table structure for table `b_scorm_scoes_data` -- -DROP TABLE IF EXISTS `m_scorm_scoes_data`; +DROP TABLE IF EXISTS `b_scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_data` ( +CREATE TABLE `b_scorm_scoes_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scorscoedata_sco_ix` (`scoid`) + KEY `b_scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_data` +-- Dumping data for table `b_scorm_scoes_data` -- -LOCK TABLES `m_scorm_scoes_data` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_track` +-- Table structure for table `b_scorm_scoes_track` -- -DROP TABLE IF EXISTS `m_scorm_scoes_track`; +DROP TABLE IF EXISTS `b_scorm_scoes_track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_track` ( +CREATE TABLE `b_scorm_scoes_track` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', @@ -12464,30 +12457,30 @@ CREATE TABLE `m_scorm_scoes_track` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), - KEY `m_scorscoetrac_use_ix` (`userid`), - KEY `m_scorscoetrac_sco_ix` (`scormid`), - KEY `m_scorscoetrac_sco2_ix` (`scoid`) + UNIQUE KEY `b_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `b_scorscoetrac_use_ix` (`userid`), + KEY `b_scorscoetrac_sco_ix` (`scormid`), + KEY `b_scorscoetrac_sco2_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_track` +-- Dumping data for table `b_scorm_scoes_track` -- -LOCK TABLES `m_scorm_scoes_track` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_track` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_mapinfo` +-- Table structure for table `b_scorm_seq_mapinfo` -- -DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +DROP TABLE IF EXISTS `b_scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_mapinfo` ( +CREATE TABLE `b_scorm_seq_mapinfo` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `objectiveid` bigint NOT NULL DEFAULT '0', @@ -12497,29 +12490,29 @@ CREATE TABLE `m_scorm_seq_mapinfo` ( `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), - KEY `m_scorseqmapi_sco_ix` (`scoid`), - KEY `m_scorseqmapi_obj_ix` (`objectiveid`) + UNIQUE KEY `b_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `b_scorseqmapi_sco_ix` (`scoid`), + KEY `b_scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_mapinfo` +-- Dumping data for table `b_scorm_seq_mapinfo` -- -LOCK TABLES `m_scorm_seq_mapinfo` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_objective` +-- Table structure for table `b_scorm_seq_objective` -- -DROP TABLE IF EXISTS `m_scorm_seq_objective`; +DROP TABLE IF EXISTS `b_scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_objective` ( +CREATE TABLE `b_scorm_seq_objective` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `primaryobj` tinyint(1) NOT NULL DEFAULT '0', @@ -12527,28 +12520,28 @@ CREATE TABLE `m_scorm_seq_objective` ( `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqobje_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_objective` +-- Dumping data for table `b_scorm_seq_objective` -- -LOCK TABLES `m_scorm_seq_objective` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprule` +-- Table structure for table `b_scorm_seq_rolluprule` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +DROP TABLE IF EXISTS `b_scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprule` ( +CREATE TABLE `b_scorm_seq_rolluprule` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12557,57 +12550,57 @@ CREATE TABLE `m_scorm_seq_rolluprule` ( `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqroll_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprule` +-- Dumping data for table `b_scorm_seq_rolluprule` -- -LOCK TABLES `m_scorm_seq_rolluprule` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprulecond` +-- Table structure for table `b_scorm_seq_rolluprulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +DROP TABLE IF EXISTS `b_scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprulecond` ( +CREATE TABLE `b_scorm_seq_rolluprulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `rollupruleid` bigint NOT NULL DEFAULT '0', `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), - KEY `m_scorseqroll_sco2_ix` (`scoid`), - KEY `m_scorseqroll_rol_ix` (`rollupruleid`) + UNIQUE KEY `b_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `b_scorseqroll_sco2_ix` (`scoid`), + KEY `b_scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprulecond` +-- Dumping data for table `b_scorm_seq_rolluprulecond` -- -LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rulecond` +-- Table structure for table `b_scorm_seq_rulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +DROP TABLE IF EXISTS `b_scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rulecond` ( +CREATE TABLE `b_scorm_seq_rulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `ruleconditionsid` bigint NOT NULL DEFAULT '0', @@ -12616,57 +12609,57 @@ CREATE TABLE `m_scorm_seq_rulecond` ( `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), - KEY `m_scorseqrule_sco2_ix` (`scoid`), - KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) + UNIQUE KEY `b_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `b_scorseqrule_sco2_ix` (`scoid`), + KEY `b_scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rulecond` +-- Dumping data for table `b_scorm_seq_rulecond` -- -LOCK TABLES `m_scorm_seq_rulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_ruleconds` +-- Table structure for table `b_scorm_seq_ruleconds` -- -DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +DROP TABLE IF EXISTS `b_scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_ruleconds` ( +CREATE TABLE `b_scorm_seq_ruleconds` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `ruletype` tinyint NOT NULL DEFAULT '0', `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqrule_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_ruleconds` +-- Dumping data for table `b_scorm_seq_ruleconds` -- -LOCK TABLES `m_scorm_seq_ruleconds` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_index_requests` +-- Table structure for table `b_search_index_requests` -- -DROP TABLE IF EXISTS `m_search_index_requests`; +DROP TABLE IF EXISTS `b_search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_index_requests` ( +CREATE TABLE `b_search_index_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12675,28 +12668,28 @@ CREATE TABLE `m_search_index_requests` ( `partialtime` bigint NOT NULL, `indexpriority` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), - KEY `m_searinderequ_con_ix` (`contextid`) + KEY `b_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `b_searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- Dumping data for table `b_search_index_requests` -- -LOCK TABLES `m_search_index_requests` WRITE; -/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +LOCK TABLES `b_search_index_requests` WRITE; +/*!40000 ALTER TABLE `b_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_simpledb_index` +-- Table structure for table `b_search_simpledb_index` -- -DROP TABLE IF EXISTS `m_search_simpledb_index`; +DROP TABLE IF EXISTS `b_search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_simpledb_index` ( +CREATE TABLE `b_search_simpledb_index` ( `id` bigint NOT NULL AUTO_INCREMENT, `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL, @@ -12712,32 +12705,32 @@ CREATE TABLE `m_search_simpledb_index` ( `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), - KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), - KEY `m_searsimpinde_con_ix` (`contextid`), - KEY `m_searsimpinde_cou_ix` (`courseid`), - KEY `m_searsimpinde_are_ix` (`areaid`), - FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) + UNIQUE KEY `b_searsimpinde_doc_uix` (`docid`), + KEY `b_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `b_searsimpinde_con_ix` (`contextid`), + KEY `b_searsimpinde_cou_ix` (`courseid`), + KEY `b_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `b_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_search_simpledb_index` +-- Dumping data for table `b_search_simpledb_index` -- -LOCK TABLES `m_search_simpledb_index` WRITE; -/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +LOCK TABLES `b_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `b_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_sessions` +-- Table structure for table `b_sessions` -- -DROP TABLE IF EXISTS `m_sessions`; +DROP TABLE IF EXISTS `b_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_sessions` ( +CREATE TABLE `b_sessions` ( `id` bigint NOT NULL AUTO_INCREMENT, `state` bigint NOT NULL DEFAULT '0', `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12748,32 +12741,31 @@ CREATE TABLE `m_sessions` ( `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_sess_sid_uix` (`sid`), - KEY `m_sess_sta_ix` (`state`), - KEY `m_sess_tim_ix` (`timecreated`), - KEY `m_sess_tim2_ix` (`timemodified`), - KEY `m_sess_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; + UNIQUE KEY `b_sess_sid_uix` (`sid`), + KEY `b_sess_sta_ix` (`state`), + KEY `b_sess_tim_ix` (`timecreated`), + KEY `b_sess_tim2_ix` (`timemodified`), + KEY `b_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_sessions` +-- Dumping data for table `b_sessions` -- -LOCK TABLES `m_sessions` WRITE; -/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; -INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'746c20992f49925a771fea4110522b26',2,NULL,1683021887,1683021888,'172.18.0.1','172.18.0.1'); -/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +LOCK TABLES `b_sessions` WRITE; +/*!40000 ALTER TABLE `b_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_sessions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_daily` +-- Table structure for table `b_stats_daily` -- -DROP TABLE IF EXISTS `m_stats_daily`; +DROP TABLE IF EXISTS `b_stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_daily` ( +CREATE TABLE `b_stats_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12782,29 +12774,29 @@ CREATE TABLE `m_stats_daily` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statdail_cou_ix` (`courseid`), - KEY `m_statdail_tim_ix` (`timeend`), - KEY `m_statdail_rol_ix` (`roleid`) + KEY `b_statdail_cou_ix` (`courseid`), + KEY `b_statdail_tim_ix` (`timeend`), + KEY `b_statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_daily` +-- Dumping data for table `b_stats_daily` -- -LOCK TABLES `m_stats_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +LOCK TABLES `b_stats_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_monthly` +-- Table structure for table `b_stats_monthly` -- -DROP TABLE IF EXISTS `m_stats_monthly`; +DROP TABLE IF EXISTS `b_stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_monthly` ( +CREATE TABLE `b_stats_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12813,29 +12805,31532 @@ CREATE TABLE `m_stats_monthly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statmont_cou_ix` (`courseid`), - KEY `m_statmont_tim_ix` (`timeend`), - KEY `m_statmont_rol_ix` (`roleid`) + KEY `b_statmont_cou_ix` (`courseid`), + KEY `b_statmont_tim_ix` (`timeend`), + KEY `b_statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_monthly` +-- Dumping data for table `b_stats_monthly` -- -LOCK TABLES `m_stats_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +LOCK TABLES `b_stats_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_user_daily` +-- + +DROP TABLE IF EXISTS `b_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_statuserdail_cou_ix` (`courseid`), + KEY `b_statuserdail_use_ix` (`userid`), + KEY `b_statuserdail_rol_ix` (`roleid`), + KEY `b_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_user_daily` +-- + +LOCK TABLES `b_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `b_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_statusermont_cou_ix` (`courseid`), + KEY `b_statusermont_use_ix` (`userid`), + KEY `b_statusermont_rol_ix` (`roleid`), + KEY `b_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_user_monthly` +-- + +LOCK TABLES `b_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `b_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_statuserweek_cou_ix` (`courseid`), + KEY `b_statuserweek_use_ix` (`userid`), + KEY `b_statuserweek_rol_ix` (`roleid`), + KEY `b_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_user_weekly` +-- + +LOCK TABLES `b_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_weekly` +-- + +DROP TABLE IF EXISTS `b_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_statweek_cou_ix` (`courseid`), + KEY `b_statweek_tim_ix` (`timeend`), + KEY `b_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_weekly` +-- + +LOCK TABLES `b_stats_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey` +-- + +DROP TABLE IF EXISTS `b_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_survey` +-- + +LOCK TABLES `b_survey` WRITE; +/*!40000 ALTER TABLE `b_survey` DISABLE KEYS */; +INSERT INTO `b_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `b_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey_analysis` +-- + +DROP TABLE IF EXISTS `b_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_survanal_use_ix` (`userid`), + KEY `b_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_survey_analysis` +-- + +LOCK TABLES `b_survey_analysis` WRITE; +/*!40000 ALTER TABLE `b_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey_answers` +-- + +DROP TABLE IF EXISTS `b_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_survansw_use_ix` (`userid`), + KEY `b_survansw_sur_ix` (`survey`), + KEY `b_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_survey_answers` +-- + +LOCK TABLES `b_survey_answers` WRITE; +/*!40000 ALTER TABLE `b_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey_questions` +-- + +DROP TABLE IF EXISTS `b_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_survey_questions` +-- + +LOCK TABLES `b_survey_questions` WRITE; +/*!40000 ALTER TABLE `b_survey_questions` DISABLE KEYS */; +INSERT INTO `b_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `b_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag` +-- + +DROP TABLE IF EXISTS `b_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `b_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `b_tag_use_ix` (`userid`), + KEY `b_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag` +-- + +LOCK TABLES `b_tag` WRITE; +/*!40000 ALTER TABLE `b_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_area` +-- + +DROP TABLE IF EXISTS `b_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_tagarea_comite_uix` (`component`,`itemtype`), + KEY `b_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag_area` +-- + +LOCK TABLES `b_tag_area` WRITE; +/*!40000 ALTER TABLE `b_tag_area` DISABLE KEYS */; +INSERT INTO `b_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `b_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_coll` +-- + +DROP TABLE IF EXISTS `b_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tag_coll` +-- + +LOCK TABLES `b_tag_coll` WRITE; +/*!40000 ALTER TABLE `b_tag_coll` DISABLE KEYS */; +INSERT INTO `b_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `b_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_correlation` +-- + +DROP TABLE IF EXISTS `b_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag_correlation` +-- + +LOCK TABLES `b_tag_correlation` WRITE; +/*!40000 ALTER TABLE `b_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_instance` +-- + +DROP TABLE IF EXISTS `b_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `b_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `b_taginst_tag_ix` (`tagid`), + KEY `b_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag_instance` +-- + +LOCK TABLES `b_tag_instance` WRITE; +/*!40000 ALTER TABLE `b_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_task_adhoc` +-- + +DROP TABLE IF EXISTS `b_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_taskadho_nex_ix` (`nextruntime`), + KEY `b_taskadho_tim_ix` (`timestarted`), + KEY `b_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_task_adhoc` +-- + +LOCK TABLES `b_task_adhoc` WRITE; +/*!40000 ALTER TABLE `b_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_task_log` +-- + +DROP TABLE IF EXISTS `b_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_tasklog_cla_ix` (`classname`), + KEY `b_tasklog_tim_ix` (`timestart`), + KEY `b_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_task_log` +-- + +LOCK TABLES `b_task_log` WRITE; +/*!40000 ALTER TABLE `b_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_task_scheduled` +-- + +DROP TABLE IF EXISTS `b_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_task_scheduled` +-- + +LOCK TABLES `b_task_scheduled` WRITE; +/*!40000 ALTER TABLE `b_task_scheduled` DISABLE KEYS */; +INSERT INTO `b_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734117780,0,'23','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734126180,0,'43','5','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734498780,0,'13','13','*','*','3',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734098460,0,'1','22','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734114120,0,'22','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734085980,0,'33','18','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735677540,0,'39','4','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734106260,0,'11','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734106980,0,'23','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734105720,0,'2','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734150600,0,'30','12','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081420,0,'17','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734103680,0,'28','23','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734166380,0,'53','16','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734081360,0,'16','17','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734080340,0,'59','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734142920,0,'22','10','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734398400,0,'20','9','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734448140,0,'9','23','*','*','2',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734102000,0,'0','23','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734087600,0,'0','19','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734082380,0,'33','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734138000,0,'0','9','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734141600,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113580,0,'13','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734100020,0,'27','22','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734122160,0,'36','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734147420,0,'37','11','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734083100,0,'45','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734135780,0,'23','8','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734127080,0,'58','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734122280,0,'38','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tiny_autosave` +-- + +DROP TABLE IF EXISTS `b_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tiny_autosave` +-- + +LOCK TABLES `b_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `b_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `b_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `b_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `b_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `b_toolbricarea_cou_ix` (`courseid`), + KEY `b_toolbricarea_cmi_ix` (`cmid`), + KEY `b_toolbricarea_cat_ix` (`categoryid`), + KEY `b_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_areas` +-- + +LOCK TABLES `b_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbriccachacts_sta_ix` (`status`), + KEY `b_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_cache_acts` +-- + +LOCK TABLES `b_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbriccachchec_sta_ix` (`status`), + KEY `b_toolbriccachchec_err_ix` (`errorcount`), + KEY `b_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_cache_check` +-- + +LOCK TABLES `b_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolbricchec_che_ix` (`checktype`), + KEY `b_toolbricchec_che2_ix` (`checkgroup`), + KEY `b_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_checks` +-- + +LOCK TABLES `b_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `b_tool_brickfield_checks` 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 `b_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbriccont_sta_ix` (`status`), + KEY `b_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `b_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_brickfield_content` +-- + +LOCK TABLES `b_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_errors` +-- + +LOCK TABLES `b_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_brickfield_process` +-- + +LOCK TABLES `b_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `b_toolbricresu_con_ix` (`contentid`), + KEY `b_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_results` +-- + +LOCK TABLES `b_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_schedule` +-- + +LOCK TABLES `b_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbricsumm_sta_ix` (`status`), + KEY `b_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_summary` +-- + +LOCK TABLES `b_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `b_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_cohortroles` +-- + +LOCK TABLES `b_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `b_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_customlang` +-- + +DROP TABLE IF EXISTS `b_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `b_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_customlang` +-- + +LOCK TABLES `b_tool_customlang` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `b_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_customlang_components` +-- + +LOCK TABLES `b_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_category` +-- + +LOCK TABLES `b_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `b_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatactxi_con_uix` (`contextid`), + KEY `b_tooldatactxi_pur_ix` (`purposeid`), + KEY `b_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `b_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatactxl_con_uix` (`contextlevel`), + KEY `b_tooldatactxl_cat_ix` (`categoryid`), + KEY `b_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `b_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_purpose` +-- + +LOCK TABLES `b_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `b_tooldatapurp_pur_ix` (`purposeid`), + KEY `b_tooldatapurp_rol_ix` (`roleid`), + KEY `b_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `b_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_tooldatarequ_use_ix` (`userid`), + KEY `b_tooldatarequ_req_ix` (`requestedby`), + KEY `b_tooldatarequ_dpo_ix` (`dpo`), + KEY `b_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_request` +-- + +LOCK TABLES `b_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolmonieven_cou_ix` (`courseid`), + KEY `b_toolmonieven_con_ix` (`contextid`), + KEY `b_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_monitor_events` +-- + +LOCK TABLES `b_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `b_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_history` +-- + +LOCK TABLES `b_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_rules` +-- + +LOCK TABLES `b_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_subscriptions` +-- + +LOCK TABLES `b_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy` +-- + +DROP TABLE IF EXISTS `b_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_policy` +-- + +LOCK TABLES `b_tool_policy` WRITE; +/*!40000 ALTER TABLE `b_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `b_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `b_toolpoliacce_pol_ix` (`policyversionid`), + KEY `b_toolpoliacce_use_ix` (`userid`), + KEY `b_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_acceptances` +-- + +LOCK TABLES `b_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `b_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpolivers_use_ix` (`usermodified`), + KEY `b_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_versions` +-- + +LOCK TABLES `b_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolrecycate_tim_ix` (`timecreated`), + KEY `b_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_category` +-- + +LOCK TABLES `b_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolrecycour_tim_ix` (`timecreated`), + KEY `b_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_course` +-- + +LOCK TABLES `b_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `b_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_steps` +-- + +LOCK TABLES `b_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `b_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_tours` +-- + +LOCK TABLES `b_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `b_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_upgrade_log` +-- + +DROP TABLE IF EXISTS `b_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_upgrlog_tim_ix` (`timemodified`), + KEY `b_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `b_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_upgrade_log` +-- + +LOCK TABLES `b_upgrade_log` WRITE; +/*!40000 ALTER TABLE `b_upgrade_log` DISABLE KEYS */; +INSERT INTO `b_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734079920),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734079948),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079954),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734079954),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079954),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079954),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734079956),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079956),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079957),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734079957),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079957),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079958),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734079959),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079959),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079960),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734079960),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079960),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079961),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734079962),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079962),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079962),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079963),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079963),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079963),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734079966),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079966),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079967),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734079968),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079968),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079968),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734079969),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079969),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079970),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734079975),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079975),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079976),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734079978),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079978),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079978),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734079979),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079979),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079979),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734079979),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079979),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079980),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734079980),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079980),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079981),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734079981),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079981),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079982),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079983),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079983),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079983),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734079984),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079984),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079985),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734079986),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079986),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079987),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734079987),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079987),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079988),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734079989),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079989),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079989),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734079990),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079990),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734079991),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079991),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734079993),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079993),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079994),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079998),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079998),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734079998),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080002),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080003),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080006),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080022),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080022),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080023),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080023),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080023),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080024),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080024),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080036),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080036),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080036),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080049),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080049),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080049),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080049),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080049),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080050),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080050),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080050),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080051),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080053),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080053),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080053),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080054),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080054),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080054),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080059),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080059),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080060),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080061),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080061),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080062),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080063),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080063),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080063),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080063),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080070),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080070),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080070),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080082),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080082),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080082),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080083),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080083),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080083),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080084),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080084),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080084),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085); +/*!40000 ALTER TABLE `b_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_url` +-- + +DROP TABLE IF EXISTS `b_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_url` +-- + +LOCK TABLES `b_url` WRITE; +/*!40000 ALTER TABLE `b_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user` +-- + +DROP TABLE IF EXISTS `b_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_user_mneuse_uix` (`mnethostid`,`username`), + KEY `b_user_del_ix` (`deleted`), + KEY `b_user_con_ix` (`confirmed`), + KEY `b_user_fir_ix` (`firstname`), + KEY `b_user_las_ix` (`lastname`), + KEY `b_user_cit_ix` (`city`), + KEY `b_user_cou_ix` (`country`), + KEY `b_user_las2_ix` (`lastaccess`), + KEY `b_user_ema_ix` (`email`), + KEY `b_user_aut_ix` (`auth`), + KEY `b_user_idn_ix` (`idnumber`), + KEY `b_user_fir2_ix` (`firstnamephonetic`), + KEY `b_user_las3_ix` (`lastnamephonetic`), + KEY `b_user_mid_ix` (`middlename`), + KEY `b_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user` +-- + +LOCK TABLES `b_user` WRITE; +/*!40000 ALTER TABLE `b_user` DISABLE KEYS */; +INSERT INTO `b_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$okSy2C0wtYXfqIyGbqLtOeMo5LpNFmtbtG7FYHrQP3QqkcBKJrUzS','','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,1734079898,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$vPmP7Oczi/BdNpFDPZPvJOEKlZpXGTwdymzGuh5z6iBQ8jI.P3Rai','','Admin','User','moodle@example.com',0,'','','','','','Perth','AU','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080141,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_devices` +-- + +DROP TABLE IF EXISTS `b_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `b_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `b_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_devices` +-- + +LOCK TABLES `b_user_devices` WRITE; +/*!40000 ALTER TABLE `b_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_enrolments` +-- + +DROP TABLE IF EXISTS `b_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `b_userenro_enr_ix` (`enrolid`), + KEY `b_userenro_use_ix` (`userid`), + KEY `b_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_enrolments` +-- + +LOCK TABLES `b_user_enrolments` WRITE; +/*!40000 ALTER TABLE `b_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_category` +-- + +DROP TABLE IF EXISTS `b_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_category` +-- + +LOCK TABLES `b_user_info_category` WRITE; +/*!40000 ALTER TABLE `b_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_data` +-- + +DROP TABLE IF EXISTS `b_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_data` +-- + +LOCK TABLES `b_user_info_data` WRITE; +/*!40000 ALTER TABLE `b_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_field` +-- + +DROP TABLE IF EXISTS `b_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_field` +-- + +LOCK TABLES `b_user_info_field` WRITE; +/*!40000 ALTER TABLE `b_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_lastaccess` +-- + +DROP TABLE IF EXISTS `b_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userlast_usecou_uix` (`userid`,`courseid`), + KEY `b_userlast_use_ix` (`userid`), + KEY `b_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_lastaccess` +-- + +LOCK TABLES `b_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `b_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_history` +-- + +DROP TABLE IF EXISTS `b_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_password_history` +-- + +LOCK TABLES `b_user_password_history` WRITE; +/*!40000 ALTER TABLE `b_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_resets` +-- + +DROP TABLE IF EXISTS `b_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_password_resets` +-- + +LOCK TABLES `b_user_password_resets` WRITE; +/*!40000 ALTER TABLE `b_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_preferences` +-- + +DROP TABLE IF EXISTS `b_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userpref_usenam_uix` (`userid`,`name`), + KEY `b_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_preferences` +-- + +LOCK TABLES `b_user_preferences` WRITE; +/*!40000 ALTER TABLE `b_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_private_key` +-- + +DROP TABLE IF EXISTS `b_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_userprivkey_scrval_ix` (`script`,`value`), + KEY `b_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_private_key` +-- + +LOCK TABLES `b_user_private_key` WRITE; +/*!40000 ALTER TABLE `b_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki` +-- + +DROP TABLE IF EXISTS `b_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki` +-- + +LOCK TABLES `b_wiki` WRITE; +/*!40000 ALTER TABLE `b_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_links` +-- + +DROP TABLE IF EXISTS `b_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_wikilink_fro_ix` (`frompageid`), + KEY `b_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_links` +-- + +LOCK TABLES `b_wiki_links` WRITE; +/*!40000 ALTER TABLE `b_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_locks` +-- + +DROP TABLE IF EXISTS `b_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_locks` +-- + +LOCK TABLES `b_wiki_locks` WRITE; +/*!40000 ALTER TABLE `b_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_pages` +-- + +DROP TABLE IF EXISTS `b_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `b_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_pages` +-- + +LOCK TABLES `b_wiki_pages` WRITE; +/*!40000 ALTER TABLE `b_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `b_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `b_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_subwikis` +-- + +LOCK TABLES `b_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `b_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `b_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_synonyms` +-- + +LOCK TABLES `b_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `b_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_versions` +-- + +DROP TABLE IF EXISTS `b_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_versions` +-- + +LOCK TABLES `b_wiki_versions` WRITE; +/*!40000 ALTER TABLE `b_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop` +-- + +DROP TABLE IF EXISTS `b_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `b_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop` +-- + +LOCK TABLES `b_workshop` WRITE; +/*!40000 ALTER TABLE `b_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `b_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `b_workaggr_wor_ix` (`workshopid`), + KEY `b_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_aggregations` +-- + +LOCK TABLES `b_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `b_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_assessments` +-- + +DROP TABLE IF EXISTS `b_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workasse_sub_ix` (`submissionid`), + KEY `b_workasse_gra_ix` (`gradinggradeoverby`), + KEY `b_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshop_assessments` +-- + +LOCK TABLES `b_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `b_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_grades` +-- + +DROP TABLE IF EXISTS `b_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `b_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_grades` +-- + +LOCK TABLES `b_workshop_grades` WRITE; +/*!40000 ALTER TABLE `b_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_submissions` +-- + +DROP TABLE IF EXISTS `b_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_worksubm_wor_ix` (`workshopid`), + KEY `b_worksubm_gra_ix` (`gradeoverby`), + KEY `b_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_submissions` +-- + +LOCK TABLES `b_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `b_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `b_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopallocation_scheduled` +-- + +LOCK TABLES `b_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `b_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopeval_best_settings` +-- + +LOCK TABLES `b_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `b_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_accumulative` +-- + +LOCK TABLES `b_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `b_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_comments` +-- + +DROP TABLE IF EXISTS `b_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_comments` +-- + +LOCK TABLES `b_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `b_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors` +-- + +LOCK TABLES `b_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `b_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors_map` +-- + +LOCK TABLES `b_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric` +-- + +LOCK TABLES `b_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_config` +-- + +LOCK TABLES `b_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_levels` +-- + +LOCK TABLES `b_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets` +-- + +DROP TABLE IF EXISTS `m_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets` +-- + +LOCK TABLES `m_adminpresets` WRITE; +/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; +INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1683021824,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1683021824,0); +/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app` +-- + +LOCK TABLES `m_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappit_con_ix` (`configlogid`), + KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it` +-- + +LOCK TABLES `m_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappita_con_ix` (`configlogid`), + KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it_a` +-- + +LOCK TABLES `m_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_plug` +-- + +LOCK TABLES `m_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it` +-- + +LOCK TABLES `m_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; +INSERT INTO `m_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `m_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it_a` +-- + +LOCK TABLES `m_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_plug` +-- + +LOCK TABLES `m_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `m_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_indicator_calc` +-- + +LOCK TABLES `m_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models` +-- + +DROP TABLE IF EXISTS `m_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmode_enatra_ix` (`enabled`,`trained`), + KEY `m_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models` +-- + +LOCK TABLES `m_analytics_models` WRITE; +/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; +INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); +/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models_log` +-- + +DROP TABLE IF EXISTS `m_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmodelog_mod_ix` (`modelid`), + KEY `m_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models_log` +-- + +LOCK TABLES `m_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `m_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predict_samples` +-- + +LOCK TABLES `m_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `m_analpredacti_pre_ix` (`predictionid`), + KEY `m_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_prediction_actions` +-- + +LOCK TABLES `m_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predictions` +-- + +DROP TABLE IF EXISTS `m_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `m_analpred_mod_ix` (`modelid`), + KEY `m_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predictions` +-- + +LOCK TABLES `m_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `m_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_train_samples` +-- + +LOCK TABLES `m_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `m_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analusedanal_modact_ix` (`modelid`,`action`), + KEY `m_analusedanal_mod_ix` (`modelid`), + KEY `m_analusedanal_ana_ix` (`analysableid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_used_analysables` +-- + +LOCK TABLES `m_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_files` +-- + +DROP TABLE IF EXISTS `m_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `m_analusedfile_mod_ix` (`modelid`), + KEY `m_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- + +LOCK TABLES `m_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign` +-- + +DROP TABLE IF EXISTS `m_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou_ix` (`course`), + KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- + +LOCK TABLES `m_assign` WRITE; +/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_grades` +-- + +DROP TABLE IF EXISTS `m_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `m_assigrad_use_ix` (`userid`), + KEY `m_assigrad_att_ix` (`attemptnumber`), + KEY `m_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_grades` +-- + +LOCK TABLES `m_assign_grades` WRITE; +/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_overrides` +-- + +DROP TABLE IF EXISTS `m_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_assiover_ass_ix` (`assignid`), + KEY `m_assiover_gro_ix` (`groupid`), + KEY `m_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_overrides` +-- + +LOCK TABLES `m_assign_overrides` WRITE; +/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `m_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_assiplugconf_plu_ix` (`plugin`), + KEY `m_assiplugconf_sub_ix` (`subtype`), + KEY `m_assiplugconf_nam_ix` (`name`), + KEY `m_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- + +LOCK TABLES `m_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_submission` +-- + +DROP TABLE IF EXISTS `m_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `m_assisubm_use_ix` (`userid`), + KEY `m_assisubm_att_ix` (`attemptnumber`), + KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `m_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_submission` +-- + +LOCK TABLES `m_assign_submission` WRITE; +/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_flags` +-- + +DROP TABLE IF EXISTS `m_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiuserflag_mai_ix` (`mailed`), + KEY `m_assiuserflag_use_ix` (`userid`), + KEY `m_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- + +LOCK TABLES `m_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `m_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiusermapp_ass_ix` (`assignment`), + KEY `m_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- + +LOCK TABLES `m_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assicomm_ass_ix` (`assignment`), + KEY `m_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_comments` +-- + +LOCK TABLES `m_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `m_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `m_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass2_ix` (`assignment`), + KEY `m_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- + +LOCK TABLES `m_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment` +-- + +DROP TABLE IF EXISTS `m_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment` +-- + +LOCK TABLES `m_assignment` WRITE; +/*!40000 ALTER TABLE `m_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_submissions` +-- + +DROP TABLE IF EXISTS `m_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assisubm_use2_ix` (`userid`), + KEY `m_assisubm_mai_ix` (`mailed`), + KEY `m_assisubm_tim_ix` (`timemarked`), + KEY `m_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_submissions` +-- + +LOCK TABLES `m_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `m_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `m_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiupgr_old_ix` (`oldcmid`), + KEY `m_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_upgrade` +-- + +LOCK TABLES `m_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `m_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass_ix` (`assignment`), + KEY `m_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_file` +-- + +LOCK TABLES `m_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assionli_ass_ix` (`assignment`), + KEY `m_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_onlinetext` +-- + +LOCK TABLES `m_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), + KEY `m_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_lti_linked_login` +-- + +LOCK TABLES `m_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `m_authoautlinklogi_use_ix` (`usermodified`), + KEY `m_authoautlinklogi_use2_ix` (`userid`), + KEY `m_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_oauth2_linked_login` +-- + +LOCK TABLES `m_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_controllers` +-- + +DROP TABLE IF EXISTS `m_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcont_bac_uix` (`backupid`), + KEY `m_backcont_typite_ix` (`type`,`itemid`), + KEY `m_backcont_use_ix` (`userid`), + KEY `m_backcont_useite_ix` (`userid`,`itemid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- + +LOCK TABLES `m_backup_controllers` WRITE; +/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; +INSERT INTO `m_backup_controllers` VALUES (1,'173f11b5092204c00aae463e3e848e1a','backup','course',1,'moodle2',1,10,2,500,1,0,'458c307ee617ec8962b318231e395b54',1736238337,0,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBwcm9ncmVzcyI7TzoyOToiY29yZVxwcm9ncmVzc1xkaXNwbGF5X2lmX3Nsb3ciOjE0OntzOjE5OiIAKgBsYXN0cHJvZ3Jlc3N0aW1lIjtOO3M6ODoiACoAY291bnQiO047czoxNToiACoAZGVzY3JpcHRpb25zIjthOjA6e31zOjg6IgAqAG1heGVzIjthOjA6e31zOjExOiIAKgBjdXJyZW50cyI7YTowOnt9czoxNToiACoAcGFyZW50Y291bnRzIjthOjA6e31zOjI2OiIAY29yZVxwcm9ncmVzc1xkaXNwbGF5AGJhciI7TjtzOjEzOiIAKgBsYXN0d2liYmxlIjtOO3M6MTU6IgAqAGN1cnJlbnRzdGF0ZSI7aTowO3M6MTI6IgAqAGRpcmVjdGlvbiI7aToxO3M6MTU6IgAqAGRpc3BsYXluYW1lcyI7YjowO3M6NToiACoAaWQiO047czoxMDoiACoAaGVhZGluZyI7czoyNToiUHJlcGFyaW5nIHRvIGRpc3BsYXkgcGFnZSI7czoxMjoiACoAc3RhcnR0aW1lIjtpOjE3MzYyMzgzNDI7fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjIyOiJvdXRwdXRfaW5kZW50ZWRfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjIwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjE7czoxMjoiACoAc2hvd2xldmVsIjtiOjE7czo3OiIAKgBuZXh0IjtOO3M6MTA6IgAqAGRhdGVjb2wiO3M6MTE6InRpbWVjcmVhdGVkIjtzOjExOiIAKgBsZXZlbGNvbCI7czo4OiJsb2dsZXZlbCI7czoxMzoiACoAbWVzc2FnZWNvbCI7czo3OiJtZXNzYWdlIjtzOjExOiIAKgBsb2d0YWJsZSI7czoxMToiYmFja3VwX2xvZ3MiO3M6MTA6IgAqAGNvbHVtbnMiO2E6MTp7czo4OiJiYWNrdXBpZCI7czozMjoiMTczZjExYjUwOTIyMDRjMDBhYWU0NjNlM2U4NDhlMWEiO319czoxMToiACoAZnVsbHBhdGgiO3M6Njk6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzE3M2YxMWI1MDkyMjA0YzAwYWFlNDYzZTNlODQ4ZTFhLmxvZyI7fX19czoxNzoiACoAcmVsZWFzZXNlc3Npb24iO2I6MTtzOjc6IgAqAGNvcHkiO047czoxMToiACoAYmFja3VwaWQiO3M6MzI6IjE3M2YxMWI1MDkyMjA0YzAwYWFlNDYzZTNlODQ4ZTFhIjtzOjc6IgAqAHR5cGUiO3M6NjoiY291cnNlIjtzOjU6IgAqAGlkIjtpOjE7czoxMToiACoAY291cnNlaWQiO2k6MTtzOjk6IgAqAGZvcm1hdCI7czo3OiJtb29kbGUyIjtzOjE0OiIAKgBpbnRlcmFjdGl2ZSI7YjoxO3M6NzoiACoAbW9kZSI7aToxMDtzOjk6IgAqAHVzZXJpZCI7czoxOiIyIjtzOjEyOiIAKgBvcGVyYXRpb24iO3M6NjoiYmFja3VwIjtzOjk6IgAqAHN0YXR1cyI7aTo1MDA7czo3OiIAKgBwbGFuIjtPOjExOiJiYWNrdXBfcGxhbiI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJiYWNrdXBfcGxhbiI7czoxMToiACoAc2V0dGluZ3MiO2E6MjE6e3M6ODoiZmlsZW5hbWUiO086MjM6ImJhY2t1cF9maWxlbmFtZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2ZpbGVuYW1lIjtzOjg6IgAqAGxhYmVsIjtzOjg6IkZpbGVuYW1lIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6NDA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjtzOjEwOiIAKgBvcHRpb25zIjthOjE6e3M6NDoic2l6ZSI7aTo1MDt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjc6Imltc2NjMTEiO086MjA6ImJhY2t1cF91c2Vyc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjc6Imltc2NjMTEiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czo1OiJ1c2VycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIwOiJiYWNrdXBfdXNlcnNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJ1c2VycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo3OntzOjk6ImFub255bWl6ZSI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyNDoiYmFja3VwX2Fub255bWl6ZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjk6ImFub255bWl6ZSI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MDtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjo5NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE0OiJyb290X2Fub255bWl6ZSI7czo4OiIAKgBsYWJlbCI7czoyNjoiQW5vbnltaXplIHVzZXIgaW5mb3JtYXRpb24iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MDtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InJvbGVfYXNzaWdubWVudHMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9yb2xlX2Fzc2lnbm1lbnRzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InJvbGVfYXNzaWdubWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTIxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjE6InJvb3Rfcm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgBsYWJlbCI7czoyOToiSW5jbHVkZSB1c2VyIHJvbGUgYXNzaWdubWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEyMztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjg6ImNvbW1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIzOiJiYWNrdXBfY29tbWVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo4OiJjb21tZW50cyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoxNDg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMzoicm9vdF9jb21tZW50cyI7czo4OiIAKgBsYWJlbCI7czoxNjoiSW5jbHVkZSBjb21tZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTUwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NjoiYmFkZ2VzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIxOiJiYWNrdXBfYmFkZ2VzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmFkZ2VzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzoyNToiYmFja3VwX2FjdGl2aXRpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMDoiYWN0aXZpdGllcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToyOntzOjY6ImJhZGdlcyI7cjoxODY7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxODc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE5ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTk2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE5ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNToicm9vdF9hY3Rpdml0aWVzIjtzOjg6IgAqAGxhYmVsIjtzOjMyOiJJbmNsdWRlIGFjdGl2aXRpZXMgYW5kIHJlc291cmNlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTg3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NToidXNlcnMiO3I6MTc1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmFkZ2VzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJhZGdlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMDoiYmFja3VwX3VzZXJzY29tcGxldGlvbl9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MjYyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfdXNlcnNjb21wbGV0aW9uIjtzOjg6IgAqAGxhYmVsIjtzOjMxOiJJbmNsdWRlIHVzZXIgY29tcGxldGlvbiBkZXRhaWxzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNjQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czo0OiJsb2dzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjE5OiJiYWNrdXBfbG9nc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjQ6ImxvZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6Mjg5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF9sb2dzIjtzOjg6IgAqAGxhYmVsIjtzOjE5OiJJbmNsdWRlIGNvdXJzZSBsb2dzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyOTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtyOjIwNzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjg0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTA6InJvb3RfdXNlcnMiO3M6ODoiACoAbGFiZWwiO3M6MjI6IkluY2x1ZGUgZW5yb2xsZWQgdXNlcnMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NjoiYmxvY2tzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmxvY2tzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjc6Imltc2NjMTEiO3I6MzM0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzM2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NToiZmlsZXMiO086Mzc6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjM2MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X2ZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJJbmNsdWRlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNjM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MTt9czo3OiJmaWx0ZXJzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NzoiZmlsdGVycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjM4ODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ZpbHRlcnMiO3M6ODoiACoAbGFiZWwiO3M6MTU6IkluY2x1ZGUgZmlsdGVycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzkwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ltc2NjMTEiO3M6ODoiACoAbGFiZWwiO3M6MjQ6IklNUyBDb21tb24gQ2FydHJpZGdlIDEuMSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NToidXNlcnMiO3I6ODY7czo5OiJhbm9ueW1pemUiO3I6OTY7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7cjoxMjM7czoxMDoiYWN0aXZpdGllcyI7cjoxODc7czo2OiJibG9ja3MiO3I6MzM2O3M6NToiZmlsZXMiO3I6MzYzO3M6NzoiZmlsdGVycyI7cjozOTA7czo4OiJjb21tZW50cyI7cjoxNTA7czo2OiJiYWRnZXMiO3I6MTc3O3M6MTQ6ImNhbGVuZGFyZXZlbnRzIjtPOjI5OiJiYWNrdXBfY2FsZW5kYXJldmVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0Mzc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7cjoyNjQ7czo0OiJsb2dzIjtyOjI5MTtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MTk4O3M6MTI6InF1ZXN0aW9uYmFuayI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X3F1ZXN0aW9uYmFuayI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBxdWVzdGlvbiBiYW5rIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NjE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NjoiZ3JvdXBzIjtPOjIxOiJiYWNrdXBfZ3JvdXBzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDgyO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjEyOiJjb21wZXRlbmNpZXMiO086Mjc6ImJhY2t1cF9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUwMztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMToiY3VzdG9tZmllbGQiO086MjY6ImJhY2t1cF9jdXN0b21maWVsZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJjdXN0b21maWVsZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9jdXN0b21maWVsZCI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBjdXN0b20gZmllbGRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MjQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7TzozMzoiYmFja3VwX2NvbnRlbnRiYW5rY29udGVudF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NDU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTE6ImxlZ2FjeWZpbGVzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fX1zOjg6IgAqAHRhc2tzIjthOjM6e2k6MDtPOjE2OiJiYWNrdXBfcm9vdF90YXNrIjo2OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF90YXNrIjtzOjc6IgAqAHBsYW4iO3I6NTM7czoxMToiACoAc2V0dGluZ3MiO2E6MjE6e2k6MDtyOjU2O2k6MTtyOjc2O2k6MjtyOjg2O2k6MztyOjk2O2k6NDtyOjEyMztpOjU7cjoxODc7aTo2O3I6MzM2O2k6NztyOjM2MztpOjg7cjozOTA7aTo5O3I6MTUwO2k6MTA7cjoxNzc7aToxMTtyOjQzNztpOjEyO3I6MjY0O2k6MTM7cjoyOTE7aToxNDtyOjE5ODtpOjE1O3I6NDYxO2k6MTY7cjo0ODI7aToxNztyOjUwMztpOjE4O3I6NTI0O2k6MTk7cjo1NDU7aToyMDtyOjU2Njt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MTtPOjE4OiJiYWNrdXBfY291cnNlX3Rhc2siOjg6e3M6NzoiACoAbmFtZSI7czo4OiJ0ZXN0c2l0ZSI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjExOiIAKgBjb3Vyc2VpZCI7aToxO3M6MTI6IgAqAGNvbnRleHRpZCI7aToyO31pOjI7TzoxNzoiYmFja3VwX2ZpbmFsX3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czoxMDoiZmluYWxfdGFzayI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTtzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6NjU6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzE3M2YxMWI1MDkyMjA0YzAwYWFlNDYzZTNlODQ4ZTFhIjtzOjIzOiIAKgBleGNsdWRpbmdkYWN0aXZpdGllcyI7YjowO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fXM6MTU6IgAqAGluY2x1ZGVmaWxlcyI7aToxO3M6MTI6IgAqAGV4ZWN1dGlvbiI7aToxO3M6MTY6IgAqAGV4ZWN1dGlvbnRpbWUiO2k6MDtzOjE0OiIAKgBkZXN0aW5hdGlvbiI7TjtzOjExOiIAKgBjaGVja3N1bSI7czozMjoiNDU4YzMwN2VlNjE3ZWM4OTYyYjMxODIzMWUzOTViNTQiO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fQ=='),(2,'22e6d05290169c3d9cdae5d437add6b1','restore','course',1,'moodle2',1,10,2,600,1,0,'6256d874db53ae8661cc0aa189b5e2ae',1736238360,1736238392,0.00000000000000,'TzoxODoicmVzdG9yZV9jb250cm9sbGVyIjoyMjp7czoxMToiACoAcHJvZ3Jlc3MiO086Mjk6ImNvcmVccHJvZ3Jlc3NcZGlzcGxheV9pZl9zbG93IjoxNDp7czoxOToiACoAbGFzdHByb2dyZXNzdGltZSI7aToxNzM2MjM4MzkyO3M6ODoiACoAY291bnQiO2k6MTtzOjE1OiIAKgBkZXNjcmlwdGlvbnMiO2E6MDp7fXM6ODoiACoAbWF4ZXMiO2E6MDp7fXM6MTE6IgAqAGN1cnJlbnRzIjthOjA6e31zOjE1OiIAKgBwYXJlbnRjb3VudHMiO2E6MDp7fXM6MjY6IgBjb3JlXHByb2dyZXNzXGRpc3BsYXkAYmFyIjtOO3M6MTM6IgAqAGxhc3R3aWJibGUiO047czoxNToiACoAY3VycmVudHN0YXRlIjtpOjA7czoxMjoiACoAZGlyZWN0aW9uIjtpOjE7czoxNToiACoAZGlzcGxheW5hbWVzIjtiOjA7czo1OiIAKgBpZCI7TjtzOjEwOiIAKgBoZWFkaW5nIjtzOjE0OiJQcmVwYXJpbmcgZGF0YSI7czoxMjoiACoAc3RhcnR0aW1lIjtpOjE3MzYyMzgzOTc7fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjE7czoxMjoiACoAc2hvd2xldmVsIjtiOjE7czo3OiIAKgBuZXh0IjtOO3M6MTA6IgAqAGRhdGVjb2wiO3M6MTE6InRpbWVjcmVhdGVkIjtzOjExOiIAKgBsZXZlbGNvbCI7czo4OiJsb2dsZXZlbCI7czoxMzoiACoAbWVzc2FnZWNvbCI7czo3OiJtZXNzYWdlIjtzOjExOiIAKgBsb2d0YWJsZSI7czoxMToiYmFja3VwX2xvZ3MiO3M6MTA6IgAqAGNvbHVtbnMiO2E6MTp7czo4OiJiYWNrdXBpZCI7czozMjoiMjJlNmQwNTI5MDE2OWMzZDljZGFlNWQ0MzdhZGQ2YjEiO319czoxMToiACoAZnVsbHBhdGgiO3M6Njk6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzIyZTZkMDUyOTAxNjljM2Q5Y2RhZTVkNDM3YWRkNmIxLmxvZyI7fX1zOjE3OiIAKgByZWxlYXNlc2Vzc2lvbiI7YjoxO3M6NzoiACoAY29weSI7TjtzOjEwOiIAKgB0ZW1wZGlyIjtzOjMyOiIxMTFiZDU3YmQ5YzNjNDc0MTNmY2E2ODRjOWQ5MDEwZCI7czoxMjoiACoAcmVzdG9yZWlkIjtzOjMyOiIyMmU2ZDA1MjkwMTY5YzNkOWNkYWU1ZDQzN2FkZDZiMSI7czoxMToiACoAY291cnNlaWQiO2k6MTtzOjc6IgAqAHR5cGUiO3M6NjoiY291cnNlIjtzOjk6IgAqAGZvcm1hdCI7czo3OiJtb29kbGUyIjtzOjE0OiIAKgBpbnRlcmFjdGl2ZSI7YjoxO3M6NzoiACoAbW9kZSI7aToxMDtzOjk6IgAqAHVzZXJpZCI7czoxOiIyIjtzOjEyOiIAKgBvcGVyYXRpb24iO3M6NzoicmVzdG9yZSI7czo5OiIAKgB0YXJnZXQiO2k6MDtzOjExOiIAKgBzYW1lc2l0ZSI7YjoxO3M6OToiACoAc3RhdHVzIjtpOjYwMDtzOjExOiIAKgBwcmVjaGVjayI7YToxOntzOjY6ImVycm9ycyI7YToxOntpOjA7czo1NToiWW91IGNhbiBvbmx5IHJlc3RvcmUgc2l0ZSBob21lIGJhY2t1cHMgb24gdGhlIHNpdGUgaG9tZSI7fX1zOjc6IgAqAGluZm8iO086ODoic3RkQ2xhc3MiOjI2OntzOjE0OiJtb29kbGVfdmVyc2lvbiI7czoxMzoiMjAyMjExMjgxNS4wMSI7czoxNDoibW9vZGxlX3JlbGVhc2UiO3M6MjU6IjQuMS4xNSsgKEJ1aWxkOiAyMDI0MTIxMykiO3M6MTQ6ImJhY2t1cF92ZXJzaW9uIjtzOjEwOiIyMDIyMTEyODAwIjtzOjE0OiJiYWNrdXBfcmVsZWFzZSI7czozOiI0LjEiO3M6MTE6ImJhY2t1cF9kYXRlIjtzOjEwOiIxNzM1OTA1NDgxIjtzOjE2OiJtbmV0X3JlbW90ZXVzZXJzIjtzOjE6IjAiO3M6MTY6Im9yaWdpbmFsX3d3d3Jvb3QiO3M6MjE6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMCI7czoyOToib3JpZ2luYWxfc2l0ZV9pZGVudGlmaWVyX2hhc2giO3M6MzI6Ijk2YmRjNzkzMzI4MmU3Mjc3MTI2MjNmOTljNGQ0ZjdmIjtzOjE4OiJvcmlnaW5hbF9jb3Vyc2VfaWQiO3M6MToiMiI7czoyNDoib3JpZ2luYWxfY291cnNlX2Z1bGxuYW1lIjtzOjExOiJUZXN0IGNvdXJzZSI7czoyNToib3JpZ2luYWxfY291cnNlX3Nob3J0bmFtZSI7czoyOiJDMSI7czoyNToib3JpZ2luYWxfY291cnNlX3N0YXJ0ZGF0ZSI7czoxMDoiMTU2NjUxNDgwMCI7czoyMzoib3JpZ2luYWxfY291cnNlX2VuZGRhdGUiO3M6MTA6IjE1OTgwNTA4MDAiO3M6MjU6Im9yaWdpbmFsX2NvdXJzZV9jb250ZXh0aWQiO3M6MjoiMjEiO3M6MjU6Im9yaWdpbmFsX3N5c3RlbV9jb250ZXh0aWQiO3M6MToiMSI7czo0MzoiaW5jbHVkZV9maWxlX3JlZmVyZW5jZXNfdG9fZXh0ZXJuYWxfY29udGVudCI7aTowO3M6MjI6Im9yaWdpbmFsX2NvdXJzZV9mb3JtYXQiO3M6NjoidG9waWNzIjtzOjEzOiJpbmNsdWRlX2ZpbGVzIjtzOjE6IjEiO3M6NDoidHlwZSI7czo2OiJjb3Vyc2UiO3M6NjoiZm9ybWF0IjtzOjc6Im1vb2RsZTIiO3M6NDoibW9kZSI7czoyOiIxMCI7czoxMzoicm9sZV9tYXBwaW5ncyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo4OiJtb2RpZmllZCI7YjowO3M6ODoibWFwcGluZ3MiO2E6Mjp7aTozO086ODoic3RkQ2xhc3MiOjY6e3M6NDoibmFtZSI7czowOiIiO3M6OToic2hvcnRuYW1lIjtzOjE0OiJlZGl0aW5ndGVhY2hlciI7czoxMToiZGVzY3JpcHRpb24iO3M6MDoiIjtzOjk6InNvcnRvcmRlciI7czoxOiIzIjtzOjk6ImFyY2hldHlwZSI7czoxNDoiZWRpdGluZ3RlYWNoZXIiO3M6MTI6InRhcmdldHJvbGVpZCI7aTozO31pOjU7Tzo4OiJzdGRDbGFzcyI6Njp7czo0OiJuYW1lIjtzOjA6IiI7czo5OiJzaG9ydG5hbWUiO3M6Nzoic3R1ZGVudCI7czoxMToiZGVzY3JpcHRpb24iO3M6MDoiIjtzOjk6InNvcnRvcmRlciI7czoxOiI1IjtzOjk6ImFyY2hldHlwZSI7czo3OiJzdHVkZW50IjtzOjEyOiJ0YXJnZXRyb2xlaWQiO2k6NTt9fX1zOjg6InNlY3Rpb25zIjthOjM6e3M6OToic2VjdGlvbl84IjtPOjg6InN0ZENsYXNzIjo0OntzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjU6InRpdGxlIjtzOjIwOiJNYXRoVHlwZSBJbnRlZ3JhdGlvbiI7czo5OiJkaXJlY3RvcnkiO3M6MTg6InNlY3Rpb25zL3NlY3Rpb25fOCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3M6MToiMSI7czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtzOjE6IjEiO319czoxMDoic2VjdGlvbl8xMCI7Tzo4OiJzdGRDbGFzcyI6NDp7czo5OiJzZWN0aW9uaWQiO3M6MjoiMTAiO3M6NToidGl0bGUiO3M6MTI6IldpcmlzUXVpenplcyI7czo5OiJkaXJlY3RvcnkiO3M6MTk6InNlY3Rpb25zL3NlY3Rpb25fMTAiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxOToic2VjdGlvbl8xMF9pbmNsdWRlZCI7czoxOiIxIjtzOjE5OiJzZWN0aW9uXzEwX3VzZXJpbmZvIjtzOjE6IjEiO319czo5OiJzZWN0aW9uXzkiO086ODoic3RkQ2xhc3MiOjQ6e3M6OToic2VjdGlvbmlkIjtzOjE6IjkiO3M6NToidGl0bGUiO3M6MjA6IkFkZGl0aW9uYWwgcmVzb3VyY2VzIjtzOjk6ImRpcmVjdG9yeSI7czoxODoic2VjdGlvbnMvc2VjdGlvbl85IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTg6InNlY3Rpb25fOV9pbmNsdWRlZCI7czoxOiIxIjtzOjE4OiJzZWN0aW9uXzlfdXNlcmluZm8iO3M6MToiMSI7fX19czoxMDoiYWN0aXZpdGllcyI7YToxNzp7czo3OiJwYWdlXzE1IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE1IjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6NToidGl0bGUiO3M6MzY6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcGFnZV8xNSI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJwYWdlXzE1X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InBhZ2VfMTVfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InBhZ2VfMTYiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTYiO3M6OToic2VjdGlvbmlkIjtzOjE6IjgiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicGFnZSI7czo1OiJ0aXRsZSI7czo0NDoiRmlsdGVyIHRlc3Q6IFBhZ2UgcmVuZGVyIHZhbGlkYXRpb25zIC0gTGFUZVgiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3BhZ2VfMTYiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicGFnZV8xNl9pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJwYWdlXzE2X3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJwYWdlXzE3IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE3IjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6NToidGl0bGUiO3M6NjE6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyAtIFdpcmlzIGZvcm11bGFzICsgTGFUZVgiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3BhZ2VfMTciO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicGFnZV8xN19pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJwYWdlXzE3X3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJwYWdlXzE4IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE4IjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6NToidGl0bGUiO3M6NDg6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyAtIFdpcmlzIFJUTCI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcGFnZV8xOCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJwYWdlXzE4X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InBhZ2VfMThfdXNlcmluZm8iO3M6MToiMSI7fX1zOjg6ImZvcnVtXzE5IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE5IjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjU6InRpdGxlIjtzOjE4OiJGaWx0ZXIgdGVzdDogRm9ydW0iO3M6OToiZGlyZWN0b3J5IjtzOjE5OiJhY3Rpdml0aWVzL2ZvcnVtXzE5IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTc6ImZvcnVtXzE5X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTc6ImZvcnVtXzE5X3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJxdWl6XzIwIjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjIwIjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6MTc6IkZpbHRlciB0ZXN0OiBRdWl6IjtzOjk6ImRpcmVjdG9yeSI7czoxODoiYWN0aXZpdGllcy9xdWl6XzIwIjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTY6InF1aXpfMjBfaW5jbHVkZWQiO3M6MToiMSI7czoxNjoicXVpel8yMF91c2VyaW5mbyI7czoxOiIxIjt9fXM6NjoicXVpel80IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjE6IjQiO3M6OToic2VjdGlvbmlkIjtzOjI6IjEwIjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6NToiU21va2UiO3M6OToiZGlyZWN0b3J5IjtzOjE3OiJhY3Rpdml0aWVzL3F1aXpfNCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE1OiJxdWl6XzRfaW5jbHVkZWQiO3M6MToiMSI7czoxNToicXVpel80X3VzZXJpbmZvIjtzOjE6IjEiO319czo2OiJxdWl6XzUiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MToiNSI7czo5OiJzZWN0aW9uaWQiO3M6MjoiMTAiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czo1OiJDbG96ZSI7czo5OiJkaXJlY3RvcnkiO3M6MTc6ImFjdGl2aXRpZXMvcXVpel81IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTU6InF1aXpfNV9pbmNsdWRlZCI7czoxOiIxIjtzOjE1OiJxdWl6XzVfdXNlcmluZm8iO3M6MToiMSI7fX1zOjY6InF1aXpfNiI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoxOiI2IjtzOjk6InNlY3Rpb25pZCI7czoyOiIxMCI7czoxMDoibW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjU6InRpdGxlIjtzOjU6IkVzc2F5IjtzOjk6ImRpcmVjdG9yeSI7czoxNzoiYWN0aXZpdGllcy9xdWl6XzYiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNToicXVpel82X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTU6InF1aXpfNl91c2VyaW5mbyI7czoxOiIxIjt9fXM6NjoicXVpel83IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjE6IjciO3M6OToic2VjdGlvbmlkIjtzOjI6IjEwIjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6NToiTWF0Y2giO3M6OToiZGlyZWN0b3J5IjtzOjE3OiJhY3Rpdml0aWVzL3F1aXpfNyI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE1OiJxdWl6XzdfaW5jbHVkZWQiO3M6MToiMSI7czoxNToicXVpel83X3VzZXJpbmZvIjtzOjE6IjEiO319czo2OiJxdWl6XzgiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MToiOCI7czo5OiJzZWN0aW9uaWQiO3M6MjoiMTAiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxMToiTXVsdGljaG9pY2UiO3M6OToiZGlyZWN0b3J5IjtzOjE3OiJhY3Rpdml0aWVzL3F1aXpfOCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE1OiJxdWl6XzhfaW5jbHVkZWQiO3M6MToiMSI7czoxNToicXVpel84X3VzZXJpbmZvIjtzOjE6IjEiO319czo2OiJxdWl6XzkiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MToiOSI7czo5OiJzZWN0aW9uaWQiO3M6MjoiMTAiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxMjoiU2hvcnQgQW5zd2VyIjtzOjk6ImRpcmVjdG9yeSI7czoxNzoiYWN0aXZpdGllcy9xdWl6XzkiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNToicXVpel85X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTU6InF1aXpfOV91c2VyaW5mbyI7czoxOiIxIjt9fXM6NzoicXVpel8xMCI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoyOiIxMCI7czo5OiJzZWN0aW9uaWQiO3M6MjoiMTAiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxMzoiVHJ1ZSBvciBGYWxzZSI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcXVpel8xMCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InF1aXpfMTBfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InF1aXpfMTEiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTEiO3M6OToic2VjdGlvbmlkIjtzOjE6IjkiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxODoiU2hvcnQgQW5zd2VyIC0gb2xkIjtzOjk6ImRpcmVjdG9yeSI7czoxODoiYWN0aXZpdGllcy9xdWl6XzExIjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO3M6MToiMSI7czoxNjoicXVpel8xMV91c2VyaW5mbyI7czoxOiIxIjt9fXM6NzoicXVpel8xMiI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoyOiIxMiI7czo5OiJzZWN0aW9uaWQiO3M6MToiOSI7czoxMDoibW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlRlc3QiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTIiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzEyX3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJxdWl6XzEzIjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjEzIjtzOjk6InNlY3Rpb25pZCI7czoxOiI5IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6MTY6IkdyYXBoaWNhbCBBbnN3ZXIiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTMiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xM19pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzEzX3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJxdWl6XzE0IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE0IjtzOjk6InNlY3Rpb25pZCI7czoxOiI5IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6NDY6IlJhbmRvbSB2YXJpYWJsZXM6IEdlbmVyYXRpbmcgdGFibGVzIGZyb20gbGlzdHMiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTQiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xNF9pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzE0X3VzZXJpbmZvIjtzOjE6IjEiO319fXM6NjoiY291cnNlIjtPOjg6InN0ZENsYXNzIjo0OntzOjg6ImNvdXJzZWlkIjtzOjE6IjIiO3M6NToidGl0bGUiO3M6MjoiQzEiO3M6OToiZGlyZWN0b3J5IjtzOjY6ImNvdXJzZSI7czo4OiJzZXR0aW5ncyI7YTowOnt9fXM6MTM6InJvb3Rfc2V0dGluZ3MiO2E6MjE6e3M6ODoiZmlsZW5hbWUiO3M6Mjc6Ik1vb2RsZS1UZXN0aW5nUmVzb3VyY2VzLm1ieiI7czo3OiJpbXNjYzExIjtzOjE6IjAiO3M6NToidXNlcnMiO3M6MToiMSI7czo5OiJhbm9ueW1pemUiO3M6MToiMCI7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7czoxOiIxIjtzOjEwOiJhY3Rpdml0aWVzIjtzOjE6IjEiO3M6NjoiYmxvY2tzIjtzOjE6IjEiO3M6NToiZmlsZXMiO3M6MToiMSI7czo3OiJmaWx0ZXJzIjtzOjE6IjEiO3M6ODoiY29tbWVudHMiO3M6MToiMSI7czo2OiJiYWRnZXMiO3M6MToiMSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6MToiMSI7czoxNToidXNlcnNjb21wbGV0aW9uIjtzOjE6IjEiO3M6NDoibG9ncyI7czoxOiIwIjtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3M6MToiMSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjE6IjEiO3M6NjoiZ3JvdXBzIjtzOjE6IjEiO3M6MTI6ImNvbXBldGVuY2llcyI7czoxOiIxIjtzOjExOiJjdXN0b21maWVsZCI7czoxOiIxIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6MToiMSI7czoxMToibGVnYWN5ZmlsZXMiO3M6MToiMSI7fX1zOjc6IgAqAHBsYW4iO086MTI6InJlc3RvcmVfcGxhbiI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoicmVzdG9yZV9wbGFuIjtzOjExOiIAKgBzZXR0aW5ncyI7YTo2NDp7czo1OiJ1c2VycyI7TzoyMToicmVzdG9yZV91c2Vyc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjU6InVzZXJzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjI2OntzOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9yb2xlX2Fzc2lnbm1lbnRzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InJvbGVfYXNzaWdubWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MzA3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjE6InJvb3Rfcm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgBsYWJlbCI7czoyOToiSW5jbHVkZSB1c2VyIHJvbGUgYXNzaWdubWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMwOTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjg6ImNvbW1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyNDoicmVzdG9yZV9jb21tZW50c19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjg6ImNvbW1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjMzNDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2NvbW1lbnRzIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJJbmNsdWRlIGNvbW1lbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMzY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czo2OiJiYWRnZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI5OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIyOiJyZXN0b3JlX2JhZGdlc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjY6ImJhZGdlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MjY6InJlc3RvcmVfYWN0aXZpdGllc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjEwOiJhY3Rpdml0aWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE5OntzOjY6ImJhZGdlcyI7cjozNzI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNzM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToicmVzdG9yZV9ncmFkZV9oaXN0b3JpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozODQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjEwOiJhY3Rpdml0aWVzIjtyOjM4Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjIwOiJyb290X2dyYWRlX2hpc3RvcmllcyI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBncmFkZSBoaXN0b3J5IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozODQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicGFnZV8xNV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJwYWdlXzE1X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTY6InBhZ2VfMTVfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQxNztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InBhZ2VfMTVfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI5OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQyNztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzI6InJlc3RvcmVfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Njp7czoxNjoicGFnZV8xNV91c2VyaW5mbyI7cjo0NDI7czoxNjoicGFnZV8xNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDQzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicGFnZV8xNl91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDU0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtyOjQ1MjtzOjE2OiJwYWdlXzE2X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InBhZ2VfMTZfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicGFnZV8xNl91c2VyaW5mbyI7cjo0NzA7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQ3MTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzI6InJlc3RvcmVfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Nzp7czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0ODg7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NDM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJwYWdlXzE1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0ODg7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJwYWdlXzE2X2luY2x1ZGVkIjtyOjQ4NztzOjE2OiJwYWdlXzE3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0ODg7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InBhZ2VfMTdfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicGFnZV8xN191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NTExO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicGFnZV8xN191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NTIxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0NDM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1MjE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJwYWdlXzE3X2luY2x1ZGVkIjtyOjUxOTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9wYWdlXzE3X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUyMTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjUxMTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjo1MDk7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcGFnZV8xN19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo2MToiRmlsdGVyIHRlc3Q6IFBhZ2UgcmVuZGVyIHZhbGlkYXRpb25zIC0gV2lyaXMgZm9ybXVsYXMgKyBMYVRlWCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InBhZ2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJQYWdlIjtzOjU6InRpdGxlIjtzOjQ6IlBhZ2UiO319czoxMDoiACoAc2V0dGluZyI7cjo1MTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InBhZ2VfMThfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQ4ODtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicGFnZV8xOF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJwYWdlXzE4X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo1ODk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJwYWdlXzE4X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1OTk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQ0MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjU5OTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InBhZ2VfMThfaW5jbHVkZWQiO3I6NTk3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3BhZ2VfMThfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTk5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NTg5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtyOjU4Nzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9wYWdlXzE4X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQ4OiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMgLSBXaXJpcyBSVEwiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJwYWdlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUGFnZSI7czo1OiJ0aXRsZSI7czo0OiJQYWdlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6NTg5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE3OiJmb3J1bV8xOV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDg4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8xOV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE3OiJmb3J1bV8xOV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NjY3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fMTlfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI5OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjY3NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDQzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6Njc3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNzoiZm9ydW1fMTlfaW5jbHVkZWQiO3I6Njc1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzE5X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjY3NztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjY2NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjo2NjU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fMTlfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTg6IkZpbHRlciB0ZXN0OiBGb3J1bSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjU6ImZvcnVtIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NToiRm9ydW0iO3M6NToidGl0bGUiO3M6NToiRm9ydW0iO319czoxMDoiACoAc2V0dGluZyI7cjo2Njc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMjBfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQ4ODtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8yMF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJxdWl6XzIwX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo3NDU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzIwX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo3NTU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQ0MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjc1NTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMjBfaW5jbHVkZWQiO3I6NzUzO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMjBfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NzU1O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NzQ1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtyOjc0Mzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzIwX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE3OiJGaWx0ZXIgdGVzdDogUXVpeiI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjo3NDU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fOF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoyMDoiTWF0aFR5cGUgSW50ZWdyYXRpb24iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ4ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9wYWdlXzE2X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQ0OiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMgLSBMYVRlWCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InBhZ2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJQYWdlIjtzOjU6InRpdGxlIjtzOjQ6IlBhZ2UiO319czoxMDoiACoAc2V0dGluZyI7cjo0NzE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQ1NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3BhZ2VfMTZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDU0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJwYWdlXzE3X3VzZXJpbmZvIjtyOjUzNjtzOjE2OiJwYWdlXzE4X3VzZXJpbmZvIjtyOjYxNDtzOjE3OiJmb3J1bV8xOV91c2VyaW5mbyI7cjo2OTI7czoxNjoicXVpel8yMF91c2VyaW5mbyI7cjo3NzA7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI5OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQ0MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjo0OTY7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzhfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjk7fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDI3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicGFnZV8xNV9pbmNsdWRlZCI7cjo0MjU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcGFnZV8xNV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0Mjc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjQxNTtzOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3I6NTAyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3BhZ2VfMTVfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MzY6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InBhZ2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJQYWdlIjtzOjU6InRpdGxlIjtzOjQ6IlBhZ2UiO319czoxMDoiACoAc2V0dGluZyI7cjo0MTc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InBhZ2VfMTZfaW5jbHVkZWQiO3I6NDgxO3M6MTY6InBhZ2VfMTdfaW5jbHVkZWQiO3I6NTU5O3M6MTY6InBhZ2VfMThfaW5jbHVkZWQiO3I6NjM3O3M6MTc6ImZvcnVtXzE5X2luY2x1ZGVkIjtyOjcxNTtzOjE2OiJxdWl6XzIwX2luY2x1ZGVkIjtyOjc5MztzOjE1OiJxdWl6XzRfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel80X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTU6InF1aXpfNF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6OTUwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel80X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NjA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE5OiJzZWN0aW9uXzEwX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMjoicmVzdG9yZV9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTk6InNlY3Rpb25fMTBfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Nzp7czoxNToicXVpel80X3VzZXJpbmZvIjtyOjk3NTtzOjE1OiJxdWl6XzVfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjk3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfNV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTg3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxOToic2VjdGlvbl8xMF91c2VyaW5mbyI7cjo5ODU7czoxNToicXVpel81X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfNV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE1OiJxdWl6XzVfdXNlcmluZm8iO3I6MTAwMzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTAwNDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxOToic2VjdGlvbl8xMF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo4OntzOjE5OiJzZWN0aW9uXzEwX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDIxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTc2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicXVpel80X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDIxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTUwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicXVpel81X2luY2x1ZGVkIjtyOjEwMjA7czoxNToicXVpel82X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDIxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJxdWl6XzZfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNToicXVpel82X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel82X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMDU0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxOToic2VjdGlvbl8xMF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6OTc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTA1NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InF1aXpfNl9pbmNsdWRlZCI7cjoxMDUyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfNl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMDU0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTA0NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfaW5jbHVkZWQiO3I6MTA0Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9xdWl6XzZfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NToiRXNzYXkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJxdWl6IjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUXVpeiI7czo1OiJ0aXRsZSI7czo0OiJRdWl6Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTA0NDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicXVpel83X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDIxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJxdWl6XzdfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNToicXVpel83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMTIyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel83X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMTMyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxOToic2VjdGlvbl8xMF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6OTc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTEzMjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InF1aXpfN19pbmNsdWRlZCI7cjoxMTMwO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfN191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMTMyO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTEyMjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfaW5jbHVkZWQiO3I6MTEyMDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9xdWl6XzdfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NToiTWF0Y2giO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJxdWl6IjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUXVpeiI7czo1OiJ0aXRsZSI7czo0OiJRdWl6Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTEyMjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicXVpel84X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDIxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJxdWl6XzhfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNToicXVpel84X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMjAwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel84X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMjEwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxOToic2VjdGlvbl8xMF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6OTc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTIxMDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InF1aXpfOF9pbmNsdWRlZCI7cjoxMjA4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfOF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMjEwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTIwMDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfaW5jbHVkZWQiO3I6MTE5ODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9xdWl6XzhfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTE6Ik11bHRpY2hvaWNlIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjEyMDA7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InF1aXpfOV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTAyMTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel85X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTU6InF1aXpfOV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTI3ODtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfOV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTI4ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjk3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEyODg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJxdWl6XzlfaW5jbHVkZWQiO3I6MTI4Njt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9xdWl6XzlfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTI4ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEyNzg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE5OiJzZWN0aW9uXzEwX2luY2x1ZGVkIjtyOjEyNzY7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNDoiYWN0aXZpdHlfcXVpel85X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjEyOiJTaG9ydCBBbnN3ZXIiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJxdWl6IjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUXVpeiI7czo1OiJ0aXRsZSI7czo0OiJRdWl6Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTI3ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8xMF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTAyMTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xMF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJxdWl6XzEwX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMzU2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xMF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTM2NjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjk3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEzNjY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtyOjEzNjQ7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xMF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzY2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTM1NjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTk6InNlY3Rpb25fMTBfaW5jbHVkZWQiO3I6MTM1NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzEwX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJUcnVlIG9yIEZhbHNlIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjEzNTY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTBfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTI6IldpcmlzUXVpenplcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTAyMTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMDA0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNDoiYWN0aXZpdHlfcXVpel81X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjU6IkNsb3plIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjEwMDQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjk4NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfNV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5ODc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InF1aXpfNl91c2VyaW5mbyI7cjoxMDY5O3M6MTU6InF1aXpfN191c2VyaW5mbyI7cjoxMTQ3O3M6MTU6InF1aXpfOF91c2VyaW5mbyI7cjoxMjI1O3M6MTU6InF1aXpfOV91c2VyaW5mbyI7cjoxMzAzO3M6MTY6InF1aXpfMTBfdXNlcmluZm8iO3I6MTM4MTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTc2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxOToic2VjdGlvbl8xMF9pbmNsdWRlZCI7cjoxMDI5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6Mjc6InNlY3Rpb25fc2VjdGlvbl8xMF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk3NjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NjA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJxdWl6XzRfaW5jbHVkZWQiO3I6OTU4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfNF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5NjA7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjk0ODtzOjE5OiJzZWN0aW9uXzEwX2luY2x1ZGVkIjtyOjEwMzU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNDoiYWN0aXZpdHlfcXVpel80X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjU6IlNtb2tlIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjk1MDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicXVpel81X2luY2x1ZGVkIjtyOjEwMTQ7czoxNToicXVpel82X2luY2x1ZGVkIjtyOjEwOTI7czoxNToicXVpel83X2luY2x1ZGVkIjtyOjExNzA7czoxNToicXVpel84X2luY2x1ZGVkIjtyOjEyNDg7czoxNToicXVpel85X2luY2x1ZGVkIjtyOjEzMjY7czoxNjoicXVpel8xMF9pbmNsdWRlZCI7cjoxNDA0O3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xMV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJxdWl6XzExX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNTYzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xMV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTU3MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzI6InJlc3RvcmVfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzlfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czoxNjoicXVpel8xMV91c2VyaW5mbyI7cjoxNTg4O3M6MTY6InF1aXpfMTJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE1ODk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzEyX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjAwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtyOjE1OTg7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzEyX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTY6InF1aXpfMTJfdXNlcmluZm8iO3I6MTYxNjt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTYxNztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzI6InJlc3RvcmVfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzlfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NTp7czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNjM0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTU4OTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE2MzQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNTYzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8xMl9pbmNsdWRlZCI7cjoxNjMzO3M6MTY6InF1aXpfMTNfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE2MzQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTNfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicXVpel8xM191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTY1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTNfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI5OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE2Njc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzlfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE1ODk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjY3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8xM19pbmNsdWRlZCI7cjoxNjY1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTNfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTY2NztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE2NTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzlfaW5jbHVkZWQiO3I6MTY1NTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzEzX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJHcmFwaGljYWwgQW5zd2VyIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjE2NTc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTRfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE2MzQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicXVpel8xNF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTczNTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTRfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI5OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3NDU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzlfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE1ODk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzQ1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8xNF9pbmNsdWRlZCI7cjoxNzQzO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTRfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc0NTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM3MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3MzU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzlfaW5jbHVkZWQiO3I6MTczMzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzE0X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQ2OiJSYW5kb20gdmFyaWFibGVzOiBHZW5lcmF0aW5nIHRhYmxlcyBmcm9tIGxpc3RzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjE3MzU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fOV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoyMDoiQWRkaXRpb25hbCByZXNvdXJjZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE2MzQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjk7fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTYxNztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTJfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NDoiVGVzdCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjoxNjE3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjAwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xMl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNjAwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzEzX3VzZXJpbmZvIjtyOjE2ODI7czoxNjoicXVpel8xNF91c2VyaW5mbyI7cjoxNzYwO31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyOTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNTg5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl85X2luY2x1ZGVkIjtyOjE2NDI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzlfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNTg5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo5O31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE1NzM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzExX2luY2x1ZGVkIjtyOjE1NzE7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xMV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNTczO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjoxNTYxO3M6MTg6InNlY3Rpb25fOV9pbmNsdWRlZCI7cjoxNjQ4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTFfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTg6IlNob3J0IEFuc3dlciAtIG9sZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjoxNTYzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzEyX2luY2x1ZGVkIjtyOjE2Mjc7czoxNjoicXVpel8xM19pbmNsdWRlZCI7cjoxNzA1O3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3I6MTc4Mzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNToicm9vdF9hY3Rpdml0aWVzIjtzOjg6IgAqAGxhYmVsIjtzOjMyOiJJbmNsdWRlIGFjdGl2aXRpZXMgYW5kIHJlc291cmNlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzczO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM2MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NToidXNlcnMiO3I6MzYxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmFkZ2VzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJhZGdlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzYzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6InJlc3RvcmVfdXNlcnNjb21wbGV0aW9uX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InVzZXJzY29tcGxldGlvbiI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoxOTY3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfdXNlcnNjb21wbGV0aW9uIjtzOjg6IgAqAGxhYmVsIjtzOjMxOiJJbmNsdWRlIHVzZXIgY29tcGxldGlvbiBkZXRhaWxzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxOTY5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NDoibG9ncyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjA6InJlc3RvcmVfbG9nc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjQ6ImxvZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTk5NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjk6InJvb3RfbG9ncyI7czo4OiIAKgBsYWJlbCI7czoxOToiSW5jbHVkZSBjb3Vyc2UgbG9ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTk5NjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjA7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjA7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MzkzO3M6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7cjo4ODA7czoxNjoicGFnZV8xNV91c2VyaW5mbyI7cjo0MzY7czoxNjoicGFnZV8xNl91c2VyaW5mbyI7cjo0NjM7czoxNjoicGFnZV8xN191c2VyaW5mbyI7cjo1MzA7czoxNjoicGFnZV8xOF91c2VyaW5mbyI7cjo2MDg7czoxNzoiZm9ydW1fMTlfdXNlcmluZm8iO3I6Njg2O3M6MTY6InF1aXpfMjBfdXNlcmluZm8iO3I6NzY0O3M6MTk6InNlY3Rpb25fMTBfdXNlcmluZm8iO3I6MTQ5MjtzOjE1OiJxdWl6XzRfdXNlcmluZm8iO3I6OTY5O3M6MTU6InF1aXpfNV91c2VyaW5mbyI7cjo5OTY7czoxNToicXVpel82X3VzZXJpbmZvIjtyOjEwNjM7czoxNToicXVpel83X3VzZXJpbmZvIjtyOjExNDE7czoxNToicXVpel84X3VzZXJpbmZvIjtyOjEyMTk7czoxNToicXVpel85X3VzZXJpbmZvIjtyOjEyOTc7czoxNjoicXVpel8xMF91c2VyaW5mbyI7cjoxMzc1O3M6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7cjoxODY4O3M6MTY6InF1aXpfMTFfdXNlcmluZm8iO3I6MTU4MjtzOjE2OiJxdWl6XzEyX3VzZXJpbmZvIjtyOjE2MDk7czoxNjoicXVpel8xM191c2VyaW5mbyI7cjoxNjc2O3M6MTY6InF1aXpfMTRfdXNlcmluZm8iO3I6MTc1NDt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMDoicm9vdF91c2VycyI7czo4OiIAKgBsYWJlbCI7czoyMjoiSW5jbHVkZSBlbnJvbGxlZCB1c2VycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mjk5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjEwOiJlbnJvbG1lbnRzIjtPOjIxOiJyZXN0b3JlX3VzZXJzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTA6ImVucm9sbWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czozOiJpbnQiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNDoiYmFja3VwX3NldHRpbmdfdWlfc2VsZWN0Ijo4OntzOjc6IgAqAG5hbWUiO3M6MTU6InJvb3RfZW5yb2xtZW50cyI7czo4OiIAKgBsYWJlbCI7czoyNToiSW5jbHVkZSBlbnJvbG1lbnQgbWV0aG9kcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjMwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjA1NTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjk6IgAqAHZhbHVlcyI7YTozOntpOjA7czozODoiTm8sIHJlc3RvcmUgdXNlcnMgYXMgbWFudWFsIGVucm9sbWVudHMiO2k6MTtzOjM1OiJZZXMsIGJ1dCBvbmx5IGlmIHVzZXJzIGFyZSBpbmNsdWRlZCI7aToyO3M6MTE6IlllcywgYWx3YXlzIjt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtyOjMwOTtzOjExOiJwZXJtaXNzaW9ucyI7TzoyNzoicmVzdG9yZV9wZXJtaXNzaW9uc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJwZXJtaXNzaW9ucyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9wZXJtaXNzaW9ucyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBwZXJtaXNzaW9uIG92ZXJyaWRlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjA3OTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMDoiYWN0aXZpdGllcyI7cjozNzM7czo2OiJibG9ja3MiO086MjM6InJlc3RvcmVfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjY6ImJsb2NrcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMToicm9vdF9ibG9ja3MiO3M6ODoiACoAbGFiZWwiO3M6MTQ6IkluY2x1ZGUgYmxvY2tzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMTAxO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjc6ImZpbHRlcnMiO086MjM6InJlc3RvcmVfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjc6ImZpbHRlcnMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTI6InJvb3RfZmlsdGVycyI7czo4OiIAKgBsYWJlbCI7czoxNToiSW5jbHVkZSBmaWx0ZXJzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMTIyO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjg6ImNvbW1lbnRzIjtyOjMzNjtzOjY6ImJhZGdlcyI7cjozNjM7czoxNDoiY2FsZW5kYXJldmVudHMiO086MzA6InJlc3RvcmVfY2FsZW5kYXJldmVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMTQ1O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3I6MTk2OTtzOjQ6ImxvZ3MiO3I6MTk5NjtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6Mzg0O3M6NjoiZ3JvdXBzIjtPOjIyOiJyZXN0b3JlX2dyb3Vwc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjY6Imdyb3VwcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMToicm9vdF9ncm91cHMiO3M6ODoiACoAbGFiZWwiO3M6Mjg6IkluY2x1ZGUgZ3JvdXBzIGFuZCBncm91cGluZ3MiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIxNjk7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTI6ImNvbXBldGVuY2llcyI7TzoyODoicmVzdG9yZV9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIxOTA7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTI6ImN1c3RvbWZpZWxkcyI7TzoyNzoicmVzdG9yZV9jdXN0b21maWVsZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjEyOiJjdXN0b21maWVsZHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTc6InJvb3RfY3VzdG9tZmllbGRzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGN1c3RvbSBmaWVsZHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIyMTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7TzozNDoicmVzdG9yZV9jb250ZW50YmFua2NvbnRlbnRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoiY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjIzOiJyb290X2NvbnRlbnRiYW5rY29udGVudCI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBjb250ZW50IGJhbmsgY29udGVudCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjIzMjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMToibGVnYWN5ZmlsZXMiO086MjM6InJlc3RvcmVfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjUzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE0OiJvdmVyd3JpdGVfY29uZiI7TzozNzoicmVzdG9yZV9jb3Vyc2Vfb3ZlcndyaXRlX2NvbmZfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoib3ZlcndyaXRlX2NvbmYiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mzp7czoxNToiY291cnNlX2Z1bGxuYW1lIjtPOjM2OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9lcXVhbHMiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjI3NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjM2OiJyZXN0b3JlX2NvdXJzZV9kZWZhdWx0Y3VzdG9tX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6ImNvdXJzZV9mdWxsbmFtZSI7czo4OiIAKgB2YWx1ZSI7czoxMToiVGVzdCBjb3Vyc2UiO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO3M6MTE6IlRlc3QgY291cnNlIjtzOjg6IgAqAHZ0eXBlIjtzOjQ6InRleHQiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czoxNDoib3ZlcndyaXRlX2NvbmYiO3I6MjI4Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2V0dGluZ191aV9kZWZhdWx0Y3VzdG9tIjo3OntzOjc6IgAqAG5hbWUiO3M6MjI6ImNvdXJzZV9jb3Vyc2VfZnVsbG5hbWUiO3M6ODoiACoAbGFiZWwiO3M6MTE6IkNvdXJzZSBuYW1lIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjQ6e3M6MTE6ImN1c3RvbXZhbHVlIjtzOjExOiJUZXN0IGNvdXJzZSI7czoxMjoiZGVmYXVsdHZhbHVlIjtzOjk6IlRlc3Qgc2l0ZSI7czoxMToiY3VzdG9tbGFiZWwiO3M6OToiT3ZlcndyaXRlIjtzOjQ6InR5cGUiO3M6NDoidGV4dCI7fXM6NzoiACoAdHlwZSI7aTo0MDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIyODQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo1O31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO3M6MTE6IlRlc3QgY291cnNlIjtzOjEyOiIAKgBsYXN0dmFsdWUiO3M6MTE6IlRlc3QgY291cnNlIjtzOjg6IgAqAHZhbHVlIjtpOjA7fXM6MTY6ImNvdXJzZV9zaG9ydG5hbWUiO086MzY6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2VxdWFscyI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyMjc0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzY6InJlc3RvcmVfY291cnNlX2RlZmF1bHRjdXN0b21fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoiY291cnNlX3Nob3J0bmFtZSI7czo4OiIAKgB2YWx1ZSI7czoyOiJDMSI7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7czoyOiJDMSI7czo4OiIAKgB2dHlwZSI7czo0OiJ0ZXh0IjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6MTQ6Im92ZXJ3cml0ZV9jb25mIjtyOjIzMTE7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzozMToiYmFja3VwX3NldHRpbmdfdWlfZGVmYXVsdGN1c3RvbSI6Nzp7czo3OiIAKgBuYW1lIjtzOjIzOiJjb3Vyc2VfY291cnNlX3Nob3J0bmFtZSI7czo4OiIAKgBsYWJlbCI7czoxNzoiQ291cnNlIHNob3J0IG5hbWUiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6NDp7czoxMToiY3VzdG9tdmFsdWUiO3M6MjoiQzEiO3M6MTI6ImRlZmF1bHR2YWx1ZSI7czo4OiJ0ZXN0c2l0ZSI7czoxMToiY3VzdG9tbGFiZWwiO3M6OToiT3ZlcndyaXRlIjtzOjQ6InR5cGUiO3M6NDoidGV4dCI7fXM6NzoiACoAdHlwZSI7aTo0MDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIzMTM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo1O31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO3M6MjoiQzEiO3M6MTI6IgAqAGxhc3R2YWx1ZSI7czoyOiJDMSI7czo4OiIAKgB2YWx1ZSI7aTowO31zOjE2OiJjb3Vyc2Vfc3RhcnRkYXRlIjtPOjM2OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9lcXVhbHMiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjI3NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjM2OiJyZXN0b3JlX2NvdXJzZV9kZWZhdWx0Y3VzdG9tX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6ImNvdXJzZV9zdGFydGRhdGUiO3M6ODoiACoAdmFsdWUiO2k6MTU2NjUxNDgwMDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE1NjY1MTQ4MDA7czo4OiIAKgB2dHlwZSI7czozOiJpbnQiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czoxNDoib3ZlcndyaXRlX2NvbmYiO3I6MjM0MDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2V0dGluZ191aV9kZWZhdWx0Y3VzdG9tIjo3OntzOjc6IgAqAG5hbWUiO3M6MjM6ImNvdXJzZV9jb3Vyc2Vfc3RhcnRkYXRlIjtzOjg6IgAqAGxhYmVsIjtzOjE3OiJDb3Vyc2Ugc3RhcnQgZGF0ZSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTo0OntzOjExOiJjdXN0b212YWx1ZSI7czoxMDoiMTU2NjUxNDgwMCI7czoxMjoiZGVmYXVsdHZhbHVlIjtzOjE6IjAiO3M6NDoidHlwZSI7czoxODoiZGF0ZV90aW1lX3NlbGVjdG9yIjtzOjExOiJjdXN0b21sYWJlbCI7czo5OiJPdmVyd3JpdGUiO31zOjc6IgAqAHR5cGUiO2k6NDA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMzQyO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fX1zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6NTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtpOjE1NjY1MTQ4MDA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE1NjY1MTQ4MDA7czo4OiIAKgB2YWx1ZSI7aTowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNDoiYmFja3VwX3NldHRpbmdfdWlfc2VsZWN0Ijo4OntzOjc6IgAqAG5hbWUiO3M6MjE6ImNvdXJzZV9vdmVyd3JpdGVfY29uZiI7czo4OiIAKgBsYWJlbCI7czozMDoiT3ZlcndyaXRlIGNvdXJzZSBjb25maWd1cmF0aW9uIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MzA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjc0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6OToiACoAdmFsdWVzIjthOjI6e2k6MTtzOjM6IlllcyI7aTowO3M6MjoiTm8iO319czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjU7fXM6MTU6ImNvdXJzZV9mdWxsbmFtZSI7cjoyMjg0O3M6MTY6ImNvdXJzZV9zaG9ydG5hbWUiO3I6MjMxMztzOjE2OiJjb3Vyc2Vfc3RhcnRkYXRlIjtyOjIzNDI7czoyNToia2VlcF9yb2xlc19hbmRfZW5yb2xtZW50cyI7TzozMDoicmVzdG9yZV9jb3Vyc2VfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjI1OiJrZWVwX3JvbGVzX2FuZF9lbnJvbG1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aTowO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI0OiJiYWNrdXBfc2V0dGluZ191aV9zZWxlY3QiOjg6e3M6NzoiACoAbmFtZSI7czozMjoiY291cnNlX2tlZXBfcm9sZXNfYW5kX2Vucm9sbWVudHMiO3M6ODoiACoAbGFiZWwiO3M6MzM6IktlZXAgY3VycmVudCByb2xlcyBhbmQgZW5yb2xtZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjMwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjM4NjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjk6IgAqAHZhbHVlcyI7YToyOntpOjE7czozOiJZZXMiO2k6MDtzOjI6Ik5vIjt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo1O31zOjI1OiJrZWVwX2dyb3Vwc19hbmRfZ3JvdXBpbmdzIjtPOjMwOiJyZXN0b3JlX2NvdXJzZV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MjU6ImtlZXBfZ3JvdXBzX2FuZF9ncm91cGluZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjQ6ImJhY2t1cF9zZXR0aW5nX3VpX3NlbGVjdCI6ODp7czo3OiIAKgBuYW1lIjtzOjMyOiJjb3Vyc2Vfa2VlcF9ncm91cHNfYW5kX2dyb3VwaW5ncyI7czo4OiIAKgBsYWJlbCI7czozMzoiS2VlcCBjdXJyZW50IGdyb3VwcyBhbmQgZ3JvdXBpbmdzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MzA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNDA4O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6OToiACoAdmFsdWVzIjthOjI6e2k6MTtzOjM6IlllcyI7aTowO3M6MjoiTm8iO319czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjU7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjo0ODg7czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtyOjQ0MztzOjE2OiJwYWdlXzE1X2luY2x1ZGVkIjtyOjQxNztzOjE2OiJwYWdlXzE1X3VzZXJpbmZvIjtyOjQyNztzOjE2OiJwYWdlXzE2X2luY2x1ZGVkIjtyOjQ3MTtzOjE2OiJwYWdlXzE2X3VzZXJpbmZvIjtyOjQ1NDtzOjE2OiJwYWdlXzE3X2luY2x1ZGVkIjtyOjUxMTtzOjE2OiJwYWdlXzE3X3VzZXJpbmZvIjtyOjUyMTtzOjE2OiJwYWdlXzE4X2luY2x1ZGVkIjtyOjU4OTtzOjE2OiJwYWdlXzE4X3VzZXJpbmZvIjtyOjU5OTtzOjE3OiJmb3J1bV8xOV9pbmNsdWRlZCI7cjo2Njc7czoxNzoiZm9ydW1fMTlfdXNlcmluZm8iO3I6Njc3O3M6MTY6InF1aXpfMjBfaW5jbHVkZWQiO3I6NzQ1O3M6MTY6InF1aXpfMjBfdXNlcmluZm8iO3I6NzU1O3M6MTk6InNlY3Rpb25fMTBfaW5jbHVkZWQiO3I6MTAyMTtzOjE5OiJzZWN0aW9uXzEwX3VzZXJpbmZvIjtyOjk3NjtzOjE1OiJxdWl6XzRfaW5jbHVkZWQiO3I6OTUwO3M6MTU6InF1aXpfNF91c2VyaW5mbyI7cjo5NjA7czoxNToicXVpel81X2luY2x1ZGVkIjtyOjEwMDQ7czoxNToicXVpel81X3VzZXJpbmZvIjtyOjk4NztzOjE1OiJxdWl6XzZfaW5jbHVkZWQiO3I6MTA0NDtzOjE1OiJxdWl6XzZfdXNlcmluZm8iO3I6MTA1NDtzOjE1OiJxdWl6XzdfaW5jbHVkZWQiO3I6MTEyMjtzOjE1OiJxdWl6XzdfdXNlcmluZm8iO3I6MTEzMjtzOjE1OiJxdWl6XzhfaW5jbHVkZWQiO3I6MTIwMDtzOjE1OiJxdWl6XzhfdXNlcmluZm8iO3I6MTIxMDtzOjE1OiJxdWl6XzlfaW5jbHVkZWQiO3I6MTI3ODtzOjE1OiJxdWl6XzlfdXNlcmluZm8iO3I6MTI4ODtzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtyOjEzNTY7czoxNjoicXVpel8xMF91c2VyaW5mbyI7cjoxMzY2O3M6MTg6InNlY3Rpb25fOV9pbmNsdWRlZCI7cjoxNjM0O3M6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7cjoxNTg5O3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO3I6MTU2MztzOjE2OiJxdWl6XzExX3VzZXJpbmZvIjtyOjE1NzM7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7cjoxNjE3O3M6MTY6InF1aXpfMTJfdXNlcmluZm8iO3I6MTYwMDtzOjE2OiJxdWl6XzEzX2luY2x1ZGVkIjtyOjE2NTc7czoxNjoicXVpel8xM191c2VyaW5mbyI7cjoxNjY3O3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3I6MTczNTtzOjE2OiJxdWl6XzE0X3VzZXJpbmZvIjtyOjE3NDU7fXM6ODoiACoAdGFza3MiO2E6MjM6e2k6MDtPOjE3OiJyZXN0b3JlX3Jvb3RfdGFzayI6Njp7czo3OiIAKgBuYW1lIjtzOjk6InJvb3RfdGFzayI7czo3OiIAKgBwbGFuIjtyOjI5NjtzOjExOiIAKgBzZXR0aW5ncyI7YToxODp7aTowO3I6Mjk5O2k6MTtyOjIwNTU7aToyO3I6MzA5O2k6MztyOjIwNzk7aTo0O3I6MzczO2k6NTtyOjIxMDE7aTo2O3I6MjEyMjtpOjc7cjozMzY7aTo4O3I6MzYzO2k6OTtyOjIxNDU7aToxMDtyOjE5Njk7aToxMTtyOjE5OTY7aToxMjtyOjM4NDtpOjEzO3I6MjE2OTtpOjE0O3I6MjE5MDtpOjE1O3I6MjIxMTtpOjE2O3I6MjIzMjtpOjE3O3I6MjI1Mzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MTtPOjE5OiJyZXN0b3JlX2NvdXJzZV90YXNrIjo4OntzOjc6IgAqAG5hbWUiO3M6MjoiQzEiO3M6NzoiACoAcGxhbiI7cjoyOTY7czoxMToiACoAc2V0dGluZ3MiO2E6Njp7aTowO3I6MjI3NDtpOjE7cjoyMjg0O2k6MjtyOjIzMTM7aTozO3I6MjM0MjtpOjQ7cjoyMzg2O2k6NTtyOjI0MDg7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoyNjk7czoxMjoiACoAY29udGV4dGlkIjtOO31pOjI7TzoyMDoicmVzdG9yZV9zZWN0aW9uX3Rhc2siOjk6e3M6NzoiACoAbmFtZSI7czoyMDoiTWF0aFR5cGUgSW50ZWdyYXRpb24iO3M6NzoiACoAcGxhbiI7cjoyOTY7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NDg4O2k6MTtyOjQ0Mzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjk0O3M6MTI6IgAqAGNvbnRleHRpZCI7TjtzOjEyOiIAKgBzZWN0aW9uaWQiO2k6MDt9aTozO086MjY6InJlc3RvcmVfcGFnZV9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjM2OiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMiO3M6NzoiACoAcGxhbiI7cjoyOTY7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NDE3O2k6MTtyOjQyNzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjExNjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTUiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjQ7TzoyNjoicmVzdG9yZV9wYWdlX2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6NDQ6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyAtIExhVGVYIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjQ3MTtpOjE7cjo0NTQ7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxMjU7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJwYWdlIjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjE2IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo1O086MjY6InJlc3RvcmVfcGFnZV9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjYxOiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMgLSBXaXJpcyBmb3JtdWxhcyArIExhVGVYIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjUxMTtpOjE7cjo1MjE7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxMzQ7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJwYWdlIjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjE3IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo2O086MjY6InJlc3RvcmVfcGFnZV9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjQ4OiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMgLSBXaXJpcyBSVEwiO3M6NzoiACoAcGxhbiI7cjoyOTY7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NTg5O2k6MTtyOjU5OTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjE0MztzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTgiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjc7TzoyNzoicmVzdG9yZV9mb3J1bV9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjE4OiJGaWx0ZXIgdGVzdDogRm9ydW0iO3M6NzoiACoAcGxhbiI7cjoyOTY7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NjY3O2k6MTtyOjY3Nzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjE1MjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjE5IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo4O086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjE3OiJGaWx0ZXIgdGVzdDogUXVpeiI7czo3OiIAKgBwbGFuIjtyOjI5NjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo3NDU7aToxO3I6NzU1O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTYxO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoyOiIyMCI7czoxOToiACoAb2xkbW9kdWxldmVyc2lvbiI7aTowO3M6MTI6IgAqAGNvbnRleHRpZCI7aTowO3M6MTU6IgAqAG9sZGNvbnRleHRpZCI7aTowO3M6MTM6IgAqAGFjdGl2aXR5aWQiO2k6MDtzOjE2OiIAKgBvbGRhY3Rpdml0eWlkIjtpOjA7fWk6OTtPOjIwOiJyZXN0b3JlX3NlY3Rpb25fdGFzayI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJXaXJpc1F1aXp6ZXMiO3M6NzoiACoAcGxhbiI7cjoyOTY7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MTAyMTtpOjE7cjo5NzY7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxMDE7czoxMjoiACoAY29udGV4dGlkIjtOO3M6MTI6IgAqAHNlY3Rpb25pZCI7aTowO31pOjEwO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjU6IlNtb2tlIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjk1MDtpOjE7cjo5NjA7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxNzA7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjE6IjQiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjExO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjU6IkNsb3plIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjEwMDQ7aToxO3I6OTg3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTc5O3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiI1IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxMjtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo1OiJFc3NheSI7czo3OiIAKgBwbGFuIjtyOjI5NjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMDQ0O2k6MTtyOjEwNTQ7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxODg7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjE6IjYiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjEzO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjU6Ik1hdGNoIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjExMjI7aToxO3I6MTEzMjt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjE5NztzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MToiNyI7czoxOToiACoAb2xkbW9kdWxldmVyc2lvbiI7aTowO3M6MTI6IgAqAGNvbnRleHRpZCI7aTowO3M6MTU6IgAqAG9sZGNvbnRleHRpZCI7aTowO3M6MTM6IgAqAGFjdGl2aXR5aWQiO2k6MDtzOjE2OiIAKgBvbGRhY3Rpdml0eWlkIjtpOjA7fWk6MTQ7TzoyNjoicmVzdG9yZV9xdWl6X2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6MTE6Ik11bHRpY2hvaWNlIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjEyMDA7aToxO3I6MTIxMDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjIwNjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MToiOCI7czoxOToiACoAb2xkbW9kdWxldmVyc2lvbiI7aTowO3M6MTI6IgAqAGNvbnRleHRpZCI7aTowO3M6MTU6IgAqAG9sZGNvbnRleHRpZCI7aTowO3M6MTM6IgAqAGFjdGl2aXR5aWQiO2k6MDtzOjE2OiIAKgBvbGRhY3Rpdml0eWlkIjtpOjA7fWk6MTU7TzoyNjoicmVzdG9yZV9xdWl6X2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6MTI6IlNob3J0IEFuc3dlciI7czo3OiIAKgBwbGFuIjtyOjI5NjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMjc4O2k6MTtyOjEyODg7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoyMTU7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjE6IjkiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjE2O086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjEzOiJUcnVlIG9yIEZhbHNlIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjEzNTY7aToxO3I6MTM2Njt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjIyNDtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTAiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjE3O086MjA6InJlc3RvcmVfc2VjdGlvbl90YXNrIjo5OntzOjc6IgAqAG5hbWUiO3M6MjA6IkFkZGl0aW9uYWwgcmVzb3VyY2VzIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE2MzQ7aToxO3I6MTU4OTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjEwODtzOjEyOiIAKgBjb250ZXh0aWQiO047czoxMjoiACoAc2VjdGlvbmlkIjtpOjA7fWk6MTg7TzoyNjoicmVzdG9yZV9xdWl6X2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6MTg6IlNob3J0IEFuc3dlciAtIG9sZCI7czo3OiIAKgBwbGFuIjtyOjI5NjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxNTYzO2k6MTtyOjE1NzM7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoyMzM7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjExIjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxOTtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo0OiJUZXN0IjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE2MTc7aToxO3I6MTYwMDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjI0MjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTIiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjIwO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjE2OiJHcmFwaGljYWwgQW5zd2VyIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE2NTc7aToxO3I6MTY2Nzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjI1MTtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTMiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjIxO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjQ2OiJSYW5kb20gdmFyaWFibGVzOiBHZW5lcmF0aW5nIHRhYmxlcyBmcm9tIGxpc3RzIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE3MzU7aToxO3I6MTc0NTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjI2MDtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTQiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjIyO086MTg6InJlc3RvcmVfZmluYWxfdGFzayI6Njp7czo3OiIAKgBuYW1lIjtzOjEwOiJmaW5hbF90YXNrIjtzOjc6IgAqAHBsYW4iO3I6Mjk2O3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTtzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6NjU6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzExMWJkNTdiZDljM2M0NzQxM2ZjYTY4NGM5ZDkwMTBkIjtzOjEyOiIAKgBwcmVsb2FkZWQiO2I6MDtzOjEwOiIAKgBkZWNvZGVyIjtPOjI0OiJyZXN0b3JlX2RlY29kZV9wcm9jZXNzb3IiOjU6e3M6MTE6IgAqAGNvbnRlbnRzIjthOjA6e31zOjg6IgAqAHJ1bGVzIjthOjA6e31zOjEyOiIAKgByZXN0b3JlaWQiO3M6MzI6IjIyZTZkMDUyOTAxNjljM2Q5Y2RhZTVkNDM3YWRkNmIxIjtzOjE2OiIAKgBzb3VyY2V3d3dyb290IjtzOjIxOiJodHRwOi8vbG9jYWxob3N0OjgwMDAiO3M6MTY6IgAqAHRhcmdldHd3d3Jvb3QiO3M6MjE6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMCI7fXM6MTc6IgAqAG1pc3Npbmdtb2R1bGVzIjtiOjA7czoyMzoiACoAZXhjbHVkaW5nZGFjdGl2aXRpZXMiO2I6MDt9czoxMjoiACoAZXhlY3V0aW9uIjtpOjE7czoxNjoiACoAZXhlY3V0aW9udGltZSI7aTowO3M6MTE6IgAqAGNoZWNrc3VtIjtzOjMyOiI2MjU2ZDg3NGRiNTNhZTg2NjFjYzBhYTE4OWI1ZTJhZSI7fQ=='),(3,'ff68509db9f9915b08bee5d5237be5c7','backup','course',1,'moodle2',1,10,2,500,1,0,'5dc87d95eacaafebbcea3d48c218eb3a',1736238399,0,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBwcm9ncmVzcyI7TzoyOToiY29yZVxwcm9ncmVzc1xkaXNwbGF5X2lmX3Nsb3ciOjE0OntzOjE5OiIAKgBsYXN0cHJvZ3Jlc3N0aW1lIjtOO3M6ODoiACoAY291bnQiO047czoxNToiACoAZGVzY3JpcHRpb25zIjthOjA6e31zOjg6IgAqAG1heGVzIjthOjA6e31zOjExOiIAKgBjdXJyZW50cyI7YTowOnt9czoxNToiACoAcGFyZW50Y291bnRzIjthOjA6e31zOjI2OiIAY29yZVxwcm9ncmVzc1xkaXNwbGF5AGJhciI7TjtzOjEzOiIAKgBsYXN0d2liYmxlIjtOO3M6MTU6IgAqAGN1cnJlbnRzdGF0ZSI7aTowO3M6MTI6IgAqAGRpcmVjdGlvbiI7aToxO3M6MTU6IgAqAGRpc3BsYXluYW1lcyI7YjowO3M6NToiACoAaWQiO047czoxMDoiACoAaGVhZGluZyI7czoyNToiUHJlcGFyaW5nIHRvIGRpc3BsYXkgcGFnZSI7czoxMjoiACoAc3RhcnR0aW1lIjtpOjE3MzYyMzg0MDQ7fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjIyOiJvdXRwdXRfaW5kZW50ZWRfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjIwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjE7czoxMjoiACoAc2hvd2xldmVsIjtiOjE7czo3OiIAKgBuZXh0IjtOO3M6MTA6IgAqAGRhdGVjb2wiO3M6MTE6InRpbWVjcmVhdGVkIjtzOjExOiIAKgBsZXZlbGNvbCI7czo4OiJsb2dsZXZlbCI7czoxMzoiACoAbWVzc2FnZWNvbCI7czo3OiJtZXNzYWdlIjtzOjExOiIAKgBsb2d0YWJsZSI7czoxMToiYmFja3VwX2xvZ3MiO3M6MTA6IgAqAGNvbHVtbnMiO2E6MTp7czo4OiJiYWNrdXBpZCI7czozMjoiZmY2ODUwOWRiOWY5OTE1YjA4YmVlNWQ1MjM3YmU1YzciO319czoxMToiACoAZnVsbHBhdGgiO3M6Njk6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvL2ZmNjg1MDlkYjlmOTkxNWIwOGJlZTVkNTIzN2JlNWM3LmxvZyI7fX19czoxNzoiACoAcmVsZWFzZXNlc3Npb24iO2I6MTtzOjc6IgAqAGNvcHkiO047czoxMToiACoAYmFja3VwaWQiO3M6MzI6ImZmNjg1MDlkYjlmOTkxNWIwOGJlZTVkNTIzN2JlNWM3IjtzOjc6IgAqAHR5cGUiO3M6NjoiY291cnNlIjtzOjU6IgAqAGlkIjtpOjE7czoxMToiACoAY291cnNlaWQiO2k6MTtzOjk6IgAqAGZvcm1hdCI7czo3OiJtb29kbGUyIjtzOjE0OiIAKgBpbnRlcmFjdGl2ZSI7YjoxO3M6NzoiACoAbW9kZSI7aToxMDtzOjk6IgAqAHVzZXJpZCI7czoxOiIyIjtzOjEyOiIAKgBvcGVyYXRpb24iO3M6NjoiYmFja3VwIjtzOjk6IgAqAHN0YXR1cyI7aTo1MDA7czo3OiIAKgBwbGFuIjtPOjExOiJiYWNrdXBfcGxhbiI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJiYWNrdXBfcGxhbiI7czoxMToiACoAc2V0dGluZ3MiO2E6MjE6e3M6ODoiZmlsZW5hbWUiO086MjM6ImJhY2t1cF9maWxlbmFtZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2ZpbGVuYW1lIjtzOjg6IgAqAGxhYmVsIjtzOjg6IkZpbGVuYW1lIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6NDA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjtzOjEwOiIAKgBvcHRpb25zIjthOjE6e3M6NDoic2l6ZSI7aTo1MDt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjc6Imltc2NjMTEiO086MjA6ImJhY2t1cF91c2Vyc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjc6Imltc2NjMTEiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czo1OiJ1c2VycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIwOiJiYWNrdXBfdXNlcnNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJ1c2VycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo3OntzOjk6ImFub255bWl6ZSI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyNDoiYmFja3VwX2Fub255bWl6ZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjk6ImFub255bWl6ZSI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MDtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjo5NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE0OiJyb290X2Fub255bWl6ZSI7czo4OiIAKgBsYWJlbCI7czoyNjoiQW5vbnltaXplIHVzZXIgaW5mb3JtYXRpb24iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MDtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InJvbGVfYXNzaWdubWVudHMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9yb2xlX2Fzc2lnbm1lbnRzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InJvbGVfYXNzaWdubWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTIxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjE6InJvb3Rfcm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgBsYWJlbCI7czoyOToiSW5jbHVkZSB1c2VyIHJvbGUgYXNzaWdubWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEyMztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjg6ImNvbW1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIzOiJiYWNrdXBfY29tbWVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo4OiJjb21tZW50cyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoxNDg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMzoicm9vdF9jb21tZW50cyI7czo4OiIAKgBsYWJlbCI7czoxNjoiSW5jbHVkZSBjb21tZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTUwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NjoiYmFkZ2VzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIxOiJiYWNrdXBfYmFkZ2VzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmFkZ2VzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzoyNToiYmFja3VwX2FjdGl2aXRpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMDoiYWN0aXZpdGllcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToyOntzOjY6ImJhZGdlcyI7cjoxODY7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxODc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE5ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTk2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE5ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNToicm9vdF9hY3Rpdml0aWVzIjtzOjg6IgAqAGxhYmVsIjtzOjMyOiJJbmNsdWRlIGFjdGl2aXRpZXMgYW5kIHJlc291cmNlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTg3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NToidXNlcnMiO3I6MTc1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmFkZ2VzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJhZGdlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMDoiYmFja3VwX3VzZXJzY29tcGxldGlvbl9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MjYyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfdXNlcnNjb21wbGV0aW9uIjtzOjg6IgAqAGxhYmVsIjtzOjMxOiJJbmNsdWRlIHVzZXIgY29tcGxldGlvbiBkZXRhaWxzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNjQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czo0OiJsb2dzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjE5OiJiYWNrdXBfbG9nc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjQ6ImxvZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6Mjg5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF9sb2dzIjtzOjg6IgAqAGxhYmVsIjtzOjE5OiJJbmNsdWRlIGNvdXJzZSBsb2dzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyOTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtyOjIwNzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjg0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTA6InJvb3RfdXNlcnMiO3M6ODoiACoAbGFiZWwiO3M6MjI6IkluY2x1ZGUgZW5yb2xsZWQgdXNlcnMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NjoiYmxvY2tzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmxvY2tzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjc6Imltc2NjMTEiO3I6MzM0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzM2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NToiZmlsZXMiO086Mzc6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjM2MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X2ZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJJbmNsdWRlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNjM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MTt9czo3OiJmaWx0ZXJzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NzoiZmlsdGVycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjM4ODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ZpbHRlcnMiO3M6ODoiACoAbGFiZWwiO3M6MTU6IkluY2x1ZGUgZmlsdGVycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzkwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ltc2NjMTEiO3M6ODoiACoAbGFiZWwiO3M6MjQ6IklNUyBDb21tb24gQ2FydHJpZGdlIDEuMSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NToidXNlcnMiO3I6ODY7czo5OiJhbm9ueW1pemUiO3I6OTY7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7cjoxMjM7czoxMDoiYWN0aXZpdGllcyI7cjoxODc7czo2OiJibG9ja3MiO3I6MzM2O3M6NToiZmlsZXMiO3I6MzYzO3M6NzoiZmlsdGVycyI7cjozOTA7czo4OiJjb21tZW50cyI7cjoxNTA7czo2OiJiYWRnZXMiO3I6MTc3O3M6MTQ6ImNhbGVuZGFyZXZlbnRzIjtPOjI5OiJiYWNrdXBfY2FsZW5kYXJldmVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0Mzc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7cjoyNjQ7czo0OiJsb2dzIjtyOjI5MTtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MTk4O3M6MTI6InF1ZXN0aW9uYmFuayI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X3F1ZXN0aW9uYmFuayI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBxdWVzdGlvbiBiYW5rIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NjE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NjoiZ3JvdXBzIjtPOjIxOiJiYWNrdXBfZ3JvdXBzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDgyO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjEyOiJjb21wZXRlbmNpZXMiO086Mjc6ImJhY2t1cF9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUwMztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMToiY3VzdG9tZmllbGQiO086MjY6ImJhY2t1cF9jdXN0b21maWVsZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJjdXN0b21maWVsZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9jdXN0b21maWVsZCI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBjdXN0b20gZmllbGRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MjQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7TzozMzoiYmFja3VwX2NvbnRlbnRiYW5rY29udGVudF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NDU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTE6ImxlZ2FjeWZpbGVzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fX1zOjg6IgAqAHRhc2tzIjthOjM6e2k6MDtPOjE2OiJiYWNrdXBfcm9vdF90YXNrIjo2OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF90YXNrIjtzOjc6IgAqAHBsYW4iO3I6NTM7czoxMToiACoAc2V0dGluZ3MiO2E6MjE6e2k6MDtyOjU2O2k6MTtyOjc2O2k6MjtyOjg2O2k6MztyOjk2O2k6NDtyOjEyMztpOjU7cjoxODc7aTo2O3I6MzM2O2k6NztyOjM2MztpOjg7cjozOTA7aTo5O3I6MTUwO2k6MTA7cjoxNzc7aToxMTtyOjQzNztpOjEyO3I6MjY0O2k6MTM7cjoyOTE7aToxNDtyOjE5ODtpOjE1O3I6NDYxO2k6MTY7cjo0ODI7aToxNztyOjUwMztpOjE4O3I6NTI0O2k6MTk7cjo1NDU7aToyMDtyOjU2Njt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MTtPOjE4OiJiYWNrdXBfY291cnNlX3Rhc2siOjg6e3M6NzoiACoAbmFtZSI7czo4OiJ0ZXN0c2l0ZSI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjExOiIAKgBjb3Vyc2VpZCI7aToxO3M6MTI6IgAqAGNvbnRleHRpZCI7aToyO31pOjI7TzoxNzoiYmFja3VwX2ZpbmFsX3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czoxMDoiZmluYWxfdGFzayI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTtzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6NjU6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvL2ZmNjg1MDlkYjlmOTkxNWIwOGJlZTVkNTIzN2JlNWM3IjtzOjIzOiIAKgBleGNsdWRpbmdkYWN0aXZpdGllcyI7YjowO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fXM6MTU6IgAqAGluY2x1ZGVmaWxlcyI7aToxO3M6MTI6IgAqAGV4ZWN1dGlvbiI7aToxO3M6MTY6IgAqAGV4ZWN1dGlvbnRpbWUiO2k6MDtzOjE0OiIAKgBkZXN0aW5hdGlvbiI7TjtzOjExOiIAKgBjaGVja3N1bSI7czozMjoiNWRjODdkOTVlYWNhYWZlYmJjZWEzZDQ4YzIxOGViM2EiO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fQ=='),(4,'5c0aa7aac81f43bc0032630d793e4d0e','backup','course',2,'moodle2',1,10,2,500,1,0,'08c5f78753d72e1748de8c393fe828fa',1736238427,0,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBwcm9ncmVzcyI7TzoyOToiY29yZVxwcm9ncmVzc1xkaXNwbGF5X2lmX3Nsb3ciOjE0OntzOjE5OiIAKgBsYXN0cHJvZ3Jlc3N0aW1lIjtOO3M6ODoiACoAY291bnQiO047czoxNToiACoAZGVzY3JpcHRpb25zIjthOjA6e31zOjg6IgAqAG1heGVzIjthOjA6e31zOjExOiIAKgBjdXJyZW50cyI7YTowOnt9czoxNToiACoAcGFyZW50Y291bnRzIjthOjA6e31zOjI2OiIAY29yZVxwcm9ncmVzc1xkaXNwbGF5AGJhciI7TjtzOjEzOiIAKgBsYXN0d2liYmxlIjtOO3M6MTU6IgAqAGN1cnJlbnRzdGF0ZSI7aTowO3M6MTI6IgAqAGRpcmVjdGlvbiI7aToxO3M6MTU6IgAqAGRpc3BsYXluYW1lcyI7YjowO3M6NToiACoAaWQiO047czoxMDoiACoAaGVhZGluZyI7czoyNToiUHJlcGFyaW5nIHRvIGRpc3BsYXkgcGFnZSI7czoxMjoiACoAc3RhcnR0aW1lIjtpOjE3MzYyMzg0MzI7fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjIyOiJvdXRwdXRfaW5kZW50ZWRfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjIwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjE7czoxMjoiACoAc2hvd2xldmVsIjtiOjE7czo3OiIAKgBuZXh0IjtOO3M6MTA6IgAqAGRhdGVjb2wiO3M6MTE6InRpbWVjcmVhdGVkIjtzOjExOiIAKgBsZXZlbGNvbCI7czo4OiJsb2dsZXZlbCI7czoxMzoiACoAbWVzc2FnZWNvbCI7czo3OiJtZXNzYWdlIjtzOjExOiIAKgBsb2d0YWJsZSI7czoxMToiYmFja3VwX2xvZ3MiO3M6MTA6IgAqAGNvbHVtbnMiO2E6MTp7czo4OiJiYWNrdXBpZCI7czozMjoiNWMwYWE3YWFjODFmNDNiYzAwMzI2MzBkNzkzZTRkMGUiO319czoxMToiACoAZnVsbHBhdGgiO3M6Njk6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzVjMGFhN2FhYzgxZjQzYmMwMDMyNjMwZDc5M2U0ZDBlLmxvZyI7fX19czoxNzoiACoAcmVsZWFzZXNlc3Npb24iO2I6MTtzOjc6IgAqAGNvcHkiO047czoxMToiACoAYmFja3VwaWQiO3M6MzI6IjVjMGFhN2FhYzgxZjQzYmMwMDMyNjMwZDc5M2U0ZDBlIjtzOjc6IgAqAHR5cGUiO3M6NjoiY291cnNlIjtzOjU6IgAqAGlkIjtpOjI7czoxMToiACoAY291cnNlaWQiO2k6MjtzOjk6IgAqAGZvcm1hdCI7czo3OiJtb29kbGUyIjtzOjE0OiIAKgBpbnRlcmFjdGl2ZSI7YjoxO3M6NzoiACoAbW9kZSI7aToxMDtzOjk6IgAqAHVzZXJpZCI7czoxOiIyIjtzOjEyOiIAKgBvcGVyYXRpb24iO3M6NjoiYmFja3VwIjtzOjk6IgAqAHN0YXR1cyI7aTo1MDA7czo3OiIAKgBwbGFuIjtPOjExOiJiYWNrdXBfcGxhbiI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJiYWNrdXBfcGxhbiI7czoxMToiACoAc2V0dGluZ3MiO2E6MzM6e3M6ODoiZmlsZW5hbWUiO086MjM6ImJhY2t1cF9maWxlbmFtZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2ZpbGVuYW1lIjtzOjg6IgAqAGxhYmVsIjtzOjg6IkZpbGVuYW1lIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6NDA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjtzOjEwOiIAKgBvcHRpb25zIjthOjE6e3M6NDoic2l6ZSI7aTo1MDt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjc6Imltc2NjMTEiO086MjA6ImJhY2t1cF91c2Vyc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjc6Imltc2NjMTEiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czo1OiJ1c2VycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIwOiJiYWNrdXBfdXNlcnNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJ1c2VycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxMzp7czo5OiJhbm9ueW1pemUiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjQ6ImJhY2t1cF9hbm9ueW1pemVfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo5OiJhbm9ueW1pemUiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6OTQ7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNDoicm9vdF9hbm9ueW1pemUiO3M6ODoiACoAbGFiZWwiO3M6MjY6IkFub255bWl6ZSB1c2VyIGluZm9ybWF0aW9uIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5NjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjA7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfcm9sZV9hc3NpZ25tZW50c19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjEyMTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjIxOiJyb290X3JvbGVfYXNzaWdubWVudHMiO3M6ODoiACoAbGFiZWwiO3M6Mjk6IkluY2x1ZGUgdXNlciByb2xlIGFzc2lnbm1lbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMjM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czo4OiJjb21tZW50cyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMzoiYmFja3VwX2NvbW1lbnRzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6ODoiY29tbWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTQ4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTM6InJvb3RfY29tbWVudHMiO3M6ODoiACoAbGFiZWwiO3M6MTY6IkluY2x1ZGUgY29tbWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1MDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjY6ImJhZGdlcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMToiYmFja3VwX2JhZGdlc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjY6ImJhZGdlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MjU6ImJhY2t1cF9hY3Rpdml0aWVzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTA6ImFjdGl2aXRpZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mzp7czo2OiJiYWRnZXMiO3I6MTg2O3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTg3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxOTg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjEwOiJhY3Rpdml0aWVzIjtyOjE5Njt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjIwOiJyb290X2dyYWRlX2hpc3RvcmllcyI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBncmFkZSBoaXN0b3J5IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxOTg7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoiZm9ydW1fMV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTg3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6ImZvcnVtXzFfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoiZm9ydW1fMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjMxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJmb3J1bV8xX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI0MTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fMV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJmb3J1bV8xX3VzZXJpbmZvIjtyOjI1Njt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzFfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mjp7czoxODoic2VjdGlvbl8xX3VzZXJpbmZvIjtyOjI3MztzOjE2OiJmb3J1bV8xX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyNzQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyMzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzFfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NzoiR2VuZXJhbCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mjc0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo5O31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI1NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl8xX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjk6IlVzZXIgZGF0YSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo5O31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI0MTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6ImZvcnVtXzFfaW5jbHVkZWQiO3I6MjM5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X2ZvcnVtXzFfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjQxO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjoyMjk7czoxODoic2VjdGlvbl8xX2luY2x1ZGVkIjtyOjI4Mzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9mb3J1bV8xX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJmb3J1bV8xX2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NToiZm9ydW0iO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo1OiJGb3J1bSI7czo1OiJ0aXRsZSI7czo1OiJGb3J1bSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjIzMTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTU6InJvb3RfYWN0aXZpdGllcyI7czo4OiIAKgBsYWJlbCI7czozMjoiSW5jbHVkZSBhY3Rpdml0aWVzIGFuZCByZXNvdXJjZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE4NztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjU6InVzZXJzIjtyOjE3NTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2JhZGdlcyI7czo4OiIAKgBsYWJlbCI7czoxNDoiSW5jbHVkZSBiYWRnZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE3NztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzA6ImJhY2t1cF91c2Vyc2NvbXBsZXRpb25fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToidXNlcnNjb21wbGV0aW9uIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjM5NTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjIwOiJyb290X3VzZXJzY29tcGxldGlvbiI7czo4OiIAKgBsYWJlbCI7czozMToiSW5jbHVkZSB1c2VyIGNvbXBsZXRpb24gZGV0YWlscyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NDoibG9ncyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoxOToiYmFja3VwX2xvZ3Nfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo0OiJsb2dzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjQyMjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjk6InJvb3RfbG9ncyI7czo4OiIAKgBsYWJlbCI7czoxOToiSW5jbHVkZSBjb3Vyc2UgbG9ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDI0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6ImdyYWRlX2hpc3RvcmllcyI7cjoyMDc7czoxODoic2VjdGlvbl8xX3VzZXJpbmZvIjtyOjI2NztzOjE2OiJmb3J1bV8xX3VzZXJpbmZvIjtyOjI1MDtzOjE4OiJzZWN0aW9uXzJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fMl91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7cjo0NTI7czoxODoic2VjdGlvbl8yX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl8yX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTg6InNlY3Rpb25fMl91c2VyaW5mbyI7cjo0NjQ7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl8yX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjc6IlRvcGljIDEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ2NTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NTQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fMl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ1NDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzNfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fM191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7cjo1MDY7czoxODoic2VjdGlvbl8zX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl8zX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTg6InNlY3Rpb25fM191c2VyaW5mbyI7cjo1MTg7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl8zX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjc6IlRvcGljIDIiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxOTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1MDg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fM191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUwODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzRfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fNF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7cjo1NjA7czoxODoic2VjdGlvbl80X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl80X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTg6InNlY3Rpb25fNF91c2VyaW5mbyI7cjo1NzI7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl80X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjc6IlRvcGljIDMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjU3MztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1NjI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fNF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjU2MjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzVfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fNV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7cjo2MTQ7czoxODoic2VjdGlvbl81X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl81X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTg6InNlY3Rpb25fNV91c2VyaW5mbyI7cjo2MjY7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl81X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjc6IlRvcGljIDQiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjYyNztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo2MTY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fNV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjYxNjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjg0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTA6InJvb3RfdXNlcnMiO3M6ODoiACoAbGFiZWwiO3M6MjI6IkluY2x1ZGUgZW5yb2xsZWQgdXNlcnMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NjoiYmxvY2tzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmxvY2tzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjc6Imltc2NjMTEiO3I6Njg1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Njg3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NToiZmlsZXMiO086Mzc6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjcxMjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X2ZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJJbmNsdWRlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo3MTQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MTt9czo3OiJmaWx0ZXJzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NzoiZmlsdGVycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjczOTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ZpbHRlcnMiO3M6ODoiACoAbGFiZWwiO3M6MTU6IkluY2x1ZGUgZmlsdGVycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NzQxO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ltc2NjMTEiO3M6ODoiACoAbGFiZWwiO3M6MjQ6IklNUyBDb21tb24gQ2FydHJpZGdlIDEuMSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NToidXNlcnMiO3I6ODY7czo5OiJhbm9ueW1pemUiO3I6OTY7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7cjoxMjM7czoxMDoiYWN0aXZpdGllcyI7cjoxODc7czo2OiJibG9ja3MiO3I6Njg3O3M6NToiZmlsZXMiO3I6NzE0O3M6NzoiZmlsdGVycyI7cjo3NDE7czo4OiJjb21tZW50cyI7cjoxNTA7czo2OiJiYWRnZXMiO3I6MTc3O3M6MTQ6ImNhbGVuZGFyZXZlbnRzIjtPOjI5OiJiYWNrdXBfY2FsZW5kYXJldmVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo3ODg7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7cjozOTc7czo0OiJsb2dzIjtyOjQyNDtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MTk4O3M6MTI6InF1ZXN0aW9uYmFuayI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X3F1ZXN0aW9uYmFuayI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBxdWVzdGlvbiBiYW5rIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo4MTI7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NjoiZ3JvdXBzIjtPOjIxOiJiYWNrdXBfZ3JvdXBzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6ODMzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjEyOiJjb21wZXRlbmNpZXMiO086Mjc6ImJhY2t1cF9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjg1NDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMToiY3VzdG9tZmllbGQiO086MjY6ImJhY2t1cF9jdXN0b21maWVsZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJjdXN0b21maWVsZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9jdXN0b21maWVsZCI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBjdXN0b20gZmllbGRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo4NzU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7TzozMzoiYmFja3VwX2NvbnRlbnRiYW5rY29udGVudF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo4OTY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTE6ImxlZ2FjeWZpbGVzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5MTc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6InNlY3Rpb25fMV9pbmNsdWRlZCI7cjoyNzQ7czoxODoic2VjdGlvbl8xX3VzZXJpbmZvIjtyOjI1NztzOjE2OiJmb3J1bV8xX2luY2x1ZGVkIjtyOjIzMTtzOjE2OiJmb3J1bV8xX3VzZXJpbmZvIjtyOjI0MTtzOjE4OiJzZWN0aW9uXzJfaW5jbHVkZWQiO3I6NDY1O3M6MTg6InNlY3Rpb25fMl91c2VyaW5mbyI7cjo0NTQ7czoxODoic2VjdGlvbl8zX2luY2x1ZGVkIjtyOjUxOTtzOjE4OiJzZWN0aW9uXzNfdXNlcmluZm8iO3I6NTA4O3M6MTg6InNlY3Rpb25fNF9pbmNsdWRlZCI7cjo1NzM7czoxODoic2VjdGlvbl80X3VzZXJpbmZvIjtyOjU2MjtzOjE4OiJzZWN0aW9uXzVfaW5jbHVkZWQiO3I6NjI3O3M6MTg6InNlY3Rpb25fNV91c2VyaW5mbyI7cjo2MTY7fXM6ODoiACoAdGFza3MiO2E6OTp7aTowO086MTY6ImJhY2t1cF9yb290X3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czo5OiJyb290X3Rhc2siO3M6NzoiACoAcGxhbiI7cjo1MztzOjExOiIAKgBzZXR0aW5ncyI7YToyMTp7aTowO3I6NTY7aToxO3I6NzY7aToyO3I6ODY7aTozO3I6OTY7aTo0O3I6MTIzO2k6NTtyOjE4NztpOjY7cjo2ODc7aTo3O3I6NzE0O2k6ODtyOjc0MTtpOjk7cjoxNTA7aToxMDtyOjE3NztpOjExO3I6Nzg4O2k6MTI7cjozOTc7aToxMztyOjQyNDtpOjE0O3I6MTk4O2k6MTU7cjo4MTI7aToxNjtyOjgzMztpOjE3O3I6ODU0O2k6MTg7cjo4NzU7aToxOTtyOjg5NjtpOjIwO3I6OTE3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxO086MTg6ImJhY2t1cF9jb3Vyc2VfdGFzayI6ODp7czo3OiIAKgBuYW1lIjtzOjI6IkMxIjtzOjc6IgAqAHBsYW4iO3I6NTM7czoxMToiACoAc2V0dGluZ3MiO2E6MDp7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6MTE6IgAqAGNvdXJzZWlkIjtpOjI7czoxMjoiACoAY29udGV4dGlkIjtpOjIxO31pOjI7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czo3OiIAKgBuYW1lIjtzOjE6IjAiO3M6NzoiACoAcGxhbiI7cjo1MztzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoyNzQ7aToxO3I6MjU3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiMSI7fWk6MztPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6NzoiACoAbmFtZSI7czoxMzoiQW5ub3VuY2VtZW50cyI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjIzMTtpOjE7cjoyNDE7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6MTE6IgAqAG1vZHVsZWlkIjtzOjE6IjEiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiIxIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjEiO3M6MTI6IgAqAGNvbnRleHRpZCI7aToyNDt9aTo0O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6NzoiACoAbmFtZSI7czoxOiIxIjtzOjc6IgAqAHBsYW4iO3I6NTM7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NDY1O2k6MTtyOjQ1NDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjIiO31pOjU7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czo3OiIAKgBuYW1lIjtzOjE6IjIiO3M6NzoiACoAcGxhbiI7cjo1MztzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo1MTk7aToxO3I6NTA4O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiMyI7fWk6NjtPOjE5OiJiYWNrdXBfc2VjdGlvbl90YXNrIjo3OntzOjc6IgAqAG5hbWUiO3M6MToiMyI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjU3MztpOjE7cjo1NjI7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI0Ijt9aTo3O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6NzoiACoAbmFtZSI7czoxOiI0IjtzOjc6IgAqAHBsYW4iO3I6NTM7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NjI3O2k6MTtyOjYxNjt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjUiO31pOjg7TzoxNzoiYmFja3VwX2ZpbmFsX3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czoxMDoiZmluYWxfdGFzayI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTtzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6NjU6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzVjMGFhN2FhYzgxZjQzYmMwMDMyNjMwZDc5M2U0ZDBlIjtzOjIzOiIAKgBleGNsdWRpbmdkYWN0aXZpdGllcyI7YjowO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fXM6MTU6IgAqAGluY2x1ZGVmaWxlcyI7aToxO3M6MTI6IgAqAGV4ZWN1dGlvbiI7aToxO3M6MTY6IgAqAGV4ZWN1dGlvbnRpbWUiO2k6MDtzOjE0OiIAKgBkZXN0aW5hdGlvbiI7TjtzOjExOiIAKgBjaGVja3N1bSI7czozMjoiMDhjNWY3ODc1M2Q3MmUxNzQ4ZGU4YzM5M2ZlODI4ZmEiO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fQ=='),(5,'3fe9349e822f21138c22a7bb549127b6','restore','course',2,'moodle2',1,10,2,1000,1,0,'e146cc0c19c40487def3a3aa2652722b',1736238443,1736238463,0.00000000000000,''),(6,'03dfadb85d7ef783e72cdaf38e25465e','backup','activity',13,'moodle2',0,20,2,1000,1,0,'3d9740afd768d088a42663c02b796f53',1736238515,1736238516,0.00000000000000,''),(7,'9633211a2ab50aaa8b4f2e5aacf7b67c','restore','activity',2,'moodle2',0,20,2,1000,1,0,'bd1d2b0f572fc8a321603b4737cecbf9',1736238516,1736238516,0.00000000000000,''),(8,'9456aa977d6647bce4fef294770dfa0e','backup','activity',8,'moodle2',0,20,2,1000,1,0,'9a1ac0891952225c6b5f413ae6292b7d',1736238766,1736238767,0.00000000000000,''),(9,'b6cfc19ef14f7ce8f138090b5fb03bbf','restore','activity',2,'moodle2',0,20,2,1000,1,0,'77b552ee4aadf416f56feb8961a851e8',1736238767,1736238767,0.00000000000000,''),(10,'69b90d23ca350ae0c7cfc4fbba01a65b','backup','activity',19,'moodle2',0,20,2,1000,1,0,'d5e29276db4613ea95c8940ddcdf689f',1736239461,1736239461,0.00000000000000,''),(11,'80016e39d148fe9891aa0508b20ccc00','restore','activity',2,'moodle2',0,20,2,1000,1,0,'085156f68c1d8532ff6d55a6955d83d0',1736239462,1736239462,0.00000000000000,''),(12,'4df7e6b9b36714f0ad245f84d1319ecc','backup','activity',21,'moodle2',0,20,2,1000,1,0,'993265111642be4405377ded4d53ae08',1736239602,1736239602,0.00000000000000,''),(13,'5885ed5e6d2f23c5b32f9bfa70d37701','restore','activity',2,'moodle2',0,20,2,1000,1,0,'c32d15be6da00063a38184cb81f97bc1',1736239603,1736239603,0.00000000000000,''),(14,'f3f28f0856d096a1ec5b179202d6928c','backup','course',1,'moodle2',1,10,2,500,1,0,'65deec7814dada20e0464920560d6f74',1736239863,0,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBwcm9ncmVzcyI7TzoyOToiY29yZVxwcm9ncmVzc1xkaXNwbGF5X2lmX3Nsb3ciOjE0OntzOjE5OiIAKgBsYXN0cHJvZ3Jlc3N0aW1lIjtOO3M6ODoiACoAY291bnQiO047czoxNToiACoAZGVzY3JpcHRpb25zIjthOjA6e31zOjg6IgAqAG1heGVzIjthOjA6e31zOjExOiIAKgBjdXJyZW50cyI7YTowOnt9czoxNToiACoAcGFyZW50Y291bnRzIjthOjA6e31zOjI2OiIAY29yZVxwcm9ncmVzc1xkaXNwbGF5AGJhciI7TjtzOjEzOiIAKgBsYXN0d2liYmxlIjtOO3M6MTU6IgAqAGN1cnJlbnRzdGF0ZSI7aTowO3M6MTI6IgAqAGRpcmVjdGlvbiI7aToxO3M6MTU6IgAqAGRpc3BsYXluYW1lcyI7YjowO3M6NToiACoAaWQiO047czoxMDoiACoAaGVhZGluZyI7czoyNToiUHJlcGFyaW5nIHRvIGRpc3BsYXkgcGFnZSI7czoxMjoiACoAc3RhcnR0aW1lIjtpOjE3MzYyMzk4Njg7fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjIyOiJvdXRwdXRfaW5kZW50ZWRfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjIwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjE7czoxMjoiACoAc2hvd2xldmVsIjtiOjE7czo3OiIAKgBuZXh0IjtOO3M6MTA6IgAqAGRhdGVjb2wiO3M6MTE6InRpbWVjcmVhdGVkIjtzOjExOiIAKgBsZXZlbGNvbCI7czo4OiJsb2dsZXZlbCI7czoxMzoiACoAbWVzc2FnZWNvbCI7czo3OiJtZXNzYWdlIjtzOjExOiIAKgBsb2d0YWJsZSI7czoxMToiYmFja3VwX2xvZ3MiO3M6MTA6IgAqAGNvbHVtbnMiO2E6MTp7czo4OiJiYWNrdXBpZCI7czozMjoiZjNmMjhmMDg1NmQwOTZhMWVjNWIxNzkyMDJkNjkyOGMiO319czoxMToiACoAZnVsbHBhdGgiO3M6Njk6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvL2YzZjI4ZjA4NTZkMDk2YTFlYzViMTc5MjAyZDY5MjhjLmxvZyI7fX19czoxNzoiACoAcmVsZWFzZXNlc3Npb24iO2I6MTtzOjc6IgAqAGNvcHkiO047czoxMToiACoAYmFja3VwaWQiO3M6MzI6ImYzZjI4ZjA4NTZkMDk2YTFlYzViMTc5MjAyZDY5MjhjIjtzOjc6IgAqAHR5cGUiO3M6NjoiY291cnNlIjtzOjU6IgAqAGlkIjtpOjE7czoxMToiACoAY291cnNlaWQiO2k6MTtzOjk6IgAqAGZvcm1hdCI7czo3OiJtb29kbGUyIjtzOjE0OiIAKgBpbnRlcmFjdGl2ZSI7YjoxO3M6NzoiACoAbW9kZSI7aToxMDtzOjk6IgAqAHVzZXJpZCI7czoxOiIyIjtzOjEyOiIAKgBvcGVyYXRpb24iO3M6NjoiYmFja3VwIjtzOjk6IgAqAHN0YXR1cyI7aTo1MDA7czo3OiIAKgBwbGFuIjtPOjExOiJiYWNrdXBfcGxhbiI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJiYWNrdXBfcGxhbiI7czoxMToiACoAc2V0dGluZ3MiO2E6MjM6e3M6ODoiZmlsZW5hbWUiO086MjM6ImJhY2t1cF9maWxlbmFtZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2ZpbGVuYW1lIjtzOjg6IgAqAGxhYmVsIjtzOjg6IkZpbGVuYW1lIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6NDA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjtzOjEwOiIAKgBvcHRpb25zIjthOjE6e3M6NDoic2l6ZSI7aTo1MDt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjc6Imltc2NjMTEiO086MjA6ImJhY2t1cF91c2Vyc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjc6Imltc2NjMTEiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czo1OiJ1c2VycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo3NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIwOiJiYWNrdXBfdXNlcnNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJ1c2VycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo4OntzOjk6ImFub255bWl6ZSI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyNDoiYmFja3VwX2Fub255bWl6ZV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjk6ImFub255bWl6ZSI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MDtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjo5NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE0OiJyb290X2Fub255bWl6ZSI7czo4OiIAKgBsYWJlbCI7czoyNjoiQW5vbnltaXplIHVzZXIgaW5mb3JtYXRpb24iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MDtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InJvbGVfYXNzaWdubWVudHMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9yb2xlX2Fzc2lnbm1lbnRzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InJvbGVfYXNzaWdubWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTIxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjE6InJvb3Rfcm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgBsYWJlbCI7czoyOToiSW5jbHVkZSB1c2VyIHJvbGUgYXNzaWdubWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEyMztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjg6ImNvbW1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIzOiJiYWNrdXBfY29tbWVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo4OiJjb21tZW50cyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoxNDg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMzoicm9vdF9jb21tZW50cyI7czo4OiIAKgBsYWJlbCI7czoxNjoiSW5jbHVkZSBjb21tZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTUwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NjoiYmFkZ2VzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIxOiJiYWNrdXBfYmFkZ2VzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmFkZ2VzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzoyNToiYmFja3VwX2FjdGl2aXRpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMDoiYWN0aXZpdGllcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToyOntzOjY6ImJhZGdlcyI7cjoxODY7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxODc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE5ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTk2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE5ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNToicm9vdF9hY3Rpdml0aWVzIjtzOjg6IgAqAGxhYmVsIjtzOjMyOiJJbmNsdWRlIGFjdGl2aXRpZXMgYW5kIHJlc291cmNlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTg3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NToidXNlcnMiO3I6MTc1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmFkZ2VzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJhZGdlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6ODY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMDoiYmFja3VwX3VzZXJzY29tcGxldGlvbl9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MjYyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfdXNlcnNjb21wbGV0aW9uIjtzOjg6IgAqAGxhYmVsIjtzOjMxOiJJbmNsdWRlIHVzZXIgY29tcGxldGlvbiBkZXRhaWxzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNjQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czo0OiJsb2dzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo4NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjE5OiJiYWNrdXBfbG9nc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjQ6ImxvZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6Mjg5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF9sb2dzIjtzOjg6IgAqAGxhYmVsIjtzOjE5OiJJbmNsdWRlIGNvdXJzZSBsb2dzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyOTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtyOjIwNztzOjE4OiJzZWN0aW9uXzlfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7cjozMTc7czoxODoic2VjdGlvbl85X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl85X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7cjozMjk7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl85X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQ6IlNpdGUiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMzMDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMTk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fOV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMxOTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjg0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTA6InJvb3RfdXNlcnMiO3M6ODoiACoAbGFiZWwiO3M6MjI6IkluY2x1ZGUgZW5yb2xsZWQgdXNlcnMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjg2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NjoiYmxvY2tzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmxvY2tzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjc6Imltc2NjMTEiO3I6Mzg4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzkwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fXM6NToiZmlsZXMiO086Mzc6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjQxNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X2ZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJJbmNsdWRlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MTc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MTt9czo3OiJmaWx0ZXJzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjc2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NzoiZmlsdGVycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjQ0Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ZpbHRlcnMiO3M6ODoiACoAbGFiZWwiO3M6MTU6IkluY2x1ZGUgZmlsdGVycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDQ0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ltc2NjMTEiO3M6ODoiACoAbGFiZWwiO3M6MjQ6IklNUyBDb21tb24gQ2FydHJpZGdlIDEuMSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NzY7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NToidXNlcnMiO3I6ODY7czo5OiJhbm9ueW1pemUiO3I6OTY7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7cjoxMjM7czoxMDoiYWN0aXZpdGllcyI7cjoxODc7czo2OiJibG9ja3MiO3I6MzkwO3M6NToiZmlsZXMiO3I6NDE3O3M6NzoiZmlsdGVycyI7cjo0NDQ7czo4OiJjb21tZW50cyI7cjoxNTA7czo2OiJiYWRnZXMiO3I6MTc3O3M6MTQ6ImNhbGVuZGFyZXZlbnRzIjtPOjI5OiJiYWNrdXBfY2FsZW5kYXJldmVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0OTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7cjoyNjQ7czo0OiJsb2dzIjtyOjI5MTtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MTk4O3M6MTI6InF1ZXN0aW9uYmFuayI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X3F1ZXN0aW9uYmFuayI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBxdWVzdGlvbiBiYW5rIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MTU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6NjoiZ3JvdXBzIjtPOjIxOiJiYWNrdXBfZ3JvdXBzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTM2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjEyOiJjb21wZXRlbmNpZXMiO086Mjc6ImJhY2t1cF9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjU1NztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMToiY3VzdG9tZmllbGQiO086MjY6ImJhY2t1cF9jdXN0b21maWVsZF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJjdXN0b21maWVsZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9jdXN0b21maWVsZCI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBjdXN0b20gZmllbGRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1Nzg7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7TzozMzoiYmFja3VwX2NvbnRlbnRiYW5rY29udGVudF9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1OTk7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTE6ImxlZ2FjeWZpbGVzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo2MjA7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6InNlY3Rpb25fOV9pbmNsdWRlZCI7cjozMzA7czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtyOjMxOTt9czo4OiIAKgB0YXNrcyI7YTo0OntpOjA7TzoxNjoiYmFja3VwX3Jvb3RfdGFzayI6Njp7czo3OiIAKgBuYW1lIjtzOjk6InJvb3RfdGFzayI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjIxOntpOjA7cjo1NjtpOjE7cjo3NjtpOjI7cjo4NjtpOjM7cjo5NjtpOjQ7cjoxMjM7aTo1O3I6MTg3O2k6NjtyOjM5MDtpOjc7cjo0MTc7aTo4O3I6NDQ0O2k6OTtyOjE1MDtpOjEwO3I6MTc3O2k6MTE7cjo0OTE7aToxMjtyOjI2NDtpOjEzO3I6MjkxO2k6MTQ7cjoxOTg7aToxNTtyOjUxNTtpOjE2O3I6NTM2O2k6MTc7cjo1NTc7aToxODtyOjU3ODtpOjE5O3I6NTk5O2k6MjA7cjo2MjA7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjE7TzoxODoiYmFja3VwX2NvdXJzZV90YXNrIjo4OntzOjc6IgAqAG5hbWUiO3M6ODoidGVzdHNpdGUiO3M6NzoiACoAcGxhbiI7cjo1MztzOjExOiIAKgBzZXR0aW5ncyI7YTowOnt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czoxMToiACoAY291cnNlaWQiO2k6MTtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Mjt9aToyO086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6NzoiACoAbmFtZSI7czoxOiIxIjtzOjc6IgAqAHBsYW4iO3I6NTM7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MzMwO2k6MTtyOjMxOTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjkiO31pOjM7TzoxNzoiYmFja3VwX2ZpbmFsX3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czoxMDoiZmluYWxfdGFzayI7czo3OiIAKgBwbGFuIjtyOjUzO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTtzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6NjU6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvL2YzZjI4ZjA4NTZkMDk2YTFlYzViMTc5MjAyZDY5MjhjIjtzOjIzOiIAKgBleGNsdWRpbmdkYWN0aXZpdGllcyI7YjowO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fXM6MTU6IgAqAGluY2x1ZGVmaWxlcyI7aToxO3M6MTI6IgAqAGV4ZWN1dGlvbiI7aToxO3M6MTY6IgAqAGV4ZWN1dGlvbnRpbWUiO2k6MDtzOjE0OiIAKgBkZXN0aW5hdGlvbiI7TjtzOjExOiIAKgBjaGVja3N1bSI7czozMjoiNjVkZWVjNzgxNGRhZGEyMGUwNDY0OTIwNTYwZDZmNzQiO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9fQ=='),(15,'18363146553e19d5fad179a30f343aee','backup','course',1,'moodle2',1,10,2,1000,1,0,'f87f4e14c20e185edcb41736fdcd995f',1736239869,1736239913,0.00000000000000,''),(16,'1c97805355145550e2e6667c32e57ce0','backup','course',2,'moodle2',1,10,2,1000,1,0,'f8c55c3816a36e812abca6a05a5ca8a3',1736239936,1736239968,0.00000000000000,''); +/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_courses` +-- + +DROP TABLE IF EXISTS `m_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_courses` +-- + +LOCK TABLES `m_backup_courses` WRITE; +/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_logs` +-- + +DROP TABLE IF EXISTS `m_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), + KEY `m_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB AUTO_INCREMENT=450 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- + +LOCK TABLES `m_backup_logs` WRITE; +/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; +INSERT INTO `m_backup_logs` VALUES (1,'173f11b5092204c00aae463e3e848e1a',40,'instantiating backup controller 173f11b5092204c00aae463e3e848e1a',1736238337),(2,'173f11b5092204c00aae463e3e848e1a',50,'setting controller status to 100',1736238337),(3,'173f11b5092204c00aae463e3e848e1a',50,'loading controller plan',1736238337),(4,'173f11b5092204c00aae463e3e848e1a',50,'setting controller status to 300',1736238337),(5,'173f11b5092204c00aae463e3e848e1a',50,'applying plan defaults',1736238337),(6,'173f11b5092204c00aae463e3e848e1a',50,'setting controller status to 400',1736238337),(7,'173f11b5092204c00aae463e3e848e1a',50,'setting file inclusion to ',1736238337),(8,'173f11b5092204c00aae463e3e848e1a',40,'checking plan security',1736238337),(9,'173f11b5092204c00aae463e3e848e1a',50,'setting controller status to 500',1736238337),(10,'173f11b5092204c00aae463e3e848e1a',40,'checking plan security',1736238337),(11,'173f11b5092204c00aae463e3e848e1a',40,'checking plan security',1736238337),(12,'173f11b5092204c00aae463e3e848e1a',40,'checking plan security',1736238337),(13,'173f11b5092204c00aae463e3e848e1a',50,'saving controller to db',1736238337),(14,'173f11b5092204c00aae463e3e848e1a',50,'calculating controller checksum 458c307ee617ec8962b318231e395b54',1736238337),(15,'22e6d05290169c3d9cdae5d437add6b1',40,'instantiating restore controller 22e6d05290169c3d9cdae5d437add6b1',1736238360),(16,'22e6d05290169c3d9cdae5d437add6b1',50,'setting controller status to 100',1736238360),(17,'22e6d05290169c3d9cdae5d437add6b1',50,'loading backup info',1736238360),(18,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller plan',1736238360),(19,'22e6d05290169c3d9cdae5d437add6b1',50,'setting controller status to 300',1736238360),(20,'22e6d05290169c3d9cdae5d437add6b1',50,'applying restore defaults',1736238360),(21,'22e6d05290169c3d9cdae5d437add6b1',50,'Unknown setting: questionbank',1736238360),(22,'22e6d05290169c3d9cdae5d437add6b1',50,'setting controller status to 400',1736238360),(23,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238360),(24,'22e6d05290169c3d9cdae5d437add6b1',50,'setting controller status to 500',1736238360),(25,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238360),(26,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238360),(27,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238360),(28,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238360),(29,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 6ccb63d38339debf854889fa51ac0757',1736238360),(30,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller from db',1736238363),(31,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238363),(32,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238363),(33,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238363),(34,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238363),(35,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 6ccb63d38339debf854889fa51ac0757',1736238363),(36,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller from db',1736238376),(37,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238376),(38,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238376),(39,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238376),(40,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 6ccb63d38339debf854889fa51ac0757',1736238376),(41,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller from db',1736238384),(42,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238384),(43,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238384),(44,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238384),(45,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238384),(46,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 6ccb63d38339debf854889fa51ac0757',1736238384),(47,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller from db',1736238386),(48,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238386),(49,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238386),(50,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238386),(51,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238386),(52,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 6ccb63d38339debf854889fa51ac0757',1736238386),(53,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller from db',1736238392),(54,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238392),(55,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238392),(56,'22e6d05290169c3d9cdae5d437add6b1',50,'setting controller status to 600',1736238392),(57,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238392),(58,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 07f223a74f2164c24f13fb1484ee2eac',1736238392),(59,'22e6d05290169c3d9cdae5d437add6b1',50,'loading controller from db',1736238392),(60,'22e6d05290169c3d9cdae5d437add6b1',40,'checking plan security',1736238392),(61,'22e6d05290169c3d9cdae5d437add6b1',50,'saving controller to db',1736238392),(62,'22e6d05290169c3d9cdae5d437add6b1',50,'calculating controller checksum 6256d874db53ae8661cc0aa189b5e2ae',1736238392),(63,'ff68509db9f9915b08bee5d5237be5c7',40,'instantiating backup controller ff68509db9f9915b08bee5d5237be5c7',1736238399),(64,'ff68509db9f9915b08bee5d5237be5c7',50,'setting controller status to 100',1736238399),(65,'ff68509db9f9915b08bee5d5237be5c7',50,'loading controller plan',1736238399),(66,'ff68509db9f9915b08bee5d5237be5c7',50,'setting controller status to 300',1736238399),(67,'ff68509db9f9915b08bee5d5237be5c7',50,'applying plan defaults',1736238399),(68,'ff68509db9f9915b08bee5d5237be5c7',50,'setting controller status to 400',1736238399),(69,'ff68509db9f9915b08bee5d5237be5c7',50,'setting file inclusion to ',1736238399),(70,'ff68509db9f9915b08bee5d5237be5c7',40,'checking plan security',1736238399),(71,'ff68509db9f9915b08bee5d5237be5c7',50,'setting controller status to 500',1736238399),(72,'ff68509db9f9915b08bee5d5237be5c7',40,'checking plan security',1736238399),(73,'ff68509db9f9915b08bee5d5237be5c7',40,'checking plan security',1736238399),(74,'ff68509db9f9915b08bee5d5237be5c7',40,'checking plan security',1736238399),(75,'ff68509db9f9915b08bee5d5237be5c7',50,'saving controller to db',1736238399),(76,'ff68509db9f9915b08bee5d5237be5c7',50,'calculating controller checksum 5dc87d95eacaafebbcea3d48c218eb3a',1736238399),(77,'5c0aa7aac81f43bc0032630d793e4d0e',40,'instantiating backup controller 5c0aa7aac81f43bc0032630d793e4d0e',1736238427),(78,'5c0aa7aac81f43bc0032630d793e4d0e',50,'setting controller status to 100',1736238427),(79,'5c0aa7aac81f43bc0032630d793e4d0e',50,'loading controller plan',1736238427),(80,'5c0aa7aac81f43bc0032630d793e4d0e',50,'setting controller status to 300',1736238427),(81,'5c0aa7aac81f43bc0032630d793e4d0e',50,'applying plan defaults',1736238427),(82,'5c0aa7aac81f43bc0032630d793e4d0e',50,'setting controller status to 400',1736238427),(83,'5c0aa7aac81f43bc0032630d793e4d0e',50,'setting file inclusion to ',1736238427),(84,'5c0aa7aac81f43bc0032630d793e4d0e',40,'checking plan security',1736238427),(85,'5c0aa7aac81f43bc0032630d793e4d0e',50,'setting controller status to 500',1736238427),(86,'5c0aa7aac81f43bc0032630d793e4d0e',40,'checking plan security',1736238427),(87,'5c0aa7aac81f43bc0032630d793e4d0e',40,'checking plan security',1736238427),(88,'5c0aa7aac81f43bc0032630d793e4d0e',40,'checking plan security',1736238427),(89,'5c0aa7aac81f43bc0032630d793e4d0e',50,'saving controller to db',1736238427),(90,'5c0aa7aac81f43bc0032630d793e4d0e',50,'calculating controller checksum 08c5f78753d72e1748de8c393fe828fa',1736238427),(91,'3fe9349e822f21138c22a7bb549127b6',40,'instantiating restore controller 3fe9349e822f21138c22a7bb549127b6',1736238443),(92,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 100',1736238443),(93,'3fe9349e822f21138c22a7bb549127b6',50,'loading backup info',1736238443),(94,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller plan',1736238443),(95,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 300',1736238443),(96,'3fe9349e822f21138c22a7bb549127b6',50,'applying restore defaults',1736238443),(97,'3fe9349e822f21138c22a7bb549127b6',50,'Unknown setting: questionbank',1736238443),(98,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 400',1736238443),(99,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238443),(100,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 500',1736238443),(101,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238443),(102,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238443),(103,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238443),(104,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238443),(105,'3fe9349e822f21138c22a7bb549127b6',50,'calculating controller checksum 4649b2a2f9610c7e666d6511e39fc932',1736238443),(106,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller from db',1736238445),(107,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238445),(108,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238445),(109,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238445),(110,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238445),(111,'3fe9349e822f21138c22a7bb549127b6',50,'calculating controller checksum 4649b2a2f9610c7e666d6511e39fc932',1736238445),(112,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller from db',1736238447),(113,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238447),(114,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238447),(115,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238447),(116,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238447),(117,'3fe9349e822f21138c22a7bb549127b6',50,'calculating controller checksum 4649b2a2f9610c7e666d6511e39fc932',1736238447),(118,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller from db',1736238450),(119,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238450),(120,'3fe9349e822f21138c22a7bb549127b6',40,'checking plan security',1736238450),(121,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 600',1736238450),(122,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238450),(123,'3fe9349e822f21138c22a7bb549127b6',50,'calculating controller checksum 5b43317b271061697f043e0692326f54',1736238450),(124,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller from db',1736238450),(125,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 700',1736238450),(126,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238450),(127,'3fe9349e822f21138c22a7bb549127b6',50,'calculating controller checksum d823c1e34a75d0a1eef48bf1489abc49',1736238450),(128,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller from db',1736238450),(129,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 800',1736238450),(130,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238450),(131,'3fe9349e822f21138c22a7bb549127b6',50,'calculating controller checksum e146cc0c19c40487def3a3aa2652722b',1736238450),(132,'3fe9349e822f21138c22a7bb549127b6',50,'loading controller from db',1736238450),(133,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (15).png (old context 35, component question, filearea response_attachments, old itemid 174)',1736238459),(134,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (15).png (old context 35, component question, filearea response_attachments, old itemid 175)',1736238459),(135,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (13).png (old context 35, component question, filearea response_attachments, old itemid 176)',1736238459),(136,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (14).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(137,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (13).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(138,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (12).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(139,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (11).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(140,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (10).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(141,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (9).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(142,'3fe9349e822f21138c22a7bb549127b6',30,'Missing file in backup: /image (8).png (old context 35, component question, filearea response_attachments, old itemid 177)',1736238459),(143,'3fe9349e822f21138c22a7bb549127b6',50,'processing file aliases queue. 0 entries.',1736238463),(144,'3fe9349e822f21138c22a7bb549127b6',50,'setting controller status to 1000',1736238463),(145,'3fe9349e822f21138c22a7bb549127b6',50,'saving controller to db',1736238463),(146,'03dfadb85d7ef783e72cdaf38e25465e',40,'instantiating backup controller 03dfadb85d7ef783e72cdaf38e25465e',1736238515),(147,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting controller status to 100',1736238515),(148,'03dfadb85d7ef783e72cdaf38e25465e',50,'loading controller plan',1736238515),(149,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting controller status to 300',1736238515),(150,'03dfadb85d7ef783e72cdaf38e25465e',50,'applying plan defaults',1736238515),(151,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting controller status to 400',1736238515),(152,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting file inclusion to ',1736238515),(153,'03dfadb85d7ef783e72cdaf38e25465e',40,'checking plan security',1736238515),(154,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting controller status to 700',1736238515),(155,'03dfadb85d7ef783e72cdaf38e25465e',50,'saving controller to db',1736238515),(156,'03dfadb85d7ef783e72cdaf38e25465e',50,'calculating controller checksum 041bf176aed61dd157b7997c3925dea8',1736238515),(157,'03dfadb85d7ef783e72cdaf38e25465e',50,'loading controller from db',1736238515),(158,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting controller status to 800',1736238515),(159,'03dfadb85d7ef783e72cdaf38e25465e',50,'saving controller to db',1736238515),(160,'03dfadb85d7ef783e72cdaf38e25465e',50,'calculating controller checksum 3d9740afd768d088a42663c02b796f53',1736238515),(161,'03dfadb85d7ef783e72cdaf38e25465e',50,'loading controller from db',1736238515),(162,'03dfadb85d7ef783e72cdaf38e25465e',50,'setting controller status to 1000',1736238516),(163,'03dfadb85d7ef783e72cdaf38e25465e',50,'saving controller to db',1736238516),(164,'9633211a2ab50aaa8b4f2e5aacf7b67c',40,'instantiating restore controller 9633211a2ab50aaa8b4f2e5aacf7b67c',1736238516),(165,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 100',1736238516),(166,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'loading backup info',1736238516),(167,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'loading controller plan',1736238516),(168,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 300',1736238516),(169,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'applying restore defaults',1736238516),(170,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'Unknown setting: questionbank',1736238516),(171,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'Unknown setting: overwrite_conf',1736238516),(172,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'Unknown setting: course_fullname',1736238516),(173,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'Unknown setting: course_shortname',1736238516),(174,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'Unknown setting: course_startdate',1736238516),(175,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'Unknown setting: questionbank',1736238516),(176,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 400',1736238516),(177,'9633211a2ab50aaa8b4f2e5aacf7b67c',40,'checking plan security',1736238516),(178,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 600',1736238516),(179,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'saving controller to db',1736238516),(180,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'calculating controller checksum 98af3934ceac954f7cc8787eedc01cdc',1736238516),(181,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'loading controller from db',1736238516),(182,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 700',1736238516),(183,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'saving controller to db',1736238516),(184,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'calculating controller checksum 8ae1b48818df131ddc079b70cbd2db51',1736238516),(185,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'loading controller from db',1736238516),(186,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 800',1736238516),(187,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'saving controller to db',1736238516),(188,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'calculating controller checksum bd1d2b0f572fc8a321603b4737cecbf9',1736238516),(189,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'loading controller from db',1736238516),(190,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'processing file aliases queue. 0 entries.',1736238516),(191,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'setting controller status to 1000',1736238516),(192,'9633211a2ab50aaa8b4f2e5aacf7b67c',50,'saving controller to db',1736238516),(193,'9456aa977d6647bce4fef294770dfa0e',40,'instantiating backup controller 9456aa977d6647bce4fef294770dfa0e',1736238766),(194,'9456aa977d6647bce4fef294770dfa0e',50,'setting controller status to 100',1736238766),(195,'9456aa977d6647bce4fef294770dfa0e',50,'loading controller plan',1736238766),(196,'9456aa977d6647bce4fef294770dfa0e',50,'setting controller status to 300',1736238766),(197,'9456aa977d6647bce4fef294770dfa0e',50,'applying plan defaults',1736238766),(198,'9456aa977d6647bce4fef294770dfa0e',50,'setting controller status to 400',1736238766),(199,'9456aa977d6647bce4fef294770dfa0e',50,'setting file inclusion to ',1736238766),(200,'9456aa977d6647bce4fef294770dfa0e',40,'checking plan security',1736238766),(201,'9456aa977d6647bce4fef294770dfa0e',50,'setting controller status to 700',1736238766),(202,'9456aa977d6647bce4fef294770dfa0e',50,'saving controller to db',1736238766),(203,'9456aa977d6647bce4fef294770dfa0e',50,'calculating controller checksum 105039dea8a9b89bdfbc6db4734da617',1736238766),(204,'9456aa977d6647bce4fef294770dfa0e',50,'loading controller from db',1736238766),(205,'9456aa977d6647bce4fef294770dfa0e',50,'setting controller status to 800',1736238766),(206,'9456aa977d6647bce4fef294770dfa0e',50,'saving controller to db',1736238766),(207,'9456aa977d6647bce4fef294770dfa0e',50,'calculating controller checksum 9a1ac0891952225c6b5f413ae6292b7d',1736238766),(208,'9456aa977d6647bce4fef294770dfa0e',50,'loading controller from db',1736238766),(209,'9456aa977d6647bce4fef294770dfa0e',50,'setting controller status to 1000',1736238767),(210,'9456aa977d6647bce4fef294770dfa0e',50,'saving controller to db',1736238767),(211,'b6cfc19ef14f7ce8f138090b5fb03bbf',40,'instantiating restore controller b6cfc19ef14f7ce8f138090b5fb03bbf',1736238767),(212,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 100',1736238767),(213,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'loading backup info',1736238767),(214,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'loading controller plan',1736238767),(215,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 300',1736238767),(216,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'applying restore defaults',1736238767),(217,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'Unknown setting: questionbank',1736238767),(218,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'Unknown setting: overwrite_conf',1736238767),(219,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'Unknown setting: course_fullname',1736238767),(220,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'Unknown setting: course_shortname',1736238767),(221,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'Unknown setting: course_startdate',1736238767),(222,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'Unknown setting: questionbank',1736238767),(223,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 400',1736238767),(224,'b6cfc19ef14f7ce8f138090b5fb03bbf',40,'checking plan security',1736238767),(225,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 600',1736238767),(226,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'saving controller to db',1736238767),(227,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'calculating controller checksum 7797c2e83571470feed8337eede2fc7e',1736238767),(228,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'loading controller from db',1736238767),(229,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 700',1736238767),(230,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'saving controller to db',1736238767),(231,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'calculating controller checksum 03bc0cac6320484dbb972d1f19d904e2',1736238767),(232,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'loading controller from db',1736238767),(233,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 800',1736238767),(234,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'saving controller to db',1736238767),(235,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'calculating controller checksum 77b552ee4aadf416f56feb8961a851e8',1736238767),(236,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'loading controller from db',1736238767),(237,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'processing file aliases queue. 0 entries.',1736238767),(238,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'setting controller status to 1000',1736238767),(239,'b6cfc19ef14f7ce8f138090b5fb03bbf',50,'saving controller to db',1736238767),(240,'69b90d23ca350ae0c7cfc4fbba01a65b',40,'instantiating backup controller 69b90d23ca350ae0c7cfc4fbba01a65b',1736239461),(241,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting controller status to 100',1736239461),(242,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'loading controller plan',1736239461),(243,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting controller status to 300',1736239461),(244,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'applying plan defaults',1736239461),(245,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting controller status to 400',1736239461),(246,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting file inclusion to ',1736239461),(247,'69b90d23ca350ae0c7cfc4fbba01a65b',40,'checking plan security',1736239461),(248,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting controller status to 700',1736239461),(249,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'saving controller to db',1736239461),(250,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'calculating controller checksum a128e99fc4cb39353c044c99c0fcf514',1736239461),(251,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'loading controller from db',1736239461),(252,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting controller status to 800',1736239461),(253,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'saving controller to db',1736239461),(254,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'calculating controller checksum d5e29276db4613ea95c8940ddcdf689f',1736239461),(255,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'loading controller from db',1736239461),(256,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'setting controller status to 1000',1736239461),(257,'69b90d23ca350ae0c7cfc4fbba01a65b',50,'saving controller to db',1736239461),(258,'80016e39d148fe9891aa0508b20ccc00',40,'instantiating restore controller 80016e39d148fe9891aa0508b20ccc00',1736239461),(259,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 100',1736239461),(260,'80016e39d148fe9891aa0508b20ccc00',50,'loading backup info',1736239461),(261,'80016e39d148fe9891aa0508b20ccc00',50,'loading controller plan',1736239461),(262,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 300',1736239461),(263,'80016e39d148fe9891aa0508b20ccc00',50,'applying restore defaults',1736239461),(264,'80016e39d148fe9891aa0508b20ccc00',50,'Unknown setting: questionbank',1736239462),(265,'80016e39d148fe9891aa0508b20ccc00',50,'Unknown setting: overwrite_conf',1736239462),(266,'80016e39d148fe9891aa0508b20ccc00',50,'Unknown setting: course_fullname',1736239462),(267,'80016e39d148fe9891aa0508b20ccc00',50,'Unknown setting: course_shortname',1736239462),(268,'80016e39d148fe9891aa0508b20ccc00',50,'Unknown setting: course_startdate',1736239462),(269,'80016e39d148fe9891aa0508b20ccc00',50,'Unknown setting: questionbank',1736239462),(270,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 400',1736239462),(271,'80016e39d148fe9891aa0508b20ccc00',40,'checking plan security',1736239462),(272,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 600',1736239462),(273,'80016e39d148fe9891aa0508b20ccc00',50,'saving controller to db',1736239462),(274,'80016e39d148fe9891aa0508b20ccc00',50,'calculating controller checksum cbce2378cbccb22d1aa4c7e46d3ae98b',1736239462),(275,'80016e39d148fe9891aa0508b20ccc00',50,'loading controller from db',1736239462),(276,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 700',1736239462),(277,'80016e39d148fe9891aa0508b20ccc00',50,'saving controller to db',1736239462),(278,'80016e39d148fe9891aa0508b20ccc00',50,'calculating controller checksum f8f67dfe6c981038f13bdf23621ad27b',1736239462),(279,'80016e39d148fe9891aa0508b20ccc00',50,'loading controller from db',1736239462),(280,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 800',1736239462),(281,'80016e39d148fe9891aa0508b20ccc00',50,'saving controller to db',1736239462),(282,'80016e39d148fe9891aa0508b20ccc00',50,'calculating controller checksum 085156f68c1d8532ff6d55a6955d83d0',1736239462),(283,'80016e39d148fe9891aa0508b20ccc00',50,'loading controller from db',1736239462),(284,'80016e39d148fe9891aa0508b20ccc00',50,'processing file aliases queue. 0 entries.',1736239462),(285,'80016e39d148fe9891aa0508b20ccc00',50,'setting controller status to 1000',1736239462),(286,'80016e39d148fe9891aa0508b20ccc00',50,'saving controller to db',1736239462),(287,'4df7e6b9b36714f0ad245f84d1319ecc',40,'instantiating backup controller 4df7e6b9b36714f0ad245f84d1319ecc',1736239602),(288,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting controller status to 100',1736239602),(289,'4df7e6b9b36714f0ad245f84d1319ecc',50,'loading controller plan',1736239602),(290,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting controller status to 300',1736239602),(291,'4df7e6b9b36714f0ad245f84d1319ecc',50,'applying plan defaults',1736239602),(292,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting controller status to 400',1736239602),(293,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting file inclusion to ',1736239602),(294,'4df7e6b9b36714f0ad245f84d1319ecc',40,'checking plan security',1736239602),(295,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting controller status to 700',1736239602),(296,'4df7e6b9b36714f0ad245f84d1319ecc',50,'saving controller to db',1736239602),(297,'4df7e6b9b36714f0ad245f84d1319ecc',50,'calculating controller checksum 65af9c99339fa632a7fa88c238483cb0',1736239602),(298,'4df7e6b9b36714f0ad245f84d1319ecc',50,'loading controller from db',1736239602),(299,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting controller status to 800',1736239602),(300,'4df7e6b9b36714f0ad245f84d1319ecc',50,'saving controller to db',1736239602),(301,'4df7e6b9b36714f0ad245f84d1319ecc',50,'calculating controller checksum 993265111642be4405377ded4d53ae08',1736239602),(302,'4df7e6b9b36714f0ad245f84d1319ecc',50,'loading controller from db',1736239602),(303,'4df7e6b9b36714f0ad245f84d1319ecc',50,'setting controller status to 1000',1736239602),(304,'4df7e6b9b36714f0ad245f84d1319ecc',50,'saving controller to db',1736239602),(305,'5885ed5e6d2f23c5b32f9bfa70d37701',40,'instantiating restore controller 5885ed5e6d2f23c5b32f9bfa70d37701',1736239602),(306,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 100',1736239602),(307,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'loading backup info',1736239602),(308,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'loading controller plan',1736239602),(309,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 300',1736239602),(310,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'applying restore defaults',1736239602),(311,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'Unknown setting: questionbank',1736239602),(312,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'Unknown setting: overwrite_conf',1736239602),(313,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'Unknown setting: course_fullname',1736239603),(314,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'Unknown setting: course_shortname',1736239603),(315,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'Unknown setting: course_startdate',1736239603),(316,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'Unknown setting: questionbank',1736239603),(317,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 400',1736239603),(318,'5885ed5e6d2f23c5b32f9bfa70d37701',40,'checking plan security',1736239603),(319,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 600',1736239603),(320,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'saving controller to db',1736239603),(321,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'calculating controller checksum 713b8c0d9aa2b7a4e20ba5231ba8136e',1736239603),(322,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'loading controller from db',1736239603),(323,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 700',1736239603),(324,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'saving controller to db',1736239603),(325,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'calculating controller checksum 1054d96e2ea710fa612b08f43216b803',1736239603),(326,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'loading controller from db',1736239603),(327,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 800',1736239603),(328,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'saving controller to db',1736239603),(329,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'calculating controller checksum c32d15be6da00063a38184cb81f97bc1',1736239603),(330,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'loading controller from db',1736239603),(331,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'processing file aliases queue. 0 entries.',1736239603),(332,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'setting controller status to 1000',1736239603),(333,'5885ed5e6d2f23c5b32f9bfa70d37701',50,'saving controller to db',1736239603),(334,'f3f28f0856d096a1ec5b179202d6928c',40,'instantiating backup controller f3f28f0856d096a1ec5b179202d6928c',1736239863),(335,'f3f28f0856d096a1ec5b179202d6928c',50,'setting controller status to 100',1736239863),(336,'f3f28f0856d096a1ec5b179202d6928c',50,'loading controller plan',1736239863),(337,'f3f28f0856d096a1ec5b179202d6928c',50,'setting controller status to 300',1736239863),(338,'f3f28f0856d096a1ec5b179202d6928c',50,'applying plan defaults',1736239863),(339,'f3f28f0856d096a1ec5b179202d6928c',50,'setting controller status to 400',1736239863),(340,'f3f28f0856d096a1ec5b179202d6928c',50,'setting file inclusion to ',1736239863),(341,'f3f28f0856d096a1ec5b179202d6928c',40,'checking plan security',1736239863),(342,'f3f28f0856d096a1ec5b179202d6928c',50,'setting controller status to 500',1736239863),(343,'f3f28f0856d096a1ec5b179202d6928c',40,'checking plan security',1736239863),(344,'f3f28f0856d096a1ec5b179202d6928c',40,'checking plan security',1736239863),(345,'f3f28f0856d096a1ec5b179202d6928c',40,'checking plan security',1736239863),(346,'f3f28f0856d096a1ec5b179202d6928c',50,'saving controller to db',1736239863),(347,'f3f28f0856d096a1ec5b179202d6928c',50,'calculating controller checksum 65deec7814dada20e0464920560d6f74',1736239863),(348,'18363146553e19d5fad179a30f343aee',40,'instantiating backup controller 18363146553e19d5fad179a30f343aee',1736239869),(349,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 100',1736239869),(350,'18363146553e19d5fad179a30f343aee',50,'loading controller plan',1736239869),(351,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 300',1736239869),(352,'18363146553e19d5fad179a30f343aee',50,'applying plan defaults',1736239869),(353,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 400',1736239869),(354,'18363146553e19d5fad179a30f343aee',50,'setting file inclusion to ',1736239869),(355,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239869),(356,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 500',1736239869),(357,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239869),(358,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239869),(359,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239869),(360,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239869),(361,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum 7bb5c1fa1450c7a58bfef0a06718770b',1736239869),(362,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239871),(363,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239871),(364,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239871),(365,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239871),(366,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239871),(367,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum 7bb5c1fa1450c7a58bfef0a06718770b',1736239871),(368,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239875),(369,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239875),(370,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239875),(371,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239875),(372,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239875),(373,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum 7bb5c1fa1450c7a58bfef0a06718770b',1736239875),(374,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239899),(375,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239899),(376,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239899),(377,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239899),(378,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum 7bb5c1fa1450c7a58bfef0a06718770b',1736239899),(379,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239902),(380,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239902),(381,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239902),(382,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239902),(383,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239902),(384,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum 7bb5c1fa1450c7a58bfef0a06718770b',1736239902),(385,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239913),(386,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239913),(387,'18363146553e19d5fad179a30f343aee',40,'checking plan security',1736239913),(388,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 700',1736239913),(389,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239913),(390,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum 3ab256bfea532359e2c87e3182fe8f4e',1736239913),(391,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239913),(392,'18363146553e19d5fad179a30f343aee',50,'setting file inclusion to 1',1736239913),(393,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 800',1736239913),(394,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239913),(395,'18363146553e19d5fad179a30f343aee',50,'calculating controller checksum f87f4e14c20e185edcb41736fdcd995f',1736239913),(396,'18363146553e19d5fad179a30f343aee',50,'loading controller from db',1736239913),(397,'18363146553e19d5fad179a30f343aee',50,'setting controller status to 1000',1736239913),(398,'18363146553e19d5fad179a30f343aee',50,'saving controller to db',1736239913),(399,'1c97805355145550e2e6667c32e57ce0',40,'instantiating backup controller 1c97805355145550e2e6667c32e57ce0',1736239936),(400,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 100',1736239936),(401,'1c97805355145550e2e6667c32e57ce0',50,'loading controller plan',1736239936),(402,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 300',1736239936),(403,'1c97805355145550e2e6667c32e57ce0',50,'applying plan defaults',1736239936),(404,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 400',1736239936),(405,'1c97805355145550e2e6667c32e57ce0',50,'setting file inclusion to ',1736239936),(406,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239936),(407,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 500',1736239936),(408,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239936),(409,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239936),(410,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239936),(411,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239936),(412,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum f56fe7701f71ad4760438692b89cbc3f',1736239936),(413,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239937),(414,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239937),(415,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239937),(416,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239937),(417,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239937),(418,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum f56fe7701f71ad4760438692b89cbc3f',1736239937),(419,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239939),(420,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239939),(421,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239939),(422,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239939),(423,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239939),(424,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum f56fe7701f71ad4760438692b89cbc3f',1736239939),(425,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239952),(426,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239952),(427,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239952),(428,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239952),(429,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum f56fe7701f71ad4760438692b89cbc3f',1736239952),(430,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239954),(431,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239954),(432,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239954),(433,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239954),(434,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239954),(435,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum f56fe7701f71ad4760438692b89cbc3f',1736239954),(436,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239966),(437,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239966),(438,'1c97805355145550e2e6667c32e57ce0',40,'checking plan security',1736239966),(439,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 700',1736239966),(440,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239966),(441,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum ce3850c51114e315ee92929aad99b77e',1736239966),(442,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239966),(443,'1c97805355145550e2e6667c32e57ce0',50,'setting file inclusion to 1',1736239966),(444,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 800',1736239966),(445,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239966),(446,'1c97805355145550e2e6667c32e57ce0',50,'calculating controller checksum f8c55c3816a36e812abca6a05a5ca8a3',1736239966),(447,'1c97805355145550e2e6667c32e57ce0',50,'loading controller from db',1736239966),(448,'1c97805355145550e2e6667c32e57ce0',50,'setting controller status to 1000',1736239968),(449,'1c97805355145550e2e6667c32e57ce0',50,'saving controller to db',1736239968); +/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge` +-- + +DROP TABLE IF EXISTS `m_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badg_typ_ix` (`type`), + KEY `m_badg_cou_ix` (`courseid`), + KEY `m_badg_use_ix` (`usermodified`), + KEY `m_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge` +-- + +LOCK TABLES `m_badge` WRITE; +/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_alignment` +-- + +DROP TABLE IF EXISTS `m_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcomp_bad3_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_alignment` +-- + +LOCK TABLES `m_badge_alignment` WRITE; +/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `m_badgback_use_ix` (`userid`), + KEY `m_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack` +-- + +LOCK TABLES `m_badge_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgbackoaut_use_ix` (`usermodified`), + KEY `m_badgbackoaut_use2_ix` (`userid`), + KEY `m_badgbackoaut_iss_ix` (`issuerid`), + KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack_oauth2` +-- + +LOCK TABLES `m_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria` +-- + +DROP TABLE IF EXISTS `m_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `m_badgcrit_cri_ix` (`criteriatype`), + KEY `m_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria` +-- + +LOCK TABLES `m_badge_criteria` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritmet_cri_ix` (`critid`), + KEY `m_badgcritmet_use_ix` (`userid`), + KEY `m_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- + +LOCK TABLES `m_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria_param` +-- + +LOCK TABLES `m_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_endorsement` +-- + +DROP TABLE IF EXISTS `m_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_endorsement` +-- + +LOCK TABLES `m_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external` +-- + +DROP TABLE IF EXISTS `m_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external` +-- + +LOCK TABLES `m_badge_external` WRITE; +/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), + KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_backpack` +-- + +LOCK TABLES `m_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `m_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_identifier` +-- + +LOCK TABLES `m_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_issued` +-- + +DROP TABLE IF EXISTS `m_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `m_badgissu_bad_ix` (`badgeid`), + KEY `m_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_issued` +-- + +LOCK TABLES `m_badge_issued` WRITE; +/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_manual_award` +-- + +DROP TABLE IF EXISTS `m_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgmanuawar_bad_ix` (`badgeid`), + KEY `m_badgmanuawar_rec_ix` (`recipientid`), + KEY `m_badgmanuawar_iss_ix` (`issuerid`), + KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_manual_award` +-- + +LOCK TABLES `m_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_related` +-- + +DROP TABLE IF EXISTS `m_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `m_badgrela_bad_ix` (`badgeid`), + KEY `m_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_related` +-- + +LOCK TABLES `m_badge_related` WRITE; +/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', + `completionattendance` int NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_bigbluebuttonbn` +-- + +LOCK TABLES `m_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_bigblogs_cou_ix` (`courseid`), + KEY `m_bigblogs_log_ix` (`log`), + KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `m_bigblogs_uselog_ix` (`userid`,`log`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_logs` +-- + +LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_bigbreco_cou_ix` (`courseid`), + KEY `m_bigbreco_rec_ix` (`recordingid`), + KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `m_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block` +-- + +DROP TABLE IF EXISTS `m_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block` +-- + +LOCK TABLES `m_block` WRITE; +/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; +INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); +/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_instances` +-- + +DROP TABLE IF EXISTS `m_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `m_blocinst_tim_ix` (`timemodified`), + KEY `m_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- + +LOCK TABLES `m_block_instances` WRITE; +/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; +INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1683021839,1683021839),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1683021839,1683021839),(22,'private_files',23,0,0,'my-index','5','side-post',0,'',1736238949,1736238949),(23,'online_users',23,0,0,'my-index','5','side-post',1,'',1736238949,1736238949),(24,'badges',23,0,0,'my-index','5','side-post',2,'',1736238949,1736238949),(25,'calendar_month',23,0,0,'my-index','5','content',3,'',1736238949,1736238949),(26,'calendar_upcoming',23,0,0,'my-index','5','side-post',4,'',1736238949,1736238949),(27,'lp',23,0,0,'my-index','5','content',0,'',1736238949,1736238949),(28,'recentlyaccessedcourses',23,0,0,'my-index','5','content',0,'',1736238949,1736238949),(29,'timeline',23,0,0,'my-index','5','content',0,'',1736238949,1736238949); +/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_positions` +-- + +DROP TABLE IF EXISTS `m_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `m_blocposi_blo_ix` (`blockinstanceid`), + KEY `m_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- + +LOCK TABLES `m_block_positions` WRITE; +/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recent_activity` +-- + +DROP TABLE IF EXISTS `m_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recent_activity` +-- + +LOCK TABLES `m_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; +INSERT INTO `m_block_recent_activity` VALUES (1,2,19,1736238516,2,1,NULL),(2,2,19,1736238516,2,0,NULL),(3,2,19,1736238643,2,1,NULL),(4,2,20,1736238767,2,1,NULL),(5,2,20,1736238767,2,0,NULL),(6,2,21,1736239462,2,1,NULL),(7,2,21,1736239462,2,0,NULL),(8,2,21,1736239577,2,1,NULL),(9,2,22,1736239603,2,1,NULL),(10,2,22,1736239603,2,0,NULL),(11,2,22,1736239685,2,1,NULL); +/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `m_blocrece_use_ix` (`userid`), + KEY `m_blocrece_cou_ix` (`courseid`), + KEY `m_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recentlyaccesseditems` +-- + +LOCK TABLES `m_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; +INSERT INTO `m_block_recentlyaccesseditems` VALUES (2,2,19,2,1736239488),(3,2,8,2,1736238817),(5,2,9,2,1736238912),(6,2,10,2,1736239038),(7,2,10,4,1736239046),(8,2,11,2,1736239160),(9,2,11,4,1736239290),(10,2,12,2,1736239293),(11,2,12,4,1736239359),(12,2,14,2,1736239366),(13,2,14,4,1736239391),(14,2,19,4,1736239399),(15,2,21,2,1736239589),(16,2,21,4,1736239582),(17,2,22,2,1736239604),(18,2,22,4,1736239848); +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_rss_client` +-- + +DROP TABLE IF EXISTS `m_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_rss_client` +-- + +LOCK TABLES `m_block_rss_client` WRITE; +/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_association` +-- + +DROP TABLE IF EXISTS `m_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blogasso_con_ix` (`contextid`), + KEY `m_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- + +LOCK TABLES `m_blog_association` WRITE; +/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_external` +-- + +DROP TABLE IF EXISTS `m_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- + +LOCK TABLES `m_blog_external` WRITE; +/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book` +-- + +DROP TABLE IF EXISTS `m_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book` +-- + +LOCK TABLES `m_book` WRITE; +/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book_chapters` +-- + +DROP TABLE IF EXISTS `m_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book_chapters` +-- + +LOCK TABLES `m_book_chapters` WRITE; +/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_filters` +-- + +DROP TABLE IF EXISTS `m_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_filters` +-- + +LOCK TABLES `m_cache_filters` WRITE; +/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_flags` +-- + +DROP TABLE IF EXISTS `m_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_cachflag_fla_ix` (`flagtype`), + KEY `m_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_flags` +-- + +LOCK TABLES `m_cache_flags` WRITE; +/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; +INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1736239537,'1',1736246737),(2,'accesslib/dirtycontexts','/1/3/21',1736238450,'1',1736245650),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1736239765,'1',1736246965),(5,'accesslib/dirtycontexts','/1',1736237325,'1',1736244525),(6,'accesslib/dirtyusers','3',1736238456,'1',1736245656),(7,'accesslib/dirtyusers','4',1736238456,'1',1736245656),(8,'accesslib/dirtyusers','6',1736239005,'1',1736246205),(9,'accesslib/dirtyusers','7',1736239008,'1',1736246208); +/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_capabilities` +-- + +DROP TABLE IF EXISTS `m_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=729 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_capabilities` +-- + +LOCK TABLES `m_capabilities` WRITE; +/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; +INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(240,'mod/assignment:view','read',70,'mod_assignment',0),(241,'mod/assignment:addinstance','write',50,'mod_assignment',4),(242,'mod/assignment:submit','write',70,'mod_assignment',0),(243,'mod/assignment:grade','write',70,'mod_assignment',4),(244,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(642,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'gradereport/summary:view','read',50,'gradereport_summary',8),(721,'moodle/question:commentmine','write',50,'qbank_comment',0),(722,'moodle/question:commentall','write',50,'qbank_comment',0),(723,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(724,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(725,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(726,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(727,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(728,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat` +-- + +DROP TABLE IF EXISTS `m_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat` +-- + +LOCK TABLES `m_chat` WRITE; +/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages` +-- + +DROP TABLE IF EXISTS `m_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmess_use_ix` (`userid`), + KEY `m_chatmess_gro_ix` (`groupid`), + KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages` +-- + +LOCK TABLES `m_chat_messages` WRITE; +/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages_current` +-- + +DROP TABLE IF EXISTS `m_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmesscurr_use_ix` (`userid`), + KEY `m_chatmesscurr_gro_ix` (`groupid`), + KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages_current` +-- + +LOCK TABLES `m_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_users` +-- + +DROP TABLE IF EXISTS `m_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_chatuser_use_ix` (`userid`), + KEY `m_chatuser_las_ix` (`lastping`), + KEY `m_chatuser_gro_ix` (`groupid`), + KEY `m_chatuser_cha_ix` (`chatid`), + KEY `m_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- + +LOCK TABLES `m_chat_users` WRITE; +/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice` +-- + +DROP TABLE IF EXISTS `m_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice` +-- + +LOCK TABLES `m_choice` WRITE; +/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_answers` +-- + +DROP TABLE IF EXISTS `m_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiansw_use_ix` (`userid`), + KEY `m_choiansw_cho_ix` (`choiceid`), + KEY `m_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_answers` +-- + +LOCK TABLES `m_choice_answers` WRITE; +/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_options` +-- + +DROP TABLE IF EXISTS `m_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_options` +-- + +LOCK TABLES `m_choice_options` WRITE; +/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort` +-- + +DROP TABLE IF EXISTS `m_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- + +LOCK TABLES `m_cohort` WRITE; +/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort_members` +-- + +DROP TABLE IF EXISTS `m_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `m_cohomemb_coh_ix` (`cohortid`), + KEY `m_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cohort_members` +-- + +LOCK TABLES `m_cohort_members` WRITE; +/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_comments` +-- + +DROP TABLE IF EXISTS `m_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `m_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_comments` +-- + +LOCK TABLES `m_comments` WRITE; +/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication` +-- + +DROP TABLE IF EXISTS `m_communication`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `active` tinyint(1) NOT NULL DEFAULT '1', + `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_comm_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication` +-- + +LOCK TABLES `m_communication` WRITE; +/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_customlink` +-- + +DROP TABLE IF EXISTS `m_communication_customlink`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_customlink` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_commcust_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_communication_customlink` +-- + +LOCK TABLES `m_communication_customlink` WRITE; +/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_user` +-- + +DROP TABLE IF EXISTS `m_communication_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `userid` bigint NOT NULL, + `synced` tinyint(1) NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_commuser_com_ix` (`commid`), + KEY `m_commuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication_user` +-- + +LOCK TABLES `m_communication_user` WRITE; +/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency` +-- + +DROP TABLE IF EXISTS `m_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `m_comp_rul_ix` (`ruleoutcome`), + KEY `m_comp_sca_ix` (`scaleid`), + KEY `m_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- + +LOCK TABLES `m_competency` WRITE; +/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `m_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `m_compcour_cou2_ix` (`courseid`), + KEY `m_compcour_com_ix` (`competencyid`), + KEY `m_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_coursecomp` +-- + +LOCK TABLES `m_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_cou_uix` (`courseid`), + KEY `m_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- + +LOCK TABLES `m_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_evidence` +-- + +DROP TABLE IF EXISTS `m_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compevid_use_ix` (`usercompetencyid`), + KEY `m_compevid_act_ix` (`actionuserid`), + KEY `m_compevid_con_ix` (`contextid`), + KEY `m_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_evidence` +-- + +LOCK TABLES `m_competency_evidence` WRITE; +/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_framework` +-- + +DROP TABLE IF EXISTS `m_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), + KEY `m_compfram_con_ix` (`contextid`), + KEY `m_compfram_sca_ix` (`scaleid`), + KEY `m_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_framework` +-- + +LOCK TABLES `m_competency_framework` WRITE; +/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `m_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `m_compmodu_cmi_ix` (`cmid`), + KEY `m_compmodu_com_ix` (`competencyid`), + KEY `m_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_modulecomp` +-- + +LOCK TABLES `m_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plan` +-- + +DROP TABLE IF EXISTS `m_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compplan_usesta_ix` (`userid`,`status`), + KEY `m_compplan_tem_ix` (`templateid`), + KEY `m_compplan_stadue_ix` (`status`,`duedate`), + KEY `m_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plan` +-- + +LOCK TABLES `m_competency_plan` WRITE; +/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plancomp` +-- + +DROP TABLE IF EXISTS `m_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), + KEY `m_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plancomp` +-- + +LOCK TABLES `m_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `m_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comprela_com_ix` (`competencyid`), + KEY `m_comprela_rel_ix` (`relatedcompetencyid`), + KEY `m_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_relatedcomp` +-- + +LOCK TABLES `m_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_template` +-- + +DROP TABLE IF EXISTS `m_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_use_ix` (`usermodified`), + KEY `m_comptemp_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_template` +-- + +LOCK TABLES `m_competency_template` WRITE; +/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `m_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `m_comptemp_tem2_ix` (`templateid`), + KEY `m_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecohort` +-- + +LOCK TABLES `m_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `m_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_tem_ix` (`templateid`), + KEY `m_comptemp_com_ix` (`competencyid`), + KEY `m_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecomp` +-- + +LOCK TABLES `m_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercomp` +-- + +DROP TABLE IF EXISTS `m_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `m_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercomp` +-- + +LOCK TABLES `m_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `m_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `m_compuser_use4_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompcourse` +-- + +LOCK TABLES `m_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `m_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `m_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompplan` +-- + +LOCK TABLES `m_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidence` +-- + +DROP TABLE IF EXISTS `m_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compuser_use_ix` (`userid`), + KEY `m_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidence` +-- + +LOCK TABLES `m_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `m_compuser_use2_ix` (`userevidenceid`), + KEY `m_compuser_use6_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidencecomp` +-- + +LOCK TABLES `m_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config` +-- + +DROP TABLE IF EXISTS `m_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=599 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config` +-- + +LOCK TABLES `m_config` WRITE; +/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; +INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2022112800'),(9,'backup_release','4.1'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,tinymce,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1736237330'),(25,'jsrev','1736237330'),(26,'gdversion','2'),(27,'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'),(28,'version','2022112815.01'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(43,'completiondefault','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(106,'grade_report_studentsperpage','100'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(109,'grade_report_showquickfeedback','0'),(110,'grade_report_meanselection','1'),(111,'grade_report_enableajax','0'),(112,'grade_report_showcalculations','1'),(113,'grade_report_showeyecons','0'),(114,'grade_report_showaverages','1'),(115,'grade_report_showlocks','0'),(116,'grade_report_showranges','0'),(117,'grade_report_showanalysisicon','1'),(118,'grade_report_showuserimage','1'),(119,'grade_report_showactivityicons','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1736237330'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(257,'enabledevicedetection','1'),(258,'devicedetectregex','[]'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(302,'useexternalyui','0'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.1.15+ (Build: 20241213)'),(380,'branch','401'),(381,'localcachedirpurged','1736237330'),(382,'scheduledtaskreset','1736237330'),(383,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(385,'registrationpending','0'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1736237330'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v124'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'supportavailability','1'),(538,'webserviceprotocols',''),(539,'enablecustomreports','1'),(540,'bigbluebuttonbn_default_dpa_accepted','0'),(541,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(542,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(543,'bigbluebuttonbn_poll_interval','5'),(544,'bigbluebuttonbn_welcome_default',''),(545,'bigbluebuttonbn_welcome_editable','1'),(546,'bigbluebuttonbn_recording_default','1'),(547,'bigbluebuttonbn_recording_refresh_period','300'),(548,'bigbluebuttonbn_recording_editable','1'),(549,'bigbluebuttonbn_recording_all_from_start_default','0'),(550,'bigbluebuttonbn_recording_all_from_start_editable','0'),(551,'bigbluebuttonbn_recording_hide_button_default','0'),(552,'bigbluebuttonbn_recording_hide_button_editable','0'),(553,'bigbluebuttonbn_importrecordings_enabled','0'),(554,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(555,'bigbluebuttonbn_recordings_deleted_default','1'),(556,'bigbluebuttonbn_recordings_deleted_editable','0'),(557,'bigbluebuttonbn_recordings_imported_default','0'),(558,'bigbluebuttonbn_recordings_imported_editable','1'),(559,'bigbluebuttonbn_recordings_preview_default','1'),(560,'bigbluebuttonbn_recordings_preview_editable','0'),(561,'bigbluebuttonbn_recordings_asc_sort','0'),(562,'bigbluebuttonbn_recording_protect_editable','1'),(563,'bigbluebuttonbn_waitformoderator_default','0'),(564,'bigbluebuttonbn_waitformoderator_editable','1'),(565,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(566,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(567,'bigbluebuttonbn_voicebridge_editable','0'),(568,'bigbluebuttonbn_preuploadpresentation_editable','0'),(569,'bigbluebuttonbn_userlimit_default','0'),(570,'bigbluebuttonbn_userlimit_editable','0'),(571,'bigbluebuttonbn_participant_moderator_default','0'),(572,'bigbluebuttonbn_muteonstart_default','0'),(573,'bigbluebuttonbn_muteonstart_editable','0'),(574,'bigbluebuttonbn_disablecam_default','0'),(575,'bigbluebuttonbn_disablecam_editable','1'),(576,'bigbluebuttonbn_disablemic_default','0'),(577,'bigbluebuttonbn_disablemic_editable','1'),(578,'bigbluebuttonbn_disableprivatechat_default','0'),(579,'bigbluebuttonbn_disableprivatechat_editable','1'),(580,'bigbluebuttonbn_disablepublicchat_default','0'),(581,'bigbluebuttonbn_disablepublicchat_editable','1'),(582,'bigbluebuttonbn_disablenote_default','0'),(583,'bigbluebuttonbn_disablenote_editable','1'),(584,'bigbluebuttonbn_hideuserlist_default','0'),(585,'bigbluebuttonbn_hideuserlist_editable','1'),(586,'bigbluebuttonbn_recordingready_enabled','0'),(587,'bigbluebuttonbn_meetingevents_enabled','0'),(588,'bigbluebuttonbn_guestaccess_enabled','0'),(589,'filternavigationwithsystemcontext','0'),(590,'searchmaxtopresults','3'),(591,'searchteacherroles',''),(592,'enabledashboard','1'),(593,'proxylogunsafe','0'),(594,'proxyfixunsafe','0'),(595,'customreportslimit','0'),(596,'customreportsliveediting','1'),(598,'sitenameintitle','shortname'); +/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_log` +-- + +DROP TABLE IF EXISTS `m_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_conflog_tim_ix` (`timemodified`), + KEY `m_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1912 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_log` +-- + +LOCK TABLES `m_config_log` WRITE; +/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; +INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,0,1683021841,'tiny','editor_visibility','1','0'),(1816,2,1683021866,NULL,'enablecustomreports','1',NULL),(1817,2,1683021866,'moodlecourse','participantsperpage','20',NULL),(1818,2,1683021866,'assign','enabletimelimit','0',NULL),(1819,2,1683021866,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1820,2,1683021866,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1821,2,1683021866,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1822,2,1683021866,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1823,2,1683021866,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1824,2,1683021866,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1825,2,1683021866,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1826,2,1683021866,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1827,2,1683021866,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1828,2,1683021866,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1829,2,1683021866,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1830,2,1683021866,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1831,2,1683021866,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1832,2,1683021866,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1833,2,1683021866,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1834,2,1683021866,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1835,2,1683021866,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1836,2,1683021866,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1837,2,1683021866,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1838,2,1683021866,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1839,2,1683021866,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1840,2,1683021866,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1841,2,1683021866,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1842,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1843,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1844,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1845,2,1683021866,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1846,2,1683021866,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1847,2,1683021866,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1848,2,1683021867,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1849,2,1683021867,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1850,2,1683021867,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1851,2,1683021867,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1852,2,1683021867,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1853,2,1683021867,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1854,2,1683021867,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1855,2,1683021867,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1856,2,1683021867,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1857,2,1683021867,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1858,2,1683021867,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1859,2,1683021867,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1860,2,1683021867,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1861,2,1683021867,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1862,2,1683021867,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1863,2,1683021867,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1864,2,1683021867,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1865,2,1683021867,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1866,2,1683021867,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1683021867,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1683021867,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1869,2,1683021867,'quiz','notifyattemptgradeddelay','18000',NULL),(1870,2,1683021867,'antivirus','notifylevel','2',NULL),(1871,2,1683021867,'antivirus','threshold','1200',NULL),(1872,2,1683021867,'cachestore_redis','test_ttl','0',NULL),(1873,2,1683021867,'enrol_imsenterprise','unenrolaction','0',NULL),(1874,2,1683021868,NULL,'filternavigationwithsystemcontext','0',NULL),(1875,2,1683021868,'filter_wiris','rendertype','php',NULL),(1876,2,1683021868,'qtype_multichoice','showstandardinstruction','0',NULL),(1877,2,1683021868,'qtype_wq','filtercodes_compatibility','0',NULL),(1878,2,1683021868,'qtype_wq','debug_mode_enabled','0',NULL),(1879,2,1683021868,NULL,'searchmaxtopresults','3',NULL),(1880,2,1683021868,NULL,'searchteacherroles','',NULL),(1881,2,1683021868,'atto_recordrtc','audiotimelimit','120',NULL),(1882,2,1683021868,'atto_recordrtc','videotimelimit','120',NULL),(1883,2,1683021868,'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),(1884,2,1683021868,'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),(1885,2,1683021868,'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),(1886,2,1683021868,'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),(1887,2,1683021868,'tiny_recordrtc','allowedtypes','both',NULL),(1888,2,1683021868,'tiny_recordrtc','audiobitrate','128000',NULL),(1889,2,1683021868,'tiny_recordrtc','videobitrate','2500000',NULL),(1890,2,1683021868,'tiny_recordrtc','audiotimelimit','120',NULL),(1891,2,1683021868,'tiny_recordrtc','videotimelimit','120',NULL),(1892,2,1683021868,'editor_tiny','branding','1',NULL),(1893,2,1683021868,'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),(1894,2,1683021868,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1895,2,1683021868,'theme_boost','loginbackgroundimage','',NULL),(1896,2,1683021868,'theme_classic','unaddableblocks','',NULL),(1897,2,1683021868,'theme_classic','loginbackgroundimage','',NULL),(1898,2,1683021868,'core_admin','favicon','',NULL),(1899,2,1683021868,NULL,'enabledashboard','1',NULL),(1900,2,1683021868,NULL,'proxylogunsafe','0',NULL),(1901,2,1683021868,NULL,'proxyfixunsafe','0',NULL),(1902,2,1683021868,NULL,'customreportslimit','0',NULL),(1903,2,1683021868,NULL,'customreportsliveediting','1',NULL),(1904,2,1683021868,'tool_mobile','qrkeyttl','600',NULL),(1905,2,1683021868,'tool_mobile','qrsameipcheck','1',NULL),(1906,2,1683021868,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1907,2,1736237336,'message_airnotifier','encryptnotifications','0',NULL),(1908,2,1736237336,'message_airnotifier','encryptprocessing','0',NULL),(1909,2,1736237337,'quiz_statistics','getstatslocktimeout','900',NULL),(1910,2,1736237339,'qtype_wq','log_server_errors','0',NULL),(1911,2,1736237339,NULL,'sitenameintitle','shortname',NULL); +/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_plugins` +-- + +DROP TABLE IF EXISTS `m_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2383 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_plugins` +-- + +LOCK TABLES `m_config_plugins` WRITE; +/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; +INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(154,'cachestore_memcached','testservers',''),(155,'cachestore_mongodb','testserver',''),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2022112800'),(198,'availability_completion','version','2022112800'),(199,'availability_date','version','2022112800'),(200,'availability_grade','version','2022112800'),(201,'availability_group','version','2022112800'),(202,'availability_grouping','version','2022112800'),(203,'availability_profile','version','2022112800'),(204,'qtype_calculated','version','2022112800'),(205,'qtype_calculatedmulti','version','2022112800'),(206,'qtype_calculatedsimple','version','2022112800'),(207,'qtype_ddimageortext','version','2022112800'),(208,'qtype_ddmarker','version','2022112800'),(209,'qtype_ddwtos','version','2022112800'),(210,'qtype_description','version','2022112800'),(211,'qtype_essay','version','2022112800'),(212,'qtype_gapselect','version','2022112800'),(213,'qtype_match','version','2022112800'),(214,'qtype_missingtype','version','2022112800'),(215,'qtype_multianswer','version','2022112800'),(216,'qtype_multichoice','version','2022112800'),(217,'qtype_numerical','version','2022112800'),(218,'qtype_random','version','2022112800'),(219,'qtype_randomsamatch','version','2022112800'),(220,'qtype_shortanswer','version','2022112800'),(221,'qtype_truefalse','version','2022112800'),(222,'mod_assign','version','2022112801'),(223,'mod_assignment','version','2022112800'),(225,'mod_book','version','2022112800'),(226,'mod_chat','version','2022112800'),(227,'mod_choice','version','2022112800'),(228,'mod_data','version','2022112801'),(229,'mod_feedback','version','2022112800'),(231,'mod_folder','version','2022112800'),(233,'mod_forum','version','2022112801'),(234,'mod_glossary','version','2022112800'),(235,'mod_imscp','version','2022112800'),(237,'mod_label','version','2022112801'),(238,'mod_lesson','version','2022112800'),(239,'mod_lti','version','2022112800'),(240,'mod_page','version','2022112800'),(242,'mod_quiz','version','2022112800'),(243,'mod_resource','version','2022112800'),(244,'mod_scorm','version','2022112800'),(245,'mod_survey','version','2022112800'),(247,'mod_url','version','2022112800'),(249,'mod_wiki','version','2022112800'),(251,'mod_workshop','version','2022112800'),(252,'auth_cas','version','2022112800'),(254,'auth_db','version','2022112800'),(256,'auth_email','version','2022112800'),(257,'auth_ldap','version','2022112800'),(259,'auth_lti','version','2022112801'),(260,'auth_manual','version','2022112800'),(261,'auth_mnet','version','2022112800'),(263,'auth_nologin','version','2022112800'),(264,'auth_none','version','2022112800'),(265,'auth_oauth2','version','2022112800'),(266,'auth_shibboleth','version','2022112800'),(268,'auth_webservice','version','2022112800'),(269,'calendartype_gregorian','version','2022112800'),(270,'enrol_category','version','2022112800'),(272,'enrol_cohort','version','2022112800'),(273,'enrol_database','version','2022112800'),(275,'enrol_flatfile','version','2022112800'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2022112800'),(286,'enrol_imsenterprise','version','2022112800'),(288,'enrol_ldap','version','2022112800'),(290,'enrol_lti','version','2022112800'),(291,'enrol_manual','version','2022112800'),(293,'enrol_meta','version','2022112800'),(295,'enrol_mnet','version','2022112800'),(296,'enrol_paypal','version','2022112800'),(297,'enrol_self','version','2022112800'),(299,'message_airnotifier','version','2022112800'),(329,'message_email','version','2022112800'),(442,'message_popup','version','2022112800'),(474,'block_activity_modules','version','2022112800'),(475,'block_activity_results','version','2022112800'),(476,'block_admin_bookmarks','version','2022112800'),(477,'block_badges','version','2022112800'),(478,'block_blog_menu','version','2022112800'),(479,'block_blog_recent','version','2022112800'),(480,'block_blog_tags','version','2022112800'),(481,'block_calendar_month','version','2022112800'),(482,'block_calendar_upcoming','version','2022112800'),(483,'block_comments','version','2022112800'),(485,'block_completionstatus','version','2022112800'),(486,'block_course_list','version','2022112800'),(487,'block_course_summary','version','2022112800'),(488,'block_feedback','version','2022112800'),(490,'block_globalsearch','version','2022112800'),(491,'block_glossary_random','version','2022112800'),(492,'block_html','version','2022112800'),(493,'block_login','version','2022112800'),(494,'block_lp','version','2022112800'),(495,'block_mentees','version','2022112800'),(496,'block_mnet_hosts','version','2022112800'),(497,'block_myoverview','version','2022112800'),(498,'block_myprofile','version','2022112800'),(499,'block_navigation','version','2022112800'),(500,'block_news_items','version','2022112800'),(501,'block_online_users','version','2022112800'),(503,'block_private_files','version','2022112800'),(506,'block_recent_activity','version','2022112800'),(507,'block_rss_client','version','2022112800'),(508,'block_search_forums','version','2022112800'),(509,'block_section_links','version','2022112800'),(510,'block_selfcompletion','version','2022112800'),(511,'block_settings','version','2022112800'),(512,'block_site_main_menu','version','2022112800'),(513,'block_social_activities','version','2022112800'),(514,'block_tag_flickr','version','2022112800'),(515,'block_tag_youtube','version','2022112800'),(517,'block_tags','version','2022112800'),(518,'media_html5audio','version','2022112800'),(519,'media_html5video','version','2022112800'),(521,'media_videojs','version','2022112800'),(522,'media_vimeo','version','2022112800'),(523,'media_youtube','version','2022112800'),(524,'filter_activitynames','version','2022112800'),(526,'filter_algebra','version','2022112800'),(528,'filter_data','version','2022112800'),(530,'filter_emailprotect','version','2022112800'),(531,'filter_emoticon','version','2022112800'),(532,'filter_glossary','version','2022112800'),(534,'filter_mathjaxloader','version','2022112800'),(536,'filter_mediaplugin','version','2022112800'),(538,'filter_multilang','version','2022112800'),(539,'filter_tex','version','2022112800'),(541,'filter_tidy','version','2022112800'),(542,'filter_urltolink','version','2022112800'),(543,'editor_atto','version','2022112800'),(545,'editor_textarea','version','2022112800'),(546,'editor_tinymce','version','2022112800'),(547,'format_singleactivity','version','2022112800'),(548,'format_social','version','2022112800'),(549,'format_topics','version','2022112801'),(550,'format_weeks','version','2022112801'),(551,'dataformat_csv','version','2022112800'),(552,'dataformat_excel','version','2022112800'),(553,'dataformat_html','version','2022112800'),(554,'dataformat_json','version','2022112800'),(555,'dataformat_ods','version','2022112800'),(556,'profilefield_checkbox','version','2022112800'),(557,'profilefield_datetime','version','2022112800'),(558,'profilefield_menu','version','2022112800'),(559,'profilefield_text','version','2022112800'),(560,'profilefield_textarea','version','2022112800'),(561,'report_backups','version','2022112800'),(562,'report_competency','version','2022112800'),(563,'report_completion','version','2022112800'),(565,'report_configlog','version','2022112800'),(566,'report_courseoverview','version','2022112800'),(567,'report_eventlist','version','2022112800'),(568,'report_insights','version','2022112800'),(569,'report_log','version','2022112800'),(571,'report_loglive','version','2022112800'),(572,'report_outline','version','2022112800'),(574,'report_participation','version','2022112800'),(576,'report_performance','version','2022112800'),(577,'report_progress','version','2022112800'),(579,'report_questioninstances','version','2022112800'),(580,'report_security','version','2022112800'),(581,'report_stats','version','2022112800'),(583,'report_usersessions','version','2022112800'),(584,'gradeexport_ods','version','2022112800'),(585,'gradeexport_txt','version','2022112800'),(586,'gradeexport_xls','version','2022112800'),(587,'gradeexport_xml','version','2022112800'),(588,'gradeimport_csv','version','2022112800'),(589,'gradeimport_direct','version','2022112800'),(590,'gradeimport_xml','version','2022112800'),(591,'gradereport_grader','version','2022112800'),(592,'gradereport_history','version','2022112800'),(593,'gradereport_outcomes','version','2022112800'),(594,'gradereport_overview','version','2022112800'),(595,'gradereport_singleview','version','2022112800'),(596,'gradereport_user','version','2022112800'),(597,'gradingform_guide','version','2022112800'),(598,'gradingform_rubric','version','2022112800'),(599,'mlbackend_php','version','2022112800'),(600,'mlbackend_python','version','2022112800'),(601,'mnetservice_enrol','version','2022112800'),(602,'webservice_rest','version','2022112800'),(603,'webservice_soap','version','2022112800'),(605,'repository_areafiles','version','2022112800'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2022112800'),(611,'repository_dropbox','version','2022112800'),(612,'repository_equella','version','2022112800'),(613,'repository_filesystem','version','2022112800'),(614,'repository_flickr','version','2022112800'),(615,'repository_flickr_public','version','2022112800'),(616,'repository_googledocs','version','2022112800'),(617,'repository_local','version','2022112800'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2022112800'),(622,'repository_onedrive','version','2022112800'),(624,'repository_recent','version','2022112800'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2022112800'),(630,'repository_upload','version','2022112800'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2022112800'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2022112800'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2022112800'),(643,'repository_wikimedia','version','2022112800'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2022112800'),(650,'portfolio_download','version','2022112800'),(651,'portfolio_flickr','version','2022112800'),(652,'portfolio_googledocs','version','2022112800'),(653,'portfolio_mahara','version','2022112800'),(655,'search_simpledb','version','2022112800'),(657,'search_solr','version','2022112800'),(658,'qbehaviour_adaptive','version','2022112800'),(659,'qbehaviour_adaptivenopenalty','version','2022112800'),(660,'qbehaviour_deferredcbm','version','2022112800'),(661,'qbehaviour_deferredfeedback','version','2022112800'),(662,'qbehaviour_immediatecbm','version','2022112800'),(663,'qbehaviour_immediatefeedback','version','2022112800'),(664,'qbehaviour_informationitem','version','2022112800'),(665,'qbehaviour_interactive','version','2022112800'),(666,'qbehaviour_interactivecountback','version','2022112800'),(667,'qbehaviour_manualgraded','version','2022112800'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2022112800'),(671,'qformat_aiken','version','2022112800'),(672,'qformat_blackboard_six','version','2022112800'),(674,'qformat_gift','version','2022112800'),(675,'qformat_missingword','version','2022112800'),(676,'qformat_multianswer','version','2022112800'),(678,'qformat_xhtml','version','2022112800'),(679,'qformat_xml','version','2022112800'),(680,'tool_analytics','version','2022112800'),(682,'tool_availabilityconditions','version','2022112800'),(683,'tool_behat','version','2022112802'),(684,'tool_capability','version','2022112800'),(685,'tool_cohortroles','version','2022112801'),(686,'tool_customlang','version','2022112800'),(688,'tool_dataprivacy','version','2022112800'),(707,'tool_dbtransfer','version','2022112800'),(708,'tool_filetypes','version','2022112800'),(709,'tool_generator','version','2022112800'),(711,'tool_httpsreplace','version','2022112800'),(712,'tool_innodb','version','2022112800'),(713,'tool_installaddon','version','2022112800'),(714,'tool_langimport','version','2022112800'),(715,'tool_log','version','2022112800'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2022112801'),(719,'tool_lpimportcsv','version','2022112800'),(720,'tool_lpmigrate','version','2022112800'),(721,'tool_messageinbound','version','2022112800'),(740,'tool_mobile','version','2022112801'),(741,'tool_monitor','version','2022112800'),(748,'tool_multilangupgrade','version','2022112800'),(749,'tool_oauth2','version','2022112800'),(750,'tool_phpunit','version','2022112800'),(751,'tool_policy','version','2022112800'),(752,'tool_profiling','version','2022112800'),(753,'tool_recyclebin','version','2022112800'),(754,'tool_replace','version','2022112800'),(755,'tool_spamcleaner','version','2022112800'),(756,'tool_task','version','2022112800'),(757,'tool_templatelibrary','version','2022112800'),(758,'tool_unsuproles','version','2022112800'),(760,'tool_uploadcourse','version','2022112800'),(761,'tool_uploaduser','version','2022112800'),(762,'tool_usertours','version','2022112800'),(764,'tool_xmldb','version','2022112800'),(765,'cachestore_apcu','version','2022112800'),(766,'cachestore_file','version','2022112800'),(768,'cachestore_memcached','version','2022112800'),(769,'cachestore_mongodb','version','2022112801'),(770,'cachestore_redis','version','2022112800'),(771,'cachestore_session','version','2022112800'),(772,'cachestore_static','version','2022112800'),(773,'cachelock_file','version','2022112800'),(774,'fileconverter_googledrive','version','2022112800'),(775,'fileconverter_unoconv','version','2022112800'),(777,'theme_boost','version','2022112800'),(782,'assignsubmission_comments','version','2022112800'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2022112800'),(788,'assignsubmission_onlinetext','version','2022112800'),(790,'assignfeedback_comments','version','2022112800'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2022112801'),(798,'assignfeedback_file','version','2022112800'),(800,'assignfeedback_offline','version','2022112800'),(801,'assignment_offline','version','2022112800'),(802,'assignment_online','version','2022112800'),(803,'assignment_upload','version','2022112800'),(804,'assignment_uploadsingle','version','2022112800'),(805,'booktool_exportimscp','version','2022112800'),(806,'booktool_importhtml','version','2022112800'),(807,'booktool_print','version','2022112800'),(808,'datafield_checkbox','version','2022112800'),(809,'datafield_date','version','2022112800'),(810,'datafield_file','version','2022112800'),(811,'datafield_latlong','version','2022112800'),(812,'datafield_menu','version','2022112800'),(813,'datafield_multimenu','version','2022112800'),(814,'datafield_number','version','2022112800'),(815,'datafield_picture','version','2022112800'),(816,'datafield_radiobutton','version','2022112800'),(817,'datafield_text','version','2022112800'),(818,'datafield_textarea','version','2022112800'),(819,'datafield_url','version','2022112800'),(820,'datapreset_imagegallery','version','2022112800'),(821,'ltiservice_gradebookservices','version','2022112800'),(822,'ltiservice_memberships','version','2022112800'),(823,'ltiservice_profile','version','2022112800'),(824,'ltiservice_toolproxy','version','2022112800'),(825,'ltiservice_toolsettings','version','2022112800'),(826,'quiz_grading','version','2022112800'),(828,'quiz_overview','version','2022112800'),(830,'quiz_responses','version','2022112800'),(832,'quiz_statistics','version','2022112804'),(834,'quizaccess_delaybetweenattempts','version','2022112800'),(835,'quizaccess_ipaddress','version','2022112800'),(836,'quizaccess_numattempts','version','2022112800'),(837,'quizaccess_offlineattempts','version','2022112800'),(838,'quizaccess_openclosedate','version','2022112800'),(839,'quizaccess_password','version','2022112800'),(841,'quizaccess_securewindow','version','2022112800'),(842,'quizaccess_timelimit','version','2022112800'),(843,'scormreport_basic','version','2022112800'),(844,'scormreport_graphs','version','2022112800'),(845,'scormreport_interactions','version','2022112800'),(846,'scormreport_objectives','version','2022112800'),(847,'workshopform_accumulative','version','2022112800'),(849,'workshopform_comments','version','2022112800'),(851,'workshopform_numerrors','version','2022112800'),(853,'workshopform_rubric','version','2022112800'),(855,'workshopallocation_manual','version','2022112800'),(856,'workshopallocation_random','version','2022112800'),(857,'workshopallocation_scheduled','version','2022112800'),(858,'workshopeval_best','version','2022112800'),(859,'atto_accessibilitychecker','version','2022112800'),(860,'atto_accessibilityhelper','version','2022112800'),(861,'atto_align','version','2022112800'),(862,'atto_backcolor','version','2022112800'),(863,'atto_bold','version','2022112800'),(864,'atto_charmap','version','2022112800'),(865,'atto_clear','version','2022112800'),(866,'atto_collapse','version','2022112800'),(867,'atto_emoticon','version','2022112800'),(868,'atto_equation','version','2022112800'),(869,'atto_fontcolor','version','2022112800'),(870,'atto_html','version','2022112800'),(871,'atto_image','version','2022112800'),(872,'atto_indent','version','2022112800'),(873,'atto_italic','version','2022112800'),(874,'atto_link','version','2022112800'),(875,'atto_managefiles','version','2022112800'),(876,'atto_media','version','2022112800'),(877,'atto_noautolink','version','2022112800'),(878,'atto_orderedlist','version','2022112800'),(879,'atto_recordrtc','version','2022112800'),(880,'atto_rtl','version','2022112800'),(881,'atto_strike','version','2022112800'),(882,'atto_subscript','version','2022112800'),(883,'atto_superscript','version','2022112800'),(884,'atto_table','version','2022112800'),(885,'atto_title','version','2022112800'),(886,'atto_underline','version','2022112800'),(887,'atto_undo','version','2022112800'),(888,'atto_unorderedlist','version','2022112800'),(889,'tinymce_ctrlhelp','version','2022112800'),(890,'tinymce_managefiles','version','2022112800'),(891,'tinymce_moodleemoticon','version','2022112800'),(892,'tinymce_moodleimage','version','2022112800'),(893,'tinymce_moodlemedia','version','2022112800'),(894,'tinymce_moodlenolink','version','2022112800'),(895,'tinymce_pdw','version','2022112800'),(896,'tinymce_spellchecker','version','2022112800'),(898,'tinymce_wrap','version','2022112800'),(899,'logstore_database','version','2022112800'),(900,'logstore_legacy','version','2022112800'),(901,'logstore_standard','version','2022112800'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1830,'logstore_legacy','loglegacy','0'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1873,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(1874,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(1875,'editor_tinymce','customconfig',''),(1876,'tinymce_moodleemoticon','requireemoticon','1'),(1877,'tinymce_spellchecker','spellengine',''),(1878,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024110400'),(1881,'atto_wiris','version','2024110400'),(1883,'tinymce_tiny_mce_wiris','version','2023121300'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024032206'),(1936,'qtype_matchwiris','version','2024032206'),(1937,'qtype_multianswerwiris','version','2024032206'),(1938,'qtype_multichoicewiris','version','2024032206'),(1939,'qtype_shortanswerwiris','version','2024032206'),(1940,'qtype_truefalsewiris','version','2024032206'),(1941,'qtype_wq','version','2024032206'),(1942,'mod_h5pactivity','version','2022112801'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2022112800'),(1946,'customfield_date','version','2022112800'),(1947,'customfield_select','version','2022112800'),(1948,'customfield_text','version','2022112800'),(1949,'customfield_textarea','version','2022112800'),(1950,'enrol_fee','version','2022112800'),(1951,'block_recentlyaccessedcourses','version','2022112800'),(1953,'block_recentlyaccesseditems','version','2022112800'),(1954,'block_starredcourses','version','2022112800'),(1955,'block_timeline','version','2022112800'),(1957,'filter_displayh5p','version','2022112800'),(1959,'dataformat_pdf','version','2022112800'),(1960,'report_infectedfiles','version','2022112800'),(1961,'report_status','version','2022112800'),(1962,'repository_contentbank','version','2022112800'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2022112800'),(1967,'tool_licensemanager','version','2022112800'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2022112800'),(1970,'contenttype_h5p','version','2022112800'),(1971,'theme_classic','version','2022112800'),(1972,'local_wirisquizzes','version','2024032205'),(1973,'h5plib_v124','version','2022112800'),(1974,'paygw_paypal','version','2022112800'),(1976,'forumreport_summary','version','2022112800'),(1977,'ltiservice_basicoutcomes','version','2022112800'),(1978,'quizaccess_seb','version','2022112800'),(1980,'atto_emojipicker','version','2022112800'),(1981,'atto_h5p','version','2022112800'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1736237349'),(2102,'block_accessreview','version','2022112800'),(2103,'profilefield_social','version','2022112800'),(2104,'tool_brickfield','version','2022112800'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2145,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(2146,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(2147,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(2148,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2022112800'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4f7df3521fb7af0acb22'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDM3wzRIOpynaEG\ntL+n21ZFhhLe7QSMdLWofiosNUGKnjOPS08omz6JS9/Q53BOOJmKQkBMnBdMbWtT\nGSolbJO2U9rKmoespSYQyeReLHH2Q74NngtH7bdejAn+oW/v5avimJgEiKSm/sDO\nMgS5lL0a6Mb2mFOvqTGAYMuxjX1ABw1lAvNG/rgmLsLOCevwp6t5fIeXjgGb10uI\nld0Fl2Ohg31sWdTHvn9LxRZtDBCXNgKYhZfTHPWVvf31QzYv71gh0WfKkqsaGoWU\noNyRjmoCnYw/25cOo9OcZxyQJKrOUhuv9Gad0VtKLmyF3+BPGkhR7/a+mtahWs9M\nAvJ6RHvRAgMBAAECggEAH/HrwrQ6OnL/x9bpR5g45JBaYu5cVjZgmQxLMSeAt8eh\nTIe2qSND5g6xsJZV+axzrI5WDlwMeftZz9RNsRY0FisPI6Zi33XE8Ls6Y8DUaEz5\n1o+9PJMBk7mMWWr81FBgs+2NTq+r1OpGUCCWggWCUy7Wz17DNdHRCS6OtHnWfOQV\nNBroqJ8Jg5sF+lIhSomOgX020ShqR4coaPMkqqE7uevGAACrE9DltNpYILiMBoQV\n0OC6p7ZWij7dzHg2YjiorYYBJtk7vgyw0PXQ0hTnPccsRjzZRcwqf7X7s0YAYbei\n1Ef7IQUn0wWtnn5oBSui+kUr4L5rJ2QX5YQSk0KaAQKBgQDlRsfX/qSGdx39uWFW\n3+KLdy7UOmTDHDzreHSgLbclZHYQc9hs6YDODNXBM+qs8tgvlYsktOOnCMXjew/u\n0syEpWKUysqiIO/dBTGp3aaEgh+Qc6qNbee8HQhTVmkoJu9CGXlbVj4+eIDAoMXE\nbzAmh6ti+5vCsoIkE56JD/YpoQKBgQDkwA9ZBV9gVqVPVKMUqRYQoFWoyGzfNFZ2\nZ/idK+aY5UKJXAr8YraaLgYhUKlsrxxbUSzQjHM4I95TD1sdN27CZX5qEAezanAn\ngR08RmNd21Fqdt0NeDc2PRjoTs7iO105iWIuzWrCOpS6siwB+235QmKva6jtwmyQ\noCF444AEMQKBgQCS1usk3bSXXfC6UCEUV50q/zDhwWhJQWuOz326HK1AaH/o95iz\n4DSbQsMf0tVI4NsuVpNf9e4bS1YZ4/YHWcCcb6OcceinP3r/zdTJ2uhL017N0BZ6\nL9qLsvhjD2OX0J/JcLE1mx2QOvMS66TdsuxesONGKKjQYC1TV7FgTPW2IQKBgQCD\nGlRxh/O+6kn6ap7BA5vC0bHmd2B2mK+JU1OY+QVD0fnNcfRV7FmNih03UNyZjs8o\nwyB1MloC7gPJBP8Kgq+3OKY4MZHIUZOQAJ754bmnnEBQTWmqA6FZM7Eny6sk3DM0\n+7lK665pPVvqmJ1CUZEZD+Qxd/msswa36R7mAzVmsQKBgQC+rI2u6KPpzCyaBgpN\ncGot/USlBS5Nuofirn5qoV+exKsF7W/4HIBuVXv5CNQKAqugmgFHYf/qHRRUZKO8\nayCa3w1C+u2q6aa8H6BW3n2v2UKX2mRD+1we8SI6SdsYmGec2Li1cUIxHqpwRAGN\ny51U2xWoIfh+vXlccsFTD/Uypg==\n-----END PRIVATE KEY-----\n'),(2309,'editor_tiny','version','2022112800'),(2311,'format_topics','indentation','1'),(2312,'format_weeks','indentation','1'),(2313,'gradereport_summary','version','2022112800'),(2314,'qbank_bulkmove','version','2022112800'),(2315,'qbank_columnsortorder','version','2022112800'),(2316,'qbank_comment','version','2022112800'),(2317,'qbank_customfields','version','2022112800'),(2318,'qbank_deletequestion','version','2022112800'),(2319,'qbank_editquestion','version','2022112800'),(2320,'qbank_exportquestions','version','2022112800'),(2321,'qbank_exporttoxml','version','2022112800'),(2322,'qbank_history','version','2022112800'),(2323,'qbank_importquestions','version','2022112800'),(2324,'qbank_managecategories','version','2022112800'),(2325,'qbank_previewquestion','version','2022112800'),(2326,'qbank_statistics','version','2022112800'),(2327,'qbank_tagquestion','version','2022112800'),(2328,'qbank_usage','version','2022112800'),(2329,'qbank_viewcreator','version','2022112800'),(2330,'qbank_viewquestionname','version','2022112800'),(2331,'qbank_viewquestiontext','version','2022112800'),(2332,'qbank_viewquestiontype','version','2022112800'),(2333,'tool_admin_presets','version','2022112800'),(2334,'tool_componentlibrary','version','2022112800'),(2335,'datapreset_journal','version','2022112800'),(2336,'datapreset_proposals','version','2022112800'),(2337,'datapreset_resources','version','2022112800'),(2338,'tiny_accessibilitychecker','version','2022112800'),(2339,'tiny_autosave','version','2022112800'),(2340,'tiny_equation','version','2022112800'),(2341,'tiny_h5p','version','2022112800'),(2342,'tiny_media','version','2022112800'),(2343,'tiny_recordrtc','version','2022112800'),(2344,'moodlecourse','participantsperpage','20'),(2345,'assign','enabletimelimit','0'),(2346,'mod_bigbluebuttonbn','presentationdefault',''),(2347,'quiz','notifyattemptgradeddelay','18000'),(2348,'antivirus','notifylevel','2'),(2349,'antivirus','threshold','1200'),(2350,'cachestore_redis','test_ttl','0'),(2351,'enrol_imsenterprise','unenrolaction','0'),(2352,'filter_wiris','rendertype','php'),(2353,'qtype_multichoice','showstandardinstruction','0'),(2354,'qtype_wq','filtercodes_compatibility','0'),(2355,'qtype_wq','debug_mode_enabled','0'),(2356,'atto_recordrtc','audiotimelimit','120'),(2357,'atto_recordrtc','videotimelimit','120'),(2358,'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'),(2359,'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'),(2360,'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'),(2361,'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'),(2362,'tiny_recordrtc','allowedtypes','both'),(2363,'tiny_recordrtc','audiobitrate','128000'),(2364,'tiny_recordrtc','videobitrate','2500000'),(2365,'tiny_recordrtc','audiotimelimit','120'),(2366,'tiny_recordrtc','videotimelimit','120'),(2367,'editor_tiny','branding','1'),(2368,'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, bigbluebuttonbn_shared_secret@@none'),(2369,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2370,'theme_boost','loginbackgroundimage',''),(2371,'theme_classic','unaddableblocks',''),(2372,'theme_classic','loginbackgroundimage',''),(2373,'core_admin','favicon',''),(2374,'tool_mobile','qrkeyttl','600'),(2375,'tool_mobile','qrsameipcheck','1'),(2376,'tool_mobile','autologinmintimebetweenreq','360'),(2377,'tiny_link','version','2022112800'),(2378,'tiny_wiris','version','2024110400'),(2379,'message_airnotifier','encryptnotifications','0'),(2380,'message_airnotifier','encryptprocessing','0'),(2381,'quiz_statistics','getstatslocktimeout','900'),(2382,'qtype_wq','log_server_errors','0'); +/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_contentbank_content` +-- + +DROP TABLE IF EXISTS `m_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_contcont_nam_ix` (`name`), + KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `m_contcont_con_ix` (`contextid`), + KEY `m_contcont_use_ix` (`usermodified`), + KEY `m_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_contentbank_content` +-- + +LOCK TABLES `m_contentbank_content` WRITE; +/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context` +-- + +DROP TABLE IF EXISTS `m_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_cont_ins_ix` (`instanceid`), + KEY `m_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_context` +-- + +LOCK TABLES `m_context` WRITE; +/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; +INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0),(31,30,5,'/1/31',2,0),(32,30,6,'/1/32',2,0),(33,30,7,'/1/33',2,0),(34,70,2,'/1/3/21/34',4,0),(35,70,3,'/1/3/21/35',4,0),(36,70,4,'/1/3/21/36',4,0),(37,70,5,'/1/3/21/37',4,0),(38,70,6,'/1/3/21/38',4,0),(39,70,7,'/1/3/21/39',4,0),(40,70,8,'/1/3/21/40',4,0),(41,70,9,'/1/3/21/41',4,0),(42,70,10,'/1/3/21/42',4,0),(43,70,11,'/1/3/21/43',4,0),(44,70,12,'/1/3/21/44',4,0),(45,70,13,'/1/3/21/45',4,0),(46,70,14,'/1/3/21/46',4,0),(47,70,15,'/1/3/21/47',4,0),(48,70,16,'/1/3/21/48',4,0),(49,70,17,'/1/3/21/49',4,0),(50,70,18,'/1/3/21/50',4,0),(51,70,19,'/1/3/21/51',4,0),(52,70,20,'/1/3/21/52',4,0),(53,80,22,'/1/23/53',3,0),(54,80,23,'/1/23/54',3,0),(55,80,24,'/1/23/55',3,0),(56,80,25,'/1/23/56',3,0),(57,80,26,'/1/23/57',3,0),(58,80,27,'/1/23/58',3,0),(59,80,28,'/1/23/59',3,0),(60,80,29,'/1/23/60',3,0),(61,70,21,'/1/3/21/61',4,0),(62,70,22,'/1/3/21/62',4,0); +/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context_temp` +-- + +DROP TABLE IF EXISTS `m_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_context_temp` +-- + +LOCK TABLES `m_context_temp` WRITE; +/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course` +-- + +DROP TABLE IF EXISTS `m_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_cour_cat_ix` (`category`), + KEY `m_cour_idn_ix` (`idnumber`), + KEY `m_cour_sho_ix` (`shortname`), + KEY `m_cour_sor_ix` (`sortorder`), + KEY `m_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course` +-- + +LOCK TABLES `m_course` WRITE; +/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; +INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1736238974,NULL,0,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1736239685,NULL,0,1); +/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_categories` +-- + +DROP TABLE IF EXISTS `m_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_categories` +-- + +LOCK TABLES `m_course_categories` WRITE; +/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; +INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); +/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `m_courcompaggrmeth_cou_ix` (`course`), + KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_aggr_methd` +-- + +LOCK TABLES `m_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `m_courcompcritcomp_use_ix` (`userid`), + KEY `m_courcompcritcomp_cou_ix` (`course`), + KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_crit_compl` +-- + +LOCK TABLES `m_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `m_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_criteria` +-- + +LOCK TABLES `m_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `m_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), + KEY `m_courcompdefa_mod_ix` (`module`), + KEY `m_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_defaults` +-- + +LOCK TABLES `m_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completions` +-- + +DROP TABLE IF EXISTS `m_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), + KEY `m_courcomp_use_ix` (`userid`), + KEY `m_courcomp_cou_ix` (`course`), + KEY `m_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completions` +-- + +LOCK TABLES `m_course_completions` WRITE; +/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_format_options` +-- + +DROP TABLE IF EXISTS `m_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `m_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- + +LOCK TABLES `m_course_format_options` WRITE; +/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; +INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); +/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules` +-- + +DROP TABLE IF EXISTS `m_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courmodu_vis_ix` (`visible`), + KEY `m_courmodu_cou_ix` (`course`), + KEY `m_courmodu_mod_ix` (`module`), + KEY `m_courmodu_ins_ix` (`instance`), + KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `m_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules` +-- + +LOCK TABLES `m_course_modules` WRITE; +/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; +INSERT INTO `m_course_modules` VALUES (2,2,15,1,6,'',1711023091,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(3,2,15,2,6,'',1711023987,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(4,2,15,3,6,'',1711024082,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(5,2,15,4,6,'',1729524109,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(6,2,9,2,6,'',1711024652,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(7,2,16,1,6,'',1711024806,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(8,2,16,2,7,'',1727336879,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(9,2,16,3,7,'',1727275517,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(10,2,16,4,7,'',1727276507,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(11,2,16,5,7,'',1727276423,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(12,2,16,6,7,'',1727276469,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(13,2,16,7,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,1,1,''),(14,2,16,8,7,'',1727276551,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(15,2,16,9,8,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(16,2,16,10,8,'',1727339025,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(17,2,16,11,8,'',1727333880,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(18,2,16,12,8,'',1727275855,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(19,2,16,13,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,1,1,''),(20,2,16,14,7,'',1727336879,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,1,1,''),(21,2,16,15,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,1,1,''),(22,2,16,16,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''); +/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_completion` +-- + +DROP TABLE IF EXISTS `m_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- + +LOCK TABLES `m_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `m_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules_viewed` +-- + +LOCK TABLES `m_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_published` +-- + +DROP TABLE IF EXISTS `m_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courpubl_cou_ix` (`courseid`), + KEY `m_courpubl_hub_ix` (`hubcourseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- + +LOCK TABLES `m_course_published` WRITE; +/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_request` +-- + +DROP TABLE IF EXISTS `m_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_request` +-- + +LOCK TABLES `m_course_request` WRITE; +/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_sections` +-- + +DROP TABLE IF EXISTS `m_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_sections` +-- + +LOCK TABLES `m_course_sections` WRITE; +/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; +INSERT INTO `m_course_sections` VALUES (6,2,0,'MathType Integration','',1,'2,3,4,5,6,7',1,NULL,1736238456),(7,2,1,'WirisQuizzes','',1,'8,20,9,10,11,12,13,19,21,22,14',1,NULL,1736239603),(8,2,2,'Additional resources','',1,'15,16,17,18',1,NULL,1736238463),(9,1,1,NULL,'',1,'',1,NULL,1736238974); +/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_category` +-- + +DROP TABLE IF EXISTS `m_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `m_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_category` +-- + +LOCK TABLES `m_customfield_category` WRITE; +/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_data` +-- + +DROP TABLE IF EXISTS `m_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `m_custdata_fie_ix` (`fieldid`), + KEY `m_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_data` +-- + +LOCK TABLES `m_customfield_data` WRITE; +/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_field` +-- + +DROP TABLE IF EXISTS `m_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `m_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_field` +-- + +LOCK TABLES `m_customfield_field` WRITE; +/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data` +-- + +DROP TABLE IF EXISTS `m_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data` +-- + +LOCK TABLES `m_data` WRITE; +/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_content` +-- + +DROP TABLE IF EXISTS `m_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datacont_rec_ix` (`recordid`), + KEY `m_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_content` +-- + +LOCK TABLES `m_data_content` WRITE; +/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_fields` +-- + +DROP TABLE IF EXISTS `m_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datafiel_typdat_ix` (`type`,`dataid`), + KEY `m_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_fields` +-- + +LOCK TABLES `m_data_fields` WRITE; +/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_records` +-- + +DROP TABLE IF EXISTS `m_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_datareco_dat_ix` (`dataid`), + KEY `m_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_records` +-- + +LOCK TABLES `m_data_records` WRITE; +/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `m_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- + +LOCK TABLES `m_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; +INSERT INTO `m_editor_atto_autosave` VALUES (27,'id_questiontext',21,'d9535b7504783fde2012336bfa52cc428b3050da',2,'',839211773,'yui_3_17_2_1_1736238790909_60',1736238792),(28,'id_generalfeedback',21,'c121a596b7af6fb8ce373398b91d30169980cf50',2,'',366753831,'yui_3_17_2_1_1736238790909_497',1736238792),(29,'id_responsetemplate',21,'c121a596b7af6fb8ce373398b91d30169980cf50',2,'',-1,'yui_3_17_2_1_1736238790909_893',1736238792),(30,'id_graderinfo',21,'c121a596b7af6fb8ce373398b91d30169980cf50',2,'',391860613,'yui_3_17_2_1_1736238790909_1182',1736238792),(31,'id_questiontext',21,'6b39b5e6700e29531767db2ae915093ec24675fa',2,'',419329937,'yui_3_17_2_1_1736238785958_59',1736238789),(32,'id_generalfeedback',21,'efb4722da93caf1b3ce6fbb052f2096b1207fdec',2,'',103235938,'yui_3_17_2_1_1736238785958_493',1736238789),(33,'id_subquestions_0',21,'0c392228380e5fc5d8f79b418e4a368d98bc649f',2,'',89207594,'yui_3_17_2_1_1736238785958_889',1736238789),(34,'id_subquestions_1',21,'a40e5445913d51059544fc7e0f977a779d8f7a69',2,'',743956239,'yui_3_17_2_1_1736238785958_1286',1736238789),(35,'id_subquestions_2',21,'dfc857004cd0efa73965473f7684348b861ae07d',2,'',352987365,'yui_3_17_2_1_1736238785958_1683',1736238789),(36,'id_subquestions_3',21,'1b3cd04afdb339176fd701b13922425c83ed98aa',2,'',872733504,'yui_3_17_2_1_1736238785958_2080',1736238789),(37,'id_subquestions_4',21,'98da60d4c265a1dbe3cc9302880eab9c2218b0c7',2,'',952634706,'yui_3_17_2_1_1736238785958_2477',1736238789),(38,'id_correctfeedback',21,'4287efae5ed46bcd665fe377e59d6f22f1f06aea',2,'',811807648,'yui_3_17_2_1_1736238785958_2874',1736238789),(39,'id_partiallycorrectfeedback',21,'bc44013618a3ad28cef4ebed7f59b931a3411ad7',2,'',612132753,'yui_3_17_2_1_1736238785958_3270',1736238789),(40,'id_incorrectfeedback',21,'1ba1f50da38d33385533025ca4f8d3a913766d2e',2,'',700560358,'yui_3_17_2_1_1736238785958_3666',1736238789),(41,'id_hint_0',21,'efb4722da93caf1b3ce6fbb052f2096b1207fdec',2,'',368158892,'yui_3_17_2_1_1736238785958_4062',1736238789),(42,'id_hint_1',21,'efb4722da93caf1b3ce6fbb052f2096b1207fdec',2,'',610310165,'yui_3_17_2_1_1736238785958_4458',1736238789),(43,'id_introeditor',52,'aa310f574690c791bda21c8271d8dbfd8f7e7a05',2,'',126283364,'yui_3_17_2_1_1736238800861_71',1736238802),(44,'id_feedbacktext_0',52,'9ecd95e039f49966ee93161dafeebb58640aee36',2,'',957953723,'yui_3_17_2_1_1736238800861_665',1736238802),(50,'id_questiontext',21,'904819d9e1c71d50b9260df43eca0bb4082e58be',2,'

Test: Draw a circle centered at the origin of radius 4. 

',930334080,'yui_3_17_2_1_1736239496447_59',1736239558),(51,'id_generalfeedback',21,'6332856767f417e0734da80dda43325ed6f1c5e6',2,'',440236959,'yui_3_17_2_1_1736239496447_493',1736239498),(52,'id_feedback_0',21,'6332856767f417e0734da80dda43325ed6f1c5e6',2,'',879692363,'yui_3_17_2_1_1736239496447_889',1736239498),(53,'id_hint_0',21,'6332856767f417e0734da80dda43325ed6f1c5e6',2,'',728117519,'yui_3_17_2_1_1736239496447_1285',1736239498),(54,'id_hint_1',21,'6332856767f417e0734da80dda43325ed6f1c5e6',2,'',475846395,'yui_3_17_2_1_1736239496447_1681',1736239498); +/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol` +-- + +DROP TABLE IF EXISTS `m_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enro_enr_ix` (`enrol`), + KEY `m_enro_cou_ix` (`courseid`), + KEY `m_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- + +LOCK TABLES `m_enrol` WRITE; +/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; +INSERT INTO `m_enrol` VALUES (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,1566468838,1566468838),(4,'manual',0,2,2,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,1566468838,1566468838),(5,'self',1,2,3,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,1566468838,1566468838); +/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `m_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enroflat_cou_ix` (`courseid`), + KEY `m_enroflat_use_ix` (`userid`), + KEY `m_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_flatfile` +-- + +LOCK TABLES `m_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` tinyint(1) NOT NULL DEFAULT '0', + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), + UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_app_registration` +-- + +LOCK TABLES `m_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `m_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_context` +-- + +LOCK TABLES `m_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `m_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_deployment` +-- + +LOCK TABLES `m_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- + +LOCK TABLES `m_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2resolink_con_ix` (`contextid`), + KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourceid` bigint NOT NULL, + `ltideploymentid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_resource_link` +-- + +LOCK TABLES `m_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltitoolconsmap_too_ix` (`toolid`), + KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), + KEY `m_enroltitool_enr_ix` (`enrolid`), + KEY `m_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_tools` +-- + +LOCK TABLES `m_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_user_resource_link` +-- + +LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltiuser_use_ix` (`userid`), + KEY `m_enroltiuser_too_ix` (`toolid`), + KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_users` +-- + +LOCK TABLES `m_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_paypal` +-- + +DROP TABLE IF EXISTS `m_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enropayp_bus_ix` (`business`), + KEY `m_enropayp_rec_ix` (`receiver_email`), + KEY `m_enropayp_cou_ix` (`courseid`), + KEY `m_enropayp_use_ix` (`userid`), + KEY `m_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_paypal` +-- + +LOCK TABLES `m_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event` +-- + +DROP TABLE IF EXISTS `m_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_even_cou_ix` (`courseid`), + KEY `m_even_use_ix` (`userid`), + KEY `m_even_tim_ix` (`timestart`), + KEY `m_even_tim2_ix` (`timeduration`), + KEY `m_even_uui_ix` (`uuid`), + KEY `m_even_typtim_ix` (`type`,`timesort`), + KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `m_even_cat_ix` (`categoryid`), + KEY `m_even_sub_ix` (`subscriptionid`), + KEY `m_even_eve_ix` (`eventtype`), + KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event` +-- + +LOCK TABLES `m_event` WRITE; +/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event_subscriptions` +-- + +DROP TABLE IF EXISTS `m_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_evensubs_cou_ix` (`courseid`), + KEY `m_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event_subscriptions` +-- + +LOCK TABLES `m_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_handlers` +-- + +DROP TABLE IF EXISTS `m_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- + +LOCK TABLES `m_events_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue` +-- + +DROP TABLE IF EXISTS `m_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- + +LOCK TABLES `m_events_queue` WRITE; +/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `m_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueuhand_que_ix` (`queuedeventid`), + KEY `m_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- + +LOCK TABLES `m_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_functions` +-- + +DROP TABLE IF EXISTS `m_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=695 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_functions` +-- + +LOCK TABLES `m_external_functions` WRITE; +/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; +INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(534,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(638,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(639,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(640,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(641,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(642,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(643,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(646,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(647,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(648,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(659,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(660,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(661,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(662,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(663,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(664,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(665,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(670,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(671,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(672,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(673,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(674,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(675,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(676,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(677,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(678,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(679,'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),(680,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(681,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(682,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(683,'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'),(684,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(685,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(686,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(687,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(688,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(689,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(690,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(691,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(692,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(693,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'); +/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services` +-- + +DROP TABLE IF EXISTS `m_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services` +-- + +LOCK TABLES `m_external_services` WRITE; +/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; +INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_functions` +-- + +DROP TABLE IF EXISTS `m_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=1831 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services_functions` +-- + +LOCK TABLES `m_external_services_functions` WRITE; +/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; +INSERT INTO `m_external_services_functions` VALUES (1436,1,'core_badges_get_user_badges'),(1437,1,'core_calendar_get_calendar_monthly_view'),(1438,1,'core_calendar_get_calendar_day_view'),(1439,1,'core_calendar_get_calendar_upcoming_view'),(1440,1,'core_calendar_update_event_start_day'),(1441,1,'core_calendar_create_calendar_events'),(1442,1,'core_calendar_delete_calendar_events'),(1443,1,'core_calendar_get_calendar_events'),(1444,1,'core_calendar_get_action_events_by_timesort'),(1445,1,'core_calendar_get_action_events_by_course'),(1446,1,'core_calendar_get_action_events_by_courses'),(1447,1,'core_calendar_get_calendar_event_by_id'),(1448,1,'core_calendar_submit_create_update_form'),(1449,1,'core_comment_get_comments'),(1450,1,'core_completion_get_activities_completion_status'),(1451,1,'core_completion_get_course_completion_status'),(1452,1,'core_completion_mark_course_self_completed'),(1453,1,'core_completion_update_activity_completion_status_manually'),(1454,1,'core_course_get_categories'),(1455,1,'core_course_get_contents'),(1456,1,'core_course_get_course_module'),(1457,1,'core_course_get_course_module_by_instance'),(1458,1,'core_course_get_courses'),(1459,1,'core_course_search_courses'),(1460,1,'core_course_view_course'),(1461,1,'core_course_get_user_navigation_options'),(1462,1,'core_course_get_user_administration_options'),(1463,1,'core_course_get_courses_by_field'),(1464,1,'core_course_check_updates'),(1465,1,'core_course_get_updates_since'),(1466,1,'core_enrol_get_course_enrolment_methods'),(1467,1,'core_enrol_get_enrolled_users'),(1468,1,'core_enrol_get_users_courses'),(1469,1,'core_files_get_files'),(1470,1,'core_get_component_strings'),(1471,1,'core_group_get_activity_allowed_groups'),(1472,1,'core_group_get_activity_groupmode'),(1473,1,'core_group_get_course_groupings'),(1474,1,'core_group_get_course_groups'),(1475,1,'core_group_get_course_user_groups'),(1476,1,'core_message_delete_contacts'),(1477,1,'core_message_delete_message'),(1478,1,'core_message_get_blocked_users'),(1479,1,'core_message_data_for_messagearea_search_messages'),(1480,1,'core_message_get_messages'),(1481,1,'core_message_get_unread_conversations_count'),(1482,1,'core_message_mark_all_notifications_as_read'),(1483,1,'core_message_mark_message_read'),(1484,1,'core_message_mark_notification_read'),(1485,1,'core_message_message_processor_config_form'),(1486,1,'core_message_search_contacts'),(1487,1,'core_message_send_instant_messages'),(1488,1,'core_message_get_user_notification_preferences'),(1489,1,'core_message_get_user_message_preferences'),(1490,1,'core_notes_create_notes'),(1491,1,'core_notes_delete_notes'),(1492,1,'core_notes_get_course_notes'),(1493,1,'core_notes_view_notes'),(1494,1,'core_question_update_flag'),(1495,1,'core_rating_get_item_ratings'),(1496,1,'core_rating_add_rating'),(1497,1,'core_tag_get_tagindex'),(1498,1,'core_user_add_user_device'),(1499,1,'core_user_add_user_private_files'),(1500,1,'core_user_get_course_user_profiles'),(1501,1,'core_user_get_users_by_field'),(1502,1,'core_user_remove_user_device'),(1503,1,'core_user_update_user_preferences'),(1504,1,'core_user_view_user_list'),(1505,1,'core_user_view_user_profile'),(1506,1,'core_user_get_user_preferences'),(1507,1,'core_user_update_picture'),(1508,1,'core_user_set_user_preferences'),(1509,1,'core_user_agree_site_policy'),(1510,1,'core_user_get_private_files_info'),(1511,1,'core_competency_competency_viewed'),(1512,1,'core_competency_list_course_competencies'),(1513,1,'core_competency_get_scale_values'),(1514,1,'core_competency_user_competency_viewed'),(1515,1,'core_competency_user_competency_viewed_in_plan'),(1516,1,'core_competency_user_competency_viewed_in_course'),(1517,1,'core_competency_user_competency_plan_viewed'),(1518,1,'core_competency_grade_competency_in_course'),(1519,1,'core_competency_delete_evidence'),(1520,1,'core_webservice_get_site_info'),(1521,1,'core_block_get_course_blocks'),(1522,1,'core_filters_get_available_in_context'),(1523,1,'mod_assign_get_grades'),(1524,1,'mod_assign_get_assignments'),(1525,1,'mod_assign_get_submissions'),(1526,1,'mod_assign_get_user_flags'),(1527,1,'mod_assign_set_user_flags'),(1528,1,'mod_assign_get_user_mappings'),(1529,1,'mod_assign_revert_submissions_to_draft'),(1530,1,'mod_assign_lock_submissions'),(1531,1,'mod_assign_unlock_submissions'),(1532,1,'mod_assign_save_submission'),(1533,1,'mod_assign_submit_for_grading'),(1534,1,'mod_assign_save_grade'),(1535,1,'mod_assign_save_grades'),(1536,1,'mod_assign_save_user_extensions'),(1537,1,'mod_assign_reveal_identities'),(1538,1,'mod_assign_view_grading_table'),(1539,1,'mod_assign_view_submission_status'),(1540,1,'mod_assign_get_submission_status'),(1541,1,'mod_assign_list_participants'),(1542,1,'mod_assign_submit_grading_form'),(1543,1,'mod_assign_get_participant'),(1544,1,'mod_assign_view_assign'),(1545,1,'mod_book_view_book'),(1546,1,'mod_book_get_books_by_courses'),(1547,1,'mod_chat_login_user'),(1548,1,'mod_chat_get_chat_users'),(1549,1,'mod_chat_send_chat_message'),(1550,1,'mod_chat_get_chat_latest_messages'),(1551,1,'mod_chat_view_chat'),(1552,1,'mod_chat_get_chats_by_courses'),(1553,1,'mod_chat_get_sessions'),(1554,1,'mod_chat_get_session_messages'),(1555,1,'mod_choice_get_choice_results'),(1556,1,'mod_choice_get_choice_options'),(1557,1,'mod_choice_submit_choice_response'),(1558,1,'mod_choice_view_choice'),(1559,1,'mod_choice_get_choices_by_courses'),(1560,1,'mod_choice_delete_choice_responses'),(1561,1,'mod_data_get_databases_by_courses'),(1562,1,'mod_data_view_database'),(1563,1,'mod_data_get_data_access_information'),(1564,1,'mod_data_get_entries'),(1565,1,'mod_data_get_entry'),(1566,1,'mod_data_get_fields'),(1567,1,'mod_data_search_entries'),(1568,1,'mod_data_approve_entry'),(1569,1,'mod_data_delete_entry'),(1570,1,'mod_data_add_entry'),(1571,1,'mod_data_update_entry'),(1572,1,'mod_feedback_get_feedbacks_by_courses'),(1573,1,'mod_feedback_get_feedback_access_information'),(1574,1,'mod_feedback_view_feedback'),(1575,1,'mod_feedback_get_current_completed_tmp'),(1576,1,'mod_feedback_get_items'),(1577,1,'mod_feedback_launch_feedback'),(1578,1,'mod_feedback_get_page_items'),(1579,1,'mod_feedback_process_page'),(1580,1,'mod_feedback_get_analysis'),(1581,1,'mod_feedback_get_unfinished_responses'),(1582,1,'mod_feedback_get_finished_responses'),(1583,1,'mod_feedback_get_non_respondents'),(1584,1,'mod_feedback_get_responses_analysis'),(1585,1,'mod_feedback_get_last_completed'),(1586,1,'mod_folder_view_folder'),(1587,1,'mod_folder_get_folders_by_courses'),(1588,1,'mod_forum_get_forums_by_courses'),(1589,1,'mod_forum_get_forum_discussions_paginated'),(1590,1,'mod_forum_view_forum'),(1591,1,'mod_forum_view_forum_discussion'),(1592,1,'mod_forum_add_discussion_post'),(1593,1,'mod_forum_add_discussion'),(1594,1,'mod_forum_can_add_discussion'),(1595,1,'mod_glossary_get_glossaries_by_courses'),(1596,1,'mod_glossary_view_glossary'),(1597,1,'mod_glossary_view_entry'),(1598,1,'mod_glossary_get_entries_by_letter'),(1599,1,'mod_glossary_get_entries_by_date'),(1600,1,'mod_glossary_get_categories'),(1601,1,'mod_glossary_get_entries_by_category'),(1602,1,'mod_glossary_get_authors'),(1603,1,'mod_glossary_get_entries_by_author'),(1604,1,'mod_glossary_get_entries_by_author_id'),(1605,1,'mod_glossary_get_entries_by_search'),(1606,1,'mod_glossary_get_entries_by_term'),(1607,1,'mod_glossary_get_entries_to_approve'),(1608,1,'mod_glossary_get_entry_by_id'),(1609,1,'mod_glossary_add_entry'),(1610,1,'mod_imscp_view_imscp'),(1611,1,'mod_imscp_get_imscps_by_courses'),(1612,1,'mod_label_get_labels_by_courses'),(1613,1,'mod_lesson_get_lessons_by_courses'),(1614,1,'mod_lesson_get_lesson_access_information'),(1615,1,'mod_lesson_view_lesson'),(1616,1,'mod_lesson_get_questions_attempts'),(1617,1,'mod_lesson_get_user_grade'),(1618,1,'mod_lesson_get_user_attempt_grade'),(1619,1,'mod_lesson_get_content_pages_viewed'),(1620,1,'mod_lesson_get_user_timers'),(1621,1,'mod_lesson_get_pages'),(1622,1,'mod_lesson_launch_attempt'),(1623,1,'mod_lesson_get_page_data'),(1624,1,'mod_lesson_process_page'),(1625,1,'mod_lesson_finish_attempt'),(1626,1,'mod_lesson_get_attempts_overview'),(1627,1,'mod_lesson_get_user_attempt'),(1628,1,'mod_lesson_get_pages_possible_jumps'),(1629,1,'mod_lesson_get_lesson'),(1630,1,'mod_lti_get_tool_launch_data'),(1631,1,'mod_lti_get_ltis_by_courses'),(1632,1,'mod_lti_view_lti'),(1633,1,'mod_page_view_page'),(1634,1,'mod_page_get_pages_by_courses'),(1635,1,'mod_quiz_get_quizzes_by_courses'),(1636,1,'mod_quiz_view_quiz'),(1637,1,'mod_quiz_get_user_attempts'),(1638,1,'mod_quiz_get_user_best_grade'),(1639,1,'mod_quiz_get_combined_review_options'),(1640,1,'mod_quiz_start_attempt'),(1641,1,'mod_quiz_get_attempt_data'),(1642,1,'mod_quiz_get_attempt_summary'),(1643,1,'mod_quiz_save_attempt'),(1644,1,'mod_quiz_process_attempt'),(1645,1,'mod_quiz_get_attempt_review'),(1646,1,'mod_quiz_view_attempt'),(1647,1,'mod_quiz_view_attempt_summary'),(1648,1,'mod_quiz_view_attempt_review'),(1649,1,'mod_quiz_get_quiz_feedback_for_grade'),(1650,1,'mod_quiz_get_quiz_access_information'),(1651,1,'mod_quiz_get_attempt_access_information'),(1652,1,'mod_quiz_get_quiz_required_qtypes'),(1653,1,'mod_resource_view_resource'),(1654,1,'mod_resource_get_resources_by_courses'),(1655,1,'mod_scorm_view_scorm'),(1656,1,'mod_scorm_get_scorm_attempt_count'),(1657,1,'mod_scorm_get_scorm_scoes'),(1658,1,'mod_scorm_get_scorm_user_data'),(1659,1,'mod_scorm_insert_scorm_tracks'),(1660,1,'mod_scorm_get_scorm_sco_tracks'),(1661,1,'mod_scorm_get_scorms_by_courses'),(1662,1,'mod_scorm_launch_sco'),(1663,1,'mod_survey_get_surveys_by_courses'),(1664,1,'mod_survey_view_survey'),(1665,1,'mod_survey_get_questions'),(1666,1,'mod_survey_submit_answers'),(1667,1,'mod_url_view_url'),(1668,1,'mod_url_get_urls_by_courses'),(1669,1,'mod_wiki_get_wikis_by_courses'),(1670,1,'mod_wiki_view_wiki'),(1671,1,'mod_wiki_view_page'),(1672,1,'mod_wiki_get_subwikis'),(1673,1,'mod_wiki_get_subwiki_pages'),(1674,1,'mod_wiki_get_subwiki_files'),(1675,1,'mod_wiki_get_page_contents'),(1676,1,'mod_wiki_get_page_for_editing'),(1677,1,'mod_wiki_new_page'),(1678,1,'mod_wiki_edit_page'),(1679,1,'mod_workshop_get_workshops_by_courses'),(1680,1,'mod_workshop_get_workshop_access_information'),(1681,1,'mod_workshop_get_user_plan'),(1682,1,'mod_workshop_view_workshop'),(1683,1,'mod_workshop_add_submission'),(1684,1,'mod_workshop_update_submission'),(1685,1,'mod_workshop_delete_submission'),(1686,1,'mod_workshop_get_submissions'),(1687,1,'mod_workshop_get_submission'),(1688,1,'mod_workshop_get_submission_assessments'),(1689,1,'mod_workshop_get_assessment'),(1690,1,'mod_workshop_get_assessment_form_definition'),(1691,1,'mod_workshop_get_reviewer_assessments'),(1692,1,'mod_workshop_update_assessment'),(1693,1,'mod_workshop_get_grades'),(1694,1,'mod_workshop_evaluate_assessment'),(1695,1,'mod_workshop_get_grades_report'),(1696,1,'mod_workshop_view_submission'),(1697,1,'mod_workshop_evaluate_submission'),(1698,1,'enrol_guest_get_instance_info'),(1699,1,'enrol_self_get_instance_info'),(1700,1,'enrol_self_enrol_user'),(1701,1,'message_airnotifier_is_system_configured'),(1702,1,'message_airnotifier_are_notification_preferences_configured'),(1703,1,'message_airnotifier_get_user_devices'),(1704,1,'message_airnotifier_enable_device'),(1705,1,'message_popup_get_popup_notifications'),(1706,1,'message_popup_get_unread_popup_notification_count'),(1707,1,'report_insights_set_notuseful_prediction'),(1708,1,'report_insights_set_fixed_prediction'),(1709,1,'gradereport_overview_get_course_grades'),(1710,1,'gradereport_overview_view_grade_report'),(1711,1,'gradereport_user_get_grades_table'),(1712,1,'gradereport_user_view_grade_report'),(1713,1,'gradereport_user_get_grade_items'),(1714,1,'tool_lp_data_for_course_competencies_page'),(1715,1,'tool_lp_data_for_plans_page'),(1716,1,'tool_lp_data_for_plan_page'),(1717,1,'tool_lp_data_for_user_evidence_list_page'),(1718,1,'tool_lp_data_for_user_evidence_page'),(1719,1,'tool_lp_data_for_user_competency_summary'),(1720,1,'tool_lp_data_for_user_competency_summary_in_plan'),(1721,1,'tool_lp_data_for_user_competency_summary_in_course'),(1722,1,'tool_mobile_get_plugins_supporting_mobile'),(1723,1,'tool_mobile_get_public_config'),(1724,1,'tool_mobile_get_config'),(1725,1,'tool_mobile_get_autologin_key'),(1726,1,'tool_mobile_get_content'),(1727,1,'core_blog_get_entries'),(1728,1,'core_blog_view_entries'),(1729,1,'core_calendar_get_calendar_access_information'),(1730,1,'core_calendar_get_allowed_event_types'),(1731,1,'core_calendar_get_calendar_export_token'),(1732,1,'core_comment_add_comments'),(1733,1,'core_comment_delete_comments'),(1734,1,'core_course_get_enrolled_courses_by_timeline_classification'),(1735,1,'core_course_get_recent_courses'),(1736,1,'core_course_set_favourite_courses'),(1737,1,'core_enrol_search_users'),(1738,1,'core_files_delete_draft_files'),(1739,1,'core_grades_grader_gradingpanel_point_fetch'),(1740,1,'core_grades_grader_gradingpanel_point_store'),(1741,1,'core_grades_grader_gradingpanel_scale_fetch'),(1742,1,'core_grades_grader_gradingpanel_scale_store'),(1743,1,'core_message_mute_conversations'),(1744,1,'core_message_unmute_conversations'),(1745,1,'core_message_block_user'),(1746,1,'core_message_get_contact_requests'),(1747,1,'core_message_create_contact_request'),(1748,1,'core_message_confirm_contact_request'),(1749,1,'core_message_decline_contact_request'),(1750,1,'core_message_get_received_contact_requests_count'),(1751,1,'core_message_delete_conversations_by_id'),(1752,1,'core_message_message_search_users'),(1753,1,'core_message_get_user_contacts'),(1754,1,'core_message_get_conversations'),(1755,1,'core_message_get_conversation'),(1756,1,'core_message_get_conversation_between_users'),(1757,1,'core_message_get_self_conversation'),(1758,1,'core_message_get_conversation_counts'),(1759,1,'core_message_get_unread_conversation_counts'),(1760,1,'core_message_get_conversation_members'),(1761,1,'core_message_get_member_info'),(1762,1,'core_message_mark_all_conversation_messages_as_read'),(1763,1,'core_message_send_messages_to_conversation'),(1764,1,'core_message_get_conversation_messages'),(1765,1,'core_message_unblock_user'),(1766,1,'core_message_set_favourite_conversations'),(1767,1,'core_message_unset_favourite_conversations'),(1768,1,'core_message_delete_message_for_all_users'),(1769,1,'core_tag_get_tagindex_per_area'),(1770,1,'core_tag_get_tag_areas'),(1771,1,'core_tag_get_tag_collections'),(1772,1,'core_tag_get_tag_cloud'),(1773,1,'core_block_get_dashboard_blocks'),(1774,1,'core_h5p_get_trusted_h5p_file'),(1775,1,'core_table_get_dynamic_table_content'),(1776,1,'core_xapi_statement_post'),(1777,1,'mod_forum_get_discussion_posts'),(1778,1,'mod_forum_get_forum_discussions'),(1779,1,'mod_forum_get_forum_access_information'),(1780,1,'mod_forum_set_subscription_state'),(1781,1,'mod_forum_set_lock_state'),(1782,1,'mod_forum_toggle_favourite_state'),(1783,1,'mod_forum_set_pin_state'),(1784,1,'mod_forum_delete_post'),(1785,1,'mod_forum_get_discussion_post'),(1786,1,'mod_forum_prepare_draft_area_for_post'),(1787,1,'mod_forum_update_discussion_post'),(1788,1,'mod_glossary_delete_entry'),(1789,1,'mod_glossary_update_entry'),(1790,1,'mod_glossary_prepare_entry_for_edition'),(1791,1,'mod_h5pactivity_get_h5pactivity_access_information'),(1792,1,'mod_h5pactivity_view_h5pactivity'),(1793,1,'mod_h5pactivity_get_attempts'),(1794,1,'mod_h5pactivity_get_results'),(1795,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(1796,1,'mod_scorm_get_scorm_access_information'),(1797,1,'block_recentlyaccesseditems_get_recent_items'),(1798,1,'block_starredcourses_get_starred_courses'),(1799,1,'report_insights_action_executed'),(1800,1,'tool_analytics_potential_contexts'),(1801,1,'tool_mobile_call_external_functions'),(1802,1,'tool_mobile_validate_subscription_key'),(1803,1,'tool_mobile_get_tokens_for_qr_login'),(1804,1,'tool_moodlenet_verify_webfinger'),(1805,1,'tool_moodlenet_search_courses'),(1806,1,'core_files_get_unused_draft_itemid'),(1807,1,'core_block_fetch_addable_blocks'),(1808,1,'mod_h5pactivity_log_report_viewed'),(1809,1,'mod_h5pactivity_get_user_attempts'),(1810,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(1811,1,'core_grades_get_enrolled_users_for_search_widget'),(1812,1,'core_grades_get_groups_for_search_widget'),(1813,1,'core_message_get_unread_notification_count'),(1814,1,'core_reportbuilder_list_reports'),(1815,1,'core_reportbuilder_retrieve_report'),(1816,1,'core_reportbuilder_view_report'),(1817,1,'mod_assign_start_submission'),(1818,1,'mod_bigbluebuttonbn_can_join'),(1819,1,'mod_bigbluebuttonbn_get_recordings'),(1820,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(1821,1,'mod_bigbluebuttonbn_update_recording'),(1822,1,'mod_bigbluebuttonbn_end_meeting'),(1823,1,'mod_bigbluebuttonbn_completion_validate'),(1824,1,'mod_bigbluebuttonbn_meeting_info'),(1825,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(1826,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(1827,1,'mod_bigbluebuttonbn_get_join_url'),(1828,1,'gradereport_singleview_get_grade_items_for_search_widget'),(1829,1,'core_grades_get_gradable_users'),(1830,1,'core_user_update_user_device_public_key'); +/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_users` +-- + +DROP TABLE IF EXISTS `m_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_exteservuser_ext_ix` (`externalserviceid`), + KEY `m_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- + +LOCK TABLES `m_external_services_users` WRITE; +/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_tokens` +-- + +DROP TABLE IF EXISTS `m_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_extetoke_use_ix` (`userid`), + KEY `m_extetoke_ext_ix` (`externalserviceid`), + KEY `m_extetoke_con_ix` (`contextid`), + KEY `m_extetoke_cre_ix` (`creatorid`), + KEY `m_extetoke_tok_ix` (`token`), + KEY `m_extetoke_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_tokens` +-- + +LOCK TABLES `m_external_tokens` WRITE; +/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_favourite` +-- + +DROP TABLE IF EXISTS `m_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `m_favo_con_ix` (`contextid`), + KEY `m_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_favourite` +-- + +LOCK TABLES `m_favourite` WRITE; +/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback` +-- + +DROP TABLE IF EXISTS `m_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback` +-- + +LOCK TABLES `m_feedback` WRITE; +/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completed` +-- + +DROP TABLE IF EXISTS `m_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use_ix` (`userid`), + KEY `m_feedcomp_fee_ix` (`feedback`), + KEY `m_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completed` +-- + +LOCK TABLES `m_feedback_completed` WRITE; +/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `m_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use2_ix` (`userid`), + KEY `m_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completedtmp` +-- + +LOCK TABLES `m_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_item` +-- + +DROP TABLE IF EXISTS `m_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feeditem_fee_ix` (`feedback`), + KEY `m_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_item` +-- + +LOCK TABLES `m_feedback_item` WRITE; +/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedsitemap_cou_ix` (`courseid`), + KEY `m_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_sitecourse_map` +-- + +LOCK TABLES `m_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_template` +-- + +DROP TABLE IF EXISTS `m_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_template` +-- + +LOCK TABLES `m_feedback_template` WRITE; +/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_value` +-- + +DROP TABLE IF EXISTS `m_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou_ix` (`course_id`), + KEY `m_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_value` +-- + +LOCK TABLES `m_feedback_value` WRITE; +/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `m_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou2_ix` (`course_id`), + KEY `m_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_valuetmp` +-- + +LOCK TABLES `m_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_file_conversion` +-- + +DROP TABLE IF EXISTS `m_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_fileconv_sou_ix` (`sourcefileid`), + KEY `m_fileconv_des_ix` (`destfileid`), + KEY `m_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_file_conversion` +-- + +LOCK TABLES `m_file_conversion` WRITE; +/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files` +-- + +DROP TABLE IF EXISTS `m_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), + KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `m_file_con_ix` (`contenthash`), + KEY `m_file_con2_ix` (`contextid`), + KEY `m_file_use_ix` (`userid`), + KEY `m_file_ref_ix` (`referencefileid`), + KEY `m_file_lic_ix` (`license`), + KEY `m_file_fil_ix` (`filename`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- + +LOCK TABLES `m_files` WRITE; +/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; +INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(8,'d1883b51c31175cadb6a9d397b11012033090857','7f7a0608fb05c999436d6876f0c3c0b69b5deb4e',5,'user','draft',828542703,'/','Moodle-TestingResources.mbz',2,283874,'application/vnd.moodle.backup',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:27:\"Moodle-TestingResources.mbz\";}','Admin User','allrightsreserved',1736238350,1736238350,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9edf3475cf1bdb82d57a764e5a07c4984e218e1f',5,'user','draft',828542703,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736238350,1736238350,0,NULL),(10,'d1883b51c31175cadb6a9d397b11012033090857','d34cb7a715fcea4965642ad4730339110dfd7c99',5,'user','draft',667637726,'/','Moodle-TestingResources.mbz',2,283874,'application/vnd.moodle.backup',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:27:\"Moodle-TestingResources.mbz\";}','Admin User','allrightsreserved',1736238437,1736238437,0,NULL),(11,'da39a3ee5e6b4b0d3255bfef95601890afd80709','98fb173f067b627526e7de0838867cc2e7947e63',5,'user','draft',667637726,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736238437,1736238437,0,NULL),(12,'19360caa7bc5f9626cc446eb6b3a6dde5e21685d','ff6e81d337cb1f27017c28e2cd0492da79cadabb',2,'backup','course',0,'/','Moodle-TestingResources.mbz',2,2728,'application/vnd.moodle.backup',0,NULL,NULL,NULL,1736239913,1736239913,0,NULL),(13,'da39a3ee5e6b4b0d3255bfef95601890afd80709','595be2f21d02005c4d443110d4cecc07b6a8c6cc',2,'backup','course',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736239913,1736239913,0,NULL),(14,'0a68058989971bd9f8d7004b9f68decd30fa7ec8','37c614f1adedc96492814ce7bd8644a893457ef7',21,'backup','course',0,'/','Moode-TestingResources.mbz',2,272213,'application/vnd.moodle.backup',0,NULL,NULL,NULL,1736239968,1736239968,0,NULL),(15,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d20d57603234c49c265f9633e53d17870fe2231f',21,'backup','course',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736239968,1736239968,0,NULL); +/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files_reference` +-- + +DROP TABLE IF EXISTS `m_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `m_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_files_reference` +-- + +LOCK TABLES `m_files_reference` WRITE; +/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_active` +-- + +DROP TABLE IF EXISTS `m_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), + KEY `m_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- + +LOCK TABLES `m_filter_active` WRITE; +/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; +INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); +/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_config` +-- + +DROP TABLE IF EXISTS `m_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `m_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_config` +-- + +LOCK TABLES `m_filter_config` WRITE; +/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_wiris_formulas` +-- + +LOCK TABLES `m_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_folder` +-- + +DROP TABLE IF EXISTS `m_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `m_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_folder` +-- + +LOCK TABLES `m_folder` WRITE; +/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum` +-- + +DROP TABLE IF EXISTS `m_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foru_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum` +-- + +LOCK TABLES `m_forum` WRITE; +/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; +INSERT INTO `m_forum` VALUES (2,2,'general','Filter test: Forum','',1,0,0,0,0,0,100,0,0,512000,9,0,1,0,0,1711024652,0,0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_digests` +-- + +DROP TABLE IF EXISTS `m_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `m_forudige_use_ix` (`userid`), + KEY `m_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- + +LOCK TABLES `m_forum_digests` WRITE; +/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `m_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `m_forudiscsubs_for_ix` (`forum`), + KEY `m_forudiscsubs_use_ix` (`userid`), + KEY `m_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- + +LOCK TABLES `m_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; +INSERT INTO `m_forum_discussion_subs` VALUES (1,2,5,1,1711024722),(2,2,2,1,1729523140); +/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussions` +-- + +DROP TABLE IF EXISTS `m_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forudisc_use_ix` (`userid`), + KEY `m_forudisc_cou_ix` (`course`), + KEY `m_forudisc_for_ix` (`forum`), + KEY `m_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_discussions` +-- + +LOCK TABLES `m_forum_discussions` WRITE; +/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; +INSERT INTO `m_forum_discussions` VALUES (1,2,2,'Filter test: Forum',1,5,0,0,1711024722,5,0,0,0,0); +/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_grades` +-- + +DROP TABLE IF EXISTS `m_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `m_forugrad_use_ix` (`userid`), + KEY `m_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_grades` +-- + +LOCK TABLES `m_forum_grades` WRITE; +/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_posts` +-- + +DROP TABLE IF EXISTS `m_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forupost_use_ix` (`userid`), + KEY `m_forupost_cre_ix` (`created`), + KEY `m_forupost_mai_ix` (`mailed`), + KEY `m_forupost_dis_ix` (`discussion`), + KEY `m_forupost_par_ix` (`parent`), + KEY `m_forupost_pri_ix` (`privatereplyto`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_posts` +-- + +LOCK TABLES `m_forum_posts` WRITE; +/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; +INSERT INTO `m_forum_posts` VALUES (1,1,0,5,1711024722,1729523140,0,'Filter test: Forum','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:`Courier New`¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«mi mathvariant=¨bold-italic¨ mathcolor=¨#7F0000¨»x«/mi»«mo mathvariant=¨bold¨ mathcolor=¨#7F0000¨»+«/mo»«mfrac mathcolor=¨#7F0000¨»«mi mathvariant=¨bold¨»y«/mi»«mi mathvariant=¨bold¨»z«/mi»«/mfrac»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x-y}$$

',1,0,'',0,0,0,31,885,0); +/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_queue` +-- + +DROP TABLE IF EXISTS `m_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruqueu_use_ix` (`userid`), + KEY `m_foruqueu_dis_ix` (`discussionid`), + KEY `m_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- + +LOCK TABLES `m_forum_queue` WRITE; +/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_read` +-- + +DROP TABLE IF EXISTS `m_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruread_posuse_ix` (`postid`,`userid`), + KEY `m_foruread_use_ix` (`userid`), + KEY `m_foruread_foruse_ix` (`forumid`,`userid`), + KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_read` +-- + +LOCK TABLES `m_forum_read` WRITE; +/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `m_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), + KEY `m_forusubs_use_ix` (`userid`), + KEY `m_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- + +LOCK TABLES `m_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `m_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_track_prefs` +-- + +LOCK TABLES `m_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary` +-- + +DROP TABLE IF EXISTS `m_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary` +-- + +LOCK TABLES `m_glossary` WRITE; +/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_alias` +-- + +DROP TABLE IF EXISTS `m_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_alias` +-- + +LOCK TABLES `m_glossary_alias` WRITE; +/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_categories` +-- + +LOCK TABLES `m_glossary_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries` +-- + +DROP TABLE IF EXISTS `m_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_glosentr_use_ix` (`userid`), + KEY `m_glosentr_con_ix` (`concept`), + KEY `m_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries` +-- + +LOCK TABLES `m_glossary_entries` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glosentrcate_cat_ix` (`categoryid`), + KEY `m_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries_categories` +-- + +LOCK TABLES `m_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_formats` +-- + +DROP TABLE IF EXISTS `m_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_formats` +-- + +LOCK TABLES `m_glossary_formats` WRITE; +/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; +INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories` +-- + +DROP TABLE IF EXISTS `m_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcate_cou_ix` (`courseid`), + KEY `m_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- + +LOCK TABLES `m_grade_categories` WRITE; +/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; +INSERT INTO `m_grade_categories` VALUES (2,2,NULL,1,'/2/','?',13,0,0,1,0,1736238456,1736238456,0); +/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories_history` +-- + +DROP TABLE IF EXISTS `m_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcatehist_act_ix` (`action`), + KEY `m_gradcatehist_tim_ix` (`timemodified`), + KEY `m_gradcatehist_old_ix` (`oldid`), + KEY `m_gradcatehist_cou_ix` (`courseid`), + KEY `m_gradcatehist_par_ix` (`parent`), + KEY `m_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_categories_history` +-- + +LOCK TABLES `m_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; +INSERT INTO `m_grade_categories_history` VALUES (1,1,1,'system',1736238450,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1736238450,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,3,1,'coursedelete',1736238450,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(4,1,2,'system',1736238456,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(5,2,2,'system',1736238456,2,2,NULL,1,'/2/','?',13,0,0,1,0,0,0); +/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades` +-- + +DROP TABLE IF EXISTS `m_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `m_gradgrad_ite_ix` (`itemid`), + KEY `m_gradgrad_use_ix` (`userid`), + KEY `m_gradgrad_raw_ix` (`rawscaleid`), + KEY `m_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- + +LOCK TABLES `m_grade_grades` WRITE; +/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; +INSERT INTO `m_grade_grades` VALUES (1,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(3,4,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232620,1736238892,'used',0.11111),(4,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(5,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232871,1733232872,'used',0.11111),(6,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(7,6,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733233223,1736239145,'used',0.11111),(8,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(9,7,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239285,1736239285,'used',0.11111),(10,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(11,8,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239334,1736239334,'used',0.11111),(12,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(13,9,4,5.33333,10.00000,0.00000,0,4,5.33333,0,0,0,0,0,0,NULL,0,NULL,0,1733234315,1733234317,'used',0.11111),(14,9,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(15,10,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239382,1736239382,'used',0.11111),(16,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(17,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(18,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(19,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(20,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(21,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(22,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(23,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(24,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(25,2,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'unknown',NULL),(26,2,4,NULL,90.00000,0.00000,NULL,NULL,76.16666,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1736239752,'unknown',NULL),(27,15,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(28,15,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(29,16,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(30,16,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(31,17,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(32,17,4,0.83333,10.00000,0.00000,NULL,4,0.83333,0,0,0,0,0,0,NULL,0,NULL,0,1736239643,1736239643,'used',0.11111),(33,18,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(34,18,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239830,1736239833,'used',0.11111); +/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades_history` +-- + +DROP TABLE IF EXISTS `m_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradgradhist_act_ix` (`action`), + KEY `m_gradgradhist_tim_ix` (`timemodified`), + KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `m_gradgradhist_old_ix` (`oldid`), + KEY `m_gradgradhist_ite_ix` (`itemid`), + KEY `m_gradgradhist_use_ix` (`userid`), + KEY `m_gradgradhist_raw_ix` (`rawscaleid`), + KEY `m_gradgradhist_use2_ix` (`usermodified`), + KEY `m_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_grades_history` +-- + +LOCK TABLES `m_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; +INSERT INTO `m_grade_grades_history` VALUES (1,1,1,'restore',1736238456,2,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(2,1,2,'restore',1736238456,2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(3,1,1,'system',1733236581,2,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(4,1,2,'system',1733236581,2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(5,1,3,'restore',1736238457,2,4,4,0.00000,10.00000,0.00000,0,4,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(6,1,4,'restore',1736238457,2,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(7,1,3,'restore',1733231531,2,4,4,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(8,1,4,'restore',1733231531,2,4,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(9,2,3,'mod/quiz',1733232339,4,4,4,NULL,10.00000,0.00000,0,4,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(10,2,3,'mod/quiz',1733232623,4,4,4,0.00000,10.00000,0.00000,0,4,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(11,2,4,'mod/quiz',1735905266,2,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(12,1,5,'restore',1736238458,2,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(13,1,6,'restore',1736238458,2,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(14,1,5,'restore',1733231531,2,5,4,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(15,1,6,'restore',1733231531,2,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(16,2,5,'mod/quiz',1733232761,4,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(17,2,5,'mod/quiz',1733232815,4,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(18,2,5,'mod/quiz',1733232872,4,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(19,1,7,'restore',1736238459,2,6,4,0.00000,10.00000,0.00000,0,4,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(20,1,8,'restore',1736238459,2,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(21,1,7,'restore',1733231531,2,6,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(22,1,8,'restore',1733231531,2,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(23,2,7,'mod/quiz',1733232995,4,6,4,NULL,10.00000,0.00000,0,4,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(24,2,7,'mod/quiz',1733233223,4,6,4,0.00000,10.00000,0.00000,0,4,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(25,1,9,'restore',1736238460,2,7,4,8.00000,10.00000,0.00000,0,4,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(26,1,10,'restore',1736238460,2,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(27,1,9,'restore',1733231532,2,7,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(28,1,10,'restore',1733231532,2,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(29,2,9,'mod/quiz',1733233312,4,7,4,8.00000,10.00000,0.00000,0,4,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(30,2,9,'mod/quiz',1733233415,4,7,4,8.00000,10.00000,0.00000,0,4,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(31,2,9,'mod/quiz',1733233745,4,7,4,8.00000,10.00000,0.00000,0,4,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(32,2,9,'mod/quiz',1733233853,4,7,4,8.00000,10.00000,0.00000,0,4,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(33,1,11,'restore',1736238460,2,8,4,4.11666,10.00000,0.00000,0,4,4.11666,0,0,0,0,0,0,NULL,0,NULL,0),(34,1,12,'restore',1736238460,2,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(35,1,11,'restore',1733231532,2,8,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(36,1,12,'restore',1733231532,2,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(37,2,11,'mod/quiz',1733233904,4,8,4,4.11666,10.00000,0.00000,0,4,4.11666,0,0,0,0,0,0,NULL,0,NULL,0),(38,2,11,'mod/quiz',1733233924,4,8,4,4.11666,10.00000,0.00000,0,4,4.11666,0,0,0,0,0,0,NULL,0,NULL,0),(39,1,13,'restore',1736238462,2,9,4,5.33333,10.00000,0.00000,0,4,5.33333,0,0,0,0,0,0,NULL,0,NULL,0),(40,1,14,'restore',1736238462,2,9,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(41,1,13,'restore',1733231532,2,9,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(42,1,14,'restore',1733231532,2,9,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(43,2,13,'mod/quiz',1733234109,4,9,4,5.33333,10.00000,0.00000,0,4,5.33333,0,0,0,0,0,0,NULL,0,NULL,0),(44,2,13,'mod/quiz',1733234240,4,9,4,5.33333,10.00000,0.00000,0,4,5.33333,0,0,0,0,0,0,NULL,0,NULL,0),(45,2,13,'mod/quiz',1733234317,4,9,4,5.33333,10.00000,0.00000,0,4,5.33333,0,0,0,0,0,0,NULL,0,NULL,0),(46,1,15,'restore',1736238462,2,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(47,1,16,'restore',1736238462,2,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(48,1,15,'restore',1733231532,2,10,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(49,1,16,'restore',1733231532,2,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(50,2,15,'mod/quiz',1733234402,4,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(51,2,15,'mod/quiz',1733234441,4,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(52,2,15,'mod/quiz',1733234461,4,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(53,2,15,'mod/quiz',1733234507,4,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(54,1,17,'restore',1736238463,2,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(55,1,18,'restore',1736238463,2,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(56,1,17,'restore',1733231533,2,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(57,1,18,'restore',1733231533,2,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(58,1,19,'restore',1736238463,2,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(59,1,20,'restore',1736238463,2,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(60,1,19,'restore',1733231533,2,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(61,1,20,'restore',1733231533,2,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(62,1,21,'restore',1736238463,2,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(63,1,22,'restore',1736238463,2,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(64,1,21,'restore',1733231533,2,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(65,1,22,'restore',1733231533,2,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(66,1,23,'restore',1736238463,2,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(67,1,24,'restore',1736238463,2,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(68,1,23,'restore',1733231533,2,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(69,1,24,'restore',1733231533,2,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(70,1,25,'system',1736238490,2,2,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(71,1,26,'system',1736238490,2,2,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(72,2,26,'aggregation',1736238490,2,2,4,NULL,70.00000,0.00000,NULL,NULL,37.44999,0,0,0,0,0,0,NULL,0,NULL,0),(73,1,27,'system',1736238516,2,15,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(74,1,28,'system',1736238516,2,15,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(75,2,3,'mod/quiz',1736238709,2,4,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(76,1,29,'system',1736238767,2,16,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(77,1,30,'system',1736238767,2,16,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(78,2,3,'mod/quiz',1736238892,2,4,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(79,2,26,'aggregation',1736238892,2,2,4,NULL,70.00000,0.00000,NULL,NULL,47.44999,0,0,0,0,0,0,NULL,0,NULL,0),(80,2,7,'mod/quiz',1736239063,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(81,2,7,'mod/quiz',1736239078,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(82,2,7,'mod/quiz',1736239087,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(83,2,7,'mod/quiz',1736239098,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(84,2,7,'mod/quiz',1736239108,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(85,2,7,'mod/quiz',1736239116,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(86,2,7,'mod/quiz',1736239124,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(87,2,7,'mod/quiz',1736239132,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(88,2,7,'mod/quiz',1736239139,2,6,4,0.00000,10.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(89,2,7,'mod/quiz',1736239145,2,6,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(90,2,26,'aggregation',1736239145,2,2,4,NULL,70.00000,0.00000,NULL,NULL,57.44999,0,0,0,0,0,0,NULL,0,NULL,0),(91,2,9,'mod/quiz',1736239208,4,7,4,8.00000,10.00000,0.00000,NULL,4,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(92,2,9,'mod/quiz',1736239285,4,7,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(93,2,26,'aggregation',1736239285,4,2,4,NULL,70.00000,0.00000,NULL,NULL,59.44999,0,0,0,0,0,0,NULL,0,NULL,0),(94,2,11,'mod/quiz',1736239334,4,8,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(95,2,26,'aggregation',1736239334,4,2,4,NULL,70.00000,0.00000,NULL,NULL,65.33333,0,0,0,0,0,0,NULL,0,NULL,0),(96,2,15,'mod/quiz',1736239382,4,10,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(97,1,31,'system',1736239462,2,17,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(98,1,32,'system',1736239462,2,17,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(99,1,33,'system',1736239603,2,18,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(100,1,34,'system',1736239603,2,18,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(101,2,32,'mod/quiz',1736239643,4,17,4,0.83333,10.00000,0.00000,NULL,4,0.83333,0,0,0,0,0,0,NULL,0,NULL,0),(102,2,26,'aggregation',1736239643,4,2,4,NULL,80.00000,0.00000,NULL,NULL,66.16666,0,0,0,0,0,0,NULL,0,NULL,0),(103,2,34,'mod/quiz',1736239752,4,18,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(104,2,26,'aggregation',1736239752,4,2,4,NULL,90.00000,0.00000,NULL,NULL,76.16666,0,0,0,0,0,0,NULL,0,NULL,0),(105,2,34,'mod/quiz',1736239770,4,18,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(106,2,34,'mod/quiz',1736239833,4,18,4,10.00000,10.00000,0.00000,NULL,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0); +/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `m_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- + +LOCK TABLES `m_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_values` +-- + +DROP TABLE IF EXISTS `m_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradimpovalu_ite_ix` (`itemid`), + KEY `m_gradimpovalu_new_ix` (`newgradeitem`), + KEY `m_gradimpovalu_imp_ix` (`importer`), + KEY `m_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_import_values` +-- + +LOCK TABLES `m_grade_import_values` WRITE; +/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items` +-- + +DROP TABLE IF EXISTS `m_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_graditem_locloc_ix` (`locked`,`locktime`), + KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `m_graditem_gra_ix` (`gradetype`), + KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `m_graditem_cou_ix` (`courseid`), + KEY `m_graditem_cat_ix` (`categoryid`), + KEY `m_graditem_sca_ix` (`scaleid`), + KEY `m_graditem_out_ix` (`outcomeid`), + KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- + +LOCK TABLES `m_grade_items` WRITE; +/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; +INSERT INTO `m_grade_items` VALUES (2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,160.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,0,0,1736238456,1736239603),(3,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,NULL,0,0,0,0,0,1736238456,1736239603),(4,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,NULL,0,0,0,0,0,1736238457,1736239603),(5,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,NULL,0,0,0,0,0,1736238458,1736239603),(6,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,NULL,0,0,0,0,0,1736238459,1736239603),(7,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,NULL,0,0,0,0,0,1736238460,1736239603),(8,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,NULL,0,0,0,0,0,1736238460,1736239603),(9,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,8,0,NULL,0,0,0,0,0,1736238462,1736239603),(10,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,NULL,0,0,0,0,0,1736238462,1736239603),(11,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,NULL,0,0,0,0,0,1736238463,1736239603),(12,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,NULL,0,0,0,0,0,1736238463,1736239603),(13,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,NULL,0,0,0,0,0,1736238463,1736239603),(14,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,NULL,0,0,0,0,0,1736238463,1736239603),(15,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,9,0,NULL,0,0,0,0,0,1736238516,1736239603),(16,2,2,'Smoke (copy)','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,NULL,0,0,0,0,0,1736238767,1736239603),(17,2,2,'Short Answer','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,10,0,NULL,0,0,0,0,0,1736239462,1736239603),(18,2,2,'Short Answer','mod','quiz',16,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,NULL,0,0,0,0,0,1736239603,1736239685); +/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items_history` +-- + +DROP TABLE IF EXISTS `m_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_graditemhist_act_ix` (`action`), + KEY `m_graditemhist_tim_ix` (`timemodified`), + KEY `m_graditemhist_old_ix` (`oldid`), + KEY `m_graditemhist_cou_ix` (`courseid`), + KEY `m_graditemhist_cat_ix` (`categoryid`), + KEY `m_graditemhist_sca_ix` (`scaleid`), + KEY `m_graditemhist_out_ix` (`outcomeid`), + KEY `m_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_items_history` +-- + +LOCK TABLES `m_grade_items_history` WRITE; +/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; +INSERT INTO `m_grade_items_history` VALUES (1,1,1,'system',1736238450,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,3,1,'coursedelete',1736238450,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),(3,1,2,'system',1736238456,2,2,NULL,NULL,'course',NULL,2,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),(4,1,3,'restore',1736238456,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,2,0,0,0,0,0,NULL,0),(5,2,3,'restore',1736238456,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,3,0,0,0,1,0,NULL,0),(6,1,4,'restore',1736238457,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,4,0,0,0,0,0,NULL,0),(7,2,4,'restore',1736238457,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,16,0,0,0,1,0,NULL,0),(8,1,5,'restore',1736238458,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(9,2,5,'restore',1736238458,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,2,0,0,0,1,0,NULL,0),(10,1,6,'restore',1736238459,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(11,2,6,'restore',1736238459,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,13,0,0,0,1,0,NULL,0),(12,1,7,'restore',1736238460,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(13,2,7,'restore',1736238460,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,11,0,0,0,1,0,NULL,0),(14,1,8,'restore',1736238460,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(15,2,8,'restore',1736238460,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,12,0,0,0,1,0,NULL,0),(16,1,9,'restore',1736238462,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(17,2,9,'restore',1736238462,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,8,0,0,0,1,0,NULL,0),(18,1,10,'restore',1736238462,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(19,2,10,'restore',1736238462,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,14,0,0,0,1,0,NULL,0),(20,1,11,'restore',1736238463,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(21,2,11,'restore',1736238463,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,9,0,0,0,1,0,NULL,0),(22,1,12,'restore',1736238463,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,0,0,NULL,0),(23,2,12,'restore',1736238463,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,1,0,NULL,0),(24,1,13,'restore',1736238463,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,18,0,0,0,0,0,NULL,0),(25,2,13,'restore',1736238463,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,15,0,0,0,1,0,NULL,0),(26,1,14,'restore',1736238463,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,18,0,0,0,0,0,NULL,0),(27,2,14,'restore',1736238463,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,5,0,0,0,1,0,NULL,0),(28,2,5,NULL,1736238490,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,2,0,0,0,1,0,NULL,0),(29,2,3,NULL,1736238490,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,3,0,0,0,1,0,NULL,0),(30,2,14,NULL,1736238490,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,5,0,0,0,1,0,NULL,0),(31,2,9,NULL,1736238490,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,8,0,0,0,1,0,NULL,0),(32,2,11,NULL,1736238490,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,9,0,0,0,1,0,NULL,0),(33,2,7,NULL,1736238490,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,11,0,0,0,1,0,NULL,0),(34,2,8,NULL,1736238490,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,12,0,0,0,1,0,NULL,0),(35,2,6,NULL,1736238490,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,13,0,0,0,1,0,NULL,0),(36,2,10,NULL,1736238490,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,14,0,0,0,1,0,NULL,0),(37,2,13,NULL,1736238490,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,15,0,0,0,1,0,NULL,0),(38,2,4,NULL,1736238490,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,16,0,0,0,1,0,NULL,0),(39,2,12,NULL,1736238490,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,17,0,0,0,1,0,NULL,0),(40,2,2,'aggregation',1736238490,2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,120.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(41,1,15,'restore',1736238516,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,18,0,0,0,0,0,NULL,0),(42,2,15,'restore',1736238516,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,8,0,0,0,1,0,NULL,0),(43,2,5,NULL,1736238516,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,2,0,0,0,1,0,NULL,0),(44,2,3,NULL,1736238516,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,3,0,0,0,1,0,NULL,0),(45,2,14,NULL,1736238516,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,5,0,0,0,1,0,NULL,0),(46,2,9,NULL,1736238516,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,8,0,0,0,1,0,NULL,0),(47,2,15,NULL,1736238516,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,9,0,0,0,1,0,NULL,0),(48,2,11,NULL,1736238516,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,11,0,0,0,1,0,NULL,0),(49,2,7,NULL,1736238516,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,13,0,0,0,1,0,NULL,0),(50,2,8,NULL,1736238516,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,14,0,0,0,1,0,NULL,0),(51,2,6,NULL,1736238516,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,15,0,0,0,1,0,NULL,0),(52,2,10,NULL,1736238516,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,16,0,0,0,1,0,NULL,0),(53,2,13,NULL,1736238516,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,17,0,0,0,1,0,NULL,0),(54,2,4,NULL,1736238516,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,18,0,0,0,1,0,NULL,0),(55,2,12,NULL,1736238516,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,19,0,0,0,1,0,NULL,0),(56,2,2,'aggregation',1736238516,2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,130.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(57,2,15,NULL,1736238516,2,2,2,'Short Answer (copy)','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,9,0,0,0,0,0,NULL,0),(58,2,15,NULL,1736238643,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,9,0,0,0,0,0,NULL,0),(59,1,16,'restore',1736238767,2,2,2,'Smoke','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,20,0,0,0,0,0,NULL,0),(60,2,16,'restore',1736238767,2,2,2,'Smoke','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07692,18,0,0,0,1,0,NULL,0),(61,2,5,NULL,1736238767,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,2,0,0,0,1,0,NULL,0),(62,2,3,NULL,1736238767,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,3,0,0,0,1,0,NULL,0),(63,2,14,NULL,1736238767,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,5,0,0,0,1,0,NULL,0),(64,2,9,NULL,1736238767,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,8,0,0,0,1,0,NULL,0),(65,2,15,NULL,1736238767,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,9,0,0,0,1,0,NULL,0),(66,2,11,NULL,1736238767,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,11,0,0,0,1,0,NULL,0),(67,2,7,NULL,1736238767,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,13,0,0,0,1,0,NULL,0),(68,2,8,NULL,1736238767,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,14,0,0,0,1,0,NULL,0),(69,2,6,NULL,1736238767,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,15,0,0,0,1,0,NULL,0),(70,2,10,NULL,1736238767,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,16,0,0,0,1,0,NULL,0),(71,2,13,NULL,1736238767,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,17,0,0,0,1,0,NULL,0),(72,2,4,NULL,1736238767,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,18,0,0,0,1,0,NULL,0),(73,2,16,NULL,1736238767,2,2,2,'Smoke','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,19,0,0,0,1,0,NULL,0),(74,2,12,NULL,1736238767,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,21,0,0,0,1,0,NULL,0),(75,2,2,'aggregation',1736238767,2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,140.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(76,2,16,NULL,1736238767,2,2,2,'Smoke (copy)','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,19,0,0,0,0,0,NULL,0),(77,1,17,'restore',1736239462,2,2,2,'Short Answer','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,22,0,0,0,0,0,NULL,0),(78,2,17,'restore',1736239462,2,2,2,'Short Answer','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.07143,9,0,0,0,1,0,NULL,0),(79,2,5,NULL,1736239462,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,2,0,0,0,1,0,NULL,0),(80,2,3,NULL,1736239462,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,3,0,0,0,1,0,NULL,0),(81,2,14,NULL,1736239462,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,5,0,0,0,1,0,NULL,0),(82,2,9,NULL,1736239462,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,8,0,0,0,1,0,NULL,0),(83,2,15,NULL,1736239462,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,9,0,0,0,1,0,NULL,0),(84,2,17,NULL,1736239462,2,2,2,'Short Answer','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,10,0,0,0,1,0,NULL,0),(85,2,11,NULL,1736239462,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,13,0,0,0,1,0,NULL,0),(86,2,7,NULL,1736239462,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,15,0,0,0,1,0,NULL,0),(87,2,8,NULL,1736239462,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,16,0,0,0,1,0,NULL,0),(88,2,6,NULL,1736239462,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,17,0,0,0,1,0,NULL,0),(89,2,10,NULL,1736239462,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,18,0,0,0,1,0,NULL,0),(90,2,13,NULL,1736239462,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,19,0,0,0,1,0,NULL,0),(91,2,4,NULL,1736239462,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,20,0,0,0,1,0,NULL,0),(92,2,16,NULL,1736239462,2,2,2,'Smoke (copy)','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,21,0,0,0,1,0,NULL,0),(93,2,12,NULL,1736239462,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,23,0,0,0,1,0,NULL,0),(94,2,2,'aggregation',1736239462,2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,150.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(95,2,17,NULL,1736239462,2,2,2,'Short Answer (copy)','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,10,0,0,0,0,0,NULL,0),(96,2,17,NULL,1736239577,2,2,2,'Short Answer','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,10,0,0,0,0,0,NULL,0),(97,1,18,'restore',1736239603,2,2,2,'Short Answer','mod','quiz',16,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,24,0,0,0,0,0,NULL,0),(98,2,18,'restore',1736239603,2,2,2,'Short Answer','mod','quiz',16,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06667,10,0,0,0,1,0,NULL,0),(99,2,5,NULL,1736239603,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,1,0,NULL,0),(100,2,3,NULL,1736239603,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,0,0,1,0,NULL,0),(101,2,14,NULL,1736239603,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,0,0,1,0,NULL,0),(102,2,9,NULL,1736239603,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,8,0,0,0,1,0,NULL,0),(103,2,15,NULL,1736239603,2,2,2,'Short Answer','mod','quiz',13,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,9,0,0,0,1,0,NULL,0),(104,2,17,NULL,1736239603,2,2,2,'Short Answer','mod','quiz',15,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,10,0,0,0,1,0,NULL,0),(105,2,18,NULL,1736239603,2,2,2,'Short Answer','mod','quiz',16,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,1,0,NULL,0),(106,2,11,NULL,1736239603,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,0,0,1,0,NULL,0),(107,2,7,NULL,1736239603,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,0,0,1,0,NULL,0),(108,2,8,NULL,1736239603,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,0,0,1,0,NULL,0),(109,2,6,NULL,1736239603,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,0,0,1,0,NULL,0),(110,2,10,NULL,1736239603,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,0,0,1,0,NULL,0),(111,2,13,NULL,1736239603,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,0,0,1,0,NULL,0),(112,2,4,NULL,1736239603,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,0,0,1,0,NULL,0),(113,2,16,NULL,1736239603,2,2,2,'Smoke (copy)','mod','quiz',14,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,1,0,NULL,0),(114,2,12,NULL,1736239603,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,0,0,1,0,NULL,0),(115,2,2,'aggregation',1736239603,2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,160.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(116,2,18,NULL,1736239603,2,2,2,'Short Answer (copy)','mod','quiz',16,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,0,0,NULL,0),(117,2,18,NULL,1736239685,2,2,2,'Short Answer','mod','quiz',16,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,0,0,NULL,0); +/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_letters` +-- + +DROP TABLE IF EXISTS `m_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- + +LOCK TABLES `m_grade_letters` WRITE; +/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `m_gradoutc_cou_ix` (`courseid`), + KEY `m_gradoutc_sca_ix` (`scaleid`), + KEY `m_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- + +LOCK TABLES `m_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `m_gradoutccour_cou_ix` (`courseid`), + KEY `m_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_courses` +-- + +LOCK TABLES `m_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradoutchist_act_ix` (`action`), + KEY `m_gradoutchist_tim_ix` (`timemodified`), + KEY `m_gradoutchist_old_ix` (`oldid`), + KEY `m_gradoutchist_cou_ix` (`courseid`), + KEY `m_gradoutchist_sca_ix` (`scaleid`), + KEY `m_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_history` +-- + +LOCK TABLES `m_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_settings` +-- + +DROP TABLE IF EXISTS `m_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), + KEY `m_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_settings` +-- + +LOCK TABLES `m_grade_settings` WRITE; +/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_areas` +-- + +DROP TABLE IF EXISTS `m_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `m_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_areas` +-- + +LOCK TABLES `m_grading_areas` WRITE; +/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; +INSERT INTO `m_grading_areas` VALUES (1,38,'mod_forum','forum',NULL); +/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_definitions` +-- + +DROP TABLE IF EXISTS `m_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), + KEY `m_graddefi_are_ix` (`areaid`), + KEY `m_graddefi_use_ix` (`usermodified`), + KEY `m_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- + +LOCK TABLES `m_grading_definitions` WRITE; +/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_instances` +-- + +DROP TABLE IF EXISTS `m_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradinst_def_ix` (`definitionid`), + KEY `m_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- + +LOCK TABLES `m_grading_instances` WRITE; +/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_comments` +-- + +LOCK TABLES `m_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_criteria` +-- + +LOCK TABLES `m_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradguidfill_ins_ix` (`instanceid`), + KEY `m_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- + +LOCK TABLES `m_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_criteria` +-- + +LOCK TABLES `m_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradrubrfill_lev_ix` (`levelid`), + KEY `m_gradrubrfill_ins_ix` (`instanceid`), + KEY `m_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- + +LOCK TABLES `m_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_levels` +-- + +LOCK TABLES `m_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings` +-- + +DROP TABLE IF EXISTS `m_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn2_ix` (`idnumber`), + KEY `m_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- + +LOCK TABLES `m_groupings` WRITE; +/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings_groups` +-- + +DROP TABLE IF EXISTS `m_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grougrou_gro_ix` (`groupingid`), + KEY `m_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- + +LOCK TABLES `m_groupings_groups` WRITE; +/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups` +-- + +DROP TABLE IF EXISTS `m_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn_ix` (`idnumber`), + KEY `m_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups` +-- + +LOCK TABLES `m_groups` WRITE; +/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups_members` +-- + +DROP TABLE IF EXISTS `m_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `m_groumemb_gro_ix` (`groupid`), + KEY `m_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups_members` +-- + +LOCK TABLES `m_groups_members` WRITE; +/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p` +-- + +DROP TABLE IF EXISTS `m_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_h5p_mai_ix` (`mainlibraryid`), + KEY `m_h5p_pat_ix` (`pathnamehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p` +-- + +LOCK TABLES `m_h5p` WRITE; +/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `m_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_contents_libraries` +-- + +LOCK TABLES `m_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries` +-- + +LOCK TABLES `m_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries_cachedassets` +-- + +LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrdepe_lib_ix` (`libraryid`), + KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_library_dependencies` +-- + +LOCK TABLES `m_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity` +-- + +DROP TABLE IF EXISTS `m_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity` +-- + +LOCK TABLES `m_h5pactivity` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `m_h5paatte_tim_ix` (`timecreated`), + KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts` +-- + +LOCK TABLES `m_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `m_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts_results` +-- + +LOCK TABLES `m_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_imscp` +-- + +DROP TABLE IF EXISTS `m_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_imscp` +-- + +LOCK TABLES `m_imscp` WRITE; +/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_infected_files` +-- + +DROP TABLE IF EXISTS `m_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_infected_files` +-- + +LOCK TABLES `m_infected_files` WRITE; +/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_label` +-- + +DROP TABLE IF EXISTS `m_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_label` +-- + +LOCK TABLES `m_label` WRITE; +/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson` +-- + +DROP TABLE IF EXISTS `m_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson` +-- + +LOCK TABLES `m_lesson` WRITE; +/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_answers` +-- + +DROP TABLE IF EXISTS `m_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessansw_les_ix` (`lessonid`), + KEY `m_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_answers` +-- + +LOCK TABLES `m_lesson_answers` WRITE; +/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_attempts` +-- + +DROP TABLE IF EXISTS `m_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessatte_use_ix` (`userid`), + KEY `m_lessatte_les_ix` (`lessonid`), + KEY `m_lessatte_pag_ix` (`pageid`), + KEY `m_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_attempts` +-- + +LOCK TABLES `m_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_branch` +-- + +DROP TABLE IF EXISTS `m_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessbran_use_ix` (`userid`), + KEY `m_lessbran_les_ix` (`lessonid`), + KEY `m_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_branch` +-- + +LOCK TABLES `m_lesson_branch` WRITE; +/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_grades` +-- + +DROP TABLE IF EXISTS `m_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessgrad_use_ix` (`userid`), + KEY `m_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_grades` +-- + +LOCK TABLES `m_lesson_grades` WRITE; +/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_overrides` +-- + +DROP TABLE IF EXISTS `m_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_lessover_les_ix` (`lessonid`), + KEY `m_lessover_gro_ix` (`groupid`), + KEY `m_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_overrides` +-- + +LOCK TABLES `m_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_pages` +-- + +DROP TABLE IF EXISTS `m_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_pages` +-- + +LOCK TABLES `m_lesson_pages` WRITE; +/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_timer` +-- + +DROP TABLE IF EXISTS `m_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesstime_use_ix` (`userid`), + KEY `m_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_timer` +-- + +LOCK TABLES `m_lesson_timer` WRITE; +/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_license` +-- + +DROP TABLE IF EXISTS `m_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_license` +-- + +LOCK TABLES `m_license` WRITE; +/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; +INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); +/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lock_db` +-- + +DROP TABLE IF EXISTS `m_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), + KEY `m_lockdb_exp_ix` (`expires`), + KEY `m_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- + +LOCK TABLES `m_lock_db` WRITE; +/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; +INSERT INTO `m_lock_db` VALUES (1,'qtype_wq_persistenvariables_wiris_maxconnections.var',NULL,NULL); +/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log` +-- + +DROP TABLE IF EXISTS `m_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_log_coumodact_ix` (`course`,`module`,`action`), + KEY `m_log_tim_ix` (`time`), + KEY `m_log_act_ix` (`action`), + KEY `m_log_usecou_ix` (`userid`,`course`), + KEY `m_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log` +-- + +LOCK TABLES `m_log` WRITE; +/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_display` +-- + +DROP TABLE IF EXISTS `m_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- + +LOCK TABLES `m_log_display` WRITE; +/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; +INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); +/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_queries` +-- + +DROP TABLE IF EXISTS `m_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log_queries` +-- + +LOCK TABLES `m_log_queries` WRITE; +/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `m_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_logsstanlog_tim_ix` (`timecreated`), + KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `m_logsstanlog_con_ix` (`contextid`), + KEY `m_logsstanlog_use_ix` (`userid`), + KEY `m_logsstanlog_cou_ix` (`courseid`), + KEY `m_logsstanlog_rea_ix` (`realuserid`), + KEY `m_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB AUTO_INCREMENT=2105 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_logstore_standard_log` +-- + +LOCK TABLES `m_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; +INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1683021823,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1683021823,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021827,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021827,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021829,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021830,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021830,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021830,'cli',NULL,NULL),(1546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683021841,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021844,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021844,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021844,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1553,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021847,'cli',NULL,NULL),(1554,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021847,'cli',NULL,NULL),(1555,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021847,'cli',NULL,NULL),(1556,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021847,'cli',NULL,NULL),(1557,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683021858,'cli',NULL,NULL),(1558,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021859,'cli',NULL,NULL),(1559,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683021859,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1683021866,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1683021866,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021866,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1683021867,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021867,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1683021867,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1683021867,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1683021867,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1683021867,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683021867,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1683021868,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683021868,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1683021868,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1683021868,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1683021868,'cli',NULL,NULL),(1626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1683021868,'cli',NULL,NULL),(1627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683021868,'cli',NULL,NULL),(1631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683021868,'cli',NULL,NULL),(1636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683021868,'cli',NULL,NULL),(1637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1683021868,'cli',NULL,NULL),(1638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1683021868,'cli',NULL,NULL),(1639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1683021868,'cli',NULL,NULL),(1640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1683021868,'cli',NULL,NULL),(1641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1683021868,'cli',NULL,NULL),(1642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683021868,'cli',NULL,NULL),(1643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683021868,'cli',NULL,NULL),(1648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683021868,'cli',NULL,NULL),(1649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683021868,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683021868,'cli',NULL,NULL),(1651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683021881,'web','172.18.0.1',NULL),(1652,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683021887,'web','172.18.0.1',NULL),(1653,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1683021888,'web','172.18.0.1',NULL),(1654,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1683021888,'web','172.18.0.1',NULL),(1655,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1683021890,'web','172.18.0.1',NULL),(1656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1736237336,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1736237336,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1736237337,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1736237339,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1736237339,'cli',NULL,NULL),(1661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1736237357,'web','172.18.0.1',NULL),(1662,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1736238326,'web','172.18.0.1',NULL),(1663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238327,'web','172.18.0.1',NULL),(1664,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736238327,'web','172.18.0.1',NULL),(1665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736238333,'web','172.18.0.1',NULL),(1666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736238397,'web','172.18.0.1',NULL),(1667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736238420,'web','172.18.0.1',NULL),(1668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238422,'web','172.18.0.1',NULL),(1669,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736238422,'web','172.18.0.1',NULL),(1670,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736238450,'web','172.18.0.1',NULL),(1671,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',1,'d',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736238450,'web','172.18.0.1',NULL),(1672,'\\core\\event\\role_unassigned','core','unassigned','role','role',3,'d',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";s:1:\"1\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736238450,'web','172.18.0.1',NULL),(1673,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',1,'d',0,21,50,2,2,2,3,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"1\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"3\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471448\";s:12:\"timemodified\";s:10:\"1566471448\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736238450,'web','172.18.0.1',NULL),(1674,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";s:1:\"2\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736238450,'web','172.18.0.1',NULL),(1675,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',2,'d',0,21,50,2,2,2,4,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"2\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"4\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471456\";s:12:\"timemodified\";s:10:\"1566471456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736238450,'web','172.18.0.1',NULL),(1676,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',1,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736238450,'web','172.18.0.1',NULL),(1677,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',3,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736238450,'web','172.18.0.1',NULL),(1678,'\\core\\event\\course_content_deleted','core','deleted','course_content','course',2,'d',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:7:\"options\";a:3:{s:25:\"keep_roles_and_enrolments\";i:0;s:25:\"keep_groups_and_groupings\";i:0;s:6:\"userid\";s:1:\"2\";}}',1736238450,'web','172.18.0.1',NULL),(1679,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',4,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736238456,'restore','172.18.0.1',NULL),(1680,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736238456,'restore','172.18.0.1',NULL),(1681,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',4,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736238456,'restore','172.18.0.1',NULL),(1682,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',5,'c',0,21,50,2,2,2,6,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736238456,'restore','172.18.0.1',NULL),(1683,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',6,'c',0,21,50,2,2,2,7,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736238456,'restore','172.18.0.1',NULL),(1684,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',5,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736238456,'restore','172.18.0.1',NULL),(1685,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:3;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736238456,'restore','172.18.0.1',NULL),(1686,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:4;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736238456,'restore','172.18.0.1',NULL),(1687,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,6,0,'a:3:{s:2:\"id\";i:5;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736238456,'restore','172.18.0.1',NULL),(1688,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,7,0,'a:3:{s:2:\"id\";i:6;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736238456,'restore','172.18.0.1',NULL),(1689,'\\core\\event\\course_section_created','core','created','course_section','course_sections',6,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"0\";}',1736238456,'restore','172.18.0.1',NULL),(1690,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736238456,'restore','172.18.0.1',NULL),(1691,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',3,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238456,'restore','172.18.0.1',NULL),(1692,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238456,'restore','172.18.0.1',NULL),(1693,'\\core\\event\\course_section_created','core','created','course_section','course_sections',7,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"1\";}',1736238456,'restore','172.18.0.1',NULL),(1694,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',4,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238457,'restore','172.18.0.1',NULL),(1695,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238457,'restore','172.18.0.1',NULL),(1696,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',5,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238458,'restore','172.18.0.1',NULL),(1697,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238458,'restore','172.18.0.1',NULL),(1698,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',6,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238459,'restore','172.18.0.1',NULL),(1699,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238459,'restore','172.18.0.1',NULL),(1700,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',7,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238460,'restore','172.18.0.1',NULL),(1701,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238460,'restore','172.18.0.1',NULL),(1702,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',8,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238460,'restore','172.18.0.1',NULL),(1703,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238460,'restore','172.18.0.1',NULL),(1704,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',9,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238462,'restore','172.18.0.1',NULL),(1705,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238462,'restore','172.18.0.1',NULL),(1706,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',10,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238462,'restore','172.18.0.1',NULL),(1707,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238462,'restore','172.18.0.1',NULL),(1708,'\\core\\event\\course_section_created','core','created','course_section','course_sections',8,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"2\";}',1736238462,'restore','172.18.0.1',NULL),(1709,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',11,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1710,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1711,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',12,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1712,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1713,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',13,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1714,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1715,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',14,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1716,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238463,'restore','172.18.0.1',NULL),(1717,'\\core\\event\\course_restored','core','restored','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:6:{s:4:\"type\";s:6:\"course\";s:6:\"target\";i:0;s:4:\"mode\";i:10;s:9:\"operation\";s:7:\"restore\";s:8:\"samesite\";b:1;s:16:\"originalcourseid\";s:1:\"2\";}',1736238463,'restore','172.18.0.1',NULL),(1718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238478,'web','172.18.0.1',NULL),(1719,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736238479,'web','172.18.0.1',NULL),(1720,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',8,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:20;s:9:\"stepindex\";i:0;}',1736238482,'web','172.18.0.1',NULL),(1721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238484,'web','172.18.0.1',NULL),(1722,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',7,'r',2,45,70,13,2,2,NULL,0,'N;',1736238490,'web','172.18.0.1',NULL),(1723,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1724,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1725,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1726,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1727,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1728,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1729,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1730,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1731,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1732,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1733,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1734,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238490,'web','172.18.0.1',NULL),(1735,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736238490,'web','172.18.0.1',NULL),(1736,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:37.44999;}',1736238490,'web','172.18.0.1',NULL),(1737,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,45,70,13,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"7\";}',1736238492,'web','172.18.0.1',NULL),(1738,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,45,70,13,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"7\";}',1736238503,'web','172.18.0.1',NULL),(1739,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,45,70,13,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"7\";}',1736238505,'web','172.18.0.1',NULL),(1740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238512,'web','172.18.0.1',NULL),(1741,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',15,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'restore','172.18.0.1',NULL),(1742,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'restore','172.18.0.1',NULL),(1743,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',19,'u',1,51,70,19,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"13\";s:4:\"name\";s:19:\"Short Answer (copy)\";}',1736238516,'web','172.18.0.1',NULL),(1744,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1745,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1746,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1747,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1748,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1749,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1750,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1751,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1752,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1753,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1754,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1755,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1756,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1757,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736238516,'web','172.18.0.1',NULL),(1758,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:19:\"Short Answer (copy)\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238516,'web','172.18.0.1',NULL),(1759,'\\core\\event\\course_module_created','core','created','course_module','course_modules',19,'c',1,51,70,19,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"13\";s:4:\"name\";s:19:\"Short Answer (copy)\";}',1736238516,'web','172.18.0.1',NULL),(1760,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',13,'r',2,51,70,19,2,2,NULL,0,'N;',1736238518,'web','172.18.0.1',NULL),(1761,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238519,'web','172.18.0.1',NULL),(1762,'\\mod_quiz\\event\\section_break_deleted','mod_quiz','deleted','section_break','quiz_sections',25,'d',1,51,70,19,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:2:\"13\";s:11:\"firstslotid\";s:3:\"109\";s:15:\"firstslotnumber\";s:2:\"11\";}',1736238526,'web','172.18.0.1',NULL),(1763,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238526,'web','172.18.0.1',NULL),(1764,'\\mod_quiz\\event\\slot_deleted','mod_quiz','deleted','slot','quiz_slots',108,'d',1,51,70,19,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:10:\"slotnumber\";s:2:\"10\";}',1736238533,'web','172.18.0.1',NULL),(1765,'\\mod_quiz\\event\\slot_deleted','mod_quiz','deleted','slot','quiz_slots',109,'d',1,51,70,19,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:10:\"slotnumber\";s:2:\"10\";}',1736238535,'web','172.18.0.1',NULL),(1766,'\\mod_quiz\\event\\slot_deleted','mod_quiz','deleted','slot','quiz_slots',110,'d',1,51,70,19,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:10:\"slotnumber\";s:2:\"10\";}',1736238537,'web','172.18.0.1',NULL),(1767,'\\core\\event\\question_created','core','created','question','question',211,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:2:\"27\";}',1736238562,'web','172.18.0.1',NULL),(1768,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238562,'web','172.18.0.1',NULL),(1769,'\\core\\event\\question_created','core','created','question','question',212,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736238582,'web','172.18.0.1',NULL),(1770,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238582,'web','172.18.0.1',NULL),(1771,'\\core\\event\\question_created','core','created','question','question',213,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736238598,'web','172.18.0.1',NULL),(1772,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238598,'web','172.18.0.1',NULL),(1773,'\\core\\event\\question_created','core','created','question','question',214,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:2:\"27\";}',1736238611,'web','172.18.0.1',NULL),(1774,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238611,'web','172.18.0.1',NULL),(1775,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736238616,'web','172.18.0.1',NULL),(1776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238632,'web','172.18.0.1',NULL),(1777,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',19,'u',1,51,70,19,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"13\";s:4:\"name\";s:12:\"Short Answer\";}',1736238643,'web','172.18.0.1',NULL),(1778,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238643,'web','172.18.0.1',NULL),(1779,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',2,'r',2,40,70,8,2,2,NULL,0,'N;',1736238650,'web','172.18.0.1',NULL),(1780,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,40,70,8,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"2\";}',1736238652,'web','172.18.0.1',NULL),(1781,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,40,70,8,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"2\";s:10:\"reportname\";s:8:\"overview\";}',1736238676,'web','172.18.0.1',NULL),(1782,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,40,70,8,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"2\";s:10:\"reportname\";s:8:\"overview\";}',1736238682,'web','172.18.0.1',NULL),(1783,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',177,'u',1,40,70,8,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"2\";s:9:\"attemptid\";s:1:\"1\";s:4:\"slot\";i:5;}',1736238709,'web','172.18.0.1',NULL),(1784,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,40,70,8,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"2\";s:10:\"reportname\";s:8:\"overview\";}',1736238715,'web','172.18.0.1',NULL),(1785,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',1,'r',2,40,70,8,2,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"2\";}',1736238736,'web','172.18.0.1',NULL),(1786,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,40,70,8,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"2\";}',1736238748,'web','172.18.0.1',NULL),(1787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238760,'web','172.18.0.1',NULL),(1788,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',16,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'restore','172.18.0.1',NULL),(1789,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'restore','172.18.0.1',NULL),(1790,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',20,'u',1,52,70,20,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"14\";s:4:\"name\";s:12:\"Smoke (copy)\";}',1736238767,'web','172.18.0.1',NULL),(1791,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1792,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1793,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1794,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1795,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1796,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1797,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1798,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1799,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1800,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1801,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1802,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1803,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1804,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1805,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736238767,'web','172.18.0.1',NULL),(1806,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Smoke (copy)\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736238767,'web','172.18.0.1',NULL),(1807,'\\core\\event\\course_module_created','core','created','course_module','course_modules',20,'c',1,52,70,20,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"14\";s:4:\"name\";s:12:\"Smoke (copy)\";}',1736238767,'web','172.18.0.1',NULL),(1808,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',14,'r',2,52,70,20,2,2,NULL,0,'N;',1736238769,'web','172.18.0.1',NULL),(1809,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,52,70,20,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"14\";}',1736238771,'web','172.18.0.1',NULL),(1810,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,52,70,20,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"14\";}',1736238803,'web','172.18.0.1',NULL),(1811,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',14,'r',2,52,70,20,2,2,NULL,0,'N;',1736238812,'web','172.18.0.1',NULL),(1812,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',2,'r',2,40,70,8,2,2,NULL,0,'N;',1736238817,'web','172.18.0.1',NULL),(1813,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,40,70,8,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"2\";s:10:\"reportname\";s:8:\"overview\";}',1736238820,'web','172.18.0.1',NULL),(1814,'\\core\\event\\user_graded','core','graded','user','grade_grades',3,'u',1,21,50,2,2,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"4\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:10;}',1736238892,'web','172.18.0.1',NULL),(1815,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:47.44999;}',1736238892,'web','172.18.0.1',NULL),(1816,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',160,'u',1,40,70,8,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"2\";s:9:\"attemptid\";s:1:\"1\";s:4:\"slot\";i:1;}',1736238892,'web','172.18.0.1',NULL),(1817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238906,'web','172.18.0.1',NULL),(1818,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',3,'r',2,41,70,9,2,2,NULL,0,'N;',1736238912,'web','172.18.0.1',NULL),(1819,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,41,70,9,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"3\";}',1736238914,'web','172.18.0.1',NULL),(1820,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,41,70,9,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"3\";s:10:\"reportname\";s:8:\"overview\";}',1736238916,'web','172.18.0.1',NULL),(1821,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',4,'r',2,42,70,10,2,2,NULL,0,'N;',1736238924,'web','172.18.0.1',NULL),(1822,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,42,70,10,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"4\";s:10:\"reportname\";s:8:\"overview\";}',1736238926,'web','172.18.0.1',NULL),(1823,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,4,0,NULL,0,'a:2:{s:8:\"username\";s:7:\"student\";s:6:\"reason\";i:3;}',1736238942,'web','172.18.0.1',NULL),(1824,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'a:2:{s:8:\"username\";s:7:\"student\";s:13:\"extrauserinfo\";a:0:{}}',1736238948,'web','172.18.0.1',NULL),(1825,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,23,30,4,4,0,4,0,'N;',1736238949,'web','172.18.0.1',NULL),(1826,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,23,30,4,4,0,4,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1736238950,'web','172.18.0.1',NULL),(1827,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',10,'c',2,23,30,4,4,0,4,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1736238954,'web','172.18.0.1',NULL),(1828,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,23,30,4,4,0,4,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1736238954,'web','172.18.0.1',NULL),(1829,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,23,30,4,4,0,4,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1736238954,'web','172.18.0.1',NULL),(1830,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,23,30,4,4,0,4,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1736238956,'web','172.18.0.1',NULL),(1831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'N;',1736238958,'web','172.18.0.1',NULL),(1832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,4,2,NULL,0,'N;',1736238960,'web','172.18.0.1',NULL),(1833,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',7,'r',2,21,50,2,4,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736238960,'web','172.18.0.1',NULL),(1834,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',7,'c',2,21,50,2,4,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:19;s:9:\"stepindex\";i:0;}',1736238962,'web','172.18.0.1',NULL),(1835,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736238974,'web','172.18.0.1',NULL),(1836,'\\core\\event\\course_section_created','core','created','course_section','course_sections',9,'c',1,2,50,1,2,1,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1736238974,'web','172.18.0.1',NULL),(1837,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',6,'r',0,32,30,6,2,0,6,0,'N;',1736238980,'web','172.18.0.1',NULL),(1838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736238988,'web','172.18.0.1',NULL),(1839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736238990,'web','172.18.0.1',NULL),(1840,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1736238999,'web','172.18.0.1',NULL),(1841,'\\core\\event\\role_unassigned','core','unassigned','role','role',3,'d',0,21,50,2,2,2,6,0,'a:3:{s:2:\"id\";s:1:\"5\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736239005,'web','172.18.0.1',NULL),(1842,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',5,'d',0,21,50,2,2,2,6,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"5\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"4\";s:6:\"userid\";s:1:\"6\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1736238456\";s:12:\"timemodified\";s:10:\"1736238456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736239005,'web','172.18.0.1',NULL),(1843,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,21,50,2,2,2,7,0,'a:3:{s:2:\"id\";s:1:\"6\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736239008,'web','172.18.0.1',NULL),(1844,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',6,'d',0,21,50,2,2,2,7,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"6\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"4\";s:6:\"userid\";s:1:\"7\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1736238456\";s:12:\"timemodified\";s:10:\"1736238456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736239008,'web','172.18.0.1',NULL),(1845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736239010,'web','172.18.0.1',NULL),(1846,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239032,'web','172.18.0.1',NULL),(1847,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',4,'r',2,42,70,10,2,2,NULL,0,'N;',1736239038,'web','172.18.0.1',NULL),(1848,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,42,70,10,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"4\";s:10:\"reportname\";s:8:\"overview\";}',1736239039,'web','172.18.0.1',NULL),(1849,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',4,'r',2,42,70,10,4,2,NULL,0,'N;',1736239046,'web','172.18.0.1',NULL),(1850,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',77,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:1;}',1736239063,'web','172.18.0.1',NULL),(1851,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',79,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:2;}',1736239078,'web','172.18.0.1',NULL),(1852,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',81,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:3;}',1736239087,'web','172.18.0.1',NULL),(1853,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',83,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:4;}',1736239098,'web','172.18.0.1',NULL),(1854,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',85,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:5;}',1736239108,'web','172.18.0.1',NULL),(1855,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',88,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:6;}',1736239116,'web','172.18.0.1',NULL),(1856,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',197,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:7;}',1736239124,'web','172.18.0.1',NULL),(1857,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',199,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:8;}',1736239132,'web','172.18.0.1',NULL),(1858,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',202,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:9;}',1736239139,'web','172.18.0.1',NULL),(1859,'\\core\\event\\user_graded','core','graded','user','grade_grades',7,'u',1,21,50,2,2,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"6\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:10;}',1736239145,'web','172.18.0.1',NULL),(1860,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:57.44999;}',1736239145,'web','172.18.0.1',NULL),(1861,'\\mod_quiz\\event\\question_manually_graded','mod_quiz','graded','question_manually','question',204,'u',1,42,70,10,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:1:\"4\";s:9:\"attemptid\";s:1:\"7\";s:4:\"slot\";i:10;}',1736239145,'web','172.18.0.1',NULL),(1862,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,42,70,10,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"4\";s:10:\"reportname\";s:8:\"overview\";}',1736239152,'web','172.18.0.1',NULL),(1863,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',5,'r',2,43,70,11,2,2,NULL,0,'N;',1736239160,'web','172.18.0.1',NULL),(1864,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,43,70,11,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:10:\"reportname\";s:8:\"overview\";}',1736239162,'web','172.18.0.1',NULL),(1865,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',5,'r',2,43,70,11,4,2,NULL,0,'N;',1736239170,'web','172.18.0.1',NULL),(1866,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',22,'c',2,43,70,11,4,2,4,0,'N;',1736239175,'web','172.18.0.1',NULL),(1867,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239175,'web','172.18.0.1',NULL),(1868,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239178,'web','172.18.0.1',NULL),(1869,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239178,'web','172.18.0.1',NULL),(1870,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"1\";}',1736239185,'web','172.18.0.1',NULL),(1871,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"1\";}',1736239186,'web','172.18.0.1',NULL),(1872,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239193,'web','172.18.0.1',NULL),(1873,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239193,'web','172.18.0.1',NULL),(1874,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"1\";}',1736239196,'web','172.18.0.1',NULL),(1875,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"1\";}',1736239197,'web','172.18.0.1',NULL),(1876,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"2\";}',1736239201,'web','172.18.0.1',NULL),(1877,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"2\";}',1736239201,'web','172.18.0.1',NULL),(1878,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"3\";}',1736239204,'web','172.18.0.1',NULL),(1879,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"5\";}',1736239205,'web','172.18.0.1',NULL),(1880,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',22,'u',2,43,70,11,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:1:\"5\";s:15:\"studentisonline\";b:1;}',1736239208,'web','172.18.0.1',NULL),(1881,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',22,'r',2,43,70,11,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"5\";}',1736239208,'web','172.18.0.1',NULL),(1882,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',5,'r',2,43,70,11,4,2,NULL,0,'N;',1736239214,'web','172.18.0.1',NULL),(1883,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',23,'c',2,43,70,11,4,2,4,0,'N;',1736239217,'web','172.18.0.1',NULL),(1884,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',23,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239218,'web','172.18.0.1',NULL),(1885,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',23,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239228,'web','172.18.0.1',NULL),(1886,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',23,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"0\";}',1736239228,'web','172.18.0.1',NULL),(1887,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',23,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"1\";}',1736239247,'web','172.18.0.1',NULL),(1888,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',23,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"1\";}',1736239247,'web','172.18.0.1',NULL),(1889,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',23,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"2\";}',1736239269,'web','172.18.0.1',NULL),(1890,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',23,'r',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"2\";}',1736239270,'web','172.18.0.1',NULL),(1891,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',23,'u',2,43,70,11,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"5\";s:4:\"page\";s:1:\"3\";}',1736239280,'web','172.18.0.1',NULL),(1892,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',23,'r',2,43,70,11,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"5\";}',1736239280,'web','172.18.0.1',NULL),(1893,'\\core\\event\\user_graded','core','graded','user','grade_grades',9,'u',1,21,50,2,4,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"7\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:10;}',1736239285,'web','172.18.0.1',NULL),(1894,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:59.44999;}',1736239285,'web','172.18.0.1',NULL),(1895,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',23,'u',2,43,70,11,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:1:\"5\";s:15:\"studentisonline\";b:1;}',1736239285,'web','172.18.0.1',NULL),(1896,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',23,'r',2,43,70,11,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"5\";}',1736239285,'web','172.18.0.1',NULL),(1897,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',5,'r',2,43,70,11,4,2,NULL,0,'N;',1736239290,'web','172.18.0.1',NULL),(1898,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',6,'r',2,44,70,12,2,2,NULL,0,'N;',1736239293,'web','172.18.0.1',NULL),(1899,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,44,70,12,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:10:\"reportname\";s:8:\"overview\";}',1736239295,'web','172.18.0.1',NULL),(1900,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',6,'r',2,44,70,12,4,2,NULL,0,'N;',1736239301,'web','172.18.0.1',NULL),(1901,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',24,'c',2,44,70,12,4,2,4,0,'N;',1736239304,'web','172.18.0.1',NULL),(1902,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"0\";}',1736239304,'web','172.18.0.1',NULL),(1903,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',24,'u',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"0\";}',1736239320,'web','172.18.0.1',NULL),(1904,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"0\";}',1736239320,'web','172.18.0.1',NULL),(1905,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',24,'u',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"1\";}',1736239324,'web','172.18.0.1',NULL),(1906,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"1\";}',1736239324,'web','172.18.0.1',NULL),(1907,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',24,'u',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"2\";}',1736239328,'web','172.18.0.1',NULL),(1908,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"2\";}',1736239328,'web','172.18.0.1',NULL),(1909,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',24,'u',2,44,70,12,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"6\";s:4:\"page\";s:1:\"3\";}',1736239331,'web','172.18.0.1',NULL),(1910,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"6\";}',1736239331,'web','172.18.0.1',NULL),(1911,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,21,50,2,4,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"8\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:10;}',1736239334,'web','172.18.0.1',NULL),(1912,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:65.333330000000004;}',1736239334,'web','172.18.0.1',NULL),(1913,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',24,'u',2,44,70,12,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:1:\"6\";s:15:\"studentisonline\";b:1;}',1736239334,'web','172.18.0.1',NULL),(1914,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"6\";}',1736239335,'web','172.18.0.1',NULL),(1915,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',6,'r',2,44,70,12,4,2,NULL,0,'N;',1736239339,'web','172.18.0.1',NULL),(1916,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',24,'r',2,44,70,12,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"6\";}',1736239348,'web','172.18.0.1',NULL),(1917,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',6,'r',2,44,70,12,4,2,NULL,0,'N;',1736239359,'web','172.18.0.1',NULL),(1918,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',8,'r',2,46,70,14,2,2,NULL,0,'N;',1736239366,'web','172.18.0.1',NULL),(1919,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,46,70,14,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:1:\"8\";s:10:\"reportname\";s:8:\"overview\";}',1736239368,'web','172.18.0.1',NULL),(1920,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',8,'r',2,46,70,14,4,2,NULL,0,'N;',1736239373,'web','172.18.0.1',NULL),(1921,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',25,'c',2,46,70,14,4,2,4,0,'N;',1736239375,'web','172.18.0.1',NULL),(1922,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',25,'r',2,46,70,14,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"8\";s:4:\"page\";s:1:\"0\";}',1736239375,'web','172.18.0.1',NULL),(1923,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',25,'u',2,46,70,14,4,2,4,0,'a:2:{s:6:\"quizid\";s:1:\"8\";s:4:\"page\";s:1:\"0\";}',1736239379,'web','172.18.0.1',NULL),(1924,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',25,'r',2,46,70,14,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"8\";}',1736239380,'web','172.18.0.1',NULL),(1925,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',25,'u',2,46,70,14,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:1:\"8\";s:15:\"studentisonline\";b:1;}',1736239382,'web','172.18.0.1',NULL),(1926,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',25,'r',2,46,70,14,4,2,4,0,'a:1:{s:6:\"quizid\";s:1:\"8\";}',1736239383,'web','172.18.0.1',NULL),(1927,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',8,'r',2,46,70,14,4,2,NULL,0,'N;',1736239391,'web','172.18.0.1',NULL),(1928,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',13,'r',2,51,70,19,2,2,NULL,0,'N;',1736239394,'web','172.18.0.1',NULL),(1929,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:10:\"reportname\";s:8:\"overview\";}',1736239396,'web','172.18.0.1',NULL),(1930,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',13,'r',2,51,70,19,4,2,NULL,0,'N;',1736239399,'web','172.18.0.1',NULL),(1931,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',26,'c',2,51,70,19,4,2,4,0,'N;',1736239402,'web','172.18.0.1',NULL),(1932,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"0\";}',1736239402,'web','172.18.0.1',NULL),(1933,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"0\";}',1736239412,'web','172.18.0.1',NULL),(1934,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"0\";}',1736239413,'web','172.18.0.1',NULL),(1935,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"1\";}',1736239416,'web','172.18.0.1',NULL),(1936,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"1\";}',1736239416,'web','172.18.0.1',NULL),(1937,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"2\";}',1736239418,'web','172.18.0.1',NULL),(1938,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"2\";}',1736239419,'web','172.18.0.1',NULL),(1939,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"3\";}',1736239422,'web','172.18.0.1',NULL),(1940,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"3\";}',1736239422,'web','172.18.0.1',NULL),(1941,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"4\";}',1736239425,'web','172.18.0.1',NULL),(1942,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"4\";}',1736239426,'web','172.18.0.1',NULL),(1943,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"5\";}',1736239431,'web','172.18.0.1',NULL),(1944,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"5\";}',1736239431,'web','172.18.0.1',NULL),(1945,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"6\";}',1736239435,'web','172.18.0.1',NULL),(1946,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"6\";}',1736239435,'web','172.18.0.1',NULL),(1947,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"7\";}',1736239446,'web','172.18.0.1',NULL),(1948,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',26,'r',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"7\";}',1736239447,'web','172.18.0.1',NULL),(1949,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239451,'web','172.18.0.1',NULL),(1950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239456,'web','172.18.0.1',NULL),(1951,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',17,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'restore','172.18.0.1',NULL),(1952,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'restore','172.18.0.1',NULL),(1953,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',21,'u',1,61,70,21,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"15\";s:4:\"name\";s:19:\"Short Answer (copy)\";}',1736239462,'web','172.18.0.1',NULL),(1954,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1955,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1956,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1957,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1958,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1959,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1960,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1961,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1962,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1963,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1964,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1965,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1966,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1967,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Smoke (copy)\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1968,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1969,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736239462,'web','172.18.0.1',NULL),(1970,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:19:\"Short Answer (copy)\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239462,'web','172.18.0.1',NULL),(1971,'\\core\\event\\course_module_created','core','created','course_module','course_modules',21,'c',1,61,70,21,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"15\";s:4:\"name\";s:19:\"Short Answer (copy)\";}',1736239462,'web','172.18.0.1',NULL),(1972,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',15,'r',2,61,70,21,2,2,NULL,0,'N;',1736239464,'web','172.18.0.1',NULL),(1973,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,61,70,21,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"15\";}',1736239466,'web','172.18.0.1',NULL),(1974,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',13,'r',2,51,70,19,2,2,NULL,0,'N;',1736239488,'web','172.18.0.1',NULL),(1975,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,51,70,19,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"13\";}',1736239490,'web','172.18.0.1',NULL),(1976,'\\mod_quiz\\event\\attempt_autosaved','mod_quiz','autosaved','attempt','quiz_attempts',26,'u',2,51,70,19,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"13\";s:4:\"page\";s:1:\"8\";}',1736239509,'web','172.18.0.1',NULL),(1977,'\\core\\event\\question_created','core','created','question','question',215,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736239537,'web','172.18.0.1',NULL),(1978,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',138,'c',1,61,70,21,2,2,NULL,0,'a:3:{s:6:\"quizid\";s:2:\"15\";s:10:\"slotnumber\";i:10;s:4:\"page\";i:8;}',1736239537,'web','172.18.0.1',NULL),(1979,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,61,70,21,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"15\";}',1736239537,'web','172.18.0.1',NULL),(1980,'\\mod_quiz\\event\\slot_deleted','mod_quiz','deleted','slot','quiz_slots',134,'d',1,61,70,21,2,2,NULL,0,'a:2:{s:6:\"quizid\";s:2:\"15\";s:10:\"slotnumber\";s:1:\"9\";}',1736239546,'web','172.18.0.1',NULL),(1981,'\\core\\event\\question_created','core','created','question','question',216,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736239554,'web','172.18.0.1',NULL),(1982,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,61,70,21,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"15\";}',1736239554,'web','172.18.0.1',NULL),(1983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239560,'web','172.18.0.1',NULL),(1984,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',15,'r',2,61,70,21,2,2,NULL,0,'N;',1736239566,'web','172.18.0.1',NULL),(1985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239570,'web','172.18.0.1',NULL),(1986,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',21,'u',1,61,70,21,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"15\";s:4:\"name\";s:12:\"Short Answer\";}',1736239577,'web','172.18.0.1',NULL),(1987,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239577,'web','172.18.0.1',NULL),(1988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,4,2,NULL,0,'N;',1736239579,'web','172.18.0.1',NULL),(1989,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',15,'r',2,61,70,21,4,2,NULL,0,'N;',1736239582,'web','172.18.0.1',NULL),(1990,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',27,'c',2,61,70,21,4,2,4,0,'N;',1736239584,'web','172.18.0.1',NULL),(1991,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',27,'r',2,61,70,21,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"15\";s:4:\"page\";s:1:\"0\";}',1736239584,'web','172.18.0.1',NULL),(1992,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',15,'r',2,61,70,21,2,2,NULL,0,'N;',1736239589,'web','172.18.0.1',NULL),(1993,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,61,70,21,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"15\";}',1736239591,'web','172.18.0.1',NULL),(1994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239596,'web','172.18.0.1',NULL),(1995,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',18,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'restore','172.18.0.1',NULL),(1996,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'restore','172.18.0.1',NULL),(1997,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',22,'u',1,62,70,22,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"16\";s:4:\"name\";s:19:\"Short Answer (copy)\";}',1736239603,'web','172.18.0.1',NULL),(1998,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(1999,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2000,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2001,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2002,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2003,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2004,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2005,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2006,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2007,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2008,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2009,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2010,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2011,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2012,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Smoke (copy)\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2013,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2014,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736239603,'web','172.18.0.1',NULL),(2015,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:19:\"Short Answer (copy)\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239603,'web','172.18.0.1',NULL),(2016,'\\core\\event\\course_module_created','core','created','course_module','course_modules',22,'c',1,62,70,22,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"16\";s:4:\"name\";s:19:\"Short Answer (copy)\";}',1736239603,'web','172.18.0.1',NULL),(2017,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',16,'r',2,62,70,22,2,2,NULL,0,'N;',1736239604,'web','172.18.0.1',NULL),(2018,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,62,70,22,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239606,'web','172.18.0.1',NULL),(2019,'\\core\\event\\question_created','core','created','question','question',217,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736239623,'web','172.18.0.1',NULL),(2020,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,62,70,22,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239623,'web','172.18.0.1',NULL),(2021,'\\core\\event\\question_created','core','created','question','question',218,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736239634,'web','172.18.0.1',NULL),(2022,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,62,70,22,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239634,'web','172.18.0.1',NULL),(2023,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',27,'u',2,61,70,21,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"15\";s:4:\"page\";s:1:\"0\";}',1736239639,'web','172.18.0.1',NULL),(2024,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',27,'r',2,61,70,21,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"15\";}',1736239640,'web','172.18.0.1',NULL),(2025,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,21,50,2,4,2,4,0,'a:3:{s:6:\"itemid\";s:2:\"17\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:0.83333000000000002;}',1736239643,'web','172.18.0.1',NULL),(2026,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:66.166659999999993;}',1736239643,'web','172.18.0.1',NULL),(2027,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',27,'u',2,61,70,21,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:2:\"15\";s:15:\"studentisonline\";b:1;}',1736239643,'web','172.18.0.1',NULL),(2028,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',27,'r',2,61,70,21,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"15\";}',1736239645,'web','172.18.0.1',NULL),(2029,'\\core\\event\\question_created','core','created','question','question',219,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"categoryid\";s:1:\"3\";}',1736239669,'web','172.18.0.1',NULL),(2030,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,62,70,22,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239669,'web','172.18.0.1',NULL),(2031,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239675,'web','172.18.0.1',NULL),(2032,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',22,'u',1,62,70,22,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:4:\"quiz\";s:10:\"instanceid\";s:2:\"16\";s:4:\"name\";s:12:\"Short Answer\";}',1736239685,'web','172.18.0.1',NULL),(2033,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736239685,'web','172.18.0.1',NULL),(2034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,4,2,NULL,0,'N;',1736239689,'web','172.18.0.1',NULL),(2035,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',16,'r',2,62,70,22,4,2,NULL,0,'N;',1736239692,'web','172.18.0.1',NULL),(2036,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',28,'c',2,62,70,22,4,2,4,0,'N;',1736239694,'web','172.18.0.1',NULL),(2037,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239694,'web','172.18.0.1',NULL),(2038,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239705,'web','172.18.0.1',NULL),(2039,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239705,'web','172.18.0.1',NULL),(2040,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"1\";}',1736239708,'web','172.18.0.1',NULL),(2041,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"1\";}',1736239708,'web','172.18.0.1',NULL),(2042,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"2\";}',1736239710,'web','172.18.0.1',NULL),(2043,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"2\";}',1736239711,'web','172.18.0.1',NULL),(2044,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"3\";}',1736239713,'web','172.18.0.1',NULL),(2045,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"3\";}',1736239713,'web','172.18.0.1',NULL),(2046,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"4\";}',1736239716,'web','172.18.0.1',NULL),(2047,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"4\";}',1736239716,'web','172.18.0.1',NULL),(2048,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"5\";}',1736239724,'web','172.18.0.1',NULL),(2049,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"5\";}',1736239724,'web','172.18.0.1',NULL),(2050,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"6\";}',1736239728,'web','172.18.0.1',NULL),(2051,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"6\";}',1736239728,'web','172.18.0.1',NULL),(2052,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"7\";}',1736239731,'web','172.18.0.1',NULL),(2053,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"7\";}',1736239732,'web','172.18.0.1',NULL),(2054,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"8\";}',1736239735,'web','172.18.0.1',NULL),(2055,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"8\";}',1736239735,'web','172.18.0.1',NULL),(2056,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"9\";}',1736239740,'web','172.18.0.1',NULL),(2057,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"9\";}',1736239740,'web','172.18.0.1',NULL),(2058,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:2:\"10\";}',1736239744,'web','172.18.0.1',NULL),(2059,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239745,'web','172.18.0.1',NULL),(2060,'\\core\\event\\user_graded','core','graded','user','grade_grades',34,'u',1,21,50,2,4,2,4,0,'a:3:{s:6:\"itemid\";s:2:\"18\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:10;}',1736239752,'web','172.18.0.1',NULL),(2061,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:76.166659999999993;}',1736239752,'web','172.18.0.1',NULL),(2062,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',28,'u',2,62,70,22,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:2:\"16\";s:15:\"studentisonline\";b:1;}',1736239752,'web','172.18.0.1',NULL),(2063,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',28,'r',2,62,70,22,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239752,'web','172.18.0.1',NULL),(2064,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',16,'r',2,62,70,22,4,2,NULL,0,'N;',1736239759,'web','172.18.0.1',NULL),(2065,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',29,'c',2,62,70,22,4,2,4,0,'N;',1736239761,'web','172.18.0.1',NULL),(2066,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',29,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239762,'web','172.18.0.1',NULL),(2067,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',29,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239766,'web','172.18.0.1',NULL),(2068,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',29,'r',2,62,70,22,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239767,'web','172.18.0.1',NULL),(2069,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',29,'u',2,62,70,22,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:2:\"16\";s:15:\"studentisonline\";b:1;}',1736239770,'web','172.18.0.1',NULL),(2070,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',29,'r',2,62,70,22,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239771,'web','172.18.0.1',NULL),(2071,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',16,'r',2,62,70,22,4,2,NULL,0,'N;',1736239775,'web','172.18.0.1',NULL),(2072,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',30,'c',2,62,70,22,4,2,4,0,'N;',1736239778,'web','172.18.0.1',NULL),(2073,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239778,'web','172.18.0.1',NULL),(2074,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239784,'web','172.18.0.1',NULL),(2075,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"0\";}',1736239785,'web','172.18.0.1',NULL),(2076,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"1\";}',1736239790,'web','172.18.0.1',NULL),(2077,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"1\";}',1736239790,'web','172.18.0.1',NULL),(2078,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"2\";}',1736239794,'web','172.18.0.1',NULL),(2079,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"2\";}',1736239794,'web','172.18.0.1',NULL),(2080,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"3\";}',1736239798,'web','172.18.0.1',NULL),(2081,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"3\";}',1736239798,'web','172.18.0.1',NULL),(2082,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"4\";}',1736239802,'web','172.18.0.1',NULL),(2083,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"4\";}',1736239802,'web','172.18.0.1',NULL),(2084,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"5\";}',1736239809,'web','172.18.0.1',NULL),(2085,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"5\";}',1736239810,'web','172.18.0.1',NULL),(2086,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"6\";}',1736239813,'web','172.18.0.1',NULL),(2087,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"6\";}',1736239813,'web','172.18.0.1',NULL),(2088,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"7\";}',1736239816,'web','172.18.0.1',NULL),(2089,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"7\";}',1736239816,'web','172.18.0.1',NULL),(2090,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"8\";}',1736239818,'web','172.18.0.1',NULL),(2091,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"8\";}',1736239818,'web','172.18.0.1',NULL),(2092,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"9\";}',1736239822,'web','172.18.0.1',NULL),(2093,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:1:\"9\";}',1736239823,'web','172.18.0.1',NULL),(2094,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:2:{s:6:\"quizid\";s:2:\"16\";s:4:\"page\";s:2:\"10\";}',1736239827,'web','172.18.0.1',NULL),(2095,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239827,'web','172.18.0.1',NULL),(2096,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',30,'u',2,62,70,22,4,2,4,0,'a:3:{s:11:\"submitterid\";s:1:\"4\";s:6:\"quizid\";s:2:\"16\";s:15:\"studentisonline\";b:1;}',1736239833,'web','172.18.0.1',NULL),(2097,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',30,'r',2,62,70,22,4,2,4,0,'a:1:{s:6:\"quizid\";s:2:\"16\";}',1736239834,'web','172.18.0.1',NULL),(2098,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',16,'r',2,62,70,22,4,2,NULL,0,'N;',1736239848,'web','172.18.0.1',NULL),(2099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736239859,'web','172.18.0.1',NULL),(2100,'\\core\\event\\course_backup_created','core','created','course_backup','course',1,'c',1,2,50,1,2,1,NULL,0,'a:5:{s:6:\"format\";s:7:\"moodle2\";s:4:\"mode\";i:10;s:11:\"interactive\";b:1;s:4:\"type\";s:6:\"course\";s:8:\"backupid\";s:32:\"18363146553e19d5fad179a30f343aee\";}',1736239913,'web','172.18.0.1',NULL),(2101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736239929,'web','172.18.0.1',NULL),(2102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736239930,'web','172.18.0.1',NULL),(2103,'\\core\\event\\course_backup_created','core','created','course_backup','course',2,'c',1,21,50,2,2,2,NULL,0,'a:5:{s:6:\"format\";s:7:\"moodle2\";s:4:\"mode\";i:10;s:11:\"interactive\";b:1;s:4:\"type\";s:6:\"course\";s:8:\"backupid\";s:32:\"1c97805355145550e2e6667c32e57ce0\";}',1736239968,'web','172.18.0.1',NULL),(2104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1736240041,'web','172.18.0.1',NULL); +/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti` +-- + +DROP TABLE IF EXISTS `m_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti` +-- + +LOCK TABLES `m_lti` WRITE; +/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `m_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), + KEY `m_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_access_tokens` +-- + +LOCK TABLES `m_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_coursevisible` +-- + +DROP TABLE IF EXISTS `m_lti_coursevisible`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_coursevisible` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_lticour_cou_ix` (`courseid`), + KEY `m_lticour_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_coursevisible` +-- + +LOCK TABLES `m_lti_coursevisible` WRITE; +/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_submission` +-- + +DROP TABLE IF EXISTS `m_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_submission` +-- + +LOCK TABLES `m_lti_submission` WRITE; +/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `m_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_proxies` +-- + +LOCK TABLES `m_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `m_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitoolsett_too_ix` (`toolproxyid`), + KEY `m_ltitoolsett_cou_ix` (`course`), + KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), + KEY `m_ltitoolsett_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_settings` +-- + +LOCK TABLES `m_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types` +-- + +DROP TABLE IF EXISTS `m_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), + KEY `m_ltitype_cou_ix` (`course`), + KEY `m_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types` +-- + +LOCK TABLES `m_lti_types` WRITE; +/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_categories` +-- + +DROP TABLE IF EXISTS `m_lti_types_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypecate_typ_ix` (`typeid`), + KEY `m_ltitypecate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_categories` +-- + +LOCK TABLES `m_lti_types_categories` WRITE; +/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_config` +-- + +DROP TABLE IF EXISTS `m_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_config` +-- + +LOCK TABLES `m_lti_types_config` WRITE; +/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_ltisgrad_lti_ix` (`ltilinkid`), + KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` +-- + +LOCK TABLES `m_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_matrix_room` +-- + +DROP TABLE IF EXISTS `m_matrix_room`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_matrix_room` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_matrroom_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_matrix_room` +-- + +LOCK TABLES `m_matrix_room` WRITE; +/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message` +-- + +DROP TABLE IF EXISTS `m_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message` +-- + +LOCK TABLES `m_message` WRITE; +/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_airnotifier_devices` +-- + +LOCK TABLES `m_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contact_requests` +-- + +DROP TABLE IF EXISTS `m_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `m_messcontrequ_use_ix` (`userid`), + KEY `m_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contact_requests` +-- + +LOCK TABLES `m_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contacts` +-- + +DROP TABLE IF EXISTS `m_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), + KEY `m_messcont_use_ix` (`userid`), + KEY `m_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contacts` +-- + +LOCK TABLES `m_message_contacts` WRITE; +/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `m_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvacti_use_ix` (`userid`), + KEY `m_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_actions` +-- + +LOCK TABLES `m_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_members` +-- + +DROP TABLE IF EXISTS `m_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvmemb_con_ix` (`conversationid`), + KEY `m_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_members` +-- + +LOCK TABLES `m_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversations` +-- + +DROP TABLE IF EXISTS `m_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconv_typ_ix` (`type`), + KEY `m_messconv_con_ix` (`convhash`), + KEY `m_messconv_con2_ix` (`contextid`), + KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversations` +-- + +LOCK TABLES `m_message_conversations` WRITE; +/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_email_messages` +-- + +DROP TABLE IF EXISTS `m_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messemaimess_use_ix` (`useridto`), + KEY `m_messemaimess_con_ix` (`conversationid`), + KEY `m_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_email_messages` +-- + +LOCK TABLES `m_message_email_messages` WRITE; +/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup` +-- + +DROP TABLE IF EXISTS `m_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `m_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- + +LOCK TABLES `m_message_popup` WRITE; +/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `m_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- + +LOCK TABLES `m_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_processors` +-- + +DROP TABLE IF EXISTS `m_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_processors` +-- + +LOCK TABLES `m_message_processors` WRITE; +/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; +INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); +/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_providers` +-- + +DROP TABLE IF EXISTS `m_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- + +LOCK TABLES `m_message_providers` WRITE; +/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; +INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(15,'assignment_updates','mod_assignment',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); +/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_read` +-- + +DROP TABLE IF EXISTS `m_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_messread_nottim_ix` (`notification`,`timeread`), + KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_read` +-- + +LOCK TABLES `m_message_read` WRITE; +/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_user_actions` +-- + +DROP TABLE IF EXISTS `m_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `m_messuseracti_use_ix` (`userid`), + KEY `m_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_user_actions` +-- + +LOCK TABLES `m_message_user_actions` WRITE; +/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_users_blocked` +-- + +DROP TABLE IF EXISTS `m_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `m_messuserbloc_use_ix` (`userid`), + KEY `m_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_users_blocked` +-- + +LOCK TABLES `m_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), + KEY `m_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_datakeys` +-- + +LOCK TABLES `m_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `m_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_handlers` +-- + +LOCK TABLES `m_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_messagelist` +-- + +LOCK TABLES `m_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messages` +-- + +DROP TABLE IF EXISTS `m_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `m_mess_use_ix` (`useridfrom`), + KEY `m_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messages` +-- + +LOCK TABLES `m_messages` WRITE; +/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_application` +-- + +DROP TABLE IF EXISTS `m_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_application` +-- + +LOCK TABLES `m_mnet_application` WRITE; +/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; +INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host` +-- + +DROP TABLE IF EXISTS `m_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mnethost_app_ix` (`applicationid`), + KEY `m_mnethost_las_ix` (`last_log_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- + +LOCK TABLES `m_mnet_host` WRITE; +/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; +INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host2service` +-- + +DROP TABLE IF EXISTS `m_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_host2service` +-- + +LOCK TABLES `m_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_log` +-- + +DROP TABLE IF EXISTS `m_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- + +LOCK TABLES `m_mnet_log` WRITE; +/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_remote_rpc` +-- + +LOCK TABLES `m_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_remote_service2rpc` +-- + +LOCK TABLES `m_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- + +LOCK TABLES `m_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service` +-- + +DROP TABLE IF EXISTS `m_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service` +-- + +LOCK TABLES `m_mnet_service` WRITE; +/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; +INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service2rpc` +-- + +LOCK TABLES `m_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_session` +-- + +DROP TABLE IF EXISTS `m_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetsess_tok_uix` (`token`), + KEY `m_mnetsess_use_ix` (`userid`), + KEY `m_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- + +LOCK TABLES `m_mnet_session` WRITE; +/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- + +LOCK TABLES `m_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- + +LOCK TABLES `m_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetenroenro_use_ix` (`userid`), + KEY `m_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_modules` +-- + +DROP TABLE IF EXISTS `m_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_modules` +-- + +LOCK TABLES `m_modules` WRITE; +/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; +INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); +/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_moodlenet_share_progress` +-- + +DROP TABLE IF EXISTS `m_moodlenet_share_progress`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_moodlenet_share_progress` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL, + `courseid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_moodlenet_share_progress` +-- + +LOCK TABLES `m_moodlenet_share_progress` WRITE; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_my_pages` +-- + +DROP TABLE IF EXISTS `m_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_my_pages` +-- + +LOCK TABLES `m_my_pages` WRITE; +/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; +INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0),(5,4,'__default',1,0),(6,6,'__default',0,0); +/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_notifications` +-- + +DROP TABLE IF EXISTS `m_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_noti_use_ix` (`useridfrom`), + KEY `m_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_notifications` +-- + +LOCK TABLES `m_notifications` WRITE; +/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), + KEY `m_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_access_token` +-- + +LOCK TABLES `m_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `m_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_oautendp_iss_ix` (`issuerid`), + KEY `m_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_endpoint` +-- + +LOCK TABLES `m_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `m_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_issuer` +-- + +LOCK TABLES `m_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `m_oautrefrtoke_iss_ix` (`issuerid`), + KEY `m_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_refresh_token` +-- + +LOCK TABLES `m_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `m_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), + KEY `m_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- + +LOCK TABLES `m_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `m_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_user_field_mapping` +-- + +LOCK TABLES `m_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_page` +-- + +DROP TABLE IF EXISTS `m_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_page_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- + +LOCK TABLES `m_page` WRITE; +/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; +INSERT INTO `m_page` VALUES (1,2,'Filter test: Page render validations','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨24px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»y«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»

',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»2«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Tahoma¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»


',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',3,1711023907),(2,2,'Filter test: Page render validations - LaTeX','

$$\\sqrt{x+2}$$


',1,'

$$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',2,1711024006),(3,2,'Filter test: Page render validations - Wiris formulas + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mroot»«mroot»«mroot»«mroot»«mi»x«/mi»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«/math»

LaTeX formula: $$\\sqrt{x+2}$$


',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

LaTeX formula: $$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1711024082),(4,2,'Filter test: Page render validations - Wiris RTL','

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,'

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1729524109); +/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_paygw_paypal` +-- + +DROP TABLE IF EXISTS `m_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_paygw_paypal` +-- + +LOCK TABLES `m_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_accounts` +-- + +DROP TABLE IF EXISTS `m_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_accounts` +-- + +LOCK TABLES `m_payment_accounts` WRITE; +/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_gateways` +-- + +DROP TABLE IF EXISTS `m_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_gateways` +-- + +LOCK TABLES `m_payment_gateways` WRITE; +/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payments` +-- + +DROP TABLE IF EXISTS `m_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_paym_gat_ix` (`gateway`), + KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `m_paym_use_ix` (`userid`), + KEY `m_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payments` +-- + +LOCK TABLES `m_payments` WRITE; +/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_instance` +-- + +LOCK TABLES `m_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstconf_nam_ix` (`name`), + KEY `m_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_config` +-- + +LOCK TABLES `m_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstuser_ins_ix` (`instance`), + KEY `m_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_user` +-- + +LOCK TABLES `m_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_log` +-- + +DROP TABLE IF EXISTS `m_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portlog_use_ix` (`userid`), + KEY `m_portlog_por_ix` (`portfolio`), + KEY `m_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- + +LOCK TABLES `m_portfolio_log` WRITE; +/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portmahaqueu_tok_ix` (`token`), + KEY `m_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_mahara_queue` +-- + +LOCK TABLES `m_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `m_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_porttemp_use_ix` (`userid`), + KEY `m_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- + +LOCK TABLES `m_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_post` +-- + +DROP TABLE IF EXISTS `m_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), + KEY `m_post_las_ix` (`lastmodified`), + KEY `m_post_mod_ix` (`module`), + KEY `m_post_sub_ix` (`subject`), + KEY `m_post_use_ix` (`usermodified`), + KEY `m_post_cou_ix` (`courseid`), + KEY `m_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- + +LOCK TABLES `m_post` WRITE; +/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_profiling` +-- + +DROP TABLE IF EXISTS `m_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_prof_run_uix` (`runid`), + KEY `m_prof_urlrun_ix` (`url`,`runreference`), + KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_profiling` +-- + +LOCK TABLES `m_profiling` WRITE; +/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- + +LOCK TABLES `m_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- + +LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext_drops` +-- + +LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- + +LOCK TABLES `m_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drags` +-- + +LOCK TABLES `m_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drops` +-- + +LOCK TABLES `m_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `m_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essay_options` +-- + +LOCK TABLES `m_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; +INSERT INTO `m_qtype_essay_options` VALUES (1,77,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(2,78,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(3,79,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(4,80,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(5,81,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(6,82,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(7,83,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(8,84,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(9,85,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(10,86,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(11,87,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(12,88,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(13,159,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(14,160,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(15,161,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(16,162,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(17,195,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(18,196,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,NULL),(19,197,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,''),(20,198,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,NULL),(21,199,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,''),(22,200,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,NULL),(23,201,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(24,202,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(25,203,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,NULL),(26,204,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,''),(27,210,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''); +/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essaywiris_backup` +-- + +LOCK TABLES `m_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_options` +-- + +DROP TABLE IF EXISTS `m_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- + +LOCK TABLES `m_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; +INSERT INTO `m_qtype_match_options` VALUES (1,98,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(2,99,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(3,100,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(4,101,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(5,102,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(6,103,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(7,104,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(8,105,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(9,106,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(10,107,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(11,108,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(12,109,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(13,110,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(14,111,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(15,112,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(16,113,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(17,163,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(18,164,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1); +/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_match_subquestions` +-- + +LOCK TABLES `m_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; +INSERT INTO `m_qtype_match_subquestions` VALUES (1,98,'

1

',1,'#a'),(2,98,'

2

',1,'#b'),(3,98,'

3

',1,'#c'),(4,99,'

1

',1,'#a'),(5,99,'

2

',1,'#b'),(6,99,'

3

',1,'#c'),(7,100,'

1

',1,'#a'),(8,100,'

2

',1,'#b'),(9,100,'

3

',1,'#c'),(10,101,'

1

',1,'#a'),(11,101,'

2

',1,'#b'),(12,101,'

3

',1,'#c'),(13,102,'

1

',1,'#a'),(14,102,'

2

',1,'#b'),(15,102,'

3

',1,'#c'),(16,103,'

1

',1,'#a'),(17,103,'

2

',1,'#b'),(18,103,'

3

',1,'#c'),(19,104,'

1

',1,'#a'),(20,104,'

2

',1,'#b'),(21,104,'

3

',1,'#c'),(22,105,'

1

',1,'#a'),(23,105,'

2

',1,'#b'),(24,105,'

3

',1,'#c'),(25,106,'

1

',1,'#a'),(26,106,'

2

',1,'#b'),(27,106,'

3

',1,'#c'),(28,107,'

1

',1,'#a'),(29,107,'

2

',1,'#b'),(30,107,'

3

',1,'#c'),(31,107,'

4

',1,'#d'),(32,107,'

5

',1,'#e'),(33,107,'

6

',1,'#f'),(34,108,'

1

',1,'#a'),(35,108,'

2

',1,'#b'),(36,108,'

3

',1,'#c'),(37,108,'

4

',1,'#d'),(38,108,'

5

',1,'#e'),(39,108,'

6

',1,'#f'),(40,109,'

1

',1,'#a'),(41,109,'

2

',1,'#b'),(42,109,'

3

',1,'#c'),(43,109,'

4

',1,'#d'),(44,109,'

5

',1,'#e'),(45,109,'

6

',1,'#f'),(46,110,'

1

',1,'#a'),(47,110,'

2

',1,'#b'),(48,110,'

3

',1,'#c'),(49,111,'

1

',1,'#a'),(50,111,'

2

',1,'#b'),(51,111,'

3

',1,'#c'),(52,112,'

1

',1,'#a'),(53,112,'

2

',1,'#b'),(54,112,'

3

',1,'#c'),(55,113,'

1

',1,'a'),(56,113,'

2

',1,'b'),(57,113,'

3

',1,'c'),(58,163,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(59,163,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(60,163,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(61,163,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(62,163,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'),(63,164,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(64,164,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(65,164,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(66,164,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(67,164,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'); +/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_multichoice_options` +-- + +LOCK TABLES `m_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; +INSERT INTO `m_qtype_multichoice_options` VALUES (1,23,0,1,0,'',1,'',1,'',1,'0',0,0),(2,28,0,1,0,'',1,'',1,'',1,'0',0,0),(3,31,0,1,0,'',1,'',1,'',1,'0',0,0),(4,35,0,1,0,'',1,'',1,'',1,'0',0,0),(5,36,0,1,1,'',1,'',1,'',1,'0',0,0),(6,37,2,1,0,'',1,'',1,'',1,'0',0,0),(7,38,2,1,1,'',1,'',1,'',1,'0',0,0),(8,39,1,1,0,'',1,'',1,'',1,'0',0,0),(9,40,1,1,1,'',1,'',1,'',1,'0',0,0),(10,44,0,1,0,'',1,'',1,'',1,'0',0,0),(11,46,0,1,0,'',1,'',1,'',1,'0',0,0),(12,47,0,1,1,'',1,'',1,'',1,'0',0,0),(13,48,2,1,0,'',1,'',1,'',1,'0',0,0),(14,49,2,1,1,'',1,'',1,'',1,'0',0,0),(15,50,1,1,0,'',1,'',1,'',1,'0',0,0),(16,51,1,1,1,'',1,'',1,'',1,'0',0,0),(17,54,0,1,0,'',1,'',1,'',1,'0',0,0),(18,58,0,1,0,'',1,'',1,'',1,'0',0,0),(19,61,0,1,0,'',1,'',1,'',1,'0',0,0),(20,114,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(21,115,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(22,116,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(23,117,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(24,118,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(25,119,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(26,120,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(27,121,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(28,122,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(29,123,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(30,124,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(31,125,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(32,168,0,1,1,'',1,'',1,'',1,'0',0,0),(33,172,0,1,0,'',1,'',1,'',1,'0',0,0),(34,175,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(35,176,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(36,194,0,1,0,'',1,'',1,'',1,'0',0,0); +/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ordering_options` +-- + +DROP TABLE IF EXISTS `m_qtype_ordering_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ordering_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layouttype` tinyint NOT NULL DEFAULT '0', + `selecttype` tinyint NOT NULL DEFAULT '0', + `selectcount` smallint NOT NULL DEFAULT '2', + `gradingtype` tinyint NOT NULL DEFAULT '0', + `showgrading` tinyint NOT NULL DEFAULT '0', + `numberingstyle` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypordeopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for ordering questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ordering_options` +-- + +LOCK TABLES `m_qtype_ordering_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_ordering_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ordering_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_randomsamatch_options` +-- + +LOCK TABLES `m_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_shortanswer_options` +-- + +LOCK TABLES `m_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; +INSERT INTO `m_qtype_shortanswer_options` VALUES (1,1,0),(2,2,0),(3,3,0),(4,4,0),(5,5,0),(6,6,0),(7,7,0),(8,8,0),(9,9,0),(10,10,0),(11,11,0),(12,12,0),(13,13,0),(14,14,0),(15,15,0),(16,16,0),(17,17,0),(18,21,0),(19,22,0),(20,26,0),(21,27,0),(22,32,0),(23,43,0),(24,45,0),(25,52,0),(26,53,0),(27,55,0),(28,56,0),(29,57,0),(30,59,0),(31,60,0),(32,62,0),(33,63,0),(34,64,0),(35,65,0),(36,66,0),(37,67,0),(38,68,0),(39,69,0),(40,70,0),(41,71,0),(42,72,0),(43,73,0),(44,74,0),(45,75,0),(46,76,0),(47,126,0),(48,127,0),(49,128,0),(50,129,0),(51,130,0),(52,131,0),(53,132,0),(54,133,0),(55,134,0),(56,135,0),(57,136,0),(58,137,0),(59,138,0),(60,139,0),(61,140,0),(62,141,0),(63,142,0),(64,143,0),(65,144,0),(66,145,0),(67,146,0),(68,147,0),(69,148,0),(70,149,0),(71,150,0),(72,151,0),(73,152,0),(74,153,0),(75,154,0),(76,155,0),(77,156,0),(78,157,0),(79,158,0),(80,166,0),(81,171,0),(82,174,0),(83,177,0),(84,178,0),(85,179,0),(86,180,0),(87,181,0),(88,182,0),(89,183,0),(90,184,0),(91,185,0),(92,186,0),(93,187,0),(94,188,0),(95,189,0),(96,190,0),(97,193,0),(98,205,0),(99,206,0),(100,207,0),(101,208,0),(102,209,0),(103,211,0),(104,212,0),(105,213,0),(106,214,0),(107,215,0),(108,216,0),(109,217,0),(110,218,0),(111,219,0); +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq` +-- + +DROP TABLE IF EXISTS `m_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `m_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq` +-- + +LOCK TABLES `m_qtype_wq` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; +INSERT INTO `m_qtype_wq` VALUES (1,1,'adeu]]>.,\'truefalse0.001falsetruehello]]>','hash','options'),(2,2,'adeu]]>.,\'truefalse0falsetruehello]]>','hash','options'),(3,3,'x+1x-1.,\'0.001falsetrue','hash','options'),(4,4,'x+1x-1.,\'0.001falsetrue','hash','options'),(5,5,'x+1.,\'0.001falsetruepopupEditor','hash','options'),(6,6,'x+1.,\'0.001falsetruetextField','hash','options'),(7,7,'x+1.,\'0.001falsetruetextField','hash','options'),(8,8,'x+1.,\'0.001falsetrue]]>','hash','options'),(9,9,'x+1.,\'0.001falsetrue]]>','hash','options'),(10,10,'x+1x-1.,\'0.001falsetrue','hash','options'),(11,11,'x+1x-1.,\'0.001falsetrue','hash','options'),(12,12,'2/4.,\'','hash','options'),(13,13,'2/4.,\'','hash','options'),(14,14,'x+1.,\'','hash','options'),(15,15,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>S1=#s1falsefalsetextField','hash','options'),(16,16,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(17,17,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(18,18,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruepopupEditortextField','hash','options'),(19,19,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(20,20,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(21,24,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(22,25,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(23,29,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(24,30,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(25,33,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(26,34,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(27,41,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(28,42,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(29,62,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0,2,4,6,8L2=1,3,5,7,9M=123456789]]>#L10.001falsetrue','hash','options'),(30,63,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse;en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0;2;4;6;8L2=1;3;5;7;9M=123456789]]>#L10.001falsetrue','hash','options'),(31,64,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0 2 4 6 8L2=1 3 5 7 9M=123456789]]>#L10.001falsetrue','hash','options'),(32,65,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditorand','hash','options'),(33,66,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(34,67,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>x =5y =10z = 15]]>0.001falsetrue0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(35,68,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x):=prime?xxprime?x{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>2gftruefalse0.001','hash','options'),(36,69,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>credit1=00credit2=00credit3=00decrease_mark=0.50.5gf(x):=beginif remainderx,7 == 2 thencredit1=0.4decrease_mark=1endif remainderx,2 == 0 thencredit2=0.3·decrease_markendif remainderx,40 thencredit3=0.3·decrease_markendc=credit1+credit2+credit3return cend{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>58truefalse0.001','hash','options'),(37,70,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x,y):=prime?x, prime?yx,yprime?x,prime?y{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>p1 = 2p2 = 3]]>truefalse0.001gftruepopupEditorand','hash','options'),(38,71,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>parameter answer = 0{53,117,183}2curve1plotter1"1"x-2x+3plotter1{186,72,72}2curve2plotter1"2"answerplotter1xx2x6\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"curve2\",\"value_content\":\"x0\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"2\",\"external\":true,\"ref\":\"curve2\"}],\"id\":\"plotter1\",\"aspect_ratio\":0.9955555555555555,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.09375,\"grid_subdivisions\":2}],\"handwriting\":[]}]]]]>]]>(x-2)(x+3)0.001falsetrue','hash','options'),(39,72,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x1=1x2=2]]>0.001falsetruetruepopupEditor','hash','options'),(40,73,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>5%0.001falsetrue','hash','options'),(41,74,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>1000.001falsetrue200]]>','hash','options'),(42,75,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruepopupEditorsin x]]>','hash','options'),(43,76,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruetextFieldsin x','hash','options'),(44,77,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(45,78,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(46,79,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(47,80,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(48,81,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(49,82,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(50,83,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(51,84,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(52,85,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(53,86,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(54,87,'','hash','options'),(55,88,'\n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Untitled calc</mtext>\n </math>\n \n \n en\n \n \n \n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Sheet 1</mtext>\n </math>\n \n \n # Automatically generated by WirisQuizzes.\ns1 = random(2, 4);\ns2 = random(5, 7);\ns3 = random(8, 10);\n \n \n \n \n]]>evaluate]]>0.001falsetrue','hash','options'),(56,89,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash',''),(57,90,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(58,91,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(59,92,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(60,93,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(61,94,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(62,95,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(63,96,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(64,97,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(65,98,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalse','hash','options'),(66,99,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(67,100,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(68,101,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalsefalse','hash','options'),(69,102,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(70,103,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(71,104,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetruefalsetrue','hash','options'),(72,105,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(73,106,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(74,107,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','options'),(75,108,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(76,109,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(77,110,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrue','hash','options'),(78,111,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(79,112,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(80,113,'','hash','options'),(81,114,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(82,115,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(83,116,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(84,117,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(85,118,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(86,119,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(87,120,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(88,121,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(89,122,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(90,123,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(91,124,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(92,125,'','hash','options'),(93,126,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = "WirisQuizzes"\nb = "for Moodle"]]>#afalsefalsetextFieldInitial content test #a','hash','options'),(94,127,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextFieldInitial content test','hash','options'),(95,128,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextField','hash','options'),(96,129,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(97,130,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(98,131,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(99,132,'["a"]inlineGraphfalseand','hash','options'),(100,133,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>','hash','options'),(101,134,'["c"]inlineGraphfalseand','hash','options'),(102,135,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>never','hash','options'),(103,136,'["e"]1.092981724275775inlineGraphfalseand','hash','options'),(104,137,'Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphtrueHola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[3.3157894736842124,6.163967611336033],\"text\":\"Adéu\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(105,138,'inlineGraphtrue','hash','options'),(106,139,'5.25inlineGraphtrue','hash','options'),(107,140,'["a"]inlineGraphfalseand','hash','options'),(108,141,'["b"]inlineGraphfalseand','hash','options'),(109,142,'inlineGraphfalse','hash','options'),(110,143,'y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["f"]inlineGraphfalseandy=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[23.210526315789465,-24.273279352226716],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"}],\"id\":\"\",\"center\":[12.625506072874495,7.481781376518223],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(111,144,'["c"]inlineGraphfalseand','hash','options'),(112,145,'["c"]inlineGraphfalseand','hash','options'),(113,146,'y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["d"]inlineGraphfalseandy=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-15.966666666666661,6.141666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(114,147,'inlineGraphfalseand','hash','options'),(115,148,'["c"]0inlineGraphfalseand','hash','options'),(116,149,'inlineGraphtrue','hash','options'),(117,150,'inlineGraphtrue','hash','options'),(118,151,'["m"]inlineGraphfalseand','hash','options'),(119,152,'["f","a","b","c","d","e"]["f","a","b","c","d","e"]["f","a","b","c","d","e"]inlineGraphtrueand','hash','options'),(120,153,'["a","b","c","d","e"]["a","b","c","d","e","A","B","C","D","E"]inlineGraphtrueand','hash','options'),(121,154,'["b"]inlineGraphfalseand','hash','options'),(122,155,'["a","b","c","d","e"]inlineGraphtruedistribute10 10 25 50 5','hash','options'),(123,156,'x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphfalse','hash','options'),(124,157,'inlineGraphtrue','hash','options'),(125,158,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChartinlineGraphlabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(126,159,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(127,160,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(128,161,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(129,162,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(130,163,'','hash','options'),(131,164,'','hash','options'),(132,165,'textField','hash','options'),(133,167,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,83b=random2..6/a3c=maxa,b3d=mina,b{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001textField','hash','options'),(134,169,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(135,170,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(136,173,']]>0.001popupEditor]]>textField','hash','options'),(137,175,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(138,176,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(139,177,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(140,178,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(141,179,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(142,180,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(143,181,'23textField','hash','options'),(144,182,'23textField','hash','options'),(145,183,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(146,184,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(147,185,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(148,186,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(149,187,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(150,188,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(151,189,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(152,190,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(153,191,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(154,192,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(155,195,'','hash','options'),(156,196,'','hash','options'),(157,197,'','hash','options'),(158,198,'','hash','options'),(159,199,'','hash','options'),(160,200,'','hash','options'),(161,201,'','hash','options'),(162,202,'','hash','options'),(163,203,'','hash','options'),(164,204,'','hash','options'),(165,205,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p=plotter1plotter2d1]]>1.,\'0.001falsetrue','hash','options'),(166,206,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(167,207,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(168,208,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(169,209,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(170,210,'.,\'','hash','options'),(171,211,'["a"]inlineGraphfalseand','',''),(172,212,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','',''),(173,213,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','',''),(174,214,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>pieChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','',''),(175,215,'["a","A","B"]inlineGraphtrue','',''),(176,216,'["a","A","B"]inlineGraphtrue','',''),(177,217,'2/4.,\'','',''),(178,218,'x+1.,\'','',''),(179,219,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>#s1falsefalsetextField','',''); +/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `m_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq_variables` +-- + +LOCK TABLES `m_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; +INSERT INTO `m_qtype_wq_variables` VALUES (1,'wiris_maxconnections','azh'); +/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question` +-- + +DROP TABLE IF EXISTS `m_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_ques_qty_ix` (`qtype`), + KEY `m_ques_par_ix` (`parent`), + KEY `m_ques_cre_ix` (`createdby`), + KEY `m_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question` +-- + +LOCK TABLES `m_question` WRITE; +/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; +INSERT INTO `m_question` VALUES (1,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082554+4KbwKA',1727339154,1727339154,2,2),(2,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082618+6WjKb7',1727339178,1727339178,2,2),(3,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120082826+0buqce',1732091306,1732091306,2,2),(4,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083149+7EiEDB',1732091509,1732091509,2,2),(5,0,'Equation - Validate input method Math editor in a popup','

Test to validate math editor in a popup

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083347+YJWFXh',1732091627,1732091627,2,2),(6,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083634+Xg4Hh5',1732091794,1732091794,2,2),(7,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083643+Etdxqe',1732091803,1732091803,2,2),(8,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083746+gBdoX7',1732091866,1732091866,2,2),(9,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083949+Oz9lyt',1732091989,1732091989,2,2),(10,0,'Equation - Grading functions','

Test to validate equation grading functions

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084851+zSv2ev',1732092531,1732092531,2,2),(11,0,'Equation - Grading functions','

Test to validate equation grading functions

S1 = x+1 (100%)

S2 = x-1 (20%)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084921+XLY4eT',1732092561,1732092561,2,2),(12,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085546+F5230N',1732092946,1732092946,2,2),(13,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085656+z5BqJO',1732093016,1732093016,2,2),(14,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085914+uF7nuW',1732093154,1732093154,2,2),(15,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120103118+CdeIML',1732098678,1732098678,2,2),(16,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112607+h8UfUB',1732101967,1732101967,2,2),(17,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112931+tTMblP',1732102171,1732102171,2,2),(18,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+ocSqVI',1727275591,1727275591,3,3),(19,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074627+8ayycR',1732088787,1732088787,2,2),(20,0,'Cloze - Random variables (s3) + Popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074658+QGwe4X',1732088818,1732088818,2,2),(21,18,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+kTQdHq',1727275591,1727275591,3,3),(22,18,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+09R7bC',1727275591,1727275591,3,3),(23,18,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+Gw5BfM',1727275591,1727275591,3,3),(24,0,'Answer input field - Plain text','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+zHJw68',1727275591,1727275591,3,3),(25,0,'Cloze - Validate Cloze question with Plain text as Answer input field','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074308+XEuz0f',1732088588,1732088588,2,2),(26,24,'Answer input field - Plain text','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+3tnFwu',1727275591,1727275591,3,3),(27,24,'Answer input field - Plain text','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+HVDlSe',1727275591,1727275591,3,3),(28,24,'Answer input field - Plain text','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+XYKfTy',1727275591,1727275591,3,3),(29,0,'Cloze - Combining embedded Short Answer and Multichoice questions','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+Hng3Rr',1727275591,1727275591,3,3),(30,0,'Cloze - Validate MC and SA embedded questions are compatible within the same question','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074206+h2m8jA',1732088526,1732088526,2,2),(31,29,'Cloze - Combining embedded Short Answer and Multichoice questions','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+MVyL5U',1727275591,1727275591,3,3),(32,29,'Cloze - Combining embedded Short Answer and Multichoice questions','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+REwTHm',1727275591,1727275591,3,3),(33,0,'Cloze - Embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+gWJF3Z',1727275591,1727275591,3,3),(34,0,'Cloze - Validate Cloze question embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074224+NniBub',1732088544,1732088544,2,2),(35,33,'Cloze - Embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+rQfbuG',1727275591,1727275591,3,3),(36,33,'Cloze - Embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+7k6vA4',1727275591,1727275591,3,3),(37,33,'Cloze - Embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+IS6deN',1727275591,1727275591,3,3),(38,33,'Cloze - Embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+n23yZl',1727275591,1727275591,3,3),(39,33,'Cloze - Embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+z0PBxO',1727275591,1727275591,3,3),(40,33,'Cloze - Embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+toUmLc',1727275591,1727275591,3,3),(41,0,'Cloze - Embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+VOixhN',1727275591,1727275591,3,3),(42,0,'Cloze - Validate Cloze question embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074334+eU2KQk',1732088614,1732088614,2,2),(43,41,'Cloze - Embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+541WQU',1727275591,1727275591,3,3),(44,30,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074206+seDutt',1732088526,1732088526,2,2),(45,30,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074206+TzbhIG',1732088526,1732088526,2,2),(46,34,'Cloze - Validate Cloze question embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cyUDuD',1732088544,1732088544,2,2),(47,34,'Cloze - Validate Cloze question embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+3Tkdil',1732088544,1732088544,2,2),(48,34,'Cloze - Validate Cloze question embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cnDdqu',1732088544,1732088544,2,2),(49,34,'Cloze - Validate Cloze question embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+2bJsrr',1732088544,1732088544,2,2),(50,34,'Cloze - Validate Cloze question embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+H69zeA',1732088544,1732088544,2,2),(51,34,'Cloze - Validate Cloze question embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+59e8Cn',1732088544,1732088544,2,2),(52,25,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+5iWkoE',1732088588,1732088588,2,2),(53,25,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+ni0ffM',1732088588,1732088588,2,2),(54,25,'Cloze - Validate Cloze question with Plain text as Answer input field','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074308+Bq5JnQ',1732088588,1732088588,2,2),(55,42,'Cloze - Validate Cloze question embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074334+hQ46uM',1732088614,1732088614,2,2),(56,19,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+QhOTZi',1732088787,1732088787,2,2),(57,19,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+WoGKR3',1732088787,1732088787,2,2),(58,19,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074627+G8cYU1',1732088787,1732088787,2,2),(59,20,'Cloze - Random variables (s3) + Popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+wAloXO',1732088818,1732088818,2,2),(60,20,'Cloze - Random variables (s3) + Popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+F8KJwI',1732088818,1732088818,2,2),(61,20,'Cloze - Random variables (s3) + Popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074658+fHcdVS',1732088818,1732088818,2,2),(62,0,'Generating tables from lists - Comma as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+1kRkmO',1727275591,1727275591,3,3),(63,0,'Generating tables from lists - Semicolon as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+WOwgrQ',1727275591,1727275591,3,3),(64,0,'Generating tables from lists - Space as list element separator (copy)','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+w24mLd',1727275591,1727275591,3,3),(65,0,'Compound answer - All answers must be correct','

Test: Compound answer with All answers must be correct option.

Correct answer is 

x = 5 

y = 10 

z = 15

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+eGtAT0',1727275591,1727275591,3,3),(66,0,'Compound answer - Distributed grades','

Test: Compound answer with distributed grades.

Correct answer is 

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+X5GNUZ',1727275591,1727275591,3,3),(67,0,'Compound answer - Multiple answers (any answer)','

Test: Compound answer with multiple answers. 

Ticket: https://wiris.kanbanize.com/ctrl_board/17/cards/20589/details/ 

Answer 1

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

Answer 2

wiris - This answer is configured to be evaluated as Any answer.


',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+ZrGDVJ',1727275591,1727275591,3,3),(68,0,'Basic grading function','

Test: test a basic grading function. The defined function is #gf(x) which is true if the inserted number is prime and false otherwise.

The mark of the question must be:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+OyPIjI',1727275591,1727275591,3,3),(69,0,'Custom marks','

Test: this question uses a grading function with several outputs.

Question: M is a number whose ramainder is 2 when divided by 7. It is also divisible by 2, but not by 4. Give a possible value of M.

Examples:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+qvGXUF',1727275591,1727275591,3,3),(70,0,'Grading functions on a compound answer','

Test: custom grading functions on compound answers. Insert two prime numbers. The grading function is gf(x,y)=[prime?(x), prime?(y)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+VOoULx',1727275591,1727275591,3,3),(71,0,'Comparing graphical student answer','

Test: Check parameter answer when it stores a plotter.

Question: Write a monomic polynomial of degree two with roots 2 and -3.

',1,'

The correct answer is in blue, your answer in red.

#plotter1

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+vvaL9H',1727275591,1727275591,3,3),(72,0,'Generate steps to solve the problem','

Test: testing parameter answer variable to generate steps to solve the problem in the answer feedback. Answer is 1 and 2, in this order.

Question: Find the roots of the polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»3«/mn»«mi»x«/mi»«mo»+«/mo»«mn»2«/mn»«/math»

',1,'To find the roots of a polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»+«/mo»«mi»b«/mi»«mo»§#183;«/mo»«mi»x«/mi»«mo»+«/mo»«mi»c«/mi»«/math» you have to use the following formula:
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfrac»«mrow»«mo»-«/mo»«mi»b«/mi»«mo»§#177;«/mo»«msqrt»«msup»«mi»b«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mi»c«/mi»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«/math»
Thus, with «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»b«/mi»«mo»=«/mo»«mo»-«/mo»«mn»3«/mn»«/math» and «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»c«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mn»2«/mn»«/math»
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«msqrt»«msup»«mrow»«mo»(«/mo»«mo»-«/mo»«mn»3«/mn»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mn»2«/mn»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«mn»1«/mn»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mo»{«/mo»«mn»1«/mn»«mo»,«/mo»«mn»2«/mn»«mo»}«/mo»«/math»
',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144637+bDGcAy',1727275597,1727275597,3,3),(73,0,'Parameter answer with percent symbol','

Test: parameter answer with percent symbol. Check it renders. Correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»5«/mn»«mo»%«/mo»«/math»

',1,'

This is the student answer: #answer

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+3U0BHk',1727275598,1727275598,3,3),(74,0,'Math editor embedded','

Test: Validate input method Math editor embedded

Initial content: 200

Correct answer: 100

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+Z61krd',1727275598,1727275598,3,3),(75,0,'Math editor in a popup','

Test: Validate input method Math editor in a popup

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+w0sTYf',1727275598,1727275598,3,3),(76,0,'Plain text','

Test: Validate input method Plain text

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+YPXiSS',1727275598,1727275598,3,3),(77,0,'Essay display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+kLXKCG',1727275598,1727275598,3,3),(78,0,'Essay - display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141932+J0TRrw',1733235572,1733235572,2,2),(79,0,'Essay display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+eXylYS',1727275598,1727275598,3,3),(80,0,'Essay - display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141943+1mzFGX',1733235583,1733235583,2,2),(81,0,'Essay display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+v9cSGP',1727275598,1727275598,3,3),(82,0,'Essay - display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141952+POYZEq',1733235592,1733235592,2,2),(83,0,'Essay replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+X2E7Qw',1727275598,1727275598,3,3),(84,0,'Essay - replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142001+H9OpeY',1733235601,1733235601,2,2),(85,0,'Essay replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+BpqV5V',1727275598,1727275598,3,3),(86,0,'Essay - replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142015+aOcXTd',1733235615,1733235615,2,2),(87,0,'Simple Essay question','

Test: Validate Essay question type works

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+s4KetD',1727275598,1727275598,3,3),(88,0,'Essay - Random Variables','s1= #s1
s2 =#s2
s3= #s3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241120074936+7Rhlm8',1732088976,1732088976,2,2),(89,0,'Simple True or False question','

Test: true or false question type works.

Is QA the best team ever?

Answer: true

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+AAKfuA',1727275598,1727275598,3,3),(90,0,'True or False Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+WgIEPe',1727275598,1727275598,3,3),(91,0,'True or False - Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142441+KVXviN',1733235881,1733235881,2,2),(92,0,'True or False display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+kLQDkw',1727275598,1727275598,3,3),(93,0,'True or False - display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142452+CpEaDG',1733235892,1733235892,2,2),(94,0,'True or False display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+1WGktT',1727275598,1727275598,3,3),(95,0,'True or False - display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142515+hOUTsy',1733235915,1733235915,2,2),(96,0,'True or False question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+lHzm0e',1727275598,1727275598,3,3),(97,0,'True or False - question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142502+FxbqbR',1733235902,1733235902,2,2),(98,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+yzNWRF',1727275598,1727275598,3,3),(99,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134714+4Sa9G8',1733233634,1733233634,2,2),(100,0,'Matching - question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142210+QbniNX',1733235730,1733235730,2,2),(101,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+8NC3T6',1727275598,1727275598,3,3),(102,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134747+EcD9n7',1733233667,1733233667,2,2),(103,0,'Matching - question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142222+Fv9igJ',1733235742,1733235742,2,2),(104,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+JWGI0d',1727275598,1727275598,3,3),(105,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134850+sfhnP8',1733233730,1733233730,2,2),(106,0,'Matching - question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142251+857fcu',1733235771,1733235771,2,2),(107,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+stZNPD',1727275598,1727275598,3,3),(108,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134825+99bXOd',1733233705,1733233705,2,2),(109,0,'Matching - question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142236+1SVpg0',1733235756,1733235756,2,2),(110,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+PurKaA',1727275598,1727275598,3,3),(111,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134637+HQM8xU',1733233597,1733233597,2,2),(112,0,'Matching - question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142156+RjT3hV',1733235716,1733235716,2,2),(113,0,'Simple Matching Question','

Test: Validate Matching Question type works

Answers: 

1 - a

2 - b

3 - c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+1fi15h',1727275598,1727275598,3,3),(114,0,'Multichoice display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+9p5Agr',1727275598,1727275598,3,3),(115,0,'Multichoice - display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142321+E2RYzZ',1733235801,1733235801,2,2),(116,0,'Multichoice display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+kvh9uE',1727275598,1727275598,3,3),(117,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142333+rGxnwb',1733235813,1733235813,2,2),(118,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142335+PReeyN',1733235815,1733235815,2,2),(119,0,'Multichoice question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ozc7XI',1727275598,1727275598,3,3),(120,0,'Multichoice - question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142348+cI6AEy',1733235828,1733235828,2,2),(121,0,'Multichoice question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+HvFBjA',1727275598,1727275598,3,3),(122,0,'Multichoice - question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142400+4nzHcB',1733235840,1733235840,2,2),(123,0,'Multichoice question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ca1FgB',1727275598,1727275598,3,3),(124,0,'Multichoice - question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142414+LmNu6x',1733235854,1733235854,2,2),(125,0,'Simple Multichoice question','

Test: Validate Multichoice question type works

What\'s the value of «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mn»0«/mn»«/math»?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+nLd0Wn',1727275598,1727275598,3,3),(126,0,'Short Answer text answer type with random variables','

Test: Validate Short Answer Text answer type with random variables.

Correct answer:  #a

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+HNXfNF',1727275598,1727275598,3,3),(127,0,'Short Answer text question with initial content','

Test: Validate Short Answer text answer type with initial content

Answer: wiris

Initial content: Initial content test

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+lj2YAK',1727275598,1727275598,3,3),(128,0,'Simple Short Answer text question','

Test: Validate Short Answer text answer type

Answer: wiris

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+ncYtny',1727275598,1727275598,3,3),(129,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+YeXHaw',1727333895,1727333895,2,2),(130,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105719+qavB6c',1732100239,1732100239,2,2),(131,0,'Plotter - Initial content','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105758+V1kBjd',1732100278,1732100278,2,2),(132,0,'GA 10','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLgM9h',1727333895,1727333895,2,2),(133,0,'Sketch - Validate all sketch propieties','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110733+tujOPF',1732100853,1732100853,2,2),(134,0,'GA 11','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+fRjvbC',1727333895,1727333895,2,2),(135,0,'Sketch - Validate initial content','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110839+XpzBRs',1732100919,1732100919,2,2),(136,0,'GA 12','

Test: tolerance. Correct answer is a circle centered at origin with radius between 3 and 5. The exact correct answer is radius 4.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+FVBnE8',1727333895,1727333895,2,2),(137,0,'GA 13','

Test: labels. The initial content is already the correct answer. Check that labels are displayed both at the attempt and the correction.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+RMJRi2',1727333895,1727333895,2,2),(138,0,'GA 14','

Test: parallelogram. Draw a (-7,5), (0,-4), (5, 5) parallelogram

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLqyMF',1727333895,1727333895,2,2),(139,0,'GA 15','

Test: Custom graph. Check axis have been removed.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+isNwZR',1727333895,1727333895,2,2),(140,0,'GA 16','

Test: custom graph: axis ratio is 1:5. Build a circle centered at origin of radius 10.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+SV6ZYb',1727333895,1727333895,2,2),(141,0,'GA 17','

Test: Parabola. Draw a parabola with the given line as directriu and the point (4,3) as the focus.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+OLhJeU',1727333895,1727333895,2,2),(142,0,'GA 18','

Test: prohibit superfluous elements. The correct answer is the point (0,0), if the student answer contains any other element, the answer must be graded as incorrect.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+UcVQNF',1727333895,1727333895,2,2),(143,0,'GA 19','

Test: wiris.com graphical answer question example 1. Check the question can be answered correctly.


Question: Draw the bisector of the highlighted angle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+NIrDOO',1727333895,1727333895,2,2),(144,0,'GA 2','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+V6uUcD',1727333895,1727333895,2,2),(145,0,'Plotter - Validate customized toolbar','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105859+d9iCNk',1732100339,1732100339,2,2),(146,0,'GA 20','

Test: wiris.com graphical answer question example 2. Check the question can be answered correctly.


Question: Fill the region delimited by «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfenced open=¨{¨ close=¨¨»«mtable columnalign=¨left¨»«mtr»«mtd»«mi»x«/mi»«mo»-«/mo»«mi»y«/mi»«mo»§#8201;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mi»x«/mi»«mo»§#160;«/mo»«mo»§#60;«/mo»«mo»§#160;«/mo»«mn»10«/mn»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+fTT5Fo',1727333896,1727333896,2,2),(147,0,'GA 21','

Test: handrwitted paths. Check that initial content is visible and answer the question with a handwritted path.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+AObML8',1727333896,1727333896,2,2),(148,0,'GA 23','

Test: angle between rays. Draw an angle between the two rays.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+LSAUU6',1727333896,1727333896,2,2),(149,0,'GA 24','

Test: line width. Check that the initial content lines have width 8. Correct answer is the has the same lines. Try to change width to 4px.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+GnyNwE',1727333896,1727333896,2,2),(150,0,'GA 25','

Test: SA multiple correct answers: parallelogram. 

Correct answer is a parallelogram with vertices on (5,5), (-5,5), (5,-5), (-5,-5), but draw anything as the correct answer. The expected behaviour is that the grade of the question is 0.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+ElYLe5',1727333896,1727333896,2,2),(151,0,'GA 3','

Test: precision. Draw the incircle of the triangle

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+XpK1Hp',1727333896,1727333896,2,2),(152,0,'GA 4','

Test: match color. All elements must be red #B71C1C

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+leaV6j',1727333896,1727333896,2,2),(153,0,'GA 5','

Test: line type to dots of all elements

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+rTaTfI',1727333896,1727333896,2,2),(154,0,'GA 6','

Test: area. Draw the area of an ellipse

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+loLf0C',1727333896,1727333896,2,2),(155,0,'GA 7','

Test: distributed grades. Draw 5 circles of radius 2, each one centered on one of the 5 points

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+Q2Pdgg',1727333896,1727333896,2,2),(156,0,'GA 8','

Test: draw expression (x+3)^2.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+DU4DvN',1727333896,1727333896,2,2),(157,0,'GA 9','

Test: custom toolbar. Check you can only draw polygons.  square of vertices (0,4) (0, -4) (4, 0) (-4, 0) 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+lHDnne',1727333896,1727333896,2,2),(158,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120113051+U4RQ4p',1732102251,1732102251,2,2),(159,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926074813+IqDAga',1727336893,1727336893,2,2),(160,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926083936+9d8rXb',1727339976,1727339976,2,2),(161,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141508+26RfTp',1733235308,1733235308,2,2),(162,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+250103115615+3GPXnw',1735905375,1735905375,2,2),(163,0,'Test: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240926074813+d920KY',1727336893,1727336893,2,2),(164,0,'Smoke: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203141526+i6F0iU',1733235326,1733235326,2,2),(165,0,'Test: Cloze Question - SA text','

Answer anything to the following question. Correct answer is wiris.


Question: {#1}



',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+Cku1Kc',1727336893,1727336893,2,2),(166,165,'Test: Cloze Question - SA text','{:SA:=wiris}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074813+04Agmw',1727336893,1727336893,2,2),(167,0,'Test: Cloze question - MC','

What is the degree of the following polynomial? «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»a«/mi»«/mrow»«/msup»«mo»-«/mo»«mn»3«/mn»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»b«/mi»«/mrow»«/msup»«mo»+«/mo»«mn»2«/mn»«mi»x«/mi»«/math»

Solution: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+51Jjj6',1727336893,1727336893,2,2),(168,167,'Test: Cloze question - MC','{:MCS:=#c~#d~1}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074813+PhSmQz',1727336893,1727336893,2,2),(169,0,'Test: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+FgwJva',1727336894,1727336894,2,2),(170,0,'Smoke: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241203141537+ulWCbO',1733235337,1733235337,2,2),(171,169,'Test: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+uA58FM',1727336894,1727336894,2,2),(172,169,'Test: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074814+BxgQ8A',1727336894,1727336894,2,2),(173,0,'Test: Cloze question - SA equation','

Answer anything. Correct answer is 100.


Question: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+ddllH4',1727336894,1727336894,2,2),(174,173,'Test: Cloze question - SA equation','{:SA:=100}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+9jaEFS',1727336894,1727336894,2,2),(175,0,'Test: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240926074814+kRh61Y',1727336894,1727336894,2,2),(176,0,'Smoke: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203141559+Fc4KDY',1733235359,1733235359,2,2),(177,0,'Test: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074815+jaDKjo',1727336895,1727336895,2,2),(178,0,'Smoke: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141614+ZhNTKY',1733235374,1733235374,2,2),(179,0,'Test: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+kroxEj',1727336897,1727336897,2,2),(180,0,'Smoke: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141626+FwyLlG',1733235386,1733235386,2,2),(181,0,'Test: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+PNiSJD',1727336897,1727336897,2,2),(182,0,'Smoke: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141640+LKHoia',1733235400,1733235400,2,2),(183,0,'Test: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+TTof2a',1727336897,1727336897,2,2),(184,0,'Smoke: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141656+llcx85',1733235416,1733235416,2,2),(185,0,'Test: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Z2OZat',1727336897,1727336897,2,2),(186,0,'Smoke: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141709+lMRB0g',1733235429,1733235429,2,2),(187,0,'Test: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Qujcjy',1727336897,1727336897,2,2),(188,0,'Smoke: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141729+9wSeac',1733235449,1733235449,2,2),(189,0,'Test: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+ZnGzCA',1727336897,1727336897,2,2),(190,0,'Smoke: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141744+jt7wEC',1733235464,1733235464,2,2),(191,0,'Test: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240926074817+vQD9RK',1727336897,1727336897,2,2),(192,0,'Smoke: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203141757+7mSinE',1733235477,1733235477,2,2),(193,170,'Smoke: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241203141537+PtLvQt',1733235337,1733235337,2,2),(194,170,'Smoke: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241203141537+wng4G1',1733235337,1733235337,2,2),(195,0,'0 attachments','

0

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+oh0pGl',1727337430,1727337430,2,2),(196,0,'1 attachment','

1

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+RsIdPH',1727337430,1727337430,2,2),(197,0,'1 attachment','Test: 1 attachment allowed',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080053+6QTwXK',1727337653,1727337653,2,2),(198,0,'2 attachments','

2

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+eKTuGr',1727337430,1727337430,2,2),(199,0,'2 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080109+A7ZsdW',1727337669,1727337669,2,2),(200,0,'3 attachments','

3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+ENYQCe',1727337430,1727337430,2,2),(201,0,'3 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080119+qHGDy5',1727337679,1727337679,2,2),(202,0,'3 attachments','

Test: 3 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080143+CywcFP',1727337703,1727337703,2,2),(203,0,'4 or more attachments','

4...

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+tFNZza',1727337430,1727337430,2,2),(204,0,'4 or more attachments','

Test: 4 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080133+CIFDX9',1727337693,1727337693,2,2),(205,0,'Filter test: Graph plotter','

Graph plotter: #p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124159+3EygB0',1711024919,1711024919,5,5),(206,0,'Filter test: Graph plotter','

Graph plotter 2D: #plot2d


Graph plotter 3D: #plot3d

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124600+uIwYmn',1711025160,1711025160,5,5),(207,0,'Filter test: Graph plotter','

Graph plotter 2D: #plotter2


Graph plotter 3D: #plotter3

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124755+6YOrmv',1711025275,1711025275,5,5),(208,0,'05 graph','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124958+l8CE2j',1711025398,1711025398,5,5),(209,0,'Filter test: CAS plotter','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321125041+tRo9kU',1711025441,1711025441,5,5),(210,0,'Filter test: Wiris formula + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«mover»«mo»§#8644;«/mo»«mover»«mo»§#8644;«/mo»«mi»adf«/mi»«/mover»«/mover»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«mi»x«/mi»«mi»x«/mi»«/msqrt»«/msqrt»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x+2}$$

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240321125253+MHkCuR',1711025573,1711025573,5,5),(211,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082922+MpPJuN',1736238562,1736238562,2,2),(212,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082942+gVBZUT',1736238582,1736238582,2,2),(213,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082958+dQakY7',1736238598,1736238598,2,2),(214,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107083011+ucPab7',1736238611,1736238611,2,2),(215,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084537+VDo3EL',1736239537,1736239537,2,2),(216,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084554+2IgxUi',1736239554,1736239554,2,2),(217,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084703+SkVob1',1736239623,1736239623,2,2),(218,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084714+EPOdSC',1736239634,1736239634,2,2),(219,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084749+d8YFxh',1736239669,1736239669,2,2); +/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_answers` +-- + +DROP TABLE IF EXISTS `m_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesansw_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- + +LOCK TABLES `m_question_answers` WRITE; +/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; +INSERT INTO `m_question_answers` VALUES (1,1,'adeu',0,1.0000000,'',1),(2,2,'adeu',0,1.0000000,'',1),(3,3,'x+1',0,1.0000000,'',1),(4,3,'x-1',0,1.0000000,'',1),(5,4,'x+1',0,1.0000000,'',1),(6,4,'x-1',0,1.0000000,'',1),(7,5,'x+1',0,1.0000000,'',1),(8,6,'x+1',0,1.0000000,'',1),(9,7,'x+1',0,1.0000000,'',1),(10,8,'x+1',0,1.0000000,'',1),(11,9,'x+1',0,1.0000000,'',1),(12,10,'x+1',0,1.0000000,'',1),(13,10,'x-1',0,0.2000000,'',1),(14,11,'x+1',0,1.0000000,'',1),(15,11,'x-1',0,0.2000000,'',1),(16,12,'2/4',0,1.0000000,'',1),(17,13,'2/4',0,1.0000000,'',1),(18,14,'x+1',0,1.0000000,'',1),(19,15,'S1=#s1',0,1.0000000,'',1),(20,16,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[1],[2],[2],[3]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(21,17,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2,3,4],[2,1,2,3],[4,3,4,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(22,21,'#s1',0,1.0000000,'',1),(23,22,'#s2',0,1.0000000,'',1),(24,23,'#s1',1,1.0000000,'',1),(25,23,'#s2',1,0.0000000,'',1),(26,26,'#s1',0,1.0000000,'',1),(27,27,'#s2',0,1.0000000,'',1),(28,28,'#s1',1,1.0000000,'',1),(29,28,'#s2',1,0.0000000,'',1),(30,31,'#s1',1,1.0000000,'',1),(31,31,'#s2',1,0.0000000,'',1),(32,31,'#s3',1,0.0000000,'',1),(33,31,'#s4',1,0.0000000,'',1),(34,32,'#s3',0,1.0000000,'',1),(35,35,'#s1',1,1.0000000,'',1),(36,35,'#s2',1,0.0000000,'',1),(37,35,'#s3',1,0.0000000,'',1),(38,35,'#s4',1,0.0000000,'',1),(39,36,'#s1',1,1.0000000,'',1),(40,36,'#s2',1,0.0000000,'',1),(41,36,'#s3',1,0.0000000,'',1),(42,36,'#s4',1,0.0000000,'',1),(43,37,'#s1',1,1.0000000,'',1),(44,37,'#s2',1,0.0000000,'',1),(45,37,'#s3',1,0.0000000,'',1),(46,37,'#s4',1,0.0000000,'',1),(47,38,'#s1',1,1.0000000,'',1),(48,38,'#s2',1,0.0000000,'',1),(49,38,'#s3',1,0.0000000,'',1),(50,38,'#s4',1,0.0000000,'',1),(51,39,'#s1',1,1.0000000,'',1),(52,39,'#s2',1,0.0000000,'',1),(53,39,'#s3',1,0.0000000,'',1),(54,39,'#s4',1,0.0000000,'',1),(55,40,'#s1',1,1.0000000,'',1),(56,40,'#s2',1,0.0000000,'',1),(57,40,'#s3',1,0.0000000,'',1),(58,40,'#s4',1,0.0000000,'',1),(59,43,'#sol',0,1.0000000,'',1),(60,44,'#s1',1,1.0000000,'',1),(61,44,'#s2',1,0.0000000,'',1),(62,44,'#s3',1,0.0000000,'',1),(63,44,'#s4',1,0.0000000,'',1),(64,45,'#s3',0,1.0000000,'',1),(65,46,'#s1',1,1.0000000,'',1),(66,46,'#s2',1,0.0000000,'',1),(67,46,'#s3',1,0.0000000,'',1),(68,46,'#s4',1,0.0000000,'',1),(69,47,'#s1',1,1.0000000,'',1),(70,47,'#s2',1,0.0000000,'',1),(71,47,'#s3',1,0.0000000,'',1),(72,47,'#s4',1,0.0000000,'',1),(73,48,'#s1',1,1.0000000,'',1),(74,48,'#s2',1,0.0000000,'',1),(75,48,'#s3',1,0.0000000,'',1),(76,48,'#s4',1,0.0000000,'',1),(77,49,'#s1',1,1.0000000,'',1),(78,49,'#s2',1,0.0000000,'',1),(79,49,'#s3',1,0.0000000,'',1),(80,49,'#s4',1,0.0000000,'',1),(81,50,'#s1',1,1.0000000,'',1),(82,50,'#s2',1,0.0000000,'',1),(83,50,'#s3',1,0.0000000,'',1),(84,50,'#s4',1,0.0000000,'',1),(85,51,'#s1',1,1.0000000,'',1),(86,51,'#s2',1,0.0000000,'',1),(87,51,'#s3',1,0.0000000,'',1),(88,51,'#s4',1,0.0000000,'',1),(89,52,'#s1',0,1.0000000,'',1),(90,53,'#s2',0,1.0000000,'',1),(91,54,'#s1',1,1.0000000,'',1),(92,54,'#s2',1,0.0000000,'',1),(93,55,'#sol',0,1.0000000,'',1),(94,56,'#s1',0,1.0000000,'',1),(95,57,'#s2',0,1.0000000,'',1),(96,58,'#s1',1,1.0000000,'',1),(97,58,'#s2',1,0.0000000,'',1),(98,59,'#s1',0,1.0000000,'',1),(99,60,'#s2',0,1.0000000,'',1),(100,61,'#s1',1,1.0000000,'',1),(101,61,'#s2',1,0.0000000,'',1),(102,62,'#L1',0,1.0000000,'',1),(103,63,'#L1',0,1.0000000,'',1),(104,64,'#L1',0,1.0000000,'',1),(105,65,'x =5y =10z =15',0,1.0000000,'',1),(106,66,'x =5y =10z =15',0,1.0000000,'',1),(107,67,'x =5y =10z =15',0,1.0000000,'',1),(108,67,'x =5y =10z = 15',0,0.0000000,'',1),(109,68,'2',0,1.0000000,'',1),(110,69,'58',0,1.0000000,'',1),(111,70,'p1 = 2p2 = 3',0,1.0000000,'',1),(112,71,'(x-2)(x+3)',0,1.0000000,'',1),(113,72,'x1=1x2=2',0,1.0000000,'

If your answer were correct, «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»1«/mn»«mo»)«/mo»«mo»=«/mo»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»2«/mn»«mo»)«/mo»«mo»=«/mo»«mn»0«/mn»«/math»


',1),(114,73,'5%',0,1.0000000,'',1),(115,74,'100',0,1.0000000,'',1),(116,75,'cos x',0,1.0000000,'',1),(117,76,'cos x',0,1.0000000,'',1),(118,89,'True',0,1.0000000,'',1),(119,89,'False',0,0.0000000,'',1),(120,90,'True',0,0.0000000,'',1),(121,90,'False',0,1.0000000,'',1),(122,91,'True',0,0.0000000,'',1),(123,91,'False',0,1.0000000,'',1),(124,92,'True',0,0.0000000,'',1),(125,92,'False',0,1.0000000,'',1),(126,93,'True',0,0.0000000,'',1),(127,93,'False',0,1.0000000,'',1),(128,94,'True',0,1.0000000,'',1),(129,94,'False',0,0.0000000,'',1),(130,95,'True',0,1.0000000,'',1),(131,95,'False',0,0.0000000,'',1),(132,96,'True',0,1.0000000,'',1),(133,96,'False',0,0.0000000,'',1),(134,97,'True',0,1.0000000,'',1),(135,97,'False',0,0.0000000,'',1),(136,114,'

#a

',1,0.7000000,'',1),(137,114,'

#b

',1,0.1250000,'',1),(138,114,'

#c

',1,0.3333333,'',1),(139,114,'

#d

',1,1.0000000,'',1),(140,115,'

#a

',1,0.7000000,'',1),(141,115,'

#b

',1,0.1250000,'',1),(142,115,'

#c

',1,0.3333333,'',1),(143,115,'

#d

',1,1.0000000,'',1),(144,116,'

#a

',1,0.7000000,'',1),(145,116,'

#b

',1,0.1250000,'',1),(146,116,'

#c

',1,0.3333333,'',1),(147,116,'

#d

',1,1.0000000,'',1),(148,117,'

#a

',1,0.7000000,'',1),(149,117,'

#b

',1,0.1250000,'',1),(150,117,'

#c

',1,0.3333333,'',1),(151,117,'

#d

',1,1.0000000,'',1),(152,118,'

#a

',1,0.7000000,'',1),(153,118,'

#b

',1,0.1250000,'',1),(154,118,'

#c

',1,0.3333333,'',1),(155,118,'

#d

',1,1.0000000,'',1),(156,119,'

#a

',1,0.7000000,'',1),(157,119,'

#b

',1,0.1250000,'',1),(158,119,'

#c

',1,0.3333333,'',1),(159,119,'

#d

',1,1.0000000,'',1),(160,120,'

#a

',1,0.7000000,'',1),(161,120,'

#b

',1,0.1250000,'',1),(162,120,'

#c

',1,0.3333333,'',1),(163,120,'

#d

',1,1.0000000,'',1),(164,121,'

#a

',1,0.7000000,'',1),(165,121,'

#b

',1,0.1250000,'',1),(166,121,'

#c

',1,0.3333333,'',1),(167,121,'

#d

',1,1.0000000,'',1),(168,121,'

e

',1,0.5000000,'',1),(169,121,'

f

',1,0.0000000,'',1),(170,121,'

g

',1,-0.1000000,'',1),(171,122,'

#a

',1,0.7000000,'',1),(172,122,'

#b

',1,0.1250000,'',1),(173,122,'

#c

',1,0.3333333,'',1),(174,122,'

#d

',1,1.0000000,'',1),(175,122,'

e

',1,0.5000000,'',1),(176,122,'

f

',1,0.0000000,'',1),(177,122,'

g

',1,-0.1000000,'',1),(178,123,'

#a

',1,0.7000000,'',1),(179,123,'

#b

',1,0.1250000,'',1),(180,123,'

#c

',1,0.3333333,'',1),(181,123,'

#d

',1,1.0000000,'',1),(182,124,'

#a

',1,0.7000000,'',1),(183,124,'

#b

',1,0.1250000,'',1),(184,124,'

#c

',1,0.3333333,'',1),(185,124,'

#d

',1,1.0000000,'',1),(186,125,'

0

',1,1.0000000,'',1),(187,125,'

1

',1,0.0000000,'',1),(188,125,'

1/2

',1,0.0000000,'',1),(189,126,'#a',0,1.0000000,'',1),(190,127,'wiris',0,1.0000000,'',1),(191,128,'wiris',0,1.0000000,'',1),(192,129,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(193,130,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(194,131,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(195,132,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(196,132,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(197,133,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(198,133,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(199,134,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(200,135,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(201,136,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[0,8,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[-8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line\",\"coordinates\":[0,8,-32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_perpendicular_to_element_by_point\",\"input\":[\"a\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"b\",\"C\"],\"output\":[\"c\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"C\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"D\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"d\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"E\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(202,137,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.993927125506076,5.1437246963562755],\"text\":\"Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(203,138,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-7,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-7,5],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-7,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-7,5],[0,-4],[5,5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(204,139,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0.850202429149796,3.698380566801619],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-14.40086298742808,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(205,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-100,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"aspect_ratio\":0.2,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":105,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(206,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-3,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,-3,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[-0.5,-0.5,-25,0.5,4,3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"parabola_by_focus_and_directrix\",\"input\":[\"a\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(207,142,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]}],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21.000000000000004,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(208,143,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-34.68825910931174,14.113360323886642],\"text\":\"y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(209,144,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label\":true,\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(210,145,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label_visibility\":\"always\",\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(211,146,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-11.806666666666665,-14.61833333333334],\"text\":\"y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(212,147,'{\"elements\":[{\"id\":\"k\",\"type\":\"path\",\"coordinates\":[[-1.2753036437246976,6.504048582995951],[-1.2753036437246976,6.461538461538462],[-1.1477732793522275,6.419028340080972],[-1.0627530364372486,6.419028340080972],[-0.8076923076923102,6.376518218623482],[-0.467611336032391,6.3340080971659924],[0.34008097165991913,6.206477732793522],[0.6376518218623453,6.1214574898785425],[0.6801619433198383,6.078947368421053],[0.6801619433198383,5.823886639676114],[0.34008097165991913,5.228744939271255],[-0.34008097165991913,4.676113360323887],[-1.0202429149797574,4.208502024291498],[-1.4028340080971677,3.9534412955465585],[-1.6153846153846168,3.8259109311740893],[-1.7004048582995956,3.783400809716599],[-1.7004048582995956,3.7408906882591095],[-1.7004048582995956,3.698380566801619],[-1.2327935222672082,3.358299595141701],[-0.4251012145749016,3.145748987854251],[0.29757085020242613,3.018218623481782],[1.0627530364372468,2.805668016194332],[1.5303643724696343,2.720647773279352],[1.7854251012145745,2.5506072874493926],[1.827935222672064,2.508097165991903],[1.8704453441295534,2.4230769230769234],[1.9129554655870429,2.168016194331985],[1.827935222672064,1.8279352226720658],[1.1052631578947363,1.1477732793522275],[0.46761133603238747,0.6376518218623488],[-0.4251012145749016,0.04251012145748945],[-0.892712550607289,-0.5101214574898787],[-0.892712550607289,-0.6801619433198383],[-0.9352226720647785,-0.8502024291497978],[-0.8502024291497996,-1.190283400809717],[-0.6376518218623488,-1.4453441295546554],[-0.4251012145749016,-1.6578947368421044],[-0.08502024291498245,-1.7854251012145745],[0.21255060728744724,-1.8704453441295534],[0.34008097165991913,-2.040485829959513],[0.5101214574898769,-2.1255060728744937],[0.5101214574898769,-2.2955465587044532],[0.5101214574898769,-2.5080971659919022],[0.12753036437246834,-3.1882591093117405],[-0.17004048582996134,-3.7408906882591086],[-0.3825910931174086,-4.336032388663968],[-0.5101214574898805,-4.761133603238866],[-0.5101214574898805,-5.0161943319838045],[-0.5101214574898805,-5.143724696356275],[-0.4251012145749016,-5.228744939271255],[-0.34008097165991913,-5.313765182186234],[0.34008097165991913,-5.653846153846153],[0.5951417004048558,-5.738866396761132],[1.1052631578947363,-5.823886639676111],[1.6153846153846132,-5.951417004048583]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(213,148,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"ray\",\"coordinates\":[[-4,0],[12,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[-4,0],[96,0],[66.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line\",\"coordinates\":[0,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(214,149,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":8,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":8,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":8,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(215,150,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-5,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-5,5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(216,150,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[5,-5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[5,-5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[5,-5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,0.4000000,'',1),(217,151,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-8,-4],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[8,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[8,0],[-8,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-10.329959514170039,-6.334008097165992],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,69.12369486469211,0,8,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-5.93980298026617,-1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,26.434877486920414,0,5.93980298026617,1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-4.800543408594238,-3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"conic\",\"coordinates\":[1,1,22.40978135469628,0,4.800543408594238,3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-2.7403463888604045,-0.624889577481275],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line\",\"coordinates\":[-3.375110422518725,5.259653611139596,-5.962268935591418],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[-3.1882591093117423,7.3117408906882595],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"conic\",\"coordinates\":[1,1,24.11433968758707,0,0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[-2.1536727846589545,3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"i\",\"type\":\"conic\",\"coordinates\":[1,1,3.6949082301156793,0,2.1536727846589545,-3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[2.75804688138985,3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"j\",\"type\":\"conic\",\"coordinates\":[1,1,11.17757806749135,0,-2.75804688138985,-3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"K\",\"type\":\"point\",\"coordinates\":[0.604374096730895,1.239373858133919],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"k\",\"type\":\"line\",\"coordinates\":[4.760626141866081,0.604374096730895,-3.6262445803853702],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"L\",\"type\":\"point\",\"coordinates\":[0.5712658275867035,1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"M\",\"type\":\"point\",\"coordinates\":[1.1774231959990473,-1.7056442010002382],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"l\",\"type\":\"line\",\"coordinates\":[16,4,-15.140917747199456],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"N\",\"type\":\"point\",\"coordinates\":[1.3612304557176151,-1.6596923860705963],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"m\",\"type\":\"conic\",\"coordinates\":[1,1,-8.03190688014069,0,-0.5712658275867035,-1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"D\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"a\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"c\"],\"output\":[\"F\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"F\",\"A\"],\"output\":[\"f\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"f\",\"e\"],\"output\":[\"G\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"G\"],\"output\":[\"g\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"H\"],\"output\":[\"h\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"h\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"I\",\"B\"],\"output\":[\"i\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"h\",\"b\"],\"output\":[\"J\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"J\",\"B\"],\"output\":[\"j\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"i\",\"j\"],\"output\":[\"K\"]},{\"type\":\"line_by_two_points\",\"input\":[\"B\",\"K\"],\"output\":[\"k\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"g\",\"k\"],\"output\":[\"L\"]},{\"type\":\"point_on_generic_element\",\"input\":[\"c\"],\"output\":[\"M\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"c\",\"L\"],\"output\":[\"l\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"l\",\"c\"],\"output\":[\"N\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"L\",\"N\"],\"output\":[\"m\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"f\"},{\"color\":\"#725950\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#CA3E6C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"h\"},{\"color\":\"#DBB14D\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"i\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"j\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"l\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"m\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"K\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"L\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"M\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"N\"}],\"id\":\"\",\"center\":[2.5577276006935006,4.127780122988777],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":22.67206477732791,\"height\":13.999999999999986,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(218,152,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,-6,0,6,0],[6,0,-6,0,6]],\"piece_reversed\":[false,false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"yAxis\",\"a\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"B\"],\"output\":[\"e\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"e\",\"d\",\"c\",\"b\"],\"output\":[\"f\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#B71C1C3F\",\"color\":\"#B71C1C\",\"ref\":\"f\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(219,153,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"C\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(220,154,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"ellipse_by_foci_and_point\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#BA48483F\",\"color\":\"#BA4848\",\"ref\":\"b\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(221,155,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[2,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-8,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-8,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,48,0,-4,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,-4,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,16,0,-2,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"F\"],\"output\":[\"a\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"G\"],\"output\":[\"b\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"H\"],\"output\":[\"c\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"I\"],\"output\":[\"d\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"J\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(222,156,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.951417004048583,1.317813765182187],\"text\":\"x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(223,157,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polygon\",\"coordinates\":[[0,4],[-4,0],[0,-4],[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"polygon_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"A\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"A\",\"a\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#3575B73F\",\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":14,\"height\":14,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(224,158,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,4,3,2,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(225,166,'wiris',0,1.0000000,'',1),(226,168,'#c',1,1.0000000,'',1),(227,168,'#d',1,0.0000000,'',1),(228,168,'1',1,0.0000000,'',1),(229,171,'#sol',0,1.0000000,'',1),(230,172,'#corr',1,1.0000000,'',1),(231,172,'#incorr',1,0.0000000,'',1),(232,174,'100',0,1.0000000,'',1),(233,175,'

#p

',1,1.0000000,'',1),(234,175,'

23

',1,0.0000000,'',1),(235,175,'

#q

',1,0.0000000,'',1),(236,175,'

#r

',1,0.0000000,'',1),(237,176,'

#p

',1,1.0000000,'',1),(238,176,'

23

',1,0.0000000,'',1),(239,176,'

#q

',1,0.0000000,'',1),(240,176,'

#r

',1,0.0000000,'',1),(241,177,'m =#mn =#n',0,1.0000000,'',1),(242,178,'m =#mn =#n',0,1.0000000,'',1),(243,179,'A-1=#j#f#g#h',0,1.0000000,'',1),(244,180,'A-1=#j#f#g#h',0,1.0000000,'',1),(245,181,'23',0,1.0000000,'',1),(246,182,'23',0,1.0000000,'',1),(247,183,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(248,184,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(249,185,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(250,186,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(251,187,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(252,188,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(253,189,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(254,190,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(255,191,'True',0,0.0000000,'',1),(256,191,'False',0,1.0000000,'',1),(257,192,'True',0,0.0000000,'',1),(258,192,'False',0,1.0000000,'',1),(259,193,'#sol',0,1.0000000,'',1),(260,194,'#corr',1,1.0000000,'',1),(261,194,'#incorr',1,0.0000000,'',1),(262,205,'1',0,1.0000000,'',1),(263,206,'1',0,1.0000000,'',1),(264,207,'1',0,1.0000000,'',1),(265,208,'#r',0,1.0000000,'',1),(266,209,'#r',0,1.0000000,'',1),(267,211,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(268,212,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(269,213,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(270,214,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(271,215,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(272,216,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(273,217,'2/4',0,1.0000000,'',1),(274,218,'x+1',0,1.0000000,'',1),(275,219,'#s1',0,1.0000000,'',1); +/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `m_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB AUTO_INCREMENT=1717 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- + +LOCK TABLES `m_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; +INSERT INTO `m_question_attempt_step_data` VALUES (1,1,'_qi','141342]]>4]]>1]]>241{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(2,2,'answer','

43

'),(3,2,'answerformat','1'),(4,2,'_sqi','0{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(5,3,'-finish','1'),(6,4,'_stemorder','61,62,60,58,59'),(7,4,'_choiceorder','62,59,61,58,60'),(8,4,'_qi','14'),(9,5,'sub0','3'),(10,5,'sub1','1'),(11,5,'sub2','5'),(12,5,'sub3','4'),(13,5,'sub4','2'),(14,5,'_sqi','0'),(15,6,'-finish','1'),(16,7,'_sub2_order','230,231'),(17,7,'_qi','23158314111]]>-3]]>1]]>non-singular]]>-9]]>-4]]>-1]]>0]]>0]]>-1]]>singular]]>31]]>1-31non - singular-9-4-100-1singular31'),(18,7,'_sub1_response_hash','c16a5320fa475530d9583c34fd356ef5'),(19,7,'_sub1_c16a53_matching_answer','194'),(20,7,'_sub1_matching_answer','0'),(21,7,'_gc','0'),(22,8,'sub1_answer','31'),(23,8,'sub2_answer','0'),(24,8,'_sqi','031'),(25,9,'-finish','1'),(26,10,'_order','235,233,236,234'),(27,10,'_qi','5734948]]>2]]>16]]>14]]>9]]>8216149{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(28,11,'answer','1'),(29,11,'_sqi','0{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(30,12,'-finish','1'),(31,13,'_qi','6615m =3/73/7n =55]]>411007]]>-2]]>-5]]>-4]]>5]]>-7]]>-4]]>285]]>7-2-5-45-7-428/5'),(32,13,'_matching_answer_grade',NULL),(33,13,'_matching_answer','0'),(34,13,'_response_hash','73a8ba18e38861e7e64fd93ecfa62fe1'),(35,13,'_gc','0'),(36,14,'answer','m =3/73/7n =55'),(37,14,'_sqi','0m =3/73/7n =55]]>'),(38,15,'-finish','1'),(39,16,'_qi','20533A-1=-123423723-523]]>4115]]>4]]>7]]>1]]>423]]>723]]>-523]]>-123]]>54714/237/23-5/23-1/23'),(40,16,'_matching_answer_grade',NULL),(41,16,'_matching_answer_wq','0'),(42,16,'_matching_answer','243'),(43,16,'_response_hash','47b81d02bbfe5b6e0aec0b1eb0cff243'),(44,16,'_gc','0'),(45,17,'answer','A-1=-123423723-523'),(46,17,'_sqi','0A-1=-123423723-523]]>'),(47,18,'-finish','1'),(48,19,'_qi','123411'),(49,19,'_matching_answer_grade',NULL),(50,19,'_matching_answer_wq','0'),(51,19,'_matching_answer','245'),(52,19,'_response_hash','37693cfc748049e45d87b8c7d8b9aacd'),(53,19,'_gc','0'),(54,20,'answer','23'),(55,20,'_sqi','023'),(56,21,'-finish','1'),(57,22,'_qi','2020411'),(58,22,'_matching_answer_grade',NULL),(59,22,'_matching_answer_wq','0'),(60,22,'_matching_answer','247'),(61,22,'_response_hash','10d52669e4b0a37d803e611aa2db8c7a'),(62,22,'_gc','0'),(63,23,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(64,23,'_sqi','0'),(65,24,'-finish','1'),(66,25,'_qi','966Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4111111'),(67,25,'_matching_answer_grade',NULL),(68,25,'_matching_answer_wq','0'),(69,25,'_matching_answer','249'),(70,25,'_response_hash','003e9e0fc7eb1c02c2fb9953ca410435'),(71,25,'_gc','0'),(72,26,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(73,26,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(74,27,'-finish','1'),(75,28,'_qi','12405Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111'),(76,28,'_matching_answer_grade',NULL),(77,28,'_matching_answer_wq','0'),(78,28,'_matching_answer','251'),(79,28,'_response_hash','4186f11014de2f37f9b6e330c7abc196'),(80,28,'_gc','0'),(81,29,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(82,29,'_sqi','0Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(83,30,'-finish','1'),(84,31,'_qi','7721MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(85,31,'_matching_answer_grade',NULL),(86,31,'_matching_answer_wq','0'),(87,31,'_matching_answer','253'),(88,31,'_response_hash','7708449cc92611db16527647620c825a'),(89,31,'_gc','0'),(90,32,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,0,0,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(91,32,'_sqi','0MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(92,33,'-finish','1'),(93,34,'_qi','48363442]]>true]]>42true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(94,35,'answer','1'),(95,35,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(96,36,'-finish','1'),(97,37,'_qi','321694-1]]>8]]>2]]>-182{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(98,38,'answer','

nlk

'),(99,38,'answerformat','1'),(100,38,'_sqi','0{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(101,39,'-finish','1'),(102,40,'_stemorder','59,62,58,60,61'),(103,40,'_choiceorder','62,58,60,61,59'),(104,40,'_qi','14'),(105,41,'sub0','1'),(106,41,'sub1','1'),(107,41,'sub2','2'),(108,41,'sub3','3'),(109,41,'sub4','4'),(110,41,'_sqi','0'),(111,42,'-finish','1'),(112,43,'_sub2_order','230,231'),(113,43,'_qi','9650-159411-2]]>-8]]>9]]>non-singular]]>-9]]>-2]]>0]]>-2]]>-1]]>3]]>singular]]>-159]]>-2-89non - singular-9-20-2-13singular-159'),(114,43,'_sub1_response_hash','59f72fd83d81659d5e3f6f9b8d0ab19a'),(115,43,'_sub1_59f72f_matching_answer','194'),(116,43,'_sub1_matching_answer','0'),(117,43,'_gc','0'),(118,44,'sub1_answer','-159'),(119,44,'sub2_answer','0'),(120,44,'_sqi','0-159'),(121,45,'-finish','1'),(122,46,'_order','235,233,236,234'),(123,46,'_qi','2951345]]>2]]>10]]>8]]>6]]>521086{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(124,47,'answer','1'),(125,47,'_sqi','0{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(126,48,'-finish','1'),(127,49,'_qi','55244m =55n =-12-12]]>41111-2]]>4]]>-4]]>-4]]>1]]>3]]>5]]>-12]]>-24-4-4135-12'),(128,49,'_matching_answer_grade',NULL),(129,49,'_matching_answer_wq','0'),(130,49,'_matching_answer','241'),(131,49,'_response_hash','dd9a7a6cce1f03d2367753d410374e3b'),(132,49,'_gc','0'),(133,50,'answer','m =55n =-12-12'),(134,50,'_sqi','0m =55n =-12-12]]>'),(135,51,'-finish','1'),(136,52,'_qi','1633A-1=]]>4003]]>-1]]>7]]>3]]>116]]>-716]]>316]]>316]]>3-1731/16-7/163/163/16'),(137,52,'_matching_answer_grade',NULL),(138,52,'_matching_answer','0'),(139,52,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(140,52,'_gc','0'),(141,53,'answer','A-1='),(142,53,'_sqi','0A-1=]]>'),(143,54,'-finish','1'),(144,55,'_qi','156410'),(145,55,'_matching_answer_grade',NULL),(146,55,'_matching_answer','0'),(147,55,'_response_hash','9f61408e3afb633e50cdf1b20de6f466'),(148,55,'_gc','0'),(149,56,'answer','56'),(150,56,'_sqi','056'),(151,57,'-finish','1'),(152,58,'_qi','21421410'),(153,58,'_matching_answer_grade',NULL),(154,58,'_matching_answer','0'),(155,58,'_response_hash','29054952006d9193e306bf87f271dc75'),(156,58,'_gc','0'),(157,59,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":false,\"circuits\":[{\"vertices\":[[0,2,-2,0],[4,0,0,4]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"rectangle\",\"coordinates\":[[-17.00404858299595,12.511893122658284],[17.00404858299595,-12.511893122658284]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"b\",\"c\",\"a\",\"viewport_\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(158,59,'_sqi','0'),(159,60,'-finish','1'),(160,61,'_qi','1309Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4100000'),(161,61,'_matching_answer_grade',NULL),(162,61,'_matching_answer','0'),(163,61,'_response_hash','0de0ad96cf7878c0f2c00d4b7e88f031'),(164,61,'_gc','0'),(165,62,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[6],[0],[7],[0],[8]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(166,62,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(167,63,'-finish','1'),(168,64,'_qi','37973Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41000'),(169,64,'_matching_answer_grade',NULL),(170,64,'_matching_answer','0'),(171,64,'_response_hash','2bbabe2d7d3f118d21693659aa83e310'),(172,64,'_gc','0'),(173,65,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[2,1,1,1],[2.1,2.1,2.1,2.1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(174,65,'_sqi','0Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(175,66,'-finish','1'),(176,67,'_qi','24053label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410010'),(177,67,'_matching_answer_grade',NULL),(178,67,'_matching_answer','0'),(179,67,'_response_hash','772f051438a69080777d5ec076948b9a'),(180,67,'_gc','0'),(181,68,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,5,4,3,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(182,68,'_sqi','0label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(183,69,'-finish','1'),(184,70,'_qi','15093444]]>true]]>44true{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(185,71,'_sqi','0{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(186,72,'-finish','1'),(187,73,'_qi','516440]]>4]]>3]]>043{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(188,74,'answer',''),(189,74,'answerformat','1'),(190,74,'_sqi','0{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(191,75,'-finish','1'),(192,76,'_stemorder','58,61,60,62,59'),(193,76,'_choiceorder','60,62,59,61,58'),(194,76,'_qi','14'),(195,77,'sub0','0'),(196,77,'sub1','0'),(197,77,'sub2','0'),(198,77,'sub3','0'),(199,77,'sub4','0'),(200,77,'_sqi','0'),(201,78,'-finish','1'),(202,79,'_sub2_order','230,231'),(203,79,'_qi','5314742]]>-1]]>1]]>non-singular]]>7]]>-4]]>-3]]>-2]]>2]]>-1]]>singular]]>13]]>2-11non - singular7-4-3-22-1singular13'),(204,80,'sub1_answer',''),(205,80,'sub2_answer',''),(206,80,'_sqi','0'),(207,81,'-finish','1'),(208,82,'_order','236,234,235,233'),(209,82,'_qi','5650748]]>6]]>48]]>46]]>25]]>86484625{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(210,83,'answer','-1'),(211,83,'_sqi','0{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(212,84,'-finish','1'),(213,85,'_qi','64938m =n =]]>40000-4]]>-2]]>-2]]>3]]>4]]>-4]]>7]]>-3]]>-4-2-234-47-3'),(214,85,'_matching_answer_grade',NULL),(215,85,'_matching_answer','0'),(216,85,'_response_hash','cc360376877b687c44a80c488663ca90'),(217,85,'_gc','0'),(218,86,'answer','m =n ='),(219,86,'_sqi','0m =n =]]>{"symbols":["-","2","3","4","7","=","m","n"," "," "],"structure":["General","Fraction","Multiline"]}'),(220,87,'-finish','1'),(221,88,'_qi','48867A-1=]]>4004]]>4]]>7]]>3]]>14]]>716]]>-14]]>-316]]>44731/47/16-1/4-3/16'),(222,88,'_matching_answer_grade',NULL),(223,88,'_matching_answer','0'),(224,88,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(225,88,'_gc','0'),(226,89,'answer','A-1='),(227,89,'_sqi','0A-1=]]>'),(228,90,'-finish','1'),(229,91,'_qi','1410'),(230,91,'_matching_answer_grade',NULL),(231,91,'_matching_answer','0'),(232,91,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(233,91,'_gc','0'),(234,92,'answer',''),(235,92,'_sqi','0'),(236,93,'-finish','1'),(237,94,'_qi','50077410'),(238,94,'_matching_answer_grade',NULL),(239,94,'_matching_answer','0'),(240,94,'_response_hash','079aaedffee93abbfa52fc0c7b093e25'),(241,94,'_gc','0'),(242,95,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(243,95,'_sqi','0'),(244,96,'-finish','1'),(245,97,'_qi','14532Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4101111'),(246,97,'_matching_answer_grade',NULL),(247,97,'_matching_answer','0'),(248,97,'_response_hash','44a84633d66cb020334070a73bfbb6bd'),(249,97,'_gc','0'),(250,98,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(251,98,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(252,99,'-finish','1'),(253,100,'_qi','2692641000'),(254,100,'_matching_answer_grade',NULL),(255,100,'_matching_answer','0'),(256,100,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(257,100,'_gc','0'),(258,101,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(259,101,'_sqi','0'),(260,102,'-finish','1'),(261,103,'_qi','57759410000'),(262,103,'_matching_answer_grade',NULL),(263,103,'_matching_answer','0'),(264,103,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(265,103,'_gc','0'),(266,104,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(267,104,'_sqi','0'),(268,105,'-finish','1'),(269,106,'_qi','34651424]]>true]]>24true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(270,107,'answer','0'),(271,107,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(272,108,'-finish','1'),(273,109,'_sub1_order','65,66,67,68'),(274,109,'_sub2_order','69,72,71,70'),(275,109,'_sub3_order','73,74,75,76'),(276,109,'_sub4_order','78,77,80,79'),(277,109,'_sub5_order','81,82,83,84'),(278,109,'_sub6_order','87,85,88,86'),(279,109,'_qi','6197341]]>7]]>0]]>0]]>1700{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(280,110,'sub1_answer','0'),(281,110,'sub2_answer','0'),(282,110,'sub3_answer','0'),(283,110,'sub4_answer','1'),(284,110,'sub5_answer','0'),(285,110,'sub6_answer','1'),(286,110,'_sqi','0{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(287,111,'-finish','1'),(288,112,'_sub1_order','60,61,62,63'),(289,112,'_qi','5534124116]]>3]]>2]]>3]]>6323{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(290,112,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(291,112,'_sub2_c81e72_matching_answer','64'),(292,112,'_sub2_matching_answer','0'),(293,112,'_gc','0'),(294,113,'sub1_answer','0'),(295,113,'sub2_answer','2'),(296,113,'_sqi','02{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(297,114,'-finish','1'),(298,115,'_sub3_order','91,92'),(299,115,'_qi','170581241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(300,115,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(301,115,'_sub1_c4ca42_matching_answer','89'),(302,115,'_sub1_matching_answer','0'),(303,115,'_gc','0'),(304,115,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(305,115,'_sub2_c81e72_matching_answer','90'),(306,115,'_sub2_matching_answer','0'),(307,116,'sub1_answer','1'),(308,116,'sub2_answer','2'),(309,116,'sub3_answer','0'),(310,116,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(311,117,'-finish','1'),(312,118,'_qi','365603x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(313,118,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(314,118,'_sub1_7cd1d0_matching_answer','93'),(315,118,'_sub1_matching_answer','0'),(316,118,'_gc','0'),(317,119,'sub1_answer','3x+1'),(318,119,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(319,120,'-finish','1'),(320,121,'_sub3_order','100,101'),(321,121,'_qi','582391241111]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(322,121,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(323,121,'_sub1_c4ca42_matching_answer','98'),(324,121,'_sub1_matching_answer','0'),(325,121,'_gc','0'),(326,121,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(327,121,'_sub2_c81e72_matching_answer','99'),(328,121,'_sub2_matching_answer','0'),(329,122,'sub1_answer','1'),(330,122,'sub2_answer','2'),(331,122,'sub3_answer','0'),(332,122,'_sqi','012{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(333,123,'-finish','1'),(334,124,'_sub1_order','65,66,67,68'),(335,124,'_sub2_order','70,72,69,71'),(336,124,'_sub3_order','73,74,75,76'),(337,124,'_sub4_order','77,78,80,79'),(338,124,'_sub5_order','81,82,83,84'),(339,124,'_sub6_order','86,87,85,88'),(340,124,'_qi','1454249]]>8]]>7]]>9]]>9879{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(341,125,'sub1_answer','1'),(342,125,'sub2_answer','3'),(343,125,'sub3_answer','1'),(344,125,'sub4_answer','2'),(345,125,'sub5_answer','3'),(346,125,'sub6_answer','0'),(347,125,'_sqi','0{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(348,126,'-finish','1'),(349,127,'_sub1_order','60,61,62,63'),(350,127,'_qi','64906g4107]]>10]]>1]]>1]]>71011{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(351,127,'_sub2_response_hash','b2f5ff47436671b6e533d8dc3614845d'),(352,127,'_sub2_b2f5ff_matching_answer','0'),(353,127,'_sub2_matching_answer','0'),(354,127,'_gc','0'),(355,128,'sub1_answer','2'),(356,128,'sub2_answer','g'),(357,128,'_sqi','0g{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(358,129,'-finish','1'),(359,130,'_sub3_order','91,92'),(360,130,'_qi','259112141001]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(361,130,'_sub1_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(362,130,'_sub1_c81e72_matching_answer','0'),(363,130,'_sub1_matching_answer','0'),(364,130,'_gc','0'),(365,130,'_sub2_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(366,130,'_sub2_c4ca42_matching_answer','0'),(367,130,'_sub2_matching_answer','0'),(368,131,'sub1_answer','2'),(369,131,'sub2_answer','1'),(370,131,'sub3_answer','1'),(371,131,'_sqi','021{"symbols":["1","2"],"structure":["General","Fraction"]}'),(372,132,'-finish','1'),(373,133,'_qi','3843154103·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(374,133,'_sub1_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(375,133,'_sub1_e4da3b_matching_answer','0'),(376,133,'_sub1_matching_answer','0'),(377,133,'_gc','0'),(378,134,'sub1_answer','5'),(379,134,'_sqi','05{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(380,135,'-finish','1'),(381,136,'_sub3_order','100,101'),(382,136,'_qi','46764541001]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(383,136,'_sub1_response_hash','a87ff679a2f3e71d9181a67b7542122c'),(384,136,'_sub1_a87ff6_matching_answer','0'),(385,136,'_sub1_matching_answer','0'),(386,136,'_gc','0'),(387,136,'_sub2_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(388,136,'_sub2_e4da3b_matching_answer','0'),(389,136,'_sub2_matching_answer','0'),(390,137,'sub1_answer','4'),(391,137,'sub2_answer','5'),(392,137,'sub3_answer','0'),(393,137,'_sqi','045{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(394,138,'-finish','1'),(395,139,'_sub1_order','65,66,67,68'),(396,139,'_sub2_order','69,71,72,70'),(397,139,'_sub3_order','73,74,75,76'),(398,139,'_sub4_order','77,78,79,80'),(399,139,'_sub5_order','81,82,83,84'),(400,139,'_sub6_order','88,85,87,86'),(401,139,'_qi','451448]]>1]]>3]]>8]]>8138{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(402,140,'sub1_answer','0'),(403,140,'sub2_answer','2'),(404,140,'sub3_answer','2'),(405,140,'sub4_answer','1'),(406,140,'sub5_answer','0'),(407,140,'sub6_answer','0'),(408,140,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(409,141,'-finish','1'),(410,142,'_sub1_order','60,61,62,63'),(411,142,'_qi','16270j4106]]>4]]>10]]>0]]>64100{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(412,142,'_sub2_response_hash','363b122c528f54df4a0446b6bab05515'),(413,142,'_sub2_363b12_matching_answer','0'),(414,142,'_sub2_matching_answer','0'),(415,142,'_gc','0'),(416,143,'sub1_answer','1'),(417,143,'sub2_answer','j'),(418,143,'_sqi','0j{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(419,144,'-finish','1'),(420,145,'_sub3_order','91,92'),(421,145,'_qi','506421241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(422,145,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(423,145,'_sub1_c4ca42_matching_answer','89'),(424,145,'_sub1_matching_answer','0'),(425,145,'_gc','0'),(426,145,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(427,145,'_sub2_c81e72_matching_answer','90'),(428,145,'_sub2_matching_answer','0'),(429,146,'sub1_answer','1'),(430,146,'sub2_answer','2'),(431,146,'sub3_answer','0'),(432,146,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(433,147,'-finish','1'),(434,148,'_qi','206693x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(435,148,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(436,148,'_sub1_7cd1d0_matching_answer','93'),(437,148,'_sub1_matching_answer','0'),(438,148,'_gc','0'),(439,149,'sub1_answer','3x+1'),(440,149,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(441,150,'-finish','1'),(442,151,'_sub3_order','100,101'),(443,151,'_qi','410161241111]]>2]]>6]]>126{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(444,151,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(445,151,'_sub1_c4ca42_matching_answer','98'),(446,151,'_sub1_matching_answer','0'),(447,151,'_gc','0'),(448,151,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(449,151,'_sub2_c81e72_matching_answer','99'),(450,151,'_sub2_matching_answer','0'),(451,152,'sub1_answer','1'),(452,152,'sub2_answer','2'),(453,152,'sub3_answer','0'),(454,152,'_sqi','012{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(455,153,'-finish','1'),(456,154,'_qi','285844'),(457,155,'answer','

ytw3e5

'),(458,155,'answerformat','1'),(459,155,'_sqi','0'),(460,156,'-finish','1'),(461,157,'_qi','624004'),(462,158,'answer','

ye45r3

'),(463,158,'answerformat','1'),(464,158,'_sqi','0'),(465,159,'-finish','1'),(466,160,'_qi','73304'),(467,161,'answer',''),(468,161,'answerformat','1'),(469,161,'_sqi','0'),(470,161,'auxiliar_text','

ewrqat

'),(471,162,'-finish','1'),(472,163,'_qi','384264'),(473,164,'answer',''),(474,164,'answerformat','2'),(475,164,'_sqi','0'),(476,165,'-finish','1'),(477,166,'_qi','461354'),(478,167,'answer',''),(479,167,'answerformat','2'),(480,167,'_sqi','0'),(481,168,'-finish','1'),(482,169,'_qi','179744_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>4]]>6]]>9]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce196660469'),(483,170,'answer','

469

'),(484,170,'answerformat','1'),(485,170,'_sqi','0'),(486,171,'-finish','1'),(487,172,'_qi','14'),(488,173,'answer',''),(489,173,'answerformat','1'),(490,173,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(491,173,'_sqi','0'),(492,174,'-finish','1'),(493,175,'_qi','14'),(494,176,'answer',''),(495,176,'answerformat','1'),(496,176,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(497,176,'_sqi','0'),(498,177,'-finish','1'),(499,178,'_qi','14'),(500,179,'answer',''),(501,179,'answerformat','1'),(502,179,'attachments','09108d8c1d030a2baf423c08832c1684'),(503,179,'_sqi','0'),(504,180,'-finish','1'),(505,181,'_qi','14'),(506,182,'answer',''),(507,182,'answerformat','1'),(508,182,'attachments','12c85e59613b7de618233faff91e5edd'),(509,182,'_sqi','0'),(510,183,'-finish','1'),(511,184,'_qi','192244'),(512,185,'answer',''),(513,185,'answerformat','1'),(514,185,'_sqi','0'),(515,186,'-finish','1'),(516,187,'_qi','178534'),(517,188,'answer',''),(518,188,'answerformat','1'),(519,188,'_sqi','0'),(520,189,'-finish','1'),(521,190,'_qi','274334'),(522,191,'answer',''),(523,191,'answerformat','1'),(524,191,'_sqi','0'),(525,191,'auxiliar_text',''),(526,192,'-finish','1'),(527,193,'_qi','546534'),(528,194,'answer',''),(529,194,'answerformat','2'),(530,194,'_sqi','0'),(531,195,'-finish','1'),(532,196,'_qi','574564'),(533,197,'answer',''),(534,197,'answerformat','2'),(535,197,'_sqi','0'),(536,198,'-finish','1'),(537,199,'_qi','102084_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>3]]>5]]>10]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce1966603510'),(538,200,'answer',''),(539,200,'answerformat','1'),(540,200,'_sqi','0'),(541,201,'-finish','1'),(542,202,'_qi','14'),(543,203,'answer',''),(544,203,'answerformat','1'),(545,203,'attachments',''),(546,203,'_sqi','0'),(547,204,'-finish','1'),(548,205,'_qi','14'),(549,206,'answer',''),(550,206,'answerformat','1'),(551,206,'attachments',''),(552,206,'_sqi','0'),(553,207,'-finish','1'),(554,208,'_qi','14'),(555,209,'answer',''),(556,209,'answerformat','1'),(557,209,'attachments',''),(558,209,'_sqi','0'),(559,210,'-finish','1'),(560,211,'_qi','14'),(561,212,'answer',''),(562,212,'answerformat','1'),(563,212,'attachments',''),(564,212,'_sqi','0'),(565,213,'-finish','1'),(566,214,'_stemorder','47,48,46'),(567,214,'_choiceorder','47,48,46'),(568,214,'_qi','3092742]]>3]]>5]]>235{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(569,215,'sub0','1'),(570,215,'sub1','2'),(571,215,'sub2','3'),(572,215,'_sqi','0{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(573,216,'-finish','1'),(574,217,'_stemorder','3,2,1'),(575,217,'_choiceorder','2,1,3'),(576,217,'_qi','577947]]>5]]>0]]>750{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(577,218,'sub0','3'),(578,218,'sub1','1'),(579,218,'sub2','2'),(580,218,'_sqi','0{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(581,219,'-finish','1'),(582,220,'_stemorder','10,12,11'),(583,220,'_choiceorder','10,11,12'),(584,220,'_qi','5824847]]>3]]>3]]>733{"symbols":["3","7"],"structure":["General","Fraction"]}'),(585,221,'sub0','1'),(586,221,'sub1','2'),(587,221,'sub2','3'),(588,221,'_sqi','0{"symbols":["3","7"],"structure":["General","Fraction"]}'),(589,222,'-finish','1'),(590,223,'_stemorder','33,28,32,30,31,29'),(591,223,'_choiceorder','33,30,29,32,31,28'),(592,223,'_qi','36649410]]>3]]>1]]>30]]>3]]>10]]>103130310{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(593,224,'sub0','1'),(594,224,'sub1','6'),(595,224,'sub2','3'),(596,224,'sub3','2'),(597,224,'sub4','5'),(598,224,'sub5','4'),(599,224,'_sqi','0{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(600,225,'-finish','1'),(601,226,'_stemorder','21,20,19'),(602,226,'_choiceorder','21,20,19'),(603,226,'_qi','5890043]]>1]]>8]]>318{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(604,227,'sub0','1'),(605,227,'sub1','2'),(606,227,'sub2','3'),(607,227,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(608,227,'auxiliar_text',''),(609,228,'-finish','1'),(610,229,'_stemorder','46,48,47'),(611,229,'_choiceorder','46,47,48'),(612,229,'_qi','3511343]]>7]]>1]]>371{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(613,230,'sub0','1'),(614,230,'sub1','3'),(615,230,'sub2','2'),(616,230,'_sqi','0{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(617,231,'-finish','1'),(618,232,'_stemorder','3,2,1'),(619,232,'_choiceorder','3,1,2'),(620,232,'_qi','26095410]]>8]]>0]]>1080{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(621,233,'sub0','1'),(622,233,'sub1','3'),(623,233,'sub2','2'),(624,233,'_sqi','0{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(625,234,'-finish','1'),(626,235,'_stemorder','12,10,11'),(627,235,'_choiceorder','11,10,12'),(628,235,'_qi','2561542]]>2]]>4]]>224{"symbols":["2","4"],"structure":["General","Fraction"]}'),(629,236,'sub0','3'),(630,236,'sub1','1'),(631,236,'sub2','2'),(632,236,'_sqi','0{"symbols":["2","4"],"structure":["General","Fraction"]}'),(633,237,'-finish','1'),(634,238,'_stemorder','33,30,31,29,32,28'),(635,238,'_choiceorder','28,29,32,33,30,31'),(636,238,'_qi','1844349]]>6]]>0]]>54]]>0]]>0]]>9605400{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(637,239,'sub0','4'),(638,239,'sub1','3'),(639,239,'sub2','6'),(640,239,'sub3','2'),(641,239,'sub4','5'),(642,239,'sub5','1'),(643,239,'_sqi','0{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(644,240,'-finish','1'),(645,241,'_stemorder','20,19,21'),(646,241,'_choiceorder','20,21,19'),(647,241,'_qi','6387240]]>5]]>4]]>054{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(648,242,'sub0','1'),(649,242,'sub1','3'),(650,242,'sub2','2'),(651,242,'_sqi','0{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(652,242,'auxiliar_text',''),(653,243,'-finish','1'),(654,244,'_stemorder','48,47,46'),(655,244,'_choiceorder','48,47,46'),(656,244,'_qi','425947]]>3]]>0]]>730{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(657,245,'sub0','1'),(658,245,'sub1','2'),(659,245,'sub2','2'),(660,245,'_sqi','0{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(661,246,'-finish','1'),(662,247,'_stemorder','3,1,2'),(663,247,'_choiceorder','3,1,2'),(664,247,'_qi','3334047]]>4]]>3]]>743{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(665,248,'sub0','1'),(666,248,'sub1','1'),(667,248,'sub2','1'),(668,248,'_sqi','0{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(669,249,'-finish','1'),(670,250,'_stemorder','10,12,11'),(671,250,'_choiceorder','12,11,10'),(672,250,'_qi','3274343]]>10]]>9]]>3109{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(673,251,'sub0','1'),(674,251,'sub1','1'),(675,251,'sub2','1'),(676,251,'_sqi','0{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(677,252,'-finish','1'),(678,253,'_stemorder','33,30,28,31,29,32'),(679,253,'_choiceorder','33,32,31,28,30,29'),(680,253,'_qi','1372046]]>5]]>0]]>30]]>0]]>0]]>6503000{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(681,254,'sub0','1'),(682,254,'sub1','1'),(683,254,'sub2','1'),(684,254,'sub3','1'),(685,254,'sub4','1'),(686,254,'sub5','1'),(687,254,'_sqi','0{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(688,255,'-finish','1'),(689,256,'_stemorder','19,20,21'),(690,256,'_choiceorder','20,21,19'),(691,256,'_qi','5570342]]>1]]>2]]>212{"symbols":["1","2"],"structure":["General","Fraction"]}'),(692,257,'sub0','1'),(693,257,'sub1','1'),(694,257,'sub2','1'),(695,257,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(696,257,'auxiliar_text',''),(697,258,'sub0','1'),(698,258,'sub1','1'),(699,258,'sub2','1'),(700,258,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(701,258,'auxiliar_text',''),(702,259,'-finish','1'),(703,260,'_stemorder','51,50,49'),(704,260,'_choiceorder','49,50,51'),(705,260,'_qi','399604155]]>155]]>151]]>155155151{"symbols":["1","5"],"structure":["General","Fraction"]}'),(706,261,'sub0','1'),(707,261,'sub1','3'),(708,261,'sub2','2'),(709,261,'_sqi','0{"symbols":["1","5"],"structure":["General","Fraction"]}'),(710,262,'-finish','1'),(711,263,'_stemorder','6,4,5'),(712,263,'_choiceorder','4,5,6'),(713,263,'_qi','531434194]]>36]]>147]]>19436147{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(714,264,'sub0','3'),(715,264,'sub1','1'),(716,264,'sub2','2'),(717,264,'_sqi','0{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(718,265,'-finish','1'),(719,266,'_stemorder','15,14,13'),(720,266,'_choiceorder','14,13,15'),(721,266,'_qi','474384187]]>136]]>77]]>18713677{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(722,267,'sub0','3'),(723,267,'sub1','1'),(724,267,'sub2','2'),(725,267,'_sqi','0{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(726,268,'-finish','1'),(727,269,'_stemorder','36,34,39,35,37,38'),(728,269,'_choiceorder','35,39,36,37,38,34'),(729,269,'_qi','323094323]]>129]]>108]]>41667]]>13932]]>34884]]>323129108416671393234884{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(730,270,'sub0','3'),(731,270,'sub1','6'),(732,270,'sub2','2'),(733,270,'sub3','1'),(734,270,'sub4','4'),(735,270,'sub5','5'),(736,270,'_sqi','0{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(737,271,'-finish','1'),(738,272,'_stemorder','22,24,23'),(739,272,'_choiceorder','23,22,24'),(740,272,'_qi','377964174]]>180]]>92]]>17418092{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(741,273,'sub0','2'),(742,273,'sub1','3'),(743,273,'sub2','1'),(744,273,'_sqi','0{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(745,273,'auxiliar_text',''),(746,274,'-finish','1'),(747,275,'_order','137,139,138,136'),(748,275,'_qi','616984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(749,276,'answer','1'),(750,276,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(751,277,'-finish','1'),(752,278,'_order','145,147,146,144'),(753,278,'_qi','396984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(754,279,'answer','0'),(755,279,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(756,280,'-finish','1'),(757,281,'_order','157,158,156,159'),(758,281,'_qi','532104sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(759,282,'answer','2'),(760,282,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(761,282,'auxiliar_text',''),(762,283,'-finish','1'),(763,284,'_order','164,165,167,166,169,168,170'),(764,284,'_qi','350134sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(765,285,'answer','6'),(766,285,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(767,286,'-finish','1'),(768,287,'_order','179,181,178,180'),(769,287,'_qi','276994sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(770,288,'answer','3'),(771,288,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(772,289,'-finish','1'),(773,290,'_order','139,136,138,137'),(774,290,'_qi','139844sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(775,291,'answer','-1'),(776,291,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(777,292,'-finish','1'),(778,293,'_order','146,145,144,147'),(779,293,'_qi','621814sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(780,294,'answer','-1'),(781,294,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(782,295,'-finish','1'),(783,296,'_order','158,157,159,156'),(784,296,'_qi','497554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(785,297,'answer','-1'),(786,297,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(787,297,'auxiliar_text',''),(788,298,'-finish','1'),(789,299,'_order','166,164,167,165,169,170,168'),(790,299,'_qi','429924sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(791,300,'answer','-1'),(792,300,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(793,301,'-finish','1'),(794,302,'_order','181,180,178,179'),(795,302,'_qi','41034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(796,303,'answer','-1'),(797,303,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(798,304,'-finish','1'),(799,305,'_qi','1x+1]]>4110'),(800,305,'_matching_answer_grade',NULL),(801,305,'_matching_answer_wq','0'),(802,305,'_matching_answer','5'),(803,305,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(804,305,'_gc','0'),(805,306,'answer','x+1'),(806,306,'_sqi','0x+1]]>'),(807,307,'-finish','1'),(808,308,'_qi','1x+1411'),(809,308,'_matching_answer_grade',NULL),(810,308,'_matching_answer_wq','0'),(811,308,'_matching_answer','7'),(812,308,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(813,308,'_gc','0'),(814,309,'answer','x+1'),(815,309,'_sqi','0x+1'),(816,310,'-finish','1'),(817,311,'_qi','1x+1411'),(818,311,'_matching_answer_grade',NULL),(819,311,'_matching_answer_wq','0'),(820,311,'_matching_answer','9'),(821,311,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(822,311,'_gc','0'),(823,312,'answer','x+1'),(824,312,'_sqi','0x+1'),(825,313,'-finish','1'),(826,314,'_qi','1x+1]]>411'),(827,314,'_matching_answer_grade',NULL),(828,314,'_matching_answer_wq','0'),(829,314,'_matching_answer','11'),(830,314,'_response_hash','f01ab95a5ce189e069f442a773063b74'),(831,314,'_gc','0'),(832,315,'answer','x+1'),(833,315,'_sqi','0x+1]]>'),(834,316,'-finish','1'),(835,317,'_qi','1x+1]]>4110'),(836,317,'_matching_answer_grade',NULL),(837,317,'_matching_answer_wq','0'),(838,317,'_matching_answer','14'),(839,317,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(840,317,'_gc','0'),(841,318,'answer','x+1'),(842,318,'_sqi','0x+1]]>'),(843,319,'-finish','1'),(844,320,'_qi','112]]>411'),(845,320,'_matching_answer_grade',NULL),(846,320,'_matching_answer_wq','0'),(847,320,'_matching_answer','17'),(848,320,'_response_hash','b33a966a245c149efbf5869fd9ffd8ed'),(849,320,'_gc','0'),(850,321,'answer','12'),(851,321,'_sqi','012]]>'),(852,322,'-finish','1'),(853,323,'_qi','1x+1]]>41'),(854,323,'_matching_answer_grade',NULL),(855,323,'_matching_answer_wq','0'),(856,323,'_matching_answer','18'),(857,323,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(858,323,'_gc','0'),(859,324,'answer','x+1'),(860,324,'_sqi','0x+1]]>'),(861,325,'-finish','1'),(862,326,'_qi','1048144104]]>4{"symbols":["1","4","=","S","s"],"structure":["General","Fraction"]}'),(863,326,'_matching_answer_grade',NULL),(864,326,'_matching_answer','0'),(865,326,'_response_hash','a87ff679a2f3e71d9181a67b7542122c'),(866,326,'_gc','0'),(867,327,'answer','4'),(868,327,'_sqi','04{"symbols":["1","4","=","S","s"],"structure":["General","Fraction"]}'),(869,328,'-finish','1'),(870,329,'_qi','1{"elements":[],"constraints":[],"displays":[{}],"handwriting":[]}41'),(871,329,'_matching_answer_grade',NULL),(872,329,'_matching_answer_wq','0'),(873,329,'_matching_answer','194'),(874,329,'_response_hash','ffcbcefea12cd19129f22f6c3812bbcd'),(875,329,'_gc','0'),(876,330,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{}],\"handwriting\":[]}'),(877,330,'_sqi','0{"elements":[],"constraints":[],"displays":[{}],"handwriting":[]}'),(878,331,'-finish','1'),(879,332,'_qi','1410'),(880,332,'_matching_answer_grade',NULL),(881,332,'_matching_answer','0'),(882,332,'_response_hash','72fc485923b8eec5a732cbc28b164cfb'),(883,332,'_gc','0'),(884,333,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(885,333,'_sqi','0'),(886,334,'-finish','1'),(887,335,'_qi','14100.5'),(888,335,'_matching_answer_grade',NULL),(889,335,'_matching_answer','0'),(890,335,'_response_hash','c85b7c53db6d8eac0c2eb990e36a3932'),(891,335,'_gc','0'),(892,336,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-3.6133603238866403,4.038461538461538],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-2.3380566801619445,-2.678137651821862],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[3,-3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.023786245316565,\"grid_subdivisions\":2}],\"handwriting_traces\":[{\"strokes\":[[[3.6653783817479137,4.078766921042789],[3.610259909841929,4.078766921042789],[3.610259909841929,4.078766921042789],[3.3897860222179936,4.299240808666722],[3.2795490784060277,4.40947775247869],[3.0039567188761076,4.685070112008608],[2.8937197750641417,4.795307055820575],[2.7834828312521758,4.850425527726559],[2.728364359346191,4.850425527726559],[2.6732458874402063,4.850425527726559],[2.452771999816271,4.850425527726559],[2.232298112192339,4.850425527726559],[2.0118242245684037,4.850425527726559],[1.7913503369444683,4.850425527726559],[1.570876449320533,4.850425527726559],[1.460639505508567,4.850425527726559],[1.2401656178846316,4.850425527726559],[1.0196917302606963,4.850425527726559],[0.7992178426367644,4.795307055820575],[0.578743955012829,4.795307055820575],[0.4133885392948784,4.795307055820575],[0.19291465167094302,4.795307055820575],[-0.08267770785897355,4.795307055820575],[-0.30315159548290893,4.850425527726559],[-0.4685070112008596,4.850425527726559],[-0.6338624269188102,4.850425527726559],[-0.8543363145427456,4.850425527726559],[-0.9094547864487303,4.850425527726559],[-1.185047145978647,4.795307055820575],[-1.3504025616965976,4.740188583914591],[-1.51575797741455,4.740188583914591],[-1.7362318650384836,4.740188583914591],[-1.8464688088504513,4.685070112008608],[-1.956705752662419,4.629951640102624],[-2.066942696474385,4.5748331681966405],[-2.2874165840983203,4.464596224384673],[-2.452771999816271,4.40947775247869],[-2.5630089436282386,4.354359280572705],[-2.6181274155342216,4.354359280572705],[-2.7283643593461893,4.244122336760739],[-2.89371977506414,4.1890038648547545],[-2.948838246970123,4.1338853929487716],[-3.0590751907820906,4.078766921042789],[-3.1141936626880753,4.023648449136804],[-3.1693121345940583,3.968529977230821],[-3.224430606500041,3.913411505324838],[-3.224430606500041,3.858293033418853],[-3.334667550312009,3.7480560896068855],[-3.389786022217992,3.6378191457949196],[-3.389786022217992,3.582700673888935],[-3.4449044941239766,3.472463730076967],[-3.5000229660299595,3.3071083143590165],[-3.5000229660299595,3.1968713705470506],[-3.5000229660299595,3.086634426735083],[-3.5000229660299595,2.8110420672051646],[-3.5000229660299595,2.700805123393197],[-3.5000229660299595,2.4803312357692633],[-3.5000229660299595,2.3149758200513126],[-3.5000229660299595,2.149620404333362],[-3.4449044941239766,2.0393834605213943],[-3.4449044941239766,1.9291465167094266],[-3.4449044941239766,1.763791100991476],[-3.4449044941239766,1.5984356852735253],[-3.4449044941239766,1.4330802695555747],[-3.4449044941239766,1.1574879100256563],[-3.4449044941239766,1.0472509662136886],[-3.4449044941239766,0.9370140224017209],[-3.4449044941239766,0.7716586066837703],[-3.389786022217992,0.6063031909658196],[-3.334667550312009,0.440947775247869],[-3.279549078406026,0.2204738876239336],[-3.224430606500041,0],[-3.224430606500041,-0.16535541571795065],[-3.224430606500041,-0.22047388762393538],[-3.1693121345940583,-0.49606624715385195],[-3.1141936626880753,-0.6063031909658196],[-3.0590751907820906,-0.826777078589755],[-2.948838246970123,-0.9921324943077057],[-2.838601303158157,-1.2126063819316393],[-2.6732458874402045,-1.4330802695555747],[-2.5630089436282386,-1.5984356852735253],[-2.507890471722254,-1.708672629085493],[-2.452771999816271,-1.763791100991476],[-2.3425350560043032,-1.9291465167094266],[-2.066942696474385,-2.259857348145328],[-1.8464688088504513,-2.4803312357692633],[-1.7362318650384836,-2.7008051233931987],[-1.570876449320533,-2.9212790110171323],[-1.3504025616965976,-3.086634426735083],[-1.185047145978647,-3.3071083143590183],[-0.9645732583547115,-3.527582201982952],[-0.688980898824795,-3.7480560896068873],[-0.35827006738889366,-3.9685299772308227],[-0.19291465167094302,-4.023648449136804],[-0.13779617976495828,-4.023648449136804],[0.19291465167094302,-4.078766921042789],[0.4133885392948784,-4.078766921042789],[0.6338624269188138,-4.023648449136804],[0.8543363145427456,-3.913411505324838],[1.074810202166681,-3.858293033418853],[1.2401656178846316,-3.7480560896068873],[1.460639505508567,-3.7480560896068873],[1.7362318650384836,-3.5827006738889366],[1.9015872807564342,-3.472463730076969],[2.0118242245684037,-3.3622267862650013],[2.1771796402863544,-3.3071083143590183],[2.232298112192339,-3.1968713705470506],[2.342535056004305,-3.141752898641066],[2.3976535279102897,-3.0315159548291],[2.5078904717222557,-2.9763974829231152],[2.6732458874402063,-2.8110420672051646],[2.838601303158157,-2.7008051233931987],[2.8937197750641417,-2.645686651487214],[3.0039567188761076,-2.5354497076752462],[3.114193662688077,-2.4252127638632803],[3.1693121345940583,-2.4252127638632803],[3.4449044941239784,-2.0945019324273773],[3.5551414379359443,-1.8740280448034436],[3.720496853653895,-1.6535541571795083],[3.7756153255598797,-1.4330802695555747],[3.8858522693718456,-1.2126063819316393],[3.9409707412778303,-0.9370140224017227],[3.9409707412778303,-0.7165401347777873],[3.996089213183815,-0.49606624715385195],[3.996089213183815,-0.38582930334188603],[3.996089213183815,-0.11023694381196769],[3.996089213183815,0.11023694381196769],[3.996089213183815,0.2204738876239336],[4.051207685089796,0.440947775247869],[4.051207685089796,0.7716586066837703],[4.051207685089796,0.9921324943077057],[4.051207685089796,1.2126063819316393],[4.051207685089796,1.4330802695555747],[4.051207685089796,1.6535541571795083],[4.051207685089796,1.9291465167094266],[4.051207685089796,2.0393834605213943],[4.051207685089796,2.3149758200513126],[4.051207685089796,2.5354497076752462],[3.996089213183815,2.7559235952991816],[3.996089213183815,2.9212790110171323],[3.9409707412778303,3.086634426735083],[3.8858522693718456,3.3071083143590165],[3.8307337974658644,3.4173452581709842],[3.8307337974658644,3.582700673888935],[3.7756153255598797,3.6929376177009026],[3.6653783817479137,3.8031745615128703],[3.6653783817479137,3.858293033418853],[3.610259909841929,3.913411505324838],[3.5551414379359443,3.968529977230821]],[[4.106326156995781,7.2205198196838545],[3.8858522693718456,7.330756763495822],[3.5551414379359443,7.496112179213773],[3.3897860222179936,7.551230651119756],[3.224430606500043,7.551230651119756],[3.0039567188761076,7.551230651119756],[2.728364359346191,7.551230651119756],[2.452771999816271,7.551230651119756],[2.0669426964743884,7.440993707307789],[1.7362318650384836,7.330756763495822],[1.6259949212265177,7.2205198196838545],[1.2401656178846316,6.889808988247953],[1.0196917302606963,6.669335100624018],[0.7992178426367644,6.448861213000084],[0.7440993707307797,6.3386242691881165],[0.5236254831068443,6.007913437752215],[0.46850701120086313,5.78743955012828],[0.46850701120086313,5.566965662504346],[0.46850701120086313,5.346491774880411],[0.578743955012829,5.126017887256477],[0.8543363145427456,4.795307055820575],[0.9094547864487303,4.685070112008608],[1.1850471459786505,4.40947775247869],[1.3504025616966011,4.244122336760739],[1.5157579774145518,4.078766921042789],[1.7362318650384836,3.858293033418853],[1.956705752662419,3.6929376177009026],[2.232298112192339,3.4173452581709842],[2.5078904717222557,3.1968713705470506],[2.838601303158157,2.9763974829231152],[3.5000229660299595,2.645686651487214],[3.610259909841929,2.590568179581229],[3.9409707412778303,2.3700942919572956],[4.106326156995781,2.3149758200513126],[4.381918516525701,2.259857348145328],[4.547273932243652,2.259857348145328],[4.822866291773568,2.259857348145328],[5.043340179397504,2.3700942919572956],[5.263814067021439,2.5354497076752462],[5.42916948273939,2.700805123393197],[5.59452489845734,2.9212790110171323],[5.759880314175291,3.141752898641066],[5.870117257987257,3.3622267862650013],[5.980354201799226,3.6378191457949196],[5.980354201799226,3.968529977230821],[5.925235729893242,4.1890038648547545],[5.814998786081272,4.40947775247869],[5.704761842269306,4.629951640102624],[5.539406426551356,4.850425527726559],[5.374051010833405,5.126017887256477],[5.098458651303485,5.4567287186923785],[4.988221707491519,5.622084134410329],[4.877984763679553,5.732321078222297],[4.822866291773568,5.842558022034264],[4.657510876055618,6.007913437752215],[4.492155460337667,6.173268853470166],[4.381918516525701,6.283505797282133],[4.216563100807747,6.448861213000084],[3.8858522693718456,6.669335100624018],[3.7756153255598797,6.834690516341969],[3.5551414379359443,7.00004593205992],[3.5551414379359443,7.055164403965904],[3.5000229660299595,7.055164403965904]]],\"display_id\":\"\"}]}'),(893,336,'_sqi','0'),(894,337,'-finish','1'),(895,338,'_qi','1410'),(896,338,'_matching_answer_grade',NULL),(897,338,'_matching_answer','0'),(898,338,'_response_hash','8a88753b3219e185c707697312bf6fc3'),(899,338,'_gc','0'),(900,339,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[5.498315110669349,2.7695216853741904],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.023786245316565,\"grid_subdivisions\":2}],\"handwriting_traces\":[{\"strokes\":[[[1.6124628412975035,1.5017968315365664],[1.6675813132034882,1.5017968315365664],[1.7226997851094712,1.3915598877246005],[1.8329367289214389,1.3364414158186158],[2.0534106165453725,1.171086000100665],[2.1085290884513572,1.0608490562886974],[2.16364756035734,1.0057305843827145],[2.16364756035734,0.9506121124767297],[2.218766032263323,0.9506121124767297],[2.218766032263323,0.8403751686647638],[2.273884504169308,0.7852566967587791],[2.273884504169308,0.7301382248527961]]],\"display_id\":\"\"}]}'),(901,339,'_sqi','0'),(902,340,'-finish','1'),(903,341,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41100010'),(904,341,'_matching_answer_grade',NULL),(905,341,'_matching_answer','0'),(906,341,'_response_hash','aea8118739f32a23e8f3ca0025a98b2f'),(907,341,'_gc','0'),(908,342,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[3],[4],[3]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(909,342,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(910,343,'-finish','1'),(911,344,'_qi','1label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410100'),(912,344,'_matching_answer_grade',NULL),(913,344,'_matching_answer','0'),(914,344,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(915,344,'_gc','0'),(916,345,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(917,345,'_sqi','0label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(918,346,'-finish','1'),(919,347,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410.16666666666667'),(920,347,'_matching_answer_grade',NULL),(921,347,'_matching_answer','0'),(922,347,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(923,347,'_gc','0'),(924,348,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(925,348,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(926,349,'-finish','1'),(927,350,'_qi','1x-1]]>4101'),(928,350,'_matching_answer_grade',NULL),(929,350,'_matching_answer_wq','1'),(930,350,'_matching_answer','6'),(931,350,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(932,350,'_gc','0'),(933,351,'answer','x-1'),(934,351,'_sqi','0x-1]]>'),(935,352,'-finish','1'),(936,353,'_qi','1x+1411'),(937,353,'_matching_answer_grade',NULL),(938,353,'_matching_answer_wq','0'),(939,353,'_matching_answer','7'),(940,353,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(941,353,'_gc','0'),(942,354,'answer','x+1'),(943,354,'_sqi','0x+1'),(944,355,'-finish','1'),(945,356,'_qi','1x+1411'),(946,356,'_matching_answer_grade',NULL),(947,356,'_matching_answer_wq','0'),(948,356,'_matching_answer','9'),(949,356,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(950,356,'_gc','0'),(951,357,'answer','x+1'),(952,357,'_sqi','0x+1'),(953,358,'-finish','1'),(954,359,'_qi','1x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>400'),(955,359,'_matching_answer_grade',NULL),(956,359,'_matching_answer','0'),(957,359,'_response_hash','260e8460c604ad886b2ece32d6e91413'),(958,359,'_gc','0'),(959,360,'answer','x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(960,360,'_sqi','0x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>'),(961,361,'-finish','1'),(962,362,'_qi','1x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>4000'),(963,362,'_matching_answer_grade',NULL),(964,362,'_matching_answer','0'),(965,362,'_response_hash','90d5eef3e0c4ad4738c02006c148e38c'),(966,362,'_gc','0'),(967,363,'answer','x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(968,363,'_sqi','0x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>'),(969,364,'-finish','1'),(970,365,'_qi','1x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>400'),(971,365,'_matching_answer_grade',NULL),(972,365,'_matching_answer','0'),(973,365,'_response_hash','90d5eef3e0c4ad4738c02006c148e38c'),(974,365,'_gc','0'),(975,366,'answer','x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(976,366,'_sqi','0x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>'),(977,367,'-finish','1'),(978,368,'_qi','1x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>41'),(979,368,'_matching_answer_grade',NULL),(980,368,'_matching_answer_wq','0'),(981,368,'_matching_answer','18'),(982,368,'_response_hash','90d5eef3e0c4ad4738c02006c148e38c'),(983,368,'_gc','0'),(984,369,'answer','x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(985,369,'_sqi','0x+1<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>+</mo><mn>1</mn></math>]]>'),(986,370,'-finish','1'),(987,371,'_qi','45949x+14107]]>7{"symbols":["1","7","=","S","s"],"structure":["General","Fraction"]}'),(988,371,'_matching_answer_grade',NULL),(989,371,'_matching_answer','0'),(990,371,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(991,371,'_gc','0'),(992,372,'answer','x+1'),(993,372,'_sqi','0x+1{"symbols":["1","7","=","S","s"],"structure":["General","Fraction"]}'),(994,373,'-finish','1'),(995,374,'_qi','1{"elements":[],"constraints":[],"displays":[{}],"handwriting":[]}41'),(996,374,'_matching_answer_grade',NULL),(997,374,'_matching_answer_wq','0'),(998,374,'_matching_answer','194'),(999,374,'_response_hash','ffcbcefea12cd19129f22f6c3812bbcd'),(1000,374,'_gc','0'),(1001,375,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{}],\"handwriting\":[]}'),(1002,375,'_sqi','0{"elements":[],"constraints":[],"displays":[{}],"handwriting":[]}'),(1003,376,'-finish','1'),(1004,377,'_qi','1410'),(1005,377,'_matching_answer_grade',NULL),(1006,377,'_matching_answer','0'),(1007,377,'_response_hash','05ce827cf53dab1bbe5604eed118efd1'),(1008,377,'_gc','0'),(1009,378,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"distance\",\"coordinates\":[-6,6],\"elements\":[{\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"distance_between_two_elements\",\"input\":[\"A\",\"B\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label_visibility\":\"always\",\"stroke_width\":4,\"line_style\":1,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":25.023786245316572,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1010,378,'_sqi','0'),(1011,379,'-finish','1'),(1012,380,'_qi','14100.5'),(1013,380,'_matching_answer_grade',NULL),(1014,380,'_matching_answer','0'),(1015,380,'_response_hash','3cd10182b430507af5ed31f46da2f38e'),(1016,380,'_gc','0'),(1017,381,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-3.6133603238866403,4.038461538461538],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-2.3380566801619445,-2.678137651821862],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[3,-3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.023786245316565,\"grid_subdivisions\":2}],\"handwriting_traces\":[{\"strokes\":[[[0.027559235952992367,4.023648449136804],[-0.027559235952992367,4.023648449136804],[-0.027559235952992367,4.023648449136804],[-0.08267770785897355,4.023648449136804],[-0.08267770785897355,4.023648449136804],[-0.13779617976495828,4.023648449136804],[-0.19291465167094302,4.023648449136804],[-0.35827006738889366,3.968529977230821],[-0.41338853929487485,3.968529977230821],[-0.4685070112008596,3.968529977230821],[-0.4685070112008596,3.913411505324838],[-0.5236254831068443,3.858293033418853],[-0.6338624269188102,3.8031745615128703],[-0.688980898824795,3.7480560896068855],[-0.7992178426367609,3.6929376177009026],[-0.8543363145427456,3.582700673888935],[-0.9645732583547115,3.527582201982952],[-1.0748102021666792,3.4173452581709842],[-1.185047145978647,3.3071083143590165],[-1.2952840897906146,3.1968713705470506],[-1.4606395055085653,2.9763974829231152],[-1.570876449320533,2.8661605391111475],[-1.625994921226516,2.8661605391111475],[-1.7362318650384836,2.700805123393197],[-1.7913503369444665,2.645686651487214],[-1.9015872807564342,2.5354497076752462],[-2.011824224568402,2.4803312357692633],[-2.011824224568402,2.4252127638632786],[-2.066942696474385,2.4252127638632786],[-2.1220611683803696,2.3700942919572956],[-2.1220611683803696,2.3149758200513126],[-2.2874165840983203,2.204738876239345],[-2.397653527910288,2.0945019324273773],[-2.452771999816271,2.0393834605213943],[-2.507890471722254,1.9291465167094266],[-2.507890471722254,1.8740280448034436],[-2.5630089436282386,1.763791100991476],[-2.6732458874402045,1.6535541571795083],[-2.7283643593461893,1.5433172133675406],[-2.7283643593461893,1.4881987414615576],[-2.783482831252172,1.4330802695555747],[-2.783482831252172,1.322843325743607],[-2.838601303158157,1.267724853837624],[-2.838601303158157,1.1574879100256563],[-2.89371977506414,1.1023694381196716],[-2.89371977506414,0.9370140224017209],[-3.0039567188761076,0.8267770785897532],[-3.0039567188761076,0.7716586066837703],[-3.0590751907820906,0.6614216628718026],[-3.0590751907820906,0.6063031909658196],[-3.1141936626880753,0.5511847190598367],[-3.1693121345940583,0.5511847190598367],[-3.224430606500041,0.49606624715385195],[-3.279549078406026,0.440947775247869],[-3.279549078406026,0.38582930334188603],[-3.279549078406026,0.38582930334188603],[-3.334667550312009,0.38582930334188603],[-3.389786022217992,0.3307108314359013],[-3.4449044941239766,0.27559235952991834],[-3.4449044941239766,0.2204738876239336],[-3.4449044941239766,0.11023694381196769],[-3.4449044941239766,0],[-3.4449044941239766,-0.11023694381196769],[-3.4449044941239766,-0.16535541571795065],[-3.4449044941239766,-0.22047388762393538],[-3.4449044941239766,-0.27559235952991834],[-3.4449044941239766,-0.3307108314359013],[-3.389786022217992,-0.440947775247869],[-3.334667550312009,-0.6063031909658196],[-3.279549078406026,-0.6614216628718044],[-3.224430606500041,-0.7716586066837703],[-3.1141936626880753,-0.881895550495738],[-3.0039567188761076,-1.0472509662136886],[-2.948838246970123,-1.1023694381196734],[-2.89371977506414,-1.2126063819316393],[-2.89371977506414,-1.267724853837624],[-2.783482831252172,-1.37796179764959],[-2.783482831252172,-1.4330802695555747],[-2.7283643593461893,-1.4330802695555747],[-2.7283643593461893,-1.5433172133675424],[-2.7283643593461893,-1.5984356852735253],[-2.6181274155342216,-1.8189095728974607],[-2.507890471722254,-2.0945019324273773],[-2.397653527910288,-2.3149758200513126],[-2.3425350560043032,-2.4803312357692633],[-2.3425350560043032,-2.5354497076752462],[-2.2322981121923355,-2.7559235952991816],[-2.1771796402863526,-2.8110420672051646],[-2.066942696474385,-2.9763974829231152],[-1.956705752662419,-3.141752898641066],[-1.9015872807564342,-3.3071083143590183],[-1.9015872807564342,-3.3622267862650013],[-1.8464688088504513,-3.3622267862650013],[-1.8464688088504513,-3.4173452581709842],[-1.7913503369444665,-3.472463730076969],[-1.7362318650384836,-3.472463730076969],[-1.625994921226516,-3.5827006738889366],[-1.4055210336025823,-3.7480560896068873],[-1.0748102021666792,-4.023648449136804],[-0.9645732583547115,-4.133885392948773],[-0.8543363145427456,-4.1890038648547545],[-0.7992178426367609,-4.1890038648547545],[-0.7440993707307797,-4.1890038648547545],[-0.688980898824795,-4.1890038648547545],[-0.688980898824795,-4.1890038648547545],[-0.6338624269188102,-4.1890038648547545],[-0.578743955012829,-4.1890038648547545],[-0.4685070112008596,-4.1890038648547545],[-0.35827006738889366,-4.1890038648547545],[-0.2480331235769242,-4.244122336760739],[-0.19291465167094302,-4.244122336760739],[-0.13779617976495828,-4.244122336760739],[-0.08267770785897355,-4.244122336760739],[-0.08267770785897355,-4.244122336760739],[0.0826777078589771,-4.244122336760739],[0.30315159548290893,-4.1890038648547545],[0.4133885392948784,-4.1890038648547545],[0.5236254831068443,-4.1890038648547545],[0.688980898824795,-4.1890038648547545],[0.7992178426367644,-4.1890038648547545],[0.9094547864487303,-4.1890038648547545],[1.074810202166681,-4.1890038648547545],[1.2401656178846316,-4.078766921042789],[1.3504025616966011,-4.023648449136804],[1.5157579774145518,-3.9685299772308227],[1.6259949212265177,-3.913411505324838],[1.7913503369444683,-3.858293033418853],[1.9015872807564342,-3.803174561512872],[2.0118242245684037,-3.7480560896068873],[2.1220611683803696,-3.6929376177009026],[2.342535056004305,-3.5827006738889366],[2.452771999816271,-3.527582201982952],[2.6181274155342216,-3.527582201982952],[2.7834828312521758,-3.4173452581709842],[2.8937197750641417,-3.3071083143590183],[3.0590751907820923,-3.2519898424530336],[3.0590751907820923,-3.1968713705470506],[3.114193662688077,-3.141752898641066],[3.1693121345940583,-3.141752898641066],[3.334667550312009,-2.9212790110171323],[3.4449044941239784,-2.7559235952991816],[3.5000229660299595,-2.590568179581231],[3.5000229660299595,-2.4252127638632803],[3.5000229660299595,-2.259857348145328],[3.5551414379359443,-2.0393834605213943],[3.6653783817479137,-1.8740280448034436],[3.6653783817479137,-1.708672629085493],[3.6653783817479137,-1.6535541571795083],[3.720496853653895,-1.5984356852735253],[3.720496853653895,-1.4881987414615576],[3.7756153255598797,-1.37796179764959],[3.7756153255598797,-1.267724853837624],[3.7756153255598797,-1.1574879100256563],[3.8307337974658644,-1.1023694381196734],[3.8858522693718456,-1.0472509662136886],[3.8858522693718456,-0.9921324943077057],[3.8858522693718456,-0.9921324943077057],[3.996089213183815,-0.7716586066837703],[4.051207685089796,-0.6063031909658196],[4.051207685089796,-0.440947775247869],[4.051207685089796,-0.38582930334188603],[4.051207685089796,-0.3307108314359013],[4.106326156995781,-0.22047388762393538],[4.106326156995781,-0.11023694381196769],[4.106326156995781,0],[4.106326156995781,0.11023694381196769],[4.106326156995781,0.27559235952991834],[4.051207685089796,0.49606624715385195],[3.9409707412778303,0.7716586066837703],[3.9409707412778303,0.881895550495738],[3.8858522693718456,0.9921324943077057],[3.7756153255598797,1.2126063819316393],[3.720496853653895,1.267724853837624],[3.5551414379359443,1.4881987414615576],[3.4449044941239784,1.6535541571795083],[3.3897860222179936,1.818909572897459],[3.2795490784060277,1.8740280448034436],[3.224430606500043,1.9842649886154096],[3.114193662688077,2.0393834605213943],[2.8937197750641417,2.204738876239345],[2.7834828312521758,2.3149758200513126],[2.6732458874402063,2.4252127638632786],[2.452771999816271,2.590568179581229],[2.2874165840983203,2.700805123393197],[2.1771796402863544,2.7559235952991816],[2.0118242245684037,2.8661605391111475],[1.9015872807564342,2.9212790110171323],[1.7913503369444683,3.0315159548291],[1.7362318650384836,3.086634426735083],[1.570876449320533,3.1968713705470506],[1.4055210336025823,3.2519898424530336],[1.2401656178846316,3.4173452581709842],[1.074810202166681,3.472463730076967],[1.0196917302606963,3.527582201982952],[0.9645732583547151,3.6378191457949196],[0.8543363145427456,3.6929376177009026],[0.688980898824795,3.8031745615128703],[0.578743955012829,3.858293033418853],[0.46850701120086313,3.913411505324838],[0.30315159548290893,3.968529977230821],[0.19291465167094302,4.023648449136804],[0.13779617976495828,4.023648449136804],[0.027559235952992367,4.023648449136804],[-0.13779617976495828,4.078766921042789],[-0.19291465167094302,4.078766921042789],[-0.41338853929487485,4.078766921042789],[-0.5236254831068443,4.1338853929487716]]],\"display_id\":\"\"}]}'),(1018,381,'_sqi','0'),(1019,382,'-finish','1'),(1020,383,'_qi','1410'),(1021,383,'_matching_answer_grade',NULL),(1022,383,'_matching_answer','0'),(1023,383,'_response_hash','9e4eb30721258fc6aa402aed7eb66600'),(1024,383,'_gc','0'),(1025,384,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[5.498315110669349,2.7695216853741904],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.023786245316565,\"grid_subdivisions\":2}],\"handwriting_traces\":[{\"strokes\":[[[0.5100934031778319,0.2891904496049271],[0.5652118750838149,0.3443089215109101],[0.6203303469897978,0.3994273934168948],[0.6754488188957826,0.5096643372288625],[0.7856857627077485,0.6750197529468132],[0.8408042346137332,0.7852566967587791],[0.8408042346137332,0.7852566967587791],[0.8959227065197162,0.8403751686647638],[1.0061596503316839,0.9506121124767297],[1.0612781222376668,1.0057305843827145],[1.1163965941436516,1.0608490562886974],[1.1715150660496345,1.1159675281946821],[1.1715150660496345,1.171086000100665],[1.2266335379556192,1.226204472006648],[1.3368704817675852,1.3364414158186158],[1.4471074255795529,1.3915598877246005],[1.5022258974855358,1.4466783596305834],[1.5573443693915205,1.5017968315365664],[1.7226997851094712,1.612033775348534],[1.8329367289214389,1.667152247254517],[1.9431736727334048,1.667152247254517],[1.9982921446393895,1.7222707191605018],[2.0534106165453725,1.7222707191605018],[2.0534106165453725,1.667152247254517],[2.0534106165453725,1.612033775348534],[2.0534106165453725,1.4466783596305834],[2.1085290884513572,1.2813229439126328],[2.1085290884513572,1.0608490562886974],[2.1085290884513572,0.9506121124767297],[2.1085290884513572,0.8954936405707468],[2.1085290884513572,0.8954936405707468],[2.16364756035734,0.8403751686647638],[2.16364756035734,0.7852566967587791],[2.1085290884513572,0.7852566967587791],[2.1085290884513572,0.7852566967587791],[2.0534106165453725,0.7852566967587791],[2.0534106165453725,0.7852566967587791],[1.9982921446393895,0.7852566967587791],[1.9982921446393895,0.7852566967587791],[1.9431736727334048,0.7852566967587791],[1.8329367289214389,0.6750197529468132],[1.7226997851094712,0.6199012810408284],[1.5022258974855358,0.5647828091348455],[1.39198895367357,0.5096643372288625],[1.2817520098616022,0.4545458653228778],[1.1715150660496345,0.4545458653228778],[1.1163965941436516,0.3994273934168948],[1.0061596503316839,0.3443089215109101],[0.9510411784257009,0.3443089215109101],[0.8959227065197162,0.2891904496049271],[0.8408042346137332,0.23407197769894417],[0.6754488188957826,0.12383503388697648],[0.5100934031778319,0.013598090075008784],[0.3998564593658642,-0.04152038183097417]]],\"display_id\":\"\"}]}'),(1026,384,'_sqi','0'),(1027,385,'-finish','1'),(1028,386,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41100010'),(1029,386,'_matching_answer_grade',NULL),(1030,386,'_matching_answer','0'),(1031,386,'_response_hash','1094d94c4f7fcbd93a0231e0ca4690bc'),(1032,386,'_gc','0'),(1033,387,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[3],[4],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1034,387,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1035,388,'-finish','1'),(1036,389,'_qi','1410000'),(1037,389,'_matching_answer_grade',NULL),(1038,389,'_matching_answer','0'),(1039,389,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(1040,389,'_gc','0'),(1041,390,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1042,390,'_sqi','0'),(1043,391,'-finish','1'),(1044,392,'_qi','1410'),(1045,392,'_matching_answer_grade',NULL),(1046,392,'_matching_answer','0'),(1047,392,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(1048,392,'_gc','0'),(1049,393,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1050,393,'_sqi','0'),(1051,394,'-finish','1'),(1052,395,'_qi','1]]>4000'),(1053,395,'_matching_answer_grade',NULL),(1054,395,'_matching_answer','0'),(1055,395,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1056,395,'_gc','0'),(1057,396,'answer',''),(1058,396,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1059,397,'-finish','1'),(1060,398,'_qi','1400'),(1061,398,'_matching_answer_grade',NULL),(1062,398,'_matching_answer','0'),(1063,398,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(1064,398,'_gc','0'),(1065,399,'answer',''),(1066,399,'_sqi','0'),(1067,400,'-finish','1'),(1068,401,'_qi','1400'),(1069,401,'_matching_answer_grade',NULL),(1070,401,'_matching_answer','0'),(1071,401,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(1072,401,'_gc','0'),(1073,402,'answer',''),(1074,402,'_sqi','0'),(1075,403,'-finish','1'),(1076,404,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\" wrs:positionable=\"false\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"></mrow></math>400'),(1077,404,'_matching_answer_grade',NULL),(1078,404,'_matching_answer','0'),(1079,404,'_response_hash','73cb2f6d33dc773d2069fce9b5e22292'),(1080,404,'_gc','0'),(1081,405,'answer',''),(1082,405,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\" wrs:positionable=\"false\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"></mrow></math>'),(1083,406,'-finish','1'),(1084,407,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>4000'),(1085,407,'_matching_answer_grade',NULL),(1086,407,'_matching_answer','0'),(1087,407,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1088,407,'_gc','0'),(1089,408,'answer',''),(1090,408,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1091,409,'-finish','1'),(1092,410,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>400'),(1093,410,'_matching_answer_grade',NULL),(1094,410,'_matching_answer','0'),(1095,410,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1096,410,'_gc','0'),(1097,411,'answer',''),(1098,411,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1099,412,'-finish','1'),(1100,413,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>41'),(1101,413,'_matching_answer_grade',NULL),(1102,413,'_matching_answer_wq','0'),(1103,413,'_matching_answer','18'),(1104,413,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1105,413,'_gc','0'),(1106,414,'answer',''),(1107,414,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1108,415,'-finish','1'),(1109,416,'_qi','14929410<math><mrow><mn>4</mn></mrow></math>4{"symbols":["1","4","=","S","s"],"structure":["General","Fraction"]}'),(1110,416,'_matching_answer_grade',NULL),(1111,416,'_matching_answer','0'),(1112,416,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(1113,416,'_gc','0'),(1114,417,'answer',''),(1115,417,'_sqi','0{"symbols":["1","4","=","S","s"],"structure":["General","Fraction"]}'),(1116,418,'-finish','1'),(1117,419,'_qi','1{"elements":[],"constraints":[],"displays":[{}],"handwriting":[]}41'),(1118,419,'_matching_answer_grade',NULL),(1119,419,'_matching_answer_wq','0'),(1120,419,'_matching_answer','194'),(1121,419,'_response_hash','ffcbcefea12cd19129f22f6c3812bbcd'),(1122,419,'_gc','0'),(1123,420,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{}],\"handwriting\":[]}'),(1124,420,'_sqi','0{"elements":[],"constraints":[],"displays":[{}],"handwriting":[]}'),(1125,421,'-finish','1'),(1126,422,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}410'),(1127,422,'_matching_answer_grade',NULL),(1128,422,'_matching_answer','0'),(1129,422,'_response_hash','72fc485923b8eec5a732cbc28b164cfb'),(1130,422,'_gc','0'),(1131,423,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1132,423,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1133,424,'-finish','1'),(1134,425,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-3.6133603238866403,4.038461538461538],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-2.3380566801619445,-2.678137651821862],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[3,-3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}4100.5'),(1135,425,'_matching_answer_grade',NULL),(1136,425,'_matching_answer','0'),(1137,425,'_response_hash','9618cf02b0a4e8f281991c2eba15b47f'),(1138,425,'_gc','0'),(1139,426,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-3.6133603238866403,4.038461538461538],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-2.3380566801619445,-2.678137651821862],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[3,-3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1140,426,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-3.6133603238866403,4.038461538461538],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-2.3380566801619445,-2.678137651821862],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[3,-3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1141,427,'-finish','1'),(1142,428,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[5.498315110669349,2.7695216853741904],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}410'),(1143,428,'_matching_answer_grade',NULL),(1144,428,'_matching_answer','0'),(1145,428,'_response_hash','3e9cd39976bb82edf06df3af8c058562'),(1146,428,'_gc','0'),(1147,429,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[5.498315110669349,2.7695216853741904],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1148,429,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[5.498315110669349,2.7695216853741904],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1149,430,'-finish','1'),(1150,431,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41101010'),(1151,431,'_matching_answer_grade',NULL),(1152,431,'_matching_answer','0'),(1153,431,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1154,431,'_gc','0'),(1155,432,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1156,432,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1157,433,'-finish','1'),(1158,434,'_qi','1{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}410000'),(1159,434,'_matching_answer_grade',NULL),(1160,434,'_matching_answer','0'),(1161,434,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(1162,434,'_gc','0'),(1163,435,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1164,435,'_sqi','0{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1165,436,'-finish','1'),(1166,437,'_qi','1{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}410'),(1167,437,'_matching_answer_grade',NULL),(1168,437,'_matching_answer','0'),(1169,437,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(1170,437,'_gc','0'),(1171,438,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1172,438,'_sqi','0{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1173,439,'-finish','1'),(1174,440,'_qi','553394<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>4</mn></mrow></math>false4{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1175,441,'answer','0'),(1176,441,'_sqi','0{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1177,442,'-finish','1'),(1178,443,'_qi','56834<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1179,444,'answer','0'),(1180,444,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1181,445,'-finish','1'),(1182,446,'_qi','538874<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1183,447,'answer','0'),(1184,447,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1185,448,'-finish','1'),(1186,449,'_qi','347764'),(1187,450,'answer','1'),(1188,450,'_sqi','0'),(1189,450,'auxiliar_text',''),(1190,451,'-finish','1'),(1191,452,'_qi','363854<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>8</mn></mrow></math>false8{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1192,453,'answer','0'),(1193,453,'_sqi','0{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1194,454,'-finish','1'),(1195,455,'_qi','271744<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1196,456,'answer','0'),(1197,456,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1198,457,'-finish','1'),(1199,458,'_qi','566694<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>3</mn></mrow></math>true3{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1200,459,'answer','1'),(1201,459,'_sqi','0{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1202,460,'-finish','1'),(1203,461,'_qi','572424'),(1204,462,'answer','1'),(1205,462,'_sqi','0'),(1206,462,'auxiliar_text',''),(1207,463,'-finish','1'),(1208,464,'_qi','378284<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1209,465,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1210,466,'-finish','1'),(1211,467,'_qi','102194<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>10</mn></mrow></math>false10{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1212,468,'_sqi','0{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1213,469,'-finish','1'),(1214,470,'_qi','296574<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1215,471,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1216,472,'-finish','1'),(1217,473,'_qi','429794'),(1218,474,'answer','1'),(1219,474,'_sqi','0'),(1220,474,'auxiliar_text',''),(1221,475,'-finish','1'),(1222,476,'_qi','89814<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1223,477,'answer','1'),(1224,477,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1225,478,'-finish','1'),(1226,479,'_qi','324944<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1227,480,'answer','1'),(1228,480,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1229,481,'-finish','1'),(1230,482,'_qi','369894<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>1</mn></mrow></math>false1{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1231,483,'answer','1'),(1232,483,'_sqi','0{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1233,484,'-finish','1'),(1234,485,'_qi','145494'),(1235,486,'answer','1'),(1236,486,'_sqi','0'),(1237,486,'auxiliar_text',''),(1238,487,'-finish','1'),(1239,488,'-comment',''),(1240,488,'-commentformat','1'),(1241,488,'-mark','1'),(1242,488,'-maxmark','1'),(1243,489,'-comment',''),(1244,489,'-commentformat','1'),(1245,489,'-mark','1'),(1246,489,'-maxmark','1'),(1247,490,'-comment',''),(1248,490,'-commentformat','1'),(1249,490,'-mark','1'),(1250,490,'-maxmark','1'),(1251,491,'-comment',''),(1252,491,'-commentformat','1'),(1253,491,'-mark','1'),(1254,491,'-maxmark','1'),(1255,492,'-comment',''),(1256,492,'-commentformat','1'),(1257,492,'-mark','1'),(1258,492,'-maxmark','1'),(1259,493,'-comment',''),(1260,493,'-commentformat','1'),(1261,493,'-mark','1'),(1262,493,'-maxmark','1'),(1263,494,'-comment',''),(1264,494,'-commentformat','1'),(1265,494,'-mark','1'),(1266,494,'-maxmark','1'),(1267,495,'-comment',''),(1268,495,'-commentformat','1'),(1269,495,'-mark','1'),(1270,495,'-maxmark','1'),(1271,496,'-comment',''),(1272,496,'-commentformat','1'),(1273,496,'-mark','1'),(1274,496,'-maxmark','1'),(1275,497,'-comment',''),(1276,497,'-commentformat','1'),(1277,497,'-mark','1'),(1278,497,'-maxmark','1'),(1279,498,'-comment',''),(1280,498,'-commentformat','1'),(1281,498,'-mark','1'),(1282,498,'-maxmark','1'),(1283,499,'-comment',''),(1284,499,'-commentformat','1'),(1285,499,'-mark','1'),(1286,499,'-maxmark','1'),(1287,500,'_stemorder','53,52,54'),(1288,500,'_choiceorder','53,54,52'),(1289,500,'_qi','649484<math><mrow><mn>169</mn></mrow></math><math><mrow><mn>28</mn></mrow></math><math><mrow><mn>39</mn></mrow></math>1692839{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(1290,501,'_stemorder','7,8,9'),(1291,501,'_choiceorder','7,8,9'),(1292,501,'_qi','505004<math><mrow><mn>55</mn></mrow></math><math><mrow><mn>102</mn></mrow></math><math><mrow><mn>96</mn></mrow></math>5510296{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(1293,502,'_stemorder','16,18,17'),(1294,502,'_choiceorder','17,18,16'),(1295,502,'_qi','125694<math><mrow><mn>22</mn></mrow></math><math><mrow><mn>170</mn></mrow></math><math><mrow><mn>96</mn></mrow></math>2217096{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(1296,503,'_stemorder','43,41,42,40,45,44'),(1297,503,'_choiceorder','40,43,41,44,45,42'),(1298,503,'_qi','381444<math><mrow><mn>619</mn></mrow></math><math><mrow><mn>87</mn></mrow></math><math><mrow><mn>169</mn></mrow></math><math><mrow><mn>53853</mn></mrow></math><math><mrow><mn>14703</mn></mrow></math><math><mrow><mn>104611</mn></mrow></math>619871695385314703104611{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(1299,504,'_stemorder','25,27,26'),(1300,504,'_choiceorder','25,27,26'),(1301,504,'_qi','35524<math><mrow><mn>156</mn></mrow></math><math><mrow><mn>83</mn></mrow></math><math><mrow><mn>183</mn></mrow></math>15683183{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(1302,505,'sub0','0'),(1303,505,'sub1','0'),(1304,505,'sub2','0'),(1305,505,'_sqi','0{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(1306,506,'sub0','0'),(1307,506,'sub1','0'),(1308,506,'sub2','0'),(1309,506,'_sqi','0{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(1310,507,'sub0','0'),(1311,507,'sub1','0'),(1312,507,'sub2','0'),(1313,507,'_sqi','0{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(1314,508,'sub0','0'),(1315,508,'sub1','0'),(1316,508,'sub2','0'),(1317,508,'sub3','0'),(1318,508,'sub4','0'),(1319,508,'sub5','0'),(1320,508,'_sqi','0{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(1321,509,'sub0','0'),(1322,509,'sub1','0'),(1323,509,'sub2','0'),(1324,509,'_sqi','0{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(1325,509,'auxiliar_text',''),(1326,510,'-finish','1'),(1327,511,'-finish','1'),(1328,512,'-finish','1'),(1329,513,'-finish','1'),(1330,514,'-finish','1'),(1331,515,'_stemorder','54,53,52'),(1332,515,'_choiceorder','54,52,53'),(1333,515,'_qi','452424<math><mrow><mn>88</mn></mrow></math><math><mrow><mn>152</mn></mrow></math><math><mrow><mn>71</mn></mrow></math>8815271{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(1334,516,'_stemorder','8,7,9'),(1335,516,'_choiceorder','7,8,9'),(1336,516,'_qi','293434<math><mrow><mn>138</mn></mrow></math><math><mrow><mn>34</mn></mrow></math><math><mrow><mn>195</mn></mrow></math>13834195{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(1337,517,'_stemorder','18,16,17'),(1338,517,'_choiceorder','17,16,18'),(1339,517,'_qi','21724<math><mrow><mn>77</mn></mrow></math><math><mrow><mn>124</mn></mrow></math><math><mrow><mn>30</mn></mrow></math>7712430{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(1340,518,'_stemorder','42,45,43,44,40,41'),(1341,518,'_choiceorder','40,45,44,42,43,41'),(1342,518,'_qi','103434<math><mrow><mn>278</mn></mrow></math><math><mrow><mn>5</mn></mrow></math><math><mrow><mn>112</mn></mrow></math><math><mrow><mn>1390</mn></mrow></math><math><mrow><mn>560</mn></mrow></math><math><mrow><mn>31136</mn></mrow></math>2785112139056031136{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(1343,519,'_stemorder','26,25,27'),(1344,519,'_choiceorder','25,26,27'),(1345,519,'_qi','601454<math><mrow><mn>95</mn></mrow></math><math><mrow><mn>161</mn></mrow></math><math><mrow><mn>106</mn></mrow></math>95161106{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(1346,520,'sub0','1'),(1347,520,'sub1','3'),(1348,520,'sub2','2'),(1349,520,'_sqi','0{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(1350,521,'sub0','2'),(1351,521,'sub1','1'),(1352,521,'sub2','3'),(1353,521,'_sqi','0{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(1354,522,'sub0','3'),(1355,522,'sub1','2'),(1356,522,'sub2','1'),(1357,522,'_sqi','0{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(1358,523,'sub0','4'),(1359,523,'sub1','2'),(1360,523,'sub2','5'),(1361,523,'sub3','3'),(1362,523,'sub4','1'),(1363,523,'sub5','6'),(1364,523,'_sqi','0{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(1365,524,'sub0','2'),(1366,524,'sub1','1'),(1367,524,'sub2','3'),(1368,524,'_sqi','0{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(1369,524,'auxiliar_text',''),(1370,525,'-finish','1'),(1371,526,'-finish','1'),(1372,527,'-finish','1'),(1373,528,'-finish','1'),(1374,529,'-finish','1'),(1375,530,'_order','140,142,141,143'),(1376,530,'_qi','437874<math><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mfenced close=\"]\" open=\"[\"><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></mfenced></mrow></math>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1377,531,'_order','152,155,153,154'),(1378,531,'_qi','345714<math><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mfenced close=\"]\" open=\"[\"><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></mfenced></mrow></math>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1379,532,'_order','163,160,161,162'),(1380,532,'_qi','136034<math><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mfenced close=\"]\" open=\"[\"><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></mfenced></mrow></math>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1381,533,'_order','175,176,174,172,171,173,177'),(1382,533,'_qi','148554<math><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mfenced close=\"]\" open=\"[\"><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></mfenced></mrow></math>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1383,534,'_order','182,185,183,184'),(1384,534,'_qi','423234<math><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></math><math><mrow><mfenced close=\"]\" open=\"[\"><mrow><mi mathvariant=\"normal\">sin</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">cos</mi><mfenced><mi>x</mi></mfenced><mo>,</mo><mi mathvariant=\"normal\">tan</mi><mfenced><mi>x</mi></mfenced></mrow></mfenced></mrow></math>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1385,535,'answer','3'),(1386,535,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1387,536,'answer','1'),(1388,536,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1389,537,'answer','0'),(1390,537,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1391,537,'auxiliar_text',''),(1392,538,'answer','2'),(1393,538,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1394,539,'answer','1'),(1395,539,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(1396,540,'-finish','1'),(1397,541,'-finish','1'),(1398,542,'-finish','1'),(1399,543,'-finish','1'),(1400,544,'-finish','1'),(1401,545,'_qi','636274<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>2</mn></mrow></math>true2{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1402,546,'_qi','233504<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>9</mn></mrow></math>false9{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1403,547,'_qi','139974<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>7</mn></mrow></math>true7{"symbols":["7","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1404,548,'_qi','629474'),(1405,549,'_sqi','0{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1406,550,'_sqi','0{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\r\na = 1\r\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1407,551,'-finish','1'),(1408,552,'-finish','1'),(1409,553,'-finish','1'),(1410,554,'-finish','1'),(1411,555,'_qi','14'),(1412,556,'_qi','14'),(1413,557,'_qi','14'),(1414,558,'_qi','14'),(1415,559,'_qi','14'),(1416,560,'_qi','14'),(1417,561,'_qi','14'),(1418,562,'_qi','204574<math><mrow><mn>3</mn></mrow></math>3{"symbols":["1","3","=","S","s"],"structure":["General","Fraction"]}'),(1419,563,'_qi','14'),(1420,564,'_qi','14'),(1421,565,'_qi','14'),(1422,566,'_qi','14'),(1423,567,'answer','x+1'),(1424,567,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(1425,568,'answer','x+1'),(1426,568,'_sqi','0x+1'),(1427,569,'answer','x+1'),(1428,569,'_sqi','0x+1'),(1429,570,'answer','x+1'),(1430,570,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>+</mo><mn>1</mn></mrow></math>'),(1431,571,'answer','x+1'),(1432,571,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(1433,572,'answer','12'),(1434,572,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>'),(1435,573,'answer','x+1'),(1436,573,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(1437,574,'answer','3'),(1438,574,'_sqi','03{"symbols":["1","3","=","S","s"],"structure":["General","Fraction"]}'),(1439,575,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":15.452188006482983,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1440,575,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":15.452188006482983,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1441,576,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1442,576,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1443,577,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn><mspace linebreak=\"newline\"/></math>4110'),(1444,578,'_qi','14'),(1445,579,'_qi','14'),(1446,580,'_qi','14'),(1447,581,'_qi','14'),(1448,582,'_qi','14'),(1449,583,'_qi','14'),(1450,584,'_qi','228454<math><mrow><mn>5</mn></mrow></math>5{"symbols":["1","5","=","S","s"],"structure":["General","Fraction"]}'),(1451,585,'_qi','14'),(1452,586,'_qi','14'),(1453,587,'_qi','14'),(1454,588,'_qi','14'),(1455,589,'answer','x+1'),(1456,589,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn><mspace linebreak=\"newline\"/></math>'),(1457,577,'_matching_answer_grade',NULL),(1458,577,'_matching_answer_wq','0'),(1459,577,'_matching_answer','5'),(1460,577,'_response_hash','45d0d455e9d889f8dceb0eb7856ad4fb'),(1461,577,'_gc','0'),(1462,590,'-finish','1'),(1463,591,'-finish','1'),(1464,592,'-finish','1'),(1465,593,'-finish','1'),(1466,594,'-finish','1'),(1467,595,'-finish','1'),(1468,596,'-finish','1'),(1469,597,'-finish','1'),(1470,598,'-finish','1'),(1471,599,'-finish','1'),(1472,600,'-finish','1'),(1473,601,'-finish','1'),(1474,602,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>4110'),(1475,603,'_qi','1x+1411'),(1476,604,'_qi','1x+1411'),(1477,605,'_qi','1<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>+</mo><mn>1</mn></mrow></math>411'),(1478,606,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>4110'),(1479,607,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>2</mn><mn>4</mn></mfrac></math>411'),(1480,608,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>41'),(1481,609,'_qi','443977411<math><mrow><mn>7</mn></mrow></math>7{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1482,610,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1483,611,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1484,612,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1485,613,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1486,614,'answer','x+1'),(1487,614,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(1488,615,'answer','x+1'),(1489,615,'_sqi','0x+1'),(1490,616,'answer','x+1'),(1491,616,'_sqi','0x+1'),(1492,617,'answer','x+1'),(1493,617,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>+</mo><mn>1</mn></mrow></math>'),(1494,618,'answer','x+1'),(1495,618,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(1496,619,'answer','24'),(1497,619,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>2</mn><mn>4</mn></mfrac></math>'),(1498,620,'answer','x+1'),(1499,620,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>+</mo><mn>1</mn></math>'),(1500,621,'answer','7'),(1501,621,'_sqi','07{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1502,622,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1503,622,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1504,623,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1505,623,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1506,624,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1507,624,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1508,625,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1509,625,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1510,602,'_matching_answer_grade',NULL),(1511,602,'_matching_answer_wq','0'),(1512,602,'_matching_answer','5'),(1513,602,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1514,602,'_gc','0'),(1515,603,'_matching_answer_grade',NULL),(1516,603,'_matching_answer_wq','0'),(1517,603,'_matching_answer','7'),(1518,603,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(1519,603,'_gc','0'),(1520,604,'_matching_answer_grade',NULL),(1521,604,'_matching_answer_wq','0'),(1522,604,'_matching_answer','9'),(1523,604,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(1524,604,'_gc','0'),(1525,605,'_matching_answer_grade',NULL),(1526,605,'_matching_answer_wq','0'),(1527,605,'_matching_answer','11'),(1528,605,'_response_hash','f01ab95a5ce189e069f442a773063b74'),(1529,605,'_gc','0'),(1530,606,'_matching_answer_grade',NULL),(1531,606,'_matching_answer_wq','0'),(1532,606,'_matching_answer','14'),(1533,606,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1534,606,'_gc','0'),(1535,607,'_matching_answer_grade',NULL),(1536,607,'_matching_answer_wq','0'),(1537,607,'_matching_answer','273'),(1538,607,'_response_hash','e86c69ca13fc9efd66e7b2ca8703c543'),(1539,607,'_gc','0'),(1540,608,'_matching_answer_grade',NULL),(1541,608,'_matching_answer_wq','0'),(1542,608,'_matching_answer','274'),(1543,608,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1544,608,'_gc','0'),(1545,609,'_matching_answer_grade',NULL),(1546,609,'_matching_answer_wq','0'),(1547,609,'_matching_answer','275'),(1548,609,'_response_hash','8f14e45fceea167a5a36dedd4bea2543'),(1549,609,'_gc','0'),(1550,610,'_matching_answer_grade',NULL),(1551,610,'_matching_answer_wq','0'),(1552,610,'_matching_answer','272'),(1553,610,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1554,610,'_gc','0'),(1555,611,'_matching_answer_grade',NULL),(1556,611,'_matching_answer_wq','0'),(1557,611,'_matching_answer','268'),(1558,611,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1559,611,'_gc','0'),(1560,612,'_matching_answer_grade',NULL),(1561,612,'_matching_answer_wq','0'),(1562,612,'_matching_answer','269'),(1563,612,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1564,612,'_gc','0'),(1565,613,'_matching_answer_grade',NULL),(1566,613,'_matching_answer_wq','0'),(1567,613,'_matching_answer','270'),(1568,613,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1569,613,'_gc','0'),(1570,626,'-finish','1'),(1571,627,'-finish','1'),(1572,628,'-finish','1'),(1573,629,'-finish','1'),(1574,630,'-finish','1'),(1575,631,'-finish','1'),(1576,632,'-finish','1'),(1577,633,'-finish','1'),(1578,634,'-finish','1'),(1579,635,'-finish','1'),(1580,636,'-finish','1'),(1581,637,'-finish','1'),(1582,638,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>4000'),(1583,639,'_qi','14'),(1584,640,'_qi','14'),(1585,641,'_qi','14'),(1586,642,'_qi','14'),(1587,643,'_qi','14'),(1588,644,'_qi','14'),(1589,645,'_qi','138314<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1590,646,'_qi','14'),(1591,647,'_qi','14'),(1592,648,'_qi','14'),(1593,649,'_qi','14'),(1594,650,'answer',''),(1595,650,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1596,638,'_matching_answer_grade',NULL),(1597,638,'_matching_answer','0'),(1598,638,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1599,638,'_gc','0'),(1600,651,'-finish','1'),(1601,652,'-finish','1'),(1602,653,'-finish','1'),(1603,654,'-finish','1'),(1604,655,'-finish','1'),(1605,656,'-finish','1'),(1606,657,'-finish','1'),(1607,658,'-finish','1'),(1608,659,'-finish','1'),(1609,660,'-finish','1'),(1610,661,'-finish','1'),(1611,662,'-finish','1'),(1612,663,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1613,664,'_qi','1x-1410'),(1614,665,'_qi','1x-1410'),(1615,666,'_qi','1<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>410'),(1616,667,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1617,668,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>411'),(1618,669,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>41'),(1619,670,'_qi','321610411<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1620,671,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1621,672,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1622,673,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1623,674,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1624,675,'answer','x-1'),(1625,675,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1626,676,'answer','x-1'),(1627,676,'_sqi','0x-1'),(1628,677,'answer','x-1'),(1629,677,'_sqi','0x-1'),(1630,678,'answer','x-1'),(1631,678,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>'),(1632,679,'answer','x-1'),(1633,679,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1634,680,'answer','12'),(1635,680,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>'),(1636,681,'answer','x-1'),(1637,681,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1638,682,'answer','10'),(1639,682,'_sqi','010{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1640,683,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1641,683,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1642,684,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1643,684,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1644,685,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1645,685,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1646,686,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1647,686,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1648,663,'_matching_answer_grade',NULL),(1649,663,'_matching_answer_wq','1'),(1650,663,'_matching_answer','6'),(1651,663,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1652,663,'_gc','0'),(1653,664,'_matching_answer_grade',NULL),(1654,664,'_matching_answer','0'),(1655,664,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1656,664,'_gc','0'),(1657,665,'_matching_answer_grade',NULL),(1658,665,'_matching_answer','0'),(1659,665,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1660,665,'_gc','0'),(1661,666,'_matching_answer_grade',NULL),(1662,666,'_matching_answer','0'),(1663,666,'_response_hash','6ded3c6fae36bb38feebe6da719033bb'),(1664,666,'_gc','0'),(1665,667,'_matching_answer_grade','1'),(1666,667,'_matching_answer_wq','1'),(1667,667,'_matching_answer','15'),(1668,667,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1669,667,'_gc','0'),(1670,668,'_matching_answer_grade',NULL),(1671,668,'_matching_answer_wq','0'),(1672,668,'_matching_answer','273'),(1673,668,'_response_hash','b33a966a245c149efbf5869fd9ffd8ed'),(1674,668,'_gc','0'),(1675,669,'_matching_answer_grade',NULL),(1676,669,'_matching_answer_wq','0'),(1677,669,'_matching_answer','274'),(1678,669,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1679,669,'_gc','0'),(1680,670,'_matching_answer_grade',NULL),(1681,670,'_matching_answer_wq','0'),(1682,670,'_matching_answer','275'),(1683,670,'_response_hash','d3d9446802a44259755d38e6d163e820'),(1684,670,'_gc','0'),(1685,671,'_matching_answer_grade',NULL),(1686,671,'_matching_answer_wq','0'),(1687,671,'_matching_answer','272'),(1688,671,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1689,671,'_gc','0'),(1690,672,'_matching_answer_grade',NULL),(1691,672,'_matching_answer_wq','0'),(1692,672,'_matching_answer','268'),(1693,672,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1694,672,'_gc','0'),(1695,673,'_matching_answer_grade',NULL),(1696,673,'_matching_answer_wq','0'),(1697,673,'_matching_answer','269'),(1698,673,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1699,673,'_gc','0'),(1700,674,'_matching_answer_grade',NULL),(1701,674,'_matching_answer_wq','0'),(1702,674,'_matching_answer','270'),(1703,674,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1704,674,'_gc','0'),(1705,687,'-finish','1'),(1706,688,'-finish','1'),(1707,689,'-finish','1'),(1708,690,'-finish','1'),(1709,691,'-finish','1'),(1710,692,'-finish','1'),(1711,693,'-finish','1'),(1712,694,'-finish','1'),(1713,695,'-finish','1'),(1714,696,'-finish','1'),(1715,697,'-finish','1'),(1716,698,'-finish','1'); +/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `m_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `m_quesattestep_que_ix` (`questionattemptid`), + KEY `m_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=699 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- + +LOCK TABLES `m_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; +INSERT INTO `m_question_attempt_steps` VALUES (1,1,0,'todo',NULL,1733231846,4),(2,1,1,'complete',NULL,1733231871,4),(3,1,2,'needsgrading',NULL,1733232336,4),(4,2,0,'todo',NULL,1733231846,4),(5,2,1,'complete',NULL,1733231917,4),(6,2,2,'gradedright',1.0000000,1733232336,4),(7,3,0,'todo',NULL,1733231846,4),(8,3,1,'complete',NULL,1733232057,4),(9,3,2,'gradedright',1.0000000,1733232336,4),(10,4,0,'todo',NULL,1733231846,4),(11,4,1,'complete',NULL,1733232069,4),(12,4,2,'gradedright',1.0000000,1733232336,4),(13,5,0,'todo',NULL,1733231846,4),(14,5,1,'complete',NULL,1733232185,4),(15,5,2,'gradedwrong',0.0000000,1733232336,4),(16,6,0,'todo',NULL,1733231846,4),(17,6,1,'complete',NULL,1733232240,4),(18,6,2,'gradedright',1.0000000,1733232336,4),(19,7,0,'todo',NULL,1733231846,4),(20,7,1,'complete',NULL,1733232249,4),(21,7,2,'gradedright',1.0000000,1733232336,4),(22,8,0,'todo',NULL,1733231846,4),(23,8,1,'complete',NULL,1733232256,4),(24,8,2,'gradedright',1.0000000,1733232336,4),(25,9,0,'todo',NULL,1733231846,4),(26,9,1,'complete',NULL,1733232265,4),(27,9,2,'gradedright',1.0000000,1733232336,4),(28,10,0,'todo',NULL,1733231846,4),(29,10,1,'complete',NULL,1733232284,4),(30,10,2,'gradedright',1.0000000,1733232336,4),(31,11,0,'todo',NULL,1733231846,4),(32,11,1,'complete',NULL,1733232319,4),(33,11,2,'gradedright',1.0000000,1733232336,4),(34,12,0,'todo',NULL,1733231846,4),(35,12,1,'complete',NULL,1733232333,4),(36,12,2,'gradedright',1.0000000,1733232336,4),(37,13,0,'todo',NULL,1733232368,4),(38,13,1,'complete',NULL,1733232374,4),(39,13,2,'needsgrading',NULL,1733232537,4),(40,14,0,'todo',NULL,1733232368,4),(41,14,1,'complete',NULL,1733232399,4),(42,14,2,'gradedpartial',0.8000000,1733232537,4),(43,15,0,'todo',NULL,1733232368,4),(44,15,1,'complete',NULL,1733232408,4),(45,15,2,'gradedright',1.0000000,1733232537,4),(46,16,0,'todo',NULL,1733232368,4),(47,16,1,'complete',NULL,1733232415,4),(48,16,2,'gradedright',1.0000000,1733232537,4),(49,17,0,'todo',NULL,1733232368,4),(50,17,1,'complete',NULL,1733232493,4),(51,17,2,'gradedright',1.0000000,1733232537,4),(52,18,0,'todo',NULL,1733232368,4),(53,18,1,'complete',NULL,1733232498,4),(54,18,2,'gradedwrong',0.0000000,1733232537,4),(55,19,0,'todo',NULL,1733232368,4),(56,19,1,'complete',NULL,1733232503,4),(57,19,2,'gradedwrong',0.0000000,1733232537,4),(58,20,0,'todo',NULL,1733232368,4),(59,20,1,'complete',NULL,1733232508,4),(60,20,2,'gradedwrong',0.0000000,1733232537,4),(61,21,0,'todo',NULL,1733232368,4),(62,21,1,'complete',NULL,1733232517,4),(63,21,2,'gradedwrong',0.0000000,1733232537,4),(64,22,0,'todo',NULL,1733232368,4),(65,22,1,'complete',NULL,1733232524,4),(66,22,2,'gradedwrong',0.0000000,1733232537,4),(67,23,0,'todo',NULL,1733232368,4),(68,23,1,'complete',NULL,1733232530,4),(69,23,2,'gradedwrong',0.0000000,1733232537,4),(70,24,0,'todo',NULL,1733232368,4),(71,24,1,'todo',NULL,1733232533,4),(72,24,2,'gaveup',NULL,1733232537,4),(73,25,0,'todo',NULL,1733232577,4),(74,25,1,'todo',NULL,1733232582,4),(75,25,2,'gaveup',NULL,1733232620,4),(76,26,0,'todo',NULL,1733232577,4),(77,26,1,'todo',NULL,1733232584,4),(78,26,2,'gaveup',NULL,1733232620,4),(79,27,0,'todo',NULL,1733232577,4),(80,27,1,'todo',NULL,1733232588,4),(81,27,2,'gaveup',NULL,1733232620,4),(82,28,0,'todo',NULL,1733232577,4),(83,28,1,'todo',NULL,1733232591,4),(84,28,2,'gaveup',NULL,1733232620,4),(85,29,0,'todo',NULL,1733232577,4),(86,29,1,'complete',NULL,1733232595,4),(87,29,2,'gradedwrong',0.0000000,1733232620,4),(88,30,0,'todo',NULL,1733232577,4),(89,30,1,'complete',NULL,1733232599,4),(90,30,2,'gradedwrong',0.0000000,1733232620,4),(91,31,0,'todo',NULL,1733232577,4),(92,31,1,'todo',NULL,1733232601,4),(93,31,2,'gaveup',NULL,1733232620,4),(94,32,0,'todo',NULL,1733232577,4),(95,32,1,'complete',NULL,1733232603,4),(96,32,2,'gradedwrong',0.0000000,1733232620,4),(97,33,0,'todo',NULL,1733232577,4),(98,33,1,'complete',NULL,1733232606,4),(99,33,2,'gradedwrong',0.0000000,1733232620,4),(100,34,0,'todo',NULL,1733232577,4),(101,34,1,'complete',NULL,1733232608,4),(102,34,2,'gradedwrong',0.0000000,1733232620,4),(103,35,0,'todo',NULL,1733232577,4),(104,35,1,'complete',NULL,1733232611,4),(105,35,2,'gradedwrong',0.0000000,1733232620,4),(106,36,0,'todo',NULL,1733232577,4),(107,36,1,'complete',NULL,1733232614,4),(108,36,2,'gradedwrong',0.0000000,1733232620,4),(109,37,0,'todo',NULL,1733232644,4),(110,37,1,'complete',NULL,1733232659,4),(111,37,2,'gradedright',1.0000000,1733232758,4),(112,38,0,'todo',NULL,1733232644,4),(113,38,1,'complete',NULL,1733232667,4),(114,38,2,'gradedright',1.0000000,1733232758,4),(115,39,0,'todo',NULL,1733232644,4),(116,39,1,'complete',NULL,1733232675,4),(117,39,2,'gradedright',1.0000000,1733232758,4),(118,40,0,'todo',NULL,1733232644,4),(119,40,1,'complete',NULL,1733232686,4),(120,40,2,'gradedright',1.0000000,1733232758,4),(121,41,0,'todo',NULL,1733232644,4),(122,41,1,'complete',NULL,1733232755,4),(123,41,2,'gradedright',1.0000000,1733232758,4),(124,42,0,'todo',NULL,1733232771,4),(125,42,1,'complete',NULL,1733232782,4),(126,42,2,'gradedwrong',0.0000000,1733232813,4),(127,43,0,'todo',NULL,1733232771,4),(128,43,1,'complete',NULL,1733232787,4),(129,43,2,'gradedwrong',0.0000000,1733232813,4),(130,44,0,'todo',NULL,1733232771,4),(131,44,1,'complete',NULL,1733232794,4),(132,44,2,'gradedwrong',0.0000000,1733232813,4),(133,45,0,'todo',NULL,1733232771,4),(134,45,1,'complete',NULL,1733232801,4),(135,45,2,'gradedwrong',0.0000000,1733232813,4),(136,46,0,'todo',NULL,1733232771,4),(137,46,1,'complete',NULL,1733232808,4),(138,46,2,'gradedpartial',0.3333333,1733232813,4),(139,47,0,'todo',NULL,1733232828,4),(140,47,1,'complete',NULL,1733232842,4),(141,47,2,'gradedpartial',0.3333333,1733232871,4),(142,48,0,'todo',NULL,1733232828,4),(143,48,1,'complete',NULL,1733232847,4),(144,48,2,'gradedwrong',0.0000000,1733232871,4),(145,49,0,'todo',NULL,1733232828,4),(146,49,1,'complete',NULL,1733232853,4),(147,49,2,'gradedright',1.0000000,1733232871,4),(148,50,0,'todo',NULL,1733232828,4),(149,50,1,'complete',NULL,1733232860,4),(150,50,2,'gradedright',1.0000000,1733232871,4),(151,51,0,'todo',NULL,1733232828,4),(152,51,1,'complete',NULL,1733232868,4),(153,51,2,'gradedright',1.0000000,1733232871,4),(154,52,0,'todo',NULL,1733232904,4),(155,52,1,'complete',NULL,1733232910,4),(156,52,2,'needsgrading',NULL,1733232995,4),(157,53,0,'todo',NULL,1733232904,4),(158,53,1,'complete',NULL,1733232910,4),(159,53,2,'needsgrading',NULL,1733232995,4),(160,54,0,'todo',NULL,1733232904,4),(161,54,1,'todo',NULL,1733232914,4),(162,54,2,'gaveup',NULL,1733232995,4),(163,55,0,'todo',NULL,1733232904,4),(164,55,1,'todo',NULL,1733232919,4),(165,55,2,'gaveup',NULL,1733232995,4),(166,56,0,'todo',NULL,1733232904,4),(167,56,1,'todo',NULL,1733232919,4),(168,56,2,'gaveup',NULL,1733232995,4),(169,57,0,'todo',NULL,1733232904,4),(170,57,1,'complete',NULL,1733232926,4),(171,57,2,'needsgrading',NULL,1733232995,4),(172,58,0,'todo',NULL,1733232904,4),(173,58,1,'invalid',NULL,1733232990,4),(174,58,2,'needsgrading',NULL,1733232995,4),(175,59,0,'todo',NULL,1733232904,4),(176,59,1,'invalid',NULL,1733232990,4),(177,59,2,'needsgrading',NULL,1733232995,4),(178,60,0,'todo',NULL,1733232904,4),(179,60,1,'invalid',NULL,1733232990,4),(180,60,2,'needsgrading',NULL,1733232995,4),(181,61,0,'todo',NULL,1733232904,4),(182,61,1,'invalid',NULL,1733232990,4),(183,61,2,'needsgrading',NULL,1733232995,4),(184,62,0,'todo',NULL,1733233202,4),(185,62,1,'todo',NULL,1733233207,4),(186,62,2,'gaveup',NULL,1733233223,4),(187,63,0,'todo',NULL,1733233202,4),(188,63,1,'todo',NULL,1733233207,4),(189,63,2,'gaveup',NULL,1733233223,4),(190,64,0,'todo',NULL,1733233202,4),(191,64,1,'todo',NULL,1733233209,4),(192,64,2,'gaveup',NULL,1733233223,4),(193,65,0,'todo',NULL,1733233202,4),(194,65,1,'todo',NULL,1733233212,4),(195,65,2,'gaveup',NULL,1733233223,4),(196,66,0,'todo',NULL,1733233202,4),(197,66,1,'todo',NULL,1733233212,4),(198,66,2,'gaveup',NULL,1733233223,4),(199,67,0,'todo',NULL,1733233202,4),(200,67,1,'todo',NULL,1733233215,4),(201,67,2,'gaveup',NULL,1733233223,4),(202,68,0,'todo',NULL,1733233202,4),(203,68,1,'invalid',NULL,1733233219,4),(204,68,2,'gaveup',NULL,1733233223,4),(205,69,0,'todo',NULL,1733233202,4),(206,69,1,'invalid',NULL,1733233219,4),(207,69,2,'gaveup',NULL,1733233223,4),(208,70,0,'todo',NULL,1733233202,4),(209,70,1,'invalid',NULL,1733233219,4),(210,70,2,'gaveup',NULL,1733233223,4),(211,71,0,'todo',NULL,1733233202,4),(212,71,1,'invalid',NULL,1733233219,4),(213,71,2,'gaveup',NULL,1733233223,4),(214,72,0,'todo',NULL,1733233238,4),(215,72,1,'complete',NULL,1733233248,4),(216,72,2,'gradedright',1.0000000,1733233312,4),(217,73,0,'todo',NULL,1733233238,4),(218,73,1,'complete',NULL,1733233266,4),(219,73,2,'gradedright',1.0000000,1733233312,4),(220,74,0,'todo',NULL,1733233238,4),(221,74,1,'complete',NULL,1733233266,4),(222,74,2,'gradedpartial',0.3333333,1733233312,4),(223,75,0,'todo',NULL,1733233238,4),(224,75,1,'complete',NULL,1733233290,4),(225,75,2,'gradedpartial',0.6666667,1733233312,4),(226,76,0,'todo',NULL,1733233238,4),(227,76,1,'complete',NULL,1733233307,4),(228,76,2,'gradedright',1.0000000,1733233312,4),(229,77,0,'todo',NULL,1733233329,4),(230,77,1,'complete',NULL,1733233339,4),(231,77,2,'gradedright',1.0000000,1733233415,4),(232,78,0,'todo',NULL,1733233329,4),(233,78,1,'complete',NULL,1733233360,4),(234,78,2,'gradedright',1.0000000,1733233415,4),(235,79,0,'todo',NULL,1733233329,4),(236,79,1,'complete',NULL,1733233360,4),(237,79,2,'gradedpartial',0.3333333,1733233415,4),(238,80,0,'todo',NULL,1733233329,4),(239,80,1,'complete',NULL,1733233399,4),(240,80,2,'gradedpartial',0.6666667,1733233415,4),(241,81,0,'todo',NULL,1733233329,4),(242,81,1,'complete',NULL,1733233410,4),(243,81,2,'gradedright',1.0000000,1733233415,4),(244,82,0,'todo',NULL,1733233427,4),(245,82,1,'complete',NULL,1733233434,4),(246,82,2,'gradedpartial',0.6666667,1733233745,4),(247,83,0,'todo',NULL,1733233427,4),(248,83,1,'complete',NULL,1733233455,4),(249,83,2,'gradedpartial',0.3333333,1733233745,4),(250,84,0,'todo',NULL,1733233427,4),(251,84,1,'complete',NULL,1733233455,4),(252,84,2,'gradedpartial',0.3333333,1733233745,4),(253,85,0,'todo',NULL,1733233427,4),(254,85,1,'complete',NULL,1733233467,4),(255,85,2,'gradedpartial',0.1666667,1733233745,4),(256,86,0,'todo',NULL,1733233427,4),(257,86,1,'complete',NULL,1733233481,4),(258,86,2,'complete',NULL,1733233742,4),(259,86,3,'gradedpartial',0.3333333,1733233745,4),(260,87,0,'todo',NULL,1733233751,4),(261,87,1,'complete',NULL,1733233787,4),(262,87,2,'gradedwrong',0.0000000,1733233853,4),(263,88,0,'todo',NULL,1733233751,4),(264,88,1,'complete',NULL,1733233810,4),(265,88,2,'gradedright',1.0000000,1733233853,4),(266,89,0,'todo',NULL,1733233751,4),(267,89,1,'complete',NULL,1733233810,4),(268,89,2,'gradedright',1.0000000,1733233853,4),(269,90,0,'todo',NULL,1733233751,4),(270,90,1,'complete',NULL,1733233839,4),(271,90,2,'gradedright',1.0000000,1733233853,4),(272,91,0,'todo',NULL,1733233751,4),(273,91,1,'complete',NULL,1733233850,4),(274,91,2,'gradedright',1.0000000,1733233853,4),(275,92,0,'todo',NULL,1733233873,4),(276,92,1,'complete',NULL,1733233884,4),(277,92,2,'gradedright',1.0000000,1733233904,4),(278,93,0,'todo',NULL,1733233873,4),(279,93,1,'complete',NULL,1733233884,4),(280,93,2,'gradedpartial',0.1250000,1733233904,4),(281,94,0,'todo',NULL,1733233873,4),(282,94,1,'complete',NULL,1733233888,4),(283,94,2,'gradedpartial',0.7000000,1733233904,4),(284,95,0,'todo',NULL,1733233873,4),(285,95,1,'complete',NULL,1733233896,4),(286,95,2,'gradedwrong',-0.1000000,1733233904,4),(287,96,0,'todo',NULL,1733233873,4),(288,96,1,'complete',NULL,1733233901,4),(289,96,2,'gradedpartial',0.3333333,1733233904,4),(290,97,0,'todo',NULL,1733233910,4),(291,97,1,'todo',NULL,1733233915,4),(292,97,2,'gaveup',NULL,1733233924,4),(293,98,0,'todo',NULL,1733233910,4),(294,98,1,'todo',NULL,1733233915,4),(295,98,2,'gaveup',NULL,1733233924,4),(296,99,0,'todo',NULL,1733233910,4),(297,99,1,'todo',NULL,1733233917,4),(298,99,2,'gaveup',NULL,1733233924,4),(299,100,0,'todo',NULL,1733233910,4),(300,100,1,'todo',NULL,1733233919,4),(301,100,2,'gaveup',NULL,1733233924,4),(302,101,0,'todo',NULL,1733233910,4),(303,101,1,'todo',NULL,1733233921,4),(304,101,2,'gaveup',NULL,1733233924,4),(305,102,0,'todo',NULL,1733233972,4),(306,102,1,'complete',NULL,1733233979,4),(307,102,2,'gradedright',1.0000000,1733234105,4),(308,103,0,'todo',NULL,1733233972,4),(309,103,1,'complete',NULL,1733233988,4),(310,103,2,'gradedright',1.0000000,1733234105,4),(311,104,0,'todo',NULL,1733233972,4),(312,104,1,'complete',NULL,1733233991,4),(313,104,2,'gradedright',1.0000000,1733234105,4),(314,105,0,'todo',NULL,1733233972,4),(315,105,1,'complete',NULL,1733233998,4),(316,105,2,'gradedright',1.0000000,1733234105,4),(317,106,0,'todo',NULL,1733233972,4),(318,106,1,'complete',NULL,1733234006,4),(319,106,2,'gradedright',1.0000000,1733234105,4),(320,107,0,'todo',NULL,1733233972,4),(321,107,1,'complete',NULL,1733234031,4),(322,107,2,'gradedright',1.0000000,1733234105,4),(323,108,0,'todo',NULL,1733233972,4),(324,108,1,'complete',NULL,1733234031,4),(325,108,2,'gradedright',1.0000000,1733234105,4),(326,109,0,'todo',NULL,1733233972,4),(327,109,1,'complete',NULL,1733234036,4),(328,109,2,'gradedwrong',0.0000000,1733234105,4),(329,110,0,'todo',NULL,1733233972,4),(330,110,1,'complete',NULL,1733234049,4),(331,110,2,'gradedright',1.0000000,1733234105,4),(332,111,0,'todo',NULL,1733233972,4),(333,111,1,'complete',NULL,1733234056,4),(334,111,2,'gradedwrong',0.0000000,1733234105,4),(335,112,0,'todo',NULL,1733233972,4),(336,112,1,'complete',NULL,1733234077,4),(337,112,2,'gradedwrong',0.0000000,1733234105,4),(338,113,0,'todo',NULL,1733233972,4),(339,113,1,'complete',NULL,1733234082,4),(340,113,2,'gradedwrong',0.0000000,1733234105,4),(341,114,0,'todo',NULL,1733233972,4),(342,114,1,'complete',NULL,1733234091,4),(343,114,2,'gradedwrong',0.0000000,1733234105,4),(344,115,0,'todo',NULL,1733233972,4),(345,115,1,'complete',NULL,1733234096,4),(346,115,2,'gradedwrong',0.0000000,1733234105,4),(347,116,0,'todo',NULL,1733233972,4),(348,116,1,'complete',NULL,1733234101,4),(349,116,2,'gradedwrong',0.0000000,1733234105,4),(350,117,0,'todo',NULL,1733234155,4),(351,117,1,'complete',NULL,1733234164,4),(352,117,2,'gradedright',1.0000000,1733234236,4),(353,118,0,'todo',NULL,1733234155,4),(354,118,1,'complete',NULL,1733234167,4),(355,118,2,'gradedright',1.0000000,1733234236,4),(356,119,0,'todo',NULL,1733234155,4),(357,119,1,'complete',NULL,1733234170,4),(358,119,2,'gradedright',1.0000000,1733234236,4),(359,120,0,'todo',NULL,1733234155,4),(360,120,1,'complete',NULL,1733234174,4),(361,120,2,'gradedwrong',0.0000000,1733234236,4),(362,121,0,'todo',NULL,1733234155,4),(363,121,1,'complete',NULL,1733234177,4),(364,121,2,'gradedwrong',0.0000000,1733234236,4),(365,122,0,'todo',NULL,1733234155,4),(366,122,1,'complete',NULL,1733234183,4),(367,122,2,'gradedwrong',0.0000000,1733234236,4),(368,123,0,'todo',NULL,1733234155,4),(369,123,1,'complete',NULL,1733234183,4),(370,123,2,'gradedright',1.0000000,1733234236,4),(371,124,0,'todo',NULL,1733234155,4),(372,124,1,'complete',NULL,1733234187,4),(373,124,2,'gradedwrong',0.0000000,1733234236,4),(374,125,0,'todo',NULL,1733234155,4),(375,125,1,'complete',NULL,1733234191,4),(376,125,2,'gradedright',1.0000000,1733234236,4),(377,126,0,'todo',NULL,1733234155,4),(378,126,1,'complete',NULL,1733234200,4),(379,126,2,'gradedwrong',0.0000000,1733234236,4),(380,127,0,'todo',NULL,1733234155,4),(381,127,1,'complete',NULL,1733234210,4),(382,127,2,'gradedwrong',0.0000000,1733234236,4),(383,128,0,'todo',NULL,1733234155,4),(384,128,1,'complete',NULL,1733234218,4),(385,128,2,'gradedwrong',0.0000000,1733234236,4),(386,129,0,'todo',NULL,1733234155,4),(387,129,1,'complete',NULL,1733234225,4),(388,129,2,'gradedwrong',0.0000000,1733234236,4),(389,130,0,'todo',NULL,1733234155,4),(390,130,1,'complete',NULL,1733234228,4),(391,130,2,'gradedwrong',0.0000000,1733234236,4),(392,131,0,'todo',NULL,1733234155,4),(393,131,1,'complete',NULL,1733234231,4),(394,131,2,'gradedwrong',0.0000000,1733234236,4),(395,132,0,'todo',NULL,1733234277,4),(396,132,1,'complete',NULL,1733234280,4),(397,132,2,'gradedwrong',0.0000000,1733234315,4),(398,133,0,'todo',NULL,1733234277,4),(399,133,1,'todo',NULL,1733234282,4),(400,133,2,'gaveup',NULL,1733234315,4),(401,134,0,'todo',NULL,1733234277,4),(402,134,1,'todo',NULL,1733234283,4),(403,134,2,'gaveup',NULL,1733234315,4),(404,135,0,'todo',NULL,1733234277,4),(405,135,1,'complete',NULL,1733234286,4),(406,135,2,'gradedwrong',0.0000000,1733234315,4),(407,136,0,'todo',NULL,1733234277,4),(408,136,1,'complete',NULL,1733234288,4),(409,136,2,'gradedwrong',0.0000000,1733234315,4),(410,137,0,'todo',NULL,1733234277,4),(411,137,1,'complete',NULL,1733234290,4),(412,137,2,'gradedwrong',0.0000000,1733234315,4),(413,138,0,'todo',NULL,1733234277,4),(414,138,1,'complete',NULL,1733234290,4),(415,138,2,'gradedright',1.0000000,1733234315,4),(416,139,0,'todo',NULL,1733234277,4),(417,139,1,'todo',NULL,1733234292,4),(418,139,2,'gaveup',NULL,1733234315,4),(419,140,0,'todo',NULL,1733234277,4),(420,140,1,'complete',NULL,1733234297,4),(421,140,2,'gradedright',1.0000000,1733234315,4),(422,141,0,'todo',NULL,1733234277,4),(423,141,1,'complete',NULL,1733234299,4),(424,141,2,'gradedwrong',0.0000000,1733234315,4),(425,142,0,'todo',NULL,1733234277,4),(426,142,1,'complete',NULL,1733234301,4),(427,142,2,'gradedwrong',0.0000000,1733234315,4),(428,143,0,'todo',NULL,1733234277,4),(429,143,1,'complete',NULL,1733234304,4),(430,143,2,'gradedwrong',0.0000000,1733234315,4),(431,144,0,'todo',NULL,1733234277,4),(432,144,1,'complete',NULL,1733234306,4),(433,144,2,'gradedwrong',0.0000000,1733234315,4),(434,145,0,'todo',NULL,1733234277,4),(435,145,1,'complete',NULL,1733234308,4),(436,145,2,'gradedwrong',0.0000000,1733234315,4),(437,146,0,'todo',NULL,1733234277,4),(438,146,1,'complete',NULL,1733234310,4),(439,146,2,'gradedwrong',0.0000000,1733234315,4),(440,147,0,'todo',NULL,1733234357,4),(441,147,1,'complete',NULL,1733234370,4),(442,147,2,'gradedright',1.0000000,1733234402,4),(443,148,0,'todo',NULL,1733234357,4),(444,148,1,'complete',NULL,1733234370,4),(445,148,2,'gradedright',1.0000000,1733234402,4),(446,149,0,'todo',NULL,1733234357,4),(447,149,1,'complete',NULL,1733234383,4),(448,149,2,'gradedright',1.0000000,1733234402,4),(449,150,0,'todo',NULL,1733234357,4),(450,150,1,'complete',NULL,1733234388,4),(451,150,2,'gradedright',1.0000000,1733234402,4),(452,151,0,'todo',NULL,1733234412,4),(453,151,1,'complete',NULL,1733234425,4),(454,151,2,'gradedright',1.0000000,1733234441,4),(455,152,0,'todo',NULL,1733234412,4),(456,152,1,'complete',NULL,1733234425,4),(457,152,2,'gradedright',1.0000000,1733234441,4),(458,153,0,'todo',NULL,1733234412,4),(459,153,1,'complete',NULL,1733234429,4),(460,153,2,'gradedright',1.0000000,1733234441,4),(461,154,0,'todo',NULL,1733234412,4),(462,154,1,'complete',NULL,1733234438,4),(463,154,2,'gradedright',1.0000000,1733234441,4),(464,155,0,'todo',NULL,1733234447,4),(465,155,1,'todo',NULL,1733234452,4),(466,155,2,'gaveup',NULL,1733234461,4),(467,156,0,'todo',NULL,1733234447,4),(468,156,1,'todo',NULL,1733234452,4),(469,156,2,'gaveup',NULL,1733234461,4),(470,157,0,'todo',NULL,1733234447,4),(471,157,1,'todo',NULL,1733234454,4),(472,157,2,'gaveup',NULL,1733234461,4),(473,158,0,'todo',NULL,1733234447,4),(474,158,1,'complete',NULL,1733234458,4),(475,158,2,'gradedright',1.0000000,1733234461,4),(476,159,0,'todo',NULL,1733234476,4),(477,159,1,'complete',NULL,1733234487,4),(478,159,2,'gradedright',1.0000000,1733234507,4),(479,160,0,'todo',NULL,1733234476,4),(480,160,1,'complete',NULL,1733234487,4),(481,160,2,'gradedwrong',0.0000000,1733234507,4),(482,161,0,'todo',NULL,1733234476,4),(483,161,1,'complete',NULL,1733234496,4),(484,161,2,'gradedwrong',0.0000000,1733234507,4),(485,162,0,'todo',NULL,1733234476,4),(486,162,1,'complete',NULL,1733234503,4),(487,162,2,'gradedright',1.0000000,1733234507,4),(488,5,3,'mangrright',1.0000000,1736238709,2),(489,1,3,'mangrright',1.0000000,1736238892,2),(490,52,3,'mangrright',1.0000000,1736239063,2),(491,53,3,'mangrright',1.0000000,1736239078,2),(492,54,3,'mangrright',1.0000000,1736239087,2),(493,55,3,'mangrright',1.0000000,1736239098,2),(494,56,3,'mangrright',1.0000000,1736239108,2),(495,57,3,'mangrright',1.0000000,1736239116,2),(496,58,3,'mangrright',1.0000000,1736239124,2),(497,59,3,'mangrright',1.0000000,1736239132,2),(498,60,3,'mangrright',1.0000000,1736239139,2),(499,61,3,'mangrright',1.0000000,1736239145,2),(500,163,0,'todo',NULL,1736239173,4),(501,164,0,'todo',NULL,1736239173,4),(502,165,0,'todo',NULL,1736239173,4),(503,166,0,'todo',NULL,1736239173,4),(504,167,0,'todo',NULL,1736239173,4),(505,163,1,'todo',NULL,1736239178,4),(506,164,1,'todo',NULL,1736239185,4),(507,165,1,'todo',NULL,1736239185,4),(508,166,1,'todo',NULL,1736239200,4),(509,167,1,'todo',NULL,1736239204,4),(510,163,2,'gaveup',NULL,1736239208,4),(511,164,2,'gaveup',NULL,1736239208,4),(512,165,2,'gaveup',NULL,1736239208,4),(513,166,2,'gaveup',NULL,1736239208,4),(514,167,2,'gaveup',NULL,1736239208,4),(515,168,0,'todo',NULL,1736239216,4),(516,169,0,'todo',NULL,1736239216,4),(517,170,0,'todo',NULL,1736239216,4),(518,171,0,'todo',NULL,1736239216,4),(519,172,0,'todo',NULL,1736239216,4),(520,168,1,'complete',NULL,1736239228,4),(521,169,1,'complete',NULL,1736239247,4),(522,170,1,'complete',NULL,1736239247,4),(523,171,1,'complete',NULL,1736239269,4),(524,172,1,'complete',NULL,1736239280,4),(525,168,2,'gradedright',1.0000000,1736239285,4),(526,169,2,'gradedright',1.0000000,1736239285,4),(527,170,2,'gradedright',1.0000000,1736239285,4),(528,171,2,'gradedright',1.0000000,1736239285,4),(529,172,2,'gradedright',1.0000000,1736239285,4),(530,173,0,'todo',NULL,1736239303,4),(531,174,0,'todo',NULL,1736239303,4),(532,175,0,'todo',NULL,1736239303,4),(533,176,0,'todo',NULL,1736239303,4),(534,177,0,'todo',NULL,1736239303,4),(535,173,1,'complete',NULL,1736239320,4),(536,174,1,'complete',NULL,1736239320,4),(537,175,1,'complete',NULL,1736239324,4),(538,176,1,'complete',NULL,1736239328,4),(539,177,1,'complete',NULL,1736239331,4),(540,173,2,'gradedright',1.0000000,1736239334,4),(541,174,2,'gradedright',1.0000000,1736239334,4),(542,175,2,'gradedright',1.0000000,1736239334,4),(543,176,2,'gradedright',1.0000000,1736239334,4),(544,177,2,'gradedright',1.0000000,1736239334,4),(545,178,0,'todo',NULL,1736239374,4),(546,179,0,'todo',NULL,1736239374,4),(547,180,0,'todo',NULL,1736239374,4),(548,181,0,'todo',NULL,1736239374,4),(549,178,1,'todo',NULL,1736239379,4),(550,179,1,'todo',NULL,1736239379,4),(551,178,2,'gaveup',NULL,1736239382,4),(552,179,2,'gaveup',NULL,1736239382,4),(553,180,1,'gaveup',NULL,1736239382,4),(554,181,1,'gaveup',NULL,1736239382,4),(555,182,0,'todo',NULL,1736239401,4),(556,183,0,'todo',NULL,1736239401,4),(557,184,0,'todo',NULL,1736239401,4),(558,185,0,'todo',NULL,1736239401,4),(559,186,0,'todo',NULL,1736239401,4),(560,187,0,'todo',NULL,1736239401,4),(561,188,0,'todo',NULL,1736239401,4),(562,189,0,'todo',NULL,1736239401,4),(563,190,0,'todo',NULL,1736239401,4),(564,191,0,'todo',NULL,1736239401,4),(565,192,0,'todo',NULL,1736239401,4),(566,193,0,'todo',NULL,1736239401,4),(567,182,1,'complete',NULL,1736239412,4),(568,183,1,'complete',NULL,1736239415,4),(569,184,1,'complete',NULL,1736239418,4),(570,185,1,'complete',NULL,1736239422,4),(571,186,1,'complete',NULL,1736239425,4),(572,187,1,'complete',NULL,1736239431,4),(573,188,1,'complete',NULL,1736239431,4),(574,189,1,'complete',NULL,1736239435,4),(575,190,1,'complete',NULL,1736239446,4),(576,191,-1,'complete',NULL,1736239509,4),(577,194,0,'todo',NULL,1736239584,4),(578,195,0,'todo',NULL,1736239584,4),(579,196,0,'todo',NULL,1736239584,4),(580,197,0,'todo',NULL,1736239584,4),(581,198,0,'todo',NULL,1736239584,4),(582,199,0,'todo',NULL,1736239584,4),(583,200,0,'todo',NULL,1736239584,4),(584,201,0,'todo',NULL,1736239584,4),(585,202,0,'todo',NULL,1736239584,4),(586,203,0,'todo',NULL,1736239584,4),(587,204,0,'todo',NULL,1736239584,4),(588,205,0,'todo',NULL,1736239584,4),(589,194,1,'complete',NULL,1736239639,4),(590,194,2,'gradedright',1.0000000,1736239643,4),(591,195,1,'gaveup',NULL,1736239643,4),(592,196,1,'gaveup',NULL,1736239643,4),(593,197,1,'gaveup',NULL,1736239643,4),(594,198,1,'gaveup',NULL,1736239643,4),(595,199,1,'gaveup',NULL,1736239643,4),(596,200,1,'gaveup',NULL,1736239643,4),(597,201,1,'gaveup',NULL,1736239643,4),(598,202,1,'gaveup',NULL,1736239643,4),(599,203,1,'gaveup',NULL,1736239643,4),(600,204,1,'gaveup',NULL,1736239643,4),(601,205,1,'gaveup',NULL,1736239643,4),(602,206,0,'todo',NULL,1736239693,4),(603,207,0,'todo',NULL,1736239693,4),(604,208,0,'todo',NULL,1736239693,4),(605,209,0,'todo',NULL,1736239693,4),(606,210,0,'todo',NULL,1736239693,4),(607,211,0,'todo',NULL,1736239693,4),(608,212,0,'todo',NULL,1736239693,4),(609,213,0,'todo',NULL,1736239693,4),(610,214,0,'todo',NULL,1736239693,4),(611,215,0,'todo',NULL,1736239693,4),(612,216,0,'todo',NULL,1736239693,4),(613,217,0,'todo',NULL,1736239693,4),(614,206,1,'complete',NULL,1736239705,4),(615,207,1,'complete',NULL,1736239708,4),(616,208,1,'complete',NULL,1736239710,4),(617,209,1,'complete',NULL,1736239713,4),(618,210,1,'complete',NULL,1736239716,4),(619,211,1,'complete',NULL,1736239724,4),(620,212,1,'complete',NULL,1736239724,4),(621,213,1,'complete',NULL,1736239728,4),(622,214,1,'complete',NULL,1736239731,4),(623,215,1,'complete',NULL,1736239735,4),(624,216,1,'complete',NULL,1736239740,4),(625,217,1,'complete',NULL,1736239744,4),(626,206,2,'gradedright',1.0000000,1736239748,4),(627,207,2,'gradedright',1.0000000,1736239748,4),(628,208,2,'gradedright',1.0000000,1736239748,4),(629,209,2,'gradedright',1.0000000,1736239748,4),(630,210,2,'gradedright',1.0000000,1736239748,4),(631,211,2,'gradedright',1.0000000,1736239748,4),(632,212,2,'gradedright',1.0000000,1736239748,4),(633,213,2,'gradedright',1.0000000,1736239748,4),(634,214,2,'gradedright',1.0000000,1736239748,4),(635,215,2,'gradedright',1.0000000,1736239748,4),(636,216,2,'gradedright',1.0000000,1736239748,4),(637,217,2,'gradedright',1.0000000,1736239748,4),(638,218,0,'todo',NULL,1736239761,4),(639,219,0,'todo',NULL,1736239761,4),(640,220,0,'todo',NULL,1736239761,4),(641,221,0,'todo',NULL,1736239761,4),(642,222,0,'todo',NULL,1736239761,4),(643,223,0,'todo',NULL,1736239761,4),(644,224,0,'todo',NULL,1736239761,4),(645,225,0,'todo',NULL,1736239761,4),(646,226,0,'todo',NULL,1736239761,4),(647,227,0,'todo',NULL,1736239761,4),(648,228,0,'todo',NULL,1736239761,4),(649,229,0,'todo',NULL,1736239761,4),(650,218,1,'complete',NULL,1736239766,4),(651,218,2,'gradedwrong',0.0000000,1736239770,4),(652,219,1,'gaveup',NULL,1736239770,4),(653,220,1,'gaveup',NULL,1736239770,4),(654,221,1,'gaveup',NULL,1736239770,4),(655,222,1,'gaveup',NULL,1736239770,4),(656,223,1,'gaveup',NULL,1736239770,4),(657,224,1,'gaveup',NULL,1736239770,4),(658,225,1,'gaveup',NULL,1736239770,4),(659,226,1,'gaveup',NULL,1736239770,4),(660,227,1,'gaveup',NULL,1736239770,4),(661,228,1,'gaveup',NULL,1736239770,4),(662,229,1,'gaveup',NULL,1736239770,4),(663,230,0,'todo',NULL,1736239777,4),(664,231,0,'todo',NULL,1736239777,4),(665,232,0,'todo',NULL,1736239777,4),(666,233,0,'todo',NULL,1736239777,4),(667,234,0,'todo',NULL,1736239777,4),(668,235,0,'todo',NULL,1736239777,4),(669,236,0,'todo',NULL,1736239777,4),(670,237,0,'todo',NULL,1736239777,4),(671,238,0,'todo',NULL,1736239777,4),(672,239,0,'todo',NULL,1736239777,4),(673,240,0,'todo',NULL,1736239777,4),(674,241,0,'todo',NULL,1736239777,4),(675,230,1,'complete',NULL,1736239784,4),(676,231,1,'complete',NULL,1736239790,4),(677,232,1,'complete',NULL,1736239794,4),(678,233,1,'complete',NULL,1736239798,4),(679,234,1,'complete',NULL,1736239801,4),(680,235,1,'complete',NULL,1736239809,4),(681,236,1,'complete',NULL,1736239809,4),(682,237,1,'complete',NULL,1736239813,4),(683,238,1,'complete',NULL,1736239816,4),(684,239,1,'complete',NULL,1736239818,4),(685,240,1,'complete',NULL,1736239822,4),(686,241,1,'complete',NULL,1736239827,4),(687,230,2,'gradedright',1.0000000,1736239830,4),(688,231,2,'gradedwrong',0.0000000,1736239830,4),(689,232,2,'gradedwrong',0.0000000,1736239830,4),(690,233,2,'gradedwrong',0.0000000,1736239830,4),(691,234,2,'gradedpartial',0.2000000,1736239830,4),(692,235,2,'gradedright',1.0000000,1736239830,4),(693,236,2,'gradedright',1.0000000,1736239830,4),(694,237,2,'gradedright',1.0000000,1736239830,4),(695,238,2,'gradedright',1.0000000,1736239830,4),(696,239,2,'gradedright',1.0000000,1736239830,4),(697,240,2,'gradedright',1.0000000,1736239830,4),(698,241,2,'gradedright',1.0000000,1736239830,4); +/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempts` +-- + +DROP TABLE IF EXISTS `m_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `m_quesatte_beh_ix` (`behaviour`), + KEY `m_quesatte_que_ix` (`questionid`), + KEY `m_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB AUTO_INCREMENT=242 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- + +LOCK TABLES `m_question_attempts` WRITE; +/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; +INSERT INTO `m_question_attempts` VALUES (1,1,1,'manualgraded',160,1413,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'43\n',1736238892),(2,1,2,'deferredfeedback',163,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {-arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C; arctan(x) + C}','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',1733232339),(3,1,3,'deferredfeedback',169,23158,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 31\n','part 1: 31; part 2: non - singular','The content can not be displayed.',1733232339),(4,1,4,'deferredfeedback',175,57349,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 2 cm long?\n: 14\n; 16\n; 9\n; 23\n','16\n','16\n',1733232339),(5,1,5,'deferredfeedback',177,6615,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1736238709),(6,1,6,'deferredfeedback',179,20533,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(7,1,7,'deferredfeedback',181,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','23',1733232339),(8,1,8,'deferredfeedback',183,2020,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(9,1,9,'deferredfeedback',185,966,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(10,1,10,'deferredfeedback',187,12405,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(11,1,11,'deferredfeedback',189,7721,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232339),(12,1,12,'deferredfeedback',191,48363,1.0000000,0.0000000,1.0000000,0,'42 is even\n','True','True',1733232339),(13,2,1,'manualgraded',160,32169,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'nlk\n',1733232539),(14,2,2,'deferredfeedback',163,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n} -> {-arctan(cos(x)) + C; -cos(x) + C; arctan(x) + C; x - cos(2x)/2 + C; ln(2x+5) + C}','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C',1733232539),(15,2,3,'deferredfeedback',169,9650,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: -159\n','part 1: -159; part 2: non - singular','The content can not be displayed.',1733232539),(16,2,4,'deferredfeedback',175,29513,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 5-sided regular polygon, with each side 2 cm long?\n: 8\n; 10\n; 6\n; 23\n','10\n','10\n',1733232539),(17,2,5,'deferredfeedback',177,55244,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232539),(18,2,6,'deferredfeedback',179,1633,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(19,2,7,'deferredfeedback',181,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','56',1733232539),(20,2,8,'deferredfeedback',183,21421,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(21,2,9,'deferredfeedback',185,1309,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(22,2,10,'deferredfeedback',187,37973,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(23,2,11,'deferredfeedback',189,24053,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232539),(24,2,12,'deferredfeedback',191,15093,1.0000000,0.0000000,1.0000000,0,'44 is even\n','True',NULL,1733232539),(25,3,1,'manualgraded',160,5164,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'',1733232623),(26,3,2,'deferredfeedback',163,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral sin left parenthesis x right parenthesis d x]\n\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {arctan(x) + C; -arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C}','[integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',NULL,1733232623),(27,3,3,'deferredfeedback',169,53147,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 13\n','part 1: 13; part 2: non - singular','The content can not be displayed.',1733232623),(28,3,4,'deferredfeedback',175,56507,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 6 cm long?\n: 25\n; 23\n; 46\n; 48\n','48\n',NULL,1733232623),(29,3,5,'deferredfeedback',177,64938,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232623),(30,3,6,'deferredfeedback',179,48867,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(31,3,7,'deferredfeedback',181,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','',1733232623),(32,3,8,'deferredfeedback',183,50077,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(33,3,9,'deferredfeedback',185,14532,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(34,3,10,'deferredfeedback',187,26926,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(35,3,11,'deferredfeedback',189,57759,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232623),(36,3,12,'deferredfeedback',191,34651,1.0000000,0.0000000,1.0000000,0,'24 is even\n','True','False',1733232623),(37,4,1,'deferredfeedback',34,61973,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 1 (this is the correct answer for each sub-question)\n\n- S2 = 7\n\n- S3 = 0\n\n- S4 = 0\n\nDrop-down format {1; 7; 0; 0}\n\nShuffled drop-down format {1; 0; 0; 7}\n\nHorizontal format {1; 7; 0; 0}\n\nShuffled horizontal {7; 1; 0; 0}\n\nVertical format {1; 7; 0; 0}\n\nShuffled vertical format {0; 1; 0; 7}\n\n','part 1: 1; part 2: 1; part 3: 1; part 4: 1; part 5: 1; part 6: 1','The content can not be displayed.',1733232761),(38,4,2,'deferredfeedback',30,55341,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 3\n\n- S3 = 2 (This is the correct answer for the Short Answer question)\n\n- S4 = 3\n\nDrop-down format {6; 3; 2; 3}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 2','The content can not be displayed.',1733232761),(39,4,3,'deferredfeedback',25,17058,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(40,4,4,'deferredfeedback',42,36560,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232761),(41,4,5,'deferredfeedback',20,58239,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(42,5,1,'deferredfeedback',34,14542,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 9 (this is the correct answer for each sub-question)\n\n- S2 = 8\n\n- S3 = 7\n\n- S4 = 9\n\nDrop-down format {9; 8; 7; 9}\n\nShuffled drop-down format {8; 9; 9; 7}\n\nHorizontal format {9; 8; 7; 9}\n\nShuffled horizontal {9; 8; 9; 7}\n\nVertical format {9; 8; 7; 9}\n\nShuffled vertical format {8; 7; 9; 9}\n\n','part 1: 9; part 2: 9; part 3: 9; part 4: 9; part 5: 9; part 6: 9','The content can not be displayed.',1733232815),(43,5,2,'deferredfeedback',30,64906,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 7 (this is the correct answer for the Multichoice question)\n\n- S2 = 10\n\n- S3 = 1 (This is the correct answer for the Short Answer question)\n\n- S4 = 1\n\nDrop-down format {7; 10; 1; 1}\n\nShort Answer question _____\n\n','part 1: 7; part 2: 1','The content can not be displayed.',1733232815),(44,5,3,'deferredfeedback',25,25911,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(45,5,4,'deferredfeedback',42,38431,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232815),(46,5,5,'deferredfeedback',20,4676,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(47,6,1,'deferredfeedback',34,4514,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 8 (this is the correct answer for each sub-question)\n\n- S2 = 1\n\n- S3 = 3\n\n- S4 = 8\n\nDrop-down format {8; 1; 3; 8}\n\nShuffled drop-down format {8; 3; 8; 1}\n\nHorizontal format {8; 1; 3; 8}\n\nShuffled horizontal {8; 1; 3; 8}\n\nVertical format {8; 1; 3; 8}\n\nShuffled vertical format {8; 8; 3; 1}\n\n','part 1: 8; part 2: 8; part 3: 8; part 4: 8; part 5: 8; part 6: 8','The content can not be displayed.',1733232872),(48,6,2,'deferredfeedback',30,16270,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 4\n\n- S3 = 10 (This is the correct answer for the Short Answer question)\n\n- S4 = 0\n\nDrop-down format {6; 4; 10; 0}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 10','The content can not be displayed.',1733232872),(49,6,3,'deferredfeedback',25,50642,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(50,6,4,'deferredfeedback',42,20669,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232872),(51,6,5,'deferredfeedback',20,41016,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 6\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(52,7,1,'manualgraded',77,28584,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'ytw3e5\n',1736239063),(53,7,2,'manualgraded',79,62400,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'ye45r3\n',1736239078),(54,7,3,'manualgraded',81,7330,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1736239087),(55,7,4,'manualgraded',83,38426,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1736239098),(56,7,5,'manualgraded',85,46135,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1736239108),(57,7,6,'manualgraded',88,17974,1.0000000,0.0000000,1.0000000,0,'s1= 4\ns2 =6\ns3= 9\n\n',NULL,'469\n',1736239116),(58,7,7,'manualgraded',197,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'Attachments: image (15).png (53.1 KB)',1736239124),(59,7,8,'manualgraded',199,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'Attachments: image (15).png (53.1 KB)',1736239132),(60,7,9,'manualgraded',202,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'Attachments: image (13).png (59.3 KB)',1736239139),(61,7,10,'manualgraded',204,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'Attachments: image (14).png (65.3 KB), image (13).png (59.3 KB), image (12).png (66.1 KB), image (11).png (58.9 KB), image (10).png (58.7 KB), image (9).png (68.6 KB), image (8).png (56.7 KB)',1736239145),(62,8,1,'manualgraded',77,19224,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'',1733233223),(63,8,2,'manualgraded',79,17853,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'',1733233223),(64,8,3,'manualgraded',81,27433,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1733233223),(65,8,4,'manualgraded',83,54653,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1733233223),(66,8,5,'manualgraded',85,57456,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1733233223),(67,8,6,'manualgraded',88,10208,1.0000000,0.0000000,1.0000000,0,'s1= 3\ns2 =5\ns3= 10\n\n',NULL,'',1733233223),(68,8,7,'manualgraded',197,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'',1733233223),(69,8,8,'manualgraded',199,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'',1733233223),(70,8,9,'manualgraded',202,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'',1733233223),(71,8,10,'manualgraded',204,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'',1733233223),(72,9,1,'deferredfeedback',110,30927,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 2\n\n2 - 3\n\n3 - 5\n {2\n; 3\n; 1\n} -> {3; 5; 2}','2\n -> 3; 3\n -> 5; 1\n -> 2','2\n -> 3; 3\n -> 5; 1\n -> 2',1733233312),(73,9,2,'deferredfeedback',98,5779,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 5\n\n3 - 0\n {3\n; 2\n; 1\n} -> {5; 7; 0}','3\n -> 0; 2\n -> 5; 1\n -> 7','3\n -> 0; 2\n -> 5; 1\n -> 7',1733233312),(74,9,3,'deferredfeedback',101,58248,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 3\n {1\n; 3\n; 2\n} -> {7; 3; 3}','1\n -> 7; 3\n -> 3; 2\n -> 3','1\n -> 7; 3\n -> 3; 2\n -> 3',1733233312),(75,9,4,'deferredfeedback',107,36649,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 10\n\n2 -  3\n\n3 - 1\n\n4 - 30\n\n5 - 3\n\n6 - 10\n {6\n; 1\n; 5\n; 3\n; 4\n; 2\n} -> {10; 1; 3; 3; 30; 10}','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3',1733233312),(76,9,5,'deferredfeedback',104,58900,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 3\n\n2 - 1\n\n3 - 8\n {3\n; 2\n; 1\n} -> {8; 1; 3}','3\n -> 8; 2\n -> 1; 1\n -> 3','3\n -> 8; 2\n -> 1; 1\n -> 3',1733233312),(77,10,1,'deferredfeedback',110,35113,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 3\n\n2 - 7\n\n3 - 1\n {1\n; 3\n; 2\n} -> {3; 7; 1}','1\n -> 3; 3\n -> 1; 2\n -> 7','1\n -> 3; 3\n -> 1; 2\n -> 7',1733233415),(78,10,2,'deferredfeedback',98,26095,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 10\n\n2 - 8\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 10; 8}','3\n -> 0; 2\n -> 8; 1\n -> 10','3\n -> 0; 2\n -> 8; 1\n -> 10',1733233415),(79,10,3,'deferredfeedback',101,25615,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 2\n\n2 - 2\n\n3 - 4\n {3\n; 1\n; 2\n} -> {2; 2; 4}','3\n -> 4; 1\n -> 2; 2\n -> 2','3\n -> 4; 1\n -> 2; 2\n -> 2',1733233415),(80,10,4,'deferredfeedback',107,18443,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 9\n\n2 -  6\n\n3 - 0\n\n4 - 54\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 4\n; 2\n; 5\n; 1\n} -> {9; 6; 0; 0; 0; 54}','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9',1733233415),(81,10,5,'deferredfeedback',104,63872,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 0\n\n2 - 5\n\n3 - 4\n {2\n; 1\n; 3\n} -> {5; 4; 0}','2\n -> 5; 1\n -> 0; 3\n -> 4','2\n -> 5; 1\n -> 0; 3\n -> 4',1733233415),(82,11,1,'deferredfeedback',110,4259,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 3; 7}','3\n -> 0; 2\n -> 3; 1\n -> 7','3\n -> 0; 2\n -> 3; 1\n -> 3',1733233745),(83,11,2,'deferredfeedback',98,33340,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 4\n\n3 - 3\n {3\n; 1\n; 2\n} -> {3; 7; 4}','3\n -> 3; 1\n -> 7; 2\n -> 4','3\n -> 3; 1\n -> 3; 2\n -> 3',1733233745),(84,11,3,'deferredfeedback',101,32743,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 3\n\n2 - 10\n\n3 - 9\n {1\n; 3\n; 2\n} -> {9; 10; 3}','1\n -> 3; 3\n -> 9; 2\n -> 10','1\n -> 9; 3\n -> 9; 2\n -> 9',1733233745),(85,11,4,'deferredfeedback',107,13720,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 6\n\n2 -  5\n\n3 - 0\n\n4 - 30\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 1\n; 4\n; 2\n; 5\n} -> {0; 0; 30; 6; 0; 5}','6\n -> 0; 3\n -> 0; 1\n -> 6; 4\n -> 30; 2\n -> 5; 5\n -> 0','6\n -> 0; 3\n -> 0; 1\n -> 0; 4\n -> 0; 2\n -> 0; 5\n -> 0',1733233745),(86,11,5,'deferredfeedback',104,55703,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 2\n\n2 - 1\n\n3 - 2\n {1\n; 2\n; 3\n} -> {1; 2; 2}','1\n -> 2; 2\n -> 1; 3\n -> 2','1\n -> 1; 2\n -> 1; 3\n -> 1',1733233745),(87,12,1,'deferredfeedback',111,39960,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 155\n\n2 - 155\n\n3 - 151\n {3\n; 2\n; 1\n} -> {155; 155; 151}','3\n -> 151; 2\n -> 155; 1\n -> 155','3\n -> 155; 2\n -> 151; 1\n -> 155',1733233853),(88,12,2,'deferredfeedback',99,53143,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 194\n\n2 - 36\n\n3 - 147\n {3\n; 1\n; 2\n} -> {194; 36; 147}','3\n -> 147; 1\n -> 194; 2\n -> 36','3\n -> 147; 1\n -> 194; 2\n -> 36',1733233853),(89,12,3,'deferredfeedback',102,47438,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 187\n\n2 - 136\n\n3 - 77\n {3\n; 2\n; 1\n} -> {136; 187; 77}','3\n -> 77; 2\n -> 136; 1\n -> 187','3\n -> 77; 2\n -> 136; 1\n -> 187',1733233853),(90,12,4,'deferredfeedback',108,32309,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 323\n\n2 -  129\n\n3 - 108\n\n4 - 41667\n\n5 - 13932\n\n6 - 34884\n {3\n; 1\n; 6\n; 2\n; 4\n; 5\n} -> {129; 34884; 108; 41667; 13932; 323}','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932',1733233853),(91,12,5,'deferredfeedback',105,37796,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 174\n\n2 - 180\n\n3 - 92\n {1\n; 3\n; 2\n} -> {180; 174; 92}','1\n -> 174; 3\n -> 92; 2\n -> 180','1\n -> 174; 3\n -> 92; 2\n -> 180',1733233853),(92,13,1,'deferredfeedback',114,61698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1733233904),(93,13,2,'deferredfeedback',116,39698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','cos(x)\n',1733233904),(94,13,3,'deferredfeedback',119,53210,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','sin(x)\n',1733233904),(95,13,4,'deferredfeedback',121,35013,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: sin(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; f\n; e\n; g\n','[sin(x),cos(x),tan(x)]\n','g\n',1733233904),(96,13,5,'deferredfeedback',123,27699,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','tan(x)\n',1733233904),(97,14,1,'deferredfeedback',114,13984,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(98,14,2,'deferredfeedback',116,62181,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: tan(x)\n; cos(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(99,14,3,'deferredfeedback',119,49755,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(100,14,4,'deferredfeedback',121,42992,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; f\n; g\n; e\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(101,14,5,'deferredfeedback',123,4103,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(102,15,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1733234109),(103,15,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1733234109),(104,15,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1733234109),(105,15,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1733234109),(106,15,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1733234109),(107,15,6,'deferredfeedback',13,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1733234109),(108,15,7,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1733234109),(109,15,8,'deferredfeedback',15,10481,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 4\n','The content can not be displayed.','4',1733234109),(110,15,9,'deferredfeedback',131,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.\n\n','The content can not be displayed.','The content can not be displayed.',1733234109),(111,15,10,'deferredfeedback',145,1,1.0000000,0.0000000,1.0000000,0,'test: calculate lenght from A to B\n\n','The content can not be displayed.','The content can not be displayed.',1733234109),(112,15,11,'deferredfeedback',133,1,1.0000000,0.0000000,1.0000000,0,'Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4','The content can not be displayed.','The content can not be displayed.',1733234109),(113,15,12,'deferredfeedback',135,1,1.0000000,0.0000000,1.0000000,0,'Test: draw the angle between the segments\n','The content can not be displayed.','The content can not be displayed.',1733234109),(114,15,13,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1733234109),(115,15,14,'deferredfeedback',17,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1733234109),(116,15,15,'deferredfeedback',158,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1733234109),(117,16,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1733234240),(118,16,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1733234240),(119,16,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1733234240),(120,16,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1733234240),(121,16,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1733234240),(122,16,6,'deferredfeedback',13,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1733234240),(123,16,7,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1733234240),(124,16,8,'deferredfeedback',15,45949,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 7\n','The content can not be displayed.','x+1',1733234240),(125,16,9,'deferredfeedback',131,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.\n\n','The content can not be displayed.','The content can not be displayed.',1733234240),(126,16,10,'deferredfeedback',145,1,1.0000000,0.0000000,1.0000000,0,'test: calculate lenght from A to B\n\n','The content can not be displayed.','The content can not be displayed.',1733234240),(127,16,11,'deferredfeedback',133,1,1.0000000,0.0000000,1.0000000,0,'Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4','The content can not be displayed.','The content can not be displayed.',1733234240),(128,16,12,'deferredfeedback',135,1,1.0000000,0.0000000,1.0000000,0,'Test: draw the angle between the segments\n','The content can not be displayed.','The content can not be displayed.',1733234240),(129,16,13,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1733234240),(130,16,14,'deferredfeedback',17,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1733234240),(131,16,15,'deferredfeedback',158,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1733234240),(132,17,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1733234317),(133,17,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1733234317),(134,17,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','',1733234317),(135,17,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1733234317),(136,17,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1733234317),(137,17,6,'deferredfeedback',13,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1733234317),(138,17,7,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1733234317),(139,17,8,'deferredfeedback',15,14929,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 4\n','The content can not be displayed.','',1733234317),(140,17,9,'deferredfeedback',131,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.\n\n','The content can not be displayed.','The content can not be displayed.',1733234317),(141,17,10,'deferredfeedback',145,1,1.0000000,0.0000000,1.0000000,0,'test: calculate lenght from A to B\n\n','The content can not be displayed.','The content can not be displayed.',1733234317),(142,17,11,'deferredfeedback',133,1,1.0000000,0.0000000,1.0000000,0,'Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4','The content can not be displayed.','The content can not be displayed.',1733234317),(143,17,12,'deferredfeedback',135,1,1.0000000,0.0000000,1.0000000,0,'Test: draw the angle between the segments\n','The content can not be displayed.','The content can not be displayed.',1733234317),(144,17,13,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1733234317),(145,17,14,'deferredfeedback',17,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1733234317),(146,17,15,'deferredfeedback',158,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1733234317),(147,18,1,'deferredfeedback',90,55339,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 4 prime? Answer is false\n','False','False',1733234402),(148,18,2,'deferredfeedback',92,5683,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234402),(149,18,3,'deferredfeedback',96,53887,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 0 a prime number?\n\nAnswer: false\n','False','False',1733234402),(150,18,4,'deferredfeedback',94,34776,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234402),(151,19,1,'deferredfeedback',90,36385,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 8 prime? Answer is false\n','False','False',1733234441),(152,19,2,'deferredfeedback',92,27174,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234441),(153,19,3,'deferredfeedback',96,56669,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 3 a prime number?\n\nAnswer: true\n','True','True',1733234441),(154,19,4,'deferredfeedback',94,57242,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234441),(155,20,1,'deferredfeedback',90,37828,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True',NULL,1733234461),(156,20,2,'deferredfeedback',92,10219,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 10 prime? Answer is false\nInitial content: \n\n','False',NULL,1733234461),(157,20,3,'deferredfeedback',96,29657,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 5 a prime number?\n\nAnswer: true\n','True',NULL,1733234461),(158,20,4,'deferredfeedback',94,42979,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234461),(159,21,1,'deferredfeedback',90,8981,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True','True',1733234507),(160,21,2,'deferredfeedback',92,32494,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 0 prime? Answer is false\nInitial content: \n\n','False','True',1733234507),(161,21,3,'deferredfeedback',96,36989,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 1 a prime number?\n\nAnswer: false\n','False','True',1733234507),(162,21,4,'deferredfeedback',94,14549,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234507),(163,22,1,'deferredfeedback',112,64948,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 169\n\n2 - 28\n\n3 - 39\n {2\n; 1\n; 3\n} -> {28; 39; 169}','2\n -> 28; 1\n -> 169; 3\n -> 39',NULL,1736239208),(164,22,2,'deferredfeedback',100,50500,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 55\n\n2 - 102\n\n3 - 96\n {1\n; 2\n; 3\n} -> {55; 102; 96}','1\n -> 55; 2\n -> 102; 3\n -> 96',NULL,1736239208),(165,22,3,'deferredfeedback',103,12569,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 22\n\n2 - 170\n\n3 - 96\n {1\n; 3\n; 2\n} -> {170; 96; 22}','1\n -> 22; 3\n -> 96; 2\n -> 170',NULL,1736239208),(166,22,4,'deferredfeedback',109,38144,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 619\n\n2 -  87\n\n3 - 169\n\n4 - 53853\n\n5 - 14703\n\n6 - 104611\n {4\n; 2\n; 3\n; 1\n; 6\n; 5\n} -> {619; 53853; 87; 14703; 104611; 169}','4\n -> 53853; 2\n -> 87; 3\n -> 169; 1\n -> 619; 6\n -> 104611; 5\n -> 14703',NULL,1736239208),(167,22,5,'deferredfeedback',106,3552,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 156\n\n2 - 83\n\n3 - 183\n {1\n; 3\n; 2\n} -> {156; 183; 83}','1\n -> 156; 3\n -> 183; 2\n -> 83',NULL,1736239208),(168,23,1,'deferredfeedback',112,45242,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 88\n\n2 - 152\n\n3 - 71\n {3\n; 2\n; 1\n} -> {71; 88; 152}','3\n -> 71; 2\n -> 152; 1\n -> 88','3\n -> 71; 2\n -> 152; 1\n -> 88',1736239285),(169,23,2,'deferredfeedback',100,29343,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 138\n\n2 - 34\n\n3 - 195\n {2\n; 1\n; 3\n} -> {138; 34; 195}','2\n -> 34; 1\n -> 138; 3\n -> 195','2\n -> 34; 1\n -> 138; 3\n -> 195',1736239285),(170,23,3,'deferredfeedback',103,2172,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 77\n\n2 - 124\n\n3 - 30\n {3\n; 1\n; 2\n} -> {124; 77; 30}','3\n -> 30; 1\n -> 77; 2\n -> 124','3\n -> 30; 1\n -> 77; 2\n -> 124',1736239285),(171,23,4,'deferredfeedback',109,10343,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 278\n\n2 -  5\n\n3 - 112\n\n4 - 1390\n\n5 - 560\n\n6 - 31136\n {3\n; 6\n; 4\n; 5\n; 1\n; 2\n} -> {278; 31136; 560; 112; 1390; 5}','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5',1736239285),(172,23,5,'deferredfeedback',106,60145,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 95\n\n2 - 161\n\n3 - 106\n {2\n; 1\n; 3\n} -> {95; 161; 106}','2\n -> 161; 1\n -> 95; 3\n -> 106','2\n -> 161; 1\n -> 95; 3\n -> 106',1736239285),(173,24,1,'deferredfeedback',115,43787,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(174,24,2,'deferredfeedback',118,34571,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(175,24,3,'deferredfeedback',120,13603,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(176,24,4,'deferredfeedback',122,14855,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: e\n; f\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; sin(x)\n; tan(x)\n; g\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(177,24,5,'deferredfeedback',124,42323,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(178,25,1,'deferredfeedback',91,63627,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 2 prime? Answer is true\n','True',NULL,1736239382),(179,25,2,'deferredfeedback',93,23350,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 9 prime? Answer is false\nInitial content: \n\n','False',NULL,1736239382),(180,25,3,'deferredfeedback',97,13997,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 7 a prime number?\n\nAnswer: true\n','True',NULL,1736239382),(181,25,4,'deferredfeedback',95,62947,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True',NULL,1736239382),(182,26,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.',NULL,1736239412),(183,26,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239416),(184,26,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239418),(185,26,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.',NULL,1736239422),(186,26,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.',NULL,1736239425),(187,26,6,'deferredfeedback',13,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.',NULL,1736239431),(188,26,7,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239431),(189,26,8,'deferredfeedback',15,20457,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 3\n','The content can not be displayed.',NULL,1736239435),(190,26,9,'deferredfeedback',211,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.',NULL,1736239446),(191,26,10,'deferredfeedback',212,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.',NULL,1736239509),(192,26,11,'deferredfeedback',213,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.',NULL,1736239402),(193,26,12,'deferredfeedback',214,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.',NULL,1736239402),(194,27,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239643),(195,27,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239643),(196,27,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239643),(197,27,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239643),(198,27,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239643),(199,27,6,'deferredfeedback',13,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239643),(200,27,7,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239643),(201,27,8,'deferredfeedback',15,22845,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 5\n','The content can not be displayed.',NULL,1736239643),(202,27,9,'deferredfeedback',216,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239643),(203,27,10,'deferredfeedback',212,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239643),(204,27,11,'deferredfeedback',213,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239643),(205,27,12,'deferredfeedback',214,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239643),(206,28,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(207,28,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(208,28,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1736239752),(209,28,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(210,28,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(211,28,6,'deferredfeedback',217,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(212,28,7,'deferredfeedback',218,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(213,28,8,'deferredfeedback',219,44397,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 7\n','The content can not be displayed.','7',1736239752),(214,28,9,'deferredfeedback',216,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239752),(215,28,10,'deferredfeedback',212,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239752),(216,28,11,'deferredfeedback',213,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239752),(217,28,12,'deferredfeedback',214,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239752),(218,29,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(219,29,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(220,29,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239770),(221,29,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(222,29,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(223,29,6,'deferredfeedback',217,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(224,29,7,'deferredfeedback',218,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(225,29,8,'deferredfeedback',219,13831,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.',NULL,1736239770),(226,29,9,'deferredfeedback',216,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239770),(227,29,10,'deferredfeedback',212,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239770),(228,29,11,'deferredfeedback',213,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239770),(229,29,12,'deferredfeedback',214,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239770),(230,30,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(231,30,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(232,30,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x-1',1736239833),(233,30,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(234,30,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(235,30,6,'deferredfeedback',217,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(236,30,7,'deferredfeedback',218,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(237,30,8,'deferredfeedback',219,3216,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.','10',1736239833),(238,30,9,'deferredfeedback',216,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239833),(239,30,10,'deferredfeedback',212,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239833),(240,30,11,'deferredfeedback',213,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239833),(241,30,12,'deferredfeedback',214,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239833); +/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_bank_entries` +-- + +DROP TABLE IF EXISTS `m_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `m_quesbankentr_que_ix` (`questioncategoryid`), + KEY `m_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_bank_entries` +-- + +LOCK TABLES `m_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; +INSERT INTO `m_question_bank_entries` VALUES (1,3,NULL,2),(2,3,NULL,2),(3,3,NULL,2),(4,3,NULL,2),(5,3,NULL,2),(6,3,NULL,2),(7,3,NULL,2),(8,3,NULL,2),(9,3,NULL,2),(10,3,NULL,2),(11,3,NULL,2),(12,5,NULL,3),(13,5,NULL,3),(14,5,NULL,3),(15,5,NULL,3),(16,5,NULL,3),(17,5,NULL,3),(18,5,NULL,3),(19,5,NULL,3),(20,5,NULL,3),(21,5,NULL,3),(22,5,NULL,3),(23,5,NULL,3),(24,5,NULL,3),(25,5,NULL,3),(26,5,NULL,3),(27,5,NULL,3),(28,5,NULL,3),(29,5,NULL,3),(30,5,NULL,3),(31,5,NULL,3),(32,5,NULL,2),(33,5,NULL,2),(34,5,NULL,2),(35,5,NULL,2),(36,5,NULL,2),(37,5,NULL,2),(38,5,NULL,2),(39,5,NULL,2),(40,5,NULL,2),(41,5,NULL,2),(42,5,NULL,2),(43,5,NULL,2),(44,5,NULL,2),(45,5,NULL,2),(46,5,NULL,2),(47,5,NULL,2),(48,5,NULL,2),(49,5,NULL,2),(50,8,NULL,3),(51,8,NULL,3),(52,8,NULL,3),(53,11,NULL,3),(54,11,NULL,3),(55,11,NULL,3),(56,12,NULL,3),(57,12,NULL,3),(58,12,NULL,3),(59,13,NULL,3),(60,13,NULL,3),(61,13,NULL,3),(62,14,NULL,3),(63,14,NULL,3),(64,14,NULL,3),(65,15,NULL,3),(66,15,NULL,3),(67,15,NULL,3),(68,15,NULL,3),(69,15,NULL,3),(70,15,NULL,3),(71,16,NULL,3),(72,16,NULL,3),(73,16,NULL,3),(74,16,NULL,3),(75,16,NULL,3),(76,17,NULL,3),(77,17,NULL,3),(78,17,NULL,3),(79,17,NULL,3),(80,17,NULL,3),(81,17,NULL,3),(82,18,NULL,3),(83,18,NULL,3),(84,18,NULL,3),(85,18,NULL,3),(86,18,NULL,3),(87,18,NULL,3),(88,19,NULL,3),(89,19,NULL,3),(90,19,NULL,3),(91,27,NULL,2),(92,27,NULL,2),(93,27,NULL,2),(94,27,NULL,2),(95,27,NULL,2),(96,27,NULL,2),(97,27,NULL,2),(98,27,NULL,2),(99,27,NULL,2),(100,27,NULL,2),(101,27,NULL,2),(102,27,NULL,2),(103,27,NULL,2),(104,27,NULL,2),(105,27,NULL,2),(106,27,NULL,2),(107,27,NULL,2),(108,27,NULL,2),(109,27,NULL,2),(110,27,NULL,2),(111,27,NULL,2),(112,27,NULL,2),(113,27,NULL,2),(114,27,NULL,2),(115,27,NULL,2),(116,29,NULL,2),(117,29,NULL,2),(118,29,NULL,2),(119,29,NULL,2),(120,29,NULL,2),(121,29,NULL,2),(122,29,NULL,2),(123,29,NULL,2),(124,29,NULL,2),(125,29,NULL,2),(126,29,NULL,2),(127,29,NULL,2),(128,29,NULL,2),(129,29,NULL,2),(130,29,NULL,2),(131,29,NULL,2),(132,29,NULL,2),(133,29,NULL,2),(134,29,NULL,2),(135,29,NULL,2),(136,29,NULL,2),(137,29,NULL,2),(138,30,NULL,2),(139,30,NULL,2),(140,30,NULL,2),(141,30,NULL,2),(142,30,NULL,2),(143,43,NULL,5),(144,44,NULL,5),(145,44,NULL,5),(146,3,NULL,2); +/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated` +-- + +DROP TABLE IF EXISTS `m_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `m_quescalc_ans_ix` (`answer`), + KEY `m_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated` +-- + +LOCK TABLES `m_question_calculated` WRITE; +/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated_options` +-- + +DROP TABLE IF EXISTS `m_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated_options` +-- + +LOCK TABLES `m_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_categories` +-- + +DROP TABLE IF EXISTS `m_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `m_quescate_con_ix` (`contextid`), + KEY `m_quescate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_categories` +-- + +LOCK TABLES `m_question_categories` WRITE; +/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; +INSERT INTO `m_question_categories` VALUES (1,'top',21,'',0,'localhost:8000+250107082730+5vfF2f',0,0,NULL),(2,'Default for Acceptance course WQ',48,'The default category for questions shared in context \'Acceptance course WQ\'.',0,'localhost:8000+240925144519+5DIRTA',45,999,NULL),(3,'WirisQuizzes for Moodle - Acceptance Testing Resources',21,'

This is a question bank containing all WirisQuizzes moodle questions that are used for testing the application.

Managed by QA. 

',1,'localhost:8000+240925144631+nj3Qc8',1,2,NULL),(4,'Question type',21,'',0,'localhost:8000+240925144631+chMgq7',3,1,NULL),(5,'Cloze',21,'',0,'localhost:8000+240925144631+a6ge1S',4,1,NULL),(6,'Common functionalities',21,'',0,'localhost:8000+240925144631+jdytNN',3,0,NULL),(7,'Display random variables',21,'',0,'localhost:8000+240925144631+gYA321',6,999,NULL),(8,'Generating tables from lists',21,'',0,'localhost:8000+240925144631+EXBgpn',7,999,NULL),(9,'Short Answer',21,'',0,'localhost:8000+240925144631+nmYJl5',4,6,NULL),(10,'Equation answer type',21,'',0,'localhost:8000+240925144631+NAYvNF',9,0,NULL),(11,'Compound Answer',21,'',0,'localhost:8000+240925144631+4pDSf0',10,999,NULL),(12,'Custom grading functions',21,'',0,'localhost:8000+240925144631+1l8oA0',10,999,NULL),(13,'Parameter answer',21,'',0,'localhost:8000+240925144631+F0v1hF',10,999,NULL),(14,'Answer input method',21,'',0,'localhost:8000+240925144638+YPEzT1',10,999,NULL),(15,'Essay',21,'',0,'localhost:8000+240925144638+E3XR9C',4,2,NULL),(16,'True or False',21,'',0,'localhost:8000+240925144638+BLR3qr',4,7,NULL),(17,'Matching',21,'',0,'localhost:8000+240925144638+k2dNuM',4,4,NULL),(18,'Multichoice',21,'',0,'localhost:8000+240925144638+ME0FnK',4,5,NULL),(19,'Text answer type',21,'',0,'localhost:8000+240925144638+CmCWb2',9,1,NULL),(20,'Default for Tables and lists',50,'The default category for questions shared in context \'Tables and lists\'.',0,'localhost:8000+240925145058+WRemKS',46,999,NULL),(21,'Default for Short Answer',50,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+240925145159+lWd2bQ',46,999,NULL),(22,'Default for Matching',48,'The default category for questions shared in context \'Matching\'.',0,'localhost:8000+240925150025+Nan3CV',45,999,NULL),(23,'Default for Multiple Choice',50,'The default category for questions shared in context \'Multiple Choice\'.',0,'localhost:8000+240925150112+0kVrGc',46,999,NULL),(24,'Default for Essay',48,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+240925150149+sBBsoW',45,999,NULL),(25,'Default for True or False',50,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+240925150234+AZfY9y',46,999,NULL),(26,'Default for Graphical Answer',48,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+240926065802+Z7KBFd',45,999,NULL),(27,'Graphic question type',21,'',1,'localhost:8000+240926065815+DXHTqF',9,2,NULL),(28,'Default for All type of questions',50,'The default category for questions shared in context \'All type of questions\'.',0,'localhost:8000+240926074801+zuun2w',46,999,NULL),(29,'All type of Questions',21,'

Sanity tests for all type of questions

',1,'localhost:8000+240926074812+AuNI2d',4,0,NULL),(30,'Essay Attachments',21,'',1,'localhost:8000+240926075710+4lL66n',15,3,NULL),(31,'Default for Test',48,'The default category for questions shared in context \'Test\'.',0,'localhost:8000+240926082348+xN51BH',45,999,NULL),(32,'Default for Cloze',41,'The default category for questions shared in context \'Cloze\'.',0,'localhost:8000+241120073921+V9AEK2',47,999,NULL),(33,'Default for Essay',49,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+241120074735+sTONZ7',48,999,NULL),(34,'Default for Match',43,'The default category for questions shared in context \'Match\'.',0,'localhost:8000+241120075044+VvRf1D',49,999,NULL),(35,'Default for Multichoice',44,'The default category for questions shared in context \'Multichoice\'.',0,'localhost:8000+241120075507+WPEoHF',50,999,NULL),(36,'Default for True or False',46,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+241120075806+vdG1On',51,999,NULL),(37,'Default for Graphical Answer',47,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+241120075858+rHvK7k',52,999,NULL),(38,'Default for Short Answer',49,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241120075917+Z3vLAE',48,999,NULL),(39,'Default for Random variables: Generating tables from lists',50,'The default category for questions shared in context \'Random variables: Generating tables from lists\'.',0,'localhost:8000+241120111736+Fk9TeO',46,999,NULL),(40,'Default for Smoke',40,'The default category for questions shared in context \'Smoke\'.',0,'localhost:8000+241203141443+Ay4CXz',53,999,NULL),(41,'Default for Short Answer',45,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',54,999,NULL),(42,'Default for Filter test: Quiz',39,'The default category for questions shared in context \'Filter test: Quiz\'.',0,'localhost:8000+240321124012+cO9J1z',56,999,NULL),(43,'Default for C1',21,'The default category for questions shared in context \'C1\'.',0,'localhost:8000+240321124012+WJbcPY',1,999,NULL),(44,'WIRIS quizzes tour',21,'',0,'localhost:8000+240321124958+Ba5EXV',1,999,NULL),(45,'top',48,'',0,'localhost:8000+250107082743+Yuvq1w',0,0,NULL),(46,'top',50,'',0,'localhost:8000+250107082743+jmCU0D',0,0,NULL),(47,'top',41,'',0,'localhost:8000+250107082743+mSHcmO',0,0,NULL),(48,'top',42,'',0,'localhost:8000+250107082743+bizTUu',0,0,NULL),(49,'top',43,'',0,'localhost:8000+250107082743+B6LeiD',0,0,NULL),(50,'top',44,'',0,'localhost:8000+250107082743+acQcPE',0,0,NULL),(51,'top',46,'',0,'localhost:8000+250107082743+VyRMQp',0,0,NULL),(52,'top',47,'',0,'localhost:8000+250107082743+D4EB1q',0,0,NULL),(53,'top',40,'',0,'localhost:8000+250107082743+KBXiTK',0,0,NULL),(54,'top',45,'',0,'localhost:8000+250107082743+7kPciY',0,0,NULL),(55,'top',49,'',0,'localhost:8000+250107082743+h2Nwn6',0,0,NULL),(56,'top',39,'',0,'localhost:8000+250107082743+dtAyer',0,0,NULL),(57,'top',3,'',0,'localhost:8000+250107082812+LLYRL0',0,0,NULL),(58,'Default for Miscellaneous',3,'The default category for questions shared in context \'Miscellaneous\'.',0,'localhost:8000+250107082812+DVzb7K',57,999,NULL),(59,'top',1,'',0,'localhost:8000+250107082812+V4neKh',0,0,NULL),(60,'Default for System',1,'The default category for questions shared in context \'System\'.',0,'localhost:8000+250107082812+K2U19n',59,999,NULL),(61,'Default for Short Answer',51,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',62,999,NULL),(62,'top',51,'',0,'localhost:8000+250107082836+ifHNiR',0,0,NULL),(63,'Default for Smoke',52,'The default category for questions shared in context \'Smoke\'.',0,'localhost:8000+241203141443+Ay4CXz',64,999,NULL),(64,'top',52,'',0,'localhost:8000+250107083247+Z6Vvwy',0,0,NULL),(65,'Default for Short Answer',61,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',66,999,NULL),(66,'top',61,'',0,'localhost:8000+250107084422+pODcIz',0,0,NULL),(67,'Default for Short Answer',62,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',68,999,NULL),(68,'top',62,'',0,'localhost:8000+250107084643+TYWzTM',0,0,NULL); +/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `m_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_definitions` +-- + +LOCK TABLES `m_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_items` +-- + +DROP TABLE IF EXISTS `m_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_items` +-- + +LOCK TABLES `m_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_datasets` +-- + +DROP TABLE IF EXISTS `m_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `m_quesdata_que_ix` (`question`), + KEY `m_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_datasets` +-- + +LOCK TABLES `m_question_datasets` WRITE; +/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_ddwtos` +-- + +DROP TABLE IF EXISTS `m_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_ddwtos` +-- + +LOCK TABLES `m_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_gapselect` +-- + +DROP TABLE IF EXISTS `m_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_gapselect` +-- + +LOCK TABLES `m_question_gapselect` WRITE; +/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_hints` +-- + +DROP TABLE IF EXISTS `m_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- + +LOCK TABLES `m_question_hints` WRITE; +/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_multianswer` +-- + +DROP TABLE IF EXISTS `m_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesmult_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_multianswer` +-- + +LOCK TABLES `m_question_multianswer` WRITE; +/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; +INSERT INTO `m_question_multianswer` VALUES (1,18,'21,22,23'),(2,19,'56,57,58'),(3,20,'59,60,61'),(4,24,'26,27,28'),(5,25,'52,53,54'),(6,29,'31,32'),(7,30,'44,45'),(8,33,'35,36,37,38,39,40'),(9,34,'46,47,48,49,50,51'),(10,41,'43'),(11,42,'55'),(12,165,'166'),(13,167,'168'),(14,169,'171,172'),(15,170,'193,194'),(16,173,'174'); +/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical` +-- + +DROP TABLE IF EXISTS `m_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `m_quesnume_ans_ix` (`answer`), + KEY `m_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical` +-- + +LOCK TABLES `m_question_numerical` WRITE; +/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_options` +-- + +DROP TABLE IF EXISTS `m_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `m_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- + +LOCK TABLES `m_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_units` +-- + +DROP TABLE IF EXISTS `m_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `m_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- + +LOCK TABLES `m_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_references` +-- + +DROP TABLE IF EXISTS `m_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quesrefe_usi_ix` (`usingcontextid`), + KEY `m_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_references` +-- + +LOCK TABLES `m_question_references` WRITE; +/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; +INSERT INTO `m_question_references` VALUES (1,39,'mod_quiz','slot',1,143,NULL),(2,39,'mod_quiz','slot',2,144,NULL),(3,39,'mod_quiz','slot',3,145,NULL),(4,40,'mod_quiz','slot',4,116,NULL),(5,40,'mod_quiz','slot',5,117,NULL),(6,40,'mod_quiz','slot',6,122,NULL),(7,40,'mod_quiz','slot',7,127,NULL),(8,40,'mod_quiz','slot',8,128,NULL),(9,40,'mod_quiz','slot',9,129,NULL),(10,40,'mod_quiz','slot',10,130,NULL),(11,40,'mod_quiz','slot',11,131,NULL),(12,40,'mod_quiz','slot',12,132,NULL),(13,40,'mod_quiz','slot',13,133,NULL),(14,40,'mod_quiz','slot',14,134,NULL),(15,40,'mod_quiz','slot',15,135,NULL),(16,41,'mod_quiz','slot',16,23,NULL),(17,41,'mod_quiz','slot',17,20,NULL),(18,41,'mod_quiz','slot',18,16,NULL),(19,41,'mod_quiz','slot',19,30,NULL),(20,41,'mod_quiz','slot',20,12,NULL),(21,42,'mod_quiz','slot',21,65,NULL),(22,42,'mod_quiz','slot',22,66,NULL),(23,42,'mod_quiz','slot',23,67,NULL),(24,42,'mod_quiz','slot',24,68,NULL),(25,42,'mod_quiz','slot',25,69,NULL),(26,42,'mod_quiz','slot',26,70,NULL),(27,42,'mod_quiz','slot',27,139,NULL),(28,42,'mod_quiz','slot',28,140,NULL),(29,42,'mod_quiz','slot',29,141,NULL),(30,42,'mod_quiz','slot',30,142,NULL),(31,43,'mod_quiz','slot',31,80,NULL),(32,43,'mod_quiz','slot',32,76,NULL),(33,43,'mod_quiz','slot',33,77,NULL),(34,43,'mod_quiz','slot',34,79,NULL),(35,43,'mod_quiz','slot',35,78,NULL),(36,44,'mod_quiz','slot',36,82,NULL),(37,44,'mod_quiz','slot',37,83,NULL),(38,44,'mod_quiz','slot',38,84,NULL),(39,44,'mod_quiz','slot',39,85,NULL),(40,44,'mod_quiz','slot',40,86,NULL),(41,45,'mod_quiz','slot',41,2,NULL),(42,45,'mod_quiz','slot',42,3,NULL),(43,45,'mod_quiz','slot',43,4,NULL),(44,45,'mod_quiz','slot',44,5,NULL),(45,45,'mod_quiz','slot',45,6,NULL),(46,45,'mod_quiz','slot',46,7,NULL),(47,45,'mod_quiz','slot',47,8,NULL),(48,45,'mod_quiz','slot',48,9,NULL),(49,45,'mod_quiz','slot',49,91,NULL),(50,45,'mod_quiz','slot',50,102,NULL),(51,45,'mod_quiz','slot',51,92,NULL),(52,45,'mod_quiz','slot',52,93,NULL),(53,45,'mod_quiz','slot',53,10,NULL),(54,45,'mod_quiz','slot',54,11,NULL),(55,45,'mod_quiz','slot',55,115,NULL),(56,46,'mod_quiz','slot',56,72,NULL),(57,46,'mod_quiz','slot',57,73,NULL),(58,46,'mod_quiz','slot',58,75,NULL),(59,46,'mod_quiz','slot',59,74,NULL),(60,47,'mod_quiz','slot',60,63,NULL),(61,47,'mod_quiz','slot',61,62,NULL),(62,47,'mod_quiz','slot',62,64,NULL),(63,47,'mod_quiz','slot',63,53,NULL),(64,47,'mod_quiz','slot',64,54,NULL),(65,47,'mod_quiz','slot',65,55,NULL),(66,47,'mod_quiz','slot',66,57,NULL),(67,47,'mod_quiz','slot',67,56,NULL),(68,47,'mod_quiz','slot',68,59,NULL),(69,47,'mod_quiz','slot',69,60,NULL),(70,47,'mod_quiz','slot',70,61,NULL),(71,47,'mod_quiz','slot',71,58,NULL),(72,47,'mod_quiz','slot',72,88,NULL),(73,47,'mod_quiz','slot',73,89,NULL),(74,47,'mod_quiz','slot',74,90,NULL),(75,48,'mod_quiz','slot',75,1,NULL),(76,49,'mod_quiz','slot',76,91,NULL),(77,49,'mod_quiz','slot',77,92,NULL),(78,49,'mod_quiz','slot',78,93,NULL),(79,49,'mod_quiz','slot',79,94,NULL),(80,49,'mod_quiz','slot',80,95,NULL),(81,49,'mod_quiz','slot',81,96,NULL),(82,49,'mod_quiz','slot',82,97,NULL),(83,49,'mod_quiz','slot',83,98,NULL),(84,49,'mod_quiz','slot',84,99,NULL),(85,49,'mod_quiz','slot',85,100,NULL),(86,49,'mod_quiz','slot',86,101,NULL),(87,49,'mod_quiz','slot',87,102,NULL),(88,49,'mod_quiz','slot',88,103,NULL),(89,49,'mod_quiz','slot',89,104,NULL),(90,49,'mod_quiz','slot',90,105,NULL),(91,49,'mod_quiz','slot',91,106,NULL),(92,49,'mod_quiz','slot',92,107,NULL),(93,49,'mod_quiz','slot',93,108,NULL),(94,49,'mod_quiz','slot',94,109,NULL),(95,49,'mod_quiz','slot',95,110,NULL),(96,50,'mod_quiz','slot',96,50,NULL),(97,50,'mod_quiz','slot',97,51,NULL),(98,50,'mod_quiz','slot',98,52,NULL),(99,51,'mod_quiz','slot',99,2,NULL),(100,51,'mod_quiz','slot',100,3,NULL),(101,51,'mod_quiz','slot',101,4,NULL),(102,51,'mod_quiz','slot',102,5,NULL),(103,51,'mod_quiz','slot',103,6,NULL),(104,51,'mod_quiz','slot',104,7,NULL),(105,51,'mod_quiz','slot',105,8,NULL),(106,51,'mod_quiz','slot',106,9,NULL),(107,51,'mod_quiz','slot',107,91,NULL),(111,51,'mod_quiz','slot',111,10,NULL),(112,51,'mod_quiz','slot',112,11,NULL),(113,51,'mod_quiz','slot',113,115,NULL),(114,52,'mod_quiz','slot',114,116,NULL),(115,52,'mod_quiz','slot',115,117,NULL),(116,52,'mod_quiz','slot',116,122,NULL),(117,52,'mod_quiz','slot',117,127,NULL),(118,52,'mod_quiz','slot',118,128,NULL),(119,52,'mod_quiz','slot',119,129,NULL),(120,52,'mod_quiz','slot',120,130,NULL),(121,52,'mod_quiz','slot',121,131,NULL),(122,52,'mod_quiz','slot',122,132,NULL),(123,52,'mod_quiz','slot',123,133,NULL),(124,52,'mod_quiz','slot',124,134,NULL),(125,52,'mod_quiz','slot',125,135,NULL),(126,61,'mod_quiz','slot',126,2,NULL),(127,61,'mod_quiz','slot',127,3,NULL),(128,61,'mod_quiz','slot',128,4,NULL),(129,61,'mod_quiz','slot',129,5,NULL),(130,61,'mod_quiz','slot',130,6,NULL),(131,61,'mod_quiz','slot',131,7,NULL),(132,61,'mod_quiz','slot',132,8,NULL),(133,61,'mod_quiz','slot',133,9,NULL),(135,61,'mod_quiz','slot',135,10,NULL),(136,61,'mod_quiz','slot',136,11,NULL),(137,61,'mod_quiz','slot',137,115,NULL),(138,61,'mod_quiz','slot',138,146,NULL),(139,62,'mod_quiz','slot',139,2,NULL),(140,62,'mod_quiz','slot',140,3,NULL),(141,62,'mod_quiz','slot',141,4,NULL),(142,62,'mod_quiz','slot',142,5,NULL),(143,62,'mod_quiz','slot',143,6,NULL),(144,62,'mod_quiz','slot',144,7,NULL),(145,62,'mod_quiz','slot',145,8,NULL),(146,62,'mod_quiz','slot',146,9,NULL),(147,62,'mod_quiz','slot',147,146,NULL),(148,62,'mod_quiz','slot',148,10,NULL),(149,62,'mod_quiz','slot',149,11,NULL),(150,62,'mod_quiz','slot',150,115,NULL); +/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_analysis` +-- + +DROP TABLE IF EXISTS `m_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_response_analysis` +-- + +LOCK TABLES `m_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_count` +-- + +DROP TABLE IF EXISTS `m_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- + +LOCK TABLES `m_question_response_count` WRITE; +/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_set_references` +-- + +DROP TABLE IF EXISTS `m_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quessetrefe_usi_ix` (`usingcontextid`), + KEY `m_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_set_references` +-- + +LOCK TABLES `m_question_set_references` WRITE; +/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_statistics` +-- + +DROP TABLE IF EXISTS `m_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_statistics` +-- + +LOCK TABLES `m_question_statistics` WRITE; +/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_truefalse` +-- + +DROP TABLE IF EXISTS `m_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_questrue_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_truefalse` +-- + +LOCK TABLES `m_question_truefalse` WRITE; +/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; +INSERT INTO `m_question_truefalse` VALUES (1,89,118,119,0),(2,90,120,121,0),(3,91,122,123,0),(4,92,124,125,0),(5,93,126,127,0),(6,94,128,129,0),(7,95,130,131,0),(8,96,132,133,0),(9,97,134,135,0),(10,191,255,256,0),(11,192,257,258,0); +/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_usages` +-- + +DROP TABLE IF EXISTS `m_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- + +LOCK TABLES `m_question_usages` WRITE; +/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; +INSERT INTO `m_question_usages` VALUES (1,40,'mod_quiz','deferredfeedback'),(2,40,'mod_quiz','deferredfeedback'),(3,40,'mod_quiz','deferredfeedback'),(4,41,'mod_quiz','deferredfeedback'),(5,41,'mod_quiz','deferredfeedback'),(6,41,'mod_quiz','deferredfeedback'),(7,42,'mod_quiz','deferredfeedback'),(8,42,'mod_quiz','deferredfeedback'),(9,43,'mod_quiz','deferredfeedback'),(10,43,'mod_quiz','deferredfeedback'),(11,43,'mod_quiz','deferredfeedback'),(12,43,'mod_quiz','deferredfeedback'),(13,44,'mod_quiz','deferredfeedback'),(14,44,'mod_quiz','deferredfeedback'),(15,45,'mod_quiz','deferredfeedback'),(16,45,'mod_quiz','deferredfeedback'),(17,45,'mod_quiz','deferredfeedback'),(18,46,'mod_quiz','deferredfeedback'),(19,46,'mod_quiz','deferredfeedback'),(20,46,'mod_quiz','deferredfeedback'),(21,46,'mod_quiz','deferredfeedback'),(22,43,'mod_quiz','deferredfeedback'),(23,43,'mod_quiz','deferredfeedback'),(24,44,'mod_quiz','deferredfeedback'),(25,46,'mod_quiz','deferredfeedback'),(26,51,'mod_quiz','deferredfeedback'),(27,61,'mod_quiz','deferredfeedback'),(28,62,'mod_quiz','deferredfeedback'),(29,62,'mod_quiz','deferredfeedback'),(30,62,'mod_quiz','deferredfeedback'); +/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_versions` +-- + +DROP TABLE IF EXISTS `m_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `m_quesvers_que_ix` (`questionbankentryid`), + KEY `m_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_versions` +-- + +LOCK TABLES `m_question_versions` WRITE; +/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; +INSERT INTO `m_question_versions` VALUES (1,1,1,1,'ready'),(2,1,2,2,'ready'),(3,2,1,3,'ready'),(4,2,2,4,'ready'),(5,3,1,5,'ready'),(6,4,1,6,'ready'),(7,4,2,7,'ready'),(8,5,1,8,'ready'),(9,5,2,9,'ready'),(10,6,1,10,'ready'),(11,6,2,11,'ready'),(12,7,1,12,'ready'),(13,7,2,13,'ready'),(14,8,1,14,'ready'),(15,9,1,15,'ready'),(16,10,1,16,'ready'),(17,11,1,17,'ready'),(18,12,1,18,'ready'),(19,12,2,19,'ready'),(20,12,3,20,'ready'),(21,13,1,21,'ready'),(22,14,1,22,'ready'),(23,15,1,23,'ready'),(24,16,1,24,'ready'),(25,16,2,25,'ready'),(26,17,1,26,'ready'),(27,18,1,27,'ready'),(28,19,1,28,'ready'),(29,20,1,29,'ready'),(30,20,2,30,'ready'),(31,21,1,31,'ready'),(32,22,1,32,'ready'),(33,23,1,33,'ready'),(34,23,2,34,'ready'),(35,24,1,35,'ready'),(36,25,1,36,'ready'),(37,26,1,37,'ready'),(38,27,1,38,'ready'),(39,28,1,39,'ready'),(40,29,1,40,'ready'),(41,30,1,41,'ready'),(42,30,2,42,'ready'),(43,31,1,43,'ready'),(44,32,2,44,'ready'),(45,33,2,45,'ready'),(46,34,2,46,'ready'),(47,35,2,47,'ready'),(48,36,2,48,'ready'),(49,37,2,49,'ready'),(50,38,2,50,'ready'),(51,39,2,51,'ready'),(52,40,2,52,'ready'),(53,41,2,53,'ready'),(54,42,2,54,'ready'),(55,43,2,55,'ready'),(56,44,2,56,'ready'),(57,45,2,57,'ready'),(58,46,2,58,'ready'),(59,47,3,59,'ready'),(60,48,3,60,'ready'),(61,49,3,61,'ready'),(62,50,1,62,'ready'),(63,51,1,63,'ready'),(64,52,1,64,'ready'),(65,53,1,65,'ready'),(66,54,1,66,'ready'),(67,55,1,67,'ready'),(68,56,1,68,'ready'),(69,57,1,69,'ready'),(70,58,1,70,'ready'),(71,59,1,71,'ready'),(72,60,1,72,'ready'),(73,61,1,73,'ready'),(74,62,1,74,'ready'),(75,63,1,75,'ready'),(76,64,1,76,'ready'),(77,65,1,77,'ready'),(78,65,2,78,'ready'),(79,66,1,79,'ready'),(80,66,2,80,'ready'),(81,67,1,81,'ready'),(82,67,2,82,'ready'),(83,68,1,83,'ready'),(84,68,2,84,'ready'),(85,69,1,85,'ready'),(86,69,2,86,'ready'),(87,70,1,87,'ready'),(88,70,2,88,'ready'),(89,71,1,89,'ready'),(90,72,1,90,'ready'),(91,72,2,91,'ready'),(92,73,1,92,'ready'),(93,73,2,93,'ready'),(94,74,1,94,'ready'),(95,74,2,95,'ready'),(96,75,1,96,'ready'),(97,75,2,97,'ready'),(98,76,1,98,'ready'),(99,76,2,99,'ready'),(100,76,3,100,'ready'),(101,77,1,101,'ready'),(102,77,2,102,'ready'),(103,77,3,103,'ready'),(104,78,1,104,'ready'),(105,78,2,105,'ready'),(106,78,3,106,'ready'),(107,79,1,107,'ready'),(108,79,2,108,'ready'),(109,79,3,109,'ready'),(110,80,1,110,'ready'),(111,80,2,111,'ready'),(112,80,3,112,'ready'),(113,81,1,113,'ready'),(114,82,1,114,'ready'),(115,82,2,115,'ready'),(116,83,1,116,'ready'),(117,83,2,117,'ready'),(118,83,3,118,'ready'),(119,84,1,119,'ready'),(120,84,2,120,'ready'),(121,85,1,121,'ready'),(122,85,2,122,'ready'),(123,86,1,123,'ready'),(124,86,2,124,'ready'),(125,87,1,125,'ready'),(126,88,1,126,'ready'),(127,89,1,127,'ready'),(128,90,1,128,'ready'),(129,91,1,129,'ready'),(130,91,2,130,'ready'),(131,91,3,131,'ready'),(132,92,1,132,'ready'),(133,92,2,133,'ready'),(134,93,1,134,'ready'),(135,93,2,135,'ready'),(136,94,1,136,'ready'),(137,95,1,137,'ready'),(138,96,1,138,'ready'),(139,97,1,139,'ready'),(140,98,1,140,'ready'),(141,99,1,141,'ready'),(142,100,1,142,'ready'),(143,101,1,143,'ready'),(144,102,1,144,'ready'),(145,102,2,145,'ready'),(146,103,1,146,'ready'),(147,104,1,147,'ready'),(148,105,1,148,'ready'),(149,106,1,149,'ready'),(150,107,1,150,'ready'),(151,108,1,151,'ready'),(152,109,1,152,'ready'),(153,110,1,153,'ready'),(154,111,1,154,'ready'),(155,112,1,155,'ready'),(156,113,1,156,'ready'),(157,114,1,157,'ready'),(158,115,1,158,'ready'),(159,116,1,159,'ready'),(160,116,2,160,'ready'),(161,116,3,161,'ready'),(162,116,4,162,'ready'),(163,117,1,163,'ready'),(164,117,2,164,'ready'),(165,118,1,165,'ready'),(166,119,1,166,'ready'),(167,120,1,167,'ready'),(168,121,1,168,'ready'),(169,122,1,169,'ready'),(170,122,2,170,'ready'),(171,123,1,171,'ready'),(172,124,1,172,'ready'),(173,125,1,173,'ready'),(174,126,1,174,'ready'),(175,127,1,175,'ready'),(176,127,2,176,'ready'),(177,128,1,177,'ready'),(178,128,2,178,'ready'),(179,129,1,179,'ready'),(180,129,2,180,'ready'),(181,130,1,181,'ready'),(182,130,2,182,'ready'),(183,131,1,183,'ready'),(184,131,2,184,'ready'),(185,132,1,185,'ready'),(186,132,2,186,'ready'),(187,133,1,187,'ready'),(188,133,2,188,'ready'),(189,134,1,189,'ready'),(190,134,2,190,'ready'),(191,135,1,191,'ready'),(192,135,2,192,'ready'),(193,136,2,193,'ready'),(194,137,2,194,'ready'),(195,138,1,195,'ready'),(196,139,1,196,'ready'),(197,139,2,197,'ready'),(198,140,1,198,'ready'),(199,140,2,199,'ready'),(200,141,1,200,'ready'),(201,141,2,201,'ready'),(202,141,3,202,'ready'),(203,142,1,203,'ready'),(204,142,2,204,'ready'),(205,143,1,205,'ready'),(206,143,2,206,'ready'),(207,143,3,207,'ready'),(208,144,1,208,'ready'),(209,144,2,209,'ready'),(210,145,1,210,'ready'),(211,91,4,211,'ready'),(212,10,2,212,'ready'),(213,11,2,213,'ready'),(214,115,2,214,'ready'),(215,146,1,215,'ready'),(216,146,2,216,'ready'),(217,7,3,217,'ready'),(218,8,2,218,'ready'),(219,9,2,219,'ready'); +/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz` +-- + +DROP TABLE IF EXISTS `m_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quiz_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz` +-- + +LOCK TABLES `m_quiz` WRITE; +/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; +INSERT INTO `m_quiz` VALUES (1,2,'Filter test: Quiz','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1711024806,1711024806,'','','-',0,0,0,0,0,0,0),(2,2,'Smoke','Smoke and sanity tests.',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,13.00000,10.00000,1727336879,1732088341,'','','-',0,0,0,0,0,0,0),(3,2,'Cloze','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275517,1727275832,'','','-',0,0,0,0,0,0,0),(4,2,'Essay','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,10.00000,10.00000,1727276507,1727276507,'','','-',0,0,0,0,0,0,0),(5,2,'Match','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276423,1732089040,'','','-',0,0,0,0,0,0,0),(6,2,'Multichoice','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276469,1732089130,'','','-',0,0,0,0,0,0,0),(7,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275915,1727275915,'','','-',0,0,0,0,0,0,0),(8,2,'True or False','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,4.00000,10.00000,1727276551,1727276551,'','','-',0,0,0,0,0,0,0),(9,2,'Short Answer - old','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275915,1732089458,'','','-',0,0,0,0,0,0,0),(10,2,'Test','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,1.00000,10.00000,1727339025,1727339025,'','','-',0,0,0,0,0,0,0),(11,2,'Graphical Answer','

Test suite for the Short Answer Graphical sub-question type.

',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,20.00000,10.00000,1727333880,1727333880,'','','-',0,0,0,0,0,0,0),(12,2,'Random variables: Generating tables from lists','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1727275855,1727276623,'','','-',0,0,0,0,0,0,0),(13,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736238643,'','','-',0,0,0,0,0,0,0),(14,2,'Smoke (copy)','Smoke and sanity tests.',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,13.00000,10.00000,1727336879,1736238767,'','','-',0,0,0,0,0,0,0),(15,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736239577,'','','-',0,0,0,0,0,0,0),(16,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736239685,'','','-',0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_attempts` +-- + +DROP TABLE IF EXISTS `m_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), + KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `m_quizatte_qui_ix` (`quiz`), + KEY `m_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_attempts` +-- + +LOCK TABLES `m_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; +INSERT INTO `m_quiz_attempts` VALUES (1,2,4,1,1,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733231846,1733232336,1736238892,0,0,13.00000,1733232336),(2,2,4,2,2,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232368,1733232537,1733232537,0,0,NULL,1733232537),(3,2,4,3,3,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232577,1733232620,1733232620,0,0,0.00000,1733232620),(4,3,4,1,4,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232644,1733232758,1733232758,0,0,15.00000,1733232758),(5,3,4,2,5,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232771,1733232813,1733232813,0,0,1.00000,1733232813),(6,3,4,3,6,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232828,1733232871,1733232871,0,0,9.00000,1733232871),(7,4,4,1,7,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733232904,1733232995,1736239145,0,0,10.00000,1733232995),(8,4,4,2,8,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733233202,1733233223,1733233223,0,0,0.00000,1733233223),(9,5,4,1,9,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233238,1733233312,1733233312,0,0,4.00000,1733233312),(10,5,4,2,10,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233329,1733233415,1733233415,0,0,4.00000,1733233415),(11,5,4,3,11,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233427,1733233745,1733233745,0,0,1.83333,1733233745),(12,5,4,4,12,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233751,1733233853,1733233853,0,0,4.00000,1733233853),(13,6,4,1,13,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233873,1733233904,1733233904,0,0,2.05833,1733233904),(14,6,4,2,14,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233910,1733233924,1733233924,0,0,0.00000,1733233924),(15,7,4,1,15,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0',13,0,'finished',1733233972,1733234105,1733234105,0,0,8.00000,1733234105),(16,7,4,2,16,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0',13,0,'finished',1733234155,1733234236,1733234236,0,0,5.00000,1733234236),(17,7,4,3,17,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0',13,0,'finished',1733234277,1733234315,1733234315,0,0,2.00000,1733234315),(18,8,4,1,18,'1,2,0,3,0,4,0',2,0,'finished',1733234357,1733234402,1733234402,0,0,4.00000,1733234402),(19,8,4,2,19,'1,2,0,3,0,4,0',2,0,'finished',1733234412,1733234441,1733234441,0,0,4.00000,1733234441),(20,8,4,3,20,'1,2,0,3,0,4,0',2,0,'finished',1733234447,1733234461,1733234461,0,0,1.00000,1733234461),(21,8,4,4,21,'1,2,0,3,0,4,0',2,0,'finished',1733234476,1733234507,1733234507,0,0,2.00000,1733234507),(22,5,4,5,22,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239173,1736239208,1736239208,0,NULL,0.00000,1736239208),(23,5,4,6,23,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239216,1736239285,1736239285,0,NULL,5.00000,1736239285),(24,6,4,3,24,'1,2,0,3,0,4,0,5,0',3,0,'finished',1736239303,1736239334,1736239334,0,NULL,5.00000,1736239334),(25,8,4,5,25,'1,2,0,3,0,4,0',0,0,'finished',1736239374,1736239382,1736239382,0,NULL,0.00000,1736239382),(26,13,4,1,26,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',8,0,'inprogress',1736239401,0,1736239446,0,NULL,NULL,NULL),(27,15,4,1,27,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',0,0,'finished',1736239584,1736239643,1736239643,0,NULL,1.00000,1736239643),(28,16,4,1,28,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239693,1736239748,1736239748,0,NULL,12.00000,1736239748),(29,16,4,2,29,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',0,0,'finished',1736239761,1736239770,1736239770,0,NULL,0.00000,1736239770),(30,16,4,3,30,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239777,1736239830,1736239830,0,NULL,8.20000,1736239830); +/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_feedback` +-- + +DROP TABLE IF EXISTS `m_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `m_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- + +LOCK TABLES `m_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; +INSERT INTO `m_quiz_feedback` VALUES (1,1,'',1,0.00000,11.00000),(2,2,'',1,0.00000,11.00000),(3,3,'',1,0.00000,11.00000),(4,4,'',1,0.00000,11.00000),(5,5,'',1,0.00000,11.00000),(6,6,'',1,0.00000,11.00000),(7,7,'',1,0.00000,11.00000),(8,8,'',1,0.00000,11.00000),(9,9,'',1,0.00000,11.00000),(10,10,'',1,0.00000,11.00000),(11,11,'',1,0.00000,11.00000),(12,12,'',1,0.00000,11.00000),(13,13,'',1,0.00000,11.00000),(14,14,'',1,0.00000,11.00000),(15,15,'',1,0.00000,11.00000),(16,16,'',1,0.00000,11.00000); +/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grade_items` +-- + +DROP TABLE IF EXISTS `m_quiz_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizgraditem_quisor_uix` (`quizid`,`sortorder`), + KEY `m_quizgraditem_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_grade_items` +-- + +LOCK TABLES `m_quiz_grade_items` WRITE; +/*!40000 ALTER TABLE `m_quiz_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grades` +-- + +DROP TABLE IF EXISTS `m_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizgrad_use_ix` (`userid`), + KEY `m_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- + +LOCK TABLES `m_quiz_grades` WRITE; +/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; +INSERT INTO `m_quiz_grades` VALUES (1,2,4,10.00000,1736238892),(2,3,4,10.00000,1733232872),(3,4,4,10.00000,1736239145),(4,5,4,10.00000,1736239285),(5,6,4,10.00000,1736239334),(6,7,4,5.33333,1733234317),(7,8,4,10.00000,1736239382),(8,15,4,0.83333,1736239643),(9,16,4,10.00000,1736239833); +/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overrides` +-- + +DROP TABLE IF EXISTS `m_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quizover_qui_ix` (`quiz`), + KEY `m_quizover_gro_ix` (`groupid`), + KEY `m_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- + +LOCK TABLES `m_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- + +LOCK TABLES `m_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_reports` +-- + +DROP TABLE IF EXISTS `m_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- + +LOCK TABLES `m_quiz_reports` WRITE; +/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; +INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_sections` +-- + +DROP TABLE IF EXISTS `m_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `m_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- + +LOCK TABLES `m_quiz_sections` WRITE; +/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; +INSERT INTO `m_quiz_sections` VALUES (1,1,1,'',0),(2,2,1,'',0),(3,3,1,'',0),(4,4,1,'Essay Generic',0),(5,4,7,'Attachments',0),(6,5,1,'',0),(7,6,1,'',0),(8,7,1,'Equation',0),(9,7,8,'Text',0),(10,7,9,'Plotter',0),(11,7,11,'Sketch',0),(12,7,13,'Statistic charts',0),(13,8,1,'',0),(14,9,1,'Answer Input Method',0),(15,9,4,'Compound Answer',0),(16,9,8,'Custom Grading Function',0),(17,9,10,'Parameter answer',0),(18,9,13,'Text answer type',0),(19,10,1,'',0),(20,11,1,'',0),(21,12,1,'',0),(22,13,1,'Equation',0),(23,13,8,'Text',0),(24,13,9,'Plotter',0),(26,13,10,'Statistic charts',0),(27,14,1,'',0),(28,15,1,'Equation',0),(29,15,8,'Text',0),(30,15,9,'Plotter',0),(31,15,10,'Statistic charts',0),(32,16,1,'Equation',0),(33,16,8,'Text',0),(34,16,9,'Plotter',0),(35,16,10,'Statistic charts',0); +/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_slots` +-- + +DROP TABLE IF EXISTS `m_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `m_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- + +LOCK TABLES `m_quiz_slots` WRITE; +/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; +INSERT INTO `m_quiz_slots` VALUES (1,1,1,1,0,1.0000000),(2,2,1,2,0,1.0000000),(3,3,1,3,0,1.0000000),(4,1,2,1,0,1.0000000),(5,2,2,2,0,1.0000000),(6,3,2,3,0,2.0000000),(7,4,2,4,0,1.0000000),(8,5,2,5,0,1.0000000),(9,6,2,6,0,1.0000000),(10,7,2,7,0,1.0000000),(11,8,2,8,0,1.0000000),(12,9,2,9,0,1.0000000),(13,10,2,10,0,1.0000000),(14,11,2,11,0,1.0000000),(15,12,2,12,0,1.0000000),(16,1,3,1,0,6.0000000),(17,2,3,2,0,2.0000000),(18,3,3,3,0,3.0000000),(19,4,3,4,0,1.0000000),(20,5,3,5,0,3.0000000),(21,1,4,1,0,1.0000000),(22,2,4,1,0,1.0000000),(23,3,4,2,0,1.0000000),(24,4,4,3,0,1.0000000),(25,5,4,3,0,1.0000000),(26,6,4,4,0,1.0000000),(27,7,4,5,0,1.0000000),(28,8,4,5,0,1.0000000),(29,9,4,5,0,1.0000000),(30,10,4,5,0,1.0000000),(31,1,5,1,0,1.0000000),(32,2,5,2,0,1.0000000),(33,3,5,2,0,1.0000000),(34,4,5,3,0,1.0000000),(35,5,5,4,0,1.0000000),(36,1,6,1,0,1.0000000),(37,2,6,1,0,1.0000000),(38,3,6,2,0,1.0000000),(39,4,6,3,0,1.0000000),(40,5,6,4,0,1.0000000),(41,1,7,1,0,1.0000000),(42,2,7,2,0,1.0000000),(43,3,7,3,0,1.0000000),(44,4,7,4,0,1.0000000),(45,5,7,5,0,1.0000000),(46,6,7,6,0,1.0000000),(47,7,7,6,0,1.0000000),(48,8,7,7,0,1.0000000),(49,9,7,8,0,1.0000000),(50,10,7,9,0,1.0000000),(51,11,7,10,0,1.0000000),(52,12,7,11,0,1.0000000),(53,13,7,12,0,1.0000000),(54,14,7,13,0,1.0000000),(55,15,7,14,0,1.0000000),(56,1,8,1,0,1.0000000),(57,2,8,1,0,1.0000000),(58,3,8,2,0,1.0000000),(59,4,8,3,0,1.0000000),(60,1,9,1,0,1.0000000),(61,2,9,1,0,1.0000000),(62,3,9,1,0,1.0000000),(63,4,9,2,0,1.0000000),(64,5,9,2,0,1.0000000),(65,6,9,2,0,1.0000000),(66,7,9,3,0,1.0000000),(67,8,9,3,0,1.0000000),(68,9,9,3,0,1.0000000),(69,10,9,3,0,1.0000000),(70,11,9,3,0,1.0000000),(71,12,9,3,0,1.0000000),(72,13,9,4,0,1.0000000),(73,14,9,4,0,1.0000000),(74,15,9,4,0,1.0000000),(75,1,10,1,0,1.0000000),(76,1,11,1,0,1.0000000),(77,2,11,1,0,1.0000000),(78,3,11,1,0,1.0000000),(79,4,11,1,0,1.0000000),(80,5,11,1,0,1.0000000),(81,6,11,2,0,1.0000000),(82,7,11,2,0,1.0000000),(83,8,11,2,0,1.0000000),(84,9,11,2,0,1.0000000),(85,10,11,2,0,1.0000000),(86,11,11,2,0,1.0000000),(87,12,11,3,0,1.0000000),(88,13,11,3,0,1.0000000),(89,14,11,3,0,1.0000000),(90,15,11,3,0,1.0000000),(91,16,11,3,0,1.0000000),(92,17,11,3,0,1.0000000),(93,18,11,4,0,1.0000000),(94,19,11,4,0,1.0000000),(95,20,11,4,0,1.0000000),(96,1,12,1,0,1.0000000),(97,2,12,2,0,1.0000000),(98,3,12,3,0,1.0000000),(99,1,13,1,0,1.0000000),(100,2,13,2,0,1.0000000),(101,3,13,3,0,1.0000000),(102,4,13,4,0,1.0000000),(103,5,13,5,0,1.0000000),(104,6,13,6,0,1.0000000),(105,7,13,6,0,1.0000000),(106,8,13,7,0,1.0000000),(107,9,13,8,0,1.0000000),(111,10,13,9,0,1.0000000),(112,11,13,10,0,1.0000000),(113,12,13,11,0,1.0000000),(114,1,14,1,0,1.0000000),(115,2,14,2,0,1.0000000),(116,3,14,3,0,2.0000000),(117,4,14,4,0,1.0000000),(118,5,14,5,0,1.0000000),(119,6,14,6,0,1.0000000),(120,7,14,7,0,1.0000000),(121,8,14,8,0,1.0000000),(122,9,14,9,0,1.0000000),(123,10,14,10,0,1.0000000),(124,11,14,11,0,1.0000000),(125,12,14,12,0,1.0000000),(126,1,15,1,0,1.0000000),(127,2,15,2,0,1.0000000),(128,3,15,3,0,1.0000000),(129,4,15,4,0,1.0000000),(130,5,15,5,0,1.0000000),(131,6,15,6,0,1.0000000),(132,7,15,6,0,1.0000000),(133,8,15,7,0,1.0000000),(135,10,15,9,0,1.0000000),(136,11,15,10,0,1.0000000),(137,12,15,11,0,1.0000000),(138,9,15,8,0,1.0000000),(139,1,16,1,0,1.0000000),(140,2,16,2,0,1.0000000),(141,3,16,3,0,1.0000000),(142,4,16,4,0,1.0000000),(143,5,16,5,0,1.0000000),(144,6,16,6,0,1.0000000),(145,7,16,6,0,1.0000000),(146,8,16,7,0,1.0000000),(147,9,16,8,0,1.0000000),(148,10,16,9,0,1.0000000),(149,11,16,10,0,1.0000000),(150,12,16,11,0,1.0000000); +/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_statistics` +-- + +DROP TABLE IF EXISTS `m_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `m_quiz_statistics` +-- + +LOCK TABLES `m_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), + KEY `m_quizsebquiz_tem_ix` (`templateid`), + KEY `m_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_template` +-- + +LOCK TABLES `m_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_rating` +-- + +DROP TABLE IF EXISTS `m_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `m_rati_con_ix` (`contextid`), + KEY `m_rati_use_ix` (`userid`), + KEY `m_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_rating` +-- + +LOCK TABLES `m_rating` WRITE; +/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_registration_hubs` +-- + +DROP TABLE IF EXISTS `m_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_registration_hubs` +-- + +LOCK TABLES `m_registration_hubs` WRITE; +/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoaudi_rep_ix` (`reportid`), + KEY `m_repoaudi_use_ix` (`usercreated`), + KEY `m_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_audience` +-- + +LOCK TABLES `m_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repocolu_rep_ix` (`reportid`), + KEY `m_repocolu_use_ix` (`usercreated`), + KEY `m_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_column` +-- + +LOCK TABLES `m_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repofilt_rep_ix` (`reportid`), + KEY `m_repofilt_use_ix` (`usercreated`), + KEY `m_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_filter` +-- + +LOCK TABLES `m_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reporepo_use_ix` (`usercreated`), + KEY `m_reporepo_use2_ix` (`usermodified`), + KEY `m_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_report` +-- + +LOCK TABLES `m_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reposche_rep_ix` (`reportid`), + KEY `m_reposche_use_ix` (`userviewas`), + KEY `m_reposche_use2_ix` (`usercreated`), + KEY `m_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_schedule` +-- + +LOCK TABLES `m_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository` +-- + +DROP TABLE IF EXISTS `m_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository` +-- + +LOCK TABLES `m_repository` WRITE; +/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; +INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); +/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instance_config` +-- + +DROP TABLE IF EXISTS `m_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_instance_config` +-- + +LOCK TABLES `m_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instances` +-- + +DROP TABLE IF EXISTS `m_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoinst_use_ix` (`userid`), + KEY `m_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- + +LOCK TABLES `m_repository_instances` WRITE; +/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; +INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); +/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `m_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_onedrive_access` +-- + +LOCK TABLES `m_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource` +-- + +DROP TABLE IF EXISTS `m_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- + +LOCK TABLES `m_resource` WRITE; +/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource_old` +-- + +DROP TABLE IF EXISTS `m_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_resoold_old_uix` (`oldid`), + KEY `m_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- + +LOCK TABLES `m_resource_old` WRITE; +/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role` +-- + +DROP TABLE IF EXISTS `m_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_role_sor_uix` (`sortorder`), + UNIQUE KEY `m_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role` +-- + +LOCK TABLES `m_role` WRITE; +/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; +INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_assign` +-- + +DROP TABLE IF EXISTS `m_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `m_rolealloassi_rol_ix` (`roleid`), + KEY `m_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_assign` +-- + +LOCK TABLES `m_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; +INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_override` +-- + +DROP TABLE IF EXISTS `m_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `m_rolealloover_rol_ix` (`roleid`), + KEY `m_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_override` +-- + +LOCK TABLES `m_role_allow_override` WRITE; +/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; +INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_switch` +-- + +DROP TABLE IF EXISTS `m_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `m_rolealloswit_rol_ix` (`roleid`), + KEY `m_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- + +LOCK TABLES `m_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; +INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_view` +-- + +DROP TABLE IF EXISTS `m_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `m_rolealloview_rol_ix` (`roleid`), + KEY `m_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- + +LOCK TABLES `m_role_allow_view` WRITE; +/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; +INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_assignments` +-- + +DROP TABLE IF EXISTS `m_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_roleassi_sor_ix` (`sortorder`), + KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `m_roleassi_rol_ix` (`roleid`), + KEY `m_roleassi_con_ix` (`contextid`), + KEY `m_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_assignments` +-- + +LOCK TABLES `m_role_assignments` WRITE; +/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; +INSERT INTO `m_role_assignments` VALUES (3,3,21,3,1736238456,2,'',0,0),(4,5,21,4,1736238456,2,'',0,0); +/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_capabilities` +-- + +DROP TABLE IF EXISTS `m_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `m_rolecapa_rol_ix` (`roleid`), + KEY `m_rolecapa_con_ix` (`contextid`), + KEY `m_rolecapa_mod_ix` (`modifierid`), + KEY `m_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1511 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- + +LOCK TABLES `m_role_capabilities` WRITE; +/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; +INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(470,1,6,'mod/assignment:view',1,1566467684,0),(471,1,5,'mod/assignment:view',1,1566467684,0),(472,1,4,'mod/assignment:view',1,1566467684,0),(473,1,3,'mod/assignment:view',1,1566467684,0),(474,1,1,'mod/assignment:view',1,1566467684,0),(475,1,3,'mod/assignment:addinstance',1,1566467684,0),(476,1,1,'mod/assignment:addinstance',1,1566467684,0),(477,1,5,'mod/assignment:submit',1,1566467684,0),(478,1,4,'mod/assignment:grade',1,1566467684,0),(479,1,3,'mod/assignment:grade',1,1566467684,0),(480,1,1,'mod/assignment:grade',1,1566467684,0),(481,1,4,'mod/assignment:exportownsubmission',1,1566467684,0),(482,1,3,'mod/assignment:exportownsubmission',1,1566467684,0),(483,1,1,'mod/assignment:exportownsubmission',1,1566467684,0),(484,1,5,'mod/assignment:exportownsubmission',1,1566467684,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1360,1,3,'mod/lti:addmanualinstance',1,1612456674,0),(1361,1,1,'mod/lti:addmanualinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1683021827,0),(1468,1,1,'moodle/reportbuilder:edit',1,1683021827,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1683021829,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1683021829,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1683021829,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1683021829,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1683021830,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1683021830,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1683021830,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1683021830,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1683021830,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1683021830,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1683021830,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1683021830,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1683021830,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1683021830,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1683021830,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1683021830,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1683021830,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1683021830,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1683021830,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1683021830,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1683021830,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1683021830,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1683021830,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1683021830,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1683021830,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1683021830,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1683021830,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1683021830,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1683021830,0),(1498,1,3,'gradereport/summary:view',1,1683021844,0),(1499,1,4,'gradereport/summary:view',1,1683021844,0),(1500,1,1,'gradereport/summary:view',1,1683021844,0),(1501,1,3,'moodle/question:commentmine',1,1683021847,0),(1502,1,1,'moodle/question:commentmine',1,1683021847,0),(1503,1,3,'moodle/question:commentall',1,1683021847,0),(1504,1,1,'moodle/question:commentall',1,1683021847,0),(1505,1,1,'qbank/customfields:changelockedcustomfields',1,1683021847,0),(1506,1,3,'qbank/customfields:viewhiddencustomfields',1,1683021847,0),(1507,1,1,'qbank/customfields:viewhiddencustomfields',1,1683021847,0),(1508,1,3,'tiny/h5p:addembed',1,1683021858,0),(1509,1,7,'tiny/recordrtc:recordaudio',1,1683021859,0),(1510,1,7,'tiny/recordrtc:recordvideo',1,1683021859,0); +/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_context_levels` +-- + +DROP TABLE IF EXISTS `m_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `m_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- + +LOCK TABLES `m_role_context_levels` WRITE; +/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; +INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_names` +-- + +DROP TABLE IF EXISTS `m_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `m_rolename_rol_ix` (`roleid`), + KEY `m_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_names` +-- + +LOCK TABLES `m_role_names` WRITE; +/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale` +-- + +DROP TABLE IF EXISTS `m_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scal_cou_ix` (`courseid`), + KEY `m_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale` +-- + +LOCK TABLES `m_scale` WRITE; +/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; +INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); +/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale_history` +-- + +DROP TABLE IF EXISTS `m_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scalhist_act_ix` (`action`), + KEY `m_scalhist_tim_ix` (`timemodified`), + KEY `m_scalhist_old_ix` (`oldid`), + KEY `m_scalhist_cou_ix` (`courseid`), + KEY `m_scalhist_log_ix` (`loggeduser`), + KEY `m_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale_history` +-- + +LOCK TABLES `m_scale_history` WRITE; +/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm` +-- + +DROP TABLE IF EXISTS `m_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- + +LOCK TABLES `m_scorm` WRITE; +/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `m_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scoraiccsess_sco_ix` (`scormid`), + KEY `m_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_aicc_session` +-- + +LOCK TABLES `m_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_attempt` +-- + +DROP TABLE IF EXISTS `m_scorm_attempt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_attempt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `scormid` bigint NOT NULL, + `attempt` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_scoratte_use_ix` (`userid`), + KEY `m_scoratte_sco_ix` (`scormid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_attempt` +-- + +LOCK TABLES `m_scorm_attempt` WRITE; +/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_element` +-- + +DROP TABLE IF EXISTS `m_scorm_element`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_element` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorelem_ele_uix` (`element`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_element` +-- + +LOCK TABLES `m_scorm_element` WRITE; +/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes` +-- + +LOCK TABLES `m_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_data` +-- + +LOCK TABLES `m_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `m_scorscoetrac_use_ix` (`userid`), + KEY `m_scorscoetrac_sco_ix` (`scormid`), + KEY `m_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_track` +-- + +LOCK TABLES `m_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_value` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL, + `attemptid` bigint NOT NULL, + `elementid` bigint NOT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoevalu_sco_ix` (`scoid`), + KEY `m_scorscoevalu_att_ix` (`attemptid`), + KEY `m_scorscoevalu_ele_ix` (`elementid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_value` +-- + +LOCK TABLES `m_scorm_scoes_value` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `m_scorseqmapi_sco_ix` (`scoid`), + KEY `m_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_mapinfo` +-- + +LOCK TABLES `m_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_objective` +-- + +LOCK TABLES `m_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprule` +-- + +LOCK TABLES `m_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `m_scorseqroll_sco2_ix` (`scoid`), + KEY `m_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `m_scorseqrule_sco2_ix` (`scoid`), + KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rulecond` +-- + +LOCK TABLES `m_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_ruleconds` +-- + +LOCK TABLES `m_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_index_requests` +-- + +DROP TABLE IF EXISTS `m_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `m_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- + +LOCK TABLES `m_search_index_requests` WRITE; +/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `m_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), + KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `m_searsimpinde_con_ix` (`contextid`), + KEY `m_searsimpinde_cou_ix` (`courseid`), + KEY `m_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_search_simpledb_index` +-- + +LOCK TABLES `m_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_sessions` +-- + +DROP TABLE IF EXISTS `m_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_sess_sid_uix` (`sid`), + KEY `m_sess_sta_ix` (`state`), + KEY `m_sess_tim_ix` (`timecreated`), + KEY `m_sess_tim2_ix` (`timemodified`), + KEY `m_sess_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_sessions` +-- + +LOCK TABLES `m_sessions` WRITE; +/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; +INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'746c20992f49925a771fea4110522b26',2,NULL,1683021887,1683021888,'172.18.0.1','172.18.0.1'),(8,0,'2901c03b885d854efb394d245af64d0a',2,NULL,1736238326,1736240041,'172.18.0.1','172.18.0.1'),(10,0,'b57a7ba61212f101de66c0713ff32a3d',4,NULL,1736238948,1736239836,'172.18.0.1','172.18.0.1'); +/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_daily` +-- + +DROP TABLE IF EXISTS `m_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statdail_cou_ix` (`courseid`), + KEY `m_statdail_tim_ix` (`timeend`), + KEY `m_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_daily` +-- + +LOCK TABLES `m_stats_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statmont_cou_ix` (`courseid`), + KEY `m_statmont_tim_ix` (`timeend`), + KEY `m_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_monthly` +-- + +LOCK TABLES `m_stats_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_daily` +-- + +DROP TABLE IF EXISTS `m_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserdail_cou_ix` (`courseid`), + KEY `m_statuserdail_use_ix` (`userid`), + KEY `m_statuserdail_rol_ix` (`roleid`), + KEY `m_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_daily` +-- + +LOCK TABLES `m_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statusermont_cou_ix` (`courseid`), + KEY `m_statusermont_use_ix` (`userid`), + KEY `m_statusermont_rol_ix` (`roleid`), + KEY `m_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_monthly` +-- + +LOCK TABLES `m_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserweek_cou_ix` (`courseid`), + KEY `m_statuserweek_use_ix` (`userid`), + KEY `m_statuserweek_rol_ix` (`roleid`), + KEY `m_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_weekly` +-- + +LOCK TABLES `m_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statweek_cou_ix` (`courseid`), + KEY `m_statweek_tim_ix` (`timeend`), + KEY `m_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_weekly` +-- + +LOCK TABLES `m_stats_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey` +-- + +DROP TABLE IF EXISTS `m_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- + +LOCK TABLES `m_survey` WRITE; +/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; +INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_analysis` +-- + +DROP TABLE IF EXISTS `m_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survanal_use_ix` (`userid`), + KEY `m_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_analysis` +-- + +LOCK TABLES `m_survey_analysis` WRITE; +/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_answers` +-- + +DROP TABLE IF EXISTS `m_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survansw_use_ix` (`userid`), + KEY `m_survansw_sur_ix` (`survey`), + KEY `m_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- + +LOCK TABLES `m_survey_answers` WRITE; +/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_questions` +-- + +DROP TABLE IF EXISTS `m_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_questions` +-- + +LOCK TABLES `m_survey_questions` WRITE; +/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; +INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag` +-- + +DROP TABLE IF EXISTS `m_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `m_tag_use_ix` (`userid`), + KEY `m_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- + +LOCK TABLES `m_tag` WRITE; +/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_area` +-- + +DROP TABLE IF EXISTS `m_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), + KEY `m_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- + +LOCK TABLES `m_tag_area` WRITE; +/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; +INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_coll` +-- + +DROP TABLE IF EXISTS `m_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_coll` +-- + +LOCK TABLES `m_tag_coll` WRITE; +/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; +INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_correlation` +-- + +DROP TABLE IF EXISTS `m_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- + +LOCK TABLES `m_tag_correlation` WRITE; +/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_instance` +-- + +DROP TABLE IF EXISTS `m_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `m_taginst_tag_ix` (`tagid`), + KEY `m_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- + +LOCK TABLES `m_tag_instance` WRITE; +/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_adhoc` +-- + +DROP TABLE IF EXISTS `m_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_taskadho_nex_ix` (`nextruntime`), + KEY `m_taskadho_use_ix` (`userid`), + KEY `m_taskadho_tim_ix` (`timestarted`) +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_adhoc` +-- + +LOCK TABLES `m_task_adhoc` WRITE; +/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; +INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'','\\core\\task\\fix_file_timestamps_task',1683021824,0,'',NULL,0,NULL,NULL,NULL,1683021825),(5,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1683021849,0,'',NULL,0,NULL,NULL,NULL,1683021850),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683021852,0,'',NULL,0,NULL,NULL,NULL,1683021853),(7,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683021852,0,'',NULL,0,NULL,NULL,NULL,1683021853),(8,'','\\core\\task\\refresh_mod_calendar_events_task',1736238462,0,'{\"courseid\":2}',NULL,0,NULL,NULL,NULL,1736238463),(9,'','\\core\\task\\refresh_mod_calendar_events_task',1736238515,0,'{\"courseid\":\"2\"}',NULL,0,NULL,NULL,NULL,1736238516),(10,'','\\core_course\\task\\course_delete_modules',1736238638,0,'{\"cms\":[{\"id\":\"13\",\"course\":\"2\",\"module\":\"16\",\"instance\":\"7\",\"section\":\"7\",\"idnumber\":\"\",\"added\":\"1727275915\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"1\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":\"\"}],\"userid\":\"2\",\"realuserid\":\"2\"}',NULL,0,NULL,NULL,NULL,1736238639),(11,'','\\core_course\\task\\course_delete_modules',1736238910,0,'{\"cms\":[{\"id\":\"20\",\"course\":\"2\",\"module\":\"16\",\"instance\":\"14\",\"section\":\"7\",\"idnumber\":\"\",\"added\":\"1727336879\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"1\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":\"\"}],\"userid\":\"2\",\"realuserid\":\"2\"}',NULL,0,NULL,NULL,NULL,1736238911),(12,'core','\\core\\task\\send_login_notifications',1736238947,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/131.0.0.0 Safari\\/537.36\",\"loginip\":\"172.18.0.1\",\"logintime\":1736238948}',4,0,NULL,NULL,NULL,1736238948),(13,'quiz_statistics','\\quiz_statistics\\task\\recalculate',1736242808,0,'{\"quizid\":5}',NULL,0,NULL,NULL,NULL,1736239208),(14,'quiz_statistics','\\quiz_statistics\\task\\recalculate',1736242934,0,'{\"quizid\":6}',NULL,0,NULL,NULL,NULL,1736239334),(15,'quiz_statistics','\\quiz_statistics\\task\\recalculate',1736242982,0,'{\"quizid\":8}',NULL,0,NULL,NULL,NULL,1736239382),(16,'','\\core_course\\task\\course_delete_modules',1736239564,0,'{\"cms\":[{\"id\":\"19\",\"course\":\"2\",\"module\":\"16\",\"instance\":\"13\",\"section\":\"7\",\"idnumber\":\"\",\"added\":\"1727275915\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"1\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":\"\"}],\"userid\":\"2\",\"realuserid\":\"2\"}',NULL,0,NULL,NULL,NULL,1736239565),(17,'quiz_statistics','\\quiz_statistics\\task\\recalculate',1736243243,0,'{\"quizid\":15}',NULL,0,NULL,NULL,NULL,1736239643),(18,'','\\core_course\\task\\course_delete_modules',1736239680,0,'{\"cms\":[{\"id\":\"21\",\"course\":\"2\",\"module\":\"16\",\"instance\":\"15\",\"section\":\"7\",\"idnumber\":\"\",\"added\":\"1727275915\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"1\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":\"\"}],\"userid\":\"2\",\"realuserid\":\"2\"}',NULL,0,NULL,NULL,NULL,1736239681),(19,'quiz_statistics','\\quiz_statistics\\task\\recalculate',1736243352,0,'{\"quizid\":16}',NULL,0,NULL,NULL,NULL,1736239752); +/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_log` +-- + +DROP TABLE IF EXISTS `m_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_tasklog_cla_ix` (`classname`), + KEY `m_tasklog_tim_ix` (`timestart`), + KEY `m_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_log` +-- + +LOCK TABLES `m_task_log` WRITE; +/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_scheduled` +-- + +DROP TABLE IF EXISTS `m_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=116 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- + +LOCK TABLES `m_task_scheduled` WRITE; +/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; +INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1736240400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1736240700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1736237400,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1736306580,0,'23','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1736238300,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1736238600,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1736238900,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1736294400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1736282820,0,'47','20','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1736711280,0,'48','19','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1736322480,0,'48','7','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1736239800,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1736239800,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1736237400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1736254500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1736254500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1736238600,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1736252100,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1736294400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1736251200,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1736237340,0,'9','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1736239800,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1736302980,0,'23','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1736238600,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1736239320,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1683061740,0,'9','22','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1683022560,0,'16','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1683022500,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1683022200,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1683066780,0,'33','23','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1683024840,0,'54','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1683257820,0,'37','4','*','*','5',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1683474240,0,'44','16','*','*','0',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1683108000,0,'0','11','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1683075600,0,'0','2','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1736238000,0,'20','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1683082800,0,'0','4','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1683064800,0,'0','23','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1683025080,0,'58','11','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1683084960,0,'36','4','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1683084480,0,'28','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1683075300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1683082560,0,'56','3','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1683062640,0,'24','22','*','*','*',0,0,0,NULL,NULL,NULL),(76,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1683087300,0,'15','5','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1683084720,0,'32','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1736294400,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1736237400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1736246700,0,'45','10','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1738385700,0,'55','4','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1736297100,0,'45','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1683051600,0,'20','19','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(88,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(91,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1683092160,0,'36','6','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1683061200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1683024660,0,'51','11','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1736296860,0,'41','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1683101100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1683071400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1736237340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'moodle','\\core\\task\\task_lock_cleanup_task',0,1736294820,0,'7','0','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1683799440,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(111,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1683021840,0,'4','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(114,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1683025440,0,'4','*','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tiny_autosave` +-- + +DROP TABLE IF EXISTS `m_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- + +LOCK TABLES `m_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `m_toolbricarea_cou_ix` (`courseid`), + KEY `m_toolbricarea_cmi_ix` (`cmid`), + KEY `m_toolbricarea_cat_ix` (`categoryid`), + KEY `m_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_areas` +-- + +LOCK TABLES `m_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachacts_sta_ix` (`status`), + KEY `m_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_acts` +-- + +LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachchec_sta_ix` (`status`), + KEY `m_toolbriccachchec_err_ix` (`errorcount`), + KEY `m_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_check` +-- + +LOCK TABLES `m_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricchec_che_ix` (`checktype`), + KEY `m_toolbricchec_che2_ix` (`checkgroup`), + KEY `m_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_checks` +-- + +LOCK TABLES `m_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccont_sta_ix` (`status`), + KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `m_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- + +LOCK TABLES `m_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_errors` +-- + +LOCK TABLES `m_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- + +LOCK TABLES `m_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `m_toolbricresu_con_ix` (`contentid`), + KEY `m_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_results` +-- + +LOCK TABLES `m_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_schedule` +-- + +LOCK TABLES `m_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricsumm_sta_ix` (`status`), + KEY `m_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_summary` +-- + +LOCK TABLES `m_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `m_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_cohortroles` +-- + +LOCK TABLES `m_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang` +-- + +DROP TABLE IF EXISTS `m_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `m_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- + +LOCK TABLES `m_tool_customlang` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `m_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang_components` +-- + +LOCK TABLES `m_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_category` +-- + +LOCK TABLES `m_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_contextlist` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_contextlist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_contextlist` +-- + +LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), + KEY `m_tooldatactxi_pur_ix` (`purposeid`), + KEY `m_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), + KEY `m_tooldatactxl_cat_ix` (`categoryid`), + KEY `m_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purpose` +-- + +LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `m_tooldatapurp_pur_ix` (`purposeid`), + KEY `m_tooldatapurp_rol_ix` (`roleid`), + KEY `m_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatarequ_use_ix` (`userid`), + KEY `m_tooldatarequ_req_ix` (`requestedby`), + KEY `m_tooldatarequ_dpo_ix` (`dpo`), + KEY `m_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_request` +-- + +LOCK TABLES `m_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `requestid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), + KEY `m_tooldatarqstctxl_req_ix` (`requestid`), + KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa` +-- + +DROP TABLE IF EXISTS `m_tool_mfa`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `lastverified` bigint DEFAULT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `lockcounter` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfa_use_ix` (`userid`), + KEY `m_toolmfa_fac_ix` (`factor`), + KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa` +-- + +LOCK TABLES `m_tool_mfa` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_auth` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_auth`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_auth` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `lastverified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfaauth_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_mfa_auth` +-- + +LOCK TABLES `m_tool_mfa_auth` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_secrets` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_secrets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `expiry` bigint NOT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmfasecr_fac_ix` (`factor`), + KEY `m_toolmfasecr_exp_ix` (`expiry`), + KEY `m_toolmfasecr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa_secrets` +-- + +LOCK TABLES `m_tool_mfa_secrets` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonieven_cou_ix` (`courseid`), + KEY `m_toolmonieven_con_ix` (`contextid`), + KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- + +LOCK TABLES `m_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `m_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_history` +-- + +LOCK TABLES `m_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_rules` +-- + +LOCK TABLES `m_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_subscriptions` +-- + +LOCK TABLES `m_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy` +-- + +DROP TABLE IF EXISTS `m_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- + +LOCK TABLES `m_tool_policy` WRITE; +/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `m_toolpoliacce_pol_ix` (`policyversionid`), + KEY `m_toolpoliacce_use_ix` (`userid`), + KEY `m_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_acceptances` +-- + +LOCK TABLES `m_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `m_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpolivers_use_ix` (`usermodified`), + KEY `m_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_versions` +-- + +LOCK TABLES `m_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolrecycate_tim_ix` (`timecreated`), + KEY `m_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- + +LOCK TABLES `m_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolrecycour_tim_ix` (`timecreated`), + KEY `m_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- + +LOCK TABLES `m_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `m_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_steps` +-- + +LOCK TABLES `m_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(23,9,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(24,10,'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 `m_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_tours` +-- + +LOCK TABLES `m_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,8,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,6,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,4,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'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),(8,'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),(9,'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),(10,'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 `m_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_upgrade_log` +-- + +DROP TABLE IF EXISTS `m_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_upgrlog_tim_ix` (`timemodified`), + KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `m_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=5558 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_upgrade_log` +-- + +LOCK TABLES `m_upgrade_log` WRITE; +/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; +INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022112803.01','Starting core upgrade',NULL,'',0,1683021823),(3956,0,'core','2021052500.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3957,0,'core','2021052500.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3958,0,'core','2021052500.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3959,0,'core','2021052500.05','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3960,0,'core','2021052500.06','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3961,0,'core','2021052500.13','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3962,0,'core','2021052500.15','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3963,0,'core','2021052500.19','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3964,0,'core','2021052500.2','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3965,0,'core','2021052500.24','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3966,0,'core','2021052500.26','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3967,0,'core','2021052500.27','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3968,0,'core','2021052500.29','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3969,0,'core','2021052500.3','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3970,0,'core','2021052500.32','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3971,0,'core','2021052500.33','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3972,0,'core','2021052500.36','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3973,0,'core','2021052500.42','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3974,0,'core','2021052500.55','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3975,0,'core','2021052500.59','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3976,0,'core','2021052500.6','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3977,0,'core','2021052500.64','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3978,0,'core','2021052500.67','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3979,0,'core','2021052500.69','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3980,0,'core','2021052500.74','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3981,0,'core','2021052500.75','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3982,0,'core','2021052500.78','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3983,0,'core','2021052500.83','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3984,0,'core','2021052500.84','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3985,0,'core','2021052500.85','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3986,0,'core','2021052500.87','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3987,0,'core','2021052500.9','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3988,0,'core','2021060200','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3989,0,'core','2021060900','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3990,0,'core','2021072800.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3991,0,'core','2021090200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3992,0,'core','2021091100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3993,0,'core','2021091100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3994,0,'core','2021091700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3995,0,'core','2021091700.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3996,0,'core','2021091700.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3997,0,'core','2021091700.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3998,0,'core','2021092400.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3999,0,'core','2021092400.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4000,0,'core','2021100300.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4001,0,'core','2021100300.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4002,0,'core','2021100600.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4003,0,'core','2021100600.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4004,0,'core','2021100600.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4005,0,'core','2021100600.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4006,0,'core','2021101900.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4007,0,'core','2021102600.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4008,0,'core','2021102900.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4009,0,'core','2021110100','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4010,0,'core','2021110800.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4011,0,'core','2021110800.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4012,0,'core','2021111700','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4013,0,'core','2021111700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4014,0,'core','2021120100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4015,0,'core','2021121400.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4016,0,'core','2021121700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4017,0,'core','2021122100','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4018,0,'core','2021122100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4019,0,'core','2021122100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4020,0,'core','2021123000.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4021,0,'core','2021123000.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4022,0,'core','2021123000.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4023,0,'core','2022011100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4024,0,'core','2022012100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4025,0,'core','2022020200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4026,0,'core','2022020200.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4027,0,'core','2022020200.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4028,0,'core','2022020200.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4029,0,'core','2022020200.05','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4030,0,'core','2022020200.06','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4031,0,'core','2022020200.07','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4032,0,'core','2022021100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4033,0,'core','2022021100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4034,0,'core','2022022600.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4035,0,'core','2022030100','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4036,0,'core','2022031100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4037,0,'core','2022032200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4038,0,'core','2022032200.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4039,0,'core','2022041200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4040,0,'core','2022042900.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4041,0,'core','2022051000','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4042,0,'core','2022052500','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4043,0,'core','2022052700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4044,0,'core','2022052700.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4045,0,'core','2022060300.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4046,0,'core','2022061000.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4047,0,'core','2022061500','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4048,0,'core','2022072900','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4049,0,'core','2022081200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4050,0,'core','2022091000.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4051,0,'core','2022092200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4052,0,'core','2022101400.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4053,0,'core','2022101400.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4054,0,'core','2022101400.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4055,0,'core','2022101400.05','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4056,0,'core','2022102800.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4057,0,'core','2022110600','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4058,0,'core','2022112800.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4059,0,'core','2022112803.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4060,0,'core','2022112803.01','2022112803.01','Core upgraded',NULL,'',0,1683021828),(4061,0,'antivirus_clamav','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4062,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4063,0,'antivirus_clamav','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4064,0,'availability_completion','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4065,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4066,0,'availability_completion','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4067,0,'availability_date','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4068,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4069,0,'availability_date','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4070,0,'availability_grade','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4071,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4072,0,'availability_grade','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4073,0,'availability_group','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4074,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4075,0,'availability_group','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4076,0,'availability_grouping','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4077,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4078,0,'availability_grouping','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4079,0,'availability_profile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4080,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4081,0,'availability_profile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4082,0,'qtype_calculated','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4083,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4084,0,'qtype_calculated','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4085,0,'qtype_calculatedmulti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4086,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4087,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4088,0,'qtype_calculatedsimple','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4089,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4090,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4091,0,'qtype_ddimageortext','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4092,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4093,0,'qtype_ddimageortext','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4094,0,'qtype_ddmarker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4095,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4096,0,'qtype_ddmarker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4097,0,'qtype_ddwtos','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4098,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4099,0,'qtype_ddwtos','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4100,0,'qtype_description','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4101,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4102,0,'qtype_description','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4103,0,'qtype_essay','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4104,0,'qtype_essay','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4105,0,'qtype_essay','2021052502','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4106,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4107,0,'qtype_essay','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4108,0,'qtype_essaywiris','2021050600','2023020702','Starting plugin upgrade',NULL,'',0,1683021828),(4109,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683021828),(4110,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683021828),(4111,0,'qtype_gapselect','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4112,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4113,0,'qtype_gapselect','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4114,0,'qtype_match','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4115,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4116,0,'qtype_match','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4117,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021828),(4118,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021828),(4119,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021828),(4120,0,'qtype_missingtype','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4121,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4122,0,'qtype_missingtype','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4123,0,'qtype_multianswer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4124,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4125,0,'qtype_multianswer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4126,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4127,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4128,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4129,0,'qtype_multichoice','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4130,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4131,0,'qtype_multichoice','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4132,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4133,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4134,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4135,0,'qtype_numerical','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4136,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4137,0,'qtype_numerical','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4138,0,'qtype_random','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4139,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4140,0,'qtype_random','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4141,0,'qtype_randomsamatch','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4142,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4143,0,'qtype_randomsamatch','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4144,0,'qtype_shortanswer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4145,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4146,0,'qtype_shortanswer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4147,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4148,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4149,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4150,0,'qtype_truefalse','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4151,0,'qtype_truefalse','2022071900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4152,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4153,0,'qtype_truefalse','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4154,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4155,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4156,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4157,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4158,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4159,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4160,0,'mod_assign','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021829),(4161,0,'mod_assign','2021110901','2022112801','Upgrade savepoint reached',NULL,'',0,1683021829),(4162,0,'mod_assign','2022071300','2022112801','Upgrade savepoint reached',NULL,'',0,1683021829),(4163,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021829),(4164,0,'mod_assign','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021829),(4165,0,'mod_assignment','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4166,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4167,0,'mod_assignment','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4168,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021829),(4169,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4170,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1683021830),(4171,0,'mod_book','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4172,0,'mod_book','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4173,0,'mod_book','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4174,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4175,0,'mod_book','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4176,0,'mod_chat','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4177,0,'mod_chat','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4178,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4179,0,'mod_chat','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4180,0,'mod_choice','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4181,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4182,0,'mod_choice','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4183,0,'mod_data','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4184,0,'mod_data','2022081600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4185,0,'mod_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4186,0,'mod_data','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4187,0,'mod_feedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4188,0,'mod_feedback','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4189,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4190,0,'mod_feedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4191,0,'mod_folder','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4192,0,'mod_folder','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4193,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4194,0,'mod_folder','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4195,0,'mod_forum','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021830),(4196,0,'mod_forum','2021101100','2022112801','Upgrade savepoint reached',NULL,'',0,1683021830),(4197,0,'mod_forum','2021101101','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4198,0,'mod_forum','2022062700','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4199,0,'mod_forum','2022072900','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4200,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4201,0,'mod_forum','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021831),(4202,0,'mod_glossary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4203,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4204,0,'mod_glossary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4205,0,'mod_h5pactivity','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4206,0,'mod_h5pactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4207,0,'mod_h5pactivity','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4208,0,'mod_imscp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4209,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4210,0,'mod_imscp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4211,0,'mod_label','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021831),(4212,0,'mod_label','2022101300','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4213,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4214,0,'mod_label','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021831),(4215,0,'mod_lesson','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4216,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4217,0,'mod_lesson','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4218,0,'mod_lti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4219,0,'mod_lti','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4220,0,'mod_lti','2022032900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4221,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4222,0,'mod_lti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4223,0,'mod_page','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4224,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4225,0,'mod_page','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4226,0,'mod_quiz','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4227,0,'mod_quiz','2021052503','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4228,0,'mod_quiz','2021101900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4229,0,'mod_quiz','2022020300','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4230,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4231,0,'mod_quiz','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4232,0,'mod_resource','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4233,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4234,0,'mod_resource','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4235,0,'mod_scorm','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4236,0,'mod_scorm','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4237,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4238,0,'mod_scorm','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4239,0,'mod_survey','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4240,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4241,0,'mod_survey','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4242,0,'mod_url','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4243,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4244,0,'mod_url','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4245,0,'mod_wiki','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4246,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4247,0,'mod_wiki','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4248,0,'mod_workshop','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4249,0,'mod_workshop','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4250,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4251,0,'mod_workshop','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4252,0,'auth_cas','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4253,0,'auth_cas','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4254,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4255,0,'auth_cas','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4256,0,'auth_db','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4257,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4258,0,'auth_db','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4259,0,'auth_email','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4260,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4261,0,'auth_email','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4262,0,'auth_ldap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4263,0,'auth_ldap','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4264,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4265,0,'auth_ldap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4266,0,'auth_lti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4267,0,'auth_lti','2021100500','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4268,0,'auth_lti','2022030900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4269,0,'auth_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4270,0,'auth_lti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4271,0,'auth_manual','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4272,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4273,0,'auth_manual','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4274,0,'auth_mnet','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4275,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4276,0,'auth_mnet','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4277,0,'auth_nologin','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4278,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4279,0,'auth_nologin','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4280,0,'auth_none','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4281,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4282,0,'auth_none','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4283,0,'auth_oauth2','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4284,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4285,0,'auth_oauth2','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4286,0,'auth_shibboleth','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4287,0,'auth_shibboleth','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4288,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4289,0,'auth_shibboleth','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4290,0,'auth_webservice','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4291,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4292,0,'auth_webservice','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4293,0,'calendartype_gregorian','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4294,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4295,0,'calendartype_gregorian','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4296,0,'customfield_checkbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4297,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4298,0,'customfield_checkbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4299,0,'customfield_date','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4300,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4301,0,'customfield_date','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4302,0,'customfield_select','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4303,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4304,0,'customfield_select','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4305,0,'customfield_text','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4306,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4307,0,'customfield_text','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4308,0,'customfield_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4309,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4310,0,'customfield_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4311,0,'enrol_category','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4312,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4313,0,'enrol_category','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4314,0,'enrol_cohort','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4315,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4316,0,'enrol_cohort','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4317,0,'enrol_database','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4318,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4319,0,'enrol_database','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4320,0,'enrol_fee','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4321,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4322,0,'enrol_fee','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4323,0,'enrol_flatfile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4324,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4325,0,'enrol_flatfile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4326,0,'enrol_guest','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4327,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4328,0,'enrol_guest','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4329,0,'enrol_imsenterprise','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4330,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4331,0,'enrol_imsenterprise','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4332,0,'enrol_ldap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4333,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4334,0,'enrol_ldap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4335,0,'enrol_lti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4336,0,'enrol_lti','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4337,0,'enrol_lti','2021052502','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4338,0,'enrol_lti','2021052503','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4339,0,'enrol_lti','2021052504','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4340,0,'enrol_lti','2021052505','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4341,0,'enrol_lti','2021052506','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4342,0,'enrol_lti','2021052507','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4343,0,'enrol_lti','2021052508','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4344,0,'enrol_lti','2021052512','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4345,0,'enrol_lti','2021052513','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4346,0,'enrol_lti','2021052514','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4347,0,'enrol_lti','2022031400','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4348,0,'enrol_lti','2022031401','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4349,0,'enrol_lti','2022031402','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4350,0,'enrol_lti','2022061500','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4351,0,'enrol_lti','2022103100','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4352,0,'enrol_lti','2022110300','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4353,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4354,0,'enrol_lti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021836),(4355,0,'enrol_manual','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021836),(4356,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4357,0,'enrol_manual','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021836),(4358,0,'enrol_meta','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021836),(4359,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4360,0,'enrol_meta','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4361,0,'enrol_mnet','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4362,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4363,0,'enrol_mnet','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4364,0,'enrol_paypal','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4365,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4366,0,'enrol_paypal','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4367,0,'enrol_self','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4368,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4369,0,'enrol_self','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4370,0,'message_airnotifier','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4371,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4372,0,'message_airnotifier','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4373,0,'message_email','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4374,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4375,0,'message_email','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4376,0,'message_popup','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4377,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4378,0,'message_popup','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4379,0,'block_accessreview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4380,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4381,0,'block_accessreview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4382,0,'block_activity_modules','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4383,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4384,0,'block_activity_modules','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4385,0,'block_activity_results','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4386,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4387,0,'block_activity_results','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4388,0,'block_admin_bookmarks','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4389,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4390,0,'block_admin_bookmarks','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4391,0,'block_badges','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4392,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4393,0,'block_badges','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4394,0,'block_blog_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4395,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4396,0,'block_blog_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4397,0,'block_blog_recent','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4398,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4399,0,'block_blog_recent','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4400,0,'block_blog_tags','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4401,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4402,0,'block_blog_tags','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4403,0,'block_calendar_month','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4404,0,'block_calendar_month','2022030200','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4405,0,'block_calendar_month','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4406,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4407,0,'block_calendar_month','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4408,0,'block_calendar_upcoming','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4409,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4410,0,'block_calendar_upcoming','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4411,0,'block_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4412,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4413,0,'block_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4414,0,'block_completionstatus','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4415,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4416,0,'block_completionstatus','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4417,0,'block_course_list','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4418,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4419,0,'block_course_list','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4420,0,'block_course_summary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4421,0,'block_course_summary','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4422,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4423,0,'block_course_summary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4424,0,'block_feedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4425,0,'block_feedback','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4426,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4427,0,'block_feedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4428,0,'block_globalsearch','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4429,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4430,0,'block_globalsearch','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4431,0,'block_glossary_random','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4432,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4433,0,'block_glossary_random','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4434,0,'block_html','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4435,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4436,0,'block_html','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4437,0,'block_login','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4438,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4439,0,'block_login','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4440,0,'block_lp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4441,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4442,0,'block_lp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4443,0,'block_mentees','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4444,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4445,0,'block_mentees','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4446,0,'block_mnet_hosts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4447,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4448,0,'block_mnet_hosts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4449,0,'block_myoverview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4450,0,'block_myoverview','2021052504','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4451,0,'block_myoverview','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4452,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4453,0,'block_myoverview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4454,0,'block_myprofile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4455,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4456,0,'block_myprofile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4457,0,'block_navigation','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4458,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4459,0,'block_navigation','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4460,0,'block_news_items','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4461,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4462,0,'block_news_items','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4463,0,'block_online_users','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4464,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4465,0,'block_online_users','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4466,0,'block_private_files','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4467,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4468,0,'block_private_files','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4469,0,'block_recent_activity','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4470,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4471,0,'block_recent_activity','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4472,0,'block_recentlyaccessedcourses','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4473,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4474,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4475,0,'block_recentlyaccesseditems','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4476,0,'block_recentlyaccesseditems','2022030200','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4477,0,'block_recentlyaccesseditems','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4478,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4479,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4480,0,'block_rss_client','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4481,0,'block_rss_client','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4482,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4483,0,'block_rss_client','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4484,0,'block_search_forums','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4485,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4486,0,'block_search_forums','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4487,0,'block_section_links','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4488,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4489,0,'block_section_links','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4490,0,'block_selfcompletion','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4491,0,'block_selfcompletion','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4492,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4493,0,'block_selfcompletion','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4494,0,'block_settings','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4495,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4496,0,'block_settings','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4497,0,'block_site_main_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4498,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4499,0,'block_site_main_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4500,0,'block_social_activities','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4501,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4502,0,'block_social_activities','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4503,0,'block_starredcourses','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4504,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4505,0,'block_starredcourses','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4506,0,'block_tag_flickr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4507,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4508,0,'block_tag_flickr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4509,0,'block_tag_youtube','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4510,0,'block_tag_youtube','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4511,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4512,0,'block_tag_youtube','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4513,0,'block_tags','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4514,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4515,0,'block_tags','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4516,0,'block_timeline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4517,0,'block_timeline','2022030200','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4518,0,'block_timeline','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4519,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4520,0,'block_timeline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4521,0,'media_html5audio','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4522,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4523,0,'media_html5audio','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4524,0,'media_html5video','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4525,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4526,0,'media_html5video','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4527,0,'media_videojs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4528,0,'media_videojs','2021052503','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4529,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4530,0,'media_videojs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4531,0,'media_vimeo','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4532,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4533,0,'media_vimeo','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4534,0,'media_youtube','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4535,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4536,0,'media_youtube','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4537,0,'filter_activitynames','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4538,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4539,0,'filter_activitynames','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4540,0,'filter_algebra','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4541,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4542,0,'filter_algebra','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4543,0,'filter_data','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4544,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4545,0,'filter_data','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4546,0,'filter_displayh5p','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4547,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4548,0,'filter_displayh5p','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4549,0,'filter_emailprotect','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4550,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4551,0,'filter_emailprotect','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4552,0,'filter_emoticon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4553,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4554,0,'filter_emoticon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4555,0,'filter_glossary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4556,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4557,0,'filter_glossary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4558,0,'filter_mathjaxloader','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4559,0,'filter_mathjaxloader','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4560,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4561,0,'filter_mathjaxloader','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4562,0,'filter_mediaplugin','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4563,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4564,0,'filter_mediaplugin','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4565,0,'filter_multilang','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4566,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4567,0,'filter_multilang','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4568,0,'filter_tex','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4569,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4570,0,'filter_tex','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4571,0,'filter_tidy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4572,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4573,0,'filter_tidy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4574,0,'filter_urltolink','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4575,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4576,0,'filter_urltolink','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4577,0,'filter_wiris','2021050600','2023042400','Starting plugin upgrade',NULL,'',0,1683021841),(4578,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683021841),(4579,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683021841),(4580,0,'editor_atto','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4581,0,'editor_atto','2021062400','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4582,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4583,0,'editor_atto','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4584,0,'editor_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4585,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4586,0,'editor_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4587,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021841),(4588,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4589,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1683021841),(4590,0,'editor_tinymce','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4591,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4592,0,'editor_tinymce','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4593,0,'format_singleactivity','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4594,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4595,0,'format_singleactivity','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4596,0,'format_social','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4597,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4598,0,'format_social','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4599,0,'format_topics','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021842),(4600,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021842),(4601,0,'format_topics','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021842),(4602,0,'format_weeks','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021842),(4603,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021842),(4604,0,'format_weeks','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021842),(4605,0,'dataformat_csv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4606,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4607,0,'dataformat_csv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4608,0,'dataformat_excel','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4609,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4610,0,'dataformat_excel','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4611,0,'dataformat_html','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4612,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4613,0,'dataformat_html','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4614,0,'dataformat_json','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4615,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4616,0,'dataformat_json','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4617,0,'dataformat_ods','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4618,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4619,0,'dataformat_ods','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4620,0,'dataformat_pdf','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4621,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4622,0,'dataformat_pdf','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4623,0,'profilefield_checkbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4624,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4625,0,'profilefield_checkbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4626,0,'profilefield_datetime','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4627,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4628,0,'profilefield_datetime','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4629,0,'profilefield_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4630,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4631,0,'profilefield_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4632,0,'profilefield_social','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4633,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4634,0,'profilefield_social','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4635,0,'profilefield_text','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4636,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4637,0,'profilefield_text','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4638,0,'profilefield_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4639,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4640,0,'profilefield_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4641,0,'report_backups','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4642,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4643,0,'report_backups','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4644,0,'report_competency','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4645,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4646,0,'report_competency','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4647,0,'report_completion','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4648,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4649,0,'report_completion','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4650,0,'report_configlog','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4651,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4652,0,'report_configlog','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4653,0,'report_courseoverview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4654,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4655,0,'report_courseoverview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4656,0,'report_eventlist','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4657,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4658,0,'report_eventlist','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4659,0,'report_infectedfiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4660,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4661,0,'report_infectedfiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4662,0,'report_insights','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4663,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4664,0,'report_insights','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4665,0,'report_log','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4666,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4667,0,'report_log','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4668,0,'report_loglive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4669,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4670,0,'report_loglive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4671,0,'report_outline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4672,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4673,0,'report_outline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4674,0,'report_participation','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4675,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4676,0,'report_participation','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4677,0,'report_performance','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4678,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4679,0,'report_performance','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4680,0,'report_progress','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4681,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4682,0,'report_progress','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4683,0,'report_questioninstances','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4684,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4685,0,'report_questioninstances','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4686,0,'report_security','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4687,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4688,0,'report_security','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4689,0,'report_stats','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4690,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4691,0,'report_stats','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4692,0,'report_status','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4693,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4694,0,'report_status','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4695,0,'report_usersessions','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4696,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4697,0,'report_usersessions','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4698,0,'gradeexport_ods','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4699,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4700,0,'gradeexport_ods','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4701,0,'gradeexport_txt','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4702,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4703,0,'gradeexport_txt','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4704,0,'gradeexport_xls','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4705,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4706,0,'gradeexport_xls','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4707,0,'gradeexport_xml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4708,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4709,0,'gradeexport_xml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4710,0,'gradeimport_csv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4711,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4712,0,'gradeimport_csv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4713,0,'gradeimport_direct','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4714,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4715,0,'gradeimport_direct','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4716,0,'gradeimport_xml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4717,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4718,0,'gradeimport_xml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4719,0,'gradereport_grader','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4720,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4721,0,'gradereport_grader','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4722,0,'gradereport_history','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4723,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4724,0,'gradereport_history','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4725,0,'gradereport_outcomes','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4726,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4727,0,'gradereport_outcomes','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4728,0,'gradereport_overview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4729,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4730,0,'gradereport_overview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4731,0,'gradereport_singleview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4732,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4733,0,'gradereport_singleview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4734,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021844),(4735,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4736,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1683021844),(4737,0,'gradereport_user','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4738,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4739,0,'gradereport_user','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4740,0,'gradingform_guide','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4741,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4742,0,'gradingform_guide','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4743,0,'gradingform_rubric','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4744,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4745,0,'gradingform_rubric','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4746,0,'mlbackend_php','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4747,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4748,0,'mlbackend_php','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4749,0,'mlbackend_python','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4750,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4751,0,'mlbackend_python','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4752,0,'mnetservice_enrol','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4753,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4754,0,'mnetservice_enrol','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4755,0,'webservice_rest','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4756,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4757,0,'webservice_rest','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4758,0,'webservice_soap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4759,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4760,0,'webservice_soap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4761,0,'repository_areafiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4762,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4763,0,'repository_areafiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4764,0,'repository_contentbank','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4765,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4766,0,'repository_contentbank','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4767,0,'repository_coursefiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4768,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4769,0,'repository_coursefiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4770,0,'repository_dropbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4771,0,'repository_dropbox','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4772,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4773,0,'repository_dropbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4774,0,'repository_equella','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4775,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4776,0,'repository_equella','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4777,0,'repository_filesystem','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4778,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4779,0,'repository_filesystem','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4780,0,'repository_flickr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4781,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4782,0,'repository_flickr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4783,0,'repository_flickr_public','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4784,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4785,0,'repository_flickr_public','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4786,0,'repository_googledocs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4787,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4788,0,'repository_googledocs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4789,0,'repository_local','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4790,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4791,0,'repository_local','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4792,0,'repository_merlot','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4793,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4794,0,'repository_merlot','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4795,0,'repository_nextcloud','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4796,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4797,0,'repository_nextcloud','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4798,0,'repository_onedrive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4799,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4800,0,'repository_onedrive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4801,0,'repository_recent','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4802,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4803,0,'repository_recent','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4804,0,'repository_s3','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4805,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4806,0,'repository_s3','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4807,0,'repository_upload','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4808,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4809,0,'repository_upload','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4810,0,'repository_url','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4811,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4812,0,'repository_url','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4813,0,'repository_user','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4814,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4815,0,'repository_user','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4816,0,'repository_webdav','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4817,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4818,0,'repository_webdav','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4819,0,'repository_wikimedia','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4820,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4821,0,'repository_wikimedia','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4822,0,'repository_youtube','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4823,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4824,0,'repository_youtube','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4825,0,'portfolio_download','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4826,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4827,0,'portfolio_download','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4828,0,'portfolio_flickr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4829,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4830,0,'portfolio_flickr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4831,0,'portfolio_googledocs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4832,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4833,0,'portfolio_googledocs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4834,0,'portfolio_mahara','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4835,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4836,0,'portfolio_mahara','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4837,0,'search_simpledb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4838,0,'search_simpledb','2022050400','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4839,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4840,0,'search_simpledb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021847),(4841,0,'search_solr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021847),(4842,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4843,0,'search_solr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021847),(4844,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4845,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4846,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4847,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4848,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4849,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4850,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4851,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4852,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4853,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4854,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4855,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4856,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4857,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4858,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4859,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4860,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4861,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4862,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4863,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4864,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4865,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4866,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4867,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4868,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4869,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4870,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4871,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4872,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4873,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4874,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4875,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4876,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4877,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4878,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4879,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4880,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4881,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4882,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4883,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4884,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4885,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4886,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4887,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4888,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4889,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4890,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4891,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4892,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021848),(4893,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4894,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1683021848),(4895,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021848),(4896,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4897,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1683021848),(4898,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021848),(4899,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4900,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1683021848),(4901,0,'qbehaviour_adaptive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4902,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4903,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4904,0,'qbehaviour_adaptivenopenalty','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4905,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4906,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4907,0,'qbehaviour_deferredcbm','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4908,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4909,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4910,0,'qbehaviour_deferredfeedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4911,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4912,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4913,0,'qbehaviour_immediatecbm','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4914,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4915,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4916,0,'qbehaviour_immediatefeedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4917,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4918,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4919,0,'qbehaviour_informationitem','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4920,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4921,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4922,0,'qbehaviour_interactive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4923,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4924,0,'qbehaviour_interactive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4925,0,'qbehaviour_interactivecountback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4926,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4927,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4928,0,'qbehaviour_manualgraded','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4929,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4930,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4931,0,'qbehaviour_missing','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4932,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4933,0,'qbehaviour_missing','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4934,0,'qformat_aiken','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4935,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4936,0,'qformat_aiken','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4937,0,'qformat_blackboard_six','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4938,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4939,0,'qformat_blackboard_six','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4940,0,'qformat_gift','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4941,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4942,0,'qformat_gift','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4943,0,'qformat_missingword','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4944,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4945,0,'qformat_missingword','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4946,0,'qformat_multianswer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4947,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4948,0,'qformat_multianswer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4949,0,'qformat_xhtml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4950,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4951,0,'qformat_xhtml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4952,0,'qformat_xml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4953,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4954,0,'qformat_xml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4955,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021849),(4956,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4957,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1683021849),(4958,0,'tool_analytics','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4959,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4960,0,'tool_analytics','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4961,0,'tool_availabilityconditions','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4962,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4963,0,'tool_availabilityconditions','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4964,0,'tool_behat','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021849),(4965,0,'tool_behat','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021849),(4966,0,'tool_behat','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021849),(4967,0,'tool_brickfield','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4968,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4969,0,'tool_brickfield','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4970,0,'tool_capability','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4971,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4972,0,'tool_capability','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4973,0,'tool_cohortroles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4974,0,'tool_cohortroles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4975,0,'tool_cohortroles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4976,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021849),(4977,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4978,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1683021849),(4979,0,'tool_customlang','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4980,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4981,0,'tool_customlang','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4982,0,'tool_dataprivacy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4983,0,'tool_dataprivacy','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4984,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4985,0,'tool_dataprivacy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4986,0,'tool_dbtransfer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4987,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4988,0,'tool_dbtransfer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4989,0,'tool_filetypes','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4990,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4991,0,'tool_filetypes','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4992,0,'tool_generator','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4993,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4994,0,'tool_generator','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4995,0,'tool_httpsreplace','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4996,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4997,0,'tool_httpsreplace','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4998,0,'tool_innodb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4999,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(5000,0,'tool_innodb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(5001,0,'tool_installaddon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5002,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5003,0,'tool_installaddon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5004,0,'tool_langimport','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5005,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5006,0,'tool_langimport','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5007,0,'tool_licensemanager','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5008,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5009,0,'tool_licensemanager','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5010,0,'tool_log','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5011,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5012,0,'tool_log','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5013,0,'tool_lp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5014,0,'tool_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5015,0,'tool_lp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5016,0,'tool_lpimportcsv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5017,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5018,0,'tool_lpimportcsv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5019,0,'tool_lpmigrate','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5020,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5021,0,'tool_lpmigrate','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5022,0,'tool_messageinbound','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5023,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5024,0,'tool_messageinbound','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5025,0,'tool_mobile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5026,0,'tool_mobile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5027,0,'tool_mobile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5028,0,'tool_monitor','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5029,0,'tool_monitor','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5030,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5031,0,'tool_monitor','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5032,0,'tool_moodlenet','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5033,0,'tool_moodlenet','2022021600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5034,0,'tool_moodlenet','2022021601','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5035,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5036,0,'tool_moodlenet','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5037,0,'tool_multilangupgrade','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5038,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5039,0,'tool_multilangupgrade','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5040,0,'tool_oauth2','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5041,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5042,0,'tool_oauth2','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5043,0,'tool_phpunit','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5044,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5045,0,'tool_phpunit','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5046,0,'tool_policy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5047,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5048,0,'tool_policy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5049,0,'tool_profiling','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5050,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5051,0,'tool_profiling','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5052,0,'tool_recyclebin','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5053,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5054,0,'tool_recyclebin','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5055,0,'tool_replace','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5056,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5057,0,'tool_replace','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5058,0,'tool_spamcleaner','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5059,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5060,0,'tool_spamcleaner','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5061,0,'tool_task','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5062,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5063,0,'tool_task','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5064,0,'tool_templatelibrary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5065,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5066,0,'tool_templatelibrary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5067,0,'tool_unsuproles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5068,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5069,0,'tool_unsuproles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5070,0,'tool_uploadcourse','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5071,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5072,0,'tool_uploadcourse','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5073,0,'tool_uploaduser','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5074,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5075,0,'tool_uploaduser','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5076,0,'tool_usertours','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5077,0,'tool_usertours','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5078,0,'tool_usertours','2021092300','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5079,0,'tool_usertours','2021100700','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5080,0,'tool_usertours','2022040601','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5081,0,'tool_usertours','2022040602','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5082,0,'tool_usertours','2022061600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5083,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5084,0,'tool_usertours','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5085,0,'tool_xmldb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5086,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5087,0,'tool_xmldb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5088,0,'cachestore_apcu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5089,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5090,0,'cachestore_apcu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5091,0,'cachestore_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5092,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5093,0,'cachestore_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5094,0,'cachestore_memcached','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5095,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5096,0,'cachestore_memcached','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5097,0,'cachestore_mongodb','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021852),(5098,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021852),(5099,0,'cachestore_mongodb','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021852),(5100,0,'cachestore_redis','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5101,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5102,0,'cachestore_redis','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5103,0,'cachestore_session','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5104,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5105,0,'cachestore_session','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5106,0,'cachestore_static','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5107,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5108,0,'cachestore_static','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5109,0,'cachelock_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5110,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5111,0,'cachelock_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5112,0,'fileconverter_googledrive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5113,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5114,0,'fileconverter_googledrive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5115,0,'fileconverter_unoconv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5116,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5117,0,'fileconverter_unoconv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5118,0,'contenttype_h5p','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5119,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5120,0,'contenttype_h5p','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5121,0,'theme_boost','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5122,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5123,0,'theme_boost','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5124,0,'theme_classic','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5125,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5126,0,'theme_classic','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5127,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021853),(5128,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021853),(5129,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021853),(5130,0,'h5plib_v124','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5131,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5132,0,'h5plib_v124','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5133,0,'paygw_paypal','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5134,0,'paygw_paypal','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5135,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5136,0,'paygw_paypal','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5137,0,'assignsubmission_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5138,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5139,0,'assignsubmission_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5140,0,'assignsubmission_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5141,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5142,0,'assignsubmission_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5143,0,'assignsubmission_onlinetext','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5144,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5145,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5146,0,'assignfeedback_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5147,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5148,0,'assignfeedback_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5149,0,'assignfeedback_editpdf','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021853),(5150,0,'assignfeedback_editpdf','2021060400','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5151,0,'assignfeedback_editpdf','2022061000','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5152,0,'assignfeedback_editpdf','2022082200','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5153,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5154,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021853),(5155,0,'assignfeedback_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5156,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5157,0,'assignfeedback_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5158,0,'assignfeedback_offline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5159,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5160,0,'assignfeedback_offline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5161,0,'assignment_offline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5162,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5163,0,'assignment_offline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5164,0,'assignment_online','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5165,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5166,0,'assignment_online','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5167,0,'assignment_upload','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5168,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5169,0,'assignment_upload','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5170,0,'assignment_uploadsingle','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5171,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5172,0,'assignment_uploadsingle','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5173,0,'booktool_exportimscp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5174,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5175,0,'booktool_exportimscp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5176,0,'booktool_importhtml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5177,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5178,0,'booktool_importhtml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5179,0,'booktool_print','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5180,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5181,0,'booktool_print','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5182,0,'datafield_checkbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5183,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5184,0,'datafield_checkbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5185,0,'datafield_date','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5186,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5187,0,'datafield_date','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5188,0,'datafield_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5189,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5190,0,'datafield_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5191,0,'datafield_latlong','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5192,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5193,0,'datafield_latlong','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5194,0,'datafield_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5195,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5196,0,'datafield_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5197,0,'datafield_multimenu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5198,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5199,0,'datafield_multimenu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5200,0,'datafield_number','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5201,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5202,0,'datafield_number','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5203,0,'datafield_picture','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5204,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5205,0,'datafield_picture','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5206,0,'datafield_radiobutton','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5207,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5208,0,'datafield_radiobutton','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5209,0,'datafield_text','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5210,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5211,0,'datafield_text','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5212,0,'datafield_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5213,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5214,0,'datafield_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5215,0,'datafield_url','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5216,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5217,0,'datafield_url','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5218,0,'datapreset_imagegallery','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5219,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5220,0,'datapreset_imagegallery','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5221,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021854),(5222,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5223,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1683021855),(5224,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021855),(5225,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5226,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1683021855),(5227,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021855),(5228,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5229,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1683021855),(5230,0,'forumreport_summary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5231,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5232,0,'forumreport_summary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5233,0,'ltiservice_basicoutcomes','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5234,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5235,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5236,0,'ltiservice_gradebookservices','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5237,0,'ltiservice_gradebookservices','2022051900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5238,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5239,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5240,0,'ltiservice_memberships','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5241,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5242,0,'ltiservice_memberships','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5243,0,'ltiservice_profile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5244,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5245,0,'ltiservice_profile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5246,0,'ltiservice_toolproxy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5247,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5248,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5249,0,'ltiservice_toolsettings','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5250,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5251,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5252,0,'quiz_grading','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5253,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5254,0,'quiz_grading','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5255,0,'quiz_overview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5256,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5257,0,'quiz_overview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5258,0,'quiz_responses','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5259,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5260,0,'quiz_responses','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5261,0,'quiz_statistics','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5262,0,'quiz_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5263,0,'quiz_statistics','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5264,0,'quizaccess_delaybetweenattempts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5265,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5266,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5267,0,'quizaccess_ipaddress','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5268,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5269,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5270,0,'quizaccess_numattempts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5271,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5272,0,'quizaccess_numattempts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5273,0,'quizaccess_offlineattempts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5274,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5275,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5276,0,'quizaccess_openclosedate','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5277,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5278,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5279,0,'quizaccess_password','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5280,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5281,0,'quizaccess_password','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5282,0,'quizaccess_seb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5283,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5284,0,'quizaccess_seb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5285,0,'quizaccess_securewindow','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5286,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5287,0,'quizaccess_securewindow','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5288,0,'quizaccess_timelimit','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5289,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5290,0,'quizaccess_timelimit','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5291,0,'scormreport_basic','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5292,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5293,0,'scormreport_basic','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5294,0,'scormreport_graphs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5295,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5296,0,'scormreport_graphs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5297,0,'scormreport_interactions','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5298,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5299,0,'scormreport_interactions','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5300,0,'scormreport_objectives','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5301,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5302,0,'scormreport_objectives','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5303,0,'workshopform_accumulative','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5304,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5305,0,'workshopform_accumulative','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5306,0,'workshopform_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5307,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5308,0,'workshopform_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5309,0,'workshopform_numerrors','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5310,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5311,0,'workshopform_numerrors','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5312,0,'workshopform_rubric','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5313,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5314,0,'workshopform_rubric','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5315,0,'workshopallocation_manual','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5316,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5317,0,'workshopallocation_manual','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5318,0,'workshopallocation_random','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5319,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5320,0,'workshopallocation_random','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5321,0,'workshopallocation_scheduled','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5322,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5323,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5324,0,'workshopeval_best','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5325,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5326,0,'workshopeval_best','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5327,0,'atto_accessibilitychecker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5328,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5329,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5330,0,'atto_accessibilityhelper','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5331,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5332,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5333,0,'atto_align','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5334,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5335,0,'atto_align','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5336,0,'atto_backcolor','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5337,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5338,0,'atto_backcolor','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5339,0,'atto_bold','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5340,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5341,0,'atto_bold','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5342,0,'atto_charmap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5343,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5344,0,'atto_charmap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5345,0,'atto_clear','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5346,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5347,0,'atto_clear','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5348,0,'atto_collapse','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5349,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5350,0,'atto_collapse','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5351,0,'atto_emojipicker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5352,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5353,0,'atto_emojipicker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5354,0,'atto_emoticon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5355,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5356,0,'atto_emoticon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5357,0,'atto_equation','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5358,0,'atto_equation','2022110700','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5359,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5360,0,'atto_equation','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5361,0,'atto_fontcolor','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5362,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5363,0,'atto_fontcolor','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5364,0,'atto_h5p','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5365,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5366,0,'atto_h5p','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5367,0,'atto_html','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5368,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5369,0,'atto_html','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5370,0,'atto_image','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5371,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5372,0,'atto_image','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5373,0,'atto_indent','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5374,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5375,0,'atto_indent','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5376,0,'atto_italic','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5377,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5378,0,'atto_italic','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5379,0,'atto_link','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5380,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5381,0,'atto_link','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5382,0,'atto_managefiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5383,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5384,0,'atto_managefiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5385,0,'atto_media','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5386,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5387,0,'atto_media','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5388,0,'atto_noautolink','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5389,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5390,0,'atto_noautolink','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5391,0,'atto_orderedlist','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5392,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5393,0,'atto_orderedlist','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5394,0,'atto_recordrtc','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5395,0,'atto_recordrtc','2021073000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5396,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5397,0,'atto_recordrtc','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5398,0,'atto_rtl','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5399,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5400,0,'atto_rtl','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5401,0,'atto_strike','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5402,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5403,0,'atto_strike','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5404,0,'atto_subscript','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5405,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5406,0,'atto_subscript','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5407,0,'atto_superscript','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5408,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5409,0,'atto_superscript','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5410,0,'atto_table','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5411,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5412,0,'atto_table','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5413,0,'atto_title','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5414,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5415,0,'atto_title','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5416,0,'atto_underline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5417,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5418,0,'atto_underline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5419,0,'atto_undo','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5420,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5421,0,'atto_undo','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5422,0,'atto_unorderedlist','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5423,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5424,0,'atto_unorderedlist','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5425,0,'atto_wiris','2021050600','2023042400','Starting plugin upgrade',NULL,'',0,1683021858),(5426,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683021858),(5427,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683021858),(5428,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5429,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5430,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1683021858),(5431,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5432,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5433,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1683021858),(5434,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5435,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5436,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1683021858),(5437,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5438,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5439,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1683021859),(5440,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021859),(5441,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5442,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1683021859),(5443,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021859),(5444,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5445,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1683021859),(5446,0,'tinymce_ctrlhelp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5447,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5448,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5449,0,'tinymce_managefiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5450,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5451,0,'tinymce_managefiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5452,0,'tinymce_moodleemoticon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5453,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5454,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5455,0,'tinymce_moodleimage','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5456,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5457,0,'tinymce_moodleimage','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5458,0,'tinymce_moodlemedia','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5459,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5460,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5461,0,'tinymce_moodlenolink','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5462,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5463,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5464,0,'tinymce_pdw','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5465,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5466,0,'tinymce_pdw','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5467,0,'tinymce_spellchecker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5468,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5469,0,'tinymce_spellchecker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5470,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1683021859),(5471,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1683021859),(5472,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1683021859),(5473,0,'tinymce_wrap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5474,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5475,0,'tinymce_wrap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5476,0,'logstore_database','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5477,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5478,0,'logstore_database','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5479,0,'logstore_legacy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5480,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5481,0,'logstore_legacy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5482,0,'logstore_standard','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5483,0,'logstore_standard','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021860),(5484,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021860),(5485,0,'logstore_standard','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021860),(5486,0,'core','2022112803.01','2022112815.01','Starting core upgrade',NULL,'',0,1736237323),(5487,0,'core','2022112803.03','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237323),(5488,0,'core','2022112804.09','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237323),(5489,0,'core','2022112805.03','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237323),(5490,0,'core','2022112805.11','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237323),(5491,0,'core','2022112805.14','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237324),(5492,0,'core','2022112811.09','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237324),(5493,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1736237324),(5494,0,'core','2022112815.01','2022112815.01','Core upgraded',NULL,'',0,1736237325),(5495,0,'qtype_essaywiris','2023020702','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5496,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5497,0,'qtype_essaywiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5498,0,'qtype_matchwiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5499,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5500,0,'qtype_matchwiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5501,0,'qtype_multianswerwiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5502,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5503,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5504,0,'qtype_multichoicewiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5505,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5506,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5507,0,'qtype_shortanswerwiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5508,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5509,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5510,0,'qtype_truefalsewiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5511,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5512,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5513,0,'qtype_wq','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736237326),(5514,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736237326),(5515,0,'qtype_wq','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736237326),(5516,0,'mod_data','2022112800','2022112801','Starting plugin upgrade',NULL,'',0,1736237326),(5517,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1736237326),(5518,0,'mod_data','2022112801','2022112801','Plugin upgraded',NULL,'',0,1736237326),(5519,0,'mod_h5pactivity','2022112800','2022112801','Starting plugin upgrade',NULL,'',0,1736237326),(5520,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1736237326),(5521,0,'mod_h5pactivity','2022112801','2022112801','Plugin upgraded',NULL,'',0,1736237327),(5522,0,'auth_lti','2022112800','2022112801','Starting plugin upgrade',NULL,'',0,1736237327),(5523,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1736237327),(5524,0,'auth_lti','2022112801','2022112801','Plugin upgraded',NULL,'',0,1736237327),(5525,0,'filter_wiris','2023042400','2024110400','Starting plugin upgrade',NULL,'',0,1736237327),(5526,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736237327),(5527,0,'filter_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736237327),(5528,0,'tool_behat','2022112801','2022112802','Starting plugin upgrade',NULL,'',0,1736237327),(5529,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1736237327),(5530,0,'tool_behat','2022112802','2022112802','Plugin upgraded',NULL,'',0,1736237327),(5531,0,'tool_cohortroles','2022112800','2022112801','Starting plugin upgrade',NULL,'',0,1736237327),(5532,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1736237327),(5533,0,'tool_cohortroles','2022112801','2022112801','Plugin upgraded',NULL,'',0,1736237327),(5534,0,'tool_lp','2022112800','2022112801','Starting plugin upgrade',NULL,'',0,1736237327),(5535,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1736237327),(5536,0,'tool_lp','2022112801','2022112801','Plugin upgraded',NULL,'',0,1736237327),(5537,0,'tool_mobile','2022112800','2022112801','Starting plugin upgrade',NULL,'',0,1736237327),(5538,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1736237327),(5539,0,'tool_mobile','2022112801','2022112801','Plugin upgraded',NULL,'',0,1736237328),(5540,0,'local_wirisquizzes','2023020701','2024032205','Starting plugin upgrade',NULL,'',0,1736237328),(5541,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1736237328),(5542,0,'local_wirisquizzes','2024032205','2024032205','Plugin upgraded',NULL,'',0,1736237328),(5543,0,'quiz_statistics','2022112800','2022112804','Starting plugin upgrade',NULL,'',0,1736237328),(5544,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1736237328),(5545,0,'quiz_statistics','2022112804','2022112804','Plugin upgraded',NULL,'',0,1736237328),(5546,0,'atto_wiris','2023042400','2024110400','Starting plugin upgrade',NULL,'',0,1736237328),(5547,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736237328),(5548,0,'atto_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736237328),(5549,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1736237328),(5550,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1736237328),(5551,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1736237328),(5552,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1736237328),(5553,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736237328),(5554,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1736237328),(5555,0,'tinymce_tiny_mce_wiris','2023032900','2023121300','Starting plugin upgrade',NULL,'',0,1736237328),(5556,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1736237328),(5557,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin upgraded',NULL,'',0,1736237328); +/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_url` +-- + +DROP TABLE IF EXISTS `m_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_url` +-- + +LOCK TABLES `m_url` WRITE; +/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user` +-- + +DROP TABLE IF EXISTS `m_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), + KEY `m_user_del_ix` (`deleted`), + KEY `m_user_con_ix` (`confirmed`), + KEY `m_user_fir_ix` (`firstname`), + KEY `m_user_las_ix` (`lastname`), + KEY `m_user_cit_ix` (`city`), + KEY `m_user_cou_ix` (`country`), + KEY `m_user_las2_ix` (`lastaccess`), + KEY `m_user_ema_ix` (`email`), + KEY `m_user_aut_ix` (`auth`), + KEY `m_user_idn_ix` (`idnumber`), + KEY `m_user_fir2_ix` (`firstnamephonetic`), + KEY `m_user_las3_ix` (`lastnamephonetic`), + KEY `m_user_mid_ix` (`middlename`), + KEY `m_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user` +-- + +LOCK TABLES `m_user` WRITE; +/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; +INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$j9b3D8IiqsgpBlmw4eUhpeR.gnyvqMNtNUgu4WEGpN5SudmkEIufm','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1736239989,1683021887,1736238326,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',1736238948,1736239827,0,1736238948,'172.18.0.1','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL),(5,'manual',1,0,0,0,1,'anon1','restored','','anonfirstname1','anonlastname1','anon1@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1566468604,1711026678,1711026340,1711026595,'127.0.0.1','',0,'',0,1,0,1,1,0,1729522397,1566468652,0,'','anonlastnamephonetic1','anonfirstnamephonetic1','anonmiddlename1','anonalternatename1',NULL),(6,'manual',1,0,0,0,1,'anon2','restored','','anonfirstname2','anonlastname2','anon2@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1711025636,1711026473,1711025636,1711026393,'127.0.0.1','',0,'',0,1,0,2,1,0,1566471364,1566471364,0,'','anonlastnamephonetic2','anonfirstnamephonetic2','anonmiddlename2','anonalternatename2',NULL),(7,'manual',1,0,0,0,1,'anon3','restored','','anonfirstname3','anonlastname3','anon3@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1711026069,1711026579,1711026069,1711026486,'127.0.0.1','',0,'',0,1,0,2,1,0,1566471397,1566471397,0,'','anonlastnamephonetic3','anonfirstnamephonetic3','anonmiddlename3','anonalternatename3',NULL); +/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_devices` +-- + +DROP TABLE IF EXISTS `m_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `m_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- + +LOCK TABLES `m_user_devices` WRITE; +/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_enrolments` +-- + +DROP TABLE IF EXISTS `m_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `m_userenro_enr_ix` (`enrolid`), + KEY `m_userenro_use_ix` (`userid`), + KEY `m_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_enrolments` +-- + +LOCK TABLES `m_user_enrolments` WRITE; +/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; +INSERT INTO `m_user_enrolments` VALUES (3,0,4,3,1566471399,0,2,1736238456,1736238456),(4,0,4,4,1566471399,0,2,1736238456,1736238456); +/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_category` +-- + +DROP TABLE IF EXISTS `m_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_category` +-- + +LOCK TABLES `m_user_info_category` WRITE; +/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_data` +-- + +DROP TABLE IF EXISTS `m_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_data` +-- + +LOCK TABLES `m_user_info_data` WRITE; +/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_field` +-- + +DROP TABLE IF EXISTS `m_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_field` +-- + +LOCK TABLES `m_user_info_field` WRITE; +/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_lastaccess` +-- + +DROP TABLE IF EXISTS `m_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), + KEY `m_userlast_use_ix` (`userid`), + KEY `m_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- + +LOCK TABLES `m_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; +INSERT INTO `m_user_lastaccess` VALUES (2,2,2,1736239930),(3,4,2,1736239827); +/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_history` +-- + +DROP TABLE IF EXISTS `m_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- + +LOCK TABLES `m_user_password_history` WRITE; +/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_resets` +-- + +DROP TABLE IF EXISTS `m_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_password_resets` +-- + +LOCK TABLES `m_user_password_resets` WRITE; +/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_preferences` +-- + +DROP TABLE IF EXISTS `m_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), + KEY `m_userpref_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_preferences` +-- + +LOCK TABLES `m_user_preferences` WRITE; +/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; +INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'core_user_welcome','1683021888'),(14,2,'login_failed_count_since_success','0'),(15,2,'tool_usertours_tour_completion_time_10','1683021890'),(16,2,'drawer-open-block','0'),(17,2,'drawer-open-index','1'),(18,2,'filepicker_recentrepository','4'),(19,2,'filepicker_recentlicense','allrightsreserved'),(20,2,'tool_usertours_tour_completion_time_8','1736238482'),(21,4,'login_failed_count_since_success','0'),(22,4,'core_message_migrate_data','1'),(23,4,'core_user_welcome','1736238949'),(24,4,'tool_usertours_tour_reset_time_10','1736238954'),(25,4,'tool_usertours_tour_completion_time_10','1736238956'),(26,4,'drawer-open-index','1'),(27,4,'tool_usertours_tour_completion_time_7','1736238962'),(28,2,'qtype_shortanswerwiris_defaultmark','1'),(29,2,'qtype_shortanswerwiris_penalty','0.3333333'),(30,4,'drawer-open-block','1'); +/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_private_key` +-- + +DROP TABLE IF EXISTS `m_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_userprivkey_scrval_ix` (`script`,`value`), + KEY `m_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_private_key` +-- + +LOCK TABLES `m_user_private_key` WRITE; +/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki` +-- + +DROP TABLE IF EXISTS `m_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki` +-- + +LOCK TABLES `m_wiki` WRITE; +/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_links` +-- + +DROP TABLE IF EXISTS `m_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_wikilink_fro_ix` (`frompageid`), + KEY `m_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_links` +-- + +LOCK TABLES `m_wiki_links` WRITE; +/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_locks` +-- + +DROP TABLE IF EXISTS `m_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_locks` +-- + +LOCK TABLES `m_wiki_locks` WRITE; +/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_pages` +-- + +DROP TABLE IF EXISTS `m_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `m_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_pages` +-- + +LOCK TABLES `m_wiki_pages` WRITE; +/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `m_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `m_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_subwikis` +-- + +LOCK TABLES `m_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `m_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_synonyms` +-- + +LOCK TABLES `m_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_versions` +-- + +DROP TABLE IF EXISTS `m_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_versions` +-- + +LOCK TABLES `m_wiki_versions` WRITE; +/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop` +-- + +DROP TABLE IF EXISTS `m_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `m_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- + +LOCK TABLES `m_workshop` WRITE; +/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `m_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `m_workaggr_wor_ix` (`workshopid`), + KEY `m_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- + +LOCK TABLES `m_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_assessments` +-- + +DROP TABLE IF EXISTS `m_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workasse_sub_ix` (`submissionid`), + KEY `m_workasse_gra_ix` (`gradinggradeoverby`), + KEY `m_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_assessments` +-- + +LOCK TABLES `m_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_grades` +-- + +DROP TABLE IF EXISTS `m_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `m_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- + +LOCK TABLES `m_workshop_grades` WRITE; +/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_submissions` +-- + +DROP TABLE IF EXISTS `m_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_worksubm_wor_ix` (`workshopid`), + KEY `m_worksubm_gra_ix` (`gradeoverby`), + KEY `m_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- + +LOCK TABLES `m_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopallocation_scheduled` +-- + +LOCK TABLES `m_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopeval_best_settings` +-- + +LOCK TABLES `m_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `m_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_accumulative` +-- + +LOCK TABLES `m_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_comments` +-- + +DROP TABLE IF EXISTS `m_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_comments` +-- + +LOCK TABLES `m_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- + +LOCK TABLES `m_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `m_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- + +LOCK TABLES `m_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric` +-- + +LOCK TABLES `m_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_config` +-- + +LOCK TABLES `m_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_levels` +-- + +LOCK TABLES `m_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_xapi_states` +-- + +DROP TABLE IF EXISTS `m_xapi_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_xapi_states` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_xapistat_comite_ix` (`component`,`itemid`), + KEY `m_xapistat_use_ix` (`userid`), + KEY `m_xapistat_tim_ix` (`timemodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_xapi_states` +-- + +LOCK TABLES `m_xapi_states` WRITE; +/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets` +-- + +DROP TABLE IF EXISTS `t_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets` +-- + +LOCK TABLES `t_adminpresets` WRITE; +/*!40000 ALTER TABLE `t_adminpresets` DISABLE KEYS */; +INSERT INTO `t_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','https://www.example.com/moodle','','','',1,1734080194,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','https://www.example.com/moodle','','','',2,1734080195,0); +/*!40000 ALTER TABLE `t_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app` +-- + +LOCK TABLES `t_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappit_con_ix` (`configlogid`), + KEY `t_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_app_it` +-- + +LOCK TABLES `t_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappita_con_ix` (`configlogid`), + KEY `t_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_it_a` +-- + +LOCK TABLES `t_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_plug` +-- + +LOCK TABLES `t_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it` +-- + +LOCK TABLES `t_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it` DISABLE KEYS */; +INSERT INTO `t_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `t_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it_a` +-- + +LOCK TABLES `t_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_plug` +-- + +LOCK TABLES `t_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `t_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `t_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `t_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `t_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_indicator_calc` +-- + +LOCK TABLES `t_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models` +-- + +DROP TABLE IF EXISTS `t_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmode_enatra_ix` (`enabled`,`trained`), + KEY `t_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models` +-- + +LOCK TABLES `t_analytics_models` WRITE; +/*!40000 ALTER TABLE `t_analytics_models` DISABLE KEYS */; +INSERT INTO `t_analytics_models` 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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,0); +/*!40000 ALTER TABLE `t_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models_log` +-- + +DROP TABLE IF EXISTS `t_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmodelog_mod_ix` (`modelid`), + KEY `t_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models_log` +-- + +LOCK TABLES `t_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `t_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `t_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predict_samples` +-- + +LOCK TABLES `t_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `t_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `t_analpredacti_pre_ix` (`predictionid`), + KEY `t_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_prediction_actions` +-- + +LOCK TABLES `t_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predictions` +-- + +DROP TABLE IF EXISTS `t_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `t_analpred_mod_ix` (`modelid`), + KEY `t_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predictions` +-- + +LOCK TABLES `t_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `t_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `t_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_train_samples` +-- + +LOCK TABLES `t_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `t_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analusedanal_modact_ix` (`modelid`,`action`), + KEY `t_analusedanal_ana_ix` (`analysableid`), + KEY `t_analusedanal_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_used_analysables` +-- + +LOCK TABLES `t_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_files` +-- + +DROP TABLE IF EXISTS `t_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `t_analusedfile_mod_ix` (`modelid`), + KEY `t_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_analytics_used_files` +-- + +LOCK TABLES `t_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign` +-- + +DROP TABLE IF EXISTS `t_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou_ix` (`course`), + KEY `t_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign` +-- + +LOCK TABLES `t_assign` WRITE; +/*!40000 ALTER TABLE `t_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_grades` +-- + +DROP TABLE IF EXISTS `t_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `t_assigrad_use_ix` (`userid`), + KEY `t_assigrad_att_ix` (`attemptnumber`), + KEY `t_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_grades` +-- + +LOCK TABLES `t_assign_grades` WRITE; +/*!40000 ALTER TABLE `t_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_overrides` +-- + +DROP TABLE IF EXISTS `t_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_assiover_ass_ix` (`assignid`), + KEY `t_assiover_gro_ix` (`groupid`), + KEY `t_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_overrides` +-- + +LOCK TABLES `t_assign_overrides` WRITE; +/*!40000 ALTER TABLE `t_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `t_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_assiplugconf_plu_ix` (`plugin`), + KEY `t_assiplugconf_sub_ix` (`subtype`), + KEY `t_assiplugconf_nam_ix` (`name`), + KEY `t_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_plugin_config` +-- + +LOCK TABLES `t_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `t_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_submission` +-- + +DROP TABLE IF EXISTS `t_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `t_assisubm_use_ix` (`userid`), + KEY `t_assisubm_att_ix` (`attemptnumber`), + KEY `t_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `t_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_submission` +-- + +LOCK TABLES `t_assign_submission` WRITE; +/*!40000 ALTER TABLE `t_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_flags` +-- + +DROP TABLE IF EXISTS `t_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiuserflag_mai_ix` (`mailed`), + KEY `t_assiuserflag_use_ix` (`userid`), + KEY `t_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_flags` +-- + +LOCK TABLES `t_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `t_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `t_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiusermapp_ass_ix` (`assignment`), + KEY `t_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_mapping` +-- + +LOCK TABLES `t_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `t_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assicomm_ass_ix` (`assignment`), + KEY `t_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_comments` +-- + +LOCK TABLES `t_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `t_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `t_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `t_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `t_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass2_ix` (`assignment`), + KEY `t_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assignfeedback_file` +-- + +LOCK TABLES `t_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment` +-- + +DROP TABLE IF EXISTS `t_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment` +-- + +LOCK TABLES `t_assignment` WRITE; +/*!40000 ALTER TABLE `t_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_submissions` +-- + +DROP TABLE IF EXISTS `t_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assisubm_use2_ix` (`userid`), + KEY `t_assisubm_mai_ix` (`mailed`), + KEY `t_assisubm_tim_ix` (`timemarked`), + KEY `t_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_submissions` +-- + +LOCK TABLES `t_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `t_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `t_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiupgr_old_ix` (`oldcmid`), + KEY `t_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_upgrade` +-- + +LOCK TABLES `t_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `t_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `t_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass_ix` (`assignment`), + KEY `t_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignsubmission_file` +-- + +LOCK TABLES `t_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `t_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assionli_ass_ix` (`assignment`), + KEY `t_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignsubmission_onlinetext` +-- + +LOCK TABLES `t_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `t_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `t_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_auth_lti_linked_login` +-- + +LOCK TABLES `t_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `t_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `t_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `t_authoautlinklogi_use_ix` (`usermodified`), + KEY `t_authoautlinklogi_use2_ix` (`userid`), + KEY `t_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_auth_oauth2_linked_login` +-- + +LOCK TABLES `t_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_controllers` +-- + +DROP TABLE IF EXISTS `t_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_backcont_bac_uix` (`backupid`), + KEY `t_backcont_typite_ix` (`type`,`itemid`), + KEY `t_backcont_useite_ix` (`userid`,`itemid`), + KEY `t_backcont_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_backup_controllers` +-- + +LOCK TABLES `t_backup_controllers` WRITE; +/*!40000 ALTER TABLE `t_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_courses` +-- + +DROP TABLE IF EXISTS `t_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_backup_courses` +-- + +LOCK TABLES `t_backup_courses` WRITE; +/*!40000 ALTER TABLE `t_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_logs` +-- + +DROP TABLE IF EXISTS `t_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_backlogs_bacid_uix` (`backupid`,`id`), + KEY `t_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_backup_logs` +-- + +LOCK TABLES `t_backup_logs` WRITE; +/*!40000 ALTER TABLE `t_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge` +-- + +DROP TABLE IF EXISTS `t_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badg_typ_ix` (`type`), + KEY `t_badg_cou_ix` (`courseid`), + KEY `t_badg_use_ix` (`usermodified`), + KEY `t_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge` +-- + +LOCK TABLES `t_badge` WRITE; +/*!40000 ALTER TABLE `t_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_alignment` +-- + +DROP TABLE IF EXISTS `t_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_alignment` +-- + +LOCK TABLES `t_badge_alignment` WRITE; +/*!40000 ALTER TABLE `t_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_backpack` +-- + +DROP TABLE IF EXISTS `t_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `t_badgback_use_ix` (`userid`), + KEY `t_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_backpack` +-- + +LOCK TABLES `t_badge_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `t_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badgbackoaut_use_ix` (`usermodified`), + KEY `t_badgbackoaut_use2_ix` (`userid`), + KEY `t_badgbackoaut_iss_ix` (`issuerid`), + KEY `t_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_backpack_oauth2` +-- + +LOCK TABLES `t_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria` +-- + +DROP TABLE IF EXISTS `t_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `t_badgcrit_cri_ix` (`criteriatype`), + KEY `t_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_criteria` +-- + +LOCK TABLES `t_badge_criteria` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `t_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_badgcritmet_cri_ix` (`critid`), + KEY `t_badgcritmet_use_ix` (`userid`), + KEY `t_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_badge_criteria_met` +-- + +LOCK TABLES `t_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `t_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_criteria_param` +-- + +LOCK TABLES `t_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_endorsement` +-- + +DROP TABLE IF EXISTS `t_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_endorsement` +-- + +LOCK TABLES `t_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `t_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external` +-- + +DROP TABLE IF EXISTS `t_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_external` +-- + +LOCK TABLES `t_badge_external` WRITE; +/*!40000 ALTER TABLE `t_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `t_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `t_badgexteback_bac2_uix` (`backpackweburl`), + KEY `t_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_badge_external_backpack` +-- + +LOCK TABLES `t_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `t_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `t_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `t_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `t_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_external_identifier` +-- + +LOCK TABLES `t_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `t_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_issued` +-- + +DROP TABLE IF EXISTS `t_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `t_badgissu_bad_ix` (`badgeid`), + KEY `t_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_issued` +-- + +LOCK TABLES `t_badge_issued` WRITE; +/*!40000 ALTER TABLE `t_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_manual_award` +-- + +DROP TABLE IF EXISTS `t_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_badgmanuawar_bad_ix` (`badgeid`), + KEY `t_badgmanuawar_rec_ix` (`recipientid`), + KEY `t_badgmanuawar_iss_ix` (`issuerid`), + KEY `t_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_manual_award` +-- + +LOCK TABLES `t_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `t_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_related` +-- + +DROP TABLE IF EXISTS `t_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `t_badgrela_bad_ix` (`badgeid`), + KEY `t_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_related` +-- + +LOCK TABLES `t_badge_related` WRITE; +/*!40000 ALTER TABLE `t_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', + `completionattendance` int NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_bigbluebuttonbn` +-- + +LOCK TABLES `t_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_bigblogs_cou_ix` (`courseid`), + KEY `t_bigblogs_log_ix` (`log`), + KEY `t_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `t_bigblogs_uselog_ix` (`userid`,`log`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_bigbluebuttonbn_logs` +-- + +LOCK TABLES `t_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_bigbreco_cou_ix` (`courseid`), + KEY `t_bigbreco_rec_ix` (`recordingid`), + KEY `t_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `t_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `t_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block` +-- + +DROP TABLE IF EXISTS `t_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block` +-- + +LOCK TABLES `t_block` WRITE; +/*!40000 ALTER TABLE `t_block` DISABLE KEYS */; +INSERT INTO `t_block` 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 `t_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_instances` +-- + +DROP TABLE IF EXISTS `t_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `t_blocinst_tim_ix` (`timemodified`), + KEY `t_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_instances` +-- + +LOCK TABLES `t_block_instances` WRITE; +/*!40000 ALTER TABLE `t_block_instances` DISABLE KEYS */; +INSERT INTO `t_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080306,1734080306),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080306,1734080306),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080306,1734080306),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080306,1734080306),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080306,1734080306); +/*!40000 ALTER TABLE `t_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_positions` +-- + +DROP TABLE IF EXISTS `t_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `t_blocposi_blo_ix` (`blockinstanceid`), + KEY `t_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_positions` +-- + +LOCK TABLES `t_block_positions` WRITE; +/*!40000 ALTER TABLE `t_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_recent_activity` +-- + +DROP TABLE IF EXISTS `t_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block_recent_activity` +-- + +LOCK TABLES `t_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `t_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `t_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `t_blocrece_use_ix` (`userid`), + KEY `t_blocrece_cou_ix` (`courseid`), + KEY `t_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block_recentlyaccesseditems` +-- + +LOCK TABLES `t_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_rss_client` +-- + +DROP TABLE IF EXISTS `t_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_rss_client` +-- + +LOCK TABLES `t_block_rss_client` WRITE; +/*!40000 ALTER TABLE `t_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_blog_association` +-- + +DROP TABLE IF EXISTS `t_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_blogasso_con_ix` (`contextid`), + KEY `t_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_blog_association` +-- + +LOCK TABLES `t_blog_association` WRITE; +/*!40000 ALTER TABLE `t_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_blog_external` +-- + +DROP TABLE IF EXISTS `t_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_blog_external` +-- + +LOCK TABLES `t_blog_external` WRITE; +/*!40000 ALTER TABLE `t_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_book` +-- + +DROP TABLE IF EXISTS `t_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_book` +-- + +LOCK TABLES `t_book` WRITE; +/*!40000 ALTER TABLE `t_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_book_chapters` +-- + +DROP TABLE IF EXISTS `t_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_book_chapters` +-- + +LOCK TABLES `t_book_chapters` WRITE; +/*!40000 ALTER TABLE `t_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cache_filters` +-- + +DROP TABLE IF EXISTS `t_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cache_filters` +-- + +LOCK TABLES `t_cache_filters` WRITE; +/*!40000 ALTER TABLE `t_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cache_flags` +-- + +DROP TABLE IF EXISTS `t_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_cachflag_fla_ix` (`flagtype`), + KEY `t_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cache_flags` +-- + +LOCK TABLES `t_cache_flags` WRITE; +/*!40000 ALTER TABLE `t_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_capabilities` +-- + +DROP TABLE IF EXISTS `t_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_capabilities` +-- + +LOCK TABLES `t_capabilities` WRITE; +/*!40000 ALTER TABLE `t_capabilities` DISABLE KEYS */; +INSERT INTO `t_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `t_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat` +-- + +DROP TABLE IF EXISTS `t_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat` +-- + +LOCK TABLES `t_chat` WRITE; +/*!40000 ALTER TABLE `t_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_messages` +-- + +DROP TABLE IF EXISTS `t_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chatmess_use_ix` (`userid`), + KEY `t_chatmess_gro_ix` (`groupid`), + KEY `t_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat_messages` +-- + +LOCK TABLES `t_chat_messages` WRITE; +/*!40000 ALTER TABLE `t_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_messages_current` +-- + +DROP TABLE IF EXISTS `t_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chatmesscurr_use_ix` (`userid`), + KEY `t_chatmesscurr_gro_ix` (`groupid`), + KEY `t_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat_messages_current` +-- + +LOCK TABLES `t_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `t_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_users` +-- + +DROP TABLE IF EXISTS `t_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_chatuser_use_ix` (`userid`), + KEY `t_chatuser_las_ix` (`lastping`), + KEY `t_chatuser_gro_ix` (`groupid`), + KEY `t_chatuser_cha_ix` (`chatid`), + KEY `t_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_chat_users` +-- + +LOCK TABLES `t_chat_users` WRITE; +/*!40000 ALTER TABLE `t_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice` +-- + +DROP TABLE IF EXISTS `t_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice` +-- + +LOCK TABLES `t_choice` WRITE; +/*!40000 ALTER TABLE `t_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice_answers` +-- + +DROP TABLE IF EXISTS `t_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choiansw_use_ix` (`userid`), + KEY `t_choiansw_cho_ix` (`choiceid`), + KEY `t_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice_answers` +-- + +LOCK TABLES `t_choice_answers` WRITE; +/*!40000 ALTER TABLE `t_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice_options` +-- + +DROP TABLE IF EXISTS `t_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice_options` +-- + +LOCK TABLES `t_choice_options` WRITE; +/*!40000 ALTER TABLE `t_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cohort` +-- + +DROP TABLE IF EXISTS `t_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_cohort` +-- + +LOCK TABLES `t_cohort` WRITE; +/*!40000 ALTER TABLE `t_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cohort_members` +-- + +DROP TABLE IF EXISTS `t_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `t_cohomemb_coh_ix` (`cohortid`), + KEY `t_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cohort_members` +-- + +LOCK TABLES `t_cohort_members` WRITE; +/*!40000 ALTER TABLE `t_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_comments` +-- + +DROP TABLE IF EXISTS `t_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `t_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_comments` +-- + +LOCK TABLES `t_comments` WRITE; +/*!40000 ALTER TABLE `t_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency` +-- + +DROP TABLE IF EXISTS `t_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `t_comp_rul_ix` (`ruleoutcome`), + KEY `t_comp_sca_ix` (`scaleid`), + KEY `t_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_competency` +-- + +LOCK TABLES `t_competency` WRITE; +/*!40000 ALTER TABLE `t_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `t_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `t_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `t_compcour_cou2_ix` (`courseid`), + KEY `t_compcour_com_ix` (`competencyid`), + KEY `t_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_coursecomp` +-- + +LOCK TABLES `t_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `t_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compcour_cou_uix` (`courseid`), + KEY `t_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_competency_coursecompsetting` +-- + +LOCK TABLES `t_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_evidence` +-- + +DROP TABLE IF EXISTS `t_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compevid_use_ix` (`usercompetencyid`), + KEY `t_compevid_con_ix` (`contextid`), + KEY `t_compevid_act_ix` (`actionuserid`), + KEY `t_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_evidence` +-- + +LOCK TABLES `t_competency_evidence` WRITE; +/*!40000 ALTER TABLE `t_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_framework` +-- + +DROP TABLE IF EXISTS `t_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compfram_idn_uix` (`idnumber`), + KEY `t_compfram_con_ix` (`contextid`), + KEY `t_compfram_sca_ix` (`scaleid`), + KEY `t_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_framework` +-- + +LOCK TABLES `t_competency_framework` WRITE; +/*!40000 ALTER TABLE `t_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `t_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `t_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `t_compmodu_cmi_ix` (`cmid`), + KEY `t_compmodu_com_ix` (`competencyid`), + KEY `t_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_modulecomp` +-- + +LOCK TABLES `t_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_plan` +-- + +DROP TABLE IF EXISTS `t_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compplan_usesta_ix` (`userid`,`status`), + KEY `t_compplan_tem_ix` (`templateid`), + KEY `t_compplan_stadue_ix` (`status`,`duedate`), + KEY `t_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_plan` +-- + +LOCK TABLES `t_competency_plan` WRITE; +/*!40000 ALTER TABLE `t_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_plancomp` +-- + +DROP TABLE IF EXISTS `t_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compplan_placom_uix` (`planid`,`competencyid`), + KEY `t_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_plancomp` +-- + +LOCK TABLES `t_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `t_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `t_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_comprela_com_ix` (`competencyid`), + KEY `t_comprela_rel_ix` (`relatedcompetencyid`), + KEY `t_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_relatedcomp` +-- + +LOCK TABLES `t_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `t_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_template` +-- + +DROP TABLE IF EXISTS `t_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_comptemp_con_ix` (`contextid`), + KEY `t_comptemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_template` +-- + +LOCK TABLES `t_competency_template` WRITE; +/*!40000 ALTER TABLE `t_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `t_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `t_comptemp_tem2_ix` (`templateid`), + KEY `t_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_templatecohort` +-- + +LOCK TABLES `t_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `t_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_comptemp_tem_ix` (`templateid`), + KEY `t_comptemp_com_ix` (`competencyid`), + KEY `t_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_templatecomp` +-- + +LOCK TABLES `t_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercomp` +-- + +DROP TABLE IF EXISTS `t_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `t_compuser_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercomp` +-- + +LOCK TABLES `t_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `t_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `t_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `t_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercompcourse` +-- + +LOCK TABLES `t_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `t_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `t_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercompplan` +-- + +LOCK TABLES `t_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_userevidence` +-- + +DROP TABLE IF EXISTS `t_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compuser_use4_ix` (`userid`), + KEY `t_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_userevidence` +-- + +LOCK TABLES `t_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `t_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `t_compuser_use6_ix` (`userevidenceid`), + KEY `t_compuser_use7_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_userevidencecomp` +-- + +LOCK TABLES `t_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config` +-- + +DROP TABLE IF EXISTS `t_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=578 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config` +-- + +LOCK TABLES `t_config` WRITE; +/*!40000 ALTER TABLE `t_config` DISABLE KEYS */; +INSERT INTO `t_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','VNXO8Na53kfH9i4jYkek9MrM2ZVWnPVWwww.example.com'),(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','atto,tinymce,textarea,tiny'),(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','1734080375'),(25,'jsrev','1734080375'),(26,'templaterev','1734080375'),(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','2022112815.01'),(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,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734080173'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080440'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','1'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'noreplyaddress','noreply@www.example.com'),(402,'allowedemaildomains',''),(403,'divertallemailsto',''),(404,'divertallemailsexcept',''),(405,'emaildkimselector',''),(406,'sitemailcharset','0'),(407,'allowusermailcharset','0'),(408,'allowattachments','1'),(409,'mailnewline','LF'),(410,'emailfromvia','1'),(411,'emailsubjectprefix',''),(412,'emailheaders',''),(413,'updateautocheck','1'),(414,'updateminmaturity','200'),(415,'updatenotifybuilds','0'),(416,'enablewsdocumentation','0'),(417,'customreportslimit','0'),(418,'customreportsliveediting','1'),(419,'dndallowtextandlinks','0'),(420,'pathtosassc',''),(421,'contextlocking','0'),(422,'contextlockappliestoadmin','1'),(423,'forceclean','0'),(424,'enablecourserelativedates','0'),(425,'debug','0'),(426,'debugdisplay','0'),(427,'perfdebug','7'),(428,'debugstringids','0'),(429,'debugsqltrace','0'),(430,'debugvalidators','0'),(431,'debugpageinfo','0'),(432,'profilingenabled','0'),(433,'profilingincluded',''),(434,'profilingexcluded',''),(435,'profilingautofrec','0'),(436,'profilingallowme','0'),(437,'profilingallowall','0'),(438,'profilingslow','0'),(439,'profilinglifetime','1440'),(440,'profilingimportprefix','(I)'),(441,'allowguestmymoodle','1'),(442,'release','4.1.15+ (Build: 20241213)'),(443,'branch','401'),(444,'phpunittest','10d17a55bb39832d31c1226d768089cd712840db'),(445,'localcachedirpurged','1734080375'),(446,'scheduledtaskreset','1734080376'),(447,'paygw_plugins_sortorder','paypal'),(448,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(449,'enableaccessibilitytools','1'),(450,'notloggedinroleid','6'),(451,'guestroleid','6'),(452,'defaultuserroleid','7'),(453,'creatornewroleid','3'),(454,'restorernewroleid','3'),(455,'sitepolicyhandler',''),(456,'gradebookroles','5'),(457,'h5plibraryhandler','h5plib_v124'),(458,'airnotifierurl','https://messages.moodle.net'),(459,'airnotifierport','443'),(460,'airnotifiermobileappname','com.moodle.moodlemobile'),(461,'airnotifierappname','commoodlemoodlemobile'),(462,'airnotifieraccesskey',''),(463,'bigbluebuttonbn_default_dpa_accepted','0'),(464,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(465,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(466,'bigbluebuttonbn_poll_interval','5'),(467,'bigbluebuttonbn_welcome_default',''),(468,'bigbluebuttonbn_welcome_editable','1'),(469,'bigbluebuttonbn_recording_default','1'),(470,'bigbluebuttonbn_recording_refresh_period','300'),(471,'bigbluebuttonbn_recording_editable','1'),(472,'bigbluebuttonbn_recording_all_from_start_default','0'),(473,'bigbluebuttonbn_recording_all_from_start_editable','0'),(474,'bigbluebuttonbn_recording_hide_button_default','0'),(475,'bigbluebuttonbn_recording_hide_button_editable','0'),(476,'bigbluebuttonbn_importrecordings_enabled','0'),(477,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(478,'bigbluebuttonbn_recordings_deleted_default','1'),(479,'bigbluebuttonbn_recordings_deleted_editable','0'),(480,'bigbluebuttonbn_recordings_imported_default','0'),(481,'bigbluebuttonbn_recordings_imported_editable','1'),(482,'bigbluebuttonbn_recordings_preview_default','1'),(483,'bigbluebuttonbn_recordings_preview_editable','0'),(484,'bigbluebuttonbn_recordings_asc_sort','0'),(485,'bigbluebuttonbn_recording_protect_editable','1'),(486,'bigbluebuttonbn_waitformoderator_default','0'),(487,'bigbluebuttonbn_waitformoderator_editable','1'),(488,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(489,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(490,'bigbluebuttonbn_voicebridge_editable','0'),(491,'bigbluebuttonbn_preuploadpresentation_editable','0'),(492,'bigbluebuttonbn_userlimit_default','0'),(493,'bigbluebuttonbn_userlimit_editable','0'),(494,'bigbluebuttonbn_participant_moderator_default','0'),(495,'bigbluebuttonbn_muteonstart_default','0'),(496,'bigbluebuttonbn_muteonstart_editable','0'),(497,'bigbluebuttonbn_disablecam_default','0'),(498,'bigbluebuttonbn_disablecam_editable','1'),(499,'bigbluebuttonbn_disablemic_default','0'),(500,'bigbluebuttonbn_disablemic_editable','1'),(501,'bigbluebuttonbn_disableprivatechat_default','0'),(502,'bigbluebuttonbn_disableprivatechat_editable','1'),(503,'bigbluebuttonbn_disablepublicchat_default','0'),(504,'bigbluebuttonbn_disablepublicchat_editable','1'),(505,'bigbluebuttonbn_disablenote_default','0'),(506,'bigbluebuttonbn_disablenote_editable','1'),(507,'bigbluebuttonbn_hideuserlist_default','0'),(508,'bigbluebuttonbn_hideuserlist_editable','1'),(509,'bigbluebuttonbn_recordingready_enabled','0'),(510,'bigbluebuttonbn_meetingevents_enabled','0'),(511,'bigbluebuttonbn_guestaccess_enabled','0'),(512,'chat_method','ajax'),(513,'chat_refresh_userlist','10'),(514,'chat_old_ping','35'),(515,'chat_refresh_room','5'),(516,'chat_normal_updatemode','jsupdate'),(517,'chat_serverhost','www.example.com'),(518,'chat_serverip','127.0.0.1'),(519,'chat_serverport','9111'),(520,'chat_servermax','100'),(521,'data_enablerssfeeds','0'),(522,'feedback_allowfullanonymous','0'),(523,'forum_displaymode','3'),(524,'forum_shortpost','300'),(525,'forum_longpost','600'),(526,'forum_manydiscussions','100'),(527,'forum_maxbytes','512000'),(528,'forum_maxattachments','9'),(529,'forum_subscription','0'),(530,'forum_trackingtype','1'),(531,'forum_trackreadposts','1'),(532,'forum_allowforcedreadtracking','0'),(533,'forum_oldpostdays','14'),(534,'forum_usermarksread','0'),(535,'forum_cleanreadtime','2'),(536,'digestmailtime','17'),(537,'forum_enablerssfeeds','0'),(538,'forum_enabletimedposts','1'),(539,'glossary_entbypage','10'),(540,'glossary_dupentries','0'),(541,'glossary_allowcomments','0'),(542,'glossary_linkbydefault','1'),(543,'glossary_defaultapproval','1'),(544,'glossary_enablerssfeeds','0'),(545,'glossary_linkentries','0'),(546,'glossary_casesensitive','0'),(547,'glossary_fullmatch','0'),(548,'block_course_list_adminview','all'),(549,'block_course_list_hideallcourseslink','0'),(550,'block_online_users_timetosee','5'),(551,'block_online_users_onlinestatushiding','1'),(552,'block_rss_client_num_entries','5'),(553,'block_rss_client_timeout','30'),(554,'block_html_allowcssclasses','0'),(555,'pathtounoconv','/usr/bin/unoconv'),(556,'filter_multilang_force_old','0'),(557,'logguests','1'),(558,'loglifetime','0'),(559,'profileroles','5,4,3'),(560,'coursecontact','3'),(561,'frontpage','6'),(562,'frontpageloggedin','6'),(563,'maxcategorydepth','2'),(564,'frontpagecourselimit','200'),(565,'commentsperpage','15'),(566,'defaultfrontpageroleid','8'),(567,'messageinbound_enabled','0'),(568,'messageinbound_mailbox',''),(569,'messageinbound_domain',''),(570,'messageinbound_host',''),(571,'messageinbound_hostssl','ssl'),(572,'messageinbound_hostuser',''),(573,'messageinbound_hostpass',''),(574,'mobilecssurl',''),(575,'webserviceprotocols','rest'),(576,'enablemobilewebservice','1'),(577,'registrationpending','1'); +/*!40000 ALTER TABLE `t_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config_log` +-- + +DROP TABLE IF EXISTS `t_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_conflog_tim_ix` (`timemodified`), + KEY `t_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1903 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config_log` +-- + +LOCK TABLES `t_config_log` WRITE; +/*!40000 ALTER TABLE `t_config_log` DISABLE KEYS */; +INSERT INTO `t_config_log` VALUES (1,0,1734080202,NULL,'enableuserfeedback','0',NULL),(2,0,1734080202,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734080202,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734080202,NULL,'enableoutcomes','0',NULL),(5,0,1734080202,NULL,'usecomments','1',NULL),(6,0,1734080202,NULL,'usetags','1',NULL),(7,0,1734080202,NULL,'enablenotes','1',NULL),(8,0,1734080202,NULL,'enableportfolios','0',NULL),(9,0,1734080202,NULL,'enablewebservices','0',NULL),(10,0,1734080202,NULL,'enablestats','0',NULL),(11,0,1734080202,NULL,'enablerssfeeds','0',NULL),(12,0,1734080202,NULL,'enableblogs','1',NULL),(13,0,1734080202,NULL,'enablecompletion','1',NULL),(14,0,1734080202,NULL,'completiondefault','1',NULL),(15,0,1734080202,NULL,'enableavailability','1',NULL),(16,0,1734080202,NULL,'enableplagiarism','0',NULL),(17,0,1734080202,NULL,'enablebadges','1',NULL),(18,0,1734080202,NULL,'enableglobalsearch','0',NULL),(19,0,1734080202,NULL,'allowstealth','0',NULL),(20,0,1734080202,NULL,'enableanalytics','1',NULL),(21,0,1734080202,'core_competency','enabled','1',NULL),(22,0,1734080202,NULL,'messaging','1',NULL),(23,0,1734080202,NULL,'enablecustomreports','1',NULL),(24,0,1734080202,NULL,'allowemojipicker','1',NULL),(25,0,1734080202,NULL,'userfiltersdefault','realname',NULL),(26,0,1734080202,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734080202,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734080202,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734080202,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734080202,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734080202,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734080202,NULL,'enroladminnewcourse','1',NULL),(33,0,1734080202,NULL,'autologinguests','0',NULL),(34,0,1734080202,NULL,'hiddenuserfields','',NULL),(35,0,1734080202,NULL,'showuseridentity','email',NULL),(36,0,1734080203,NULL,'fullnamedisplay','language',NULL),(37,0,1734080203,NULL,'alternativefullnameformat','language',NULL),(38,0,1734080203,NULL,'maxusersperpage','100',NULL),(39,0,1734080203,NULL,'enablegravatar','0',NULL),(40,0,1734080203,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734080203,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734080203,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),(43,0,1734080203,NULL,'sitepolicy','',NULL),(44,0,1734080203,NULL,'sitepolicyguest','',NULL),(45,0,1734080203,'moodlecourse','visible','1',NULL),(46,0,1734080203,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734080203,'moodlecourse','participantsperpage','20',NULL),(48,0,1734080203,'moodlecourse','format','topics',NULL),(49,0,1734080203,'moodlecourse','maxsections','52',NULL),(50,0,1734080203,'moodlecourse','numsections','4',NULL),(51,0,1734080203,'moodlecourse','hiddensections','1',NULL),(52,0,1734080203,'moodlecourse','coursedisplay','0',NULL),(53,0,1734080203,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734080203,'moodlecourse','courseduration','31536000',NULL),(55,0,1734080203,'moodlecourse','lang','',NULL),(56,0,1734080203,'moodlecourse','newsitems','5',NULL),(57,0,1734080203,'moodlecourse','showgrades','1',NULL),(58,0,1734080203,'moodlecourse','showreports','0',NULL),(59,0,1734080203,'moodlecourse','showactivitydates','1',NULL),(60,0,1734080203,'moodlecourse','maxbytes','0',NULL),(61,0,1734080203,'moodlecourse','enablecompletion','1',NULL),(62,0,1734080203,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734080203,'moodlecourse','groupmode','0',NULL),(64,0,1734080203,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734080203,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734080203,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734080203,NULL,'enablecourserequests','1',NULL),(68,0,1734080203,NULL,'defaultrequestcategory','1',NULL),(69,0,1734080203,NULL,'lockrequestcategory','0',NULL),(70,0,1734080203,NULL,'courserequestnotify','',NULL),(71,0,1734080203,NULL,'activitychoosertabmode','0',NULL),(72,0,1734080203,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734080203,'backup','loglifetime','30',NULL),(74,0,1734080203,'backup','backup_general_users','1',NULL),(75,0,1734080203,'backup','backup_general_users_locked','',NULL),(76,0,1734080203,'backup','backup_general_anonymize','0',NULL),(77,0,1734080203,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734080203,'backup','backup_general_role_assignments','1',NULL),(79,0,1734080203,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734080203,'backup','backup_general_activities','1',NULL),(81,0,1734080203,'backup','backup_general_activities_locked','',NULL),(82,0,1734080203,'backup','backup_general_blocks','1',NULL),(83,0,1734080203,'backup','backup_general_blocks_locked','',NULL),(84,0,1734080203,'backup','backup_general_files','1',NULL),(85,0,1734080203,'backup','backup_general_files_locked','',NULL),(86,0,1734080203,'backup','backup_general_filters','1',NULL),(87,0,1734080204,'backup','backup_general_filters_locked','',NULL),(88,0,1734080204,'backup','backup_general_comments','1',NULL),(89,0,1734080204,'backup','backup_general_comments_locked','',NULL),(90,0,1734080204,'backup','backup_general_badges','1',NULL),(91,0,1734080204,'backup','backup_general_badges_locked','',NULL),(92,0,1734080204,'backup','backup_general_calendarevents','1',NULL),(93,0,1734080204,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734080204,'backup','backup_general_userscompletion','1',NULL),(95,0,1734080204,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734080204,'backup','backup_general_logs','0',NULL),(97,0,1734080204,'backup','backup_general_logs_locked','',NULL),(98,0,1734080204,'backup','backup_general_histories','0',NULL),(99,0,1734080204,'backup','backup_general_histories_locked','',NULL),(100,0,1734080204,'backup','backup_general_questionbank','1',NULL),(101,0,1734080204,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734080204,'backup','backup_general_groups','1',NULL),(103,0,1734080204,'backup','backup_general_groups_locked','',NULL),(104,0,1734080204,'backup','backup_general_competencies','1',NULL),(105,0,1734080204,'backup','backup_general_competencies_locked','',NULL),(106,0,1734080204,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734080204,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734080204,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734080204,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734080204,'backup','import_general_maxresults','10',NULL),(111,0,1734080204,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734080204,'backup','backup_import_permissions','0',NULL),(113,0,1734080204,'backup','backup_import_permissions_locked','',NULL),(114,0,1734080204,'backup','backup_import_activities','1',NULL),(115,0,1734080204,'backup','backup_import_activities_locked','',NULL),(116,0,1734080204,'backup','backup_import_blocks','1',NULL),(117,0,1734080204,'backup','backup_import_blocks_locked','',NULL),(118,0,1734080204,'backup','backup_import_filters','1',NULL),(119,0,1734080204,'backup','backup_import_filters_locked','',NULL),(120,0,1734080204,'backup','backup_import_calendarevents','1',NULL),(121,0,1734080204,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734080204,'backup','backup_import_questionbank','1',NULL),(123,0,1734080204,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734080204,'backup','backup_import_groups','1',NULL),(125,0,1734080204,'backup','backup_import_groups_locked','',NULL),(126,0,1734080204,'backup','backup_import_competencies','1',NULL),(127,0,1734080204,'backup','backup_import_competencies_locked','',NULL),(128,0,1734080204,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734080204,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734080204,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734080204,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734080204,'backup','backup_auto_active','0',NULL),(133,0,1734080204,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734080204,'backup','backup_auto_hour','0',NULL),(135,0,1734080204,'backup','backup_auto_minute','0',NULL),(136,0,1734080204,'backup','backup_auto_storage','0',NULL),(137,0,1734080204,'backup','backup_auto_destination','',NULL),(138,0,1734080204,'backup','backup_auto_max_kept','1',NULL),(139,0,1734080204,'backup','backup_auto_delete_days','0',NULL),(140,0,1734080204,'backup','backup_auto_min_kept','0',NULL),(141,0,1734080204,'backup','backup_shortname','0',NULL),(142,0,1734080204,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734080204,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734080204,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734080204,'backup','backup_auto_users','1',NULL),(146,0,1734080204,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734080204,'backup','backup_auto_activities','1',NULL),(148,0,1734080204,'backup','backup_auto_blocks','1',NULL),(149,0,1734080204,'backup','backup_auto_files','1',NULL),(150,0,1734080204,'backup','backup_auto_filters','1',NULL),(151,0,1734080204,'backup','backup_auto_comments','1',NULL),(152,0,1734080204,'backup','backup_auto_badges','1',NULL),(153,0,1734080204,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734080205,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734080205,'backup','backup_auto_logs','0',NULL),(156,0,1734080205,'backup','backup_auto_histories','0',NULL),(157,0,1734080205,'backup','backup_auto_questionbank','1',NULL),(158,0,1734080205,'backup','backup_auto_groups','1',NULL),(159,0,1734080205,'backup','backup_auto_competencies','1',NULL),(160,0,1734080205,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734080205,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734080205,'restore','restore_general_users','1',NULL),(163,0,1734080205,'restore','restore_general_users_locked','',NULL),(164,0,1734080205,'restore','restore_general_enrolments','1',NULL),(165,0,1734080205,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734080205,'restore','restore_general_role_assignments','1',NULL),(167,0,1734080205,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734080205,'restore','restore_general_permissions','1',NULL),(169,0,1734080205,'restore','restore_general_permissions_locked','',NULL),(170,0,1734080205,'restore','restore_general_activities','1',NULL),(171,0,1734080205,'restore','restore_general_activities_locked','',NULL),(172,0,1734080205,'restore','restore_general_blocks','1',NULL),(173,0,1734080205,'restore','restore_general_blocks_locked','',NULL),(174,0,1734080205,'restore','restore_general_filters','1',NULL),(175,0,1734080205,'restore','restore_general_filters_locked','',NULL),(176,0,1734080205,'restore','restore_general_comments','1',NULL),(177,0,1734080205,'restore','restore_general_comments_locked','',NULL),(178,0,1734080205,'restore','restore_general_badges','1',NULL),(179,0,1734080205,'restore','restore_general_badges_locked','',NULL),(180,0,1734080205,'restore','restore_general_calendarevents','1',NULL),(181,0,1734080205,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734080205,'restore','restore_general_userscompletion','1',NULL),(183,0,1734080205,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734080205,'restore','restore_general_logs','1',NULL),(185,0,1734080205,'restore','restore_general_logs_locked','',NULL),(186,0,1734080205,'restore','restore_general_histories','1',NULL),(187,0,1734080205,'restore','restore_general_histories_locked','',NULL),(188,0,1734080205,'restore','restore_general_groups','1',NULL),(189,0,1734080205,'restore','restore_general_groups_locked','',NULL),(190,0,1734080205,'restore','restore_general_competencies','1',NULL),(191,0,1734080205,'restore','restore_general_competencies_locked','',NULL),(192,0,1734080205,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734080205,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734080205,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734080205,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734080205,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734080205,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734080205,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734080205,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734080205,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734080205,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734080205,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734080205,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734080205,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734080205,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734080205,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734080205,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734080205,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734080205,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734080205,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734080205,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734080205,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734080205,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734080205,NULL,'enableasyncbackup','0',NULL),(217,0,1734080205,'backup','backup_async_message_users','0',NULL),(218,0,1734080205,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734080206,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734080206,NULL,'grade_profilereport','user',NULL),(221,0,1734080206,NULL,'grade_aggregationposition','1',NULL),(222,0,1734080206,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734080206,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734080206,NULL,'gradepublishing','0',NULL),(225,0,1734080206,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734080206,NULL,'grade_export_displaytype','1',NULL),(227,0,1734080206,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734080206,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734080206,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734080206,NULL,'recovergradesdefault','0',NULL),(231,0,1734080206,NULL,'gradeexport','',NULL),(232,0,1734080206,NULL,'unlimitedgrades','0',NULL),(233,0,1734080206,NULL,'grade_report_showmin','1',NULL),(234,0,1734080206,NULL,'gradepointmax','100',NULL),(235,0,1734080206,NULL,'gradepointdefault','100',NULL),(236,0,1734080206,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734080206,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734080206,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734080206,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734080206,NULL,'grade_aggregation','13',NULL),(241,0,1734080206,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734080206,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734080206,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734080206,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734080206,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734080206,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734080206,NULL,'grade_keephigh','0',NULL),(248,0,1734080206,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734080206,NULL,'grade_droplow','0',NULL),(250,0,1734080206,NULL,'grade_droplow_flag','2',NULL),(251,0,1734080206,NULL,'grade_overridecat','1',NULL),(252,0,1734080206,NULL,'grade_displaytype','1',NULL),(253,0,1734080206,NULL,'grade_decimalpoints','2',NULL),(254,0,1734080206,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734080206,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734080206,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734080206,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734080206,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734080206,NULL,'grade_report_meanselection','1',NULL),(260,0,1734080206,NULL,'grade_report_enableajax','0',NULL),(261,0,1734080206,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734080206,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734080206,NULL,'grade_report_showaverages','1',NULL),(264,0,1734080206,NULL,'grade_report_showlocks','0',NULL),(265,0,1734080206,NULL,'grade_report_showranges','0',NULL),(266,0,1734080206,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734080206,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734080206,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734080206,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734080206,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734080206,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734080206,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734080206,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734080206,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734080206,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734080206,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734080206,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734080206,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734080206,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734080206,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734080206,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734080206,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734080207,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734080207,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734080207,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734080207,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734080207,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734080207,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734080207,'analytics','modeinstruction','',NULL),(290,0,1734080207,'analytics','percentonline','0',NULL),(291,0,1734080207,'analytics','typeinstitution','',NULL),(292,0,1734080207,'analytics','levelinstitution','',NULL),(293,0,1734080207,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734080207,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734080207,'analytics','modeloutputdir','',NULL),(296,0,1734080207,'analytics','onlycli','1',NULL),(297,0,1734080207,'analytics','modeltimelimit','1200',NULL),(298,0,1734080207,'analytics','calclifetime','35',NULL),(299,0,1734080207,NULL,'badges_defaultissuername','',NULL),(300,0,1734080207,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734080207,NULL,'badges_badgesalt','badges1734080173',NULL),(302,0,1734080207,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734080207,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734080207,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734080207,NULL,'timezone','Australia/Perth',NULL),(306,0,1734080208,NULL,'forcetimezone','99',NULL),(307,0,1734080208,NULL,'country','0',NULL),(308,0,1734080208,NULL,'defaultcity','',NULL),(309,0,1734080208,NULL,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734080208,NULL,'googlemapkey3','',NULL),(311,0,1734080208,NULL,'allcountrycodes','',NULL),(312,0,1734080208,NULL,'autolang','1',NULL),(313,0,1734080208,NULL,'lang','en',NULL),(314,0,1734080208,NULL,'autolangusercreation','1',NULL),(315,0,1734080208,NULL,'langmenu','1',NULL),(316,0,1734080208,NULL,'langlist','',NULL),(317,0,1734080208,NULL,'langcache','1',NULL),(318,0,1734080208,NULL,'langstringcache','1',NULL),(319,0,1734080208,NULL,'locale','',NULL),(320,0,1734080208,NULL,'latinexcelexport','0',NULL),(321,0,1734080208,NULL,'messagingallusers','0',NULL),(322,0,1734080208,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734080208,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734080208,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734080208,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734080208,NULL,'requiremodintro','0',NULL),(327,0,1734080208,'antivirus','notifyemail','',NULL),(328,0,1734080208,'antivirus','notifylevel','2',NULL),(329,0,1734080208,'antivirus','threshold','1200',NULL),(330,0,1734080208,'antivirus','enablequarantine','0',NULL),(331,0,1734080208,'antivirus','quarantinetime','2419200',NULL),(332,0,1734080208,NULL,'registerauth','',NULL),(333,0,1734080208,NULL,'authloginviaemail','0',NULL),(334,0,1734080208,NULL,'allowaccountssameemail','0',NULL),(335,0,1734080208,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734080208,NULL,'loginpageautofocus','0',NULL),(337,0,1734080208,NULL,'guestloginbutton','1',NULL),(338,0,1734080208,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734080208,NULL,'alternateloginurl','',NULL),(340,0,1734080208,NULL,'forgottenpasswordurl','',NULL),(341,0,1734080208,NULL,'auth_instructions','',NULL),(342,0,1734080208,NULL,'allowemailaddresses','',NULL),(343,0,1734080208,NULL,'denyemailaddresses','',NULL),(344,0,1734080208,NULL,'verifychangedemail','1',NULL),(345,0,1734080208,NULL,'recaptchapublickey','',NULL),(346,0,1734080208,NULL,'recaptchaprivatekey','',NULL),(347,0,1734080208,'cachestore_apcu','testperformance','0',NULL),(348,0,1734080208,'cachestore_memcached','testservers','',NULL),(349,0,1734080208,'cachestore_mongodb','testserver','',NULL),(350,0,1734080208,'cachestore_redis','test_server','',NULL),(351,0,1734080208,'cachestore_redis','test_password','',NULL),(352,0,1734080208,'cachestore_redis','test_serializer','1',NULL),(353,0,1734080208,'cachestore_redis','test_ttl','0',NULL),(354,0,1734080209,NULL,'filteruploadedfiles','0',NULL),(355,0,1734080209,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734080209,NULL,'filtermatchonepertext','0',NULL),(357,0,1734080209,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734080209,NULL,'media_default_width','640',NULL),(359,0,1734080209,NULL,'media_default_height','360',NULL),(360,0,1734080209,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734080209,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734080209,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734080209,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734080209,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734080209,'question_preview','correctness','1',NULL),(366,0,1734080209,'question_preview','marks','2',NULL),(367,0,1734080209,'question_preview','markdp','2',NULL),(368,0,1734080209,'question_preview','feedback','1',NULL),(369,0,1734080209,'question_preview','generalfeedback','1',NULL),(370,0,1734080209,'question_preview','rightanswer','1',NULL),(371,0,1734080209,'question_preview','history','0',NULL),(372,0,1734080209,NULL,'repositorycacheexpire','120',NULL),(373,0,1734080209,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734080209,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734080209,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734080209,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734080209,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734080209,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734080209,NULL,'searchengine','simpledb',NULL),(380,0,1734080209,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734080209,NULL,'searchindextime','600',NULL),(382,0,1734080209,NULL,'searchallavailablecourses','0',NULL),(383,0,1734080209,NULL,'searchincludeallcourses','0',NULL),(384,0,1734080209,NULL,'searchenablecategories','0',NULL),(385,0,1734080209,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734080209,NULL,'searchhideallcategory','0',NULL),(387,0,1734080209,NULL,'searchmaxtopresults','3',NULL),(388,0,1734080209,NULL,'searchteacherroles','',NULL),(389,0,1734080209,NULL,'searchenginequeryonly','',NULL),(390,0,1734080209,NULL,'searchbannerenable','0',NULL),(391,0,1734080209,NULL,'searchbanner','',NULL),(392,0,1734080209,NULL,'allowbeforeblock','0',NULL),(393,0,1734080209,NULL,'allowedip','',NULL),(394,0,1734080209,NULL,'blockedip','',NULL),(395,0,1734080209,NULL,'protectusernames','1',NULL),(396,0,1734080209,NULL,'forcelogin','0',NULL),(397,0,1734080209,NULL,'forceloginforprofiles','1',NULL),(398,0,1734080209,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734080209,NULL,'opentowebcrawlers','0',NULL),(400,0,1734080209,NULL,'allowindexing','0',NULL),(401,0,1734080209,NULL,'maxbytes','0',NULL),(402,0,1734080209,NULL,'userquota','104857600',NULL),(403,0,1734080209,NULL,'allowobjectembed','0',NULL),(404,0,1734080209,NULL,'enabletrusttext','0',NULL),(405,0,1734080209,NULL,'maxeditingtime','1800',NULL),(406,0,1734080209,NULL,'extendedusernamechars','0',NULL),(407,0,1734080209,NULL,'keeptagnamecase','1',NULL),(408,0,1734080209,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734080209,NULL,'cronclionly','1',NULL),(410,0,1734080209,NULL,'cronremotepassword','',NULL),(411,0,1734080209,'tool_task','enablerunnow','1',NULL),(412,0,1734080209,NULL,'lockoutthreshold','0',NULL),(413,0,1734080209,NULL,'lockoutwindow','1800',NULL),(414,0,1734080209,NULL,'lockoutduration','1800',NULL),(415,0,1734080210,NULL,'passwordpolicy','1',NULL),(416,0,1734080210,NULL,'minpasswordlength','8',NULL),(417,0,1734080210,NULL,'minpassworddigits','1',NULL),(418,0,1734080210,NULL,'minpasswordlower','1',NULL),(419,0,1734080210,NULL,'minpasswordupper','1',NULL),(420,0,1734080210,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734080210,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734080210,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734080210,NULL,'passwordreuselimit','0',NULL),(424,0,1734080210,NULL,'pwresettime','1800',NULL),(425,0,1734080210,NULL,'passwordchangelogout','0',NULL),(426,0,1734080210,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734080210,NULL,'tokenduration','7257600',NULL),(428,0,1734080210,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734080210,NULL,'disableuserimages','0',NULL),(430,0,1734080210,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734080210,NULL,'rememberusername','2',NULL),(432,0,1734080210,NULL,'strictformsrequired','0',NULL),(433,0,1734080210,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734080210,NULL,'cookiesecure','1',NULL),(435,0,1734080210,NULL,'cookiehttponly','0',NULL),(436,0,1734080210,NULL,'allowframembedding','0',NULL),(437,0,1734080210,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734080210,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734080210,NULL,'referrerpolicy','default',NULL),(440,0,1734080210,NULL,'displayloginfailures','0',NULL),(441,0,1734080210,NULL,'notifyloginfailures','',NULL),(442,0,1734080210,NULL,'notifyloginthreshold','10',NULL),(443,0,1734080210,NULL,'themelist','',NULL),(444,0,1734080210,NULL,'themedesignermode','0',NULL),(445,0,1734080210,NULL,'allowuserthemes','0',NULL),(446,0,1734080210,NULL,'allowcoursethemes','0',NULL),(447,0,1734080210,NULL,'allowcategorythemes','0',NULL),(448,0,1734080210,NULL,'allowcohortthemes','0',NULL),(449,0,1734080210,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734080210,NULL,'allowuserblockhiding','1',NULL),(451,0,1734080210,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734080210,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734080210,NULL,'custommenuitems','',NULL),(454,0,1734080210,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),(455,0,1734080210,NULL,'enabledevicedetection','1',NULL),(456,0,1734080210,NULL,'devicedetectregex','[]',NULL),(457,0,1734080210,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734080210,'theme_boost','preset','default.scss',NULL),(459,0,1734080210,'theme_boost','presetfiles','',NULL),(460,0,1734080210,'theme_boost','backgroundimage','',NULL),(461,0,1734080210,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734080210,'theme_boost','brandcolor','',NULL),(463,0,1734080210,'theme_boost','scsspre','',NULL),(464,0,1734080210,'theme_boost','scss','',NULL),(465,0,1734080210,'theme_classic','navbardark','0',NULL),(466,0,1734080210,'theme_classic','unaddableblocks','',NULL),(467,0,1734080210,'theme_classic','preset','default.scss',NULL),(468,0,1734080210,'theme_classic','presetfiles','',NULL),(469,0,1734080210,'theme_classic','backgroundimage','',NULL),(470,0,1734080210,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734080210,'theme_classic','brandcolor','',NULL),(472,0,1734080210,'theme_classic','scsspre','',NULL),(473,0,1734080210,'theme_classic','scss','',NULL),(474,0,1734080210,'core_admin','logo','',NULL),(475,0,1734080210,'core_admin','logocompact','',NULL),(476,0,1734080210,'core_admin','favicon','',NULL),(477,0,1734080211,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734080211,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734080211,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734080211,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734080211,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734080211,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734080211,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734080211,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734080211,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734080211,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734080211,NULL,'calendartype','gregorian',NULL),(488,0,1734080211,NULL,'calendar_adminseesall','0',NULL),(489,0,1734080211,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734080211,NULL,'calendar_startwday','1',NULL),(491,0,1734080211,NULL,'calendar_weekend','65',NULL),(492,0,1734080211,NULL,'calendar_lookahead','21',NULL),(493,0,1734080211,NULL,'calendar_maxevents','10',NULL),(494,0,1734080211,NULL,'enablecalendarexport','1',NULL),(495,0,1734080211,NULL,'calendar_customexport','1',NULL),(496,0,1734080211,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734080211,NULL,'calendar_exportlookback','5',NULL),(498,0,1734080211,NULL,'calendar_exportsalt','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK',NULL),(499,0,1734080211,NULL,'calendar_showicalsource','1',NULL),(500,0,1734080211,NULL,'useblogassociations','1',NULL),(501,0,1734080211,NULL,'bloglevel','4',NULL),(502,0,1734080211,NULL,'useexternalblogs','1',NULL),(503,0,1734080211,NULL,'externalblogcrontime','86400',NULL),(504,0,1734080211,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734080211,NULL,'blogusecomments','1',NULL),(506,0,1734080211,NULL,'blogshowcommentscount','1',NULL),(507,0,1734080211,NULL,'enabledashboard','1',NULL),(508,0,1734080211,NULL,'defaulthomepage','3',NULL),(509,0,1734080211,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734080211,NULL,'navshowcategories','1',NULL),(511,0,1734080211,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734080211,NULL,'navshowallcourses','0',NULL),(513,0,1734080211,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734080211,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734080211,NULL,'navcourselimit','10',NULL),(516,0,1734080211,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734080211,NULL,'linkadmincategories','1',NULL),(518,0,1734080211,NULL,'linkcoursesections','1',NULL),(519,0,1734080211,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734080211,NULL,'navadduserpostslinks','1',NULL),(521,0,1734080211,NULL,'sitenameintitle','shortname',NULL),(522,0,1734080211,NULL,'formatstringstriptags','1',NULL),(523,0,1734080211,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),(524,0,1734080211,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734080211,NULL,'doclang','',NULL),(526,0,1734080211,NULL,'doctonewwindow','0',NULL),(527,0,1734080211,NULL,'coursecontactduplicates','0',NULL),(528,0,1734080211,NULL,'courselistshortnames','0',NULL),(529,0,1734080211,NULL,'coursesperpage','20',NULL),(530,0,1734080211,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734080211,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734080211,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734080211,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734080211,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734080211,NULL,'useexternalyui','0',NULL),(536,0,1734080211,NULL,'yuicomboloading','1',NULL),(537,0,1734080212,NULL,'cachejs','1',NULL),(538,0,1734080212,NULL,'additionalhtmlhead','',NULL),(539,0,1734080212,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734080212,NULL,'additionalhtmlfooter','',NULL),(541,0,1734080212,NULL,'cachetemplates','1',NULL),(542,0,1734080212,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734080212,NULL,'pathtodu','',NULL),(544,0,1734080212,NULL,'aspellpath','',NULL),(545,0,1734080212,NULL,'pathtodot','',NULL),(546,0,1734080212,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734080212,NULL,'pathtopdftoppm','',NULL),(548,0,1734080212,NULL,'pathtopython','',NULL),(549,0,1734080212,NULL,'supportname','Admin User',NULL),(550,0,1734080212,NULL,'supportpage','',NULL),(551,0,1734080212,NULL,'supportavailability','1',NULL),(552,0,1734080212,NULL,'dbsessions','0',NULL),(553,0,1734080212,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734080212,NULL,'sessioncookie','',NULL),(555,0,1734080212,NULL,'sessioncookiepath','',NULL),(556,0,1734080212,NULL,'sessioncookiedomain','',NULL),(557,0,1734080212,NULL,'statsfirstrun','none',NULL),(558,0,1734080212,NULL,'statsmaxruntime','0',NULL),(559,0,1734080212,NULL,'statsruntimedays','31',NULL),(560,0,1734080212,NULL,'statsuserthreshold','0',NULL),(561,0,1734080212,NULL,'slasharguments','1',NULL),(562,0,1734080212,NULL,'getremoteaddrconf','3',NULL),(563,0,1734080212,NULL,'reverseproxyignore','',NULL),(564,0,1734080212,NULL,'proxyhost','',NULL),(565,0,1734080212,NULL,'proxyport','0',NULL),(566,0,1734080212,NULL,'proxytype','HTTP',NULL),(567,0,1734080212,NULL,'proxyuser','',NULL),(568,0,1734080212,NULL,'proxypassword','',NULL),(569,0,1734080212,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734080212,NULL,'proxylogunsafe','0',NULL),(571,0,1734080212,NULL,'proxyfixunsafe','0',NULL),(572,0,1734080212,NULL,'maintenance_enabled','0',NULL),(573,0,1734080212,NULL,'maintenance_message','',NULL),(574,0,1734080212,NULL,'deleteunconfirmed','168',NULL),(575,0,1734080212,NULL,'deleteincompleteusers','0',NULL),(576,0,1734080212,NULL,'disablegradehistory','0',NULL),(577,0,1734080212,NULL,'gradehistorylifetime','0',NULL),(578,0,1734080212,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734080212,NULL,'filescleanupperiod','86400',NULL),(580,0,1734080212,NULL,'extramemorylimit','512M',NULL),(581,0,1734080212,NULL,'maxtimelimit','0',NULL),(582,0,1734080212,NULL,'curlcache','120',NULL),(583,0,1734080212,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734080212,NULL,'cron_enabled','1',NULL),(585,0,1734080212,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734080212,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734080212,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734080212,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734080213,NULL,'task_logmode','1',NULL),(590,0,1734080213,NULL,'task_logtostdout','1',NULL),(591,0,1734080213,NULL,'task_logretention','2419200',NULL),(592,0,1734080213,NULL,'task_logretainruns','20',NULL),(593,0,1734080213,NULL,'smtphosts','',NULL),(594,0,1734080213,NULL,'smtpsecure','',NULL),(595,0,1734080213,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734080213,NULL,'smtpuser','',NULL),(597,0,1734080213,NULL,'smtppass','',NULL),(598,0,1734080213,NULL,'smtpmaxbulk','1',NULL),(599,0,1734080213,NULL,'noreplyaddress','noreply@www.example.com',NULL),(600,0,1734080213,NULL,'allowedemaildomains','',NULL),(601,0,1734080213,NULL,'divertallemailsto','',NULL),(602,0,1734080213,NULL,'divertallemailsexcept','',NULL),(603,0,1734080213,NULL,'emaildkimselector','',NULL),(604,0,1734080213,NULL,'sitemailcharset','0',NULL),(605,0,1734080213,NULL,'allowusermailcharset','0',NULL),(606,0,1734080213,NULL,'allowattachments','1',NULL),(607,0,1734080213,NULL,'mailnewline','LF',NULL),(608,0,1734080213,NULL,'emailfromvia','1',NULL),(609,0,1734080213,NULL,'emailsubjectprefix','',NULL),(610,0,1734080213,NULL,'emailheaders','',NULL),(611,0,1734080213,NULL,'updateautocheck','1',NULL),(612,0,1734080213,NULL,'updateminmaturity','200',NULL),(613,0,1734080213,NULL,'updatenotifybuilds','0',NULL),(614,0,1734080213,NULL,'enablewsdocumentation','0',NULL),(615,0,1734080213,NULL,'customreportslimit','0',NULL),(616,0,1734080213,NULL,'customreportsliveediting','1',NULL),(617,0,1734080213,NULL,'dndallowtextandlinks','0',NULL),(618,0,1734080213,NULL,'pathtosassc','',NULL),(619,0,1734080213,NULL,'contextlocking','0',NULL),(620,0,1734080213,NULL,'contextlockappliestoadmin','1',NULL),(621,0,1734080213,NULL,'forceclean','0',NULL),(622,0,1734080213,NULL,'enablecourserelativedates','0',NULL),(623,0,1734080213,NULL,'debug','0','32767'),(624,0,1734080213,NULL,'debugdisplay','0','1'),(625,0,1734080213,NULL,'perfdebug','7',NULL),(626,0,1734080213,NULL,'debugstringids','0',NULL),(627,0,1734080213,NULL,'debugsqltrace','0',NULL),(628,0,1734080213,NULL,'debugvalidators','0',NULL),(629,0,1734080213,NULL,'debugpageinfo','0',NULL),(630,0,1734080213,NULL,'profilingenabled','0',NULL),(631,0,1734080213,NULL,'profilingincluded','',NULL),(632,0,1734080213,NULL,'profilingexcluded','',NULL),(633,0,1734080213,NULL,'profilingautofrec','0',NULL),(634,0,1734080213,NULL,'profilingallowme','0',NULL),(635,0,1734080213,NULL,'profilingallowall','0',NULL),(636,0,1734080213,NULL,'profilingslow','0',NULL),(637,0,1734080213,NULL,'profilinglifetime','1440',NULL),(638,0,1734080213,NULL,'profilingimportprefix','(I)',NULL),(639,0,1734080219,'core_competency','pushcourseratingstouserplans','1',NULL),(640,0,1734080221,NULL,'calendar_exportsalt','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK'),(641,0,1734080221,NULL,'defaulthomepage','1','3'),(642,0,1734080221,NULL,'allowguestmymoodle','1',NULL),(643,0,1734080221,NULL,'pathtophp','','/usr/local/bin/php'),(644,0,1734080222,NULL,'debug','0','32767'),(645,0,1734080222,NULL,'debugdisplay','0','1'),(646,0,1734080229,NULL,'calendar_exportsalt','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL'),(647,0,1734080229,NULL,'pathtophp','','/usr/local/bin/php'),(648,0,1734080230,NULL,'debug','0','32767'),(649,0,1734080230,NULL,'debugdisplay','0','1'),(650,0,1734080307,'activitynames','filter_active','1',''),(651,0,1734080307,'core_filter','order','activitynames','activitynames'),(652,0,1734080307,'displayh5p','filter_active','1',''),(653,0,1734080307,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(654,0,1734080308,'emoticon','filter_active','1',''),(655,0,1734080308,'mathjaxloader','filter_active','1',''),(656,0,1734080308,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(657,0,1734080308,'mediaplugin','filter_active','1',''),(658,0,1734080309,'urltolink','filter_active','1',''),(659,0,1734080309,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(660,0,1734080309,'tiny','editor_visibility','1','0'),(661,2,1734080384,NULL,'enableaccessibilitytools','1',NULL),(662,2,1734080384,'tool_moodlenet','enablemoodlenet','1',NULL),(663,2,1734080384,NULL,'notloggedinroleid','6',NULL),(664,2,1734080384,NULL,'guestroleid','6',NULL),(665,2,1734080384,NULL,'defaultuserroleid','7',NULL),(666,2,1734080384,NULL,'creatornewroleid','3',NULL),(667,2,1734080384,NULL,'restorernewroleid','3',NULL),(668,2,1734080384,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(669,2,1734080384,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(670,2,1734080384,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(671,2,1734080384,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(672,2,1734080384,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(673,2,1734080384,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(674,2,1734080384,'tool_dataprivacy','showdataretentionsummary','1',NULL),(675,2,1734080384,'tool_log','exportlog','1',NULL),(676,2,1734080384,NULL,'sitepolicyhandler','',NULL),(677,2,1734080385,NULL,'gradebookroles','5',NULL),(678,2,1734080385,'analytics','logstore','logstore_standard',NULL),(679,2,1734080385,NULL,'h5plibraryhandler','h5plib_v124',NULL),(680,2,1734080386,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(681,2,1734080386,NULL,'airnotifierport','443',NULL),(682,2,1734080386,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(683,2,1734080386,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(684,2,1734080386,NULL,'airnotifieraccesskey','',NULL),(685,2,1734080386,'message_airnotifier','encryptnotifications','0',NULL),(686,2,1734080386,'message_airnotifier','encryptprocessing','0',NULL),(687,2,1734080386,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(688,2,1734080386,'assign','showrecentsubmissions','0',NULL),(689,2,1734080386,'assign','submissionreceipts','1',NULL),(690,2,1734080386,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(691,2,1734080386,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(692,2,1734080386,'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),(693,2,1734080386,'assign','maxperpage','-1',NULL),(694,2,1734080386,'assign','alwaysshowdescription','1',NULL),(695,2,1734080386,'assign','alwaysshowdescription_adv','',NULL),(696,2,1734080387,'assign','alwaysshowdescription_locked','',NULL),(697,2,1734080387,'assign','allowsubmissionsfromdate','0',NULL),(698,2,1734080387,'assign','allowsubmissionsfromdate_enabled','1',NULL),(699,2,1734080387,'assign','allowsubmissionsfromdate_adv','',NULL),(700,2,1734080387,'assign','duedate','604800',NULL),(701,2,1734080387,'assign','duedate_enabled','1',NULL),(702,2,1734080387,'assign','duedate_adv','',NULL),(703,2,1734080387,'assign','cutoffdate','1209600',NULL),(704,2,1734080387,'assign','cutoffdate_enabled','',NULL),(705,2,1734080387,'assign','cutoffdate_adv','',NULL),(706,2,1734080387,'assign','enabletimelimit','0',NULL),(707,2,1734080387,'assign','gradingduedate','1209600',NULL),(708,2,1734080387,'assign','gradingduedate_enabled','1',NULL),(709,2,1734080387,'assign','gradingduedate_adv','',NULL),(710,2,1734080387,'assign','submissiondrafts','0',NULL),(711,2,1734080387,'assign','submissiondrafts_adv','',NULL),(712,2,1734080387,'assign','submissiondrafts_locked','',NULL),(713,2,1734080387,'assign','requiresubmissionstatement','0',NULL),(714,2,1734080387,'assign','requiresubmissionstatement_adv','',NULL),(715,2,1734080387,'assign','requiresubmissionstatement_locked','',NULL),(716,2,1734080387,'assign','attemptreopenmethod','none',NULL),(717,2,1734080387,'assign','attemptreopenmethod_adv','',NULL),(718,2,1734080387,'assign','attemptreopenmethod_locked','',NULL),(719,2,1734080387,'assign','maxattempts','-1',NULL),(720,2,1734080387,'assign','maxattempts_adv','',NULL),(721,2,1734080387,'assign','maxattempts_locked','',NULL),(722,2,1734080387,'assign','teamsubmission','0',NULL),(723,2,1734080387,'assign','teamsubmission_adv','',NULL),(724,2,1734080387,'assign','teamsubmission_locked','',NULL),(725,2,1734080387,'assign','preventsubmissionnotingroup','0',NULL),(726,2,1734080387,'assign','preventsubmissionnotingroup_adv','',NULL),(727,2,1734080387,'assign','preventsubmissionnotingroup_locked','',NULL),(728,2,1734080387,'assign','requireallteammemberssubmit','0',NULL),(729,2,1734080387,'assign','requireallteammemberssubmit_adv','',NULL),(730,2,1734080387,'assign','requireallteammemberssubmit_locked','',NULL),(731,2,1734080387,'assign','teamsubmissiongroupingid','',NULL),(732,2,1734080387,'assign','teamsubmissiongroupingid_adv','',NULL),(733,2,1734080387,'assign','sendnotifications','0',NULL),(734,2,1734080387,'assign','sendnotifications_adv','',NULL),(735,2,1734080387,'assign','sendnotifications_locked','',NULL),(736,2,1734080387,'assign','sendlatenotifications','0',NULL),(737,2,1734080387,'assign','sendlatenotifications_adv','',NULL),(738,2,1734080387,'assign','sendlatenotifications_locked','',NULL),(739,2,1734080387,'assign','sendstudentnotifications','1',NULL),(740,2,1734080387,'assign','sendstudentnotifications_adv','',NULL),(741,2,1734080387,'assign','sendstudentnotifications_locked','',NULL),(742,2,1734080387,'assign','blindmarking','0',NULL),(743,2,1734080387,'assign','blindmarking_adv','',NULL),(744,2,1734080387,'assign','blindmarking_locked','',NULL),(745,2,1734080387,'assign','hidegrader','0',NULL),(746,2,1734080387,'assign','hidegrader_adv','',NULL),(747,2,1734080387,'assign','hidegrader_locked','',NULL),(748,2,1734080387,'assign','markingworkflow','0',NULL),(749,2,1734080387,'assign','markingworkflow_adv','',NULL),(750,2,1734080387,'assign','markingworkflow_locked','',NULL),(751,2,1734080387,'assign','markingallocation','0',NULL),(752,2,1734080387,'assign','markingallocation_adv','',NULL),(753,2,1734080387,'assign','markingallocation_locked','',NULL),(754,2,1734080387,'assignsubmission_file','default','1',NULL),(755,2,1734080387,'assignsubmission_file','maxfiles','20',NULL),(756,2,1734080387,'assignsubmission_file','filetypes','',NULL),(757,2,1734080387,'assignsubmission_file','maxbytes','0',NULL),(758,2,1734080388,'assignsubmission_onlinetext','default','0',NULL),(759,2,1734080388,'assignfeedback_comments','default','1',NULL),(760,2,1734080388,'assignfeedback_comments','inline','0',NULL),(761,2,1734080388,'assignfeedback_comments','inline_adv','',NULL),(762,2,1734080388,'assignfeedback_comments','inline_locked','',NULL),(763,2,1734080388,'assignfeedback_editpdf','default','1',NULL),(764,2,1734080388,'assignfeedback_editpdf','stamps','',NULL),(765,2,1734080388,'assignfeedback_file','default','0',NULL),(766,2,1734080388,'assignfeedback_offline','default','0',NULL),(767,2,1734080388,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(768,2,1734080388,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(769,2,1734080388,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(770,2,1734080388,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(771,2,1734080388,NULL,'bigbluebuttonbn_welcome_default','',NULL),(772,2,1734080388,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(773,2,1734080388,NULL,'bigbluebuttonbn_recording_default','1',NULL),(774,2,1734080388,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(775,2,1734080388,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(776,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(777,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(778,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(779,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(780,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(781,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(782,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(783,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(784,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(785,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(786,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(787,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(788,2,1734080388,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(789,2,1734080388,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(790,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(791,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(792,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(793,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(794,2,1734080388,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(795,2,1734080389,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(796,2,1734080389,'mod_bigbluebuttonbn','presentationdefault','',NULL),(797,2,1734080389,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(798,2,1734080389,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(799,2,1734080389,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(800,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(801,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(802,2,1734080389,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(803,2,1734080389,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(804,2,1734080389,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(805,2,1734080389,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(806,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(807,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(808,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(809,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(810,2,1734080389,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(811,2,1734080389,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(812,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(813,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(814,2,1734080389,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(815,2,1734080389,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(816,2,1734080389,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(817,2,1734080389,'book','numberingoptions','0,1,2,3',NULL),(818,2,1734080389,'book','numbering','1',NULL),(819,2,1734080389,NULL,'chat_method','ajax',NULL),(820,2,1734080389,NULL,'chat_refresh_userlist','10',NULL),(821,2,1734080389,NULL,'chat_old_ping','35',NULL),(822,2,1734080389,NULL,'chat_refresh_room','5',NULL),(823,2,1734080389,NULL,'chat_normal_updatemode','jsupdate',NULL),(824,2,1734080389,NULL,'chat_serverhost','www.example.com',NULL),(825,2,1734080389,NULL,'chat_serverip','127.0.0.1',NULL),(826,2,1734080389,NULL,'chat_serverport','9111',NULL),(827,2,1734080389,NULL,'chat_servermax','100',NULL),(828,2,1734080389,NULL,'data_enablerssfeeds','0',NULL),(829,2,1734080389,NULL,'feedback_allowfullanonymous','0',NULL),(830,2,1734080389,'resource','framesize','130',NULL),(831,2,1734080389,'resource','displayoptions','0,1,4,5,6',NULL),(832,2,1734080389,'resource','printintro','1',NULL),(833,2,1734080389,'resource','display','0',NULL),(834,2,1734080389,'resource','showsize','0',NULL),(835,2,1734080389,'resource','showtype','0',NULL),(836,2,1734080389,'resource','showdate','0',NULL),(837,2,1734080389,'resource','popupwidth','620',NULL),(838,2,1734080389,'resource','popupheight','450',NULL),(839,2,1734080389,'resource','filterfiles','0',NULL),(840,2,1734080390,'folder','showexpanded','1',NULL),(841,2,1734080390,'folder','maxsizetodownload','0',NULL),(842,2,1734080390,NULL,'forum_displaymode','3',NULL),(843,2,1734080390,NULL,'forum_shortpost','300',NULL),(844,2,1734080390,NULL,'forum_longpost','600',NULL),(845,2,1734080390,NULL,'forum_manydiscussions','100',NULL),(846,2,1734080390,NULL,'forum_maxbytes','512000',NULL),(847,2,1734080390,NULL,'forum_maxattachments','9',NULL),(848,2,1734080390,NULL,'forum_subscription','0',NULL),(849,2,1734080390,NULL,'forum_trackingtype','1',NULL),(850,2,1734080390,NULL,'forum_trackreadposts','1',NULL),(851,2,1734080390,NULL,'forum_allowforcedreadtracking','0',NULL),(852,2,1734080390,NULL,'forum_oldpostdays','14',NULL),(853,2,1734080390,NULL,'forum_usermarksread','0',NULL),(854,2,1734080390,NULL,'forum_cleanreadtime','2',NULL),(855,2,1734080390,NULL,'digestmailtime','17',NULL),(856,2,1734080390,NULL,'forum_enablerssfeeds','0',NULL),(857,2,1734080390,NULL,'forum_enabletimedposts','1',NULL),(858,2,1734080390,NULL,'glossary_entbypage','10',NULL),(859,2,1734080390,NULL,'glossary_dupentries','0',NULL),(860,2,1734080390,NULL,'glossary_allowcomments','0',NULL),(861,2,1734080390,NULL,'glossary_linkbydefault','1',NULL),(862,2,1734080390,NULL,'glossary_defaultapproval','1',NULL),(863,2,1734080390,NULL,'glossary_enablerssfeeds','0',NULL),(864,2,1734080390,NULL,'glossary_linkentries','0',NULL),(865,2,1734080390,NULL,'glossary_casesensitive','0',NULL),(866,2,1734080390,NULL,'glossary_fullmatch','0',NULL),(867,2,1734080390,'imscp','keepold','1',NULL),(868,2,1734080390,'imscp','keepold_adv','',NULL),(869,2,1734080390,'mod_lesson','mediafile','',NULL),(870,2,1734080390,'mod_lesson','mediafile_adv','1',NULL),(871,2,1734080390,'mod_lesson','mediawidth','640',NULL),(872,2,1734080390,'mod_lesson','mediaheight','480',NULL),(873,2,1734080390,'mod_lesson','mediaclose','0',NULL),(874,2,1734080390,'mod_lesson','progressbar','0',NULL),(875,2,1734080390,'mod_lesson','progressbar_adv','',NULL),(876,2,1734080390,'mod_lesson','ongoing','0',NULL),(877,2,1734080390,'mod_lesson','ongoing_adv','1',NULL),(878,2,1734080390,'mod_lesson','displayleftmenu','0',NULL),(879,2,1734080390,'mod_lesson','displayleftmenu_adv','',NULL),(880,2,1734080390,'mod_lesson','displayleftif','0',NULL),(881,2,1734080390,'mod_lesson','displayleftif_adv','1',NULL),(882,2,1734080390,'mod_lesson','slideshow','0',NULL),(883,2,1734080390,'mod_lesson','slideshow_adv','1',NULL),(884,2,1734080390,'mod_lesson','slideshowwidth','640',NULL),(885,2,1734080390,'mod_lesson','slideshowheight','480',NULL),(886,2,1734080390,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(887,2,1734080390,'mod_lesson','maxanswers','5',NULL),(888,2,1734080390,'mod_lesson','maxanswers_adv','1',NULL),(889,2,1734080390,'mod_lesson','defaultfeedback','0',NULL),(890,2,1734080390,'mod_lesson','defaultfeedback_adv','1',NULL),(891,2,1734080390,'mod_lesson','activitylink','',NULL),(892,2,1734080390,'mod_lesson','activitylink_adv','1',NULL),(893,2,1734080390,'mod_lesson','timelimit','0',NULL),(894,2,1734080390,'mod_lesson','timelimit_adv','',NULL),(895,2,1734080391,'mod_lesson','password','0',NULL),(896,2,1734080391,'mod_lesson','password_adv','1',NULL),(897,2,1734080391,'mod_lesson','modattempts','0',NULL),(898,2,1734080391,'mod_lesson','modattempts_adv','',NULL),(899,2,1734080391,'mod_lesson','displayreview','0',NULL),(900,2,1734080391,'mod_lesson','displayreview_adv','',NULL),(901,2,1734080391,'mod_lesson','maximumnumberofattempts','1',NULL),(902,2,1734080391,'mod_lesson','maximumnumberofattempts_adv','',NULL),(903,2,1734080391,'mod_lesson','defaultnextpage','0',NULL),(904,2,1734080391,'mod_lesson','defaultnextpage_adv','1',NULL),(905,2,1734080391,'mod_lesson','numberofpagestoshow','1',NULL),(906,2,1734080391,'mod_lesson','numberofpagestoshow_adv','1',NULL),(907,2,1734080391,'mod_lesson','practice','0',NULL),(908,2,1734080391,'mod_lesson','practice_adv','',NULL),(909,2,1734080391,'mod_lesson','customscoring','1',NULL),(910,2,1734080391,'mod_lesson','customscoring_adv','1',NULL),(911,2,1734080391,'mod_lesson','retakesallowed','0',NULL),(912,2,1734080391,'mod_lesson','retakesallowed_adv','',NULL),(913,2,1734080391,'mod_lesson','handlingofretakes','0',NULL),(914,2,1734080391,'mod_lesson','handlingofretakes_adv','1',NULL),(915,2,1734080391,'mod_lesson','minimumnumberofquestions','0',NULL),(916,2,1734080391,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(917,2,1734080391,'page','displayoptions','5',NULL),(918,2,1734080391,'page','printintro','0',NULL),(919,2,1734080391,'page','printlastmodified','1',NULL),(920,2,1734080391,'page','display','5',NULL),(921,2,1734080391,'page','popupwidth','620',NULL),(922,2,1734080391,'page','popupheight','450',NULL),(923,2,1734080391,'quiz','timelimit','0',NULL),(924,2,1734080391,'quiz','timelimit_adv','',NULL),(925,2,1734080391,'quiz','timelimit_locked','',NULL),(926,2,1734080391,'quiz','notifyattemptgradeddelay','18000',NULL),(927,2,1734080391,'quiz','overduehandling','autosubmit',NULL),(928,2,1734080391,'quiz','overduehandling_adv','',NULL),(929,2,1734080391,'quiz','overduehandling_locked','',NULL),(930,2,1734080391,'quiz','graceperiod','86400',NULL),(931,2,1734080391,'quiz','graceperiod_adv','',NULL),(932,2,1734080391,'quiz','graceperiod_locked','',NULL),(933,2,1734080391,'quiz','graceperiodmin','60',NULL),(934,2,1734080391,'quiz','attempts','0',NULL),(935,2,1734080391,'quiz','attempts_adv','',NULL),(936,2,1734080391,'quiz','attempts_locked','',NULL),(937,2,1734080391,'quiz','grademethod','1',NULL),(938,2,1734080391,'quiz','grademethod_adv','',NULL),(939,2,1734080391,'quiz','grademethod_locked','',NULL),(940,2,1734080391,'quiz','maximumgrade','10',NULL),(941,2,1734080391,'quiz','maximumgrade_locked','',NULL),(942,2,1734080391,'quiz','questionsperpage','1',NULL),(943,2,1734080391,'quiz','questionsperpage_adv','',NULL),(944,2,1734080391,'quiz','questionsperpage_locked','',NULL),(945,2,1734080391,'quiz','navmethod','free',NULL),(946,2,1734080391,'quiz','navmethod_adv','1',NULL),(947,2,1734080391,'quiz','navmethod_locked','',NULL),(948,2,1734080391,'quiz','shuffleanswers','1',NULL),(949,2,1734080391,'quiz','shuffleanswers_adv','',NULL),(950,2,1734080391,'quiz','shuffleanswers_locked','',NULL),(951,2,1734080391,'quiz','preferredbehaviour','deferredfeedback',NULL),(952,2,1734080391,'quiz','preferredbehaviour_locked','',NULL),(953,2,1734080391,'quiz','canredoquestions','0',NULL),(954,2,1734080391,'quiz','canredoquestions_adv','1',NULL),(955,2,1734080391,'quiz','canredoquestions_locked','',NULL),(956,2,1734080392,'quiz','attemptonlast','0',NULL),(957,2,1734080392,'quiz','attemptonlast_adv','1',NULL),(958,2,1734080392,'quiz','attemptonlast_locked','',NULL),(959,2,1734080392,'quiz','reviewattempt','69904',NULL),(960,2,1734080392,'quiz','reviewcorrectness','69904',NULL),(961,2,1734080392,'quiz','reviewmarks','69904',NULL),(962,2,1734080392,'quiz','reviewspecificfeedback','69904',NULL),(963,2,1734080392,'quiz','reviewgeneralfeedback','69904',NULL),(964,2,1734080392,'quiz','reviewrightanswer','69904',NULL),(965,2,1734080392,'quiz','reviewoverallfeedback','4368',NULL),(966,2,1734080392,'quiz','showuserpicture','0',NULL),(967,2,1734080392,'quiz','showuserpicture_adv','',NULL),(968,2,1734080392,'quiz','showuserpicture_locked','',NULL),(969,2,1734080392,'quiz','decimalpoints','2',NULL),(970,2,1734080392,'quiz','decimalpoints_adv','',NULL),(971,2,1734080392,'quiz','decimalpoints_locked','',NULL),(972,2,1734080392,'quiz','questiondecimalpoints','-1',NULL),(973,2,1734080392,'quiz','questiondecimalpoints_adv','',NULL),(974,2,1734080392,'quiz','questiondecimalpoints_locked','',NULL),(975,2,1734080392,'quiz','showblocks','0',NULL),(976,2,1734080392,'quiz','showblocks_adv','1',NULL),(977,2,1734080392,'quiz','showblocks_locked','',NULL),(978,2,1734080392,'quiz','quizpassword','',NULL),(979,2,1734080392,'quiz','quizpassword_adv','',NULL),(980,2,1734080392,'quiz','quizpassword_required','',NULL),(981,2,1734080392,'quiz','quizpassword_locked','',NULL),(982,2,1734080392,'quiz','subnet','',NULL),(983,2,1734080392,'quiz','subnet_adv','1',NULL),(984,2,1734080392,'quiz','subnet_locked','',NULL),(985,2,1734080392,'quiz','delay1','0',NULL),(986,2,1734080392,'quiz','delay1_adv','1',NULL),(987,2,1734080392,'quiz','delay1_locked','',NULL),(988,2,1734080392,'quiz','delay2','0',NULL),(989,2,1734080392,'quiz','delay2_adv','1',NULL),(990,2,1734080392,'quiz','delay2_locked','',NULL),(991,2,1734080392,'quiz','browsersecurity','-',NULL),(992,2,1734080392,'quiz','browsersecurity_adv','1',NULL),(993,2,1734080392,'quiz','browsersecurity_locked','',NULL),(994,2,1734080392,'quiz','initialnumfeedbacks','2',NULL),(995,2,1734080392,'quiz','autosaveperiod','60',NULL),(996,2,1734080392,'quiz_statistics','getstatslocktimeout','900',NULL),(997,2,1734080392,'quizaccess_seb','autoreconfigureseb','1',NULL),(998,2,1734080392,'quizaccess_seb','showseblinks','seb,http',NULL),(999,2,1734080392,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1000,2,1734080392,'quizaccess_seb','quizpasswordrequired','0',NULL),(1001,2,1734080392,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1002,2,1734080392,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1003,2,1734080392,'scorm','displaycoursestructure','0',NULL),(1004,2,1734080392,'scorm','displaycoursestructure_adv','',NULL),(1005,2,1734080392,'scorm','popup','0',NULL),(1006,2,1734080392,'scorm','popup_adv','',NULL),(1007,2,1734080392,'scorm','framewidth','100',NULL),(1008,2,1734080392,'scorm','framewidth_adv','1',NULL),(1009,2,1734080392,'scorm','frameheight','500',NULL),(1010,2,1734080392,'scorm','frameheight_adv','1',NULL),(1011,2,1734080392,'scorm','winoptgrp_adv','1',NULL),(1012,2,1734080392,'scorm','scrollbars','0',NULL),(1013,2,1734080392,'scorm','directories','0',NULL),(1014,2,1734080392,'scorm','location','0',NULL),(1015,2,1734080392,'scorm','menubar','0',NULL),(1016,2,1734080392,'scorm','toolbar','0',NULL),(1017,2,1734080393,'scorm','status','0',NULL),(1018,2,1734080393,'scorm','skipview','0',NULL),(1019,2,1734080393,'scorm','skipview_adv','1',NULL),(1020,2,1734080393,'scorm','hidebrowse','0',NULL),(1021,2,1734080393,'scorm','hidebrowse_adv','1',NULL),(1022,2,1734080393,'scorm','hidetoc','0',NULL),(1023,2,1734080393,'scorm','hidetoc_adv','1',NULL),(1024,2,1734080393,'scorm','nav','1',NULL),(1025,2,1734080393,'scorm','nav_adv','1',NULL),(1026,2,1734080393,'scorm','navpositionleft','-100',NULL),(1027,2,1734080393,'scorm','navpositionleft_adv','1',NULL),(1028,2,1734080393,'scorm','navpositiontop','-100',NULL),(1029,2,1734080393,'scorm','navpositiontop_adv','1',NULL),(1030,2,1734080393,'scorm','collapsetocwinsize','767',NULL),(1031,2,1734080393,'scorm','collapsetocwinsize_adv','1',NULL),(1032,2,1734080393,'scorm','displayattemptstatus','1',NULL),(1033,2,1734080393,'scorm','displayattemptstatus_adv','',NULL),(1034,2,1734080393,'scorm','grademethod','1',NULL),(1035,2,1734080393,'scorm','maxgrade','100',NULL),(1036,2,1734080393,'scorm','maxattempt','0',NULL),(1037,2,1734080393,'scorm','whatgrade','0',NULL),(1038,2,1734080393,'scorm','forcecompleted','0',NULL),(1039,2,1734080393,'scorm','forcenewattempt','0',NULL),(1040,2,1734080393,'scorm','autocommit','0',NULL),(1041,2,1734080393,'scorm','masteryoverride','1',NULL),(1042,2,1734080393,'scorm','lastattemptlock','0',NULL),(1043,2,1734080393,'scorm','auto','0',NULL),(1044,2,1734080393,'scorm','updatefreq','0',NULL),(1045,2,1734080393,'scorm','scormstandard','0',NULL),(1046,2,1734080393,'scorm','allowtypeexternal','0',NULL),(1047,2,1734080393,'scorm','allowtypelocalsync','0',NULL),(1048,2,1734080393,'scorm','allowtypeexternalaicc','0',NULL),(1049,2,1734080393,'scorm','allowaicchacp','0',NULL),(1050,2,1734080393,'scorm','aicchacptimeout','30',NULL),(1051,2,1734080393,'scorm','aicchacpkeepsessiondata','1',NULL),(1052,2,1734080393,'scorm','aiccuserid','1',NULL),(1053,2,1734080393,'scorm','forcejavascript','1',NULL),(1054,2,1734080393,'scorm','allowapidebug','0',NULL),(1055,2,1734080393,'scorm','apidebugmask','.*',NULL),(1056,2,1734080393,'scorm','protectpackagedownloads','0',NULL),(1057,2,1734080393,'label','dndmedia','1',NULL),(1058,2,1734080393,'label','dndresizewidth','400',NULL),(1059,2,1734080393,'label','dndresizeheight','400',NULL),(1060,2,1734080393,'url','framesize','130',NULL),(1061,2,1734080393,'url','secretphrase','',NULL),(1062,2,1734080393,'url','rolesinparams','0',NULL),(1063,2,1734080393,'url','displayoptions','0,1,5,6',NULL),(1064,2,1734080393,'url','printintro','1',NULL),(1065,2,1734080393,'url','display','0',NULL),(1066,2,1734080393,'url','popupwidth','620',NULL),(1067,2,1734080393,'url','popupheight','450',NULL),(1068,2,1734080393,'workshop','grade','80',NULL),(1069,2,1734080393,'workshop','gradinggrade','20',NULL),(1070,2,1734080393,'workshop','gradedecimals','0',NULL),(1071,2,1734080393,'workshop','maxbytes','0',NULL),(1072,2,1734080393,'workshop','strategy','accumulative',NULL),(1073,2,1734080393,'workshop','examplesmode','0',NULL),(1074,2,1734080393,'workshopallocation_random','numofreviews','5',NULL),(1075,2,1734080393,'workshopform_numerrors','grade0','No',NULL),(1076,2,1734080393,'workshopform_numerrors','grade1','Yes',NULL),(1077,2,1734080393,'workshopeval_best','comparison','5',NULL),(1078,2,1734080394,'tool_brickfield','analysistype','0',NULL),(1079,2,1734080394,'tool_brickfield','deletehistoricaldata','1',NULL),(1080,2,1734080394,'tool_brickfield','batch','1000',NULL),(1081,2,1734080394,'tool_brickfield','perpage','50',NULL),(1082,2,1734080394,'tool_recyclebin','coursebinenable','1',NULL),(1083,2,1734080394,'tool_recyclebin','coursebinexpiry','604800',NULL),(1084,2,1734080394,'tool_recyclebin','categorybinenable','1',NULL),(1085,2,1734080394,'tool_recyclebin','categorybinexpiry','604800',NULL),(1086,2,1734080394,'tool_recyclebin','autohide','1',NULL),(1087,2,1734080394,'antivirus_clamav','runningmethod','commandline',NULL),(1088,2,1734080394,'antivirus_clamav','pathtoclam','',NULL),(1089,2,1734080394,'antivirus_clamav','pathtounixsocket','',NULL),(1090,2,1734080394,'antivirus_clamav','tcpsockethost','',NULL),(1091,2,1734080394,'antivirus_clamav','tcpsocketport','3310',NULL),(1092,2,1734080394,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1093,2,1734080394,'antivirus_clamav','tries','1',NULL),(1094,2,1734080394,'auth_cas','auth_name','CAS',NULL),(1095,2,1734080394,'auth_cas','auth_logo','',NULL),(1096,2,1734080394,'auth_cas','hostname','',NULL),(1097,2,1734080394,'auth_cas','baseuri','',NULL),(1098,2,1734080394,'auth_cas','port','0',NULL),(1099,2,1734080394,'auth_cas','casversion','2.0',NULL),(1100,2,1734080394,'auth_cas','language','CAS_Languages_English',NULL),(1101,2,1734080394,'auth_cas','proxycas','0',NULL),(1102,2,1734080394,'auth_cas','logoutcas','0',NULL),(1103,2,1734080394,'auth_cas','multiauth','0',NULL),(1104,2,1734080394,'auth_cas','certificate_check','0',NULL),(1105,2,1734080394,'auth_cas','certificate_path','',NULL),(1106,2,1734080394,'auth_cas','curl_ssl_version','',NULL),(1107,2,1734080394,'auth_cas','logout_return_url','',NULL),(1108,2,1734080394,'auth_cas','host_url','',NULL),(1109,2,1734080394,'auth_cas','ldap_version','3',NULL),(1110,2,1734080394,'auth_cas','start_tls','0',NULL),(1111,2,1734080394,'auth_cas','ldapencoding','utf-8',NULL),(1112,2,1734080394,'auth_cas','pagesize','250',NULL),(1113,2,1734080394,'auth_cas','bind_dn','',NULL),(1114,2,1734080394,'auth_cas','bind_pw','',NULL),(1115,2,1734080394,'auth_cas','user_type','default',NULL),(1116,2,1734080394,'auth_cas','contexts','',NULL),(1117,2,1734080394,'auth_cas','search_sub','0',NULL),(1118,2,1734080394,'auth_cas','opt_deref','0',NULL),(1119,2,1734080394,'auth_cas','user_attribute','',NULL),(1120,2,1734080394,'auth_cas','memberattribute','',NULL),(1121,2,1734080394,'auth_cas','memberattribute_isdn','0',NULL),(1122,2,1734080394,'auth_cas','objectclass','',NULL),(1123,2,1734080394,'auth_cas','attrcreators','',NULL),(1124,2,1734080394,'auth_cas','groupecreators','',NULL),(1125,2,1734080394,'auth_cas','removeuser','0',NULL),(1126,2,1734080395,'auth_cas','field_map_firstname','',NULL),(1127,2,1734080395,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1128,2,1734080395,'auth_cas','field_updateremote_firstname','0',NULL),(1129,2,1734080395,'auth_cas','field_lock_firstname','unlocked',NULL),(1130,2,1734080395,'auth_cas','field_map_lastname','',NULL),(1131,2,1734080395,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1132,2,1734080395,'auth_cas','field_updateremote_lastname','0',NULL),(1133,2,1734080395,'auth_cas','field_lock_lastname','unlocked',NULL),(1134,2,1734080395,'auth_cas','field_map_email','',NULL),(1135,2,1734080395,'auth_cas','field_updatelocal_email','oncreate',NULL),(1136,2,1734080395,'auth_cas','field_updateremote_email','0',NULL),(1137,2,1734080395,'auth_cas','field_lock_email','unlocked',NULL),(1138,2,1734080395,'auth_cas','field_map_city','',NULL),(1139,2,1734080395,'auth_cas','field_updatelocal_city','oncreate',NULL),(1140,2,1734080395,'auth_cas','field_updateremote_city','0',NULL),(1141,2,1734080395,'auth_cas','field_lock_city','unlocked',NULL),(1142,2,1734080395,'auth_cas','field_map_country','',NULL),(1143,2,1734080395,'auth_cas','field_updatelocal_country','oncreate',NULL),(1144,2,1734080395,'auth_cas','field_updateremote_country','0',NULL),(1145,2,1734080395,'auth_cas','field_lock_country','unlocked',NULL),(1146,2,1734080395,'auth_cas','field_map_lang','',NULL),(1147,2,1734080395,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1148,2,1734080395,'auth_cas','field_updateremote_lang','0',NULL),(1149,2,1734080395,'auth_cas','field_lock_lang','unlocked',NULL),(1150,2,1734080395,'auth_cas','field_map_description','',NULL),(1151,2,1734080395,'auth_cas','field_updatelocal_description','oncreate',NULL),(1152,2,1734080395,'auth_cas','field_updateremote_description','0',NULL),(1153,2,1734080395,'auth_cas','field_lock_description','unlocked',NULL),(1154,2,1734080395,'auth_cas','field_map_idnumber','',NULL),(1155,2,1734080395,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1156,2,1734080395,'auth_cas','field_updateremote_idnumber','0',NULL),(1157,2,1734080395,'auth_cas','field_lock_idnumber','unlocked',NULL),(1158,2,1734080395,'auth_cas','field_map_institution','',NULL),(1159,2,1734080395,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1160,2,1734080395,'auth_cas','field_updateremote_institution','0',NULL),(1161,2,1734080395,'auth_cas','field_lock_institution','unlocked',NULL),(1162,2,1734080395,'auth_cas','field_map_department','',NULL),(1163,2,1734080395,'auth_cas','field_updatelocal_department','oncreate',NULL),(1164,2,1734080395,'auth_cas','field_updateremote_department','0',NULL),(1165,2,1734080395,'auth_cas','field_lock_department','unlocked',NULL),(1166,2,1734080395,'auth_cas','field_map_phone1','',NULL),(1167,2,1734080395,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1168,2,1734080395,'auth_cas','field_updateremote_phone1','0',NULL),(1169,2,1734080395,'auth_cas','field_lock_phone1','unlocked',NULL),(1170,2,1734080395,'auth_cas','field_map_phone2','',NULL),(1171,2,1734080395,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1172,2,1734080395,'auth_cas','field_updateremote_phone2','0',NULL),(1173,2,1734080395,'auth_cas','field_lock_phone2','unlocked',NULL),(1174,2,1734080395,'auth_cas','field_map_address','',NULL),(1175,2,1734080395,'auth_cas','field_updatelocal_address','oncreate',NULL),(1176,2,1734080395,'auth_cas','field_updateremote_address','0',NULL),(1177,2,1734080395,'auth_cas','field_lock_address','unlocked',NULL),(1178,2,1734080395,'auth_cas','field_map_firstnamephonetic','',NULL),(1179,2,1734080395,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1180,2,1734080395,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1181,2,1734080395,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1182,2,1734080395,'auth_cas','field_map_lastnamephonetic','',NULL),(1183,2,1734080395,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1184,2,1734080395,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1185,2,1734080395,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1186,2,1734080395,'auth_cas','field_map_middlename','',NULL),(1187,2,1734080396,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1188,2,1734080396,'auth_cas','field_updateremote_middlename','0',NULL),(1189,2,1734080396,'auth_cas','field_lock_middlename','unlocked',NULL),(1190,2,1734080396,'auth_cas','field_map_alternatename','',NULL),(1191,2,1734080396,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1192,2,1734080396,'auth_cas','field_updateremote_alternatename','0',NULL),(1193,2,1734080396,'auth_cas','field_lock_alternatename','unlocked',NULL),(1194,2,1734080396,'auth_email','recaptcha','0',NULL),(1195,2,1734080396,'auth_email','field_lock_firstname','unlocked',NULL),(1196,2,1734080396,'auth_email','field_lock_lastname','unlocked',NULL),(1197,2,1734080396,'auth_email','field_lock_email','unlocked',NULL),(1198,2,1734080396,'auth_email','field_lock_city','unlocked',NULL),(1199,2,1734080396,'auth_email','field_lock_country','unlocked',NULL),(1200,2,1734080396,'auth_email','field_lock_lang','unlocked',NULL),(1201,2,1734080396,'auth_email','field_lock_description','unlocked',NULL),(1202,2,1734080396,'auth_email','field_lock_idnumber','unlocked',NULL),(1203,2,1734080396,'auth_email','field_lock_institution','unlocked',NULL),(1204,2,1734080396,'auth_email','field_lock_department','unlocked',NULL),(1205,2,1734080396,'auth_email','field_lock_phone1','unlocked',NULL),(1206,2,1734080396,'auth_email','field_lock_phone2','unlocked',NULL),(1207,2,1734080396,'auth_email','field_lock_address','unlocked',NULL),(1208,2,1734080396,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1209,2,1734080396,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1210,2,1734080396,'auth_email','field_lock_middlename','unlocked',NULL),(1211,2,1734080396,'auth_email','field_lock_alternatename','unlocked',NULL),(1212,2,1734080396,'auth_db','host','127.0.0.1',NULL),(1213,2,1734080396,'auth_db','type','mysqli',NULL),(1214,2,1734080396,'auth_db','sybasequoting','0',NULL),(1215,2,1734080396,'auth_db','name','',NULL),(1216,2,1734080396,'auth_db','user','',NULL),(1217,2,1734080396,'auth_db','pass','',NULL),(1218,2,1734080396,'auth_db','table','',NULL),(1219,2,1734080396,'auth_db','fielduser','',NULL),(1220,2,1734080396,'auth_db','fieldpass','',NULL),(1221,2,1734080396,'auth_db','passtype','plaintext',NULL),(1222,2,1734080396,'auth_db','extencoding','utf-8',NULL),(1223,2,1734080396,'auth_db','setupsql','',NULL),(1224,2,1734080396,'auth_db','debugauthdb','0',NULL),(1225,2,1734080396,'auth_db','changepasswordurl','',NULL),(1226,2,1734080396,'auth_db','removeuser','0',NULL),(1227,2,1734080396,'auth_db','updateusers','0',NULL),(1228,2,1734080396,'auth_db','field_map_firstname','',NULL),(1229,2,1734080396,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1230,2,1734080396,'auth_db','field_updateremote_firstname','0',NULL),(1231,2,1734080396,'auth_db','field_lock_firstname','unlocked',NULL),(1232,2,1734080396,'auth_db','field_map_lastname','',NULL),(1233,2,1734080396,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1234,2,1734080396,'auth_db','field_updateremote_lastname','0',NULL),(1235,2,1734080396,'auth_db','field_lock_lastname','unlocked',NULL),(1236,2,1734080396,'auth_db','field_map_email','',NULL),(1237,2,1734080396,'auth_db','field_updatelocal_email','oncreate',NULL),(1238,2,1734080396,'auth_db','field_updateremote_email','0',NULL),(1239,2,1734080396,'auth_db','field_lock_email','unlocked',NULL),(1240,2,1734080396,'auth_db','field_map_city','',NULL),(1241,2,1734080396,'auth_db','field_updatelocal_city','oncreate',NULL),(1242,2,1734080396,'auth_db','field_updateremote_city','0',NULL),(1243,2,1734080396,'auth_db','field_lock_city','unlocked',NULL),(1244,2,1734080396,'auth_db','field_map_country','',NULL),(1245,2,1734080396,'auth_db','field_updatelocal_country','oncreate',NULL),(1246,2,1734080396,'auth_db','field_updateremote_country','0',NULL),(1247,2,1734080396,'auth_db','field_lock_country','unlocked',NULL),(1248,2,1734080396,'auth_db','field_map_lang','',NULL),(1249,2,1734080396,'auth_db','field_updatelocal_lang','oncreate',NULL),(1250,2,1734080396,'auth_db','field_updateremote_lang','0',NULL),(1251,2,1734080396,'auth_db','field_lock_lang','unlocked',NULL),(1252,2,1734080397,'auth_db','field_map_description','',NULL),(1253,2,1734080397,'auth_db','field_updatelocal_description','oncreate',NULL),(1254,2,1734080397,'auth_db','field_updateremote_description','0',NULL),(1255,2,1734080397,'auth_db','field_lock_description','unlocked',NULL),(1256,2,1734080397,'auth_db','field_map_idnumber','',NULL),(1257,2,1734080397,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1258,2,1734080397,'auth_db','field_updateremote_idnumber','0',NULL),(1259,2,1734080397,'auth_db','field_lock_idnumber','unlocked',NULL),(1260,2,1734080397,'auth_db','field_map_institution','',NULL),(1261,2,1734080397,'auth_db','field_updatelocal_institution','oncreate',NULL),(1262,2,1734080397,'auth_db','field_updateremote_institution','0',NULL),(1263,2,1734080397,'auth_db','field_lock_institution','unlocked',NULL),(1264,2,1734080397,'auth_db','field_map_department','',NULL),(1265,2,1734080397,'auth_db','field_updatelocal_department','oncreate',NULL),(1266,2,1734080397,'auth_db','field_updateremote_department','0',NULL),(1267,2,1734080397,'auth_db','field_lock_department','unlocked',NULL),(1268,2,1734080397,'auth_db','field_map_phone1','',NULL),(1269,2,1734080397,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1270,2,1734080397,'auth_db','field_updateremote_phone1','0',NULL),(1271,2,1734080397,'auth_db','field_lock_phone1','unlocked',NULL),(1272,2,1734080397,'auth_db','field_map_phone2','',NULL),(1273,2,1734080397,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1274,2,1734080397,'auth_db','field_updateremote_phone2','0',NULL),(1275,2,1734080397,'auth_db','field_lock_phone2','unlocked',NULL),(1276,2,1734080397,'auth_db','field_map_address','',NULL),(1277,2,1734080397,'auth_db','field_updatelocal_address','oncreate',NULL),(1278,2,1734080397,'auth_db','field_updateremote_address','0',NULL),(1279,2,1734080397,'auth_db','field_lock_address','unlocked',NULL),(1280,2,1734080397,'auth_db','field_map_firstnamephonetic','',NULL),(1281,2,1734080397,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1282,2,1734080397,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1283,2,1734080397,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1284,2,1734080397,'auth_db','field_map_lastnamephonetic','',NULL),(1285,2,1734080397,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1286,2,1734080397,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1287,2,1734080397,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1288,2,1734080397,'auth_db','field_map_middlename','',NULL),(1289,2,1734080397,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1290,2,1734080397,'auth_db','field_updateremote_middlename','0',NULL),(1291,2,1734080397,'auth_db','field_lock_middlename','unlocked',NULL),(1292,2,1734080397,'auth_db','field_map_alternatename','',NULL),(1293,2,1734080397,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1294,2,1734080397,'auth_db','field_updateremote_alternatename','0',NULL),(1295,2,1734080397,'auth_db','field_lock_alternatename','unlocked',NULL),(1296,2,1734080397,'auth_ldap','host_url','',NULL),(1297,2,1734080397,'auth_ldap','ldap_version','3',NULL),(1298,2,1734080397,'auth_ldap','start_tls','0',NULL),(1299,2,1734080397,'auth_ldap','ldapencoding','utf-8',NULL),(1300,2,1734080397,'auth_ldap','pagesize','250',NULL),(1301,2,1734080397,'auth_ldap','preventpassindb','0',NULL),(1302,2,1734080397,'auth_ldap','bind_dn','',NULL),(1303,2,1734080397,'auth_ldap','bind_pw','',NULL),(1304,2,1734080397,'auth_ldap','user_type','default',NULL),(1305,2,1734080397,'auth_ldap','contexts','',NULL),(1306,2,1734080397,'auth_ldap','search_sub','0',NULL),(1307,2,1734080397,'auth_ldap','opt_deref','0',NULL),(1308,2,1734080397,'auth_ldap','user_attribute','',NULL),(1309,2,1734080397,'auth_ldap','suspended_attribute','',NULL),(1310,2,1734080397,'auth_ldap','memberattribute','',NULL),(1311,2,1734080397,'auth_ldap','memberattribute_isdn','0',NULL),(1312,2,1734080397,'auth_ldap','objectclass','',NULL),(1313,2,1734080397,'auth_ldap','forcechangepassword','0',NULL),(1314,2,1734080397,'auth_ldap','stdchangepassword','0',NULL),(1315,2,1734080397,'auth_ldap','passtype','plaintext',NULL),(1316,2,1734080397,'auth_ldap','changepasswordurl','',NULL),(1317,2,1734080397,'auth_ldap','expiration','0',NULL),(1318,2,1734080398,'auth_ldap','expiration_warning','',NULL),(1319,2,1734080398,'auth_ldap','expireattr','',NULL),(1320,2,1734080398,'auth_ldap','gracelogins','0',NULL),(1321,2,1734080398,'auth_ldap','graceattr','',NULL),(1322,2,1734080398,'auth_ldap','auth_user_create','0',NULL),(1323,2,1734080398,'auth_ldap','create_context','',NULL),(1324,2,1734080398,'auth_ldap','managercontext','',NULL),(1325,2,1734080398,'auth_ldap','coursecreatorcontext','',NULL),(1326,2,1734080398,'auth_ldap','removeuser','0',NULL),(1327,2,1734080398,'auth_ldap','sync_suspended','0',NULL),(1328,2,1734080398,'auth_ldap','ntlmsso_enabled','0',NULL),(1329,2,1734080398,'auth_ldap','ntlmsso_subnet','',NULL),(1330,2,1734080398,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1331,2,1734080398,'auth_ldap','ntlmsso_type','ntlm',NULL),(1332,2,1734080398,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1333,2,1734080398,'auth_ldap','field_map_firstname','',NULL),(1334,2,1734080398,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1335,2,1734080398,'auth_ldap','field_updateremote_firstname','0',NULL),(1336,2,1734080398,'auth_ldap','field_lock_firstname','unlocked',NULL),(1337,2,1734080398,'auth_ldap','field_map_lastname','',NULL),(1338,2,1734080398,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1339,2,1734080398,'auth_ldap','field_updateremote_lastname','0',NULL),(1340,2,1734080398,'auth_ldap','field_lock_lastname','unlocked',NULL),(1341,2,1734080398,'auth_ldap','field_map_email','',NULL),(1342,2,1734080398,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1343,2,1734080398,'auth_ldap','field_updateremote_email','0',NULL),(1344,2,1734080398,'auth_ldap','field_lock_email','unlocked',NULL),(1345,2,1734080398,'auth_ldap','field_map_city','',NULL),(1346,2,1734080398,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1347,2,1734080398,'auth_ldap','field_updateremote_city','0',NULL),(1348,2,1734080398,'auth_ldap','field_lock_city','unlocked',NULL),(1349,2,1734080398,'auth_ldap','field_map_country','',NULL),(1350,2,1734080398,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1351,2,1734080398,'auth_ldap','field_updateremote_country','0',NULL),(1352,2,1734080398,'auth_ldap','field_lock_country','unlocked',NULL),(1353,2,1734080398,'auth_ldap','field_map_lang','',NULL),(1354,2,1734080398,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1355,2,1734080398,'auth_ldap','field_updateremote_lang','0',NULL),(1356,2,1734080398,'auth_ldap','field_lock_lang','unlocked',NULL),(1357,2,1734080398,'auth_ldap','field_map_description','',NULL),(1358,2,1734080398,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1359,2,1734080398,'auth_ldap','field_updateremote_description','0',NULL),(1360,2,1734080398,'auth_ldap','field_lock_description','unlocked',NULL),(1361,2,1734080398,'auth_ldap','field_map_idnumber','',NULL),(1362,2,1734080398,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1363,2,1734080398,'auth_ldap','field_updateremote_idnumber','0',NULL),(1364,2,1734080398,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1365,2,1734080398,'auth_ldap','field_map_institution','',NULL),(1366,2,1734080398,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1367,2,1734080398,'auth_ldap','field_updateremote_institution','0',NULL),(1368,2,1734080398,'auth_ldap','field_lock_institution','unlocked',NULL),(1369,2,1734080398,'auth_ldap','field_map_department','',NULL),(1370,2,1734080398,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1371,2,1734080398,'auth_ldap','field_updateremote_department','0',NULL),(1372,2,1734080398,'auth_ldap','field_lock_department','unlocked',NULL),(1373,2,1734080398,'auth_ldap','field_map_phone1','',NULL),(1374,2,1734080398,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1375,2,1734080398,'auth_ldap','field_updateremote_phone1','0',NULL),(1376,2,1734080398,'auth_ldap','field_lock_phone1','unlocked',NULL),(1377,2,1734080398,'auth_ldap','field_map_phone2','',NULL),(1378,2,1734080398,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1379,2,1734080398,'auth_ldap','field_updateremote_phone2','0',NULL),(1380,2,1734080398,'auth_ldap','field_lock_phone2','unlocked',NULL),(1381,2,1734080398,'auth_ldap','field_map_address','',NULL),(1382,2,1734080398,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1383,2,1734080398,'auth_ldap','field_updateremote_address','0',NULL),(1384,2,1734080399,'auth_ldap','field_lock_address','unlocked',NULL),(1385,2,1734080399,'auth_ldap','field_map_firstnamephonetic','',NULL),(1386,2,1734080399,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1387,2,1734080399,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1388,2,1734080399,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1389,2,1734080399,'auth_ldap','field_map_lastnamephonetic','',NULL),(1390,2,1734080399,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1391,2,1734080399,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1392,2,1734080399,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1393,2,1734080399,'auth_ldap','field_map_middlename','',NULL),(1394,2,1734080399,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1395,2,1734080399,'auth_ldap','field_updateremote_middlename','0',NULL),(1396,2,1734080399,'auth_ldap','field_lock_middlename','unlocked',NULL),(1397,2,1734080399,'auth_ldap','field_map_alternatename','',NULL),(1398,2,1734080399,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1399,2,1734080399,'auth_ldap','field_updateremote_alternatename','0',NULL),(1400,2,1734080399,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1401,2,1734080399,'auth_manual','expiration','0',NULL),(1402,2,1734080399,'auth_manual','expirationtime','30',NULL),(1403,2,1734080399,'auth_manual','expiration_warning','0',NULL),(1404,2,1734080399,'auth_manual','field_lock_firstname','unlocked',NULL),(1405,2,1734080399,'auth_manual','field_lock_lastname','unlocked',NULL),(1406,2,1734080399,'auth_manual','field_lock_email','unlocked',NULL),(1407,2,1734080399,'auth_manual','field_lock_city','unlocked',NULL),(1408,2,1734080399,'auth_manual','field_lock_country','unlocked',NULL),(1409,2,1734080399,'auth_manual','field_lock_lang','unlocked',NULL),(1410,2,1734080399,'auth_manual','field_lock_description','unlocked',NULL),(1411,2,1734080399,'auth_manual','field_lock_idnumber','unlocked',NULL),(1412,2,1734080399,'auth_manual','field_lock_institution','unlocked',NULL),(1413,2,1734080399,'auth_manual','field_lock_department','unlocked',NULL),(1414,2,1734080399,'auth_manual','field_lock_phone1','unlocked',NULL),(1415,2,1734080399,'auth_manual','field_lock_phone2','unlocked',NULL),(1416,2,1734080399,'auth_manual','field_lock_address','unlocked',NULL),(1417,2,1734080399,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1418,2,1734080399,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1419,2,1734080399,'auth_manual','field_lock_middlename','unlocked',NULL),(1420,2,1734080399,'auth_manual','field_lock_alternatename','unlocked',NULL),(1421,2,1734080399,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1422,2,1734080399,'auth_none','field_lock_firstname','unlocked',NULL),(1423,2,1734080399,'auth_none','field_lock_lastname','unlocked',NULL),(1424,2,1734080399,'auth_none','field_lock_email','unlocked',NULL),(1425,2,1734080399,'auth_none','field_lock_city','unlocked',NULL),(1426,2,1734080399,'auth_none','field_lock_country','unlocked',NULL),(1427,2,1734080399,'auth_none','field_lock_lang','unlocked',NULL),(1428,2,1734080399,'auth_none','field_lock_description','unlocked',NULL),(1429,2,1734080399,'auth_none','field_lock_idnumber','unlocked',NULL),(1430,2,1734080399,'auth_none','field_lock_institution','unlocked',NULL),(1431,2,1734080399,'auth_none','field_lock_department','unlocked',NULL),(1432,2,1734080399,'auth_none','field_lock_phone1','unlocked',NULL),(1433,2,1734080399,'auth_none','field_lock_phone2','unlocked',NULL),(1434,2,1734080399,'auth_none','field_lock_address','unlocked',NULL),(1435,2,1734080399,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1436,2,1734080399,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1437,2,1734080399,'auth_none','field_lock_middlename','unlocked',NULL),(1438,2,1734080399,'auth_none','field_lock_alternatename','unlocked',NULL),(1439,2,1734080399,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1440,2,1734080399,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1441,2,1734080399,'auth_oauth2','field_lock_email','unlocked',NULL),(1442,2,1734080399,'auth_oauth2','field_lock_city','unlocked',NULL),(1443,2,1734080399,'auth_oauth2','field_lock_country','unlocked',NULL),(1444,2,1734080399,'auth_oauth2','field_lock_lang','unlocked',NULL),(1445,2,1734080400,'auth_oauth2','field_lock_description','unlocked',NULL),(1446,2,1734080400,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1447,2,1734080400,'auth_oauth2','field_lock_institution','unlocked',NULL),(1448,2,1734080400,'auth_oauth2','field_lock_department','unlocked',NULL),(1449,2,1734080400,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1450,2,1734080400,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1451,2,1734080400,'auth_oauth2','field_lock_address','unlocked',NULL),(1452,2,1734080400,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1453,2,1734080400,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1454,2,1734080400,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1455,2,1734080400,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1456,2,1734080400,'auth_shibboleth','user_attribute','',NULL),(1457,2,1734080400,'auth_shibboleth','convert_data','',NULL),(1458,2,1734080400,'auth_shibboleth','alt_login','off',NULL),(1459,2,1734080400,'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),(1460,2,1734080400,'auth_shibboleth','logout_handler','',NULL),(1461,2,1734080400,'auth_shibboleth','logout_return_url','',NULL),(1462,2,1734080400,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1463,2,1734080400,'auth_shibboleth','auth_logo','',NULL),(1464,2,1734080400,'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),(1465,2,1734080400,'auth_shibboleth','changepasswordurl','',NULL),(1466,2,1734080400,'auth_shibboleth','field_map_firstname','',NULL),(1467,2,1734080400,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1468,2,1734080400,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1469,2,1734080400,'auth_shibboleth','field_map_lastname','',NULL),(1470,2,1734080400,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1471,2,1734080400,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1472,2,1734080400,'auth_shibboleth','field_map_email','',NULL),(1473,2,1734080400,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1474,2,1734080400,'auth_shibboleth','field_lock_email','unlocked',NULL),(1475,2,1734080400,'auth_shibboleth','field_map_city','',NULL),(1476,2,1734080400,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1477,2,1734080400,'auth_shibboleth','field_lock_city','unlocked',NULL),(1478,2,1734080400,'auth_shibboleth','field_map_country','',NULL),(1479,2,1734080400,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1480,2,1734080400,'auth_shibboleth','field_lock_country','unlocked',NULL),(1481,2,1734080400,'auth_shibboleth','field_map_lang','',NULL),(1482,2,1734080400,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1483,2,1734080400,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1484,2,1734080400,'auth_shibboleth','field_map_description','',NULL),(1485,2,1734080400,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1486,2,1734080400,'auth_shibboleth','field_lock_description','unlocked',NULL),(1487,2,1734080400,'auth_shibboleth','field_map_idnumber','',NULL),(1488,2,1734080400,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1489,2,1734080400,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1490,2,1734080400,'auth_shibboleth','field_map_institution','',NULL),(1491,2,1734080400,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1492,2,1734080400,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1493,2,1734080400,'auth_shibboleth','field_map_department','',NULL),(1494,2,1734080400,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1495,2,1734080400,'auth_shibboleth','field_lock_department','unlocked',NULL),(1496,2,1734080400,'auth_shibboleth','field_map_phone1','',NULL),(1497,2,1734080400,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1498,2,1734080400,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1499,2,1734080400,'auth_shibboleth','field_map_phone2','',NULL),(1500,2,1734080400,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1501,2,1734080400,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1502,2,1734080400,'auth_shibboleth','field_map_address','',NULL),(1503,2,1734080400,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1504,2,1734080400,'auth_shibboleth','field_lock_address','unlocked',NULL),(1505,2,1734080400,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1506,2,1734080400,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1507,2,1734080400,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1508,2,1734080400,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1509,2,1734080400,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1510,2,1734080401,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1511,2,1734080401,'auth_shibboleth','field_map_middlename','',NULL),(1512,2,1734080401,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1513,2,1734080401,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1514,2,1734080401,'auth_shibboleth','field_map_alternatename','',NULL),(1515,2,1734080401,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1516,2,1734080401,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1517,2,1734080401,'block_accessreview','whattoshow','showboth',NULL),(1518,2,1734080401,'block_accessreview','errordisplay','showint',NULL),(1519,2,1734080401,'block_accessreview','toolpage','errors',NULL),(1520,2,1734080401,'block_activity_results','config_showbest','3',NULL),(1521,2,1734080401,'block_activity_results','config_showbest_locked','',NULL),(1522,2,1734080401,'block_activity_results','config_showworst','0',NULL),(1523,2,1734080401,'block_activity_results','config_showworst_locked','',NULL),(1524,2,1734080401,'block_activity_results','config_usegroups','0',NULL),(1525,2,1734080401,'block_activity_results','config_usegroups_locked','',NULL),(1526,2,1734080401,'block_activity_results','config_nameformat','1',NULL),(1527,2,1734080401,'block_activity_results','config_nameformat_locked','',NULL),(1528,2,1734080401,'block_activity_results','config_gradeformat','1',NULL),(1529,2,1734080401,'block_activity_results','config_gradeformat_locked','',NULL),(1530,2,1734080401,'block_activity_results','config_decimalpoints','2',NULL),(1531,2,1734080401,'block_activity_results','config_decimalpoints_locked','',NULL),(1532,2,1734080401,'block_myoverview','displaycategories','1',NULL),(1533,2,1734080401,'block_myoverview','layouts','card,list,summary',NULL),(1534,2,1734080401,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1535,2,1734080401,'block_myoverview','displaygroupingall','1',NULL),(1536,2,1734080401,'block_myoverview','displaygroupinginprogress','1',NULL),(1537,2,1734080401,'block_myoverview','displaygroupingpast','1',NULL),(1538,2,1734080401,'block_myoverview','displaygroupingfuture','1',NULL),(1539,2,1734080401,'block_myoverview','displaygroupingcustomfield','0',NULL),(1540,2,1734080401,'block_myoverview','customfiltergrouping','',NULL),(1541,2,1734080401,'block_myoverview','displaygroupingfavourites','1',NULL),(1542,2,1734080401,'block_myoverview','displaygroupinghidden','1',NULL),(1543,2,1734080401,NULL,'block_course_list_adminview','all',NULL),(1544,2,1734080401,NULL,'block_course_list_hideallcourseslink','0',NULL),(1545,2,1734080401,NULL,'block_online_users_timetosee','5',NULL),(1546,2,1734080401,NULL,'block_online_users_onlinestatushiding','1',NULL),(1547,2,1734080401,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1548,2,1734080401,NULL,'block_rss_client_num_entries','5',NULL),(1549,2,1734080401,NULL,'block_rss_client_timeout','30',NULL),(1550,2,1734080401,'block_section_links','numsections1','22',NULL),(1551,2,1734080401,'block_section_links','incby1','2',NULL),(1552,2,1734080401,'block_section_links','numsections2','40',NULL),(1553,2,1734080401,'block_section_links','incby2','5',NULL),(1554,2,1734080401,'block_section_links','showsectionname','0',NULL),(1555,2,1734080401,'block_starredcourses','displaycategories','1',NULL),(1556,2,1734080401,NULL,'block_html_allowcssclasses','0',NULL),(1557,2,1734080402,'block_tag_youtube','apikey','',NULL),(1558,2,1734080402,'format_singleactivity','activitytype','forum',NULL),(1559,2,1734080402,'format_topics','indentation','1',NULL),(1560,2,1734080402,'format_weeks','indentation','1',NULL),(1561,2,1734080402,'fileconverter_googledrive','issuerid','',NULL),(1562,2,1734080402,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1563,2,1734080402,'enrol_cohort','roleid','5',NULL),(1564,2,1734080402,'enrol_cohort','unenrolaction','0',NULL),(1565,2,1734080402,'enrol_meta','nosyncroleids','',NULL),(1566,2,1734080402,'enrol_meta','syncall','1',NULL),(1567,2,1734080402,'enrol_meta','unenrolaction','3',NULL),(1568,2,1734080402,'enrol_meta','coursesort','sortorder',NULL),(1569,2,1734080402,'enrol_fee','expiredaction','3',NULL),(1570,2,1734080402,'enrol_fee','status','1',NULL),(1571,2,1734080402,'enrol_fee','cost','0',NULL),(1572,2,1734080402,'enrol_fee','currency','USD',NULL),(1573,2,1734080402,'enrol_fee','roleid','5',NULL),(1574,2,1734080402,'enrol_fee','enrolperiod','0',NULL),(1575,2,1734080402,'enrol_database','dbtype','',NULL),(1576,2,1734080402,'enrol_database','dbhost','localhost',NULL),(1577,2,1734080402,'enrol_database','dbuser','',NULL),(1578,2,1734080402,'enrol_database','dbpass','',NULL),(1579,2,1734080402,'enrol_database','dbname','',NULL),(1580,2,1734080402,'enrol_database','dbencoding','utf-8',NULL),(1581,2,1734080402,'enrol_database','dbsetupsql','',NULL),(1582,2,1734080402,'enrol_database','dbsybasequoting','0',NULL),(1583,2,1734080402,'enrol_database','debugdb','0',NULL),(1584,2,1734080402,'enrol_database','localcoursefield','idnumber',NULL),(1585,2,1734080402,'enrol_database','localuserfield','idnumber',NULL),(1586,2,1734080402,'enrol_database','localrolefield','shortname',NULL),(1587,2,1734080402,'enrol_database','localcategoryfield','id',NULL),(1588,2,1734080402,'enrol_database','remoteenroltable','',NULL),(1589,2,1734080402,'enrol_database','remotecoursefield','',NULL),(1590,2,1734080402,'enrol_database','remoteuserfield','',NULL),(1591,2,1734080402,'enrol_database','remoterolefield','',NULL),(1592,2,1734080402,'enrol_database','remoteotheruserfield','',NULL),(1593,2,1734080402,'enrol_database','defaultrole','5',NULL),(1594,2,1734080402,'enrol_database','ignorehiddencourses','0',NULL),(1595,2,1734080402,'enrol_database','unenrolaction','0',NULL),(1596,2,1734080402,'enrol_database','newcoursetable','',NULL),(1597,2,1734080402,'enrol_database','newcoursefullname','fullname',NULL),(1598,2,1734080402,'enrol_database','newcourseshortname','shortname',NULL),(1599,2,1734080403,'enrol_database','newcourseidnumber','idnumber',NULL),(1600,2,1734080403,'enrol_database','newcoursecategory','',NULL),(1601,2,1734080403,'enrol_database','defaultcategory','1',NULL),(1602,2,1734080403,'enrol_database','templatecourse','',NULL),(1603,2,1734080403,'enrol_flatfile','location','',NULL),(1604,2,1734080403,'enrol_flatfile','encoding','UTF-8',NULL),(1605,2,1734080403,'enrol_flatfile','mailstudents','0',NULL),(1606,2,1734080403,'enrol_flatfile','mailteachers','0',NULL),(1607,2,1734080403,'enrol_flatfile','mailadmins','0',NULL),(1608,2,1734080403,'enrol_flatfile','unenrolaction','3',NULL),(1609,2,1734080403,'enrol_flatfile','expiredaction','3',NULL),(1610,2,1734080403,'enrol_guest','requirepassword','0',NULL),(1611,2,1734080403,'enrol_guest','usepasswordpolicy','0',NULL),(1612,2,1734080403,'enrol_guest','showhint','0',NULL),(1613,2,1734080403,'enrol_guest','defaultenrol','1',NULL),(1614,2,1734080403,'enrol_guest','status','1',NULL),(1615,2,1734080403,'enrol_guest','status_adv','',NULL),(1616,2,1734080403,'enrol_imsenterprise','imsfilelocation','',NULL),(1617,2,1734080403,'enrol_imsenterprise','logtolocation','',NULL),(1618,2,1734080403,'enrol_imsenterprise','mailadmins','0',NULL),(1619,2,1734080403,'enrol_imsenterprise','createnewusers','0',NULL),(1620,2,1734080403,'enrol_imsenterprise','imsupdateusers','0',NULL),(1621,2,1734080403,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1622,2,1734080403,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1623,2,1734080403,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1624,2,1734080403,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1625,2,1734080403,'enrol_imsenterprise','imsrolemap01','5',NULL),(1626,2,1734080403,'enrol_imsenterprise','imsrolemap02','3',NULL),(1627,2,1734080403,'enrol_imsenterprise','imsrolemap03','3',NULL),(1628,2,1734080403,'enrol_imsenterprise','imsrolemap04','5',NULL),(1629,2,1734080403,'enrol_imsenterprise','imsrolemap05','0',NULL),(1630,2,1734080403,'enrol_imsenterprise','imsrolemap06','4',NULL),(1631,2,1734080403,'enrol_imsenterprise','imsrolemap07','0',NULL),(1632,2,1734080403,'enrol_imsenterprise','imsrolemap08','4',NULL),(1633,2,1734080403,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1634,2,1734080403,'enrol_imsenterprise','createnewcourses','0',NULL),(1635,2,1734080403,'enrol_imsenterprise','updatecourses','0',NULL),(1636,2,1734080403,'enrol_imsenterprise','createnewcategories','0',NULL),(1637,2,1734080403,'enrol_imsenterprise','nestedcategories','0',NULL),(1638,2,1734080403,'enrol_imsenterprise','categoryidnumber','0',NULL),(1639,2,1734080403,'enrol_imsenterprise','categoryseparator','',NULL),(1640,2,1734080403,'enrol_imsenterprise','imsunenrol','0',NULL),(1641,2,1734080403,'enrol_imsenterprise','unenrolaction','0',NULL),(1642,2,1734080403,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1643,2,1734080403,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1644,2,1734080404,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1645,2,1734080404,'enrol_imsenterprise','imsrestricttarget','',NULL),(1646,2,1734080404,'enrol_imsenterprise','imscapitafix','0',NULL),(1647,2,1734080404,'enrol_ldap','host_url','',NULL),(1648,2,1734080404,'enrol_ldap','start_tls','0',NULL),(1649,2,1734080404,'enrol_ldap','ldap_version','3',NULL),(1650,2,1734080404,'enrol_ldap','ldapencoding','utf-8',NULL),(1651,2,1734080404,'enrol_ldap','pagesize','250',NULL),(1652,2,1734080404,'enrol_ldap','bind_dn','',NULL),(1653,2,1734080404,'enrol_ldap','bind_pw','',NULL),(1654,2,1734080404,'enrol_ldap','course_search_sub','0',NULL),(1655,2,1734080404,'enrol_ldap','memberattribute_isdn','0',NULL),(1656,2,1734080404,'enrol_ldap','user_contexts','',NULL),(1657,2,1734080404,'enrol_ldap','user_search_sub','0',NULL),(1658,2,1734080404,'enrol_ldap','user_type','default',NULL),(1659,2,1734080404,'enrol_ldap','opt_deref','0',NULL),(1660,2,1734080404,'enrol_ldap','idnumber_attribute','',NULL),(1661,2,1734080404,'enrol_ldap','objectclass','',NULL),(1662,2,1734080404,'enrol_ldap','course_idnumber','',NULL),(1663,2,1734080404,'enrol_ldap','course_shortname','',NULL),(1664,2,1734080404,'enrol_ldap','course_fullname','',NULL),(1665,2,1734080404,'enrol_ldap','course_summary','',NULL),(1666,2,1734080404,'enrol_ldap','ignorehiddencourses','0',NULL),(1667,2,1734080404,'enrol_ldap','unenrolaction','0',NULL),(1668,2,1734080404,'enrol_ldap','autocreate','0',NULL),(1669,2,1734080404,'enrol_ldap','category','1',NULL),(1670,2,1734080404,'enrol_ldap','template','',NULL),(1671,2,1734080404,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1672,2,1734080404,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1673,2,1734080404,'enrol_ldap','course_summary_updateonsync','0',NULL),(1674,2,1734080404,'enrol_ldap','nested_groups','0',NULL),(1675,2,1734080404,'enrol_ldap','group_memberofattribute','',NULL),(1676,2,1734080404,'enrol_manual','expiredaction','1',NULL),(1677,2,1734080404,'enrol_manual','expirynotifyhour','6',NULL),(1678,2,1734080404,'enrol_manual','defaultenrol','1',NULL),(1679,2,1734080404,'enrol_manual','status','0',NULL),(1680,2,1734080404,'enrol_manual','roleid','5',NULL),(1681,2,1734080404,'enrol_manual','enrolstart','4',NULL),(1682,2,1734080404,'enrol_manual','enrolperiod','0',NULL),(1683,2,1734080404,'enrol_manual','expirynotify','0',NULL),(1684,2,1734080404,'enrol_manual','expirythreshold','86400',NULL),(1685,2,1734080404,'enrol_mnet','roleid','5',NULL),(1686,2,1734080404,'enrol_mnet','roleid_adv','1',NULL),(1687,2,1734080404,'enrol_paypal','paypalbusiness','',NULL),(1688,2,1734080404,'enrol_paypal','mailstudents','0',NULL),(1689,2,1734080404,'enrol_paypal','mailteachers','0',NULL),(1690,2,1734080404,'enrol_paypal','mailadmins','0',NULL),(1691,2,1734080404,'enrol_paypal','expiredaction','3',NULL),(1692,2,1734080404,'enrol_paypal','status','1',NULL),(1693,2,1734080404,'enrol_paypal','cost','0',NULL),(1694,2,1734080404,'enrol_paypal','currency','USD',NULL),(1695,2,1734080404,'enrol_paypal','roleid','5',NULL),(1696,2,1734080405,'enrol_paypal','enrolperiod','0',NULL),(1697,2,1734080405,'enrol_lti','emaildisplay','2',NULL),(1698,2,1734080405,'enrol_lti','city','',NULL),(1699,2,1734080405,'enrol_lti','country','',NULL),(1700,2,1734080405,'enrol_lti','timezone','99',NULL),(1701,2,1734080405,'enrol_lti','lang','en',NULL),(1702,2,1734080405,'enrol_lti','institution','',NULL),(1703,2,1734080405,'enrol_self','requirepassword','0',NULL),(1704,2,1734080405,'enrol_self','usepasswordpolicy','0',NULL),(1705,2,1734080405,'enrol_self','showhint','0',NULL),(1706,2,1734080405,'enrol_self','expiredaction','1',NULL),(1707,2,1734080405,'enrol_self','expirynotifyhour','6',NULL),(1708,2,1734080405,'enrol_self','defaultenrol','1',NULL),(1709,2,1734080405,'enrol_self','status','1',NULL),(1710,2,1734080405,'enrol_self','newenrols','1',NULL),(1711,2,1734080405,'enrol_self','groupkey','0',NULL),(1712,2,1734080405,'enrol_self','roleid','5',NULL),(1713,2,1734080405,'enrol_self','enrolperiod','0',NULL),(1714,2,1734080405,'enrol_self','expirynotify','0',NULL),(1715,2,1734080405,'enrol_self','expirythreshold','86400',NULL),(1716,2,1734080405,'enrol_self','longtimenosee','0',NULL),(1717,2,1734080405,'enrol_self','maxenrolled','0',NULL),(1718,2,1734080405,'enrol_self','sendcoursewelcomemessage','1',NULL),(1719,2,1734080405,'filter_urltolink','formats','1,4,0',NULL),(1720,2,1734080405,'filter_urltolink','embedimages','1',NULL),(1721,2,1734080405,'filter_emoticon','formats','1,4,0',NULL),(1722,2,1734080405,'filter_displayh5p','allowedsources','',NULL),(1723,2,1734080405,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1724,2,1734080405,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1725,2,1734080405,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1726,2,1734080405,'filter_mathjaxloader','additionaldelimiters','',NULL),(1727,2,1734080405,'filter_wiris','editor_enable','1',NULL),(1728,2,1734080405,'filter_wiris','chem_editor_enable','1',NULL),(1729,2,1734080405,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1730,2,1734080405,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1731,2,1734080405,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1732,2,1734080405,'filter_wiris','imageserviceprotocol','https',NULL),(1733,2,1734080405,'filter_wiris','rendertype','php',NULL),(1734,2,1734080405,'filter_wiris','imageformat','svg',NULL),(1735,2,1734080405,'filter_wiris','pluginperformance','1',NULL),(1736,2,1734080405,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1737,2,1734080405,'filter_wiris','access_provider_enabled','0',NULL),(1738,2,1734080405,NULL,'filter_multilang_force_old','0',NULL),(1739,2,1734080405,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1740,2,1734080405,'filter_tex','latexbackground','#FFFFFF',NULL),(1741,2,1734080405,'filter_tex','density','120',NULL),(1742,2,1734080405,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1743,2,1734080405,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1744,2,1734080405,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1745,2,1734080405,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1746,2,1734080405,'filter_tex','pathmimetex','',NULL),(1747,2,1734080405,'filter_tex','convertformat','gif',NULL),(1748,2,1734080406,'logstore_database','dbdriver','',NULL),(1749,2,1734080406,'logstore_database','dbhost','',NULL),(1750,2,1734080406,'logstore_database','dbuser','',NULL),(1751,2,1734080406,'logstore_database','dbpass','',NULL),(1752,2,1734080406,'logstore_database','dbname','',NULL),(1753,2,1734080406,'logstore_database','dbtable','',NULL),(1754,2,1734080406,'logstore_database','dbpersist','0',NULL),(1755,2,1734080406,'logstore_database','dbsocket','',NULL),(1756,2,1734080406,'logstore_database','dbport','',NULL),(1757,2,1734080406,'logstore_database','dbschema','',NULL),(1758,2,1734080406,'logstore_database','dbcollation','',NULL),(1759,2,1734080406,'logstore_database','dbhandlesoptions','0',NULL),(1760,2,1734080406,'logstore_database','buffersize','50',NULL),(1761,2,1734080406,'logstore_database','jsonformat','1',NULL),(1762,2,1734080406,'logstore_database','logguests','0',NULL),(1763,2,1734080406,'logstore_database','includelevels','1,2,0',NULL),(1764,2,1734080406,'logstore_database','includeactions','c,r,u,d',NULL),(1765,2,1734080406,'logstore_legacy','loglegacy','0',NULL),(1766,2,1734080406,NULL,'logguests','1',NULL),(1767,2,1734080406,NULL,'loglifetime','0',NULL),(1768,2,1734080406,'logstore_standard','logguests','1',NULL),(1769,2,1734080406,'logstore_standard','jsonformat','1',NULL),(1770,2,1734080406,'logstore_standard','loglifetime','0',NULL),(1771,2,1734080406,'logstore_standard','buffersize','50',NULL),(1772,2,1734080406,'mlbackend_python','useserver','0',NULL),(1773,2,1734080406,'mlbackend_python','host','',NULL),(1774,2,1734080406,'mlbackend_python','port','0',NULL),(1775,2,1734080406,'mlbackend_python','secure','0',NULL),(1776,2,1734080406,'mlbackend_python','username','default',NULL),(1777,2,1734080406,'mlbackend_python','password','',NULL),(1778,2,1734080406,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1779,2,1734080406,'media_videojs','audioextensions','html_audio',NULL),(1780,2,1734080406,'media_videojs','youtube','1',NULL),(1781,2,1734080406,'media_videojs','videocssclass','video-js',NULL),(1782,2,1734080406,'media_videojs','audiocssclass','video-js',NULL),(1783,2,1734080406,'media_videojs','limitsize','1',NULL),(1784,2,1734080406,'paygw_paypal','surcharge','0',NULL),(1785,2,1734080406,'qtype_multichoice','answerhowmany','1',NULL),(1786,2,1734080406,'qtype_multichoice','shuffleanswers','1',NULL),(1787,2,1734080406,'qtype_multichoice','answernumbering','abc',NULL),(1788,2,1734080406,'qtype_multichoice','showstandardinstruction','0',NULL),(1789,2,1734080406,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1790,2,1734080406,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1791,2,1734080406,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1792,2,1734080407,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1793,2,1734080407,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1794,2,1734080407,'qtype_wq','access_provider_enabled','0',NULL),(1795,2,1734080407,'qtype_wq','filtercodes_compatibility','0',NULL),(1796,2,1734080407,'qtype_wq','debug_mode_enabled','0',NULL),(1797,2,1734080407,'qtype_wq','log_server_errors','0',NULL),(1798,2,1734080407,'search_solr','server_hostname','127.0.0.1',NULL),(1799,2,1734080407,'search_solr','indexname','',NULL),(1800,2,1734080407,'search_solr','secure','0',NULL),(1801,2,1734080407,'search_solr','server_port','8983',NULL),(1802,2,1734080407,'search_solr','server_username','',NULL),(1803,2,1734080407,'search_solr','server_password','',NULL),(1804,2,1734080407,'search_solr','server_timeout','30',NULL),(1805,2,1734080407,'search_solr','ssl_cert','',NULL),(1806,2,1734080407,'search_solr','ssl_key','',NULL),(1807,2,1734080407,'search_solr','ssl_keypassword','',NULL),(1808,2,1734080407,'search_solr','ssl_cainfo','',NULL),(1809,2,1734080407,'search_solr','ssl_capath','',NULL),(1810,2,1734080407,'search_solr','fileindexing','1',NULL),(1811,2,1734080407,'search_solr','maxindexfilekb','2097152',NULL),(1812,2,1734080407,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1813,2,1734080407,'search_solr','alternateindexname','',NULL),(1814,2,1734080407,'search_solr','alternatesecure','0',NULL),(1815,2,1734080407,'search_solr','alternateserver_port','8983',NULL),(1816,2,1734080407,'search_solr','alternateserver_username','',NULL),(1817,2,1734080407,'search_solr','alternateserver_password','',NULL),(1818,2,1734080407,'search_solr','alternatessl_cert','',NULL),(1819,2,1734080407,'search_solr','alternatessl_key','',NULL),(1820,2,1734080407,'search_solr','alternatessl_keypassword','',NULL),(1821,2,1734080407,'search_solr','alternatessl_cainfo','',NULL),(1822,2,1734080407,'search_solr','alternatessl_capath','',NULL),(1823,2,1734080407,'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),(1824,2,1734080407,'editor_atto','autosavefrequency','60',NULL),(1825,2,1734080407,'atto_collapse','showgroups','6',NULL),(1826,2,1734080407,'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),(1827,2,1734080407,'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),(1828,2,1734080407,'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),(1829,2,1734080407,'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),(1830,2,1734080407,'atto_recordrtc','allowedtypes','both',NULL),(1831,2,1734080407,'atto_recordrtc','audiobitrate','128000',NULL),(1832,2,1734080407,'atto_recordrtc','videobitrate','2500000',NULL),(1833,2,1734080407,'atto_recordrtc','audiotimelimit','120',NULL),(1834,2,1734080407,'atto_recordrtc','videotimelimit','120',NULL),(1835,2,1734080407,'atto_table','allowborders','0',NULL),(1836,2,1734080407,'atto_table','allowbackgroundcolour','0',NULL),(1837,2,1734080407,'atto_table','allowwidth','0',NULL),(1838,2,1734080408,'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),(1839,2,1734080408,'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),(1840,2,1734080408,'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),(1841,2,1734080408,'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),(1842,2,1734080408,'tiny_recordrtc','allowedtypes','both',NULL),(1843,2,1734080408,'tiny_recordrtc','audiobitrate','128000',NULL),(1844,2,1734080408,'tiny_recordrtc','videobitrate','2500000',NULL),(1845,2,1734080408,'tiny_recordrtc','audiotimelimit','120',NULL),(1846,2,1734080408,'tiny_recordrtc','videotimelimit','120',NULL),(1847,2,1734080408,'editor_tiny','branding','1',NULL),(1848,2,1734080408,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1849,2,1734080408,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1850,2,1734080408,'editor_tinymce','customconfig','',NULL),(1851,2,1734080408,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1852,2,1734080408,'tinymce_spellchecker','spellengine','',NULL),(1853,2,1734080408,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1854,2,1734080408,NULL,'profileroles','5,4,3',NULL),(1855,2,1734080408,NULL,'calendar_exportsalt','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR'),(1856,2,1734080409,NULL,'coursecontact','3',NULL),(1857,2,1734080409,NULL,'frontpage','6',NULL),(1858,2,1734080409,NULL,'frontpageloggedin','6',NULL),(1859,2,1734080409,NULL,'maxcategorydepth','2',NULL),(1860,2,1734080409,NULL,'frontpagecourselimit','200',NULL),(1861,2,1734080409,NULL,'commentsperpage','15',NULL),(1862,2,1734080409,NULL,'defaultfrontpageroleid','8',NULL),(1863,2,1734080409,NULL,'pathtophp','','/usr/local/bin/php'),(1864,2,1734080409,NULL,'messageinbound_enabled','0',NULL),(1865,2,1734080409,NULL,'messageinbound_mailbox','',NULL),(1866,2,1734080409,NULL,'messageinbound_domain','',NULL),(1867,2,1734080409,NULL,'messageinbound_host','',NULL),(1868,2,1734080409,NULL,'messageinbound_hostssl','ssl',NULL),(1869,2,1734080409,NULL,'messageinbound_hostuser','',NULL),(1870,2,1734080409,NULL,'messageinbound_hostpass','',NULL),(1871,2,1734080410,'tool_mobile','apppolicy','',NULL),(1872,2,1734080410,'tool_mobile','typeoflogin','1',NULL),(1873,2,1734080410,'tool_mobile','qrcodetype','2',NULL),(1874,2,1734080410,'tool_mobile','qrkeyttl','600',NULL),(1875,2,1734080410,'tool_mobile','qrsameipcheck','1',NULL),(1876,2,1734080410,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1877,2,1734080410,'tool_mobile','minimumversion','',NULL),(1878,2,1734080410,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1879,2,1734080410,NULL,'mobilecssurl','',NULL),(1880,2,1734080410,'tool_mobile','enablesmartappbanners','0',NULL),(1881,2,1734080410,'tool_mobile','iosappid','633359593',NULL),(1882,2,1734080410,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1883,2,1734080410,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1884,2,1734080410,'tool_mobile','forcelogout','0',NULL),(1885,2,1734080410,'tool_mobile','disabledfeatures','',NULL),(1886,2,1734080410,'tool_mobile','custommenuitems','',NULL),(1887,2,1734080410,'tool_mobile','filetypeexclusionlist','',NULL),(1888,2,1734080410,'tool_mobile','customlangstrings','',NULL),(1889,2,1734080410,NULL,'debug','0','32767'),(1890,2,1734080410,NULL,'debugdisplay','0','1'),(1891,2,1734080418,NULL,'enablemobilewebservice','1',NULL),(1892,2,1734080426,NULL,'calendar_exportsalt','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj'),(1893,2,1734080426,NULL,'pathtophp','','/usr/local/bin/php'),(1894,2,1734080427,NULL,'debug','0','32767'),(1895,2,1734080427,NULL,'debugdisplay','0','1'),(1896,2,1734080427,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1897,2,1734080427,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1898,2,1734080437,NULL,'enablewebservices','0','1'),(1899,2,1734080451,NULL,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR'),(1900,2,1734080452,NULL,'pathtophp','','/usr/local/bin/php'),(1901,2,1734080453,NULL,'debug','0','32767'),(1902,2,1734080453,NULL,'debugdisplay','0','1'); +/*!40000 ALTER TABLE `t_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config_plugins` +-- + +DROP TABLE IF EXISTS `t_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2096 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config_plugins` +-- + +LOCK TABLES `t_config_plugins` WRITE; +/*!40000 ALTER TABLE `t_config_plugins` DISABLE KEYS */; +INSERT INTO `t_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','dfb22e5c28892dddbd2a'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC8neoR7eY6/Db5\nmd7szOFYCjXXEBKy5OKsxY3oiffoJi0sShs4m7xsZeidnxmtDZQHGZzJAWb4UVMn\nFH3Qry5S9ttqH+fp1TmTX7/3sf10r9ClY3jnZVsV0hOGL5Xg3OVRsy0eBStpwQUI\nO3JVw4WJ1qX2G2WFIk1teqA3cEtQUItiOEd3UqsMGRgKF1+RtZSPGXKRh5pAXuv6\ntVpLPv/XaRJ+boMvCUwzeAL4Q8yA6T2N4cDKFzEPC6Bag4pTLo4ofK1Y66D79LgV\n7zfE2o/LJrP5DonYzl/5e/Dwhe2Bs5/kNTkwLa828VT4IMvUXRI21fk0Q8gwiJzj\n4EFrpR6nAgMBAAECggEAGNiQceYtss1wjHapd/YRJSDLMNZMMEaYWXv4ko5CGtGU\nl8X3SgCx1HGkL8c6gaJNQpYsIgpOPx2vX3GClU/OQV2FT7h+Oz48RF6TkhRfN9TF\nHlQ5I/olAn3W1pFEJAfVKWr54X961YZ4nDoAeK211I9y8zVurRf0rRw/KK5hLWYE\nnvC2gZlxgbzTQoiu/o4UdMKBlb725hdnh0OlwNxQlDqLccDswujL5M7U51ZWwBfA\ncgcEc5gK8ExBiosCQK6yQE69gs1BVRfDdMTzJeyjnKmy6JLNACjs3CbN5E9baeLp\nkpbSEmxGZMMiYUeGhid9YqRLDtzRSgDZ6xVudqOI+QKBgQDxpRn6vJMCeLTMAJVQ\nPoS0bnpCii7xOfMF8Gq5C4uaokUHm/bHBuHmbQUh3ViHWDGWx0cZRKEQLwM/E/fH\ng2npwVD0TQ8Mldzn05WqIqBr9o3hd/fSlB27atM/APySJ8WGbAqdY+03ODebxv8r\niY0PjuHkoVzwQS0nH19iipp/MwKBgQDH0l7A5zsLUSpS/r7VjXVJQR+T5Qzn3AmU\nDsOWLEaNqzA10HT92DiDeGD6ILlUr0zpeTHBVN/EwsJA/RtwYjMLcwhSXor/nbhu\nW05gU58f2RDBHn+7a8aV/rrmr6e6+iOcWIOrJrb/9LdvlEvFEn/1i5Wc239gnS7N\nz6wmE03yvQKBgQCjE0zJDeIYVOWOlwYtNUPRkI0pwp+TZAxCAdHEN6prHP+A9xw/\njMF/BCvmgr5v+HDe1HWC8/HOPivusccR+fnMKw47EJYLZEfEm+HxA5VHxwhRFOlG\nT3cRODJ/3maVLAn9gYRYW0uHbIT6t/0UoKt1yHNiHBPgf9u8/0sb8XX6SQKBgQCP\njLCncjY3nhqCvyGHNvVgJ9mwnKcV1jxHUgfuVWZmFeovbs7tIa0PvaYlaubZUIo3\nW+qDkh6jMqrslyhkJxe2jPAYhHTkx4CcPxniF5DEB2OC6Q8oLHfgf7vzR5N+vn5g\nrjIA/XIQFNTG4slADVdBpgJYSlOKq8DY9+0a+VlRHQKBgH+inHmkawp6+lwQEe4U\n6GB6RQZ9b2BYoszY5vQlSiCW/SJdTg8Trn3gdW6F54gdOWgYzVeEEeGqTx/GZA4Y\n01idcqIOS1bhpZWI8K2i9beHRjmu93sk/BbbJ3a6lgEKvpd9wHdx3+019bd1hImS\n1+Aw1vzq+J+ASTwPB+9Do0bJ\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','af1e76c275bc606d638d'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2xYRmFz9h+z42\nnazV8OuKCBlBK4OwS4QILBr5/0gq0OsxZWbh2ai/zHR53N8OsmB2jDhCn+HTsnJz\nVeavIc8AADk0GqnVz8XfiAw2AucjeZqELqqj8GDrHoa8rOE8dUjyQqSYdhNHnIjg\nRHCRJsTD3HiR3tpJGxbcSfpjTQ7FnxsKeFKI23fYQcPWjbcu3nYOKxUaF1S6S7sh\n86E8cDdjJDBFXo9Zk+Bpl6o5TWWv/aA3R+9OVXlktkluNS9CvG+dQ8BsSQI6rcla\nEndcB069ZennkOUJ5jQlb/y0tQIm+BUxOQudwTHH8egrOJWGavhobXgpspPnYMtp\nGFDwouRjAgMBAAECggEAEzfDiySIopnTWdTMdpZlfdcKKMMVjrTyBhX1JDJGeVIM\nWN5LqhXD25745FNoFNiGshBeXgsHqMXLqPrwTZvlcx+S5Dqlfvjg2ncoqYk2mpFP\nwPRTNvewiShljHM1H7FJYUfGnM1Vi6MW9VXc7DZCXEHTX6sqEqPJjJIuxMA2fGrn\n5IN29wGD8ED4VlqOrFmoNpYr/WQA0iCVpra4bVahMubeMaZr/F+ZiorWKA2FhpsW\nmTQTKSq4g18lS9npn/jBsRi1uMl0rLjVMTBFHalnVBIeem7XRj2pCIPKAmZ7mLKr\nCC/wCgVG4wFA5n1ZgZOMNpT+YgeEeejHWgRT3NtgEQKBgQDZzmw8Fb0RFtcBvqq1\n5zZ5tqc7w4ZEfMkd1pdsFG8cZAoda1ZdcnQtQLpveaQtRP1ZyOQFckFLoiGW32wY\n0Uhq5gS+VfwwxiM8CROQRXc7w41y3g9xLrSTQfggR3i2Ul8itpbW3syI/tAfH5vg\nLBphRsEWRO0NOx8tCL+nhWC++QKBgQDW0lerg8f+JmTUUmbZWOGomM9teJiiWJPS\ntHGGxb2fC27iIQCqwlLbwlqCmcey7wJPjyssDUUK8nrQ+9AN3agddo2fxR71Qtpa\na5Pv0iaIF4yCm34xufJ2pIF2oQEUUmCQTBX+by7gbP64JtVvvJMFr1F6VmEz2ZHa\nToa7bgkpOwKBgQCVIMjqutehA8pi33Fy6sRZwb3vJYihC++IBo3W6obJIZXrXrrb\ncKoq8c601MycUkhFWU8Gi5w5dOEatA8HTwQObT+CMs1hd8hYKr7CYU2qFdKbe3+H\nNztcOCbzsvvrmaqZ0fqlVBcnFZDaPoIzkv7c69z4qmjETl6iLwNKaAA9wQKBgQDI\njMB6B+Iqm69gJLmNyZOJ8Xcc7QwZ6/W9LOYbevnGxEa1ZzgXMqlmLjCPYn9zxfxz\nR+Z3DsBZMvyDo8KdX0S2lNoswTtgnxP4fBw1NQzx2oI74GxUghMgvf17QV4fmbQ6\noj2aNjQeIsM+KkryMKtVEFJRktjWLhUjKFJSIqz8xwKBgGdWOFvds1e9PU1YFHji\npe+r/7JwYobJ9aBJRnaMM8bdSJTi0qvHZYa059etML7E8uCiT279htvwTRf8N8ue\nxK/l2EtFbFU7jRlN0XTgj8+BRtjHrfY5kZbDz3aummIznpCEOBWld9rPNLdUm2UU\nkaJUpHjtZj+rMXUGBH4BDvpu\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores',''),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','60'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','2'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'); +/*!40000 ALTER TABLE `t_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_contentbank_content` +-- + +DROP TABLE IF EXISTS `t_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_contcont_nam_ix` (`name`), + KEY `t_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `t_contcont_con_ix` (`contextid`), + KEY `t_contcont_use_ix` (`usermodified`), + KEY `t_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_contentbank_content` +-- + +LOCK TABLES `t_contentbank_content` WRITE; +/*!40000 ALTER TABLE `t_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_context` +-- + +DROP TABLE IF EXISTS `t_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_cont_ins_ix` (`instanceid`), + KEY `t_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_context` +-- + +LOCK TABLES `t_context` WRITE; +/*!40000 ALTER TABLE `t_context` DISABLE KEYS */; +INSERT INTO `t_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `t_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_context_temp` +-- + +DROP TABLE IF EXISTS `t_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_context_temp` +-- + +LOCK TABLES `t_context_temp` WRITE; +/*!40000 ALTER TABLE `t_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course` +-- + +DROP TABLE IF EXISTS `t_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_cour_cat_ix` (`category`), + KEY `t_cour_idn_ix` (`idnumber`), + KEY `t_cour_sho_ix` (`shortname`), + KEY `t_cour_sor_ix` (`sortorder`), + KEY `t_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course` +-- + +LOCK TABLES `t_course` WRITE; +/*!40000 ALTER TABLE `t_course` DISABLE KEYS */; +INSERT INTO `t_course` VALUES (1,0,0,'PHPUnit test site','phpunit','',NULL,0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734080173,1734080452,0,0,0,1734080375,NULL,0,NULL); +/*!40000 ALTER TABLE `t_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_categories` +-- + +DROP TABLE IF EXISTS `t_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_categories` +-- + +LOCK TABLES `t_course_categories` WRITE; +/*!40000 ALTER TABLE `t_course_categories` DISABLE KEYS */; +INSERT INTO `t_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734080173,1,'/1',NULL); +/*!40000 ALTER TABLE `t_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `t_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `t_courcompaggrmeth_cou_ix` (`course`), + KEY `t_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_aggr_methd` +-- + +LOCK TABLES `t_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `t_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `t_courcompcritcomp_use_ix` (`userid`), + KEY `t_courcompcritcomp_cou_ix` (`course`), + KEY `t_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `t_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_crit_compl` +-- + +LOCK TABLES `t_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `t_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_criteria` +-- + +LOCK TABLES `t_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `t_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `t_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompdefa_coumod_uix` (`course`,`module`), + KEY `t_courcompdefa_mod_ix` (`module`), + KEY `t_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_defaults` +-- + +LOCK TABLES `t_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `t_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completions` +-- + +DROP TABLE IF EXISTS `t_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcomp_usecou_uix` (`userid`,`course`), + KEY `t_courcomp_use_ix` (`userid`), + KEY `t_courcomp_cou_ix` (`course`), + KEY `t_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completions` +-- + +LOCK TABLES `t_course_completions` WRITE; +/*!40000 ALTER TABLE `t_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_format_options` +-- + +DROP TABLE IF EXISTS `t_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `t_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_format_options` +-- + +LOCK TABLES `t_course_format_options` WRITE; +/*!40000 ALTER TABLE `t_course_format_options` DISABLE KEYS */; +INSERT INTO `t_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `t_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules` +-- + +DROP TABLE IF EXISTS `t_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courmodu_vis_ix` (`visible`), + KEY `t_courmodu_cou_ix` (`course`), + KEY `t_courmodu_mod_ix` (`module`), + KEY `t_courmodu_ins_ix` (`instance`), + KEY `t_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `t_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_modules` +-- + +LOCK TABLES `t_course_modules` WRITE; +/*!40000 ALTER TABLE `t_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules_completion` +-- + +DROP TABLE IF EXISTS `t_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_modules_completion` +-- + +LOCK TABLES `t_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `t_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `t_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_modules_viewed` +-- + +LOCK TABLES `t_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `t_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_published` +-- + +DROP TABLE IF EXISTS `t_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courpubl_hub_ix` (`hubcourseid`), + KEY `t_courpubl_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_published` +-- + +LOCK TABLES `t_course_published` WRITE; +/*!40000 ALTER TABLE `t_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_request` +-- + +DROP TABLE IF EXISTS `t_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_request` +-- + +LOCK TABLES `t_course_request` WRITE; +/*!40000 ALTER TABLE `t_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_sections` +-- + +DROP TABLE IF EXISTS `t_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_sections` +-- + +LOCK TABLES `t_course_sections` WRITE; +/*!40000 ALTER TABLE `t_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_category` +-- + +DROP TABLE IF EXISTS `t_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `t_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_category` +-- + +LOCK TABLES `t_customfield_category` WRITE; +/*!40000 ALTER TABLE `t_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_data` +-- + +DROP TABLE IF EXISTS `t_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `t_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `t_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `t_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `t_custdata_fie_ix` (`fieldid`), + KEY `t_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_data` +-- + +LOCK TABLES `t_customfield_data` WRITE; +/*!40000 ALTER TABLE `t_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_field` +-- + +DROP TABLE IF EXISTS `t_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `t_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_field` +-- + +LOCK TABLES `t_customfield_field` WRITE; +/*!40000 ALTER TABLE `t_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data` +-- + +DROP TABLE IF EXISTS `t_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data` +-- + +LOCK TABLES `t_data` WRITE; +/*!40000 ALTER TABLE `t_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_content` +-- + +DROP TABLE IF EXISTS `t_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_datacont_rec_ix` (`recordid`), + KEY `t_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_content` +-- + +LOCK TABLES `t_data_content` WRITE; +/*!40000 ALTER TABLE `t_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_fields` +-- + +DROP TABLE IF EXISTS `t_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_datafiel_typdat_ix` (`type`,`dataid`), + KEY `t_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_fields` +-- + +LOCK TABLES `t_data_fields` WRITE; +/*!40000 ALTER TABLE `t_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_records` +-- + +DROP TABLE IF EXISTS `t_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_datareco_dat_ix` (`dataid`), + KEY `t_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_records` +-- + +LOCK TABLES `t_data_records` WRITE; +/*!40000 ALTER TABLE `t_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `t_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_editor_atto_autosave` +-- + +LOCK TABLES `t_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `t_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol` +-- + +DROP TABLE IF EXISTS `t_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enro_enr_ix` (`enrol`), + KEY `t_enro_cou_ix` (`courseid`), + KEY `t_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol` +-- + +LOCK TABLES `t_enrol` WRITE; +/*!40000 ALTER TABLE `t_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `t_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enroflat_cou_ix` (`courseid`), + KEY `t_enroflat_use_ix` (`userid`), + KEY `t_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_flatfile` +-- + +LOCK TABLES `t_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `t_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `status` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `t_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `t_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_app_registration` +-- + +LOCK TABLES `t_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `t_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_context` +-- + +LOCK TABLES `t_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `t_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_deployment` +-- + +LOCK TABLES `t_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `t_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_lti2_context` +-- + +LOCK TABLES `t_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `t_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2resolink_con_ix` (`contextid`), + KEY `t_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `t_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `t_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `t_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `t_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `t_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `t_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `t_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `t_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `t_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_resource_link` +-- + +LOCK TABLES `t_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltitoolconsmap_too_ix` (`toolid`), + KEY `t_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `t_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltitool_uui_uix` (`uuid`), + KEY `t_enroltitool_enr_ix` (`enrolid`), + KEY `t_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_tools` +-- + +LOCK TABLES `t_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `t_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `t_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_user_resource_link` +-- + +LOCK TABLES `t_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltiuser_use_ix` (`userid`), + KEY `t_enroltiuser_too_ix` (`toolid`), + KEY `t_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_users` +-- + +LOCK TABLES `t_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_paypal` +-- + +DROP TABLE IF EXISTS `t_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enropayp_bus_ix` (`business`), + KEY `t_enropayp_rec_ix` (`receiver_email`), + KEY `t_enropayp_cou_ix` (`courseid`), + KEY `t_enropayp_use_ix` (`userid`), + KEY `t_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_paypal` +-- + +LOCK TABLES `t_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `t_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_event` +-- + +DROP TABLE IF EXISTS `t_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_even_cou_ix` (`courseid`), + KEY `t_even_use_ix` (`userid`), + KEY `t_even_tim_ix` (`timestart`), + KEY `t_even_tim2_ix` (`timeduration`), + KEY `t_even_uui_ix` (`uuid`), + KEY `t_even_typtim_ix` (`type`,`timesort`), + KEY `t_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `t_even_eve_ix` (`eventtype`), + KEY `t_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `t_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `t_even_cat_ix` (`categoryid`), + KEY `t_even_sub_ix` (`subscriptionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_event` +-- + +LOCK TABLES `t_event` WRITE; +/*!40000 ALTER TABLE `t_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_event_subscriptions` +-- + +DROP TABLE IF EXISTS `t_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_evensubs_cou_ix` (`courseid`), + KEY `t_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_event_subscriptions` +-- + +LOCK TABLES `t_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_handlers` +-- + +DROP TABLE IF EXISTS `t_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_handlers` +-- + +LOCK TABLES `t_events_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_queue` +-- + +DROP TABLE IF EXISTS `t_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_queue` +-- + +LOCK TABLES `t_events_queue` WRITE; +/*!40000 ALTER TABLE `t_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `t_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_evenqueuhand_que_ix` (`queuedeventid`), + KEY `t_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_queue_handlers` +-- + +LOCK TABLES `t_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_functions` +-- + +DROP TABLE IF EXISTS `t_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_functions` +-- + +LOCK TABLES `t_external_functions` WRITE; +/*!40000 ALTER TABLE `t_external_functions` DISABLE KEYS */; +INSERT INTO `t_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `t_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services` +-- + +DROP TABLE IF EXISTS `t_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_services` +-- + +LOCK TABLES `t_external_services` WRITE; +/*!40000 ALTER TABLE `t_external_services` DISABLE KEYS */; +INSERT INTO `t_external_services` VALUES (1,'Moodle mobile web service',1,NULL,0,'moodle',1734080197,1734080437,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `t_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services_functions` +-- + +DROP TABLE IF EXISTS `t_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_services_functions` +-- + +LOCK TABLES `t_external_services_functions` WRITE; +/*!40000 ALTER TABLE `t_external_services_functions` DISABLE KEYS */; +INSERT INTO `t_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `t_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services_users` +-- + +DROP TABLE IF EXISTS `t_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_exteservuser_ext_ix` (`externalserviceid`), + KEY `t_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_external_services_users` +-- + +LOCK TABLES `t_external_services_users` WRITE; +/*!40000 ALTER TABLE `t_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_tokens` +-- + +DROP TABLE IF EXISTS `t_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_extetoke_tok_ix` (`token`), + KEY `t_extetoke_sid_ix` (`sid`), + KEY `t_extetoke_use_ix` (`userid`), + KEY `t_extetoke_ext_ix` (`externalserviceid`), + KEY `t_extetoke_con_ix` (`contextid`), + KEY `t_extetoke_cre_ix` (`creatorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_tokens` +-- + +LOCK TABLES `t_external_tokens` WRITE; +/*!40000 ALTER TABLE `t_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_favourite` +-- + +DROP TABLE IF EXISTS `t_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `t_favo_con_ix` (`contextid`), + KEY `t_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_favourite` +-- + +LOCK TABLES `t_favourite` WRITE; +/*!40000 ALTER TABLE `t_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback` +-- + +DROP TABLE IF EXISTS `t_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback` +-- + +LOCK TABLES `t_feedback` WRITE; +/*!40000 ALTER TABLE `t_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_completed` +-- + +DROP TABLE IF EXISTS `t_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedcomp_use_ix` (`userid`), + KEY `t_feedcomp_fee_ix` (`feedback`), + KEY `t_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_completed` +-- + +LOCK TABLES `t_feedback_completed` WRITE; +/*!40000 ALTER TABLE `t_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `t_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedcomp_use2_ix` (`userid`), + KEY `t_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_completedtmp` +-- + +LOCK TABLES `t_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_item` +-- + +DROP TABLE IF EXISTS `t_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_feeditem_fee_ix` (`feedback`), + KEY `t_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_item` +-- + +LOCK TABLES `t_feedback_item` WRITE; +/*!40000 ALTER TABLE `t_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `t_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedsitemap_cou_ix` (`courseid`), + KEY `t_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_sitecourse_map` +-- + +LOCK TABLES `t_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_template` +-- + +DROP TABLE IF EXISTS `t_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_template` +-- + +LOCK TABLES `t_feedback_template` WRITE; +/*!40000 ALTER TABLE `t_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_value` +-- + +DROP TABLE IF EXISTS `t_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou_ix` (`course_id`), + KEY `t_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_value` +-- + +LOCK TABLES `t_feedback_value` WRITE; +/*!40000 ALTER TABLE `t_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `t_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou2_ix` (`course_id`), + KEY `t_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_valuetmp` +-- + +LOCK TABLES `t_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_file_conversion` +-- + +DROP TABLE IF EXISTS `t_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_fileconv_sou_ix` (`sourcefileid`), + KEY `t_fileconv_des_ix` (`destfileid`), + KEY `t_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_file_conversion` +-- + +LOCK TABLES `t_file_conversion` WRITE; +/*!40000 ALTER TABLE `t_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_files` +-- + +DROP TABLE IF EXISTS `t_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_file_pat_uix` (`pathnamehash`), + KEY `t_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `t_file_con_ix` (`contenthash`), + KEY `t_file_lic_ix` (`license`), + KEY `t_file_fil_ix` (`filename`), + KEY `t_file_con2_ix` (`contextid`), + KEY `t_file_use_ix` (`userid`), + KEY `t_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_files` +-- + +LOCK TABLES `t_files` WRITE; +/*!40000 ALTER TABLE `t_files` DISABLE KEYS */; +INSERT INTO `t_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL); +/*!40000 ALTER TABLE `t_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_files_reference` +-- + +DROP TABLE IF EXISTS `t_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `t_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_files_reference` +-- + +LOCK TABLES `t_files_reference` WRITE; +/*!40000 ALTER TABLE `t_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_active` +-- + +DROP TABLE IF EXISTS `t_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtacti_confil_uix` (`contextid`,`filter`), + KEY `t_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_filter_active` +-- + +LOCK TABLES `t_filter_active` WRITE; +/*!40000 ALTER TABLE `t_filter_active` DISABLE KEYS */; +INSERT INTO `t_filter_active` 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 `t_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_config` +-- + +DROP TABLE IF EXISTS `t_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `t_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_filter_config` +-- + +LOCK TABLES `t_filter_config` WRITE; +/*!40000 ALTER TABLE `t_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `t_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_filter_wiris_formulas` +-- + +LOCK TABLES `t_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_folder` +-- + +DROP TABLE IF EXISTS `t_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `t_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_folder` +-- + +LOCK TABLES `t_folder` WRITE; +/*!40000 ALTER TABLE `t_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum` +-- + +DROP TABLE IF EXISTS `t_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum` +-- + +LOCK TABLES `t_forum` WRITE; +/*!40000 ALTER TABLE `t_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_digests` +-- + +DROP TABLE IF EXISTS `t_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `t_forudige_use_ix` (`userid`), + KEY `t_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_digests` +-- + +LOCK TABLES `t_forum_digests` WRITE; +/*!40000 ALTER TABLE `t_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `t_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `t_forudiscsubs_for_ix` (`forum`), + KEY `t_forudiscsubs_use_ix` (`userid`), + KEY `t_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_discussion_subs` +-- + +LOCK TABLES `t_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `t_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_discussions` +-- + +DROP TABLE IF EXISTS `t_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_forudisc_use_ix` (`userid`), + KEY `t_forudisc_cou_ix` (`course`), + KEY `t_forudisc_for_ix` (`forum`), + KEY `t_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_discussions` +-- + +LOCK TABLES `t_forum_discussions` WRITE; +/*!40000 ALTER TABLE `t_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_grades` +-- + +DROP TABLE IF EXISTS `t_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `t_forugrad_use_ix` (`userid`), + KEY `t_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_grades` +-- + +LOCK TABLES `t_forum_grades` WRITE; +/*!40000 ALTER TABLE `t_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_posts` +-- + +DROP TABLE IF EXISTS `t_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_forupost_use_ix` (`userid`), + KEY `t_forupost_cre_ix` (`created`), + KEY `t_forupost_mai_ix` (`mailed`), + KEY `t_forupost_pri_ix` (`privatereplyto`), + KEY `t_forupost_dis_ix` (`discussion`), + KEY `t_forupost_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_posts` +-- + +LOCK TABLES `t_forum_posts` WRITE; +/*!40000 ALTER TABLE `t_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_queue` +-- + +DROP TABLE IF EXISTS `t_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foruqueu_use_ix` (`userid`), + KEY `t_foruqueu_dis_ix` (`discussionid`), + KEY `t_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_queue` +-- + +LOCK TABLES `t_forum_queue` WRITE; +/*!40000 ALTER TABLE `t_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_read` +-- + +DROP TABLE IF EXISTS `t_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foruread_foruse_ix` (`forumid`,`userid`), + KEY `t_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `t_foruread_posuse_ix` (`postid`,`userid`), + KEY `t_foruread_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_read` +-- + +LOCK TABLES `t_forum_read` WRITE; +/*!40000 ALTER TABLE `t_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `t_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forusubs_usefor_uix` (`userid`,`forum`), + KEY `t_forusubs_use_ix` (`userid`), + KEY `t_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_subscriptions` +-- + +LOCK TABLES `t_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `t_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_track_prefs` +-- + +LOCK TABLES `t_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `t_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary` +-- + +DROP TABLE IF EXISTS `t_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary` +-- + +LOCK TABLES `t_glossary` WRITE; +/*!40000 ALTER TABLE `t_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_alias` +-- + +DROP TABLE IF EXISTS `t_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_alias` +-- + +LOCK TABLES `t_glossary_alias` WRITE; +/*!40000 ALTER TABLE `t_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_categories` +-- + +DROP TABLE IF EXISTS `t_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_categories` +-- + +LOCK TABLES `t_glossary_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_entries` +-- + +DROP TABLE IF EXISTS `t_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_glosentr_use_ix` (`userid`), + KEY `t_glosentr_con_ix` (`concept`), + KEY `t_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_entries` +-- + +LOCK TABLES `t_glossary_entries` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `t_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_glosentrcate_cat_ix` (`categoryid`), + KEY `t_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_entries_categories` +-- + +LOCK TABLES `t_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_formats` +-- + +DROP TABLE IF EXISTS `t_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_formats` +-- + +LOCK TABLES `t_glossary_formats` WRITE; +/*!40000 ALTER TABLE `t_glossary_formats` DISABLE KEYS */; +INSERT INTO `t_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `t_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_categories` +-- + +DROP TABLE IF EXISTS `t_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradcate_cou_ix` (`courseid`), + KEY `t_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_categories` +-- + +LOCK TABLES `t_grade_categories` WRITE; +/*!40000 ALTER TABLE `t_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_categories_history` +-- + +DROP TABLE IF EXISTS `t_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradcatehist_act_ix` (`action`), + KEY `t_gradcatehist_tim_ix` (`timemodified`), + KEY `t_gradcatehist_old_ix` (`oldid`), + KEY `t_gradcatehist_cou_ix` (`courseid`), + KEY `t_gradcatehist_par_ix` (`parent`), + KEY `t_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_categories_history` +-- + +LOCK TABLES `t_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `t_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_grades` +-- + +DROP TABLE IF EXISTS `t_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `t_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `t_gradgrad_ite_ix` (`itemid`), + KEY `t_gradgrad_use_ix` (`userid`), + KEY `t_gradgrad_raw_ix` (`rawscaleid`), + KEY `t_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_grades` +-- + +LOCK TABLES `t_grade_grades` WRITE; +/*!40000 ALTER TABLE `t_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_grades_history` +-- + +DROP TABLE IF EXISTS `t_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradgradhist_act_ix` (`action`), + KEY `t_gradgradhist_tim_ix` (`timemodified`), + KEY `t_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `t_gradgradhist_old_ix` (`oldid`), + KEY `t_gradgradhist_ite_ix` (`itemid`), + KEY `t_gradgradhist_use_ix` (`userid`), + KEY `t_gradgradhist_raw_ix` (`rawscaleid`), + KEY `t_gradgradhist_use2_ix` (`usermodified`), + KEY `t_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_grades_history` +-- + +LOCK TABLES `t_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `t_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `t_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_import_newitem` +-- + +LOCK TABLES `t_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `t_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_import_values` +-- + +DROP TABLE IF EXISTS `t_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradimpovalu_ite_ix` (`itemid`), + KEY `t_gradimpovalu_new_ix` (`newgradeitem`), + KEY `t_gradimpovalu_imp_ix` (`importer`), + KEY `t_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_import_values` +-- + +LOCK TABLES `t_grade_import_values` WRITE; +/*!40000 ALTER TABLE `t_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_items` +-- + +DROP TABLE IF EXISTS `t_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_graditem_locloc_ix` (`locked`,`locktime`), + KEY `t_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `t_graditem_gra_ix` (`gradetype`), + KEY `t_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `t_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `t_graditem_cou_ix` (`courseid`), + KEY `t_graditem_cat_ix` (`categoryid`), + KEY `t_graditem_sca_ix` (`scaleid`), + KEY `t_graditem_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_items` +-- + +LOCK TABLES `t_grade_items` WRITE; +/*!40000 ALTER TABLE `t_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_items_history` +-- + +DROP TABLE IF EXISTS `t_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_graditemhist_act_ix` (`action`), + KEY `t_graditemhist_tim_ix` (`timemodified`), + KEY `t_graditemhist_old_ix` (`oldid`), + KEY `t_graditemhist_cou_ix` (`courseid`), + KEY `t_graditemhist_cat_ix` (`categoryid`), + KEY `t_graditemhist_sca_ix` (`scaleid`), + KEY `t_graditemhist_out_ix` (`outcomeid`), + KEY `t_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_items_history` +-- + +LOCK TABLES `t_grade_items_history` WRITE; +/*!40000 ALTER TABLE `t_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_letters` +-- + +DROP TABLE IF EXISTS `t_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_letters` +-- + +LOCK TABLES `t_grade_letters` WRITE; +/*!40000 ALTER TABLE `t_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `t_gradoutc_cou_ix` (`courseid`), + KEY `t_gradoutc_sca_ix` (`scaleid`), + KEY `t_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_outcomes` +-- + +LOCK TABLES `t_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `t_gradoutccour_cou_ix` (`courseid`), + KEY `t_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_outcomes_courses` +-- + +LOCK TABLES `t_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradoutchist_act_ix` (`action`), + KEY `t_gradoutchist_tim_ix` (`timemodified`), + KEY `t_gradoutchist_old_ix` (`oldid`), + KEY `t_gradoutchist_cou_ix` (`courseid`), + KEY `t_gradoutchist_sca_ix` (`scaleid`), + KEY `t_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_outcomes_history` +-- + +LOCK TABLES `t_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_settings` +-- + +DROP TABLE IF EXISTS `t_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradsett_counam_uix` (`courseid`,`name`), + KEY `t_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_settings` +-- + +LOCK TABLES `t_grade_settings` WRITE; +/*!40000 ALTER TABLE `t_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_areas` +-- + +DROP TABLE IF EXISTS `t_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `t_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grading_areas` +-- + +LOCK TABLES `t_grading_areas` WRITE; +/*!40000 ALTER TABLE `t_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_definitions` +-- + +DROP TABLE IF EXISTS `t_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_graddefi_aremet_uix` (`areaid`,`method`), + KEY `t_graddefi_are_ix` (`areaid`), + KEY `t_graddefi_use_ix` (`usermodified`), + KEY `t_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grading_definitions` +-- + +LOCK TABLES `t_grading_definitions` WRITE; +/*!40000 ALTER TABLE `t_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_instances` +-- + +DROP TABLE IF EXISTS `t_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradinst_def_ix` (`definitionid`), + KEY `t_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grading_instances` +-- + +LOCK TABLES `t_grading_instances` WRITE; +/*!40000 ALTER TABLE `t_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_guide_comments` +-- + +LOCK TABLES `t_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_guide_criteria` +-- + +LOCK TABLES `t_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradguidfill_ins_ix` (`instanceid`), + KEY `t_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_gradingform_guide_fillings` +-- + +LOCK TABLES `t_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_rubric_criteria` +-- + +LOCK TABLES `t_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradrubrfill_lev_ix` (`levelid`), + KEY `t_gradrubrfill_ins_ix` (`instanceid`), + KEY `t_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_gradingform_rubric_fillings` +-- + +LOCK TABLES `t_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_rubric_levels` +-- + +LOCK TABLES `t_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groupings` +-- + +DROP TABLE IF EXISTS `t_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grou_idn2_ix` (`idnumber`), + KEY `t_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_groupings` +-- + +LOCK TABLES `t_groupings` WRITE; +/*!40000 ALTER TABLE `t_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groupings_groups` +-- + +DROP TABLE IF EXISTS `t_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grougrou_gro_ix` (`groupingid`), + KEY `t_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_groupings_groups` +-- + +LOCK TABLES `t_groupings_groups` WRITE; +/*!40000 ALTER TABLE `t_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groups` +-- + +DROP TABLE IF EXISTS `t_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grou_idn_ix` (`idnumber`), + KEY `t_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_groups` +-- + +LOCK TABLES `t_groups` WRITE; +/*!40000 ALTER TABLE `t_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groups_members` +-- + +DROP TABLE IF EXISTS `t_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `t_groumemb_gro_ix` (`groupid`), + KEY `t_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_groups_members` +-- + +LOCK TABLES `t_groups_members` WRITE; +/*!40000 ALTER TABLE `t_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p` +-- + +DROP TABLE IF EXISTS `t_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_h5p_pat_ix` (`pathnamehash`), + KEY `t_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p` +-- + +LOCK TABLES `t_h5p` WRITE; +/*!40000 ALTER TABLE `t_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `t_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `t_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_contents_libraries` +-- + +LOCK TABLES `t_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_libraries` +-- + +DROP TABLE IF EXISTS `t_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_libraries` +-- + +LOCK TABLES `t_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `t_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_libraries_cachedassets` +-- + +LOCK TABLES `t_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `t_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_h5plibrdepe_lib_ix` (`libraryid`), + KEY `t_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_library_dependencies` +-- + +LOCK TABLES `t_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity` +-- + +DROP TABLE IF EXISTS `t_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity` +-- + +LOCK TABLES `t_h5pactivity` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `t_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `t_h5paatte_tim_ix` (`timecreated`), + KEY `t_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `t_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `t_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity_attempts` +-- + +LOCK TABLES `t_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `t_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `t_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity_attempts_results` +-- + +LOCK TABLES `t_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_imscp` +-- + +DROP TABLE IF EXISTS `t_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_imscp` +-- + +LOCK TABLES `t_imscp` WRITE; +/*!40000 ALTER TABLE `t_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_infected_files` +-- + +DROP TABLE IF EXISTS `t_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_infected_files` +-- + +LOCK TABLES `t_infected_files` WRITE; +/*!40000 ALTER TABLE `t_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_label` +-- + +DROP TABLE IF EXISTS `t_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_label` +-- + +LOCK TABLES `t_label` WRITE; +/*!40000 ALTER TABLE `t_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson` +-- + +DROP TABLE IF EXISTS `t_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson` +-- + +LOCK TABLES `t_lesson` WRITE; +/*!40000 ALTER TABLE `t_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_answers` +-- + +DROP TABLE IF EXISTS `t_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessansw_les_ix` (`lessonid`), + KEY `t_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_answers` +-- + +LOCK TABLES `t_lesson_answers` WRITE; +/*!40000 ALTER TABLE `t_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_attempts` +-- + +DROP TABLE IF EXISTS `t_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessatte_use_ix` (`userid`), + KEY `t_lessatte_les_ix` (`lessonid`), + KEY `t_lessatte_pag_ix` (`pageid`), + KEY `t_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_attempts` +-- + +LOCK TABLES `t_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `t_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_branch` +-- + +DROP TABLE IF EXISTS `t_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessbran_use_ix` (`userid`), + KEY `t_lessbran_les_ix` (`lessonid`), + KEY `t_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_branch` +-- + +LOCK TABLES `t_lesson_branch` WRITE; +/*!40000 ALTER TABLE `t_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_grades` +-- + +DROP TABLE IF EXISTS `t_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessgrad_use_ix` (`userid`), + KEY `t_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_grades` +-- + +LOCK TABLES `t_lesson_grades` WRITE; +/*!40000 ALTER TABLE `t_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_overrides` +-- + +DROP TABLE IF EXISTS `t_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_lessover_les_ix` (`lessonid`), + KEY `t_lessover_gro_ix` (`groupid`), + KEY `t_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_overrides` +-- + +LOCK TABLES `t_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `t_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_pages` +-- + +DROP TABLE IF EXISTS `t_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_pages` +-- + +LOCK TABLES `t_lesson_pages` WRITE; +/*!40000 ALTER TABLE `t_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_timer` +-- + +DROP TABLE IF EXISTS `t_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lesstime_use_ix` (`userid`), + KEY `t_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_timer` +-- + +LOCK TABLES `t_lesson_timer` WRITE; +/*!40000 ALTER TABLE `t_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_license` +-- + +DROP TABLE IF EXISTS `t_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_license` +-- + +LOCK TABLES `t_license` WRITE; +/*!40000 ALTER TABLE `t_license` DISABLE KEYS */; +INSERT INTO `t_license` 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 `t_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lock_db` +-- + +DROP TABLE IF EXISTS `t_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_lockdb_res_uix` (`resourcekey`), + KEY `t_lockdb_exp_ix` (`expires`), + KEY `t_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_lock_db` +-- + +LOCK TABLES `t_lock_db` WRITE; +/*!40000 ALTER TABLE `t_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log` +-- + +DROP TABLE IF EXISTS `t_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_log_coumodact_ix` (`course`,`module`,`action`), + KEY `t_log_tim_ix` (`time`), + KEY `t_log_act_ix` (`action`), + KEY `t_log_usecou_ix` (`userid`,`course`), + KEY `t_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_log` +-- + +LOCK TABLES `t_log` WRITE; +/*!40000 ALTER TABLE `t_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log_display` +-- + +DROP TABLE IF EXISTS `t_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_log_display` +-- + +LOCK TABLES `t_log_display` WRITE; +/*!40000 ALTER TABLE `t_log_display` DISABLE KEYS */; +INSERT INTO `t_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `t_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log_queries` +-- + +DROP TABLE IF EXISTS `t_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_log_queries` +-- + +LOCK TABLES `t_log_queries` WRITE; +/*!40000 ALTER TABLE `t_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `t_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_logsstanlog_tim_ix` (`timecreated`), + KEY `t_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `t_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `t_logsstanlog_con_ix` (`contextid`), + KEY `t_logsstanlog_use_ix` (`userid`), + KEY `t_logsstanlog_cou_ix` (`courseid`), + KEY `t_logsstanlog_rea_ix` (`realuserid`), + KEY `t_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_logstore_standard_log` +-- + +LOCK TABLES `t_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `t_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti` +-- + +DROP TABLE IF EXISTS `t_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti` +-- + +LOCK TABLES `t_lti` WRITE; +/*!40000 ALTER TABLE `t_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `t_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltiaccetoke_tok_uix` (`token`), + KEY `t_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_access_tokens` +-- + +LOCK TABLES `t_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `t_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_submission` +-- + +DROP TABLE IF EXISTS `t_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_submission` +-- + +LOCK TABLES `t_lti_submission` WRITE; +/*!40000 ALTER TABLE `t_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `t_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_tool_proxies` +-- + +LOCK TABLES `t_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `t_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltitoolsett_too_ix` (`toolproxyid`), + KEY `t_ltitoolsett_typ_ix` (`typeid`), + KEY `t_ltitoolsett_cou_ix` (`course`), + KEY `t_ltitoolsett_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_tool_settings` +-- + +LOCK TABLES `t_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_types` +-- + +DROP TABLE IF EXISTS `t_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltitype_cli_uix` (`clientid`), + KEY `t_ltitype_cou_ix` (`course`), + KEY `t_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_types` +-- + +LOCK TABLES `t_lti_types` WRITE; +/*!40000 ALTER TABLE `t_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_types_config` +-- + +DROP TABLE IF EXISTS `t_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_types_config` +-- + +LOCK TABLES `t_lti_types_config` WRITE; +/*!40000 ALTER TABLE `t_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `t_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_ltisgrad_lti_ix` (`ltilinkid`), + KEY `t_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_ltiservice_gradebookservices` +-- + +LOCK TABLES `t_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message` +-- + +DROP TABLE IF EXISTS `t_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message` +-- + +LOCK TABLES `t_message` WRITE; +/*!40000 ALTER TABLE `t_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `t_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_airnotifier_devices` +-- + +LOCK TABLES `t_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_contact_requests` +-- + +DROP TABLE IF EXISTS `t_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `t_messcontrequ_use_ix` (`userid`), + KEY `t_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_contact_requests` +-- + +LOCK TABLES `t_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `t_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_contacts` +-- + +DROP TABLE IF EXISTS `t_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messcont_usecon_uix` (`userid`,`contactid`), + KEY `t_messcont_use_ix` (`userid`), + KEY `t_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_contacts` +-- + +LOCK TABLES `t_message_contacts` WRITE; +/*!40000 ALTER TABLE `t_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `t_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messconvacti_use_ix` (`userid`), + KEY `t_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversation_actions` +-- + +LOCK TABLES `t_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversation_members` +-- + +DROP TABLE IF EXISTS `t_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messconvmemb_con_ix` (`conversationid`), + KEY `t_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversation_members` +-- + +LOCK TABLES `t_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversations` +-- + +DROP TABLE IF EXISTS `t_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_messconv_typ_ix` (`type`), + KEY `t_messconv_con_ix` (`convhash`), + KEY `t_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `t_messconv_con2_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversations` +-- + +LOCK TABLES `t_message_conversations` WRITE; +/*!40000 ALTER TABLE `t_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_email_messages` +-- + +DROP TABLE IF EXISTS `t_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messemaimess_use_ix` (`useridto`), + KEY `t_messemaimess_con_ix` (`conversationid`), + KEY `t_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_email_messages` +-- + +LOCK TABLES `t_message_email_messages` WRITE; +/*!40000 ALTER TABLE `t_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_popup` +-- + +DROP TABLE IF EXISTS `t_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `t_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_popup` +-- + +LOCK TABLES `t_message_popup` WRITE; +/*!40000 ALTER TABLE `t_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `t_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_popup_notifications` +-- + +LOCK TABLES `t_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `t_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_processors` +-- + +DROP TABLE IF EXISTS `t_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_processors` +-- + +LOCK TABLES `t_message_processors` WRITE; +/*!40000 ALTER TABLE `t_message_processors` DISABLE KEYS */; +INSERT INTO `t_message_processors` VALUES (1,'airnotifier',1),(2,'email',1),(3,'popup',1); +/*!40000 ALTER TABLE `t_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_providers` +-- + +DROP TABLE IF EXISTS `t_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_providers` +-- + +LOCK TABLES `t_message_providers` WRITE; +/*!40000 ALTER TABLE `t_message_providers` DISABLE KEYS */; +INSERT INTO `t_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `t_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_read` +-- + +DROP TABLE IF EXISTS `t_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_messread_nottim_ix` (`notification`,`timeread`), + KEY `t_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_read` +-- + +LOCK TABLES `t_message_read` WRITE; +/*!40000 ALTER TABLE `t_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_user_actions` +-- + +DROP TABLE IF EXISTS `t_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `t_messuseracti_use_ix` (`userid`), + KEY `t_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_user_actions` +-- + +LOCK TABLES `t_message_user_actions` WRITE; +/*!40000 ALTER TABLE `t_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_users_blocked` +-- + +DROP TABLE IF EXISTS `t_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `t_messuserbloc_use_ix` (`userid`), + KEY `t_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_users_blocked` +-- + +LOCK TABLES `t_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `t_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `t_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messdata_handat_uix` (`handler`,`datavalue`), + KEY `t_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_datakeys` +-- + +LOCK TABLES `t_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `t_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_handlers` +-- + +LOCK TABLES `t_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `t_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `t_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `t_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_messagelist` +-- + +LOCK TABLES `t_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messages` +-- + +DROP TABLE IF EXISTS `t_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `t_mess_use_ix` (`useridfrom`), + KEY `t_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messages` +-- + +LOCK TABLES `t_messages` WRITE; +/*!40000 ALTER TABLE `t_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_application` +-- + +DROP TABLE IF EXISTS `t_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_application` +-- + +LOCK TABLES `t_mnet_application` WRITE; +/*!40000 ALTER TABLE `t_mnet_application` DISABLE KEYS */; +INSERT INTO `t_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `t_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_host` +-- + +DROP TABLE IF EXISTS `t_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_mnethost_las_ix` (`last_log_id`), + KEY `t_mnethost_app_ix` (`applicationid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_host` +-- + +LOCK TABLES `t_mnet_host` WRITE; +/*!40000 ALTER TABLE `t_mnet_host` DISABLE KEYS */; +INSERT INTO `t_mnet_host` VALUES (1,0,'https://www.example.com/moodle','93.184.215.14','','',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 `t_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_host2service` +-- + +DROP TABLE IF EXISTS `t_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_host2service` +-- + +LOCK TABLES `t_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `t_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_log` +-- + +DROP TABLE IF EXISTS `t_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_log` +-- + +LOCK TABLES `t_mnet_log` WRITE; +/*!40000 ALTER TABLE `t_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_remote_rpc` +-- + +LOCK TABLES `t_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `t_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_remote_service2rpc` +-- + +LOCK TABLES `t_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_rpc` +-- + +LOCK TABLES `t_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `t_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_service` +-- + +DROP TABLE IF EXISTS `t_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_service` +-- + +LOCK TABLES `t_mnet_service` WRITE; +/*!40000 ALTER TABLE `t_mnet_service` DISABLE KEYS */; +INSERT INTO `t_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `t_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_service2rpc` +-- + +LOCK TABLES `t_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `t_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_session` +-- + +DROP TABLE IF EXISTS `t_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetsess_tok_uix` (`token`), + KEY `t_mnetsess_use_ix` (`userid`), + KEY `t_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_session` +-- + +LOCK TABLES `t_mnet_session` WRITE; +/*!40000 ALTER TABLE `t_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `t_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_sso_access_control` +-- + +LOCK TABLES `t_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `t_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnetservice_enrol_courses` +-- + +LOCK TABLES `t_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `t_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_mnetenroenro_use_ix` (`userid`), + KEY `t_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `t_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_modules` +-- + +DROP TABLE IF EXISTS `t_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_modules` +-- + +LOCK TABLES `t_modules` WRITE; +/*!40000 ALTER TABLE `t_modules` DISABLE KEYS */; +INSERT INTO `t_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `t_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_my_pages` +-- + +DROP TABLE IF EXISTS `t_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_my_pages` +-- + +LOCK TABLES `t_my_pages` WRITE; +/*!40000 ALTER TABLE `t_my_pages` DISABLE KEYS */; +INSERT INTO `t_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `t_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_notifications` +-- + +DROP TABLE IF EXISTS `t_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_noti_use_ix` (`useridfrom`), + KEY `t_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_notifications` +-- + +LOCK TABLES `t_notifications` WRITE; +/*!40000 ALTER TABLE `t_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `t_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautaccetoke_iss_uix` (`issuerid`), + KEY `t_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_access_token` +-- + +LOCK TABLES `t_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `t_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_oautendp_iss_ix` (`issuerid`), + KEY `t_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_endpoint` +-- + +LOCK TABLES `t_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `t_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `t_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_issuer` +-- + +LOCK TABLES `t_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `t_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `t_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `t_oautrefrtoke_iss_ix` (`issuerid`), + KEY `t_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_refresh_token` +-- + +LOCK TABLES `t_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `t_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautsystacco_iss_uix` (`issuerid`), + KEY `t_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_system_account` +-- + +LOCK TABLES `t_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `t_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `t_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `t_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `t_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_user_field_mapping` +-- + +LOCK TABLES `t_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_page` +-- + +DROP TABLE IF EXISTS `t_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_page_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_page` +-- + +LOCK TABLES `t_page` WRITE; +/*!40000 ALTER TABLE `t_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_paygw_paypal` +-- + +DROP TABLE IF EXISTS `t_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `t_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_paygw_paypal` +-- + +LOCK TABLES `t_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `t_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payment_accounts` +-- + +DROP TABLE IF EXISTS `t_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payment_accounts` +-- + +LOCK TABLES `t_payment_accounts` WRITE; +/*!40000 ALTER TABLE `t_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payment_gateways` +-- + +DROP TABLE IF EXISTS `t_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payment_gateways` +-- + +LOCK TABLES `t_payment_gateways` WRITE; +/*!40000 ALTER TABLE `t_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payments` +-- + +DROP TABLE IF EXISTS `t_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_paym_gat_ix` (`gateway`), + KEY `t_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `t_paym_use_ix` (`userid`), + KEY `t_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payments` +-- + +LOCK TABLES `t_payments` WRITE; +/*!40000 ALTER TABLE `t_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_instance` +-- + +LOCK TABLES `t_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_portinstconf_nam_ix` (`name`), + KEY `t_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_instance_config` +-- + +LOCK TABLES `t_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_portinstuser_ins_ix` (`instance`), + KEY `t_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_instance_user` +-- + +LOCK TABLES `t_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_log` +-- + +DROP TABLE IF EXISTS `t_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_portlog_use_ix` (`userid`), + KEY `t_portlog_por_ix` (`portfolio`), + KEY `t_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_log` +-- + +LOCK TABLES `t_portfolio_log` WRITE; +/*!40000 ALTER TABLE `t_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `t_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_portmahaqueu_tok_ix` (`token`), + KEY `t_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_mahara_queue` +-- + +LOCK TABLES `t_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `t_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_porttemp_use_ix` (`userid`), + KEY `t_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_tempdata` +-- + +LOCK TABLES `t_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `t_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_post` +-- + +DROP TABLE IF EXISTS `t_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_post_iduse_uix` (`id`,`userid`), + KEY `t_post_las_ix` (`lastmodified`), + KEY `t_post_mod_ix` (`module`), + KEY `t_post_sub_ix` (`subject`), + KEY `t_post_use_ix` (`usermodified`), + KEY `t_post_cou_ix` (`courseid`), + KEY `t_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_post` +-- + +LOCK TABLES `t_post` WRITE; +/*!40000 ALTER TABLE `t_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_profiling` +-- + +DROP TABLE IF EXISTS `t_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_prof_run_uix` (`runid`), + KEY `t_prof_urlrun_ix` (`url`,`runreference`), + KEY `t_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_profiling` +-- + +LOCK TABLES `t_profiling` WRITE; +/*!40000 ALTER TABLE `t_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddimageortext` +-- + +LOCK TABLES `t_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddimageortext_drags` +-- + +LOCK TABLES `t_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddimageortext_drops` +-- + +LOCK TABLES `t_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddmarker` +-- + +LOCK TABLES `t_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddmarker_drags` +-- + +LOCK TABLES `t_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddmarker_drops` +-- + +LOCK TABLES `t_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `t_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_essay_options` +-- + +LOCK TABLES `t_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `t_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_essaywiris_backup` +-- + +LOCK TABLES `t_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_match_options` +-- + +DROP TABLE IF EXISTS `t_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_match_options` +-- + +LOCK TABLES `t_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `t_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_match_subquestions` +-- + +LOCK TABLES `t_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `t_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_multichoice_options` +-- + +LOCK TABLES `t_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `t_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_randomsamatch_options` +-- + +LOCK TABLES `t_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `t_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_shortanswer_options` +-- + +LOCK TABLES `t_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_wq` +-- + +DROP TABLE IF EXISTS `t_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `t_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_wq` +-- + +LOCK TABLES `t_qtype_wq` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `t_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_wq_variables` +-- + +LOCK TABLES `t_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question` +-- + +DROP TABLE IF EXISTS `t_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_ques_qty_ix` (`qtype`), + KEY `t_ques_par_ix` (`parent`), + KEY `t_ques_cre_ix` (`createdby`), + KEY `t_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question` +-- + +LOCK TABLES `t_question` WRITE; +/*!40000 ALTER TABLE `t_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_answers` +-- + +DROP TABLE IF EXISTS `t_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_answers` +-- + +LOCK TABLES `t_question_answers` WRITE; +/*!40000 ALTER TABLE `t_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `t_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempt_step_data` +-- + +LOCK TABLES `t_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `t_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `t_quesattestep_que_ix` (`questionattemptid`), + KEY `t_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempt_steps` +-- + +LOCK TABLES `t_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempts` +-- + +DROP TABLE IF EXISTS `t_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `t_quesatte_beh_ix` (`behaviour`), + KEY `t_quesatte_que_ix` (`questionid`), + KEY `t_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempts` +-- + +LOCK TABLES `t_question_attempts` WRITE; +/*!40000 ALTER TABLE `t_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_bank_entries` +-- + +DROP TABLE IF EXISTS `t_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `t_quesbankentr_que_ix` (`questioncategoryid`), + KEY `t_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_bank_entries` +-- + +LOCK TABLES `t_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `t_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_calculated` +-- + +DROP TABLE IF EXISTS `t_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `t_quescalc_ans_ix` (`answer`), + KEY `t_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_calculated` +-- + +LOCK TABLES `t_question_calculated` WRITE; +/*!40000 ALTER TABLE `t_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_calculated_options` +-- + +DROP TABLE IF EXISTS `t_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_calculated_options` +-- + +LOCK TABLES `t_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `t_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_categories` +-- + +DROP TABLE IF EXISTS `t_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `t_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `t_quescate_con_ix` (`contextid`), + KEY `t_quescate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_categories` +-- + +LOCK TABLES `t_question_categories` WRITE; +/*!40000 ALTER TABLE `t_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `t_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_dataset_definitions` +-- + +LOCK TABLES `t_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_dataset_items` +-- + +DROP TABLE IF EXISTS `t_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_dataset_items` +-- + +LOCK TABLES `t_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_datasets` +-- + +DROP TABLE IF EXISTS `t_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `t_quesdata_que_ix` (`question`), + KEY `t_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_datasets` +-- + +LOCK TABLES `t_question_datasets` WRITE; +/*!40000 ALTER TABLE `t_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_ddwtos` +-- + +DROP TABLE IF EXISTS `t_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_ddwtos` +-- + +LOCK TABLES `t_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `t_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_gapselect` +-- + +DROP TABLE IF EXISTS `t_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_gapselect` +-- + +LOCK TABLES `t_question_gapselect` WRITE; +/*!40000 ALTER TABLE `t_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_hints` +-- + +DROP TABLE IF EXISTS `t_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_hints` +-- + +LOCK TABLES `t_question_hints` WRITE; +/*!40000 ALTER TABLE `t_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_multianswer` +-- + +DROP TABLE IF EXISTS `t_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesmult_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_multianswer` +-- + +LOCK TABLES `t_question_multianswer` WRITE; +/*!40000 ALTER TABLE `t_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical` +-- + +DROP TABLE IF EXISTS `t_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `t_quesnume_ans_ix` (`answer`), + KEY `t_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_numerical` +-- + +LOCK TABLES `t_question_numerical` WRITE; +/*!40000 ALTER TABLE `t_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical_options` +-- + +DROP TABLE IF EXISTS `t_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `t_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_numerical_options` +-- + +LOCK TABLES `t_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical_units` +-- + +DROP TABLE IF EXISTS `t_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `t_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_numerical_units` +-- + +LOCK TABLES `t_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_references` +-- + +DROP TABLE IF EXISTS `t_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quesrefe_usi_ix` (`usingcontextid`), + KEY `t_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_references` +-- + +LOCK TABLES `t_question_references` WRITE; +/*!40000 ALTER TABLE `t_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_response_analysis` +-- + +DROP TABLE IF EXISTS `t_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_response_analysis` +-- + +LOCK TABLES `t_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `t_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_response_count` +-- + +DROP TABLE IF EXISTS `t_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_response_count` +-- + +LOCK TABLES `t_question_response_count` WRITE; +/*!40000 ALTER TABLE `t_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_set_references` +-- + +DROP TABLE IF EXISTS `t_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quessetrefe_usi_ix` (`usingcontextid`), + KEY `t_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_set_references` +-- + +LOCK TABLES `t_question_set_references` WRITE; +/*!40000 ALTER TABLE `t_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_statistics` +-- + +DROP TABLE IF EXISTS `t_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_statistics` +-- + +LOCK TABLES `t_question_statistics` WRITE; +/*!40000 ALTER TABLE `t_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_truefalse` +-- + +DROP TABLE IF EXISTS `t_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_questrue_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_truefalse` +-- + +LOCK TABLES `t_question_truefalse` WRITE; +/*!40000 ALTER TABLE `t_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_usages` +-- + +DROP TABLE IF EXISTS `t_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_usages` +-- + +LOCK TABLES `t_question_usages` WRITE; +/*!40000 ALTER TABLE `t_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_versions` +-- + +DROP TABLE IF EXISTS `t_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `t_quesvers_que_ix` (`questionbankentryid`), + KEY `t_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_versions` +-- + +LOCK TABLES `t_question_versions` WRITE; +/*!40000 ALTER TABLE `t_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz` +-- + +DROP TABLE IF EXISTS `t_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quiz_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quiz` +-- + +LOCK TABLES `t_quiz` WRITE; +/*!40000 ALTER TABLE `t_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_attempts` +-- + +DROP TABLE IF EXISTS `t_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `t_quizatte_uni_uix` (`uniqueid`), + KEY `t_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `t_quizatte_qui_ix` (`quiz`), + KEY `t_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quiz_attempts` +-- + +LOCK TABLES `t_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `t_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_feedback` +-- + +DROP TABLE IF EXISTS `t_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `t_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_feedback` +-- + +LOCK TABLES `t_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `t_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_grades` +-- + +DROP TABLE IF EXISTS `t_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quizgrad_use_ix` (`userid`), + KEY `t_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_grades` +-- + +LOCK TABLES `t_quiz_grades` WRITE; +/*!40000 ALTER TABLE `t_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_overrides` +-- + +DROP TABLE IF EXISTS `t_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_quizover_qui_ix` (`quiz`), + KEY `t_quizover_gro_ix` (`groupid`), + KEY `t_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_overrides` +-- + +LOCK TABLES `t_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `t_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `t_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_overview_regrades` +-- + +LOCK TABLES `t_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_reports` +-- + +DROP TABLE IF EXISTS `t_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_reports` +-- + +LOCK TABLES `t_quiz_reports` WRITE; +/*!40000 ALTER TABLE `t_quiz_reports` DISABLE KEYS */; +INSERT INTO `t_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `t_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_sections` +-- + +DROP TABLE IF EXISTS `t_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `t_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_sections` +-- + +LOCK TABLES `t_quiz_sections` WRITE; +/*!40000 ALTER TABLE `t_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_slots` +-- + +DROP TABLE IF EXISTS `t_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `t_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_slots` +-- + +LOCK TABLES `t_quiz_slots` WRITE; +/*!40000 ALTER TABLE `t_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_statistics` +-- + +DROP TABLE IF EXISTS `t_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `t_quiz_statistics` +-- + +LOCK TABLES `t_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `t_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `t_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `t_quizsebquiz_cmi_uix` (`cmid`), + KEY `t_quizsebquiz_tem_ix` (`templateid`), + KEY `t_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `t_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `t_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quizaccess_seb_template` +-- + +LOCK TABLES `t_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_rating` +-- + +DROP TABLE IF EXISTS `t_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `t_rati_con_ix` (`contextid`), + KEY `t_rati_use_ix` (`userid`), + KEY `t_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_rating` +-- + +LOCK TABLES `t_rating` WRITE; +/*!40000 ALTER TABLE `t_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_registration_hubs` +-- + +DROP TABLE IF EXISTS `t_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_registration_hubs` +-- + +LOCK TABLES `t_registration_hubs` WRITE; +/*!40000 ALTER TABLE `t_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repoaudi_rep_ix` (`reportid`), + KEY `t_repoaudi_use_ix` (`usercreated`), + KEY `t_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_audience` +-- + +LOCK TABLES `t_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repocolu_rep_ix` (`reportid`), + KEY `t_repocolu_use_ix` (`usercreated`), + KEY `t_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_column` +-- + +LOCK TABLES `t_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repofilt_rep_ix` (`reportid`), + KEY `t_repofilt_use_ix` (`usercreated`), + KEY `t_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_filter` +-- + +LOCK TABLES `t_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reporepo_use_ix` (`usercreated`), + KEY `t_reporepo_use2_ix` (`usermodified`), + KEY `t_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_report` +-- + +LOCK TABLES `t_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reposche_rep_ix` (`reportid`), + KEY `t_reposche_use_ix` (`userviewas`), + KEY `t_reposche_use2_ix` (`usercreated`), + KEY `t_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_schedule` +-- + +LOCK TABLES `t_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository` +-- + +DROP TABLE IF EXISTS `t_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_repository` +-- + +LOCK TABLES `t_repository` WRITE; +/*!40000 ALTER TABLE `t_repository` DISABLE KEYS */; +INSERT INTO `t_repository` 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 `t_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_instance_config` +-- + +DROP TABLE IF EXISTS `t_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_repository_instance_config` +-- + +LOCK TABLES `t_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `t_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_instances` +-- + +DROP TABLE IF EXISTS `t_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repoinst_use_ix` (`userid`), + KEY `t_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_repository_instances` +-- + +LOCK TABLES `t_repository_instances` WRITE; +/*!40000 ALTER TABLE `t_repository_instances` DISABLE KEYS */; +INSERT INTO `t_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080322,1734080322,0),(2,'',2,0,1,NULL,NULL,1734080322,1734080322,0),(3,'',3,0,1,NULL,NULL,1734080325,1734080325,0),(4,'',4,0,1,NULL,NULL,1734080326,1734080326,0),(5,'',5,0,1,NULL,NULL,1734080327,1734080327,0),(6,'',6,0,1,NULL,NULL,1734080327,1734080327,0),(7,'',7,0,1,NULL,NULL,1734080327,1734080327,0),(8,'',8,0,1,NULL,NULL,1734080328,1734080328,0); +/*!40000 ALTER TABLE `t_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `t_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_repository_onedrive_access` +-- + +LOCK TABLES `t_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `t_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_resource` +-- + +DROP TABLE IF EXISTS `t_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_resource` +-- + +LOCK TABLES `t_resource` WRITE; +/*!40000 ALTER TABLE `t_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_resource_old` +-- + +DROP TABLE IF EXISTS `t_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_resoold_old_uix` (`oldid`), + KEY `t_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_resource_old` +-- + +LOCK TABLES `t_resource_old` WRITE; +/*!40000 ALTER TABLE `t_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role` +-- + +DROP TABLE IF EXISTS `t_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_role_sor_uix` (`sortorder`), + UNIQUE KEY `t_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role` +-- + +LOCK TABLES `t_role` WRITE; +/*!40000 ALTER TABLE `t_role` DISABLE KEYS */; +INSERT INTO `t_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `t_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_assign` +-- + +DROP TABLE IF EXISTS `t_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `t_rolealloassi_rol_ix` (`roleid`), + KEY `t_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_allow_assign` +-- + +LOCK TABLES `t_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `t_role_allow_assign` DISABLE KEYS */; +INSERT INTO `t_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `t_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_override` +-- + +DROP TABLE IF EXISTS `t_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `t_rolealloover_rol_ix` (`roleid`), + KEY `t_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_allow_override` +-- + +LOCK TABLES `t_role_allow_override` WRITE; +/*!40000 ALTER TABLE `t_role_allow_override` DISABLE KEYS */; +INSERT INTO `t_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `t_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_switch` +-- + +DROP TABLE IF EXISTS `t_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `t_rolealloswit_rol_ix` (`roleid`), + KEY `t_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_allow_switch` +-- + +LOCK TABLES `t_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `t_role_allow_switch` DISABLE KEYS */; +INSERT INTO `t_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `t_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_view` +-- + +DROP TABLE IF EXISTS `t_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `t_rolealloview_rol_ix` (`roleid`), + KEY `t_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_allow_view` +-- + +LOCK TABLES `t_role_allow_view` WRITE; +/*!40000 ALTER TABLE `t_role_allow_view` DISABLE KEYS */; +INSERT INTO `t_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `t_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_assignments` +-- + +DROP TABLE IF EXISTS `t_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_roleassi_sor_ix` (`sortorder`), + KEY `t_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `t_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `t_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `t_roleassi_rol_ix` (`roleid`), + KEY `t_roleassi_con_ix` (`contextid`), + KEY `t_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_assignments` +-- + +LOCK TABLES `t_role_assignments` WRITE; +/*!40000 ALTER TABLE `t_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_capabilities` +-- + +DROP TABLE IF EXISTS `t_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `t_rolecapa_rol_ix` (`roleid`), + KEY `t_rolecapa_con_ix` (`contextid`), + KEY `t_rolecapa_mod_ix` (`modifierid`), + KEY `t_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1488 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_capabilities` +-- + +LOCK TABLES `t_role_capabilities` WRITE; +/*!40000 ALTER TABLE `t_role_capabilities` DISABLE KEYS */; +INSERT INTO `t_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734080174,0),(2,1,2,'moodle/site:configview',1,1734080174,0),(3,1,1,'moodle/site:readallmessages',1,1734080174,0),(4,1,3,'moodle/site:readallmessages',1,1734080174,0),(5,1,1,'moodle/site:manageallmessaging',1,1734080174,0),(6,1,1,'moodle/site:deleteanymessage',1,1734080174,0),(7,1,1,'moodle/site:sendmessage',1,1734080174,0),(8,1,7,'moodle/site:sendmessage',1,1734080174,0),(9,1,7,'moodle/site:senderrormessage',1,1734080174,0),(10,1,7,'moodle/site:deleteownmessage',1,1734080174,0),(11,1,1,'moodle/site:approvecourse',1,1734080174,0),(12,1,3,'moodle/backup:backupcourse',1,1734080174,0),(13,1,1,'moodle/backup:backupcourse',1,1734080174,0),(14,1,3,'moodle/backup:backupsection',1,1734080174,0),(15,1,1,'moodle/backup:backupsection',1,1734080174,0),(16,1,3,'moodle/backup:backupactivity',1,1734080175,0),(17,1,1,'moodle/backup:backupactivity',1,1734080175,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734080175,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734080175,0),(20,1,3,'moodle/backup:downloadfile',1,1734080175,0),(21,1,1,'moodle/backup:downloadfile',1,1734080175,0),(22,1,3,'moodle/backup:configure',1,1734080175,0),(23,1,1,'moodle/backup:configure',1,1734080175,0),(24,1,1,'moodle/backup:userinfo',1,1734080175,0),(25,1,1,'moodle/backup:anonymise',1,1734080175,0),(26,1,3,'moodle/restore:restorecourse',1,1734080175,0),(27,1,1,'moodle/restore:restorecourse',1,1734080175,0),(28,1,3,'moodle/restore:restoresection',1,1734080175,0),(29,1,1,'moodle/restore:restoresection',1,1734080175,0),(30,1,3,'moodle/restore:restoreactivity',1,1734080175,0),(31,1,1,'moodle/restore:restoreactivity',1,1734080175,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734080175,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734080175,0),(36,1,3,'moodle/restore:uploadfile',1,1734080175,0),(37,1,1,'moodle/restore:uploadfile',1,1734080175,0),(38,1,3,'moodle/restore:configure',1,1734080175,0),(39,1,1,'moodle/restore:configure',1,1734080175,0),(40,1,2,'moodle/restore:rolldates',1,1734080175,0),(41,1,1,'moodle/restore:rolldates',1,1734080176,0),(42,1,1,'moodle/restore:userinfo',1,1734080176,0),(43,1,1,'moodle/restore:createuser',1,1734080176,0),(44,1,3,'moodle/site:manageblocks',1,1734080176,0),(45,1,1,'moodle/site:manageblocks',1,1734080176,0),(46,1,3,'moodle/site:accessallgroups',1,1734080176,0),(47,1,1,'moodle/site:accessallgroups',1,1734080176,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734080176,0),(49,1,4,'moodle/site:viewfullnames',1,1734080176,0),(50,1,3,'moodle/site:viewfullnames',1,1734080176,0),(51,1,1,'moodle/site:viewfullnames',1,1734080176,0),(52,1,4,'moodle/site:viewuseridentity',1,1734080176,0),(53,1,3,'moodle/site:viewuseridentity',1,1734080176,0),(54,1,1,'moodle/site:viewuseridentity',1,1734080176,0),(55,1,4,'moodle/site:viewreports',1,1734080176,0),(56,1,3,'moodle/site:viewreports',1,1734080176,0),(57,1,1,'moodle/site:viewreports',1,1734080176,0),(58,1,3,'moodle/site:trustcontent',1,1734080176,0),(59,1,1,'moodle/site:trustcontent',1,1734080176,0),(60,1,1,'moodle/site:uploadusers',1,1734080176,0),(61,1,3,'moodle/filter:manage',1,1734080176,0),(62,1,1,'moodle/filter:manage',1,1734080176,0),(63,1,1,'moodle/user:create',1,1734080176,0),(64,1,1,'moodle/user:delete',1,1734080177,0),(65,1,1,'moodle/user:update',1,1734080177,0),(66,1,6,'moodle/user:viewdetails',1,1734080177,0),(67,1,5,'moodle/user:viewdetails',1,1734080177,0),(68,1,4,'moodle/user:viewdetails',1,1734080177,0),(69,1,3,'moodle/user:viewdetails',1,1734080177,0),(70,1,1,'moodle/user:viewdetails',1,1734080177,0),(71,1,1,'moodle/user:viewalldetails',1,1734080177,0),(72,1,1,'moodle/user:viewlastip',1,1734080177,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734080177,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734080177,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734080177,0),(76,1,1,'moodle/user:loginas',1,1734080177,0),(77,1,1,'moodle/user:managesyspages',1,1734080177,0),(78,1,7,'moodle/user:manageownblocks',1,1734080177,0),(79,1,7,'moodle/user:manageownfiles',1,1734080177,0),(80,1,1,'moodle/my:configsyspages',1,1734080177,0),(81,1,3,'moodle/role:assign',1,1734080177,0),(82,1,1,'moodle/role:assign',1,1734080177,0),(83,1,4,'moodle/role:review',1,1734080177,0),(84,1,3,'moodle/role:review',1,1734080177,0),(85,1,1,'moodle/role:review',1,1734080177,0),(86,1,1,'moodle/role:override',1,1734080177,0),(87,1,3,'moodle/role:safeoverride',1,1734080177,0),(88,1,1,'moodle/role:manage',1,1734080178,0),(89,1,3,'moodle/role:switchroles',1,1734080178,0),(90,1,1,'moodle/role:switchroles',1,1734080178,0),(91,1,1,'moodle/category:manage',1,1734080178,0),(92,1,6,'moodle/category:viewcourselist',1,1734080178,0),(93,1,7,'moodle/category:viewcourselist',1,1734080178,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734080178,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734080178,0),(96,1,1,'moodle/cohort:manage',1,1734080178,0),(97,1,1,'moodle/cohort:assign',1,1734080178,0),(98,1,3,'moodle/cohort:view',1,1734080178,0),(99,1,1,'moodle/cohort:view',1,1734080178,0),(100,1,2,'moodle/course:create',1,1734080178,0),(101,1,1,'moodle/course:create',1,1734080178,0),(102,1,3,'moodle/course:creategroupconversations',1,1734080178,0),(103,1,1,'moodle/course:creategroupconversations',1,1734080178,0),(104,1,1,'moodle/course:delete',1,1734080178,0),(105,1,3,'moodle/course:update',1,1734080178,0),(106,1,1,'moodle/course:update',1,1734080178,0),(107,1,1,'moodle/course:view',1,1734080178,0),(108,1,3,'moodle/course:enrolreview',1,1734080178,0),(109,1,1,'moodle/course:enrolreview',1,1734080178,0),(110,1,3,'moodle/course:enrolconfig',1,1734080178,0),(111,1,1,'moodle/course:enrolconfig',1,1734080178,0),(112,1,3,'moodle/course:reviewotherusers',1,1734080179,0),(113,1,1,'moodle/course:reviewotherusers',1,1734080179,0),(114,1,4,'moodle/course:bulkmessaging',1,1734080179,0),(115,1,3,'moodle/course:bulkmessaging',1,1734080179,0),(116,1,1,'moodle/course:bulkmessaging',1,1734080179,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734080179,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734080179,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734080179,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734080179,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734080179,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734080179,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734080179,0),(124,1,3,'moodle/course:visibility',1,1734080179,0),(125,1,1,'moodle/course:visibility',1,1734080179,0),(126,1,3,'moodle/course:managefiles',1,1734080179,0),(127,1,1,'moodle/course:managefiles',1,1734080179,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(132,1,3,'moodle/course:manageactivities',1,1734080179,0),(133,1,1,'moodle/course:manageactivities',1,1734080179,0),(134,1,3,'moodle/course:activityvisibility',1,1734080179,0),(135,1,1,'moodle/course:activityvisibility',1,1734080179,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734080179,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734080180,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734080180,0),(139,1,5,'moodle/course:viewparticipants',1,1734080180,0),(140,1,4,'moodle/course:viewparticipants',1,1734080180,0),(141,1,3,'moodle/course:viewparticipants',1,1734080180,0),(142,1,1,'moodle/course:viewparticipants',1,1734080180,0),(143,1,3,'moodle/course:changefullname',1,1734080180,0),(144,1,1,'moodle/course:changefullname',1,1734080180,0),(145,1,3,'moodle/course:changeshortname',1,1734080180,0),(146,1,1,'moodle/course:changeshortname',1,1734080180,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734080180,0),(148,1,3,'moodle/course:renameroles',1,1734080180,0),(149,1,1,'moodle/course:renameroles',1,1734080180,0),(150,1,3,'moodle/course:changeidnumber',1,1734080180,0),(151,1,1,'moodle/course:changeidnumber',1,1734080180,0),(152,1,3,'moodle/course:changecategory',1,1734080180,0),(153,1,1,'moodle/course:changecategory',1,1734080180,0),(154,1,3,'moodle/course:changesummary',1,1734080180,0),(155,1,1,'moodle/course:changesummary',1,1734080180,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734080180,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734080180,0),(158,1,1,'moodle/site:viewparticipants',1,1734080180,0),(159,1,5,'moodle/course:isincompletionreports',1,1734080180,0),(160,1,5,'moodle/course:viewscales',1,1734080181,0),(161,1,4,'moodle/course:viewscales',1,1734080181,0),(162,1,3,'moodle/course:viewscales',1,1734080181,0),(163,1,1,'moodle/course:viewscales',1,1734080181,0),(164,1,3,'moodle/course:managescales',1,1734080181,0),(165,1,1,'moodle/course:managescales',1,1734080181,0),(166,1,3,'moodle/course:managegroups',1,1734080181,0),(167,1,1,'moodle/course:managegroups',1,1734080181,0),(168,1,3,'moodle/course:reset',1,1734080181,0),(169,1,1,'moodle/course:reset',1,1734080181,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734080181,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734080181,0),(172,1,1,'moodle/course:tag',1,1734080181,0),(173,1,3,'moodle/course:tag',1,1734080181,0),(174,1,6,'moodle/blog:view',1,1734080181,0),(175,1,7,'moodle/blog:view',1,1734080181,0),(176,1,5,'moodle/blog:view',1,1734080181,0),(177,1,4,'moodle/blog:view',1,1734080181,0),(178,1,3,'moodle/blog:view',1,1734080181,0),(179,1,1,'moodle/blog:view',1,1734080181,0),(180,1,6,'moodle/blog:search',1,1734080181,0),(181,1,7,'moodle/blog:search',1,1734080181,0),(182,1,5,'moodle/blog:search',1,1734080181,0),(183,1,4,'moodle/blog:search',1,1734080181,0),(184,1,3,'moodle/blog:search',1,1734080182,0),(185,1,1,'moodle/blog:search',1,1734080182,0),(186,1,1,'moodle/blog:viewdrafts',1,1734080182,0),(187,1,7,'moodle/blog:create',1,1734080182,0),(188,1,1,'moodle/blog:create',1,1734080182,0),(189,1,4,'moodle/blog:manageentries',1,1734080182,0),(190,1,3,'moodle/blog:manageentries',1,1734080182,0),(191,1,1,'moodle/blog:manageentries',1,1734080182,0),(192,1,5,'moodle/blog:manageexternal',1,1734080182,0),(193,1,7,'moodle/blog:manageexternal',1,1734080182,0),(194,1,4,'moodle/blog:manageexternal',1,1734080182,0),(195,1,3,'moodle/blog:manageexternal',1,1734080182,0),(196,1,1,'moodle/blog:manageexternal',1,1734080182,0),(197,1,7,'moodle/calendar:manageownentries',1,1734080182,0),(198,1,1,'moodle/calendar:manageownentries',1,1734080182,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734080182,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734080182,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734080182,0),(202,1,4,'moodle/calendar:manageentries',1,1734080182,0),(203,1,3,'moodle/calendar:manageentries',1,1734080182,0),(204,1,1,'moodle/calendar:manageentries',1,1734080182,0),(205,1,1,'moodle/user:editprofile',1,1734080182,0),(206,1,6,'moodle/user:editownprofile',-1000,1734080183,0),(207,1,7,'moodle/user:editownprofile',1,1734080183,0),(208,1,1,'moodle/user:editownprofile',1,1734080183,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734080183,0),(210,1,7,'moodle/user:changeownpassword',1,1734080183,0),(211,1,1,'moodle/user:changeownpassword',1,1734080183,0),(212,1,5,'moodle/user:readuserposts',1,1734080183,0),(213,1,4,'moodle/user:readuserposts',1,1734080183,0),(214,1,3,'moodle/user:readuserposts',1,1734080183,0),(215,1,1,'moodle/user:readuserposts',1,1734080183,0),(216,1,5,'moodle/user:readuserblogs',1,1734080183,0),(217,1,4,'moodle/user:readuserblogs',1,1734080183,0),(218,1,3,'moodle/user:readuserblogs',1,1734080183,0),(219,1,1,'moodle/user:readuserblogs',1,1734080183,0),(220,1,1,'moodle/user:editmessageprofile',1,1734080183,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734080183,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734080183,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734080183,0),(224,1,3,'moodle/question:managecategory',1,1734080183,0),(225,1,1,'moodle/question:managecategory',1,1734080183,0),(226,1,3,'moodle/question:add',1,1734080183,0),(227,1,1,'moodle/question:add',1,1734080183,0),(228,1,3,'moodle/question:editmine',1,1734080183,0),(229,1,1,'moodle/question:editmine',1,1734080184,0),(230,1,3,'moodle/question:editall',1,1734080184,0),(231,1,1,'moodle/question:editall',1,1734080184,0),(232,1,3,'moodle/question:viewmine',1,1734080184,0),(233,1,1,'moodle/question:viewmine',1,1734080184,0),(234,1,3,'moodle/question:viewall',1,1734080184,0),(235,1,1,'moodle/question:viewall',1,1734080184,0),(236,1,3,'moodle/question:usemine',1,1734080184,0),(237,1,1,'moodle/question:usemine',1,1734080184,0),(238,1,3,'moodle/question:useall',1,1734080184,0),(239,1,1,'moodle/question:useall',1,1734080184,0),(240,1,3,'moodle/question:movemine',1,1734080184,0),(241,1,1,'moodle/question:movemine',1,1734080184,0),(242,1,3,'moodle/question:moveall',1,1734080184,0),(243,1,1,'moodle/question:moveall',1,1734080184,0),(244,1,1,'moodle/question:config',1,1734080184,0),(245,1,5,'moodle/question:flag',1,1734080184,0),(246,1,4,'moodle/question:flag',1,1734080184,0),(247,1,3,'moodle/question:flag',1,1734080184,0),(248,1,1,'moodle/question:flag',1,1734080184,0),(249,1,3,'moodle/question:tagmine',1,1734080184,0),(250,1,1,'moodle/question:tagmine',1,1734080184,0),(251,1,3,'moodle/question:tagall',1,1734080185,0),(252,1,1,'moodle/question:tagall',1,1734080185,0),(253,1,4,'moodle/site:doclinks',1,1734080185,0),(254,1,3,'moodle/site:doclinks',1,1734080185,0),(255,1,1,'moodle/site:doclinks',1,1734080185,0),(256,1,3,'moodle/course:sectionvisibility',1,1734080185,0),(257,1,1,'moodle/course:sectionvisibility',1,1734080185,0),(258,1,3,'moodle/course:useremail',1,1734080185,0),(259,1,1,'moodle/course:useremail',1,1734080185,0),(260,1,3,'moodle/course:viewhiddensections',1,1734080185,0),(261,1,1,'moodle/course:viewhiddensections',1,1734080185,0),(262,1,3,'moodle/course:setcurrentsection',1,1734080185,0),(263,1,1,'moodle/course:setcurrentsection',1,1734080185,0),(264,1,3,'moodle/course:movesections',1,1734080185,0),(265,1,1,'moodle/course:movesections',1,1734080185,0),(266,1,4,'moodle/grade:viewall',1,1734080185,0),(267,1,3,'moodle/grade:viewall',1,1734080185,0),(268,1,1,'moodle/grade:viewall',1,1734080185,0),(269,1,5,'moodle/grade:view',1,1734080185,0),(270,1,4,'moodle/grade:viewhidden',1,1734080185,0),(271,1,3,'moodle/grade:viewhidden',1,1734080185,0),(272,1,1,'moodle/grade:viewhidden',1,1734080185,0),(273,1,3,'moodle/grade:import',1,1734080185,0),(274,1,1,'moodle/grade:import',1,1734080185,0),(275,1,4,'moodle/grade:export',1,1734080186,0),(276,1,3,'moodle/grade:export',1,1734080186,0),(277,1,1,'moodle/grade:export',1,1734080186,0),(278,1,3,'moodle/grade:manage',1,1734080186,0),(279,1,1,'moodle/grade:manage',1,1734080186,0),(280,1,3,'moodle/grade:edit',1,1734080186,0),(281,1,1,'moodle/grade:edit',1,1734080186,0),(282,1,3,'moodle/grade:managegradingforms',1,1734080186,0),(283,1,1,'moodle/grade:managegradingforms',1,1734080186,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734080186,0),(285,1,1,'moodle/grade:managesharedforms',1,1734080186,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734080186,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734080186,0),(288,1,3,'moodle/grade:manageletters',1,1734080186,0),(289,1,1,'moodle/grade:manageletters',1,1734080186,0),(290,1,3,'moodle/grade:hide',1,1734080186,0),(291,1,1,'moodle/grade:hide',1,1734080186,0),(292,1,3,'moodle/grade:lock',1,1734080186,0),(293,1,1,'moodle/grade:lock',1,1734080186,0),(294,1,3,'moodle/grade:unlock',1,1734080186,0),(295,1,1,'moodle/grade:unlock',1,1734080186,0),(296,1,7,'moodle/my:manageblocks',1,1734080186,0),(297,1,4,'moodle/notes:view',1,1734080187,0),(298,1,3,'moodle/notes:view',1,1734080187,0),(299,1,1,'moodle/notes:view',1,1734080187,0),(300,1,4,'moodle/notes:manage',1,1734080187,0),(301,1,3,'moodle/notes:manage',1,1734080187,0),(302,1,1,'moodle/notes:manage',1,1734080187,0),(303,1,1,'moodle/tag:manage',1,1734080187,0),(304,1,1,'moodle/tag:edit',1,1734080187,0),(305,1,7,'moodle/tag:flag',1,1734080187,0),(306,1,4,'moodle/tag:editblocks',1,1734080187,0),(307,1,3,'moodle/tag:editblocks',1,1734080187,0),(308,1,1,'moodle/tag:editblocks',1,1734080187,0),(309,1,6,'moodle/block:view',1,1734080187,0),(310,1,7,'moodle/block:view',1,1734080187,0),(311,1,5,'moodle/block:view',1,1734080187,0),(312,1,4,'moodle/block:view',1,1734080187,0),(313,1,3,'moodle/block:view',1,1734080187,0),(314,1,3,'moodle/block:edit',1,1734080187,0),(315,1,1,'moodle/block:edit',1,1734080187,0),(316,1,7,'moodle/portfolio:export',1,1734080187,0),(317,1,5,'moodle/portfolio:export',1,1734080187,0),(318,1,4,'moodle/portfolio:export',1,1734080187,0),(319,1,3,'moodle/portfolio:export',1,1734080187,0),(320,1,8,'moodle/comment:view',1,1734080187,0),(321,1,6,'moodle/comment:view',1,1734080187,0),(322,1,7,'moodle/comment:view',1,1734080188,0),(323,1,5,'moodle/comment:view',1,1734080188,0),(324,1,4,'moodle/comment:view',1,1734080188,0),(325,1,3,'moodle/comment:view',1,1734080188,0),(326,1,1,'moodle/comment:view',1,1734080188,0),(327,1,7,'moodle/comment:post',1,1734080188,0),(328,1,5,'moodle/comment:post',1,1734080188,0),(329,1,4,'moodle/comment:post',1,1734080188,0),(330,1,3,'moodle/comment:post',1,1734080188,0),(331,1,1,'moodle/comment:post',1,1734080188,0),(332,1,3,'moodle/comment:delete',1,1734080188,0),(333,1,1,'moodle/comment:delete',1,1734080188,0),(334,1,1,'moodle/webservice:createtoken',1,1734080188,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734080188,0),(336,1,7,'moodle/rating:view',1,1734080188,0),(337,1,5,'moodle/rating:view',1,1734080188,0),(338,1,4,'moodle/rating:view',1,1734080188,0),(339,1,3,'moodle/rating:view',1,1734080188,0),(340,1,1,'moodle/rating:view',1,1734080188,0),(341,1,7,'moodle/rating:viewany',1,1734080188,0),(342,1,5,'moodle/rating:viewany',1,1734080188,0),(343,1,4,'moodle/rating:viewany',1,1734080188,0),(344,1,3,'moodle/rating:viewany',1,1734080188,0),(345,1,1,'moodle/rating:viewany',1,1734080188,0),(346,1,7,'moodle/rating:viewall',1,1734080188,0),(347,1,5,'moodle/rating:viewall',1,1734080189,0),(348,1,4,'moodle/rating:viewall',1,1734080189,0),(349,1,3,'moodle/rating:viewall',1,1734080189,0),(350,1,1,'moodle/rating:viewall',1,1734080189,0),(351,1,7,'moodle/rating:rate',1,1734080189,0),(352,1,5,'moodle/rating:rate',1,1734080189,0),(353,1,4,'moodle/rating:rate',1,1734080189,0),(354,1,3,'moodle/rating:rate',1,1734080189,0),(355,1,1,'moodle/rating:rate',1,1734080189,0),(356,1,4,'moodle/course:markcomplete',1,1734080189,0),(357,1,3,'moodle/course:markcomplete',1,1734080189,0),(358,1,1,'moodle/course:markcomplete',1,1734080189,0),(359,1,4,'moodle/course:overridecompletion',1,1734080189,0),(360,1,3,'moodle/course:overridecompletion',1,1734080189,0),(361,1,1,'moodle/course:overridecompletion',1,1734080189,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734080189,0),(363,1,7,'moodle/badges:viewbadges',1,1734080189,0),(364,1,7,'moodle/badges:manageownbadges',1,1734080189,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734080189,0),(366,1,7,'moodle/badges:earnbadge',1,1734080189,0),(367,1,1,'moodle/badges:createbadge',1,1734080189,0),(368,1,3,'moodle/badges:createbadge',1,1734080189,0),(369,1,1,'moodle/badges:deletebadge',1,1734080189,0),(370,1,3,'moodle/badges:deletebadge',1,1734080190,0),(371,1,1,'moodle/badges:configuredetails',1,1734080190,0),(372,1,3,'moodle/badges:configuredetails',1,1734080190,0),(373,1,1,'moodle/badges:configurecriteria',1,1734080190,0),(374,1,3,'moodle/badges:configurecriteria',1,1734080190,0),(375,1,1,'moodle/badges:configuremessages',1,1734080190,0),(376,1,3,'moodle/badges:configuremessages',1,1734080190,0),(377,1,1,'moodle/badges:awardbadge',1,1734080190,0),(378,1,4,'moodle/badges:awardbadge',1,1734080190,0),(379,1,3,'moodle/badges:awardbadge',1,1734080190,0),(380,1,1,'moodle/badges:revokebadge',1,1734080190,0),(381,1,4,'moodle/badges:revokebadge',1,1734080190,0),(382,1,3,'moodle/badges:revokebadge',1,1734080190,0),(383,1,1,'moodle/badges:viewawarded',1,1734080190,0),(384,1,4,'moodle/badges:viewawarded',1,1734080190,0),(385,1,3,'moodle/badges:viewawarded',1,1734080190,0),(386,1,6,'moodle/search:query',1,1734080190,0),(387,1,7,'moodle/search:query',1,1734080190,0),(388,1,5,'moodle/search:query',1,1734080190,0),(389,1,4,'moodle/search:query',1,1734080190,0),(390,1,3,'moodle/search:query',1,1734080190,0),(391,1,1,'moodle/search:query',1,1734080190,0),(392,1,1,'moodle/competency:competencymanage',1,1734080190,0),(393,1,7,'moodle/competency:competencyview',1,1734080190,0),(394,1,3,'moodle/competency:competencygrade',1,1734080191,0),(395,1,4,'moodle/competency:competencygrade',1,1734080191,0),(396,1,1,'moodle/competency:competencygrade',1,1734080191,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734080191,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734080191,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734080191,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734080191,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734080191,0),(402,1,1,'moodle/competency:planmanage',1,1734080191,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734080191,0),(404,1,1,'moodle/competency:planview',1,1734080191,0),(405,1,1,'moodle/competency:planviewdraft',1,1734080191,0),(406,1,7,'moodle/competency:planviewown',1,1734080191,0),(407,1,1,'moodle/competency:planrequestreview',1,1734080191,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734080191,0),(409,1,1,'moodle/competency:planreview',1,1734080191,0),(410,1,1,'moodle/competency:plancomment',1,1734080191,0),(411,1,7,'moodle/competency:plancommentown',1,1734080191,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734080191,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734080191,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734080191,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734080191,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734080192,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734080192,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734080192,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734080192,0),(420,1,1,'moodle/competency:templatemanage',1,1734080192,0),(421,1,4,'moodle/analytics:listinsights',1,1734080192,0),(422,1,3,'moodle/analytics:listinsights',1,1734080192,0),(423,1,1,'moodle/analytics:listinsights',1,1734080192,0),(424,1,1,'moodle/analytics:managemodels',1,1734080192,0),(425,1,1,'moodle/competency:templateview',1,1734080192,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734080192,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734080192,0),(428,1,1,'moodle/competency:userevidenceview',1,1734080192,0),(429,1,4,'moodle/site:messageanyuser',1,1734080192,0),(430,1,3,'moodle/site:messageanyuser',1,1734080192,0),(431,1,1,'moodle/site:messageanyuser',1,1734080192,0),(432,1,7,'moodle/course:togglecompletion',1,1734080192,0),(433,1,7,'moodle/analytics:listowninsights',1,1734080192,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734080192,0),(435,1,1,'moodle/h5p:deploy',1,1734080192,0),(436,1,3,'moodle/h5p:deploy',1,1734080192,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734080192,0),(438,1,1,'moodle/course:recommendactivity',1,1734080192,0),(439,1,1,'moodle/contentbank:access',1,1734080193,0),(440,1,2,'moodle/contentbank:access',1,1734080193,0),(441,1,3,'moodle/contentbank:access',1,1734080193,0),(442,1,1,'moodle/contentbank:upload',1,1734080193,0),(443,1,2,'moodle/contentbank:upload',1,1734080193,0),(444,1,3,'moodle/contentbank:upload',1,1734080193,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734080193,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734080193,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734080193,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734080193,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734080193,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734080193,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734080193,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734080193,0),(453,1,1,'moodle/contentbank:useeditor',1,1734080193,0),(454,1,2,'moodle/contentbank:useeditor',1,1734080193,0),(455,1,3,'moodle/contentbank:useeditor',1,1734080193,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734080193,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734080193,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734080193,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734080193,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734080193,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734080193,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734080193,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734080193,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734080194,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(467,1,7,'moodle/reportbuilder:view',1,1734080194,0),(468,1,1,'moodle/reportbuilder:edit',1,1734080194,0),(469,1,6,'mod/assign:view',1,1734080237,0),(470,1,5,'mod/assign:view',1,1734080237,0),(471,1,4,'mod/assign:view',1,1734080238,0),(472,1,3,'mod/assign:view',1,1734080238,0),(473,1,1,'mod/assign:view',1,1734080238,0),(474,1,5,'mod/assign:submit',1,1734080238,0),(475,1,4,'mod/assign:grade',1,1734080238,0),(476,1,3,'mod/assign:grade',1,1734080238,0),(477,1,1,'mod/assign:grade',1,1734080238,0),(478,1,4,'mod/assign:exportownsubmission',1,1734080238,0),(479,1,3,'mod/assign:exportownsubmission',1,1734080238,0),(480,1,1,'mod/assign:exportownsubmission',1,1734080238,0),(481,1,5,'mod/assign:exportownsubmission',1,1734080238,0),(482,1,3,'mod/assign:addinstance',1,1734080238,0),(483,1,1,'mod/assign:addinstance',1,1734080238,0),(484,1,4,'mod/assign:grantextension',1,1734080238,0),(485,1,3,'mod/assign:grantextension',1,1734080238,0),(486,1,1,'mod/assign:grantextension',1,1734080238,0),(487,1,3,'mod/assign:revealidentities',1,1734080238,0),(488,1,1,'mod/assign:revealidentities',1,1734080238,0),(489,1,3,'mod/assign:reviewgrades',1,1734080238,0),(490,1,1,'mod/assign:reviewgrades',1,1734080238,0),(491,1,3,'mod/assign:releasegrades',1,1734080238,0),(492,1,1,'mod/assign:releasegrades',1,1734080238,0),(493,1,3,'mod/assign:managegrades',1,1734080238,0),(494,1,1,'mod/assign:managegrades',1,1734080238,0),(495,1,3,'mod/assign:manageallocations',1,1734080239,0),(496,1,1,'mod/assign:manageallocations',1,1734080239,0),(497,1,3,'mod/assign:viewgrades',1,1734080239,0),(498,1,1,'mod/assign:viewgrades',1,1734080239,0),(499,1,4,'mod/assign:viewgrades',1,1734080239,0),(500,1,1,'mod/assign:viewblinddetails',1,1734080239,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734080239,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734080239,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734080239,0),(504,1,3,'mod/assign:manageoverrides',1,1734080239,0),(505,1,1,'mod/assign:manageoverrides',1,1734080239,0),(506,1,4,'mod/assign:showhiddengrader',1,1734080239,0),(507,1,3,'mod/assign:showhiddengrader',1,1734080239,0),(508,1,1,'mod/assign:showhiddengrader',1,1734080239,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734080239,0),(510,1,6,'mod/assignment:view',1,1734080240,0),(511,1,5,'mod/assignment:view',1,1734080240,0),(512,1,4,'mod/assignment:view',1,1734080240,0),(513,1,3,'mod/assignment:view',1,1734080240,0),(514,1,1,'mod/assignment:view',1,1734080240,0),(515,1,3,'mod/assignment:addinstance',1,1734080240,0),(516,1,1,'mod/assignment:addinstance',1,1734080240,0),(517,1,5,'mod/assignment:submit',1,1734080240,0),(518,1,4,'mod/assignment:grade',1,1734080240,0),(519,1,3,'mod/assignment:grade',1,1734080240,0),(520,1,1,'mod/assignment:grade',1,1734080240,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734080240,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734080240,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734080240,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734080240,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734080241,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734080241,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734080241,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734080241,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734080241,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734080241,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734080241,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734080242,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734080242,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(554,1,3,'mod/book:addinstance',1,1734080243,0),(555,1,1,'mod/book:addinstance',1,1734080243,0),(556,1,6,'mod/book:read',1,1734080243,0),(557,1,8,'mod/book:read',1,1734080243,0),(558,1,5,'mod/book:read',1,1734080243,0),(559,1,4,'mod/book:read',1,1734080243,0),(560,1,3,'mod/book:read',1,1734080243,0),(561,1,1,'mod/book:read',1,1734080243,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734080243,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734080243,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734080243,0),(565,1,3,'mod/book:edit',1,1734080243,0),(566,1,1,'mod/book:edit',1,1734080243,0),(567,1,3,'mod/chat:addinstance',1,1734080244,0),(568,1,1,'mod/chat:addinstance',1,1734080244,0),(569,1,5,'mod/chat:chat',1,1734080244,0),(570,1,4,'mod/chat:chat',1,1734080244,0),(571,1,3,'mod/chat:chat',1,1734080244,0),(572,1,1,'mod/chat:chat',1,1734080244,0),(573,1,5,'mod/chat:readlog',1,1734080244,0),(574,1,4,'mod/chat:readlog',1,1734080244,0),(575,1,3,'mod/chat:readlog',1,1734080244,0),(576,1,1,'mod/chat:readlog',1,1734080244,0),(577,1,4,'mod/chat:deletelog',1,1734080244,0),(578,1,3,'mod/chat:deletelog',1,1734080244,0),(579,1,1,'mod/chat:deletelog',1,1734080244,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734080244,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734080245,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734080245,0),(583,1,4,'mod/chat:exportsession',1,1734080245,0),(584,1,3,'mod/chat:exportsession',1,1734080245,0),(585,1,1,'mod/chat:exportsession',1,1734080245,0),(586,1,7,'mod/chat:view',1,1734080245,0),(587,1,6,'mod/chat:view',1,1734080245,0),(588,1,3,'mod/choice:addinstance',1,1734080245,0),(589,1,1,'mod/choice:addinstance',1,1734080245,0),(590,1,5,'mod/choice:choose',1,1734080245,0),(591,1,4,'mod/choice:choose',1,1734080245,0),(592,1,3,'mod/choice:choose',1,1734080245,0),(593,1,4,'mod/choice:readresponses',1,1734080246,0),(594,1,3,'mod/choice:readresponses',1,1734080246,0),(595,1,1,'mod/choice:readresponses',1,1734080246,0),(596,1,4,'mod/choice:deleteresponses',1,1734080246,0),(597,1,3,'mod/choice:deleteresponses',1,1734080246,0),(598,1,1,'mod/choice:deleteresponses',1,1734080246,0),(599,1,4,'mod/choice:downloadresponses',1,1734080246,0),(600,1,3,'mod/choice:downloadresponses',1,1734080246,0),(601,1,1,'mod/choice:downloadresponses',1,1734080246,0),(602,1,7,'mod/choice:view',1,1734080246,0),(603,1,6,'mod/choice:view',1,1734080246,0),(604,1,3,'mod/data:addinstance',1,1734080247,0),(605,1,1,'mod/data:addinstance',1,1734080247,0),(606,1,8,'mod/data:viewentry',1,1734080247,0),(607,1,6,'mod/data:viewentry',1,1734080247,0),(608,1,5,'mod/data:viewentry',1,1734080247,0),(609,1,4,'mod/data:viewentry',1,1734080247,0),(610,1,3,'mod/data:viewentry',1,1734080247,0),(611,1,1,'mod/data:viewentry',1,1734080247,0),(612,1,5,'mod/data:writeentry',1,1734080247,0),(613,1,4,'mod/data:writeentry',1,1734080247,0),(614,1,3,'mod/data:writeentry',1,1734080247,0),(615,1,1,'mod/data:writeentry',1,1734080247,0),(616,1,5,'mod/data:comment',1,1734080247,0),(617,1,4,'mod/data:comment',1,1734080247,0),(618,1,3,'mod/data:comment',1,1734080247,0),(619,1,1,'mod/data:comment',1,1734080247,0),(620,1,4,'mod/data:rate',1,1734080247,0),(621,1,3,'mod/data:rate',1,1734080247,0),(622,1,1,'mod/data:rate',1,1734080247,0),(623,1,4,'mod/data:viewrating',1,1734080248,0),(624,1,3,'mod/data:viewrating',1,1734080248,0),(625,1,1,'mod/data:viewrating',1,1734080248,0),(626,1,4,'mod/data:viewanyrating',1,1734080248,0),(627,1,3,'mod/data:viewanyrating',1,1734080248,0),(628,1,1,'mod/data:viewanyrating',1,1734080248,0),(629,1,4,'mod/data:viewallratings',1,1734080248,0),(630,1,3,'mod/data:viewallratings',1,1734080248,0),(631,1,1,'mod/data:viewallratings',1,1734080248,0),(632,1,4,'mod/data:approve',1,1734080248,0),(633,1,3,'mod/data:approve',1,1734080248,0),(634,1,1,'mod/data:approve',1,1734080248,0),(635,1,4,'mod/data:manageentries',1,1734080248,0),(636,1,3,'mod/data:manageentries',1,1734080248,0),(637,1,1,'mod/data:manageentries',1,1734080248,0),(638,1,4,'mod/data:managecomments',1,1734080248,0),(639,1,3,'mod/data:managecomments',1,1734080248,0),(640,1,1,'mod/data:managecomments',1,1734080248,0),(641,1,3,'mod/data:managetemplates',1,1734080248,0),(642,1,1,'mod/data:managetemplates',1,1734080248,0),(643,1,4,'mod/data:viewalluserpresets',1,1734080248,0),(644,1,3,'mod/data:viewalluserpresets',1,1734080248,0),(645,1,1,'mod/data:viewalluserpresets',1,1734080248,0),(646,1,1,'mod/data:manageuserpresets',1,1734080249,0),(647,1,1,'mod/data:exportentry',1,1734080249,0),(648,1,4,'mod/data:exportentry',1,1734080249,0),(649,1,3,'mod/data:exportentry',1,1734080249,0),(650,1,1,'mod/data:exportownentry',1,1734080249,0),(651,1,4,'mod/data:exportownentry',1,1734080249,0),(652,1,3,'mod/data:exportownentry',1,1734080249,0),(653,1,5,'mod/data:exportownentry',1,1734080249,0),(654,1,1,'mod/data:exportallentries',1,1734080249,0),(655,1,4,'mod/data:exportallentries',1,1734080249,0),(656,1,3,'mod/data:exportallentries',1,1734080249,0),(657,1,1,'mod/data:exportuserinfo',1,1734080249,0),(658,1,4,'mod/data:exportuserinfo',1,1734080249,0),(659,1,3,'mod/data:exportuserinfo',1,1734080249,0),(660,1,6,'mod/data:view',1,1734080249,0),(661,1,5,'mod/data:view',1,1734080249,0),(662,1,4,'mod/data:view',1,1734080249,0),(663,1,3,'mod/data:view',1,1734080249,0),(664,1,1,'mod/data:view',1,1734080249,0),(665,1,3,'mod/feedback:addinstance',1,1734080250,0),(666,1,1,'mod/feedback:addinstance',1,1734080251,0),(667,1,6,'mod/feedback:view',1,1734080251,0),(668,1,8,'mod/feedback:view',1,1734080251,0),(669,1,5,'mod/feedback:view',1,1734080251,0),(670,1,4,'mod/feedback:view',1,1734080251,0),(671,1,3,'mod/feedback:view',1,1734080251,0),(672,1,1,'mod/feedback:view',1,1734080251,0),(673,1,8,'mod/feedback:complete',1,1734080251,0),(674,1,5,'mod/feedback:complete',1,1734080251,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734080251,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734080251,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734080251,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734080251,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734080251,0),(680,1,1,'mod/feedback:mapcourse',1,1734080251,0),(681,1,3,'mod/feedback:edititems',1,1734080251,0),(682,1,1,'mod/feedback:edititems',1,1734080251,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734080251,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734080251,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734080251,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734080252,0),(687,1,3,'mod/feedback:deletetemplate',1,1734080252,0),(688,1,1,'mod/feedback:deletetemplate',1,1734080252,0),(689,1,4,'mod/feedback:viewreports',1,1734080252,0),(690,1,3,'mod/feedback:viewreports',1,1734080252,0),(691,1,1,'mod/feedback:viewreports',1,1734080252,0),(692,1,4,'mod/feedback:receivemail',1,1734080252,0),(693,1,3,'mod/feedback:receivemail',1,1734080252,0),(694,1,3,'mod/folder:addinstance',1,1734080252,0),(695,1,1,'mod/folder:addinstance',1,1734080252,0),(696,1,6,'mod/folder:view',1,1734080252,0),(697,1,7,'mod/folder:view',1,1734080252,0),(698,1,3,'mod/folder:managefiles',1,1734080252,0),(699,1,3,'mod/forum:addinstance',1,1734080254,0),(700,1,1,'mod/forum:addinstance',1,1734080254,0),(701,1,8,'mod/forum:viewdiscussion',1,1734080254,0),(702,1,6,'mod/forum:viewdiscussion',1,1734080254,0),(703,1,5,'mod/forum:viewdiscussion',1,1734080254,0),(704,1,4,'mod/forum:viewdiscussion',1,1734080254,0),(705,1,3,'mod/forum:viewdiscussion',1,1734080254,0),(706,1,1,'mod/forum:viewdiscussion',1,1734080254,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734080254,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734080254,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734080254,0),(710,1,5,'mod/forum:startdiscussion',1,1734080254,0),(711,1,4,'mod/forum:startdiscussion',1,1734080254,0),(712,1,3,'mod/forum:startdiscussion',1,1734080254,0),(713,1,1,'mod/forum:startdiscussion',1,1734080254,0),(714,1,5,'mod/forum:replypost',1,1734080255,0),(715,1,4,'mod/forum:replypost',1,1734080255,0),(716,1,3,'mod/forum:replypost',1,1734080255,0),(717,1,1,'mod/forum:replypost',1,1734080255,0),(718,1,4,'mod/forum:addnews',1,1734080255,0),(719,1,3,'mod/forum:addnews',1,1734080255,0),(720,1,1,'mod/forum:addnews',1,1734080255,0),(721,1,4,'mod/forum:replynews',1,1734080255,0),(722,1,3,'mod/forum:replynews',1,1734080255,0),(723,1,1,'mod/forum:replynews',1,1734080255,0),(724,1,5,'mod/forum:viewrating',1,1734080255,0),(725,1,4,'mod/forum:viewrating',1,1734080255,0),(726,1,3,'mod/forum:viewrating',1,1734080255,0),(727,1,1,'mod/forum:viewrating',1,1734080255,0),(728,1,4,'mod/forum:viewanyrating',1,1734080255,0),(729,1,3,'mod/forum:viewanyrating',1,1734080255,0),(730,1,1,'mod/forum:viewanyrating',1,1734080255,0),(731,1,4,'mod/forum:viewallratings',1,1734080255,0),(732,1,3,'mod/forum:viewallratings',1,1734080255,0),(733,1,1,'mod/forum:viewallratings',1,1734080255,0),(734,1,4,'mod/forum:rate',1,1734080255,0),(735,1,3,'mod/forum:rate',1,1734080255,0),(736,1,1,'mod/forum:rate',1,1734080255,0),(737,1,4,'mod/forum:postprivatereply',1,1734080256,0),(738,1,3,'mod/forum:postprivatereply',1,1734080256,0),(739,1,1,'mod/forum:postprivatereply',1,1734080256,0),(740,1,4,'mod/forum:readprivatereplies',1,1734080256,0),(741,1,3,'mod/forum:readprivatereplies',1,1734080256,0),(742,1,1,'mod/forum:readprivatereplies',1,1734080256,0),(743,1,5,'mod/forum:createattachment',1,1734080256,0),(744,1,4,'mod/forum:createattachment',1,1734080256,0),(745,1,3,'mod/forum:createattachment',1,1734080256,0),(746,1,1,'mod/forum:createattachment',1,1734080256,0),(747,1,5,'mod/forum:deleteownpost',1,1734080256,0),(748,1,4,'mod/forum:deleteownpost',1,1734080256,0),(749,1,3,'mod/forum:deleteownpost',1,1734080256,0),(750,1,1,'mod/forum:deleteownpost',1,1734080256,0),(751,1,4,'mod/forum:deleteanypost',1,1734080256,0),(752,1,3,'mod/forum:deleteanypost',1,1734080256,0),(753,1,1,'mod/forum:deleteanypost',1,1734080256,0),(754,1,4,'mod/forum:splitdiscussions',1,1734080256,0),(755,1,3,'mod/forum:splitdiscussions',1,1734080256,0),(756,1,1,'mod/forum:splitdiscussions',1,1734080256,0),(757,1,4,'mod/forum:movediscussions',1,1734080257,0),(758,1,3,'mod/forum:movediscussions',1,1734080257,0),(759,1,1,'mod/forum:movediscussions',1,1734080257,0),(760,1,4,'mod/forum:pindiscussions',1,1734080257,0),(761,1,3,'mod/forum:pindiscussions',1,1734080257,0),(762,1,1,'mod/forum:pindiscussions',1,1734080257,0),(763,1,4,'mod/forum:editanypost',1,1734080257,0),(764,1,3,'mod/forum:editanypost',1,1734080257,0),(765,1,1,'mod/forum:editanypost',1,1734080257,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734080257,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734080257,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734080257,0),(769,1,4,'mod/forum:viewsubscribers',1,1734080257,0),(770,1,3,'mod/forum:viewsubscribers',1,1734080257,0),(771,1,1,'mod/forum:viewsubscribers',1,1734080257,0),(772,1,4,'mod/forum:managesubscriptions',1,1734080257,0),(773,1,3,'mod/forum:managesubscriptions',1,1734080257,0),(774,1,1,'mod/forum:managesubscriptions',1,1734080257,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734080257,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734080257,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734080258,0),(778,1,4,'mod/forum:exportdiscussion',1,1734080258,0),(779,1,3,'mod/forum:exportdiscussion',1,1734080258,0),(780,1,1,'mod/forum:exportdiscussion',1,1734080258,0),(781,1,4,'mod/forum:exportforum',1,1734080258,0),(782,1,3,'mod/forum:exportforum',1,1734080258,0),(783,1,1,'mod/forum:exportforum',1,1734080258,0),(784,1,4,'mod/forum:exportpost',1,1734080258,0),(785,1,3,'mod/forum:exportpost',1,1734080258,0),(786,1,1,'mod/forum:exportpost',1,1734080258,0),(787,1,4,'mod/forum:exportownpost',1,1734080258,0),(788,1,3,'mod/forum:exportownpost',1,1734080258,0),(789,1,1,'mod/forum:exportownpost',1,1734080258,0),(790,1,5,'mod/forum:exportownpost',1,1734080258,0),(791,1,4,'mod/forum:addquestion',1,1734080258,0),(792,1,3,'mod/forum:addquestion',1,1734080258,0),(793,1,1,'mod/forum:addquestion',1,1734080258,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734080258,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734080259,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734080259,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734080259,0),(798,1,4,'mod/forum:canposttomygroups',1,1734080259,0),(799,1,3,'mod/forum:canposttomygroups',1,1734080259,0),(800,1,1,'mod/forum:canposttomygroups',1,1734080259,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734080259,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734080259,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734080259,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734080259,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734080259,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734080259,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734080259,0),(808,1,4,'mod/forum:grade',1,1734080259,0),(809,1,3,'mod/forum:grade',1,1734080259,0),(810,1,1,'mod/forum:grade',1,1734080259,0),(811,1,3,'mod/glossary:addinstance',1,1734080260,0),(812,1,1,'mod/glossary:addinstance',1,1734080260,0),(813,1,8,'mod/glossary:view',1,1734080260,0),(814,1,6,'mod/glossary:view',1,1734080260,0),(815,1,5,'mod/glossary:view',1,1734080260,0),(816,1,4,'mod/glossary:view',1,1734080260,0),(817,1,3,'mod/glossary:view',1,1734080260,0),(818,1,1,'mod/glossary:view',1,1734080260,0),(819,1,5,'mod/glossary:write',1,1734080260,0),(820,1,4,'mod/glossary:write',1,1734080260,0),(821,1,3,'mod/glossary:write',1,1734080260,0),(822,1,1,'mod/glossary:write',1,1734080261,0),(823,1,4,'mod/glossary:manageentries',1,1734080261,0),(824,1,3,'mod/glossary:manageentries',1,1734080261,0),(825,1,1,'mod/glossary:manageentries',1,1734080261,0),(826,1,4,'mod/glossary:managecategories',1,1734080261,0),(827,1,3,'mod/glossary:managecategories',1,1734080261,0),(828,1,1,'mod/glossary:managecategories',1,1734080261,0),(829,1,5,'mod/glossary:comment',1,1734080261,0),(830,1,4,'mod/glossary:comment',1,1734080261,0),(831,1,3,'mod/glossary:comment',1,1734080261,0),(832,1,1,'mod/glossary:comment',1,1734080261,0),(833,1,4,'mod/glossary:managecomments',1,1734080261,0),(834,1,3,'mod/glossary:managecomments',1,1734080261,0),(835,1,1,'mod/glossary:managecomments',1,1734080261,0),(836,1,4,'mod/glossary:import',1,1734080261,0),(837,1,3,'mod/glossary:import',1,1734080261,0),(838,1,1,'mod/glossary:import',1,1734080261,0),(839,1,4,'mod/glossary:export',1,1734080261,0),(840,1,3,'mod/glossary:export',1,1734080261,0),(841,1,1,'mod/glossary:export',1,1734080261,0),(842,1,4,'mod/glossary:approve',1,1734080261,0),(843,1,3,'mod/glossary:approve',1,1734080262,0),(844,1,1,'mod/glossary:approve',1,1734080262,0),(845,1,4,'mod/glossary:rate',1,1734080262,0),(846,1,3,'mod/glossary:rate',1,1734080262,0),(847,1,1,'mod/glossary:rate',1,1734080262,0),(848,1,4,'mod/glossary:viewrating',1,1734080262,0),(849,1,3,'mod/glossary:viewrating',1,1734080262,0),(850,1,1,'mod/glossary:viewrating',1,1734080262,0),(851,1,4,'mod/glossary:viewanyrating',1,1734080262,0),(852,1,3,'mod/glossary:viewanyrating',1,1734080262,0),(853,1,1,'mod/glossary:viewanyrating',1,1734080262,0),(854,1,4,'mod/glossary:viewallratings',1,1734080262,0),(855,1,3,'mod/glossary:viewallratings',1,1734080262,0),(856,1,1,'mod/glossary:viewallratings',1,1734080262,0),(857,1,4,'mod/glossary:exportentry',1,1734080262,0),(858,1,3,'mod/glossary:exportentry',1,1734080262,0),(859,1,1,'mod/glossary:exportentry',1,1734080262,0),(860,1,4,'mod/glossary:exportownentry',1,1734080262,0),(861,1,3,'mod/glossary:exportownentry',1,1734080262,0),(862,1,1,'mod/glossary:exportownentry',1,1734080262,0),(863,1,5,'mod/glossary:exportownentry',1,1734080262,0),(864,1,6,'mod/h5pactivity:view',1,1734080263,0),(865,1,5,'mod/h5pactivity:view',1,1734080263,0),(866,1,4,'mod/h5pactivity:view',1,1734080263,0),(867,1,3,'mod/h5pactivity:view',1,1734080263,0),(868,1,1,'mod/h5pactivity:view',1,1734080263,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734080263,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734080263,0),(871,1,5,'mod/h5pactivity:submit',1,1734080263,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734080263,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734080264,0),(874,1,6,'mod/imscp:view',1,1734080264,0),(875,1,7,'mod/imscp:view',1,1734080264,0),(876,1,3,'mod/imscp:addinstance',1,1734080264,0),(877,1,1,'mod/imscp:addinstance',1,1734080264,0),(878,1,3,'mod/label:addinstance',1,1734080264,0),(879,1,1,'mod/label:addinstance',1,1734080265,0),(880,1,7,'mod/label:view',1,1734080265,0),(881,1,6,'mod/label:view',1,1734080265,0),(882,1,3,'mod/lesson:addinstance',1,1734080265,0),(883,1,1,'mod/lesson:addinstance',1,1734080266,0),(884,1,3,'mod/lesson:edit',1,1734080266,0),(885,1,1,'mod/lesson:edit',1,1734080266,0),(886,1,4,'mod/lesson:grade',1,1734080266,0),(887,1,3,'mod/lesson:grade',1,1734080266,0),(888,1,1,'mod/lesson:grade',1,1734080266,0),(889,1,4,'mod/lesson:viewreports',1,1734080266,0),(890,1,3,'mod/lesson:viewreports',1,1734080266,0),(891,1,1,'mod/lesson:viewreports',1,1734080266,0),(892,1,4,'mod/lesson:manage',1,1734080266,0),(893,1,3,'mod/lesson:manage',1,1734080266,0),(894,1,1,'mod/lesson:manage',1,1734080266,0),(895,1,3,'mod/lesson:manageoverrides',1,1734080266,0),(896,1,1,'mod/lesson:manageoverrides',1,1734080266,0),(897,1,7,'mod/lesson:view',1,1734080266,0),(898,1,6,'mod/lesson:view',1,1734080266,0),(899,1,5,'mod/lti:view',1,1734080267,0),(900,1,4,'mod/lti:view',1,1734080267,0),(901,1,3,'mod/lti:view',1,1734080268,0),(902,1,1,'mod/lti:view',1,1734080268,0),(903,1,3,'mod/lti:addinstance',1,1734080268,0),(904,1,1,'mod/lti:addinstance',1,1734080268,0),(905,1,4,'mod/lti:manage',1,1734080268,0),(906,1,3,'mod/lti:manage',1,1734080268,0),(907,1,1,'mod/lti:manage',1,1734080268,0),(908,1,3,'mod/lti:addcoursetool',1,1734080268,0),(909,1,1,'mod/lti:addcoursetool',1,1734080268,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(912,1,3,'mod/lti:addmanualinstance',1,1734080268,0),(913,1,1,'mod/lti:addmanualinstance',1,1734080268,0),(914,1,3,'mod/lti:requesttooladd',1,1734080268,0),(915,1,1,'mod/lti:requesttooladd',1,1734080268,0),(916,1,6,'mod/page:view',1,1734080269,0),(917,1,7,'mod/page:view',1,1734080269,0),(918,1,3,'mod/page:addinstance',1,1734080269,0),(919,1,1,'mod/page:addinstance',1,1734080269,0),(920,1,6,'mod/quiz:view',1,1734080270,0),(921,1,5,'mod/quiz:view',1,1734080270,0),(922,1,4,'mod/quiz:view',1,1734080270,0),(923,1,3,'mod/quiz:view',1,1734080270,0),(924,1,1,'mod/quiz:view',1,1734080270,0),(925,1,3,'mod/quiz:addinstance',1,1734080270,0),(926,1,1,'mod/quiz:addinstance',1,1734080270,0),(927,1,5,'mod/quiz:attempt',1,1734080270,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734080270,0),(929,1,3,'mod/quiz:manage',1,1734080270,0),(930,1,1,'mod/quiz:manage',1,1734080270,0),(931,1,3,'mod/quiz:manageoverrides',1,1734080270,0),(932,1,1,'mod/quiz:manageoverrides',1,1734080270,0),(933,1,4,'mod/quiz:viewoverrides',1,1734080270,0),(934,1,3,'mod/quiz:viewoverrides',1,1734080270,0),(935,1,1,'mod/quiz:viewoverrides',1,1734080271,0),(936,1,4,'mod/quiz:preview',1,1734080271,0),(937,1,3,'mod/quiz:preview',1,1734080271,0),(938,1,1,'mod/quiz:preview',1,1734080271,0),(939,1,4,'mod/quiz:grade',1,1734080271,0),(940,1,3,'mod/quiz:grade',1,1734080271,0),(941,1,1,'mod/quiz:grade',1,1734080271,0),(942,1,4,'mod/quiz:regrade',1,1734080271,0),(943,1,3,'mod/quiz:regrade',1,1734080271,0),(944,1,1,'mod/quiz:regrade',1,1734080271,0),(945,1,4,'mod/quiz:viewreports',1,1734080271,0),(946,1,3,'mod/quiz:viewreports',1,1734080271,0),(947,1,1,'mod/quiz:viewreports',1,1734080271,0),(948,1,3,'mod/quiz:deleteattempts',1,1734080271,0),(949,1,1,'mod/quiz:deleteattempts',1,1734080271,0),(950,1,6,'mod/resource:view',1,1734080272,0),(951,1,7,'mod/resource:view',1,1734080272,0),(952,1,3,'mod/resource:addinstance',1,1734080272,0),(953,1,1,'mod/resource:addinstance',1,1734080272,0),(954,1,3,'mod/scorm:addinstance',1,1734080273,0),(955,1,1,'mod/scorm:addinstance',1,1734080273,0),(956,1,4,'mod/scorm:viewreport',1,1734080273,0),(957,1,3,'mod/scorm:viewreport',1,1734080273,0),(958,1,1,'mod/scorm:viewreport',1,1734080273,0),(959,1,5,'mod/scorm:skipview',1,1734080273,0),(960,1,5,'mod/scorm:savetrack',1,1734080273,0),(961,1,4,'mod/scorm:savetrack',1,1734080273,0),(962,1,3,'mod/scorm:savetrack',1,1734080273,0),(963,1,1,'mod/scorm:savetrack',1,1734080273,0),(964,1,5,'mod/scorm:viewscores',1,1734080274,0),(965,1,4,'mod/scorm:viewscores',1,1734080274,0),(966,1,3,'mod/scorm:viewscores',1,1734080274,0),(967,1,1,'mod/scorm:viewscores',1,1734080274,0),(968,1,4,'mod/scorm:deleteresponses',1,1734080274,0),(969,1,3,'mod/scorm:deleteresponses',1,1734080274,0),(970,1,1,'mod/scorm:deleteresponses',1,1734080274,0),(971,1,3,'mod/survey:addinstance',1,1734080275,0),(972,1,1,'mod/survey:addinstance',1,1734080275,0),(973,1,5,'mod/survey:participate',1,1734080275,0),(974,1,4,'mod/survey:participate',1,1734080275,0),(975,1,3,'mod/survey:participate',1,1734080275,0),(976,1,1,'mod/survey:participate',1,1734080275,0),(977,1,4,'mod/survey:readresponses',1,1734080275,0),(978,1,3,'mod/survey:readresponses',1,1734080275,0),(979,1,1,'mod/survey:readresponses',1,1734080275,0),(980,1,4,'mod/survey:download',1,1734080275,0),(981,1,3,'mod/survey:download',1,1734080275,0),(982,1,1,'mod/survey:download',1,1734080275,0),(983,1,6,'mod/url:view',1,1734080276,0),(984,1,7,'mod/url:view',1,1734080276,0),(985,1,3,'mod/url:addinstance',1,1734080276,0),(986,1,1,'mod/url:addinstance',1,1734080276,0),(987,1,3,'mod/wiki:addinstance',1,1734080277,0),(988,1,1,'mod/wiki:addinstance',1,1734080277,0),(989,1,6,'mod/wiki:viewpage',1,1734080277,0),(990,1,8,'mod/wiki:viewpage',1,1734080277,0),(991,1,5,'mod/wiki:viewpage',1,1734080277,0),(992,1,4,'mod/wiki:viewpage',1,1734080277,0),(993,1,3,'mod/wiki:viewpage',1,1734080277,0),(994,1,1,'mod/wiki:viewpage',1,1734080277,0),(995,1,5,'mod/wiki:editpage',1,1734080277,0),(996,1,4,'mod/wiki:editpage',1,1734080277,0),(997,1,3,'mod/wiki:editpage',1,1734080277,0),(998,1,1,'mod/wiki:editpage',1,1734080277,0),(999,1,5,'mod/wiki:createpage',1,1734080277,0),(1000,1,4,'mod/wiki:createpage',1,1734080277,0),(1001,1,3,'mod/wiki:createpage',1,1734080277,0),(1002,1,1,'mod/wiki:createpage',1,1734080277,0),(1003,1,5,'mod/wiki:viewcomment',1,1734080277,0),(1004,1,4,'mod/wiki:viewcomment',1,1734080277,0),(1005,1,3,'mod/wiki:viewcomment',1,1734080277,0),(1006,1,1,'mod/wiki:viewcomment',1,1734080278,0),(1007,1,5,'mod/wiki:editcomment',1,1734080278,0),(1008,1,4,'mod/wiki:editcomment',1,1734080278,0),(1009,1,3,'mod/wiki:editcomment',1,1734080278,0),(1010,1,1,'mod/wiki:editcomment',1,1734080278,0),(1011,1,4,'mod/wiki:managecomment',1,1734080278,0),(1012,1,3,'mod/wiki:managecomment',1,1734080278,0),(1013,1,1,'mod/wiki:managecomment',1,1734080278,0),(1014,1,4,'mod/wiki:managefiles',1,1734080278,0),(1015,1,3,'mod/wiki:managefiles',1,1734080278,0),(1016,1,1,'mod/wiki:managefiles',1,1734080278,0),(1017,1,4,'mod/wiki:overridelock',1,1734080278,0),(1018,1,3,'mod/wiki:overridelock',1,1734080278,0),(1019,1,1,'mod/wiki:overridelock',1,1734080278,0),(1020,1,4,'mod/wiki:managewiki',1,1734080278,0),(1021,1,3,'mod/wiki:managewiki',1,1734080278,0),(1022,1,1,'mod/wiki:managewiki',1,1734080278,0),(1023,1,6,'mod/workshop:view',1,1734080279,0),(1024,1,5,'mod/workshop:view',1,1734080279,0),(1025,1,4,'mod/workshop:view',1,1734080279,0),(1026,1,3,'mod/workshop:view',1,1734080279,0),(1027,1,1,'mod/workshop:view',1,1734080279,0),(1028,1,3,'mod/workshop:addinstance',1,1734080279,0),(1029,1,1,'mod/workshop:addinstance',1,1734080279,0),(1030,1,4,'mod/workshop:switchphase',1,1734080279,0),(1031,1,3,'mod/workshop:switchphase',1,1734080279,0),(1032,1,1,'mod/workshop:switchphase',1,1734080279,0),(1033,1,3,'mod/workshop:editdimensions',1,1734080279,0),(1034,1,1,'mod/workshop:editdimensions',1,1734080279,0),(1035,1,5,'mod/workshop:submit',1,1734080280,0),(1036,1,5,'mod/workshop:peerassess',1,1734080280,0),(1037,1,4,'mod/workshop:manageexamples',1,1734080280,0),(1038,1,3,'mod/workshop:manageexamples',1,1734080280,0),(1039,1,1,'mod/workshop:manageexamples',1,1734080280,0),(1040,1,4,'mod/workshop:allocate',1,1734080280,0),(1041,1,3,'mod/workshop:allocate',1,1734080280,0),(1042,1,1,'mod/workshop:allocate',1,1734080280,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734080280,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734080280,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734080280,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734080280,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734080280,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734080280,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734080280,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734080280,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734080280,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734080280,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734080280,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734080281,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734080281,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734080281,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734080281,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734080281,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734080281,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734080281,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734080281,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734080281,0),(1067,1,4,'mod/workshop:overridegrades',1,1734080281,0),(1068,1,3,'mod/workshop:overridegrades',1,1734080281,0),(1069,1,1,'mod/workshop:overridegrades',1,1734080281,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734080281,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734080281,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734080281,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734080281,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734080281,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734080282,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734080282,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734080282,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734080282,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734080282,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734080284,0),(1081,1,1,'enrol/category:config',1,1734080285,0),(1082,1,3,'enrol/category:config',1,1734080285,0),(1083,1,3,'enrol/cohort:config',1,1734080286,0),(1084,1,1,'enrol/cohort:config',1,1734080286,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080286,0),(1086,1,1,'enrol/database:unenrol',1,1734080286,0),(1087,1,1,'enrol/database:config',1,1734080286,0),(1088,1,3,'enrol/database:config',1,1734080286,0),(1089,1,1,'enrol/fee:config',1,1734080286,0),(1090,1,1,'enrol/fee:manage',1,1734080286,0),(1091,1,3,'enrol/fee:manage',1,1734080286,0),(1092,1,1,'enrol/fee:unenrol',1,1734080286,0),(1093,1,1,'enrol/guest:config',1,1734080287,0),(1094,1,3,'enrol/guest:config',1,1734080287,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080287,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080287,0),(1097,1,1,'enrol/ldap:manage',1,1734080287,0),(1098,1,1,'enrol/lti:config',1,1734080289,0),(1099,1,3,'enrol/lti:config',1,1734080289,0),(1100,1,1,'enrol/lti:unenrol',1,1734080289,0),(1101,1,3,'enrol/lti:unenrol',1,1734080289,0),(1102,1,1,'enrol/manual:config',1,1734080289,0),(1103,1,1,'enrol/manual:enrol',1,1734080289,0),(1104,1,3,'enrol/manual:enrol',1,1734080290,0),(1105,1,1,'enrol/manual:manage',1,1734080290,0),(1106,1,3,'enrol/manual:manage',1,1734080290,0),(1107,1,1,'enrol/manual:unenrol',1,1734080290,0),(1108,1,3,'enrol/manual:unenrol',1,1734080290,0),(1109,1,1,'enrol/meta:config',1,1734080290,0),(1110,1,3,'enrol/meta:config',1,1734080290,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080290,0),(1112,1,1,'enrol/meta:unenrol',1,1734080290,0),(1113,1,1,'enrol/mnet:config',1,1734080290,0),(1114,1,3,'enrol/mnet:config',1,1734080290,0),(1115,1,1,'enrol/paypal:config',1,1734080291,0),(1116,1,1,'enrol/paypal:manage',1,1734080291,0),(1117,1,3,'enrol/paypal:manage',1,1734080291,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080291,0),(1119,1,3,'enrol/self:config',1,1734080291,0),(1120,1,1,'enrol/self:config',1,1734080291,0),(1121,1,3,'enrol/self:manage',1,1734080291,0),(1122,1,1,'enrol/self:manage',1,1734080291,0),(1123,1,5,'enrol/self:unenrolself',1,1734080291,0),(1124,1,3,'enrol/self:unenrol',1,1734080292,0),(1125,1,1,'enrol/self:unenrol',1,1734080292,0),(1126,1,7,'enrol/self:enrolself',1,1734080292,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080292,0),(1128,1,3,'block/accessreview:addinstance',1,1734080293,0),(1129,1,1,'block/accessreview:addinstance',1,1734080293,0),(1130,1,3,'block/accessreview:view',1,1734080293,0),(1131,1,1,'block/accessreview:view',1,1734080293,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080294,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080294,0),(1134,1,3,'block/activity_results:addinstance',1,1734080294,0),(1135,1,1,'block/activity_results:addinstance',1,1734080294,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080294,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080294,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080295,0),(1139,1,3,'block/badges:addinstance',1,1734080295,0),(1140,1,1,'block/badges:addinstance',1,1734080295,0),(1141,1,7,'block/badges:myaddinstance',1,1734080295,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080295,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080295,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080295,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080295,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080296,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080296,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080296,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080296,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080296,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080296,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080297,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080297,0),(1154,1,7,'block/comments:myaddinstance',1,1734080297,0),(1155,1,3,'block/comments:addinstance',1,1734080297,0),(1156,1,1,'block/comments:addinstance',1,1734080297,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080297,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080297,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080297,0),(1160,1,3,'block/course_list:addinstance',1,1734080297,0),(1161,1,1,'block/course_list:addinstance',1,1734080297,0),(1162,1,3,'block/course_summary:addinstance',1,1734080298,0),(1163,1,1,'block/course_summary:addinstance',1,1734080298,0),(1164,1,3,'block/feedback:addinstance',1,1734080298,0),(1165,1,1,'block/feedback:addinstance',1,1734080298,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080298,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080298,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080298,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080298,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080298,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080299,0),(1172,1,7,'block/html:myaddinstance',1,1734080299,0),(1173,1,3,'block/html:addinstance',1,1734080299,0),(1174,1,1,'block/html:addinstance',1,1734080299,0),(1175,1,3,'block/login:addinstance',1,1734080299,0),(1176,1,1,'block/login:addinstance',1,1734080299,0),(1177,1,3,'block/lp:addinstance',1,1734080299,0),(1178,1,1,'block/lp:addinstance',1,1734080299,0),(1179,1,7,'block/lp:myaddinstance',1,1734080299,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080300,0),(1181,1,3,'block/mentees:addinstance',1,1734080300,0),(1182,1,1,'block/mentees:addinstance',1,1734080300,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080300,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080300,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080300,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080300,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080300,0),(1188,1,3,'block/myprofile:addinstance',1,1734080300,0),(1189,1,1,'block/myprofile:addinstance',1,1734080300,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080301,0),(1191,1,3,'block/navigation:addinstance',1,1734080301,0),(1192,1,1,'block/navigation:addinstance',1,1734080301,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080301,0),(1194,1,3,'block/news_items:addinstance',1,1734080301,0),(1195,1,1,'block/news_items:addinstance',1,1734080301,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080301,0),(1197,1,3,'block/online_users:addinstance',1,1734080301,0),(1198,1,1,'block/online_users:addinstance',1,1734080301,0),(1199,1,7,'block/online_users:viewlist',1,1734080301,0),(1200,1,6,'block/online_users:viewlist',-1,1734080301,0),(1201,1,5,'block/online_users:viewlist',1,1734080301,0),(1202,1,4,'block/online_users:viewlist',1,1734080301,0),(1203,1,3,'block/online_users:viewlist',1,1734080301,0),(1204,1,1,'block/online_users:viewlist',1,1734080301,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080302,0),(1206,1,3,'block/private_files:addinstance',1,1734080302,0),(1207,1,1,'block/private_files:addinstance',1,1734080302,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080302,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080302,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080302,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080302,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080302,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080303,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080303,0),(1215,1,3,'block/rss_client:addinstance',1,1734080303,0),(1216,1,1,'block/rss_client:addinstance',1,1734080303,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080303,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080303,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080303,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080303,0),(1221,1,3,'block/search_forums:addinstance',1,1734080304,0),(1222,1,1,'block/search_forums:addinstance',1,1734080304,0),(1223,1,3,'block/section_links:addinstance',1,1734080304,0),(1224,1,1,'block/section_links:addinstance',1,1734080304,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080304,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080304,0),(1227,1,7,'block/settings:myaddinstance',1,1734080304,0),(1228,1,3,'block/settings:addinstance',1,1734080305,0),(1229,1,1,'block/settings:addinstance',1,1734080305,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080305,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080305,0),(1232,1,3,'block/social_activities:addinstance',1,1734080305,0),(1233,1,1,'block/social_activities:addinstance',1,1734080305,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080305,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080305,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080305,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080306,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080306,0),(1239,1,7,'block/tags:myaddinstance',1,1734080306,0),(1240,1,3,'block/tags:addinstance',1,1734080306,0),(1241,1,1,'block/tags:addinstance',1,1734080306,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080306,0),(1243,1,4,'report/completion:view',1,1734080312,0),(1244,1,3,'report/completion:view',1,1734080312,0),(1245,1,1,'report/completion:view',1,1734080312,0),(1246,1,4,'report/courseoverview:view',1,1734080312,0),(1247,1,3,'report/courseoverview:view',1,1734080312,0),(1248,1,1,'report/courseoverview:view',1,1734080312,0),(1249,1,4,'report/log:view',1,1734080313,0),(1250,1,3,'report/log:view',1,1734080313,0),(1251,1,1,'report/log:view',1,1734080313,0),(1252,1,4,'report/log:viewtoday',1,1734080313,0),(1253,1,3,'report/log:viewtoday',1,1734080313,0),(1254,1,1,'report/log:viewtoday',1,1734080313,0),(1255,1,4,'report/loglive:view',1,1734080314,0),(1256,1,3,'report/loglive:view',1,1734080314,0),(1257,1,1,'report/loglive:view',1,1734080314,0),(1258,1,4,'report/outline:view',1,1734080314,0),(1259,1,3,'report/outline:view',1,1734080314,0),(1260,1,1,'report/outline:view',1,1734080314,0),(1261,1,4,'report/outline:viewuserreport',1,1734080314,0),(1262,1,3,'report/outline:viewuserreport',1,1734080314,0),(1263,1,1,'report/outline:viewuserreport',1,1734080314,0),(1264,1,4,'report/participation:view',1,1734080314,0),(1265,1,3,'report/participation:view',1,1734080314,0),(1266,1,1,'report/participation:view',1,1734080315,0),(1267,1,1,'report/performance:view',1,1734080315,0),(1268,1,4,'report/progress:view',1,1734080315,0),(1269,1,3,'report/progress:view',1,1734080315,0),(1270,1,1,'report/progress:view',1,1734080315,0),(1271,1,1,'report/security:view',1,1734080315,0),(1272,1,4,'report/stats:view',1,1734080315,0),(1273,1,3,'report/stats:view',1,1734080315,0),(1274,1,1,'report/stats:view',1,1734080316,0),(1275,1,1,'report/status:view',1,1734080316,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080316,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080316,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080316,0),(1279,1,4,'gradeexport/ods:view',1,1734080316,0),(1280,1,3,'gradeexport/ods:view',1,1734080316,0),(1281,1,1,'gradeexport/ods:view',1,1734080316,0),(1282,1,1,'gradeexport/ods:publish',1,1734080316,0),(1283,1,4,'gradeexport/txt:view',1,1734080317,0),(1284,1,3,'gradeexport/txt:view',1,1734080317,0),(1285,1,1,'gradeexport/txt:view',1,1734080317,0),(1286,1,1,'gradeexport/txt:publish',1,1734080317,0),(1287,1,4,'gradeexport/xls:view',1,1734080317,0),(1288,1,3,'gradeexport/xls:view',1,1734080317,0),(1289,1,1,'gradeexport/xls:view',1,1734080317,0),(1290,1,1,'gradeexport/xls:publish',1,1734080317,0),(1291,1,4,'gradeexport/xml:view',1,1734080317,0),(1292,1,3,'gradeexport/xml:view',1,1734080317,0),(1293,1,1,'gradeexport/xml:view',1,1734080317,0),(1294,1,1,'gradeexport/xml:publish',1,1734080317,0),(1295,1,3,'gradeimport/csv:view',1,1734080318,0),(1296,1,1,'gradeimport/csv:view',1,1734080318,0),(1297,1,3,'gradeimport/direct:view',1,1734080318,0),(1298,1,1,'gradeimport/direct:view',1,1734080318,0),(1299,1,3,'gradeimport/xml:view',1,1734080318,0),(1300,1,1,'gradeimport/xml:view',1,1734080318,0),(1301,1,1,'gradeimport/xml:publish',1,1734080318,0),(1302,1,4,'gradereport/grader:view',1,1734080318,0),(1303,1,3,'gradereport/grader:view',1,1734080318,0),(1304,1,1,'gradereport/grader:view',1,1734080318,0),(1305,1,4,'gradereport/history:view',1,1734080319,0),(1306,1,3,'gradereport/history:view',1,1734080319,0),(1307,1,1,'gradereport/history:view',1,1734080319,0),(1308,1,4,'gradereport/outcomes:view',1,1734080319,0),(1309,1,3,'gradereport/outcomes:view',1,1734080319,0),(1310,1,1,'gradereport/outcomes:view',1,1734080319,0),(1311,1,7,'gradereport/overview:view',1,1734080319,0),(1312,1,3,'gradereport/singleview:view',1,1734080319,0),(1313,1,1,'gradereport/singleview:view',1,1734080319,0),(1314,1,3,'gradereport/summary:view',1,1734080320,0),(1315,1,4,'gradereport/summary:view',1,1734080320,0),(1316,1,1,'gradereport/summary:view',1,1734080320,0),(1317,1,5,'gradereport/user:view',1,1734080320,0),(1318,1,4,'gradereport/user:view',1,1734080320,0),(1319,1,3,'gradereport/user:view',1,1734080320,0),(1320,1,1,'gradereport/user:view',1,1734080320,0),(1321,1,7,'repository/areafiles:view',1,1734080322,0),(1322,1,2,'repository/contentbank:view',1,1734080323,0),(1323,1,3,'repository/contentbank:view',1,1734080323,0),(1324,1,1,'repository/contentbank:view',1,1734080323,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080323,0),(1331,1,2,'repository/coursefiles:view',1,1734080323,0),(1332,1,4,'repository/coursefiles:view',1,1734080323,0),(1333,1,3,'repository/coursefiles:view',1,1734080323,0),(1334,1,1,'repository/coursefiles:view',1,1734080323,0),(1335,1,7,'repository/dropbox:view',1,1734080324,0),(1336,1,7,'repository/equella:view',1,1734080324,0),(1337,1,2,'repository/filesystem:view',1,1734080324,0),(1338,1,4,'repository/filesystem:view',1,1734080324,0),(1339,1,3,'repository/filesystem:view',1,1734080324,0),(1340,1,1,'repository/filesystem:view',1,1734080324,0),(1341,1,7,'repository/flickr:view',1,1734080324,0),(1342,1,7,'repository/flickr_public:view',1,1734080325,0),(1343,1,7,'repository/googledocs:view',1,1734080325,0),(1344,1,2,'repository/local:view',1,1734080325,0),(1345,1,4,'repository/local:view',1,1734080325,0),(1346,1,3,'repository/local:view',1,1734080325,0),(1347,1,1,'repository/local:view',1,1734080325,0),(1348,1,7,'repository/merlot:view',1,1734080325,0),(1349,1,7,'repository/nextcloud:view',1,1734080326,0),(1350,1,7,'repository/onedrive:view',1,1734080326,0),(1351,1,7,'repository/recent:view',1,1734080326,0),(1352,1,7,'repository/s3:view',1,1734080326,0),(1353,1,7,'repository/upload:view',1,1734080327,0),(1354,1,7,'repository/url:view',1,1734080327,0),(1355,1,7,'repository/user:view',1,1734080327,0),(1356,1,2,'repository/webdav:view',1,1734080327,0),(1357,1,4,'repository/webdav:view',1,1734080327,0),(1358,1,3,'repository/webdav:view',1,1734080328,0),(1359,1,1,'repository/webdav:view',1,1734080328,0),(1360,1,7,'repository/wikimedia:view',1,1734080328,0),(1361,1,7,'repository/youtube:view',1,1734080328,0),(1362,1,3,'moodle/question:commentmine',1,1734080330,0),(1363,1,1,'moodle/question:commentmine',1,1734080330,0),(1364,1,3,'moodle/question:commentall',1,1734080330,0),(1365,1,1,'moodle/question:commentall',1,1734080330,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080331,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080337,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080337,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080337,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080337,0),(1373,1,1,'tool/customlang:view',1,1734080338,0),(1374,1,1,'tool/customlang:edit',1,1734080338,0),(1375,1,1,'tool/customlang:export',1,1734080338,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080339,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080339,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080341,0),(1379,1,4,'tool/monitor:subscribe',1,1734080342,0),(1380,1,3,'tool/monitor:subscribe',1,1734080342,0),(1381,1,1,'tool/monitor:subscribe',1,1734080342,0),(1382,1,4,'tool/monitor:managerules',1,1734080342,0),(1383,1,3,'tool/monitor:managerules',1,1734080342,0),(1384,1,1,'tool/monitor:managerules',1,1734080342,0),(1385,1,1,'tool/monitor:managetool',1,1734080342,0),(1386,1,7,'tool/policy:accept',1,1734080344,0),(1387,1,1,'tool/policy:managedocs',1,1734080344,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080344,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080345,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080345,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080345,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080345,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080345,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080345,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080345,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080346,0),(1397,1,1,'tool/usertours:managetours',1,1734080347,0),(1398,1,1,'contenttype/h5p:access',1,1734080348,0),(1399,1,2,'contenttype/h5p:access',1,1734080348,0),(1400,1,3,'contenttype/h5p:access',1,1734080348,0),(1401,1,1,'contenttype/h5p:upload',1,1734080348,0),(1402,1,2,'contenttype/h5p:upload',1,1734080348,0),(1403,1,3,'contenttype/h5p:upload',1,1734080349,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080349,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080349,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080349,0),(1407,1,3,'booktool/importhtml:import',1,1734080352,0),(1408,1,1,'booktool/importhtml:import',1,1734080352,0),(1409,1,6,'booktool/print:print',1,1734080352,0),(1410,1,8,'booktool/print:print',1,1734080353,0),(1411,1,5,'booktool/print:print',1,1734080353,0),(1412,1,4,'booktool/print:print',1,1734080353,0),(1413,1,3,'booktool/print:print',1,1734080353,0),(1414,1,1,'booktool/print:print',1,1734080353,0),(1415,1,4,'forumreport/summary:view',1,1734080355,0),(1416,1,3,'forumreport/summary:view',1,1734080355,0),(1417,1,1,'forumreport/summary:view',1,1734080355,0),(1418,1,4,'forumreport/summary:viewall',1,1734080355,0),(1419,1,3,'forumreport/summary:viewall',1,1734080355,0),(1420,1,1,'forumreport/summary:viewall',1,1734080355,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080356,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080357,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080357,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080357,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080357,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080357,0),(1427,1,4,'quiz/statistics:view',1,1734080358,0),(1428,1,3,'quiz/statistics:view',1,1734080358,0),(1429,1,1,'quiz/statistics:view',1,1734080358,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080359,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080359,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080359,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080359,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080360,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080360,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080361,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080361,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080362,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1481,1,3,'atto/h5p:addembed',1,1734080367,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080368,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080368,0),(1484,1,3,'tiny/h5p:addembed',1,1734080370,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080370,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080371,0),(1487,1,7,'webservice/rest:use',1,1734080418,2); +/*!40000 ALTER TABLE `t_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_context_levels` +-- + +DROP TABLE IF EXISTS `t_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `t_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_context_levels` +-- + +LOCK TABLES `t_role_context_levels` WRITE; +/*!40000 ALTER TABLE `t_role_context_levels` DISABLE KEYS */; +INSERT INTO `t_role_context_levels` 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 `t_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_names` +-- + +DROP TABLE IF EXISTS `t_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `t_rolename_rol_ix` (`roleid`), + KEY `t_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_names` +-- + +LOCK TABLES `t_role_names` WRITE; +/*!40000 ALTER TABLE `t_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scale` +-- + +DROP TABLE IF EXISTS `t_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scal_cou_ix` (`courseid`), + KEY `t_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scale` +-- + +LOCK TABLES `t_scale` WRITE; +/*!40000 ALTER TABLE `t_scale` DISABLE KEYS */; +INSERT INTO `t_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734080194),(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,1734080194); +/*!40000 ALTER TABLE `t_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scale_history` +-- + +DROP TABLE IF EXISTS `t_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_scalhist_act_ix` (`action`), + KEY `t_scalhist_tim_ix` (`timemodified`), + KEY `t_scalhist_old_ix` (`oldid`), + KEY `t_scalhist_cou_ix` (`courseid`), + KEY `t_scalhist_log_ix` (`loggeduser`), + KEY `t_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scale_history` +-- + +LOCK TABLES `t_scale_history` WRITE; +/*!40000 ALTER TABLE `t_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm` +-- + +DROP TABLE IF EXISTS `t_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_scorm` +-- + +LOCK TABLES `t_scorm` WRITE; +/*!40000 ALTER TABLE `t_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `t_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scoraiccsess_sco_ix` (`scormid`), + KEY `t_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_aicc_session` +-- + +LOCK TABLES `t_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `t_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes` +-- + +LOCK TABLES `t_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_data` +-- + +LOCK TABLES `t_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `t_scorscoetrac_use_ix` (`userid`), + KEY `t_scorscoetrac_sco_ix` (`scormid`), + KEY `t_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_track` +-- + +LOCK TABLES `t_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `t_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `t_scorseqmapi_sco_ix` (`scoid`), + KEY `t_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_mapinfo` +-- + +LOCK TABLES `t_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_objective` +-- + +LOCK TABLES `t_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rolluprule` +-- + +LOCK TABLES `t_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `t_scorseqroll_sco2_ix` (`scoid`), + KEY `t_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `t_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `t_scorseqrule_sco2_ix` (`scoid`), + KEY `t_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rulecond` +-- + +LOCK TABLES `t_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_ruleconds` +-- + +LOCK TABLES `t_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_search_index_requests` +-- + +DROP TABLE IF EXISTS `t_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `t_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_search_index_requests` +-- + +LOCK TABLES `t_search_index_requests` WRITE; +/*!40000 ALTER TABLE `t_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `t_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_searsimpinde_doc_uix` (`docid`), + KEY `t_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `t_searsimpinde_con_ix` (`contextid`), + KEY `t_searsimpinde_cou_ix` (`courseid`), + KEY `t_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `t_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_search_simpledb_index` +-- + +LOCK TABLES `t_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `t_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_sessions` +-- + +DROP TABLE IF EXISTS `t_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_sess_sid_uix` (`sid`), + KEY `t_sess_sta_ix` (`state`), + KEY `t_sess_tim_ix` (`timecreated`), + KEY `t_sess_tim2_ix` (`timemodified`), + KEY `t_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_sessions` +-- + +LOCK TABLES `t_sessions` WRITE; +/*!40000 ALTER TABLE `t_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_daily` +-- + +DROP TABLE IF EXISTS `t_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statdail_cou_ix` (`courseid`), + KEY `t_statdail_tim_ix` (`timeend`), + KEY `t_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_daily` +-- + +LOCK TABLES `t_stats_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_monthly` +-- + +DROP TABLE IF EXISTS `t_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statmont_cou_ix` (`courseid`), + KEY `t_statmont_tim_ix` (`timeend`), + KEY `t_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_monthly` +-- + +LOCK TABLES `t_stats_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_daily` +-- Table structure for table `t_stats_user_daily` -- -DROP TABLE IF EXISTS `m_stats_user_daily`; +DROP TABLE IF EXISTS `t_stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_daily` ( +CREATE TABLE `t_stats_user_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12845,30 +44340,30 @@ CREATE TABLE `m_stats_user_daily` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserdail_cou_ix` (`courseid`), - KEY `m_statuserdail_use_ix` (`userid`), - KEY `m_statuserdail_rol_ix` (`roleid`), - KEY `m_statuserdail_tim_ix` (`timeend`) + KEY `t_statuserdail_cou_ix` (`courseid`), + KEY `t_statuserdail_use_ix` (`userid`), + KEY `t_statuserdail_rol_ix` (`roleid`), + KEY `t_statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_daily` +-- Dumping data for table `t_stats_user_daily` -- -LOCK TABLES `m_stats_user_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +LOCK TABLES `t_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_monthly` +-- Table structure for table `t_stats_user_monthly` -- -DROP TABLE IF EXISTS `m_stats_user_monthly`; +DROP TABLE IF EXISTS `t_stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_monthly` ( +CREATE TABLE `t_stats_user_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12878,30 +44373,30 @@ CREATE TABLE `m_stats_user_monthly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statusermont_cou_ix` (`courseid`), - KEY `m_statusermont_use_ix` (`userid`), - KEY `m_statusermont_rol_ix` (`roleid`), - KEY `m_statusermont_tim_ix` (`timeend`) + KEY `t_statusermont_cou_ix` (`courseid`), + KEY `t_statusermont_use_ix` (`userid`), + KEY `t_statusermont_rol_ix` (`roleid`), + KEY `t_statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_monthly` +-- Dumping data for table `t_stats_user_monthly` -- -LOCK TABLES `m_stats_user_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +LOCK TABLES `t_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_weekly` +-- Table structure for table `t_stats_user_weekly` -- -DROP TABLE IF EXISTS `m_stats_user_weekly`; +DROP TABLE IF EXISTS `t_stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_weekly` ( +CREATE TABLE `t_stats_user_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12911,30 +44406,30 @@ CREATE TABLE `m_stats_user_weekly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserweek_cou_ix` (`courseid`), - KEY `m_statuserweek_use_ix` (`userid`), - KEY `m_statuserweek_rol_ix` (`roleid`), - KEY `m_statuserweek_tim_ix` (`timeend`) + KEY `t_statuserweek_cou_ix` (`courseid`), + KEY `t_statuserweek_use_ix` (`userid`), + KEY `t_statuserweek_rol_ix` (`roleid`), + KEY `t_statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_weekly` +-- Dumping data for table `t_stats_user_weekly` -- -LOCK TABLES `m_stats_user_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +LOCK TABLES `t_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_weekly` +-- Table structure for table `t_stats_weekly` -- -DROP TABLE IF EXISTS `m_stats_weekly`; +DROP TABLE IF EXISTS `t_stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_weekly` ( +CREATE TABLE `t_stats_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12943,29 +44438,29 @@ CREATE TABLE `m_stats_weekly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statweek_cou_ix` (`courseid`), - KEY `m_statweek_tim_ix` (`timeend`), - KEY `m_statweek_rol_ix` (`roleid`) + KEY `t_statweek_cou_ix` (`courseid`), + KEY `t_statweek_tim_ix` (`timeend`), + KEY `t_statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_weekly` +-- Dumping data for table `t_stats_weekly` -- -LOCK TABLES `m_stats_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +LOCK TABLES `t_stats_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey` +-- Table structure for table `t_survey` -- -DROP TABLE IF EXISTS `m_survey`; +DROP TABLE IF EXISTS `t_survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey` ( +CREATE TABLE `t_survey` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -12978,55 +44473,55 @@ CREATE TABLE `m_survey` ( `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_surv_cou_ix` (`course`) + KEY `t_surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- Dumping data for table `t_survey` -- -LOCK TABLES `m_survey` WRITE; -/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; -INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); -/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +LOCK TABLES `t_survey` WRITE; +/*!40000 ALTER TABLE `t_survey` DISABLE KEYS */; +INSERT INTO `t_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `t_survey` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_analysis` +-- Table structure for table `t_survey_analysis` -- -DROP TABLE IF EXISTS `m_survey_analysis`; +DROP TABLE IF EXISTS `t_survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_analysis` ( +CREATE TABLE `t_survey_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `survey` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survanal_use_ix` (`userid`), - KEY `m_survanal_sur_ix` (`survey`) + KEY `t_survanal_use_ix` (`userid`), + KEY `t_survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_analysis` +-- Dumping data for table `t_survey_analysis` -- -LOCK TABLES `m_survey_analysis` WRITE; -/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +LOCK TABLES `t_survey_analysis` WRITE; +/*!40000 ALTER TABLE `t_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_answers` +-- Table structure for table `t_survey_answers` -- -DROP TABLE IF EXISTS `m_survey_answers`; +DROP TABLE IF EXISTS `t_survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_answers` ( +CREATE TABLE `t_survey_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `survey` bigint NOT NULL DEFAULT '0', @@ -13035,29 +44530,29 @@ CREATE TABLE `m_survey_answers` ( `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survansw_use_ix` (`userid`), - KEY `m_survansw_sur_ix` (`survey`), - KEY `m_survansw_que_ix` (`question`) + KEY `t_survansw_use_ix` (`userid`), + KEY `t_survansw_sur_ix` (`survey`), + KEY `t_survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- Dumping data for table `t_survey_answers` -- -LOCK TABLES `m_survey_answers` WRITE; -/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +LOCK TABLES `t_survey_answers` WRITE; +/*!40000 ALTER TABLE `t_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_questions` +-- Table structure for table `t_survey_questions` -- -DROP TABLE IF EXISTS `m_survey_questions`; +DROP TABLE IF EXISTS `t_survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_questions` ( +CREATE TABLE `t_survey_questions` ( `id` bigint NOT NULL AUTO_INCREMENT, `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13070,23 +44565,23 @@ CREATE TABLE `m_survey_questions` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_questions` +-- Dumping data for table `t_survey_questions` -- -LOCK TABLES `m_survey_questions` WRITE; -/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; -INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); -/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +LOCK TABLES `t_survey_questions` WRITE; +/*!40000 ALTER TABLE `t_survey_questions` DISABLE KEYS */; +INSERT INTO `t_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `t_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag` +-- Table structure for table `t_tag` -- -DROP TABLE IF EXISTS `m_tag`; +DROP TABLE IF EXISTS `t_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag` ( +CREATE TABLE `t_tag` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `tagcollid` bigint NOT NULL, @@ -13098,30 +44593,30 @@ CREATE TABLE `m_tag` ( `flag` smallint DEFAULT '0', `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), - KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), - KEY `m_tag_use_ix` (`userid`), - KEY `m_tag_tag_ix` (`tagcollid`) + UNIQUE KEY `t_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `t_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `t_tag_use_ix` (`userid`), + KEY `t_tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- Dumping data for table `t_tag` -- -LOCK TABLES `m_tag` WRITE; -/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +LOCK TABLES `t_tag` WRITE; +/*!40000 ALTER TABLE `t_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_area` +-- Table structure for table `t_tag_area` -- -DROP TABLE IF EXISTS `m_tag_area`; +DROP TABLE IF EXISTS `t_tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_area` ( +CREATE TABLE `t_tag_area` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13132,29 +44627,29 @@ CREATE TABLE `m_tag_area` ( `showstandard` tinyint(1) NOT NULL DEFAULT '0', `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), - KEY `m_tagarea_tag_ix` (`tagcollid`) + UNIQUE KEY `t_tagarea_comite_uix` (`component`,`itemtype`), + KEY `t_tagarea_tag_ix` (`tagcollid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- Dumping data for table `t_tag_area` -- -LOCK TABLES `m_tag_area` WRITE; -/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; -INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); -/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +LOCK TABLES `t_tag_area` WRITE; +/*!40000 ALTER TABLE `t_tag_area` DISABLE KEYS */; +INSERT INTO `t_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `t_tag_area` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_coll` +-- Table structure for table `t_tag_coll` -- -DROP TABLE IF EXISTS `m_tag_coll`; +DROP TABLE IF EXISTS `t_tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_coll` ( +CREATE TABLE `t_tag_coll` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `isdefault` tinyint NOT NULL DEFAULT '0', @@ -13167,48 +44662,48 @@ CREATE TABLE `m_tag_coll` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tag_coll` +-- Dumping data for table `t_tag_coll` -- -LOCK TABLES `m_tag_coll` WRITE; -/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; -INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +LOCK TABLES `t_tag_coll` WRITE; +/*!40000 ALTER TABLE `t_tag_coll` DISABLE KEYS */; +INSERT INTO `t_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `t_tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_correlation` +-- Table structure for table `t_tag_correlation` -- -DROP TABLE IF EXISTS `m_tag_correlation`; +DROP TABLE IF EXISTS `t_tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_correlation` ( +CREATE TABLE `t_tag_correlation` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tagcorr_tag_ix` (`tagid`) + KEY `t_tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- Dumping data for table `t_tag_correlation` -- -LOCK TABLES `m_tag_correlation` WRITE; -/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +LOCK TABLES `t_tag_correlation` WRITE; +/*!40000 ALTER TABLE `t_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_instance` +-- Table structure for table `t_tag_instance` -- -DROP TABLE IF EXISTS `m_tag_instance`; +DROP TABLE IF EXISTS `t_tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_instance` ( +CREATE TABLE `t_tag_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13220,30 +44715,30 @@ CREATE TABLE `m_tag_instance` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), - KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), - KEY `m_taginst_tag_ix` (`tagid`), - KEY `m_taginst_con_ix` (`contextid`) + UNIQUE KEY `t_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `t_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `t_taginst_tag_ix` (`tagid`), + KEY `t_taginst_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- Dumping data for table `t_tag_instance` -- -LOCK TABLES `m_tag_instance` WRITE; -/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +LOCK TABLES `t_tag_instance` WRITE; +/*!40000 ALTER TABLE `t_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_adhoc` +-- Table structure for table `t_task_adhoc` -- -DROP TABLE IF EXISTS `m_task_adhoc`; +DROP TABLE IF EXISTS `t_task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_adhoc` ( +CREATE TABLE `t_task_adhoc` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13252,35 +44747,34 @@ CREATE TABLE `m_task_adhoc` ( `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, - `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_taskadho_nex_ix` (`nextruntime`), - KEY `m_taskadho_use_ix` (`userid`), - KEY `m_taskadho_tim_ix` (`timestarted`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; + KEY `t_taskadho_nex_ix` (`nextruntime`), + KEY `t_taskadho_tim_ix` (`timestarted`), + KEY `t_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_adhoc` +-- Dumping data for table `t_task_adhoc` -- -LOCK TABLES `m_task_adhoc` WRITE; -/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; -INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'','\\core\\task\\fix_file_timestamps_task',1683021824,0,'',NULL,0,NULL,NULL,NULL,1683021825),(5,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1683021849,0,'',NULL,0,NULL,NULL,NULL,1683021850),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683021852,0,'',NULL,0,NULL,NULL,NULL,1683021853),(7,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683021852,0,'',NULL,0,NULL,NULL,NULL,1683021853); -/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +LOCK TABLES `t_task_adhoc` WRITE; +/*!40000 ALTER TABLE `t_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_log` +-- Table structure for table `t_task_log` -- -DROP TABLE IF EXISTS `m_task_log`; +DROP TABLE IF EXISTS `t_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_log` ( +CREATE TABLE `t_task_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` smallint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13295,29 +44789,29 @@ CREATE TABLE `m_task_log` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_tasklog_cla_ix` (`classname`), - KEY `m_tasklog_tim_ix` (`timestart`), - KEY `m_tasklog_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_tasklog_cla_ix` (`classname`), + KEY `t_tasklog_tim_ix` (`timestart`), + KEY `t_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_log` +-- Dumping data for table `t_task_log` -- -LOCK TABLES `m_task_log` WRITE; -/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +LOCK TABLES `t_task_log` WRITE; +/*!40000 ALTER TABLE `t_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_scheduled` +-- Table structure for table `t_task_scheduled` -- -DROP TABLE IF EXISTS `m_task_scheduled`; +DROP TABLE IF EXISTS `t_task_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_scheduled` ( +CREATE TABLE `t_task_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13336,28 +44830,28 @@ CREATE TABLE `m_task_scheduled` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tasksche_cla_uix` (`classname`) -) ENGINE=InnoDB AUTO_INCREMENT=116 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of scheduled tasks to be run by cron.'; + UNIQUE KEY `t_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- Dumping data for table `t_task_scheduled` -- -LOCK TABLES `m_task_scheduled` WRITE; -/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; -INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1683025200,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1683021900,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1683022200,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1683082080,0,'48','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1683023100,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1683023400,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1683023700,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1683068400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1683095400,0,'30','7','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1683308400,0,'40','18','*','*','5',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1683096120,0,'42','7','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1683024600,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1683024600,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1683028500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1683028500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1683026100,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1683068400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1683025200,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1683023460,0,'31','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1683024300,0,'45','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1683077040,0,'24','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1683023400,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1683024120,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1683061740,0,'9','22','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1683022560,0,'16','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1683022500,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1683022200,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1683066780,0,'33','23','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1683024840,0,'54','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1683257820,0,'37','4','*','*','5',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1683474240,0,'44','16','*','*','0',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1683108000,0,'0','11','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1683075600,0,'0','2','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1683024300,0,'45','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1683082800,0,'0','4','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1683064800,0,'0','23','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1683025080,0,'58','11','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1683084960,0,'36','4','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1683084480,0,'28','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1683075300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1683082560,0,'56','3','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1683062640,0,'24','22','*','*','*',0,0,0,NULL,NULL,NULL),(76,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1683087300,0,'15','5','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1683084720,0,'32','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1683068640,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(79,'moodle','\\core\\task\\question_stats_cleanup_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1683022740,0,'19','11','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1685591460,0,'51','4','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1683070800,0,'40','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1683051600,0,'20','19','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(88,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(91,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1683022200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1683092160,0,'36','6','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1683061200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1683024660,0,'51','11','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1683021900,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1683070260,0,'31','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1683101100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1683071400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1683021840,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'moodle','\\core\\task\\task_lock_cleanup_task',0,1683071280,0,'48','0','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1683021900,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1683799440,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(111,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1683021840,0,'4','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1683023400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(114,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1683025440,0,'4','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'quiz_statistics','\\quiz_statistics\\task\\recalculate',0,1683027000,0,'30','*/4','*','*','*',0,0,0,NULL,NULL,NULL); -/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +LOCK TABLES `t_task_scheduled` WRITE; +/*!40000 ALTER TABLE `t_task_scheduled` DISABLE KEYS */; +INSERT INTO `t_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734119700,0,'55','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734109200,0,'0','1','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734194520,0,'42','0','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734105180,0,'53','23','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734080520,0,'2','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081060,0,'11','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734115020,0,'37','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734152040,0,'54','12','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735661100,0,'5','0','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734108120,0,'42','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734108360,0,'46','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734108780,0,'53','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734164760,0,'26','16','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081120,0,'12','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734082200,0,'30','17','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734143940,0,'39','10','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734097080,0,'38','21','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734083160,0,'46','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734103320,0,'22','23','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734412920,0,'22','13','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734338700,0,'45','16','*','*','1',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734127200,0,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734094800,0,'0','21','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734083760,0,'56','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734152400,0,'0','13','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734084000,0,'0','18','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113400,0,'10','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734150480,0,'28','12','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734120300,0,'5','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734119460,0,'51','3','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734080760,0,'6','17','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734126960,0,'56','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734121320,0,'22','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_task_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tiny_autosave` +-- Table structure for table `t_tiny_autosave` -- -DROP TABLE IF EXISTS `m_tiny_autosave`; +DROP TABLE IF EXISTS `t_tiny_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tiny_autosave` ( +CREATE TABLE `t_tiny_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -13368,27 +44862,27 @@ CREATE TABLE `m_tiny_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) + UNIQUE KEY `t_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- Dumping data for table `t_tiny_autosave` -- -LOCK TABLES `m_tiny_autosave` WRITE; -/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +LOCK TABLES `t_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `t_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tiny_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_areas` +-- Table structure for table `t_tool_brickfield_areas` -- -DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +DROP TABLE IF EXISTS `t_tool_brickfield_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_areas` ( +CREATE TABLE `t_tool_brickfield_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, @@ -13403,34 +44897,34 @@ CREATE TABLE `m_tool_brickfield_areas` ( `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), - KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), - KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), - KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), - KEY `m_toolbricarea_cou_ix` (`courseid`), - KEY `m_toolbricarea_cmi_ix` (`cmid`), - KEY `m_toolbricarea_cat_ix` (`categoryid`), - KEY `m_toolbricarea_con_ix` (`contextid`) + KEY `t_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `t_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `t_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `t_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `t_toolbricarea_cou_ix` (`courseid`), + KEY `t_toolbricarea_cmi_ix` (`cmid`), + KEY `t_toolbricarea_cat_ix` (`categoryid`), + KEY `t_toolbricarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_areas` +-- Dumping data for table `t_tool_brickfield_areas` -- -LOCK TABLES `m_tool_brickfield_areas` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_acts` +-- Table structure for table `t_tool_brickfield_cache_acts` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +DROP TABLE IF EXISTS `t_tool_brickfield_cache_acts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_acts` ( +CREATE TABLE `t_tool_brickfield_cache_acts` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13440,28 +44934,28 @@ CREATE TABLE `m_tool_brickfield_cache_acts` ( `passedactivities` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachacts_sta_ix` (`status`), - KEY `m_toolbriccachacts_cou_ix` (`courseid`) + KEY `t_toolbriccachacts_sta_ix` (`status`), + KEY `t_toolbriccachacts_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_acts` +-- Dumping data for table `t_tool_brickfield_cache_acts` -- -LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_check` +-- Table structure for table `t_tool_brickfield_cache_check` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +DROP TABLE IF EXISTS `t_tool_brickfield_cache_check`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_check` ( +CREATE TABLE `t_tool_brickfield_cache_check` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13469,29 +44963,29 @@ CREATE TABLE `m_tool_brickfield_cache_check` ( `checkcount` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachchec_sta_ix` (`status`), - KEY `m_toolbriccachchec_err_ix` (`errorcount`), - KEY `m_toolbriccachchec_cou_ix` (`courseid`) + KEY `t_toolbriccachchec_sta_ix` (`status`), + KEY `t_toolbriccachchec_err_ix` (`errorcount`), + KEY `t_toolbriccachchec_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_check` +-- Dumping data for table `t_tool_brickfield_cache_check` -- -LOCK TABLES `m_tool_brickfield_cache_check` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_checks` +-- Table structure for table `t_tool_brickfield_checks` -- -DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +DROP TABLE IF EXISTS `t_tool_brickfield_checks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_checks` ( +CREATE TABLE `t_tool_brickfield_checks` ( `id` bigint NOT NULL AUTO_INCREMENT, `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13499,30 +44993,30 @@ CREATE TABLE `m_tool_brickfield_checks` ( `status` smallint NOT NULL, `severity` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricchec_che_ix` (`checktype`), - KEY `m_toolbricchec_che2_ix` (`checkgroup`), - KEY `m_toolbricchec_sta_ix` (`status`) + KEY `t_toolbricchec_che_ix` (`checktype`), + KEY `t_toolbricchec_che2_ix` (`checkgroup`), + KEY `t_toolbricchec_sta_ix` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_checks` +-- Dumping data for table `t_tool_brickfield_checks` -- -LOCK TABLES `m_tool_brickfield_checks` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; -INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `t_tool_brickfield_checks` 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 `t_tool_brickfield_checks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_content` +-- Table structure for table `t_tool_brickfield_content` -- -DROP TABLE IF EXISTS `m_tool_brickfield_content`; +DROP TABLE IF EXISTS `t_tool_brickfield_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_content` ( +CREATE TABLE `t_tool_brickfield_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13531,56 +45025,56 @@ CREATE TABLE `m_tool_brickfield_content` ( `timecreated` bigint NOT NULL, `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccont_sta_ix` (`status`), - KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), - KEY `m_toolbriccont_are_ix` (`areaid`) + KEY `t_toolbriccont_sta_ix` (`status`), + KEY `t_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `t_toolbriccont_are_ix` (`areaid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- Dumping data for table `t_tool_brickfield_content` -- -LOCK TABLES `m_tool_brickfield_content` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_errors` +-- Table structure for table `t_tool_brickfield_errors` -- -DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +DROP TABLE IF EXISTS `t_tool_brickfield_errors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_errors` ( +CREATE TABLE `t_tool_brickfield_errors` ( `id` bigint NOT NULL AUTO_INCREMENT, `resultid` bigint NOT NULL, `linenumber` bigint NOT NULL DEFAULT '0', `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_toolbricerro_res_ix` (`resultid`) + KEY `t_toolbricerro_res_ix` (`resultid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_errors` +-- Dumping data for table `t_tool_brickfield_errors` -- -LOCK TABLES `m_tool_brickfield_errors` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_process` +-- Table structure for table `t_tool_brickfield_process` -- -DROP TABLE IF EXISTS `m_tool_brickfield_process`; +DROP TABLE IF EXISTS `t_tool_brickfield_process`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_process` ( +CREATE TABLE `t_tool_brickfield_process` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13589,55 +45083,55 @@ CREATE TABLE `m_tool_brickfield_process` ( `timecreated` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricproc_tim_ix` (`timecompleted`) + KEY `t_toolbricproc_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- Dumping data for table `t_tool_brickfield_process` -- -LOCK TABLES `m_tool_brickfield_process` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_process` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_results` +-- Table structure for table `t_tool_brickfield_results` -- -DROP TABLE IF EXISTS `m_tool_brickfield_results`; +DROP TABLE IF EXISTS `t_tool_brickfield_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_results` ( +CREATE TABLE `t_tool_brickfield_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `contentid` bigint DEFAULT NULL, `checkid` bigint NOT NULL, `errorcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), - KEY `m_toolbricresu_con_ix` (`contentid`), - KEY `m_toolbricresu_che_ix` (`checkid`) + KEY `t_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `t_toolbricresu_con_ix` (`contentid`), + KEY `t_toolbricresu_che_ix` (`checkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_results` +-- Dumping data for table `t_tool_brickfield_results` -- -LOCK TABLES `m_tool_brickfield_results` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_schedule` +-- Table structure for table `t_tool_brickfield_schedule` -- -DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +DROP TABLE IF EXISTS `t_tool_brickfield_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_schedule` ( +CREATE TABLE `t_tool_brickfield_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '50', `instanceid` bigint NOT NULL, @@ -13645,29 +45139,29 @@ CREATE TABLE `m_tool_brickfield_schedule` ( `status` tinyint NOT NULL DEFAULT '0', `timeanalyzed` bigint DEFAULT '0', `timemodified` bigint DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_toolbricsche_sta_ix` (`status`) + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_toolbricsche_sta_ix` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_schedule` +-- Dumping data for table `t_tool_brickfield_schedule` -- -LOCK TABLES `m_tool_brickfield_schedule` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_summary` +-- Table structure for table `t_tool_brickfield_summary` -- -DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +DROP TABLE IF EXISTS `t_tool_brickfield_summary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_summary` ( +CREATE TABLE `t_tool_brickfield_summary` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13696,28 +45190,28 @@ CREATE TABLE `m_tool_brickfield_summary` ( `percentchecktype6` bigint DEFAULT NULL, `percentchecktype7` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricsumm_sta_ix` (`status`), - KEY `m_toolbricsumm_cou_ix` (`courseid`) + KEY `t_toolbricsumm_sta_ix` (`status`), + KEY `t_toolbricsumm_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_summary` +-- Dumping data for table `t_tool_brickfield_summary` -- -LOCK TABLES `m_tool_brickfield_summary` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_cohortroles` +-- Table structure for table `t_tool_cohortroles` -- -DROP TABLE IF EXISTS `m_tool_cohortroles`; +DROP TABLE IF EXISTS `t_tool_cohortroles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_cohortroles` ( +CREATE TABLE `t_tool_cohortroles` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -13726,27 +45220,27 @@ CREATE TABLE `m_tool_cohortroles` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) + UNIQUE KEY `t_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_cohortroles` +-- Dumping data for table `t_tool_cohortroles` -- -LOCK TABLES `m_tool_cohortroles` WRITE; -/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +LOCK TABLES `t_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `t_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_cohortroles` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang` +-- Table structure for table `t_tool_customlang` -- -DROP TABLE IF EXISTS `m_tool_customlang`; +DROP TABLE IF EXISTS `t_tool_customlang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang` ( +CREATE TABLE `t_tool_customlang` ( `id` bigint NOT NULL AUTO_INCREMENT, `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `componentid` bigint NOT NULL, @@ -13759,28 +45253,28 @@ CREATE TABLE `m_tool_customlang` ( `outdated` smallint DEFAULT '0', `modified` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), - KEY `m_toolcust_com_ix` (`componentid`) + UNIQUE KEY `t_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `t_toolcust_com_ix` (`componentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- Dumping data for table `t_tool_customlang` -- -LOCK TABLES `m_tool_customlang` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +LOCK TABLES `t_tool_customlang` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang_components` +-- Table structure for table `t_tool_customlang_components` -- -DROP TABLE IF EXISTS `m_tool_customlang_components`; +DROP TABLE IF EXISTS `t_tool_customlang_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang_components` ( +CREATE TABLE `t_tool_customlang_components` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13789,22 +45283,22 @@ CREATE TABLE `m_tool_customlang_components` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_customlang_components` +-- Dumping data for table `t_tool_customlang_components` -- -LOCK TABLES `m_tool_customlang_components` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +LOCK TABLES `t_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang_components` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_category` +-- Table structure for table `t_tool_dataprivacy_category` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_category` ( +CREATE TABLE `t_tool_dataprivacy_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13817,22 +45311,22 @@ CREATE TABLE `m_tool_dataprivacy_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_category` +-- Dumping data for table `t_tool_dataprivacy_category` -- -LOCK TABLES `m_tool_dataprivacy_category` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- Table structure for table `t_tool_dataprivacy_ctxexpired` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxexpired`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( +CREATE TABLE `t_tool_dataprivacy_ctxexpired` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13843,27 +45337,27 @@ CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) + UNIQUE KEY `t_tooldatactxe_con_uix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- Dumping data for table `t_tool_dataprivacy_ctxexpired` -- -LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- Table structure for table `t_tool_dataprivacy_ctxinstance` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxinstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( +CREATE TABLE `t_tool_dataprivacy_ctxinstance` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -13872,29 +45366,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), - KEY `m_tooldatactxi_pur_ix` (`purposeid`), - KEY `m_tooldatactxi_cat_ix` (`categoryid`) + UNIQUE KEY `t_tooldatactxi_con_uix` (`contextid`), + KEY `t_tooldatactxi_pur_ix` (`purposeid`), + KEY `t_tooldatactxi_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- Dumping data for table `t_tool_dataprivacy_ctxinstance` -- -LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- Table structure for table `t_tool_dataprivacy_ctxlevel` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxlevel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( +CREATE TABLE `t_tool_dataprivacy_ctxlevel` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` smallint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -13903,29 +45397,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), - KEY `m_tooldatactxl_cat_ix` (`categoryid`), - KEY `m_tooldatactxl_pur_ix` (`purposeid`) + UNIQUE KEY `t_tooldatactxl_con_uix` (`contextlevel`), + KEY `t_tooldatactxl_cat_ix` (`categoryid`), + KEY `t_tooldatactxl_pur_ix` (`purposeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- Dumping data for table `t_tool_dataprivacy_ctxlevel` -- -LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purpose` +-- Table structure for table `t_tool_dataprivacy_purpose` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_purpose`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purpose` ( +CREATE TABLE `t_tool_dataprivacy_purpose` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13942,22 +45436,22 @@ CREATE TABLE `m_tool_dataprivacy_purpose` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purpose` +-- Dumping data for table `t_tool_dataprivacy_purpose` -- -LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purposerole` +-- Table structure for table `t_tool_dataprivacy_purposerole` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purposerole` ( +CREATE TABLE `t_tool_dataprivacy_purposerole` ( `id` bigint NOT NULL AUTO_INCREMENT, `purposeid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -13969,30 +45463,30 @@ CREATE TABLE `m_tool_dataprivacy_purposerole` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), - KEY `m_tooldatapurp_pur_ix` (`purposeid`), - KEY `m_tooldatapurp_rol_ix` (`roleid`), - KEY `m_tooldatapurp_use_ix` (`usermodified`) + UNIQUE KEY `t_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `t_tooldatapurp_pur_ix` (`purposeid`), + KEY `t_tooldatapurp_rol_ix` (`roleid`), + KEY `t_tooldatapurp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purposerole` +-- Dumping data for table `t_tool_dataprivacy_purposerole` -- -LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_request` +-- Table structure for table `t_tool_dataprivacy_request` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_request` ( +CREATE TABLE `t_tool_dataprivacy_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '0', `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14009,30 +45503,30 @@ CREATE TABLE `m_tool_dataprivacy_request` ( `timemodified` bigint NOT NULL DEFAULT '0', `creationmethod` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_tooldatarequ_use_ix` (`userid`), - KEY `m_tooldatarequ_req_ix` (`requestedby`), - KEY `m_tooldatarequ_dpo_ix` (`dpo`), - KEY `m_tooldatarequ_use2_ix` (`usermodified`) + KEY `t_tooldatarequ_use_ix` (`userid`), + KEY `t_tooldatarequ_req_ix` (`requestedby`), + KEY `t_tooldatarequ_dpo_ix` (`dpo`), + KEY `t_tooldatarequ_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_request` +-- Dumping data for table `t_tool_dataprivacy_request` -- -LOCK TABLES `m_tool_dataprivacy_request` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_events` +-- Table structure for table `t_tool_monitor_events` -- -DROP TABLE IF EXISTS `m_tool_monitor_events`; +DROP TABLE IF EXISTS `t_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_events` ( +CREATE TABLE `t_tool_monitor_events` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -14042,56 +45536,56 @@ CREATE TABLE `m_tool_monitor_events` ( `courseid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonieven_cou_ix` (`courseid`), - KEY `m_toolmonieven_con_ix` (`contextid`), - KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) + KEY `t_toolmonieven_cou_ix` (`courseid`), + KEY `t_toolmonieven_con_ix` (`contextid`), + KEY `t_toolmonieven_con2_ix` (`contextinstanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- Dumping data for table `t_tool_monitor_events` -- -LOCK TABLES `m_tool_monitor_events` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_history` +-- Table structure for table `t_tool_monitor_history` -- -DROP TABLE IF EXISTS `m_tool_monitor_history`; +DROP TABLE IF EXISTS `t_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_history` ( +CREATE TABLE `t_tool_monitor_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `sid` bigint NOT NULL, `userid` bigint NOT NULL, `timesent` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), - KEY `m_toolmonihist_sid_ix` (`sid`) + UNIQUE KEY `t_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `t_toolmonihist_sid_ix` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_history` +-- Dumping data for table `t_tool_monitor_history` -- -LOCK TABLES `m_tool_monitor_history` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_rules` +-- Table structure for table `t_tool_monitor_rules` -- -DROP TABLE IF EXISTS `m_tool_monitor_rules`; +DROP TABLE IF EXISTS `t_tool_monitor_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_rules` ( +CREATE TABLE `t_tool_monitor_rules` ( `id` bigint NOT NULL AUTO_INCREMENT, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint(1) NOT NULL, @@ -14107,28 +45601,28 @@ CREATE TABLE `m_tool_monitor_rules` ( `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonirule_eve_ix` (`eventname`) + KEY `t_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonirule_eve_ix` (`eventname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_rules` +-- Dumping data for table `t_tool_monitor_rules` -- -LOCK TABLES `m_tool_monitor_rules` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_rules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_subscriptions` +-- Table structure for table `t_tool_monitor_subscriptions` -- -DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +DROP TABLE IF EXISTS `t_tool_monitor_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_subscriptions` ( +CREATE TABLE `t_tool_monitor_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `ruleid` bigint NOT NULL, @@ -14138,53 +45632,53 @@ CREATE TABLE `m_tool_monitor_subscriptions` ( `lastnotificationsent` bigint NOT NULL DEFAULT '0', `inactivedate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonisubs_rul_ix` (`ruleid`) + KEY `t_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonisubs_rul_ix` (`ruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_subscriptions` +-- Dumping data for table `t_tool_monitor_subscriptions` -- -LOCK TABLES `m_tool_monitor_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy` +-- Table structure for table `t_tool_policy` -- -DROP TABLE IF EXISTS `m_tool_policy`; +DROP TABLE IF EXISTS `t_tool_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy` ( +CREATE TABLE `t_tool_policy` ( `id` bigint NOT NULL AUTO_INCREMENT, `sortorder` mediumint NOT NULL DEFAULT '999', `currentversionid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolpoli_cur_ix` (`currentversionid`) + KEY `t_toolpoli_cur_ix` (`currentversionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- Dumping data for table `t_tool_policy` -- -LOCK TABLES `m_tool_policy` WRITE; -/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +LOCK TABLES `t_tool_policy` WRITE; +/*!40000 ALTER TABLE `t_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_acceptances` +-- Table structure for table `t_tool_policy_acceptances` -- -DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +DROP TABLE IF EXISTS `t_tool_policy_acceptances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_acceptances` ( +CREATE TABLE `t_tool_policy_acceptances` ( `id` bigint NOT NULL AUTO_INCREMENT, `policyversionid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -14195,30 +45689,30 @@ CREATE TABLE `m_tool_policy_acceptances` ( `timemodified` bigint NOT NULL, `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), - KEY `m_toolpoliacce_pol_ix` (`policyversionid`), - KEY `m_toolpoliacce_use_ix` (`userid`), - KEY `m_toolpoliacce_use2_ix` (`usermodified`) + UNIQUE KEY `t_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `t_toolpoliacce_pol_ix` (`policyversionid`), + KEY `t_toolpoliacce_use_ix` (`userid`), + KEY `t_toolpoliacce_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_acceptances` +-- Dumping data for table `t_tool_policy_acceptances` -- -LOCK TABLES `m_tool_policy_acceptances` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_versions` +-- Table structure for table `t_tool_policy_versions` -- -DROP TABLE IF EXISTS `m_tool_policy_versions`; +DROP TABLE IF EXISTS `t_tool_policy_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_versions` ( +CREATE TABLE `t_tool_policy_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` smallint NOT NULL DEFAULT '0', @@ -14236,56 +45730,56 @@ CREATE TABLE `m_tool_policy_versions` ( `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentformat` smallint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolpolivers_use_ix` (`usermodified`), - KEY `m_toolpolivers_pol_ix` (`policyid`) + KEY `t_toolpolivers_use_ix` (`usermodified`), + KEY `t_toolpolivers_pol_ix` (`policyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_versions` +-- Dumping data for table `t_tool_policy_versions` -- -LOCK TABLES `m_tool_policy_versions` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_category` +-- Table structure for table `t_tool_recyclebin_category` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +DROP TABLE IF EXISTS `t_tool_recyclebin_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_category` ( +CREATE TABLE `t_tool_recyclebin_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolrecycate_tim_ix` (`timecreated`), - KEY `m_toolrecycate_cat_ix` (`categoryid`) + KEY `t_toolrecycate_tim_ix` (`timecreated`), + KEY `t_toolrecycate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- Dumping data for table `t_tool_recyclebin_category` -- -LOCK TABLES `m_tool_recyclebin_category` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_course` +-- Table structure for table `t_tool_recyclebin_course` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +DROP TABLE IF EXISTS `t_tool_recyclebin_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_course` ( +CREATE TABLE `t_tool_recyclebin_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `section` bigint NOT NULL, @@ -14293,28 +45787,28 @@ CREATE TABLE `m_tool_recyclebin_course` ( `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolrecycour_tim_ix` (`timecreated`), - KEY `m_toolrecycour_cou_ix` (`courseid`) + KEY `t_toolrecycour_tim_ix` (`timecreated`), + KEY `t_toolrecycour_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- Dumping data for table `t_tool_recyclebin_course` -- -LOCK TABLES `m_tool_recyclebin_course` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_steps` +-- Table structure for table `t_tool_usertours_steps` -- -DROP TABLE IF EXISTS `m_tool_usertours_steps`; +DROP TABLE IF EXISTS `t_tool_usertours_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_steps` ( +CREATE TABLE `t_tool_usertours_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `tourid` bigint NOT NULL, `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14325,29 +45819,29 @@ CREATE TABLE `m_tool_usertours_steps` ( `sortorder` bigint NOT NULL DEFAULT '0', `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), - KEY `m_tooluserstep_tou_ix` (`tourid`) -) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; + KEY `t_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `t_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_steps` +-- Dumping data for table `t_tool_usertours_steps` -- -LOCK TABLES `m_tool_usertours_steps` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(23,9,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(24,10,'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 `m_tool_usertours_steps` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `t_tool_usertours_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_tours` +-- Table structure for table `t_tool_usertours_tours` -- -DROP TABLE IF EXISTS `m_tool_usertours_tours`; +DROP TABLE IF EXISTS `t_tool_usertours_tours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_tours` ( +CREATE TABLE `t_tool_usertours_tours` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14358,27 +45852,27 @@ CREATE TABLE `m_tool_usertours_tours` ( `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_tours` +-- Dumping data for table `t_tool_usertours_tours` -- -LOCK TABLES `m_tool_usertours_tours` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,8,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,6,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,4,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'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),(8,'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),(9,'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),(10,'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 `m_tool_usertours_tours` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `t_tool_usertours_tours` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_upgrade_log` +-- Table structure for table `t_upgrade_log` -- -DROP TABLE IF EXISTS `m_upgrade_log`; +DROP TABLE IF EXISTS `t_upgrade_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_upgrade_log` ( +CREATE TABLE `t_upgrade_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14390,30 +45884,30 @@ CREATE TABLE `m_upgrade_log` ( `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_upgrlog_tim_ix` (`timemodified`), - KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), - KEY `m_upgrlog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=5486 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; + KEY `t_upgrlog_tim_ix` (`timemodified`), + KEY `t_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `t_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_upgrade_log` +-- Dumping data for table `t_upgrade_log` -- -LOCK TABLES `m_upgrade_log` WRITE; -/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; -INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022112803.01','Starting core upgrade',NULL,'',0,1683021823),(3956,0,'core','2021052500.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3957,0,'core','2021052500.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3958,0,'core','2021052500.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3959,0,'core','2021052500.05','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3960,0,'core','2021052500.06','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3961,0,'core','2021052500.13','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3962,0,'core','2021052500.15','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3963,0,'core','2021052500.19','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3964,0,'core','2021052500.2','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3965,0,'core','2021052500.24','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3966,0,'core','2021052500.26','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3967,0,'core','2021052500.27','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3968,0,'core','2021052500.29','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3969,0,'core','2021052500.3','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3970,0,'core','2021052500.32','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3971,0,'core','2021052500.33','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3972,0,'core','2021052500.36','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3973,0,'core','2021052500.42','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3974,0,'core','2021052500.55','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3975,0,'core','2021052500.59','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3976,0,'core','2021052500.6','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3977,0,'core','2021052500.64','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3978,0,'core','2021052500.67','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3979,0,'core','2021052500.69','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3980,0,'core','2021052500.74','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3981,0,'core','2021052500.75','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3982,0,'core','2021052500.78','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3983,0,'core','2021052500.83','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3984,0,'core','2021052500.84','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3985,0,'core','2021052500.85','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3986,0,'core','2021052500.87','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3987,0,'core','2021052500.9','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3988,0,'core','2021060200','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3989,0,'core','2021060900','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3990,0,'core','2021072800.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3991,0,'core','2021090200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3992,0,'core','2021091100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3993,0,'core','2021091100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3994,0,'core','2021091700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3995,0,'core','2021091700.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3996,0,'core','2021091700.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3997,0,'core','2021091700.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3998,0,'core','2021092400.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(3999,0,'core','2021092400.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4000,0,'core','2021100300.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4001,0,'core','2021100300.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4002,0,'core','2021100600.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4003,0,'core','2021100600.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4004,0,'core','2021100600.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4005,0,'core','2021100600.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4006,0,'core','2021101900.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4007,0,'core','2021102600.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4008,0,'core','2021102900.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4009,0,'core','2021110100','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021823),(4010,0,'core','2021110800.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4011,0,'core','2021110800.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4012,0,'core','2021111700','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4013,0,'core','2021111700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4014,0,'core','2021120100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4015,0,'core','2021121400.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4016,0,'core','2021121700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4017,0,'core','2021122100','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4018,0,'core','2021122100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4019,0,'core','2021122100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4020,0,'core','2021123000.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4021,0,'core','2021123000.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4022,0,'core','2021123000.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4023,0,'core','2022011100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021824),(4024,0,'core','2022012100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4025,0,'core','2022020200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4026,0,'core','2022020200.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4027,0,'core','2022020200.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4028,0,'core','2022020200.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4029,0,'core','2022020200.05','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4030,0,'core','2022020200.06','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4031,0,'core','2022020200.07','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4032,0,'core','2022021100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4033,0,'core','2022021100.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4034,0,'core','2022022600.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4035,0,'core','2022030100','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4036,0,'core','2022031100.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4037,0,'core','2022032200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4038,0,'core','2022032200.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4039,0,'core','2022041200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4040,0,'core','2022042900.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4041,0,'core','2022051000','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4042,0,'core','2022052500','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4043,0,'core','2022052700.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021825),(4044,0,'core','2022052700.02','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4045,0,'core','2022060300.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4046,0,'core','2022061000.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4047,0,'core','2022061500','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021826),(4048,0,'core','2022072900','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4049,0,'core','2022081200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4050,0,'core','2022091000.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4051,0,'core','2022092200.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4052,0,'core','2022101400.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4053,0,'core','2022101400.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4054,0,'core','2022101400.04','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4055,0,'core','2022101400.05','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4056,0,'core','2022102800.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4057,0,'core','2022110600','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4058,0,'core','2022112800.03','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4059,0,'core','2022112803.01','2022112803.01','Upgrade savepoint reached',NULL,'',0,1683021827),(4060,0,'core','2022112803.01','2022112803.01','Core upgraded',NULL,'',0,1683021828),(4061,0,'antivirus_clamav','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4062,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4063,0,'antivirus_clamav','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4064,0,'availability_completion','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4065,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4066,0,'availability_completion','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4067,0,'availability_date','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4068,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4069,0,'availability_date','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4070,0,'availability_grade','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4071,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4072,0,'availability_grade','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4073,0,'availability_group','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4074,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4075,0,'availability_group','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4076,0,'availability_grouping','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4077,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4078,0,'availability_grouping','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4079,0,'availability_profile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4080,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4081,0,'availability_profile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4082,0,'qtype_calculated','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4083,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4084,0,'qtype_calculated','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4085,0,'qtype_calculatedmulti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4086,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4087,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4088,0,'qtype_calculatedsimple','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4089,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4090,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4091,0,'qtype_ddimageortext','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4092,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4093,0,'qtype_ddimageortext','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4094,0,'qtype_ddmarker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4095,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4096,0,'qtype_ddmarker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4097,0,'qtype_ddwtos','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4098,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4099,0,'qtype_ddwtos','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4100,0,'qtype_description','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4101,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4102,0,'qtype_description','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4103,0,'qtype_essay','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4104,0,'qtype_essay','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4105,0,'qtype_essay','2021052502','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4106,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4107,0,'qtype_essay','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4108,0,'qtype_essaywiris','2021050600','2023020702','Starting plugin upgrade',NULL,'',0,1683021828),(4109,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683021828),(4110,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683021828),(4111,0,'qtype_gapselect','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4112,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4113,0,'qtype_gapselect','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4114,0,'qtype_match','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4115,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4116,0,'qtype_match','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021828),(4117,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021828),(4118,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021828),(4119,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021828),(4120,0,'qtype_missingtype','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021828),(4121,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021828),(4122,0,'qtype_missingtype','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4123,0,'qtype_multianswer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4124,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4125,0,'qtype_multianswer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4126,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4127,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4128,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4129,0,'qtype_multichoice','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4130,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4131,0,'qtype_multichoice','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4132,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4133,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4134,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4135,0,'qtype_numerical','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4136,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4137,0,'qtype_numerical','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4138,0,'qtype_random','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4139,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4140,0,'qtype_random','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4141,0,'qtype_randomsamatch','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4142,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4143,0,'qtype_randomsamatch','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4144,0,'qtype_shortanswer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4145,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4146,0,'qtype_shortanswer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4147,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4148,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4149,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4150,0,'qtype_truefalse','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4151,0,'qtype_truefalse','2022071900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4152,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4153,0,'qtype_truefalse','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4154,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4155,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4156,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4157,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021829),(4158,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021829),(4159,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021829),(4160,0,'mod_assign','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021829),(4161,0,'mod_assign','2021110901','2022112801','Upgrade savepoint reached',NULL,'',0,1683021829),(4162,0,'mod_assign','2022071300','2022112801','Upgrade savepoint reached',NULL,'',0,1683021829),(4163,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021829),(4164,0,'mod_assign','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021829),(4165,0,'mod_assignment','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021829),(4166,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4167,0,'mod_assignment','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021829),(4168,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021829),(4169,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021829),(4170,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1683021830),(4171,0,'mod_book','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4172,0,'mod_book','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4173,0,'mod_book','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4174,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4175,0,'mod_book','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4176,0,'mod_chat','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4177,0,'mod_chat','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4178,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4179,0,'mod_chat','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4180,0,'mod_choice','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4181,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4182,0,'mod_choice','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4183,0,'mod_data','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4184,0,'mod_data','2022081600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4185,0,'mod_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4186,0,'mod_data','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4187,0,'mod_feedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4188,0,'mod_feedback','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4189,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4190,0,'mod_feedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4191,0,'mod_folder','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021830),(4192,0,'mod_folder','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4193,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021830),(4194,0,'mod_folder','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021830),(4195,0,'mod_forum','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021830),(4196,0,'mod_forum','2021101100','2022112801','Upgrade savepoint reached',NULL,'',0,1683021830),(4197,0,'mod_forum','2021101101','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4198,0,'mod_forum','2022062700','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4199,0,'mod_forum','2022072900','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4200,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4201,0,'mod_forum','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021831),(4202,0,'mod_glossary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4203,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4204,0,'mod_glossary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4205,0,'mod_h5pactivity','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4206,0,'mod_h5pactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4207,0,'mod_h5pactivity','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4208,0,'mod_imscp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4209,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4210,0,'mod_imscp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4211,0,'mod_label','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021831),(4212,0,'mod_label','2022101300','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4213,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021831),(4214,0,'mod_label','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021831),(4215,0,'mod_lesson','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4216,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4217,0,'mod_lesson','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4218,0,'mod_lti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4219,0,'mod_lti','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4220,0,'mod_lti','2022032900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4221,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4222,0,'mod_lti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4223,0,'mod_page','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4224,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4225,0,'mod_page','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021831),(4226,0,'mod_quiz','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021831),(4227,0,'mod_quiz','2021052503','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4228,0,'mod_quiz','2021101900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4229,0,'mod_quiz','2022020300','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4230,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021831),(4231,0,'mod_quiz','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4232,0,'mod_resource','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4233,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4234,0,'mod_resource','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4235,0,'mod_scorm','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4236,0,'mod_scorm','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4237,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4238,0,'mod_scorm','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4239,0,'mod_survey','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4240,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4241,0,'mod_survey','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4242,0,'mod_url','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4243,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4244,0,'mod_url','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4245,0,'mod_wiki','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4246,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4247,0,'mod_wiki','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4248,0,'mod_workshop','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4249,0,'mod_workshop','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4250,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4251,0,'mod_workshop','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4252,0,'auth_cas','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4253,0,'auth_cas','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4254,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4255,0,'auth_cas','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4256,0,'auth_db','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4257,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4258,0,'auth_db','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4259,0,'auth_email','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4260,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4261,0,'auth_email','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4262,0,'auth_ldap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4263,0,'auth_ldap','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4264,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021832),(4265,0,'auth_ldap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021832),(4266,0,'auth_lti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021832),(4267,0,'auth_lti','2021100500','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4268,0,'auth_lti','2022030900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4269,0,'auth_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4270,0,'auth_lti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4271,0,'auth_manual','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4272,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4273,0,'auth_manual','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4274,0,'auth_mnet','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4275,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4276,0,'auth_mnet','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4277,0,'auth_nologin','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4278,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4279,0,'auth_nologin','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4280,0,'auth_none','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4281,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4282,0,'auth_none','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4283,0,'auth_oauth2','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4284,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4285,0,'auth_oauth2','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4286,0,'auth_shibboleth','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4287,0,'auth_shibboleth','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4288,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4289,0,'auth_shibboleth','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4290,0,'auth_webservice','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4291,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4292,0,'auth_webservice','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4293,0,'calendartype_gregorian','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4294,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4295,0,'calendartype_gregorian','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4296,0,'customfield_checkbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4297,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4298,0,'customfield_checkbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4299,0,'customfield_date','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4300,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4301,0,'customfield_date','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4302,0,'customfield_select','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4303,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4304,0,'customfield_select','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4305,0,'customfield_text','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4306,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4307,0,'customfield_text','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021833),(4308,0,'customfield_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021833),(4309,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021833),(4310,0,'customfield_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4311,0,'enrol_category','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4312,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4313,0,'enrol_category','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4314,0,'enrol_cohort','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4315,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4316,0,'enrol_cohort','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4317,0,'enrol_database','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4318,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4319,0,'enrol_database','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4320,0,'enrol_fee','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4321,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4322,0,'enrol_fee','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4323,0,'enrol_flatfile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4324,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4325,0,'enrol_flatfile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4326,0,'enrol_guest','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4327,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4328,0,'enrol_guest','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4329,0,'enrol_imsenterprise','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4330,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4331,0,'enrol_imsenterprise','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4332,0,'enrol_ldap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4333,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4334,0,'enrol_ldap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021834),(4335,0,'enrol_lti','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021834),(4336,0,'enrol_lti','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4337,0,'enrol_lti','2021052502','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4338,0,'enrol_lti','2021052503','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4339,0,'enrol_lti','2021052504','2022112800','Upgrade savepoint reached',NULL,'',0,1683021834),(4340,0,'enrol_lti','2021052505','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4341,0,'enrol_lti','2021052506','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4342,0,'enrol_lti','2021052507','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4343,0,'enrol_lti','2021052508','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4344,0,'enrol_lti','2021052512','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4345,0,'enrol_lti','2021052513','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4346,0,'enrol_lti','2021052514','2022112800','Upgrade savepoint reached',NULL,'',0,1683021835),(4347,0,'enrol_lti','2022031400','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4348,0,'enrol_lti','2022031401','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4349,0,'enrol_lti','2022031402','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4350,0,'enrol_lti','2022061500','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4351,0,'enrol_lti','2022103100','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4352,0,'enrol_lti','2022110300','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4353,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4354,0,'enrol_lti','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021836),(4355,0,'enrol_manual','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021836),(4356,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4357,0,'enrol_manual','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021836),(4358,0,'enrol_meta','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021836),(4359,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021836),(4360,0,'enrol_meta','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4361,0,'enrol_mnet','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4362,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4363,0,'enrol_mnet','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4364,0,'enrol_paypal','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4365,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4366,0,'enrol_paypal','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4367,0,'enrol_self','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4368,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4369,0,'enrol_self','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4370,0,'message_airnotifier','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4371,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4372,0,'message_airnotifier','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4373,0,'message_email','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4374,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4375,0,'message_email','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4376,0,'message_popup','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4377,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4378,0,'message_popup','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4379,0,'block_accessreview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4380,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4381,0,'block_accessreview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4382,0,'block_activity_modules','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4383,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4384,0,'block_activity_modules','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4385,0,'block_activity_results','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4386,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4387,0,'block_activity_results','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4388,0,'block_admin_bookmarks','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4389,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4390,0,'block_admin_bookmarks','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4391,0,'block_badges','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4392,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4393,0,'block_badges','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4394,0,'block_blog_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021837),(4395,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021837),(4396,0,'block_blog_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021837),(4397,0,'block_blog_recent','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4398,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4399,0,'block_blog_recent','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4400,0,'block_blog_tags','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4401,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4402,0,'block_blog_tags','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4403,0,'block_calendar_month','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4404,0,'block_calendar_month','2022030200','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4405,0,'block_calendar_month','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4406,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4407,0,'block_calendar_month','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4408,0,'block_calendar_upcoming','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4409,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4410,0,'block_calendar_upcoming','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4411,0,'block_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4412,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4413,0,'block_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4414,0,'block_completionstatus','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4415,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4416,0,'block_completionstatus','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4417,0,'block_course_list','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4418,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4419,0,'block_course_list','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4420,0,'block_course_summary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4421,0,'block_course_summary','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4422,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4423,0,'block_course_summary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4424,0,'block_feedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4425,0,'block_feedback','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4426,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4427,0,'block_feedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4428,0,'block_globalsearch','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4429,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4430,0,'block_globalsearch','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4431,0,'block_glossary_random','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4432,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4433,0,'block_glossary_random','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4434,0,'block_html','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4435,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4436,0,'block_html','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4437,0,'block_login','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4438,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4439,0,'block_login','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4440,0,'block_lp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4441,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4442,0,'block_lp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4443,0,'block_mentees','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021838),(4444,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021838),(4445,0,'block_mentees','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021838),(4446,0,'block_mnet_hosts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4447,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4448,0,'block_mnet_hosts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4449,0,'block_myoverview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4450,0,'block_myoverview','2021052504','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4451,0,'block_myoverview','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4452,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4453,0,'block_myoverview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4454,0,'block_myprofile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4455,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4456,0,'block_myprofile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4457,0,'block_navigation','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4458,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4459,0,'block_navigation','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4460,0,'block_news_items','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4461,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4462,0,'block_news_items','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4463,0,'block_online_users','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4464,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4465,0,'block_online_users','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4466,0,'block_private_files','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4467,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4468,0,'block_private_files','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4469,0,'block_recent_activity','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4470,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4471,0,'block_recent_activity','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4472,0,'block_recentlyaccessedcourses','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4473,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4474,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4475,0,'block_recentlyaccesseditems','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4476,0,'block_recentlyaccesseditems','2022030200','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4477,0,'block_recentlyaccesseditems','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4478,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4479,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4480,0,'block_rss_client','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4481,0,'block_rss_client','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4482,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4483,0,'block_rss_client','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4484,0,'block_search_forums','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4485,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4486,0,'block_search_forums','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4487,0,'block_section_links','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4488,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4489,0,'block_section_links','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021839),(4490,0,'block_selfcompletion','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021839),(4491,0,'block_selfcompletion','2021121600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4492,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021839),(4493,0,'block_selfcompletion','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4494,0,'block_settings','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4495,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4496,0,'block_settings','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4497,0,'block_site_main_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4498,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4499,0,'block_site_main_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4500,0,'block_social_activities','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4501,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4502,0,'block_social_activities','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4503,0,'block_starredcourses','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4504,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4505,0,'block_starredcourses','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4506,0,'block_tag_flickr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4507,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4508,0,'block_tag_flickr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4509,0,'block_tag_youtube','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4510,0,'block_tag_youtube','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4511,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4512,0,'block_tag_youtube','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4513,0,'block_tags','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4514,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4515,0,'block_tags','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4516,0,'block_timeline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4517,0,'block_timeline','2022030200','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4518,0,'block_timeline','2022041901','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4519,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4520,0,'block_timeline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4521,0,'media_html5audio','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4522,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4523,0,'media_html5audio','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4524,0,'media_html5video','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4525,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4526,0,'media_html5video','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4527,0,'media_videojs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4528,0,'media_videojs','2021052503','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4529,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4530,0,'media_videojs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4531,0,'media_vimeo','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4532,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4533,0,'media_vimeo','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4534,0,'media_youtube','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4535,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4536,0,'media_youtube','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4537,0,'filter_activitynames','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4538,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4539,0,'filter_activitynames','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4540,0,'filter_algebra','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4541,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4542,0,'filter_algebra','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4543,0,'filter_data','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4544,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021840),(4545,0,'filter_data','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021840),(4546,0,'filter_displayh5p','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021840),(4547,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4548,0,'filter_displayh5p','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4549,0,'filter_emailprotect','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4550,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4551,0,'filter_emailprotect','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4552,0,'filter_emoticon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4553,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4554,0,'filter_emoticon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4555,0,'filter_glossary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4556,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4557,0,'filter_glossary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4558,0,'filter_mathjaxloader','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4559,0,'filter_mathjaxloader','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4560,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4561,0,'filter_mathjaxloader','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4562,0,'filter_mediaplugin','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4563,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4564,0,'filter_mediaplugin','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4565,0,'filter_multilang','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4566,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4567,0,'filter_multilang','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4568,0,'filter_tex','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4569,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4570,0,'filter_tex','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4571,0,'filter_tidy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4572,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4573,0,'filter_tidy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4574,0,'filter_urltolink','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4575,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4576,0,'filter_urltolink','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4577,0,'filter_wiris','2021050600','2023042400','Starting plugin upgrade',NULL,'',0,1683021841),(4578,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683021841),(4579,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683021841),(4580,0,'editor_atto','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4581,0,'editor_atto','2021062400','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4582,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4583,0,'editor_atto','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4584,0,'editor_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4585,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4586,0,'editor_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4587,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021841),(4588,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4589,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1683021841),(4590,0,'editor_tinymce','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4591,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4592,0,'editor_tinymce','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4593,0,'format_singleactivity','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4594,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4595,0,'format_singleactivity','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4596,0,'format_social','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021841),(4597,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021841),(4598,0,'format_social','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021841),(4599,0,'format_topics','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021842),(4600,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021842),(4601,0,'format_topics','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021842),(4602,0,'format_weeks','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021842),(4603,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021842),(4604,0,'format_weeks','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021842),(4605,0,'dataformat_csv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4606,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4607,0,'dataformat_csv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4608,0,'dataformat_excel','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4609,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4610,0,'dataformat_excel','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4611,0,'dataformat_html','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4612,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4613,0,'dataformat_html','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4614,0,'dataformat_json','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4615,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4616,0,'dataformat_json','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4617,0,'dataformat_ods','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4618,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4619,0,'dataformat_ods','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4620,0,'dataformat_pdf','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4621,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4622,0,'dataformat_pdf','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4623,0,'profilefield_checkbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4624,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4625,0,'profilefield_checkbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4626,0,'profilefield_datetime','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4627,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4628,0,'profilefield_datetime','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4629,0,'profilefield_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4630,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4631,0,'profilefield_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4632,0,'profilefield_social','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4633,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4634,0,'profilefield_social','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4635,0,'profilefield_text','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4636,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4637,0,'profilefield_text','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4638,0,'profilefield_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4639,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4640,0,'profilefield_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4641,0,'report_backups','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4642,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4643,0,'report_backups','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4644,0,'report_competency','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4645,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4646,0,'report_competency','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4647,0,'report_completion','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4648,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4649,0,'report_completion','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021842),(4650,0,'report_configlog','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021842),(4651,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021842),(4652,0,'report_configlog','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4653,0,'report_courseoverview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4654,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4655,0,'report_courseoverview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4656,0,'report_eventlist','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4657,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4658,0,'report_eventlist','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4659,0,'report_infectedfiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4660,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4661,0,'report_infectedfiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4662,0,'report_insights','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4663,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4664,0,'report_insights','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4665,0,'report_log','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4666,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4667,0,'report_log','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4668,0,'report_loglive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4669,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4670,0,'report_loglive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4671,0,'report_outline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4672,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4673,0,'report_outline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4674,0,'report_participation','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4675,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4676,0,'report_participation','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4677,0,'report_performance','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4678,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4679,0,'report_performance','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4680,0,'report_progress','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4681,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4682,0,'report_progress','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4683,0,'report_questioninstances','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4684,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4685,0,'report_questioninstances','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4686,0,'report_security','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4687,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4688,0,'report_security','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4689,0,'report_stats','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4690,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4691,0,'report_stats','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4692,0,'report_status','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4693,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4694,0,'report_status','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4695,0,'report_usersessions','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4696,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4697,0,'report_usersessions','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4698,0,'gradeexport_ods','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4699,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021843),(4700,0,'gradeexport_ods','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021843),(4701,0,'gradeexport_txt','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021843),(4702,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4703,0,'gradeexport_txt','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4704,0,'gradeexport_xls','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4705,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4706,0,'gradeexport_xls','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4707,0,'gradeexport_xml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4708,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4709,0,'gradeexport_xml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4710,0,'gradeimport_csv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4711,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4712,0,'gradeimport_csv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4713,0,'gradeimport_direct','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4714,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4715,0,'gradeimport_direct','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4716,0,'gradeimport_xml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4717,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4718,0,'gradeimport_xml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4719,0,'gradereport_grader','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4720,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4721,0,'gradereport_grader','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4722,0,'gradereport_history','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4723,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4724,0,'gradereport_history','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4725,0,'gradereport_outcomes','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4726,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4727,0,'gradereport_outcomes','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4728,0,'gradereport_overview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4729,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4730,0,'gradereport_overview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4731,0,'gradereport_singleview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4732,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4733,0,'gradereport_singleview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4734,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021844),(4735,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4736,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1683021844),(4737,0,'gradereport_user','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4738,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4739,0,'gradereport_user','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4740,0,'gradingform_guide','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4741,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4742,0,'gradingform_guide','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021844),(4743,0,'gradingform_rubric','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021844),(4744,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021844),(4745,0,'gradingform_rubric','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4746,0,'mlbackend_php','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4747,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4748,0,'mlbackend_php','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4749,0,'mlbackend_python','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4750,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4751,0,'mlbackend_python','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4752,0,'mnetservice_enrol','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4753,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4754,0,'mnetservice_enrol','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4755,0,'webservice_rest','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4756,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4757,0,'webservice_rest','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4758,0,'webservice_soap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4759,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4760,0,'webservice_soap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4761,0,'repository_areafiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4762,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4763,0,'repository_areafiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4764,0,'repository_contentbank','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4765,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4766,0,'repository_contentbank','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4767,0,'repository_coursefiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4768,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4769,0,'repository_coursefiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4770,0,'repository_dropbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4771,0,'repository_dropbox','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4772,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4773,0,'repository_dropbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4774,0,'repository_equella','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4775,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4776,0,'repository_equella','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4777,0,'repository_filesystem','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4778,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4779,0,'repository_filesystem','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4780,0,'repository_flickr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4781,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4782,0,'repository_flickr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4783,0,'repository_flickr_public','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4784,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4785,0,'repository_flickr_public','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4786,0,'repository_googledocs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4787,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4788,0,'repository_googledocs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4789,0,'repository_local','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4790,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4791,0,'repository_local','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4792,0,'repository_merlot','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4793,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021845),(4794,0,'repository_merlot','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021845),(4795,0,'repository_nextcloud','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021845),(4796,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4797,0,'repository_nextcloud','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4798,0,'repository_onedrive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4799,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4800,0,'repository_onedrive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4801,0,'repository_recent','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4802,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4803,0,'repository_recent','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4804,0,'repository_s3','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4805,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4806,0,'repository_s3','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4807,0,'repository_upload','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4808,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4809,0,'repository_upload','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4810,0,'repository_url','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4811,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4812,0,'repository_url','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4813,0,'repository_user','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4814,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4815,0,'repository_user','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4816,0,'repository_webdav','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4817,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4818,0,'repository_webdav','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4819,0,'repository_wikimedia','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4820,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4821,0,'repository_wikimedia','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4822,0,'repository_youtube','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4823,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4824,0,'repository_youtube','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4825,0,'portfolio_download','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4826,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4827,0,'portfolio_download','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4828,0,'portfolio_flickr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4829,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4830,0,'portfolio_flickr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4831,0,'portfolio_googledocs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4832,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4833,0,'portfolio_googledocs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4834,0,'portfolio_mahara','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4835,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4836,0,'portfolio_mahara','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021846),(4837,0,'search_simpledb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021846),(4838,0,'search_simpledb','2022050400','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4839,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021846),(4840,0,'search_simpledb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021847),(4841,0,'search_solr','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021847),(4842,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4843,0,'search_solr','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021847),(4844,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4845,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4846,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4847,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4848,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4849,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4850,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4851,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4852,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4853,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4854,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4855,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4856,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4857,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4858,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4859,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4860,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4861,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4862,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4863,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4864,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4865,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4866,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4867,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4868,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4869,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4870,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4871,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4872,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4873,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4874,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4875,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4876,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4877,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4878,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4879,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4880,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4881,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4882,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4883,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4884,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4885,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4886,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4887,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4888,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4889,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021847),(4890,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021847),(4891,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1683021847),(4892,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021848),(4893,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4894,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1683021848),(4895,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021848),(4896,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4897,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1683021848),(4898,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021848),(4899,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4900,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1683021848),(4901,0,'qbehaviour_adaptive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4902,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4903,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4904,0,'qbehaviour_adaptivenopenalty','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4905,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4906,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4907,0,'qbehaviour_deferredcbm','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4908,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4909,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4910,0,'qbehaviour_deferredfeedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4911,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4912,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4913,0,'qbehaviour_immediatecbm','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4914,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4915,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4916,0,'qbehaviour_immediatefeedback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4917,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4918,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4919,0,'qbehaviour_informationitem','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4920,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4921,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4922,0,'qbehaviour_interactive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4923,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4924,0,'qbehaviour_interactive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4925,0,'qbehaviour_interactivecountback','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4926,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4927,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4928,0,'qbehaviour_manualgraded','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4929,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4930,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4931,0,'qbehaviour_missing','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4932,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4933,0,'qbehaviour_missing','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4934,0,'qformat_aiken','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4935,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4936,0,'qformat_aiken','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4937,0,'qformat_blackboard_six','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4938,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4939,0,'qformat_blackboard_six','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4940,0,'qformat_gift','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4941,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4942,0,'qformat_gift','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4943,0,'qformat_missingword','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4944,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4945,0,'qformat_missingword','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021848),(4946,0,'qformat_multianswer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021848),(4947,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021848),(4948,0,'qformat_multianswer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4949,0,'qformat_xhtml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4950,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4951,0,'qformat_xhtml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4952,0,'qformat_xml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4953,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4954,0,'qformat_xml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4955,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021849),(4956,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4957,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1683021849),(4958,0,'tool_analytics','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4959,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4960,0,'tool_analytics','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4961,0,'tool_availabilityconditions','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4962,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4963,0,'tool_availabilityconditions','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4964,0,'tool_behat','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021849),(4965,0,'tool_behat','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021849),(4966,0,'tool_behat','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021849),(4967,0,'tool_brickfield','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4968,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4969,0,'tool_brickfield','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4970,0,'tool_capability','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4971,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4972,0,'tool_capability','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4973,0,'tool_cohortroles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4974,0,'tool_cohortroles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4975,0,'tool_cohortroles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4976,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021849),(4977,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4978,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1683021849),(4979,0,'tool_customlang','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4980,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4981,0,'tool_customlang','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4982,0,'tool_dataprivacy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4983,0,'tool_dataprivacy','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4984,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4985,0,'tool_dataprivacy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4986,0,'tool_dbtransfer','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4987,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4988,0,'tool_dbtransfer','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4989,0,'tool_filetypes','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4990,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4991,0,'tool_filetypes','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4992,0,'tool_generator','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4993,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4994,0,'tool_generator','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4995,0,'tool_httpsreplace','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4996,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(4997,0,'tool_httpsreplace','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(4998,0,'tool_innodb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021849),(4999,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021849),(5000,0,'tool_innodb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021849),(5001,0,'tool_installaddon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5002,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5003,0,'tool_installaddon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5004,0,'tool_langimport','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5005,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5006,0,'tool_langimport','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5007,0,'tool_licensemanager','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5008,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5009,0,'tool_licensemanager','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5010,0,'tool_log','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5011,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5012,0,'tool_log','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5013,0,'tool_lp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5014,0,'tool_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5015,0,'tool_lp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5016,0,'tool_lpimportcsv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5017,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5018,0,'tool_lpimportcsv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5019,0,'tool_lpmigrate','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5020,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5021,0,'tool_lpmigrate','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5022,0,'tool_messageinbound','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5023,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5024,0,'tool_messageinbound','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5025,0,'tool_mobile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5026,0,'tool_mobile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5027,0,'tool_mobile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5028,0,'tool_monitor','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5029,0,'tool_monitor','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5030,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5031,0,'tool_monitor','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5032,0,'tool_moodlenet','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5033,0,'tool_moodlenet','2022021600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5034,0,'tool_moodlenet','2022021601','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5035,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5036,0,'tool_moodlenet','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5037,0,'tool_multilangupgrade','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5038,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5039,0,'tool_multilangupgrade','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5040,0,'tool_oauth2','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5041,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5042,0,'tool_oauth2','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5043,0,'tool_phpunit','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5044,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5045,0,'tool_phpunit','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5046,0,'tool_policy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5047,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021850),(5048,0,'tool_policy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021850),(5049,0,'tool_profiling','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021850),(5050,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5051,0,'tool_profiling','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5052,0,'tool_recyclebin','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5053,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5054,0,'tool_recyclebin','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5055,0,'tool_replace','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5056,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5057,0,'tool_replace','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5058,0,'tool_spamcleaner','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5059,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5060,0,'tool_spamcleaner','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5061,0,'tool_task','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5062,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5063,0,'tool_task','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5064,0,'tool_templatelibrary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5065,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5066,0,'tool_templatelibrary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5067,0,'tool_unsuproles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5068,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5069,0,'tool_unsuproles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5070,0,'tool_uploadcourse','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5071,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5072,0,'tool_uploadcourse','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5073,0,'tool_uploaduser','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5074,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5075,0,'tool_uploaduser','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021851),(5076,0,'tool_usertours','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021851),(5077,0,'tool_usertours','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5078,0,'tool_usertours','2021092300','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5079,0,'tool_usertours','2021100700','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5080,0,'tool_usertours','2022040601','2022112800','Upgrade savepoint reached',NULL,'',0,1683021851),(5081,0,'tool_usertours','2022040602','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5082,0,'tool_usertours','2022061600','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5083,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5084,0,'tool_usertours','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5085,0,'tool_xmldb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5086,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5087,0,'tool_xmldb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5088,0,'cachestore_apcu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5089,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5090,0,'cachestore_apcu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5091,0,'cachestore_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5092,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5093,0,'cachestore_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5094,0,'cachestore_memcached','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5095,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5096,0,'cachestore_memcached','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5097,0,'cachestore_mongodb','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021852),(5098,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021852),(5099,0,'cachestore_mongodb','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021852),(5100,0,'cachestore_redis','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5101,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5102,0,'cachestore_redis','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5103,0,'cachestore_session','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5104,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5105,0,'cachestore_session','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5106,0,'cachestore_static','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5107,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5108,0,'cachestore_static','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5109,0,'cachelock_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5110,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5111,0,'cachelock_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5112,0,'fileconverter_googledrive','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5113,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5114,0,'fileconverter_googledrive','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021852),(5115,0,'fileconverter_unoconv','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021852),(5116,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021852),(5117,0,'fileconverter_unoconv','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5118,0,'contenttype_h5p','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5119,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5120,0,'contenttype_h5p','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5121,0,'theme_boost','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5122,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5123,0,'theme_boost','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5124,0,'theme_classic','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5125,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5126,0,'theme_classic','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5127,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1683021853),(5128,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1683021853),(5129,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1683021853),(5130,0,'h5plib_v124','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5131,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5132,0,'h5plib_v124','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5133,0,'paygw_paypal','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5134,0,'paygw_paypal','2021052501','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5135,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5136,0,'paygw_paypal','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5137,0,'assignsubmission_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5138,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5139,0,'assignsubmission_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5140,0,'assignsubmission_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5141,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5142,0,'assignsubmission_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5143,0,'assignsubmission_onlinetext','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5144,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5145,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5146,0,'assignfeedback_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5147,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5148,0,'assignfeedback_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5149,0,'assignfeedback_editpdf','2021051700','2022112801','Starting plugin upgrade',NULL,'',0,1683021853),(5150,0,'assignfeedback_editpdf','2021060400','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5151,0,'assignfeedback_editpdf','2022061000','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5152,0,'assignfeedback_editpdf','2022082200','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5153,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1683021853),(5154,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin upgraded',NULL,'',0,1683021853),(5155,0,'assignfeedback_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5156,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5157,0,'assignfeedback_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5158,0,'assignfeedback_offline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5159,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5160,0,'assignfeedback_offline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5161,0,'assignment_offline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5162,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5163,0,'assignment_offline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021853),(5164,0,'assignment_online','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021853),(5165,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021853),(5166,0,'assignment_online','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5167,0,'assignment_upload','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5168,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5169,0,'assignment_upload','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5170,0,'assignment_uploadsingle','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5171,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5172,0,'assignment_uploadsingle','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5173,0,'booktool_exportimscp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5174,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5175,0,'booktool_exportimscp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5176,0,'booktool_importhtml','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5177,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5178,0,'booktool_importhtml','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5179,0,'booktool_print','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5180,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5181,0,'booktool_print','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5182,0,'datafield_checkbox','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5183,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5184,0,'datafield_checkbox','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5185,0,'datafield_date','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5186,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5187,0,'datafield_date','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5188,0,'datafield_file','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5189,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5190,0,'datafield_file','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5191,0,'datafield_latlong','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5192,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5193,0,'datafield_latlong','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5194,0,'datafield_menu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5195,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5196,0,'datafield_menu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5197,0,'datafield_multimenu','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5198,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5199,0,'datafield_multimenu','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5200,0,'datafield_number','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5201,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5202,0,'datafield_number','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5203,0,'datafield_picture','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5204,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5205,0,'datafield_picture','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5206,0,'datafield_radiobutton','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5207,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5208,0,'datafield_radiobutton','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5209,0,'datafield_text','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5210,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5211,0,'datafield_text','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5212,0,'datafield_textarea','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5213,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5214,0,'datafield_textarea','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5215,0,'datafield_url','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5216,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5217,0,'datafield_url','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5218,0,'datapreset_imagegallery','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021854),(5219,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5220,0,'datapreset_imagegallery','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021854),(5221,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021854),(5222,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021854),(5223,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1683021855),(5224,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021855),(5225,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5226,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1683021855),(5227,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021855),(5228,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5229,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1683021855),(5230,0,'forumreport_summary','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5231,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5232,0,'forumreport_summary','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5233,0,'ltiservice_basicoutcomes','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5234,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5235,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5236,0,'ltiservice_gradebookservices','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5237,0,'ltiservice_gradebookservices','2022051900','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5238,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5239,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5240,0,'ltiservice_memberships','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5241,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5242,0,'ltiservice_memberships','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5243,0,'ltiservice_profile','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5244,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5245,0,'ltiservice_profile','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5246,0,'ltiservice_toolproxy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5247,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5248,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5249,0,'ltiservice_toolsettings','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5250,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5251,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5252,0,'quiz_grading','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5253,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5254,0,'quiz_grading','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5255,0,'quiz_overview','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5256,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5257,0,'quiz_overview','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5258,0,'quiz_responses','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5259,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5260,0,'quiz_responses','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5261,0,'quiz_statistics','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5262,0,'quiz_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5263,0,'quiz_statistics','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5264,0,'quizaccess_delaybetweenattempts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5265,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5266,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021855),(5267,0,'quizaccess_ipaddress','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021855),(5268,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021855),(5269,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5270,0,'quizaccess_numattempts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5271,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5272,0,'quizaccess_numattempts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5273,0,'quizaccess_offlineattempts','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5274,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5275,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5276,0,'quizaccess_openclosedate','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5277,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5278,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5279,0,'quizaccess_password','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5280,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5281,0,'quizaccess_password','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5282,0,'quizaccess_seb','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5283,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5284,0,'quizaccess_seb','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5285,0,'quizaccess_securewindow','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5286,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5287,0,'quizaccess_securewindow','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5288,0,'quizaccess_timelimit','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5289,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5290,0,'quizaccess_timelimit','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5291,0,'scormreport_basic','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5292,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5293,0,'scormreport_basic','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5294,0,'scormreport_graphs','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5295,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5296,0,'scormreport_graphs','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5297,0,'scormreport_interactions','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5298,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5299,0,'scormreport_interactions','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5300,0,'scormreport_objectives','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5301,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5302,0,'scormreport_objectives','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5303,0,'workshopform_accumulative','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5304,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5305,0,'workshopform_accumulative','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5306,0,'workshopform_comments','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5307,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5308,0,'workshopform_comments','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5309,0,'workshopform_numerrors','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5310,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5311,0,'workshopform_numerrors','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5312,0,'workshopform_rubric','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5313,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5314,0,'workshopform_rubric','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5315,0,'workshopallocation_manual','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5316,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5317,0,'workshopallocation_manual','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5318,0,'workshopallocation_random','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5319,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5320,0,'workshopallocation_random','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5321,0,'workshopallocation_scheduled','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5322,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021856),(5323,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021856),(5324,0,'workshopeval_best','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021856),(5325,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5326,0,'workshopeval_best','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5327,0,'atto_accessibilitychecker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5328,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5329,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5330,0,'atto_accessibilityhelper','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5331,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5332,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5333,0,'atto_align','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5334,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5335,0,'atto_align','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5336,0,'atto_backcolor','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5337,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5338,0,'atto_backcolor','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5339,0,'atto_bold','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5340,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5341,0,'atto_bold','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5342,0,'atto_charmap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5343,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5344,0,'atto_charmap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5345,0,'atto_clear','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5346,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5347,0,'atto_clear','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5348,0,'atto_collapse','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5349,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5350,0,'atto_collapse','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5351,0,'atto_emojipicker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5352,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5353,0,'atto_emojipicker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5354,0,'atto_emoticon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5355,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5356,0,'atto_emoticon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5357,0,'atto_equation','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5358,0,'atto_equation','2022110700','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5359,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5360,0,'atto_equation','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5361,0,'atto_fontcolor','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5362,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5363,0,'atto_fontcolor','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5364,0,'atto_h5p','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5365,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5366,0,'atto_h5p','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5367,0,'atto_html','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5368,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5369,0,'atto_html','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5370,0,'atto_image','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5371,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5372,0,'atto_image','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5373,0,'atto_indent','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5374,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5375,0,'atto_indent','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5376,0,'atto_italic','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5377,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5378,0,'atto_italic','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5379,0,'atto_link','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5380,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5381,0,'atto_link','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5382,0,'atto_managefiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021857),(5383,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021857),(5384,0,'atto_managefiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021857),(5385,0,'atto_media','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5386,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5387,0,'atto_media','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5388,0,'atto_noautolink','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5389,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5390,0,'atto_noautolink','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5391,0,'atto_orderedlist','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5392,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5393,0,'atto_orderedlist','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5394,0,'atto_recordrtc','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5395,0,'atto_recordrtc','2021073000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5396,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5397,0,'atto_recordrtc','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5398,0,'atto_rtl','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5399,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5400,0,'atto_rtl','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5401,0,'atto_strike','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5402,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5403,0,'atto_strike','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5404,0,'atto_subscript','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5405,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5406,0,'atto_subscript','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5407,0,'atto_superscript','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5408,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5409,0,'atto_superscript','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5410,0,'atto_table','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5411,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5412,0,'atto_table','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5413,0,'atto_title','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5414,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5415,0,'atto_title','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5416,0,'atto_underline','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5417,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5418,0,'atto_underline','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5419,0,'atto_undo','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5420,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5421,0,'atto_undo','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5422,0,'atto_unorderedlist','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021858),(5423,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5424,0,'atto_unorderedlist','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021858),(5425,0,'atto_wiris','2021050600','2023042400','Starting plugin upgrade',NULL,'',0,1683021858),(5426,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683021858),(5427,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683021858),(5428,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5429,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5430,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1683021858),(5431,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5432,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5433,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1683021858),(5434,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5435,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5436,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1683021858),(5437,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021858),(5438,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021858),(5439,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1683021859),(5440,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021859),(5441,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5442,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1683021859),(5443,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1683021859),(5444,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5445,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1683021859),(5446,0,'tinymce_ctrlhelp','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5447,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5448,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5449,0,'tinymce_managefiles','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5450,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5451,0,'tinymce_managefiles','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5452,0,'tinymce_moodleemoticon','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5453,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5454,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5455,0,'tinymce_moodleimage','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5456,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5457,0,'tinymce_moodleimage','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5458,0,'tinymce_moodlemedia','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5459,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5460,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5461,0,'tinymce_moodlenolink','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5462,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5463,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5464,0,'tinymce_pdw','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5465,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5466,0,'tinymce_pdw','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5467,0,'tinymce_spellchecker','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5468,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5469,0,'tinymce_spellchecker','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5470,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1683021859),(5471,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1683021859),(5472,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1683021859),(5473,0,'tinymce_wrap','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5474,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5475,0,'tinymce_wrap','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5476,0,'logstore_database','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5477,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5478,0,'logstore_database','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5479,0,'logstore_legacy','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5480,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021859),(5481,0,'logstore_legacy','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021859),(5482,0,'logstore_standard','2021051700','2022112800','Starting plugin upgrade',NULL,'',0,1683021859),(5483,0,'logstore_standard','2022053000','2022112800','Upgrade savepoint reached',NULL,'',0,1683021860),(5484,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1683021860),(5485,0,'logstore_standard','2022112800','2022112800','Plugin upgraded',NULL,'',0,1683021860); -/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +LOCK TABLES `t_upgrade_log` WRITE; +/*!40000 ALTER TABLE `t_upgrade_log` DISABLE KEYS */; +INSERT INTO `t_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734080195),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734080230),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080233),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080233),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080233),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080235),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080235),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080235),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080236),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080237),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734080237),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080237),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080237),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734080239),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080239),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080240),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080241),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080241),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080241),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734080242),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080242),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080243),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734080243),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080243),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080244),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734080245),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080245),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080245),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080246),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080246),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080247),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734080250),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080250),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080250),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080252),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080252),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080252),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080253),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080253),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080254),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734080260),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080260),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080260),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080263),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080263),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080263),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734080264),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080264),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080264),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080264),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080264),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080264),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734080265),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080265),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080265),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734080267),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080267),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080267),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080269),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080270),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080272),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080273),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080274),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080274),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080274),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080276),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080277),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734080278),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080278),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080279),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080283),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080283),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734080283),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080288),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080288),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080289),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080289),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080309),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080309),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080309),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080336),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080336),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080336),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080336),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080336),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080337),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080337),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080337),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080338),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080341),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080342),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080342),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080342),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080347),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080347),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080347),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080349),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080349),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080349),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080351),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080351),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080351),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080357),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080357),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080358),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080359),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080359),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080359),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080369),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080369),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080369),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080371),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080371),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080371),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080372),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080372),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080372),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080373); +/*!40000 ALTER TABLE `t_upgrade_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_url` +-- Table structure for table `t_url` -- -DROP TABLE IF EXISTS `m_url`; +DROP TABLE IF EXISTS `t_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_url` ( +CREATE TABLE `t_url` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14425,27 +45919,27 @@ CREATE TABLE `m_url` ( `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_url_cou_ix` (`course`) + KEY `t_url_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_url` +-- Dumping data for table `t_url` -- -LOCK TABLES `m_url` WRITE; -/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +LOCK TABLES `t_url` WRITE; +/*!40000 ALTER TABLE `t_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_url` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user` +-- Table structure for table `t_user` -- -DROP TABLE IF EXISTS `m_user`; +DROP TABLE IF EXISTS `t_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user` ( +CREATE TABLE `t_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'manual', `confirmed` tinyint(1) NOT NULL DEFAULT '0', @@ -14495,42 +45989,42 @@ CREATE TABLE `m_user` ( `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), - KEY `m_user_del_ix` (`deleted`), - KEY `m_user_con_ix` (`confirmed`), - KEY `m_user_fir_ix` (`firstname`), - KEY `m_user_las_ix` (`lastname`), - KEY `m_user_cit_ix` (`city`), - KEY `m_user_cou_ix` (`country`), - KEY `m_user_las2_ix` (`lastaccess`), - KEY `m_user_ema_ix` (`email`), - KEY `m_user_aut_ix` (`auth`), - KEY `m_user_idn_ix` (`idnumber`), - KEY `m_user_fir2_ix` (`firstnamephonetic`), - KEY `m_user_las3_ix` (`lastnamephonetic`), - KEY `m_user_mid_ix` (`middlename`), - KEY `m_user_alt_ix` (`alternatename`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; + UNIQUE KEY `t_user_mneuse_uix` (`mnethostid`,`username`), + KEY `t_user_del_ix` (`deleted`), + KEY `t_user_con_ix` (`confirmed`), + KEY `t_user_fir_ix` (`firstname`), + KEY `t_user_las_ix` (`lastname`), + KEY `t_user_cit_ix` (`city`), + KEY `t_user_cou_ix` (`country`), + KEY `t_user_las2_ix` (`lastaccess`), + KEY `t_user_ema_ix` (`email`), + KEY `t_user_aut_ix` (`auth`), + KEY `t_user_idn_ix` (`idnumber`), + KEY `t_user_fir2_ix` (`firstnamephonetic`), + KEY `t_user_las3_ix` (`lastnamephonetic`), + KEY `t_user_mid_ix` (`middlename`), + KEY `t_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user` +-- Dumping data for table `t_user` -- -LOCK TABLES `m_user` WRITE; -/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; -INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$j9b3D8IiqsgpBlmw4eUhpeR.gnyvqMNtNUgu4WEGpN5SudmkEIufm','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1683021887,1621590307,1683021887,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL); -/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +LOCK TABLES `t_user` WRITE; +/*!40000 ALTER TABLE `t_user` DISABLE KEYS */; +INSERT INTO `t_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$DWS8t3qnWJvaGBoaLV1mHODJT.Cpi7KKRIh4dV9UhbDNLAgRQJwNa','','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,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$9M/ffOxTQ6cj2ZVDAihHi.ou6f74DFkapcIq3FGu2HF8Ot6/1ZuMi','','Admin','User','admin@example.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_devices` +-- Table structure for table `t_user_devices` -- -DROP TABLE IF EXISTS `m_user_devices`; +DROP TABLE IF EXISTS `t_user_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_devices` ( +CREATE TABLE `t_user_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14540,32 +46034,33 @@ CREATE TABLE `m_user_devices` ( `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), - KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), - KEY `m_userdevi_use_ix` (`userid`) + UNIQUE KEY `t_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `t_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `t_userdevi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- Dumping data for table `t_user_devices` -- - -LOCK TABLES `m_user_devices` WRITE; -/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; + +LOCK TABLES `t_user_devices` WRITE; +/*!40000 ALTER TABLE `t_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_enrolments` +-- Table structure for table `t_user_enrolments` -- -DROP TABLE IF EXISTS `m_user_enrolments`; +DROP TABLE IF EXISTS `t_user_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_enrolments` ( +CREATE TABLE `t_user_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `status` bigint NOT NULL DEFAULT '0', `enrolid` bigint NOT NULL, @@ -14576,31 +46071,30 @@ CREATE TABLE `m_user_enrolments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), - KEY `m_userenro_enr_ix` (`enrolid`), - KEY `m_userenro_use_ix` (`userid`), - KEY `m_userenro_mod_ix` (`modifierid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; + UNIQUE KEY `t_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `t_userenro_enr_ix` (`enrolid`), + KEY `t_userenro_use_ix` (`userid`), + KEY `t_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_enrolments` +-- Dumping data for table `t_user_enrolments` -- -LOCK TABLES `m_user_enrolments` WRITE; -/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; -INSERT INTO `m_user_enrolments` VALUES (1,0,1,3,1566471399,0,2,1566471448,1566471448),(2,0,1,4,1566471399,0,2,1566471456,1566471456); -/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +LOCK TABLES `t_user_enrolments` WRITE; +/*!40000 ALTER TABLE `t_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_category` +-- Table structure for table `t_user_info_category` -- -DROP TABLE IF EXISTS `m_user_info_category`; +DROP TABLE IF EXISTS `t_user_info_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_category` ( +CREATE TABLE `t_user_info_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', @@ -14609,49 +46103,49 @@ CREATE TABLE `m_user_info_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_category` +-- Dumping data for table `t_user_info_category` -- -LOCK TABLES `m_user_info_category` WRITE; -/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +LOCK TABLES `t_user_info_category` WRITE; +/*!40000 ALTER TABLE `t_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_data` +-- Table structure for table `t_user_info_data` -- -DROP TABLE IF EXISTS `m_user_info_data`; +DROP TABLE IF EXISTS `t_user_info_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_data` ( +CREATE TABLE `t_user_info_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `fieldid` bigint NOT NULL DEFAULT '0', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `dataformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) + UNIQUE KEY `t_userinfodata_usefie_uix` (`userid`,`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_data` +-- Dumping data for table `t_user_info_data` -- -LOCK TABLES `m_user_info_data` WRITE; -/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +LOCK TABLES `t_user_info_data` WRITE; +/*!40000 ALTER TABLE `t_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_field` +-- Table structure for table `t_user_info_field` -- -DROP TABLE IF EXISTS `m_user_info_field`; +DROP TABLE IF EXISTS `t_user_info_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_field` ( +CREATE TABLE `t_user_info_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -14677,132 +46171,130 @@ CREATE TABLE `m_user_info_field` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_field` +-- Dumping data for table `t_user_info_field` -- -LOCK TABLES `m_user_info_field` WRITE; -/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +LOCK TABLES `t_user_info_field` WRITE; +/*!40000 ALTER TABLE `t_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_lastaccess` +-- Table structure for table `t_user_lastaccess` -- -DROP TABLE IF EXISTS `m_user_lastaccess`; +DROP TABLE IF EXISTS `t_user_lastaccess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_lastaccess` ( +CREATE TABLE `t_user_lastaccess` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `timeaccess` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), - KEY `m_userlast_use_ix` (`userid`), - KEY `m_userlast_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; + UNIQUE KEY `t_userlast_usecou_uix` (`userid`,`courseid`), + KEY `t_userlast_use_ix` (`userid`), + KEY `t_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- Dumping data for table `t_user_lastaccess` -- -LOCK TABLES `m_user_lastaccess` WRITE; -/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; -INSERT INTO `m_user_lastaccess` VALUES (1,2,2,1566471728); -/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +LOCK TABLES `t_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `t_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_history` +-- Table structure for table `t_user_password_history` -- -DROP TABLE IF EXISTS `m_user_password_history`; +DROP TABLE IF EXISTS `t_user_password_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_history` ( +CREATE TABLE `t_user_password_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_userpasshist_use_ix` (`userid`) + KEY `t_userpasshist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- Dumping data for table `t_user_password_history` -- -LOCK TABLES `m_user_password_history` WRITE; -/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +LOCK TABLES `t_user_password_history` WRITE; +/*!40000 ALTER TABLE `t_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_resets` +-- Table structure for table `t_user_password_resets` -- -DROP TABLE IF EXISTS `m_user_password_resets`; +DROP TABLE IF EXISTS `t_user_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_resets` ( +CREATE TABLE `t_user_password_resets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timerequested` bigint NOT NULL, `timererequested` bigint NOT NULL DEFAULT '0', `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_userpassrese_use_ix` (`userid`) + KEY `t_userpassrese_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_password_resets` +-- Dumping data for table `t_user_password_resets` -- -LOCK TABLES `m_user_password_resets` WRITE; -/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +LOCK TABLES `t_user_password_resets` WRITE; +/*!40000 ALTER TABLE `t_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_preferences` +-- Table structure for table `t_user_preferences` -- -DROP TABLE IF EXISTS `m_user_preferences`; +DROP TABLE IF EXISTS `t_user_preferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_preferences` ( +CREATE TABLE `t_user_preferences` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), - KEY `m_userpref_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; + UNIQUE KEY `t_userpref_usenam_uix` (`userid`,`name`), + KEY `t_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_preferences` +-- Dumping data for table `t_user_preferences` -- -LOCK TABLES `m_user_preferences` WRITE; -/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; -INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'core_user_welcome','1683021888'),(14,2,'login_failed_count_since_success','0'),(15,2,'tool_usertours_tour_completion_time_10','1683021890'),(16,2,'drawer-open-block','1'); -/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +LOCK TABLES `t_user_preferences` WRITE; +/*!40000 ALTER TABLE `t_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_private_key` +-- Table structure for table `t_user_private_key` -- -DROP TABLE IF EXISTS `m_user_private_key`; +DROP TABLE IF EXISTS `t_user_private_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_private_key` ( +CREATE TABLE `t_user_private_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14812,28 +46304,28 @@ CREATE TABLE `m_user_private_key` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_userprivkey_scrval_ix` (`script`,`value`), - KEY `m_userprivkey_use_ix` (`userid`) + KEY `t_userprivkey_scrval_ix` (`script`,`value`), + KEY `t_userprivkey_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_private_key` +-- Dumping data for table `t_user_private_key` -- -LOCK TABLES `m_user_private_key` WRITE; -/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +LOCK TABLES `t_user_private_key` WRITE; +/*!40000 ALTER TABLE `t_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_private_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki` +-- Table structure for table `t_wiki` -- -DROP TABLE IF EXISTS `m_wiki`; +DROP TABLE IF EXISTS `t_wiki`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki` ( +CREATE TABLE `t_wiki` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', @@ -14848,55 +46340,55 @@ CREATE TABLE `m_wiki` ( `editbegin` bigint NOT NULL DEFAULT '0', `editend` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wiki_cou_ix` (`course`) + KEY `t_wiki_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki` +-- Dumping data for table `t_wiki` -- -LOCK TABLES `m_wiki` WRITE; -/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +LOCK TABLES `t_wiki` WRITE; +/*!40000 ALTER TABLE `t_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_links` +-- Table structure for table `t_wiki_links` -- -DROP TABLE IF EXISTS `m_wiki_links`; +DROP TABLE IF EXISTS `t_wiki_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_links` ( +CREATE TABLE `t_wiki_links` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `frompageid` bigint NOT NULL DEFAULT '0', `topageid` bigint NOT NULL DEFAULT '0', `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_wikilink_fro_ix` (`frompageid`), - KEY `m_wikilink_sub_ix` (`subwikiid`) + KEY `t_wikilink_fro_ix` (`frompageid`), + KEY `t_wikilink_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_links` +-- Dumping data for table `t_wiki_links` -- -LOCK TABLES `m_wiki_links` WRITE; -/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +LOCK TABLES `t_wiki_links` WRITE; +/*!40000 ALTER TABLE `t_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_locks` +-- Table structure for table `t_wiki_locks` -- -DROP TABLE IF EXISTS `m_wiki_locks`; +DROP TABLE IF EXISTS `t_wiki_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_locks` ( +CREATE TABLE `t_wiki_locks` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14907,22 +46399,22 @@ CREATE TABLE `m_wiki_locks` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_locks` +-- Dumping data for table `t_wiki_locks` -- -LOCK TABLES `m_wiki_locks` WRITE; -/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +LOCK TABLES `t_wiki_locks` WRITE; +/*!40000 ALTER TABLE `t_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_locks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_pages` +-- Table structure for table `t_wiki_pages` -- -DROP TABLE IF EXISTS `m_wiki_pages`; +DROP TABLE IF EXISTS `t_wiki_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_pages` ( +CREATE TABLE `t_wiki_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', @@ -14934,81 +46426,81 @@ CREATE TABLE `m_wiki_pages` ( `pageviews` bigint NOT NULL DEFAULT '0', `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), - KEY `m_wikipage_sub_ix` (`subwikiid`) + UNIQUE KEY `t_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `t_wikipage_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_pages` +-- Dumping data for table `t_wiki_pages` -- -LOCK TABLES `m_wiki_pages` WRITE; -/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +LOCK TABLES `t_wiki_pages` WRITE; +/*!40000 ALTER TABLE `t_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_subwikis` +-- Table structure for table `t_wiki_subwikis` -- -DROP TABLE IF EXISTS `m_wiki_subwikis`; +DROP TABLE IF EXISTS `t_wiki_subwikis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_subwikis` ( +CREATE TABLE `t_wiki_subwikis` ( `id` bigint NOT NULL AUTO_INCREMENT, `wikiid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), - KEY `m_wikisubw_wik_ix` (`wikiid`) + UNIQUE KEY `t_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `t_wikisubw_wik_ix` (`wikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_subwikis` +-- Dumping data for table `t_wiki_subwikis` -- -LOCK TABLES `m_wiki_subwikis` WRITE; -/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +LOCK TABLES `t_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `t_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_subwikis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_synonyms` +-- Table structure for table `t_wiki_synonyms` -- -DROP TABLE IF EXISTS `m_wiki_synonyms`; +DROP TABLE IF EXISTS `t_wiki_synonyms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_synonyms` ( +CREATE TABLE `t_wiki_synonyms` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) + UNIQUE KEY `t_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_synonyms` +-- Dumping data for table `t_wiki_synonyms` -- -LOCK TABLES `m_wiki_synonyms` WRITE; -/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +LOCK TABLES `t_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `t_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_versions` +-- Table structure for table `t_wiki_versions` -- -DROP TABLE IF EXISTS `m_wiki_versions`; +DROP TABLE IF EXISTS `t_wiki_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_versions` ( +CREATE TABLE `t_wiki_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -15017,27 +46509,27 @@ CREATE TABLE `m_wiki_versions` ( `timecreated` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wikivers_pag_ix` (`pageid`) + KEY `t_wikivers_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_versions` +-- Dumping data for table `t_wiki_versions` -- -LOCK TABLES `m_wiki_versions` WRITE; -/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +LOCK TABLES `t_wiki_versions` WRITE; +/*!40000 ALTER TABLE `t_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop` +-- Table structure for table `t_workshop` -- -DROP TABLE IF EXISTS `m_workshop`; +DROP TABLE IF EXISTS `t_workshop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop` ( +CREATE TABLE `t_workshop` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15076,56 +46568,56 @@ CREATE TABLE `m_workshop` ( `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `overallfeedbackmaxbytes` bigint DEFAULT '100000', PRIMARY KEY (`id`), - KEY `m_work_cou_ix` (`course`) + KEY `t_work_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- Dumping data for table `t_workshop` -- -LOCK TABLES `m_workshop` WRITE; -/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +LOCK TABLES `t_workshop` WRITE; +/*!40000 ALTER TABLE `t_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_aggregations` +-- Table structure for table `t_workshop_aggregations` -- -DROP TABLE IF EXISTS `m_workshop_aggregations`; +DROP TABLE IF EXISTS `t_workshop_aggregations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_aggregations` ( +CREATE TABLE `t_workshop_aggregations` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `userid` bigint NOT NULL, `gradinggrade` decimal(10,5) DEFAULT NULL, `timegraded` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), - KEY `m_workaggr_wor_ix` (`workshopid`), - KEY `m_workaggr_use_ix` (`userid`) + UNIQUE KEY `t_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `t_workaggr_wor_ix` (`workshopid`), + KEY `t_workaggr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- Dumping data for table `t_workshop_aggregations` -- -LOCK TABLES `m_workshop_aggregations` WRITE; -/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +LOCK TABLES `t_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `t_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_aggregations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_assessments` +-- Table structure for table `t_workshop_assessments` -- -DROP TABLE IF EXISTS `m_workshop_assessments`; +DROP TABLE IF EXISTS `t_workshop_assessments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_assessments` ( +CREATE TABLE `t_workshop_assessments` ( `id` bigint NOT NULL AUTO_INCREMENT, `submissionid` bigint NOT NULL, `reviewerid` bigint NOT NULL, @@ -15142,29 +46634,29 @@ CREATE TABLE `m_workshop_assessments` ( `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `feedbackreviewerformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workasse_sub_ix` (`submissionid`), - KEY `m_workasse_gra_ix` (`gradinggradeoverby`), - KEY `m_workasse_rev_ix` (`reviewerid`) + KEY `t_workasse_sub_ix` (`submissionid`), + KEY `t_workasse_gra_ix` (`gradinggradeoverby`), + KEY `t_workasse_rev_ix` (`reviewerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshop_assessments` +-- Dumping data for table `t_workshop_assessments` -- -LOCK TABLES `m_workshop_assessments` WRITE; -/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +LOCK TABLES `t_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `t_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_grades` +-- Table structure for table `t_workshop_grades` -- -DROP TABLE IF EXISTS `m_workshop_grades`; +DROP TABLE IF EXISTS `t_workshop_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_grades` ( +CREATE TABLE `t_workshop_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assessmentid` bigint NOT NULL, `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15173,28 +46665,28 @@ CREATE TABLE `m_workshop_grades` ( `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `peercommentformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), - KEY `m_workgrad_ass_ix` (`assessmentid`) + UNIQUE KEY `t_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `t_workgrad_ass_ix` (`assessmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- Dumping data for table `t_workshop_grades` -- -LOCK TABLES `m_workshop_grades` WRITE; -/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +LOCK TABLES `t_workshop_grades` WRITE; +/*!40000 ALTER TABLE `t_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_submissions` +-- Table structure for table `t_workshop_submissions` -- -DROP TABLE IF EXISTS `m_workshop_submissions`; +DROP TABLE IF EXISTS `t_workshop_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_submissions` ( +CREATE TABLE `t_workshop_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `example` tinyint DEFAULT '0', @@ -15215,29 +46707,29 @@ CREATE TABLE `m_workshop_submissions` ( `published` tinyint DEFAULT '0', `late` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_worksubm_wor_ix` (`workshopid`), - KEY `m_worksubm_gra_ix` (`gradeoverby`), - KEY `m_worksubm_aut_ix` (`authorid`) + KEY `t_worksubm_wor_ix` (`workshopid`), + KEY `t_worksubm_gra_ix` (`gradeoverby`), + KEY `t_worksubm_aut_ix` (`authorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- Dumping data for table `t_workshop_submissions` -- -LOCK TABLES `m_workshop_submissions` WRITE; -/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +LOCK TABLES `t_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `t_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopallocation_scheduled` +-- Table structure for table `t_workshopallocation_scheduled` -- -DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +DROP TABLE IF EXISTS `t_workshopallocation_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopallocation_scheduled` ( +CREATE TABLE `t_workshopallocation_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `enabled` tinyint NOT NULL DEFAULT '0', @@ -15248,52 +46740,52 @@ CREATE TABLE `m_workshopallocation_scheduled` ( `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) + UNIQUE KEY `t_worksche_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopallocation_scheduled` +-- Dumping data for table `t_workshopallocation_scheduled` -- -LOCK TABLES `m_workshopallocation_scheduled` WRITE; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +LOCK TABLES `t_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopeval_best_settings` +-- Table structure for table `t_workshopeval_best_settings` -- -DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +DROP TABLE IF EXISTS `t_workshopeval_best_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopeval_best_settings` ( +CREATE TABLE `t_workshopeval_best_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `comparison` smallint DEFAULT '5', PRIMARY KEY (`id`), - UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) + UNIQUE KEY `t_workbestsett_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopeval_best_settings` +-- Dumping data for table `t_workshopeval_best_settings` -- -LOCK TABLES `m_workshopeval_best_settings` WRITE; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +LOCK TABLES `t_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_accumulative` +-- Table structure for table `t_workshopform_accumulative` -- -DROP TABLE IF EXISTS `m_workshopform_accumulative`; +DROP TABLE IF EXISTS `t_workshopform_accumulative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_accumulative` ( +CREATE TABLE `t_workshopform_accumulative` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15302,54 +46794,54 @@ CREATE TABLE `m_workshopform_accumulative` ( `grade` bigint NOT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_workaccu_wor_ix` (`workshopid`) + KEY `t_workaccu_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_accumulative` +-- Dumping data for table `t_workshopform_accumulative` -- -LOCK TABLES `m_workshopform_accumulative` WRITE; -/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +LOCK TABLES `t_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `t_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_accumulative` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_comments` +-- Table structure for table `t_workshopform_comments` -- -DROP TABLE IF EXISTS `m_workshopform_comments`; +DROP TABLE IF EXISTS `t_workshopform_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_comments` ( +CREATE TABLE `t_workshopform_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workcomm_wor_ix` (`workshopid`) + KEY `t_workcomm_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_comments` +-- Dumping data for table `t_workshopform_comments` -- -LOCK TABLES `m_workshopform_comments` WRITE; -/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +LOCK TABLES `t_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `t_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors` +-- Table structure for table `t_workshopform_numerrors` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors`; +DROP TABLE IF EXISTS `t_workshopform_numerrors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors` ( +CREATE TABLE `t_workshopform_numerrors` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15360,123 +46852,123 @@ CREATE TABLE `m_workshopform_numerrors` ( `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_worknume_wor_ix` (`workshopid`) + KEY `t_worknume_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- Dumping data for table `t_workshopform_numerrors` -- -LOCK TABLES `m_workshopform_numerrors` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors_map` +-- Table structure for table `t_workshopform_numerrors_map` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +DROP TABLE IF EXISTS `t_workshopform_numerrors_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors_map` ( +CREATE TABLE `t_workshopform_numerrors_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `nonegative` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), - KEY `m_worknumemap_wor_ix` (`workshopid`) + UNIQUE KEY `t_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `t_worknumemap_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- Dumping data for table `t_workshopform_numerrors_map` -- -LOCK TABLES `m_workshopform_numerrors_map` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric` +-- Table structure for table `t_workshopform_rubric` -- -DROP TABLE IF EXISTS `m_workshopform_rubric`; +DROP TABLE IF EXISTS `t_workshopform_rubric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric` ( +CREATE TABLE `t_workshopform_rubric` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubr_wor_ix` (`workshopid`) + KEY `t_workrubr_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric` +-- Dumping data for table `t_workshopform_rubric` -- -LOCK TABLES `m_workshopform_rubric` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_config` +-- Table structure for table `t_workshopform_rubric_config` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +DROP TABLE IF EXISTS `t_workshopform_rubric_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_config` ( +CREATE TABLE `t_workshopform_rubric_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', PRIMARY KEY (`id`), - UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) + UNIQUE KEY `t_workrubrconf_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_config` +-- Dumping data for table `t_workshopform_rubric_config` -- -LOCK TABLES `m_workshopform_rubric_config` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_levels` +-- Table structure for table `t_workshopform_rubric_levels` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +DROP TABLE IF EXISTS `t_workshopform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_levels` ( +CREATE TABLE `t_workshopform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `dimensionid` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubrleve_dim_ix` (`dimensionid`) + KEY `t_workrubrleve_dim_ix` (`dimensionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_levels` +-- Dumping data for table `t_workshopform_rubric_levels` -- -LOCK TABLES `m_workshopform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -15488,4 +46980,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-02 10:05:57 +-- Dump completed on 2025-01-07 8:55:27 diff --git a/databases/MOODLE_402_STABLE.sql b/databases/MOODLE_402_STABLE.sql index 2fd3a53..bd00cf9 100644 --- a/databases/MOODLE_402_STABLE.sql +++ b/databases/MOODLE_402_STABLE.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.4.3, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ --- Server version 8.0.32 +-- Server version 8.4.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -16,13 +16,13 @@ /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- --- Table structure for table `m_adminpresets` +-- Table structure for table `b_adminpresets` -- -DROP TABLE IF EXISTS `m_adminpresets`; +DROP TABLE IF EXISTS `b_adminpresets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets` ( +CREATE TABLE `b_adminpresets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -35,106 +35,106 @@ CREATE TABLE `m_adminpresets` ( `timecreated` bigint NOT NULL DEFAULT '0', `timeimported` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets` +-- Dumping data for table `b_adminpresets` -- -LOCK TABLES `m_adminpresets` WRITE; -/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; -INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); -/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +LOCK TABLES `b_adminpresets` WRITE; +/*!40000 ALTER TABLE `b_adminpresets` DISABLE KEYS */; +INSERT INTO `b_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://webserver','','','',1,1734079919,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://webserver','','','',2,1734079920,0); +/*!40000 ALTER TABLE `b_adminpresets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app` +-- Table structure for table `b_adminpresets_app` -- -DROP TABLE IF EXISTS `m_adminpresets_app`; +DROP TABLE IF EXISTS `b_adminpresets_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app` ( +CREATE TABLE `b_adminpresets_app` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `userid` bigint NOT NULL, `time` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiapp_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app` +-- Dumping data for table `b_adminpresets_app` -- -LOCK TABLES `m_adminpresets_app` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it` +-- Table structure for table `b_adminpresets_app_it` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it`; +DROP TABLE IF EXISTS `b_adminpresets_app_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it` ( +CREATE TABLE `b_adminpresets_app_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiappit_con_ix` (`configlogid`), - KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappit_con_ix` (`configlogid`), + KEY `b_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_app_it` +-- Dumping data for table `b_adminpresets_app_it` -- -LOCK TABLES `m_adminpresets_app_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it_a` +-- Table structure for table `b_adminpresets_app_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_app_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it_a` ( +CREATE TABLE `b_adminpresets_app_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_admiappita_con_ix` (`configlogid`), - KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappita_con_ix` (`configlogid`), + KEY `b_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_it_a` +-- Dumping data for table `b_adminpresets_app_it_a` -- -LOCK TABLES `m_adminpresets_app_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_plug` +-- Table structure for table `b_adminpresets_app_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +DROP TABLE IF EXISTS `b_adminpresets_app_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_plug` ( +CREATE TABLE `b_adminpresets_app_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -142,109 +142,109 @@ CREATE TABLE `m_adminpresets_app_plug` ( `value` smallint NOT NULL DEFAULT '0', `oldvalue` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_plug` +-- Dumping data for table `b_adminpresets_app_plug` -- -LOCK TABLES `m_adminpresets_app_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it` +-- Table structure for table `b_adminpresets_it` -- -DROP TABLE IF EXISTS `m_adminpresets_it`; +DROP TABLE IF EXISTS `b_adminpresets_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it` ( +CREATE TABLE `b_adminpresets_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiit_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it` +-- Dumping data for table `b_adminpresets_it` -- -LOCK TABLES `m_adminpresets_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; -INSERT INTO `m_adminpresets_it` 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 `m_adminpresets_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it` DISABLE KEYS */; +INSERT INTO `b_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `b_adminpresets_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it_a` +-- Table structure for table `b_adminpresets_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it_a` ( +CREATE TABLE `b_adminpresets_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiita_ite_ix` (`itemid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it_a` +-- Dumping data for table `b_adminpresets_it_a` -- -LOCK TABLES `m_adminpresets_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_plug` +-- Table structure for table `b_adminpresets_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_plug`; +DROP TABLE IF EXISTS `b_adminpresets_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_plug` ( +CREATE TABLE `b_adminpresets_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiplug_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_plug` +-- Dumping data for table `b_adminpresets_plug` -- -LOCK TABLES `m_adminpresets_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; -INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); -/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `b_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `b_adminpresets_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_indicator_calc` +-- Table structure for table `b_analytics_indicator_calc` -- -DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +DROP TABLE IF EXISTS `b_analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_indicator_calc` ( +CREATE TABLE `b_analytics_indicator_calc` ( `id` bigint NOT NULL AUTO_INCREMENT, `starttime` bigint NOT NULL, `endtime` bigint NOT NULL, @@ -255,28 +255,28 @@ CREATE TABLE `m_analytics_indicator_calc` ( `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), - KEY `m_analindicalc_con_ix` (`contextid`) + KEY `b_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `b_analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_indicator_calc` +-- Dumping data for table `b_analytics_indicator_calc` -- -LOCK TABLES `m_analytics_indicator_calc` WRITE; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +LOCK TABLES `b_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models` +-- Table structure for table `b_analytics_models` -- -DROP TABLE IF EXISTS `m_analytics_models`; +DROP TABLE IF EXISTS `b_analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models` ( +CREATE TABLE `b_analytics_models` ( `id` bigint NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', @@ -291,29 +291,29 @@ CREATE TABLE `m_analytics_models` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmode_enatra_ix` (`enabled`,`trained`), - KEY `m_analmode_use_ix` (`usermodified`) + KEY `b_analmode_enatra_ix` (`enabled`,`trained`), + KEY `b_analmode_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models` +-- Dumping data for table `b_analytics_models` -- -LOCK TABLES `m_analytics_models` WRITE; -/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; -INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); -/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +LOCK TABLES `b_analytics_models` WRITE; +/*!40000 ALTER TABLE `b_analytics_models` DISABLE KEYS */; +INSERT INTO `b_analytics_models` 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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,0); +/*!40000 ALTER TABLE `b_analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models_log` +-- Table structure for table `b_analytics_models_log` -- -DROP TABLE IF EXISTS `m_analytics_models_log`; +DROP TABLE IF EXISTS `b_analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models_log` ( +CREATE TABLE `b_analytics_models_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `version` bigint NOT NULL, @@ -327,28 +327,28 @@ CREATE TABLE `m_analytics_models_log` ( `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmodelog_mod_ix` (`modelid`), - KEY `m_analmodelog_use_ix` (`usermodified`) + KEY `b_analmodelog_mod_ix` (`modelid`), + KEY `b_analmodelog_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models_log` +-- Dumping data for table `b_analytics_models_log` -- -LOCK TABLES `m_analytics_models_log` WRITE; -/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +LOCK TABLES `b_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `b_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predict_samples` +-- Table structure for table `b_analytics_predict_samples` -- -DROP TABLE IF EXISTS `m_analytics_predict_samples`; +DROP TABLE IF EXISTS `b_analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predict_samples` ( +CREATE TABLE `b_analytics_predict_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -358,57 +358,57 @@ CREATE TABLE `m_analytics_predict_samples` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), - KEY `m_analpredsamp_mod_ix` (`modelid`) + KEY `b_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `b_analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predict_samples` +-- Dumping data for table `b_analytics_predict_samples` -- -LOCK TABLES `m_analytics_predict_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_prediction_actions` +-- Table structure for table `b_analytics_prediction_actions` -- -DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +DROP TABLE IF EXISTS `b_analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_prediction_actions` ( +CREATE TABLE `b_analytics_prediction_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `predictionid` bigint NOT NULL, `userid` bigint NOT NULL, `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), - KEY `m_analpredacti_pre_ix` (`predictionid`), - KEY `m_analpredacti_use_ix` (`userid`) + KEY `b_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `b_analpredacti_pre_ix` (`predictionid`), + KEY `b_analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_prediction_actions` +-- Dumping data for table `b_analytics_prediction_actions` -- -LOCK TABLES `m_analytics_prediction_actions` WRITE; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +LOCK TABLES `b_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predictions` +-- Table structure for table `b_analytics_predictions` -- -DROP TABLE IF EXISTS `m_analytics_predictions`; +DROP TABLE IF EXISTS `b_analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predictions` ( +CREATE TABLE `b_analytics_predictions` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -421,29 +421,29 @@ CREATE TABLE `m_analytics_predictions` ( `timestart` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), - KEY `m_analpred_mod_ix` (`modelid`), - KEY `m_analpred_con_ix` (`contextid`) + KEY `b_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `b_analpred_mod_ix` (`modelid`), + KEY `b_analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predictions` +-- Dumping data for table `b_analytics_predictions` -- -LOCK TABLES `m_analytics_predictions` WRITE; -/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +LOCK TABLES `b_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `b_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_train_samples` +-- Table structure for table `b_analytics_train_samples` -- -DROP TABLE IF EXISTS `m_analytics_train_samples`; +DROP TABLE IF EXISTS `b_analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_train_samples` ( +CREATE TABLE `b_analytics_train_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -451,28 +451,28 @@ CREATE TABLE `m_analytics_train_samples` ( `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), - KEY `m_analtraisamp_mod_ix` (`modelid`) + KEY `b_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `b_analtraisamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_train_samples` +-- Dumping data for table `b_analytics_train_samples` -- -LOCK TABLES `m_analytics_train_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_analysables` +-- Table structure for table `b_analytics_used_analysables` -- -DROP TABLE IF EXISTS `m_analytics_used_analysables`; +DROP TABLE IF EXISTS `b_analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_analysables` ( +CREATE TABLE `b_analytics_used_analysables` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -480,67 +480,64 @@ CREATE TABLE `m_analytics_used_analysables` ( `firstanalysis` bigint NOT NULL, `timeanalysed` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analusedanal_modact_ix` (`modelid`,`action`), - KEY `m_analusedanal_mod_ix` (`modelid`), - KEY `m_analusedanal_ana_ix` (`analysableid`) + KEY `b_analusedanal_modact_ix` (`modelid`,`action`), + KEY `b_analusedanal_ana_ix` (`analysableid`), + KEY `b_analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_used_analysables` +-- Dumping data for table `b_analytics_used_analysables` -- -LOCK TABLES `m_analytics_used_analysables` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_files` +-- Table structure for table `b_analytics_used_files` -- -DROP TABLE IF EXISTS `m_analytics_used_files`; +DROP TABLE IF EXISTS `b_analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_files` ( +CREATE TABLE `b_analytics_used_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL DEFAULT '0', `fileid` bigint NOT NULL DEFAULT '0', `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `time` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), - KEY `m_analusedfile_mod_ix` (`modelid`), - KEY `m_analusedfile_fil_ix` (`fileid`) + KEY `b_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `b_analusedfile_mod_ix` (`modelid`), + KEY `b_analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- Dumping data for table `b_analytics_used_files` -- -LOCK TABLES `m_analytics_used_files` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign` +-- Table structure for table `b_assign` -- -DROP TABLE IF EXISTS `m_assign`; +DROP TABLE IF EXISTS `b_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign` ( +CREATE TABLE `b_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', - `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `activityformat` smallint NOT NULL DEFAULT '0', - `submissionattachments` tinyint NOT NULL DEFAULT '0', `nosubmissions` tinyint NOT NULL DEFAULT '0', `submissiondrafts` tinyint NOT NULL DEFAULT '0', `sendnotifications` tinyint NOT NULL DEFAULT '0', @@ -552,7 +549,6 @@ CREATE TABLE `m_assign` ( `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', `completionsubmit` tinyint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', - `timelimit` bigint NOT NULL DEFAULT '0', `gradingduedate` bigint NOT NULL DEFAULT '0', `teamsubmission` tinyint NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', @@ -566,29 +562,33 @@ CREATE TABLE `m_assign` ( `markingallocation` tinyint NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assi_cou_ix` (`course`), - KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) + KEY `b_assi_cou_ix` (`course`), + KEY `b_assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- Dumping data for table `b_assign` -- -LOCK TABLES `m_assign` WRITE; -/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +LOCK TABLES `b_assign` WRITE; +/*!40000 ALTER TABLE `b_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_grades` +-- Table structure for table `b_assign_grades` -- -DROP TABLE IF EXISTS `m_assign_grades`; +DROP TABLE IF EXISTS `b_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_grades` ( +CREATE TABLE `b_assign_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -598,30 +598,30 @@ CREATE TABLE `m_assign_grades` ( `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), - KEY `m_assigrad_use_ix` (`userid`), - KEY `m_assigrad_att_ix` (`attemptnumber`), - KEY `m_assigrad_ass_ix` (`assignment`) + UNIQUE KEY `b_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `b_assigrad_use_ix` (`userid`), + KEY `b_assigrad_att_ix` (`attemptnumber`), + KEY `b_assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_grades` +-- Dumping data for table `b_assign_grades` -- -LOCK TABLES `m_assign_grades` WRITE; -/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +LOCK TABLES `b_assign_grades` WRITE; +/*!40000 ALTER TABLE `b_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_overrides` +-- Table structure for table `b_assign_overrides` -- -DROP TABLE IF EXISTS `m_assign_overrides`; +DROP TABLE IF EXISTS `b_assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_overrides` ( +CREATE TABLE `b_assign_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -632,29 +632,29 @@ CREATE TABLE `m_assign_overrides` ( `cutoffdate` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_assiover_ass_ix` (`assignid`), - KEY `m_assiover_gro_ix` (`groupid`), - KEY `m_assiover_use_ix` (`userid`) + KEY `b_assiover_ass_ix` (`assignid`), + KEY `b_assiover_gro_ix` (`groupid`), + KEY `b_assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_overrides` +-- Dumping data for table `b_assign_overrides` -- -LOCK TABLES `m_assign_overrides` WRITE; -/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +LOCK TABLES `b_assign_overrides` WRITE; +/*!40000 ALTER TABLE `b_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_plugin_config` +-- Table structure for table `b_assign_plugin_config` -- -DROP TABLE IF EXISTS `m_assign_plugin_config`; +DROP TABLE IF EXISTS `b_assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_plugin_config` ( +CREATE TABLE `b_assign_plugin_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -662,30 +662,30 @@ CREATE TABLE `m_assign_plugin_config` ( `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_assiplugconf_plu_ix` (`plugin`), - KEY `m_assiplugconf_sub_ix` (`subtype`), - KEY `m_assiplugconf_nam_ix` (`name`), - KEY `m_assiplugconf_ass_ix` (`assignment`) + KEY `b_assiplugconf_plu_ix` (`plugin`), + KEY `b_assiplugconf_sub_ix` (`subtype`), + KEY `b_assiplugconf_nam_ix` (`name`), + KEY `b_assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- Dumping data for table `b_assign_plugin_config` -- -LOCK TABLES `m_assign_plugin_config` WRITE; -/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +LOCK TABLES `b_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `b_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_submission` +-- Table structure for table `b_assign_submission` -- -DROP TABLE IF EXISTS `m_assign_submission`; +DROP TABLE IF EXISTS `b_assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_submission` ( +CREATE TABLE `b_assign_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -697,31 +697,31 @@ CREATE TABLE `m_assign_submission` ( `attemptnumber` bigint NOT NULL DEFAULT '0', `latest` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), - KEY `m_assisubm_use_ix` (`userid`), - KEY `m_assisubm_att_ix` (`attemptnumber`), - KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), - KEY `m_assisubm_ass_ix` (`assignment`) + UNIQUE KEY `b_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `b_assisubm_use_ix` (`userid`), + KEY `b_assisubm_att_ix` (`attemptnumber`), + KEY `b_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `b_assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_submission` +-- Dumping data for table `b_assign_submission` -- -LOCK TABLES `m_assign_submission` WRITE; -/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +LOCK TABLES `b_assign_submission` WRITE; +/*!40000 ALTER TABLE `b_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_flags` +-- Table structure for table `b_assign_user_flags` -- -DROP TABLE IF EXISTS `m_assign_user_flags`; +DROP TABLE IF EXISTS `b_assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_flags` ( +CREATE TABLE `b_assign_user_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `assignment` bigint NOT NULL DEFAULT '0', @@ -731,83 +731,83 @@ CREATE TABLE `m_assign_user_flags` ( `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `allocatedmarker` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiuserflag_mai_ix` (`mailed`), - KEY `m_assiuserflag_use_ix` (`userid`), - KEY `m_assiuserflag_ass_ix` (`assignment`) + KEY `b_assiuserflag_mai_ix` (`mailed`), + KEY `b_assiuserflag_use_ix` (`userid`), + KEY `b_assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- Dumping data for table `b_assign_user_flags` -- -LOCK TABLES `m_assign_user_flags` WRITE; -/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +LOCK TABLES `b_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `b_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_mapping` +-- Table structure for table `b_assign_user_mapping` -- -DROP TABLE IF EXISTS `m_assign_user_mapping`; +DROP TABLE IF EXISTS `b_assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_mapping` ( +CREATE TABLE `b_assign_user_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiusermapp_ass_ix` (`assignment`), - KEY `m_assiusermapp_use_ix` (`userid`) + KEY `b_assiusermapp_ass_ix` (`assignment`), + KEY `b_assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- Dumping data for table `b_assign_user_mapping` -- -LOCK TABLES `m_assign_user_mapping` WRITE; -/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +LOCK TABLES `b_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `b_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_comments` +-- Table structure for table `b_assignfeedback_comments` -- -DROP TABLE IF EXISTS `m_assignfeedback_comments`; +DROP TABLE IF EXISTS `b_assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_comments` ( +CREATE TABLE `b_assignfeedback_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `commentformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assicomm_ass_ix` (`assignment`), - KEY `m_assicomm_gra_ix` (`grade`) + KEY `b_assicomm_ass_ix` (`assignment`), + KEY `b_assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_comments` +-- Dumping data for table `b_assignfeedback_comments` -- -LOCK TABLES `m_assignfeedback_comments` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_annot` +-- Table structure for table `b_assignfeedback_editpdf_annot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_annot` ( +CREATE TABLE `b_assignfeedback_editpdf_annot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -820,8 +820,15461 @@ CREATE TABLE `m_assignfeedback_editpdf_annot` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditanno_gra_ix` (`gradeid`) + KEY `b_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `b_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `b_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `b_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `b_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `b_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `b_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `b_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assifile_ass2_ix` (`assignment`), + KEY `b_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_assignfeedback_file` +-- + +LOCK TABLES `b_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment` +-- + +DROP TABLE IF EXISTS `b_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment` +-- + +LOCK TABLES `b_assignment` WRITE; +/*!40000 ALTER TABLE `b_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_submissions` +-- + +DROP TABLE IF EXISTS `b_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assisubm_use2_ix` (`userid`), + KEY `b_assisubm_mai_ix` (`mailed`), + KEY `b_assisubm_tim_ix` (`timemarked`), + KEY `b_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_submissions` +-- + +LOCK TABLES `b_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `b_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `b_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assiupgr_old_ix` (`oldcmid`), + KEY `b_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_upgrade` +-- + +LOCK TABLES `b_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `b_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `b_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assifile_ass_ix` (`assignment`), + KEY `b_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignsubmission_file` +-- + +LOCK TABLES `b_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `b_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assionli_ass_ix` (`assignment`), + KEY `b_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignsubmission_onlinetext` +-- + +LOCK TABLES `b_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `b_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `b_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_auth_lti_linked_login` +-- + +LOCK TABLES `b_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `b_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `b_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `b_authoautlinklogi_use_ix` (`usermodified`), + KEY `b_authoautlinklogi_use2_ix` (`userid`), + KEY `b_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_auth_oauth2_linked_login` +-- + +LOCK TABLES `b_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_backup_controllers` +-- + +DROP TABLE IF EXISTS `b_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_backcont_bac_uix` (`backupid`), + KEY `b_backcont_typite_ix` (`type`,`itemid`), + KEY `b_backcont_useite_ix` (`userid`,`itemid`), + KEY `b_backcont_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_backup_controllers` +-- + +LOCK TABLES `b_backup_controllers` WRITE; +/*!40000 ALTER TABLE `b_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_backup_courses` +-- + +DROP TABLE IF EXISTS `b_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_backup_courses` +-- + +LOCK TABLES `b_backup_courses` WRITE; +/*!40000 ALTER TABLE `b_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_backup_logs` +-- + +DROP TABLE IF EXISTS `b_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_backlogs_bacid_uix` (`backupid`,`id`), + KEY `b_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_backup_logs` +-- + +LOCK TABLES `b_backup_logs` WRITE; +/*!40000 ALTER TABLE `b_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge` +-- + +DROP TABLE IF EXISTS `b_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_badg_typ_ix` (`type`), + KEY `b_badg_cou_ix` (`courseid`), + KEY `b_badg_use_ix` (`usermodified`), + KEY `b_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge` +-- + +LOCK TABLES `b_badge` WRITE; +/*!40000 ALTER TABLE `b_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_alignment` +-- + +DROP TABLE IF EXISTS `b_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_alignment` +-- + +LOCK TABLES `b_badge_alignment` WRITE; +/*!40000 ALTER TABLE `b_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_backpack` +-- + +DROP TABLE IF EXISTS `b_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `b_badgback_use_ix` (`userid`), + KEY `b_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_backpack` +-- + +LOCK TABLES `b_badge_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `b_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_badgbackoaut_use_ix` (`usermodified`), + KEY `b_badgbackoaut_use2_ix` (`userid`), + KEY `b_badgbackoaut_iss_ix` (`issuerid`), + KEY `b_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_backpack_oauth2` +-- + +LOCK TABLES `b_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_criteria` +-- + +DROP TABLE IF EXISTS `b_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `b_badgcrit_cri_ix` (`criteriatype`), + KEY `b_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_criteria` +-- + +LOCK TABLES `b_badge_criteria` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `b_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_badgcritmet_cri_ix` (`critid`), + KEY `b_badgcritmet_use_ix` (`userid`), + KEY `b_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_badge_criteria_met` +-- + +LOCK TABLES `b_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `b_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_criteria_param` +-- + +LOCK TABLES `b_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_endorsement` +-- + +DROP TABLE IF EXISTS `b_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_endorsement` +-- + +LOCK TABLES `b_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `b_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_external` +-- + +DROP TABLE IF EXISTS `b_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_external` +-- + +LOCK TABLES `b_badge_external` WRITE; +/*!40000 ALTER TABLE `b_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `b_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `b_badgexteback_bac2_uix` (`backpackweburl`), + KEY `b_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_badge_external_backpack` +-- + +LOCK TABLES `b_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `b_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `b_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `b_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `b_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_external_identifier` +-- + +LOCK TABLES `b_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `b_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_issued` +-- + +DROP TABLE IF EXISTS `b_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `b_badgissu_bad_ix` (`badgeid`), + KEY `b_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_issued` +-- + +LOCK TABLES `b_badge_issued` WRITE; +/*!40000 ALTER TABLE `b_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_manual_award` +-- + +DROP TABLE IF EXISTS `b_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_badgmanuawar_bad_ix` (`badgeid`), + KEY `b_badgmanuawar_rec_ix` (`recipientid`), + KEY `b_badgmanuawar_iss_ix` (`issuerid`), + KEY `b_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_manual_award` +-- + +LOCK TABLES `b_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `b_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_badge_related` +-- + +DROP TABLE IF EXISTS `b_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `b_badgrela_bad_ix` (`badgeid`), + KEY `b_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_badge_related` +-- + +LOCK TABLES `b_badge_related` WRITE; +/*!40000 ALTER TABLE `b_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `b_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', + `completionattendance` int NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_bigbluebuttonbn` +-- + +LOCK TABLES `b_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `b_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_bigblogs_cou_ix` (`courseid`), + KEY `b_bigblogs_log_ix` (`log`), + KEY `b_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `b_bigblogs_uselog_ix` (`userid`,`log`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_bigbluebuttonbn_logs` +-- + +LOCK TABLES `b_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `b_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_bigbreco_cou_ix` (`courseid`), + KEY `b_bigbreco_rec_ix` (`recordingid`), + KEY `b_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `b_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `b_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_block` +-- + +DROP TABLE IF EXISTS `b_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `b_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_block` +-- + +LOCK TABLES `b_block` WRITE; +/*!40000 ALTER TABLE `b_block` DISABLE KEYS */; +INSERT INTO `b_block` 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 `b_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_block_instances` +-- + +DROP TABLE IF EXISTS `b_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `b_blocinst_tim_ix` (`timemodified`), + KEY `b_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_block_instances` +-- + +LOCK TABLES `b_block_instances` WRITE; +/*!40000 ALTER TABLE `b_block_instances` DISABLE KEYS */; +INSERT INTO `b_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080020,1734080020),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080020,1734080020),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080020,1734080020),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080020,1734080020),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080020,1734080020); +/*!40000 ALTER TABLE `b_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_block_positions` +-- + +DROP TABLE IF EXISTS `b_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `b_blocposi_blo_ix` (`blockinstanceid`), + KEY `b_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_block_positions` +-- + +LOCK TABLES `b_block_positions` WRITE; +/*!40000 ALTER TABLE `b_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_block_recent_activity` +-- + +DROP TABLE IF EXISTS `b_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_block_recent_activity` +-- + +LOCK TABLES `b_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `b_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `b_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `b_blocrece_use_ix` (`userid`), + KEY `b_blocrece_cou_ix` (`courseid`), + KEY `b_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_block_recentlyaccesseditems` +-- + +LOCK TABLES `b_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_block_rss_client` +-- + +DROP TABLE IF EXISTS `b_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_block_rss_client` +-- + +LOCK TABLES `b_block_rss_client` WRITE; +/*!40000 ALTER TABLE `b_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_blog_association` +-- + +DROP TABLE IF EXISTS `b_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_blogasso_con_ix` (`contextid`), + KEY `b_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_blog_association` +-- + +LOCK TABLES `b_blog_association` WRITE; +/*!40000 ALTER TABLE `b_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_blog_external` +-- + +DROP TABLE IF EXISTS `b_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_blog_external` +-- + +LOCK TABLES `b_blog_external` WRITE; +/*!40000 ALTER TABLE `b_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_book` +-- + +DROP TABLE IF EXISTS `b_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_book` +-- + +LOCK TABLES `b_book` WRITE; +/*!40000 ALTER TABLE `b_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_book_chapters` +-- + +DROP TABLE IF EXISTS `b_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_book_chapters` +-- + +LOCK TABLES `b_book_chapters` WRITE; +/*!40000 ALTER TABLE `b_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_cache_filters` +-- + +DROP TABLE IF EXISTS `b_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_cache_filters` +-- + +LOCK TABLES `b_cache_filters` WRITE; +/*!40000 ALTER TABLE `b_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_cache_flags` +-- + +DROP TABLE IF EXISTS `b_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_cachflag_fla_ix` (`flagtype`), + KEY `b_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_cache_flags` +-- + +LOCK TABLES `b_cache_flags` WRITE; +/*!40000 ALTER TABLE `b_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_capabilities` +-- + +DROP TABLE IF EXISTS `b_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_capabilities` +-- + +LOCK TABLES `b_capabilities` WRITE; +/*!40000 ALTER TABLE `b_capabilities` DISABLE KEYS */; +INSERT INTO `b_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `b_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_chat` +-- + +DROP TABLE IF EXISTS `b_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_chat` +-- + +LOCK TABLES `b_chat` WRITE; +/*!40000 ALTER TABLE `b_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_chat_messages` +-- + +DROP TABLE IF EXISTS `b_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_chatmess_use_ix` (`userid`), + KEY `b_chatmess_gro_ix` (`groupid`), + KEY `b_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_chat_messages` +-- + +LOCK TABLES `b_chat_messages` WRITE; +/*!40000 ALTER TABLE `b_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_chat_messages_current` +-- + +DROP TABLE IF EXISTS `b_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_chatmesscurr_use_ix` (`userid`), + KEY `b_chatmesscurr_gro_ix` (`groupid`), + KEY `b_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_chat_messages_current` +-- + +LOCK TABLES `b_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `b_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_chat_users` +-- + +DROP TABLE IF EXISTS `b_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_chatuser_use_ix` (`userid`), + KEY `b_chatuser_las_ix` (`lastping`), + KEY `b_chatuser_gro_ix` (`groupid`), + KEY `b_chatuser_cha_ix` (`chatid`), + KEY `b_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_chat_users` +-- + +LOCK TABLES `b_chat_users` WRITE; +/*!40000 ALTER TABLE `b_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_choice` +-- + +DROP TABLE IF EXISTS `b_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_choice` +-- + +LOCK TABLES `b_choice` WRITE; +/*!40000 ALTER TABLE `b_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_choice_answers` +-- + +DROP TABLE IF EXISTS `b_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_choiansw_use_ix` (`userid`), + KEY `b_choiansw_cho_ix` (`choiceid`), + KEY `b_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_choice_answers` +-- + +LOCK TABLES `b_choice_answers` WRITE; +/*!40000 ALTER TABLE `b_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_choice_options` +-- + +DROP TABLE IF EXISTS `b_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_choice_options` +-- + +LOCK TABLES `b_choice_options` WRITE; +/*!40000 ALTER TABLE `b_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_cohort` +-- + +DROP TABLE IF EXISTS `b_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_cohort` +-- + +LOCK TABLES `b_cohort` WRITE; +/*!40000 ALTER TABLE `b_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_cohort_members` +-- + +DROP TABLE IF EXISTS `b_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `b_cohomemb_coh_ix` (`cohortid`), + KEY `b_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_cohort_members` +-- + +LOCK TABLES `b_cohort_members` WRITE; +/*!40000 ALTER TABLE `b_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_comments` +-- + +DROP TABLE IF EXISTS `b_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `b_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_comments` +-- + +LOCK TABLES `b_comments` WRITE; +/*!40000 ALTER TABLE `b_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency` +-- + +DROP TABLE IF EXISTS `b_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `b_comp_rul_ix` (`ruleoutcome`), + KEY `b_comp_sca_ix` (`scaleid`), + KEY `b_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_competency` +-- + +LOCK TABLES `b_competency` WRITE; +/*!40000 ALTER TABLE `b_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `b_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `b_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `b_compcour_cou2_ix` (`courseid`), + KEY `b_compcour_com_ix` (`competencyid`), + KEY `b_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_coursecomp` +-- + +LOCK TABLES `b_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `b_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compcour_cou_uix` (`courseid`), + KEY `b_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_competency_coursecompsetting` +-- + +LOCK TABLES `b_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_evidence` +-- + +DROP TABLE IF EXISTS `b_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_compevid_use_ix` (`usercompetencyid`), + KEY `b_compevid_con_ix` (`contextid`), + KEY `b_compevid_act_ix` (`actionuserid`), + KEY `b_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_evidence` +-- + +LOCK TABLES `b_competency_evidence` WRITE; +/*!40000 ALTER TABLE `b_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_framework` +-- + +DROP TABLE IF EXISTS `b_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compfram_idn_uix` (`idnumber`), + KEY `b_compfram_con_ix` (`contextid`), + KEY `b_compfram_sca_ix` (`scaleid`), + KEY `b_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_framework` +-- + +LOCK TABLES `b_competency_framework` WRITE; +/*!40000 ALTER TABLE `b_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `b_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `b_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `b_compmodu_cmi_ix` (`cmid`), + KEY `b_compmodu_com_ix` (`competencyid`), + KEY `b_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_modulecomp` +-- + +LOCK TABLES `b_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_plan` +-- + +DROP TABLE IF EXISTS `b_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_compplan_usesta_ix` (`userid`,`status`), + KEY `b_compplan_tem_ix` (`templateid`), + KEY `b_compplan_stadue_ix` (`status`,`duedate`), + KEY `b_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_plan` +-- + +LOCK TABLES `b_competency_plan` WRITE; +/*!40000 ALTER TABLE `b_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_plancomp` +-- + +DROP TABLE IF EXISTS `b_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compplan_placom_uix` (`planid`,`competencyid`), + KEY `b_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_plancomp` +-- + +LOCK TABLES `b_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `b_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `b_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_comprela_com_ix` (`competencyid`), + KEY `b_comprela_rel_ix` (`relatedcompetencyid`), + KEY `b_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_relatedcomp` +-- + +LOCK TABLES `b_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `b_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_template` +-- + +DROP TABLE IF EXISTS `b_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_comptemp_con_ix` (`contextid`), + KEY `b_comptemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_template` +-- + +LOCK TABLES `b_competency_template` WRITE; +/*!40000 ALTER TABLE `b_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `b_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `b_comptemp_tem2_ix` (`templateid`), + KEY `b_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_templatecohort` +-- + +LOCK TABLES `b_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `b_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_comptemp_tem_ix` (`templateid`), + KEY `b_comptemp_com_ix` (`competencyid`), + KEY `b_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_templatecomp` +-- + +LOCK TABLES `b_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_usercomp` +-- + +DROP TABLE IF EXISTS `b_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `b_compuser_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_usercomp` +-- + +LOCK TABLES `b_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `b_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `b_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `b_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_usercompcourse` +-- + +LOCK TABLES `b_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `b_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `b_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_usercompplan` +-- + +LOCK TABLES `b_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_userevidence` +-- + +DROP TABLE IF EXISTS `b_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_compuser_use4_ix` (`userid`), + KEY `b_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_userevidence` +-- + +LOCK TABLES `b_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `b_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `b_compuser_use6_ix` (`userevidenceid`), + KEY `b_compuser_use7_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_competency_userevidencecomp` +-- + +LOCK TABLES `b_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_config` +-- + +DROP TABLE IF EXISTS `b_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=579 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_config` +-- + +LOCK TABLES `b_config` WRITE; +/*!40000 ALTER TABLE `b_config` DISABLE KEYS */; +INSERT INTO `b_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','PEBQinrVG4S2XoBe7abQVyp8G5lH7kZtwebserver'),(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','atto,tinymce,textarea,tiny'),(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','1734080088'),(25,'jsrev','1734080088'),(26,'templaterev','1734080088'),(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','2022112815.01'),(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','0'),(40,'enablestats','0'),(41,'enablerssfeeds','0'),(42,'enableblogs','1'),(43,'enablecompletion','1'),(44,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734079898'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080135'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','0'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'allowedemaildomains',''),(402,'divertallemailsto',''),(403,'divertallemailsexcept',''),(404,'emaildkimselector',''),(405,'sitemailcharset','0'),(406,'allowusermailcharset','0'),(407,'allowattachments','1'),(408,'mailnewline','LF'),(409,'emailfromvia','1'),(410,'emailsubjectprefix',''),(411,'emailheaders',''),(412,'updateautocheck','1'),(413,'updateminmaturity','200'),(414,'updatenotifybuilds','0'),(415,'enablewsdocumentation','0'),(416,'customreportslimit','0'),(417,'customreportsliveediting','1'),(418,'dndallowtextandlinks','0'),(419,'pathtosassc',''),(420,'contextlocking','0'),(421,'contextlockappliestoadmin','1'),(422,'forceclean','0'),(423,'enablecourserelativedates','0'),(424,'debug','32767'),(425,'debugdisplay','1'),(426,'perfdebug','7'),(427,'debugstringids','0'),(428,'debugsqltrace','0'),(429,'debugvalidators','0'),(430,'debugpageinfo','0'),(431,'profilingenabled','0'),(432,'profilingincluded',''),(433,'profilingexcluded',''),(434,'profilingautofrec','0'),(435,'profilingallowme','0'),(436,'profilingallowall','0'),(437,'profilingslow','0'),(438,'profilinglifetime','1440'),(439,'profilingimportprefix','(I)'),(440,'allowguestmymoodle','1'),(441,'release','4.1.15+ (Build: 20241213)'),(442,'branch','401'),(443,'localcachedirpurged','1734080088'),(444,'scheduledtaskreset','1734080088'),(445,'paygw_plugins_sortorder','paypal'),(446,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(447,'enableaccessibilitytools','1'),(448,'notloggedinroleid','6'),(449,'guestroleid','6'),(450,'defaultuserroleid','7'),(451,'creatornewroleid','3'),(452,'restorernewroleid','3'),(453,'sitepolicyhandler',''),(454,'gradebookroles','5'),(455,'h5plibraryhandler','h5plib_v124'),(456,'airnotifierurl','https://messages.moodle.net'),(457,'airnotifierport','443'),(458,'airnotifiermobileappname','com.moodle.moodlemobile'),(459,'airnotifierappname','commoodlemoodlemobile'),(460,'airnotifieraccesskey',''),(461,'bigbluebuttonbn_default_dpa_accepted','0'),(462,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(463,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(464,'bigbluebuttonbn_poll_interval','5'),(465,'bigbluebuttonbn_welcome_default',''),(466,'bigbluebuttonbn_welcome_editable','1'),(467,'bigbluebuttonbn_recording_default','1'),(468,'bigbluebuttonbn_recording_refresh_period','300'),(469,'bigbluebuttonbn_recording_editable','1'),(470,'bigbluebuttonbn_recording_all_from_start_default','0'),(471,'bigbluebuttonbn_recording_all_from_start_editable','0'),(472,'bigbluebuttonbn_recording_hide_button_default','0'),(473,'bigbluebuttonbn_recording_hide_button_editable','0'),(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_meetingevents_enabled','0'),(509,'bigbluebuttonbn_guestaccess_enabled','0'),(510,'chat_method','ajax'),(511,'chat_refresh_userlist','10'),(512,'chat_old_ping','35'),(513,'chat_refresh_room','5'),(514,'chat_normal_updatemode','jsupdate'),(515,'chat_serverhost','webserver'),(516,'chat_serverip','127.0.0.1'),(517,'chat_serverport','9111'),(518,'chat_servermax','100'),(519,'data_enablerssfeeds','0'),(520,'feedback_allowfullanonymous','0'),(521,'forum_displaymode','3'),(522,'forum_shortpost','300'),(523,'forum_longpost','600'),(524,'forum_manydiscussions','100'),(525,'forum_maxbytes','512000'),(526,'forum_maxattachments','9'),(527,'forum_subscription','0'),(528,'forum_trackingtype','1'),(529,'forum_trackreadposts','1'),(530,'forum_allowforcedreadtracking','0'),(531,'forum_oldpostdays','14'),(532,'forum_usermarksread','0'),(533,'forum_cleanreadtime','2'),(534,'digestmailtime','17'),(535,'forum_enablerssfeeds','0'),(536,'forum_enabletimedposts','1'),(537,'glossary_entbypage','10'),(538,'glossary_dupentries','0'),(539,'glossary_allowcomments','0'),(540,'glossary_linkbydefault','1'),(541,'glossary_defaultapproval','1'),(542,'glossary_enablerssfeeds','0'),(543,'glossary_linkentries','0'),(544,'glossary_casesensitive','0'),(545,'glossary_fullmatch','0'),(546,'block_course_list_adminview','all'),(547,'block_course_list_hideallcourseslink','0'),(548,'block_online_users_timetosee','5'),(549,'block_online_users_onlinestatushiding','1'),(550,'block_rss_client_num_entries','5'),(551,'block_rss_client_timeout','30'),(552,'block_html_allowcssclasses','0'),(553,'pathtounoconv','/usr/bin/unoconv'),(554,'filter_multilang_force_old','0'),(555,'logguests','1'),(556,'loglifetime','0'),(557,'profileroles','5,4,3'),(558,'coursecontact','3'),(559,'frontpage','6'),(560,'frontpageloggedin','6'),(561,'maxcategorydepth','2'),(562,'frontpagecourselimit','200'),(563,'commentsperpage','15'),(564,'defaultfrontpageroleid','8'),(565,'messageinbound_enabled','0'),(566,'messageinbound_mailbox',''),(567,'messageinbound_domain',''),(568,'messageinbound_host',''),(569,'messageinbound_hostssl','ssl'),(570,'messageinbound_hostuser',''),(571,'messageinbound_hostpass',''),(572,'mobilecssurl',''),(573,'enablemobilewebservice','0'),(574,'registrationpending','1'),(575,'noemailever','1'),(576,'noreplyaddress','noreply@example.com'),(577,'supportemail','email@example.com'),(578,'behattest','10d17a55bb39832d31c1226d768089cd712840db'); +/*!40000 ALTER TABLE `b_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_config_log` +-- + +DROP TABLE IF EXISTS `b_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_conflog_tim_ix` (`timemodified`), + KEY `b_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1891 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_config_log` +-- + +LOCK TABLES `b_config_log` WRITE; +/*!40000 ALTER TABLE `b_config_log` DISABLE KEYS */; +INSERT INTO `b_config_log` VALUES (1,0,1734079927,NULL,'enableuserfeedback','0',NULL),(2,0,1734079927,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734079927,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734079927,NULL,'enableoutcomes','0',NULL),(5,0,1734079927,NULL,'usecomments','1',NULL),(6,0,1734079927,NULL,'usetags','1',NULL),(7,0,1734079927,NULL,'enablenotes','1',NULL),(8,0,1734079927,NULL,'enableportfolios','0',NULL),(9,0,1734079927,NULL,'enablewebservices','0',NULL),(10,0,1734079927,NULL,'enablestats','0',NULL),(11,0,1734079927,NULL,'enablerssfeeds','0',NULL),(12,0,1734079927,NULL,'enableblogs','1',NULL),(13,0,1734079927,NULL,'enablecompletion','1',NULL),(14,0,1734079927,NULL,'completiondefault','1',NULL),(15,0,1734079927,NULL,'enableavailability','1',NULL),(16,0,1734079927,NULL,'enableplagiarism','0',NULL),(17,0,1734079927,NULL,'enablebadges','1',NULL),(18,0,1734079927,NULL,'enableglobalsearch','0',NULL),(19,0,1734079927,NULL,'allowstealth','0',NULL),(20,0,1734079927,NULL,'enableanalytics','1',NULL),(21,0,1734079927,'core_competency','enabled','1',NULL),(22,0,1734079927,NULL,'messaging','1',NULL),(23,0,1734079927,NULL,'enablecustomreports','1',NULL),(24,0,1734079927,NULL,'allowemojipicker','1',NULL),(25,0,1734079927,NULL,'userfiltersdefault','realname',NULL),(26,0,1734079927,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734079927,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734079927,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734079927,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734079927,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734079927,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734079928,NULL,'enroladminnewcourse','1',NULL),(33,0,1734079928,NULL,'autologinguests','0',NULL),(34,0,1734079928,NULL,'hiddenuserfields','',NULL),(35,0,1734079928,NULL,'showuseridentity','email',NULL),(36,0,1734079928,NULL,'fullnamedisplay','language',NULL),(37,0,1734079928,NULL,'alternativefullnameformat','language',NULL),(38,0,1734079928,NULL,'maxusersperpage','100',NULL),(39,0,1734079928,NULL,'enablegravatar','0',NULL),(40,0,1734079928,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734079928,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734079928,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),(43,0,1734079928,NULL,'sitepolicy','',NULL),(44,0,1734079928,NULL,'sitepolicyguest','',NULL),(45,0,1734079928,'moodlecourse','visible','1',NULL),(46,0,1734079928,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734079928,'moodlecourse','participantsperpage','20',NULL),(48,0,1734079928,'moodlecourse','format','topics',NULL),(49,0,1734079928,'moodlecourse','maxsections','52',NULL),(50,0,1734079928,'moodlecourse','numsections','4',NULL),(51,0,1734079928,'moodlecourse','hiddensections','1',NULL),(52,0,1734079928,'moodlecourse','coursedisplay','0',NULL),(53,0,1734079928,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734079928,'moodlecourse','courseduration','31536000',NULL),(55,0,1734079928,'moodlecourse','lang','',NULL),(56,0,1734079928,'moodlecourse','newsitems','5',NULL),(57,0,1734079928,'moodlecourse','showgrades','1',NULL),(58,0,1734079928,'moodlecourse','showreports','0',NULL),(59,0,1734079928,'moodlecourse','showactivitydates','1',NULL),(60,0,1734079928,'moodlecourse','maxbytes','0',NULL),(61,0,1734079928,'moodlecourse','enablecompletion','1',NULL),(62,0,1734079928,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734079928,'moodlecourse','groupmode','0',NULL),(64,0,1734079928,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734079928,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734079928,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734079928,NULL,'enablecourserequests','1',NULL),(68,0,1734079928,NULL,'defaultrequestcategory','1',NULL),(69,0,1734079928,NULL,'lockrequestcategory','0',NULL),(70,0,1734079928,NULL,'courserequestnotify','',NULL),(71,0,1734079928,NULL,'activitychoosertabmode','0',NULL),(72,0,1734079928,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734079928,'backup','loglifetime','30',NULL),(74,0,1734079928,'backup','backup_general_users','1',NULL),(75,0,1734079928,'backup','backup_general_users_locked','',NULL),(76,0,1734079928,'backup','backup_general_anonymize','0',NULL),(77,0,1734079928,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734079928,'backup','backup_general_role_assignments','1',NULL),(79,0,1734079928,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734079928,'backup','backup_general_activities','1',NULL),(81,0,1734079928,'backup','backup_general_activities_locked','',NULL),(82,0,1734079928,'backup','backup_general_blocks','1',NULL),(83,0,1734079928,'backup','backup_general_blocks_locked','',NULL),(84,0,1734079928,'backup','backup_general_files','1',NULL),(85,0,1734079928,'backup','backup_general_files_locked','',NULL),(86,0,1734079928,'backup','backup_general_filters','1',NULL),(87,0,1734079928,'backup','backup_general_filters_locked','',NULL),(88,0,1734079928,'backup','backup_general_comments','1',NULL),(89,0,1734079928,'backup','backup_general_comments_locked','',NULL),(90,0,1734079928,'backup','backup_general_badges','1',NULL),(91,0,1734079928,'backup','backup_general_badges_locked','',NULL),(92,0,1734079929,'backup','backup_general_calendarevents','1',NULL),(93,0,1734079929,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734079929,'backup','backup_general_userscompletion','1',NULL),(95,0,1734079929,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734079929,'backup','backup_general_logs','0',NULL),(97,0,1734079929,'backup','backup_general_logs_locked','',NULL),(98,0,1734079929,'backup','backup_general_histories','0',NULL),(99,0,1734079929,'backup','backup_general_histories_locked','',NULL),(100,0,1734079929,'backup','backup_general_questionbank','1',NULL),(101,0,1734079929,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734079929,'backup','backup_general_groups','1',NULL),(103,0,1734079929,'backup','backup_general_groups_locked','',NULL),(104,0,1734079929,'backup','backup_general_competencies','1',NULL),(105,0,1734079929,'backup','backup_general_competencies_locked','',NULL),(106,0,1734079929,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734079929,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734079929,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734079929,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734079929,'backup','import_general_maxresults','10',NULL),(111,0,1734079929,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734079929,'backup','backup_import_permissions','0',NULL),(113,0,1734079929,'backup','backup_import_permissions_locked','',NULL),(114,0,1734079929,'backup','backup_import_activities','1',NULL),(115,0,1734079929,'backup','backup_import_activities_locked','',NULL),(116,0,1734079929,'backup','backup_import_blocks','1',NULL),(117,0,1734079929,'backup','backup_import_blocks_locked','',NULL),(118,0,1734079929,'backup','backup_import_filters','1',NULL),(119,0,1734079929,'backup','backup_import_filters_locked','',NULL),(120,0,1734079929,'backup','backup_import_calendarevents','1',NULL),(121,0,1734079929,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734079929,'backup','backup_import_questionbank','1',NULL),(123,0,1734079929,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734079929,'backup','backup_import_groups','1',NULL),(125,0,1734079929,'backup','backup_import_groups_locked','',NULL),(126,0,1734079929,'backup','backup_import_competencies','1',NULL),(127,0,1734079929,'backup','backup_import_competencies_locked','',NULL),(128,0,1734079929,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734079929,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734079929,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734079929,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734079929,'backup','backup_auto_active','0',NULL),(133,0,1734079929,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734079929,'backup','backup_auto_hour','0',NULL),(135,0,1734079929,'backup','backup_auto_minute','0',NULL),(136,0,1734079929,'backup','backup_auto_storage','0',NULL),(137,0,1734079929,'backup','backup_auto_destination','',NULL),(138,0,1734079929,'backup','backup_auto_max_kept','1',NULL),(139,0,1734079929,'backup','backup_auto_delete_days','0',NULL),(140,0,1734079929,'backup','backup_auto_min_kept','0',NULL),(141,0,1734079929,'backup','backup_shortname','0',NULL),(142,0,1734079929,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734079929,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734079929,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734079929,'backup','backup_auto_users','1',NULL),(146,0,1734079929,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734079929,'backup','backup_auto_activities','1',NULL),(148,0,1734079929,'backup','backup_auto_blocks','1',NULL),(149,0,1734079929,'backup','backup_auto_files','1',NULL),(150,0,1734079929,'backup','backup_auto_filters','1',NULL),(151,0,1734079929,'backup','backup_auto_comments','1',NULL),(152,0,1734079929,'backup','backup_auto_badges','1',NULL),(153,0,1734079929,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734079929,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734079929,'backup','backup_auto_logs','0',NULL),(156,0,1734079929,'backup','backup_auto_histories','0',NULL),(157,0,1734079929,'backup','backup_auto_questionbank','1',NULL),(158,0,1734079929,'backup','backup_auto_groups','1',NULL),(159,0,1734079929,'backup','backup_auto_competencies','1',NULL),(160,0,1734079929,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734079929,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734079929,'restore','restore_general_users','1',NULL),(163,0,1734079930,'restore','restore_general_users_locked','',NULL),(164,0,1734079930,'restore','restore_general_enrolments','1',NULL),(165,0,1734079930,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734079930,'restore','restore_general_role_assignments','1',NULL),(167,0,1734079930,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734079930,'restore','restore_general_permissions','1',NULL),(169,0,1734079930,'restore','restore_general_permissions_locked','',NULL),(170,0,1734079930,'restore','restore_general_activities','1',NULL),(171,0,1734079930,'restore','restore_general_activities_locked','',NULL),(172,0,1734079930,'restore','restore_general_blocks','1',NULL),(173,0,1734079930,'restore','restore_general_blocks_locked','',NULL),(174,0,1734079930,'restore','restore_general_filters','1',NULL),(175,0,1734079930,'restore','restore_general_filters_locked','',NULL),(176,0,1734079930,'restore','restore_general_comments','1',NULL),(177,0,1734079930,'restore','restore_general_comments_locked','',NULL),(178,0,1734079930,'restore','restore_general_badges','1',NULL),(179,0,1734079930,'restore','restore_general_badges_locked','',NULL),(180,0,1734079930,'restore','restore_general_calendarevents','1',NULL),(181,0,1734079930,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734079930,'restore','restore_general_userscompletion','1',NULL),(183,0,1734079930,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734079930,'restore','restore_general_logs','1',NULL),(185,0,1734079930,'restore','restore_general_logs_locked','',NULL),(186,0,1734079930,'restore','restore_general_histories','1',NULL),(187,0,1734079930,'restore','restore_general_histories_locked','',NULL),(188,0,1734079930,'restore','restore_general_groups','1',NULL),(189,0,1734079930,'restore','restore_general_groups_locked','',NULL),(190,0,1734079930,'restore','restore_general_competencies','1',NULL),(191,0,1734079930,'restore','restore_general_competencies_locked','',NULL),(192,0,1734079930,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734079930,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734079930,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734079930,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734079930,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734079930,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734079930,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734079930,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734079930,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734079930,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734079930,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734079930,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734079930,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734079930,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734079930,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734079930,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734079930,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734079930,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734079930,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734079930,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734079930,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734079930,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734079930,NULL,'enableasyncbackup','0',NULL),(217,0,1734079930,'backup','backup_async_message_users','0',NULL),(218,0,1734079930,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734079930,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734079930,NULL,'grade_profilereport','user',NULL),(221,0,1734079930,NULL,'grade_aggregationposition','1',NULL),(222,0,1734079930,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734079930,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734079930,NULL,'gradepublishing','0',NULL),(225,0,1734079930,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734079930,NULL,'grade_export_displaytype','1',NULL),(227,0,1734079930,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734079930,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734079930,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734079930,NULL,'recovergradesdefault','0',NULL),(231,0,1734079930,NULL,'gradeexport','',NULL),(232,0,1734079930,NULL,'unlimitedgrades','0',NULL),(233,0,1734079930,NULL,'grade_report_showmin','1',NULL),(234,0,1734079930,NULL,'gradepointmax','100',NULL),(235,0,1734079930,NULL,'gradepointdefault','100',NULL),(236,0,1734079930,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734079930,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734079930,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734079931,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734079931,NULL,'grade_aggregation','13',NULL),(241,0,1734079931,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734079931,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734079931,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734079931,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734079931,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734079931,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734079931,NULL,'grade_keephigh','0',NULL),(248,0,1734079931,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734079931,NULL,'grade_droplow','0',NULL),(250,0,1734079931,NULL,'grade_droplow_flag','2',NULL),(251,0,1734079931,NULL,'grade_overridecat','1',NULL),(252,0,1734079931,NULL,'grade_displaytype','1',NULL),(253,0,1734079931,NULL,'grade_decimalpoints','2',NULL),(254,0,1734079931,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734079931,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734079931,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734079931,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734079931,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734079931,NULL,'grade_report_meanselection','1',NULL),(260,0,1734079931,NULL,'grade_report_enableajax','0',NULL),(261,0,1734079931,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734079931,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734079931,NULL,'grade_report_showaverages','1',NULL),(264,0,1734079931,NULL,'grade_report_showlocks','0',NULL),(265,0,1734079931,NULL,'grade_report_showranges','0',NULL),(266,0,1734079931,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734079931,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734079931,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734079931,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734079931,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734079931,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734079931,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734079931,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734079931,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734079931,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734079931,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734079931,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734079931,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734079931,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734079931,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734079931,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734079931,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734079931,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734079931,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734079931,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734079931,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734079931,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734079931,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734079931,'analytics','modeinstruction','',NULL),(290,0,1734079931,'analytics','percentonline','0',NULL),(291,0,1734079931,'analytics','typeinstitution','',NULL),(292,0,1734079931,'analytics','levelinstitution','',NULL),(293,0,1734079931,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734079931,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734079931,'analytics','modeloutputdir','',NULL),(296,0,1734079931,'analytics','onlycli','1',NULL),(297,0,1734079931,'analytics','modeltimelimit','1200',NULL),(298,0,1734079931,'analytics','calclifetime','35',NULL),(299,0,1734079931,NULL,'badges_defaultissuername','',NULL),(300,0,1734079931,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734079931,NULL,'badges_badgesalt','badges1734079898',NULL),(302,0,1734079931,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734079931,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734079932,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734079932,NULL,'timezone','Australia/Perth',NULL),(306,0,1734079932,NULL,'forcetimezone','99',NULL),(307,0,1734079932,NULL,'country','0',NULL),(308,0,1734079932,NULL,'defaultcity','',NULL),(309,0,1734079932,NULL,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734079932,NULL,'googlemapkey3','',NULL),(311,0,1734079932,NULL,'allcountrycodes','',NULL),(312,0,1734079932,NULL,'autolang','1',NULL),(313,0,1734079932,NULL,'lang','en',NULL),(314,0,1734079932,NULL,'autolangusercreation','1',NULL),(315,0,1734079932,NULL,'langmenu','1',NULL),(316,0,1734079932,NULL,'langlist','',NULL),(317,0,1734079932,NULL,'langcache','1',NULL),(318,0,1734079932,NULL,'langstringcache','1',NULL),(319,0,1734079932,NULL,'locale','',NULL),(320,0,1734079932,NULL,'latinexcelexport','0',NULL),(321,0,1734079933,NULL,'messagingallusers','0',NULL),(322,0,1734079933,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734079933,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734079933,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734079933,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734079933,NULL,'requiremodintro','0',NULL),(327,0,1734079933,'antivirus','notifyemail','',NULL),(328,0,1734079933,'antivirus','notifylevel','2',NULL),(329,0,1734079933,'antivirus','threshold','1200',NULL),(330,0,1734079933,'antivirus','enablequarantine','0',NULL),(331,0,1734079933,'antivirus','quarantinetime','2419200',NULL),(332,0,1734079933,NULL,'registerauth','',NULL),(333,0,1734079933,NULL,'authloginviaemail','0',NULL),(334,0,1734079933,NULL,'allowaccountssameemail','0',NULL),(335,0,1734079933,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734079933,NULL,'loginpageautofocus','0',NULL),(337,0,1734079933,NULL,'guestloginbutton','1',NULL),(338,0,1734079933,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734079933,NULL,'alternateloginurl','',NULL),(340,0,1734079933,NULL,'forgottenpasswordurl','',NULL),(341,0,1734079933,NULL,'auth_instructions','',NULL),(342,0,1734079933,NULL,'allowemailaddresses','',NULL),(343,0,1734079933,NULL,'denyemailaddresses','',NULL),(344,0,1734079933,NULL,'verifychangedemail','1',NULL),(345,0,1734079933,NULL,'recaptchapublickey','',NULL),(346,0,1734079933,NULL,'recaptchaprivatekey','',NULL),(347,0,1734079933,'cachestore_apcu','testperformance','0',NULL),(348,0,1734079933,'cachestore_memcached','testservers','',NULL),(349,0,1734079933,'cachestore_mongodb','testserver','',NULL),(350,0,1734079933,'cachestore_redis','test_server','',NULL),(351,0,1734079933,'cachestore_redis','test_password','',NULL),(352,0,1734079933,'cachestore_redis','test_serializer','1',NULL),(353,0,1734079933,'cachestore_redis','test_ttl','0',NULL),(354,0,1734079933,NULL,'filteruploadedfiles','0',NULL),(355,0,1734079933,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734079933,NULL,'filtermatchonepertext','0',NULL),(357,0,1734079933,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734079933,NULL,'media_default_width','640',NULL),(359,0,1734079933,NULL,'media_default_height','360',NULL),(360,0,1734079933,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734079933,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734079933,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734079933,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734079933,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734079933,'question_preview','correctness','1',NULL),(366,0,1734079933,'question_preview','marks','2',NULL),(367,0,1734079933,'question_preview','markdp','2',NULL),(368,0,1734079933,'question_preview','feedback','1',NULL),(369,0,1734079933,'question_preview','generalfeedback','1',NULL),(370,0,1734079933,'question_preview','rightanswer','1',NULL),(371,0,1734079934,'question_preview','history','0',NULL),(372,0,1734079934,NULL,'repositorycacheexpire','120',NULL),(373,0,1734079934,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734079934,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734079934,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734079934,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734079934,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734079934,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734079934,NULL,'searchengine','simpledb',NULL),(380,0,1734079934,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734079934,NULL,'searchindextime','600',NULL),(382,0,1734079934,NULL,'searchallavailablecourses','0',NULL),(383,0,1734079934,NULL,'searchincludeallcourses','0',NULL),(384,0,1734079934,NULL,'searchenablecategories','0',NULL),(385,0,1734079934,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734079934,NULL,'searchhideallcategory','0',NULL),(387,0,1734079934,NULL,'searchmaxtopresults','3',NULL),(388,0,1734079934,NULL,'searchteacherroles','',NULL),(389,0,1734079934,NULL,'searchenginequeryonly','',NULL),(390,0,1734079934,NULL,'searchbannerenable','0',NULL),(391,0,1734079934,NULL,'searchbanner','',NULL),(392,0,1734079934,NULL,'allowbeforeblock','0',NULL),(393,0,1734079934,NULL,'allowedip','',NULL),(394,0,1734079934,NULL,'blockedip','',NULL),(395,0,1734079934,NULL,'protectusernames','1',NULL),(396,0,1734079934,NULL,'forcelogin','0',NULL),(397,0,1734079934,NULL,'forceloginforprofiles','1',NULL),(398,0,1734079934,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734079934,NULL,'opentowebcrawlers','0',NULL),(400,0,1734079934,NULL,'allowindexing','0',NULL),(401,0,1734079934,NULL,'maxbytes','0',NULL),(402,0,1734079934,NULL,'userquota','104857600',NULL),(403,0,1734079934,NULL,'allowobjectembed','0',NULL),(404,0,1734079934,NULL,'enabletrusttext','0',NULL),(405,0,1734079934,NULL,'maxeditingtime','1800',NULL),(406,0,1734079934,NULL,'extendedusernamechars','0',NULL),(407,0,1734079934,NULL,'keeptagnamecase','1',NULL),(408,0,1734079934,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734079934,NULL,'cronclionly','1',NULL),(410,0,1734079934,NULL,'cronremotepassword','',NULL),(411,0,1734079934,'tool_task','enablerunnow','1',NULL),(412,0,1734079934,NULL,'lockoutthreshold','0',NULL),(413,0,1734079934,NULL,'lockoutwindow','1800',NULL),(414,0,1734079934,NULL,'lockoutduration','1800',NULL),(415,0,1734079934,NULL,'passwordpolicy','1',NULL),(416,0,1734079934,NULL,'minpasswordlength','8',NULL),(417,0,1734079934,NULL,'minpassworddigits','1',NULL),(418,0,1734079934,NULL,'minpasswordlower','1',NULL),(419,0,1734079934,NULL,'minpasswordupper','1',NULL),(420,0,1734079934,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734079934,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734079934,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734079934,NULL,'passwordreuselimit','0',NULL),(424,0,1734079934,NULL,'pwresettime','1800',NULL),(425,0,1734079934,NULL,'passwordchangelogout','0',NULL),(426,0,1734079934,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734079934,NULL,'tokenduration','7257600',NULL),(428,0,1734079934,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734079934,NULL,'disableuserimages','0',NULL),(430,0,1734079935,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734079935,NULL,'rememberusername','2',NULL),(432,0,1734079935,NULL,'strictformsrequired','0',NULL),(433,0,1734079935,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734079935,NULL,'cookiesecure','1',NULL),(435,0,1734079935,NULL,'cookiehttponly','0',NULL),(436,0,1734079935,NULL,'allowframembedding','0',NULL),(437,0,1734079935,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734079935,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734079935,NULL,'referrerpolicy','default',NULL),(440,0,1734079935,NULL,'displayloginfailures','0',NULL),(441,0,1734079935,NULL,'notifyloginfailures','',NULL),(442,0,1734079935,NULL,'notifyloginthreshold','10',NULL),(443,0,1734079935,NULL,'themelist','',NULL),(444,0,1734079935,NULL,'themedesignermode','0',NULL),(445,0,1734079935,NULL,'allowuserthemes','0',NULL),(446,0,1734079935,NULL,'allowcoursethemes','0',NULL),(447,0,1734079935,NULL,'allowcategorythemes','0',NULL),(448,0,1734079935,NULL,'allowcohortthemes','0',NULL),(449,0,1734079935,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734079935,NULL,'allowuserblockhiding','1',NULL),(451,0,1734079935,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734079935,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734079935,NULL,'custommenuitems','',NULL),(454,0,1734079935,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),(455,0,1734079935,NULL,'enabledevicedetection','1',NULL),(456,0,1734079935,NULL,'devicedetectregex','[]',NULL),(457,0,1734079935,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734079935,'theme_boost','preset','default.scss',NULL),(459,0,1734079935,'theme_boost','presetfiles','',NULL),(460,0,1734079935,'theme_boost','backgroundimage','',NULL),(461,0,1734079935,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734079935,'theme_boost','brandcolor','',NULL),(463,0,1734079935,'theme_boost','scsspre','',NULL),(464,0,1734079935,'theme_boost','scss','',NULL),(465,0,1734079935,'theme_classic','navbardark','0',NULL),(466,0,1734079935,'theme_classic','unaddableblocks','',NULL),(467,0,1734079935,'theme_classic','preset','default.scss',NULL),(468,0,1734079935,'theme_classic','presetfiles','',NULL),(469,0,1734079935,'theme_classic','backgroundimage','',NULL),(470,0,1734079935,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734079935,'theme_classic','brandcolor','',NULL),(472,0,1734079935,'theme_classic','scsspre','',NULL),(473,0,1734079935,'theme_classic','scss','',NULL),(474,0,1734079935,'core_admin','logo','',NULL),(475,0,1734079935,'core_admin','logocompact','',NULL),(476,0,1734079935,'core_admin','favicon','',NULL),(477,0,1734079935,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734079935,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734079935,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734079935,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734079935,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734079935,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734079935,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734079935,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734079935,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734079935,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734079936,NULL,'calendartype','gregorian',NULL),(488,0,1734079936,NULL,'calendar_adminseesall','0',NULL),(489,0,1734079936,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734079936,NULL,'calendar_startwday','1',NULL),(491,0,1734079936,NULL,'calendar_weekend','65',NULL),(492,0,1734079936,NULL,'calendar_lookahead','21',NULL),(493,0,1734079936,NULL,'calendar_maxevents','10',NULL),(494,0,1734079936,NULL,'enablecalendarexport','1',NULL),(495,0,1734079936,NULL,'calendar_customexport','1',NULL),(496,0,1734079936,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734079936,NULL,'calendar_exportlookback','5',NULL),(498,0,1734079936,NULL,'calendar_exportsalt','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C',NULL),(499,0,1734079936,NULL,'calendar_showicalsource','1',NULL),(500,0,1734079936,NULL,'useblogassociations','1',NULL),(501,0,1734079936,NULL,'bloglevel','4',NULL),(502,0,1734079936,NULL,'useexternalblogs','1',NULL),(503,0,1734079936,NULL,'externalblogcrontime','86400',NULL),(504,0,1734079936,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734079936,NULL,'blogusecomments','1',NULL),(506,0,1734079936,NULL,'blogshowcommentscount','1',NULL),(507,0,1734079936,NULL,'enabledashboard','1',NULL),(508,0,1734079936,NULL,'defaulthomepage','3',NULL),(509,0,1734079936,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734079936,NULL,'navshowcategories','1',NULL),(511,0,1734079936,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734079936,NULL,'navshowallcourses','0',NULL),(513,0,1734079936,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734079936,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734079936,NULL,'navcourselimit','10',NULL),(516,0,1734079936,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734079936,NULL,'linkadmincategories','1',NULL),(518,0,1734079936,NULL,'linkcoursesections','1',NULL),(519,0,1734079936,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734079936,NULL,'navadduserpostslinks','1',NULL),(521,0,1734079936,NULL,'sitenameintitle','shortname',NULL),(522,0,1734079936,NULL,'formatstringstriptags','1',NULL),(523,0,1734079936,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),(524,0,1734079936,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734079936,NULL,'doclang','',NULL),(526,0,1734079936,NULL,'doctonewwindow','0',NULL),(527,0,1734079936,NULL,'coursecontactduplicates','0',NULL),(528,0,1734079936,NULL,'courselistshortnames','0',NULL),(529,0,1734079936,NULL,'coursesperpage','20',NULL),(530,0,1734079936,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734079936,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734079936,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734079936,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734079936,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734079936,NULL,'useexternalyui','0',NULL),(536,0,1734079936,NULL,'yuicomboloading','1',NULL),(537,0,1734079936,NULL,'cachejs','1',NULL),(538,0,1734079936,NULL,'additionalhtmlhead','',NULL),(539,0,1734079936,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734079936,NULL,'additionalhtmlfooter','',NULL),(541,0,1734079936,NULL,'cachetemplates','1',NULL),(542,0,1734079936,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734079937,NULL,'pathtodu','',NULL),(544,0,1734079937,NULL,'aspellpath','',NULL),(545,0,1734079937,NULL,'pathtodot','',NULL),(546,0,1734079937,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734079937,NULL,'pathtopdftoppm','',NULL),(548,0,1734079937,NULL,'pathtopython','',NULL),(549,0,1734079937,NULL,'supportname','Admin User',NULL),(550,0,1734079937,NULL,'supportpage','',NULL),(551,0,1734079937,NULL,'supportavailability','1',NULL),(552,0,1734079937,NULL,'dbsessions','0',NULL),(553,0,1734079937,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734079937,NULL,'sessioncookie','',NULL),(555,0,1734079937,NULL,'sessioncookiepath','',NULL),(556,0,1734079937,NULL,'sessioncookiedomain','',NULL),(557,0,1734079937,NULL,'statsfirstrun','none',NULL),(558,0,1734079937,NULL,'statsmaxruntime','0',NULL),(559,0,1734079937,NULL,'statsruntimedays','31',NULL),(560,0,1734079937,NULL,'statsuserthreshold','0',NULL),(561,0,1734079937,NULL,'slasharguments','1',NULL),(562,0,1734079937,NULL,'getremoteaddrconf','3',NULL),(563,0,1734079937,NULL,'reverseproxyignore','',NULL),(564,0,1734079937,NULL,'proxyhost','',NULL),(565,0,1734079937,NULL,'proxyport','0',NULL),(566,0,1734079937,NULL,'proxytype','HTTP',NULL),(567,0,1734079937,NULL,'proxyuser','',NULL),(568,0,1734079937,NULL,'proxypassword','',NULL),(569,0,1734079937,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734079937,NULL,'proxylogunsafe','0',NULL),(571,0,1734079937,NULL,'proxyfixunsafe','0',NULL),(572,0,1734079937,NULL,'maintenance_enabled','0',NULL),(573,0,1734079937,NULL,'maintenance_message','',NULL),(574,0,1734079937,NULL,'deleteunconfirmed','168',NULL),(575,0,1734079937,NULL,'deleteincompleteusers','0',NULL),(576,0,1734079937,NULL,'disablegradehistory','0',NULL),(577,0,1734079937,NULL,'gradehistorylifetime','0',NULL),(578,0,1734079937,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734079937,NULL,'filescleanupperiod','86400',NULL),(580,0,1734079937,NULL,'extramemorylimit','512M',NULL),(581,0,1734079937,NULL,'maxtimelimit','0',NULL),(582,0,1734079937,NULL,'curlcache','120',NULL),(583,0,1734079937,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734079937,NULL,'cron_enabled','1',NULL),(585,0,1734079937,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734079937,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734079937,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734079937,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734079937,NULL,'task_logmode','1',NULL),(590,0,1734079937,NULL,'task_logtostdout','1',NULL),(591,0,1734079937,NULL,'task_logretention','2419200',NULL),(592,0,1734079937,NULL,'task_logretainruns','20',NULL),(593,0,1734079937,NULL,'smtphosts','',NULL),(594,0,1734079937,NULL,'smtpsecure','',NULL),(595,0,1734079937,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734079937,NULL,'smtpuser','',NULL),(597,0,1734079937,NULL,'smtppass','',NULL),(598,0,1734079937,NULL,'smtpmaxbulk','1',NULL),(599,0,1734079938,NULL,'allowedemaildomains','',NULL),(600,0,1734079938,NULL,'divertallemailsto','',NULL),(601,0,1734079938,NULL,'divertallemailsexcept','',NULL),(602,0,1734079938,NULL,'emaildkimselector','',NULL),(603,0,1734079938,NULL,'sitemailcharset','0',NULL),(604,0,1734079938,NULL,'allowusermailcharset','0',NULL),(605,0,1734079938,NULL,'allowattachments','1',NULL),(606,0,1734079938,NULL,'mailnewline','LF',NULL),(607,0,1734079938,NULL,'emailfromvia','1',NULL),(608,0,1734079938,NULL,'emailsubjectprefix','',NULL),(609,0,1734079938,NULL,'emailheaders','',NULL),(610,0,1734079938,NULL,'updateautocheck','1',NULL),(611,0,1734079938,NULL,'updateminmaturity','200',NULL),(612,0,1734079938,NULL,'updatenotifybuilds','0',NULL),(613,0,1734079938,NULL,'enablewsdocumentation','0',NULL),(614,0,1734079938,NULL,'customreportslimit','0',NULL),(615,0,1734079938,NULL,'customreportsliveediting','1',NULL),(616,0,1734079938,NULL,'dndallowtextandlinks','0',NULL),(617,0,1734079938,NULL,'pathtosassc','',NULL),(618,0,1734079938,NULL,'contextlocking','0',NULL),(619,0,1734079938,NULL,'contextlockappliestoadmin','1',NULL),(620,0,1734079938,NULL,'forceclean','0',NULL),(621,0,1734079938,NULL,'enablecourserelativedates','0',NULL),(622,0,1734079938,NULL,'debug','0',NULL),(623,0,1734079938,NULL,'debugdisplay','0',NULL),(624,0,1734079938,NULL,'perfdebug','7',NULL),(625,0,1734079938,NULL,'debugstringids','0',NULL),(626,0,1734079938,NULL,'debugsqltrace','0',NULL),(627,0,1734079938,NULL,'debugvalidators','0',NULL),(628,0,1734079938,NULL,'debugpageinfo','0',NULL),(629,0,1734079938,NULL,'profilingenabled','0',NULL),(630,0,1734079938,NULL,'profilingincluded','',NULL),(631,0,1734079938,NULL,'profilingexcluded','',NULL),(632,0,1734079938,NULL,'profilingautofrec','0',NULL),(633,0,1734079938,NULL,'profilingallowme','0',NULL),(634,0,1734079938,NULL,'profilingallowall','0',NULL),(635,0,1734079938,NULL,'profilingslow','0',NULL),(636,0,1734079938,NULL,'profilinglifetime','1440',NULL),(637,0,1734079938,NULL,'profilingimportprefix','(I)',NULL),(638,0,1734079940,'core_competency','pushcourseratingstouserplans','1',NULL),(639,0,1734079942,NULL,'calendar_exportsalt','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C'),(640,0,1734079942,NULL,'defaulthomepage','1','3'),(641,0,1734079942,NULL,'allowguestmymoodle','1',NULL),(642,0,1734079942,NULL,'pathtophp','','/usr/local/bin/php'),(643,0,1734079947,NULL,'calendar_exportsalt','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L'),(644,0,1734079947,NULL,'pathtophp','','/usr/local/bin/php'),(645,0,1734080021,'activitynames','filter_active','1',''),(646,0,1734080021,'core_filter','order','activitynames','activitynames'),(647,0,1734080021,'displayh5p','filter_active','1',''),(648,0,1734080021,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(649,0,1734080021,'emoticon','filter_active','1',''),(650,0,1734080022,'mathjaxloader','filter_active','1',''),(651,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(652,0,1734080022,'mediaplugin','filter_active','1',''),(653,0,1734080022,'urltolink','filter_active','1',''),(654,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(655,0,1734080023,'tiny','editor_visibility','1','0'),(656,2,1734080093,NULL,'enableaccessibilitytools','1',NULL),(657,2,1734080093,'tool_moodlenet','enablemoodlenet','1',NULL),(658,2,1734080093,NULL,'notloggedinroleid','6',NULL),(659,2,1734080093,NULL,'guestroleid','6',NULL),(660,2,1734080093,NULL,'defaultuserroleid','7',NULL),(661,2,1734080093,NULL,'creatornewroleid','3',NULL),(662,2,1734080093,NULL,'restorernewroleid','3',NULL),(663,2,1734080094,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(664,2,1734080094,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(665,2,1734080094,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(666,2,1734080094,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(667,2,1734080094,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(668,2,1734080094,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(669,2,1734080094,'tool_dataprivacy','showdataretentionsummary','1',NULL),(670,2,1734080094,'tool_log','exportlog','1',NULL),(671,2,1734080094,NULL,'sitepolicyhandler','',NULL),(672,2,1734080094,NULL,'gradebookroles','5',NULL),(673,2,1734080095,'analytics','logstore','logstore_standard',NULL),(674,2,1734080095,NULL,'h5plibraryhandler','h5plib_v124',NULL),(675,2,1734080096,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(676,2,1734080096,NULL,'airnotifierport','443',NULL),(677,2,1734080096,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(678,2,1734080096,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(679,2,1734080096,NULL,'airnotifieraccesskey','',NULL),(680,2,1734080096,'message_airnotifier','encryptnotifications','0',NULL),(681,2,1734080096,'message_airnotifier','encryptprocessing','0',NULL),(682,2,1734080096,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(683,2,1734080096,'assign','showrecentsubmissions','0',NULL),(684,2,1734080096,'assign','submissionreceipts','1',NULL),(685,2,1734080096,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(686,2,1734080096,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(687,2,1734080096,'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),(688,2,1734080096,'assign','maxperpage','-1',NULL),(689,2,1734080096,'assign','alwaysshowdescription','1',NULL),(690,2,1734080096,'assign','alwaysshowdescription_adv','',NULL),(691,2,1734080096,'assign','alwaysshowdescription_locked','',NULL),(692,2,1734080096,'assign','allowsubmissionsfromdate','0',NULL),(693,2,1734080096,'assign','allowsubmissionsfromdate_enabled','1',NULL),(694,2,1734080096,'assign','allowsubmissionsfromdate_adv','',NULL),(695,2,1734080096,'assign','duedate','604800',NULL),(696,2,1734080096,'assign','duedate_enabled','1',NULL),(697,2,1734080096,'assign','duedate_adv','',NULL),(698,2,1734080096,'assign','cutoffdate','1209600',NULL),(699,2,1734080096,'assign','cutoffdate_enabled','',NULL),(700,2,1734080096,'assign','cutoffdate_adv','',NULL),(701,2,1734080096,'assign','enabletimelimit','0',NULL),(702,2,1734080096,'assign','gradingduedate','1209600',NULL),(703,2,1734080096,'assign','gradingduedate_enabled','1',NULL),(704,2,1734080096,'assign','gradingduedate_adv','',NULL),(705,2,1734080096,'assign','submissiondrafts','0',NULL),(706,2,1734080096,'assign','submissiondrafts_adv','',NULL),(707,2,1734080096,'assign','submissiondrafts_locked','',NULL),(708,2,1734080096,'assign','requiresubmissionstatement','0',NULL),(709,2,1734080096,'assign','requiresubmissionstatement_adv','',NULL),(710,2,1734080096,'assign','requiresubmissionstatement_locked','',NULL),(711,2,1734080096,'assign','attemptreopenmethod','none',NULL),(712,2,1734080096,'assign','attemptreopenmethod_adv','',NULL),(713,2,1734080096,'assign','attemptreopenmethod_locked','',NULL),(714,2,1734080096,'assign','maxattempts','-1',NULL),(715,2,1734080096,'assign','maxattempts_adv','',NULL),(716,2,1734080096,'assign','maxattempts_locked','',NULL),(717,2,1734080096,'assign','teamsubmission','0',NULL),(718,2,1734080096,'assign','teamsubmission_adv','',NULL),(719,2,1734080096,'assign','teamsubmission_locked','',NULL),(720,2,1734080096,'assign','preventsubmissionnotingroup','0',NULL),(721,2,1734080096,'assign','preventsubmissionnotingroup_adv','',NULL),(722,2,1734080096,'assign','preventsubmissionnotingroup_locked','',NULL),(723,2,1734080096,'assign','requireallteammemberssubmit','0',NULL),(724,2,1734080096,'assign','requireallteammemberssubmit_adv','',NULL),(725,2,1734080096,'assign','requireallteammemberssubmit_locked','',NULL),(726,2,1734080096,'assign','teamsubmissiongroupingid','',NULL),(727,2,1734080096,'assign','teamsubmissiongroupingid_adv','',NULL),(728,2,1734080096,'assign','sendnotifications','0',NULL),(729,2,1734080097,'assign','sendnotifications_adv','',NULL),(730,2,1734080097,'assign','sendnotifications_locked','',NULL),(731,2,1734080097,'assign','sendlatenotifications','0',NULL),(732,2,1734080097,'assign','sendlatenotifications_adv','',NULL),(733,2,1734080097,'assign','sendlatenotifications_locked','',NULL),(734,2,1734080097,'assign','sendstudentnotifications','1',NULL),(735,2,1734080097,'assign','sendstudentnotifications_adv','',NULL),(736,2,1734080097,'assign','sendstudentnotifications_locked','',NULL),(737,2,1734080097,'assign','blindmarking','0',NULL),(738,2,1734080097,'assign','blindmarking_adv','',NULL),(739,2,1734080097,'assign','blindmarking_locked','',NULL),(740,2,1734080097,'assign','hidegrader','0',NULL),(741,2,1734080097,'assign','hidegrader_adv','',NULL),(742,2,1734080097,'assign','hidegrader_locked','',NULL),(743,2,1734080097,'assign','markingworkflow','0',NULL),(744,2,1734080097,'assign','markingworkflow_adv','',NULL),(745,2,1734080097,'assign','markingworkflow_locked','',NULL),(746,2,1734080097,'assign','markingallocation','0',NULL),(747,2,1734080097,'assign','markingallocation_adv','',NULL),(748,2,1734080097,'assign','markingallocation_locked','',NULL),(749,2,1734080097,'assignsubmission_file','default','1',NULL),(750,2,1734080097,'assignsubmission_file','maxfiles','20',NULL),(751,2,1734080097,'assignsubmission_file','filetypes','',NULL),(752,2,1734080097,'assignsubmission_file','maxbytes','0',NULL),(753,2,1734080097,'assignsubmission_onlinetext','default','0',NULL),(754,2,1734080097,'assignfeedback_comments','default','1',NULL),(755,2,1734080097,'assignfeedback_comments','inline','0',NULL),(756,2,1734080097,'assignfeedback_comments','inline_adv','',NULL),(757,2,1734080097,'assignfeedback_comments','inline_locked','',NULL),(758,2,1734080097,'assignfeedback_editpdf','default','1',NULL),(759,2,1734080097,'assignfeedback_editpdf','stamps','',NULL),(760,2,1734080097,'assignfeedback_file','default','0',NULL),(761,2,1734080097,'assignfeedback_offline','default','0',NULL),(762,2,1734080097,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(763,2,1734080097,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(764,2,1734080097,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(765,2,1734080097,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(766,2,1734080097,NULL,'bigbluebuttonbn_welcome_default','',NULL),(767,2,1734080097,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(768,2,1734080097,NULL,'bigbluebuttonbn_recording_default','1',NULL),(769,2,1734080097,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(770,2,1734080097,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(771,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(772,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(773,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(774,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(775,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(776,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(777,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(778,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(779,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(780,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(781,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(782,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(783,2,1734080098,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(784,2,1734080098,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(785,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(786,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(787,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(788,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(789,2,1734080098,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(790,2,1734080098,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(791,2,1734080098,'mod_bigbluebuttonbn','presentationdefault','',NULL),(792,2,1734080098,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(793,2,1734080098,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(794,2,1734080098,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(795,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(796,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(797,2,1734080098,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(798,2,1734080098,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(799,2,1734080098,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(800,2,1734080098,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(801,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(802,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(803,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(804,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(805,2,1734080098,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(806,2,1734080098,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(807,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(808,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(809,2,1734080098,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(810,2,1734080098,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(811,2,1734080098,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(812,2,1734080098,'book','numberingoptions','0,1,2,3',NULL),(813,2,1734080098,'book','numbering','1',NULL),(814,2,1734080098,NULL,'chat_method','ajax',NULL),(815,2,1734080098,NULL,'chat_refresh_userlist','10',NULL),(816,2,1734080098,NULL,'chat_old_ping','35',NULL),(817,2,1734080098,NULL,'chat_refresh_room','5',NULL),(818,2,1734080098,NULL,'chat_normal_updatemode','jsupdate',NULL),(819,2,1734080098,NULL,'chat_serverhost','webserver',NULL),(820,2,1734080098,NULL,'chat_serverip','127.0.0.1',NULL),(821,2,1734080098,NULL,'chat_serverport','9111',NULL),(822,2,1734080098,NULL,'chat_servermax','100',NULL),(823,2,1734080099,NULL,'data_enablerssfeeds','0',NULL),(824,2,1734080099,NULL,'feedback_allowfullanonymous','0',NULL),(825,2,1734080099,'resource','framesize','130',NULL),(826,2,1734080099,'resource','displayoptions','0,1,4,5,6',NULL),(827,2,1734080099,'resource','printintro','1',NULL),(828,2,1734080099,'resource','display','0',NULL),(829,2,1734080099,'resource','showsize','0',NULL),(830,2,1734080099,'resource','showtype','0',NULL),(831,2,1734080099,'resource','showdate','0',NULL),(832,2,1734080099,'resource','popupwidth','620',NULL),(833,2,1734080099,'resource','popupheight','450',NULL),(834,2,1734080099,'resource','filterfiles','0',NULL),(835,2,1734080099,'folder','showexpanded','1',NULL),(836,2,1734080099,'folder','maxsizetodownload','0',NULL),(837,2,1734080099,NULL,'forum_displaymode','3',NULL),(838,2,1734080099,NULL,'forum_shortpost','300',NULL),(839,2,1734080099,NULL,'forum_longpost','600',NULL),(840,2,1734080099,NULL,'forum_manydiscussions','100',NULL),(841,2,1734080099,NULL,'forum_maxbytes','512000',NULL),(842,2,1734080099,NULL,'forum_maxattachments','9',NULL),(843,2,1734080099,NULL,'forum_subscription','0',NULL),(844,2,1734080099,NULL,'forum_trackingtype','1',NULL),(845,2,1734080099,NULL,'forum_trackreadposts','1',NULL),(846,2,1734080099,NULL,'forum_allowforcedreadtracking','0',NULL),(847,2,1734080099,NULL,'forum_oldpostdays','14',NULL),(848,2,1734080099,NULL,'forum_usermarksread','0',NULL),(849,2,1734080099,NULL,'forum_cleanreadtime','2',NULL),(850,2,1734080099,NULL,'digestmailtime','17',NULL),(851,2,1734080099,NULL,'forum_enablerssfeeds','0',NULL),(852,2,1734080099,NULL,'forum_enabletimedposts','1',NULL),(853,2,1734080099,NULL,'glossary_entbypage','10',NULL),(854,2,1734080099,NULL,'glossary_dupentries','0',NULL),(855,2,1734080099,NULL,'glossary_allowcomments','0',NULL),(856,2,1734080099,NULL,'glossary_linkbydefault','1',NULL),(857,2,1734080099,NULL,'glossary_defaultapproval','1',NULL),(858,2,1734080099,NULL,'glossary_enablerssfeeds','0',NULL),(859,2,1734080099,NULL,'glossary_linkentries','0',NULL),(860,2,1734080099,NULL,'glossary_casesensitive','0',NULL),(861,2,1734080099,NULL,'glossary_fullmatch','0',NULL),(862,2,1734080099,'imscp','keepold','1',NULL),(863,2,1734080099,'imscp','keepold_adv','',NULL),(864,2,1734080099,'mod_lesson','mediafile','',NULL),(865,2,1734080099,'mod_lesson','mediafile_adv','1',NULL),(866,2,1734080099,'mod_lesson','mediawidth','640',NULL),(867,2,1734080099,'mod_lesson','mediaheight','480',NULL),(868,2,1734080099,'mod_lesson','mediaclose','0',NULL),(869,2,1734080099,'mod_lesson','progressbar','0',NULL),(870,2,1734080099,'mod_lesson','progressbar_adv','',NULL),(871,2,1734080099,'mod_lesson','ongoing','0',NULL),(872,2,1734080099,'mod_lesson','ongoing_adv','1',NULL),(873,2,1734080099,'mod_lesson','displayleftmenu','0',NULL),(874,2,1734080099,'mod_lesson','displayleftmenu_adv','',NULL),(875,2,1734080099,'mod_lesson','displayleftif','0',NULL),(876,2,1734080099,'mod_lesson','displayleftif_adv','1',NULL),(877,2,1734080099,'mod_lesson','slideshow','0',NULL),(878,2,1734080099,'mod_lesson','slideshow_adv','1',NULL),(879,2,1734080099,'mod_lesson','slideshowwidth','640',NULL),(880,2,1734080099,'mod_lesson','slideshowheight','480',NULL),(881,2,1734080099,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(882,2,1734080099,'mod_lesson','maxanswers','5',NULL),(883,2,1734080099,'mod_lesson','maxanswers_adv','1',NULL),(884,2,1734080099,'mod_lesson','defaultfeedback','0',NULL),(885,2,1734080099,'mod_lesson','defaultfeedback_adv','1',NULL),(886,2,1734080099,'mod_lesson','activitylink','',NULL),(887,2,1734080099,'mod_lesson','activitylink_adv','1',NULL),(888,2,1734080099,'mod_lesson','timelimit','0',NULL),(889,2,1734080100,'mod_lesson','timelimit_adv','',NULL),(890,2,1734080100,'mod_lesson','password','0',NULL),(891,2,1734080100,'mod_lesson','password_adv','1',NULL),(892,2,1734080100,'mod_lesson','modattempts','0',NULL),(893,2,1734080100,'mod_lesson','modattempts_adv','',NULL),(894,2,1734080100,'mod_lesson','displayreview','0',NULL),(895,2,1734080100,'mod_lesson','displayreview_adv','',NULL),(896,2,1734080100,'mod_lesson','maximumnumberofattempts','1',NULL),(897,2,1734080100,'mod_lesson','maximumnumberofattempts_adv','',NULL),(898,2,1734080100,'mod_lesson','defaultnextpage','0',NULL),(899,2,1734080100,'mod_lesson','defaultnextpage_adv','1',NULL),(900,2,1734080100,'mod_lesson','numberofpagestoshow','1',NULL),(901,2,1734080100,'mod_lesson','numberofpagestoshow_adv','1',NULL),(902,2,1734080100,'mod_lesson','practice','0',NULL),(903,2,1734080100,'mod_lesson','practice_adv','',NULL),(904,2,1734080100,'mod_lesson','customscoring','1',NULL),(905,2,1734080100,'mod_lesson','customscoring_adv','1',NULL),(906,2,1734080100,'mod_lesson','retakesallowed','0',NULL),(907,2,1734080100,'mod_lesson','retakesallowed_adv','',NULL),(908,2,1734080100,'mod_lesson','handlingofretakes','0',NULL),(909,2,1734080100,'mod_lesson','handlingofretakes_adv','1',NULL),(910,2,1734080100,'mod_lesson','minimumnumberofquestions','0',NULL),(911,2,1734080100,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(912,2,1734080100,'page','displayoptions','5',NULL),(913,2,1734080100,'page','printintro','0',NULL),(914,2,1734080100,'page','printlastmodified','1',NULL),(915,2,1734080100,'page','display','5',NULL),(916,2,1734080100,'page','popupwidth','620',NULL),(917,2,1734080100,'page','popupheight','450',NULL),(918,2,1734080100,'quiz','timelimit','0',NULL),(919,2,1734080100,'quiz','timelimit_adv','',NULL),(920,2,1734080100,'quiz','timelimit_locked','',NULL),(921,2,1734080100,'quiz','notifyattemptgradeddelay','18000',NULL),(922,2,1734080100,'quiz','overduehandling','autosubmit',NULL),(923,2,1734080100,'quiz','overduehandling_adv','',NULL),(924,2,1734080100,'quiz','overduehandling_locked','',NULL),(925,2,1734080100,'quiz','graceperiod','86400',NULL),(926,2,1734080100,'quiz','graceperiod_adv','',NULL),(927,2,1734080100,'quiz','graceperiod_locked','',NULL),(928,2,1734080100,'quiz','graceperiodmin','60',NULL),(929,2,1734080100,'quiz','attempts','0',NULL),(930,2,1734080100,'quiz','attempts_adv','',NULL),(931,2,1734080100,'quiz','attempts_locked','',NULL),(932,2,1734080100,'quiz','grademethod','1',NULL),(933,2,1734080100,'quiz','grademethod_adv','',NULL),(934,2,1734080100,'quiz','grademethod_locked','',NULL),(935,2,1734080100,'quiz','maximumgrade','10',NULL),(936,2,1734080100,'quiz','maximumgrade_locked','',NULL),(937,2,1734080100,'quiz','questionsperpage','1',NULL),(938,2,1734080100,'quiz','questionsperpage_adv','',NULL),(939,2,1734080100,'quiz','questionsperpage_locked','',NULL),(940,2,1734080100,'quiz','navmethod','free',NULL),(941,2,1734080100,'quiz','navmethod_adv','1',NULL),(942,2,1734080100,'quiz','navmethod_locked','',NULL),(943,2,1734080100,'quiz','shuffleanswers','1',NULL),(944,2,1734080100,'quiz','shuffleanswers_adv','',NULL),(945,2,1734080100,'quiz','shuffleanswers_locked','',NULL),(946,2,1734080100,'quiz','preferredbehaviour','deferredfeedback',NULL),(947,2,1734080100,'quiz','preferredbehaviour_locked','',NULL),(948,2,1734080100,'quiz','canredoquestions','0',NULL),(949,2,1734080100,'quiz','canredoquestions_adv','1',NULL),(950,2,1734080100,'quiz','canredoquestions_locked','',NULL),(951,2,1734080100,'quiz','attemptonlast','0',NULL),(952,2,1734080100,'quiz','attemptonlast_adv','1',NULL),(953,2,1734080100,'quiz','attemptonlast_locked','',NULL),(954,2,1734080100,'quiz','reviewattempt','69904',NULL),(955,2,1734080100,'quiz','reviewcorrectness','69904',NULL),(956,2,1734080100,'quiz','reviewmarks','69904',NULL),(957,2,1734080100,'quiz','reviewspecificfeedback','69904',NULL),(958,2,1734080100,'quiz','reviewgeneralfeedback','69904',NULL),(959,2,1734080100,'quiz','reviewrightanswer','69904',NULL),(960,2,1734080100,'quiz','reviewoverallfeedback','4368',NULL),(961,2,1734080100,'quiz','showuserpicture','0',NULL),(962,2,1734080100,'quiz','showuserpicture_adv','',NULL),(963,2,1734080100,'quiz','showuserpicture_locked','',NULL),(964,2,1734080100,'quiz','decimalpoints','2',NULL),(965,2,1734080100,'quiz','decimalpoints_adv','',NULL),(966,2,1734080100,'quiz','decimalpoints_locked','',NULL),(967,2,1734080100,'quiz','questiondecimalpoints','-1',NULL),(968,2,1734080100,'quiz','questiondecimalpoints_adv','',NULL),(969,2,1734080100,'quiz','questiondecimalpoints_locked','',NULL),(970,2,1734080100,'quiz','showblocks','0',NULL),(971,2,1734080100,'quiz','showblocks_adv','1',NULL),(972,2,1734080100,'quiz','showblocks_locked','',NULL),(973,2,1734080100,'quiz','quizpassword','',NULL),(974,2,1734080100,'quiz','quizpassword_adv','',NULL),(975,2,1734080100,'quiz','quizpassword_required','',NULL),(976,2,1734080101,'quiz','quizpassword_locked','',NULL),(977,2,1734080101,'quiz','subnet','',NULL),(978,2,1734080101,'quiz','subnet_adv','1',NULL),(979,2,1734080101,'quiz','subnet_locked','',NULL),(980,2,1734080101,'quiz','delay1','0',NULL),(981,2,1734080101,'quiz','delay1_adv','1',NULL),(982,2,1734080101,'quiz','delay1_locked','',NULL),(983,2,1734080101,'quiz','delay2','0',NULL),(984,2,1734080101,'quiz','delay2_adv','1',NULL),(985,2,1734080101,'quiz','delay2_locked','',NULL),(986,2,1734080101,'quiz','browsersecurity','-',NULL),(987,2,1734080101,'quiz','browsersecurity_adv','1',NULL),(988,2,1734080101,'quiz','browsersecurity_locked','',NULL),(989,2,1734080101,'quiz','initialnumfeedbacks','2',NULL),(990,2,1734080101,'quiz','autosaveperiod','60',NULL),(991,2,1734080101,'quiz_statistics','getstatslocktimeout','900',NULL),(992,2,1734080101,'quizaccess_seb','autoreconfigureseb','1',NULL),(993,2,1734080101,'quizaccess_seb','showseblinks','seb,http',NULL),(994,2,1734080101,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(995,2,1734080101,'quizaccess_seb','quizpasswordrequired','0',NULL),(996,2,1734080101,'quizaccess_seb','displayblocksbeforestart','0',NULL),(997,2,1734080101,'quizaccess_seb','displayblockswhenfinished','1',NULL),(998,2,1734080101,'scorm','displaycoursestructure','0',NULL),(999,2,1734080101,'scorm','displaycoursestructure_adv','',NULL),(1000,2,1734080101,'scorm','popup','0',NULL),(1001,2,1734080101,'scorm','popup_adv','',NULL),(1002,2,1734080101,'scorm','framewidth','100',NULL),(1003,2,1734080101,'scorm','framewidth_adv','1',NULL),(1004,2,1734080101,'scorm','frameheight','500',NULL),(1005,2,1734080101,'scorm','frameheight_adv','1',NULL),(1006,2,1734080101,'scorm','winoptgrp_adv','1',NULL),(1007,2,1734080101,'scorm','scrollbars','0',NULL),(1008,2,1734080101,'scorm','directories','0',NULL),(1009,2,1734080101,'scorm','location','0',NULL),(1010,2,1734080101,'scorm','menubar','0',NULL),(1011,2,1734080101,'scorm','toolbar','0',NULL),(1012,2,1734080101,'scorm','status','0',NULL),(1013,2,1734080101,'scorm','skipview','0',NULL),(1014,2,1734080101,'scorm','skipview_adv','1',NULL),(1015,2,1734080101,'scorm','hidebrowse','0',NULL),(1016,2,1734080101,'scorm','hidebrowse_adv','1',NULL),(1017,2,1734080101,'scorm','hidetoc','0',NULL),(1018,2,1734080101,'scorm','hidetoc_adv','1',NULL),(1019,2,1734080101,'scorm','nav','1',NULL),(1020,2,1734080101,'scorm','nav_adv','1',NULL),(1021,2,1734080101,'scorm','navpositionleft','-100',NULL),(1022,2,1734080101,'scorm','navpositionleft_adv','1',NULL),(1023,2,1734080101,'scorm','navpositiontop','-100',NULL),(1024,2,1734080101,'scorm','navpositiontop_adv','1',NULL),(1025,2,1734080101,'scorm','collapsetocwinsize','767',NULL),(1026,2,1734080101,'scorm','collapsetocwinsize_adv','1',NULL),(1027,2,1734080101,'scorm','displayattemptstatus','1',NULL),(1028,2,1734080101,'scorm','displayattemptstatus_adv','',NULL),(1029,2,1734080101,'scorm','grademethod','1',NULL),(1030,2,1734080101,'scorm','maxgrade','100',NULL),(1031,2,1734080101,'scorm','maxattempt','0',NULL),(1032,2,1734080101,'scorm','whatgrade','0',NULL),(1033,2,1734080101,'scorm','forcecompleted','0',NULL),(1034,2,1734080101,'scorm','forcenewattempt','0',NULL),(1035,2,1734080101,'scorm','autocommit','0',NULL),(1036,2,1734080101,'scorm','masteryoverride','1',NULL),(1037,2,1734080101,'scorm','lastattemptlock','0',NULL),(1038,2,1734080101,'scorm','auto','0',NULL),(1039,2,1734080101,'scorm','updatefreq','0',NULL),(1040,2,1734080101,'scorm','scormstandard','0',NULL),(1041,2,1734080101,'scorm','allowtypeexternal','0',NULL),(1042,2,1734080101,'scorm','allowtypelocalsync','0',NULL),(1043,2,1734080101,'scorm','allowtypeexternalaicc','0',NULL),(1044,2,1734080101,'scorm','allowaicchacp','0',NULL),(1045,2,1734080101,'scorm','aicchacptimeout','30',NULL),(1046,2,1734080101,'scorm','aicchacpkeepsessiondata','1',NULL),(1047,2,1734080101,'scorm','aiccuserid','1',NULL),(1048,2,1734080101,'scorm','forcejavascript','1',NULL),(1049,2,1734080101,'scorm','allowapidebug','0',NULL),(1050,2,1734080101,'scorm','apidebugmask','.*',NULL),(1051,2,1734080101,'scorm','protectpackagedownloads','0',NULL),(1052,2,1734080101,'label','dndmedia','1',NULL),(1053,2,1734080102,'label','dndresizewidth','400',NULL),(1054,2,1734080102,'label','dndresizeheight','400',NULL),(1055,2,1734080102,'url','framesize','130',NULL),(1056,2,1734080102,'url','secretphrase','',NULL),(1057,2,1734080102,'url','rolesinparams','0',NULL),(1058,2,1734080102,'url','displayoptions','0,1,5,6',NULL),(1059,2,1734080102,'url','printintro','1',NULL),(1060,2,1734080102,'url','display','0',NULL),(1061,2,1734080102,'url','popupwidth','620',NULL),(1062,2,1734080102,'url','popupheight','450',NULL),(1063,2,1734080102,'workshop','grade','80',NULL),(1064,2,1734080102,'workshop','gradinggrade','20',NULL),(1065,2,1734080102,'workshop','gradedecimals','0',NULL),(1066,2,1734080102,'workshop','maxbytes','0',NULL),(1067,2,1734080102,'workshop','strategy','accumulative',NULL),(1068,2,1734080102,'workshop','examplesmode','0',NULL),(1069,2,1734080102,'workshopallocation_random','numofreviews','5',NULL),(1070,2,1734080102,'workshopform_numerrors','grade0','No',NULL),(1071,2,1734080102,'workshopform_numerrors','grade1','Yes',NULL),(1072,2,1734080102,'workshopeval_best','comparison','5',NULL),(1073,2,1734080102,'tool_brickfield','analysistype','0',NULL),(1074,2,1734080102,'tool_brickfield','deletehistoricaldata','1',NULL),(1075,2,1734080102,'tool_brickfield','batch','1000',NULL),(1076,2,1734080102,'tool_brickfield','perpage','50',NULL),(1077,2,1734080102,'tool_recyclebin','coursebinenable','1',NULL),(1078,2,1734080102,'tool_recyclebin','coursebinexpiry','604800',NULL),(1079,2,1734080102,'tool_recyclebin','categorybinenable','1',NULL),(1080,2,1734080102,'tool_recyclebin','categorybinexpiry','604800',NULL),(1081,2,1734080102,'tool_recyclebin','autohide','1',NULL),(1082,2,1734080102,'antivirus_clamav','runningmethod','commandline',NULL),(1083,2,1734080102,'antivirus_clamav','pathtoclam','',NULL),(1084,2,1734080102,'antivirus_clamav','pathtounixsocket','',NULL),(1085,2,1734080102,'antivirus_clamav','tcpsockethost','',NULL),(1086,2,1734080102,'antivirus_clamav','tcpsocketport','3310',NULL),(1087,2,1734080102,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1088,2,1734080102,'antivirus_clamav','tries','1',NULL),(1089,2,1734080102,'auth_cas','auth_name','CAS',NULL),(1090,2,1734080102,'auth_cas','auth_logo','',NULL),(1091,2,1734080102,'auth_cas','hostname','',NULL),(1092,2,1734080102,'auth_cas','baseuri','',NULL),(1093,2,1734080102,'auth_cas','port','0',NULL),(1094,2,1734080102,'auth_cas','casversion','2.0',NULL),(1095,2,1734080102,'auth_cas','language','CAS_Languages_English',NULL),(1096,2,1734080102,'auth_cas','proxycas','0',NULL),(1097,2,1734080102,'auth_cas','logoutcas','0',NULL),(1098,2,1734080102,'auth_cas','multiauth','0',NULL),(1099,2,1734080102,'auth_cas','certificate_check','0',NULL),(1100,2,1734080102,'auth_cas','certificate_path','',NULL),(1101,2,1734080102,'auth_cas','curl_ssl_version','',NULL),(1102,2,1734080102,'auth_cas','logout_return_url','',NULL),(1103,2,1734080102,'auth_cas','host_url','',NULL),(1104,2,1734080102,'auth_cas','ldap_version','3',NULL),(1105,2,1734080102,'auth_cas','start_tls','0',NULL),(1106,2,1734080102,'auth_cas','ldapencoding','utf-8',NULL),(1107,2,1734080102,'auth_cas','pagesize','250',NULL),(1108,2,1734080102,'auth_cas','bind_dn','',NULL),(1109,2,1734080102,'auth_cas','bind_pw','',NULL),(1110,2,1734080102,'auth_cas','user_type','default',NULL),(1111,2,1734080102,'auth_cas','contexts','',NULL),(1112,2,1734080102,'auth_cas','search_sub','0',NULL),(1113,2,1734080102,'auth_cas','opt_deref','0',NULL),(1114,2,1734080102,'auth_cas','user_attribute','',NULL),(1115,2,1734080102,'auth_cas','memberattribute','',NULL),(1116,2,1734080102,'auth_cas','memberattribute_isdn','0',NULL),(1117,2,1734080102,'auth_cas','objectclass','',NULL),(1118,2,1734080102,'auth_cas','attrcreators','',NULL),(1119,2,1734080102,'auth_cas','groupecreators','',NULL),(1120,2,1734080103,'auth_cas','removeuser','0',NULL),(1121,2,1734080103,'auth_cas','field_map_firstname','',NULL),(1122,2,1734080103,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1123,2,1734080103,'auth_cas','field_updateremote_firstname','0',NULL),(1124,2,1734080103,'auth_cas','field_lock_firstname','unlocked',NULL),(1125,2,1734080103,'auth_cas','field_map_lastname','',NULL),(1126,2,1734080103,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1127,2,1734080103,'auth_cas','field_updateremote_lastname','0',NULL),(1128,2,1734080103,'auth_cas','field_lock_lastname','unlocked',NULL),(1129,2,1734080103,'auth_cas','field_map_email','',NULL),(1130,2,1734080103,'auth_cas','field_updatelocal_email','oncreate',NULL),(1131,2,1734080103,'auth_cas','field_updateremote_email','0',NULL),(1132,2,1734080103,'auth_cas','field_lock_email','unlocked',NULL),(1133,2,1734080103,'auth_cas','field_map_city','',NULL),(1134,2,1734080103,'auth_cas','field_updatelocal_city','oncreate',NULL),(1135,2,1734080103,'auth_cas','field_updateremote_city','0',NULL),(1136,2,1734080103,'auth_cas','field_lock_city','unlocked',NULL),(1137,2,1734080103,'auth_cas','field_map_country','',NULL),(1138,2,1734080103,'auth_cas','field_updatelocal_country','oncreate',NULL),(1139,2,1734080103,'auth_cas','field_updateremote_country','0',NULL),(1140,2,1734080103,'auth_cas','field_lock_country','unlocked',NULL),(1141,2,1734080103,'auth_cas','field_map_lang','',NULL),(1142,2,1734080103,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1143,2,1734080103,'auth_cas','field_updateremote_lang','0',NULL),(1144,2,1734080103,'auth_cas','field_lock_lang','unlocked',NULL),(1145,2,1734080103,'auth_cas','field_map_description','',NULL),(1146,2,1734080103,'auth_cas','field_updatelocal_description','oncreate',NULL),(1147,2,1734080103,'auth_cas','field_updateremote_description','0',NULL),(1148,2,1734080103,'auth_cas','field_lock_description','unlocked',NULL),(1149,2,1734080103,'auth_cas','field_map_idnumber','',NULL),(1150,2,1734080103,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1151,2,1734080103,'auth_cas','field_updateremote_idnumber','0',NULL),(1152,2,1734080103,'auth_cas','field_lock_idnumber','unlocked',NULL),(1153,2,1734080103,'auth_cas','field_map_institution','',NULL),(1154,2,1734080103,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1155,2,1734080103,'auth_cas','field_updateremote_institution','0',NULL),(1156,2,1734080103,'auth_cas','field_lock_institution','unlocked',NULL),(1157,2,1734080103,'auth_cas','field_map_department','',NULL),(1158,2,1734080103,'auth_cas','field_updatelocal_department','oncreate',NULL),(1159,2,1734080103,'auth_cas','field_updateremote_department','0',NULL),(1160,2,1734080103,'auth_cas','field_lock_department','unlocked',NULL),(1161,2,1734080103,'auth_cas','field_map_phone1','',NULL),(1162,2,1734080103,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1163,2,1734080103,'auth_cas','field_updateremote_phone1','0',NULL),(1164,2,1734080103,'auth_cas','field_lock_phone1','unlocked',NULL),(1165,2,1734080103,'auth_cas','field_map_phone2','',NULL),(1166,2,1734080103,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1167,2,1734080103,'auth_cas','field_updateremote_phone2','0',NULL),(1168,2,1734080103,'auth_cas','field_lock_phone2','unlocked',NULL),(1169,2,1734080103,'auth_cas','field_map_address','',NULL),(1170,2,1734080103,'auth_cas','field_updatelocal_address','oncreate',NULL),(1171,2,1734080103,'auth_cas','field_updateremote_address','0',NULL),(1172,2,1734080103,'auth_cas','field_lock_address','unlocked',NULL),(1173,2,1734080103,'auth_cas','field_map_firstnamephonetic','',NULL),(1174,2,1734080103,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1175,2,1734080103,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1176,2,1734080103,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1177,2,1734080103,'auth_cas','field_map_lastnamephonetic','',NULL),(1178,2,1734080103,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1179,2,1734080103,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1180,2,1734080103,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1181,2,1734080103,'auth_cas','field_map_middlename','',NULL),(1182,2,1734080103,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1183,2,1734080103,'auth_cas','field_updateremote_middlename','0',NULL),(1184,2,1734080103,'auth_cas','field_lock_middlename','unlocked',NULL),(1185,2,1734080103,'auth_cas','field_map_alternatename','',NULL),(1186,2,1734080103,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1187,2,1734080103,'auth_cas','field_updateremote_alternatename','0',NULL),(1188,2,1734080103,'auth_cas','field_lock_alternatename','unlocked',NULL),(1189,2,1734080104,'auth_email','recaptcha','0',NULL),(1190,2,1734080104,'auth_email','field_lock_firstname','unlocked',NULL),(1191,2,1734080104,'auth_email','field_lock_lastname','unlocked',NULL),(1192,2,1734080104,'auth_email','field_lock_email','unlocked',NULL),(1193,2,1734080104,'auth_email','field_lock_city','unlocked',NULL),(1194,2,1734080104,'auth_email','field_lock_country','unlocked',NULL),(1195,2,1734080104,'auth_email','field_lock_lang','unlocked',NULL),(1196,2,1734080104,'auth_email','field_lock_description','unlocked',NULL),(1197,2,1734080104,'auth_email','field_lock_idnumber','unlocked',NULL),(1198,2,1734080104,'auth_email','field_lock_institution','unlocked',NULL),(1199,2,1734080104,'auth_email','field_lock_department','unlocked',NULL),(1200,2,1734080104,'auth_email','field_lock_phone1','unlocked',NULL),(1201,2,1734080104,'auth_email','field_lock_phone2','unlocked',NULL),(1202,2,1734080104,'auth_email','field_lock_address','unlocked',NULL),(1203,2,1734080104,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1204,2,1734080104,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1205,2,1734080104,'auth_email','field_lock_middlename','unlocked',NULL),(1206,2,1734080104,'auth_email','field_lock_alternatename','unlocked',NULL),(1207,2,1734080104,'auth_db','host','127.0.0.1',NULL),(1208,2,1734080104,'auth_db','type','mysqli',NULL),(1209,2,1734080104,'auth_db','sybasequoting','0',NULL),(1210,2,1734080104,'auth_db','name','',NULL),(1211,2,1734080104,'auth_db','user','',NULL),(1212,2,1734080104,'auth_db','pass','',NULL),(1213,2,1734080104,'auth_db','table','',NULL),(1214,2,1734080104,'auth_db','fielduser','',NULL),(1215,2,1734080104,'auth_db','fieldpass','',NULL),(1216,2,1734080104,'auth_db','passtype','plaintext',NULL),(1217,2,1734080104,'auth_db','extencoding','utf-8',NULL),(1218,2,1734080104,'auth_db','setupsql','',NULL),(1219,2,1734080104,'auth_db','debugauthdb','0',NULL),(1220,2,1734080104,'auth_db','changepasswordurl','',NULL),(1221,2,1734080104,'auth_db','removeuser','0',NULL),(1222,2,1734080104,'auth_db','updateusers','0',NULL),(1223,2,1734080104,'auth_db','field_map_firstname','',NULL),(1224,2,1734080104,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1225,2,1734080104,'auth_db','field_updateremote_firstname','0',NULL),(1226,2,1734080104,'auth_db','field_lock_firstname','unlocked',NULL),(1227,2,1734080104,'auth_db','field_map_lastname','',NULL),(1228,2,1734080104,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1229,2,1734080104,'auth_db','field_updateremote_lastname','0',NULL),(1230,2,1734080104,'auth_db','field_lock_lastname','unlocked',NULL),(1231,2,1734080104,'auth_db','field_map_email','',NULL),(1232,2,1734080104,'auth_db','field_updatelocal_email','oncreate',NULL),(1233,2,1734080104,'auth_db','field_updateremote_email','0',NULL),(1234,2,1734080104,'auth_db','field_lock_email','unlocked',NULL),(1235,2,1734080104,'auth_db','field_map_city','',NULL),(1236,2,1734080104,'auth_db','field_updatelocal_city','oncreate',NULL),(1237,2,1734080104,'auth_db','field_updateremote_city','0',NULL),(1238,2,1734080104,'auth_db','field_lock_city','unlocked',NULL),(1239,2,1734080104,'auth_db','field_map_country','',NULL),(1240,2,1734080104,'auth_db','field_updatelocal_country','oncreate',NULL),(1241,2,1734080104,'auth_db','field_updateremote_country','0',NULL),(1242,2,1734080104,'auth_db','field_lock_country','unlocked',NULL),(1243,2,1734080104,'auth_db','field_map_lang','',NULL),(1244,2,1734080104,'auth_db','field_updatelocal_lang','oncreate',NULL),(1245,2,1734080104,'auth_db','field_updateremote_lang','0',NULL),(1246,2,1734080104,'auth_db','field_lock_lang','unlocked',NULL),(1247,2,1734080104,'auth_db','field_map_description','',NULL),(1248,2,1734080104,'auth_db','field_updatelocal_description','oncreate',NULL),(1249,2,1734080104,'auth_db','field_updateremote_description','0',NULL),(1250,2,1734080104,'auth_db','field_lock_description','unlocked',NULL),(1251,2,1734080104,'auth_db','field_map_idnumber','',NULL),(1252,2,1734080104,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1253,2,1734080104,'auth_db','field_updateremote_idnumber','0',NULL),(1254,2,1734080104,'auth_db','field_lock_idnumber','unlocked',NULL),(1255,2,1734080104,'auth_db','field_map_institution','',NULL),(1256,2,1734080104,'auth_db','field_updatelocal_institution','oncreate',NULL),(1257,2,1734080104,'auth_db','field_updateremote_institution','0',NULL),(1258,2,1734080104,'auth_db','field_lock_institution','unlocked',NULL),(1259,2,1734080104,'auth_db','field_map_department','',NULL),(1260,2,1734080104,'auth_db','field_updatelocal_department','oncreate',NULL),(1261,2,1734080104,'auth_db','field_updateremote_department','0',NULL),(1262,2,1734080104,'auth_db','field_lock_department','unlocked',NULL),(1263,2,1734080104,'auth_db','field_map_phone1','',NULL),(1264,2,1734080104,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1265,2,1734080104,'auth_db','field_updateremote_phone1','0',NULL),(1266,2,1734080104,'auth_db','field_lock_phone1','unlocked',NULL),(1267,2,1734080104,'auth_db','field_map_phone2','',NULL),(1268,2,1734080104,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1269,2,1734080104,'auth_db','field_updateremote_phone2','0',NULL),(1270,2,1734080105,'auth_db','field_lock_phone2','unlocked',NULL),(1271,2,1734080105,'auth_db','field_map_address','',NULL),(1272,2,1734080105,'auth_db','field_updatelocal_address','oncreate',NULL),(1273,2,1734080105,'auth_db','field_updateremote_address','0',NULL),(1274,2,1734080105,'auth_db','field_lock_address','unlocked',NULL),(1275,2,1734080105,'auth_db','field_map_firstnamephonetic','',NULL),(1276,2,1734080105,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1277,2,1734080105,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1278,2,1734080105,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1279,2,1734080105,'auth_db','field_map_lastnamephonetic','',NULL),(1280,2,1734080105,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1281,2,1734080105,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1282,2,1734080105,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1283,2,1734080105,'auth_db','field_map_middlename','',NULL),(1284,2,1734080105,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1285,2,1734080105,'auth_db','field_updateremote_middlename','0',NULL),(1286,2,1734080105,'auth_db','field_lock_middlename','unlocked',NULL),(1287,2,1734080105,'auth_db','field_map_alternatename','',NULL),(1288,2,1734080105,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1289,2,1734080105,'auth_db','field_updateremote_alternatename','0',NULL),(1290,2,1734080105,'auth_db','field_lock_alternatename','unlocked',NULL),(1291,2,1734080105,'auth_ldap','host_url','',NULL),(1292,2,1734080105,'auth_ldap','ldap_version','3',NULL),(1293,2,1734080105,'auth_ldap','start_tls','0',NULL),(1294,2,1734080105,'auth_ldap','ldapencoding','utf-8',NULL),(1295,2,1734080105,'auth_ldap','pagesize','250',NULL),(1296,2,1734080105,'auth_ldap','preventpassindb','0',NULL),(1297,2,1734080105,'auth_ldap','bind_dn','',NULL),(1298,2,1734080105,'auth_ldap','bind_pw','',NULL),(1299,2,1734080105,'auth_ldap','user_type','default',NULL),(1300,2,1734080105,'auth_ldap','contexts','',NULL),(1301,2,1734080105,'auth_ldap','search_sub','0',NULL),(1302,2,1734080105,'auth_ldap','opt_deref','0',NULL),(1303,2,1734080105,'auth_ldap','user_attribute','',NULL),(1304,2,1734080105,'auth_ldap','suspended_attribute','',NULL),(1305,2,1734080105,'auth_ldap','memberattribute','',NULL),(1306,2,1734080105,'auth_ldap','memberattribute_isdn','0',NULL),(1307,2,1734080105,'auth_ldap','objectclass','',NULL),(1308,2,1734080105,'auth_ldap','forcechangepassword','0',NULL),(1309,2,1734080105,'auth_ldap','stdchangepassword','0',NULL),(1310,2,1734080105,'auth_ldap','passtype','plaintext',NULL),(1311,2,1734080105,'auth_ldap','changepasswordurl','',NULL),(1312,2,1734080105,'auth_ldap','expiration','0',NULL),(1313,2,1734080105,'auth_ldap','expiration_warning','',NULL),(1314,2,1734080105,'auth_ldap','expireattr','',NULL),(1315,2,1734080105,'auth_ldap','gracelogins','0',NULL),(1316,2,1734080105,'auth_ldap','graceattr','',NULL),(1317,2,1734080105,'auth_ldap','auth_user_create','0',NULL),(1318,2,1734080105,'auth_ldap','create_context','',NULL),(1319,2,1734080105,'auth_ldap','managercontext','',NULL),(1320,2,1734080105,'auth_ldap','coursecreatorcontext','',NULL),(1321,2,1734080105,'auth_ldap','removeuser','0',NULL),(1322,2,1734080105,'auth_ldap','sync_suspended','0',NULL),(1323,2,1734080105,'auth_ldap','ntlmsso_enabled','0',NULL),(1324,2,1734080105,'auth_ldap','ntlmsso_subnet','',NULL),(1325,2,1734080105,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1326,2,1734080105,'auth_ldap','ntlmsso_type','ntlm',NULL),(1327,2,1734080105,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1328,2,1734080105,'auth_ldap','field_map_firstname','',NULL),(1329,2,1734080105,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1330,2,1734080105,'auth_ldap','field_updateremote_firstname','0',NULL),(1331,2,1734080105,'auth_ldap','field_lock_firstname','unlocked',NULL),(1332,2,1734080105,'auth_ldap','field_map_lastname','',NULL),(1333,2,1734080105,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1334,2,1734080105,'auth_ldap','field_updateremote_lastname','0',NULL),(1335,2,1734080105,'auth_ldap','field_lock_lastname','unlocked',NULL),(1336,2,1734080105,'auth_ldap','field_map_email','',NULL),(1337,2,1734080105,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1338,2,1734080105,'auth_ldap','field_updateremote_email','0',NULL),(1339,2,1734080105,'auth_ldap','field_lock_email','unlocked',NULL),(1340,2,1734080105,'auth_ldap','field_map_city','',NULL),(1341,2,1734080105,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1342,2,1734080105,'auth_ldap','field_updateremote_city','0',NULL),(1343,2,1734080105,'auth_ldap','field_lock_city','unlocked',NULL),(1344,2,1734080105,'auth_ldap','field_map_country','',NULL),(1345,2,1734080105,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1346,2,1734080105,'auth_ldap','field_updateremote_country','0',NULL),(1347,2,1734080105,'auth_ldap','field_lock_country','unlocked',NULL),(1348,2,1734080105,'auth_ldap','field_map_lang','',NULL),(1349,2,1734080105,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1350,2,1734080105,'auth_ldap','field_updateremote_lang','0',NULL),(1351,2,1734080105,'auth_ldap','field_lock_lang','unlocked',NULL),(1352,2,1734080105,'auth_ldap','field_map_description','',NULL),(1353,2,1734080105,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1354,2,1734080105,'auth_ldap','field_updateremote_description','0',NULL),(1355,2,1734080106,'auth_ldap','field_lock_description','unlocked',NULL),(1356,2,1734080106,'auth_ldap','field_map_idnumber','',NULL),(1357,2,1734080106,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1358,2,1734080106,'auth_ldap','field_updateremote_idnumber','0',NULL),(1359,2,1734080106,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1360,2,1734080106,'auth_ldap','field_map_institution','',NULL),(1361,2,1734080106,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1362,2,1734080106,'auth_ldap','field_updateremote_institution','0',NULL),(1363,2,1734080106,'auth_ldap','field_lock_institution','unlocked',NULL),(1364,2,1734080106,'auth_ldap','field_map_department','',NULL),(1365,2,1734080106,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1366,2,1734080106,'auth_ldap','field_updateremote_department','0',NULL),(1367,2,1734080106,'auth_ldap','field_lock_department','unlocked',NULL),(1368,2,1734080106,'auth_ldap','field_map_phone1','',NULL),(1369,2,1734080106,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1370,2,1734080106,'auth_ldap','field_updateremote_phone1','0',NULL),(1371,2,1734080106,'auth_ldap','field_lock_phone1','unlocked',NULL),(1372,2,1734080106,'auth_ldap','field_map_phone2','',NULL),(1373,2,1734080106,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1374,2,1734080106,'auth_ldap','field_updateremote_phone2','0',NULL),(1375,2,1734080106,'auth_ldap','field_lock_phone2','unlocked',NULL),(1376,2,1734080106,'auth_ldap','field_map_address','',NULL),(1377,2,1734080106,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1378,2,1734080106,'auth_ldap','field_updateremote_address','0',NULL),(1379,2,1734080106,'auth_ldap','field_lock_address','unlocked',NULL),(1380,2,1734080106,'auth_ldap','field_map_firstnamephonetic','',NULL),(1381,2,1734080106,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1382,2,1734080106,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1383,2,1734080106,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1384,2,1734080106,'auth_ldap','field_map_lastnamephonetic','',NULL),(1385,2,1734080106,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1386,2,1734080106,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1387,2,1734080106,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1388,2,1734080106,'auth_ldap','field_map_middlename','',NULL),(1389,2,1734080106,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1390,2,1734080106,'auth_ldap','field_updateremote_middlename','0',NULL),(1391,2,1734080106,'auth_ldap','field_lock_middlename','unlocked',NULL),(1392,2,1734080106,'auth_ldap','field_map_alternatename','',NULL),(1393,2,1734080106,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1394,2,1734080106,'auth_ldap','field_updateremote_alternatename','0',NULL),(1395,2,1734080106,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1396,2,1734080106,'auth_manual','expiration','0',NULL),(1397,2,1734080106,'auth_manual','expirationtime','30',NULL),(1398,2,1734080106,'auth_manual','expiration_warning','0',NULL),(1399,2,1734080106,'auth_manual','field_lock_firstname','unlocked',NULL),(1400,2,1734080106,'auth_manual','field_lock_lastname','unlocked',NULL),(1401,2,1734080106,'auth_manual','field_lock_email','unlocked',NULL),(1402,2,1734080106,'auth_manual','field_lock_city','unlocked',NULL),(1403,2,1734080106,'auth_manual','field_lock_country','unlocked',NULL),(1404,2,1734080106,'auth_manual','field_lock_lang','unlocked',NULL),(1405,2,1734080106,'auth_manual','field_lock_description','unlocked',NULL),(1406,2,1734080106,'auth_manual','field_lock_idnumber','unlocked',NULL),(1407,2,1734080106,'auth_manual','field_lock_institution','unlocked',NULL),(1408,2,1734080106,'auth_manual','field_lock_department','unlocked',NULL),(1409,2,1734080106,'auth_manual','field_lock_phone1','unlocked',NULL),(1410,2,1734080106,'auth_manual','field_lock_phone2','unlocked',NULL),(1411,2,1734080106,'auth_manual','field_lock_address','unlocked',NULL),(1412,2,1734080106,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1413,2,1734080106,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1414,2,1734080106,'auth_manual','field_lock_middlename','unlocked',NULL),(1415,2,1734080106,'auth_manual','field_lock_alternatename','unlocked',NULL),(1416,2,1734080106,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1417,2,1734080106,'auth_none','field_lock_firstname','unlocked',NULL),(1418,2,1734080106,'auth_none','field_lock_lastname','unlocked',NULL),(1419,2,1734080106,'auth_none','field_lock_email','unlocked',NULL),(1420,2,1734080106,'auth_none','field_lock_city','unlocked',NULL),(1421,2,1734080106,'auth_none','field_lock_country','unlocked',NULL),(1422,2,1734080106,'auth_none','field_lock_lang','unlocked',NULL),(1423,2,1734080106,'auth_none','field_lock_description','unlocked',NULL),(1424,2,1734080106,'auth_none','field_lock_idnumber','unlocked',NULL),(1425,2,1734080106,'auth_none','field_lock_institution','unlocked',NULL),(1426,2,1734080106,'auth_none','field_lock_department','unlocked',NULL),(1427,2,1734080107,'auth_none','field_lock_phone1','unlocked',NULL),(1428,2,1734080107,'auth_none','field_lock_phone2','unlocked',NULL),(1429,2,1734080107,'auth_none','field_lock_address','unlocked',NULL),(1430,2,1734080107,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1431,2,1734080107,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1432,2,1734080107,'auth_none','field_lock_middlename','unlocked',NULL),(1433,2,1734080107,'auth_none','field_lock_alternatename','unlocked',NULL),(1434,2,1734080107,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1435,2,1734080107,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1436,2,1734080107,'auth_oauth2','field_lock_email','unlocked',NULL),(1437,2,1734080107,'auth_oauth2','field_lock_city','unlocked',NULL),(1438,2,1734080107,'auth_oauth2','field_lock_country','unlocked',NULL),(1439,2,1734080107,'auth_oauth2','field_lock_lang','unlocked',NULL),(1440,2,1734080107,'auth_oauth2','field_lock_description','unlocked',NULL),(1441,2,1734080107,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1442,2,1734080107,'auth_oauth2','field_lock_institution','unlocked',NULL),(1443,2,1734080107,'auth_oauth2','field_lock_department','unlocked',NULL),(1444,2,1734080107,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1445,2,1734080107,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1446,2,1734080107,'auth_oauth2','field_lock_address','unlocked',NULL),(1447,2,1734080107,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1448,2,1734080107,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1449,2,1734080107,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1450,2,1734080107,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1451,2,1734080107,'auth_shibboleth','user_attribute','',NULL),(1452,2,1734080107,'auth_shibboleth','convert_data','',NULL),(1453,2,1734080107,'auth_shibboleth','alt_login','off',NULL),(1454,2,1734080107,'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),(1455,2,1734080107,'auth_shibboleth','logout_handler','',NULL),(1456,2,1734080107,'auth_shibboleth','logout_return_url','',NULL),(1457,2,1734080107,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1458,2,1734080107,'auth_shibboleth','auth_logo','',NULL),(1459,2,1734080107,'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),(1460,2,1734080107,'auth_shibboleth','changepasswordurl','',NULL),(1461,2,1734080107,'auth_shibboleth','field_map_firstname','',NULL),(1462,2,1734080107,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1463,2,1734080107,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1464,2,1734080107,'auth_shibboleth','field_map_lastname','',NULL),(1465,2,1734080107,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1466,2,1734080107,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1467,2,1734080107,'auth_shibboleth','field_map_email','',NULL),(1468,2,1734080107,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1469,2,1734080107,'auth_shibboleth','field_lock_email','unlocked',NULL),(1470,2,1734080107,'auth_shibboleth','field_map_city','',NULL),(1471,2,1734080107,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1472,2,1734080107,'auth_shibboleth','field_lock_city','unlocked',NULL),(1473,2,1734080107,'auth_shibboleth','field_map_country','',NULL),(1474,2,1734080107,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1475,2,1734080107,'auth_shibboleth','field_lock_country','unlocked',NULL),(1476,2,1734080107,'auth_shibboleth','field_map_lang','',NULL),(1477,2,1734080107,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1478,2,1734080107,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1479,2,1734080107,'auth_shibboleth','field_map_description','',NULL),(1480,2,1734080107,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1481,2,1734080107,'auth_shibboleth','field_lock_description','unlocked',NULL),(1482,2,1734080107,'auth_shibboleth','field_map_idnumber','',NULL),(1483,2,1734080107,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1484,2,1734080107,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1485,2,1734080107,'auth_shibboleth','field_map_institution','',NULL),(1486,2,1734080107,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1487,2,1734080107,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1488,2,1734080107,'auth_shibboleth','field_map_department','',NULL),(1489,2,1734080107,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1490,2,1734080107,'auth_shibboleth','field_lock_department','unlocked',NULL),(1491,2,1734080107,'auth_shibboleth','field_map_phone1','',NULL),(1492,2,1734080107,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1493,2,1734080107,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1494,2,1734080107,'auth_shibboleth','field_map_phone2','',NULL),(1495,2,1734080107,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1496,2,1734080107,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1497,2,1734080107,'auth_shibboleth','field_map_address','',NULL),(1498,2,1734080107,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1499,2,1734080107,'auth_shibboleth','field_lock_address','unlocked',NULL),(1500,2,1734080107,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1501,2,1734080107,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1502,2,1734080107,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1503,2,1734080107,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1504,2,1734080107,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1505,2,1734080107,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1506,2,1734080107,'auth_shibboleth','field_map_middlename','',NULL),(1507,2,1734080107,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1508,2,1734080107,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1509,2,1734080107,'auth_shibboleth','field_map_alternatename','',NULL),(1510,2,1734080108,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1511,2,1734080108,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1512,2,1734080108,'block_accessreview','whattoshow','showboth',NULL),(1513,2,1734080108,'block_accessreview','errordisplay','showint',NULL),(1514,2,1734080108,'block_accessreview','toolpage','errors',NULL),(1515,2,1734080108,'block_activity_results','config_showbest','3',NULL),(1516,2,1734080108,'block_activity_results','config_showbest_locked','',NULL),(1517,2,1734080108,'block_activity_results','config_showworst','0',NULL),(1518,2,1734080108,'block_activity_results','config_showworst_locked','',NULL),(1519,2,1734080108,'block_activity_results','config_usegroups','0',NULL),(1520,2,1734080108,'block_activity_results','config_usegroups_locked','',NULL),(1521,2,1734080108,'block_activity_results','config_nameformat','1',NULL),(1522,2,1734080108,'block_activity_results','config_nameformat_locked','',NULL),(1523,2,1734080108,'block_activity_results','config_gradeformat','1',NULL),(1524,2,1734080108,'block_activity_results','config_gradeformat_locked','',NULL),(1525,2,1734080108,'block_activity_results','config_decimalpoints','2',NULL),(1526,2,1734080108,'block_activity_results','config_decimalpoints_locked','',NULL),(1527,2,1734080108,'block_myoverview','displaycategories','1',NULL),(1528,2,1734080108,'block_myoverview','layouts','card,list,summary',NULL),(1529,2,1734080108,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1530,2,1734080108,'block_myoverview','displaygroupingall','1',NULL),(1531,2,1734080108,'block_myoverview','displaygroupinginprogress','1',NULL),(1532,2,1734080108,'block_myoverview','displaygroupingpast','1',NULL),(1533,2,1734080108,'block_myoverview','displaygroupingfuture','1',NULL),(1534,2,1734080108,'block_myoverview','displaygroupingcustomfield','0',NULL),(1535,2,1734080108,'block_myoverview','customfiltergrouping','',NULL),(1536,2,1734080108,'block_myoverview','displaygroupingfavourites','1',NULL),(1537,2,1734080108,'block_myoverview','displaygroupinghidden','1',NULL),(1538,2,1734080108,NULL,'block_course_list_adminview','all',NULL),(1539,2,1734080108,NULL,'block_course_list_hideallcourseslink','0',NULL),(1540,2,1734080108,NULL,'block_online_users_timetosee','5',NULL),(1541,2,1734080108,NULL,'block_online_users_onlinestatushiding','1',NULL),(1542,2,1734080108,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1543,2,1734080108,NULL,'block_rss_client_num_entries','5',NULL),(1544,2,1734080108,NULL,'block_rss_client_timeout','30',NULL),(1545,2,1734080108,'block_section_links','numsections1','22',NULL),(1546,2,1734080108,'block_section_links','incby1','2',NULL),(1547,2,1734080108,'block_section_links','numsections2','40',NULL),(1548,2,1734080108,'block_section_links','incby2','5',NULL),(1549,2,1734080108,'block_section_links','showsectionname','0',NULL),(1550,2,1734080108,'block_starredcourses','displaycategories','1',NULL),(1551,2,1734080108,NULL,'block_html_allowcssclasses','0',NULL),(1552,2,1734080108,'block_tag_youtube','apikey','',NULL),(1553,2,1734080108,'format_singleactivity','activitytype','forum',NULL),(1554,2,1734080109,'format_topics','indentation','1',NULL),(1555,2,1734080109,'format_weeks','indentation','1',NULL),(1556,2,1734080109,'fileconverter_googledrive','issuerid','',NULL),(1557,2,1734080109,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1558,2,1734080109,'enrol_cohort','roleid','5',NULL),(1559,2,1734080109,'enrol_cohort','unenrolaction','0',NULL),(1560,2,1734080109,'enrol_meta','nosyncroleids','',NULL),(1561,2,1734080109,'enrol_meta','syncall','1',NULL),(1562,2,1734080109,'enrol_meta','unenrolaction','3',NULL),(1563,2,1734080109,'enrol_meta','coursesort','sortorder',NULL),(1564,2,1734080109,'enrol_fee','expiredaction','3',NULL),(1565,2,1734080109,'enrol_fee','status','1',NULL),(1566,2,1734080109,'enrol_fee','cost','0',NULL),(1567,2,1734080109,'enrol_fee','currency','USD',NULL),(1568,2,1734080109,'enrol_fee','roleid','5',NULL),(1569,2,1734080109,'enrol_fee','enrolperiod','0',NULL),(1570,2,1734080109,'enrol_database','dbtype','',NULL),(1571,2,1734080109,'enrol_database','dbhost','localhost',NULL),(1572,2,1734080109,'enrol_database','dbuser','',NULL),(1573,2,1734080109,'enrol_database','dbpass','',NULL),(1574,2,1734080109,'enrol_database','dbname','',NULL),(1575,2,1734080109,'enrol_database','dbencoding','utf-8',NULL),(1576,2,1734080109,'enrol_database','dbsetupsql','',NULL),(1577,2,1734080109,'enrol_database','dbsybasequoting','0',NULL),(1578,2,1734080109,'enrol_database','debugdb','0',NULL),(1579,2,1734080109,'enrol_database','localcoursefield','idnumber',NULL),(1580,2,1734080109,'enrol_database','localuserfield','idnumber',NULL),(1581,2,1734080109,'enrol_database','localrolefield','shortname',NULL),(1582,2,1734080109,'enrol_database','localcategoryfield','id',NULL),(1583,2,1734080109,'enrol_database','remoteenroltable','',NULL),(1584,2,1734080109,'enrol_database','remotecoursefield','',NULL),(1585,2,1734080109,'enrol_database','remoteuserfield','',NULL),(1586,2,1734080109,'enrol_database','remoterolefield','',NULL),(1587,2,1734080109,'enrol_database','remoteotheruserfield','',NULL),(1588,2,1734080109,'enrol_database','defaultrole','5',NULL),(1589,2,1734080109,'enrol_database','ignorehiddencourses','0',NULL),(1590,2,1734080109,'enrol_database','unenrolaction','0',NULL),(1591,2,1734080109,'enrol_database','newcoursetable','',NULL),(1592,2,1734080109,'enrol_database','newcoursefullname','fullname',NULL),(1593,2,1734080109,'enrol_database','newcourseshortname','shortname',NULL),(1594,2,1734080109,'enrol_database','newcourseidnumber','idnumber',NULL),(1595,2,1734080109,'enrol_database','newcoursecategory','',NULL),(1596,2,1734080109,'enrol_database','defaultcategory','1',NULL),(1597,2,1734080109,'enrol_database','templatecourse','',NULL),(1598,2,1734080109,'enrol_flatfile','location','',NULL),(1599,2,1734080109,'enrol_flatfile','encoding','UTF-8',NULL),(1600,2,1734080109,'enrol_flatfile','mailstudents','0',NULL),(1601,2,1734080109,'enrol_flatfile','mailteachers','0',NULL),(1602,2,1734080109,'enrol_flatfile','mailadmins','0',NULL),(1603,2,1734080109,'enrol_flatfile','unenrolaction','3',NULL),(1604,2,1734080109,'enrol_flatfile','expiredaction','3',NULL),(1605,2,1734080109,'enrol_guest','requirepassword','0',NULL),(1606,2,1734080109,'enrol_guest','usepasswordpolicy','0',NULL),(1607,2,1734080109,'enrol_guest','showhint','0',NULL),(1608,2,1734080109,'enrol_guest','defaultenrol','1',NULL),(1609,2,1734080109,'enrol_guest','status','1',NULL),(1610,2,1734080109,'enrol_guest','status_adv','',NULL),(1611,2,1734080110,'enrol_imsenterprise','imsfilelocation','',NULL),(1612,2,1734080110,'enrol_imsenterprise','logtolocation','',NULL),(1613,2,1734080110,'enrol_imsenterprise','mailadmins','0',NULL),(1614,2,1734080110,'enrol_imsenterprise','createnewusers','0',NULL),(1615,2,1734080110,'enrol_imsenterprise','imsupdateusers','0',NULL),(1616,2,1734080110,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1617,2,1734080110,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1618,2,1734080110,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1619,2,1734080110,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1620,2,1734080110,'enrol_imsenterprise','imsrolemap01','5',NULL),(1621,2,1734080110,'enrol_imsenterprise','imsrolemap02','3',NULL),(1622,2,1734080110,'enrol_imsenterprise','imsrolemap03','3',NULL),(1623,2,1734080110,'enrol_imsenterprise','imsrolemap04','5',NULL),(1624,2,1734080110,'enrol_imsenterprise','imsrolemap05','0',NULL),(1625,2,1734080110,'enrol_imsenterprise','imsrolemap06','4',NULL),(1626,2,1734080110,'enrol_imsenterprise','imsrolemap07','0',NULL),(1627,2,1734080110,'enrol_imsenterprise','imsrolemap08','4',NULL),(1628,2,1734080110,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1629,2,1734080110,'enrol_imsenterprise','createnewcourses','0',NULL),(1630,2,1734080110,'enrol_imsenterprise','updatecourses','0',NULL),(1631,2,1734080110,'enrol_imsenterprise','createnewcategories','0',NULL),(1632,2,1734080110,'enrol_imsenterprise','nestedcategories','0',NULL),(1633,2,1734080110,'enrol_imsenterprise','categoryidnumber','0',NULL),(1634,2,1734080110,'enrol_imsenterprise','categoryseparator','',NULL),(1635,2,1734080110,'enrol_imsenterprise','imsunenrol','0',NULL),(1636,2,1734080110,'enrol_imsenterprise','unenrolaction','0',NULL),(1637,2,1734080110,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1638,2,1734080110,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1639,2,1734080110,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1640,2,1734080110,'enrol_imsenterprise','imsrestricttarget','',NULL),(1641,2,1734080110,'enrol_imsenterprise','imscapitafix','0',NULL),(1642,2,1734080110,'enrol_ldap','host_url','',NULL),(1643,2,1734080110,'enrol_ldap','start_tls','0',NULL),(1644,2,1734080110,'enrol_ldap','ldap_version','3',NULL),(1645,2,1734080110,'enrol_ldap','ldapencoding','utf-8',NULL),(1646,2,1734080110,'enrol_ldap','pagesize','250',NULL),(1647,2,1734080110,'enrol_ldap','bind_dn','',NULL),(1648,2,1734080110,'enrol_ldap','bind_pw','',NULL),(1649,2,1734080110,'enrol_ldap','course_search_sub','0',NULL),(1650,2,1734080110,'enrol_ldap','memberattribute_isdn','0',NULL),(1651,2,1734080110,'enrol_ldap','user_contexts','',NULL),(1652,2,1734080110,'enrol_ldap','user_search_sub','0',NULL),(1653,2,1734080110,'enrol_ldap','user_type','default',NULL),(1654,2,1734080110,'enrol_ldap','opt_deref','0',NULL),(1655,2,1734080110,'enrol_ldap','idnumber_attribute','',NULL),(1656,2,1734080110,'enrol_ldap','objectclass','',NULL),(1657,2,1734080110,'enrol_ldap','course_idnumber','',NULL),(1658,2,1734080110,'enrol_ldap','course_shortname','',NULL),(1659,2,1734080110,'enrol_ldap','course_fullname','',NULL),(1660,2,1734080110,'enrol_ldap','course_summary','',NULL),(1661,2,1734080110,'enrol_ldap','ignorehiddencourses','0',NULL),(1662,2,1734080110,'enrol_ldap','unenrolaction','0',NULL),(1663,2,1734080110,'enrol_ldap','autocreate','0',NULL),(1664,2,1734080110,'enrol_ldap','category','1',NULL),(1665,2,1734080110,'enrol_ldap','template','',NULL),(1666,2,1734080110,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1667,2,1734080110,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1668,2,1734080110,'enrol_ldap','course_summary_updateonsync','0',NULL),(1669,2,1734080110,'enrol_ldap','nested_groups','0',NULL),(1670,2,1734080110,'enrol_ldap','group_memberofattribute','',NULL),(1671,2,1734080110,'enrol_manual','expiredaction','1',NULL),(1672,2,1734080110,'enrol_manual','expirynotifyhour','6',NULL),(1673,2,1734080110,'enrol_manual','defaultenrol','1',NULL),(1674,2,1734080110,'enrol_manual','status','0',NULL),(1675,2,1734080110,'enrol_manual','roleid','5',NULL),(1676,2,1734080110,'enrol_manual','enrolstart','4',NULL),(1677,2,1734080110,'enrol_manual','enrolperiod','0',NULL),(1678,2,1734080110,'enrol_manual','expirynotify','0',NULL),(1679,2,1734080110,'enrol_manual','expirythreshold','86400',NULL),(1680,2,1734080110,'enrol_mnet','roleid','5',NULL),(1681,2,1734080110,'enrol_mnet','roleid_adv','1',NULL),(1682,2,1734080110,'enrol_paypal','paypalbusiness','',NULL),(1683,2,1734080110,'enrol_paypal','mailstudents','0',NULL),(1684,2,1734080110,'enrol_paypal','mailteachers','0',NULL),(1685,2,1734080111,'enrol_paypal','mailadmins','0',NULL),(1686,2,1734080111,'enrol_paypal','expiredaction','3',NULL),(1687,2,1734080111,'enrol_paypal','status','1',NULL),(1688,2,1734080111,'enrol_paypal','cost','0',NULL),(1689,2,1734080111,'enrol_paypal','currency','USD',NULL),(1690,2,1734080111,'enrol_paypal','roleid','5',NULL),(1691,2,1734080111,'enrol_paypal','enrolperiod','0',NULL),(1692,2,1734080111,'enrol_lti','emaildisplay','2',NULL),(1693,2,1734080111,'enrol_lti','city','',NULL),(1694,2,1734080111,'enrol_lti','country','',NULL),(1695,2,1734080111,'enrol_lti','timezone','99',NULL),(1696,2,1734080111,'enrol_lti','lang','en',NULL),(1697,2,1734080111,'enrol_lti','institution','',NULL),(1698,2,1734080111,'enrol_self','requirepassword','0',NULL),(1699,2,1734080111,'enrol_self','usepasswordpolicy','0',NULL),(1700,2,1734080111,'enrol_self','showhint','0',NULL),(1701,2,1734080111,'enrol_self','expiredaction','1',NULL),(1702,2,1734080111,'enrol_self','expirynotifyhour','6',NULL),(1703,2,1734080111,'enrol_self','defaultenrol','1',NULL),(1704,2,1734080111,'enrol_self','status','1',NULL),(1705,2,1734080111,'enrol_self','newenrols','1',NULL),(1706,2,1734080111,'enrol_self','groupkey','0',NULL),(1707,2,1734080111,'enrol_self','roleid','5',NULL),(1708,2,1734080111,'enrol_self','enrolperiod','0',NULL),(1709,2,1734080111,'enrol_self','expirynotify','0',NULL),(1710,2,1734080111,'enrol_self','expirythreshold','86400',NULL),(1711,2,1734080111,'enrol_self','longtimenosee','0',NULL),(1712,2,1734080111,'enrol_self','maxenrolled','0',NULL),(1713,2,1734080111,'enrol_self','sendcoursewelcomemessage','1',NULL),(1714,2,1734080111,'filter_urltolink','formats','1,4,0',NULL),(1715,2,1734080111,'filter_urltolink','embedimages','1',NULL),(1716,2,1734080111,'filter_emoticon','formats','1,4,0',NULL),(1717,2,1734080111,'filter_displayh5p','allowedsources','',NULL),(1718,2,1734080111,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1719,2,1734080111,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1720,2,1734080111,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1721,2,1734080111,'filter_mathjaxloader','additionaldelimiters','',NULL),(1722,2,1734080111,'filter_wiris','editor_enable','1',NULL),(1723,2,1734080111,'filter_wiris','chem_editor_enable','1',NULL),(1724,2,1734080111,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1725,2,1734080111,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1726,2,1734080111,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1727,2,1734080111,'filter_wiris','imageserviceprotocol','https',NULL),(1728,2,1734080111,'filter_wiris','rendertype','php',NULL),(1729,2,1734080111,'filter_wiris','imageformat','svg',NULL),(1730,2,1734080111,'filter_wiris','pluginperformance','1',NULL),(1731,2,1734080111,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1732,2,1734080111,'filter_wiris','access_provider_enabled','0',NULL),(1733,2,1734080111,NULL,'filter_multilang_force_old','0',NULL),(1734,2,1734080111,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1735,2,1734080111,'filter_tex','latexbackground','#FFFFFF',NULL),(1736,2,1734080111,'filter_tex','density','120',NULL),(1737,2,1734080111,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1738,2,1734080111,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1739,2,1734080111,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1740,2,1734080111,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1741,2,1734080111,'filter_tex','pathmimetex','',NULL),(1742,2,1734080111,'filter_tex','convertformat','gif',NULL),(1743,2,1734080111,'logstore_database','dbdriver','',NULL),(1744,2,1734080111,'logstore_database','dbhost','',NULL),(1745,2,1734080111,'logstore_database','dbuser','',NULL),(1746,2,1734080112,'logstore_database','dbpass','',NULL),(1747,2,1734080112,'logstore_database','dbname','',NULL),(1748,2,1734080112,'logstore_database','dbtable','',NULL),(1749,2,1734080112,'logstore_database','dbpersist','0',NULL),(1750,2,1734080112,'logstore_database','dbsocket','',NULL),(1751,2,1734080112,'logstore_database','dbport','',NULL),(1752,2,1734080112,'logstore_database','dbschema','',NULL),(1753,2,1734080112,'logstore_database','dbcollation','',NULL),(1754,2,1734080112,'logstore_database','dbhandlesoptions','0',NULL),(1755,2,1734080112,'logstore_database','buffersize','50',NULL),(1756,2,1734080112,'logstore_database','jsonformat','1',NULL),(1757,2,1734080112,'logstore_database','logguests','0',NULL),(1758,2,1734080112,'logstore_database','includelevels','1,2,0',NULL),(1759,2,1734080112,'logstore_database','includeactions','c,r,u,d',NULL),(1760,2,1734080112,'logstore_legacy','loglegacy','0',NULL),(1761,2,1734080112,NULL,'logguests','1',NULL),(1762,2,1734080112,NULL,'loglifetime','0',NULL),(1763,2,1734080112,'logstore_standard','logguests','1',NULL),(1764,2,1734080112,'logstore_standard','jsonformat','1',NULL),(1765,2,1734080112,'logstore_standard','loglifetime','0',NULL),(1766,2,1734080112,'logstore_standard','buffersize','50',NULL),(1767,2,1734080112,'mlbackend_python','useserver','0',NULL),(1768,2,1734080112,'mlbackend_python','host','',NULL),(1769,2,1734080112,'mlbackend_python','port','0',NULL),(1770,2,1734080112,'mlbackend_python','secure','0',NULL),(1771,2,1734080112,'mlbackend_python','username','default',NULL),(1772,2,1734080112,'mlbackend_python','password','',NULL),(1773,2,1734080112,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1774,2,1734080112,'media_videojs','audioextensions','html_audio',NULL),(1775,2,1734080112,'media_videojs','youtube','1',NULL),(1776,2,1734080112,'media_videojs','videocssclass','video-js',NULL),(1777,2,1734080112,'media_videojs','audiocssclass','video-js',NULL),(1778,2,1734080112,'media_videojs','limitsize','1',NULL),(1779,2,1734080112,'paygw_paypal','surcharge','0',NULL),(1780,2,1734080112,'qtype_multichoice','answerhowmany','1',NULL),(1781,2,1734080112,'qtype_multichoice','shuffleanswers','1',NULL),(1782,2,1734080112,'qtype_multichoice','answernumbering','abc',NULL),(1783,2,1734080112,'qtype_multichoice','showstandardinstruction','0',NULL),(1784,2,1734080112,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1785,2,1734080112,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1786,2,1734080112,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1787,2,1734080112,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1788,2,1734080112,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1789,2,1734080112,'qtype_wq','access_provider_enabled','0',NULL),(1790,2,1734080112,'qtype_wq','filtercodes_compatibility','0',NULL),(1791,2,1734080112,'qtype_wq','debug_mode_enabled','0',NULL),(1792,2,1734080112,'qtype_wq','log_server_errors','0',NULL),(1793,2,1734080112,'search_solr','server_hostname','127.0.0.1',NULL),(1794,2,1734080112,'search_solr','indexname','',NULL),(1795,2,1734080112,'search_solr','secure','0',NULL),(1796,2,1734080112,'search_solr','server_port','8983',NULL),(1797,2,1734080112,'search_solr','server_username','',NULL),(1798,2,1734080113,'search_solr','server_password','',NULL),(1799,2,1734080113,'search_solr','server_timeout','30',NULL),(1800,2,1734080113,'search_solr','ssl_cert','',NULL),(1801,2,1734080113,'search_solr','ssl_key','',NULL),(1802,2,1734080113,'search_solr','ssl_keypassword','',NULL),(1803,2,1734080113,'search_solr','ssl_cainfo','',NULL),(1804,2,1734080113,'search_solr','ssl_capath','',NULL),(1805,2,1734080113,'search_solr','fileindexing','1',NULL),(1806,2,1734080113,'search_solr','maxindexfilekb','2097152',NULL),(1807,2,1734080113,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1808,2,1734080113,'search_solr','alternateindexname','',NULL),(1809,2,1734080113,'search_solr','alternatesecure','0',NULL),(1810,2,1734080113,'search_solr','alternateserver_port','8983',NULL),(1811,2,1734080113,'search_solr','alternateserver_username','',NULL),(1812,2,1734080113,'search_solr','alternateserver_password','',NULL),(1813,2,1734080113,'search_solr','alternatessl_cert','',NULL),(1814,2,1734080113,'search_solr','alternatessl_key','',NULL),(1815,2,1734080113,'search_solr','alternatessl_keypassword','',NULL),(1816,2,1734080113,'search_solr','alternatessl_cainfo','',NULL),(1817,2,1734080113,'search_solr','alternatessl_capath','',NULL),(1818,2,1734080113,'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),(1819,2,1734080113,'editor_atto','autosavefrequency','60',NULL),(1820,2,1734080113,'atto_collapse','showgroups','6',NULL),(1821,2,1734080113,'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),(1822,2,1734080113,'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),(1823,2,1734080113,'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),(1824,2,1734080113,'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),(1825,2,1734080113,'atto_recordrtc','allowedtypes','both',NULL),(1826,2,1734080113,'atto_recordrtc','audiobitrate','128000',NULL),(1827,2,1734080113,'atto_recordrtc','videobitrate','2500000',NULL),(1828,2,1734080113,'atto_recordrtc','audiotimelimit','120',NULL),(1829,2,1734080113,'atto_recordrtc','videotimelimit','120',NULL),(1830,2,1734080113,'atto_table','allowborders','0',NULL),(1831,2,1734080113,'atto_table','allowbackgroundcolour','0',NULL),(1832,2,1734080113,'atto_table','allowwidth','0',NULL),(1833,2,1734080113,'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),(1834,2,1734080113,'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),(1835,2,1734080113,'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),(1836,2,1734080113,'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),(1837,2,1734080113,'tiny_recordrtc','allowedtypes','both',NULL),(1838,2,1734080113,'tiny_recordrtc','audiobitrate','128000',NULL),(1839,2,1734080113,'tiny_recordrtc','videobitrate','2500000',NULL),(1840,2,1734080113,'tiny_recordrtc','audiotimelimit','120',NULL),(1841,2,1734080113,'tiny_recordrtc','videotimelimit','120',NULL),(1842,2,1734080113,'editor_tiny','branding','1',NULL),(1843,2,1734080113,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1844,2,1734080113,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1845,2,1734080113,'editor_tinymce','customconfig','',NULL),(1846,2,1734080113,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1847,2,1734080113,'tinymce_spellchecker','spellengine','',NULL),(1848,2,1734080113,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1849,2,1734080113,NULL,'profileroles','5,4,3',NULL),(1850,2,1734080114,NULL,'calendar_exportsalt','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N'),(1851,2,1734080114,NULL,'coursecontact','3',NULL),(1852,2,1734080114,NULL,'frontpage','6',NULL),(1853,2,1734080114,NULL,'frontpageloggedin','6',NULL),(1854,2,1734080114,NULL,'maxcategorydepth','2',NULL),(1855,2,1734080114,NULL,'frontpagecourselimit','200',NULL),(1856,2,1734080114,NULL,'commentsperpage','15',NULL),(1857,2,1734080114,NULL,'defaultfrontpageroleid','8',NULL),(1858,2,1734080115,NULL,'pathtophp','','/usr/local/bin/php'),(1859,2,1734080115,NULL,'messageinbound_enabled','0',NULL),(1860,2,1734080115,NULL,'messageinbound_mailbox','',NULL),(1861,2,1734080115,NULL,'messageinbound_domain','',NULL),(1862,2,1734080115,NULL,'messageinbound_host','',NULL),(1863,2,1734080115,NULL,'messageinbound_hostssl','ssl',NULL),(1864,2,1734080115,NULL,'messageinbound_hostuser','',NULL),(1865,2,1734080115,NULL,'messageinbound_hostpass','',NULL),(1866,2,1734080115,'tool_mobile','apppolicy','',NULL),(1867,2,1734080115,'tool_mobile','typeoflogin','1',NULL),(1868,2,1734080115,'tool_mobile','qrcodetype','1',NULL),(1869,2,1734080115,'tool_mobile','qrkeyttl','600',NULL),(1870,2,1734080115,'tool_mobile','qrsameipcheck','1',NULL),(1871,2,1734080115,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1872,2,1734080115,'tool_mobile','minimumversion','',NULL),(1873,2,1734080115,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1874,2,1734080115,NULL,'mobilecssurl','',NULL),(1875,2,1734080115,'tool_mobile','enablesmartappbanners','0',NULL),(1876,2,1734080115,'tool_mobile','iosappid','633359593',NULL),(1877,2,1734080115,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1878,2,1734080115,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1879,2,1734080115,'tool_mobile','forcelogout','0',NULL),(1880,2,1734080115,'tool_mobile','disabledfeatures','',NULL),(1881,2,1734080115,'tool_mobile','custommenuitems','',NULL),(1882,2,1734080115,'tool_mobile','filetypeexclusionlist','',NULL),(1883,2,1734080115,'tool_mobile','customlangstrings','',NULL),(1884,2,1734080121,NULL,'enablemobilewebservice','0',NULL),(1885,2,1734080127,NULL,'calendar_exportsalt','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag'),(1886,2,1734080128,NULL,'pathtophp','','/usr/local/bin/php'),(1887,2,1734080129,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1888,2,1734080129,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1889,2,1734080140,NULL,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj'),(1890,2,1734080140,NULL,'pathtophp','','/usr/local/bin/php'); +/*!40000 ALTER TABLE `b_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_config_plugins` +-- + +DROP TABLE IF EXISTS `b_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2098 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_config_plugins` +-- + +LOCK TABLES `b_config_plugins` WRITE; +/*!40000 ALTER TABLE `b_config_plugins` DISABLE KEYS */; +INSERT INTO `b_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','fea447f66e89f5f1c063'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDJwsz6QVa1Xirp\n2YyVB/Vc3ZtQhrQr2i1hKu+fjKxTnOMiVO8LgnU6UOPkFP7IF0bx4W7T5EhD+cF3\nYTskWRJG7Yu2tJDgFGE5uXxsyE4SjsmSLtFuEA4hTHrLszdIzVX9n7l2QU4wkx8p\nuEXqxZoA46KYj59QNvBU7zAsY2f0aUnvsllts2dS7XPs03H6TyurpXODQJo45yse\no33iBjLdbSc4MoTd1ShareMrQCibw8Sy+Zc7Nv82xNQ7mVVbvUgqRasniE1c1IC1\nf3COg0KbXxHIqITLPxMU8uszJ8hSv8v/1CUY4jUMe0IZSqnZpTR9Xo0oKNutFids\n5ILAaau7AgMBAAECggEAG89SBEdFSwfeemVAz2SixAN3s7MdhSiJi2nTpaD05Sws\nJ+tKbRe0+NjK0KwO152oaxFbqVvp6hS0P17o5qsFrekdkjgepVmpx78dZhEl/GuE\ntTWRgHjjZGDvpsGJI+vJp9qAQcs2mn4XlDSQzo92GXFG/tMCbpgOqxEHtCvvhEH7\nBd+gFLazD2+dx3VN6di7XhIGdEEpsjye4uQNeaSrR/Aq3//JwJBCXAXei3IypGcc\n+tKtyHulp2Nu3J7NqLfM9SPRcABfbInrhIHNyaAEpJQSpka+4ADF7IM8eyfSXWd+\nzs3CBretN6hTCVzmEfesmfLzDcgBibNukhG6FxzaAQKBgQDliIh/V6FiKEww13kL\n9nu9j53Rdj4KChmI1/lFkr71Ma6smjnHi4Bc6Dxflmh9W0UeRRKd75Fa37WAQBwa\nca/VS3OmDHFHGKc+i7RnjKWg0LKiJ/TsVAI6Lp/HwPz8XisBbzslRfLEbp2G4t+U\nw/ZBj2RL1I473RtdANbbgVARQQKBgQDhBng9fdPUs8FFJmuqZNK3LwjTycMHCWex\netbyvESR10BYYNWC21Lvmailg4PznSv5FoNQpIRUaYtQzo1gL0+G1SAM7sDjg+I2\nwjjaDjVYNJrs3AYWZ3P/ewR6STLW/e/szzFniHLcg7Zbh0g40xfFH/F/ihSKh0B/\nhohqWXeB+wKBgQCfbGBaCjRmJ9Ubi11gyLcTZ3/W70iR0of/uvpAr3cAeJx497mv\n9h2W6hqczawPfWgZaSJQHggYVQ8MX/rlBxd4jyppJ3U6S05GK+SGk3KqqqmX5SbB\nSmwtmxqRNGLCqmk2Wtp6vgWrF6VD/aoK+ry8tmqUHLMZsy4BP8b7uOoywQKBgHmr\nENpWrXGFW8uy0WYJK7GmOcShg9TLLgjVXWFTkFO2qfDfMrKVOcuZLomHiZHv+nWs\nyYWR3obxpkUj2WcXTY2esLytXxflGCv5adnk8szlbJsDADue5iZN8obYCygZl19Y\nS+Mp8MjwYmosxE0NPf30npQSKbcZGDObnyi5hRd/AoGBAOJXxb71P9rN6ep8esAM\nRYfCamJVQM0yAdPgh5942GtmnJF5jNl/BV2z/9wV2rUpwoajpShh6RibWS02N4jZ\nm387uwmqrCPsvXxAXWGiup2R7tgI3NNE5yBVfRb3KIUBp07OOrycljGDUahiZbmE\nAIR2lcR4Pqnkd9AsklUSWK2w\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','0ba23a5414837e7c8771'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDnhmFGug0ksbSn\nu2v/Kg0IOYZ/6GvcCjjrwfS05xevvf+K6/7ID3+nKCw35JZ524lJ+njCfem9HGr+\na8ufXjX3rbD2ctwhS1G0nJdh+xNOw+94vGxzdbYt4m2ShjLjzHebMhqtM3S3dw2H\nY0dMlhVSfJcDZgNDbU+c3htwLf54S2mUEijPxuol9V8i+BqaYeiz1GhHtTQenx+1\nY5Ykw8z9ouZ/AWWIkjy/TWpB0aJuO9UjD8EDXe+UsC1c0A7jqv3ieAOtS5PAE110\nyAZPLYgVk7xliFB3KQp/Z8FZeNRJz0S/zdojJMGSNNiZgUaERbzLQo5GzaGkswrG\nJk+1jh0zAgMBAAECggEAElkrymW73VJlnvyTR+SQP2+eDiYtFIIm4q0IJ9hzBk8V\nBz1B5gVi0d+BwzUCPxc77FLFhG+WhfgDlRtiRsRtNUf2aoGamnThCi91+9WtdD31\nwE7Ge+jMDrTcIPmYfN8oBD+jR5V4kYJsEXSEiQURgx9ml5lbdtnp4X4X4WFzwk3c\nRrmtraysFg/3/jU+QSesWJmhh1lkaf154aSW/tIpg4lz/NXHkAjvAc5eDshaWd7W\ngAaag3Hz3k3F6siz9b4z/kwOt0YiFUuLhqdrBbxlICl/YelgeVc9FpaE8HW/tNTl\nb6dZWbExhOvwNA7l1jpdgeMX2AAH3NpFS3xMIFgNgQKBgQD7XQpxpLxghGJp0bRN\ngEcfhlSmmVXEaAOxPB3PjocDIuU7fL9TpUuPGtQgjxNF3+QFtqf1ynxq4JVLY3YT\n7n8ip5FiNNyyKhJVqNrmhR5JoHY7HRMIO6pz3KgaoXQaQhfkMsbEUUn4DgIWVFts\nPxnumWDpWGg9Wy0wmo3ncHbl8wKBgQDry6j4kVvbgRlybOAEMCP/fb5ZEev+A1i1\nrm7IYWaymsjPp/sh6oHNz9H8dscFIoweJUQDO3/4AjoU+x/6qOH+hDYu9Fq+XLzw\n23cP5o7SbUHiJ/+AJofxMG0VwmJ3mUIiO05tPNXeFYzfqqPP8VlmxeDPS8Gytm0r\nrXlBd5V7wQKBgQDvMJMOnx7ujSsE3RtAoG+NjQsiWUjnE79nuPf5GPxavKr7l3KM\nyv8ClxoCPYOueyWFVlGvr1YDceA/E885mjp6pI/QrtLP6v71ai+bKlMu5rV6/Oiu\nbfB+Phvs83QCxJ/tc2/3Qg8sL1BHJVC1yboIdQVmJs1SjV+MH5YnBLrvhwKBgGlk\nrZD0/9bcHHCtw297yQtQu/z56r6t5j/GyNOd3ZZlYu6WScS+GejRRC2RNaHQ8Eol\nJAJB3RAQhr+MA545UFI/7CwOomTF9Nm/brdXuWzK0xDwCd7Q2iBvIcMBEJwej5XX\nZlWjRICwpzfuAKxYVzp9pd9iICDuM1u7fSBLADDBAoGBAMN1LQ4x0+CEhnSvCliB\nuwteB1cu1FG+WGUGwyuaUFmRgqr4JAG2eP/YNp7bMHAq/ENsEMbazjFZbSiWWbFz\nBvS98uqUDFDaWlRlv9tvUVyaJaKpOFGRZ8aB9uyWb/g86RHLRHlJH4is8x3sLTtw\nSh+qrJW2NmFbktb9mWVryLwJ\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores','logstore_standard'),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','604800'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','1'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2096,'theme_boost','themerev','1734080146'),(2097,'theme_classic','themerev','1734080148'); +/*!40000 ALTER TABLE `b_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_contentbank_content` +-- + +DROP TABLE IF EXISTS `b_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_contcont_nam_ix` (`name`), + KEY `b_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `b_contcont_con_ix` (`contextid`), + KEY `b_contcont_use_ix` (`usermodified`), + KEY `b_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_contentbank_content` +-- + +LOCK TABLES `b_contentbank_content` WRITE; +/*!40000 ALTER TABLE `b_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_context` +-- + +DROP TABLE IF EXISTS `b_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_cont_ins_ix` (`instanceid`), + KEY `b_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_context` +-- + +LOCK TABLES `b_context` WRITE; +/*!40000 ALTER TABLE `b_context` DISABLE KEYS */; +INSERT INTO `b_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `b_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_context_temp` +-- + +DROP TABLE IF EXISTS `b_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_context_temp` +-- + +LOCK TABLES `b_context_temp` WRITE; +/*!40000 ALTER TABLE `b_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course` +-- + +DROP TABLE IF EXISTS `b_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_cour_cat_ix` (`category`), + KEY `b_cour_idn_ix` (`idnumber`), + KEY `b_cour_sho_ix` (`shortname`), + KEY `b_cour_sor_ix` (`sortorder`), + KEY `b_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course` +-- + +LOCK TABLES `b_course` WRITE; +/*!40000 ALTER TABLE `b_course` DISABLE KEYS */; +INSERT INTO `b_course` VALUES (1,0,0,'Acceptance test site','Acceptance test site','','Acceptance test site',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734079898,1734080141,0,0,0,1734080088,NULL,0,NULL); +/*!40000 ALTER TABLE `b_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_categories` +-- + +DROP TABLE IF EXISTS `b_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_categories` +-- + +LOCK TABLES `b_course_categories` WRITE; +/*!40000 ALTER TABLE `b_course_categories` DISABLE KEYS */; +INSERT INTO `b_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734079898,1,'/1',NULL); +/*!40000 ALTER TABLE `b_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `b_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `b_courcompaggrmeth_cou_ix` (`course`), + KEY `b_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_completion_aggr_methd` +-- + +LOCK TABLES `b_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `b_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `b_courcompcritcomp_use_ix` (`userid`), + KEY `b_courcompcritcomp_cou_ix` (`course`), + KEY `b_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `b_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_completion_crit_compl` +-- + +LOCK TABLES `b_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `b_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_completion_criteria` +-- + +LOCK TABLES `b_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `b_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `b_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_courcompdefa_coumod_uix` (`course`,`module`), + KEY `b_courcompdefa_mod_ix` (`module`), + KEY `b_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_completion_defaults` +-- + +LOCK TABLES `b_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `b_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_completions` +-- + +DROP TABLE IF EXISTS `b_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_courcomp_usecou_uix` (`userid`,`course`), + KEY `b_courcomp_use_ix` (`userid`), + KEY `b_courcomp_cou_ix` (`course`), + KEY `b_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_completions` +-- + +LOCK TABLES `b_course_completions` WRITE; +/*!40000 ALTER TABLE `b_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_format_options` +-- + +DROP TABLE IF EXISTS `b_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `b_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_course_format_options` +-- + +LOCK TABLES `b_course_format_options` WRITE; +/*!40000 ALTER TABLE `b_course_format_options` DISABLE KEYS */; +INSERT INTO `b_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `b_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_modules` +-- + +DROP TABLE IF EXISTS `b_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_courmodu_vis_ix` (`visible`), + KEY `b_courmodu_cou_ix` (`course`), + KEY `b_courmodu_mod_ix` (`module`), + KEY `b_courmodu_ins_ix` (`instance`), + KEY `b_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `b_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_modules` +-- + +LOCK TABLES `b_course_modules` WRITE; +/*!40000 ALTER TABLE `b_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_modules_completion` +-- + +DROP TABLE IF EXISTS `b_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_course_modules_completion` +-- + +LOCK TABLES `b_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `b_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `b_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_course_modules_viewed` +-- + +LOCK TABLES `b_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `b_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_published` +-- + +DROP TABLE IF EXISTS `b_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_courpubl_hub_ix` (`hubcourseid`), + KEY `b_courpubl_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_course_published` +-- + +LOCK TABLES `b_course_published` WRITE; +/*!40000 ALTER TABLE `b_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_request` +-- + +DROP TABLE IF EXISTS `b_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_request` +-- + +LOCK TABLES `b_course_request` WRITE; +/*!40000 ALTER TABLE `b_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_course_sections` +-- + +DROP TABLE IF EXISTS `b_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_course_sections` +-- + +LOCK TABLES `b_course_sections` WRITE; +/*!40000 ALTER TABLE `b_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_customfield_category` +-- + +DROP TABLE IF EXISTS `b_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `b_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_customfield_category` +-- + +LOCK TABLES `b_customfield_category` WRITE; +/*!40000 ALTER TABLE `b_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_customfield_data` +-- + +DROP TABLE IF EXISTS `b_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `b_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `b_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `b_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `b_custdata_fie_ix` (`fieldid`), + KEY `b_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_customfield_data` +-- + +LOCK TABLES `b_customfield_data` WRITE; +/*!40000 ALTER TABLE `b_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_customfield_field` +-- + +DROP TABLE IF EXISTS `b_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `b_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_customfield_field` +-- + +LOCK TABLES `b_customfield_field` WRITE; +/*!40000 ALTER TABLE `b_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_data` +-- + +DROP TABLE IF EXISTS `b_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_data` +-- + +LOCK TABLES `b_data` WRITE; +/*!40000 ALTER TABLE `b_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_data_content` +-- + +DROP TABLE IF EXISTS `b_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_datacont_rec_ix` (`recordid`), + KEY `b_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_data_content` +-- + +LOCK TABLES `b_data_content` WRITE; +/*!40000 ALTER TABLE `b_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_data_fields` +-- + +DROP TABLE IF EXISTS `b_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_datafiel_typdat_ix` (`type`,`dataid`), + KEY `b_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_data_fields` +-- + +LOCK TABLES `b_data_fields` WRITE; +/*!40000 ALTER TABLE `b_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_data_records` +-- + +DROP TABLE IF EXISTS `b_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_datareco_dat_ix` (`dataid`), + KEY `b_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_data_records` +-- + +LOCK TABLES `b_data_records` WRITE; +/*!40000 ALTER TABLE `b_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `b_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_editor_atto_autosave` +-- + +LOCK TABLES `b_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `b_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol` +-- + +DROP TABLE IF EXISTS `b_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_enro_enr_ix` (`enrol`), + KEY `b_enro_cou_ix` (`courseid`), + KEY `b_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol` +-- + +LOCK TABLES `b_enrol` WRITE; +/*!40000 ALTER TABLE `b_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `b_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_enroflat_cou_ix` (`courseid`), + KEY `b_enroflat_use_ix` (`userid`), + KEY `b_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_flatfile` +-- + +LOCK TABLES `b_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `b_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `status` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `b_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `b_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_app_registration` +-- + +LOCK TABLES `b_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `b_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_context` +-- + +LOCK TABLES `b_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `b_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_deployment` +-- + +LOCK TABLES `b_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `b_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_lti2_context` +-- + +LOCK TABLES `b_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `b_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_enroltilti2resolink_con_ix` (`contextid`), + KEY `b_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `b_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `b_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `b_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `b_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `b_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `b_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `b_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `b_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `b_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_resource_link` +-- + +LOCK TABLES `b_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_enroltitoolconsmap_too_ix` (`toolid`), + KEY `b_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `b_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltitool_uui_uix` (`uuid`), + KEY `b_enroltitool_enr_ix` (`enrolid`), + KEY `b_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_tools` +-- + +LOCK TABLES `b_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `b_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `b_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_enrol_lti_user_resource_link` +-- + +LOCK TABLES `b_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `b_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_enroltiuser_use_ix` (`userid`), + KEY `b_enroltiuser_too_ix` (`toolid`), + KEY `b_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_lti_users` +-- + +LOCK TABLES `b_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_enrol_paypal` +-- + +DROP TABLE IF EXISTS `b_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_enropayp_bus_ix` (`business`), + KEY `b_enropayp_rec_ix` (`receiver_email`), + KEY `b_enropayp_cou_ix` (`courseid`), + KEY `b_enropayp_use_ix` (`userid`), + KEY `b_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_enrol_paypal` +-- + +LOCK TABLES `b_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `b_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_event` +-- + +DROP TABLE IF EXISTS `b_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_even_cou_ix` (`courseid`), + KEY `b_even_use_ix` (`userid`), + KEY `b_even_tim_ix` (`timestart`), + KEY `b_even_tim2_ix` (`timeduration`), + KEY `b_even_uui_ix` (`uuid`), + KEY `b_even_typtim_ix` (`type`,`timesort`), + KEY `b_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `b_even_eve_ix` (`eventtype`), + KEY `b_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `b_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `b_even_cat_ix` (`categoryid`), + KEY `b_even_sub_ix` (`subscriptionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_event` +-- + +LOCK TABLES `b_event` WRITE; +/*!40000 ALTER TABLE `b_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_event_subscriptions` +-- + +DROP TABLE IF EXISTS `b_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_evensubs_cou_ix` (`courseid`), + KEY `b_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_event_subscriptions` +-- + +LOCK TABLES `b_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_events_handlers` +-- + +DROP TABLE IF EXISTS `b_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `b_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_events_handlers` +-- + +LOCK TABLES `b_events_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_events_queue` +-- + +DROP TABLE IF EXISTS `b_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_events_queue` +-- + +LOCK TABLES `b_events_queue` WRITE; +/*!40000 ALTER TABLE `b_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `b_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_evenqueuhand_que_ix` (`queuedeventid`), + KEY `b_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_events_queue_handlers` +-- + +LOCK TABLES `b_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_external_functions` +-- + +DROP TABLE IF EXISTS `b_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_external_functions` +-- + +LOCK TABLES `b_external_functions` WRITE; +/*!40000 ALTER TABLE `b_external_functions` DISABLE KEYS */; +INSERT INTO `b_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `b_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_external_services` +-- + +DROP TABLE IF EXISTS `b_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_external_services` +-- + +LOCK TABLES `b_external_services` WRITE; +/*!40000 ALTER TABLE `b_external_services` DISABLE KEYS */; +INSERT INTO `b_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1734079922,1734080133,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `b_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_external_services_functions` +-- + +DROP TABLE IF EXISTS `b_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_external_services_functions` +-- + +LOCK TABLES `b_external_services_functions` WRITE; +/*!40000 ALTER TABLE `b_external_services_functions` DISABLE KEYS */; +INSERT INTO `b_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `b_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_external_services_users` +-- + +DROP TABLE IF EXISTS `b_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_exteservuser_ext_ix` (`externalserviceid`), + KEY `b_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_external_services_users` +-- + +LOCK TABLES `b_external_services_users` WRITE; +/*!40000 ALTER TABLE `b_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_external_tokens` +-- + +DROP TABLE IF EXISTS `b_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_extetoke_tok_ix` (`token`), + KEY `b_extetoke_sid_ix` (`sid`), + KEY `b_extetoke_use_ix` (`userid`), + KEY `b_extetoke_ext_ix` (`externalserviceid`), + KEY `b_extetoke_con_ix` (`contextid`), + KEY `b_extetoke_cre_ix` (`creatorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_external_tokens` +-- + +LOCK TABLES `b_external_tokens` WRITE; +/*!40000 ALTER TABLE `b_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_favourite` +-- + +DROP TABLE IF EXISTS `b_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `b_favo_con_ix` (`contextid`), + KEY `b_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_favourite` +-- + +LOCK TABLES `b_favourite` WRITE; +/*!40000 ALTER TABLE `b_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback` +-- + +DROP TABLE IF EXISTS `b_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback` +-- + +LOCK TABLES `b_feedback` WRITE; +/*!40000 ALTER TABLE `b_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_completed` +-- + +DROP TABLE IF EXISTS `b_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_feedcomp_use_ix` (`userid`), + KEY `b_feedcomp_fee_ix` (`feedback`), + KEY `b_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_completed` +-- + +LOCK TABLES `b_feedback_completed` WRITE; +/*!40000 ALTER TABLE `b_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `b_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_feedcomp_use2_ix` (`userid`), + KEY `b_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_completedtmp` +-- + +LOCK TABLES `b_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_item` +-- + +DROP TABLE IF EXISTS `b_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_feeditem_fee_ix` (`feedback`), + KEY `b_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_item` +-- + +LOCK TABLES `b_feedback_item` WRITE; +/*!40000 ALTER TABLE `b_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `b_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_feedsitemap_cou_ix` (`courseid`), + KEY `b_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_sitecourse_map` +-- + +LOCK TABLES `b_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_template` +-- + +DROP TABLE IF EXISTS `b_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_template` +-- + +LOCK TABLES `b_feedback_template` WRITE; +/*!40000 ALTER TABLE `b_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_value` +-- + +DROP TABLE IF EXISTS `b_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou_ix` (`course_id`), + KEY `b_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_value` +-- + +LOCK TABLES `b_feedback_value` WRITE; +/*!40000 ALTER TABLE `b_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `b_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou2_ix` (`course_id`), + KEY `b_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_feedback_valuetmp` +-- + +LOCK TABLES `b_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_file_conversion` +-- + +DROP TABLE IF EXISTS `b_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_fileconv_sou_ix` (`sourcefileid`), + KEY `b_fileconv_des_ix` (`destfileid`), + KEY `b_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_file_conversion` +-- + +LOCK TABLES `b_file_conversion` WRITE; +/*!40000 ALTER TABLE `b_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_files` +-- + +DROP TABLE IF EXISTS `b_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_file_pat_uix` (`pathnamehash`), + KEY `b_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `b_file_con_ix` (`contenthash`), + KEY `b_file_lic_ix` (`license`), + KEY `b_file_fil_ix` (`filename`), + KEY `b_file_con2_ix` (`contextid`), + KEY `b_file_use_ix` (`userid`), + KEY `b_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_files` +-- + +LOCK TABLES `b_files` WRITE; +/*!40000 ALTER TABLE `b_files` DISABLE KEYS */; +INSERT INTO `b_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL); +/*!40000 ALTER TABLE `b_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_files_reference` +-- + +DROP TABLE IF EXISTS `b_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `b_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_files_reference` +-- + +LOCK TABLES `b_files_reference` WRITE; +/*!40000 ALTER TABLE `b_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_filter_active` +-- + +DROP TABLE IF EXISTS `b_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_filtacti_confil_uix` (`contextid`,`filter`), + KEY `b_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_filter_active` +-- + +LOCK TABLES `b_filter_active` WRITE; +/*!40000 ALTER TABLE `b_filter_active` DISABLE KEYS */; +INSERT INTO `b_filter_active` 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 `b_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_filter_config` +-- + +DROP TABLE IF EXISTS `b_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `b_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_filter_config` +-- + +LOCK TABLES `b_filter_config` WRITE; +/*!40000 ALTER TABLE `b_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `b_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_filter_wiris_formulas` +-- + +LOCK TABLES `b_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_folder` +-- + +DROP TABLE IF EXISTS `b_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `b_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_folder` +-- + +LOCK TABLES `b_folder` WRITE; +/*!40000 ALTER TABLE `b_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum` +-- + +DROP TABLE IF EXISTS `b_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_forum` +-- + +LOCK TABLES `b_forum` WRITE; +/*!40000 ALTER TABLE `b_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_digests` +-- + +DROP TABLE IF EXISTS `b_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `b_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `b_forudige_use_ix` (`userid`), + KEY `b_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_forum_digests` +-- + +LOCK TABLES `b_forum_digests` WRITE; +/*!40000 ALTER TABLE `b_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `b_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `b_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `b_forudiscsubs_for_ix` (`forum`), + KEY `b_forudiscsubs_use_ix` (`userid`), + KEY `b_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_forum_discussion_subs` +-- + +LOCK TABLES `b_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `b_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_discussions` +-- + +DROP TABLE IF EXISTS `b_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_forudisc_use_ix` (`userid`), + KEY `b_forudisc_cou_ix` (`course`), + KEY `b_forudisc_for_ix` (`forum`), + KEY `b_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_forum_discussions` +-- + +LOCK TABLES `b_forum_discussions` WRITE; +/*!40000 ALTER TABLE `b_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_grades` +-- + +DROP TABLE IF EXISTS `b_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `b_forugrad_use_ix` (`userid`), + KEY `b_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_forum_grades` +-- + +LOCK TABLES `b_forum_grades` WRITE; +/*!40000 ALTER TABLE `b_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_posts` +-- + +DROP TABLE IF EXISTS `b_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_forupost_use_ix` (`userid`), + KEY `b_forupost_cre_ix` (`created`), + KEY `b_forupost_mai_ix` (`mailed`), + KEY `b_forupost_pri_ix` (`privatereplyto`), + KEY `b_forupost_dis_ix` (`discussion`), + KEY `b_forupost_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_forum_posts` +-- + +LOCK TABLES `b_forum_posts` WRITE; +/*!40000 ALTER TABLE `b_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_queue` +-- + +DROP TABLE IF EXISTS `b_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_foruqueu_use_ix` (`userid`), + KEY `b_foruqueu_dis_ix` (`discussionid`), + KEY `b_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_forum_queue` +-- + +LOCK TABLES `b_forum_queue` WRITE; +/*!40000 ALTER TABLE `b_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_read` +-- + +DROP TABLE IF EXISTS `b_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_foruread_foruse_ix` (`forumid`,`userid`), + KEY `b_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `b_foruread_posuse_ix` (`postid`,`userid`), + KEY `b_foruread_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_forum_read` +-- + +LOCK TABLES `b_forum_read` WRITE; +/*!40000 ALTER TABLE `b_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `b_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_forusubs_usefor_uix` (`userid`,`forum`), + KEY `b_forusubs_use_ix` (`userid`), + KEY `b_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_forum_subscriptions` +-- + +LOCK TABLES `b_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `b_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_forum_track_prefs` +-- + +LOCK TABLES `b_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `b_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_glossary` +-- + +DROP TABLE IF EXISTS `b_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_glossary` +-- + +LOCK TABLES `b_glossary` WRITE; +/*!40000 ALTER TABLE `b_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_glossary_alias` +-- + +DROP TABLE IF EXISTS `b_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_glossary_alias` +-- + +LOCK TABLES `b_glossary_alias` WRITE; +/*!40000 ALTER TABLE `b_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_glossary_categories` +-- + +DROP TABLE IF EXISTS `b_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_glossary_categories` +-- + +LOCK TABLES `b_glossary_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_glossary_entries` +-- + +DROP TABLE IF EXISTS `b_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_glosentr_use_ix` (`userid`), + KEY `b_glosentr_con_ix` (`concept`), + KEY `b_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_glossary_entries` +-- + +LOCK TABLES `b_glossary_entries` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `b_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_glosentrcate_cat_ix` (`categoryid`), + KEY `b_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_glossary_entries_categories` +-- + +LOCK TABLES `b_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_glossary_formats` +-- + +DROP TABLE IF EXISTS `b_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_glossary_formats` +-- + +LOCK TABLES `b_glossary_formats` WRITE; +/*!40000 ALTER TABLE `b_glossary_formats` DISABLE KEYS */; +INSERT INTO `b_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `b_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_categories` +-- + +DROP TABLE IF EXISTS `b_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_gradcate_cou_ix` (`courseid`), + KEY `b_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grade_categories` +-- + +LOCK TABLES `b_grade_categories` WRITE; +/*!40000 ALTER TABLE `b_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_categories_history` +-- + +DROP TABLE IF EXISTS `b_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_gradcatehist_act_ix` (`action`), + KEY `b_gradcatehist_tim_ix` (`timemodified`), + KEY `b_gradcatehist_old_ix` (`oldid`), + KEY `b_gradcatehist_cou_ix` (`courseid`), + KEY `b_gradcatehist_par_ix` (`parent`), + KEY `b_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_categories_history` +-- + +LOCK TABLES `b_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `b_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_grades` +-- + +DROP TABLE IF EXISTS `b_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `b_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `b_gradgrad_ite_ix` (`itemid`), + KEY `b_gradgrad_use_ix` (`userid`), + KEY `b_gradgrad_raw_ix` (`rawscaleid`), + KEY `b_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grade_grades` +-- + +LOCK TABLES `b_grade_grades` WRITE; +/*!40000 ALTER TABLE `b_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_grades_history` +-- + +DROP TABLE IF EXISTS `b_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_gradgradhist_act_ix` (`action`), + KEY `b_gradgradhist_tim_ix` (`timemodified`), + KEY `b_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `b_gradgradhist_old_ix` (`oldid`), + KEY `b_gradgradhist_ite_ix` (`itemid`), + KEY `b_gradgradhist_use_ix` (`userid`), + KEY `b_gradgradhist_raw_ix` (`rawscaleid`), + KEY `b_gradgradhist_use2_ix` (`usermodified`), + KEY `b_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_grades_history` +-- + +LOCK TABLES `b_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `b_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `b_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grade_import_newitem` +-- + +LOCK TABLES `b_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `b_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_import_values` +-- + +DROP TABLE IF EXISTS `b_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_gradimpovalu_ite_ix` (`itemid`), + KEY `b_gradimpovalu_new_ix` (`newgradeitem`), + KEY `b_gradimpovalu_imp_ix` (`importer`), + KEY `b_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_import_values` +-- + +LOCK TABLES `b_grade_import_values` WRITE; +/*!40000 ALTER TABLE `b_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_items` +-- + +DROP TABLE IF EXISTS `b_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_graditem_locloc_ix` (`locked`,`locktime`), + KEY `b_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `b_graditem_gra_ix` (`gradetype`), + KEY `b_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `b_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `b_graditem_cou_ix` (`courseid`), + KEY `b_graditem_cat_ix` (`categoryid`), + KEY `b_graditem_sca_ix` (`scaleid`), + KEY `b_graditem_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grade_items` +-- + +LOCK TABLES `b_grade_items` WRITE; +/*!40000 ALTER TABLE `b_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_items_history` +-- + +DROP TABLE IF EXISTS `b_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_graditemhist_act_ix` (`action`), + KEY `b_graditemhist_tim_ix` (`timemodified`), + KEY `b_graditemhist_old_ix` (`oldid`), + KEY `b_graditemhist_cou_ix` (`courseid`), + KEY `b_graditemhist_cat_ix` (`categoryid`), + KEY `b_graditemhist_sca_ix` (`scaleid`), + KEY `b_graditemhist_out_ix` (`outcomeid`), + KEY `b_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_items_history` +-- + +LOCK TABLES `b_grade_items_history` WRITE; +/*!40000 ALTER TABLE `b_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_letters` +-- + +DROP TABLE IF EXISTS `b_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grade_letters` +-- + +LOCK TABLES `b_grade_letters` WRITE; +/*!40000 ALTER TABLE `b_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_outcomes` +-- + +DROP TABLE IF EXISTS `b_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `b_gradoutc_cou_ix` (`courseid`), + KEY `b_gradoutc_sca_ix` (`scaleid`), + KEY `b_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grade_outcomes` +-- + +LOCK TABLES `b_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `b_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `b_gradoutccour_cou_ix` (`courseid`), + KEY `b_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_outcomes_courses` +-- + +LOCK TABLES `b_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `b_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_gradoutchist_act_ix` (`action`), + KEY `b_gradoutchist_tim_ix` (`timemodified`), + KEY `b_gradoutchist_old_ix` (`oldid`), + KEY `b_gradoutchist_cou_ix` (`courseid`), + KEY `b_gradoutchist_sca_ix` (`scaleid`), + KEY `b_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_outcomes_history` +-- + +LOCK TABLES `b_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grade_settings` +-- + +DROP TABLE IF EXISTS `b_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradsett_counam_uix` (`courseid`,`name`), + KEY `b_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grade_settings` +-- + +LOCK TABLES `b_grade_settings` WRITE; +/*!40000 ALTER TABLE `b_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grading_areas` +-- + +DROP TABLE IF EXISTS `b_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `b_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_grading_areas` +-- + +LOCK TABLES `b_grading_areas` WRITE; +/*!40000 ALTER TABLE `b_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grading_definitions` +-- + +DROP TABLE IF EXISTS `b_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_graddefi_aremet_uix` (`areaid`,`method`), + KEY `b_graddefi_are_ix` (`areaid`), + KEY `b_graddefi_use_ix` (`usermodified`), + KEY `b_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grading_definitions` +-- + +LOCK TABLES `b_grading_definitions` WRITE; +/*!40000 ALTER TABLE `b_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_grading_instances` +-- + +DROP TABLE IF EXISTS `b_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_gradinst_def_ix` (`definitionid`), + KEY `b_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_grading_instances` +-- + +LOCK TABLES `b_grading_instances` WRITE; +/*!40000 ALTER TABLE `b_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `b_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_gradingform_guide_comments` +-- + +LOCK TABLES `b_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `b_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `b_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_gradingform_guide_criteria` +-- + +LOCK TABLES `b_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `b_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradguidfill_ins_ix` (`instanceid`), + KEY `b_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_gradingform_guide_fillings` +-- + +LOCK TABLES `b_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `b_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_gradingform_rubric_criteria` +-- + +LOCK TABLES `b_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `b_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradrubrfill_lev_ix` (`levelid`), + KEY `b_gradrubrfill_ins_ix` (`instanceid`), + KEY `b_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_gradingform_rubric_fillings` +-- + +LOCK TABLES `b_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `b_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_gradingform_rubric_levels` +-- + +LOCK TABLES `b_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_groupings` +-- + +DROP TABLE IF EXISTS `b_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_grou_idn2_ix` (`idnumber`), + KEY `b_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_groupings` +-- + +LOCK TABLES `b_groupings` WRITE; +/*!40000 ALTER TABLE `b_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_groupings_groups` +-- + +DROP TABLE IF EXISTS `b_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_grougrou_gro_ix` (`groupingid`), + KEY `b_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_groupings_groups` +-- + +LOCK TABLES `b_groupings_groups` WRITE; +/*!40000 ALTER TABLE `b_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_groups` +-- + +DROP TABLE IF EXISTS `b_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_grou_idn_ix` (`idnumber`), + KEY `b_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_groups` +-- + +LOCK TABLES `b_groups` WRITE; +/*!40000 ALTER TABLE `b_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_groups_members` +-- + +DROP TABLE IF EXISTS `b_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `b_groumemb_gro_ix` (`groupid`), + KEY `b_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_groups_members` +-- + +LOCK TABLES `b_groups_members` WRITE; +/*!40000 ALTER TABLE `b_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5p` +-- + +DROP TABLE IF EXISTS `b_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_h5p_pat_ix` (`pathnamehash`), + KEY `b_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5p` +-- + +LOCK TABLES `b_h5p` WRITE; +/*!40000 ALTER TABLE `b_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `b_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `b_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5p_contents_libraries` +-- + +LOCK TABLES `b_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5p_libraries` +-- + +DROP TABLE IF EXISTS `b_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5p_libraries` +-- + +LOCK TABLES `b_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `b_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5p_libraries_cachedassets` +-- + +LOCK TABLES `b_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `b_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_h5plibrdepe_lib_ix` (`libraryid`), + KEY `b_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5p_library_dependencies` +-- + +LOCK TABLES `b_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5pactivity` +-- + +DROP TABLE IF EXISTS `b_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5pactivity` +-- + +LOCK TABLES `b_h5pactivity` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `b_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `b_h5paatte_tim_ix` (`timecreated`), + KEY `b_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `b_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `b_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5pactivity_attempts` +-- + +LOCK TABLES `b_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `b_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `b_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_h5pactivity_attempts_results` +-- + +LOCK TABLES `b_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_imscp` +-- + +DROP TABLE IF EXISTS `b_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_imscp` +-- + +LOCK TABLES `b_imscp` WRITE; +/*!40000 ALTER TABLE `b_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_infected_files` +-- + +DROP TABLE IF EXISTS `b_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_infected_files` +-- + +LOCK TABLES `b_infected_files` WRITE; +/*!40000 ALTER TABLE `b_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_label` +-- + +DROP TABLE IF EXISTS `b_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_label` +-- + +LOCK TABLES `b_label` WRITE; +/*!40000 ALTER TABLE `b_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson` +-- + +DROP TABLE IF EXISTS `b_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson` +-- + +LOCK TABLES `b_lesson` WRITE; +/*!40000 ALTER TABLE `b_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_answers` +-- + +DROP TABLE IF EXISTS `b_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_lessansw_les_ix` (`lessonid`), + KEY `b_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_answers` +-- + +LOCK TABLES `b_lesson_answers` WRITE; +/*!40000 ALTER TABLE `b_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_attempts` +-- + +DROP TABLE IF EXISTS `b_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_lessatte_use_ix` (`userid`), + KEY `b_lessatte_les_ix` (`lessonid`), + KEY `b_lessatte_pag_ix` (`pageid`), + KEY `b_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_attempts` +-- + +LOCK TABLES `b_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `b_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_branch` +-- + +DROP TABLE IF EXISTS `b_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_lessbran_use_ix` (`userid`), + KEY `b_lessbran_les_ix` (`lessonid`), + KEY `b_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_branch` +-- + +LOCK TABLES `b_lesson_branch` WRITE; +/*!40000 ALTER TABLE `b_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_grades` +-- + +DROP TABLE IF EXISTS `b_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_lessgrad_use_ix` (`userid`), + KEY `b_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_grades` +-- + +LOCK TABLES `b_lesson_grades` WRITE; +/*!40000 ALTER TABLE `b_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_overrides` +-- + +DROP TABLE IF EXISTS `b_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_lessover_les_ix` (`lessonid`), + KEY `b_lessover_gro_ix` (`groupid`), + KEY `b_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_overrides` +-- + +LOCK TABLES `b_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `b_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_pages` +-- + +DROP TABLE IF EXISTS `b_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_pages` +-- + +LOCK TABLES `b_lesson_pages` WRITE; +/*!40000 ALTER TABLE `b_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lesson_timer` +-- + +DROP TABLE IF EXISTS `b_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_lesstime_use_ix` (`userid`), + KEY `b_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lesson_timer` +-- + +LOCK TABLES `b_lesson_timer` WRITE; +/*!40000 ALTER TABLE `b_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_license` +-- + +DROP TABLE IF EXISTS `b_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_license` +-- + +LOCK TABLES `b_license` WRITE; +/*!40000 ALTER TABLE `b_license` DISABLE KEYS */; +INSERT INTO `b_license` 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 `b_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lock_db` +-- + +DROP TABLE IF EXISTS `b_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_lockdb_res_uix` (`resourcekey`), + KEY `b_lockdb_exp_ix` (`expires`), + KEY `b_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_lock_db` +-- + +LOCK TABLES `b_lock_db` WRITE; +/*!40000 ALTER TABLE `b_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_log` +-- + +DROP TABLE IF EXISTS `b_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_log_coumodact_ix` (`course`,`module`,`action`), + KEY `b_log_tim_ix` (`time`), + KEY `b_log_act_ix` (`action`), + KEY `b_log_usecou_ix` (`userid`,`course`), + KEY `b_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_log` +-- + +LOCK TABLES `b_log` WRITE; +/*!40000 ALTER TABLE `b_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_log_display` +-- + +DROP TABLE IF EXISTS `b_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_log_display` +-- + +LOCK TABLES `b_log_display` WRITE; +/*!40000 ALTER TABLE `b_log_display` DISABLE KEYS */; +INSERT INTO `b_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `b_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_log_queries` +-- + +DROP TABLE IF EXISTS `b_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_log_queries` +-- + +LOCK TABLES `b_log_queries` WRITE; +/*!40000 ALTER TABLE `b_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `b_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_logsstanlog_tim_ix` (`timecreated`), + KEY `b_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `b_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `b_logsstanlog_con_ix` (`contextid`), + KEY `b_logsstanlog_use_ix` (`userid`), + KEY `b_logsstanlog_cou_ix` (`courseid`), + KEY `b_logsstanlog_rea_ix` (`realuserid`), + KEY `b_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_logstore_standard_log` +-- + +LOCK TABLES `b_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `b_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti` +-- + +DROP TABLE IF EXISTS `b_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti` +-- + +LOCK TABLES `b_lti` WRITE; +/*!40000 ALTER TABLE `b_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `b_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_ltiaccetoke_tok_uix` (`token`), + KEY `b_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti_access_tokens` +-- + +LOCK TABLES `b_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `b_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti_submission` +-- + +DROP TABLE IF EXISTS `b_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti_submission` +-- + +LOCK TABLES `b_lti_submission` WRITE; +/*!40000 ALTER TABLE `b_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `b_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti_tool_proxies` +-- + +LOCK TABLES `b_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `b_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_ltitoolsett_too_ix` (`toolproxyid`), + KEY `b_ltitoolsett_typ_ix` (`typeid`), + KEY `b_ltitoolsett_cou_ix` (`course`), + KEY `b_ltitoolsett_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti_tool_settings` +-- + +LOCK TABLES `b_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti_types` +-- + +DROP TABLE IF EXISTS `b_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_ltitype_cli_uix` (`clientid`), + KEY `b_ltitype_cou_ix` (`course`), + KEY `b_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti_types` +-- + +LOCK TABLES `b_lti_types` WRITE; +/*!40000 ALTER TABLE `b_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_lti_types_config` +-- + +DROP TABLE IF EXISTS `b_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_lti_types_config` +-- + +LOCK TABLES `b_lti_types_config` WRITE; +/*!40000 ALTER TABLE `b_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `b_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_ltisgrad_lti_ix` (`ltilinkid`), + KEY `b_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_ltiservice_gradebookservices` +-- + +LOCK TABLES `b_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message` +-- + +DROP TABLE IF EXISTS `b_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message` +-- + +LOCK TABLES `b_message` WRITE; +/*!40000 ALTER TABLE `b_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `b_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `b_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_airnotifier_devices` +-- + +LOCK TABLES `b_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_contact_requests` +-- + +DROP TABLE IF EXISTS `b_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `b_messcontrequ_use_ix` (`userid`), + KEY `b_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_contact_requests` +-- + +LOCK TABLES `b_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `b_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_contacts` +-- + +DROP TABLE IF EXISTS `b_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_messcont_usecon_uix` (`userid`,`contactid`), + KEY `b_messcont_use_ix` (`userid`), + KEY `b_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_contacts` +-- + +LOCK TABLES `b_message_contacts` WRITE; +/*!40000 ALTER TABLE `b_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `b_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_messconvacti_use_ix` (`userid`), + KEY `b_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_conversation_actions` +-- + +LOCK TABLES `b_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_conversation_members` +-- + +DROP TABLE IF EXISTS `b_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_messconvmemb_con_ix` (`conversationid`), + KEY `b_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_conversation_members` +-- + +LOCK TABLES `b_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_conversations` +-- + +DROP TABLE IF EXISTS `b_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_messconv_typ_ix` (`type`), + KEY `b_messconv_con_ix` (`convhash`), + KEY `b_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `b_messconv_con2_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_conversations` +-- + +LOCK TABLES `b_message_conversations` WRITE; +/*!40000 ALTER TABLE `b_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_email_messages` +-- + +DROP TABLE IF EXISTS `b_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_messemaimess_use_ix` (`useridto`), + KEY `b_messemaimess_con_ix` (`conversationid`), + KEY `b_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_message_email_messages` +-- + +LOCK TABLES `b_message_email_messages` WRITE; +/*!40000 ALTER TABLE `b_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_popup` +-- + +DROP TABLE IF EXISTS `b_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `b_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_message_popup` +-- + +LOCK TABLES `b_message_popup` WRITE; +/*!40000 ALTER TABLE `b_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `b_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_message_popup_notifications` +-- + +LOCK TABLES `b_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `b_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_processors` +-- + +DROP TABLE IF EXISTS `b_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_processors` +-- + +LOCK TABLES `b_message_processors` WRITE; +/*!40000 ALTER TABLE `b_message_processors` DISABLE KEYS */; +INSERT INTO `b_message_processors` VALUES (1,'airnotifier',1),(2,'email',0),(3,'popup',1); +/*!40000 ALTER TABLE `b_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_providers` +-- + +DROP TABLE IF EXISTS `b_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_message_providers` +-- + +LOCK TABLES `b_message_providers` WRITE; +/*!40000 ALTER TABLE `b_message_providers` DISABLE KEYS */; +INSERT INTO `b_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `b_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_read` +-- + +DROP TABLE IF EXISTS `b_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_messread_nottim_ix` (`notification`,`timeread`), + KEY `b_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_read` +-- + +LOCK TABLES `b_message_read` WRITE; +/*!40000 ALTER TABLE `b_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_user_actions` +-- + +DROP TABLE IF EXISTS `b_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `b_messuseracti_use_ix` (`userid`), + KEY `b_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_user_actions` +-- + +LOCK TABLES `b_message_user_actions` WRITE; +/*!40000 ALTER TABLE `b_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_message_users_blocked` +-- + +DROP TABLE IF EXISTS `b_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `b_messuserbloc_use_ix` (`userid`), + KEY `b_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_message_users_blocked` +-- + +LOCK TABLES `b_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `b_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `b_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_messdata_handat_uix` (`handler`,`datavalue`), + KEY `b_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_messageinbound_datakeys` +-- + +LOCK TABLES `b_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `b_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_messageinbound_handlers` +-- + +LOCK TABLES `b_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `b_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `b_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `b_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_messageinbound_messagelist` +-- + +LOCK TABLES `b_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_messages` +-- + +DROP TABLE IF EXISTS `b_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `b_mess_use_ix` (`useridfrom`), + KEY `b_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_messages` +-- + +LOCK TABLES `b_messages` WRITE; +/*!40000 ALTER TABLE `b_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_application` +-- + +DROP TABLE IF EXISTS `b_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_mnet_application` +-- + +LOCK TABLES `b_mnet_application` WRITE; +/*!40000 ALTER TABLE `b_mnet_application` DISABLE KEYS */; +INSERT INTO `b_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `b_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_host` +-- + +DROP TABLE IF EXISTS `b_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_mnethost_las_ix` (`last_log_id`), + KEY `b_mnethost_app_ix` (`applicationid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnet_host` +-- + +LOCK TABLES `b_mnet_host` WRITE; +/*!40000 ALTER TABLE `b_mnet_host` DISABLE KEYS */; +INSERT INTO `b_mnet_host` VALUES (1,0,'http://webserver','172.18.0.6','','',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 `b_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_host2service` +-- + +DROP TABLE IF EXISTS `b_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_mnet_host2service` +-- + +LOCK TABLES `b_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `b_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_log` +-- + +DROP TABLE IF EXISTS `b_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnet_log` +-- + +LOCK TABLES `b_mnet_log` WRITE; +/*!40000 ALTER TABLE `b_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `b_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnet_remote_rpc` +-- + +LOCK TABLES `b_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `b_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `b_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_mnet_remote_service2rpc` +-- + +LOCK TABLES `b_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_rpc` +-- + +DROP TABLE IF EXISTS `b_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnet_rpc` +-- + +LOCK TABLES `b_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `b_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_service` +-- + +DROP TABLE IF EXISTS `b_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_mnet_service` +-- + +LOCK TABLES `b_mnet_service` WRITE; +/*!40000 ALTER TABLE `b_mnet_service` DISABLE KEYS */; +INSERT INTO `b_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `b_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `b_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_mnet_service2rpc` +-- + +LOCK TABLES `b_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `b_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_session` +-- + +DROP TABLE IF EXISTS `b_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_mnetsess_tok_uix` (`token`), + KEY `b_mnetsess_use_ix` (`userid`), + KEY `b_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnet_session` +-- + +LOCK TABLES `b_mnet_session` WRITE; +/*!40000 ALTER TABLE `b_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `b_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `b_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnet_sso_access_control` +-- + +LOCK TABLES `b_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `b_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnetservice_enrol_courses` +-- + +LOCK TABLES `b_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `b_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_mnetenroenro_use_ix` (`userid`), + KEY `b_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `b_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_modules` +-- + +DROP TABLE IF EXISTS `b_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_modules` +-- + +LOCK TABLES `b_modules` WRITE; +/*!40000 ALTER TABLE `b_modules` DISABLE KEYS */; +INSERT INTO `b_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `b_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_my_pages` +-- + +DROP TABLE IF EXISTS `b_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_my_pages` +-- + +LOCK TABLES `b_my_pages` WRITE; +/*!40000 ALTER TABLE `b_my_pages` DISABLE KEYS */; +INSERT INTO `b_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `b_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_notifications` +-- + +DROP TABLE IF EXISTS `b_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_noti_use_ix` (`useridfrom`), + KEY `b_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_notifications` +-- + +LOCK TABLES `b_notifications` WRITE; +/*!40000 ALTER TABLE `b_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `b_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_oautaccetoke_iss_uix` (`issuerid`), + KEY `b_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_oauth2_access_token` +-- + +LOCK TABLES `b_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `b_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_oautendp_iss_ix` (`issuerid`), + KEY `b_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_oauth2_endpoint` +-- + +LOCK TABLES `b_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `b_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `b_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_oauth2_issuer` +-- + +LOCK TABLES `b_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `b_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `b_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `b_oautrefrtoke_iss_ix` (`issuerid`), + KEY `b_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_oauth2_refresh_token` +-- + +LOCK TABLES `b_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `b_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_oautsystacco_iss_uix` (`issuerid`), + KEY `b_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_oauth2_system_account` +-- + +LOCK TABLES `b_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `b_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `b_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `b_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `b_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_oauth2_user_field_mapping` +-- + +LOCK TABLES `b_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_page` +-- + +DROP TABLE IF EXISTS `b_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_page_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_page` +-- + +LOCK TABLES `b_page` WRITE; +/*!40000 ALTER TABLE `b_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_paygw_paypal` +-- + +DROP TABLE IF EXISTS `b_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `b_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_paygw_paypal` +-- + +LOCK TABLES `b_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `b_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_payment_accounts` +-- + +DROP TABLE IF EXISTS `b_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_payment_accounts` +-- + +LOCK TABLES `b_payment_accounts` WRITE; +/*!40000 ALTER TABLE `b_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_payment_gateways` +-- + +DROP TABLE IF EXISTS `b_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_payment_gateways` +-- + +LOCK TABLES `b_payment_gateways` WRITE; +/*!40000 ALTER TABLE `b_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_payments` +-- + +DROP TABLE IF EXISTS `b_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_paym_gat_ix` (`gateway`), + KEY `b_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `b_paym_use_ix` (`userid`), + KEY `b_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_payments` +-- + +LOCK TABLES `b_payments` WRITE; +/*!40000 ALTER TABLE `b_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_portfolio_instance` +-- + +DROP TABLE IF EXISTS `b_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_portfolio_instance` +-- + +LOCK TABLES `b_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `b_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_portinstconf_nam_ix` (`name`), + KEY `b_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_portfolio_instance_config` +-- + +LOCK TABLES `b_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `b_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_portinstuser_ins_ix` (`instance`), + KEY `b_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_portfolio_instance_user` +-- + +LOCK TABLES `b_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_portfolio_log` +-- + +DROP TABLE IF EXISTS `b_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_portlog_use_ix` (`userid`), + KEY `b_portlog_por_ix` (`portfolio`), + KEY `b_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_portfolio_log` +-- + +LOCK TABLES `b_portfolio_log` WRITE; +/*!40000 ALTER TABLE `b_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `b_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_portmahaqueu_tok_ix` (`token`), + KEY `b_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_portfolio_mahara_queue` +-- + +LOCK TABLES `b_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `b_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_porttemp_use_ix` (`userid`), + KEY `b_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_portfolio_tempdata` +-- + +LOCK TABLES `b_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `b_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_post` +-- + +DROP TABLE IF EXISTS `b_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_post_iduse_uix` (`id`,`userid`), + KEY `b_post_las_ix` (`lastmodified`), + KEY `b_post_mod_ix` (`module`), + KEY `b_post_sub_ix` (`subject`), + KEY `b_post_use_ix` (`usermodified`), + KEY `b_post_cou_ix` (`courseid`), + KEY `b_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_post` +-- + +LOCK TABLES `b_post` WRITE; +/*!40000 ALTER TABLE `b_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_profiling` +-- + +DROP TABLE IF EXISTS `b_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_prof_run_uix` (`runid`), + KEY `b_prof_urlrun_ix` (`url`,`runreference`), + KEY `b_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_profiling` +-- + +LOCK TABLES `b_profiling` WRITE; +/*!40000 ALTER TABLE `b_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `b_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_qtype_ddimageortext` +-- + +LOCK TABLES `b_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_qtype_ddimageortext_drags` +-- + +LOCK TABLES `b_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_ddimageortext_drops` +-- + +LOCK TABLES `b_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `b_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_qtype_ddmarker` +-- + +LOCK TABLES `b_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `b_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_ddmarker_drags` +-- + +LOCK TABLES `b_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `b_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_ddmarker_drops` +-- + +LOCK TABLES `b_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `b_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_essay_options` +-- + +LOCK TABLES `b_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `b_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_essaywiris_backup` +-- + +LOCK TABLES `b_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_match_options` +-- + +DROP TABLE IF EXISTS `b_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_qtype_match_options` +-- + +LOCK TABLES `b_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `b_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_match_subquestions` +-- + +LOCK TABLES `b_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `b_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `b_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_multichoice_options` +-- + +LOCK TABLES `b_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `b_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_randomsamatch_options` +-- + +LOCK TABLES `b_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `b_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_shortanswer_options` +-- + +LOCK TABLES `b_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_wq` +-- + +DROP TABLE IF EXISTS `b_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `b_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_wq` +-- + +LOCK TABLES `b_qtype_wq` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `b_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_qtype_wq_variables` +-- + +LOCK TABLES `b_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question` +-- + +DROP TABLE IF EXISTS `b_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_ques_qty_ix` (`qtype`), + KEY `b_ques_par_ix` (`parent`), + KEY `b_ques_cre_ix` (`createdby`), + KEY `b_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question` +-- + +LOCK TABLES `b_question` WRITE; +/*!40000 ALTER TABLE `b_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_answers` +-- + +DROP TABLE IF EXISTS `b_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quesansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_answers` +-- + +LOCK TABLES `b_question_answers` WRITE; +/*!40000 ALTER TABLE `b_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `b_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_attempt_step_data` +-- + +LOCK TABLES `b_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `b_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `b_quesattestep_que_ix` (`questionattemptid`), + KEY `b_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_attempt_steps` +-- + +LOCK TABLES `b_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_attempts` +-- + +DROP TABLE IF EXISTS `b_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `b_quesatte_beh_ix` (`behaviour`), + KEY `b_quesatte_que_ix` (`questionid`), + KEY `b_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_attempts` +-- + +LOCK TABLES `b_question_attempts` WRITE; +/*!40000 ALTER TABLE `b_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_bank_entries` +-- + +DROP TABLE IF EXISTS `b_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `b_quesbankentr_que_ix` (`questioncategoryid`), + KEY `b_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_bank_entries` +-- + +LOCK TABLES `b_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `b_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_calculated` +-- + +DROP TABLE IF EXISTS `b_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `b_quescalc_ans_ix` (`answer`), + KEY `b_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_calculated` +-- + +LOCK TABLES `b_question_calculated` WRITE; +/*!40000 ALTER TABLE `b_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_calculated_options` +-- + +DROP TABLE IF EXISTS `b_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_calculated_options` +-- + +LOCK TABLES `b_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `b_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_categories` +-- + +DROP TABLE IF EXISTS `b_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `b_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `b_quescate_con_ix` (`contextid`), + KEY `b_quescate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_categories` +-- + +LOCK TABLES `b_question_categories` WRITE; +/*!40000 ALTER TABLE `b_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `b_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_dataset_definitions` +-- + +LOCK TABLES `b_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_dataset_items` +-- + +DROP TABLE IF EXISTS `b_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_dataset_items` +-- + +LOCK TABLES `b_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_datasets` +-- + +DROP TABLE IF EXISTS `b_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `b_quesdata_que_ix` (`question`), + KEY `b_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_datasets` +-- + +LOCK TABLES `b_question_datasets` WRITE; +/*!40000 ALTER TABLE `b_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_ddwtos` +-- + +DROP TABLE IF EXISTS `b_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_ddwtos` +-- + +LOCK TABLES `b_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `b_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_gapselect` +-- + +DROP TABLE IF EXISTS `b_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_gapselect` +-- + +LOCK TABLES `b_question_gapselect` WRITE; +/*!40000 ALTER TABLE `b_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_hints` +-- + +DROP TABLE IF EXISTS `b_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_hints` +-- + +LOCK TABLES `b_question_hints` WRITE; +/*!40000 ALTER TABLE `b_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_multianswer` +-- + +DROP TABLE IF EXISTS `b_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_quesmult_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_multianswer` +-- + +LOCK TABLES `b_question_multianswer` WRITE; +/*!40000 ALTER TABLE `b_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_numerical` +-- + +DROP TABLE IF EXISTS `b_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `b_quesnume_ans_ix` (`answer`), + KEY `b_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_numerical` +-- + +LOCK TABLES `b_question_numerical` WRITE; +/*!40000 ALTER TABLE `b_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_numerical_options` +-- + +DROP TABLE IF EXISTS `b_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `b_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_numerical_options` +-- + +LOCK TABLES `b_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_numerical_units` +-- + +DROP TABLE IF EXISTS `b_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `b_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_numerical_units` +-- + +LOCK TABLES `b_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_references` +-- + +DROP TABLE IF EXISTS `b_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quesrefe_usi_ix` (`usingcontextid`), + KEY `b_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_references` +-- + +LOCK TABLES `b_question_references` WRITE; +/*!40000 ALTER TABLE `b_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_response_analysis` +-- + +DROP TABLE IF EXISTS `b_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `b_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_response_analysis` +-- + +LOCK TABLES `b_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `b_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_response_count` +-- + +DROP TABLE IF EXISTS `b_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_response_count` +-- + +LOCK TABLES `b_question_response_count` WRITE; +/*!40000 ALTER TABLE `b_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_set_references` +-- + +DROP TABLE IF EXISTS `b_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quessetrefe_usi_ix` (`usingcontextid`), + KEY `b_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_set_references` +-- + +LOCK TABLES `b_question_set_references` WRITE; +/*!40000 ALTER TABLE `b_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_statistics` +-- + +DROP TABLE IF EXISTS `b_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_statistics` +-- + +LOCK TABLES `b_question_statistics` WRITE; +/*!40000 ALTER TABLE `b_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_truefalse` +-- + +DROP TABLE IF EXISTS `b_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_questrue_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_question_truefalse` +-- + +LOCK TABLES `b_question_truefalse` WRITE; +/*!40000 ALTER TABLE `b_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_usages` +-- + +DROP TABLE IF EXISTS `b_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_usages` +-- + +LOCK TABLES `b_question_usages` WRITE; +/*!40000 ALTER TABLE `b_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_question_versions` +-- + +DROP TABLE IF EXISTS `b_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `b_quesvers_que_ix` (`questionbankentryid`), + KEY `b_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_question_versions` +-- + +LOCK TABLES `b_question_versions` WRITE; +/*!40000 ALTER TABLE `b_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz` +-- + +DROP TABLE IF EXISTS `b_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quiz_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_quiz` +-- + +LOCK TABLES `b_quiz` WRITE; +/*!40000 ALTER TABLE `b_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_attempts` +-- + +DROP TABLE IF EXISTS `b_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `b_quizatte_uni_uix` (`uniqueid`), + KEY `b_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `b_quizatte_qui_ix` (`quiz`), + KEY `b_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_quiz_attempts` +-- + +LOCK TABLES `b_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `b_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_feedback` +-- + +DROP TABLE IF EXISTS `b_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `b_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_feedback` +-- + +LOCK TABLES `b_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `b_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_grades` +-- + +DROP TABLE IF EXISTS `b_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quizgrad_use_ix` (`userid`), + KEY `b_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_grades` +-- + +LOCK TABLES `b_quiz_grades` WRITE; +/*!40000 ALTER TABLE `b_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_overrides` +-- + +DROP TABLE IF EXISTS `b_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_quizover_qui_ix` (`quiz`), + KEY `b_quizover_gro_ix` (`groupid`), + KEY `b_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_overrides` +-- + +LOCK TABLES `b_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `b_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `b_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_overview_regrades` +-- + +LOCK TABLES `b_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_reports` +-- + +DROP TABLE IF EXISTS `b_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_reports` +-- + +LOCK TABLES `b_quiz_reports` WRITE; +/*!40000 ALTER TABLE `b_quiz_reports` DISABLE KEYS */; +INSERT INTO `b_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `b_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_sections` +-- + +DROP TABLE IF EXISTS `b_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `b_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_sections` +-- + +LOCK TABLES `b_quiz_sections` WRITE; +/*!40000 ALTER TABLE `b_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_slots` +-- + +DROP TABLE IF EXISTS `b_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `b_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `b_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_quiz_slots` +-- + +LOCK TABLES `b_quiz_slots` WRITE; +/*!40000 ALTER TABLE `b_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quiz_statistics` +-- + +DROP TABLE IF EXISTS `b_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `b_quiz_statistics` +-- + +LOCK TABLES `b_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `b_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `b_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `b_quizsebquiz_cmi_uix` (`cmid`), + KEY `b_quizsebquiz_tem_ix` (`templateid`), + KEY `b_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `b_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `b_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_quizaccess_seb_template` +-- + +LOCK TABLES `b_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_rating` +-- + +DROP TABLE IF EXISTS `b_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `b_rati_con_ix` (`contextid`), + KEY `b_rati_use_ix` (`userid`), + KEY `b_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_rating` +-- + +LOCK TABLES `b_rating` WRITE; +/*!40000 ALTER TABLE `b_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_registration_hubs` +-- + +DROP TABLE IF EXISTS `b_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_registration_hubs` +-- + +LOCK TABLES `b_registration_hubs` WRITE; +/*!40000 ALTER TABLE `b_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `b_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_repoaudi_rep_ix` (`reportid`), + KEY `b_repoaudi_use_ix` (`usercreated`), + KEY `b_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_reportbuilder_audience` +-- + +LOCK TABLES `b_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `b_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_repocolu_rep_ix` (`reportid`), + KEY `b_repocolu_use_ix` (`usercreated`), + KEY `b_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_reportbuilder_column` +-- + +LOCK TABLES `b_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `b_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_repofilt_rep_ix` (`reportid`), + KEY `b_repofilt_use_ix` (`usercreated`), + KEY `b_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_reportbuilder_filter` +-- + +LOCK TABLES `b_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `b_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_reporepo_use_ix` (`usercreated`), + KEY `b_reporepo_use2_ix` (`usermodified`), + KEY `b_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_reportbuilder_report` +-- + +LOCK TABLES `b_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `b_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_reposche_rep_ix` (`reportid`), + KEY `b_reposche_use_ix` (`userviewas`), + KEY `b_reposche_use2_ix` (`usercreated`), + KEY `b_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_reportbuilder_schedule` +-- + +LOCK TABLES `b_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_repository` +-- + +DROP TABLE IF EXISTS `b_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_repository` +-- + +LOCK TABLES `b_repository` WRITE; +/*!40000 ALTER TABLE `b_repository` DISABLE KEYS */; +INSERT INTO `b_repository` 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 `b_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_repository_instance_config` +-- + +DROP TABLE IF EXISTS `b_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_repository_instance_config` +-- + +LOCK TABLES `b_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `b_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_repository_instances` +-- + +DROP TABLE IF EXISTS `b_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_repoinst_use_ix` (`userid`), + KEY `b_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_repository_instances` +-- + +LOCK TABLES `b_repository_instances` WRITE; +/*!40000 ALTER TABLE `b_repository_instances` DISABLE KEYS */; +INSERT INTO `b_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080035,1734080035,0),(2,'',2,0,1,NULL,NULL,1734080036,1734080036,0),(3,'',3,0,1,NULL,NULL,1734080038,1734080038,0),(4,'',4,0,1,NULL,NULL,1734080039,1734080039,0),(5,'',5,0,1,NULL,NULL,1734080040,1734080040,0),(6,'',6,0,1,NULL,NULL,1734080040,1734080040,0),(7,'',7,0,1,NULL,NULL,1734080040,1734080040,0),(8,'',8,0,1,NULL,NULL,1734080041,1734080041,0); +/*!40000 ALTER TABLE `b_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `b_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_repository_onedrive_access` +-- + +LOCK TABLES `b_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `b_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_resource` +-- + +DROP TABLE IF EXISTS `b_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_resource` +-- + +LOCK TABLES `b_resource` WRITE; +/*!40000 ALTER TABLE `b_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_resource_old` +-- + +DROP TABLE IF EXISTS `b_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_resoold_old_uix` (`oldid`), + KEY `b_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_resource_old` +-- + +LOCK TABLES `b_resource_old` WRITE; +/*!40000 ALTER TABLE `b_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role` +-- + +DROP TABLE IF EXISTS `b_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_role_sor_uix` (`sortorder`), + UNIQUE KEY `b_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_role` +-- + +LOCK TABLES `b_role` WRITE; +/*!40000 ALTER TABLE `b_role` DISABLE KEYS */; +INSERT INTO `b_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `b_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_allow_assign` +-- + +DROP TABLE IF EXISTS `b_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `b_rolealloassi_rol_ix` (`roleid`), + KEY `b_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_role_allow_assign` +-- + +LOCK TABLES `b_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `b_role_allow_assign` DISABLE KEYS */; +INSERT INTO `b_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `b_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_allow_override` +-- + +DROP TABLE IF EXISTS `b_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `b_rolealloover_rol_ix` (`roleid`), + KEY `b_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_role_allow_override` +-- + +LOCK TABLES `b_role_allow_override` WRITE; +/*!40000 ALTER TABLE `b_role_allow_override` DISABLE KEYS */; +INSERT INTO `b_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `b_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_allow_switch` +-- + +DROP TABLE IF EXISTS `b_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `b_rolealloswit_rol_ix` (`roleid`), + KEY `b_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_role_allow_switch` +-- + +LOCK TABLES `b_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `b_role_allow_switch` DISABLE KEYS */; +INSERT INTO `b_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `b_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_allow_view` +-- + +DROP TABLE IF EXISTS `b_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `b_rolealloview_rol_ix` (`roleid`), + KEY `b_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_role_allow_view` +-- + +LOCK TABLES `b_role_allow_view` WRITE; +/*!40000 ALTER TABLE `b_role_allow_view` DISABLE KEYS */; +INSERT INTO `b_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `b_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_assignments` +-- + +DROP TABLE IF EXISTS `b_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_roleassi_sor_ix` (`sortorder`), + KEY `b_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `b_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `b_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `b_roleassi_rol_ix` (`roleid`), + KEY `b_roleassi_con_ix` (`contextid`), + KEY `b_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_role_assignments` +-- + +LOCK TABLES `b_role_assignments` WRITE; +/*!40000 ALTER TABLE `b_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_capabilities` +-- + +DROP TABLE IF EXISTS `b_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `b_rolecapa_rol_ix` (`roleid`), + KEY `b_rolecapa_con_ix` (`contextid`), + KEY `b_rolecapa_mod_ix` (`modifierid`), + KEY `b_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1487 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_role_capabilities` +-- + +LOCK TABLES `b_role_capabilities` WRITE; +/*!40000 ALTER TABLE `b_role_capabilities` DISABLE KEYS */; +INSERT INTO `b_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734079899,0),(2,1,2,'moodle/site:configview',1,1734079899,0),(3,1,1,'moodle/site:readallmessages',1,1734079899,0),(4,1,3,'moodle/site:readallmessages',1,1734079899,0),(5,1,1,'moodle/site:manageallmessaging',1,1734079899,0),(6,1,1,'moodle/site:deleteanymessage',1,1734079899,0),(7,1,1,'moodle/site:sendmessage',1,1734079899,0),(8,1,7,'moodle/site:sendmessage',1,1734079899,0),(9,1,7,'moodle/site:senderrormessage',1,1734079899,0),(10,1,7,'moodle/site:deleteownmessage',1,1734079899,0),(11,1,1,'moodle/site:approvecourse',1,1734079899,0),(12,1,3,'moodle/backup:backupcourse',1,1734079899,0),(13,1,1,'moodle/backup:backupcourse',1,1734079899,0),(14,1,3,'moodle/backup:backupsection',1,1734079899,0),(15,1,1,'moodle/backup:backupsection',1,1734079899,0),(16,1,3,'moodle/backup:backupactivity',1,1734079899,0),(17,1,1,'moodle/backup:backupactivity',1,1734079899,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734079899,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734079899,0),(20,1,3,'moodle/backup:downloadfile',1,1734079899,0),(21,1,1,'moodle/backup:downloadfile',1,1734079899,0),(22,1,3,'moodle/backup:configure',1,1734079899,0),(23,1,1,'moodle/backup:configure',1,1734079899,0),(24,1,1,'moodle/backup:userinfo',1,1734079899,0),(25,1,1,'moodle/backup:anonymise',1,1734079899,0),(26,1,3,'moodle/restore:restorecourse',1,1734079900,0),(27,1,1,'moodle/restore:restorecourse',1,1734079900,0),(28,1,3,'moodle/restore:restoresection',1,1734079900,0),(29,1,1,'moodle/restore:restoresection',1,1734079900,0),(30,1,3,'moodle/restore:restoreactivity',1,1734079900,0),(31,1,1,'moodle/restore:restoreactivity',1,1734079900,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734079900,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734079900,0),(36,1,3,'moodle/restore:uploadfile',1,1734079900,0),(37,1,1,'moodle/restore:uploadfile',1,1734079900,0),(38,1,3,'moodle/restore:configure',1,1734079900,0),(39,1,1,'moodle/restore:configure',1,1734079900,0),(40,1,2,'moodle/restore:rolldates',1,1734079900,0),(41,1,1,'moodle/restore:rolldates',1,1734079900,0),(42,1,1,'moodle/restore:userinfo',1,1734079900,0),(43,1,1,'moodle/restore:createuser',1,1734079900,0),(44,1,3,'moodle/site:manageblocks',1,1734079900,0),(45,1,1,'moodle/site:manageblocks',1,1734079900,0),(46,1,3,'moodle/site:accessallgroups',1,1734079900,0),(47,1,1,'moodle/site:accessallgroups',1,1734079900,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734079900,0),(49,1,4,'moodle/site:viewfullnames',1,1734079900,0),(50,1,3,'moodle/site:viewfullnames',1,1734079901,0),(51,1,1,'moodle/site:viewfullnames',1,1734079901,0),(52,1,4,'moodle/site:viewuseridentity',1,1734079901,0),(53,1,3,'moodle/site:viewuseridentity',1,1734079901,0),(54,1,1,'moodle/site:viewuseridentity',1,1734079901,0),(55,1,4,'moodle/site:viewreports',1,1734079901,0),(56,1,3,'moodle/site:viewreports',1,1734079901,0),(57,1,1,'moodle/site:viewreports',1,1734079901,0),(58,1,3,'moodle/site:trustcontent',1,1734079901,0),(59,1,1,'moodle/site:trustcontent',1,1734079901,0),(60,1,1,'moodle/site:uploadusers',1,1734079901,0),(61,1,3,'moodle/filter:manage',1,1734079901,0),(62,1,1,'moodle/filter:manage',1,1734079901,0),(63,1,1,'moodle/user:create',1,1734079901,0),(64,1,1,'moodle/user:delete',1,1734079901,0),(65,1,1,'moodle/user:update',1,1734079901,0),(66,1,6,'moodle/user:viewdetails',1,1734079901,0),(67,1,5,'moodle/user:viewdetails',1,1734079901,0),(68,1,4,'moodle/user:viewdetails',1,1734079901,0),(69,1,3,'moodle/user:viewdetails',1,1734079901,0),(70,1,1,'moodle/user:viewdetails',1,1734079901,0),(71,1,1,'moodle/user:viewalldetails',1,1734079901,0),(72,1,1,'moodle/user:viewlastip',1,1734079901,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734079902,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734079902,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734079902,0),(76,1,1,'moodle/user:loginas',1,1734079902,0),(77,1,1,'moodle/user:managesyspages',1,1734079902,0),(78,1,7,'moodle/user:manageownblocks',1,1734079902,0),(79,1,7,'moodle/user:manageownfiles',1,1734079902,0),(80,1,1,'moodle/my:configsyspages',1,1734079902,0),(81,1,3,'moodle/role:assign',1,1734079902,0),(82,1,1,'moodle/role:assign',1,1734079902,0),(83,1,4,'moodle/role:review',1,1734079902,0),(84,1,3,'moodle/role:review',1,1734079902,0),(85,1,1,'moodle/role:review',1,1734079902,0),(86,1,1,'moodle/role:override',1,1734079902,0),(87,1,3,'moodle/role:safeoverride',1,1734079902,0),(88,1,1,'moodle/role:manage',1,1734079902,0),(89,1,3,'moodle/role:switchroles',1,1734079902,0),(90,1,1,'moodle/role:switchroles',1,1734079902,0),(91,1,1,'moodle/category:manage',1,1734079902,0),(92,1,6,'moodle/category:viewcourselist',1,1734079902,0),(93,1,7,'moodle/category:viewcourselist',1,1734079902,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734079902,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734079902,0),(96,1,1,'moodle/cohort:manage',1,1734079902,0),(97,1,1,'moodle/cohort:assign',1,1734079903,0),(98,1,3,'moodle/cohort:view',1,1734079903,0),(99,1,1,'moodle/cohort:view',1,1734079903,0),(100,1,2,'moodle/course:create',1,1734079903,0),(101,1,1,'moodle/course:create',1,1734079903,0),(102,1,3,'moodle/course:creategroupconversations',1,1734079903,0),(103,1,1,'moodle/course:creategroupconversations',1,1734079903,0),(104,1,1,'moodle/course:delete',1,1734079903,0),(105,1,3,'moodle/course:update',1,1734079903,0),(106,1,1,'moodle/course:update',1,1734079903,0),(107,1,1,'moodle/course:view',1,1734079903,0),(108,1,3,'moodle/course:enrolreview',1,1734079903,0),(109,1,1,'moodle/course:enrolreview',1,1734079903,0),(110,1,3,'moodle/course:enrolconfig',1,1734079903,0),(111,1,1,'moodle/course:enrolconfig',1,1734079903,0),(112,1,3,'moodle/course:reviewotherusers',1,1734079903,0),(113,1,1,'moodle/course:reviewotherusers',1,1734079903,0),(114,1,4,'moodle/course:bulkmessaging',1,1734079903,0),(115,1,3,'moodle/course:bulkmessaging',1,1734079903,0),(116,1,1,'moodle/course:bulkmessaging',1,1734079903,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734079903,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734079904,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734079904,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734079904,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734079904,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734079904,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734079904,0),(124,1,3,'moodle/course:visibility',1,1734079904,0),(125,1,1,'moodle/course:visibility',1,1734079904,0),(126,1,3,'moodle/course:managefiles',1,1734079904,0),(127,1,1,'moodle/course:managefiles',1,1734079904,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(132,1,3,'moodle/course:manageactivities',1,1734079904,0),(133,1,1,'moodle/course:manageactivities',1,1734079904,0),(134,1,3,'moodle/course:activityvisibility',1,1734079904,0),(135,1,1,'moodle/course:activityvisibility',1,1734079904,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734079904,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734079904,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734079904,0),(139,1,5,'moodle/course:viewparticipants',1,1734079904,0),(140,1,4,'moodle/course:viewparticipants',1,1734079905,0),(141,1,3,'moodle/course:viewparticipants',1,1734079905,0),(142,1,1,'moodle/course:viewparticipants',1,1734079905,0),(143,1,3,'moodle/course:changefullname',1,1734079905,0),(144,1,1,'moodle/course:changefullname',1,1734079905,0),(145,1,3,'moodle/course:changeshortname',1,1734079905,0),(146,1,1,'moodle/course:changeshortname',1,1734079905,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734079905,0),(148,1,3,'moodle/course:renameroles',1,1734079905,0),(149,1,1,'moodle/course:renameroles',1,1734079905,0),(150,1,3,'moodle/course:changeidnumber',1,1734079905,0),(151,1,1,'moodle/course:changeidnumber',1,1734079905,0),(152,1,3,'moodle/course:changecategory',1,1734079905,0),(153,1,1,'moodle/course:changecategory',1,1734079905,0),(154,1,3,'moodle/course:changesummary',1,1734079905,0),(155,1,1,'moodle/course:changesummary',1,1734079905,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734079905,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734079905,0),(158,1,1,'moodle/site:viewparticipants',1,1734079905,0),(159,1,5,'moodle/course:isincompletionreports',1,1734079905,0),(160,1,5,'moodle/course:viewscales',1,1734079905,0),(161,1,4,'moodle/course:viewscales',1,1734079905,0),(162,1,3,'moodle/course:viewscales',1,1734079905,0),(163,1,1,'moodle/course:viewscales',1,1734079906,0),(164,1,3,'moodle/course:managescales',1,1734079906,0),(165,1,1,'moodle/course:managescales',1,1734079906,0),(166,1,3,'moodle/course:managegroups',1,1734079906,0),(167,1,1,'moodle/course:managegroups',1,1734079906,0),(168,1,3,'moodle/course:reset',1,1734079906,0),(169,1,1,'moodle/course:reset',1,1734079906,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734079906,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734079906,0),(172,1,1,'moodle/course:tag',1,1734079906,0),(173,1,3,'moodle/course:tag',1,1734079906,0),(174,1,6,'moodle/blog:view',1,1734079906,0),(175,1,7,'moodle/blog:view',1,1734079906,0),(176,1,5,'moodle/blog:view',1,1734079906,0),(177,1,4,'moodle/blog:view',1,1734079906,0),(178,1,3,'moodle/blog:view',1,1734079906,0),(179,1,1,'moodle/blog:view',1,1734079906,0),(180,1,6,'moodle/blog:search',1,1734079906,0),(181,1,7,'moodle/blog:search',1,1734079906,0),(182,1,5,'moodle/blog:search',1,1734079906,0),(183,1,4,'moodle/blog:search',1,1734079906,0),(184,1,3,'moodle/blog:search',1,1734079906,0),(185,1,1,'moodle/blog:search',1,1734079906,0),(186,1,1,'moodle/blog:viewdrafts',1,1734079907,0),(187,1,7,'moodle/blog:create',1,1734079907,0),(188,1,1,'moodle/blog:create',1,1734079907,0),(189,1,4,'moodle/blog:manageentries',1,1734079907,0),(190,1,3,'moodle/blog:manageentries',1,1734079907,0),(191,1,1,'moodle/blog:manageentries',1,1734079907,0),(192,1,5,'moodle/blog:manageexternal',1,1734079907,0),(193,1,7,'moodle/blog:manageexternal',1,1734079907,0),(194,1,4,'moodle/blog:manageexternal',1,1734079907,0),(195,1,3,'moodle/blog:manageexternal',1,1734079907,0),(196,1,1,'moodle/blog:manageexternal',1,1734079907,0),(197,1,7,'moodle/calendar:manageownentries',1,1734079907,0),(198,1,1,'moodle/calendar:manageownentries',1,1734079907,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734079907,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734079907,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734079907,0),(202,1,4,'moodle/calendar:manageentries',1,1734079907,0),(203,1,3,'moodle/calendar:manageentries',1,1734079907,0),(204,1,1,'moodle/calendar:manageentries',1,1734079907,0),(205,1,1,'moodle/user:editprofile',1,1734079907,0),(206,1,6,'moodle/user:editownprofile',-1000,1734079907,0),(207,1,7,'moodle/user:editownprofile',1,1734079907,0),(208,1,1,'moodle/user:editownprofile',1,1734079907,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734079907,0),(210,1,7,'moodle/user:changeownpassword',1,1734079907,0),(211,1,1,'moodle/user:changeownpassword',1,1734079908,0),(212,1,5,'moodle/user:readuserposts',1,1734079908,0),(213,1,4,'moodle/user:readuserposts',1,1734079908,0),(214,1,3,'moodle/user:readuserposts',1,1734079908,0),(215,1,1,'moodle/user:readuserposts',1,1734079908,0),(216,1,5,'moodle/user:readuserblogs',1,1734079908,0),(217,1,4,'moodle/user:readuserblogs',1,1734079908,0),(218,1,3,'moodle/user:readuserblogs',1,1734079908,0),(219,1,1,'moodle/user:readuserblogs',1,1734079908,0),(220,1,1,'moodle/user:editmessageprofile',1,1734079908,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734079908,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734079908,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734079908,0),(224,1,3,'moodle/question:managecategory',1,1734079908,0),(225,1,1,'moodle/question:managecategory',1,1734079908,0),(226,1,3,'moodle/question:add',1,1734079908,0),(227,1,1,'moodle/question:add',1,1734079908,0),(228,1,3,'moodle/question:editmine',1,1734079908,0),(229,1,1,'moodle/question:editmine',1,1734079908,0),(230,1,3,'moodle/question:editall',1,1734079908,0),(231,1,1,'moodle/question:editall',1,1734079908,0),(232,1,3,'moodle/question:viewmine',1,1734079908,0),(233,1,1,'moodle/question:viewmine',1,1734079908,0),(234,1,3,'moodle/question:viewall',1,1734079909,0),(235,1,1,'moodle/question:viewall',1,1734079909,0),(236,1,3,'moodle/question:usemine',1,1734079909,0),(237,1,1,'moodle/question:usemine',1,1734079909,0),(238,1,3,'moodle/question:useall',1,1734079909,0),(239,1,1,'moodle/question:useall',1,1734079909,0),(240,1,3,'moodle/question:movemine',1,1734079909,0),(241,1,1,'moodle/question:movemine',1,1734079909,0),(242,1,3,'moodle/question:moveall',1,1734079909,0),(243,1,1,'moodle/question:moveall',1,1734079909,0),(244,1,1,'moodle/question:config',1,1734079909,0),(245,1,5,'moodle/question:flag',1,1734079909,0),(246,1,4,'moodle/question:flag',1,1734079909,0),(247,1,3,'moodle/question:flag',1,1734079909,0),(248,1,1,'moodle/question:flag',1,1734079909,0),(249,1,3,'moodle/question:tagmine',1,1734079909,0),(250,1,1,'moodle/question:tagmine',1,1734079909,0),(251,1,3,'moodle/question:tagall',1,1734079909,0),(252,1,1,'moodle/question:tagall',1,1734079909,0),(253,1,4,'moodle/site:doclinks',1,1734079909,0),(254,1,3,'moodle/site:doclinks',1,1734079909,0),(255,1,1,'moodle/site:doclinks',1,1734079909,0),(256,1,3,'moodle/course:sectionvisibility',1,1734079909,0),(257,1,1,'moodle/course:sectionvisibility',1,1734079909,0),(258,1,3,'moodle/course:useremail',1,1734079910,0),(259,1,1,'moodle/course:useremail',1,1734079910,0),(260,1,3,'moodle/course:viewhiddensections',1,1734079910,0),(261,1,1,'moodle/course:viewhiddensections',1,1734079910,0),(262,1,3,'moodle/course:setcurrentsection',1,1734079910,0),(263,1,1,'moodle/course:setcurrentsection',1,1734079910,0),(264,1,3,'moodle/course:movesections',1,1734079910,0),(265,1,1,'moodle/course:movesections',1,1734079910,0),(266,1,4,'moodle/grade:viewall',1,1734079910,0),(267,1,3,'moodle/grade:viewall',1,1734079910,0),(268,1,1,'moodle/grade:viewall',1,1734079910,0),(269,1,5,'moodle/grade:view',1,1734079910,0),(270,1,4,'moodle/grade:viewhidden',1,1734079910,0),(271,1,3,'moodle/grade:viewhidden',1,1734079910,0),(272,1,1,'moodle/grade:viewhidden',1,1734079910,0),(273,1,3,'moodle/grade:import',1,1734079910,0),(274,1,1,'moodle/grade:import',1,1734079910,0),(275,1,4,'moodle/grade:export',1,1734079910,0),(276,1,3,'moodle/grade:export',1,1734079910,0),(277,1,1,'moodle/grade:export',1,1734079910,0),(278,1,3,'moodle/grade:manage',1,1734079910,0),(279,1,1,'moodle/grade:manage',1,1734079910,0),(280,1,3,'moodle/grade:edit',1,1734079910,0),(281,1,1,'moodle/grade:edit',1,1734079910,0),(282,1,3,'moodle/grade:managegradingforms',1,1734079911,0),(283,1,1,'moodle/grade:managegradingforms',1,1734079911,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734079911,0),(285,1,1,'moodle/grade:managesharedforms',1,1734079911,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734079911,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734079911,0),(288,1,3,'moodle/grade:manageletters',1,1734079911,0),(289,1,1,'moodle/grade:manageletters',1,1734079911,0),(290,1,3,'moodle/grade:hide',1,1734079911,0),(291,1,1,'moodle/grade:hide',1,1734079911,0),(292,1,3,'moodle/grade:lock',1,1734079911,0),(293,1,1,'moodle/grade:lock',1,1734079911,0),(294,1,3,'moodle/grade:unlock',1,1734079911,0),(295,1,1,'moodle/grade:unlock',1,1734079911,0),(296,1,7,'moodle/my:manageblocks',1,1734079911,0),(297,1,4,'moodle/notes:view',1,1734079911,0),(298,1,3,'moodle/notes:view',1,1734079911,0),(299,1,1,'moodle/notes:view',1,1734079911,0),(300,1,4,'moodle/notes:manage',1,1734079911,0),(301,1,3,'moodle/notes:manage',1,1734079911,0),(302,1,1,'moodle/notes:manage',1,1734079911,0),(303,1,1,'moodle/tag:manage',1,1734079911,0),(304,1,1,'moodle/tag:edit',1,1734079911,0),(305,1,7,'moodle/tag:flag',1,1734079911,0),(306,1,4,'moodle/tag:editblocks',1,1734079912,0),(307,1,3,'moodle/tag:editblocks',1,1734079912,0),(308,1,1,'moodle/tag:editblocks',1,1734079912,0),(309,1,6,'moodle/block:view',1,1734079912,0),(310,1,7,'moodle/block:view',1,1734079912,0),(311,1,5,'moodle/block:view',1,1734079912,0),(312,1,4,'moodle/block:view',1,1734079912,0),(313,1,3,'moodle/block:view',1,1734079912,0),(314,1,3,'moodle/block:edit',1,1734079912,0),(315,1,1,'moodle/block:edit',1,1734079912,0),(316,1,7,'moodle/portfolio:export',1,1734079912,0),(317,1,5,'moodle/portfolio:export',1,1734079912,0),(318,1,4,'moodle/portfolio:export',1,1734079912,0),(319,1,3,'moodle/portfolio:export',1,1734079912,0),(320,1,8,'moodle/comment:view',1,1734079912,0),(321,1,6,'moodle/comment:view',1,1734079912,0),(322,1,7,'moodle/comment:view',1,1734079912,0),(323,1,5,'moodle/comment:view',1,1734079912,0),(324,1,4,'moodle/comment:view',1,1734079912,0),(325,1,3,'moodle/comment:view',1,1734079912,0),(326,1,1,'moodle/comment:view',1,1734079912,0),(327,1,7,'moodle/comment:post',1,1734079912,0),(328,1,5,'moodle/comment:post',1,1734079913,0),(329,1,4,'moodle/comment:post',1,1734079913,0),(330,1,3,'moodle/comment:post',1,1734079913,0),(331,1,1,'moodle/comment:post',1,1734079913,0),(332,1,3,'moodle/comment:delete',1,1734079913,0),(333,1,1,'moodle/comment:delete',1,1734079913,0),(334,1,1,'moodle/webservice:createtoken',1,1734079913,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734079913,0),(336,1,7,'moodle/rating:view',1,1734079913,0),(337,1,5,'moodle/rating:view',1,1734079913,0),(338,1,4,'moodle/rating:view',1,1734079913,0),(339,1,3,'moodle/rating:view',1,1734079913,0),(340,1,1,'moodle/rating:view',1,1734079913,0),(341,1,7,'moodle/rating:viewany',1,1734079913,0),(342,1,5,'moodle/rating:viewany',1,1734079913,0),(343,1,4,'moodle/rating:viewany',1,1734079913,0),(344,1,3,'moodle/rating:viewany',1,1734079913,0),(345,1,1,'moodle/rating:viewany',1,1734079913,0),(346,1,7,'moodle/rating:viewall',1,1734079913,0),(347,1,5,'moodle/rating:viewall',1,1734079913,0),(348,1,4,'moodle/rating:viewall',1,1734079913,0),(349,1,3,'moodle/rating:viewall',1,1734079913,0),(350,1,1,'moodle/rating:viewall',1,1734079913,0),(351,1,7,'moodle/rating:rate',1,1734079914,0),(352,1,5,'moodle/rating:rate',1,1734079914,0),(353,1,4,'moodle/rating:rate',1,1734079914,0),(354,1,3,'moodle/rating:rate',1,1734079914,0),(355,1,1,'moodle/rating:rate',1,1734079914,0),(356,1,4,'moodle/course:markcomplete',1,1734079914,0),(357,1,3,'moodle/course:markcomplete',1,1734079914,0),(358,1,1,'moodle/course:markcomplete',1,1734079914,0),(359,1,4,'moodle/course:overridecompletion',1,1734079914,0),(360,1,3,'moodle/course:overridecompletion',1,1734079914,0),(361,1,1,'moodle/course:overridecompletion',1,1734079914,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734079914,0),(363,1,7,'moodle/badges:viewbadges',1,1734079914,0),(364,1,7,'moodle/badges:manageownbadges',1,1734079914,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734079914,0),(366,1,7,'moodle/badges:earnbadge',1,1734079914,0),(367,1,1,'moodle/badges:createbadge',1,1734079914,0),(368,1,3,'moodle/badges:createbadge',1,1734079914,0),(369,1,1,'moodle/badges:deletebadge',1,1734079914,0),(370,1,3,'moodle/badges:deletebadge',1,1734079914,0),(371,1,1,'moodle/badges:configuredetails',1,1734079915,0),(372,1,3,'moodle/badges:configuredetails',1,1734079915,0),(373,1,1,'moodle/badges:configurecriteria',1,1734079915,0),(374,1,3,'moodle/badges:configurecriteria',1,1734079915,0),(375,1,1,'moodle/badges:configuremessages',1,1734079915,0),(376,1,3,'moodle/badges:configuremessages',1,1734079915,0),(377,1,1,'moodle/badges:awardbadge',1,1734079915,0),(378,1,4,'moodle/badges:awardbadge',1,1734079915,0),(379,1,3,'moodle/badges:awardbadge',1,1734079915,0),(380,1,1,'moodle/badges:revokebadge',1,1734079915,0),(381,1,4,'moodle/badges:revokebadge',1,1734079915,0),(382,1,3,'moodle/badges:revokebadge',1,1734079915,0),(383,1,1,'moodle/badges:viewawarded',1,1734079915,0),(384,1,4,'moodle/badges:viewawarded',1,1734079915,0),(385,1,3,'moodle/badges:viewawarded',1,1734079915,0),(386,1,6,'moodle/search:query',1,1734079915,0),(387,1,7,'moodle/search:query',1,1734079915,0),(388,1,5,'moodle/search:query',1,1734079915,0),(389,1,4,'moodle/search:query',1,1734079915,0),(390,1,3,'moodle/search:query',1,1734079915,0),(391,1,1,'moodle/search:query',1,1734079915,0),(392,1,1,'moodle/competency:competencymanage',1,1734079915,0),(393,1,7,'moodle/competency:competencyview',1,1734079915,0),(394,1,3,'moodle/competency:competencygrade',1,1734079915,0),(395,1,4,'moodle/competency:competencygrade',1,1734079916,0),(396,1,1,'moodle/competency:competencygrade',1,1734079916,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734079916,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734079916,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734079916,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734079916,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734079916,0),(402,1,1,'moodle/competency:planmanage',1,1734079916,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734079916,0),(404,1,1,'moodle/competency:planview',1,1734079916,0),(405,1,1,'moodle/competency:planviewdraft',1,1734079916,0),(406,1,7,'moodle/competency:planviewown',1,1734079916,0),(407,1,1,'moodle/competency:planrequestreview',1,1734079916,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734079916,0),(409,1,1,'moodle/competency:planreview',1,1734079916,0),(410,1,1,'moodle/competency:plancomment',1,1734079916,0),(411,1,7,'moodle/competency:plancommentown',1,1734079916,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734079916,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734079916,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734079916,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734079916,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734079917,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734079917,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734079917,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734079917,0),(420,1,1,'moodle/competency:templatemanage',1,1734079917,0),(421,1,4,'moodle/analytics:listinsights',1,1734079917,0),(422,1,3,'moodle/analytics:listinsights',1,1734079917,0),(423,1,1,'moodle/analytics:listinsights',1,1734079917,0),(424,1,1,'moodle/analytics:managemodels',1,1734079917,0),(425,1,1,'moodle/competency:templateview',1,1734079917,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734079917,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734079917,0),(428,1,1,'moodle/competency:userevidenceview',1,1734079917,0),(429,1,4,'moodle/site:messageanyuser',1,1734079917,0),(430,1,3,'moodle/site:messageanyuser',1,1734079917,0),(431,1,1,'moodle/site:messageanyuser',1,1734079917,0),(432,1,7,'moodle/course:togglecompletion',1,1734079917,0),(433,1,7,'moodle/analytics:listowninsights',1,1734079917,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734079917,0),(435,1,1,'moodle/h5p:deploy',1,1734079917,0),(436,1,3,'moodle/h5p:deploy',1,1734079917,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734079917,0),(438,1,1,'moodle/course:recommendactivity',1,1734079918,0),(439,1,1,'moodle/contentbank:access',1,1734079918,0),(440,1,2,'moodle/contentbank:access',1,1734079918,0),(441,1,3,'moodle/contentbank:access',1,1734079918,0),(442,1,1,'moodle/contentbank:upload',1,1734079918,0),(443,1,2,'moodle/contentbank:upload',1,1734079918,0),(444,1,3,'moodle/contentbank:upload',1,1734079918,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734079918,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734079918,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734079918,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734079918,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734079918,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734079918,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734079918,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734079918,0),(453,1,1,'moodle/contentbank:useeditor',1,1734079918,0),(454,1,2,'moodle/contentbank:useeditor',1,1734079918,0),(455,1,3,'moodle/contentbank:useeditor',1,1734079918,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734079918,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734079918,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734079918,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734079918,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734079918,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734079918,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734079919,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734079919,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734079919,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(467,1,7,'moodle/reportbuilder:view',1,1734079919,0),(468,1,1,'moodle/reportbuilder:edit',1,1734079919,0),(469,1,6,'mod/assign:view',1,1734079955,0),(470,1,5,'mod/assign:view',1,1734079955,0),(471,1,4,'mod/assign:view',1,1734079955,0),(472,1,3,'mod/assign:view',1,1734079955,0),(473,1,1,'mod/assign:view',1,1734079955,0),(474,1,5,'mod/assign:submit',1,1734079955,0),(475,1,4,'mod/assign:grade',1,1734079955,0),(476,1,3,'mod/assign:grade',1,1734079955,0),(477,1,1,'mod/assign:grade',1,1734079955,0),(478,1,4,'mod/assign:exportownsubmission',1,1734079955,0),(479,1,3,'mod/assign:exportownsubmission',1,1734079955,0),(480,1,1,'mod/assign:exportownsubmission',1,1734079955,0),(481,1,5,'mod/assign:exportownsubmission',1,1734079955,0),(482,1,3,'mod/assign:addinstance',1,1734079955,0),(483,1,1,'mod/assign:addinstance',1,1734079955,0),(484,1,4,'mod/assign:grantextension',1,1734079955,0),(485,1,3,'mod/assign:grantextension',1,1734079955,0),(486,1,1,'mod/assign:grantextension',1,1734079955,0),(487,1,3,'mod/assign:revealidentities',1,1734079955,0),(488,1,1,'mod/assign:revealidentities',1,1734079955,0),(489,1,3,'mod/assign:reviewgrades',1,1734079955,0),(490,1,1,'mod/assign:reviewgrades',1,1734079955,0),(491,1,3,'mod/assign:releasegrades',1,1734079955,0),(492,1,1,'mod/assign:releasegrades',1,1734079955,0),(493,1,3,'mod/assign:managegrades',1,1734079955,0),(494,1,1,'mod/assign:managegrades',1,1734079955,0),(495,1,3,'mod/assign:manageallocations',1,1734079956,0),(496,1,1,'mod/assign:manageallocations',1,1734079956,0),(497,1,3,'mod/assign:viewgrades',1,1734079956,0),(498,1,1,'mod/assign:viewgrades',1,1734079956,0),(499,1,4,'mod/assign:viewgrades',1,1734079956,0),(500,1,1,'mod/assign:viewblinddetails',1,1734079956,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734079956,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734079956,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734079956,0),(504,1,3,'mod/assign:manageoverrides',1,1734079956,0),(505,1,1,'mod/assign:manageoverrides',1,1734079956,0),(506,1,4,'mod/assign:showhiddengrader',1,1734079956,0),(507,1,3,'mod/assign:showhiddengrader',1,1734079956,0),(508,1,1,'mod/assign:showhiddengrader',1,1734079956,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734079956,0),(510,1,6,'mod/assignment:view',1,1734079957,0),(511,1,5,'mod/assignment:view',1,1734079957,0),(512,1,4,'mod/assignment:view',1,1734079957,0),(513,1,3,'mod/assignment:view',1,1734079957,0),(514,1,1,'mod/assignment:view',1,1734079957,0),(515,1,3,'mod/assignment:addinstance',1,1734079957,0),(516,1,1,'mod/assignment:addinstance',1,1734079957,0),(517,1,5,'mod/assignment:submit',1,1734079957,0),(518,1,4,'mod/assignment:grade',1,1734079957,0),(519,1,3,'mod/assignment:grade',1,1734079957,0),(520,1,1,'mod/assignment:grade',1,1734079957,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734079957,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734079957,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734079957,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734079957,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734079958,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734079958,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734079958,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734079958,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734079958,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734079958,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734079958,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734079958,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734079958,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(554,1,3,'mod/book:addinstance',1,1734079960,0),(555,1,1,'mod/book:addinstance',1,1734079960,0),(556,1,6,'mod/book:read',1,1734079960,0),(557,1,8,'mod/book:read',1,1734079960,0),(558,1,5,'mod/book:read',1,1734079960,0),(559,1,4,'mod/book:read',1,1734079960,0),(560,1,3,'mod/book:read',1,1734079960,0),(561,1,1,'mod/book:read',1,1734079960,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734079960,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734079960,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734079960,0),(565,1,3,'mod/book:edit',1,1734079960,0),(566,1,1,'mod/book:edit',1,1734079960,0),(567,1,3,'mod/chat:addinstance',1,1734079961,0),(568,1,1,'mod/chat:addinstance',1,1734079961,0),(569,1,5,'mod/chat:chat',1,1734079961,0),(570,1,4,'mod/chat:chat',1,1734079961,0),(571,1,3,'mod/chat:chat',1,1734079961,0),(572,1,1,'mod/chat:chat',1,1734079961,0),(573,1,5,'mod/chat:readlog',1,1734079961,0),(574,1,4,'mod/chat:readlog',1,1734079961,0),(575,1,3,'mod/chat:readlog',1,1734079961,0),(576,1,1,'mod/chat:readlog',1,1734079961,0),(577,1,4,'mod/chat:deletelog',1,1734079961,0),(578,1,3,'mod/chat:deletelog',1,1734079961,0),(579,1,1,'mod/chat:deletelog',1,1734079961,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734079961,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734079961,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734079961,0),(583,1,4,'mod/chat:exportsession',1,1734079961,0),(584,1,3,'mod/chat:exportsession',1,1734079961,0),(585,1,1,'mod/chat:exportsession',1,1734079961,0),(586,1,7,'mod/chat:view',1,1734079961,0),(587,1,6,'mod/chat:view',1,1734079962,0),(588,1,3,'mod/choice:addinstance',1,1734079962,0),(589,1,1,'mod/choice:addinstance',1,1734079962,0),(590,1,5,'mod/choice:choose',1,1734079962,0),(591,1,4,'mod/choice:choose',1,1734079962,0),(592,1,3,'mod/choice:choose',1,1734079962,0),(593,1,4,'mod/choice:readresponses',1,1734079962,0),(594,1,3,'mod/choice:readresponses',1,1734079962,0),(595,1,1,'mod/choice:readresponses',1,1734079962,0),(596,1,4,'mod/choice:deleteresponses',1,1734079962,0),(597,1,3,'mod/choice:deleteresponses',1,1734079962,0),(598,1,1,'mod/choice:deleteresponses',1,1734079962,0),(599,1,4,'mod/choice:downloadresponses',1,1734079962,0),(600,1,3,'mod/choice:downloadresponses',1,1734079963,0),(601,1,1,'mod/choice:downloadresponses',1,1734079963,0),(602,1,7,'mod/choice:view',1,1734079963,0),(603,1,6,'mod/choice:view',1,1734079963,0),(604,1,3,'mod/data:addinstance',1,1734079963,0),(605,1,1,'mod/data:addinstance',1,1734079963,0),(606,1,8,'mod/data:viewentry',1,1734079963,0),(607,1,6,'mod/data:viewentry',1,1734079963,0),(608,1,5,'mod/data:viewentry',1,1734079963,0),(609,1,4,'mod/data:viewentry',1,1734079963,0),(610,1,3,'mod/data:viewentry',1,1734079963,0),(611,1,1,'mod/data:viewentry',1,1734079964,0),(612,1,5,'mod/data:writeentry',1,1734079964,0),(613,1,4,'mod/data:writeentry',1,1734079964,0),(614,1,3,'mod/data:writeentry',1,1734079964,0),(615,1,1,'mod/data:writeentry',1,1734079964,0),(616,1,5,'mod/data:comment',1,1734079964,0),(617,1,4,'mod/data:comment',1,1734079964,0),(618,1,3,'mod/data:comment',1,1734079964,0),(619,1,1,'mod/data:comment',1,1734079964,0),(620,1,4,'mod/data:rate',1,1734079964,0),(621,1,3,'mod/data:rate',1,1734079964,0),(622,1,1,'mod/data:rate',1,1734079964,0),(623,1,4,'mod/data:viewrating',1,1734079964,0),(624,1,3,'mod/data:viewrating',1,1734079964,0),(625,1,1,'mod/data:viewrating',1,1734079964,0),(626,1,4,'mod/data:viewanyrating',1,1734079964,0),(627,1,3,'mod/data:viewanyrating',1,1734079964,0),(628,1,1,'mod/data:viewanyrating',1,1734079964,0),(629,1,4,'mod/data:viewallratings',1,1734079964,0),(630,1,3,'mod/data:viewallratings',1,1734079964,0),(631,1,1,'mod/data:viewallratings',1,1734079965,0),(632,1,4,'mod/data:approve',1,1734079965,0),(633,1,3,'mod/data:approve',1,1734079965,0),(634,1,1,'mod/data:approve',1,1734079965,0),(635,1,4,'mod/data:manageentries',1,1734079965,0),(636,1,3,'mod/data:manageentries',1,1734079965,0),(637,1,1,'mod/data:manageentries',1,1734079965,0),(638,1,4,'mod/data:managecomments',1,1734079965,0),(639,1,3,'mod/data:managecomments',1,1734079965,0),(640,1,1,'mod/data:managecomments',1,1734079965,0),(641,1,3,'mod/data:managetemplates',1,1734079965,0),(642,1,1,'mod/data:managetemplates',1,1734079965,0),(643,1,4,'mod/data:viewalluserpresets',1,1734079965,0),(644,1,3,'mod/data:viewalluserpresets',1,1734079965,0),(645,1,1,'mod/data:viewalluserpresets',1,1734079965,0),(646,1,1,'mod/data:manageuserpresets',1,1734079965,0),(647,1,1,'mod/data:exportentry',1,1734079965,0),(648,1,4,'mod/data:exportentry',1,1734079965,0),(649,1,3,'mod/data:exportentry',1,1734079965,0),(650,1,1,'mod/data:exportownentry',1,1734079965,0),(651,1,4,'mod/data:exportownentry',1,1734079965,0),(652,1,3,'mod/data:exportownentry',1,1734079965,0),(653,1,5,'mod/data:exportownentry',1,1734079966,0),(654,1,1,'mod/data:exportallentries',1,1734079966,0),(655,1,4,'mod/data:exportallentries',1,1734079966,0),(656,1,3,'mod/data:exportallentries',1,1734079966,0),(657,1,1,'mod/data:exportuserinfo',1,1734079966,0),(658,1,4,'mod/data:exportuserinfo',1,1734079966,0),(659,1,3,'mod/data:exportuserinfo',1,1734079966,0),(660,1,6,'mod/data:view',1,1734079966,0),(661,1,5,'mod/data:view',1,1734079966,0),(662,1,4,'mod/data:view',1,1734079966,0),(663,1,3,'mod/data:view',1,1734079966,0),(664,1,1,'mod/data:view',1,1734079966,0),(665,1,3,'mod/feedback:addinstance',1,1734079967,0),(666,1,1,'mod/feedback:addinstance',1,1734079967,0),(667,1,6,'mod/feedback:view',1,1734079967,0),(668,1,8,'mod/feedback:view',1,1734079967,0),(669,1,5,'mod/feedback:view',1,1734079967,0),(670,1,4,'mod/feedback:view',1,1734079967,0),(671,1,3,'mod/feedback:view',1,1734079967,0),(672,1,1,'mod/feedback:view',1,1734079967,0),(673,1,8,'mod/feedback:complete',1,1734079967,0),(674,1,5,'mod/feedback:complete',1,1734079967,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734079967,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734079967,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734079967,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734079967,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734079968,0),(680,1,1,'mod/feedback:mapcourse',1,1734079968,0),(681,1,3,'mod/feedback:edititems',1,1734079968,0),(682,1,1,'mod/feedback:edititems',1,1734079968,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734079968,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734079968,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734079968,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734079968,0),(687,1,3,'mod/feedback:deletetemplate',1,1734079968,0),(688,1,1,'mod/feedback:deletetemplate',1,1734079968,0),(689,1,4,'mod/feedback:viewreports',1,1734079968,0),(690,1,3,'mod/feedback:viewreports',1,1734079968,0),(691,1,1,'mod/feedback:viewreports',1,1734079968,0),(692,1,4,'mod/feedback:receivemail',1,1734079968,0),(693,1,3,'mod/feedback:receivemail',1,1734079968,0),(694,1,3,'mod/folder:addinstance',1,1734079968,0),(695,1,1,'mod/folder:addinstance',1,1734079969,0),(696,1,6,'mod/folder:view',1,1734079969,0),(697,1,7,'mod/folder:view',1,1734079969,0),(698,1,3,'mod/folder:managefiles',1,1734079969,0),(699,1,3,'mod/forum:addinstance',1,1734079970,0),(700,1,1,'mod/forum:addinstance',1,1734079970,0),(701,1,8,'mod/forum:viewdiscussion',1,1734079970,0),(702,1,6,'mod/forum:viewdiscussion',1,1734079970,0),(703,1,5,'mod/forum:viewdiscussion',1,1734079970,0),(704,1,4,'mod/forum:viewdiscussion',1,1734079970,0),(705,1,3,'mod/forum:viewdiscussion',1,1734079970,0),(706,1,1,'mod/forum:viewdiscussion',1,1734079970,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734079970,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734079970,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734079970,0),(710,1,5,'mod/forum:startdiscussion',1,1734079970,0),(711,1,4,'mod/forum:startdiscussion',1,1734079970,0),(712,1,3,'mod/forum:startdiscussion',1,1734079970,0),(713,1,1,'mod/forum:startdiscussion',1,1734079970,0),(714,1,5,'mod/forum:replypost',1,1734079970,0),(715,1,4,'mod/forum:replypost',1,1734079970,0),(716,1,3,'mod/forum:replypost',1,1734079971,0),(717,1,1,'mod/forum:replypost',1,1734079971,0),(718,1,4,'mod/forum:addnews',1,1734079971,0),(719,1,3,'mod/forum:addnews',1,1734079971,0),(720,1,1,'mod/forum:addnews',1,1734079971,0),(721,1,4,'mod/forum:replynews',1,1734079971,0),(722,1,3,'mod/forum:replynews',1,1734079971,0),(723,1,1,'mod/forum:replynews',1,1734079971,0),(724,1,5,'mod/forum:viewrating',1,1734079971,0),(725,1,4,'mod/forum:viewrating',1,1734079971,0),(726,1,3,'mod/forum:viewrating',1,1734079971,0),(727,1,1,'mod/forum:viewrating',1,1734079971,0),(728,1,4,'mod/forum:viewanyrating',1,1734079971,0),(729,1,3,'mod/forum:viewanyrating',1,1734079971,0),(730,1,1,'mod/forum:viewanyrating',1,1734079971,0),(731,1,4,'mod/forum:viewallratings',1,1734079971,0),(732,1,3,'mod/forum:viewallratings',1,1734079971,0),(733,1,1,'mod/forum:viewallratings',1,1734079971,0),(734,1,4,'mod/forum:rate',1,1734079971,0),(735,1,3,'mod/forum:rate',1,1734079971,0),(736,1,1,'mod/forum:rate',1,1734079971,0),(737,1,4,'mod/forum:postprivatereply',1,1734079971,0),(738,1,3,'mod/forum:postprivatereply',1,1734079971,0),(739,1,1,'mod/forum:postprivatereply',1,1734079971,0),(740,1,4,'mod/forum:readprivatereplies',1,1734079971,0),(741,1,3,'mod/forum:readprivatereplies',1,1734079972,0),(742,1,1,'mod/forum:readprivatereplies',1,1734079972,0),(743,1,5,'mod/forum:createattachment',1,1734079972,0),(744,1,4,'mod/forum:createattachment',1,1734079972,0),(745,1,3,'mod/forum:createattachment',1,1734079972,0),(746,1,1,'mod/forum:createattachment',1,1734079972,0),(747,1,5,'mod/forum:deleteownpost',1,1734079972,0),(748,1,4,'mod/forum:deleteownpost',1,1734079972,0),(749,1,3,'mod/forum:deleteownpost',1,1734079972,0),(750,1,1,'mod/forum:deleteownpost',1,1734079972,0),(751,1,4,'mod/forum:deleteanypost',1,1734079972,0),(752,1,3,'mod/forum:deleteanypost',1,1734079972,0),(753,1,1,'mod/forum:deleteanypost',1,1734079972,0),(754,1,4,'mod/forum:splitdiscussions',1,1734079972,0),(755,1,3,'mod/forum:splitdiscussions',1,1734079972,0),(756,1,1,'mod/forum:splitdiscussions',1,1734079972,0),(757,1,4,'mod/forum:movediscussions',1,1734079972,0),(758,1,3,'mod/forum:movediscussions',1,1734079972,0),(759,1,1,'mod/forum:movediscussions',1,1734079972,0),(760,1,4,'mod/forum:pindiscussions',1,1734079972,0),(761,1,3,'mod/forum:pindiscussions',1,1734079972,0),(762,1,1,'mod/forum:pindiscussions',1,1734079973,0),(763,1,4,'mod/forum:editanypost',1,1734079973,0),(764,1,3,'mod/forum:editanypost',1,1734079973,0),(765,1,1,'mod/forum:editanypost',1,1734079973,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734079973,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734079973,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734079973,0),(769,1,4,'mod/forum:viewsubscribers',1,1734079973,0),(770,1,3,'mod/forum:viewsubscribers',1,1734079973,0),(771,1,1,'mod/forum:viewsubscribers',1,1734079973,0),(772,1,4,'mod/forum:managesubscriptions',1,1734079973,0),(773,1,3,'mod/forum:managesubscriptions',1,1734079973,0),(774,1,1,'mod/forum:managesubscriptions',1,1734079973,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734079973,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734079973,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734079973,0),(778,1,4,'mod/forum:exportdiscussion',1,1734079973,0),(779,1,3,'mod/forum:exportdiscussion',1,1734079973,0),(780,1,1,'mod/forum:exportdiscussion',1,1734079973,0),(781,1,4,'mod/forum:exportforum',1,1734079973,0),(782,1,3,'mod/forum:exportforum',1,1734079973,0),(783,1,1,'mod/forum:exportforum',1,1734079974,0),(784,1,4,'mod/forum:exportpost',1,1734079974,0),(785,1,3,'mod/forum:exportpost',1,1734079974,0),(786,1,1,'mod/forum:exportpost',1,1734079974,0),(787,1,4,'mod/forum:exportownpost',1,1734079974,0),(788,1,3,'mod/forum:exportownpost',1,1734079974,0),(789,1,1,'mod/forum:exportownpost',1,1734079974,0),(790,1,5,'mod/forum:exportownpost',1,1734079974,0),(791,1,4,'mod/forum:addquestion',1,1734079974,0),(792,1,3,'mod/forum:addquestion',1,1734079974,0),(793,1,1,'mod/forum:addquestion',1,1734079974,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734079974,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734079974,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734079974,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734079974,0),(798,1,4,'mod/forum:canposttomygroups',1,1734079974,0),(799,1,3,'mod/forum:canposttomygroups',1,1734079974,0),(800,1,1,'mod/forum:canposttomygroups',1,1734079974,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734079974,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734079974,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734079974,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734079975,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734079975,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734079975,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734079975,0),(808,1,4,'mod/forum:grade',1,1734079975,0),(809,1,3,'mod/forum:grade',1,1734079975,0),(810,1,1,'mod/forum:grade',1,1734079975,0),(811,1,3,'mod/glossary:addinstance',1,1734079976,0),(812,1,1,'mod/glossary:addinstance',1,1734079976,0),(813,1,8,'mod/glossary:view',1,1734079976,0),(814,1,6,'mod/glossary:view',1,1734079976,0),(815,1,5,'mod/glossary:view',1,1734079976,0),(816,1,4,'mod/glossary:view',1,1734079976,0),(817,1,3,'mod/glossary:view',1,1734079976,0),(818,1,1,'mod/glossary:view',1,1734079976,0),(819,1,5,'mod/glossary:write',1,1734079976,0),(820,1,4,'mod/glossary:write',1,1734079976,0),(821,1,3,'mod/glossary:write',1,1734079976,0),(822,1,1,'mod/glossary:write',1,1734079976,0),(823,1,4,'mod/glossary:manageentries',1,1734079976,0),(824,1,3,'mod/glossary:manageentries',1,1734079976,0),(825,1,1,'mod/glossary:manageentries',1,1734079976,0),(826,1,4,'mod/glossary:managecategories',1,1734079976,0),(827,1,3,'mod/glossary:managecategories',1,1734079976,0),(828,1,1,'mod/glossary:managecategories',1,1734079976,0),(829,1,5,'mod/glossary:comment',1,1734079976,0),(830,1,4,'mod/glossary:comment',1,1734079976,0),(831,1,3,'mod/glossary:comment',1,1734079976,0),(832,1,1,'mod/glossary:comment',1,1734079976,0),(833,1,4,'mod/glossary:managecomments',1,1734079977,0),(834,1,3,'mod/glossary:managecomments',1,1734079977,0),(835,1,1,'mod/glossary:managecomments',1,1734079977,0),(836,1,4,'mod/glossary:import',1,1734079977,0),(837,1,3,'mod/glossary:import',1,1734079977,0),(838,1,1,'mod/glossary:import',1,1734079977,0),(839,1,4,'mod/glossary:export',1,1734079977,0),(840,1,3,'mod/glossary:export',1,1734079977,0),(841,1,1,'mod/glossary:export',1,1734079977,0),(842,1,4,'mod/glossary:approve',1,1734079977,0),(843,1,3,'mod/glossary:approve',1,1734079977,0),(844,1,1,'mod/glossary:approve',1,1734079977,0),(845,1,4,'mod/glossary:rate',1,1734079977,0),(846,1,3,'mod/glossary:rate',1,1734079977,0),(847,1,1,'mod/glossary:rate',1,1734079977,0),(848,1,4,'mod/glossary:viewrating',1,1734079977,0),(849,1,3,'mod/glossary:viewrating',1,1734079977,0),(850,1,1,'mod/glossary:viewrating',1,1734079977,0),(851,1,4,'mod/glossary:viewanyrating',1,1734079977,0),(852,1,3,'mod/glossary:viewanyrating',1,1734079977,0),(853,1,1,'mod/glossary:viewanyrating',1,1734079977,0),(854,1,4,'mod/glossary:viewallratings',1,1734079977,0),(855,1,3,'mod/glossary:viewallratings',1,1734079977,0),(856,1,1,'mod/glossary:viewallratings',1,1734079978,0),(857,1,4,'mod/glossary:exportentry',1,1734079978,0),(858,1,3,'mod/glossary:exportentry',1,1734079978,0),(859,1,1,'mod/glossary:exportentry',1,1734079978,0),(860,1,4,'mod/glossary:exportownentry',1,1734079978,0),(861,1,3,'mod/glossary:exportownentry',1,1734079978,0),(862,1,1,'mod/glossary:exportownentry',1,1734079978,0),(863,1,5,'mod/glossary:exportownentry',1,1734079978,0),(864,1,6,'mod/h5pactivity:view',1,1734079978,0),(865,1,5,'mod/h5pactivity:view',1,1734079979,0),(866,1,4,'mod/h5pactivity:view',1,1734079979,0),(867,1,3,'mod/h5pactivity:view',1,1734079979,0),(868,1,1,'mod/h5pactivity:view',1,1734079979,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734079979,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734079979,0),(871,1,5,'mod/h5pactivity:submit',1,1734079979,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734079979,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734079979,0),(874,1,6,'mod/imscp:view',1,1734079979,0),(875,1,7,'mod/imscp:view',1,1734079979,0),(876,1,3,'mod/imscp:addinstance',1,1734079979,0),(877,1,1,'mod/imscp:addinstance',1,1734079979,0),(878,1,3,'mod/label:addinstance',1,1734079980,0),(879,1,1,'mod/label:addinstance',1,1734079980,0),(880,1,7,'mod/label:view',1,1734079980,0),(881,1,6,'mod/label:view',1,1734079980,0),(882,1,3,'mod/lesson:addinstance',1,1734079981,0),(883,1,1,'mod/lesson:addinstance',1,1734079981,0),(884,1,3,'mod/lesson:edit',1,1734079981,0),(885,1,1,'mod/lesson:edit',1,1734079981,0),(886,1,4,'mod/lesson:grade',1,1734079981,0),(887,1,3,'mod/lesson:grade',1,1734079981,0),(888,1,1,'mod/lesson:grade',1,1734079981,0),(889,1,4,'mod/lesson:viewreports',1,1734079981,0),(890,1,3,'mod/lesson:viewreports',1,1734079981,0),(891,1,1,'mod/lesson:viewreports',1,1734079981,0),(892,1,4,'mod/lesson:manage',1,1734079981,0),(893,1,3,'mod/lesson:manage',1,1734079981,0),(894,1,1,'mod/lesson:manage',1,1734079981,0),(895,1,3,'mod/lesson:manageoverrides',1,1734079981,0),(896,1,1,'mod/lesson:manageoverrides',1,1734079981,0),(897,1,7,'mod/lesson:view',1,1734079981,0),(898,1,6,'mod/lesson:view',1,1734079981,0),(899,1,5,'mod/lti:view',1,1734079982,0),(900,1,4,'mod/lti:view',1,1734079982,0),(901,1,3,'mod/lti:view',1,1734079982,0),(902,1,1,'mod/lti:view',1,1734079982,0),(903,1,3,'mod/lti:addinstance',1,1734079983,0),(904,1,1,'mod/lti:addinstance',1,1734079983,0),(905,1,4,'mod/lti:manage',1,1734079983,0),(906,1,3,'mod/lti:manage',1,1734079983,0),(907,1,1,'mod/lti:manage',1,1734079983,0),(908,1,3,'mod/lti:addcoursetool',1,1734079983,0),(909,1,1,'mod/lti:addcoursetool',1,1734079983,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(912,1,3,'mod/lti:addmanualinstance',1,1734079983,0),(913,1,1,'mod/lti:addmanualinstance',1,1734079983,0),(914,1,3,'mod/lti:requesttooladd',1,1734079983,0),(915,1,1,'mod/lti:requesttooladd',1,1734079983,0),(916,1,6,'mod/page:view',1,1734079984,0),(917,1,7,'mod/page:view',1,1734079984,0),(918,1,3,'mod/page:addinstance',1,1734079984,0),(919,1,1,'mod/page:addinstance',1,1734079984,0),(920,1,6,'mod/quiz:view',1,1734079985,0),(921,1,5,'mod/quiz:view',1,1734079985,0),(922,1,4,'mod/quiz:view',1,1734079985,0),(923,1,3,'mod/quiz:view',1,1734079985,0),(924,1,1,'mod/quiz:view',1,1734079985,0),(925,1,3,'mod/quiz:addinstance',1,1734079985,0),(926,1,1,'mod/quiz:addinstance',1,1734079985,0),(927,1,5,'mod/quiz:attempt',1,1734079985,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734079985,0),(929,1,3,'mod/quiz:manage',1,1734079985,0),(930,1,1,'mod/quiz:manage',1,1734079985,0),(931,1,3,'mod/quiz:manageoverrides',1,1734079985,0),(932,1,1,'mod/quiz:manageoverrides',1,1734079985,0),(933,1,4,'mod/quiz:viewoverrides',1,1734079985,0),(934,1,3,'mod/quiz:viewoverrides',1,1734079985,0),(935,1,1,'mod/quiz:viewoverrides',1,1734079985,0),(936,1,4,'mod/quiz:preview',1,1734079985,0),(937,1,3,'mod/quiz:preview',1,1734079985,0),(938,1,1,'mod/quiz:preview',1,1734079986,0),(939,1,4,'mod/quiz:grade',1,1734079986,0),(940,1,3,'mod/quiz:grade',1,1734079986,0),(941,1,1,'mod/quiz:grade',1,1734079986,0),(942,1,4,'mod/quiz:regrade',1,1734079986,0),(943,1,3,'mod/quiz:regrade',1,1734079986,0),(944,1,1,'mod/quiz:regrade',1,1734079986,0),(945,1,4,'mod/quiz:viewreports',1,1734079986,0),(946,1,3,'mod/quiz:viewreports',1,1734079986,0),(947,1,1,'mod/quiz:viewreports',1,1734079986,0),(948,1,3,'mod/quiz:deleteattempts',1,1734079986,0),(949,1,1,'mod/quiz:deleteattempts',1,1734079986,0),(950,1,6,'mod/resource:view',1,1734079987,0),(951,1,7,'mod/resource:view',1,1734079987,0),(952,1,3,'mod/resource:addinstance',1,1734079987,0),(953,1,1,'mod/resource:addinstance',1,1734079987,0),(954,1,3,'mod/scorm:addinstance',1,1734079988,0),(955,1,1,'mod/scorm:addinstance',1,1734079988,0),(956,1,4,'mod/scorm:viewreport',1,1734079988,0),(957,1,3,'mod/scorm:viewreport',1,1734079988,0),(958,1,1,'mod/scorm:viewreport',1,1734079988,0),(959,1,5,'mod/scorm:skipview',1,1734079988,0),(960,1,5,'mod/scorm:savetrack',1,1734079988,0),(961,1,4,'mod/scorm:savetrack',1,1734079988,0),(962,1,3,'mod/scorm:savetrack',1,1734079988,0),(963,1,1,'mod/scorm:savetrack',1,1734079988,0),(964,1,5,'mod/scorm:viewscores',1,1734079988,0),(965,1,4,'mod/scorm:viewscores',1,1734079988,0),(966,1,3,'mod/scorm:viewscores',1,1734079988,0),(967,1,1,'mod/scorm:viewscores',1,1734079989,0),(968,1,4,'mod/scorm:deleteresponses',1,1734079989,0),(969,1,3,'mod/scorm:deleteresponses',1,1734079989,0),(970,1,1,'mod/scorm:deleteresponses',1,1734079989,0),(971,1,3,'mod/survey:addinstance',1,1734079990,0),(972,1,1,'mod/survey:addinstance',1,1734079990,0),(973,1,5,'mod/survey:participate',1,1734079990,0),(974,1,4,'mod/survey:participate',1,1734079990,0),(975,1,3,'mod/survey:participate',1,1734079990,0),(976,1,1,'mod/survey:participate',1,1734079990,0),(977,1,4,'mod/survey:readresponses',1,1734079990,0),(978,1,3,'mod/survey:readresponses',1,1734079990,0),(979,1,1,'mod/survey:readresponses',1,1734079990,0),(980,1,4,'mod/survey:download',1,1734079990,0),(981,1,3,'mod/survey:download',1,1734079990,0),(982,1,1,'mod/survey:download',1,1734079990,0),(983,1,6,'mod/url:view',1,1734079991,0),(984,1,7,'mod/url:view',1,1734079991,0),(985,1,3,'mod/url:addinstance',1,1734079991,0),(986,1,1,'mod/url:addinstance',1,1734079991,0),(987,1,3,'mod/wiki:addinstance',1,1734079992,0),(988,1,1,'mod/wiki:addinstance',1,1734079992,0),(989,1,6,'mod/wiki:viewpage',1,1734079992,0),(990,1,8,'mod/wiki:viewpage',1,1734079992,0),(991,1,5,'mod/wiki:viewpage',1,1734079992,0),(992,1,4,'mod/wiki:viewpage',1,1734079992,0),(993,1,3,'mod/wiki:viewpage',1,1734079992,0),(994,1,1,'mod/wiki:viewpage',1,1734079992,0),(995,1,5,'mod/wiki:editpage',1,1734079992,0),(996,1,4,'mod/wiki:editpage',1,1734079992,0),(997,1,3,'mod/wiki:editpage',1,1734079992,0),(998,1,1,'mod/wiki:editpage',1,1734079992,0),(999,1,5,'mod/wiki:createpage',1,1734079992,0),(1000,1,4,'mod/wiki:createpage',1,1734079992,0),(1001,1,3,'mod/wiki:createpage',1,1734079992,0),(1002,1,1,'mod/wiki:createpage',1,1734079992,0),(1003,1,5,'mod/wiki:viewcomment',1,1734079992,0),(1004,1,4,'mod/wiki:viewcomment',1,1734079992,0),(1005,1,3,'mod/wiki:viewcomment',1,1734079992,0),(1006,1,1,'mod/wiki:viewcomment',1,1734079992,0),(1007,1,5,'mod/wiki:editcomment',1,1734079992,0),(1008,1,4,'mod/wiki:editcomment',1,1734079992,0),(1009,1,3,'mod/wiki:editcomment',1,1734079993,0),(1010,1,1,'mod/wiki:editcomment',1,1734079993,0),(1011,1,4,'mod/wiki:managecomment',1,1734079993,0),(1012,1,3,'mod/wiki:managecomment',1,1734079993,0),(1013,1,1,'mod/wiki:managecomment',1,1734079993,0),(1014,1,4,'mod/wiki:managefiles',1,1734079993,0),(1015,1,3,'mod/wiki:managefiles',1,1734079993,0),(1016,1,1,'mod/wiki:managefiles',1,1734079993,0),(1017,1,4,'mod/wiki:overridelock',1,1734079993,0),(1018,1,3,'mod/wiki:overridelock',1,1734079993,0),(1019,1,1,'mod/wiki:overridelock',1,1734079993,0),(1020,1,4,'mod/wiki:managewiki',1,1734079993,0),(1021,1,3,'mod/wiki:managewiki',1,1734079993,0),(1022,1,1,'mod/wiki:managewiki',1,1734079993,0),(1023,1,6,'mod/workshop:view',1,1734079994,0),(1024,1,5,'mod/workshop:view',1,1734079994,0),(1025,1,4,'mod/workshop:view',1,1734079994,0),(1026,1,3,'mod/workshop:view',1,1734079994,0),(1027,1,1,'mod/workshop:view',1,1734079994,0),(1028,1,3,'mod/workshop:addinstance',1,1734079994,0),(1029,1,1,'mod/workshop:addinstance',1,1734079994,0),(1030,1,4,'mod/workshop:switchphase',1,1734079994,0),(1031,1,3,'mod/workshop:switchphase',1,1734079994,0),(1032,1,1,'mod/workshop:switchphase',1,1734079994,0),(1033,1,3,'mod/workshop:editdimensions',1,1734079994,0),(1034,1,1,'mod/workshop:editdimensions',1,1734079994,0),(1035,1,5,'mod/workshop:submit',1,1734079994,0),(1036,1,5,'mod/workshop:peerassess',1,1734079994,0),(1037,1,4,'mod/workshop:manageexamples',1,1734079995,0),(1038,1,3,'mod/workshop:manageexamples',1,1734079995,0),(1039,1,1,'mod/workshop:manageexamples',1,1734079995,0),(1040,1,4,'mod/workshop:allocate',1,1734079995,0),(1041,1,3,'mod/workshop:allocate',1,1734079995,0),(1042,1,1,'mod/workshop:allocate',1,1734079995,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734079995,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734079995,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734079995,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734079995,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734079995,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734079995,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734079995,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734079995,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734079995,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734079995,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734079995,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734079995,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734079995,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734079996,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734079996,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734079996,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734079996,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734079996,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734079996,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734079996,0),(1067,1,4,'mod/workshop:overridegrades',1,1734079996,0),(1068,1,3,'mod/workshop:overridegrades',1,1734079996,0),(1069,1,1,'mod/workshop:overridegrades',1,1734079996,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734079996,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734079996,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734079996,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734079996,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734079996,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734079997,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734079997,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734079997,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734079997,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734079997,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734079999,0),(1081,1,1,'enrol/category:config',1,1734080000,0),(1082,1,3,'enrol/category:config',1,1734080000,0),(1083,1,3,'enrol/cohort:config',1,1734080000,0),(1084,1,1,'enrol/cohort:config',1,1734080000,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080000,0),(1086,1,1,'enrol/database:unenrol',1,1734080000,0),(1087,1,1,'enrol/database:config',1,1734080000,0),(1088,1,3,'enrol/database:config',1,1734080000,0),(1089,1,1,'enrol/fee:config',1,1734080001,0),(1090,1,1,'enrol/fee:manage',1,1734080001,0),(1091,1,3,'enrol/fee:manage',1,1734080001,0),(1092,1,1,'enrol/fee:unenrol',1,1734080001,0),(1093,1,1,'enrol/guest:config',1,1734080001,0),(1094,1,3,'enrol/guest:config',1,1734080001,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080001,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080002,0),(1097,1,1,'enrol/ldap:manage',1,1734080002,0),(1098,1,1,'enrol/lti:config',1,1734080003,0),(1099,1,3,'enrol/lti:config',1,1734080003,0),(1100,1,1,'enrol/lti:unenrol',1,1734080004,0),(1101,1,3,'enrol/lti:unenrol',1,1734080004,0),(1102,1,1,'enrol/manual:config',1,1734080004,0),(1103,1,1,'enrol/manual:enrol',1,1734080004,0),(1104,1,3,'enrol/manual:enrol',1,1734080004,0),(1105,1,1,'enrol/manual:manage',1,1734080004,0),(1106,1,3,'enrol/manual:manage',1,1734080004,0),(1107,1,1,'enrol/manual:unenrol',1,1734080004,0),(1108,1,3,'enrol/manual:unenrol',1,1734080004,0),(1109,1,1,'enrol/meta:config',1,1734080004,0),(1110,1,3,'enrol/meta:config',1,1734080004,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080004,0),(1112,1,1,'enrol/meta:unenrol',1,1734080004,0),(1113,1,1,'enrol/mnet:config',1,1734080005,0),(1114,1,3,'enrol/mnet:config',1,1734080005,0),(1115,1,1,'enrol/paypal:config',1,1734080005,0),(1116,1,1,'enrol/paypal:manage',1,1734080005,0),(1117,1,3,'enrol/paypal:manage',1,1734080005,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080005,0),(1119,1,3,'enrol/self:config',1,1734080006,0),(1120,1,1,'enrol/self:config',1,1734080006,0),(1121,1,3,'enrol/self:manage',1,1734080006,0),(1122,1,1,'enrol/self:manage',1,1734080006,0),(1123,1,5,'enrol/self:unenrolself',1,1734080006,0),(1124,1,3,'enrol/self:unenrol',1,1734080006,0),(1125,1,1,'enrol/self:unenrol',1,1734080006,0),(1126,1,7,'enrol/self:enrolself',1,1734080006,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080006,0),(1128,1,3,'block/accessreview:addinstance',1,1734080007,0),(1129,1,1,'block/accessreview:addinstance',1,1734080007,0),(1130,1,3,'block/accessreview:view',1,1734080008,0),(1131,1,1,'block/accessreview:view',1,1734080008,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080008,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080008,0),(1134,1,3,'block/activity_results:addinstance',1,1734080008,0),(1135,1,1,'block/activity_results:addinstance',1,1734080008,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080008,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080008,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080008,0),(1139,1,3,'block/badges:addinstance',1,1734080008,0),(1140,1,1,'block/badges:addinstance',1,1734080009,0),(1141,1,7,'block/badges:myaddinstance',1,1734080009,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080009,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080009,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080009,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080009,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080009,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080009,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080010,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080010,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080010,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080010,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080010,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080010,0),(1154,1,7,'block/comments:myaddinstance',1,1734080010,0),(1155,1,3,'block/comments:addinstance',1,1734080010,0),(1156,1,1,'block/comments:addinstance',1,1734080010,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080010,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080010,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080011,0),(1160,1,3,'block/course_list:addinstance',1,1734080011,0),(1161,1,1,'block/course_list:addinstance',1,1734080011,0),(1162,1,3,'block/course_summary:addinstance',1,1734080011,0),(1163,1,1,'block/course_summary:addinstance',1,1734080011,0),(1164,1,3,'block/feedback:addinstance',1,1734080011,0),(1165,1,1,'block/feedback:addinstance',1,1734080011,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080012,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080012,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080012,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080012,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080012,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080012,0),(1172,1,7,'block/html:myaddinstance',1,1734080012,0),(1173,1,3,'block/html:addinstance',1,1734080012,0),(1174,1,1,'block/html:addinstance',1,1734080012,0),(1175,1,3,'block/login:addinstance',1,1734080012,0),(1176,1,1,'block/login:addinstance',1,1734080012,0),(1177,1,3,'block/lp:addinstance',1,1734080013,0),(1178,1,1,'block/lp:addinstance',1,1734080013,0),(1179,1,7,'block/lp:myaddinstance',1,1734080013,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080013,0),(1181,1,3,'block/mentees:addinstance',1,1734080013,0),(1182,1,1,'block/mentees:addinstance',1,1734080013,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080013,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080013,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080014,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080014,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080014,0),(1188,1,3,'block/myprofile:addinstance',1,1734080014,0),(1189,1,1,'block/myprofile:addinstance',1,1734080014,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080014,0),(1191,1,3,'block/navigation:addinstance',1,1734080014,0),(1192,1,1,'block/navigation:addinstance',1,1734080014,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080015,0),(1194,1,3,'block/news_items:addinstance',1,1734080015,0),(1195,1,1,'block/news_items:addinstance',1,1734080015,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080015,0),(1197,1,3,'block/online_users:addinstance',1,1734080015,0),(1198,1,1,'block/online_users:addinstance',1,1734080015,0),(1199,1,7,'block/online_users:viewlist',1,1734080015,0),(1200,1,6,'block/online_users:viewlist',-1,1734080015,0),(1201,1,5,'block/online_users:viewlist',1,1734080015,0),(1202,1,4,'block/online_users:viewlist',1,1734080015,0),(1203,1,3,'block/online_users:viewlist',1,1734080015,0),(1204,1,1,'block/online_users:viewlist',1,1734080015,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080015,0),(1206,1,3,'block/private_files:addinstance',1,1734080016,0),(1207,1,1,'block/private_files:addinstance',1,1734080016,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080016,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080016,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080016,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080016,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080016,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080017,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080017,0),(1215,1,3,'block/rss_client:addinstance',1,1734080017,0),(1216,1,1,'block/rss_client:addinstance',1,1734080017,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080017,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080017,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080017,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080017,0),(1221,1,3,'block/search_forums:addinstance',1,1734080018,0),(1222,1,1,'block/search_forums:addinstance',1,1734080018,0),(1223,1,3,'block/section_links:addinstance',1,1734080018,0),(1224,1,1,'block/section_links:addinstance',1,1734080018,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080018,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080018,0),(1227,1,7,'block/settings:myaddinstance',1,1734080018,0),(1228,1,3,'block/settings:addinstance',1,1734080018,0),(1229,1,1,'block/settings:addinstance',1,1734080018,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080019,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080019,0),(1232,1,3,'block/social_activities:addinstance',1,1734080019,0),(1233,1,1,'block/social_activities:addinstance',1,1734080019,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080019,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080019,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080019,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080019,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080019,0),(1239,1,7,'block/tags:myaddinstance',1,1734080020,0),(1240,1,3,'block/tags:addinstance',1,1734080020,0),(1241,1,1,'block/tags:addinstance',1,1734080020,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080020,0),(1243,1,4,'report/completion:view',1,1734080026,0),(1244,1,3,'report/completion:view',1,1734080026,0),(1245,1,1,'report/completion:view',1,1734080026,0),(1246,1,4,'report/courseoverview:view',1,1734080026,0),(1247,1,3,'report/courseoverview:view',1,1734080026,0),(1248,1,1,'report/courseoverview:view',1,1734080026,0),(1249,1,4,'report/log:view',1,1734080027,0),(1250,1,3,'report/log:view',1,1734080027,0),(1251,1,1,'report/log:view',1,1734080027,0),(1252,1,4,'report/log:viewtoday',1,1734080027,0),(1253,1,3,'report/log:viewtoday',1,1734080027,0),(1254,1,1,'report/log:viewtoday',1,1734080027,0),(1255,1,4,'report/loglive:view',1,1734080027,0),(1256,1,3,'report/loglive:view',1,1734080027,0),(1257,1,1,'report/loglive:view',1,1734080027,0),(1258,1,4,'report/outline:view',1,1734080027,0),(1259,1,3,'report/outline:view',1,1734080027,0),(1260,1,1,'report/outline:view',1,1734080028,0),(1261,1,4,'report/outline:viewuserreport',1,1734080028,0),(1262,1,3,'report/outline:viewuserreport',1,1734080028,0),(1263,1,1,'report/outline:viewuserreport',1,1734080028,0),(1264,1,4,'report/participation:view',1,1734080028,0),(1265,1,3,'report/participation:view',1,1734080028,0),(1266,1,1,'report/participation:view',1,1734080028,0),(1267,1,1,'report/performance:view',1,1734080028,0),(1268,1,4,'report/progress:view',1,1734080028,0),(1269,1,3,'report/progress:view',1,1734080028,0),(1270,1,1,'report/progress:view',1,1734080029,0),(1271,1,1,'report/security:view',1,1734080029,0),(1272,1,4,'report/stats:view',1,1734080029,0),(1273,1,3,'report/stats:view',1,1734080029,0),(1274,1,1,'report/stats:view',1,1734080029,0),(1275,1,1,'report/status:view',1,1734080029,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080030,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080030,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080030,0),(1279,1,4,'gradeexport/ods:view',1,1734080030,0),(1280,1,3,'gradeexport/ods:view',1,1734080030,0),(1281,1,1,'gradeexport/ods:view',1,1734080030,0),(1282,1,1,'gradeexport/ods:publish',1,1734080030,0),(1283,1,4,'gradeexport/txt:view',1,1734080030,0),(1284,1,3,'gradeexport/txt:view',1,1734080030,0),(1285,1,1,'gradeexport/txt:view',1,1734080030,0),(1286,1,1,'gradeexport/txt:publish',1,1734080030,0),(1287,1,4,'gradeexport/xls:view',1,1734080030,0),(1288,1,3,'gradeexport/xls:view',1,1734080031,0),(1289,1,1,'gradeexport/xls:view',1,1734080031,0),(1290,1,1,'gradeexport/xls:publish',1,1734080031,0),(1291,1,4,'gradeexport/xml:view',1,1734080031,0),(1292,1,3,'gradeexport/xml:view',1,1734080031,0),(1293,1,1,'gradeexport/xml:view',1,1734080031,0),(1294,1,1,'gradeexport/xml:publish',1,1734080031,0),(1295,1,3,'gradeimport/csv:view',1,1734080031,0),(1296,1,1,'gradeimport/csv:view',1,1734080031,0),(1297,1,3,'gradeimport/direct:view',1,1734080031,0),(1298,1,1,'gradeimport/direct:view',1,1734080031,0),(1299,1,3,'gradeimport/xml:view',1,1734080032,0),(1300,1,1,'gradeimport/xml:view',1,1734080032,0),(1301,1,1,'gradeimport/xml:publish',1,1734080032,0),(1302,1,4,'gradereport/grader:view',1,1734080032,0),(1303,1,3,'gradereport/grader:view',1,1734080032,0),(1304,1,1,'gradereport/grader:view',1,1734080032,0),(1305,1,4,'gradereport/history:view',1,1734080032,0),(1306,1,3,'gradereport/history:view',1,1734080032,0),(1307,1,1,'gradereport/history:view',1,1734080032,0),(1308,1,4,'gradereport/outcomes:view',1,1734080032,0),(1309,1,3,'gradereport/outcomes:view',1,1734080033,0),(1310,1,1,'gradereport/outcomes:view',1,1734080033,0),(1311,1,7,'gradereport/overview:view',1,1734080033,0),(1312,1,3,'gradereport/singleview:view',1,1734080033,0),(1313,1,1,'gradereport/singleview:view',1,1734080033,0),(1314,1,3,'gradereport/summary:view',1,1734080033,0),(1315,1,4,'gradereport/summary:view',1,1734080033,0),(1316,1,1,'gradereport/summary:view',1,1734080033,0),(1317,1,5,'gradereport/user:view',1,1734080033,0),(1318,1,4,'gradereport/user:view',1,1734080033,0),(1319,1,3,'gradereport/user:view',1,1734080033,0),(1320,1,1,'gradereport/user:view',1,1734080034,0),(1321,1,7,'repository/areafiles:view',1,1734080035,0),(1322,1,2,'repository/contentbank:view',1,1734080036,0),(1323,1,3,'repository/contentbank:view',1,1734080036,0),(1324,1,1,'repository/contentbank:view',1,1734080036,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080036,0),(1331,1,2,'repository/coursefiles:view',1,1734080037,0),(1332,1,4,'repository/coursefiles:view',1,1734080037,0),(1333,1,3,'repository/coursefiles:view',1,1734080037,0),(1334,1,1,'repository/coursefiles:view',1,1734080037,0),(1335,1,7,'repository/dropbox:view',1,1734080037,0),(1336,1,7,'repository/equella:view',1,1734080037,0),(1337,1,2,'repository/filesystem:view',1,1734080037,0),(1338,1,4,'repository/filesystem:view',1,1734080038,0),(1339,1,3,'repository/filesystem:view',1,1734080038,0),(1340,1,1,'repository/filesystem:view',1,1734080038,0),(1341,1,7,'repository/flickr:view',1,1734080038,0),(1342,1,7,'repository/flickr_public:view',1,1734080038,0),(1343,1,7,'repository/googledocs:view',1,1734080038,0),(1344,1,2,'repository/local:view',1,1734080038,0),(1345,1,4,'repository/local:view',1,1734080038,0),(1346,1,3,'repository/local:view',1,1734080039,0),(1347,1,1,'repository/local:view',1,1734080039,0),(1348,1,7,'repository/merlot:view',1,1734080039,0),(1349,1,7,'repository/nextcloud:view',1,1734080039,0),(1350,1,7,'repository/onedrive:view',1,1734080039,0),(1351,1,7,'repository/recent:view',1,1734080040,0),(1352,1,7,'repository/s3:view',1,1734080040,0),(1353,1,7,'repository/upload:view',1,1734080040,0),(1354,1,7,'repository/url:view',1,1734080040,0),(1355,1,7,'repository/user:view',1,1734080040,0),(1356,1,2,'repository/webdav:view',1,1734080041,0),(1357,1,4,'repository/webdav:view',1,1734080041,0),(1358,1,3,'repository/webdav:view',1,1734080041,0),(1359,1,1,'repository/webdav:view',1,1734080041,0),(1360,1,7,'repository/wikimedia:view',1,1734080041,0),(1361,1,7,'repository/youtube:view',1,1734080041,0),(1362,1,3,'moodle/question:commentmine',1,1734080043,0),(1363,1,1,'moodle/question:commentmine',1,1734080043,0),(1364,1,3,'moodle/question:commentall',1,1734080044,0),(1365,1,1,'moodle/question:commentall',1,1734080044,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080044,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080050,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080050,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080050,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080050,0),(1373,1,1,'tool/customlang:view',1,1734080051,0),(1374,1,1,'tool/customlang:edit',1,1734080051,0),(1375,1,1,'tool/customlang:export',1,1734080051,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080052,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080052,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080054,0),(1379,1,4,'tool/monitor:subscribe',1,1734080055,0),(1380,1,3,'tool/monitor:subscribe',1,1734080055,0),(1381,1,1,'tool/monitor:subscribe',1,1734080055,0),(1382,1,4,'tool/monitor:managerules',1,1734080055,0),(1383,1,3,'tool/monitor:managerules',1,1734080055,0),(1384,1,1,'tool/monitor:managerules',1,1734080055,0),(1385,1,1,'tool/monitor:managetool',1,1734080055,0),(1386,1,7,'tool/policy:accept',1,1734080056,0),(1387,1,1,'tool/policy:managedocs',1,1734080056,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080056,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080057,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080057,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080057,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080057,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080057,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080057,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080057,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080058,0),(1397,1,1,'tool/usertours:managetours',1,1734080059,0),(1398,1,1,'contenttype/h5p:access',1,1734080061,0),(1399,1,2,'contenttype/h5p:access',1,1734080061,0),(1400,1,3,'contenttype/h5p:access',1,1734080061,0),(1401,1,1,'contenttype/h5p:upload',1,1734080061,0),(1402,1,2,'contenttype/h5p:upload',1,1734080061,0),(1403,1,3,'contenttype/h5p:upload',1,1734080061,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080061,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080061,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080061,0),(1407,1,3,'booktool/importhtml:import',1,1734080064,0),(1408,1,1,'booktool/importhtml:import',1,1734080065,0),(1409,1,6,'booktool/print:print',1,1734080065,0),(1410,1,8,'booktool/print:print',1,1734080065,0),(1411,1,5,'booktool/print:print',1,1734080065,0),(1412,1,4,'booktool/print:print',1,1734080065,0),(1413,1,3,'booktool/print:print',1,1734080065,0),(1414,1,1,'booktool/print:print',1,1734080065,0),(1415,1,4,'forumreport/summary:view',1,1734080068,0),(1416,1,3,'forumreport/summary:view',1,1734080068,0),(1417,1,1,'forumreport/summary:view',1,1734080068,0),(1418,1,4,'forumreport/summary:viewall',1,1734080068,0),(1419,1,3,'forumreport/summary:viewall',1,1734080068,0),(1420,1,1,'forumreport/summary:viewall',1,1734080068,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080069,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080069,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080069,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080069,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080069,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080069,0),(1427,1,4,'quiz/statistics:view',1,1734080070,0),(1428,1,3,'quiz/statistics:view',1,1734080070,0),(1429,1,1,'quiz/statistics:view',1,1734080070,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080071,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080071,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080071,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080072,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080073,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080074,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080075,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1481,1,3,'atto/h5p:addembed',1,1734080079,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080081,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080081,0),(1484,1,3,'tiny/h5p:addembed',1,1734080082,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080083,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080083,0); +/*!40000 ALTER TABLE `b_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_context_levels` +-- + +DROP TABLE IF EXISTS `b_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `b_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_role_context_levels` +-- + +LOCK TABLES `b_role_context_levels` WRITE; +/*!40000 ALTER TABLE `b_role_context_levels` DISABLE KEYS */; +INSERT INTO `b_role_context_levels` 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 `b_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_role_names` +-- + +DROP TABLE IF EXISTS `b_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `b_rolename_rol_ix` (`roleid`), + KEY `b_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_role_names` +-- + +LOCK TABLES `b_role_names` WRITE; +/*!40000 ALTER TABLE `b_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scale` +-- + +DROP TABLE IF EXISTS `b_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_scal_cou_ix` (`courseid`), + KEY `b_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scale` +-- + +LOCK TABLES `b_scale` WRITE; +/*!40000 ALTER TABLE `b_scale` DISABLE KEYS */; +INSERT INTO `b_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734079919),(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,1734079919); +/*!40000 ALTER TABLE `b_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scale_history` +-- + +DROP TABLE IF EXISTS `b_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_scalhist_act_ix` (`action`), + KEY `b_scalhist_tim_ix` (`timemodified`), + KEY `b_scalhist_old_ix` (`oldid`), + KEY `b_scalhist_cou_ix` (`courseid`), + KEY `b_scalhist_log_ix` (`loggeduser`), + KEY `b_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scale_history` +-- + +LOCK TABLES `b_scale_history` WRITE; +/*!40000 ALTER TABLE `b_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm` +-- + +DROP TABLE IF EXISTS `b_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_scorm` +-- + +LOCK TABLES `b_scorm` WRITE; +/*!40000 ALTER TABLE `b_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `b_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_scoraiccsess_sco_ix` (`scormid`), + KEY `b_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_aicc_session` +-- + +LOCK TABLES `b_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `b_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_scoes` +-- + +DROP TABLE IF EXISTS `b_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_scoes` +-- + +LOCK TABLES `b_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `b_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_scoes_data` +-- + +LOCK TABLES `b_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `b_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `b_scorscoetrac_use_ix` (`userid`), + KEY `b_scorscoetrac_sco_ix` (`scormid`), + KEY `b_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_scoes_track` +-- + +LOCK TABLES `b_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `b_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `b_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `b_scorseqmapi_sco_ix` (`scoid`), + KEY `b_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_seq_mapinfo` +-- + +LOCK TABLES `b_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `b_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_seq_objective` +-- + +LOCK TABLES `b_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `b_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_seq_rolluprule` +-- + +LOCK TABLES `b_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `b_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `b_scorseqroll_sco2_ix` (`scoid`), + KEY `b_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `b_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `b_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `b_scorseqrule_sco2_ix` (`scoid`), + KEY `b_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_seq_rulecond` +-- + +LOCK TABLES `b_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `b_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_seq_ruleconds` +-- + +LOCK TABLES `b_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_search_index_requests` +-- + +DROP TABLE IF EXISTS `b_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `b_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_search_index_requests` +-- + +LOCK TABLES `b_search_index_requests` WRITE; +/*!40000 ALTER TABLE `b_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `b_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_searsimpinde_doc_uix` (`docid`), + KEY `b_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `b_searsimpinde_con_ix` (`contextid`), + KEY `b_searsimpinde_cou_ix` (`courseid`), + KEY `b_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `b_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_search_simpledb_index` +-- + +LOCK TABLES `b_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `b_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_sessions` +-- + +DROP TABLE IF EXISTS `b_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_sess_sid_uix` (`sid`), + KEY `b_sess_sta_ix` (`state`), + KEY `b_sess_tim_ix` (`timecreated`), + KEY `b_sess_tim2_ix` (`timemodified`), + KEY `b_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_sessions` +-- + +LOCK TABLES `b_sessions` WRITE; +/*!40000 ALTER TABLE `b_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_daily` +-- + +DROP TABLE IF EXISTS `b_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_statdail_cou_ix` (`courseid`), + KEY `b_statdail_tim_ix` (`timeend`), + KEY `b_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_daily` +-- + +LOCK TABLES `b_stats_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_monthly` +-- + +DROP TABLE IF EXISTS `b_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_statmont_cou_ix` (`courseid`), + KEY `b_statmont_tim_ix` (`timeend`), + KEY `b_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_monthly` +-- + +LOCK TABLES `b_stats_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_user_daily` +-- + +DROP TABLE IF EXISTS `b_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_statuserdail_cou_ix` (`courseid`), + KEY `b_statuserdail_use_ix` (`userid`), + KEY `b_statuserdail_rol_ix` (`roleid`), + KEY `b_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_user_daily` +-- + +LOCK TABLES `b_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `b_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_statusermont_cou_ix` (`courseid`), + KEY `b_statusermont_use_ix` (`userid`), + KEY `b_statusermont_rol_ix` (`roleid`), + KEY `b_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_user_monthly` +-- + +LOCK TABLES `b_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `b_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_statuserweek_cou_ix` (`courseid`), + KEY `b_statuserweek_use_ix` (`userid`), + KEY `b_statuserweek_rol_ix` (`roleid`), + KEY `b_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_user_weekly` +-- + +LOCK TABLES `b_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_stats_weekly` +-- + +DROP TABLE IF EXISTS `b_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_statweek_cou_ix` (`courseid`), + KEY `b_statweek_tim_ix` (`timeend`), + KEY `b_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_stats_weekly` +-- + +LOCK TABLES `b_stats_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey` +-- + +DROP TABLE IF EXISTS `b_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_survey` +-- + +LOCK TABLES `b_survey` WRITE; +/*!40000 ALTER TABLE `b_survey` DISABLE KEYS */; +INSERT INTO `b_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `b_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey_analysis` +-- + +DROP TABLE IF EXISTS `b_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_survanal_use_ix` (`userid`), + KEY `b_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_survey_analysis` +-- + +LOCK TABLES `b_survey_analysis` WRITE; +/*!40000 ALTER TABLE `b_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey_answers` +-- + +DROP TABLE IF EXISTS `b_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_survansw_use_ix` (`userid`), + KEY `b_survansw_sur_ix` (`survey`), + KEY `b_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_survey_answers` +-- + +LOCK TABLES `b_survey_answers` WRITE; +/*!40000 ALTER TABLE `b_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_survey_questions` +-- + +DROP TABLE IF EXISTS `b_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_survey_questions` +-- + +LOCK TABLES `b_survey_questions` WRITE; +/*!40000 ALTER TABLE `b_survey_questions` DISABLE KEYS */; +INSERT INTO `b_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `b_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag` +-- + +DROP TABLE IF EXISTS `b_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `b_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `b_tag_use_ix` (`userid`), + KEY `b_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag` +-- + +LOCK TABLES `b_tag` WRITE; +/*!40000 ALTER TABLE `b_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_area` +-- + +DROP TABLE IF EXISTS `b_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_tagarea_comite_uix` (`component`,`itemtype`), + KEY `b_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag_area` +-- + +LOCK TABLES `b_tag_area` WRITE; +/*!40000 ALTER TABLE `b_tag_area` DISABLE KEYS */; +INSERT INTO `b_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `b_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_coll` +-- + +DROP TABLE IF EXISTS `b_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tag_coll` +-- + +LOCK TABLES `b_tag_coll` WRITE; +/*!40000 ALTER TABLE `b_tag_coll` DISABLE KEYS */; +INSERT INTO `b_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `b_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_correlation` +-- + +DROP TABLE IF EXISTS `b_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag_correlation` +-- + +LOCK TABLES `b_tag_correlation` WRITE; +/*!40000 ALTER TABLE `b_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tag_instance` +-- + +DROP TABLE IF EXISTS `b_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `b_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `b_taginst_tag_ix` (`tagid`), + KEY `b_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tag_instance` +-- + +LOCK TABLES `b_tag_instance` WRITE; +/*!40000 ALTER TABLE `b_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_task_adhoc` +-- + +DROP TABLE IF EXISTS `b_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_taskadho_nex_ix` (`nextruntime`), + KEY `b_taskadho_tim_ix` (`timestarted`), + KEY `b_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_task_adhoc` +-- + +LOCK TABLES `b_task_adhoc` WRITE; +/*!40000 ALTER TABLE `b_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_task_log` +-- + +DROP TABLE IF EXISTS `b_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_tasklog_cla_ix` (`classname`), + KEY `b_tasklog_tim_ix` (`timestart`), + KEY `b_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_task_log` +-- + +LOCK TABLES `b_task_log` WRITE; +/*!40000 ALTER TABLE `b_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_task_scheduled` +-- + +DROP TABLE IF EXISTS `b_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_task_scheduled` +-- + +LOCK TABLES `b_task_scheduled` WRITE; +/*!40000 ALTER TABLE `b_task_scheduled` DISABLE KEYS */; +INSERT INTO `b_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734117780,0,'23','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734126180,0,'43','5','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734498780,0,'13','13','*','*','3',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734098460,0,'1','22','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734114120,0,'22','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734085980,0,'33','18','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735677540,0,'39','4','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734106260,0,'11','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734106980,0,'23','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734105720,0,'2','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734150600,0,'30','12','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081420,0,'17','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734103680,0,'28','23','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734166380,0,'53','16','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734081360,0,'16','17','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734080340,0,'59','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734142920,0,'22','10','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734398400,0,'20','9','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734448140,0,'9','23','*','*','2',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734102000,0,'0','23','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734087600,0,'0','19','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734082380,0,'33','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734138000,0,'0','9','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734141600,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113580,0,'13','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734100020,0,'27','22','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734122160,0,'36','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734147420,0,'37','11','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734083100,0,'45','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734135780,0,'23','8','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734127080,0,'58','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734122280,0,'38','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tiny_autosave` +-- + +DROP TABLE IF EXISTS `b_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tiny_autosave` +-- + +LOCK TABLES `b_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `b_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `b_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `b_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `b_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `b_toolbricarea_cou_ix` (`courseid`), + KEY `b_toolbricarea_cmi_ix` (`cmid`), + KEY `b_toolbricarea_cat_ix` (`categoryid`), + KEY `b_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_areas` +-- + +LOCK TABLES `b_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbriccachacts_sta_ix` (`status`), + KEY `b_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_cache_acts` +-- + +LOCK TABLES `b_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbriccachchec_sta_ix` (`status`), + KEY `b_toolbriccachchec_err_ix` (`errorcount`), + KEY `b_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_cache_check` +-- + +LOCK TABLES `b_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolbricchec_che_ix` (`checktype`), + KEY `b_toolbricchec_che2_ix` (`checkgroup`), + KEY `b_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_checks` +-- + +LOCK TABLES `b_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `b_tool_brickfield_checks` 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 `b_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbriccont_sta_ix` (`status`), + KEY `b_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `b_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_brickfield_content` +-- + +LOCK TABLES `b_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `b_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_errors` +-- + +LOCK TABLES `b_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_brickfield_process` +-- + +LOCK TABLES `b_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `b_toolbricresu_con_ix` (`contentid`), + KEY `b_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_results` +-- + +LOCK TABLES `b_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_schedule` +-- + +LOCK TABLES `b_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `b_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolbricsumm_sta_ix` (`status`), + KEY `b_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_brickfield_summary` +-- + +LOCK TABLES `b_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `b_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_cohortroles` +-- + +LOCK TABLES `b_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `b_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_customlang` +-- + +DROP TABLE IF EXISTS `b_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `b_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_customlang` +-- + +LOCK TABLES `b_tool_customlang` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `b_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_customlang_components` +-- + +LOCK TABLES `b_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_category` +-- + +LOCK TABLES `b_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `b_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatactxi_con_uix` (`contextid`), + KEY `b_tooldatactxi_pur_ix` (`purposeid`), + KEY `b_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `b_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatactxl_con_uix` (`contextlevel`), + KEY `b_tooldatactxl_cat_ix` (`categoryid`), + KEY `b_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `b_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_purpose` +-- + +LOCK TABLES `b_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `b_tooldatapurp_pur_ix` (`purposeid`), + KEY `b_tooldatapurp_rol_ix` (`roleid`), + KEY `b_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `b_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `b_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_tooldatarequ_use_ix` (`userid`), + KEY `b_tooldatarequ_req_ix` (`requestedby`), + KEY `b_tooldatarequ_dpo_ix` (`dpo`), + KEY `b_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_dataprivacy_request` +-- + +LOCK TABLES `b_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolmonieven_cou_ix` (`courseid`), + KEY `b_toolmonieven_con_ix` (`contextid`), + KEY `b_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_monitor_events` +-- + +LOCK TABLES `b_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `b_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_history` +-- + +LOCK TABLES `b_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_rules` +-- + +LOCK TABLES `b_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_subscriptions` +-- + +LOCK TABLES `b_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy` +-- + +DROP TABLE IF EXISTS `b_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_policy` +-- + +LOCK TABLES `b_tool_policy` WRITE; +/*!40000 ALTER TABLE `b_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `b_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `b_toolpoliacce_pol_ix` (`policyversionid`), + KEY `b_toolpoliacce_use_ix` (`userid`), + KEY `b_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_acceptances` +-- + +LOCK TABLES `b_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `b_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpolivers_use_ix` (`usermodified`), + KEY `b_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_versions` +-- + +LOCK TABLES `b_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolrecycate_tim_ix` (`timecreated`), + KEY `b_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_category` +-- + +LOCK TABLES `b_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolrecycour_tim_ix` (`timecreated`), + KEY `b_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_course` +-- + +LOCK TABLES `b_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `b_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_steps` +-- + +LOCK TABLES `b_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `b_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_tours` +-- + +LOCK TABLES `b_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `b_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_upgrade_log` +-- + +DROP TABLE IF EXISTS `b_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_upgrlog_tim_ix` (`timemodified`), + KEY `b_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `b_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_upgrade_log` +-- + +LOCK TABLES `b_upgrade_log` WRITE; +/*!40000 ALTER TABLE `b_upgrade_log` DISABLE KEYS */; +INSERT INTO `b_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734079920),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734079948),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079954),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734079954),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079954),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079954),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734079956),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079956),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079957),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734079957),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079957),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079958),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734079959),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079959),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079960),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734079960),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079960),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079961),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734079962),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079962),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079962),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079963),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079963),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079963),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734079966),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079966),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079967),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734079968),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079968),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079968),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734079969),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079969),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079970),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734079975),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079975),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079976),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734079978),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079978),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079978),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734079979),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079979),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079979),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734079979),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079979),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079980),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734079980),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079980),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079981),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734079981),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079981),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079982),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079983),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079983),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079983),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734079984),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079984),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079985),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734079986),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079986),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079987),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734079987),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079987),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079988),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734079989),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079989),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079989),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734079990),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079990),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734079991),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079991),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734079993),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079993),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079994),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079998),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079998),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734079998),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080002),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080003),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080006),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080022),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080022),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080023),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080023),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080023),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080024),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080024),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080036),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080036),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080036),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080049),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080049),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080049),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080049),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080049),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080050),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080050),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080050),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080051),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080053),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080053),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080053),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080054),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080054),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080054),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080059),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080059),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080060),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080061),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080061),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080062),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080063),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080063),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080063),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080063),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080070),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080070),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080070),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080082),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080082),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080082),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080083),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080083),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080083),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080084),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080084),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080084),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085); +/*!40000 ALTER TABLE `b_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_url` +-- + +DROP TABLE IF EXISTS `b_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_url` +-- + +LOCK TABLES `b_url` WRITE; +/*!40000 ALTER TABLE `b_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user` +-- + +DROP TABLE IF EXISTS `b_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_user_mneuse_uix` (`mnethostid`,`username`), + KEY `b_user_del_ix` (`deleted`), + KEY `b_user_con_ix` (`confirmed`), + KEY `b_user_fir_ix` (`firstname`), + KEY `b_user_las_ix` (`lastname`), + KEY `b_user_cit_ix` (`city`), + KEY `b_user_cou_ix` (`country`), + KEY `b_user_las2_ix` (`lastaccess`), + KEY `b_user_ema_ix` (`email`), + KEY `b_user_aut_ix` (`auth`), + KEY `b_user_idn_ix` (`idnumber`), + KEY `b_user_fir2_ix` (`firstnamephonetic`), + KEY `b_user_las3_ix` (`lastnamephonetic`), + KEY `b_user_mid_ix` (`middlename`), + KEY `b_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user` +-- + +LOCK TABLES `b_user` WRITE; +/*!40000 ALTER TABLE `b_user` DISABLE KEYS */; +INSERT INTO `b_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$okSy2C0wtYXfqIyGbqLtOeMo5LpNFmtbtG7FYHrQP3QqkcBKJrUzS','','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,1734079898,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$vPmP7Oczi/BdNpFDPZPvJOEKlZpXGTwdymzGuh5z6iBQ8jI.P3Rai','','Admin','User','moodle@example.com',0,'','','','','','Perth','AU','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080141,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_devices` +-- + +DROP TABLE IF EXISTS `b_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `b_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `b_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_devices` +-- + +LOCK TABLES `b_user_devices` WRITE; +/*!40000 ALTER TABLE `b_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_enrolments` +-- + +DROP TABLE IF EXISTS `b_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `b_userenro_enr_ix` (`enrolid`), + KEY `b_userenro_use_ix` (`userid`), + KEY `b_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_enrolments` +-- + +LOCK TABLES `b_user_enrolments` WRITE; +/*!40000 ALTER TABLE `b_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_category` +-- + +DROP TABLE IF EXISTS `b_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_category` +-- + +LOCK TABLES `b_user_info_category` WRITE; +/*!40000 ALTER TABLE `b_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_data` +-- + +DROP TABLE IF EXISTS `b_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_data` +-- + +LOCK TABLES `b_user_info_data` WRITE; +/*!40000 ALTER TABLE `b_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_field` +-- + +DROP TABLE IF EXISTS `b_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_field` +-- + +LOCK TABLES `b_user_info_field` WRITE; +/*!40000 ALTER TABLE `b_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_lastaccess` +-- + +DROP TABLE IF EXISTS `b_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userlast_usecou_uix` (`userid`,`courseid`), + KEY `b_userlast_use_ix` (`userid`), + KEY `b_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_lastaccess` +-- + +LOCK TABLES `b_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `b_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_history` +-- + +DROP TABLE IF EXISTS `b_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_password_history` +-- + +LOCK TABLES `b_user_password_history` WRITE; +/*!40000 ALTER TABLE `b_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_resets` +-- + +DROP TABLE IF EXISTS `b_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_password_resets` +-- + +LOCK TABLES `b_user_password_resets` WRITE; +/*!40000 ALTER TABLE `b_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_preferences` +-- + +DROP TABLE IF EXISTS `b_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userpref_usenam_uix` (`userid`,`name`), + KEY `b_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_preferences` +-- + +LOCK TABLES `b_user_preferences` WRITE; +/*!40000 ALTER TABLE `b_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_private_key` +-- + +DROP TABLE IF EXISTS `b_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_userprivkey_scrval_ix` (`script`,`value`), + KEY `b_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_private_key` +-- + +LOCK TABLES `b_user_private_key` WRITE; +/*!40000 ALTER TABLE `b_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki` +-- + +DROP TABLE IF EXISTS `b_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki` +-- + +LOCK TABLES `b_wiki` WRITE; +/*!40000 ALTER TABLE `b_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_links` +-- + +DROP TABLE IF EXISTS `b_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_wikilink_fro_ix` (`frompageid`), + KEY `b_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_links` +-- + +LOCK TABLES `b_wiki_links` WRITE; +/*!40000 ALTER TABLE `b_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_locks` +-- + +DROP TABLE IF EXISTS `b_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_locks` +-- + +LOCK TABLES `b_wiki_locks` WRITE; +/*!40000 ALTER TABLE `b_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_pages` +-- + +DROP TABLE IF EXISTS `b_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `b_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_pages` +-- + +LOCK TABLES `b_wiki_pages` WRITE; +/*!40000 ALTER TABLE `b_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `b_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `b_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_subwikis` +-- + +LOCK TABLES `b_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `b_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `b_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_synonyms` +-- + +LOCK TABLES `b_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `b_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_versions` +-- + +DROP TABLE IF EXISTS `b_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_versions` +-- + +LOCK TABLES `b_wiki_versions` WRITE; +/*!40000 ALTER TABLE `b_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop` +-- + +DROP TABLE IF EXISTS `b_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `b_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop` +-- + +LOCK TABLES `b_workshop` WRITE; +/*!40000 ALTER TABLE `b_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `b_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `b_workaggr_wor_ix` (`workshopid`), + KEY `b_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_aggregations` +-- + +LOCK TABLES `b_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `b_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_assessments` +-- + +DROP TABLE IF EXISTS `b_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workasse_sub_ix` (`submissionid`), + KEY `b_workasse_gra_ix` (`gradinggradeoverby`), + KEY `b_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshop_assessments` +-- + +LOCK TABLES `b_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `b_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_grades` +-- + +DROP TABLE IF EXISTS `b_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `b_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_grades` +-- + +LOCK TABLES `b_workshop_grades` WRITE; +/*!40000 ALTER TABLE `b_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_submissions` +-- + +DROP TABLE IF EXISTS `b_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_worksubm_wor_ix` (`workshopid`), + KEY `b_worksubm_gra_ix` (`gradeoverby`), + KEY `b_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_submissions` +-- + +LOCK TABLES `b_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `b_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `b_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopallocation_scheduled` +-- + +LOCK TABLES `b_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `b_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopeval_best_settings` +-- + +LOCK TABLES `b_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `b_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_accumulative` +-- + +LOCK TABLES `b_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `b_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_comments` +-- + +DROP TABLE IF EXISTS `b_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_comments` +-- + +LOCK TABLES `b_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `b_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors` +-- + +LOCK TABLES `b_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `b_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors_map` +-- + +LOCK TABLES `b_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric` +-- + +LOCK TABLES `b_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_config` +-- + +LOCK TABLES `b_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_levels` +-- + +LOCK TABLES `b_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets` +-- + +DROP TABLE IF EXISTS `m_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets` +-- + +LOCK TABLES `m_adminpresets` WRITE; +/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; +INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); +/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app` +-- + +LOCK TABLES `m_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappit_con_ix` (`configlogid`), + KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it` +-- + +LOCK TABLES `m_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappita_con_ix` (`configlogid`), + KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it_a` +-- + +LOCK TABLES `m_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_plug` +-- + +LOCK TABLES `m_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it` +-- + +LOCK TABLES `m_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; +INSERT INTO `m_adminpresets_it` 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 `m_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it_a` +-- + +LOCK TABLES `m_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_plug` +-- + +LOCK TABLES `m_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `m_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_indicator_calc` +-- + +LOCK TABLES `m_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models` +-- + +DROP TABLE IF EXISTS `m_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmode_enatra_ix` (`enabled`,`trained`), + KEY `m_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models` +-- + +LOCK TABLES `m_analytics_models` WRITE; +/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; +INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); +/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models_log` +-- + +DROP TABLE IF EXISTS `m_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmodelog_mod_ix` (`modelid`), + KEY `m_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models_log` +-- + +LOCK TABLES `m_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `m_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predict_samples` +-- + +LOCK TABLES `m_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `m_analpredacti_pre_ix` (`predictionid`), + KEY `m_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_prediction_actions` +-- + +LOCK TABLES `m_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predictions` +-- + +DROP TABLE IF EXISTS `m_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `m_analpred_mod_ix` (`modelid`), + KEY `m_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predictions` +-- + +LOCK TABLES `m_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `m_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_train_samples` +-- + +LOCK TABLES `m_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `m_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analusedanal_modact_ix` (`modelid`,`action`), + KEY `m_analusedanal_mod_ix` (`modelid`), + KEY `m_analusedanal_ana_ix` (`analysableid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_used_analysables` +-- + +LOCK TABLES `m_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_files` +-- + +DROP TABLE IF EXISTS `m_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `m_analusedfile_mod_ix` (`modelid`), + KEY `m_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- + +LOCK TABLES `m_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign` +-- + +DROP TABLE IF EXISTS `m_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou_ix` (`course`), + KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- + +LOCK TABLES `m_assign` WRITE; +/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_grades` +-- + +DROP TABLE IF EXISTS `m_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `m_assigrad_use_ix` (`userid`), + KEY `m_assigrad_att_ix` (`attemptnumber`), + KEY `m_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_grades` +-- + +LOCK TABLES `m_assign_grades` WRITE; +/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_overrides` +-- + +DROP TABLE IF EXISTS `m_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_assiover_ass_ix` (`assignid`), + KEY `m_assiover_gro_ix` (`groupid`), + KEY `m_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_overrides` +-- + +LOCK TABLES `m_assign_overrides` WRITE; +/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `m_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_assiplugconf_plu_ix` (`plugin`), + KEY `m_assiplugconf_sub_ix` (`subtype`), + KEY `m_assiplugconf_nam_ix` (`name`), + KEY `m_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- + +LOCK TABLES `m_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_submission` +-- + +DROP TABLE IF EXISTS `m_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `m_assisubm_use_ix` (`userid`), + KEY `m_assisubm_att_ix` (`attemptnumber`), + KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `m_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_submission` +-- + +LOCK TABLES `m_assign_submission` WRITE; +/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_flags` +-- + +DROP TABLE IF EXISTS `m_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiuserflag_mai_ix` (`mailed`), + KEY `m_assiuserflag_use_ix` (`userid`), + KEY `m_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- + +LOCK TABLES `m_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `m_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiusermapp_ass_ix` (`assignment`), + KEY `m_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- + +LOCK TABLES `m_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assicomm_ass_ix` (`assignment`), + KEY `m_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_comments` +-- + +LOCK TABLES `m_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; @@ -829,19 +16282,16072 @@ CREATE TABLE `m_assignfeedback_editpdf_annot` ( -- Dumping data for table `m_assignfeedback_editpdf_annot` -- -LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `m_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `m_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass2_ix` (`assignment`), + KEY `m_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- + +LOCK TABLES `m_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment` +-- + +DROP TABLE IF EXISTS `m_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment` +-- + +LOCK TABLES `m_assignment` WRITE; +/*!40000 ALTER TABLE `m_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_submissions` +-- + +DROP TABLE IF EXISTS `m_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assisubm_use2_ix` (`userid`), + KEY `m_assisubm_mai_ix` (`mailed`), + KEY `m_assisubm_tim_ix` (`timemarked`), + KEY `m_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_submissions` +-- + +LOCK TABLES `m_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `m_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `m_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiupgr_old_ix` (`oldcmid`), + KEY `m_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_upgrade` +-- + +LOCK TABLES `m_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `m_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass_ix` (`assignment`), + KEY `m_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_file` +-- + +LOCK TABLES `m_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assionli_ass_ix` (`assignment`), + KEY `m_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_onlinetext` +-- + +LOCK TABLES `m_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), + KEY `m_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_lti_linked_login` +-- + +LOCK TABLES `m_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `m_authoautlinklogi_use_ix` (`usermodified`), + KEY `m_authoautlinklogi_use2_ix` (`userid`), + KEY `m_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_oauth2_linked_login` +-- + +LOCK TABLES `m_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_controllers` +-- + +DROP TABLE IF EXISTS `m_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcont_bac_uix` (`backupid`), + KEY `m_backcont_typite_ix` (`type`,`itemid`), + KEY `m_backcont_use_ix` (`userid`), + KEY `m_backcont_useite_ix` (`userid`,`itemid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- + +LOCK TABLES `m_backup_controllers` WRITE; +/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; +INSERT INTO `m_backup_controllers` VALUES (1,'b23d5d314b34707143a03f0f38e07016','restore','course',2,'moodle2',1,10,2,1000,1,0,'a58045f609236615a6e3d8c20082d0f8',1736240533,1736240554,0.00000000000000,''); +/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_courses` +-- + +DROP TABLE IF EXISTS `m_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_courses` +-- + +LOCK TABLES `m_backup_courses` WRITE; +/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_logs` +-- + +DROP TABLE IF EXISTS `m_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), + KEY `m_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- + +LOCK TABLES `m_backup_logs` WRITE; +/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; +INSERT INTO `m_backup_logs` VALUES (1,'b23d5d314b34707143a03f0f38e07016',40,'instantiating restore controller b23d5d314b34707143a03f0f38e07016',1736240533),(2,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 100',1736240533),(3,'b23d5d314b34707143a03f0f38e07016',50,'loading backup info',1736240533),(4,'b23d5d314b34707143a03f0f38e07016',50,'loading controller plan',1736240533),(5,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 300',1736240533),(6,'b23d5d314b34707143a03f0f38e07016',50,'applying restore defaults',1736240533),(7,'b23d5d314b34707143a03f0f38e07016',50,'Unknown setting: questionbank',1736240533),(8,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 400',1736240533),(9,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240533),(10,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 500',1736240533),(11,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240533),(12,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240533),(13,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240533),(14,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240533),(15,'b23d5d314b34707143a03f0f38e07016',50,'calculating controller checksum 5e9c0a4fdc5de20a269c4b59930db172',1736240533),(16,'b23d5d314b34707143a03f0f38e07016',50,'loading controller from db',1736240535),(17,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240535),(18,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240535),(19,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240535),(20,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240535),(21,'b23d5d314b34707143a03f0f38e07016',50,'calculating controller checksum 5e9c0a4fdc5de20a269c4b59930db172',1736240535),(22,'b23d5d314b34707143a03f0f38e07016',50,'loading controller from db',1736240537),(23,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240537),(24,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240537),(25,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240537),(26,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240537),(27,'b23d5d314b34707143a03f0f38e07016',50,'calculating controller checksum 5e9c0a4fdc5de20a269c4b59930db172',1736240537),(28,'b23d5d314b34707143a03f0f38e07016',50,'loading controller from db',1736240540),(29,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240540),(30,'b23d5d314b34707143a03f0f38e07016',40,'checking plan security',1736240540),(31,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 600',1736240540),(32,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240540),(33,'b23d5d314b34707143a03f0f38e07016',50,'calculating controller checksum ad86fbd0bf5829ff1210eca87551fa8f',1736240540),(34,'b23d5d314b34707143a03f0f38e07016',50,'loading controller from db',1736240540),(35,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 700',1736240540),(36,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240540),(37,'b23d5d314b34707143a03f0f38e07016',50,'calculating controller checksum 3c3392adfcd53d8123e5d5b344cc0c55',1736240540),(38,'b23d5d314b34707143a03f0f38e07016',50,'loading controller from db',1736240540),(39,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 800',1736240541),(40,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240541),(41,'b23d5d314b34707143a03f0f38e07016',50,'calculating controller checksum a58045f609236615a6e3d8c20082d0f8',1736240541),(42,'b23d5d314b34707143a03f0f38e07016',50,'loading controller from db',1736240541),(43,'b23d5d314b34707143a03f0f38e07016',50,'processing file aliases queue. 0 entries.',1736240554),(44,'b23d5d314b34707143a03f0f38e07016',50,'setting controller status to 1000',1736240554),(45,'b23d5d314b34707143a03f0f38e07016',50,'saving controller to db',1736240554); +/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge` +-- + +DROP TABLE IF EXISTS `m_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badg_typ_ix` (`type`), + KEY `m_badg_cou_ix` (`courseid`), + KEY `m_badg_use_ix` (`usermodified`), + KEY `m_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge` +-- + +LOCK TABLES `m_badge` WRITE; +/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_alignment` +-- + +DROP TABLE IF EXISTS `m_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcomp_bad3_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_alignment` +-- + +LOCK TABLES `m_badge_alignment` WRITE; +/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `m_badgback_use_ix` (`userid`), + KEY `m_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack` +-- + +LOCK TABLES `m_badge_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgbackoaut_use_ix` (`usermodified`), + KEY `m_badgbackoaut_use2_ix` (`userid`), + KEY `m_badgbackoaut_iss_ix` (`issuerid`), + KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack_oauth2` +-- + +LOCK TABLES `m_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria` +-- + +DROP TABLE IF EXISTS `m_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `m_badgcrit_cri_ix` (`criteriatype`), + KEY `m_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria` +-- + +LOCK TABLES `m_badge_criteria` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritmet_cri_ix` (`critid`), + KEY `m_badgcritmet_use_ix` (`userid`), + KEY `m_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- + +LOCK TABLES `m_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria_param` +-- + +LOCK TABLES `m_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_endorsement` +-- + +DROP TABLE IF EXISTS `m_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_endorsement` +-- + +LOCK TABLES `m_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external` +-- + +DROP TABLE IF EXISTS `m_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external` +-- + +LOCK TABLES `m_badge_external` WRITE; +/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), + KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_backpack` +-- + +LOCK TABLES `m_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `m_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_identifier` +-- + +LOCK TABLES `m_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_issued` +-- + +DROP TABLE IF EXISTS `m_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `m_badgissu_bad_ix` (`badgeid`), + KEY `m_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_issued` +-- + +LOCK TABLES `m_badge_issued` WRITE; +/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_manual_award` +-- + +DROP TABLE IF EXISTS `m_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgmanuawar_bad_ix` (`badgeid`), + KEY `m_badgmanuawar_rec_ix` (`recipientid`), + KEY `m_badgmanuawar_iss_ix` (`issuerid`), + KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_manual_award` +-- + +LOCK TABLES `m_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_related` +-- + +DROP TABLE IF EXISTS `m_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `m_badgrela_bad_ix` (`badgeid`), + KEY `m_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_related` +-- + +LOCK TABLES `m_badge_related` WRITE; +/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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 NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_bigbluebuttonbn` +-- + +LOCK TABLES `m_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_bigblogs_cou_ix` (`courseid`), + KEY `m_bigblogs_log_ix` (`log`), + KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `m_bigblogs_uselog_ix` (`userid`,`log`), + KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_logs` +-- + +LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_bigbreco_cou_ix` (`courseid`), + KEY `m_bigbreco_rec_ix` (`recordingid`), + KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `m_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block` +-- + +DROP TABLE IF EXISTS `m_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block` +-- + +LOCK TABLES `m_block` WRITE; +/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; +INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); +/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_instances` +-- + +DROP TABLE IF EXISTS `m_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `m_blocinst_tim_ix` (`timemodified`), + KEY `m_blocinst_par_ix` (`parentcontextid`), + KEY `m_blocinst_blo_ix` (`blockname`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- + +LOCK TABLES `m_block_instances` WRITE; +/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; +INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); +/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_positions` +-- + +DROP TABLE IF EXISTS `m_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `m_blocposi_blo_ix` (`blockinstanceid`), + KEY `m_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- + +LOCK TABLES `m_block_positions` WRITE; +/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recent_activity` +-- + +DROP TABLE IF EXISTS `m_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recent_activity` +-- + +LOCK TABLES `m_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `m_blocrece_use_ix` (`userid`), + KEY `m_blocrece_cou_ix` (`courseid`), + KEY `m_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recentlyaccesseditems` +-- + +LOCK TABLES `m_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; +INSERT INTO `m_block_recentlyaccesseditems` VALUES (1,2,13,2,1736240563); +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_rss_client` +-- + +DROP TABLE IF EXISTS `m_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_rss_client` +-- + +LOCK TABLES `m_block_rss_client` WRITE; +/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_association` +-- + +DROP TABLE IF EXISTS `m_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blogasso_con_ix` (`contextid`), + KEY `m_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- + +LOCK TABLES `m_blog_association` WRITE; +/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_external` +-- + +DROP TABLE IF EXISTS `m_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- + +LOCK TABLES `m_blog_external` WRITE; +/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book` +-- + +DROP TABLE IF EXISTS `m_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book` +-- + +LOCK TABLES `m_book` WRITE; +/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book_chapters` +-- + +DROP TABLE IF EXISTS `m_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book_chapters` +-- + +LOCK TABLES `m_book_chapters` WRITE; +/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_filters` +-- + +DROP TABLE IF EXISTS `m_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_filters` +-- + +LOCK TABLES `m_cache_filters` WRITE; +/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_flags` +-- + +DROP TABLE IF EXISTS `m_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_cachflag_fla_ix` (`flagtype`), + KEY `m_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_flags` +-- + +LOCK TABLES `m_cache_flags` WRITE; +/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; +INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1736240560,'1',1736247760),(2,'accesslib/dirtycontexts','/1/3/21',1736240541,'1',1736247741),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1736240478,'1',1736247678),(6,'accesslib/dirtyusers','3',1736240546,'1',1736247746),(7,'accesslib/dirtyusers','4',1736240546,'1',1736247746); +/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_capabilities` +-- + +DROP TABLE IF EXISTS `m_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=734 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_capabilities` +-- + +LOCK TABLES `m_capabilities` WRITE; +/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; +INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(642,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat` +-- + +DROP TABLE IF EXISTS `m_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat` +-- + +LOCK TABLES `m_chat` WRITE; +/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages` +-- + +DROP TABLE IF EXISTS `m_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmess_use_ix` (`userid`), + KEY `m_chatmess_gro_ix` (`groupid`), + KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages` +-- + +LOCK TABLES `m_chat_messages` WRITE; +/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages_current` +-- + +DROP TABLE IF EXISTS `m_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmesscurr_use_ix` (`userid`), + KEY `m_chatmesscurr_gro_ix` (`groupid`), + KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages_current` +-- + +LOCK TABLES `m_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_users` +-- + +DROP TABLE IF EXISTS `m_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_chatuser_use_ix` (`userid`), + KEY `m_chatuser_las_ix` (`lastping`), + KEY `m_chatuser_gro_ix` (`groupid`), + KEY `m_chatuser_cha_ix` (`chatid`), + KEY `m_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- + +LOCK TABLES `m_chat_users` WRITE; +/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice` +-- + +DROP TABLE IF EXISTS `m_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice` +-- + +LOCK TABLES `m_choice` WRITE; +/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_answers` +-- + +DROP TABLE IF EXISTS `m_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiansw_use_ix` (`userid`), + KEY `m_choiansw_cho_ix` (`choiceid`), + KEY `m_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_answers` +-- + +LOCK TABLES `m_choice_answers` WRITE; +/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_options` +-- + +DROP TABLE IF EXISTS `m_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_options` +-- + +LOCK TABLES `m_choice_options` WRITE; +/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort` +-- + +DROP TABLE IF EXISTS `m_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- + +LOCK TABLES `m_cohort` WRITE; +/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort_members` +-- + +DROP TABLE IF EXISTS `m_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `m_cohomemb_coh_ix` (`cohortid`), + KEY `m_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cohort_members` +-- + +LOCK TABLES `m_cohort_members` WRITE; +/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_comments` +-- + +DROP TABLE IF EXISTS `m_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `m_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_comments` +-- + +LOCK TABLES `m_comments` WRITE; +/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication` +-- + +DROP TABLE IF EXISTS `m_communication`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `active` tinyint(1) NOT NULL DEFAULT '1', + `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_comm_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication` +-- + +LOCK TABLES `m_communication` WRITE; +/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_customlink` +-- + +DROP TABLE IF EXISTS `m_communication_customlink`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_customlink` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_commcust_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_communication_customlink` +-- + +LOCK TABLES `m_communication_customlink` WRITE; +/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_user` +-- + +DROP TABLE IF EXISTS `m_communication_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `userid` bigint NOT NULL, + `synced` tinyint(1) NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_commuser_com_ix` (`commid`), + KEY `m_commuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication_user` +-- + +LOCK TABLES `m_communication_user` WRITE; +/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency` +-- + +DROP TABLE IF EXISTS `m_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `m_comp_rul_ix` (`ruleoutcome`), + KEY `m_comp_sca_ix` (`scaleid`), + KEY `m_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- + +LOCK TABLES `m_competency` WRITE; +/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `m_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `m_compcour_cou2_ix` (`courseid`), + KEY `m_compcour_com_ix` (`competencyid`), + KEY `m_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_coursecomp` +-- + +LOCK TABLES `m_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_cou_uix` (`courseid`), + KEY `m_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- + +LOCK TABLES `m_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_evidence` +-- + +DROP TABLE IF EXISTS `m_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compevid_use_ix` (`usercompetencyid`), + KEY `m_compevid_act_ix` (`actionuserid`), + KEY `m_compevid_con_ix` (`contextid`), + KEY `m_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_evidence` +-- + +LOCK TABLES `m_competency_evidence` WRITE; +/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_framework` +-- + +DROP TABLE IF EXISTS `m_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), + KEY `m_compfram_con_ix` (`contextid`), + KEY `m_compfram_sca_ix` (`scaleid`), + KEY `m_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_framework` +-- + +LOCK TABLES `m_competency_framework` WRITE; +/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `m_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `m_compmodu_cmi_ix` (`cmid`), + KEY `m_compmodu_com_ix` (`competencyid`), + KEY `m_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_modulecomp` +-- + +LOCK TABLES `m_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plan` +-- + +DROP TABLE IF EXISTS `m_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compplan_usesta_ix` (`userid`,`status`), + KEY `m_compplan_tem_ix` (`templateid`), + KEY `m_compplan_stadue_ix` (`status`,`duedate`), + KEY `m_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plan` +-- + +LOCK TABLES `m_competency_plan` WRITE; +/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plancomp` +-- + +DROP TABLE IF EXISTS `m_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), + KEY `m_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plancomp` +-- + +LOCK TABLES `m_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `m_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comprela_com_ix` (`competencyid`), + KEY `m_comprela_rel_ix` (`relatedcompetencyid`), + KEY `m_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_relatedcomp` +-- + +LOCK TABLES `m_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_template` +-- + +DROP TABLE IF EXISTS `m_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_use_ix` (`usermodified`), + KEY `m_comptemp_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_template` +-- + +LOCK TABLES `m_competency_template` WRITE; +/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `m_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `m_comptemp_tem2_ix` (`templateid`), + KEY `m_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecohort` +-- + +LOCK TABLES `m_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `m_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_tem_ix` (`templateid`), + KEY `m_comptemp_com_ix` (`competencyid`), + KEY `m_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecomp` +-- + +LOCK TABLES `m_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercomp` +-- + +DROP TABLE IF EXISTS `m_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `m_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercomp` +-- + +LOCK TABLES `m_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `m_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `m_compuser_use4_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompcourse` +-- + +LOCK TABLES `m_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `m_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `m_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompplan` +-- + +LOCK TABLES `m_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidence` +-- + +DROP TABLE IF EXISTS `m_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compuser_use_ix` (`userid`), + KEY `m_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidence` +-- + +LOCK TABLES `m_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `m_compuser_use2_ix` (`userevidenceid`), + KEY `m_compuser_use6_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidencecomp` +-- + +LOCK TABLES `m_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config` +-- + +DROP TABLE IF EXISTS `m_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=613 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config` +-- + +LOCK TABLES `m_config` WRITE; +/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; +INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2023042400'),(9,'backup_release','4.2'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1736240482'),(25,'jsrev','1736240482'),(26,'gdversion','2'),(27,'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'),(28,'version','2023042411'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(43,'completiondefault','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1736240482'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(257,'enabledevicedetection','1'),(258,'devicedetectregex','[]'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.2.11 (Build: 20241007)'),(380,'branch','402'),(381,'localcachedirpurged','1736240482'),(382,'scheduledtaskreset','1736240482'),(383,'allversionshash','1c05f337f24b5337ef55f6835351b4234348af42'),(385,'registrationpending','1'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1736240482'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v126'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','2a51b9ab4da847b25b771d4c9935d615fd482ca0'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'sitenameintitle','shortname'); +/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_log` +-- + +DROP TABLE IF EXISTS `m_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_conflog_tim_ix` (`timemodified`), + KEY `m_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1931 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_log` +-- + +LOCK TABLES `m_config_log` WRITE; +/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; +INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,2,1736240487,'core_h5p','h5pcustomcss','',NULL),(1928,2,1736240487,'quiz_statistics','getstatslocktimeout','900',NULL),(1929,2,1736240487,'qtype_wq','log_server_errors','0',NULL),(1930,2,1736240487,NULL,'sitenameintitle','shortname',NULL); +/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_plugins` +-- + +DROP TABLE IF EXISTS `m_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2392 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_plugins` +-- + +LOCK TABLES `m_config_plugins` WRITE; +/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; +INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2023042400'),(198,'availability_completion','version','2023042400'),(199,'availability_date','version','2023042400'),(200,'availability_grade','version','2023042400'),(201,'availability_group','version','2023042400'),(202,'availability_grouping','version','2023042400'),(203,'availability_profile','version','2023042400'),(204,'qtype_calculated','version','2023042400'),(205,'qtype_calculatedmulti','version','2023042400'),(206,'qtype_calculatedsimple','version','2023042400'),(207,'qtype_ddimageortext','version','2023042400'),(208,'qtype_ddmarker','version','2023042400'),(209,'qtype_ddwtos','version','2023042400'),(210,'qtype_description','version','2023042400'),(211,'qtype_essay','version','2023042400'),(212,'qtype_gapselect','version','2023042400'),(213,'qtype_match','version','2023042400'),(214,'qtype_missingtype','version','2023042400'),(215,'qtype_multianswer','version','2023042400'),(216,'qtype_multichoice','version','2023042400'),(217,'qtype_numerical','version','2023042400'),(218,'qtype_random','version','2023042400'),(219,'qtype_randomsamatch','version','2023042400'),(220,'qtype_shortanswer','version','2023042400'),(221,'qtype_truefalse','version','2023042400'),(222,'mod_assign','version','2023042400'),(225,'mod_book','version','2023042400'),(226,'mod_chat','version','2023042400'),(227,'mod_choice','version','2023042400'),(228,'mod_data','version','2023042401'),(229,'mod_feedback','version','2023042400'),(231,'mod_folder','version','2023042400'),(233,'mod_forum','version','2023042401'),(234,'mod_glossary','version','2023042400'),(235,'mod_imscp','version','2023042400'),(237,'mod_label','version','2023042400'),(238,'mod_lesson','version','2023042400'),(239,'mod_lti','version','2023042400'),(240,'mod_page','version','2023042400'),(242,'mod_quiz','version','2023042400'),(243,'mod_resource','version','2023042400'),(244,'mod_scorm','version','2023042400'),(245,'mod_survey','version','2023042400'),(247,'mod_url','version','2023042400'),(249,'mod_wiki','version','2023042400'),(251,'mod_workshop','version','2023042400'),(252,'auth_cas','version','2023042400'),(254,'auth_db','version','2023042400'),(256,'auth_email','version','2023042400'),(257,'auth_ldap','version','2023042400'),(259,'auth_lti','version','2023042401'),(260,'auth_manual','version','2023042400'),(261,'auth_mnet','version','2023042400'),(263,'auth_nologin','version','2023042400'),(264,'auth_none','version','2023042400'),(265,'auth_oauth2','version','2023042400'),(266,'auth_shibboleth','version','2023042400'),(268,'auth_webservice','version','2023042400'),(269,'calendartype_gregorian','version','2023042400'),(270,'enrol_category','version','2023042400'),(272,'enrol_cohort','version','2023042400'),(273,'enrol_database','version','2023042400'),(275,'enrol_flatfile','version','2023042400'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2023042400'),(286,'enrol_imsenterprise','version','2023042400'),(288,'enrol_ldap','version','2023042400'),(290,'enrol_lti','version','2023042400'),(291,'enrol_manual','version','2023042400'),(293,'enrol_meta','version','2023042400'),(295,'enrol_mnet','version','2023042400'),(296,'enrol_paypal','version','2023042400'),(297,'enrol_self','version','2023042400'),(299,'message_airnotifier','version','2023042400'),(329,'message_email','version','2023042400'),(442,'message_popup','version','2023042400'),(474,'block_activity_modules','version','2023042400'),(475,'block_activity_results','version','2023042400'),(476,'block_admin_bookmarks','version','2023042400'),(477,'block_badges','version','2023042400'),(478,'block_blog_menu','version','2023042400'),(479,'block_blog_recent','version','2023042400'),(480,'block_blog_tags','version','2023042400'),(481,'block_calendar_month','version','2023042400'),(482,'block_calendar_upcoming','version','2023042400'),(483,'block_comments','version','2023042400'),(485,'block_completionstatus','version','2023042400'),(486,'block_course_list','version','2023042400'),(487,'block_course_summary','version','2023042400'),(488,'block_feedback','version','2023042400'),(490,'block_globalsearch','version','2023042400'),(491,'block_glossary_random','version','2023042400'),(492,'block_html','version','2023042400'),(493,'block_login','version','2023042400'),(494,'block_lp','version','2023042400'),(495,'block_mentees','version','2023042400'),(496,'block_mnet_hosts','version','2023042400'),(497,'block_myoverview','version','2023042400'),(498,'block_myprofile','version','2023042400'),(499,'block_navigation','version','2023042400'),(500,'block_news_items','version','2023042400'),(501,'block_online_users','version','2023042400'),(503,'block_private_files','version','2023042400'),(506,'block_recent_activity','version','2023042400'),(507,'block_rss_client','version','2023042400'),(508,'block_search_forums','version','2023042400'),(509,'block_section_links','version','2023042400'),(510,'block_selfcompletion','version','2023042400'),(511,'block_settings','version','2023042400'),(512,'block_site_main_menu','version','2023042400'),(513,'block_social_activities','version','2023042400'),(514,'block_tag_flickr','version','2023042400'),(515,'block_tag_youtube','version','2023042400'),(517,'block_tags','version','2023042400'),(518,'media_html5audio','version','2023042400'),(519,'media_html5video','version','2023042400'),(521,'media_videojs','version','2023042400'),(522,'media_vimeo','version','2023042400'),(523,'media_youtube','version','2023042400'),(524,'filter_activitynames','version','2023042400'),(526,'filter_algebra','version','2023042400'),(528,'filter_data','version','2023042400'),(530,'filter_emailprotect','version','2023042400'),(531,'filter_emoticon','version','2023042400'),(532,'filter_glossary','version','2023042400'),(534,'filter_mathjaxloader','version','2023042400'),(536,'filter_mediaplugin','version','2023042400'),(538,'filter_multilang','version','2023042400'),(539,'filter_tex','version','2023042400'),(541,'filter_tidy','version','2023042400'),(542,'filter_urltolink','version','2023042400'),(543,'editor_atto','version','2023042400'),(545,'editor_textarea','version','2023042400'),(547,'format_singleactivity','version','2023042400'),(548,'format_social','version','2023042400'),(549,'format_topics','version','2023042400'),(550,'format_weeks','version','2023042400'),(551,'dataformat_csv','version','2023042400'),(552,'dataformat_excel','version','2023042400'),(553,'dataformat_html','version','2023042400'),(554,'dataformat_json','version','2023042400'),(555,'dataformat_ods','version','2023042400'),(556,'profilefield_checkbox','version','2023042400'),(557,'profilefield_datetime','version','2023042400'),(558,'profilefield_menu','version','2023042400'),(559,'profilefield_text','version','2023042400'),(560,'profilefield_textarea','version','2023042400'),(561,'report_backups','version','2023042400'),(562,'report_competency','version','2023042400'),(563,'report_completion','version','2023042400'),(565,'report_configlog','version','2023042400'),(566,'report_courseoverview','version','2023042400'),(567,'report_eventlist','version','2023042400'),(568,'report_insights','version','2023042400'),(569,'report_log','version','2023042400'),(571,'report_loglive','version','2023042400'),(572,'report_outline','version','2023042400'),(574,'report_participation','version','2023042400'),(576,'report_performance','version','2023042400'),(577,'report_progress','version','2023042400'),(579,'report_questioninstances','version','2023042400'),(580,'report_security','version','2023042400'),(581,'report_stats','version','2023042400'),(583,'report_usersessions','version','2023042400'),(584,'gradeexport_ods','version','2023042400'),(585,'gradeexport_txt','version','2023042400'),(586,'gradeexport_xls','version','2023042400'),(587,'gradeexport_xml','version','2023042400'),(588,'gradeimport_csv','version','2023042400'),(589,'gradeimport_direct','version','2023042400'),(590,'gradeimport_xml','version','2023042400'),(591,'gradereport_grader','version','2023042400'),(592,'gradereport_history','version','2023042400'),(593,'gradereport_outcomes','version','2023042400'),(594,'gradereport_overview','version','2023042400'),(595,'gradereport_singleview','version','2023042400'),(596,'gradereport_user','version','2023042400'),(597,'gradingform_guide','version','2023042400'),(598,'gradingform_rubric','version','2023042400'),(599,'mlbackend_php','version','2023042400'),(600,'mlbackend_python','version','2023042400'),(601,'mnetservice_enrol','version','2023042400'),(602,'webservice_rest','version','2023042400'),(603,'webservice_soap','version','2023042400'),(605,'repository_areafiles','version','2023042400'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2023042400'),(611,'repository_dropbox','version','2023042400'),(612,'repository_equella','version','2023042400'),(613,'repository_filesystem','version','2023042400'),(614,'repository_flickr','version','2023042400'),(615,'repository_flickr_public','version','2023042400'),(616,'repository_googledocs','version','2023042400'),(617,'repository_local','version','2023042400'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2023042400'),(622,'repository_onedrive','version','2023042400'),(624,'repository_recent','version','2023042400'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2023042400'),(630,'repository_upload','version','2023042400'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2023042400'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2023042400'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2023042400'),(643,'repository_wikimedia','version','2023042400'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2023042400'),(650,'portfolio_download','version','2023042400'),(651,'portfolio_flickr','version','2023042400'),(652,'portfolio_googledocs','version','2023042400'),(653,'portfolio_mahara','version','2023042400'),(655,'search_simpledb','version','2023042400'),(657,'search_solr','version','2023042400'),(658,'qbehaviour_adaptive','version','2023042400'),(659,'qbehaviour_adaptivenopenalty','version','2023042400'),(660,'qbehaviour_deferredcbm','version','2023042400'),(661,'qbehaviour_deferredfeedback','version','2023042400'),(662,'qbehaviour_immediatecbm','version','2023042400'),(663,'qbehaviour_immediatefeedback','version','2023042400'),(664,'qbehaviour_informationitem','version','2023042400'),(665,'qbehaviour_interactive','version','2023042400'),(666,'qbehaviour_interactivecountback','version','2023042400'),(667,'qbehaviour_manualgraded','version','2023042400'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2023042400'),(671,'qformat_aiken','version','2023042400'),(672,'qformat_blackboard_six','version','2023042400'),(674,'qformat_gift','version','2023042400'),(675,'qformat_missingword','version','2023042400'),(676,'qformat_multianswer','version','2023042400'),(678,'qformat_xhtml','version','2023042400'),(679,'qformat_xml','version','2023042400'),(680,'tool_analytics','version','2023042400'),(682,'tool_availabilityconditions','version','2023042400'),(683,'tool_behat','version','2023042401'),(684,'tool_capability','version','2023042400'),(685,'tool_cohortroles','version','2023042401'),(686,'tool_customlang','version','2023042400'),(688,'tool_dataprivacy','version','2023042400'),(707,'tool_dbtransfer','version','2023042400'),(708,'tool_filetypes','version','2023042400'),(709,'tool_generator','version','2023042400'),(711,'tool_httpsreplace','version','2023042400'),(712,'tool_innodb','version','2023042400'),(713,'tool_installaddon','version','2023042400'),(714,'tool_langimport','version','2023042400'),(715,'tool_log','version','2023042400'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2023042400'),(719,'tool_lpimportcsv','version','2023042400'),(720,'tool_lpmigrate','version','2023042400'),(721,'tool_messageinbound','version','2023042400'),(740,'tool_mobile','version','2023042401'),(741,'tool_monitor','version','2023042400'),(748,'tool_multilangupgrade','version','2023042400'),(749,'tool_oauth2','version','2023042400'),(750,'tool_phpunit','version','2023042400'),(751,'tool_policy','version','2023042400'),(752,'tool_profiling','version','2023042400'),(753,'tool_recyclebin','version','2023042400'),(754,'tool_replace','version','2023042400'),(755,'tool_spamcleaner','version','2023042400'),(756,'tool_task','version','2023042400'),(757,'tool_templatelibrary','version','2023042400'),(758,'tool_unsuproles','version','2023042400'),(760,'tool_uploadcourse','version','2023042400'),(761,'tool_uploaduser','version','2023042400'),(762,'tool_usertours','version','2023042400'),(764,'tool_xmldb','version','2023042400'),(765,'cachestore_apcu','version','2023042400'),(766,'cachestore_file','version','2023042400'),(770,'cachestore_redis','version','2023042400'),(771,'cachestore_session','version','2023042400'),(772,'cachestore_static','version','2023042400'),(773,'cachelock_file','version','2023042400'),(774,'fileconverter_googledrive','version','2023042400'),(775,'fileconverter_unoconv','version','2023042400'),(777,'theme_boost','version','2023042400'),(782,'assignsubmission_comments','version','2023042400'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2023042400'),(788,'assignsubmission_onlinetext','version','2023042400'),(790,'assignfeedback_comments','version','2023042400'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2023042400'),(798,'assignfeedback_file','version','2023042400'),(800,'assignfeedback_offline','version','2023042400'),(805,'booktool_exportimscp','version','2023042400'),(806,'booktool_importhtml','version','2023042400'),(807,'booktool_print','version','2023042400'),(808,'datafield_checkbox','version','2023042400'),(809,'datafield_date','version','2023042400'),(810,'datafield_file','version','2023042400'),(811,'datafield_latlong','version','2023042400'),(812,'datafield_menu','version','2023042400'),(813,'datafield_multimenu','version','2023042400'),(814,'datafield_number','version','2023042400'),(815,'datafield_picture','version','2023042400'),(816,'datafield_radiobutton','version','2023042400'),(817,'datafield_text','version','2023042400'),(818,'datafield_textarea','version','2023042400'),(819,'datafield_url','version','2023042400'),(820,'datapreset_imagegallery','version','2023042400'),(821,'ltiservice_gradebookservices','version','2023042400'),(822,'ltiservice_memberships','version','2023042400'),(823,'ltiservice_profile','version','2023042400'),(824,'ltiservice_toolproxy','version','2023042400'),(825,'ltiservice_toolsettings','version','2023042400'),(826,'quiz_grading','version','2023042400'),(828,'quiz_overview','version','2023042400'),(830,'quiz_responses','version','2023042400'),(832,'quiz_statistics','version','2023042404'),(834,'quizaccess_delaybetweenattempts','version','2023042400'),(835,'quizaccess_ipaddress','version','2023042400'),(836,'quizaccess_numattempts','version','2023042400'),(837,'quizaccess_offlineattempts','version','2023042400'),(838,'quizaccess_openclosedate','version','2023042400'),(839,'quizaccess_password','version','2023042400'),(841,'quizaccess_securewindow','version','2023042400'),(842,'quizaccess_timelimit','version','2023042400'),(843,'scormreport_basic','version','2023042400'),(844,'scormreport_graphs','version','2023042400'),(845,'scormreport_interactions','version','2023042400'),(846,'scormreport_objectives','version','2023042400'),(847,'workshopform_accumulative','version','2023042400'),(849,'workshopform_comments','version','2023042400'),(851,'workshopform_numerrors','version','2023042400'),(853,'workshopform_rubric','version','2023042400'),(855,'workshopallocation_manual','version','2023042400'),(856,'workshopallocation_random','version','2023042400'),(857,'workshopallocation_scheduled','version','2023042400'),(858,'workshopeval_best','version','2023042400'),(859,'atto_accessibilitychecker','version','2023042400'),(860,'atto_accessibilityhelper','version','2023042400'),(861,'atto_align','version','2023042400'),(862,'atto_backcolor','version','2023042400'),(863,'atto_bold','version','2023042400'),(864,'atto_charmap','version','2023042400'),(865,'atto_clear','version','2023042400'),(866,'atto_collapse','version','2023042400'),(867,'atto_emoticon','version','2023042400'),(868,'atto_equation','version','2023042400'),(869,'atto_fontcolor','version','2023042400'),(870,'atto_html','version','2023042400'),(871,'atto_image','version','2023042400'),(872,'atto_indent','version','2023042400'),(873,'atto_italic','version','2023042400'),(874,'atto_link','version','2023042400'),(875,'atto_managefiles','version','2023042400'),(876,'atto_media','version','2023042400'),(877,'atto_noautolink','version','2023042400'),(878,'atto_orderedlist','version','2023042400'),(879,'atto_recordrtc','version','2023042400'),(880,'atto_rtl','version','2023042400'),(881,'atto_strike','version','2023042400'),(882,'atto_subscript','version','2023042400'),(883,'atto_superscript','version','2023042400'),(884,'atto_table','version','2023042400'),(885,'atto_title','version','2023042400'),(886,'atto_underline','version','2023042400'),(887,'atto_undo','version','2023042400'),(888,'atto_unorderedlist','version','2023042400'),(899,'logstore_database','version','2023042400'),(901,'logstore_standard','version','2023042400'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024110400'),(1881,'atto_wiris','version','2024110400'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024032206'),(1936,'qtype_matchwiris','version','2024032206'),(1937,'qtype_multianswerwiris','version','2024032206'),(1938,'qtype_multichoicewiris','version','2024032206'),(1939,'qtype_shortanswerwiris','version','2024032206'),(1940,'qtype_truefalsewiris','version','2024032206'),(1941,'qtype_wq','version','2024032206'),(1942,'mod_h5pactivity','version','2023042402'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2023042400'),(1946,'customfield_date','version','2023042400'),(1947,'customfield_select','version','2023042400'),(1948,'customfield_text','version','2023042400'),(1949,'customfield_textarea','version','2023042400'),(1950,'enrol_fee','version','2023042400'),(1951,'block_recentlyaccessedcourses','version','2023042400'),(1953,'block_recentlyaccesseditems','version','2023042400'),(1954,'block_starredcourses','version','2023042400'),(1955,'block_timeline','version','2023042400'),(1957,'filter_displayh5p','version','2023042400'),(1959,'dataformat_pdf','version','2023042400'),(1960,'report_infectedfiles','version','2023042400'),(1961,'report_status','version','2023042400'),(1962,'repository_contentbank','version','2023042400'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2023042400'),(1967,'tool_licensemanager','version','2023042400'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2023042400'),(1970,'contenttype_h5p','version','2023042400'),(1971,'theme_classic','version','2023042400'),(1972,'local_wirisquizzes','version','2024032205'),(1974,'paygw_paypal','version','2023042400'),(1976,'forumreport_summary','version','2023042400'),(1977,'ltiservice_basicoutcomes','version','2023042400'),(1978,'quizaccess_seb','version','2023042400'),(1980,'atto_emojipicker','version','2023042400'),(1981,'atto_h5p','version','2023042400'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1736240492'),(2102,'block_accessreview','version','2023042400'),(2103,'profilefield_social','version','2023042400'),(2104,'tool_brickfield','version','2023042400'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2023042400'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2023042400'),(2310,'qbank_columnsortorder','version','2023042400'),(2311,'qbank_comment','version','2023042400'),(2312,'qbank_customfields','version','2023042400'),(2313,'qbank_deletequestion','version','2023042400'),(2314,'qbank_editquestion','version','2023042400'),(2315,'qbank_exportquestions','version','2023042400'),(2316,'qbank_exporttoxml','version','2023042400'),(2317,'qbank_history','version','2023042400'),(2318,'qbank_importquestions','version','2023042400'),(2319,'qbank_managecategories','version','2023042400'),(2320,'qbank_previewquestion','version','2023042400'),(2321,'qbank_statistics','version','2023042400'),(2322,'qbank_tagquestion','version','2023042400'),(2323,'qbank_usage','version','2023042400'),(2324,'qbank_viewcreator','version','2023042400'),(2325,'qbank_viewquestionname','version','2023042400'),(2326,'qbank_viewquestiontext','version','2023042400'),(2327,'qbank_viewquestiontype','version','2023042400'),(2328,'tool_admin_presets','version','2023042400'),(2329,'tool_componentlibrary','version','2023042400'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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, bigbluebuttonbn_shared_secret@@none'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2023042400'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2023042400'),(2354,'datapreset_journal','version','2023042400'),(2355,'datapreset_proposals','version','2023042400'),(2356,'datapreset_resources','version','2023042400'),(2357,'tiny_accessibilitychecker','version','2023042400'),(2358,'tiny_autosave','version','2023042401'),(2359,'tiny_equation','version','2023042400'),(2360,'tiny_h5p','version','2023042400'),(2361,'tiny_link','version','2023042400'),(2362,'tiny_media','version','2023042400'),(2363,'tiny_recordrtc','version','2023042400'),(2364,'tiny_wiris','version','2024110400'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'h5plib_v126','version','2023042400'),(2389,'core_h5p','h5pcustomcss',''),(2390,'quiz_statistics','getstatslocktimeout','900'),(2391,'qtype_wq','log_server_errors','0'); +/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_contentbank_content` +-- + +DROP TABLE IF EXISTS `m_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_contcont_nam_ix` (`name`), + KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `m_contcont_con_ix` (`contextid`), + KEY `m_contcont_use_ix` (`usermodified`), + KEY `m_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_contentbank_content` +-- + +LOCK TABLES `m_contentbank_content` WRITE; +/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context` +-- + +DROP TABLE IF EXISTS `m_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_cont_ins_ix` (`instanceid`), + KEY `m_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_context` +-- + +LOCK TABLES `m_context` WRITE; +/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; +INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0),(31,30,5,'/1/31',2,0),(32,70,2,'/1/3/21/32',4,0),(33,70,3,'/1/3/21/33',4,0),(34,70,4,'/1/3/21/34',4,0),(35,70,5,'/1/3/21/35',4,0),(36,70,6,'/1/3/21/36',4,0),(37,70,7,'/1/3/21/37',4,0),(38,70,8,'/1/3/21/38',4,0),(39,70,9,'/1/3/21/39',4,0),(40,70,10,'/1/3/21/40',4,0),(41,70,11,'/1/3/21/41',4,0),(42,70,12,'/1/3/21/42',4,0),(43,70,13,'/1/3/21/43',4,0),(44,70,14,'/1/3/21/44',4,0),(45,70,15,'/1/3/21/45',4,0),(46,70,16,'/1/3/21/46',4,0),(47,70,17,'/1/3/21/47',4,0),(48,70,18,'/1/3/21/48',4,0); +/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context_temp` +-- + +DROP TABLE IF EXISTS `m_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_context_temp` +-- + +LOCK TABLES `m_context_temp` WRITE; +/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course` +-- + +DROP TABLE IF EXISTS `m_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_cour_cat_ix` (`category`), + KEY `m_cour_idn_ix` (`idnumber`), + KEY `m_cour_sho_ix` (`shortname`), + KEY `m_cour_sor_ix` (`sortorder`), + KEY `m_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course` +-- + +LOCK TABLES `m_course` WRITE; +/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; +INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1736240482,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1736240554,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_categories` +-- + +DROP TABLE IF EXISTS `m_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_categories` +-- + +LOCK TABLES `m_course_categories` WRITE; +/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; +INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); +/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `m_courcompaggrmeth_cou_ix` (`course`), + KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_aggr_methd` +-- + +LOCK TABLES `m_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `m_courcompcritcomp_use_ix` (`userid`), + KEY `m_courcompcritcomp_cou_ix` (`course`), + KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_crit_compl` +-- + +LOCK TABLES `m_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `m_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_criteria` +-- + +LOCK TABLES `m_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `m_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), + KEY `m_courcompdefa_mod_ix` (`module`), + KEY `m_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_defaults` +-- + +LOCK TABLES `m_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completions` +-- + +DROP TABLE IF EXISTS `m_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), + KEY `m_courcomp_use_ix` (`userid`), + KEY `m_courcomp_cou_ix` (`course`), + KEY `m_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completions` +-- + +LOCK TABLES `m_course_completions` WRITE; +/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_format_options` +-- + +DROP TABLE IF EXISTS `m_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `m_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- + +LOCK TABLES `m_course_format_options` WRITE; +/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; +INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); +/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules` +-- + +DROP TABLE IF EXISTS `m_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courmodu_vis_ix` (`visible`), + KEY `m_courmodu_cou_ix` (`course`), + KEY `m_courmodu_mod_ix` (`module`), + KEY `m_courmodu_ins_ix` (`instance`), + KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `m_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules` +-- + +LOCK TABLES `m_course_modules` WRITE; +/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; +INSERT INTO `m_course_modules` VALUES (2,2,15,1,6,'',1711023091,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(3,2,15,2,6,'',1711023987,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(4,2,15,3,6,'',1711024082,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(5,2,15,4,6,'',1729524109,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(6,2,9,2,6,'',1711024652,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(7,2,16,1,6,'',1711024806,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(8,2,16,2,7,'',1727336879,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(9,2,16,3,7,'',1727275517,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(10,2,16,4,7,'',1727276507,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(11,2,16,5,7,'',1727276423,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(12,2,16,6,7,'',1727276469,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(13,2,16,7,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(14,2,16,8,7,'',1727276551,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(15,2,16,9,8,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(16,2,16,10,8,'',1727339025,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(17,2,16,11,8,'',1727333880,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(18,2,16,12,8,'',1727275855,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''); +/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_completion` +-- + +DROP TABLE IF EXISTS `m_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- + +LOCK TABLES `m_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `m_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules_viewed` +-- + +LOCK TABLES `m_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_published` +-- + +DROP TABLE IF EXISTS `m_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courpubl_cou_ix` (`courseid`), + KEY `m_courpubl_hub_ix` (`hubcourseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- + +LOCK TABLES `m_course_published` WRITE; +/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_request` +-- + +DROP TABLE IF EXISTS `m_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_request` +-- + +LOCK TABLES `m_course_request` WRITE; +/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_sections` +-- + +DROP TABLE IF EXISTS `m_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_sections` +-- + +LOCK TABLES `m_course_sections` WRITE; +/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; +INSERT INTO `m_course_sections` VALUES (6,2,0,'MathType Integration','',1,'2,3,4,5,6,7',1,NULL,1736240546),(7,2,1,'WirisQuizzes','',1,'8,9,10,11,12,13,14',1,NULL,1736240552),(8,2,2,'Additional resources','',1,'15,16,17,18',1,NULL,1736240553); +/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_category` +-- + +DROP TABLE IF EXISTS `m_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `m_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_category` +-- + +LOCK TABLES `m_customfield_category` WRITE; +/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_data` +-- + +DROP TABLE IF EXISTS `m_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `m_custdata_fie_ix` (`fieldid`), + KEY `m_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_data` +-- + +LOCK TABLES `m_customfield_data` WRITE; +/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_field` +-- + +DROP TABLE IF EXISTS `m_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `m_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_field` +-- + +LOCK TABLES `m_customfield_field` WRITE; +/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data` +-- + +DROP TABLE IF EXISTS `m_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data` +-- + +LOCK TABLES `m_data` WRITE; +/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_content` +-- + +DROP TABLE IF EXISTS `m_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datacont_rec_ix` (`recordid`), + KEY `m_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_content` +-- + +LOCK TABLES `m_data_content` WRITE; +/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_fields` +-- + +DROP TABLE IF EXISTS `m_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datafiel_typdat_ix` (`type`,`dataid`), + KEY `m_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_fields` +-- + +LOCK TABLES `m_data_fields` WRITE; +/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_records` +-- + +DROP TABLE IF EXISTS `m_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_datareco_dat_ix` (`dataid`), + KEY `m_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_records` +-- + +LOCK TABLES `m_data_records` WRITE; +/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `m_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- + +LOCK TABLES `m_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol` +-- + +DROP TABLE IF EXISTS `m_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enro_enr_ix` (`enrol`), + KEY `m_enro_cou_ix` (`courseid`), + KEY `m_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- + +LOCK TABLES `m_enrol` WRITE; +/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; +INSERT INTO `m_enrol` VALUES (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,1566468838,1566468838),(4,'manual',0,2,2,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,1566468838,1566468838),(5,'self',1,2,3,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,1566468838,1566468838); +/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `m_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enroflat_cou_ix` (`courseid`), + KEY `m_enroflat_use_ix` (`userid`), + KEY `m_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_flatfile` +-- + +LOCK TABLES `m_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` tinyint(1) NOT NULL DEFAULT '0', + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), + UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_app_registration` +-- + +LOCK TABLES `m_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `m_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_context` +-- + +LOCK TABLES `m_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `m_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_deployment` +-- + +LOCK TABLES `m_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- + +LOCK TABLES `m_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2resolink_con_ix` (`contextid`), + KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourceid` bigint NOT NULL, + `ltideploymentid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_resource_link` +-- + +LOCK TABLES `m_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltitoolconsmap_too_ix` (`toolid`), + KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), + KEY `m_enroltitool_enr_ix` (`enrolid`), + KEY `m_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_tools` +-- + +LOCK TABLES `m_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_user_resource_link` +-- + +LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltiuser_use_ix` (`userid`), + KEY `m_enroltiuser_too_ix` (`toolid`), + KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_users` +-- + +LOCK TABLES `m_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_paypal` +-- + +DROP TABLE IF EXISTS `m_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enropayp_bus_ix` (`business`), + KEY `m_enropayp_rec_ix` (`receiver_email`), + KEY `m_enropayp_cou_ix` (`courseid`), + KEY `m_enropayp_use_ix` (`userid`), + KEY `m_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_paypal` +-- + +LOCK TABLES `m_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event` +-- + +DROP TABLE IF EXISTS `m_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_even_cou_ix` (`courseid`), + KEY `m_even_use_ix` (`userid`), + KEY `m_even_tim_ix` (`timestart`), + KEY `m_even_tim2_ix` (`timeduration`), + KEY `m_even_uui_ix` (`uuid`), + KEY `m_even_typtim_ix` (`type`,`timesort`), + KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `m_even_cat_ix` (`categoryid`), + KEY `m_even_sub_ix` (`subscriptionid`), + KEY `m_even_eve_ix` (`eventtype`), + KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event` +-- + +LOCK TABLES `m_event` WRITE; +/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event_subscriptions` +-- + +DROP TABLE IF EXISTS `m_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_evensubs_cou_ix` (`courseid`), + KEY `m_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event_subscriptions` +-- + +LOCK TABLES `m_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_handlers` +-- + +DROP TABLE IF EXISTS `m_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- + +LOCK TABLES `m_events_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue` +-- + +DROP TABLE IF EXISTS `m_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- + +LOCK TABLES `m_events_queue` WRITE; +/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `m_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueuhand_que_ix` (`queuedeventid`), + KEY `m_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- + +LOCK TABLES `m_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_functions` +-- + +DROP TABLE IF EXISTS `m_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_functions` +-- + +LOCK TABLES `m_external_functions` WRITE; +/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; +INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(534,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_grades\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'); +/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services` +-- + +DROP TABLE IF EXISTS `m_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services` +-- + +LOCK TABLES `m_external_services` WRITE; +/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; +INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_functions` +-- + +DROP TABLE IF EXISTS `m_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=2237 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services_functions` +-- + +LOCK TABLES `m_external_services_functions` WRITE; +/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; +INSERT INTO `m_external_services_functions` VALUES (1833,1,'core_badges_get_user_badges'),(1834,1,'core_calendar_get_calendar_monthly_view'),(1835,1,'core_calendar_get_calendar_day_view'),(1836,1,'core_calendar_get_calendar_upcoming_view'),(1837,1,'core_calendar_update_event_start_day'),(1838,1,'core_calendar_create_calendar_events'),(1839,1,'core_calendar_delete_calendar_events'),(1840,1,'core_calendar_get_calendar_events'),(1841,1,'core_calendar_get_action_events_by_timesort'),(1842,1,'core_calendar_get_action_events_by_course'),(1843,1,'core_calendar_get_action_events_by_courses'),(1844,1,'core_calendar_get_calendar_event_by_id'),(1845,1,'core_calendar_submit_create_update_form'),(1846,1,'core_comment_get_comments'),(1847,1,'core_completion_get_activities_completion_status'),(1848,1,'core_completion_get_course_completion_status'),(1849,1,'core_completion_mark_course_self_completed'),(1850,1,'core_completion_update_activity_completion_status_manually'),(1851,1,'core_course_get_categories'),(1852,1,'core_course_get_contents'),(1853,1,'core_course_get_course_module'),(1854,1,'core_course_get_course_module_by_instance'),(1855,1,'core_course_get_courses'),(1856,1,'core_course_search_courses'),(1857,1,'core_course_view_course'),(1858,1,'core_course_get_user_navigation_options'),(1859,1,'core_course_get_user_administration_options'),(1860,1,'core_course_get_courses_by_field'),(1861,1,'core_course_check_updates'),(1862,1,'core_course_get_updates_since'),(1863,1,'core_enrol_get_course_enrolment_methods'),(1864,1,'core_enrol_get_enrolled_users'),(1865,1,'core_enrol_get_users_courses'),(1866,1,'core_files_get_files'),(1867,1,'core_get_component_strings'),(1868,1,'core_group_get_activity_allowed_groups'),(1869,1,'core_group_get_activity_groupmode'),(1870,1,'core_group_get_course_groupings'),(1871,1,'core_group_get_course_groups'),(1872,1,'core_group_get_course_user_groups'),(1873,1,'core_message_delete_contacts'),(1874,1,'core_message_delete_message'),(1875,1,'core_message_get_blocked_users'),(1876,1,'core_message_data_for_messagearea_search_messages'),(1877,1,'core_message_get_messages'),(1878,1,'core_message_get_unread_conversations_count'),(1879,1,'core_message_mark_all_notifications_as_read'),(1880,1,'core_message_mark_message_read'),(1881,1,'core_message_mark_notification_read'),(1882,1,'core_message_message_processor_config_form'),(1883,1,'core_message_search_contacts'),(1884,1,'core_message_send_instant_messages'),(1885,1,'core_message_get_user_notification_preferences'),(1886,1,'core_message_get_user_message_preferences'),(1887,1,'core_notes_create_notes'),(1888,1,'core_notes_delete_notes'),(1889,1,'core_notes_get_course_notes'),(1890,1,'core_notes_view_notes'),(1891,1,'core_question_update_flag'),(1892,1,'core_rating_get_item_ratings'),(1893,1,'core_rating_add_rating'),(1894,1,'core_tag_get_tagindex'),(1895,1,'core_user_add_user_device'),(1896,1,'core_user_add_user_private_files'),(1897,1,'core_user_get_course_user_profiles'),(1898,1,'core_user_get_users_by_field'),(1899,1,'core_user_remove_user_device'),(1900,1,'core_user_update_user_preferences'),(1901,1,'core_user_view_user_list'),(1902,1,'core_user_view_user_profile'),(1903,1,'core_user_get_user_preferences'),(1904,1,'core_user_update_picture'),(1905,1,'core_user_set_user_preferences'),(1906,1,'core_user_agree_site_policy'),(1907,1,'core_user_get_private_files_info'),(1908,1,'core_competency_competency_viewed'),(1909,1,'core_competency_list_course_competencies'),(1910,1,'core_competency_get_scale_values'),(1911,1,'core_competency_user_competency_viewed'),(1912,1,'core_competency_user_competency_viewed_in_plan'),(1913,1,'core_competency_user_competency_viewed_in_course'),(1914,1,'core_competency_user_competency_plan_viewed'),(1915,1,'core_competency_grade_competency_in_course'),(1916,1,'core_competency_delete_evidence'),(1917,1,'core_webservice_get_site_info'),(1918,1,'core_block_get_course_blocks'),(1919,1,'core_filters_get_available_in_context'),(1920,1,'mod_assign_get_grades'),(1921,1,'mod_assign_get_assignments'),(1922,1,'mod_assign_get_submissions'),(1923,1,'mod_assign_get_user_flags'),(1924,1,'mod_assign_set_user_flags'),(1925,1,'mod_assign_get_user_mappings'),(1926,1,'mod_assign_revert_submissions_to_draft'),(1927,1,'mod_assign_lock_submissions'),(1928,1,'mod_assign_unlock_submissions'),(1929,1,'mod_assign_save_submission'),(1930,1,'mod_assign_submit_for_grading'),(1931,1,'mod_assign_save_grade'),(1932,1,'mod_assign_save_grades'),(1933,1,'mod_assign_save_user_extensions'),(1934,1,'mod_assign_reveal_identities'),(1935,1,'mod_assign_view_grading_table'),(1936,1,'mod_assign_view_submission_status'),(1937,1,'mod_assign_get_submission_status'),(1938,1,'mod_assign_list_participants'),(1939,1,'mod_assign_submit_grading_form'),(1940,1,'mod_assign_get_participant'),(1941,1,'mod_assign_view_assign'),(1942,1,'mod_book_view_book'),(1943,1,'mod_book_get_books_by_courses'),(1944,1,'mod_chat_login_user'),(1945,1,'mod_chat_get_chat_users'),(1946,1,'mod_chat_send_chat_message'),(1947,1,'mod_chat_get_chat_latest_messages'),(1948,1,'mod_chat_view_chat'),(1949,1,'mod_chat_get_chats_by_courses'),(1950,1,'mod_chat_get_sessions'),(1951,1,'mod_chat_get_session_messages'),(1952,1,'mod_choice_get_choice_results'),(1953,1,'mod_choice_get_choice_options'),(1954,1,'mod_choice_submit_choice_response'),(1955,1,'mod_choice_view_choice'),(1956,1,'mod_choice_get_choices_by_courses'),(1957,1,'mod_choice_delete_choice_responses'),(1958,1,'mod_data_get_databases_by_courses'),(1959,1,'mod_data_view_database'),(1960,1,'mod_data_get_data_access_information'),(1961,1,'mod_data_get_entries'),(1962,1,'mod_data_get_entry'),(1963,1,'mod_data_get_fields'),(1964,1,'mod_data_search_entries'),(1965,1,'mod_data_approve_entry'),(1966,1,'mod_data_delete_entry'),(1967,1,'mod_data_add_entry'),(1968,1,'mod_data_update_entry'),(1969,1,'mod_feedback_get_feedbacks_by_courses'),(1970,1,'mod_feedback_get_feedback_access_information'),(1971,1,'mod_feedback_view_feedback'),(1972,1,'mod_feedback_get_current_completed_tmp'),(1973,1,'mod_feedback_get_items'),(1974,1,'mod_feedback_launch_feedback'),(1975,1,'mod_feedback_get_page_items'),(1976,1,'mod_feedback_process_page'),(1977,1,'mod_feedback_get_analysis'),(1978,1,'mod_feedback_get_unfinished_responses'),(1979,1,'mod_feedback_get_finished_responses'),(1980,1,'mod_feedback_get_non_respondents'),(1981,1,'mod_feedback_get_responses_analysis'),(1982,1,'mod_feedback_get_last_completed'),(1983,1,'mod_folder_view_folder'),(1984,1,'mod_folder_get_folders_by_courses'),(1985,1,'mod_forum_get_forums_by_courses'),(1986,1,'mod_forum_get_forum_discussions_paginated'),(1987,1,'mod_forum_view_forum'),(1988,1,'mod_forum_view_forum_discussion'),(1989,1,'mod_forum_add_discussion_post'),(1990,1,'mod_forum_add_discussion'),(1991,1,'mod_forum_can_add_discussion'),(1992,1,'mod_glossary_get_glossaries_by_courses'),(1993,1,'mod_glossary_view_glossary'),(1994,1,'mod_glossary_view_entry'),(1995,1,'mod_glossary_get_entries_by_letter'),(1996,1,'mod_glossary_get_entries_by_date'),(1997,1,'mod_glossary_get_categories'),(1998,1,'mod_glossary_get_entries_by_category'),(1999,1,'mod_glossary_get_authors'),(2000,1,'mod_glossary_get_entries_by_author'),(2001,1,'mod_glossary_get_entries_by_author_id'),(2002,1,'mod_glossary_get_entries_by_search'),(2003,1,'mod_glossary_get_entries_by_term'),(2004,1,'mod_glossary_get_entries_to_approve'),(2005,1,'mod_glossary_get_entry_by_id'),(2006,1,'mod_glossary_add_entry'),(2007,1,'mod_imscp_view_imscp'),(2008,1,'mod_imscp_get_imscps_by_courses'),(2009,1,'mod_label_get_labels_by_courses'),(2010,1,'mod_lesson_get_lessons_by_courses'),(2011,1,'mod_lesson_get_lesson_access_information'),(2012,1,'mod_lesson_view_lesson'),(2013,1,'mod_lesson_get_questions_attempts'),(2014,1,'mod_lesson_get_user_grade'),(2015,1,'mod_lesson_get_user_attempt_grade'),(2016,1,'mod_lesson_get_content_pages_viewed'),(2017,1,'mod_lesson_get_user_timers'),(2018,1,'mod_lesson_get_pages'),(2019,1,'mod_lesson_launch_attempt'),(2020,1,'mod_lesson_get_page_data'),(2021,1,'mod_lesson_process_page'),(2022,1,'mod_lesson_finish_attempt'),(2023,1,'mod_lesson_get_attempts_overview'),(2024,1,'mod_lesson_get_user_attempt'),(2025,1,'mod_lesson_get_pages_possible_jumps'),(2026,1,'mod_lesson_get_lesson'),(2027,1,'mod_lti_get_tool_launch_data'),(2028,1,'mod_lti_get_ltis_by_courses'),(2029,1,'mod_lti_view_lti'),(2030,1,'mod_page_view_page'),(2031,1,'mod_page_get_pages_by_courses'),(2032,1,'mod_quiz_get_quizzes_by_courses'),(2033,1,'mod_quiz_view_quiz'),(2034,1,'mod_quiz_get_user_attempts'),(2035,1,'mod_quiz_get_user_best_grade'),(2036,1,'mod_quiz_get_combined_review_options'),(2037,1,'mod_quiz_start_attempt'),(2038,1,'mod_quiz_get_attempt_data'),(2039,1,'mod_quiz_get_attempt_summary'),(2040,1,'mod_quiz_save_attempt'),(2041,1,'mod_quiz_process_attempt'),(2042,1,'mod_quiz_get_attempt_review'),(2043,1,'mod_quiz_view_attempt'),(2044,1,'mod_quiz_view_attempt_summary'),(2045,1,'mod_quiz_view_attempt_review'),(2046,1,'mod_quiz_get_quiz_feedback_for_grade'),(2047,1,'mod_quiz_get_quiz_access_information'),(2048,1,'mod_quiz_get_attempt_access_information'),(2049,1,'mod_quiz_get_quiz_required_qtypes'),(2050,1,'mod_resource_view_resource'),(2051,1,'mod_resource_get_resources_by_courses'),(2052,1,'mod_scorm_view_scorm'),(2053,1,'mod_scorm_get_scorm_attempt_count'),(2054,1,'mod_scorm_get_scorm_scoes'),(2055,1,'mod_scorm_get_scorm_user_data'),(2056,1,'mod_scorm_insert_scorm_tracks'),(2057,1,'mod_scorm_get_scorm_sco_tracks'),(2058,1,'mod_scorm_get_scorms_by_courses'),(2059,1,'mod_scorm_launch_sco'),(2060,1,'mod_survey_get_surveys_by_courses'),(2061,1,'mod_survey_view_survey'),(2062,1,'mod_survey_get_questions'),(2063,1,'mod_survey_submit_answers'),(2064,1,'mod_url_view_url'),(2065,1,'mod_url_get_urls_by_courses'),(2066,1,'mod_wiki_get_wikis_by_courses'),(2067,1,'mod_wiki_view_wiki'),(2068,1,'mod_wiki_view_page'),(2069,1,'mod_wiki_get_subwikis'),(2070,1,'mod_wiki_get_subwiki_pages'),(2071,1,'mod_wiki_get_subwiki_files'),(2072,1,'mod_wiki_get_page_contents'),(2073,1,'mod_wiki_get_page_for_editing'),(2074,1,'mod_wiki_new_page'),(2075,1,'mod_wiki_edit_page'),(2076,1,'mod_workshop_get_workshops_by_courses'),(2077,1,'mod_workshop_get_workshop_access_information'),(2078,1,'mod_workshop_get_user_plan'),(2079,1,'mod_workshop_view_workshop'),(2080,1,'mod_workshop_add_submission'),(2081,1,'mod_workshop_update_submission'),(2082,1,'mod_workshop_delete_submission'),(2083,1,'mod_workshop_get_submissions'),(2084,1,'mod_workshop_get_submission'),(2085,1,'mod_workshop_get_submission_assessments'),(2086,1,'mod_workshop_get_assessment'),(2087,1,'mod_workshop_get_assessment_form_definition'),(2088,1,'mod_workshop_get_reviewer_assessments'),(2089,1,'mod_workshop_update_assessment'),(2090,1,'mod_workshop_get_grades'),(2091,1,'mod_workshop_evaluate_assessment'),(2092,1,'mod_workshop_get_grades_report'),(2093,1,'mod_workshop_view_submission'),(2094,1,'mod_workshop_evaluate_submission'),(2095,1,'enrol_guest_get_instance_info'),(2096,1,'enrol_self_get_instance_info'),(2097,1,'enrol_self_enrol_user'),(2098,1,'message_airnotifier_is_system_configured'),(2099,1,'message_airnotifier_are_notification_preferences_configured'),(2100,1,'message_airnotifier_get_user_devices'),(2101,1,'message_airnotifier_enable_device'),(2102,1,'message_popup_get_popup_notifications'),(2103,1,'message_popup_get_unread_popup_notification_count'),(2104,1,'report_insights_set_notuseful_prediction'),(2105,1,'report_insights_set_fixed_prediction'),(2106,1,'gradereport_overview_get_course_grades'),(2107,1,'gradereport_overview_view_grade_report'),(2108,1,'gradereport_user_get_grades_table'),(2109,1,'gradereport_user_view_grade_report'),(2110,1,'gradereport_user_get_grade_items'),(2111,1,'tool_lp_data_for_course_competencies_page'),(2112,1,'tool_lp_data_for_plans_page'),(2113,1,'tool_lp_data_for_plan_page'),(2114,1,'tool_lp_data_for_user_evidence_list_page'),(2115,1,'tool_lp_data_for_user_evidence_page'),(2116,1,'tool_lp_data_for_user_competency_summary'),(2117,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2118,1,'tool_lp_data_for_user_competency_summary_in_course'),(2119,1,'tool_mobile_get_plugins_supporting_mobile'),(2120,1,'tool_mobile_get_public_config'),(2121,1,'tool_mobile_get_config'),(2122,1,'tool_mobile_get_autologin_key'),(2123,1,'tool_mobile_get_content'),(2124,1,'core_blog_get_entries'),(2125,1,'core_blog_view_entries'),(2126,1,'core_calendar_get_calendar_access_information'),(2127,1,'core_calendar_get_allowed_event_types'),(2128,1,'core_calendar_get_calendar_export_token'),(2129,1,'core_comment_add_comments'),(2130,1,'core_comment_delete_comments'),(2131,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2132,1,'core_course_get_recent_courses'),(2133,1,'core_course_set_favourite_courses'),(2134,1,'core_enrol_search_users'),(2135,1,'core_files_delete_draft_files'),(2136,1,'core_grades_grader_gradingpanel_point_fetch'),(2137,1,'core_grades_grader_gradingpanel_point_store'),(2138,1,'core_grades_grader_gradingpanel_scale_fetch'),(2139,1,'core_grades_grader_gradingpanel_scale_store'),(2140,1,'core_message_mute_conversations'),(2141,1,'core_message_unmute_conversations'),(2142,1,'core_message_block_user'),(2143,1,'core_message_get_contact_requests'),(2144,1,'core_message_create_contact_request'),(2145,1,'core_message_confirm_contact_request'),(2146,1,'core_message_decline_contact_request'),(2147,1,'core_message_get_received_contact_requests_count'),(2148,1,'core_message_delete_conversations_by_id'),(2149,1,'core_message_message_search_users'),(2150,1,'core_message_get_user_contacts'),(2151,1,'core_message_get_conversations'),(2152,1,'core_message_get_conversation'),(2153,1,'core_message_get_conversation_between_users'),(2154,1,'core_message_get_self_conversation'),(2155,1,'core_message_get_conversation_counts'),(2156,1,'core_message_get_unread_conversation_counts'),(2157,1,'core_message_get_conversation_members'),(2158,1,'core_message_get_member_info'),(2159,1,'core_message_mark_all_conversation_messages_as_read'),(2160,1,'core_message_send_messages_to_conversation'),(2161,1,'core_message_get_conversation_messages'),(2162,1,'core_message_unblock_user'),(2163,1,'core_message_set_favourite_conversations'),(2164,1,'core_message_unset_favourite_conversations'),(2165,1,'core_message_delete_message_for_all_users'),(2166,1,'core_tag_get_tagindex_per_area'),(2167,1,'core_tag_get_tag_areas'),(2168,1,'core_tag_get_tag_collections'),(2169,1,'core_tag_get_tag_cloud'),(2170,1,'core_block_get_dashboard_blocks'),(2171,1,'core_h5p_get_trusted_h5p_file'),(2172,1,'core_table_get_dynamic_table_content'),(2173,1,'core_xapi_statement_post'),(2174,1,'mod_forum_get_discussion_posts'),(2175,1,'mod_forum_get_forum_discussions'),(2176,1,'mod_forum_get_forum_access_information'),(2177,1,'mod_forum_set_subscription_state'),(2178,1,'mod_forum_set_lock_state'),(2179,1,'mod_forum_toggle_favourite_state'),(2180,1,'mod_forum_set_pin_state'),(2181,1,'mod_forum_delete_post'),(2182,1,'mod_forum_get_discussion_post'),(2183,1,'mod_forum_prepare_draft_area_for_post'),(2184,1,'mod_forum_update_discussion_post'),(2185,1,'mod_glossary_delete_entry'),(2186,1,'mod_glossary_update_entry'),(2187,1,'mod_glossary_prepare_entry_for_edition'),(2188,1,'mod_h5pactivity_get_h5pactivity_access_information'),(2189,1,'mod_h5pactivity_view_h5pactivity'),(2190,1,'mod_h5pactivity_get_attempts'),(2191,1,'mod_h5pactivity_get_results'),(2192,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(2193,1,'mod_scorm_get_scorm_access_information'),(2194,1,'block_recentlyaccesseditems_get_recent_items'),(2195,1,'block_starredcourses_get_starred_courses'),(2196,1,'report_insights_action_executed'),(2197,1,'tool_analytics_potential_contexts'),(2198,1,'tool_mobile_call_external_functions'),(2199,1,'tool_mobile_validate_subscription_key'),(2200,1,'tool_mobile_get_tokens_for_qr_login'),(2201,1,'tool_moodlenet_verify_webfinger'),(2202,1,'tool_moodlenet_search_courses'),(2203,1,'core_files_get_unused_draft_itemid'),(2204,1,'core_block_fetch_addable_blocks'),(2205,1,'mod_h5pactivity_log_report_viewed'),(2206,1,'mod_h5pactivity_get_user_attempts'),(2207,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(2208,1,'core_message_get_unread_notification_count'),(2209,1,'mod_assign_start_submission'),(2210,1,'mod_bigbluebuttonbn_can_join'),(2211,1,'mod_bigbluebuttonbn_get_recordings'),(2212,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(2213,1,'mod_bigbluebuttonbn_update_recording'),(2214,1,'mod_bigbluebuttonbn_end_meeting'),(2215,1,'mod_bigbluebuttonbn_completion_validate'),(2216,1,'mod_bigbluebuttonbn_meeting_info'),(2217,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(2218,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(2219,1,'mod_bigbluebuttonbn_get_join_url'),(2220,1,'core_grades_get_enrolled_users_for_search_widget'),(2221,1,'core_grades_get_enrolled_users_for_selector'),(2222,1,'core_grades_get_groups_for_search_widget'),(2223,1,'core_grades_get_groups_for_selector'),(2224,1,'core_grades_get_gradeitems'),(2225,1,'core_user_update_user_device_public_key'),(2226,1,'core_xapi_post_state'),(2227,1,'core_xapi_get_state'),(2228,1,'core_xapi_get_states'),(2229,1,'core_xapi_delete_state'),(2230,1,'core_reportbuilder_list_reports'),(2231,1,'core_reportbuilder_retrieve_report'),(2232,1,'core_reportbuilder_view_report'),(2233,1,'gradereport_grader_get_users_in_report'),(2234,1,'gradereport_singleview_get_grade_items_for_search_widget'),(2235,1,'gradereport_user_get_access_information'),(2236,1,'core_grades_get_gradable_users'); +/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_users` +-- + +DROP TABLE IF EXISTS `m_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_exteservuser_ext_ix` (`externalserviceid`), + KEY `m_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- + +LOCK TABLES `m_external_services_users` WRITE; +/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_tokens` +-- + +DROP TABLE IF EXISTS `m_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_extetoke_use_ix` (`userid`), + KEY `m_extetoke_ext_ix` (`externalserviceid`), + KEY `m_extetoke_con_ix` (`contextid`), + KEY `m_extetoke_cre_ix` (`creatorid`), + KEY `m_extetoke_tok_ix` (`token`), + KEY `m_extetoke_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_tokens` +-- + +LOCK TABLES `m_external_tokens` WRITE; +/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_favourite` +-- + +DROP TABLE IF EXISTS `m_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `m_favo_con_ix` (`contextid`), + KEY `m_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_favourite` +-- + +LOCK TABLES `m_favourite` WRITE; +/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback` +-- + +DROP TABLE IF EXISTS `m_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback` +-- + +LOCK TABLES `m_feedback` WRITE; +/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completed` +-- + +DROP TABLE IF EXISTS `m_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use_ix` (`userid`), + KEY `m_feedcomp_fee_ix` (`feedback`), + KEY `m_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completed` +-- + +LOCK TABLES `m_feedback_completed` WRITE; +/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `m_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use2_ix` (`userid`), + KEY `m_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completedtmp` +-- + +LOCK TABLES `m_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_item` +-- + +DROP TABLE IF EXISTS `m_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feeditem_fee_ix` (`feedback`), + KEY `m_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_item` +-- + +LOCK TABLES `m_feedback_item` WRITE; +/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedsitemap_cou_ix` (`courseid`), + KEY `m_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_sitecourse_map` +-- + +LOCK TABLES `m_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_template` +-- + +DROP TABLE IF EXISTS `m_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_template` +-- + +LOCK TABLES `m_feedback_template` WRITE; +/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_value` +-- + +DROP TABLE IF EXISTS `m_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou_ix` (`course_id`), + KEY `m_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_value` +-- + +LOCK TABLES `m_feedback_value` WRITE; +/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `m_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou2_ix` (`course_id`), + KEY `m_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_valuetmp` +-- + +LOCK TABLES `m_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_file_conversion` +-- + +DROP TABLE IF EXISTS `m_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_fileconv_sou_ix` (`sourcefileid`), + KEY `m_fileconv_des_ix` (`destfileid`), + KEY `m_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_file_conversion` +-- + +LOCK TABLES `m_file_conversion` WRITE; +/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files` +-- + +DROP TABLE IF EXISTS `m_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), + KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `m_file_con_ix` (`contenthash`), + KEY `m_file_con2_ix` (`contextid`), + KEY `m_file_use_ix` (`userid`), + KEY `m_file_ref_ix` (`referencefileid`), + KEY `m_file_lic_ix` (`license`), + KEY `m_file_fil_ix` (`filename`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- + +LOCK TABLES `m_files` WRITE; +/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; +INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(8,'0a68058989971bd9f8d7004b9f68decd30fa7ec8','ef1adfa7ef155028613493959f5359d7cc16df34',5,'user','draft',731872996,'/','Moode-TestingResources.mbz',2,272213,'application/vnd.moodle.backup',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:26:\"Moode-TestingResources.mbz\";}','Admin User','allrightsreserved',1736240526,1736240526,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c408a29ef461809d40295893000168aa6306fd1e',5,'user','draft',731872996,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736240526,1736240526,0,NULL); +/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files_reference` +-- + +DROP TABLE IF EXISTS `m_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `m_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_files_reference` +-- + +LOCK TABLES `m_files_reference` WRITE; +/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_active` +-- + +DROP TABLE IF EXISTS `m_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), + KEY `m_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- + +LOCK TABLES `m_filter_active` WRITE; +/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; +INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); +/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_config` +-- + +DROP TABLE IF EXISTS `m_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `m_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_config` +-- + +LOCK TABLES `m_filter_config` WRITE; +/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_wiris_formulas` +-- + +LOCK TABLES `m_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_folder` +-- + +DROP TABLE IF EXISTS `m_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `m_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_folder` +-- + +LOCK TABLES `m_folder` WRITE; +/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum` +-- + +DROP TABLE IF EXISTS `m_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foru_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum` +-- + +LOCK TABLES `m_forum` WRITE; +/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; +INSERT INTO `m_forum` VALUES (2,2,'general','Filter test: Forum','',1,0,0,0,0,0,100,0,0,512000,9,0,1,0,0,1711024652,0,0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_digests` +-- + +DROP TABLE IF EXISTS `m_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `m_forudige_use_ix` (`userid`), + KEY `m_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- + +LOCK TABLES `m_forum_digests` WRITE; +/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `m_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `m_forudiscsubs_for_ix` (`forum`), + KEY `m_forudiscsubs_use_ix` (`userid`), + KEY `m_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- + +LOCK TABLES `m_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; +INSERT INTO `m_forum_discussion_subs` VALUES (1,2,5,1,1711024722),(2,2,2,1,1729523140); +/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussions` +-- + +DROP TABLE IF EXISTS `m_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forudisc_use_ix` (`userid`), + KEY `m_forudisc_cou_ix` (`course`), + KEY `m_forudisc_for_ix` (`forum`), + KEY `m_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_discussions` +-- + +LOCK TABLES `m_forum_discussions` WRITE; +/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; +INSERT INTO `m_forum_discussions` VALUES (1,2,2,'Filter test: Forum',1,5,0,0,1711024722,5,0,0,0,0); +/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_grades` +-- + +DROP TABLE IF EXISTS `m_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `m_forugrad_use_ix` (`userid`), + KEY `m_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_grades` +-- + +LOCK TABLES `m_forum_grades` WRITE; +/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_posts` +-- + +DROP TABLE IF EXISTS `m_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forupost_use_ix` (`userid`), + KEY `m_forupost_cre_ix` (`created`), + KEY `m_forupost_mai_ix` (`mailed`), + KEY `m_forupost_dis_ix` (`discussion`), + KEY `m_forupost_par_ix` (`parent`), + KEY `m_forupost_pri_ix` (`privatereplyto`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_posts` +-- + +LOCK TABLES `m_forum_posts` WRITE; +/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; +INSERT INTO `m_forum_posts` VALUES (1,1,0,5,1711024722,1729523140,0,'Filter test: Forum','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:`Courier New`¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«mi mathvariant=¨bold-italic¨ mathcolor=¨#7F0000¨»x«/mi»«mo mathvariant=¨bold¨ mathcolor=¨#7F0000¨»+«/mo»«mfrac mathcolor=¨#7F0000¨»«mi mathvariant=¨bold¨»y«/mi»«mi mathvariant=¨bold¨»z«/mi»«/mfrac»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x-y}$$

',1,0,'',0,0,0,31,885,0); +/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_queue` +-- + +DROP TABLE IF EXISTS `m_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruqueu_use_ix` (`userid`), + KEY `m_foruqueu_dis_ix` (`discussionid`), + KEY `m_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- + +LOCK TABLES `m_forum_queue` WRITE; +/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_read` +-- + +DROP TABLE IF EXISTS `m_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruread_posuse_ix` (`postid`,`userid`), + KEY `m_foruread_use_ix` (`userid`), + KEY `m_foruread_foruse_ix` (`forumid`,`userid`), + KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_read` +-- + +LOCK TABLES `m_forum_read` WRITE; +/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `m_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), + KEY `m_forusubs_use_ix` (`userid`), + KEY `m_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- + +LOCK TABLES `m_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `m_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_track_prefs` +-- + +LOCK TABLES `m_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary` +-- + +DROP TABLE IF EXISTS `m_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary` +-- + +LOCK TABLES `m_glossary` WRITE; +/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_alias` +-- + +DROP TABLE IF EXISTS `m_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_alias` +-- + +LOCK TABLES `m_glossary_alias` WRITE; +/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_categories` +-- + +LOCK TABLES `m_glossary_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries` +-- + +DROP TABLE IF EXISTS `m_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_glosentr_use_ix` (`userid`), + KEY `m_glosentr_con_ix` (`concept`), + KEY `m_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries` +-- + +LOCK TABLES `m_glossary_entries` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glosentrcate_cat_ix` (`categoryid`), + KEY `m_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries_categories` +-- + +LOCK TABLES `m_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_formats` +-- + +DROP TABLE IF EXISTS `m_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_formats` +-- + +LOCK TABLES `m_glossary_formats` WRITE; +/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; +INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories` +-- + +DROP TABLE IF EXISTS `m_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcate_cou_ix` (`courseid`), + KEY `m_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- + +LOCK TABLES `m_grade_categories` WRITE; +/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; +INSERT INTO `m_grade_categories` VALUES (2,2,NULL,1,'/2/','?',13,0,0,1,0,1736240546,1736240546,0); +/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories_history` +-- + +DROP TABLE IF EXISTS `m_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcatehist_act_ix` (`action`), + KEY `m_gradcatehist_tim_ix` (`timemodified`), + KEY `m_gradcatehist_old_ix` (`oldid`), + KEY `m_gradcatehist_cou_ix` (`courseid`), + KEY `m_gradcatehist_par_ix` (`parent`), + KEY `m_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_categories_history` +-- + +LOCK TABLES `m_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; +INSERT INTO `m_grade_categories_history` VALUES (1,1,1,'system',1736240540,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1736240540,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,3,1,'coursedelete',1736240540,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(4,1,2,'system',1736240546,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(5,2,2,'system',1736240546,2,2,NULL,1,'/2/','?',13,0,0,1,0,0,0); +/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades` +-- + +DROP TABLE IF EXISTS `m_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `m_gradgrad_ite_ix` (`itemid`), + KEY `m_gradgrad_use_ix` (`userid`), + KEY `m_gradgrad_raw_ix` (`rawscaleid`), + KEY `m_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- + +LOCK TABLES `m_grade_grades` WRITE; +/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; +INSERT INTO `m_grade_grades` VALUES (1,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(3,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232620,1736238892,'used',0.14286),(4,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(5,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232871,1733232872,'used',0.14286),(6,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(7,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733233223,1736239145,'used',0.14286),(8,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(9,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239285,1736239285,'used',0.14286),(10,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(11,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239334,1736239334,'used',0.14286),(12,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(13,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(14,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239830,1736239833,'used',0.14286),(15,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239382,1736239382,'used',0.14286),(16,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(17,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(18,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(19,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(20,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(21,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(22,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(23,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(24,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(25,2,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2,NULL,NULL,'unknown',NULL),(26,2,4,NULL,70.00000,0.00000,NULL,NULL,70.00000,0,0,0,0,0,0,NULL,2,NULL,2,NULL,1736240563,'unknown',NULL); +/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades_history` +-- + +DROP TABLE IF EXISTS `m_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradgradhist_act_ix` (`action`), + KEY `m_gradgradhist_tim_ix` (`timemodified`), + KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `m_gradgradhist_old_ix` (`oldid`), + KEY `m_gradgradhist_ite_ix` (`itemid`), + KEY `m_gradgradhist_use_ix` (`userid`), + KEY `m_gradgradhist_raw_ix` (`rawscaleid`), + KEY `m_gradgradhist_use2_ix` (`usermodified`), + KEY `m_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_grades_history` +-- + +LOCK TABLES `m_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; +INSERT INTO `m_grade_grades_history` VALUES (1,1,1,'restore',1736240547,2,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(2,1,2,'restore',1736240547,2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(3,1,3,'restore',1736240548,2,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(4,1,4,'restore',1736240548,2,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(5,1,5,'restore',1736240549,2,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(6,1,6,'restore',1736240549,2,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(7,1,7,'restore',1736240549,2,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(8,1,8,'restore',1736240549,2,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(9,1,9,'restore',1736240551,2,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(10,1,10,'restore',1736240551,2,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(11,1,11,'restore',1736240551,2,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(12,1,12,'restore',1736240551,2,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(13,1,13,'restore',1736240552,2,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(14,1,14,'restore',1736240552,2,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(15,1,15,'restore',1736240553,2,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(16,1,16,'restore',1736240553,2,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(17,1,17,'restore',1736240553,2,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(18,1,18,'restore',1736240553,2,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(19,1,19,'restore',1736240553,2,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(20,1,20,'restore',1736240553,2,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(21,1,21,'restore',1736240553,2,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(22,1,22,'restore',1736240553,2,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(23,1,23,'restore',1736240553,2,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(24,1,24,'restore',1736240553,2,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(25,1,25,'system',1736240563,2,2,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2),(26,1,26,'system',1736240563,2,2,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2),(27,2,26,'aggregation',1736240563,2,2,4,NULL,70.00000,0.00000,NULL,NULL,70.00000,0,0,0,0,0,0,NULL,2,NULL,2); +/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `m_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- + +LOCK TABLES `m_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_values` +-- + +DROP TABLE IF EXISTS `m_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradimpovalu_ite_ix` (`itemid`), + KEY `m_gradimpovalu_new_ix` (`newgradeitem`), + KEY `m_gradimpovalu_imp_ix` (`importer`), + KEY `m_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_import_values` +-- + +LOCK TABLES `m_grade_import_values` WRITE; +/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items` +-- + +DROP TABLE IF EXISTS `m_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_graditem_locloc_ix` (`locked`,`locktime`), + KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `m_graditem_gra_ix` (`gradetype`), + KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `m_graditem_cou_ix` (`courseid`), + KEY `m_graditem_cat_ix` (`categoryid`), + KEY `m_graditem_sca_ix` (`scaleid`), + KEY `m_graditem_out_ix` (`outcomeid`), + KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- + +LOCK TABLES `m_grade_items` WRITE; +/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; +INSERT INTO `m_grade_items` VALUES (2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,120.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,0,0,1736240546,1736240563),(3,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,3,0,NULL,0,0,0,0,0,1736240546,1736240563),(4,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,22,0,NULL,0,0,0,0,0,1736240548,1736240563),(5,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,2,0,NULL,0,0,0,0,0,1736240549,1736240563),(6,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,19,0,NULL,0,0,0,0,0,1736240549,1736240563),(7,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,17,0,NULL,0,0,0,0,0,1736240551,1736240563),(8,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,18,0,NULL,0,0,0,0,0,1736240551,1736240563),(9,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,11,0,NULL,0,0,0,0,0,1736240552,1736240563),(10,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,20,0,NULL,0,0,0,0,0,1736240553,1736240563),(11,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,15,0,NULL,0,0,0,0,0,1736240553,1736240563),(12,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,25,0,NULL,0,0,0,0,0,1736240553,1736240563),(13,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,21,0,NULL,0,0,0,0,0,1736240553,1736240563),(14,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,5,0,NULL,0,0,0,0,0,1736240553,1736240563); +/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items_history` +-- + +DROP TABLE IF EXISTS `m_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_graditemhist_act_ix` (`action`), + KEY `m_graditemhist_tim_ix` (`timemodified`), + KEY `m_graditemhist_old_ix` (`oldid`), + KEY `m_graditemhist_cou_ix` (`courseid`), + KEY `m_graditemhist_cat_ix` (`categoryid`), + KEY `m_graditemhist_sca_ix` (`scaleid`), + KEY `m_graditemhist_out_ix` (`outcomeid`), + KEY `m_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_items_history` +-- + +LOCK TABLES `m_grade_items_history` WRITE; +/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; +INSERT INTO `m_grade_items_history` VALUES (1,1,1,'system',1736240540,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,3,1,'coursedelete',1736240540,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),(3,1,2,'system',1736240546,2,2,NULL,NULL,'course',NULL,2,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),(4,1,3,'restore',1736240547,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,0,0,NULL,0),(5,2,3,'restore',1736240547,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,0,0,1,0,NULL,0),(6,1,4,'restore',1736240548,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,4,0,0,0,0,0,NULL,0),(7,2,4,'restore',1736240548,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,0,0,1,0,NULL,0),(8,1,5,'restore',1736240549,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(9,2,5,'restore',1736240549,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,1,0,NULL,0),(10,1,6,'restore',1736240549,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(11,2,6,'restore',1736240549,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,0,0,1,0,NULL,0),(12,1,7,'restore',1736240551,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(13,2,7,'restore',1736240551,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,0,0,1,0,NULL,0),(14,1,8,'restore',1736240551,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(15,2,8,'restore',1736240551,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,0,0,1,0,NULL,0),(16,1,9,'restore',1736240552,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(17,2,9,'restore',1736240552,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,1,0,NULL,0),(18,1,10,'restore',1736240553,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(19,2,10,'restore',1736240553,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,0,0,1,0,NULL,0),(20,1,11,'restore',1736240553,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(21,2,11,'restore',1736240553,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,0,0,1,0,NULL,0),(22,1,12,'restore',1736240553,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(23,2,12,'restore',1736240553,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,0,0,1,0,NULL,0),(24,1,13,'restore',1736240553,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(25,2,13,'restore',1736240553,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,0,0,1,0,NULL,0),(26,1,14,'restore',1736240553,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(27,2,14,'restore',1736240553,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,0,0,1,0,NULL,0),(28,2,5,NULL,1736240563,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,2,0,0,0,1,0,NULL,0),(29,2,3,NULL,1736240563,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,3,0,0,0,1,0,NULL,0),(30,2,14,NULL,1736240563,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,5,0,0,0,1,0,NULL,0),(31,2,9,NULL,1736240563,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,11,0,0,0,1,0,NULL,0),(32,2,11,NULL,1736240563,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,15,0,0,0,1,0,NULL,0),(33,2,7,NULL,1736240563,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,17,0,0,0,1,0,NULL,0),(34,2,8,NULL,1736240563,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,18,0,0,0,1,0,NULL,0),(35,2,6,NULL,1736240563,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,19,0,0,0,1,0,NULL,0),(36,2,10,NULL,1736240563,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,20,0,0,0,1,0,NULL,0),(37,2,13,NULL,1736240563,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,21,0,0,0,1,0,NULL,0),(38,2,4,NULL,1736240563,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,22,0,0,0,1,0,NULL,0),(39,2,12,NULL,1736240563,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.08333,25,0,0,0,1,0,NULL,0),(40,2,2,'aggregation',1736240563,2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,120.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 `m_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_letters` +-- + +DROP TABLE IF EXISTS `m_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- + +LOCK TABLES `m_grade_letters` WRITE; +/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `m_gradoutc_cou_ix` (`courseid`), + KEY `m_gradoutc_sca_ix` (`scaleid`), + KEY `m_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- + +LOCK TABLES `m_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `m_gradoutccour_cou_ix` (`courseid`), + KEY `m_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_courses` +-- + +LOCK TABLES `m_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradoutchist_act_ix` (`action`), + KEY `m_gradoutchist_tim_ix` (`timemodified`), + KEY `m_gradoutchist_old_ix` (`oldid`), + KEY `m_gradoutchist_cou_ix` (`courseid`), + KEY `m_gradoutchist_sca_ix` (`scaleid`), + KEY `m_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_history` +-- + +LOCK TABLES `m_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_settings` +-- + +DROP TABLE IF EXISTS `m_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), + KEY `m_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_settings` +-- + +LOCK TABLES `m_grade_settings` WRITE; +/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_areas` +-- + +DROP TABLE IF EXISTS `m_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `m_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_areas` +-- + +LOCK TABLES `m_grading_areas` WRITE; +/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; +INSERT INTO `m_grading_areas` VALUES (1,36,'mod_forum','forum',NULL); +/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_definitions` +-- + +DROP TABLE IF EXISTS `m_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), + KEY `m_graddefi_are_ix` (`areaid`), + KEY `m_graddefi_use_ix` (`usermodified`), + KEY `m_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- + +LOCK TABLES `m_grading_definitions` WRITE; +/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_instances` +-- + +DROP TABLE IF EXISTS `m_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradinst_def_ix` (`definitionid`), + KEY `m_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- + +LOCK TABLES `m_grading_instances` WRITE; +/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_comments` +-- + +LOCK TABLES `m_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_criteria` +-- + +LOCK TABLES `m_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradguidfill_ins_ix` (`instanceid`), + KEY `m_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- + +LOCK TABLES `m_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_criteria` +-- + +LOCK TABLES `m_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradrubrfill_lev_ix` (`levelid`), + KEY `m_gradrubrfill_ins_ix` (`instanceid`), + KEY `m_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- + +LOCK TABLES `m_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_levels` +-- + +LOCK TABLES `m_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings` +-- + +DROP TABLE IF EXISTS `m_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn2_ix` (`idnumber`), + KEY `m_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- + +LOCK TABLES `m_groupings` WRITE; +/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings_groups` +-- + +DROP TABLE IF EXISTS `m_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grougrou_gro_ix` (`groupingid`), + KEY `m_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- + +LOCK TABLES `m_groupings_groups` WRITE; +/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups` +-- + +DROP TABLE IF EXISTS `m_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `visibility` tinyint(1) NOT NULL DEFAULT '0', + `participation` tinyint(1) NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn_ix` (`idnumber`), + KEY `m_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups` +-- + +LOCK TABLES `m_groups` WRITE; +/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups_members` +-- + +DROP TABLE IF EXISTS `m_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `m_groumemb_gro_ix` (`groupid`), + KEY `m_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups_members` +-- + +LOCK TABLES `m_groups_members` WRITE; +/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p` +-- + +DROP TABLE IF EXISTS `m_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_h5p_mai_ix` (`mainlibraryid`), + KEY `m_h5p_pat_ix` (`pathnamehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p` +-- + +LOCK TABLES `m_h5p` WRITE; +/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `m_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_contents_libraries` +-- + +LOCK TABLES `m_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries` +-- + +LOCK TABLES `m_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries_cachedassets` +-- + +LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrdepe_lib_ix` (`libraryid`), + KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_library_dependencies` +-- + +LOCK TABLES `m_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity` +-- + +DROP TABLE IF EXISTS `m_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity` +-- + +LOCK TABLES `m_h5pactivity` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `m_h5paatte_tim_ix` (`timecreated`), + KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts` +-- + +LOCK TABLES `m_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `m_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts_results` +-- + +LOCK TABLES `m_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_imscp` +-- + +DROP TABLE IF EXISTS `m_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_imscp` +-- + +LOCK TABLES `m_imscp` WRITE; +/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_infected_files` +-- + +DROP TABLE IF EXISTS `m_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_infected_files` +-- + +LOCK TABLES `m_infected_files` WRITE; +/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_label` +-- + +DROP TABLE IF EXISTS `m_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_label` +-- + +LOCK TABLES `m_label` WRITE; +/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson` +-- + +DROP TABLE IF EXISTS `m_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson` +-- + +LOCK TABLES `m_lesson` WRITE; +/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_answers` +-- + +DROP TABLE IF EXISTS `m_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessansw_les_ix` (`lessonid`), + KEY `m_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_answers` +-- + +LOCK TABLES `m_lesson_answers` WRITE; +/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_attempts` +-- + +DROP TABLE IF EXISTS `m_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessatte_use_ix` (`userid`), + KEY `m_lessatte_les_ix` (`lessonid`), + KEY `m_lessatte_pag_ix` (`pageid`), + KEY `m_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_attempts` +-- + +LOCK TABLES `m_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_branch` +-- + +DROP TABLE IF EXISTS `m_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessbran_use_ix` (`userid`), + KEY `m_lessbran_les_ix` (`lessonid`), + KEY `m_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_branch` +-- + +LOCK TABLES `m_lesson_branch` WRITE; +/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_grades` +-- + +DROP TABLE IF EXISTS `m_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessgrad_use_ix` (`userid`), + KEY `m_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_grades` +-- + +LOCK TABLES `m_lesson_grades` WRITE; +/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_overrides` +-- + +DROP TABLE IF EXISTS `m_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_lessover_les_ix` (`lessonid`), + KEY `m_lessover_gro_ix` (`groupid`), + KEY `m_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_overrides` +-- + +LOCK TABLES `m_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_pages` +-- + +DROP TABLE IF EXISTS `m_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_pages` +-- + +LOCK TABLES `m_lesson_pages` WRITE; +/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_timer` +-- + +DROP TABLE IF EXISTS `m_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesstime_use_ix` (`userid`), + KEY `m_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_timer` +-- + +LOCK TABLES `m_lesson_timer` WRITE; +/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_license` +-- + +DROP TABLE IF EXISTS `m_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_license` +-- + +LOCK TABLES `m_license` WRITE; +/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; +INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); +/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lock_db` +-- + +DROP TABLE IF EXISTS `m_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), + KEY `m_lockdb_exp_ix` (`expires`), + KEY `m_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- + +LOCK TABLES `m_lock_db` WRITE; +/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; +INSERT INTO `m_lock_db` VALUES (1,'qtype_wq_persistenvariables_wiris_maxconnections.var',NULL,NULL); +/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log` +-- + +DROP TABLE IF EXISTS `m_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_log_coumodact_ix` (`course`,`module`,`action`), + KEY `m_log_tim_ix` (`time`), + KEY `m_log_act_ix` (`action`), + KEY `m_log_usecou_ix` (`userid`,`course`), + KEY `m_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log` +-- + +LOCK TABLES `m_log` WRITE; +/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_display` +-- + +DROP TABLE IF EXISTS `m_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- + +LOCK TABLES `m_log_display` WRITE; +/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; +INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); +/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_queries` +-- + +DROP TABLE IF EXISTS `m_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log_queries` +-- + +LOCK TABLES `m_log_queries` WRITE; +/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `m_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_logsstanlog_tim_ix` (`timecreated`), + KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `m_logsstanlog_con_ix` (`contextid`), + KEY `m_logsstanlog_use_ix` (`userid`), + KEY `m_logsstanlog_cou_ix` (`courseid`), + KEY `m_logsstanlog_rea_ix` (`realuserid`), + KEY `m_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB AUTO_INCREMENT=1773 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_logstore_standard_log` +-- + +LOCK TABLES `m_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; +INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"h5pcustomcss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"core_h5p\";}',1736240487,'cli',NULL,NULL),(1700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1736240487,'cli',NULL,NULL),(1701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1736240487,'cli',NULL,NULL),(1702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1736240487,'cli',NULL,NULL),(1703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1736240501,'web','172.18.0.1',NULL),(1704,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1736240508,'web','172.18.0.1',NULL),(1705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736240509,'web','172.18.0.1',NULL),(1706,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736240510,'web','172.18.0.1',NULL),(1707,'\\core\\event\\draft_file_added','core','added','draft_file','files',8,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:731872996;s:8:\"filename\";s:26:\"Moode-TestingResources.mbz\";s:8:\"filesize\";i:272213;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"0a68058989971bd9f8d7004b9f68decd30fa7ec8\";}',1736240526,'web','172.18.0.1',NULL),(1708,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736240540,'web','172.18.0.1',NULL),(1709,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',1,'d',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736240540,'web','172.18.0.1',NULL),(1710,'\\core\\event\\role_unassigned','core','unassigned','role','role',3,'d',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";s:1:\"1\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736240541,'web','172.18.0.1',NULL),(1711,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',1,'d',0,21,50,2,2,2,3,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"1\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"3\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471448\";s:12:\"timemodified\";s:10:\"1566471448\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736240541,'web','172.18.0.1',NULL),(1712,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";s:1:\"2\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736240541,'web','172.18.0.1',NULL),(1713,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',2,'d',0,21,50,2,2,2,4,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"2\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"4\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471456\";s:12:\"timemodified\";s:10:\"1566471456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736240541,'web','172.18.0.1',NULL),(1714,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',1,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736240541,'web','172.18.0.1',NULL),(1715,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',3,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736240541,'web','172.18.0.1',NULL),(1716,'\\core\\event\\course_content_deleted','core','deleted','course_content','course',2,'d',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:7:\"options\";a:3:{s:25:\"keep_roles_and_enrolments\";i:0;s:25:\"keep_groups_and_groupings\";i:0;s:6:\"userid\";s:1:\"2\";}}',1736240541,'web','172.18.0.1',NULL),(1717,'\\core\\event\\user_created','core','created','user','user',5,'c',0,31,30,5,2,0,5,0,'a:2:{s:9:\"restoreid\";s:32:\"b23d5d314b34707143a03f0f38e07016\";s:8:\"courseid\";i:2;}',1736240541,'restore','172.18.0.1',NULL),(1718,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',4,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736240546,'restore','172.18.0.1',NULL),(1719,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736240546,'restore','172.18.0.1',NULL),(1720,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',4,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736240546,'restore','172.18.0.1',NULL),(1721,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',5,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736240546,'restore','172.18.0.1',NULL),(1722,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:3;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736240546,'restore','172.18.0.1',NULL),(1723,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:4;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736240546,'restore','172.18.0.1',NULL),(1724,'\\core\\event\\course_section_created','core','created','course_section','course_sections',6,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"0\";}',1736240546,'restore','172.18.0.1',NULL),(1725,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736240546,'restore','172.18.0.1',NULL),(1726,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',3,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240547,'restore','172.18.0.1',NULL),(1727,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240547,'restore','172.18.0.1',NULL),(1728,'\\core\\event\\course_section_created','core','created','course_section','course_sections',7,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"1\";}',1736240547,'restore','172.18.0.1',NULL),(1729,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',4,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240548,'restore','172.18.0.1',NULL),(1730,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240548,'restore','172.18.0.1',NULL),(1731,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',5,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240549,'restore','172.18.0.1',NULL),(1732,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240549,'restore','172.18.0.1',NULL),(1733,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',6,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240549,'restore','172.18.0.1',NULL),(1734,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240549,'restore','172.18.0.1',NULL),(1735,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',7,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240551,'restore','172.18.0.1',NULL),(1736,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240551,'restore','172.18.0.1',NULL),(1737,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',8,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240551,'restore','172.18.0.1',NULL),(1738,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240551,'restore','172.18.0.1',NULL),(1739,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',9,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240552,'restore','172.18.0.1',NULL),(1740,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240552,'restore','172.18.0.1',NULL),(1741,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',10,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1742,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1743,'\\core\\event\\course_section_created','core','created','course_section','course_sections',8,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"2\";}',1736240553,'restore','172.18.0.1',NULL),(1744,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',11,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1745,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1746,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',12,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1747,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1748,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',13,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1749,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1750,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',14,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1751,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240553,'restore','172.18.0.1',NULL),(1752,'\\core\\event\\course_restored','core','restored','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:6:{s:4:\"type\";s:6:\"course\";s:6:\"target\";i:0;s:4:\"mode\";i:10;s:9:\"operation\";s:7:\"restore\";s:8:\"samesite\";b:1;s:16:\"originalcourseid\";s:1:\"2\";}',1736240554,'restore','172.18.0.1',NULL),(1753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736240556,'web','172.18.0.1',NULL),(1754,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736240557,'web','172.18.0.1',NULL),(1755,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',8,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:20;s:9:\"stepindex\";i:0;}',1736240560,'web','172.18.0.1',NULL),(1756,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',7,'r',2,43,70,13,2,2,NULL,0,'N;',1736240563,'web','172.18.0.1',NULL),(1757,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1758,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1759,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1760,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1761,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1762,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1763,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1764,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1765,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1766,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1767,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1768,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736240563,'web','172.18.0.1',NULL),(1769,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736240563,'web','172.18.0.1',NULL),(1770,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,21,50,2,-1,2,4,0,'a:3:{s:6:\"itemid\";s:1:\"2\";s:10:\"overridden\";b:0;s:10:\"finalgrade\";d:70;}',1736240563,'web','172.18.0.1',NULL),(1771,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,43,70,13,2,2,NULL,0,'a:1:{s:6:\"quizid\";s:1:\"7\";}',1736240565,'web','172.18.0.1',NULL),(1772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736240573,'web','172.18.0.1',NULL); +/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti` +-- + +DROP TABLE IF EXISTS `m_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti` +-- + +LOCK TABLES `m_lti` WRITE; +/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `m_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), + KEY `m_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_access_tokens` +-- + +LOCK TABLES `m_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_coursevisible` +-- + +DROP TABLE IF EXISTS `m_lti_coursevisible`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_coursevisible` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_lticour_cou_ix` (`courseid`), + KEY `m_lticour_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_coursevisible` +-- + +LOCK TABLES `m_lti_coursevisible` WRITE; +/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_submission` +-- + +DROP TABLE IF EXISTS `m_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_submission` +-- + +LOCK TABLES `m_lti_submission` WRITE; +/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `m_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_proxies` +-- + +LOCK TABLES `m_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `m_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitoolsett_too_ix` (`toolproxyid`), + KEY `m_ltitoolsett_cou_ix` (`course`), + KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), + KEY `m_ltitoolsett_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_settings` +-- + +LOCK TABLES `m_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types` +-- + +DROP TABLE IF EXISTS `m_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), + KEY `m_ltitype_cou_ix` (`course`), + KEY `m_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types` +-- + +LOCK TABLES `m_lti_types` WRITE; +/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_categories` +-- + +DROP TABLE IF EXISTS `m_lti_types_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypecate_typ_ix` (`typeid`), + KEY `m_ltitypecate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_categories` +-- + +LOCK TABLES `m_lti_types_categories` WRITE; +/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_config` +-- + +DROP TABLE IF EXISTS `m_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_config` +-- + +LOCK TABLES `m_lti_types_config` WRITE; +/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_ltisgrad_lti_ix` (`ltilinkid`), + KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` +-- + +LOCK TABLES `m_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_matrix_room` +-- + +DROP TABLE IF EXISTS `m_matrix_room`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_matrix_room` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_matrroom_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_matrix_room` +-- + +LOCK TABLES `m_matrix_room` WRITE; +/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message` +-- + +DROP TABLE IF EXISTS `m_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message` +-- + +LOCK TABLES `m_message` WRITE; +/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_airnotifier_devices` +-- + +LOCK TABLES `m_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contact_requests` +-- + +DROP TABLE IF EXISTS `m_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `m_messcontrequ_use_ix` (`userid`), + KEY `m_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contact_requests` +-- + +LOCK TABLES `m_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contacts` +-- + +DROP TABLE IF EXISTS `m_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), + KEY `m_messcont_use_ix` (`userid`), + KEY `m_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contacts` +-- + +LOCK TABLES `m_message_contacts` WRITE; +/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `m_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvacti_use_ix` (`userid`), + KEY `m_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_actions` +-- + +LOCK TABLES `m_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_members` +-- + +DROP TABLE IF EXISTS `m_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvmemb_con_ix` (`conversationid`), + KEY `m_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_members` +-- + +LOCK TABLES `m_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversations` +-- + +DROP TABLE IF EXISTS `m_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconv_typ_ix` (`type`), + KEY `m_messconv_con_ix` (`convhash`), + KEY `m_messconv_con2_ix` (`contextid`), + KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversations` +-- + +LOCK TABLES `m_message_conversations` WRITE; +/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_email_messages` +-- + +DROP TABLE IF EXISTS `m_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messemaimess_use_ix` (`useridto`), + KEY `m_messemaimess_con_ix` (`conversationid`), + KEY `m_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_email_messages` +-- + +LOCK TABLES `m_message_email_messages` WRITE; +/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup` +-- + +DROP TABLE IF EXISTS `m_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `m_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- + +LOCK TABLES `m_message_popup` WRITE; +/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `m_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- + +LOCK TABLES `m_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_processors` +-- + +DROP TABLE IF EXISTS `m_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_processors` +-- + +LOCK TABLES `m_message_processors` WRITE; +/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; +INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); +/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_providers` +-- + +DROP TABLE IF EXISTS `m_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- + +LOCK TABLES `m_message_providers` WRITE; +/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; +INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); +/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_read` +-- + +DROP TABLE IF EXISTS `m_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_messread_nottim_ix` (`notification`,`timeread`), + KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_read` +-- + +LOCK TABLES `m_message_read` WRITE; +/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_user_actions` +-- + +DROP TABLE IF EXISTS `m_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `m_messuseracti_use_ix` (`userid`), + KEY `m_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_user_actions` +-- + +LOCK TABLES `m_message_user_actions` WRITE; +/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_users_blocked` +-- + +DROP TABLE IF EXISTS `m_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `m_messuserbloc_use_ix` (`userid`), + KEY `m_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_users_blocked` +-- + +LOCK TABLES `m_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), + KEY `m_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_datakeys` +-- + +LOCK TABLES `m_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `m_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_handlers` +-- + +LOCK TABLES `m_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_messagelist` +-- + +LOCK TABLES `m_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messages` +-- + +DROP TABLE IF EXISTS `m_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `m_mess_use_ix` (`useridfrom`), + KEY `m_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messages` +-- + +LOCK TABLES `m_messages` WRITE; +/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_application` +-- + +DROP TABLE IF EXISTS `m_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_application` +-- + +LOCK TABLES `m_mnet_application` WRITE; +/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; +INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host` +-- + +DROP TABLE IF EXISTS `m_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mnethost_app_ix` (`applicationid`), + KEY `m_mnethost_las_ix` (`last_log_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- + +LOCK TABLES `m_mnet_host` WRITE; +/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; +INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host2service` +-- + +DROP TABLE IF EXISTS `m_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_host2service` +-- + +LOCK TABLES `m_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_log` +-- + +DROP TABLE IF EXISTS `m_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- + +LOCK TABLES `m_mnet_log` WRITE; +/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_remote_rpc` +-- + +LOCK TABLES `m_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_remote_service2rpc` +-- + +LOCK TABLES `m_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- + +LOCK TABLES `m_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service` +-- + +DROP TABLE IF EXISTS `m_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service` +-- + +LOCK TABLES `m_mnet_service` WRITE; +/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; +INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service2rpc` +-- + +LOCK TABLES `m_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_session` +-- + +DROP TABLE IF EXISTS `m_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetsess_tok_uix` (`token`), + KEY `m_mnetsess_use_ix` (`userid`), + KEY `m_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- + +LOCK TABLES `m_mnet_session` WRITE; +/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- + +LOCK TABLES `m_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- + +LOCK TABLES `m_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetenroenro_use_ix` (`userid`), + KEY `m_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_modules` +-- + +DROP TABLE IF EXISTS `m_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_modules` +-- + +LOCK TABLES `m_modules` WRITE; +/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; +INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); +/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_moodlenet_share_progress` +-- + +DROP TABLE IF EXISTS `m_moodlenet_share_progress`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_moodlenet_share_progress` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL, + `courseid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_moodlenet_share_progress` +-- + +LOCK TABLES `m_moodlenet_share_progress` WRITE; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_my_pages` +-- + +DROP TABLE IF EXISTS `m_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_my_pages` +-- + +LOCK TABLES `m_my_pages` WRITE; +/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; +INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_notifications` +-- + +DROP TABLE IF EXISTS `m_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_noti_use_ix` (`useridfrom`), + KEY `m_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_notifications` +-- + +LOCK TABLES `m_notifications` WRITE; +/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), + KEY `m_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_access_token` +-- + +LOCK TABLES `m_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `m_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_oautendp_iss_ix` (`issuerid`), + KEY `m_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_endpoint` +-- + +LOCK TABLES `m_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `m_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_issuer` +-- + +LOCK TABLES `m_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `m_oautrefrtoke_iss_ix` (`issuerid`), + KEY `m_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_refresh_token` +-- + +LOCK TABLES `m_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `m_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), + KEY `m_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- + +LOCK TABLES `m_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `m_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_user_field_mapping` +-- + +LOCK TABLES `m_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_page` +-- + +DROP TABLE IF EXISTS `m_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_page_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- + +LOCK TABLES `m_page` WRITE; +/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; +INSERT INTO `m_page` VALUES (1,2,'Filter test: Page render validations','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨24px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»y«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»

',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»2«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Tahoma¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»


',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',3,1711023907),(2,2,'Filter test: Page render validations - LaTeX','

$$\\sqrt{x+2}$$


',1,'

$$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',2,1711024006),(3,2,'Filter test: Page render validations - Wiris formulas + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mroot»«mroot»«mroot»«mroot»«mi»x«/mi»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«/math»

LaTeX formula: $$\\sqrt{x+2}$$


',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

LaTeX formula: $$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1711024082),(4,2,'Filter test: Page render validations - Wiris RTL','

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,'

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1729524109); +/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_paygw_paypal` +-- + +DROP TABLE IF EXISTS `m_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_paygw_paypal` +-- + +LOCK TABLES `m_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_accounts` +-- + +DROP TABLE IF EXISTS `m_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_accounts` +-- + +LOCK TABLES `m_payment_accounts` WRITE; +/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_gateways` +-- + +DROP TABLE IF EXISTS `m_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_gateways` +-- + +LOCK TABLES `m_payment_gateways` WRITE; +/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payments` +-- + +DROP TABLE IF EXISTS `m_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_paym_gat_ix` (`gateway`), + KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `m_paym_use_ix` (`userid`), + KEY `m_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payments` +-- + +LOCK TABLES `m_payments` WRITE; +/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_instance` +-- + +LOCK TABLES `m_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstconf_nam_ix` (`name`), + KEY `m_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_config` +-- + +LOCK TABLES `m_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstuser_ins_ix` (`instance`), + KEY `m_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_user` +-- + +LOCK TABLES `m_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_log` +-- + +DROP TABLE IF EXISTS `m_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portlog_use_ix` (`userid`), + KEY `m_portlog_por_ix` (`portfolio`), + KEY `m_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- + +LOCK TABLES `m_portfolio_log` WRITE; +/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portmahaqueu_tok_ix` (`token`), + KEY `m_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_mahara_queue` +-- + +LOCK TABLES `m_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `m_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_porttemp_use_ix` (`userid`), + KEY `m_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- + +LOCK TABLES `m_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_post` +-- + +DROP TABLE IF EXISTS `m_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), + KEY `m_post_las_ix` (`lastmodified`), + KEY `m_post_mod_ix` (`module`), + KEY `m_post_sub_ix` (`subject`), + KEY `m_post_use_ix` (`usermodified`), + KEY `m_post_cou_ix` (`courseid`), + KEY `m_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- + +LOCK TABLES `m_post` WRITE; +/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_profiling` +-- + +DROP TABLE IF EXISTS `m_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_prof_run_uix` (`runid`), + KEY `m_prof_urlrun_ix` (`url`,`runreference`), + KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_profiling` +-- + +LOCK TABLES `m_profiling` WRITE; +/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- + +LOCK TABLES `m_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- + +LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext_drops` +-- + +LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- + +LOCK TABLES `m_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drags` +-- + +LOCK TABLES `m_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drops` +-- + +LOCK TABLES `m_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `m_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essay_options` +-- + +LOCK TABLES `m_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; +INSERT INTO `m_qtype_essay_options` VALUES (1,84,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(2,85,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(3,86,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(4,87,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(5,88,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(6,89,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(7,90,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(8,91,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(9,92,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(10,93,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(11,94,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(12,95,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(13,168,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(14,169,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(15,170,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(16,171,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(17,204,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(18,205,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,NULL),(19,206,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,''),(20,207,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,NULL),(21,208,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,''),(22,209,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,NULL),(23,210,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(24,211,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(25,212,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,NULL),(26,213,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,''),(27,219,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''); +/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essaywiris_backup` +-- + +LOCK TABLES `m_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_options` +-- + +DROP TABLE IF EXISTS `m_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- + +LOCK TABLES `m_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; +INSERT INTO `m_qtype_match_options` VALUES (1,105,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(2,106,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(3,107,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(4,108,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(5,109,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(6,110,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(7,111,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(8,112,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(9,113,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(10,114,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(11,115,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(12,116,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(13,117,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(14,118,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(15,119,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(16,120,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(17,172,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(18,173,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1); +/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_match_subquestions` +-- + +LOCK TABLES `m_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; +INSERT INTO `m_qtype_match_subquestions` VALUES (1,105,'

1

',1,'#a'),(2,105,'

2

',1,'#b'),(3,105,'

3

',1,'#c'),(4,106,'

1

',1,'#a'),(5,106,'

2

',1,'#b'),(6,106,'

3

',1,'#c'),(7,107,'

1

',1,'#a'),(8,107,'

2

',1,'#b'),(9,107,'

3

',1,'#c'),(10,108,'

1

',1,'#a'),(11,108,'

2

',1,'#b'),(12,108,'

3

',1,'#c'),(13,109,'

1

',1,'#a'),(14,109,'

2

',1,'#b'),(15,109,'

3

',1,'#c'),(16,110,'

1

',1,'#a'),(17,110,'

2

',1,'#b'),(18,110,'

3

',1,'#c'),(19,111,'

1

',1,'#a'),(20,111,'

2

',1,'#b'),(21,111,'

3

',1,'#c'),(22,112,'

1

',1,'#a'),(23,112,'

2

',1,'#b'),(24,112,'

3

',1,'#c'),(25,113,'

1

',1,'#a'),(26,113,'

2

',1,'#b'),(27,113,'

3

',1,'#c'),(28,114,'

1

',1,'#a'),(29,114,'

2

',1,'#b'),(30,114,'

3

',1,'#c'),(31,114,'

4

',1,'#d'),(32,114,'

5

',1,'#e'),(33,114,'

6

',1,'#f'),(34,115,'

1

',1,'#a'),(35,115,'

2

',1,'#b'),(36,115,'

3

',1,'#c'),(37,115,'

4

',1,'#d'),(38,115,'

5

',1,'#e'),(39,115,'

6

',1,'#f'),(40,116,'

1

',1,'#a'),(41,116,'

2

',1,'#b'),(42,116,'

3

',1,'#c'),(43,116,'

4

',1,'#d'),(44,116,'

5

',1,'#e'),(45,116,'

6

',1,'#f'),(46,117,'

1

',1,'#a'),(47,117,'

2

',1,'#b'),(48,117,'

3

',1,'#c'),(49,118,'

1

',1,'#a'),(50,118,'

2

',1,'#b'),(51,118,'

3

',1,'#c'),(52,119,'

1

',1,'#a'),(53,119,'

2

',1,'#b'),(54,119,'

3

',1,'#c'),(55,120,'

1

',1,'a'),(56,120,'

2

',1,'b'),(57,120,'

3

',1,'c'),(58,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(59,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(60,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(61,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(62,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'),(63,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(64,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(65,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(66,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(67,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'); +/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_multichoice_options` +-- + +LOCK TABLES `m_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; +INSERT INTO `m_qtype_multichoice_options` VALUES (1,30,0,1,0,'',1,'',1,'',1,'0',0,0),(2,35,0,1,0,'',1,'',1,'',1,'0',0,0),(3,38,0,1,0,'',1,'',1,'',1,'0',0,0),(4,42,0,1,0,'',1,'',1,'',1,'0',0,0),(5,43,0,1,1,'',1,'',1,'',1,'0',0,0),(6,44,2,1,0,'',1,'',1,'',1,'0',0,0),(7,45,2,1,1,'',1,'',1,'',1,'0',0,0),(8,46,1,1,0,'',1,'',1,'',1,'0',0,0),(9,47,1,1,1,'',1,'',1,'',1,'0',0,0),(10,51,0,1,0,'',1,'',1,'',1,'0',0,0),(11,53,0,1,0,'',1,'',1,'',1,'0',0,0),(12,54,0,1,1,'',1,'',1,'',1,'0',0,0),(13,55,2,1,0,'',1,'',1,'',1,'0',0,0),(14,56,2,1,1,'',1,'',1,'',1,'0',0,0),(15,57,1,1,0,'',1,'',1,'',1,'0',0,0),(16,58,1,1,1,'',1,'',1,'',1,'0',0,0),(17,61,0,1,0,'',1,'',1,'',1,'0',0,0),(18,65,0,1,0,'',1,'',1,'',1,'0',0,0),(19,68,0,1,0,'',1,'',1,'',1,'0',0,0),(20,121,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(21,122,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(22,123,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(23,124,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(24,125,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(25,126,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(26,127,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(27,128,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(28,129,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(29,130,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(30,131,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(31,132,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(32,177,0,1,1,'',1,'',1,'',1,'0',0,0),(33,181,0,1,0,'',1,'',1,'',1,'0',0,0),(34,184,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(35,185,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(36,203,0,1,0,'',1,'',1,'',1,'0',0,0); +/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ordering_options` +-- + +DROP TABLE IF EXISTS `m_qtype_ordering_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ordering_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layouttype` tinyint NOT NULL DEFAULT '0', + `selecttype` tinyint NOT NULL DEFAULT '0', + `selectcount` smallint NOT NULL DEFAULT '2', + `gradingtype` tinyint NOT NULL DEFAULT '0', + `showgrading` tinyint NOT NULL DEFAULT '0', + `numberingstyle` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypordeopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for ordering questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ordering_options` +-- + +LOCK TABLES `m_qtype_ordering_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_ordering_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ordering_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_randomsamatch_options` +-- + +LOCK TABLES `m_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_shortanswer_options` +-- + +LOCK TABLES `m_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; +INSERT INTO `m_qtype_shortanswer_options` VALUES (1,1,0),(2,2,0),(3,3,0),(4,4,0),(5,5,0),(6,6,0),(7,7,0),(8,8,0),(9,9,0),(10,10,0),(11,11,0),(12,12,0),(13,13,0),(14,14,0),(15,15,0),(16,16,0),(17,17,0),(18,18,0),(19,19,0),(20,20,0),(21,21,0),(22,22,0),(23,23,0),(24,24,0),(25,28,0),(26,29,0),(27,33,0),(28,34,0),(29,39,0),(30,50,0),(31,52,0),(32,59,0),(33,60,0),(34,62,0),(35,63,0),(36,64,0),(37,66,0),(38,67,0),(39,69,0),(40,70,0),(41,71,0),(42,72,0),(43,73,0),(44,74,0),(45,75,0),(46,76,0),(47,77,0),(48,78,0),(49,79,0),(50,80,0),(51,81,0),(52,82,0),(53,83,0),(54,133,0),(55,134,0),(56,135,0),(57,136,0),(58,137,0),(59,138,0),(60,139,0),(61,140,0),(62,141,0),(63,142,0),(64,143,0),(65,144,0),(66,145,0),(67,146,0),(68,147,0),(69,148,0),(70,149,0),(71,150,0),(72,151,0),(73,152,0),(74,153,0),(75,154,0),(76,155,0),(77,156,0),(78,157,0),(79,158,0),(80,159,0),(81,160,0),(82,161,0),(83,162,0),(84,163,0),(85,164,0),(86,165,0),(87,166,0),(88,167,0),(89,175,0),(90,180,0),(91,183,0),(92,186,0),(93,187,0),(94,188,0),(95,189,0),(96,190,0),(97,191,0),(98,192,0),(99,193,0),(100,194,0),(101,195,0),(102,196,0),(103,197,0),(104,198,0),(105,199,0),(106,202,0),(107,214,0),(108,215,0),(109,216,0),(110,217,0),(111,218,0); +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq` +-- + +DROP TABLE IF EXISTS `m_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `m_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq` +-- + +LOCK TABLES `m_qtype_wq` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; +INSERT INTO `m_qtype_wq` VALUES (1,1,'adeu]]>.,\'truefalse0.001falsetruehello]]>','hash','options'),(2,2,'adeu]]>.,\'truefalse0falsetruehello]]>','hash','options'),(3,3,'x+1x-1.,\'0.001falsetrue','hash','options'),(4,4,'x+1x-1.,\'0.001falsetrue','hash','options'),(5,5,'x+1.,\'0.001falsetruepopupEditor','hash','options'),(6,6,'x+1.,\'0.001falsetruetextField','hash','options'),(7,7,'x+1.,\'0.001falsetruetextField','hash','options'),(8,8,'x+1.,\'0.001falsetrue]]>','hash','options'),(9,9,'x+1.,\'0.001falsetrue]]>','hash','options'),(10,10,'x+1x-1.,\'0.001falsetrue','hash','options'),(11,11,'x+1x-1.,\'0.001falsetrue','hash','options'),(12,12,'2/4.,\'','hash','options'),(13,13,'2/4.,\'','hash','options'),(14,14,'2/4.,\'','hash','options'),(15,15,'x+1.,\'','hash','options'),(16,16,'x+1.,\'','hash','options'),(17,17,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>S1=#s1falsefalsetextField','hash','options'),(18,18,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>#s1falsefalsetextField','hash','options'),(19,19,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(20,20,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(21,21,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(22,22,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(23,23,'["a","A","B"]inlineGraphtrue','hash','options'),(24,24,'["a","A","B"]inlineGraphtrue','hash','options'),(25,25,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruepopupEditortextField','hash','options'),(26,26,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(27,27,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(28,31,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(29,32,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(30,36,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(31,37,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(32,40,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(33,41,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(34,48,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(35,49,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(36,69,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0,2,4,6,8L2=1,3,5,7,9M=123456789]]>#L10.001falsetrue','hash','options'),(37,70,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse;en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0;2;4;6;8L2=1;3;5;7;9M=123456789]]>#L10.001falsetrue','hash','options'),(38,71,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0 2 4 6 8L2=1 3 5 7 9M=123456789]]>#L10.001falsetrue','hash','options'),(39,72,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditorand','hash','options'),(40,73,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(41,74,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>x =5y =10z = 15]]>0.001falsetrue0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(42,75,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x):=prime?xxprime?x{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>2gftruefalse0.001','hash','options'),(43,76,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>credit1=00credit2=00credit3=00decrease_mark=0.50.5gf(x):=beginif remainderx,7 == 2 thencredit1=0.4decrease_mark=1endif remainderx,2 == 0 thencredit2=0.3·decrease_markendif remainderx,40 thencredit3=0.3·decrease_markendc=credit1+credit2+credit3return cend{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>58truefalse0.001','hash','options'),(44,77,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x,y):=prime?x, prime?yx,yprime?x,prime?y{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>p1 = 2p2 = 3]]>truefalse0.001gftruepopupEditorand','hash','options'),(45,78,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>parameter answer = 0{53,117,183}2curve1plotter1"1"x-2x+3plotter1{186,72,72}2curve2plotter1"2"answerplotter1xx2x6\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"curve2\",\"value_content\":\"x0\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"2\",\"external\":true,\"ref\":\"curve2\"}],\"id\":\"plotter1\",\"aspect_ratio\":0.9955555555555555,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.09375,\"grid_subdivisions\":2}],\"handwriting\":[]}]]]]>]]>(x-2)(x+3)0.001falsetrue','hash','options'),(46,79,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x1=1x2=2]]>0.001falsetruetruepopupEditor','hash','options'),(47,80,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>5%0.001falsetrue','hash','options'),(48,81,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>1000.001falsetrue200]]>','hash','options'),(49,82,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruepopupEditorsin x]]>','hash','options'),(50,83,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruetextFieldsin x','hash','options'),(51,84,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(52,85,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(53,86,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(54,87,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(55,88,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(56,89,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(57,90,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(58,91,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(59,92,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(60,93,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(61,94,'','hash','options'),(62,95,'\n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Untitled calc</mtext>\n </math>\n \n \n en\n \n \n \n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Sheet 1</mtext>\n </math>\n \n \n # Automatically generated by WirisQuizzes.\ns1 = random(2, 4);\ns2 = random(5, 7);\ns3 = random(8, 10);\n \n \n \n \n]]>evaluate]]>0.001falsetrue','hash','options'),(63,96,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash',''),(64,97,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(65,98,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(66,99,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(67,100,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(68,101,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(69,102,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(70,103,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(71,104,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(72,105,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalse','hash','options'),(73,106,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(74,107,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(75,108,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalsefalse','hash','options'),(76,109,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(77,110,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(78,111,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetruefalsetrue','hash','options'),(79,112,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(80,113,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(81,114,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','options'),(82,115,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(83,116,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(84,117,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrue','hash','options'),(85,118,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(86,119,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(87,120,'','hash','options'),(88,121,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(89,122,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(90,123,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(91,124,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(92,125,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(93,126,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(94,127,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(95,128,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(96,129,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(97,130,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(98,131,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(99,132,'','hash','options'),(100,133,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = "WirisQuizzes"\nb = "for Moodle"]]>#afalsefalsetextFieldInitial content test #a','hash','options'),(101,134,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextFieldInitial content test','hash','options'),(102,135,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextField','hash','options'),(103,136,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(104,137,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(105,138,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(106,139,'["a"]inlineGraphfalseand','hash','options'),(107,140,'["a"]inlineGraphfalseand','hash','options'),(108,141,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>','hash','options'),(109,142,'["c"]inlineGraphfalseand','hash','options'),(110,143,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>never','hash','options'),(111,144,'["e"]1.092981724275775inlineGraphfalseand','hash','options'),(112,145,'Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphtrueHola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[3.3157894736842124,6.163967611336033],\"text\":\"Adéu\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(113,146,'inlineGraphtrue','hash','options'),(114,147,'5.25inlineGraphtrue','hash','options'),(115,148,'["a"]inlineGraphfalseand','hash','options'),(116,149,'["b"]inlineGraphfalseand','hash','options'),(117,150,'inlineGraphfalse','hash','options'),(118,151,'y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["f"]inlineGraphfalseandy=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[23.210526315789465,-24.273279352226716],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"}],\"id\":\"\",\"center\":[12.625506072874495,7.481781376518223],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(119,152,'["c"]inlineGraphfalseand','hash','options'),(120,153,'["c"]inlineGraphfalseand','hash','options'),(121,154,'y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["d"]inlineGraphfalseandy=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-15.966666666666661,6.141666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(122,155,'inlineGraphfalseand','hash','options'),(123,156,'["c"]0inlineGraphfalseand','hash','options'),(124,157,'inlineGraphtrue','hash','options'),(125,158,'inlineGraphtrue','hash','options'),(126,159,'["m"]inlineGraphfalseand','hash','options'),(127,160,'["f","a","b","c","d","e"]["f","a","b","c","d","e"]["f","a","b","c","d","e"]inlineGraphtrueand','hash','options'),(128,161,'["a","b","c","d","e"]["a","b","c","d","e","A","B","C","D","E"]inlineGraphtrueand','hash','options'),(129,162,'["b"]inlineGraphfalseand','hash','options'),(130,163,'["a","b","c","d","e"]inlineGraphtruedistribute10 10 25 50 5','hash','options'),(131,164,'x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphfalse','hash','options'),(132,165,'inlineGraphtrue','hash','options'),(133,166,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChartinlineGraphlabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(134,167,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>pieChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(135,168,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(136,169,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(137,170,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(138,171,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(139,172,'','hash','options'),(140,173,'','hash','options'),(141,174,'textField','hash','options'),(142,176,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,83b=random2..6/a3c=maxa,b3d=mina,b{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001textField','hash','options'),(143,178,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(144,179,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(145,182,']]>0.001popupEditor]]>textField','hash','options'),(146,184,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(147,185,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(148,186,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(149,187,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(150,188,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(151,189,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(152,190,'23textField','hash','options'),(153,191,'23textField','hash','options'),(154,192,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(155,193,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(156,194,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(157,195,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(158,196,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(159,197,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(160,198,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(161,199,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(162,200,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(163,201,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(164,204,'','hash','options'),(165,205,'','hash','options'),(166,206,'','hash','options'),(167,207,'','hash','options'),(168,208,'','hash','options'),(169,209,'','hash','options'),(170,210,'','hash','options'),(171,211,'','hash','options'),(172,212,'','hash','options'),(173,213,'','hash','options'),(174,214,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p=plotter1plotter2d1]]>1.,\'0.001falsetrue','hash','options'),(175,215,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(176,216,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(177,217,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(178,218,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(179,219,'.,\'','hash','options'); +/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `m_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq_variables` +-- + +LOCK TABLES `m_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; +INSERT INTO `m_qtype_wq_variables` VALUES (1,'wiris_maxconnections','azh'); +/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question` +-- + +DROP TABLE IF EXISTS `m_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_ques_qty_ix` (`qtype`), + KEY `m_ques_par_ix` (`parent`), + KEY `m_ques_cre_ix` (`createdby`), + KEY `m_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question` +-- + +LOCK TABLES `m_question` WRITE; +/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; +INSERT INTO `m_question` VALUES (1,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082554+4KbwKA',1727339154,1727339154,2,2),(2,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082618+6WjKb7',1727339178,1727339178,2,2),(3,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120082826+0buqce',1732091306,1732091306,2,2),(4,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083149+7EiEDB',1732091509,1732091509,2,2),(5,0,'Equation - Validate input method Math editor in a popup','

Test to validate math editor in a popup

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083347+YJWFXh',1732091627,1732091627,2,2),(6,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083634+Xg4Hh5',1732091794,1732091794,2,2),(7,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083643+Etdxqe',1732091803,1732091803,2,2),(8,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083746+gBdoX7',1732091866,1732091866,2,2),(9,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083949+Oz9lyt',1732091989,1732091989,2,2),(10,0,'Equation - Grading functions','

Test to validate equation grading functions

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084851+zSv2ev',1732092531,1732092531,2,2),(11,0,'Equation - Grading functions','

Test to validate equation grading functions

S1 = x+1 (100%)

S2 = x-1 (20%)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084921+XLY4eT',1732092561,1732092561,2,2),(12,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085546+F5230N',1732092946,1732092946,2,2),(13,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085656+z5BqJO',1732093016,1732093016,2,2),(14,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084703+SkVob1',1736239623,1736239623,2,2),(15,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085914+uF7nuW',1732093154,1732093154,2,2),(16,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084714+EPOdSC',1736239634,1736239634,2,2),(17,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120103118+CdeIML',1732098678,1732098678,2,2),(18,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084749+d8YFxh',1736239669,1736239669,2,2),(19,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112607+h8UfUB',1732101967,1732101967,2,2),(20,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082942+gVBZUT',1736238582,1736238582,2,2),(21,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112931+tTMblP',1732102171,1732102171,2,2),(22,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082958+dQakY7',1736238598,1736238598,2,2),(23,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084537+VDo3EL',1736239537,1736239537,2,2),(24,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084554+2IgxUi',1736239554,1736239554,2,2),(25,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+ocSqVI',1727275591,1727275591,3,3),(26,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074627+8ayycR',1732088787,1732088787,2,2),(27,0,'Cloze - Random variables (s3) + Popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074658+QGwe4X',1732088818,1732088818,2,2),(28,25,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+kTQdHq',1727275591,1727275591,3,3),(29,25,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+09R7bC',1727275591,1727275591,3,3),(30,25,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+Gw5BfM',1727275591,1727275591,3,3),(31,0,'Answer input field - Plain text','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+zHJw68',1727275591,1727275591,3,3),(32,0,'Cloze - Validate Cloze question with Plain text as Answer input field','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074308+XEuz0f',1732088588,1732088588,2,2),(33,31,'Answer input field - Plain text','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+3tnFwu',1727275591,1727275591,3,3),(34,31,'Answer input field - Plain text','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+HVDlSe',1727275591,1727275591,3,3),(35,31,'Answer input field - Plain text','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+XYKfTy',1727275591,1727275591,3,3),(36,0,'Cloze - Combining embedded Short Answer and Multichoice questions','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+Hng3Rr',1727275591,1727275591,3,3),(37,0,'Cloze - Validate MC and SA embedded questions are compatible within the same question','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074206+h2m8jA',1732088526,1732088526,2,2),(38,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+MVyL5U',1727275591,1727275591,3,3),(39,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+REwTHm',1727275591,1727275591,3,3),(40,0,'Cloze - Embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+gWJF3Z',1727275591,1727275591,3,3),(41,0,'Cloze - Validate Cloze question embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074224+NniBub',1732088544,1732088544,2,2),(42,40,'Cloze - Embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+rQfbuG',1727275591,1727275591,3,3),(43,40,'Cloze - Embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+7k6vA4',1727275591,1727275591,3,3),(44,40,'Cloze - Embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+IS6deN',1727275591,1727275591,3,3),(45,40,'Cloze - Embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+n23yZl',1727275591,1727275591,3,3),(46,40,'Cloze - Embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+z0PBxO',1727275591,1727275591,3,3),(47,40,'Cloze - Embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+toUmLc',1727275591,1727275591,3,3),(48,0,'Cloze - Embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+VOixhN',1727275591,1727275591,3,3),(49,0,'Cloze - Validate Cloze question embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074334+eU2KQk',1732088614,1732088614,2,2),(50,48,'Cloze - Embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+541WQU',1727275591,1727275591,3,3),(51,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074206+seDutt',1732088526,1732088526,2,2),(52,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074206+TzbhIG',1732088526,1732088526,2,2),(53,41,'Cloze - Validate Cloze question embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cyUDuD',1732088544,1732088544,2,2),(54,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+3Tkdil',1732088544,1732088544,2,2),(55,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cnDdqu',1732088544,1732088544,2,2),(56,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+2bJsrr',1732088544,1732088544,2,2),(57,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+H69zeA',1732088544,1732088544,2,2),(58,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+59e8Cn',1732088544,1732088544,2,2),(59,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+5iWkoE',1732088588,1732088588,2,2),(60,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+ni0ffM',1732088588,1732088588,2,2),(61,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074308+Bq5JnQ',1732088588,1732088588,2,2),(62,49,'Cloze - Validate Cloze question embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074334+hQ46uM',1732088614,1732088614,2,2),(63,26,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+QhOTZi',1732088787,1732088787,2,2),(64,26,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+WoGKR3',1732088787,1732088787,2,2),(65,26,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074627+G8cYU1',1732088787,1732088787,2,2),(66,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+wAloXO',1732088818,1732088818,2,2),(67,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+F8KJwI',1732088818,1732088818,2,2),(68,27,'Cloze - Random variables (s3) + Popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074658+fHcdVS',1732088818,1732088818,2,2),(69,0,'Generating tables from lists - Comma as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+1kRkmO',1727275591,1727275591,3,3),(70,0,'Generating tables from lists - Semicolon as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+WOwgrQ',1727275591,1727275591,3,3),(71,0,'Generating tables from lists - Space as list element separator (copy)','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+w24mLd',1727275591,1727275591,3,3),(72,0,'Compound answer - All answers must be correct','

Test: Compound answer with All answers must be correct option.

Correct answer is 

x = 5 

y = 10 

z = 15

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+eGtAT0',1727275591,1727275591,3,3),(73,0,'Compound answer - Distributed grades','

Test: Compound answer with distributed grades.

Correct answer is 

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+X5GNUZ',1727275591,1727275591,3,3),(74,0,'Compound answer - Multiple answers (any answer)','

Test: Compound answer with multiple answers. 

Ticket: https://wiris.kanbanize.com/ctrl_board/17/cards/20589/details/ 

Answer 1

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

Answer 2

wiris - This answer is configured to be evaluated as Any answer.


',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+ZrGDVJ',1727275591,1727275591,3,3),(75,0,'Basic grading function','

Test: test a basic grading function. The defined function is #gf(x) which is true if the inserted number is prime and false otherwise.

The mark of the question must be:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+OyPIjI',1727275591,1727275591,3,3),(76,0,'Custom marks','

Test: this question uses a grading function with several outputs.

Question: M is a number whose ramainder is 2 when divided by 7. It is also divisible by 2, but not by 4. Give a possible value of M.

Examples:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+qvGXUF',1727275591,1727275591,3,3),(77,0,'Grading functions on a compound answer','

Test: custom grading functions on compound answers. Insert two prime numbers. The grading function is gf(x,y)=[prime?(x), prime?(y)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+VOoULx',1727275591,1727275591,3,3),(78,0,'Comparing graphical student answer','

Test: Check parameter answer when it stores a plotter.

Question: Write a monomic polynomial of degree two with roots 2 and -3.

',1,'

The correct answer is in blue, your answer in red.

#plotter1

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+vvaL9H',1727275591,1727275591,3,3),(79,0,'Generate steps to solve the problem','

Test: testing parameter answer variable to generate steps to solve the problem in the answer feedback. Answer is 1 and 2, in this order.

Question: Find the roots of the polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»3«/mn»«mi»x«/mi»«mo»+«/mo»«mn»2«/mn»«/math»

',1,'To find the roots of a polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»+«/mo»«mi»b«/mi»«mo»§#183;«/mo»«mi»x«/mi»«mo»+«/mo»«mi»c«/mi»«/math» you have to use the following formula:
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfrac»«mrow»«mo»-«/mo»«mi»b«/mi»«mo»§#177;«/mo»«msqrt»«msup»«mi»b«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mi»c«/mi»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«/math»
Thus, with «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»b«/mi»«mo»=«/mo»«mo»-«/mo»«mn»3«/mn»«/math» and «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»c«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mn»2«/mn»«/math»
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«msqrt»«msup»«mrow»«mo»(«/mo»«mo»-«/mo»«mn»3«/mn»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mn»2«/mn»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«mn»1«/mn»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mo»{«/mo»«mn»1«/mn»«mo»,«/mo»«mn»2«/mn»«mo»}«/mo»«/math»
',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144637+bDGcAy',1727275597,1727275597,3,3),(80,0,'Parameter answer with percent symbol','

Test: parameter answer with percent symbol. Check it renders. Correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»5«/mn»«mo»%«/mo»«/math»

',1,'

This is the student answer: #answer

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+3U0BHk',1727275598,1727275598,3,3),(81,0,'Math editor embedded','

Test: Validate input method Math editor embedded

Initial content: 200

Correct answer: 100

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+Z61krd',1727275598,1727275598,3,3),(82,0,'Math editor in a popup','

Test: Validate input method Math editor in a popup

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+w0sTYf',1727275598,1727275598,3,3),(83,0,'Plain text','

Test: Validate input method Plain text

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+YPXiSS',1727275598,1727275598,3,3),(84,0,'Essay display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+kLXKCG',1727275598,1727275598,3,3),(85,0,'Essay - display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141932+J0TRrw',1733235572,1733235572,2,2),(86,0,'Essay display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+eXylYS',1727275598,1727275598,3,3),(87,0,'Essay - display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141943+1mzFGX',1733235583,1733235583,2,2),(88,0,'Essay display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+v9cSGP',1727275598,1727275598,3,3),(89,0,'Essay - display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141952+POYZEq',1733235592,1733235592,2,2),(90,0,'Essay replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+X2E7Qw',1727275598,1727275598,3,3),(91,0,'Essay - replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142001+H9OpeY',1733235601,1733235601,2,2),(92,0,'Essay replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+BpqV5V',1727275598,1727275598,3,3),(93,0,'Essay - replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142015+aOcXTd',1733235615,1733235615,2,2),(94,0,'Simple Essay question','

Test: Validate Essay question type works

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+s4KetD',1727275598,1727275598,3,3),(95,0,'Essay - Random Variables','s1= #s1
s2 =#s2
s3= #s3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241120074936+7Rhlm8',1732088976,1732088976,2,2),(96,0,'Simple True or False question','

Test: true or false question type works.

Is QA the best team ever?

Answer: true

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+AAKfuA',1727275598,1727275598,3,3),(97,0,'True or False Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+WgIEPe',1727275598,1727275598,3,3),(98,0,'True or False - Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142441+KVXviN',1733235881,1733235881,2,2),(99,0,'True or False display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+kLQDkw',1727275598,1727275598,3,3),(100,0,'True or False - display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142452+CpEaDG',1733235892,1733235892,2,2),(101,0,'True or False display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+1WGktT',1727275598,1727275598,3,3),(102,0,'True or False - display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142515+hOUTsy',1733235915,1733235915,2,2),(103,0,'True or False question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+lHzm0e',1727275598,1727275598,3,3),(104,0,'True or False - question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142502+FxbqbR',1733235902,1733235902,2,2),(105,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+yzNWRF',1727275598,1727275598,3,3),(106,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134714+4Sa9G8',1733233634,1733233634,2,2),(107,0,'Matching - question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142210+QbniNX',1733235730,1733235730,2,2),(108,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+8NC3T6',1727275598,1727275598,3,3),(109,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134747+EcD9n7',1733233667,1733233667,2,2),(110,0,'Matching - question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142222+Fv9igJ',1733235742,1733235742,2,2),(111,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+JWGI0d',1727275598,1727275598,3,3),(112,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134850+sfhnP8',1733233730,1733233730,2,2),(113,0,'Matching - question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142251+857fcu',1733235771,1733235771,2,2),(114,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+stZNPD',1727275598,1727275598,3,3),(115,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134825+99bXOd',1733233705,1733233705,2,2),(116,0,'Matching - question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142236+1SVpg0',1733235756,1733235756,2,2),(117,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+PurKaA',1727275598,1727275598,3,3),(118,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134637+HQM8xU',1733233597,1733233597,2,2),(119,0,'Matching - question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142156+RjT3hV',1733235716,1733235716,2,2),(120,0,'Simple Matching Question','

Test: Validate Matching Question type works

Answers: 

1 - a

2 - b

3 - c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+1fi15h',1727275598,1727275598,3,3),(121,0,'Multichoice display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+9p5Agr',1727275598,1727275598,3,3),(122,0,'Multichoice - display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142321+E2RYzZ',1733235801,1733235801,2,2),(123,0,'Multichoice display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+kvh9uE',1727275598,1727275598,3,3),(124,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142333+rGxnwb',1733235813,1733235813,2,2),(125,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142335+PReeyN',1733235815,1733235815,2,2),(126,0,'Multichoice question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ozc7XI',1727275598,1727275598,3,3),(127,0,'Multichoice - question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142348+cI6AEy',1733235828,1733235828,2,2),(128,0,'Multichoice question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+HvFBjA',1727275598,1727275598,3,3),(129,0,'Multichoice - question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142400+4nzHcB',1733235840,1733235840,2,2),(130,0,'Multichoice question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ca1FgB',1727275598,1727275598,3,3),(131,0,'Multichoice - question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142414+LmNu6x',1733235854,1733235854,2,2),(132,0,'Simple Multichoice question','

Test: Validate Multichoice question type works

What\'s the value of «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mn»0«/mn»«/math»?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+nLd0Wn',1727275598,1727275598,3,3),(133,0,'Short Answer text answer type with random variables','

Test: Validate Short Answer Text answer type with random variables.

Correct answer:  #a

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+HNXfNF',1727275598,1727275598,3,3),(134,0,'Short Answer text question with initial content','

Test: Validate Short Answer text answer type with initial content

Answer: wiris

Initial content: Initial content test

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+lj2YAK',1727275598,1727275598,3,3),(135,0,'Simple Short Answer text question','

Test: Validate Short Answer text answer type

Answer: wiris

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+ncYtny',1727275598,1727275598,3,3),(136,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+YeXHaw',1727333895,1727333895,2,2),(137,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105719+qavB6c',1732100239,1732100239,2,2),(138,0,'Plotter - Initial content','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105758+V1kBjd',1732100278,1732100278,2,2),(139,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082922+MpPJuN',1736238562,1736238562,2,2),(140,0,'GA 10','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLgM9h',1727333895,1727333895,2,2),(141,0,'Sketch - Validate all sketch propieties','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110733+tujOPF',1732100853,1732100853,2,2),(142,0,'GA 11','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+fRjvbC',1727333895,1727333895,2,2),(143,0,'Sketch - Validate initial content','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110839+XpzBRs',1732100919,1732100919,2,2),(144,0,'GA 12','

Test: tolerance. Correct answer is a circle centered at origin with radius between 3 and 5. The exact correct answer is radius 4.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+FVBnE8',1727333895,1727333895,2,2),(145,0,'GA 13','

Test: labels. The initial content is already the correct answer. Check that labels are displayed both at the attempt and the correction.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+RMJRi2',1727333895,1727333895,2,2),(146,0,'GA 14','

Test: parallelogram. Draw a (-7,5), (0,-4), (5, 5) parallelogram

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLqyMF',1727333895,1727333895,2,2),(147,0,'GA 15','

Test: Custom graph. Check axis have been removed.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+isNwZR',1727333895,1727333895,2,2),(148,0,'GA 16','

Test: custom graph: axis ratio is 1:5. Build a circle centered at origin of radius 10.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+SV6ZYb',1727333895,1727333895,2,2),(149,0,'GA 17','

Test: Parabola. Draw a parabola with the given line as directriu and the point (4,3) as the focus.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+OLhJeU',1727333895,1727333895,2,2),(150,0,'GA 18','

Test: prohibit superfluous elements. The correct answer is the point (0,0), if the student answer contains any other element, the answer must be graded as incorrect.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+UcVQNF',1727333895,1727333895,2,2),(151,0,'GA 19','

Test: wiris.com graphical answer question example 1. Check the question can be answered correctly.


Question: Draw the bisector of the highlighted angle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+NIrDOO',1727333895,1727333895,2,2),(152,0,'GA 2','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+V6uUcD',1727333895,1727333895,2,2),(153,0,'Plotter - Validate customized toolbar','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105859+d9iCNk',1732100339,1732100339,2,2),(154,0,'GA 20','

Test: wiris.com graphical answer question example 2. Check the question can be answered correctly.


Question: Fill the region delimited by «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfenced open=¨{¨ close=¨¨»«mtable columnalign=¨left¨»«mtr»«mtd»«mi»x«/mi»«mo»-«/mo»«mi»y«/mi»«mo»§#8201;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mi»x«/mi»«mo»§#160;«/mo»«mo»§#60;«/mo»«mo»§#160;«/mo»«mn»10«/mn»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+fTT5Fo',1727333896,1727333896,2,2),(155,0,'GA 21','

Test: handrwitted paths. Check that initial content is visible and answer the question with a handwritted path.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+AObML8',1727333896,1727333896,2,2),(156,0,'GA 23','

Test: angle between rays. Draw an angle between the two rays.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+LSAUU6',1727333896,1727333896,2,2),(157,0,'GA 24','

Test: line width. Check that the initial content lines have width 8. Correct answer is the has the same lines. Try to change width to 4px.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+GnyNwE',1727333896,1727333896,2,2),(158,0,'GA 25','

Test: SA multiple correct answers: parallelogram. 

Correct answer is a parallelogram with vertices on (5,5), (-5,5), (5,-5), (-5,-5), but draw anything as the correct answer. The expected behaviour is that the grade of the question is 0.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+ElYLe5',1727333896,1727333896,2,2),(159,0,'GA 3','

Test: precision. Draw the incircle of the triangle

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+XpK1Hp',1727333896,1727333896,2,2),(160,0,'GA 4','

Test: match color. All elements must be red #B71C1C

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+leaV6j',1727333896,1727333896,2,2),(161,0,'GA 5','

Test: line type to dots of all elements

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+rTaTfI',1727333896,1727333896,2,2),(162,0,'GA 6','

Test: area. Draw the area of an ellipse

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+loLf0C',1727333896,1727333896,2,2),(163,0,'GA 7','

Test: distributed grades. Draw 5 circles of radius 2, each one centered on one of the 5 points

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+Q2Pdgg',1727333896,1727333896,2,2),(164,0,'GA 8','

Test: draw expression (x+3)^2.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+DU4DvN',1727333896,1727333896,2,2),(165,0,'GA 9','

Test: custom toolbar. Check you can only draw polygons.  square of vertices (0,4) (0, -4) (4, 0) (-4, 0) 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+lHDnne',1727333896,1727333896,2,2),(166,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120113051+U4RQ4p',1732102251,1732102251,2,2),(167,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107083011+ucPab7',1736238611,1736238611,2,2),(168,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926074813+IqDAga',1727336893,1727336893,2,2),(169,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926083936+9d8rXb',1727339976,1727339976,2,2),(170,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141508+26RfTp',1733235308,1733235308,2,2),(171,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+250103115615+3GPXnw',1735905375,1735905375,2,2),(172,0,'Test: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240926074813+d920KY',1727336893,1727336893,2,2),(173,0,'Smoke: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203141526+i6F0iU',1733235326,1733235326,2,2),(174,0,'Test: Cloze Question - SA text','

Answer anything to the following question. Correct answer is wiris.


Question: {#1}



',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+Cku1Kc',1727336893,1727336893,2,2),(175,174,'Test: Cloze Question - SA text','{:SA:=wiris}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074813+04Agmw',1727336893,1727336893,2,2),(176,0,'Test: Cloze question - MC','

What is the degree of the following polynomial? «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»a«/mi»«/mrow»«/msup»«mo»-«/mo»«mn»3«/mn»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»b«/mi»«/mrow»«/msup»«mo»+«/mo»«mn»2«/mn»«mi»x«/mi»«/math»

Solution: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+51Jjj6',1727336893,1727336893,2,2),(177,176,'Test: Cloze question - MC','{:MCS:=#c~#d~1}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074813+PhSmQz',1727336893,1727336893,2,2),(178,0,'Test: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+FgwJva',1727336894,1727336894,2,2),(179,0,'Smoke: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241203141537+ulWCbO',1733235337,1733235337,2,2),(180,178,'Test: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+uA58FM',1727336894,1727336894,2,2),(181,178,'Test: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074814+BxgQ8A',1727336894,1727336894,2,2),(182,0,'Test: Cloze question - SA equation','

Answer anything. Correct answer is 100.


Question: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+ddllH4',1727336894,1727336894,2,2),(183,182,'Test: Cloze question - SA equation','{:SA:=100}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+9jaEFS',1727336894,1727336894,2,2),(184,0,'Test: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240926074814+kRh61Y',1727336894,1727336894,2,2),(185,0,'Smoke: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203141559+Fc4KDY',1733235359,1733235359,2,2),(186,0,'Test: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074815+jaDKjo',1727336895,1727336895,2,2),(187,0,'Smoke: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141614+ZhNTKY',1733235374,1733235374,2,2),(188,0,'Test: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+kroxEj',1727336897,1727336897,2,2),(189,0,'Smoke: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141626+FwyLlG',1733235386,1733235386,2,2),(190,0,'Test: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+PNiSJD',1727336897,1727336897,2,2),(191,0,'Smoke: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141640+LKHoia',1733235400,1733235400,2,2),(192,0,'Test: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+TTof2a',1727336897,1727336897,2,2),(193,0,'Smoke: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141656+llcx85',1733235416,1733235416,2,2),(194,0,'Test: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Z2OZat',1727336897,1727336897,2,2),(195,0,'Smoke: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141709+lMRB0g',1733235429,1733235429,2,2),(196,0,'Test: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Qujcjy',1727336897,1727336897,2,2),(197,0,'Smoke: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141729+9wSeac',1733235449,1733235449,2,2),(198,0,'Test: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+ZnGzCA',1727336897,1727336897,2,2),(199,0,'Smoke: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141744+jt7wEC',1733235464,1733235464,2,2),(200,0,'Test: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240926074817+vQD9RK',1727336897,1727336897,2,2),(201,0,'Smoke: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203141757+7mSinE',1733235477,1733235477,2,2),(202,179,'Smoke: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241203141537+PtLvQt',1733235337,1733235337,2,2),(203,179,'Smoke: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241203141537+wng4G1',1733235337,1733235337,2,2),(204,0,'0 attachments','

0

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+oh0pGl',1727337430,1727337430,2,2),(205,0,'1 attachment','

1

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+RsIdPH',1727337430,1727337430,2,2),(206,0,'1 attachment','Test: 1 attachment allowed',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080053+6QTwXK',1727337653,1727337653,2,2),(207,0,'2 attachments','

2

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+eKTuGr',1727337430,1727337430,2,2),(208,0,'2 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080109+A7ZsdW',1727337669,1727337669,2,2),(209,0,'3 attachments','

3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+ENYQCe',1727337430,1727337430,2,2),(210,0,'3 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080119+qHGDy5',1727337679,1727337679,2,2),(211,0,'3 attachments','

Test: 3 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080143+CywcFP',1727337703,1727337703,2,2),(212,0,'4 or more attachments','

4...

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+tFNZza',1727337430,1727337430,2,2),(213,0,'4 or more attachments','

Test: 4 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080133+CIFDX9',1727337693,1727337693,2,2),(214,0,'Filter test: Graph plotter','

Graph plotter: #p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124159+3EygB0',1711024919,1711024919,5,5),(215,0,'Filter test: Graph plotter','

Graph plotter 2D: #plot2d


Graph plotter 3D: #plot3d

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124600+uIwYmn',1711025160,1711025160,5,5),(216,0,'Filter test: Graph plotter','

Graph plotter 2D: #plotter2


Graph plotter 3D: #plotter3

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124755+6YOrmv',1711025275,1711025275,5,5),(217,0,'05 graph','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124958+l8CE2j',1711025398,1711025398,5,5),(218,0,'Filter test: CAS plotter','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321125041+tRo9kU',1711025441,1711025441,5,5),(219,0,'Filter test: Wiris formula + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«mover»«mo»§#8644;«/mo»«mover»«mo»§#8644;«/mo»«mi»adf«/mi»«/mover»«/mover»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«mi»x«/mi»«mi»x«/mi»«/msqrt»«/msqrt»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x+2}$$

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240321125253+MHkCuR',1711025573,1711025573,5,5); +/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_answers` +-- + +DROP TABLE IF EXISTS `m_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesansw_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- + +LOCK TABLES `m_question_answers` WRITE; +/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; +INSERT INTO `m_question_answers` VALUES (1,1,'adeu',0,1.0000000,'',1),(2,2,'adeu',0,1.0000000,'',1),(3,3,'x+1',0,1.0000000,'',1),(4,3,'x-1',0,1.0000000,'',1),(5,4,'x+1',0,1.0000000,'',1),(6,4,'x-1',0,1.0000000,'',1),(7,5,'x+1',0,1.0000000,'',1),(8,6,'x+1',0,1.0000000,'',1),(9,7,'x+1',0,1.0000000,'',1),(10,8,'x+1',0,1.0000000,'',1),(11,9,'x+1',0,1.0000000,'',1),(12,10,'x+1',0,1.0000000,'',1),(13,10,'x-1',0,0.2000000,'',1),(14,11,'x+1',0,1.0000000,'',1),(15,11,'x-1',0,0.2000000,'',1),(16,12,'2/4',0,1.0000000,'',1),(17,13,'2/4',0,1.0000000,'',1),(18,14,'2/4',0,1.0000000,'',1),(19,15,'x+1',0,1.0000000,'',1),(20,16,'x+1',0,1.0000000,'',1),(21,17,'S1=#s1',0,1.0000000,'',1),(22,18,'#s1',0,1.0000000,'',1),(23,19,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[1],[2],[2],[3]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(24,20,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(25,21,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2,3,4],[2,1,2,3],[4,3,4,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(26,22,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(27,23,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(28,24,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(29,28,'#s1',0,1.0000000,'',1),(30,29,'#s2',0,1.0000000,'',1),(31,30,'#s1',1,1.0000000,'',1),(32,30,'#s2',1,0.0000000,'',1),(33,33,'#s1',0,1.0000000,'',1),(34,34,'#s2',0,1.0000000,'',1),(35,35,'#s1',1,1.0000000,'',1),(36,35,'#s2',1,0.0000000,'',1),(37,38,'#s1',1,1.0000000,'',1),(38,38,'#s2',1,0.0000000,'',1),(39,38,'#s3',1,0.0000000,'',1),(40,38,'#s4',1,0.0000000,'',1),(41,39,'#s3',0,1.0000000,'',1),(42,42,'#s1',1,1.0000000,'',1),(43,42,'#s2',1,0.0000000,'',1),(44,42,'#s3',1,0.0000000,'',1),(45,42,'#s4',1,0.0000000,'',1),(46,43,'#s1',1,1.0000000,'',1),(47,43,'#s2',1,0.0000000,'',1),(48,43,'#s3',1,0.0000000,'',1),(49,43,'#s4',1,0.0000000,'',1),(50,44,'#s1',1,1.0000000,'',1),(51,44,'#s2',1,0.0000000,'',1),(52,44,'#s3',1,0.0000000,'',1),(53,44,'#s4',1,0.0000000,'',1),(54,45,'#s1',1,1.0000000,'',1),(55,45,'#s2',1,0.0000000,'',1),(56,45,'#s3',1,0.0000000,'',1),(57,45,'#s4',1,0.0000000,'',1),(58,46,'#s1',1,1.0000000,'',1),(59,46,'#s2',1,0.0000000,'',1),(60,46,'#s3',1,0.0000000,'',1),(61,46,'#s4',1,0.0000000,'',1),(62,47,'#s1',1,1.0000000,'',1),(63,47,'#s2',1,0.0000000,'',1),(64,47,'#s3',1,0.0000000,'',1),(65,47,'#s4',1,0.0000000,'',1),(66,50,'#sol',0,1.0000000,'',1),(67,51,'#s1',1,1.0000000,'',1),(68,51,'#s2',1,0.0000000,'',1),(69,51,'#s3',1,0.0000000,'',1),(70,51,'#s4',1,0.0000000,'',1),(71,52,'#s3',0,1.0000000,'',1),(72,53,'#s1',1,1.0000000,'',1),(73,53,'#s2',1,0.0000000,'',1),(74,53,'#s3',1,0.0000000,'',1),(75,53,'#s4',1,0.0000000,'',1),(76,54,'#s1',1,1.0000000,'',1),(77,54,'#s2',1,0.0000000,'',1),(78,54,'#s3',1,0.0000000,'',1),(79,54,'#s4',1,0.0000000,'',1),(80,55,'#s1',1,1.0000000,'',1),(81,55,'#s2',1,0.0000000,'',1),(82,55,'#s3',1,0.0000000,'',1),(83,55,'#s4',1,0.0000000,'',1),(84,56,'#s1',1,1.0000000,'',1),(85,56,'#s2',1,0.0000000,'',1),(86,56,'#s3',1,0.0000000,'',1),(87,56,'#s4',1,0.0000000,'',1),(88,57,'#s1',1,1.0000000,'',1),(89,57,'#s2',1,0.0000000,'',1),(90,57,'#s3',1,0.0000000,'',1),(91,57,'#s4',1,0.0000000,'',1),(92,58,'#s1',1,1.0000000,'',1),(93,58,'#s2',1,0.0000000,'',1),(94,58,'#s3',1,0.0000000,'',1),(95,58,'#s4',1,0.0000000,'',1),(96,59,'#s1',0,1.0000000,'',1),(97,60,'#s2',0,1.0000000,'',1),(98,61,'#s1',1,1.0000000,'',1),(99,61,'#s2',1,0.0000000,'',1),(100,62,'#sol',0,1.0000000,'',1),(101,63,'#s1',0,1.0000000,'',1),(102,64,'#s2',0,1.0000000,'',1),(103,65,'#s1',1,1.0000000,'',1),(104,65,'#s2',1,0.0000000,'',1),(105,66,'#s1',0,1.0000000,'',1),(106,67,'#s2',0,1.0000000,'',1),(107,68,'#s1',1,1.0000000,'',1),(108,68,'#s2',1,0.0000000,'',1),(109,69,'#L1',0,1.0000000,'',1),(110,70,'#L1',0,1.0000000,'',1),(111,71,'#L1',0,1.0000000,'',1),(112,72,'x =5y =10z =15',0,1.0000000,'',1),(113,73,'x =5y =10z =15',0,1.0000000,'',1),(114,74,'x =5y =10z =15',0,1.0000000,'',1),(115,74,'x =5y =10z = 15',0,0.0000000,'',1),(116,75,'2',0,1.0000000,'',1),(117,76,'58',0,1.0000000,'',1),(118,77,'p1 = 2p2 = 3',0,1.0000000,'',1),(119,78,'(x-2)(x+3)',0,1.0000000,'',1),(120,79,'x1=1x2=2',0,1.0000000,'

If your answer were correct, «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»1«/mn»«mo»)«/mo»«mo»=«/mo»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»2«/mn»«mo»)«/mo»«mo»=«/mo»«mn»0«/mn»«/math»


',1),(121,80,'5%',0,1.0000000,'',1),(122,81,'100',0,1.0000000,'',1),(123,82,'cos x',0,1.0000000,'',1),(124,83,'cos x',0,1.0000000,'',1),(125,96,'True',0,1.0000000,'',1),(126,96,'False',0,0.0000000,'',1),(127,97,'True',0,0.0000000,'',1),(128,97,'False',0,1.0000000,'',1),(129,98,'True',0,0.0000000,'',1),(130,98,'False',0,1.0000000,'',1),(131,99,'True',0,0.0000000,'',1),(132,99,'False',0,1.0000000,'',1),(133,100,'True',0,0.0000000,'',1),(134,100,'False',0,1.0000000,'',1),(135,101,'True',0,1.0000000,'',1),(136,101,'False',0,0.0000000,'',1),(137,102,'True',0,1.0000000,'',1),(138,102,'False',0,0.0000000,'',1),(139,103,'True',0,1.0000000,'',1),(140,103,'False',0,0.0000000,'',1),(141,104,'True',0,1.0000000,'',1),(142,104,'False',0,0.0000000,'',1),(143,121,'

#a

',1,0.7000000,'',1),(144,121,'

#b

',1,0.1250000,'',1),(145,121,'

#c

',1,0.3333333,'',1),(146,121,'

#d

',1,1.0000000,'',1),(147,122,'

#a

',1,0.7000000,'',1),(148,122,'

#b

',1,0.1250000,'',1),(149,122,'

#c

',1,0.3333333,'',1),(150,122,'

#d

',1,1.0000000,'',1),(151,123,'

#a

',1,0.7000000,'',1),(152,123,'

#b

',1,0.1250000,'',1),(153,123,'

#c

',1,0.3333333,'',1),(154,123,'

#d

',1,1.0000000,'',1),(155,124,'

#a

',1,0.7000000,'',1),(156,124,'

#b

',1,0.1250000,'',1),(157,124,'

#c

',1,0.3333333,'',1),(158,124,'

#d

',1,1.0000000,'',1),(159,125,'

#a

',1,0.7000000,'',1),(160,125,'

#b

',1,0.1250000,'',1),(161,125,'

#c

',1,0.3333333,'',1),(162,125,'

#d

',1,1.0000000,'',1),(163,126,'

#a

',1,0.7000000,'',1),(164,126,'

#b

',1,0.1250000,'',1),(165,126,'

#c

',1,0.3333333,'',1),(166,126,'

#d

',1,1.0000000,'',1),(167,127,'

#a

',1,0.7000000,'',1),(168,127,'

#b

',1,0.1250000,'',1),(169,127,'

#c

',1,0.3333333,'',1),(170,127,'

#d

',1,1.0000000,'',1),(171,128,'

#a

',1,0.7000000,'',1),(172,128,'

#b

',1,0.1250000,'',1),(173,128,'

#c

',1,0.3333333,'',1),(174,128,'

#d

',1,1.0000000,'',1),(175,128,'

e

',1,0.5000000,'',1),(176,128,'

f

',1,0.0000000,'',1),(177,128,'

g

',1,-0.1000000,'',1),(178,129,'

#a

',1,0.7000000,'',1),(179,129,'

#b

',1,0.1250000,'',1),(180,129,'

#c

',1,0.3333333,'',1),(181,129,'

#d

',1,1.0000000,'',1),(182,129,'

e

',1,0.5000000,'',1),(183,129,'

f

',1,0.0000000,'',1),(184,129,'

g

',1,-0.1000000,'',1),(185,130,'

#a

',1,0.7000000,'',1),(186,130,'

#b

',1,0.1250000,'',1),(187,130,'

#c

',1,0.3333333,'',1),(188,130,'

#d

',1,1.0000000,'',1),(189,131,'

#a

',1,0.7000000,'',1),(190,131,'

#b

',1,0.1250000,'',1),(191,131,'

#c

',1,0.3333333,'',1),(192,131,'

#d

',1,1.0000000,'',1),(193,132,'

0

',1,1.0000000,'',1),(194,132,'

1

',1,0.0000000,'',1),(195,132,'

1/2

',1,0.0000000,'',1),(196,133,'#a',0,1.0000000,'',1),(197,134,'wiris',0,1.0000000,'',1),(198,135,'wiris',0,1.0000000,'',1),(199,136,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(200,137,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(201,138,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(202,139,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(203,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(204,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(205,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(206,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(207,142,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(208,143,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(209,144,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[0,8,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[-8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line\",\"coordinates\":[0,8,-32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_perpendicular_to_element_by_point\",\"input\":[\"a\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"b\",\"C\"],\"output\":[\"c\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"C\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"D\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"d\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"E\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(210,145,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.993927125506076,5.1437246963562755],\"text\":\"Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(211,146,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-7,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-7,5],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-7,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-7,5],[0,-4],[5,5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(212,147,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0.850202429149796,3.698380566801619],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-14.40086298742808,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(213,148,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-100,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"aspect_ratio\":0.2,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":105,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(214,149,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-3,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,-3,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[-0.5,-0.5,-25,0.5,4,3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"parabola_by_focus_and_directrix\",\"input\":[\"a\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(215,150,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]}],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21.000000000000004,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(216,151,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-34.68825910931174,14.113360323886642],\"text\":\"y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(217,152,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label\":true,\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(218,153,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label_visibility\":\"always\",\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(219,154,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-11.806666666666665,-14.61833333333334],\"text\":\"y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(220,155,'{\"elements\":[{\"id\":\"k\",\"type\":\"path\",\"coordinates\":[[-1.2753036437246976,6.504048582995951],[-1.2753036437246976,6.461538461538462],[-1.1477732793522275,6.419028340080972],[-1.0627530364372486,6.419028340080972],[-0.8076923076923102,6.376518218623482],[-0.467611336032391,6.3340080971659924],[0.34008097165991913,6.206477732793522],[0.6376518218623453,6.1214574898785425],[0.6801619433198383,6.078947368421053],[0.6801619433198383,5.823886639676114],[0.34008097165991913,5.228744939271255],[-0.34008097165991913,4.676113360323887],[-1.0202429149797574,4.208502024291498],[-1.4028340080971677,3.9534412955465585],[-1.6153846153846168,3.8259109311740893],[-1.7004048582995956,3.783400809716599],[-1.7004048582995956,3.7408906882591095],[-1.7004048582995956,3.698380566801619],[-1.2327935222672082,3.358299595141701],[-0.4251012145749016,3.145748987854251],[0.29757085020242613,3.018218623481782],[1.0627530364372468,2.805668016194332],[1.5303643724696343,2.720647773279352],[1.7854251012145745,2.5506072874493926],[1.827935222672064,2.508097165991903],[1.8704453441295534,2.4230769230769234],[1.9129554655870429,2.168016194331985],[1.827935222672064,1.8279352226720658],[1.1052631578947363,1.1477732793522275],[0.46761133603238747,0.6376518218623488],[-0.4251012145749016,0.04251012145748945],[-0.892712550607289,-0.5101214574898787],[-0.892712550607289,-0.6801619433198383],[-0.9352226720647785,-0.8502024291497978],[-0.8502024291497996,-1.190283400809717],[-0.6376518218623488,-1.4453441295546554],[-0.4251012145749016,-1.6578947368421044],[-0.08502024291498245,-1.7854251012145745],[0.21255060728744724,-1.8704453441295534],[0.34008097165991913,-2.040485829959513],[0.5101214574898769,-2.1255060728744937],[0.5101214574898769,-2.2955465587044532],[0.5101214574898769,-2.5080971659919022],[0.12753036437246834,-3.1882591093117405],[-0.17004048582996134,-3.7408906882591086],[-0.3825910931174086,-4.336032388663968],[-0.5101214574898805,-4.761133603238866],[-0.5101214574898805,-5.0161943319838045],[-0.5101214574898805,-5.143724696356275],[-0.4251012145749016,-5.228744939271255],[-0.34008097165991913,-5.313765182186234],[0.34008097165991913,-5.653846153846153],[0.5951417004048558,-5.738866396761132],[1.1052631578947363,-5.823886639676111],[1.6153846153846132,-5.951417004048583]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(221,156,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"ray\",\"coordinates\":[[-4,0],[12,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[-4,0],[96,0],[66.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line\",\"coordinates\":[0,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(222,157,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":8,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":8,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":8,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(223,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-5,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-5,5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(224,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[5,-5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[5,-5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[5,-5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,0.4000000,'',1),(225,159,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-8,-4],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[8,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[8,0],[-8,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-10.329959514170039,-6.334008097165992],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,69.12369486469211,0,8,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-5.93980298026617,-1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,26.434877486920414,0,5.93980298026617,1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-4.800543408594238,-3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"conic\",\"coordinates\":[1,1,22.40978135469628,0,4.800543408594238,3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-2.7403463888604045,-0.624889577481275],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line\",\"coordinates\":[-3.375110422518725,5.259653611139596,-5.962268935591418],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[-3.1882591093117423,7.3117408906882595],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"conic\",\"coordinates\":[1,1,24.11433968758707,0,0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[-2.1536727846589545,3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"i\",\"type\":\"conic\",\"coordinates\":[1,1,3.6949082301156793,0,2.1536727846589545,-3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[2.75804688138985,3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"j\",\"type\":\"conic\",\"coordinates\":[1,1,11.17757806749135,0,-2.75804688138985,-3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"K\",\"type\":\"point\",\"coordinates\":[0.604374096730895,1.239373858133919],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"k\",\"type\":\"line\",\"coordinates\":[4.760626141866081,0.604374096730895,-3.6262445803853702],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"L\",\"type\":\"point\",\"coordinates\":[0.5712658275867035,1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"M\",\"type\":\"point\",\"coordinates\":[1.1774231959990473,-1.7056442010002382],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"l\",\"type\":\"line\",\"coordinates\":[16,4,-15.140917747199456],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"N\",\"type\":\"point\",\"coordinates\":[1.3612304557176151,-1.6596923860705963],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"m\",\"type\":\"conic\",\"coordinates\":[1,1,-8.03190688014069,0,-0.5712658275867035,-1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"D\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"a\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"c\"],\"output\":[\"F\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"F\",\"A\"],\"output\":[\"f\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"f\",\"e\"],\"output\":[\"G\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"G\"],\"output\":[\"g\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"H\"],\"output\":[\"h\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"h\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"I\",\"B\"],\"output\":[\"i\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"h\",\"b\"],\"output\":[\"J\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"J\",\"B\"],\"output\":[\"j\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"i\",\"j\"],\"output\":[\"K\"]},{\"type\":\"line_by_two_points\",\"input\":[\"B\",\"K\"],\"output\":[\"k\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"g\",\"k\"],\"output\":[\"L\"]},{\"type\":\"point_on_generic_element\",\"input\":[\"c\"],\"output\":[\"M\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"c\",\"L\"],\"output\":[\"l\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"l\",\"c\"],\"output\":[\"N\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"L\",\"N\"],\"output\":[\"m\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"f\"},{\"color\":\"#725950\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#CA3E6C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"h\"},{\"color\":\"#DBB14D\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"i\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"j\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"l\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"m\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"K\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"L\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"M\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"N\"}],\"id\":\"\",\"center\":[2.5577276006935006,4.127780122988777],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":22.67206477732791,\"height\":13.999999999999986,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(226,160,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,-6,0,6,0],[6,0,-6,0,6]],\"piece_reversed\":[false,false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"yAxis\",\"a\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"B\"],\"output\":[\"e\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"e\",\"d\",\"c\",\"b\"],\"output\":[\"f\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#B71C1C3F\",\"color\":\"#B71C1C\",\"ref\":\"f\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(227,161,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"C\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(228,162,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"ellipse_by_foci_and_point\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#BA48483F\",\"color\":\"#BA4848\",\"ref\":\"b\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(229,163,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[2,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-8,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-8,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,48,0,-4,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,-4,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,16,0,-2,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"F\"],\"output\":[\"a\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"G\"],\"output\":[\"b\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"H\"],\"output\":[\"c\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"I\"],\"output\":[\"d\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"J\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(230,164,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.951417004048583,1.317813765182187],\"text\":\"x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(231,165,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polygon\",\"coordinates\":[[0,4],[-4,0],[0,-4],[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"polygon_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"A\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"A\",\"a\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#3575B73F\",\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":14,\"height\":14,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(232,166,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,4,3,2,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(233,167,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(234,175,'wiris',0,1.0000000,'',1),(235,177,'#c',1,1.0000000,'',1),(236,177,'#d',1,0.0000000,'',1),(237,177,'1',1,0.0000000,'',1),(238,180,'#sol',0,1.0000000,'',1),(239,181,'#corr',1,1.0000000,'',1),(240,181,'#incorr',1,0.0000000,'',1),(241,183,'100',0,1.0000000,'',1),(242,184,'

#p

',1,1.0000000,'',1),(243,184,'

23

',1,0.0000000,'',1),(244,184,'

#q

',1,0.0000000,'',1),(245,184,'

#r

',1,0.0000000,'',1),(246,185,'

#p

',1,1.0000000,'',1),(247,185,'

23

',1,0.0000000,'',1),(248,185,'

#q

',1,0.0000000,'',1),(249,185,'

#r

',1,0.0000000,'',1),(250,186,'m =#mn =#n',0,1.0000000,'',1),(251,187,'m =#mn =#n',0,1.0000000,'',1),(252,188,'A-1=#j#f#g#h',0,1.0000000,'',1),(253,189,'A-1=#j#f#g#h',0,1.0000000,'',1),(254,190,'23',0,1.0000000,'',1),(255,191,'23',0,1.0000000,'',1),(256,192,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(257,193,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(258,194,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(259,195,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(260,196,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(261,197,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(262,198,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(263,199,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(264,200,'True',0,0.0000000,'',1),(265,200,'False',0,1.0000000,'',1),(266,201,'True',0,0.0000000,'',1),(267,201,'False',0,1.0000000,'',1),(268,202,'#sol',0,1.0000000,'',1),(269,203,'#corr',1,1.0000000,'',1),(270,203,'#incorr',1,0.0000000,'',1),(271,214,'1',0,1.0000000,'',1),(272,215,'1',0,1.0000000,'',1),(273,216,'1',0,1.0000000,'',1),(274,217,'#r',0,1.0000000,'',1),(275,218,'#r',0,1.0000000,'',1); +/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `m_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB AUTO_INCREMENT=1279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- + +LOCK TABLES `m_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; +INSERT INTO `m_question_attempt_step_data` VALUES (1,1,'_qi','141342]]>4]]>1]]>241{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(2,2,'answer','

43

'),(3,2,'answerformat','1'),(4,2,'_sqi','0{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(5,3,'-finish','1'),(6,4,'-comment',''),(7,4,'-commentformat','1'),(8,4,'-mark','1'),(9,4,'-maxmark','1'),(10,5,'_stemorder','61,62,60,58,59'),(11,5,'_choiceorder','62,59,61,58,60'),(12,5,'_qi','14'),(13,6,'sub0','3'),(14,6,'sub1','1'),(15,6,'sub2','5'),(16,6,'sub3','4'),(17,6,'sub4','2'),(18,6,'_sqi','0'),(19,7,'-finish','1'),(20,8,'_sub2_order','239,240'),(21,8,'_qi','23158314111]]>-3]]>1]]>non-singular]]>-9]]>-4]]>-1]]>0]]>0]]>-1]]>singular]]>31]]>1-31non - singular-9-4-100-1singular31'),(22,8,'_sub1_response_hash','c16a5320fa475530d9583c34fd356ef5'),(23,8,'_sub1_c16a53_matching_answer','194'),(24,8,'_sub1_matching_answer','0'),(25,8,'_gc','0'),(26,9,'sub1_answer','31'),(27,9,'sub2_answer','0'),(28,9,'_sqi','031'),(29,10,'-finish','1'),(30,11,'_order','244,242,245,243'),(31,11,'_qi','5734948]]>2]]>16]]>14]]>9]]>8216149{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(32,12,'answer','1'),(33,12,'_sqi','0{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(34,13,'-finish','1'),(35,14,'_qi','6615m =3/73/7n =55]]>411007]]>-2]]>-5]]>-4]]>5]]>-7]]>-4]]>285]]>7-2-5-45-7-428/5'),(36,14,'_matching_answer_grade',NULL),(37,14,'_matching_answer','0'),(38,14,'_response_hash','73a8ba18e38861e7e64fd93ecfa62fe1'),(39,14,'_gc','0'),(40,15,'answer','m =3/73/7n =55'),(41,15,'_sqi','0m =3/73/7n =55]]>'),(42,16,'-finish','1'),(43,17,'-comment',''),(44,17,'-commentformat','1'),(45,17,'-mark','1'),(46,17,'-maxmark','1'),(47,18,'_qi','20533A-1=-123423723-523]]>4115]]>4]]>7]]>1]]>423]]>723]]>-523]]>-123]]>54714/237/23-5/23-1/23'),(48,18,'_matching_answer_grade',NULL),(49,18,'_matching_answer_wq','0'),(50,18,'_matching_answer','252'),(51,18,'_response_hash','47b81d02bbfe5b6e0aec0b1eb0cff243'),(52,18,'_gc','0'),(53,19,'answer','A-1=-123423723-523'),(54,19,'_sqi','0A-1=-123423723-523]]>'),(55,20,'-finish','1'),(56,21,'_qi','123411'),(57,21,'_matching_answer_grade',NULL),(58,21,'_matching_answer_wq','0'),(59,21,'_matching_answer','254'),(60,21,'_response_hash','37693cfc748049e45d87b8c7d8b9aacd'),(61,21,'_gc','0'),(62,22,'answer','23'),(63,22,'_sqi','023'),(64,23,'-finish','1'),(65,24,'_qi','2020411'),(66,24,'_matching_answer_grade',NULL),(67,24,'_matching_answer_wq','0'),(68,24,'_matching_answer','256'),(69,24,'_response_hash','10d52669e4b0a37d803e611aa2db8c7a'),(70,24,'_gc','0'),(71,25,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(72,25,'_sqi','0'),(73,26,'-finish','1'),(74,27,'_qi','966Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4111111'),(75,27,'_matching_answer_grade',NULL),(76,27,'_matching_answer_wq','0'),(77,27,'_matching_answer','258'),(78,27,'_response_hash','003e9e0fc7eb1c02c2fb9953ca410435'),(79,27,'_gc','0'),(80,28,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(81,28,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(82,29,'-finish','1'),(83,30,'_qi','12405Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111'),(84,30,'_matching_answer_grade',NULL),(85,30,'_matching_answer_wq','0'),(86,30,'_matching_answer','260'),(87,30,'_response_hash','4186f11014de2f37f9b6e330c7abc196'),(88,30,'_gc','0'),(89,31,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(90,31,'_sqi','0Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(91,32,'-finish','1'),(92,33,'_qi','7721MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(93,33,'_matching_answer_grade',NULL),(94,33,'_matching_answer_wq','0'),(95,33,'_matching_answer','262'),(96,33,'_response_hash','7708449cc92611db16527647620c825a'),(97,33,'_gc','0'),(98,34,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,0,0,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(99,34,'_sqi','0MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(100,35,'-finish','1'),(101,36,'_qi','48363442]]>true]]>42true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(102,37,'answer','1'),(103,37,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(104,38,'-finish','1'),(105,39,'_qi','321694-1]]>8]]>2]]>-182{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(106,40,'answer','

nlk

'),(107,40,'answerformat','1'),(108,40,'_sqi','0{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(109,41,'-finish','1'),(110,42,'_stemorder','59,62,58,60,61'),(111,42,'_choiceorder','62,58,60,61,59'),(112,42,'_qi','14'),(113,43,'sub0','1'),(114,43,'sub1','1'),(115,43,'sub2','2'),(116,43,'sub3','3'),(117,43,'sub4','4'),(118,43,'_sqi','0'),(119,44,'-finish','1'),(120,45,'_sub2_order','239,240'),(121,45,'_qi','9650-159411-2]]>-8]]>9]]>non-singular]]>-9]]>-2]]>0]]>-2]]>-1]]>3]]>singular]]>-159]]>-2-89non - singular-9-20-2-13singular-159'),(122,45,'_sub1_response_hash','59f72fd83d81659d5e3f6f9b8d0ab19a'),(123,45,'_sub1_59f72f_matching_answer','194'),(124,45,'_sub1_matching_answer','0'),(125,45,'_gc','0'),(126,46,'sub1_answer','-159'),(127,46,'sub2_answer','0'),(128,46,'_sqi','0-159'),(129,47,'-finish','1'),(130,48,'_order','244,242,245,243'),(131,48,'_qi','2951345]]>2]]>10]]>8]]>6]]>521086{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(132,49,'answer','1'),(133,49,'_sqi','0{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(134,50,'-finish','1'),(135,51,'_qi','55244m =55n =-12-12]]>41111-2]]>4]]>-4]]>-4]]>1]]>3]]>5]]>-12]]>-24-4-4135-12'),(136,51,'_matching_answer_grade',NULL),(137,51,'_matching_answer_wq','0'),(138,51,'_matching_answer','250'),(139,51,'_response_hash','dd9a7a6cce1f03d2367753d410374e3b'),(140,51,'_gc','0'),(141,52,'answer','m =55n =-12-12'),(142,52,'_sqi','0m =55n =-12-12]]>'),(143,53,'-finish','1'),(144,54,'_qi','1633A-1=]]>4003]]>-1]]>7]]>3]]>116]]>-716]]>316]]>316]]>3-1731/16-7/163/163/16'),(145,54,'_matching_answer_grade',NULL),(146,54,'_matching_answer','0'),(147,54,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(148,54,'_gc','0'),(149,55,'answer','A-1='),(150,55,'_sqi','0A-1=]]>'),(151,56,'-finish','1'),(152,57,'_qi','156410'),(153,57,'_matching_answer_grade',NULL),(154,57,'_matching_answer','0'),(155,57,'_response_hash','9f61408e3afb633e50cdf1b20de6f466'),(156,57,'_gc','0'),(157,58,'answer','56'),(158,58,'_sqi','056'),(159,59,'-finish','1'),(160,60,'_qi','21421410'),(161,60,'_matching_answer_grade',NULL),(162,60,'_matching_answer','0'),(163,60,'_response_hash','29054952006d9193e306bf87f271dc75'),(164,60,'_gc','0'),(165,61,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":false,\"circuits\":[{\"vertices\":[[0,2,-2,0],[4,0,0,4]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"rectangle\",\"coordinates\":[[-17.00404858299595,12.511893122658284],[17.00404858299595,-12.511893122658284]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"b\",\"c\",\"a\",\"viewport_\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(166,61,'_sqi','0'),(167,62,'-finish','1'),(168,63,'_qi','1309Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4100000'),(169,63,'_matching_answer_grade',NULL),(170,63,'_matching_answer','0'),(171,63,'_response_hash','0de0ad96cf7878c0f2c00d4b7e88f031'),(172,63,'_gc','0'),(173,64,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[6],[0],[7],[0],[8]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(174,64,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(175,65,'-finish','1'),(176,66,'_qi','37973Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41000'),(177,66,'_matching_answer_grade',NULL),(178,66,'_matching_answer','0'),(179,66,'_response_hash','2bbabe2d7d3f118d21693659aa83e310'),(180,66,'_gc','0'),(181,67,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[2,1,1,1],[2.1,2.1,2.1,2.1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(182,67,'_sqi','0Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(183,68,'-finish','1'),(184,69,'_qi','24053label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410010'),(185,69,'_matching_answer_grade',NULL),(186,69,'_matching_answer','0'),(187,69,'_response_hash','772f051438a69080777d5ec076948b9a'),(188,69,'_gc','0'),(189,70,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,5,4,3,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(190,70,'_sqi','0label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(191,71,'-finish','1'),(192,72,'_qi','15093444]]>true]]>44true{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(193,73,'_sqi','0{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(194,74,'-finish','1'),(195,75,'_qi','516440]]>4]]>3]]>043{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(196,76,'answer',''),(197,76,'answerformat','1'),(198,76,'_sqi','0{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(199,77,'-finish','1'),(200,78,'_stemorder','58,61,60,62,59'),(201,78,'_choiceorder','60,62,59,61,58'),(202,78,'_qi','14'),(203,79,'sub0','0'),(204,79,'sub1','0'),(205,79,'sub2','0'),(206,79,'sub3','0'),(207,79,'sub4','0'),(208,79,'_sqi','0'),(209,80,'-finish','1'),(210,81,'_sub2_order','239,240'),(211,81,'_qi','5314742]]>-1]]>1]]>non-singular]]>7]]>-4]]>-3]]>-2]]>2]]>-1]]>singular]]>13]]>2-11non - singular7-4-3-22-1singular13'),(212,82,'sub1_answer',''),(213,82,'sub2_answer',''),(214,82,'_sqi','0'),(215,83,'-finish','1'),(216,84,'_order','245,243,244,242'),(217,84,'_qi','5650748]]>6]]>48]]>46]]>25]]>86484625{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(218,85,'answer','-1'),(219,85,'_sqi','0{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(220,86,'-finish','1'),(221,87,'_qi','64938m =n =]]>40000-4]]>-2]]>-2]]>3]]>4]]>-4]]>7]]>-3]]>-4-2-234-47-3'),(222,87,'_matching_answer_grade',NULL),(223,87,'_matching_answer','0'),(224,87,'_response_hash','cc360376877b687c44a80c488663ca90'),(225,87,'_gc','0'),(226,88,'answer','m =n ='),(227,88,'_sqi','0m =n =]]>{"symbols":["-","2","3","4","7","=","m","n"," "," "],"structure":["General","Fraction","Multiline"]}'),(228,89,'-finish','1'),(229,90,'_qi','48867A-1=]]>4004]]>4]]>7]]>3]]>14]]>716]]>-14]]>-316]]>44731/47/16-1/4-3/16'),(230,90,'_matching_answer_grade',NULL),(231,90,'_matching_answer','0'),(232,90,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(233,90,'_gc','0'),(234,91,'answer','A-1='),(235,91,'_sqi','0A-1=]]>'),(236,92,'-finish','1'),(237,93,'_qi','1410'),(238,93,'_matching_answer_grade',NULL),(239,93,'_matching_answer','0'),(240,93,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(241,93,'_gc','0'),(242,94,'answer',''),(243,94,'_sqi','0'),(244,95,'-finish','1'),(245,96,'_qi','50077410'),(246,96,'_matching_answer_grade',NULL),(247,96,'_matching_answer','0'),(248,96,'_response_hash','079aaedffee93abbfa52fc0c7b093e25'),(249,96,'_gc','0'),(250,97,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(251,97,'_sqi','0'),(252,98,'-finish','1'),(253,99,'_qi','14532Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4101111'),(254,99,'_matching_answer_grade',NULL),(255,99,'_matching_answer','0'),(256,99,'_response_hash','44a84633d66cb020334070a73bfbb6bd'),(257,99,'_gc','0'),(258,100,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(259,100,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(260,101,'-finish','1'),(261,102,'_qi','2692641000'),(262,102,'_matching_answer_grade',NULL),(263,102,'_matching_answer','0'),(264,102,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(265,102,'_gc','0'),(266,103,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(267,103,'_sqi','0'),(268,104,'-finish','1'),(269,105,'_qi','57759410000'),(270,105,'_matching_answer_grade',NULL),(271,105,'_matching_answer','0'),(272,105,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(273,105,'_gc','0'),(274,106,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(275,106,'_sqi','0'),(276,107,'-finish','1'),(277,108,'_qi','34651424]]>true]]>24true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(278,109,'answer','0'),(279,109,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(280,110,'-finish','1'),(281,111,'_sub1_order','72,73,74,75'),(282,111,'_sub2_order','76,79,78,77'),(283,111,'_sub3_order','80,81,82,83'),(284,111,'_sub4_order','85,84,87,86'),(285,111,'_sub5_order','88,89,90,91'),(286,111,'_sub6_order','94,92,95,93'),(287,111,'_qi','6197341]]>7]]>0]]>0]]>1700{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(288,112,'sub1_answer','0'),(289,112,'sub2_answer','0'),(290,112,'sub3_answer','0'),(291,112,'sub4_answer','1'),(292,112,'sub5_answer','0'),(293,112,'sub6_answer','1'),(294,112,'_sqi','0{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(295,113,'-finish','1'),(296,114,'_sub1_order','67,68,69,70'),(297,114,'_qi','5534124116]]>3]]>2]]>3]]>6323{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(298,114,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(299,114,'_sub2_c81e72_matching_answer','64'),(300,114,'_sub2_matching_answer','0'),(301,114,'_gc','0'),(302,115,'sub1_answer','0'),(303,115,'sub2_answer','2'),(304,115,'_sqi','02{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(305,116,'-finish','1'),(306,117,'_sub3_order','98,99'),(307,117,'_qi','170581241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(308,117,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(309,117,'_sub1_c4ca42_matching_answer','89'),(310,117,'_sub1_matching_answer','0'),(311,117,'_gc','0'),(312,117,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(313,117,'_sub2_c81e72_matching_answer','90'),(314,117,'_sub2_matching_answer','0'),(315,118,'sub1_answer','1'),(316,118,'sub2_answer','2'),(317,118,'sub3_answer','0'),(318,118,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(319,119,'-finish','1'),(320,120,'_qi','365603x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(321,120,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(322,120,'_sub1_7cd1d0_matching_answer','93'),(323,120,'_sub1_matching_answer','0'),(324,120,'_gc','0'),(325,121,'sub1_answer','3x+1'),(326,121,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(327,122,'-finish','1'),(328,123,'_sub3_order','107,108'),(329,123,'_qi','582391241111]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(330,123,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(331,123,'_sub1_c4ca42_matching_answer','98'),(332,123,'_sub1_matching_answer','0'),(333,123,'_gc','0'),(334,123,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(335,123,'_sub2_c81e72_matching_answer','99'),(336,123,'_sub2_matching_answer','0'),(337,124,'sub1_answer','1'),(338,124,'sub2_answer','2'),(339,124,'sub3_answer','0'),(340,124,'_sqi','012{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(341,125,'-finish','1'),(342,126,'_sub1_order','72,73,74,75'),(343,126,'_sub2_order','77,79,76,78'),(344,126,'_sub3_order','80,81,82,83'),(345,126,'_sub4_order','84,85,87,86'),(346,126,'_sub5_order','88,89,90,91'),(347,126,'_sub6_order','93,94,92,95'),(348,126,'_qi','1454249]]>8]]>7]]>9]]>9879{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(349,127,'sub1_answer','1'),(350,127,'sub2_answer','3'),(351,127,'sub3_answer','1'),(352,127,'sub4_answer','2'),(353,127,'sub5_answer','3'),(354,127,'sub6_answer','0'),(355,127,'_sqi','0{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(356,128,'-finish','1'),(357,129,'_sub1_order','67,68,69,70'),(358,129,'_qi','64906g4107]]>10]]>1]]>1]]>71011{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(359,129,'_sub2_response_hash','b2f5ff47436671b6e533d8dc3614845d'),(360,129,'_sub2_b2f5ff_matching_answer','0'),(361,129,'_sub2_matching_answer','0'),(362,129,'_gc','0'),(363,130,'sub1_answer','2'),(364,130,'sub2_answer','g'),(365,130,'_sqi','0g{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(366,131,'-finish','1'),(367,132,'_sub3_order','98,99'),(368,132,'_qi','259112141001]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(369,132,'_sub1_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(370,132,'_sub1_c81e72_matching_answer','0'),(371,132,'_sub1_matching_answer','0'),(372,132,'_gc','0'),(373,132,'_sub2_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(374,132,'_sub2_c4ca42_matching_answer','0'),(375,132,'_sub2_matching_answer','0'),(376,133,'sub1_answer','2'),(377,133,'sub2_answer','1'),(378,133,'sub3_answer','1'),(379,133,'_sqi','021{"symbols":["1","2"],"structure":["General","Fraction"]}'),(380,134,'-finish','1'),(381,135,'_qi','3843154103·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(382,135,'_sub1_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(383,135,'_sub1_e4da3b_matching_answer','0'),(384,135,'_sub1_matching_answer','0'),(385,135,'_gc','0'),(386,136,'sub1_answer','5'),(387,136,'_sqi','05{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(388,137,'-finish','1'),(389,138,'_sub3_order','107,108'),(390,138,'_qi','46764541001]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(391,138,'_sub1_response_hash','a87ff679a2f3e71d9181a67b7542122c'),(392,138,'_sub1_a87ff6_matching_answer','0'),(393,138,'_sub1_matching_answer','0'),(394,138,'_gc','0'),(395,138,'_sub2_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(396,138,'_sub2_e4da3b_matching_answer','0'),(397,138,'_sub2_matching_answer','0'),(398,139,'sub1_answer','4'),(399,139,'sub2_answer','5'),(400,139,'sub3_answer','0'),(401,139,'_sqi','045{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(402,140,'-finish','1'),(403,141,'_sub1_order','72,73,74,75'),(404,141,'_sub2_order','76,78,79,77'),(405,141,'_sub3_order','80,81,82,83'),(406,141,'_sub4_order','84,85,86,87'),(407,141,'_sub5_order','88,89,90,91'),(408,141,'_sub6_order','95,92,94,93'),(409,141,'_qi','451448]]>1]]>3]]>8]]>8138{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(410,142,'sub1_answer','0'),(411,142,'sub2_answer','2'),(412,142,'sub3_answer','2'),(413,142,'sub4_answer','1'),(414,142,'sub5_answer','0'),(415,142,'sub6_answer','0'),(416,142,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(417,143,'-finish','1'),(418,144,'_sub1_order','67,68,69,70'),(419,144,'_qi','16270j4106]]>4]]>10]]>0]]>64100{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(420,144,'_sub2_response_hash','363b122c528f54df4a0446b6bab05515'),(421,144,'_sub2_363b12_matching_answer','0'),(422,144,'_sub2_matching_answer','0'),(423,144,'_gc','0'),(424,145,'sub1_answer','1'),(425,145,'sub2_answer','j'),(426,145,'_sqi','0j{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(427,146,'-finish','1'),(428,147,'_sub3_order','98,99'),(429,147,'_qi','506421241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(430,147,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(431,147,'_sub1_c4ca42_matching_answer','89'),(432,147,'_sub1_matching_answer','0'),(433,147,'_gc','0'),(434,147,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(435,147,'_sub2_c81e72_matching_answer','90'),(436,147,'_sub2_matching_answer','0'),(437,148,'sub1_answer','1'),(438,148,'sub2_answer','2'),(439,148,'sub3_answer','0'),(440,148,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(441,149,'-finish','1'),(442,150,'_qi','206693x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(443,150,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(444,150,'_sub1_7cd1d0_matching_answer','93'),(445,150,'_sub1_matching_answer','0'),(446,150,'_gc','0'),(447,151,'sub1_answer','3x+1'),(448,151,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(449,152,'-finish','1'),(450,153,'_sub3_order','107,108'),(451,153,'_qi','410161241111]]>2]]>6]]>126{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(452,153,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(453,153,'_sub1_c4ca42_matching_answer','98'),(454,153,'_sub1_matching_answer','0'),(455,153,'_gc','0'),(456,153,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(457,153,'_sub2_c81e72_matching_answer','99'),(458,153,'_sub2_matching_answer','0'),(459,154,'sub1_answer','1'),(460,154,'sub2_answer','2'),(461,154,'sub3_answer','0'),(462,154,'_sqi','012{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(463,155,'-finish','1'),(464,156,'_qi','285844'),(465,157,'answer','

ytw3e5

'),(466,157,'answerformat','1'),(467,157,'_sqi','0'),(468,158,'-finish','1'),(469,159,'-comment',''),(470,159,'-commentformat','1'),(471,159,'-mark','1'),(472,159,'-maxmark','1'),(473,160,'_qi','624004'),(474,161,'answer','

ye45r3

'),(475,161,'answerformat','1'),(476,161,'_sqi','0'),(477,162,'-finish','1'),(478,163,'-comment',''),(479,163,'-commentformat','1'),(480,163,'-mark','1'),(481,163,'-maxmark','1'),(482,164,'_qi','73304'),(483,165,'answer',''),(484,165,'answerformat','1'),(485,165,'_sqi','0'),(486,165,'auxiliar_text','

ewrqat

'),(487,166,'-finish','1'),(488,167,'-comment',''),(489,167,'-commentformat','1'),(490,167,'-mark','1'),(491,167,'-maxmark','1'),(492,168,'_qi','384264'),(493,169,'answer',''),(494,169,'answerformat','2'),(495,169,'_sqi','0'),(496,170,'-finish','1'),(497,171,'-comment',''),(498,171,'-commentformat','1'),(499,171,'-mark','1'),(500,171,'-maxmark','1'),(501,172,'_qi','461354'),(502,173,'answer',''),(503,173,'answerformat','2'),(504,173,'_sqi','0'),(505,174,'-finish','1'),(506,175,'-comment',''),(507,175,'-commentformat','1'),(508,175,'-mark','1'),(509,175,'-maxmark','1'),(510,176,'_qi','179744_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>4]]>6]]>9]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce196660469'),(511,177,'answer','

469

'),(512,177,'answerformat','1'),(513,177,'_sqi','0'),(514,178,'-finish','1'),(515,179,'-comment',''),(516,179,'-commentformat','1'),(517,179,'-mark','1'),(518,179,'-maxmark','1'),(519,180,'_qi','14'),(520,181,'answer',''),(521,181,'answerformat','1'),(522,181,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(523,181,'_sqi','0'),(524,182,'-finish','1'),(525,183,'-comment',''),(526,183,'-commentformat','1'),(527,183,'-mark','1'),(528,183,'-maxmark','1'),(529,184,'_qi','14'),(530,185,'answer',''),(531,185,'answerformat','1'),(532,185,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(533,185,'_sqi','0'),(534,186,'-finish','1'),(535,187,'-comment',''),(536,187,'-commentformat','1'),(537,187,'-mark','1'),(538,187,'-maxmark','1'),(539,188,'_qi','14'),(540,189,'answer',''),(541,189,'answerformat','1'),(542,189,'attachments','09108d8c1d030a2baf423c08832c1684'),(543,189,'_sqi','0'),(544,190,'-finish','1'),(545,191,'-comment',''),(546,191,'-commentformat','1'),(547,191,'-mark','1'),(548,191,'-maxmark','1'),(549,192,'_qi','14'),(550,193,'answer',''),(551,193,'answerformat','1'),(552,193,'attachments','12c85e59613b7de618233faff91e5edd'),(553,193,'_sqi','0'),(554,194,'-finish','1'),(555,195,'-comment',''),(556,195,'-commentformat','1'),(557,195,'-mark','1'),(558,195,'-maxmark','1'),(559,196,'_qi','192244'),(560,197,'answer',''),(561,197,'answerformat','1'),(562,197,'_sqi','0'),(563,198,'-finish','1'),(564,199,'_qi','178534'),(565,200,'answer',''),(566,200,'answerformat','1'),(567,200,'_sqi','0'),(568,201,'-finish','1'),(569,202,'_qi','274334'),(570,203,'answer',''),(571,203,'answerformat','1'),(572,203,'_sqi','0'),(573,203,'auxiliar_text',''),(574,204,'-finish','1'),(575,205,'_qi','546534'),(576,206,'answer',''),(577,206,'answerformat','2'),(578,206,'_sqi','0'),(579,207,'-finish','1'),(580,208,'_qi','574564'),(581,209,'answer',''),(582,209,'answerformat','2'),(583,209,'_sqi','0'),(584,210,'-finish','1'),(585,211,'_qi','102084_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>3]]>5]]>10]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce1966603510'),(586,212,'answer',''),(587,212,'answerformat','1'),(588,212,'_sqi','0'),(589,213,'-finish','1'),(590,214,'_qi','14'),(591,215,'answer',''),(592,215,'answerformat','1'),(593,215,'attachments',''),(594,215,'_sqi','0'),(595,216,'-finish','1'),(596,217,'_qi','14'),(597,218,'answer',''),(598,218,'answerformat','1'),(599,218,'attachments',''),(600,218,'_sqi','0'),(601,219,'-finish','1'),(602,220,'_qi','14'),(603,221,'answer',''),(604,221,'answerformat','1'),(605,221,'attachments',''),(606,221,'_sqi','0'),(607,222,'-finish','1'),(608,223,'_qi','14'),(609,224,'answer',''),(610,224,'answerformat','1'),(611,224,'attachments',''),(612,224,'_sqi','0'),(613,225,'-finish','1'),(614,226,'_stemorder','47,48,46'),(615,226,'_choiceorder','47,48,46'),(616,226,'_qi','3092742]]>3]]>5]]>235{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(617,227,'sub0','1'),(618,227,'sub1','2'),(619,227,'sub2','3'),(620,227,'_sqi','0{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(621,228,'-finish','1'),(622,229,'_stemorder','3,2,1'),(623,229,'_choiceorder','2,1,3'),(624,229,'_qi','577947]]>5]]>0]]>750{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(625,230,'sub0','3'),(626,230,'sub1','1'),(627,230,'sub2','2'),(628,230,'_sqi','0{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(629,231,'-finish','1'),(630,232,'_stemorder','10,12,11'),(631,232,'_choiceorder','10,11,12'),(632,232,'_qi','5824847]]>3]]>3]]>733{"symbols":["3","7"],"structure":["General","Fraction"]}'),(633,233,'sub0','1'),(634,233,'sub1','2'),(635,233,'sub2','3'),(636,233,'_sqi','0{"symbols":["3","7"],"structure":["General","Fraction"]}'),(637,234,'-finish','1'),(638,235,'_stemorder','33,28,32,30,31,29'),(639,235,'_choiceorder','33,30,29,32,31,28'),(640,235,'_qi','36649410]]>3]]>1]]>30]]>3]]>10]]>103130310{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(641,236,'sub0','1'),(642,236,'sub1','6'),(643,236,'sub2','3'),(644,236,'sub3','2'),(645,236,'sub4','5'),(646,236,'sub5','4'),(647,236,'_sqi','0{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(648,237,'-finish','1'),(649,238,'_stemorder','21,20,19'),(650,238,'_choiceorder','21,20,19'),(651,238,'_qi','5890043]]>1]]>8]]>318{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(652,239,'sub0','1'),(653,239,'sub1','2'),(654,239,'sub2','3'),(655,239,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(656,239,'auxiliar_text',''),(657,240,'-finish','1'),(658,241,'_stemorder','46,48,47'),(659,241,'_choiceorder','46,47,48'),(660,241,'_qi','3511343]]>7]]>1]]>371{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(661,242,'sub0','1'),(662,242,'sub1','3'),(663,242,'sub2','2'),(664,242,'_sqi','0{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(665,243,'-finish','1'),(666,244,'_stemorder','3,2,1'),(667,244,'_choiceorder','3,1,2'),(668,244,'_qi','26095410]]>8]]>0]]>1080{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(669,245,'sub0','1'),(670,245,'sub1','3'),(671,245,'sub2','2'),(672,245,'_sqi','0{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(673,246,'-finish','1'),(674,247,'_stemorder','12,10,11'),(675,247,'_choiceorder','11,10,12'),(676,247,'_qi','2561542]]>2]]>4]]>224{"symbols":["2","4"],"structure":["General","Fraction"]}'),(677,248,'sub0','3'),(678,248,'sub1','1'),(679,248,'sub2','2'),(680,248,'_sqi','0{"symbols":["2","4"],"structure":["General","Fraction"]}'),(681,249,'-finish','1'),(682,250,'_stemorder','33,30,31,29,32,28'),(683,250,'_choiceorder','28,29,32,33,30,31'),(684,250,'_qi','1844349]]>6]]>0]]>54]]>0]]>0]]>9605400{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(685,251,'sub0','4'),(686,251,'sub1','3'),(687,251,'sub2','6'),(688,251,'sub3','2'),(689,251,'sub4','5'),(690,251,'sub5','1'),(691,251,'_sqi','0{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(692,252,'-finish','1'),(693,253,'_stemorder','20,19,21'),(694,253,'_choiceorder','20,21,19'),(695,253,'_qi','6387240]]>5]]>4]]>054{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(696,254,'sub0','1'),(697,254,'sub1','3'),(698,254,'sub2','2'),(699,254,'_sqi','0{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(700,254,'auxiliar_text',''),(701,255,'-finish','1'),(702,256,'_stemorder','48,47,46'),(703,256,'_choiceorder','48,47,46'),(704,256,'_qi','425947]]>3]]>0]]>730{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(705,257,'sub0','1'),(706,257,'sub1','2'),(707,257,'sub2','2'),(708,257,'_sqi','0{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(709,258,'-finish','1'),(710,259,'_stemorder','3,1,2'),(711,259,'_choiceorder','3,1,2'),(712,259,'_qi','3334047]]>4]]>3]]>743{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(713,260,'sub0','1'),(714,260,'sub1','1'),(715,260,'sub2','1'),(716,260,'_sqi','0{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(717,261,'-finish','1'),(718,262,'_stemorder','10,12,11'),(719,262,'_choiceorder','12,11,10'),(720,262,'_qi','3274343]]>10]]>9]]>3109{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(721,263,'sub0','1'),(722,263,'sub1','1'),(723,263,'sub2','1'),(724,263,'_sqi','0{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(725,264,'-finish','1'),(726,265,'_stemorder','33,30,28,31,29,32'),(727,265,'_choiceorder','33,32,31,28,30,29'),(728,265,'_qi','1372046]]>5]]>0]]>30]]>0]]>0]]>6503000{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(729,266,'sub0','1'),(730,266,'sub1','1'),(731,266,'sub2','1'),(732,266,'sub3','1'),(733,266,'sub4','1'),(734,266,'sub5','1'),(735,266,'_sqi','0{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(736,267,'-finish','1'),(737,268,'_stemorder','19,20,21'),(738,268,'_choiceorder','20,21,19'),(739,268,'_qi','5570342]]>1]]>2]]>212{"symbols":["1","2"],"structure":["General","Fraction"]}'),(740,269,'sub0','1'),(741,269,'sub1','1'),(742,269,'sub2','1'),(743,269,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(744,269,'auxiliar_text',''),(745,270,'sub0','1'),(746,270,'sub1','1'),(747,270,'sub2','1'),(748,270,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(749,270,'auxiliar_text',''),(750,271,'-finish','1'),(751,272,'_stemorder','51,50,49'),(752,272,'_choiceorder','49,50,51'),(753,272,'_qi','399604155]]>155]]>151]]>155155151{"symbols":["1","5"],"structure":["General","Fraction"]}'),(754,273,'sub0','1'),(755,273,'sub1','3'),(756,273,'sub2','2'),(757,273,'_sqi','0{"symbols":["1","5"],"structure":["General","Fraction"]}'),(758,274,'-finish','1'),(759,275,'_stemorder','6,4,5'),(760,275,'_choiceorder','4,5,6'),(761,275,'_qi','531434194]]>36]]>147]]>19436147{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(762,276,'sub0','3'),(763,276,'sub1','1'),(764,276,'sub2','2'),(765,276,'_sqi','0{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(766,277,'-finish','1'),(767,278,'_stemorder','15,14,13'),(768,278,'_choiceorder','14,13,15'),(769,278,'_qi','474384187]]>136]]>77]]>18713677{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(770,279,'sub0','3'),(771,279,'sub1','1'),(772,279,'sub2','2'),(773,279,'_sqi','0{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(774,280,'-finish','1'),(775,281,'_stemorder','36,34,39,35,37,38'),(776,281,'_choiceorder','35,39,36,37,38,34'),(777,281,'_qi','323094323]]>129]]>108]]>41667]]>13932]]>34884]]>323129108416671393234884{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(778,282,'sub0','3'),(779,282,'sub1','6'),(780,282,'sub2','2'),(781,282,'sub3','1'),(782,282,'sub4','4'),(783,282,'sub5','5'),(784,282,'_sqi','0{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(785,283,'-finish','1'),(786,284,'_stemorder','22,24,23'),(787,284,'_choiceorder','23,22,24'),(788,284,'_qi','377964174]]>180]]>92]]>17418092{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(789,285,'sub0','2'),(790,285,'sub1','3'),(791,285,'sub2','1'),(792,285,'_sqi','0{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(793,285,'auxiliar_text',''),(794,286,'-finish','1'),(795,287,'_stemorder','53,52,54'),(796,287,'_choiceorder','53,54,52'),(797,287,'_qi','649484169]]>28]]>39]]>1692839{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(798,288,'sub0','0'),(799,288,'sub1','0'),(800,288,'sub2','0'),(801,288,'_sqi','0{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(802,289,'-finish','1'),(803,290,'_stemorder','7,8,9'),(804,290,'_choiceorder','7,8,9'),(805,290,'_qi','50500455]]>102]]>96]]>5510296{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(806,291,'sub0','0'),(807,291,'sub1','0'),(808,291,'sub2','0'),(809,291,'_sqi','0{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(810,292,'-finish','1'),(811,293,'_stemorder','16,18,17'),(812,293,'_choiceorder','17,18,16'),(813,293,'_qi','12569422]]>170]]>96]]>2217096{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(814,294,'sub0','0'),(815,294,'sub1','0'),(816,294,'sub2','0'),(817,294,'_sqi','0{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(818,295,'-finish','1'),(819,296,'_stemorder','43,41,42,40,45,44'),(820,296,'_choiceorder','40,43,41,44,45,42'),(821,296,'_qi','381444619]]>87]]>169]]>53853]]>14703]]>104611]]>619871695385314703104611{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(822,297,'sub0','0'),(823,297,'sub1','0'),(824,297,'sub2','0'),(825,297,'sub3','0'),(826,297,'sub4','0'),(827,297,'sub5','0'),(828,297,'_sqi','0{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(829,298,'-finish','1'),(830,299,'_stemorder','25,27,26'),(831,299,'_choiceorder','25,27,26'),(832,299,'_qi','35524156]]>83]]>183]]>15683183{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(833,300,'sub0','0'),(834,300,'sub1','0'),(835,300,'sub2','0'),(836,300,'_sqi','0{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(837,300,'auxiliar_text',''),(838,301,'-finish','1'),(839,302,'_stemorder','54,53,52'),(840,302,'_choiceorder','54,52,53'),(841,302,'_qi','45242488]]>152]]>71]]>8815271{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(842,303,'sub0','1'),(843,303,'sub1','3'),(844,303,'sub2','2'),(845,303,'_sqi','0{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(846,304,'-finish','1'),(847,305,'_stemorder','8,7,9'),(848,305,'_choiceorder','7,8,9'),(849,305,'_qi','293434138]]>34]]>195]]>13834195{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(850,306,'sub0','2'),(851,306,'sub1','1'),(852,306,'sub2','3'),(853,306,'_sqi','0{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(854,307,'-finish','1'),(855,308,'_stemorder','18,16,17'),(856,308,'_choiceorder','17,16,18'),(857,308,'_qi','2172477]]>124]]>30]]>7712430{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(858,309,'sub0','3'),(859,309,'sub1','2'),(860,309,'sub2','1'),(861,309,'_sqi','0{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(862,310,'-finish','1'),(863,311,'_stemorder','42,45,43,44,40,41'),(864,311,'_choiceorder','40,45,44,42,43,41'),(865,311,'_qi','103434278]]>5]]>112]]>1390]]>560]]>31136]]>2785112139056031136{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(866,312,'sub0','4'),(867,312,'sub1','2'),(868,312,'sub2','5'),(869,312,'sub3','3'),(870,312,'sub4','1'),(871,312,'sub5','6'),(872,312,'_sqi','0{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(873,313,'-finish','1'),(874,314,'_stemorder','26,25,27'),(875,314,'_choiceorder','25,26,27'),(876,314,'_qi','60145495]]>161]]>106]]>95161106{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(877,315,'sub0','2'),(878,315,'sub1','1'),(879,315,'sub2','3'),(880,315,'_sqi','0{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(881,315,'auxiliar_text',''),(882,316,'-finish','1'),(883,317,'_order','144,146,145,143'),(884,317,'_qi','616984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(885,318,'answer','1'),(886,318,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(887,319,'-finish','1'),(888,320,'_order','152,154,153,151'),(889,320,'_qi','396984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(890,321,'answer','0'),(891,321,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(892,322,'-finish','1'),(893,323,'_order','164,165,163,166'),(894,323,'_qi','532104sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(895,324,'answer','2'),(896,324,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(897,324,'auxiliar_text',''),(898,325,'-finish','1'),(899,326,'_order','171,172,174,173,176,175,177'),(900,326,'_qi','350134sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(901,327,'answer','6'),(902,327,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(903,328,'-finish','1'),(904,329,'_order','186,188,185,187'),(905,329,'_qi','276994sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(906,330,'answer','3'),(907,330,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(908,331,'-finish','1'),(909,332,'_order','146,143,145,144'),(910,332,'_qi','139844sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(911,333,'answer','-1'),(912,333,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(913,334,'-finish','1'),(914,335,'_order','153,152,151,154'),(915,335,'_qi','621814sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(916,336,'answer','-1'),(917,336,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(918,337,'-finish','1'),(919,338,'_order','165,164,166,163'),(920,338,'_qi','497554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(921,339,'answer','-1'),(922,339,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(923,339,'auxiliar_text',''),(924,340,'-finish','1'),(925,341,'_order','173,171,174,172,176,177,175'),(926,341,'_qi','429924sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(927,342,'answer','-1'),(928,342,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(929,343,'-finish','1'),(930,344,'_order','188,187,185,186'),(931,344,'_qi','41034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(932,345,'answer','-1'),(933,345,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(934,346,'-finish','1'),(935,347,'_order','147,149,148,150'),(936,347,'_qi','437874sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(937,348,'answer','3'),(938,348,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(939,349,'-finish','1'),(940,350,'_order','159,162,160,161'),(941,350,'_qi','345714sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(942,351,'answer','1'),(943,351,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(944,352,'-finish','1'),(945,353,'_order','170,167,168,169'),(946,353,'_qi','136034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(947,354,'answer','0'),(948,354,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(949,354,'auxiliar_text',''),(950,355,'-finish','1'),(951,356,'_order','182,183,181,179,178,180,184'),(952,356,'_qi','148554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(953,357,'answer','2'),(954,357,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(955,358,'-finish','1'),(956,359,'_order','189,192,190,191'),(957,359,'_qi','423234sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(958,360,'answer','1'),(959,360,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(960,361,'-finish','1'),(961,362,'_qi','1x+1]]>4110'),(962,362,'_matching_answer_grade',NULL),(963,362,'_matching_answer_wq','0'),(964,362,'_matching_answer','5'),(965,362,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(966,362,'_gc','0'),(967,363,'answer','x+1'),(968,363,'_sqi','0x+1]]>'),(969,364,'-finish','1'),(970,365,'_qi','1x+1411'),(971,365,'_matching_answer_grade',NULL),(972,365,'_matching_answer_wq','0'),(973,365,'_matching_answer','7'),(974,365,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(975,365,'_gc','0'),(976,366,'answer','x+1'),(977,366,'_sqi','0x+1'),(978,367,'-finish','1'),(979,368,'_qi','1x+1411'),(980,368,'_matching_answer_grade',NULL),(981,368,'_matching_answer_wq','0'),(982,368,'_matching_answer','9'),(983,368,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(984,368,'_gc','0'),(985,369,'answer','x+1'),(986,369,'_sqi','0x+1'),(987,370,'-finish','1'),(988,371,'_qi','1x+1]]>411'),(989,371,'_matching_answer_grade',NULL),(990,371,'_matching_answer_wq','0'),(991,371,'_matching_answer','11'),(992,371,'_response_hash','f01ab95a5ce189e069f442a773063b74'),(993,371,'_gc','0'),(994,372,'answer','x+1'),(995,372,'_sqi','0x+1]]>'),(996,373,'-finish','1'),(997,374,'_qi','1x+1]]>4110'),(998,374,'_matching_answer_grade',NULL),(999,374,'_matching_answer_wq','0'),(1000,374,'_matching_answer','14'),(1001,374,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1002,374,'_gc','0'),(1003,375,'answer','x+1'),(1004,375,'_sqi','0x+1]]>'),(1005,376,'-finish','1'),(1006,377,'_qi','124]]>411'),(1007,377,'_matching_answer_grade',NULL),(1008,377,'_matching_answer_wq','0'),(1009,377,'_matching_answer','18'),(1010,377,'_response_hash','e86c69ca13fc9efd66e7b2ca8703c543'),(1011,377,'_gc','0'),(1012,378,'answer','24'),(1013,378,'_sqi','024]]>'),(1014,379,'-finish','1'),(1015,380,'_qi','1x+1]]>41'),(1016,380,'_matching_answer_grade',NULL),(1017,380,'_matching_answer_wq','0'),(1018,380,'_matching_answer','20'),(1019,380,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1020,380,'_gc','0'),(1021,381,'answer','x+1'),(1022,381,'_sqi','0x+1]]>'),(1023,382,'-finish','1'),(1024,383,'_qi','4439774117]]>7{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1025,383,'_matching_answer_grade',NULL),(1026,383,'_matching_answer_wq','0'),(1027,383,'_matching_answer','22'),(1028,383,'_response_hash','8f14e45fceea167a5a36dedd4bea2543'),(1029,383,'_gc','0'),(1030,384,'answer','7'),(1031,384,'_sqi','07{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1032,385,'-finish','1'),(1033,386,'_qi','1411111'),(1034,386,'_matching_answer_grade',NULL),(1035,386,'_matching_answer_wq','0'),(1036,386,'_matching_answer','28'),(1037,386,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1038,386,'_gc','0'),(1039,387,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1040,387,'_sqi','0'),(1041,388,'-finish','1'),(1042,389,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1043,389,'_matching_answer_grade',NULL),(1044,389,'_matching_answer_wq','0'),(1045,389,'_matching_answer','24'),(1046,389,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1047,389,'_gc','0'),(1048,390,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1049,390,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1050,391,'-finish','1'),(1051,392,'_qi','1label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(1052,392,'_matching_answer_grade',NULL),(1053,392,'_matching_answer_wq','0'),(1054,392,'_matching_answer','26'),(1055,392,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1056,392,'_gc','0'),(1057,393,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1058,393,'_sqi','0label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1059,394,'-finish','1'),(1060,395,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1061,395,'_matching_answer_grade',NULL),(1062,395,'_matching_answer_wq','0'),(1063,395,'_matching_answer','233'),(1064,395,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1065,395,'_gc','0'),(1066,396,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1067,396,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1068,397,'-finish','1'),(1069,398,'_qi','1]]>4000'),(1070,398,'_matching_answer_grade',NULL),(1071,398,'_matching_answer','0'),(1072,398,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1073,398,'_gc','0'),(1074,399,'answer',''),(1075,399,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1076,400,'-finish','1'),(1077,401,'_qi','14'),(1078,402,'-finish','1'),(1079,403,'_qi','14'),(1080,404,'-finish','1'),(1081,405,'_qi','14'),(1082,406,'-finish','1'),(1083,407,'_qi','14'),(1084,408,'-finish','1'),(1085,409,'_qi','14'),(1086,410,'-finish','1'),(1087,411,'_qi','14'),(1088,412,'-finish','1'),(1089,413,'_qi','138314<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1090,414,'-finish','1'),(1091,415,'_qi','14'),(1092,416,'-finish','1'),(1093,417,'_qi','14'),(1094,418,'-finish','1'),(1095,419,'_qi','14'),(1096,420,'-finish','1'),(1097,421,'_qi','14'),(1098,422,'-finish','1'),(1099,423,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1100,423,'_matching_answer_grade',NULL),(1101,423,'_matching_answer_wq','1'),(1102,423,'_matching_answer','6'),(1103,423,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1104,423,'_gc','0'),(1105,424,'answer','x-1'),(1106,424,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1107,425,'-finish','1'),(1108,426,'_qi','1x-1410'),(1109,426,'_matching_answer_grade',NULL),(1110,426,'_matching_answer','0'),(1111,426,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1112,426,'_gc','0'),(1113,427,'answer','x-1'),(1114,427,'_sqi','0x-1'),(1115,428,'-finish','1'),(1116,429,'_qi','1x-1410'),(1117,429,'_matching_answer_grade',NULL),(1118,429,'_matching_answer','0'),(1119,429,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1120,429,'_gc','0'),(1121,430,'answer','x-1'),(1122,430,'_sqi','0x-1'),(1123,431,'-finish','1'),(1124,432,'_qi','1<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>410'),(1125,432,'_matching_answer_grade',NULL),(1126,432,'_matching_answer','0'),(1127,432,'_response_hash','6ded3c6fae36bb38feebe6da719033bb'),(1128,432,'_gc','0'),(1129,433,'answer','x-1'),(1130,433,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>'),(1131,434,'-finish','1'),(1132,435,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1133,435,'_matching_answer_grade','1'),(1134,435,'_matching_answer_wq','1'),(1135,435,'_matching_answer','15'),(1136,435,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1137,435,'_gc','0'),(1138,436,'answer','x-1'),(1139,436,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1140,437,'-finish','1'),(1141,438,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>411'),(1142,438,'_matching_answer_grade',NULL),(1143,438,'_matching_answer_wq','0'),(1144,438,'_matching_answer','18'),(1145,438,'_response_hash','b33a966a245c149efbf5869fd9ffd8ed'),(1146,438,'_gc','0'),(1147,439,'answer','12'),(1148,439,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>'),(1149,440,'-finish','1'),(1150,441,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>41'),(1151,441,'_matching_answer_grade',NULL),(1152,441,'_matching_answer_wq','0'),(1153,441,'_matching_answer','20'),(1154,441,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1155,441,'_gc','0'),(1156,442,'answer','x-1'),(1157,442,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1158,443,'-finish','1'),(1159,444,'_qi','321610411<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1160,444,'_matching_answer_grade',NULL),(1161,444,'_matching_answer_wq','0'),(1162,444,'_matching_answer','22'),(1163,444,'_response_hash','d3d9446802a44259755d38e6d163e820'),(1164,444,'_gc','0'),(1165,445,'answer','10'),(1166,445,'_sqi','010{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1167,446,'-finish','1'),(1168,447,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1169,447,'_matching_answer_grade',NULL),(1170,447,'_matching_answer_wq','0'),(1171,447,'_matching_answer','28'),(1172,447,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1173,447,'_gc','0'),(1174,448,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1175,448,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1176,449,'-finish','1'),(1177,450,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1178,450,'_matching_answer_grade',NULL),(1179,450,'_matching_answer_wq','0'),(1180,450,'_matching_answer','24'),(1181,450,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1182,450,'_gc','0'),(1183,451,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1184,451,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1185,452,'-finish','1'),(1186,453,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1187,453,'_matching_answer_grade',NULL),(1188,453,'_matching_answer_wq','0'),(1189,453,'_matching_answer','26'),(1190,453,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1191,453,'_gc','0'),(1192,454,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1193,454,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1194,455,'-finish','1'),(1195,456,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1196,456,'_matching_answer_grade',NULL),(1197,456,'_matching_answer_wq','0'),(1198,456,'_matching_answer','233'),(1199,456,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1200,456,'_gc','0'),(1201,457,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1202,457,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1203,458,'-finish','1'),(1204,459,'_qi','553394<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>4</mn></mrow></math>false4{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1205,460,'answer','0'),(1206,460,'_sqi','0{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1207,461,'-finish','1'),(1208,462,'_qi','56834<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1209,463,'answer','0'),(1210,463,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1211,464,'-finish','1'),(1212,465,'_qi','538874<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1213,466,'answer','0'),(1214,466,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1215,467,'-finish','1'),(1216,468,'_qi','347764'),(1217,469,'answer','1'),(1218,469,'_sqi','0'),(1219,469,'auxiliar_text',''),(1220,470,'-finish','1'),(1221,471,'_qi','363854<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>8</mn></mrow></math>false8{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1222,472,'answer','0'),(1223,472,'_sqi','0{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1224,473,'-finish','1'),(1225,474,'_qi','271744<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1226,475,'answer','0'),(1227,475,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1228,476,'-finish','1'),(1229,477,'_qi','566694<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>3</mn></mrow></math>true3{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1230,478,'answer','1'),(1231,478,'_sqi','0{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1232,479,'-finish','1'),(1233,480,'_qi','572424'),(1234,481,'answer','1'),(1235,481,'_sqi','0'),(1236,481,'auxiliar_text',''),(1237,482,'-finish','1'),(1238,483,'_qi','378284<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1239,484,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1240,485,'-finish','1'),(1241,486,'_qi','102194<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>10</mn></mrow></math>false10{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1242,487,'_sqi','0{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1243,488,'-finish','1'),(1244,489,'_qi','296574<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1245,490,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1246,491,'-finish','1'),(1247,492,'_qi','429794'),(1248,493,'answer','1'),(1249,493,'_sqi','0'),(1250,493,'auxiliar_text',''),(1251,494,'-finish','1'),(1252,495,'_qi','89814<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1253,496,'answer','1'),(1254,496,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1255,497,'-finish','1'),(1256,498,'_qi','324944<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1257,499,'answer','1'),(1258,499,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1259,500,'-finish','1'),(1260,501,'_qi','369894<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>1</mn></mrow></math>false1{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1261,502,'answer','1'),(1262,502,'_sqi','0{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1263,503,'-finish','1'),(1264,504,'_qi','145494'),(1265,505,'answer','1'),(1266,505,'_sqi','0'),(1267,505,'auxiliar_text',''),(1268,506,'-finish','1'),(1269,507,'_qi','636274<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>2</mn></mrow></math>true2{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1270,508,'_sqi','0{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1271,509,'-finish','1'),(1272,510,'_qi','233504<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>9</mn></mrow></math>false9{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1273,511,'_sqi','0{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1274,512,'-finish','1'),(1275,513,'_qi','139974<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>7</mn></mrow></math>true7{"symbols":["7","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1276,514,'-finish','1'),(1277,515,'_qi','629474'),(1278,516,'-finish','1'); +/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `m_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `m_quesattestep_que_ix` (`questionattemptid`), + KEY `m_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=517 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- + +LOCK TABLES `m_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; +INSERT INTO `m_question_attempt_steps` VALUES (1,1,0,'todo',NULL,1733231846,4),(2,1,1,'complete',NULL,1733231871,4),(3,1,2,'needsgrading',NULL,1733232336,4),(4,1,3,'mangrright',1.0000000,1736238892,2),(5,2,0,'todo',NULL,1733231846,4),(6,2,1,'complete',NULL,1733231917,4),(7,2,2,'gradedright',1.0000000,1733232336,4),(8,3,0,'todo',NULL,1733231846,4),(9,3,1,'complete',NULL,1733232057,4),(10,3,2,'gradedright',1.0000000,1733232336,4),(11,4,0,'todo',NULL,1733231846,4),(12,4,1,'complete',NULL,1733232069,4),(13,4,2,'gradedright',1.0000000,1733232336,4),(14,5,0,'todo',NULL,1733231846,4),(15,5,1,'complete',NULL,1733232185,4),(16,5,2,'gradedwrong',0.0000000,1733232336,4),(17,5,3,'mangrright',1.0000000,1736238709,2),(18,6,0,'todo',NULL,1733231846,4),(19,6,1,'complete',NULL,1733232240,4),(20,6,2,'gradedright',1.0000000,1733232336,4),(21,7,0,'todo',NULL,1733231846,4),(22,7,1,'complete',NULL,1733232249,4),(23,7,2,'gradedright',1.0000000,1733232336,4),(24,8,0,'todo',NULL,1733231846,4),(25,8,1,'complete',NULL,1733232256,4),(26,8,2,'gradedright',1.0000000,1733232336,4),(27,9,0,'todo',NULL,1733231846,4),(28,9,1,'complete',NULL,1733232265,4),(29,9,2,'gradedright',1.0000000,1733232336,4),(30,10,0,'todo',NULL,1733231846,4),(31,10,1,'complete',NULL,1733232284,4),(32,10,2,'gradedright',1.0000000,1733232336,4),(33,11,0,'todo',NULL,1733231846,4),(34,11,1,'complete',NULL,1733232319,4),(35,11,2,'gradedright',1.0000000,1733232336,4),(36,12,0,'todo',NULL,1733231846,4),(37,12,1,'complete',NULL,1733232333,4),(38,12,2,'gradedright',1.0000000,1733232336,4),(39,13,0,'todo',NULL,1733232368,4),(40,13,1,'complete',NULL,1733232374,4),(41,13,2,'needsgrading',NULL,1733232537,4),(42,14,0,'todo',NULL,1733232368,4),(43,14,1,'complete',NULL,1733232399,4),(44,14,2,'gradedpartial',0.8000000,1733232537,4),(45,15,0,'todo',NULL,1733232368,4),(46,15,1,'complete',NULL,1733232408,4),(47,15,2,'gradedright',1.0000000,1733232537,4),(48,16,0,'todo',NULL,1733232368,4),(49,16,1,'complete',NULL,1733232415,4),(50,16,2,'gradedright',1.0000000,1733232537,4),(51,17,0,'todo',NULL,1733232368,4),(52,17,1,'complete',NULL,1733232493,4),(53,17,2,'gradedright',1.0000000,1733232537,4),(54,18,0,'todo',NULL,1733232368,4),(55,18,1,'complete',NULL,1733232498,4),(56,18,2,'gradedwrong',0.0000000,1733232537,4),(57,19,0,'todo',NULL,1733232368,4),(58,19,1,'complete',NULL,1733232503,4),(59,19,2,'gradedwrong',0.0000000,1733232537,4),(60,20,0,'todo',NULL,1733232368,4),(61,20,1,'complete',NULL,1733232508,4),(62,20,2,'gradedwrong',0.0000000,1733232537,4),(63,21,0,'todo',NULL,1733232368,4),(64,21,1,'complete',NULL,1733232517,4),(65,21,2,'gradedwrong',0.0000000,1733232537,4),(66,22,0,'todo',NULL,1733232368,4),(67,22,1,'complete',NULL,1733232524,4),(68,22,2,'gradedwrong',0.0000000,1733232537,4),(69,23,0,'todo',NULL,1733232368,4),(70,23,1,'complete',NULL,1733232530,4),(71,23,2,'gradedwrong',0.0000000,1733232537,4),(72,24,0,'todo',NULL,1733232368,4),(73,24,1,'todo',NULL,1733232533,4),(74,24,2,'gaveup',NULL,1733232537,4),(75,25,0,'todo',NULL,1733232577,4),(76,25,1,'todo',NULL,1733232582,4),(77,25,2,'gaveup',NULL,1733232620,4),(78,26,0,'todo',NULL,1733232577,4),(79,26,1,'todo',NULL,1733232584,4),(80,26,2,'gaveup',NULL,1733232620,4),(81,27,0,'todo',NULL,1733232577,4),(82,27,1,'todo',NULL,1733232588,4),(83,27,2,'gaveup',NULL,1733232620,4),(84,28,0,'todo',NULL,1733232577,4),(85,28,1,'todo',NULL,1733232591,4),(86,28,2,'gaveup',NULL,1733232620,4),(87,29,0,'todo',NULL,1733232577,4),(88,29,1,'complete',NULL,1733232595,4),(89,29,2,'gradedwrong',0.0000000,1733232620,4),(90,30,0,'todo',NULL,1733232577,4),(91,30,1,'complete',NULL,1733232599,4),(92,30,2,'gradedwrong',0.0000000,1733232620,4),(93,31,0,'todo',NULL,1733232577,4),(94,31,1,'todo',NULL,1733232601,4),(95,31,2,'gaveup',NULL,1733232620,4),(96,32,0,'todo',NULL,1733232577,4),(97,32,1,'complete',NULL,1733232603,4),(98,32,2,'gradedwrong',0.0000000,1733232620,4),(99,33,0,'todo',NULL,1733232577,4),(100,33,1,'complete',NULL,1733232606,4),(101,33,2,'gradedwrong',0.0000000,1733232620,4),(102,34,0,'todo',NULL,1733232577,4),(103,34,1,'complete',NULL,1733232608,4),(104,34,2,'gradedwrong',0.0000000,1733232620,4),(105,35,0,'todo',NULL,1733232577,4),(106,35,1,'complete',NULL,1733232611,4),(107,35,2,'gradedwrong',0.0000000,1733232620,4),(108,36,0,'todo',NULL,1733232577,4),(109,36,1,'complete',NULL,1733232614,4),(110,36,2,'gradedwrong',0.0000000,1733232620,4),(111,37,0,'todo',NULL,1733232644,4),(112,37,1,'complete',NULL,1733232659,4),(113,37,2,'gradedright',1.0000000,1733232758,4),(114,38,0,'todo',NULL,1733232644,4),(115,38,1,'complete',NULL,1733232667,4),(116,38,2,'gradedright',1.0000000,1733232758,4),(117,39,0,'todo',NULL,1733232644,4),(118,39,1,'complete',NULL,1733232675,4),(119,39,2,'gradedright',1.0000000,1733232758,4),(120,40,0,'todo',NULL,1733232644,4),(121,40,1,'complete',NULL,1733232686,4),(122,40,2,'gradedright',1.0000000,1733232758,4),(123,41,0,'todo',NULL,1733232644,4),(124,41,1,'complete',NULL,1733232755,4),(125,41,2,'gradedright',1.0000000,1733232758,4),(126,42,0,'todo',NULL,1733232771,4),(127,42,1,'complete',NULL,1733232782,4),(128,42,2,'gradedwrong',0.0000000,1733232813,4),(129,43,0,'todo',NULL,1733232771,4),(130,43,1,'complete',NULL,1733232787,4),(131,43,2,'gradedwrong',0.0000000,1733232813,4),(132,44,0,'todo',NULL,1733232771,4),(133,44,1,'complete',NULL,1733232794,4),(134,44,2,'gradedwrong',0.0000000,1733232813,4),(135,45,0,'todo',NULL,1733232771,4),(136,45,1,'complete',NULL,1733232801,4),(137,45,2,'gradedwrong',0.0000000,1733232813,4),(138,46,0,'todo',NULL,1733232771,4),(139,46,1,'complete',NULL,1733232808,4),(140,46,2,'gradedpartial',0.3333333,1733232813,4),(141,47,0,'todo',NULL,1733232828,4),(142,47,1,'complete',NULL,1733232842,4),(143,47,2,'gradedpartial',0.3333333,1733232871,4),(144,48,0,'todo',NULL,1733232828,4),(145,48,1,'complete',NULL,1733232847,4),(146,48,2,'gradedwrong',0.0000000,1733232871,4),(147,49,0,'todo',NULL,1733232828,4),(148,49,1,'complete',NULL,1733232853,4),(149,49,2,'gradedright',1.0000000,1733232871,4),(150,50,0,'todo',NULL,1733232828,4),(151,50,1,'complete',NULL,1733232860,4),(152,50,2,'gradedright',1.0000000,1733232871,4),(153,51,0,'todo',NULL,1733232828,4),(154,51,1,'complete',NULL,1733232868,4),(155,51,2,'gradedright',1.0000000,1733232871,4),(156,52,0,'todo',NULL,1733232904,4),(157,52,1,'complete',NULL,1733232910,4),(158,52,2,'needsgrading',NULL,1733232995,4),(159,52,3,'mangrright',1.0000000,1736239063,2),(160,53,0,'todo',NULL,1733232904,4),(161,53,1,'complete',NULL,1733232910,4),(162,53,2,'needsgrading',NULL,1733232995,4),(163,53,3,'mangrright',1.0000000,1736239078,2),(164,54,0,'todo',NULL,1733232904,4),(165,54,1,'todo',NULL,1733232914,4),(166,54,2,'gaveup',NULL,1733232995,4),(167,54,3,'mangrright',1.0000000,1736239087,2),(168,55,0,'todo',NULL,1733232904,4),(169,55,1,'todo',NULL,1733232919,4),(170,55,2,'gaveup',NULL,1733232995,4),(171,55,3,'mangrright',1.0000000,1736239098,2),(172,56,0,'todo',NULL,1733232904,4),(173,56,1,'todo',NULL,1733232919,4),(174,56,2,'gaveup',NULL,1733232995,4),(175,56,3,'mangrright',1.0000000,1736239108,2),(176,57,0,'todo',NULL,1733232904,4),(177,57,1,'complete',NULL,1733232926,4),(178,57,2,'needsgrading',NULL,1733232995,4),(179,57,3,'mangrright',1.0000000,1736239116,2),(180,58,0,'todo',NULL,1733232904,4),(181,58,1,'invalid',NULL,1733232990,4),(182,58,2,'needsgrading',NULL,1733232995,4),(183,58,3,'mangrright',1.0000000,1736239124,2),(184,59,0,'todo',NULL,1733232904,4),(185,59,1,'invalid',NULL,1733232990,4),(186,59,2,'needsgrading',NULL,1733232995,4),(187,59,3,'mangrright',1.0000000,1736239132,2),(188,60,0,'todo',NULL,1733232904,4),(189,60,1,'invalid',NULL,1733232990,4),(190,60,2,'needsgrading',NULL,1733232995,4),(191,60,3,'mangrright',1.0000000,1736239139,2),(192,61,0,'todo',NULL,1733232904,4),(193,61,1,'invalid',NULL,1733232990,4),(194,61,2,'needsgrading',NULL,1733232995,4),(195,61,3,'mangrright',1.0000000,1736239145,2),(196,62,0,'todo',NULL,1733233202,4),(197,62,1,'todo',NULL,1733233207,4),(198,62,2,'gaveup',NULL,1733233223,4),(199,63,0,'todo',NULL,1733233202,4),(200,63,1,'todo',NULL,1733233207,4),(201,63,2,'gaveup',NULL,1733233223,4),(202,64,0,'todo',NULL,1733233202,4),(203,64,1,'todo',NULL,1733233209,4),(204,64,2,'gaveup',NULL,1733233223,4),(205,65,0,'todo',NULL,1733233202,4),(206,65,1,'todo',NULL,1733233212,4),(207,65,2,'gaveup',NULL,1733233223,4),(208,66,0,'todo',NULL,1733233202,4),(209,66,1,'todo',NULL,1733233212,4),(210,66,2,'gaveup',NULL,1733233223,4),(211,67,0,'todo',NULL,1733233202,4),(212,67,1,'todo',NULL,1733233215,4),(213,67,2,'gaveup',NULL,1733233223,4),(214,68,0,'todo',NULL,1733233202,4),(215,68,1,'invalid',NULL,1733233219,4),(216,68,2,'gaveup',NULL,1733233223,4),(217,69,0,'todo',NULL,1733233202,4),(218,69,1,'invalid',NULL,1733233219,4),(219,69,2,'gaveup',NULL,1733233223,4),(220,70,0,'todo',NULL,1733233202,4),(221,70,1,'invalid',NULL,1733233219,4),(222,70,2,'gaveup',NULL,1733233223,4),(223,71,0,'todo',NULL,1733233202,4),(224,71,1,'invalid',NULL,1733233219,4),(225,71,2,'gaveup',NULL,1733233223,4),(226,72,0,'todo',NULL,1733233238,4),(227,72,1,'complete',NULL,1733233248,4),(228,72,2,'gradedright',1.0000000,1733233312,4),(229,73,0,'todo',NULL,1733233238,4),(230,73,1,'complete',NULL,1733233266,4),(231,73,2,'gradedright',1.0000000,1733233312,4),(232,74,0,'todo',NULL,1733233238,4),(233,74,1,'complete',NULL,1733233266,4),(234,74,2,'gradedpartial',0.3333333,1733233312,4),(235,75,0,'todo',NULL,1733233238,4),(236,75,1,'complete',NULL,1733233290,4),(237,75,2,'gradedpartial',0.6666667,1733233312,4),(238,76,0,'todo',NULL,1733233238,4),(239,76,1,'complete',NULL,1733233307,4),(240,76,2,'gradedright',1.0000000,1733233312,4),(241,77,0,'todo',NULL,1733233329,4),(242,77,1,'complete',NULL,1733233339,4),(243,77,2,'gradedright',1.0000000,1733233415,4),(244,78,0,'todo',NULL,1733233329,4),(245,78,1,'complete',NULL,1733233360,4),(246,78,2,'gradedright',1.0000000,1733233415,4),(247,79,0,'todo',NULL,1733233329,4),(248,79,1,'complete',NULL,1733233360,4),(249,79,2,'gradedpartial',0.3333333,1733233415,4),(250,80,0,'todo',NULL,1733233329,4),(251,80,1,'complete',NULL,1733233399,4),(252,80,2,'gradedpartial',0.6666667,1733233415,4),(253,81,0,'todo',NULL,1733233329,4),(254,81,1,'complete',NULL,1733233410,4),(255,81,2,'gradedright',1.0000000,1733233415,4),(256,82,0,'todo',NULL,1733233427,4),(257,82,1,'complete',NULL,1733233434,4),(258,82,2,'gradedpartial',0.6666667,1733233745,4),(259,83,0,'todo',NULL,1733233427,4),(260,83,1,'complete',NULL,1733233455,4),(261,83,2,'gradedpartial',0.3333333,1733233745,4),(262,84,0,'todo',NULL,1733233427,4),(263,84,1,'complete',NULL,1733233455,4),(264,84,2,'gradedpartial',0.3333333,1733233745,4),(265,85,0,'todo',NULL,1733233427,4),(266,85,1,'complete',NULL,1733233467,4),(267,85,2,'gradedpartial',0.1666667,1733233745,4),(268,86,0,'todo',NULL,1733233427,4),(269,86,1,'complete',NULL,1733233481,4),(270,86,2,'complete',NULL,1733233742,4),(271,86,3,'gradedpartial',0.3333333,1733233745,4),(272,87,0,'todo',NULL,1733233751,4),(273,87,1,'complete',NULL,1733233787,4),(274,87,2,'gradedwrong',0.0000000,1733233853,4),(275,88,0,'todo',NULL,1733233751,4),(276,88,1,'complete',NULL,1733233810,4),(277,88,2,'gradedright',1.0000000,1733233853,4),(278,89,0,'todo',NULL,1733233751,4),(279,89,1,'complete',NULL,1733233810,4),(280,89,2,'gradedright',1.0000000,1733233853,4),(281,90,0,'todo',NULL,1733233751,4),(282,90,1,'complete',NULL,1733233839,4),(283,90,2,'gradedright',1.0000000,1733233853,4),(284,91,0,'todo',NULL,1733233751,4),(285,91,1,'complete',NULL,1733233850,4),(286,91,2,'gradedright',1.0000000,1733233853,4),(287,92,0,'todo',NULL,1736239173,4),(288,92,1,'todo',NULL,1736239178,4),(289,92,2,'gaveup',NULL,1736239208,4),(290,93,0,'todo',NULL,1736239173,4),(291,93,1,'todo',NULL,1736239185,4),(292,93,2,'gaveup',NULL,1736239208,4),(293,94,0,'todo',NULL,1736239173,4),(294,94,1,'todo',NULL,1736239185,4),(295,94,2,'gaveup',NULL,1736239208,4),(296,95,0,'todo',NULL,1736239173,4),(297,95,1,'todo',NULL,1736239200,4),(298,95,2,'gaveup',NULL,1736239208,4),(299,96,0,'todo',NULL,1736239173,4),(300,96,1,'todo',NULL,1736239204,4),(301,96,2,'gaveup',NULL,1736239208,4),(302,97,0,'todo',NULL,1736239216,4),(303,97,1,'complete',NULL,1736239228,4),(304,97,2,'gradedright',1.0000000,1736239285,4),(305,98,0,'todo',NULL,1736239216,4),(306,98,1,'complete',NULL,1736239247,4),(307,98,2,'gradedright',1.0000000,1736239285,4),(308,99,0,'todo',NULL,1736239216,4),(309,99,1,'complete',NULL,1736239247,4),(310,99,2,'gradedright',1.0000000,1736239285,4),(311,100,0,'todo',NULL,1736239216,4),(312,100,1,'complete',NULL,1736239269,4),(313,100,2,'gradedright',1.0000000,1736239285,4),(314,101,0,'todo',NULL,1736239216,4),(315,101,1,'complete',NULL,1736239280,4),(316,101,2,'gradedright',1.0000000,1736239285,4),(317,102,0,'todo',NULL,1733233873,4),(318,102,1,'complete',NULL,1733233884,4),(319,102,2,'gradedright',1.0000000,1733233904,4),(320,103,0,'todo',NULL,1733233873,4),(321,103,1,'complete',NULL,1733233884,4),(322,103,2,'gradedpartial',0.1250000,1733233904,4),(323,104,0,'todo',NULL,1733233873,4),(324,104,1,'complete',NULL,1733233888,4),(325,104,2,'gradedpartial',0.7000000,1733233904,4),(326,105,0,'todo',NULL,1733233873,4),(327,105,1,'complete',NULL,1733233896,4),(328,105,2,'gradedwrong',-0.1000000,1733233904,4),(329,106,0,'todo',NULL,1733233873,4),(330,106,1,'complete',NULL,1733233901,4),(331,106,2,'gradedpartial',0.3333333,1733233904,4),(332,107,0,'todo',NULL,1733233910,4),(333,107,1,'todo',NULL,1733233915,4),(334,107,2,'gaveup',NULL,1733233924,4),(335,108,0,'todo',NULL,1733233910,4),(336,108,1,'todo',NULL,1733233915,4),(337,108,2,'gaveup',NULL,1733233924,4),(338,109,0,'todo',NULL,1733233910,4),(339,109,1,'todo',NULL,1733233917,4),(340,109,2,'gaveup',NULL,1733233924,4),(341,110,0,'todo',NULL,1733233910,4),(342,110,1,'todo',NULL,1733233919,4),(343,110,2,'gaveup',NULL,1733233924,4),(344,111,0,'todo',NULL,1733233910,4),(345,111,1,'todo',NULL,1733233921,4),(346,111,2,'gaveup',NULL,1733233924,4),(347,112,0,'todo',NULL,1736239303,4),(348,112,1,'complete',NULL,1736239320,4),(349,112,2,'gradedright',1.0000000,1736239334,4),(350,113,0,'todo',NULL,1736239303,4),(351,113,1,'complete',NULL,1736239320,4),(352,113,2,'gradedright',1.0000000,1736239334,4),(353,114,0,'todo',NULL,1736239303,4),(354,114,1,'complete',NULL,1736239324,4),(355,114,2,'gradedright',1.0000000,1736239334,4),(356,115,0,'todo',NULL,1736239303,4),(357,115,1,'complete',NULL,1736239328,4),(358,115,2,'gradedright',1.0000000,1736239334,4),(359,116,0,'todo',NULL,1736239303,4),(360,116,1,'complete',NULL,1736239331,4),(361,116,2,'gradedright',1.0000000,1736239334,4),(362,117,0,'todo',NULL,1736239693,4),(363,117,1,'complete',NULL,1736239705,4),(364,117,2,'gradedright',1.0000000,1736239748,4),(365,118,0,'todo',NULL,1736239693,4),(366,118,1,'complete',NULL,1736239708,4),(367,118,2,'gradedright',1.0000000,1736239748,4),(368,119,0,'todo',NULL,1736239693,4),(369,119,1,'complete',NULL,1736239710,4),(370,119,2,'gradedright',1.0000000,1736239748,4),(371,120,0,'todo',NULL,1736239693,4),(372,120,1,'complete',NULL,1736239713,4),(373,120,2,'gradedright',1.0000000,1736239748,4),(374,121,0,'todo',NULL,1736239693,4),(375,121,1,'complete',NULL,1736239716,4),(376,121,2,'gradedright',1.0000000,1736239748,4),(377,122,0,'todo',NULL,1736239693,4),(378,122,1,'complete',NULL,1736239724,4),(379,122,2,'gradedright',1.0000000,1736239748,4),(380,123,0,'todo',NULL,1736239693,4),(381,123,1,'complete',NULL,1736239724,4),(382,123,2,'gradedright',1.0000000,1736239748,4),(383,124,0,'todo',NULL,1736239693,4),(384,124,1,'complete',NULL,1736239728,4),(385,124,2,'gradedright',1.0000000,1736239748,4),(386,125,0,'todo',NULL,1736239693,4),(387,125,1,'complete',NULL,1736239731,4),(388,125,2,'gradedright',1.0000000,1736239748,4),(389,126,0,'todo',NULL,1736239693,4),(390,126,1,'complete',NULL,1736239735,4),(391,126,2,'gradedright',1.0000000,1736239748,4),(392,127,0,'todo',NULL,1736239693,4),(393,127,1,'complete',NULL,1736239740,4),(394,127,2,'gradedright',1.0000000,1736239748,4),(395,128,0,'todo',NULL,1736239693,4),(396,128,1,'complete',NULL,1736239744,4),(397,128,2,'gradedright',1.0000000,1736239748,4),(398,129,0,'todo',NULL,1736239761,4),(399,129,1,'complete',NULL,1736239766,4),(400,129,2,'gradedwrong',0.0000000,1736239770,4),(401,130,0,'todo',NULL,1736239761,4),(402,130,1,'gaveup',NULL,1736239770,4),(403,131,0,'todo',NULL,1736239761,4),(404,131,1,'gaveup',NULL,1736239770,4),(405,132,0,'todo',NULL,1736239761,4),(406,132,1,'gaveup',NULL,1736239770,4),(407,133,0,'todo',NULL,1736239761,4),(408,133,1,'gaveup',NULL,1736239770,4),(409,134,0,'todo',NULL,1736239761,4),(410,134,1,'gaveup',NULL,1736239770,4),(411,135,0,'todo',NULL,1736239761,4),(412,135,1,'gaveup',NULL,1736239770,4),(413,136,0,'todo',NULL,1736239761,4),(414,136,1,'gaveup',NULL,1736239770,4),(415,137,0,'todo',NULL,1736239761,4),(416,137,1,'gaveup',NULL,1736239770,4),(417,138,0,'todo',NULL,1736239761,4),(418,138,1,'gaveup',NULL,1736239770,4),(419,139,0,'todo',NULL,1736239761,4),(420,139,1,'gaveup',NULL,1736239770,4),(421,140,0,'todo',NULL,1736239761,4),(422,140,1,'gaveup',NULL,1736239770,4),(423,141,0,'todo',NULL,1736239777,4),(424,141,1,'complete',NULL,1736239784,4),(425,141,2,'gradedright',1.0000000,1736239830,4),(426,142,0,'todo',NULL,1736239777,4),(427,142,1,'complete',NULL,1736239790,4),(428,142,2,'gradedwrong',0.0000000,1736239830,4),(429,143,0,'todo',NULL,1736239777,4),(430,143,1,'complete',NULL,1736239794,4),(431,143,2,'gradedwrong',0.0000000,1736239830,4),(432,144,0,'todo',NULL,1736239777,4),(433,144,1,'complete',NULL,1736239798,4),(434,144,2,'gradedwrong',0.0000000,1736239830,4),(435,145,0,'todo',NULL,1736239777,4),(436,145,1,'complete',NULL,1736239801,4),(437,145,2,'gradedpartial',0.2000000,1736239830,4),(438,146,0,'todo',NULL,1736239777,4),(439,146,1,'complete',NULL,1736239809,4),(440,146,2,'gradedright',1.0000000,1736239830,4),(441,147,0,'todo',NULL,1736239777,4),(442,147,1,'complete',NULL,1736239809,4),(443,147,2,'gradedright',1.0000000,1736239830,4),(444,148,0,'todo',NULL,1736239777,4),(445,148,1,'complete',NULL,1736239813,4),(446,148,2,'gradedright',1.0000000,1736239830,4),(447,149,0,'todo',NULL,1736239777,4),(448,149,1,'complete',NULL,1736239816,4),(449,149,2,'gradedright',1.0000000,1736239830,4),(450,150,0,'todo',NULL,1736239777,4),(451,150,1,'complete',NULL,1736239818,4),(452,150,2,'gradedright',1.0000000,1736239830,4),(453,151,0,'todo',NULL,1736239777,4),(454,151,1,'complete',NULL,1736239822,4),(455,151,2,'gradedright',1.0000000,1736239830,4),(456,152,0,'todo',NULL,1736239777,4),(457,152,1,'complete',NULL,1736239827,4),(458,152,2,'gradedright',1.0000000,1736239830,4),(459,153,0,'todo',NULL,1733234357,4),(460,153,1,'complete',NULL,1733234370,4),(461,153,2,'gradedright',1.0000000,1733234402,4),(462,154,0,'todo',NULL,1733234357,4),(463,154,1,'complete',NULL,1733234370,4),(464,154,2,'gradedright',1.0000000,1733234402,4),(465,155,0,'todo',NULL,1733234357,4),(466,155,1,'complete',NULL,1733234383,4),(467,155,2,'gradedright',1.0000000,1733234402,4),(468,156,0,'todo',NULL,1733234357,4),(469,156,1,'complete',NULL,1733234388,4),(470,156,2,'gradedright',1.0000000,1733234402,4),(471,157,0,'todo',NULL,1733234412,4),(472,157,1,'complete',NULL,1733234425,4),(473,157,2,'gradedright',1.0000000,1733234441,4),(474,158,0,'todo',NULL,1733234412,4),(475,158,1,'complete',NULL,1733234425,4),(476,158,2,'gradedright',1.0000000,1733234441,4),(477,159,0,'todo',NULL,1733234412,4),(478,159,1,'complete',NULL,1733234429,4),(479,159,2,'gradedright',1.0000000,1733234441,4),(480,160,0,'todo',NULL,1733234412,4),(481,160,1,'complete',NULL,1733234438,4),(482,160,2,'gradedright',1.0000000,1733234441,4),(483,161,0,'todo',NULL,1733234447,4),(484,161,1,'todo',NULL,1733234452,4),(485,161,2,'gaveup',NULL,1733234461,4),(486,162,0,'todo',NULL,1733234447,4),(487,162,1,'todo',NULL,1733234452,4),(488,162,2,'gaveup',NULL,1733234461,4),(489,163,0,'todo',NULL,1733234447,4),(490,163,1,'todo',NULL,1733234454,4),(491,163,2,'gaveup',NULL,1733234461,4),(492,164,0,'todo',NULL,1733234447,4),(493,164,1,'complete',NULL,1733234458,4),(494,164,2,'gradedright',1.0000000,1733234461,4),(495,165,0,'todo',NULL,1733234476,4),(496,165,1,'complete',NULL,1733234487,4),(497,165,2,'gradedright',1.0000000,1733234507,4),(498,166,0,'todo',NULL,1733234476,4),(499,166,1,'complete',NULL,1733234487,4),(500,166,2,'gradedwrong',0.0000000,1733234507,4),(501,167,0,'todo',NULL,1733234476,4),(502,167,1,'complete',NULL,1733234496,4),(503,167,2,'gradedwrong',0.0000000,1733234507,4),(504,168,0,'todo',NULL,1733234476,4),(505,168,1,'complete',NULL,1733234503,4),(506,168,2,'gradedright',1.0000000,1733234507,4),(507,169,0,'todo',NULL,1736239374,4),(508,169,1,'todo',NULL,1736239379,4),(509,169,2,'gaveup',NULL,1736239382,4),(510,170,0,'todo',NULL,1736239374,4),(511,170,1,'todo',NULL,1736239379,4),(512,170,2,'gaveup',NULL,1736239382,4),(513,171,0,'todo',NULL,1736239374,4),(514,171,1,'gaveup',NULL,1736239382,4),(515,172,0,'todo',NULL,1736239374,4),(516,172,1,'gaveup',NULL,1736239382,4); +/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempts` +-- + +DROP TABLE IF EXISTS `m_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `m_quesatte_beh_ix` (`behaviour`), + KEY `m_quesatte_que_ix` (`questionid`), + KEY `m_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB AUTO_INCREMENT=173 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- + +LOCK TABLES `m_question_attempts` WRITE; +/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; +INSERT INTO `m_question_attempts` VALUES (1,1,1,'manualgraded',169,1413,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'43\n',1736238892),(2,1,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {-arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C; arctan(x) + C}','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',1733232339),(3,1,3,'deferredfeedback',178,23158,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 31\n','part 1: 31; part 2: non - singular','The content can not be displayed.',1733232339),(4,1,4,'deferredfeedback',184,57349,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 2 cm long?\n: 14\n; 16\n; 9\n; 23\n','16\n','16\n',1733232339),(5,1,5,'deferredfeedback',186,6615,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1736238709),(6,1,6,'deferredfeedback',188,20533,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(7,1,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','23',1733232339),(8,1,8,'deferredfeedback',192,2020,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(9,1,9,'deferredfeedback',194,966,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(10,1,10,'deferredfeedback',196,12405,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(11,1,11,'deferredfeedback',198,7721,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232339),(12,1,12,'deferredfeedback',200,48363,1.0000000,0.0000000,1.0000000,0,'42 is even\n','True','True',1733232339),(13,2,1,'manualgraded',169,32169,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'nlk\n',1733232539),(14,2,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n} -> {-arctan(cos(x)) + C; -cos(x) + C; arctan(x) + C; x - cos(2x)/2 + C; ln(2x+5) + C}','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C',1733232539),(15,2,3,'deferredfeedback',178,9650,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: -159\n','part 1: -159; part 2: non - singular','The content can not be displayed.',1733232539),(16,2,4,'deferredfeedback',184,29513,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 5-sided regular polygon, with each side 2 cm long?\n: 8\n; 10\n; 6\n; 23\n','10\n','10\n',1733232539),(17,2,5,'deferredfeedback',186,55244,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232539),(18,2,6,'deferredfeedback',188,1633,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(19,2,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','56',1733232539),(20,2,8,'deferredfeedback',192,21421,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(21,2,9,'deferredfeedback',194,1309,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(22,2,10,'deferredfeedback',196,37973,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(23,2,11,'deferredfeedback',198,24053,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232539),(24,2,12,'deferredfeedback',200,15093,1.0000000,0.0000000,1.0000000,0,'44 is even\n','True',NULL,1733232539),(25,3,1,'manualgraded',169,5164,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'',1733232623),(26,3,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral sin left parenthesis x right parenthesis d x]\n\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {arctan(x) + C; -arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C}','[integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',NULL,1733232623),(27,3,3,'deferredfeedback',178,53147,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 13\n','part 1: 13; part 2: non - singular','The content can not be displayed.',1733232623),(28,3,4,'deferredfeedback',184,56507,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 6 cm long?\n: 25\n; 23\n; 46\n; 48\n','48\n',NULL,1733232623),(29,3,5,'deferredfeedback',186,64938,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232623),(30,3,6,'deferredfeedback',188,48867,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(31,3,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','',1733232623),(32,3,8,'deferredfeedback',192,50077,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(33,3,9,'deferredfeedback',194,14532,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(34,3,10,'deferredfeedback',196,26926,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(35,3,11,'deferredfeedback',198,57759,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232623),(36,3,12,'deferredfeedback',200,34651,1.0000000,0.0000000,1.0000000,0,'24 is even\n','True','False',1733232623),(37,4,1,'deferredfeedback',41,61973,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 1 (this is the correct answer for each sub-question)\n\n- S2 = 7\n\n- S3 = 0\n\n- S4 = 0\n\nDrop-down format {1; 7; 0; 0}\n\nShuffled drop-down format {1; 0; 0; 7}\n\nHorizontal format {1; 7; 0; 0}\n\nShuffled horizontal {7; 1; 0; 0}\n\nVertical format {1; 7; 0; 0}\n\nShuffled vertical format {0; 1; 0; 7}\n\n','part 1: 1; part 2: 1; part 3: 1; part 4: 1; part 5: 1; part 6: 1','The content can not be displayed.',1733232761),(38,4,2,'deferredfeedback',37,55341,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 3\n\n- S3 = 2 (This is the correct answer for the Short Answer question)\n\n- S4 = 3\n\nDrop-down format {6; 3; 2; 3}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 2','The content can not be displayed.',1733232761),(39,4,3,'deferredfeedback',32,17058,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(40,4,4,'deferredfeedback',49,36560,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232761),(41,4,5,'deferredfeedback',27,58239,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(42,5,1,'deferredfeedback',41,14542,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 9 (this is the correct answer for each sub-question)\n\n- S2 = 8\n\n- S3 = 7\n\n- S4 = 9\n\nDrop-down format {9; 8; 7; 9}\n\nShuffled drop-down format {8; 9; 9; 7}\n\nHorizontal format {9; 8; 7; 9}\n\nShuffled horizontal {9; 8; 9; 7}\n\nVertical format {9; 8; 7; 9}\n\nShuffled vertical format {8; 7; 9; 9}\n\n','part 1: 9; part 2: 9; part 3: 9; part 4: 9; part 5: 9; part 6: 9','The content can not be displayed.',1733232815),(43,5,2,'deferredfeedback',37,64906,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 7 (this is the correct answer for the Multichoice question)\n\n- S2 = 10\n\n- S3 = 1 (This is the correct answer for the Short Answer question)\n\n- S4 = 1\n\nDrop-down format {7; 10; 1; 1}\n\nShort Answer question _____\n\n','part 1: 7; part 2: 1','The content can not be displayed.',1733232815),(44,5,3,'deferredfeedback',32,25911,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(45,5,4,'deferredfeedback',49,38431,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232815),(46,5,5,'deferredfeedback',27,4676,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(47,6,1,'deferredfeedback',41,4514,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 8 (this is the correct answer for each sub-question)\n\n- S2 = 1\n\n- S3 = 3\n\n- S4 = 8\n\nDrop-down format {8; 1; 3; 8}\n\nShuffled drop-down format {8; 3; 8; 1}\n\nHorizontal format {8; 1; 3; 8}\n\nShuffled horizontal {8; 1; 3; 8}\n\nVertical format {8; 1; 3; 8}\n\nShuffled vertical format {8; 8; 3; 1}\n\n','part 1: 8; part 2: 8; part 3: 8; part 4: 8; part 5: 8; part 6: 8','The content can not be displayed.',1733232872),(48,6,2,'deferredfeedback',37,16270,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 4\n\n- S3 = 10 (This is the correct answer for the Short Answer question)\n\n- S4 = 0\n\nDrop-down format {6; 4; 10; 0}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 10','The content can not be displayed.',1733232872),(49,6,3,'deferredfeedback',32,50642,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(50,6,4,'deferredfeedback',49,20669,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232872),(51,6,5,'deferredfeedback',27,41016,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 6\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(52,7,1,'manualgraded',84,28584,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'ytw3e5\n',1736239063),(53,7,2,'manualgraded',86,62400,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'ye45r3\n',1736239078),(54,7,3,'manualgraded',88,7330,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1736239087),(55,7,4,'manualgraded',90,38426,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1736239098),(56,7,5,'manualgraded',92,46135,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1736239108),(57,7,6,'manualgraded',95,17974,1.0000000,0.0000000,1.0000000,0,'s1= 4\ns2 =6\ns3= 9\n\n',NULL,'469\n',1736239116),(58,7,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'Attachments: image (15).png (53.1 KB)',1736239124),(59,7,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'Attachments: image (15).png (53.1 KB)',1736239132),(60,7,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'Attachments: image (13).png (59.3 KB)',1736239139),(61,7,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'Attachments: image (14).png (65.3 KB), image (13).png (59.3 KB), image (12).png (66.1 KB), image (11).png (58.9 KB), image (10).png (58.7 KB), image (9).png (68.6 KB), image (8).png (56.7 KB)',1736239145),(62,8,1,'manualgraded',84,19224,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'',1733233223),(63,8,2,'manualgraded',86,17853,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'',1733233223),(64,8,3,'manualgraded',88,27433,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1733233223),(65,8,4,'manualgraded',90,54653,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1733233223),(66,8,5,'manualgraded',92,57456,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1733233223),(67,8,6,'manualgraded',95,10208,1.0000000,0.0000000,1.0000000,0,'s1= 3\ns2 =5\ns3= 10\n\n',NULL,'',1733233223),(68,8,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'',1733233223),(69,8,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'',1733233223),(70,8,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'',1733233223),(71,8,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'',1733233223),(72,9,1,'deferredfeedback',117,30927,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 2\n\n2 - 3\n\n3 - 5\n {2\n; 3\n; 1\n} -> {3; 5; 2}','2\n -> 3; 3\n -> 5; 1\n -> 2','2\n -> 3; 3\n -> 5; 1\n -> 2',1733233312),(73,9,2,'deferredfeedback',105,5779,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 5\n\n3 - 0\n {3\n; 2\n; 1\n} -> {5; 7; 0}','3\n -> 0; 2\n -> 5; 1\n -> 7','3\n -> 0; 2\n -> 5; 1\n -> 7',1733233312),(74,9,3,'deferredfeedback',108,58248,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 3\n {1\n; 3\n; 2\n} -> {7; 3; 3}','1\n -> 7; 3\n -> 3; 2\n -> 3','1\n -> 7; 3\n -> 3; 2\n -> 3',1733233312),(75,9,4,'deferredfeedback',114,36649,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 10\n\n2 -  3\n\n3 - 1\n\n4 - 30\n\n5 - 3\n\n6 - 10\n {6\n; 1\n; 5\n; 3\n; 4\n; 2\n} -> {10; 1; 3; 3; 30; 10}','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3',1733233312),(76,9,5,'deferredfeedback',111,58900,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 3\n\n2 - 1\n\n3 - 8\n {3\n; 2\n; 1\n} -> {8; 1; 3}','3\n -> 8; 2\n -> 1; 1\n -> 3','3\n -> 8; 2\n -> 1; 1\n -> 3',1733233312),(77,10,1,'deferredfeedback',117,35113,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 3\n\n2 - 7\n\n3 - 1\n {1\n; 3\n; 2\n} -> {3; 7; 1}','1\n -> 3; 3\n -> 1; 2\n -> 7','1\n -> 3; 3\n -> 1; 2\n -> 7',1733233415),(78,10,2,'deferredfeedback',105,26095,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 10\n\n2 - 8\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 10; 8}','3\n -> 0; 2\n -> 8; 1\n -> 10','3\n -> 0; 2\n -> 8; 1\n -> 10',1733233415),(79,10,3,'deferredfeedback',108,25615,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 2\n\n2 - 2\n\n3 - 4\n {3\n; 1\n; 2\n} -> {2; 2; 4}','3\n -> 4; 1\n -> 2; 2\n -> 2','3\n -> 4; 1\n -> 2; 2\n -> 2',1733233415),(80,10,4,'deferredfeedback',114,18443,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 9\n\n2 -  6\n\n3 - 0\n\n4 - 54\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 4\n; 2\n; 5\n; 1\n} -> {9; 6; 0; 0; 0; 54}','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9',1733233415),(81,10,5,'deferredfeedback',111,63872,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 0\n\n2 - 5\n\n3 - 4\n {2\n; 1\n; 3\n} -> {5; 4; 0}','2\n -> 5; 1\n -> 0; 3\n -> 4','2\n -> 5; 1\n -> 0; 3\n -> 4',1733233415),(82,11,1,'deferredfeedback',117,4259,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 3; 7}','3\n -> 0; 2\n -> 3; 1\n -> 7','3\n -> 0; 2\n -> 3; 1\n -> 3',1733233745),(83,11,2,'deferredfeedback',105,33340,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 4\n\n3 - 3\n {3\n; 1\n; 2\n} -> {3; 7; 4}','3\n -> 3; 1\n -> 7; 2\n -> 4','3\n -> 3; 1\n -> 3; 2\n -> 3',1733233745),(84,11,3,'deferredfeedback',108,32743,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 3\n\n2 - 10\n\n3 - 9\n {1\n; 3\n; 2\n} -> {9; 10; 3}','1\n -> 3; 3\n -> 9; 2\n -> 10','1\n -> 9; 3\n -> 9; 2\n -> 9',1733233745),(85,11,4,'deferredfeedback',114,13720,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 6\n\n2 -  5\n\n3 - 0\n\n4 - 30\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 1\n; 4\n; 2\n; 5\n} -> {0; 0; 30; 6; 0; 5}','6\n -> 0; 3\n -> 0; 1\n -> 6; 4\n -> 30; 2\n -> 5; 5\n -> 0','6\n -> 0; 3\n -> 0; 1\n -> 0; 4\n -> 0; 2\n -> 0; 5\n -> 0',1733233745),(86,11,5,'deferredfeedback',111,55703,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 2\n\n2 - 1\n\n3 - 2\n {1\n; 2\n; 3\n} -> {1; 2; 2}','1\n -> 2; 2\n -> 1; 3\n -> 2','1\n -> 1; 2\n -> 1; 3\n -> 1',1733233745),(87,12,1,'deferredfeedback',118,39960,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 155\n\n2 - 155\n\n3 - 151\n {3\n; 2\n; 1\n} -> {155; 155; 151}','3\n -> 151; 2\n -> 155; 1\n -> 155','3\n -> 155; 2\n -> 151; 1\n -> 155',1733233853),(88,12,2,'deferredfeedback',106,53143,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 194\n\n2 - 36\n\n3 - 147\n {3\n; 1\n; 2\n} -> {194; 36; 147}','3\n -> 147; 1\n -> 194; 2\n -> 36','3\n -> 147; 1\n -> 194; 2\n -> 36',1733233853),(89,12,3,'deferredfeedback',109,47438,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 187\n\n2 - 136\n\n3 - 77\n {3\n; 2\n; 1\n} -> {136; 187; 77}','3\n -> 77; 2\n -> 136; 1\n -> 187','3\n -> 77; 2\n -> 136; 1\n -> 187',1733233853),(90,12,4,'deferredfeedback',115,32309,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 323\n\n2 -  129\n\n3 - 108\n\n4 - 41667\n\n5 - 13932\n\n6 - 34884\n {3\n; 1\n; 6\n; 2\n; 4\n; 5\n} -> {129; 34884; 108; 41667; 13932; 323}','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932',1733233853),(91,12,5,'deferredfeedback',112,37796,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 174\n\n2 - 180\n\n3 - 92\n {1\n; 3\n; 2\n} -> {180; 174; 92}','1\n -> 174; 3\n -> 92; 2\n -> 180','1\n -> 174; 3\n -> 92; 2\n -> 180',1733233853),(92,13,1,'deferredfeedback',119,64948,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 169\n\n2 - 28\n\n3 - 39\n {2\n; 1\n; 3\n} -> {28; 39; 169}','2\n -> 28; 1\n -> 169; 3\n -> 39',NULL,1736239208),(93,13,2,'deferredfeedback',107,50500,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 55\n\n2 - 102\n\n3 - 96\n {1\n; 2\n; 3\n} -> {55; 102; 96}','1\n -> 55; 2\n -> 102; 3\n -> 96',NULL,1736239208),(94,13,3,'deferredfeedback',110,12569,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 22\n\n2 - 170\n\n3 - 96\n {1\n; 3\n; 2\n} -> {170; 96; 22}','1\n -> 22; 3\n -> 96; 2\n -> 170',NULL,1736239208),(95,13,4,'deferredfeedback',116,38144,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 619\n\n2 -  87\n\n3 - 169\n\n4 - 53853\n\n5 - 14703\n\n6 - 104611\n {4\n; 2\n; 3\n; 1\n; 6\n; 5\n} -> {619; 53853; 87; 14703; 104611; 169}','4\n -> 53853; 2\n -> 87; 3\n -> 169; 1\n -> 619; 6\n -> 104611; 5\n -> 14703',NULL,1736239208),(96,13,5,'deferredfeedback',113,3552,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 156\n\n2 - 83\n\n3 - 183\n {1\n; 3\n; 2\n} -> {156; 183; 83}','1\n -> 156; 3\n -> 183; 2\n -> 83',NULL,1736239208),(97,14,1,'deferredfeedback',119,45242,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 88\n\n2 - 152\n\n3 - 71\n {3\n; 2\n; 1\n} -> {71; 88; 152}','3\n -> 71; 2\n -> 152; 1\n -> 88','3\n -> 71; 2\n -> 152; 1\n -> 88',1736239285),(98,14,2,'deferredfeedback',107,29343,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 138\n\n2 - 34\n\n3 - 195\n {2\n; 1\n; 3\n} -> {138; 34; 195}','2\n -> 34; 1\n -> 138; 3\n -> 195','2\n -> 34; 1\n -> 138; 3\n -> 195',1736239285),(99,14,3,'deferredfeedback',110,2172,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 77\n\n2 - 124\n\n3 - 30\n {3\n; 1\n; 2\n} -> {124; 77; 30}','3\n -> 30; 1\n -> 77; 2\n -> 124','3\n -> 30; 1\n -> 77; 2\n -> 124',1736239285),(100,14,4,'deferredfeedback',116,10343,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 278\n\n2 -  5\n\n3 - 112\n\n4 - 1390\n\n5 - 560\n\n6 - 31136\n {3\n; 6\n; 4\n; 5\n; 1\n; 2\n} -> {278; 31136; 560; 112; 1390; 5}','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5',1736239285),(101,14,5,'deferredfeedback',113,60145,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 95\n\n2 - 161\n\n3 - 106\n {2\n; 1\n; 3\n} -> {95; 161; 106}','2\n -> 161; 1\n -> 95; 3\n -> 106','2\n -> 161; 1\n -> 95; 3\n -> 106',1736239285),(102,15,1,'deferredfeedback',121,61698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1733233904),(103,15,2,'deferredfeedback',123,39698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','cos(x)\n',1733233904),(104,15,3,'deferredfeedback',126,53210,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','sin(x)\n',1733233904),(105,15,4,'deferredfeedback',128,35013,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: sin(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; f\n; e\n; g\n','[sin(x),cos(x),tan(x)]\n','g\n',1733233904),(106,15,5,'deferredfeedback',130,27699,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','tan(x)\n',1733233904),(107,16,1,'deferredfeedback',121,13984,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(108,16,2,'deferredfeedback',123,62181,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: tan(x)\n; cos(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(109,16,3,'deferredfeedback',126,49755,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(110,16,4,'deferredfeedback',128,42992,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; f\n; g\n; e\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(111,16,5,'deferredfeedback',130,4103,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(112,17,1,'deferredfeedback',122,43787,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(113,17,2,'deferredfeedback',125,34571,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(114,17,3,'deferredfeedback',127,13603,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(115,17,4,'deferredfeedback',129,14855,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: e\n; f\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; sin(x)\n; tan(x)\n; g\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(116,17,5,'deferredfeedback',131,42323,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(117,18,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(118,18,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(119,18,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1736239752),(120,18,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(121,18,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(122,18,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(123,18,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(124,18,8,'deferredfeedback',18,44397,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 7\n','The content can not be displayed.','7',1736239752),(125,18,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239752),(126,18,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239752),(127,18,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239752),(128,18,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239752),(129,19,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(130,19,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(131,19,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239770),(132,19,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(133,19,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(134,19,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(135,19,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(136,19,8,'deferredfeedback',18,13831,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.',NULL,1736239770),(137,19,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239770),(138,19,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239770),(139,19,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239770),(140,19,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239770),(141,20,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(142,20,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(143,20,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x-1',1736239833),(144,20,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(145,20,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(146,20,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(147,20,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(148,20,8,'deferredfeedback',18,3216,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.','10',1736239833),(149,20,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239833),(150,20,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239833),(151,20,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239833),(152,20,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239833),(153,21,1,'deferredfeedback',97,55339,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 4 prime? Answer is false\n','False','False',1733234402),(154,21,2,'deferredfeedback',99,5683,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234402),(155,21,3,'deferredfeedback',103,53887,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 0 a prime number?\n\nAnswer: false\n','False','False',1733234402),(156,21,4,'deferredfeedback',101,34776,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234402),(157,22,1,'deferredfeedback',97,36385,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 8 prime? Answer is false\n','False','False',1733234441),(158,22,2,'deferredfeedback',99,27174,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234441),(159,22,3,'deferredfeedback',103,56669,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 3 a prime number?\n\nAnswer: true\n','True','True',1733234441),(160,22,4,'deferredfeedback',101,57242,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234441),(161,23,1,'deferredfeedback',97,37828,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True',NULL,1733234461),(162,23,2,'deferredfeedback',99,10219,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 10 prime? Answer is false\nInitial content: \n\n','False',NULL,1733234461),(163,23,3,'deferredfeedback',103,29657,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 5 a prime number?\n\nAnswer: true\n','True',NULL,1733234461),(164,23,4,'deferredfeedback',101,42979,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234461),(165,24,1,'deferredfeedback',97,8981,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True','True',1733234507),(166,24,2,'deferredfeedback',99,32494,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 0 prime? Answer is false\nInitial content: \n\n','False','True',1733234507),(167,24,3,'deferredfeedback',103,36989,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 1 a prime number?\n\nAnswer: false\n','False','True',1733234507),(168,24,4,'deferredfeedback',101,14549,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234507),(169,25,1,'deferredfeedback',98,63627,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 2 prime? Answer is true\n','True',NULL,1736239382),(170,25,2,'deferredfeedback',100,23350,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 9 prime? Answer is false\nInitial content: \n\n','False',NULL,1736239382),(171,25,3,'deferredfeedback',104,13997,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 7 a prime number?\n\nAnswer: true\n','True',NULL,1736239382),(172,25,4,'deferredfeedback',102,62947,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True',NULL,1736239382); +/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_bank_entries` +-- + +DROP TABLE IF EXISTS `m_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `m_quesbankentr_que_ix` (`questioncategoryid`), + KEY `m_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_bank_entries` +-- + +LOCK TABLES `m_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; +INSERT INTO `m_question_bank_entries` VALUES (1,3,NULL,2),(2,3,NULL,2),(3,3,NULL,2),(4,3,NULL,2),(5,3,NULL,2),(6,3,NULL,2),(7,3,NULL,2),(8,3,NULL,2),(9,3,NULL,2),(10,3,NULL,2),(11,3,NULL,2),(12,3,NULL,2),(13,5,NULL,3),(14,5,NULL,3),(15,5,NULL,3),(16,5,NULL,3),(17,5,NULL,3),(18,5,NULL,3),(19,5,NULL,3),(20,5,NULL,3),(21,5,NULL,3),(22,5,NULL,3),(23,5,NULL,3),(24,5,NULL,3),(25,5,NULL,3),(26,5,NULL,3),(27,5,NULL,3),(28,5,NULL,3),(29,5,NULL,3),(30,5,NULL,3),(31,5,NULL,3),(32,5,NULL,3),(33,5,NULL,2),(34,5,NULL,2),(35,5,NULL,2),(36,5,NULL,2),(37,5,NULL,2),(38,5,NULL,2),(39,5,NULL,2),(40,5,NULL,2),(41,5,NULL,2),(42,5,NULL,2),(43,5,NULL,2),(44,5,NULL,2),(45,5,NULL,2),(46,5,NULL,2),(47,5,NULL,2),(48,5,NULL,2),(49,5,NULL,2),(50,5,NULL,2),(51,8,NULL,3),(52,8,NULL,3),(53,8,NULL,3),(54,11,NULL,3),(55,11,NULL,3),(56,11,NULL,3),(57,12,NULL,3),(58,12,NULL,3),(59,12,NULL,3),(60,13,NULL,3),(61,13,NULL,3),(62,13,NULL,3),(63,14,NULL,3),(64,14,NULL,3),(65,14,NULL,3),(66,15,NULL,3),(67,15,NULL,3),(68,15,NULL,3),(69,15,NULL,3),(70,15,NULL,3),(71,15,NULL,3),(72,16,NULL,3),(73,16,NULL,3),(74,16,NULL,3),(75,16,NULL,3),(76,16,NULL,3),(77,17,NULL,3),(78,17,NULL,3),(79,17,NULL,3),(80,17,NULL,3),(81,17,NULL,3),(82,17,NULL,3),(83,18,NULL,3),(84,18,NULL,3),(85,18,NULL,3),(86,18,NULL,3),(87,18,NULL,3),(88,18,NULL,3),(89,19,NULL,3),(90,19,NULL,3),(91,19,NULL,3),(92,27,NULL,2),(93,27,NULL,2),(94,27,NULL,2),(95,27,NULL,2),(96,27,NULL,2),(97,27,NULL,2),(98,27,NULL,2),(99,27,NULL,2),(100,27,NULL,2),(101,27,NULL,2),(102,27,NULL,2),(103,27,NULL,2),(104,27,NULL,2),(105,27,NULL,2),(106,27,NULL,2),(107,27,NULL,2),(108,27,NULL,2),(109,27,NULL,2),(110,27,NULL,2),(111,27,NULL,2),(112,27,NULL,2),(113,27,NULL,2),(114,27,NULL,2),(115,27,NULL,2),(116,27,NULL,2),(117,29,NULL,2),(118,29,NULL,2),(119,29,NULL,2),(120,29,NULL,2),(121,29,NULL,2),(122,29,NULL,2),(123,29,NULL,2),(124,29,NULL,2),(125,29,NULL,2),(126,29,NULL,2),(127,29,NULL,2),(128,29,NULL,2),(129,29,NULL,2),(130,29,NULL,2),(131,29,NULL,2),(132,29,NULL,2),(133,29,NULL,2),(134,29,NULL,2),(135,29,NULL,2),(136,29,NULL,2),(137,29,NULL,2),(138,29,NULL,2),(139,30,NULL,2),(140,30,NULL,2),(141,30,NULL,2),(142,30,NULL,2),(143,30,NULL,2),(144,42,NULL,5),(145,43,NULL,5),(146,43,NULL,5); +/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated` +-- + +DROP TABLE IF EXISTS `m_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `m_quescalc_ans_ix` (`answer`), + KEY `m_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated` +-- + +LOCK TABLES `m_question_calculated` WRITE; +/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated_options` +-- + +DROP TABLE IF EXISTS `m_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated_options` +-- + +LOCK TABLES `m_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_categories` +-- + +DROP TABLE IF EXISTS `m_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `m_quescate_con_ix` (`contextid`), + KEY `m_quescate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_categories` +-- + +LOCK TABLES `m_question_categories` WRITE; +/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; +INSERT INTO `m_question_categories` VALUES (1,'top',21,'',0,'localhost:8000+250107090221+jkAFck',0,0,NULL),(2,'Default for Acceptance course WQ',44,'The default category for questions shared in context \'Acceptance course WQ\'.',0,'localhost:8000+240925144519+5DIRTA',45,999,NULL),(3,'WirisQuizzes for Moodle - Acceptance Testing Resources',21,'

This is a question bank containing all WirisQuizzes moodle questions that are used for testing the application.

Managed by QA. 

',1,'localhost:8000+240925144631+nj3Qc8',1,2,NULL),(4,'Question type',21,'',0,'localhost:8000+240925144631+chMgq7',3,1,NULL),(5,'Cloze',21,'',0,'localhost:8000+240925144631+a6ge1S',4,1,NULL),(6,'Common functionalities',21,'',0,'localhost:8000+240925144631+jdytNN',3,0,NULL),(7,'Display random variables',21,'',0,'localhost:8000+240925144631+gYA321',6,999,NULL),(8,'Generating tables from lists',21,'',0,'localhost:8000+240925144631+EXBgpn',7,999,NULL),(9,'Short Answer',21,'',0,'localhost:8000+240925144631+nmYJl5',4,6,NULL),(10,'Equation answer type',21,'',0,'localhost:8000+240925144631+NAYvNF',9,0,NULL),(11,'Compound Answer',21,'',0,'localhost:8000+240925144631+4pDSf0',10,999,NULL),(12,'Custom grading functions',21,'',0,'localhost:8000+240925144631+1l8oA0',10,999,NULL),(13,'Parameter answer',21,'',0,'localhost:8000+240925144631+F0v1hF',10,999,NULL),(14,'Answer input method',21,'',0,'localhost:8000+240925144638+YPEzT1',10,999,NULL),(15,'Essay',21,'',0,'localhost:8000+240925144638+E3XR9C',4,2,NULL),(16,'True or False',21,'',0,'localhost:8000+240925144638+BLR3qr',4,7,NULL),(17,'Matching',21,'',0,'localhost:8000+240925144638+k2dNuM',4,4,NULL),(18,'Multichoice',21,'',0,'localhost:8000+240925144638+ME0FnK',4,5,NULL),(19,'Text answer type',21,'',0,'localhost:8000+240925144638+CmCWb2',9,1,NULL),(20,'Default for Tables and lists',48,'The default category for questions shared in context \'Tables and lists\'.',0,'localhost:8000+240925145058+WRemKS',46,999,NULL),(21,'Default for Short Answer',48,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+240925145159+lWd2bQ',46,999,NULL),(22,'Default for Matching',44,'The default category for questions shared in context \'Matching\'.',0,'localhost:8000+240925150025+Nan3CV',45,999,NULL),(23,'Default for Multiple Choice',48,'The default category for questions shared in context \'Multiple Choice\'.',0,'localhost:8000+240925150112+0kVrGc',46,999,NULL),(24,'Default for Essay',44,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+240925150149+sBBsoW',45,999,NULL),(25,'Default for True or False',48,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+240925150234+AZfY9y',46,999,NULL),(26,'Default for Graphical Answer',44,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+240926065802+Z7KBFd',45,999,NULL),(27,'Graphic question type',21,'',1,'localhost:8000+240926065815+DXHTqF',9,2,NULL),(28,'Default for All type of questions',48,'The default category for questions shared in context \'All type of questions\'.',0,'localhost:8000+240926074801+zuun2w',46,999,NULL),(29,'All type of Questions',21,'

Sanity tests for all type of questions

',1,'localhost:8000+240926074812+AuNI2d',4,0,NULL),(30,'Essay Attachments',21,'',1,'localhost:8000+240926075710+4lL66n',15,3,NULL),(31,'Default for Test',44,'The default category for questions shared in context \'Test\'.',0,'localhost:8000+240926082348+xN51BH',45,999,NULL),(32,'Default for Cloze',37,'The default category for questions shared in context \'Cloze\'.',0,'localhost:8000+241120073921+V9AEK2',47,999,NULL),(33,'Default for Essay',45,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+241120074735+sTONZ7',52,999,NULL),(34,'Default for Match',41,'The default category for questions shared in context \'Match\'.',0,'localhost:8000+241120075044+VvRf1D',49,999,NULL),(35,'Default for Multichoice',40,'The default category for questions shared in context \'Multichoice\'.',0,'localhost:8000+241120075507+WPEoHF',55,999,NULL),(36,'Default for True or False',44,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+241120075806+vdG1On',51,999,NULL),(37,'Default for Graphical Answer',45,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+241120075858+rHvK7k',1,999,NULL),(38,'Default for Short Answer',45,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241120075917+Z3vLAE',52,999,NULL),(39,'Default for Random variables: Generating tables from lists',48,'The default category for questions shared in context \'Random variables: Generating tables from lists\'.',0,'localhost:8000+241120111736+Fk9TeO',46,999,NULL),(40,'Default for Smoke',38,'The default category for questions shared in context \'Smoke\'.',0,'localhost:8000+241203141443+Ay4CXz',53,999,NULL),(41,'Default for Filter test: Quiz',37,'The default category for questions shared in context \'Filter test: Quiz\'.',0,'localhost:8000+240321124012+cO9J1z',54,999,NULL),(42,'Default for C1',21,'The default category for questions shared in context \'C1\'.',0,'localhost:8000+240321124012+WJbcPY',1,999,NULL),(43,'WIRIS quizzes tour',21,'',0,'localhost:8000+240321124958+Ba5EXV',1,999,NULL),(44,'Default for Short Answer',43,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',56,999,NULL),(45,'top',46,'',0,'localhost:8000+250107090233+ebjHdB',0,0,NULL),(46,'top',48,'',0,'localhost:8000+250107090233+pIvWBF',0,0,NULL),(47,'top',39,'',0,'localhost:8000+250107090233+Ia9Zc1',0,0,NULL),(48,'top',47,'',0,'localhost:8000+250107090233+iL9JSZ',0,0,NULL),(49,'top',41,'',0,'localhost:8000+250107090233+DJpxa1',0,0,NULL),(50,'top',42,'',0,'localhost:8000+250107090233+zdwDuJ',0,0,NULL),(51,'top',44,'',0,'localhost:8000+250107090233+5x7033',0,0,NULL),(52,'top',45,'',0,'localhost:8000+250107090233+DQpRZi',0,0,NULL),(53,'top',38,'',0,'localhost:8000+250107090233+38Gktu',0,0,NULL),(54,'top',37,'',0,'localhost:8000+250107090233+tOT6V1',0,0,NULL),(55,'top',40,'',0,'localhost:8000+250107090233+xxlQtd',0,0,NULL),(56,'top',43,'',0,'localhost:8000+250107090233+ejazDk',0,0,NULL),(57,'top',3,'',0,'localhost:8000+250107090245+8Jpr3a',0,0,NULL),(58,'Default for Miscellaneous',3,'The default category for questions shared in context \'Miscellaneous\'.',0,'localhost:8000+250107090245+cxHCZv',57,999,NULL),(59,'top',1,'',0,'localhost:8000+250107090245+q9dkM7',0,0,NULL),(60,'Default for System',1,'The default category for questions shared in context \'System\'.',0,'localhost:8000+250107090245+nSpr5U',59,999,NULL); +/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `m_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_definitions` +-- + +LOCK TABLES `m_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_items` +-- + +DROP TABLE IF EXISTS `m_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_items` +-- + +LOCK TABLES `m_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_datasets` +-- + +DROP TABLE IF EXISTS `m_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `m_quesdata_que_ix` (`question`), + KEY `m_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_datasets` +-- + +LOCK TABLES `m_question_datasets` WRITE; +/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_ddwtos` +-- + +DROP TABLE IF EXISTS `m_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_ddwtos` +-- + +LOCK TABLES `m_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_gapselect` +-- + +DROP TABLE IF EXISTS `m_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_gapselect` +-- + +LOCK TABLES `m_question_gapselect` WRITE; +/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_hints` +-- + +DROP TABLE IF EXISTS `m_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- + +LOCK TABLES `m_question_hints` WRITE; +/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_multianswer` +-- + +DROP TABLE IF EXISTS `m_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesmult_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_multianswer` +-- + +LOCK TABLES `m_question_multianswer` WRITE; +/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; +INSERT INTO `m_question_multianswer` VALUES (1,25,'28,29,30'),(2,26,'63,64,65'),(3,27,'66,67,68'),(4,31,'33,34,35'),(5,32,'59,60,61'),(6,36,'38,39'),(7,37,'51,52'),(8,40,'42,43,44,45,46,47'),(9,41,'53,54,55,56,57,58'),(10,48,'50'),(11,49,'62'),(12,174,'175'),(13,176,'177'),(14,178,'180,181'),(15,179,'202,203'),(16,182,'183'); +/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical` +-- + +DROP TABLE IF EXISTS `m_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `m_quesnume_ans_ix` (`answer`), + KEY `m_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical` +-- + +LOCK TABLES `m_question_numerical` WRITE; +/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_options` +-- + +DROP TABLE IF EXISTS `m_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `m_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- + +LOCK TABLES `m_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_units` +-- + +DROP TABLE IF EXISTS `m_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `m_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- + +LOCK TABLES `m_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_references` +-- + +DROP TABLE IF EXISTS `m_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quesrefe_usi_ix` (`usingcontextid`), + KEY `m_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_references` +-- + +LOCK TABLES `m_question_references` WRITE; +/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; +INSERT INTO `m_question_references` VALUES (1,37,'mod_quiz','slot',1,144,NULL),(2,37,'mod_quiz','slot',2,145,NULL),(3,37,'mod_quiz','slot',3,146,NULL),(4,38,'mod_quiz','slot',4,117,NULL),(5,38,'mod_quiz','slot',5,118,NULL),(6,38,'mod_quiz','slot',6,123,NULL),(7,38,'mod_quiz','slot',7,128,NULL),(8,38,'mod_quiz','slot',8,129,NULL),(9,38,'mod_quiz','slot',9,130,NULL),(10,38,'mod_quiz','slot',10,131,NULL),(11,38,'mod_quiz','slot',11,132,NULL),(12,38,'mod_quiz','slot',12,133,NULL),(13,38,'mod_quiz','slot',13,134,NULL),(14,38,'mod_quiz','slot',14,135,NULL),(15,38,'mod_quiz','slot',15,136,NULL),(16,39,'mod_quiz','slot',16,24,NULL),(17,39,'mod_quiz','slot',17,21,NULL),(18,39,'mod_quiz','slot',18,17,NULL),(19,39,'mod_quiz','slot',19,31,NULL),(20,39,'mod_quiz','slot',20,13,NULL),(21,40,'mod_quiz','slot',21,66,NULL),(22,40,'mod_quiz','slot',22,67,NULL),(23,40,'mod_quiz','slot',23,68,NULL),(24,40,'mod_quiz','slot',24,69,NULL),(25,40,'mod_quiz','slot',25,70,NULL),(26,40,'mod_quiz','slot',26,71,NULL),(27,40,'mod_quiz','slot',27,140,NULL),(28,40,'mod_quiz','slot',28,141,NULL),(29,40,'mod_quiz','slot',29,142,NULL),(30,40,'mod_quiz','slot',30,143,NULL),(31,41,'mod_quiz','slot',31,81,NULL),(32,41,'mod_quiz','slot',32,77,NULL),(33,41,'mod_quiz','slot',33,78,NULL),(34,41,'mod_quiz','slot',34,80,NULL),(35,41,'mod_quiz','slot',35,79,NULL),(36,42,'mod_quiz','slot',36,83,NULL),(37,42,'mod_quiz','slot',37,84,NULL),(38,42,'mod_quiz','slot',38,85,NULL),(39,42,'mod_quiz','slot',39,86,NULL),(40,42,'mod_quiz','slot',40,87,NULL),(41,43,'mod_quiz','slot',41,2,NULL),(42,43,'mod_quiz','slot',42,3,NULL),(43,43,'mod_quiz','slot',43,4,NULL),(44,43,'mod_quiz','slot',44,5,NULL),(45,43,'mod_quiz','slot',45,6,NULL),(46,43,'mod_quiz','slot',46,7,NULL),(47,43,'mod_quiz','slot',47,8,NULL),(48,43,'mod_quiz','slot',48,9,NULL),(49,43,'mod_quiz','slot',49,12,NULL),(50,43,'mod_quiz','slot',50,10,NULL),(51,43,'mod_quiz','slot',51,11,NULL),(52,43,'mod_quiz','slot',52,116,NULL),(53,44,'mod_quiz','slot',53,73,NULL),(54,44,'mod_quiz','slot',54,74,NULL),(55,44,'mod_quiz','slot',55,76,NULL),(56,44,'mod_quiz','slot',56,75,NULL),(57,45,'mod_quiz','slot',57,64,NULL),(58,45,'mod_quiz','slot',58,63,NULL),(59,45,'mod_quiz','slot',59,65,NULL),(60,45,'mod_quiz','slot',60,54,NULL),(61,45,'mod_quiz','slot',61,55,NULL),(62,45,'mod_quiz','slot',62,56,NULL),(63,45,'mod_quiz','slot',63,58,NULL),(64,45,'mod_quiz','slot',64,57,NULL),(65,45,'mod_quiz','slot',65,60,NULL),(66,45,'mod_quiz','slot',66,61,NULL),(67,45,'mod_quiz','slot',67,62,NULL),(68,45,'mod_quiz','slot',68,59,NULL),(69,45,'mod_quiz','slot',69,89,NULL),(70,45,'mod_quiz','slot',70,90,NULL),(71,45,'mod_quiz','slot',71,91,NULL),(72,46,'mod_quiz','slot',72,1,NULL),(73,47,'mod_quiz','slot',73,92,NULL),(74,47,'mod_quiz','slot',74,93,NULL),(75,47,'mod_quiz','slot',75,94,NULL),(76,47,'mod_quiz','slot',76,95,NULL),(77,47,'mod_quiz','slot',77,96,NULL),(78,47,'mod_quiz','slot',78,97,NULL),(79,47,'mod_quiz','slot',79,98,NULL),(80,47,'mod_quiz','slot',80,99,NULL),(81,47,'mod_quiz','slot',81,100,NULL),(82,47,'mod_quiz','slot',82,101,NULL),(83,47,'mod_quiz','slot',83,102,NULL),(84,47,'mod_quiz','slot',84,103,NULL),(85,47,'mod_quiz','slot',85,104,NULL),(86,47,'mod_quiz','slot',86,105,NULL),(87,47,'mod_quiz','slot',87,106,NULL),(88,47,'mod_quiz','slot',88,107,NULL),(89,47,'mod_quiz','slot',89,108,NULL),(90,47,'mod_quiz','slot',90,109,NULL),(91,47,'mod_quiz','slot',91,110,NULL),(92,47,'mod_quiz','slot',92,111,NULL),(93,48,'mod_quiz','slot',93,51,NULL),(94,48,'mod_quiz','slot',94,52,NULL),(95,48,'mod_quiz','slot',95,53,NULL); +/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_analysis` +-- + +DROP TABLE IF EXISTS `m_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_response_analysis` +-- + +LOCK TABLES `m_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_count` +-- + +DROP TABLE IF EXISTS `m_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- + +LOCK TABLES `m_question_response_count` WRITE; +/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_set_references` +-- + +DROP TABLE IF EXISTS `m_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quessetrefe_usi_ix` (`usingcontextid`), + KEY `m_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_set_references` +-- + +LOCK TABLES `m_question_set_references` WRITE; +/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_statistics` +-- + +DROP TABLE IF EXISTS `m_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_statistics` +-- + +LOCK TABLES `m_question_statistics` WRITE; +/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_truefalse` +-- + +DROP TABLE IF EXISTS `m_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_questrue_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_truefalse` +-- + +LOCK TABLES `m_question_truefalse` WRITE; +/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; +INSERT INTO `m_question_truefalse` VALUES (1,96,125,126,0),(2,97,127,128,0),(3,98,129,130,0),(4,99,131,132,0),(5,100,133,134,0),(6,101,135,136,0),(7,102,137,138,0),(8,103,139,140,0),(9,104,141,142,0),(10,200,264,265,0),(11,201,266,267,0); +/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_usages` +-- + +DROP TABLE IF EXISTS `m_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- + +LOCK TABLES `m_question_usages` WRITE; +/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; +INSERT INTO `m_question_usages` VALUES (1,38,'mod_quiz','deferredfeedback'),(2,38,'mod_quiz','deferredfeedback'),(3,38,'mod_quiz','deferredfeedback'),(4,39,'mod_quiz','deferredfeedback'),(5,39,'mod_quiz','deferredfeedback'),(6,39,'mod_quiz','deferredfeedback'),(7,40,'mod_quiz','deferredfeedback'),(8,40,'mod_quiz','deferredfeedback'),(9,41,'mod_quiz','deferredfeedback'),(10,41,'mod_quiz','deferredfeedback'),(11,41,'mod_quiz','deferredfeedback'),(12,41,'mod_quiz','deferredfeedback'),(13,41,'mod_quiz','deferredfeedback'),(14,41,'mod_quiz','deferredfeedback'),(15,42,'mod_quiz','deferredfeedback'),(16,42,'mod_quiz','deferredfeedback'),(17,42,'mod_quiz','deferredfeedback'),(18,43,'mod_quiz','deferredfeedback'),(19,43,'mod_quiz','deferredfeedback'),(20,43,'mod_quiz','deferredfeedback'),(21,44,'mod_quiz','deferredfeedback'),(22,44,'mod_quiz','deferredfeedback'),(23,44,'mod_quiz','deferredfeedback'),(24,44,'mod_quiz','deferredfeedback'),(25,44,'mod_quiz','deferredfeedback'); +/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_versions` +-- + +DROP TABLE IF EXISTS `m_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `m_quesvers_que_ix` (`questionbankentryid`), + KEY `m_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_versions` +-- + +LOCK TABLES `m_question_versions` WRITE; +/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; +INSERT INTO `m_question_versions` VALUES (1,1,1,1,'ready'),(2,1,2,2,'ready'),(3,2,1,3,'ready'),(4,2,2,4,'ready'),(5,3,1,5,'ready'),(6,4,1,6,'ready'),(7,4,2,7,'ready'),(8,5,1,8,'ready'),(9,5,2,9,'ready'),(10,6,1,10,'ready'),(11,6,2,11,'ready'),(12,7,1,12,'ready'),(13,7,2,13,'ready'),(14,7,3,14,'ready'),(15,8,1,15,'ready'),(16,8,2,16,'ready'),(17,9,1,17,'ready'),(18,9,2,18,'ready'),(19,10,1,19,'ready'),(20,10,2,20,'ready'),(21,11,1,21,'ready'),(22,11,2,22,'ready'),(23,12,1,23,'ready'),(24,12,2,24,'ready'),(25,13,1,25,'ready'),(26,13,2,26,'ready'),(27,13,3,27,'ready'),(28,14,1,28,'ready'),(29,15,1,29,'ready'),(30,16,1,30,'ready'),(31,17,1,31,'ready'),(32,17,2,32,'ready'),(33,18,1,33,'ready'),(34,19,1,34,'ready'),(35,20,1,35,'ready'),(36,21,1,36,'ready'),(37,21,2,37,'ready'),(38,22,1,38,'ready'),(39,23,1,39,'ready'),(40,24,1,40,'ready'),(41,24,2,41,'ready'),(42,25,1,42,'ready'),(43,26,1,43,'ready'),(44,27,1,44,'ready'),(45,28,1,45,'ready'),(46,29,1,46,'ready'),(47,30,1,47,'ready'),(48,31,1,48,'ready'),(49,31,2,49,'ready'),(50,32,1,50,'ready'),(51,33,2,51,'ready'),(52,34,2,52,'ready'),(53,35,2,53,'ready'),(54,36,2,54,'ready'),(55,37,2,55,'ready'),(56,38,2,56,'ready'),(57,39,2,57,'ready'),(58,40,2,58,'ready'),(59,41,2,59,'ready'),(60,42,2,60,'ready'),(61,43,2,61,'ready'),(62,44,2,62,'ready'),(63,45,2,63,'ready'),(64,46,2,64,'ready'),(65,47,2,65,'ready'),(66,48,3,66,'ready'),(67,49,3,67,'ready'),(68,50,3,68,'ready'),(69,51,1,69,'ready'),(70,52,1,70,'ready'),(71,53,1,71,'ready'),(72,54,1,72,'ready'),(73,55,1,73,'ready'),(74,56,1,74,'ready'),(75,57,1,75,'ready'),(76,58,1,76,'ready'),(77,59,1,77,'ready'),(78,60,1,78,'ready'),(79,61,1,79,'ready'),(80,62,1,80,'ready'),(81,63,1,81,'ready'),(82,64,1,82,'ready'),(83,65,1,83,'ready'),(84,66,1,84,'ready'),(85,66,2,85,'ready'),(86,67,1,86,'ready'),(87,67,2,87,'ready'),(88,68,1,88,'ready'),(89,68,2,89,'ready'),(90,69,1,90,'ready'),(91,69,2,91,'ready'),(92,70,1,92,'ready'),(93,70,2,93,'ready'),(94,71,1,94,'ready'),(95,71,2,95,'ready'),(96,72,1,96,'ready'),(97,73,1,97,'ready'),(98,73,2,98,'ready'),(99,74,1,99,'ready'),(100,74,2,100,'ready'),(101,75,1,101,'ready'),(102,75,2,102,'ready'),(103,76,1,103,'ready'),(104,76,2,104,'ready'),(105,77,1,105,'ready'),(106,77,2,106,'ready'),(107,77,3,107,'ready'),(108,78,1,108,'ready'),(109,78,2,109,'ready'),(110,78,3,110,'ready'),(111,79,1,111,'ready'),(112,79,2,112,'ready'),(113,79,3,113,'ready'),(114,80,1,114,'ready'),(115,80,2,115,'ready'),(116,80,3,116,'ready'),(117,81,1,117,'ready'),(118,81,2,118,'ready'),(119,81,3,119,'ready'),(120,82,1,120,'ready'),(121,83,1,121,'ready'),(122,83,2,122,'ready'),(123,84,1,123,'ready'),(124,84,2,124,'ready'),(125,84,3,125,'ready'),(126,85,1,126,'ready'),(127,85,2,127,'ready'),(128,86,1,128,'ready'),(129,86,2,129,'ready'),(130,87,1,130,'ready'),(131,87,2,131,'ready'),(132,88,1,132,'ready'),(133,89,1,133,'ready'),(134,90,1,134,'ready'),(135,91,1,135,'ready'),(136,92,1,136,'ready'),(137,92,2,137,'ready'),(138,92,3,138,'ready'),(139,92,4,139,'ready'),(140,93,1,140,'ready'),(141,93,2,141,'ready'),(142,94,1,142,'ready'),(143,94,2,143,'ready'),(144,95,1,144,'ready'),(145,96,1,145,'ready'),(146,97,1,146,'ready'),(147,98,1,147,'ready'),(148,99,1,148,'ready'),(149,100,1,149,'ready'),(150,101,1,150,'ready'),(151,102,1,151,'ready'),(152,103,1,152,'ready'),(153,103,2,153,'ready'),(154,104,1,154,'ready'),(155,105,1,155,'ready'),(156,106,1,156,'ready'),(157,107,1,157,'ready'),(158,108,1,158,'ready'),(159,109,1,159,'ready'),(160,110,1,160,'ready'),(161,111,1,161,'ready'),(162,112,1,162,'ready'),(163,113,1,163,'ready'),(164,114,1,164,'ready'),(165,115,1,165,'ready'),(166,116,1,166,'ready'),(167,116,2,167,'ready'),(168,117,1,168,'ready'),(169,117,2,169,'ready'),(170,117,3,170,'ready'),(171,117,4,171,'ready'),(172,118,1,172,'ready'),(173,118,2,173,'ready'),(174,119,1,174,'ready'),(175,120,1,175,'ready'),(176,121,1,176,'ready'),(177,122,1,177,'ready'),(178,123,1,178,'ready'),(179,123,2,179,'ready'),(180,124,1,180,'ready'),(181,125,1,181,'ready'),(182,126,1,182,'ready'),(183,127,1,183,'ready'),(184,128,1,184,'ready'),(185,128,2,185,'ready'),(186,129,1,186,'ready'),(187,129,2,187,'ready'),(188,130,1,188,'ready'),(189,130,2,189,'ready'),(190,131,1,190,'ready'),(191,131,2,191,'ready'),(192,132,1,192,'ready'),(193,132,2,193,'ready'),(194,133,1,194,'ready'),(195,133,2,195,'ready'),(196,134,1,196,'ready'),(197,134,2,197,'ready'),(198,135,1,198,'ready'),(199,135,2,199,'ready'),(200,136,1,200,'ready'),(201,136,2,201,'ready'),(202,137,2,202,'ready'),(203,138,2,203,'ready'),(204,139,1,204,'ready'),(205,140,1,205,'ready'),(206,140,2,206,'ready'),(207,141,1,207,'ready'),(208,141,2,208,'ready'),(209,142,1,209,'ready'),(210,142,2,210,'ready'),(211,142,3,211,'ready'),(212,143,1,212,'ready'),(213,143,2,213,'ready'),(214,144,1,214,'ready'),(215,144,2,215,'ready'),(216,144,3,216,'ready'),(217,145,1,217,'ready'),(218,145,2,218,'ready'),(219,146,1,219,'ready'); +/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz` +-- + +DROP TABLE IF EXISTS `m_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quiz_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz` +-- + +LOCK TABLES `m_quiz` WRITE; +/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; +INSERT INTO `m_quiz` VALUES (1,2,'Filter test: Quiz','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1711024806,1711024806,'','','-',0,0,0,0,0,0,0),(2,2,'Smoke','Smoke and sanity tests.',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,13.00000,10.00000,1727336879,1732088341,'','','-',0,0,0,0,0,0,0),(3,2,'Cloze','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275517,1727275832,'','','-',0,0,0,0,0,0,0),(4,2,'Essay','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,10.00000,10.00000,1727276507,1727276507,'','','-',0,0,0,0,0,0,0),(5,2,'Match','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276423,1732089040,'','','-',0,0,0,0,0,0,0),(6,2,'Multichoice','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276469,1732089130,'','','-',0,0,0,0,0,0,0),(7,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736239685,'','','-',0,0,0,0,0,0,0),(8,2,'True or False','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,4.00000,10.00000,1727276551,1727276551,'','','-',0,0,0,0,0,0,0),(9,2,'Short Answer - old','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275915,1732089458,'','','-',0,0,0,0,0,0,0),(10,2,'Test','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,1.00000,10.00000,1727339025,1727339025,'','','-',0,0,0,0,0,0,0),(11,2,'Graphical Answer','

Test suite for the Short Answer Graphical sub-question type.

',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,20.00000,10.00000,1727333880,1727333880,'','','-',0,0,0,0,0,0,0),(12,2,'Random variables: Generating tables from lists','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1727275855,1727276623,'','','-',0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_attempts` +-- + +DROP TABLE IF EXISTS `m_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), + KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `m_quizatte_qui_ix` (`quiz`), + KEY `m_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_attempts` +-- + +LOCK TABLES `m_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; +INSERT INTO `m_quiz_attempts` VALUES (1,2,4,1,1,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733231846,1733232336,1736238892,0,0,13.00000,1733232336),(2,2,4,2,2,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232368,1733232537,1733232537,0,0,NULL,1733232537),(3,2,4,3,3,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232577,1733232620,1733232620,0,0,0.00000,1733232620),(4,3,4,1,4,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232644,1733232758,1733232758,0,0,15.00000,1733232758),(5,3,4,2,5,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232771,1733232813,1733232813,0,0,1.00000,1733232813),(6,3,4,3,6,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232828,1733232871,1733232871,0,0,9.00000,1733232871),(7,4,4,1,7,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733232904,1733232995,1736239145,0,0,10.00000,1733232995),(8,4,4,2,8,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733233202,1733233223,1733233223,0,0,0.00000,1733233223),(9,5,4,1,9,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233238,1733233312,1733233312,0,0,4.00000,1733233312),(10,5,4,2,10,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233329,1733233415,1733233415,0,0,4.00000,1733233415),(11,5,4,3,11,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233427,1733233745,1733233745,0,0,1.83333,1733233745),(12,5,4,4,12,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233751,1733233853,1733233853,0,0,4.00000,1733233853),(13,5,4,5,13,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239173,1736239208,1736239208,0,0,0.00000,1736239208),(14,5,4,6,14,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239216,1736239285,1736239285,0,0,5.00000,1736239285),(15,6,4,1,15,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233873,1733233904,1733233904,0,0,2.05833,1733233904),(16,6,4,2,16,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233910,1733233924,1733233924,0,0,0.00000,1733233924),(17,6,4,3,17,'1,2,0,3,0,4,0,5,0',3,0,'finished',1736239303,1736239334,1736239334,0,0,5.00000,1736239334),(18,7,4,1,18,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239693,1736239748,1736239748,0,0,12.00000,1736239748),(19,7,4,2,19,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',0,0,'finished',1736239761,1736239770,1736239770,0,0,0.00000,1736239770),(20,7,4,3,20,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239777,1736239830,1736239830,0,0,8.20000,1736239830),(21,8,4,1,21,'1,2,0,3,0,4,0',2,0,'finished',1733234357,1733234402,1733234402,0,0,4.00000,1733234402),(22,8,4,2,22,'1,2,0,3,0,4,0',2,0,'finished',1733234412,1733234441,1733234441,0,0,4.00000,1733234441),(23,8,4,3,23,'1,2,0,3,0,4,0',2,0,'finished',1733234447,1733234461,1733234461,0,0,1.00000,1733234461),(24,8,4,4,24,'1,2,0,3,0,4,0',2,0,'finished',1733234476,1733234507,1733234507,0,0,2.00000,1733234507),(25,8,4,5,25,'1,2,0,3,0,4,0',0,0,'finished',1736239374,1736239382,1736239382,0,0,0.00000,1736239382); +/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_feedback` +-- + +DROP TABLE IF EXISTS `m_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `m_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- + +LOCK TABLES `m_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; +INSERT INTO `m_quiz_feedback` VALUES (1,1,'',1,0.00000,11.00000),(2,2,'',1,0.00000,11.00000),(3,3,'',1,0.00000,11.00000),(4,4,'',1,0.00000,11.00000),(5,5,'',1,0.00000,11.00000),(6,6,'',1,0.00000,11.00000),(7,7,'',1,0.00000,11.00000),(8,8,'',1,0.00000,11.00000),(9,9,'',1,0.00000,11.00000),(10,10,'',1,0.00000,11.00000),(11,11,'',1,0.00000,11.00000),(12,12,'',1,0.00000,11.00000); +/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grade_items` +-- + +DROP TABLE IF EXISTS `m_quiz_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizgraditem_quisor_uix` (`quizid`,`sortorder`), + KEY `m_quizgraditem_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_grade_items` +-- + +LOCK TABLES `m_quiz_grade_items` WRITE; +/*!40000 ALTER TABLE `m_quiz_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grades` +-- + +DROP TABLE IF EXISTS `m_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizgrad_use_ix` (`userid`), + KEY `m_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- + +LOCK TABLES `m_quiz_grades` WRITE; +/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; +INSERT INTO `m_quiz_grades` VALUES (1,2,4,10.00000,1736238892),(2,3,4,10.00000,1733232872),(3,4,4,10.00000,1736239145),(4,5,4,10.00000,1736239285),(5,6,4,10.00000,1736239334),(6,7,4,10.00000,1736239833),(7,8,4,10.00000,1736239382); +/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overrides` +-- + +DROP TABLE IF EXISTS `m_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quizover_qui_ix` (`quiz`), + KEY `m_quizover_gro_ix` (`groupid`), + KEY `m_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- + +LOCK TABLES `m_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- + +LOCK TABLES `m_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_reports` +-- + +DROP TABLE IF EXISTS `m_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- + +LOCK TABLES `m_quiz_reports` WRITE; +/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; +INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_sections` +-- + +DROP TABLE IF EXISTS `m_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `m_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- + +LOCK TABLES `m_quiz_sections` WRITE; +/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; +INSERT INTO `m_quiz_sections` VALUES (1,1,1,'',0),(2,2,1,'',0),(3,3,1,'',0),(4,4,1,'Essay Generic',0),(5,4,7,'Attachments',0),(6,5,1,'',0),(7,6,1,'',0),(8,7,1,'Equation',0),(9,7,8,'Text',0),(10,7,9,'Plotter',0),(11,7,10,'Statistic charts',0),(12,8,1,'',0),(13,9,1,'Answer Input Method',0),(14,9,4,'Compound Answer',0),(15,9,8,'Custom Grading Function',0),(16,9,10,'Parameter answer',0),(17,9,13,'Text answer type',0),(18,10,1,'',0),(19,11,1,'',0),(20,12,1,'',0); +/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_slots` +-- + +DROP TABLE IF EXISTS `m_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `m_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- + +LOCK TABLES `m_quiz_slots` WRITE; +/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; +INSERT INTO `m_quiz_slots` 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,1,2,1,NULL,0,1.0000000),(5,2,2,2,NULL,0,1.0000000),(6,3,2,3,NULL,0,2.0000000),(7,4,2,4,NULL,0,1.0000000),(8,5,2,5,NULL,0,1.0000000),(9,6,2,6,NULL,0,1.0000000),(10,7,2,7,NULL,0,1.0000000),(11,8,2,8,NULL,0,1.0000000),(12,9,2,9,NULL,0,1.0000000),(13,10,2,10,NULL,0,1.0000000),(14,11,2,11,NULL,0,1.0000000),(15,12,2,12,NULL,0,1.0000000),(16,1,3,1,NULL,0,6.0000000),(17,2,3,2,NULL,0,2.0000000),(18,3,3,3,NULL,0,3.0000000),(19,4,3,4,NULL,0,1.0000000),(20,5,3,5,NULL,0,3.0000000),(21,1,4,1,NULL,0,1.0000000),(22,2,4,1,NULL,0,1.0000000),(23,3,4,2,NULL,0,1.0000000),(24,4,4,3,NULL,0,1.0000000),(25,5,4,3,NULL,0,1.0000000),(26,6,4,4,NULL,0,1.0000000),(27,7,4,5,NULL,0,1.0000000),(28,8,4,5,NULL,0,1.0000000),(29,9,4,5,NULL,0,1.0000000),(30,10,4,5,NULL,0,1.0000000),(31,1,5,1,NULL,0,1.0000000),(32,2,5,2,NULL,0,1.0000000),(33,3,5,2,NULL,0,1.0000000),(34,4,5,3,NULL,0,1.0000000),(35,5,5,4,NULL,0,1.0000000),(36,1,6,1,NULL,0,1.0000000),(37,2,6,1,NULL,0,1.0000000),(38,3,6,2,NULL,0,1.0000000),(39,4,6,3,NULL,0,1.0000000),(40,5,6,4,NULL,0,1.0000000),(41,1,7,1,NULL,0,1.0000000),(42,2,7,2,NULL,0,1.0000000),(43,3,7,3,NULL,0,1.0000000),(44,4,7,4,NULL,0,1.0000000),(45,5,7,5,NULL,0,1.0000000),(46,6,7,6,NULL,0,1.0000000),(47,7,7,6,NULL,0,1.0000000),(48,8,7,7,NULL,0,1.0000000),(49,9,7,8,NULL,0,1.0000000),(50,10,7,9,NULL,0,1.0000000),(51,11,7,10,NULL,0,1.0000000),(52,12,7,11,NULL,0,1.0000000),(53,1,8,1,NULL,0,1.0000000),(54,2,8,1,NULL,0,1.0000000),(55,3,8,2,NULL,0,1.0000000),(56,4,8,3,NULL,0,1.0000000),(57,1,9,1,NULL,0,1.0000000),(58,2,9,1,NULL,0,1.0000000),(59,3,9,1,NULL,0,1.0000000),(60,4,9,2,NULL,0,1.0000000),(61,5,9,2,NULL,0,1.0000000),(62,6,9,2,NULL,0,1.0000000),(63,7,9,3,NULL,0,1.0000000),(64,8,9,3,NULL,0,1.0000000),(65,9,9,3,NULL,0,1.0000000),(66,10,9,3,NULL,0,1.0000000),(67,11,9,3,NULL,0,1.0000000),(68,12,9,3,NULL,0,1.0000000),(69,13,9,4,NULL,0,1.0000000),(70,14,9,4,NULL,0,1.0000000),(71,15,9,4,NULL,0,1.0000000),(72,1,10,1,NULL,0,1.0000000),(73,1,11,1,NULL,0,1.0000000),(74,2,11,1,NULL,0,1.0000000),(75,3,11,1,NULL,0,1.0000000),(76,4,11,1,NULL,0,1.0000000),(77,5,11,1,NULL,0,1.0000000),(78,6,11,2,NULL,0,1.0000000),(79,7,11,2,NULL,0,1.0000000),(80,8,11,2,NULL,0,1.0000000),(81,9,11,2,NULL,0,1.0000000),(82,10,11,2,NULL,0,1.0000000),(83,11,11,2,NULL,0,1.0000000),(84,12,11,3,NULL,0,1.0000000),(85,13,11,3,NULL,0,1.0000000),(86,14,11,3,NULL,0,1.0000000),(87,15,11,3,NULL,0,1.0000000),(88,16,11,3,NULL,0,1.0000000),(89,17,11,3,NULL,0,1.0000000),(90,18,11,4,NULL,0,1.0000000),(91,19,11,4,NULL,0,1.0000000),(92,20,11,4,NULL,0,1.0000000),(93,1,12,1,NULL,0,1.0000000),(94,2,12,2,NULL,0,1.0000000),(95,3,12,3,NULL,0,1.0000000); +/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_statistics` +-- + +DROP TABLE IF EXISTS `m_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `m_quiz_statistics` +-- + +LOCK TABLES `m_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), + KEY `m_quizsebquiz_tem_ix` (`templateid`), + KEY `m_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_template` +-- + +LOCK TABLES `m_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_rating` +-- + +DROP TABLE IF EXISTS `m_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `m_rati_con_ix` (`contextid`), + KEY `m_rati_use_ix` (`userid`), + KEY `m_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_rating` +-- + +LOCK TABLES `m_rating` WRITE; +/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_registration_hubs` +-- + +DROP TABLE IF EXISTS `m_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_registration_hubs` +-- + +LOCK TABLES `m_registration_hubs` WRITE; +/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoaudi_rep_ix` (`reportid`), + KEY `m_repoaudi_use_ix` (`usercreated`), + KEY `m_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_audience` +-- + +LOCK TABLES `m_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repocolu_rep_ix` (`reportid`), + KEY `m_repocolu_use_ix` (`usercreated`), + KEY `m_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_column` +-- + +LOCK TABLES `m_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repofilt_rep_ix` (`reportid`), + KEY `m_repofilt_use_ix` (`usercreated`), + KEY `m_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_filter` +-- + +LOCK TABLES `m_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reporepo_use_ix` (`usercreated`), + KEY `m_reporepo_use2_ix` (`usermodified`), + KEY `m_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_report` +-- + +LOCK TABLES `m_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reposche_rep_ix` (`reportid`), + KEY `m_reposche_use_ix` (`userviewas`), + KEY `m_reposche_use2_ix` (`usercreated`), + KEY `m_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_schedule` +-- + +LOCK TABLES `m_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository` +-- + +DROP TABLE IF EXISTS `m_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository` +-- + +LOCK TABLES `m_repository` WRITE; +/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; +INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); +/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instance_config` +-- + +DROP TABLE IF EXISTS `m_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_instance_config` +-- + +LOCK TABLES `m_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instances` +-- + +DROP TABLE IF EXISTS `m_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoinst_use_ix` (`userid`), + KEY `m_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- + +LOCK TABLES `m_repository_instances` WRITE; +/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; +INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); +/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `m_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_onedrive_access` +-- + +LOCK TABLES `m_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource` +-- + +DROP TABLE IF EXISTS `m_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- + +LOCK TABLES `m_resource` WRITE; +/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource_old` +-- + +DROP TABLE IF EXISTS `m_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_resoold_old_uix` (`oldid`), + KEY `m_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- + +LOCK TABLES `m_resource_old` WRITE; +/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role` +-- + +DROP TABLE IF EXISTS `m_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_role_sor_uix` (`sortorder`), + UNIQUE KEY `m_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role` +-- + +LOCK TABLES `m_role` WRITE; +/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; +INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_assign` +-- + +DROP TABLE IF EXISTS `m_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `m_rolealloassi_rol_ix` (`roleid`), + KEY `m_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_assign` +-- + +LOCK TABLES `m_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; +INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_override` +-- + +DROP TABLE IF EXISTS `m_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `m_rolealloover_rol_ix` (`roleid`), + KEY `m_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_override` +-- + +LOCK TABLES `m_role_allow_override` WRITE; +/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; +INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_switch` +-- + +DROP TABLE IF EXISTS `m_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `m_rolealloswit_rol_ix` (`roleid`), + KEY `m_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- + +LOCK TABLES `m_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; +INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_view` +-- + +DROP TABLE IF EXISTS `m_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `m_rolealloview_rol_ix` (`roleid`), + KEY `m_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- + +LOCK TABLES `m_role_allow_view` WRITE; +/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; +INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_assignments` +-- + +DROP TABLE IF EXISTS `m_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_roleassi_sor_ix` (`sortorder`), + KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `m_roleassi_rol_ix` (`roleid`), + KEY `m_roleassi_con_ix` (`contextid`), + KEY `m_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_assignments` +-- + +LOCK TABLES `m_role_assignments` WRITE; +/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; +INSERT INTO `m_role_assignments` VALUES (3,3,21,3,1736240546,2,'',0,0),(4,5,21,4,1736240546,2,'',0,0); +/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_capabilities` +-- + +DROP TABLE IF EXISTS `m_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `m_rolecapa_rol_ix` (`roleid`), + KEY `m_rolecapa_con_ix` (`contextid`), + KEY `m_rolecapa_mod_ix` (`modifierid`), + KEY `m_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1520 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- + +LOCK TABLES `m_role_capabilities` WRITE; +/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; +INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1360,1,3,'mod/lti:addmanualinstance',1,1612456674,0),(1361,1,1,'mod/lti:addmanualinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0); +/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_context_levels` +-- + +DROP TABLE IF EXISTS `m_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `m_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- + +LOCK TABLES `m_role_context_levels` WRITE; +/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; +INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_names` +-- + +DROP TABLE IF EXISTS `m_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `m_rolename_rol_ix` (`roleid`), + KEY `m_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_names` +-- + +LOCK TABLES `m_role_names` WRITE; +/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale` +-- + +DROP TABLE IF EXISTS `m_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scal_cou_ix` (`courseid`), + KEY `m_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale` +-- + +LOCK TABLES `m_scale` WRITE; +/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; +INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); +/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale_history` +-- + +DROP TABLE IF EXISTS `m_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scalhist_act_ix` (`action`), + KEY `m_scalhist_tim_ix` (`timemodified`), + KEY `m_scalhist_old_ix` (`oldid`), + KEY `m_scalhist_cou_ix` (`courseid`), + KEY `m_scalhist_log_ix` (`loggeduser`), + KEY `m_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale_history` +-- + +LOCK TABLES `m_scale_history` WRITE; +/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm` +-- + +DROP TABLE IF EXISTS `m_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- + +LOCK TABLES `m_scorm` WRITE; +/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `m_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scoraiccsess_sco_ix` (`scormid`), + KEY `m_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_aicc_session` +-- + +LOCK TABLES `m_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_attempt` +-- + +DROP TABLE IF EXISTS `m_scorm_attempt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_attempt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `scormid` bigint NOT NULL, + `attempt` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_scoratte_use_ix` (`userid`), + KEY `m_scoratte_sco_ix` (`scormid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_attempt` +-- + +LOCK TABLES `m_scorm_attempt` WRITE; +/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_element` +-- + +DROP TABLE IF EXISTS `m_scorm_element`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_element` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorelem_ele_uix` (`element`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_element` +-- + +LOCK TABLES `m_scorm_element` WRITE; +/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes` +-- + +LOCK TABLES `m_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_data` +-- + +LOCK TABLES `m_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `m_scorscoetrac_use_ix` (`userid`), + KEY `m_scorscoetrac_sco_ix` (`scormid`), + KEY `m_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_track` +-- + +LOCK TABLES `m_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_value` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL, + `attemptid` bigint NOT NULL, + `elementid` bigint NOT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoevalu_sco_ix` (`scoid`), + KEY `m_scorscoevalu_att_ix` (`attemptid`), + KEY `m_scorscoevalu_ele_ix` (`elementid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_value` +-- + +LOCK TABLES `m_scorm_scoes_value` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `m_scorseqmapi_sco_ix` (`scoid`), + KEY `m_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_mapinfo` +-- + +LOCK TABLES `m_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_objective` +-- + +LOCK TABLES `m_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprule` +-- + +LOCK TABLES `m_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `m_scorseqroll_sco2_ix` (`scoid`), + KEY `m_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `m_scorseqrule_sco2_ix` (`scoid`), + KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rulecond` +-- + +LOCK TABLES `m_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_ruleconds` +-- + +LOCK TABLES `m_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_index_requests` +-- + +DROP TABLE IF EXISTS `m_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `m_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- + +LOCK TABLES `m_search_index_requests` WRITE; +/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `m_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), + KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `m_searsimpinde_con_ix` (`contextid`), + KEY `m_searsimpinde_cou_ix` (`courseid`), + KEY `m_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_search_simpledb_index` +-- + +LOCK TABLES `m_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_sessions` +-- + +DROP TABLE IF EXISTS `m_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_sess_sid_uix` (`sid`), + KEY `m_sess_sta_ix` (`state`), + KEY `m_sess_tim_ix` (`timecreated`), + KEY `m_sess_tim2_ix` (`timemodified`), + KEY `m_sess_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_sessions` +-- + +LOCK TABLES `m_sessions` WRITE; +/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; +INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'4a78c3ace3f08cb49a854ff0982c951f',2,NULL,1736240508,1736240554,'172.18.0.1','172.18.0.1'); +/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_daily` +-- + +DROP TABLE IF EXISTS `m_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statdail_cou_ix` (`courseid`), + KEY `m_statdail_tim_ix` (`timeend`), + KEY `m_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_daily` +-- + +LOCK TABLES `m_stats_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statmont_cou_ix` (`courseid`), + KEY `m_statmont_tim_ix` (`timeend`), + KEY `m_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_monthly` +-- + +LOCK TABLES `m_stats_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_daily` +-- + +DROP TABLE IF EXISTS `m_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserdail_cou_ix` (`courseid`), + KEY `m_statuserdail_use_ix` (`userid`), + KEY `m_statuserdail_rol_ix` (`roleid`), + KEY `m_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_daily` +-- + +LOCK TABLES `m_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statusermont_cou_ix` (`courseid`), + KEY `m_statusermont_use_ix` (`userid`), + KEY `m_statusermont_rol_ix` (`roleid`), + KEY `m_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_monthly` +-- + +LOCK TABLES `m_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserweek_cou_ix` (`courseid`), + KEY `m_statuserweek_use_ix` (`userid`), + KEY `m_statuserweek_rol_ix` (`roleid`), + KEY `m_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_weekly` +-- + +LOCK TABLES `m_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statweek_cou_ix` (`courseid`), + KEY `m_statweek_tim_ix` (`timeend`), + KEY `m_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_weekly` +-- + +LOCK TABLES `m_stats_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey` +-- + +DROP TABLE IF EXISTS `m_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- + +LOCK TABLES `m_survey` WRITE; +/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; +INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_analysis` +-- + +DROP TABLE IF EXISTS `m_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survanal_use_ix` (`userid`), + KEY `m_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_analysis` +-- + +LOCK TABLES `m_survey_analysis` WRITE; +/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_answers` +-- + +DROP TABLE IF EXISTS `m_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survansw_use_ix` (`userid`), + KEY `m_survansw_sur_ix` (`survey`), + KEY `m_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- + +LOCK TABLES `m_survey_answers` WRITE; +/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_questions` +-- + +DROP TABLE IF EXISTS `m_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_questions` +-- + +LOCK TABLES `m_survey_questions` WRITE; +/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; +INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag` +-- + +DROP TABLE IF EXISTS `m_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `m_tag_use_ix` (`userid`), + KEY `m_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- + +LOCK TABLES `m_tag` WRITE; +/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_area` +-- + +DROP TABLE IF EXISTS `m_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), + KEY `m_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- + +LOCK TABLES `m_tag_area` WRITE; +/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; +INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_coll` +-- + +DROP TABLE IF EXISTS `m_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_coll` +-- + +LOCK TABLES `m_tag_coll` WRITE; +/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; +INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_correlation` +-- + +DROP TABLE IF EXISTS `m_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- + +LOCK TABLES `m_tag_correlation` WRITE; +/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_instance` +-- + +DROP TABLE IF EXISTS `m_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `m_taginst_tag_ix` (`tagid`), + KEY `m_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- + +LOCK TABLES `m_tag_instance` WRITE; +/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_adhoc` +-- + +DROP TABLE IF EXISTS `m_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_taskadho_nex_ix` (`nextruntime`), + KEY `m_taskadho_use_ix` (`userid`), + KEY `m_taskadho_tim_ix` (`timestarted`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_adhoc` +-- + +LOCK TABLES `m_task_adhoc` WRITE; +/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; +INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,0,NULL,NULL,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,0,NULL,NULL,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,0,NULL,NULL,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(11,'','\\core\\task\\refresh_mod_calendar_events_task',1736240552,0,'{\"courseid\":2}',NULL,0,NULL,NULL,NULL,1736240553); +/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_log` +-- + +DROP TABLE IF EXISTS `m_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_tasklog_cla_ix` (`classname`), + KEY `m_tasklog_tim_ix` (`timestart`), + KEY `m_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_log` +-- + +LOCK TABLES `m_task_log` WRITE; +/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_scheduled` +-- + +DROP TABLE IF EXISTS `m_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- + +LOCK TABLES `m_task_scheduled` WRITE; +/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; +INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1736244000,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1736240700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1736241000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1736305380,0,'3','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1736241900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1736242200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1736242500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1736294400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1736276220,0,'57','18','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1736417580,0,'13','10','*','*','4',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1736319120,0,'52','6','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1736243400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1736243400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1736240700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1736254500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1736254500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1736242200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1736252100,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1736294400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1736251200,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1736242620,0,'37','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1736243400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1736302620,0,'17','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1736242200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1736242920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1683084360,0,'26','4','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1683026760,0,'26','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1683026100,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1683025800,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1683082860,0,'1','4','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1683026460,0,'21','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1683049080,0,'38','18','*','*','2',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1683581760,0,'36','22','*','*','1',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1683100800,0,'0','9','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1683028800,0,'0','13','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1736242200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1683054000,0,'0','20','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1683046800,0,'0','18','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1683049680,0,'48','18','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1683073920,0,'32','1','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1683083640,0,'14','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1683075300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1683032340,0,'59','13','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1683088380,0,'33','5','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1683083520,0,'12','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1736294400,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(79,'moodle','\\core\\task\\question_stats_cleanup_task',0,1736240520,0,'*','*','*','*','*',0,0,1,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1736240700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1736276280,0,'58','18','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1738434540,0,'29','18','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1736295720,0,'22','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1683040860,0,'21','16','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(88,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(91,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1683095340,0,'29','7','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1683061200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1683103920,0,'52','9','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1736297580,0,'53','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1683101100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1683071400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1683801120,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1683024660,0,'51','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1683024720,0,'52','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1736296920,0,'42','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1736295540,0,'19','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\automated_backup_report_task',0,1736240520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tiny_autosave` +-- + +DROP TABLE IF EXISTS `m_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- + +LOCK TABLES `m_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `m_toolbricarea_cou_ix` (`courseid`), + KEY `m_toolbricarea_cmi_ix` (`cmid`), + KEY `m_toolbricarea_cat_ix` (`categoryid`), + KEY `m_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_areas` +-- + +LOCK TABLES `m_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachacts_sta_ix` (`status`), + KEY `m_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_acts` +-- + +LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachchec_sta_ix` (`status`), + KEY `m_toolbriccachchec_err_ix` (`errorcount`), + KEY `m_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_check` +-- + +LOCK TABLES `m_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricchec_che_ix` (`checktype`), + KEY `m_toolbricchec_che2_ix` (`checkgroup`), + KEY `m_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_checks` +-- + +LOCK TABLES `m_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccont_sta_ix` (`status`), + KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `m_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- + +LOCK TABLES `m_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_errors` +-- + +LOCK TABLES `m_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- + +LOCK TABLES `m_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `m_toolbricresu_con_ix` (`contentid`), + KEY `m_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_results` +-- + +LOCK TABLES `m_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_schedule` +-- + +LOCK TABLES `m_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricsumm_sta_ix` (`status`), + KEY `m_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_summary` +-- + +LOCK TABLES `m_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `m_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_cohortroles` +-- + +LOCK TABLES `m_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang` +-- + +DROP TABLE IF EXISTS `m_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `m_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- + +LOCK TABLES `m_tool_customlang` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `m_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang_components` +-- + +LOCK TABLES `m_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_category` +-- + +LOCK TABLES `m_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_contextlist` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_contextlist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_contextlist` +-- + +LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), + KEY `m_tooldatactxi_pur_ix` (`purposeid`), + KEY `m_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), + KEY `m_tooldatactxl_cat_ix` (`categoryid`), + KEY `m_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purpose` +-- + +LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `m_tooldatapurp_pur_ix` (`purposeid`), + KEY `m_tooldatapurp_rol_ix` (`roleid`), + KEY `m_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatarequ_use_ix` (`userid`), + KEY `m_tooldatarequ_req_ix` (`requestedby`), + KEY `m_tooldatarequ_dpo_ix` (`dpo`), + KEY `m_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_request` +-- + +LOCK TABLES `m_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `requestid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), + KEY `m_tooldatarqstctxl_req_ix` (`requestid`), + KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa` +-- + +DROP TABLE IF EXISTS `m_tool_mfa`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `lastverified` bigint DEFAULT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `lockcounter` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfa_use_ix` (`userid`), + KEY `m_toolmfa_fac_ix` (`factor`), + KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa` +-- + +LOCK TABLES `m_tool_mfa` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_auth` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_auth`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_auth` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `lastverified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfaauth_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_mfa_auth` +-- + +LOCK TABLES `m_tool_mfa_auth` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_secrets` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_secrets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `expiry` bigint NOT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmfasecr_fac_ix` (`factor`), + KEY `m_toolmfasecr_exp_ix` (`expiry`), + KEY `m_toolmfasecr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa_secrets` +-- + +LOCK TABLES `m_tool_mfa_secrets` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonieven_cou_ix` (`courseid`), + KEY `m_toolmonieven_con_ix` (`contextid`), + KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- + +LOCK TABLES `m_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `m_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_history` +-- + +LOCK TABLES `m_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_rules` +-- + +LOCK TABLES `m_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_subscriptions` +-- + +LOCK TABLES `m_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy` +-- + +DROP TABLE IF EXISTS `m_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- + +LOCK TABLES `m_tool_policy` WRITE; +/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `m_toolpoliacce_pol_ix` (`policyversionid`), + KEY `m_toolpoliacce_use_ix` (`userid`), + KEY `m_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_acceptances` +-- + +LOCK TABLES `m_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `m_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpolivers_use_ix` (`usermodified`), + KEY `m_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_versions` +-- + +LOCK TABLES `m_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolrecycate_tim_ix` (`timecreated`), + KEY `m_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- + +LOCK TABLES `m_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolrecycour_tim_ix` (`timecreated`), + KEY `m_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- + +LOCK TABLES `m_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `m_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_steps` +-- + +LOCK TABLES `m_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'); +/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_tours` +-- + +LOCK TABLES `m_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,8,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,6,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,4,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'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),(8,'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),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,1,'','{\"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),(11,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',1,0,'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); +/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_upgrade_log` +-- + +DROP TABLE IF EXISTS `m_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_upgrlog_tim_ix` (`timemodified`), + KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `m_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=6840 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_upgrade_log` +-- + +LOCK TABLES `m_upgrade_log` WRITE; +/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; +INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023042411','Starting core upgrade',NULL,'',0,1736240476),(6766,0,'core','2023042400.03','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6767,0,'core','2023042401.09','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6768,0,'core','2023042402.03','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6769,0,'core','2023042402.11','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6770,0,'core','2023042402.14','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6771,0,'core','2023042405.06','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6772,0,'core','2023042406.05','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6773,0,'core','2023042408.09','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6774,0,'core','2023042411','2023042411','Upgrade savepoint reached',NULL,'',0,1736240476),(6775,0,'core','2023042411','2023042411','Core upgraded',NULL,'',0,1736240478),(6776,0,'qtype_essaywiris','2023020702','2024032206','Starting plugin upgrade',NULL,'',0,1736240478),(6777,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240478),(6778,0,'qtype_essaywiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240478),(6779,0,'qtype_matchwiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736240478),(6780,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240478),(6781,0,'qtype_matchwiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240478),(6782,0,'qtype_multianswerwiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736240478),(6783,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240478),(6784,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240478),(6785,0,'qtype_multichoicewiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736240478),(6786,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240478),(6787,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240478),(6788,0,'qtype_shortanswerwiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736240478),(6789,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240478),(6790,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240478),(6791,0,'qtype_truefalsewiris','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736240478),(6792,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240478),(6793,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240479),(6794,0,'qtype_wq','2023020701','2024032206','Starting plugin upgrade',NULL,'',0,1736240479),(6795,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1736240479),(6796,0,'qtype_wq','2024032206','2024032206','Plugin upgraded',NULL,'',0,1736240479),(6797,0,'mod_data','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240479),(6798,0,'mod_data','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240479),(6799,0,'mod_data','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240479),(6800,0,'mod_forum','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240479),(6801,0,'mod_forum','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240479),(6802,0,'mod_forum','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240479),(6803,0,'mod_h5pactivity','2023042400','2023042402','Starting plugin upgrade',NULL,'',0,1736240479),(6804,0,'mod_h5pactivity','2023042401','2023042402','Upgrade savepoint reached',NULL,'',0,1736240479),(6805,0,'mod_h5pactivity','2023042402','2023042402','Upgrade savepoint reached',NULL,'',0,1736240479),(6806,0,'mod_h5pactivity','2023042402','2023042402','Plugin upgraded',NULL,'',0,1736240479),(6807,0,'auth_lti','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240479),(6808,0,'auth_lti','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240479),(6809,0,'auth_lti','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240479),(6810,0,'filter_wiris','2023042400','2024110400','Starting plugin upgrade',NULL,'',0,1736240479),(6811,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736240479),(6812,0,'filter_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736240479),(6813,0,'tool_behat','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240479),(6814,0,'tool_behat','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240479),(6815,0,'tool_behat','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240479),(6816,0,'tool_cohortroles','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240479),(6817,0,'tool_cohortroles','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240479),(6818,0,'tool_cohortroles','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240480),(6819,0,'tool_mobile','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240480),(6820,0,'tool_mobile','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240480),(6821,0,'tool_mobile','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240480),(6822,0,'local_wirisquizzes','2023020701','2024032205','Starting plugin upgrade',NULL,'',0,1736240480),(6823,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1736240480),(6824,0,'local_wirisquizzes','2024032205','2024032205','Plugin upgraded',NULL,'',0,1736240480),(6825,0,'h5plib_v126',NULL,'2023042400','Starting plugin installation',NULL,'',0,1736240480),(6826,0,'h5plib_v126','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1736240480),(6827,0,'h5plib_v126','2023042400','2023042400','Plugin installed',NULL,'',0,1736240480),(6828,0,'quiz_statistics','2023042400','2023042404','Starting plugin upgrade',NULL,'',0,1736240480),(6829,0,'quiz_statistics','2023042404','2023042404','Upgrade savepoint reached',NULL,'',0,1736240480),(6830,0,'quiz_statistics','2023042404','2023042404','Plugin upgraded',NULL,'',0,1736240480),(6831,0,'atto_wiris','2023042400','2024110400','Starting plugin upgrade',NULL,'',0,1736240480),(6832,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736240480),(6833,0,'atto_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736240480),(6834,0,'tiny_autosave','2023042400','2023042401','Starting plugin upgrade',NULL,'',0,1736240480),(6835,0,'tiny_autosave','2023042401','2023042401','Upgrade savepoint reached',NULL,'',0,1736240480),(6836,0,'tiny_autosave','2023042401','2023042401','Plugin upgraded',NULL,'',0,1736240480),(6837,0,'tiny_wiris','2022112300','2024110400','Starting plugin upgrade',NULL,'',0,1736240480),(6838,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736240480),(6839,0,'tiny_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736240480); +/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_url` +-- + +DROP TABLE IF EXISTS `m_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_url` +-- + +LOCK TABLES `m_url` WRITE; +/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user` +-- + +DROP TABLE IF EXISTS `m_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), + KEY `m_user_del_ix` (`deleted`), + KEY `m_user_con_ix` (`confirmed`), + KEY `m_user_fir_ix` (`firstname`), + KEY `m_user_las_ix` (`lastname`), + KEY `m_user_cit_ix` (`city`), + KEY `m_user_cou_ix` (`country`), + KEY `m_user_las2_ix` (`lastaccess`), + KEY `m_user_ema_ix` (`email`), + KEY `m_user_aut_ix` (`auth`), + KEY `m_user_idn_ix` (`idnumber`), + KEY `m_user_fir2_ix` (`firstnamephonetic`), + KEY `m_user_las3_ix` (`lastnamephonetic`), + KEY `m_user_mid_ix` (`middlename`), + KEY `m_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user` +-- + +LOCK TABLES `m_user` WRITE; +/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; +INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$j9b3D8IiqsgpBlmw4eUhpeR.gnyvqMNtNUgu4WEGpN5SudmkEIufm','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1736240572,1683023521,1736240508,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL),(5,'manual',1,0,0,0,1,'anon1','restored','','anonfirstname1','anonlastname1','anon1@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1566468604,1711026678,1711026340,1711026595,'127.0.0.1','',0,'',0,1,0,1,1,0,1729522397,1566468652,0,'','anonlastnamephonetic1','anonfirstnamephonetic1','anonmiddlename1','anonalternatename1',NULL); +/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_devices` +-- + +DROP TABLE IF EXISTS `m_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `m_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- + +LOCK TABLES `m_user_devices` WRITE; +/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_enrolments` +-- + +DROP TABLE IF EXISTS `m_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `m_userenro_enr_ix` (`enrolid`), + KEY `m_userenro_use_ix` (`userid`), + KEY `m_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_enrolments` +-- + +LOCK TABLES `m_user_enrolments` WRITE; +/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; +INSERT INTO `m_user_enrolments` VALUES (3,0,4,3,1566471399,0,2,1736240546,1736240546),(4,0,4,4,1566471399,0,2,1736240546,1736240546); +/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_category` +-- + +DROP TABLE IF EXISTS `m_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_category` +-- + +LOCK TABLES `m_user_info_category` WRITE; +/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_data` +-- + +DROP TABLE IF EXISTS `m_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_data` +-- + +LOCK TABLES `m_user_info_data` WRITE; +/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_field` +-- + +DROP TABLE IF EXISTS `m_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_field` +-- + +LOCK TABLES `m_user_info_field` WRITE; +/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_lastaccess` +-- + +DROP TABLE IF EXISTS `m_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), + KEY `m_userlast_use_ix` (`userid`), + KEY `m_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- + +LOCK TABLES `m_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; +INSERT INTO `m_user_lastaccess` VALUES (2,2,2,1736240572); +/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_history` +-- + +DROP TABLE IF EXISTS `m_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- + +LOCK TABLES `m_user_password_history` WRITE; +/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_resets` +-- + +DROP TABLE IF EXISTS `m_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_password_resets` +-- + +LOCK TABLES `m_user_password_resets` WRITE; +/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_preferences` +-- + +DROP TABLE IF EXISTS `m_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), + KEY `m_userpref_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_preferences` +-- + +LOCK TABLES `m_user_preferences` WRITE; +/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; +INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'filepicker_recentrepository','4'),(16,2,'filepicker_recentlicense','allrightsreserved'),(17,2,'tool_usertours_tour_completion_time_8','1736240560'); +/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_private_key` +-- + +DROP TABLE IF EXISTS `m_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_userprivkey_scrval_ix` (`script`,`value`), + KEY `m_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_private_key` +-- + +LOCK TABLES `m_user_private_key` WRITE; +/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki` +-- + +DROP TABLE IF EXISTS `m_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki` +-- + +LOCK TABLES `m_wiki` WRITE; +/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_links` +-- + +DROP TABLE IF EXISTS `m_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_wikilink_fro_ix` (`frompageid`), + KEY `m_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_links` +-- + +LOCK TABLES `m_wiki_links` WRITE; +/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_locks` +-- + +DROP TABLE IF EXISTS `m_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_locks` +-- + +LOCK TABLES `m_wiki_locks` WRITE; +/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_pages` +-- + +DROP TABLE IF EXISTS `m_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `m_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_pages` +-- + +LOCK TABLES `m_wiki_pages` WRITE; +/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `m_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `m_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_subwikis` +-- + +LOCK TABLES `m_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `m_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_synonyms` +-- + +LOCK TABLES `m_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_versions` +-- + +DROP TABLE IF EXISTS `m_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_versions` +-- + +LOCK TABLES `m_wiki_versions` WRITE; +/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop` +-- + +DROP TABLE IF EXISTS `m_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `m_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- + +LOCK TABLES `m_workshop` WRITE; +/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `m_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `m_workaggr_wor_ix` (`workshopid`), + KEY `m_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- + +LOCK TABLES `m_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_assessments` +-- + +DROP TABLE IF EXISTS `m_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workasse_sub_ix` (`submissionid`), + KEY `m_workasse_gra_ix` (`gradinggradeoverby`), + KEY `m_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_assessments` +-- + +LOCK TABLES `m_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_grades` +-- + +DROP TABLE IF EXISTS `m_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `m_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- + +LOCK TABLES `m_workshop_grades` WRITE; +/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_submissions` +-- + +DROP TABLE IF EXISTS `m_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_worksubm_wor_ix` (`workshopid`), + KEY `m_worksubm_gra_ix` (`gradeoverby`), + KEY `m_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- + +LOCK TABLES `m_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopallocation_scheduled` +-- + +LOCK TABLES `m_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopeval_best_settings` +-- + +LOCK TABLES `m_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `m_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_accumulative` +-- + +LOCK TABLES `m_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_comments` +-- + +DROP TABLE IF EXISTS `m_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_comments` +-- + +LOCK TABLES `m_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- + +LOCK TABLES `m_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `m_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- + +LOCK TABLES `m_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric` +-- + +LOCK TABLES `m_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_config` +-- + +LOCK TABLES `m_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_levels` +-- + +LOCK TABLES `m_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_xapi_states` +-- + +DROP TABLE IF EXISTS `m_xapi_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_xapi_states` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_xapistat_comite_ix` (`component`,`itemid`), + KEY `m_xapistat_use_ix` (`userid`), + KEY `m_xapistat_tim_ix` (`timemodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_xapi_states` +-- + +LOCK TABLES `m_xapi_states` WRITE; +/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets` +-- + +DROP TABLE IF EXISTS `t_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets` +-- + +LOCK TABLES `t_adminpresets` WRITE; +/*!40000 ALTER TABLE `t_adminpresets` DISABLE KEYS */; +INSERT INTO `t_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','https://www.example.com/moodle','','','',1,1734080194,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','https://www.example.com/moodle','','','',2,1734080195,0); +/*!40000 ALTER TABLE `t_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app` +-- + +LOCK TABLES `t_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappit_con_ix` (`configlogid`), + KEY `t_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_app_it` +-- + +LOCK TABLES `t_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappita_con_ix` (`configlogid`), + KEY `t_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_it_a` +-- + +LOCK TABLES `t_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_plug` +-- + +LOCK TABLES `t_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it` +-- + +LOCK TABLES `t_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it` DISABLE KEYS */; +INSERT INTO `t_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `t_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it_a` +-- + +LOCK TABLES `t_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_plug` +-- + +LOCK TABLES `t_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `t_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `t_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `t_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `t_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_indicator_calc` +-- + +LOCK TABLES `t_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models` +-- + +DROP TABLE IF EXISTS `t_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmode_enatra_ix` (`enabled`,`trained`), + KEY `t_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models` +-- + +LOCK TABLES `t_analytics_models` WRITE; +/*!40000 ALTER TABLE `t_analytics_models` DISABLE KEYS */; +INSERT INTO `t_analytics_models` 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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,0); +/*!40000 ALTER TABLE `t_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models_log` +-- + +DROP TABLE IF EXISTS `t_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmodelog_mod_ix` (`modelid`), + KEY `t_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models_log` +-- + +LOCK TABLES `t_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `t_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `t_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predict_samples` +-- + +LOCK TABLES `t_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `t_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `t_analpredacti_pre_ix` (`predictionid`), + KEY `t_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_prediction_actions` +-- + +LOCK TABLES `t_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predictions` +-- + +DROP TABLE IF EXISTS `t_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `t_analpred_mod_ix` (`modelid`), + KEY `t_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predictions` +-- + +LOCK TABLES `t_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `t_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `t_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_train_samples` +-- + +LOCK TABLES `t_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `t_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analusedanal_modact_ix` (`modelid`,`action`), + KEY `t_analusedanal_ana_ix` (`analysableid`), + KEY `t_analusedanal_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_used_analysables` +-- + +LOCK TABLES `t_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_files` +-- + +DROP TABLE IF EXISTS `t_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `t_analusedfile_mod_ix` (`modelid`), + KEY `t_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_analytics_used_files` +-- + +LOCK TABLES `t_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign` +-- + +DROP TABLE IF EXISTS `t_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou_ix` (`course`), + KEY `t_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign` +-- + +LOCK TABLES `t_assign` WRITE; +/*!40000 ALTER TABLE `t_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- Table structure for table `t_assign_grades` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +DROP TABLE IF EXISTS `t_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( +CREATE TABLE `t_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `t_assigrad_use_ix` (`userid`), + KEY `t_assigrad_att_ix` (`attemptnumber`), + KEY `t_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_grades` +-- + +LOCK TABLES `t_assign_grades` WRITE; +/*!40000 ALTER TABLE `t_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_overrides` +-- + +DROP TABLE IF EXISTS `t_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_assiover_ass_ix` (`assignid`), + KEY `t_assiover_gro_ix` (`groupid`), + KEY `t_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_overrides` +-- + +LOCK TABLES `t_assign_overrides` WRITE; +/*!40000 ALTER TABLE `t_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `t_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_assiplugconf_plu_ix` (`plugin`), + KEY `t_assiplugconf_sub_ix` (`subtype`), + KEY `t_assiplugconf_nam_ix` (`name`), + KEY `t_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_plugin_config` +-- + +LOCK TABLES `t_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `t_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_submission` +-- + +DROP TABLE IF EXISTS `t_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `t_assisubm_use_ix` (`userid`), + KEY `t_assisubm_att_ix` (`attemptnumber`), + KEY `t_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `t_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_submission` +-- + +LOCK TABLES `t_assign_submission` WRITE; +/*!40000 ALTER TABLE `t_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_flags` +-- + +DROP TABLE IF EXISTS `t_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiuserflag_mai_ix` (`mailed`), + KEY `t_assiuserflag_use_ix` (`userid`), + KEY `t_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_flags` +-- + +LOCK TABLES `t_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `t_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `t_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiusermapp_ass_ix` (`assignment`), + KEY `t_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_mapping` +-- + +LOCK TABLES `t_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `t_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assicomm_ass_ix` (`assignment`), + KEY `t_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_comments` +-- + +LOCK TABLES `t_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_cmnt` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', @@ -852,166 +32358,275 @@ CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditcmnt_gra_ix` (`gradeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; + KEY `t_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `t_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `t_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `t_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `t_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass2_ix` (`assignment`), + KEY `t_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_editpdf_cmnt` +-- Dumping data for table `t_assignfeedback_file` -- -LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +LOCK TABLES `t_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_quick` +-- Table structure for table `t_assignment` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +DROP TABLE IF EXISTS `t_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_quick` ( +CREATE TABLE `t_assignment` ( `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL DEFAULT '0', - `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, - `width` bigint NOT NULL DEFAULT '120', - `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assieditquic_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; + KEY `t_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_quick` +-- Dumping data for table `t_assignment` -- -LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +LOCK TABLES `t_assignment` WRITE; +/*!40000 ALTER TABLE `t_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_rot` +-- Table structure for table `t_assignment_submissions` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +DROP TABLE IF EXISTS `t_assignment_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_rot` ( +CREATE TABLE `t_assignment_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, - `gradeid` bigint NOT NULL DEFAULT '0', - `pageno` bigint NOT NULL DEFAULT '0', - `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, - `isrotated` tinyint(1) NOT NULL DEFAULT '0', - `degree` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), - KEY `m_assieditrot_gra_ix` (`gradeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_assisubm_use2_ix` (`userid`), + KEY `t_assisubm_mai_ix` (`mailed`), + KEY `t_assisubm_tim_ix` (`timemarked`), + KEY `t_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_rot` +-- Dumping data for table `t_assignment_submissions` -- -LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +LOCK TABLES `t_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `t_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_submissions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_file` +-- Table structure for table `t_assignment_upgrade` -- -DROP TABLE IF EXISTS `m_assignfeedback_file`; +DROP TABLE IF EXISTS `t_assignment_upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_file` ( +CREATE TABLE `t_assignment_upgrade` ( `id` bigint NOT NULL AUTO_INCREMENT, - `assignment` bigint NOT NULL DEFAULT '0', - `grade` bigint NOT NULL DEFAULT '0', - `numfiles` bigint NOT NULL DEFAULT '0', + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass2_ix` (`assignment`), - KEY `m_assifile_gra_ix` (`grade`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores info about the number of files submitted by a student'; + KEY `t_assiupgr_old_ix` (`oldcmid`), + KEY `t_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_file` +-- Dumping data for table `t_assignment_upgrade` -- -LOCK TABLES `m_assignfeedback_file` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +LOCK TABLES `t_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `t_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_upgrade` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_file` +-- Table structure for table `t_assignsubmission_file` -- -DROP TABLE IF EXISTS `m_assignsubmission_file`; +DROP TABLE IF EXISTS `t_assignsubmission_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_file` ( +CREATE TABLE `t_assignsubmission_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass_ix` (`assignment`), - KEY `m_assifile_sub_ix` (`submission`) + KEY `t_assifile_ass_ix` (`assignment`), + KEY `t_assifile_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_file` +-- Dumping data for table `t_assignsubmission_file` -- -LOCK TABLES `m_assignsubmission_file` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +LOCK TABLES `t_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_onlinetext` +-- Table structure for table `t_assignsubmission_onlinetext` -- -DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +DROP TABLE IF EXISTS `t_assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_onlinetext` ( +CREATE TABLE `t_assignsubmission_onlinetext` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `onlineformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assionli_ass_ix` (`assignment`), - KEY `m_assionli_sub_ix` (`submission`) + KEY `t_assionli_ass_ix` (`assignment`), + KEY `t_assionli_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_onlinetext` +-- Dumping data for table `t_assignsubmission_onlinetext` -- -LOCK TABLES `m_assignsubmission_onlinetext` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +LOCK TABLES `t_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_lti_linked_login` +-- Table structure for table `t_auth_lti_linked_login` -- -DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +DROP TABLE IF EXISTS `t_auth_lti_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_lti_linked_login` ( +CREATE TABLE `t_auth_lti_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1021,28 +32636,28 @@ CREATE TABLE `m_auth_lti_linked_login` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), - KEY `m_authltilinklogi_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `t_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_lti_linked_login` +-- Dumping data for table `t_auth_lti_linked_login` -- -LOCK TABLES `m_auth_lti_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +LOCK TABLES `t_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_oauth2_linked_login` +-- Table structure for table `t_auth_oauth2_linked_login` -- -DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +DROP TABLE IF EXISTS `t_auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_oauth2_linked_login` ( +CREATE TABLE `t_auth_oauth2_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -1054,31 +32669,31 @@ CREATE TABLE `m_auth_oauth2_linked_login` ( `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `confirmtokenexpires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), - KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), - KEY `m_authoautlinklogi_use_ix` (`usermodified`), - KEY `m_authoautlinklogi_use2_ix` (`userid`), - KEY `m_authoautlinklogi_iss_ix` (`issuerid`) + UNIQUE KEY `t_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `t_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `t_authoautlinklogi_use_ix` (`usermodified`), + KEY `t_authoautlinklogi_use2_ix` (`userid`), + KEY `t_authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_oauth2_linked_login` +-- Dumping data for table `t_auth_oauth2_linked_login` -- -LOCK TABLES `m_auth_oauth2_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +LOCK TABLES `t_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_controllers` +-- Table structure for table `t_backup_controllers` -- -DROP TABLE IF EXISTS `m_backup_controllers`; +DROP TABLE IF EXISTS `t_backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_controllers` ( +CREATE TABLE `t_backup_controllers` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', @@ -1097,30 +32712,30 @@ CREATE TABLE `m_backup_controllers` ( `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backcont_bac_uix` (`backupid`), - KEY `m_backcont_typite_ix` (`type`,`itemid`), - KEY `m_backcont_use_ix` (`userid`), - KEY `m_backcont_useite_ix` (`userid`,`itemid`) + UNIQUE KEY `t_backcont_bac_uix` (`backupid`), + KEY `t_backcont_typite_ix` (`type`,`itemid`), + KEY `t_backcont_useite_ix` (`userid`,`itemid`), + KEY `t_backcont_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- Dumping data for table `t_backup_controllers` -- -LOCK TABLES `m_backup_controllers` WRITE; -/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +LOCK TABLES `t_backup_controllers` WRITE; +/*!40000 ALTER TABLE `t_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_courses` +-- Table structure for table `t_backup_courses` -- -DROP TABLE IF EXISTS `m_backup_courses`; +DROP TABLE IF EXISTS `t_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_courses` ( +CREATE TABLE `t_backup_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `laststarttime` bigint NOT NULL DEFAULT '0', @@ -1128,55 +32743,55 @@ CREATE TABLE `m_backup_courses` ( `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', `nextstarttime` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_backcour_cou_uix` (`courseid`) + UNIQUE KEY `t_backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_backup_courses` +-- Dumping data for table `t_backup_courses` -- -LOCK TABLES `m_backup_courses` WRITE; -/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +LOCK TABLES `t_backup_courses` WRITE; +/*!40000 ALTER TABLE `t_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_logs` +-- Table structure for table `t_backup_logs` -- -DROP TABLE IF EXISTS `m_backup_logs`; +DROP TABLE IF EXISTS `t_backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_logs` ( +CREATE TABLE `t_backup_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `loglevel` smallint NOT NULL, `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), - KEY `m_backlogs_bac_ix` (`backupid`) + UNIQUE KEY `t_backlogs_bacid_uix` (`backupid`,`id`), + KEY `t_backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- Dumping data for table `t_backup_logs` -- -LOCK TABLES `m_backup_logs` WRITE; -/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +LOCK TABLES `t_backup_logs` WRITE; +/*!40000 ALTER TABLE `t_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge` +-- Table structure for table `t_badge` -- -DROP TABLE IF EXISTS `m_badge`; +DROP TABLE IF EXISTS `t_badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge` ( +CREATE TABLE `t_badge` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -1204,30 +32819,30 @@ CREATE TABLE `m_badge` ( `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badg_typ_ix` (`type`), - KEY `m_badg_cou_ix` (`courseid`), - KEY `m_badg_use_ix` (`usermodified`), - KEY `m_badg_use2_ix` (`usercreated`) + KEY `t_badg_typ_ix` (`type`), + KEY `t_badg_cou_ix` (`courseid`), + KEY `t_badg_use_ix` (`usermodified`), + KEY `t_badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge` +-- Dumping data for table `t_badge` -- -LOCK TABLES `m_badge` WRITE; -/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +LOCK TABLES `t_badge` WRITE; +/*!40000 ALTER TABLE `t_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_alignment` +-- Table structure for table `t_badge_alignment` -- -DROP TABLE IF EXISTS `m_badge_alignment`; +DROP TABLE IF EXISTS `t_badge_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_alignment` ( +CREATE TABLE `t_badge_alignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1236,27 +32851,27 @@ CREATE TABLE `m_badge_alignment` ( `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcomp_bad3_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_alignment` +-- Dumping data for table `t_badge_alignment` -- -LOCK TABLES `m_badge_alignment` WRITE; -/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +LOCK TABLES `t_badge_alignment` WRITE; +/*!40000 ALTER TABLE `t_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_alignment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack` +-- Table structure for table `t_badge_backpack` -- -DROP TABLE IF EXISTS `m_badge_backpack`; +DROP TABLE IF EXISTS `t_badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack` ( +CREATE TABLE `t_badge_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1265,29 +32880,29 @@ CREATE TABLE `m_badge_backpack` ( `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `externalbackpackid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), - KEY `m_badgback_use_ix` (`userid`), - KEY `m_badgback_ext_ix` (`externalbackpackid`) + UNIQUE KEY `t_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `t_badgback_use_ix` (`userid`), + KEY `t_badgback_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack` +-- Dumping data for table `t_badge_backpack` -- -LOCK TABLES `m_badge_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +LOCK TABLES `t_badge_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack_oauth2` +-- Table structure for table `t_badge_backpack_oauth2` -- -DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +DROP TABLE IF EXISTS `t_badge_backpack_oauth2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack_oauth2` ( +CREATE TABLE `t_badge_backpack_oauth2` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', @@ -1300,30 +32915,30 @@ CREATE TABLE `m_badge_backpack_oauth2` ( `expires` bigint DEFAULT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgbackoaut_use_ix` (`usermodified`), - KEY `m_badgbackoaut_use2_ix` (`userid`), - KEY `m_badgbackoaut_iss_ix` (`issuerid`), - KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_badgbackoaut_use_ix` (`usermodified`), + KEY `t_badgbackoaut_use2_ix` (`userid`), + KEY `t_badgbackoaut_iss_ix` (`issuerid`), + KEY `t_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack_oauth2` +-- Dumping data for table `t_badge_backpack_oauth2` -- -LOCK TABLES `m_badge_backpack_oauth2` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +LOCK TABLES `t_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria` +-- Table structure for table `t_badge_criteria` -- -DROP TABLE IF EXISTS `m_badge_criteria`; +DROP TABLE IF EXISTS `t_badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria` ( +CREATE TABLE `t_badge_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, @@ -1331,84 +32946,84 @@ CREATE TABLE `m_badge_criteria` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), - KEY `m_badgcrit_cri_ix` (`criteriatype`), - KEY `m_badgcrit_bad_ix` (`badgeid`) + UNIQUE KEY `t_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `t_badgcrit_cri_ix` (`criteriatype`), + KEY `t_badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria` +-- Dumping data for table `t_badge_criteria` -- -LOCK TABLES `m_badge_criteria` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +LOCK TABLES `t_badge_criteria` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_met` +-- Table structure for table `t_badge_criteria_met` -- -DROP TABLE IF EXISTS `m_badge_criteria_met`; +DROP TABLE IF EXISTS `t_badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_met` ( +CREATE TABLE `t_badge_criteria_met` ( `id` bigint NOT NULL AUTO_INCREMENT, `issuedid` bigint DEFAULT NULL, `critid` bigint NOT NULL, `userid` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritmet_cri_ix` (`critid`), - KEY `m_badgcritmet_use_ix` (`userid`), - KEY `m_badgcritmet_iss_ix` (`issuedid`) + KEY `t_badgcritmet_cri_ix` (`critid`), + KEY `t_badgcritmet_use_ix` (`userid`), + KEY `t_badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- Dumping data for table `t_badge_criteria_met` -- -LOCK TABLES `m_badge_criteria_met` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +LOCK TABLES `t_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_param` +-- Table structure for table `t_badge_criteria_param` -- -DROP TABLE IF EXISTS `m_badge_criteria_param`; +DROP TABLE IF EXISTS `t_badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_param` ( +CREATE TABLE `t_badge_criteria_param` ( `id` bigint NOT NULL AUTO_INCREMENT, `critid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritpara_cri_ix` (`critid`) + KEY `t_badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria_param` +-- Dumping data for table `t_badge_criteria_param` -- -LOCK TABLES `m_badge_criteria_param` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +LOCK TABLES `t_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_endorsement` +-- Table structure for table `t_badge_endorsement` -- -DROP TABLE IF EXISTS `m_badge_endorsement`; +DROP TABLE IF EXISTS `t_badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_endorsement` ( +CREATE TABLE `t_badge_endorsement` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1418,54 +33033,54 @@ CREATE TABLE `m_badge_endorsement` ( `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `dateissued` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_badgendo_bad_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_endorsement` +-- Dumping data for table `t_badge_endorsement` -- -LOCK TABLES `m_badge_endorsement` WRITE; -/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +LOCK TABLES `t_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `t_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external` +-- Table structure for table `t_badge_external` -- -DROP TABLE IF EXISTS `m_badge_external`; +DROP TABLE IF EXISTS `t_badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external` ( +CREATE TABLE `t_badge_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackid` bigint NOT NULL, `collectionid` bigint NOT NULL, `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgexte_bac_ix` (`backpackid`) + KEY `t_badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external` +-- Dumping data for table `t_badge_external` -- -LOCK TABLES `m_badge_external` WRITE; -/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +LOCK TABLES `t_badge_external` WRITE; +/*!40000 ALTER TABLE `t_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_backpack` +-- Table structure for table `t_badge_external_backpack` -- -DROP TABLE IF EXISTS `m_badge_external_backpack`; +DROP TABLE IF EXISTS `t_badge_external_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_backpack` ( +CREATE TABLE `t_badge_external_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1473,58 +33088,58 @@ CREATE TABLE `m_badge_external_backpack` ( `sortorder` bigint NOT NULL DEFAULT '0', `oauth2_issuerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), - UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), - KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `t_badgexteback_bac2_uix` (`backpackweburl`), + KEY `t_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_external_backpack` +-- Dumping data for table `t_badge_external_backpack` -- -LOCK TABLES `m_badge_external_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; -INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); -/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +LOCK TABLES `t_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `t_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `t_badge_external_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_identifier` +-- Table structure for table `t_badge_external_identifier` -- -DROP TABLE IF EXISTS `m_badge_external_identifier`; +DROP TABLE IF EXISTS `t_badge_external_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_identifier` ( +CREATE TABLE `t_badge_external_identifier` ( `id` bigint NOT NULL AUTO_INCREMENT, `sitebackpackid` bigint NOT NULL, `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), - KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `t_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external_identifier` +-- Dumping data for table `t_badge_external_identifier` -- -LOCK TABLES `m_badge_external_identifier` WRITE; -/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +LOCK TABLES `t_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `t_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external_identifier` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_issued` +-- Table structure for table `t_badge_issued` -- -DROP TABLE IF EXISTS `m_badge_issued`; +DROP TABLE IF EXISTS `t_badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_issued` ( +CREATE TABLE `t_badge_issued` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -1532,31 +33147,31 @@ CREATE TABLE `m_badge_issued` ( `dateissued` bigint NOT NULL DEFAULT '0', `dateexpire` bigint DEFAULT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', - `issuernotified` bigint DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), - KEY `m_badgissu_bad_ix` (`badgeid`), - KEY `m_badgissu_use_ix` (`userid`) + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `t_badgissu_bad_ix` (`badgeid`), + KEY `t_badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_issued` +-- Dumping data for table `t_badge_issued` -- -LOCK TABLES `m_badge_issued` WRITE; -/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +LOCK TABLES `t_badge_issued` WRITE; +/*!40000 ALTER TABLE `t_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_manual_award` +-- Table structure for table `t_badge_manual_award` -- -DROP TABLE IF EXISTS `m_badge_manual_award`; +DROP TABLE IF EXISTS `t_badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_manual_award` ( +CREATE TABLE `t_badge_manual_award` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL, `recipientid` bigint NOT NULL, @@ -1564,57 +33179,57 @@ CREATE TABLE `m_badge_manual_award` ( `issuerrole` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgmanuawar_bad_ix` (`badgeid`), - KEY `m_badgmanuawar_rec_ix` (`recipientid`), - KEY `m_badgmanuawar_iss_ix` (`issuerid`), - KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) + KEY `t_badgmanuawar_bad_ix` (`badgeid`), + KEY `t_badgmanuawar_rec_ix` (`recipientid`), + KEY `t_badgmanuawar_iss_ix` (`issuerid`), + KEY `t_badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_manual_award` +-- Dumping data for table `t_badge_manual_award` -- -LOCK TABLES `m_badge_manual_award` WRITE; -/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +LOCK TABLES `t_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `t_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_related` +-- Table structure for table `t_badge_related` -- -DROP TABLE IF EXISTS `m_badge_related`; +DROP TABLE IF EXISTS `t_badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_related` ( +CREATE TABLE `t_badge_related` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `relatedbadgeid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), - KEY `m_badgrela_bad_ix` (`badgeid`), - KEY `m_badgrela_rel_ix` (`relatedbadgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `t_badgrela_bad_ix` (`badgeid`), + KEY `t_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_related` +-- Dumping data for table `t_badge_related` -- -LOCK TABLES `m_badge_related` WRITE; -/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +LOCK TABLES `t_badge_related` WRITE; +/*!40000 ALTER TABLE `t_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_related` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn` +-- Table structure for table `t_bigbluebuttonbn` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +DROP TABLE IF EXISTS `t_bigbluebuttonbn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn` ( +CREATE TABLE `t_bigbluebuttonbn` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -1649,6 +33264,7 @@ CREATE TABLE `m_bigbluebuttonbn` ( `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0', `disablenote` tinyint(1) NOT NULL DEFAULT '0', `hideuserlist` tinyint(1) NOT NULL DEFAULT '0', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', `completionattendance` int NOT NULL DEFAULT '0', `completionengagementchats` int NOT NULL DEFAULT '0', `completionengagementtalks` int NOT NULL DEFAULT '0', @@ -1664,22 +33280,22 @@ CREATE TABLE `m_bigbluebuttonbn` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn` +-- Dumping data for table `t_bigbluebuttonbn` -- -LOCK TABLES `m_bigbluebuttonbn` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +LOCK TABLES `t_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_logs` +-- Table structure for table `t_bigbluebuttonbn_logs` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +DROP TABLE IF EXISTS `t_bigbluebuttonbn_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_logs` ( +CREATE TABLE `t_bigbluebuttonbn_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1689,31 +33305,30 @@ CREATE TABLE `m_bigbluebuttonbn_logs` ( `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_bigblogs_cou_ix` (`courseid`), - KEY `m_bigblogs_log_ix` (`log`), - KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), - KEY `m_bigblogs_uselog_ix` (`userid`,`log`), - KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) + KEY `t_bigblogs_cou_ix` (`courseid`), + KEY `t_bigblogs_log_ix` (`log`), + KEY `t_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `t_bigblogs_uselog_ix` (`userid`,`log`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_logs` +-- Dumping data for table `t_bigbluebuttonbn_logs` -- -LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +LOCK TABLES `t_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_recordings` +-- Table structure for table `t_bigbluebuttonbn_recordings` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +DROP TABLE IF EXISTS `t_bigbluebuttonbn_recordings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_recordings` ( +CREATE TABLE `t_bigbluebuttonbn_recordings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1727,58 +33342,58 @@ CREATE TABLE `m_bigbluebuttonbn_recordings` ( `usermodified` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_bigbreco_cou_ix` (`courseid`), - KEY `m_bigbreco_rec_ix` (`recordingid`), - KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), - KEY `m_bigbreco_use_ix` (`usermodified`) + KEY `t_bigbreco_cou_ix` (`courseid`), + KEY `t_bigbreco_rec_ix` (`recordingid`), + KEY `t_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `t_bigbreco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_recordings` +-- Dumping data for table `t_bigbluebuttonbn_recordings` -- -LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +LOCK TABLES `t_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block` +-- Table structure for table `t_block` -- -DROP TABLE IF EXISTS `m_block`; +DROP TABLE IF EXISTS `t_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block` ( +CREATE TABLE `t_block` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_bloc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; + UNIQUE KEY `t_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block` +-- Dumping data for table `t_block` -- -LOCK TABLES `m_block` WRITE; -/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; -INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); -/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +LOCK TABLES `t_block` WRITE; +/*!40000 ALTER TABLE `t_block` DISABLE KEYS */; +INSERT INTO `t_block` 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 `t_block` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_instances` +-- Table structure for table `t_block_instances` -- -DROP TABLE IF EXISTS `m_block_instances`; +DROP TABLE IF EXISTS `t_block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_instances` ( +CREATE TABLE `t_block_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `parentcontextid` bigint NOT NULL, @@ -1792,31 +33407,30 @@ CREATE TABLE `m_block_instances` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), - KEY `m_blocinst_tim_ix` (`timemodified`), - KEY `m_blocinst_par_ix` (`parentcontextid`), - KEY `m_blocinst_blo_ix` (`blockname`) -) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; + KEY `t_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `t_blocinst_tim_ix` (`timemodified`), + KEY `t_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- Dumping data for table `t_block_instances` -- -LOCK TABLES `m_block_instances` WRITE; -/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; -INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); -/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +LOCK TABLES `t_block_instances` WRITE; +/*!40000 ALTER TABLE `t_block_instances` DISABLE KEYS */; +INSERT INTO `t_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080306,1734080306),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080306,1734080306),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080306,1734080306),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080306,1734080306),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080306,1734080306); +/*!40000 ALTER TABLE `t_block_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_positions` +-- Table structure for table `t_block_positions` -- -DROP TABLE IF EXISTS `m_block_positions`; +DROP TABLE IF EXISTS `t_block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_positions` ( +CREATE TABLE `t_block_positions` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockinstanceid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -1826,29 +33440,29 @@ CREATE TABLE `m_block_positions` ( `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `weight` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), - KEY `m_blocposi_blo_ix` (`blockinstanceid`), - KEY `m_blocposi_con_ix` (`contextid`) + UNIQUE KEY `t_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `t_blocposi_blo_ix` (`blockinstanceid`), + KEY `t_blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- Dumping data for table `t_block_positions` -- -LOCK TABLES `m_block_positions` WRITE; -/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +LOCK TABLES `t_block_positions` WRITE; +/*!40000 ALTER TABLE `t_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_positions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recent_activity` +-- Table structure for table `t_block_recent_activity` -- -DROP TABLE IF EXISTS `m_block_recent_activity`; +DROP TABLE IF EXISTS `t_block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recent_activity` ( +CREATE TABLE `t_block_recent_activity` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -1857,57 +33471,57 @@ CREATE TABLE `m_block_recent_activity` ( `action` tinyint(1) NOT NULL, `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) + KEY `t_blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recent_activity` +-- Dumping data for table `t_block_recent_activity` -- -LOCK TABLES `m_block_recent_activity` WRITE; -/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +LOCK TABLES `t_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `t_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recentlyaccesseditems` +-- Table structure for table `t_block_recentlyaccesseditems` -- -DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +DROP TABLE IF EXISTS `t_block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recentlyaccesseditems` ( +CREATE TABLE `t_block_recentlyaccesseditems` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `userid` bigint NOT NULL, `timeaccess` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), - KEY `m_blocrece_use_ix` (`userid`), - KEY `m_blocrece_cou_ix` (`courseid`), - KEY `m_blocrece_cmi_ix` (`cmid`) + UNIQUE KEY `t_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `t_blocrece_use_ix` (`userid`), + KEY `t_blocrece_cou_ix` (`courseid`), + KEY `t_blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recentlyaccesseditems` +-- Dumping data for table `t_block_recentlyaccesseditems` -- -LOCK TABLES `m_block_recentlyaccesseditems` WRITE; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +LOCK TABLES `t_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_rss_client` +-- Table structure for table `t_block_rss_client` -- -DROP TABLE IF EXISTS `m_block_rss_client`; +DROP TABLE IF EXISTS `t_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_rss_client` ( +CREATE TABLE `t_block_rss_client` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1922,48 +33536,48 @@ CREATE TABLE `m_block_rss_client` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_rss_client` +-- Dumping data for table `t_block_rss_client` -- -LOCK TABLES `m_block_rss_client` WRITE; -/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +LOCK TABLES `t_block_rss_client` WRITE; +/*!40000 ALTER TABLE `t_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_association` +-- Table structure for table `t_blog_association` -- -DROP TABLE IF EXISTS `m_blog_association`; +DROP TABLE IF EXISTS `t_blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_association` ( +CREATE TABLE `t_blog_association` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `blogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blogasso_con_ix` (`contextid`), - KEY `m_blogasso_blo_ix` (`blogid`) + KEY `t_blogasso_con_ix` (`contextid`), + KEY `t_blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- Dumping data for table `t_blog_association` -- -LOCK TABLES `m_blog_association` WRITE; -/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +LOCK TABLES `t_blog_association` WRITE; +/*!40000 ALTER TABLE `t_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_association` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_external` +-- Table structure for table `t_blog_external` -- -DROP TABLE IF EXISTS `m_blog_external`; +DROP TABLE IF EXISTS `t_blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_external` ( +CREATE TABLE `t_blog_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1974,27 +33588,27 @@ CREATE TABLE `m_blog_external` ( `timemodified` bigint DEFAULT NULL, `timefetched` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_blogexte_use_ix` (`userid`) + KEY `t_blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- Dumping data for table `t_blog_external` -- -LOCK TABLES `m_blog_external` WRITE; -/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +LOCK TABLES `t_blog_external` WRITE; +/*!40000 ALTER TABLE `t_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book` +-- Table structure for table `t_book` -- -DROP TABLE IF EXISTS `m_book`; +DROP TABLE IF EXISTS `t_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book` ( +CREATE TABLE `t_book` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2007,27 +33621,27 @@ CREATE TABLE `m_book` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_book_cou_ix` (`course`) + KEY `t_book_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book` +-- Dumping data for table `t_book` -- -LOCK TABLES `m_book` WRITE; -/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +LOCK TABLES `t_book` WRITE; +/*!40000 ALTER TABLE `t_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book_chapters` +-- Table structure for table `t_book_chapters` -- -DROP TABLE IF EXISTS `m_book_chapters`; +DROP TABLE IF EXISTS `t_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book_chapters` ( +CREATE TABLE `t_book_chapters` ( `id` bigint NOT NULL AUTO_INCREMENT, `bookid` bigint NOT NULL DEFAULT '0', `pagenum` bigint NOT NULL DEFAULT '0', @@ -2040,27 +33654,27 @@ CREATE TABLE `m_book_chapters` ( `timemodified` bigint NOT NULL DEFAULT '0', `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_bookchap_boo_ix` (`bookid`) + KEY `t_bookchap_boo_ix` (`bookid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book_chapters` +-- Dumping data for table `t_book_chapters` -- -LOCK TABLES `m_book_chapters` WRITE; -/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +LOCK TABLES `t_book_chapters` WRITE; +/*!40000 ALTER TABLE `t_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_filters` +-- Table structure for table `t_cache_filters` -- -DROP TABLE IF EXISTS `m_cache_filters`; +DROP TABLE IF EXISTS `t_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_filters` ( +CREATE TABLE `t_cache_filters` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` bigint NOT NULL DEFAULT '0', @@ -2068,27 +33682,27 @@ CREATE TABLE `m_cache_filters` ( `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) + KEY `t_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_filters` +-- Dumping data for table `t_cache_filters` -- -LOCK TABLES `m_cache_filters` WRITE; -/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +LOCK TABLES `t_cache_filters` WRITE; +/*!40000 ALTER TABLE `t_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_flags` +-- Table structure for table `t_cache_flags` -- -DROP TABLE IF EXISTS `m_cache_flags`; +DROP TABLE IF EXISTS `t_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_flags` ( +CREATE TABLE `t_cache_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2096,29 +33710,28 @@ CREATE TABLE `m_cache_flags` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `expiry` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_cachflag_fla_ix` (`flagtype`), - KEY `m_cachflag_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; + KEY `t_cachflag_fla_ix` (`flagtype`), + KEY `t_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_flags` +-- Dumping data for table `t_cache_flags` -- -LOCK TABLES `m_cache_flags` WRITE; -/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; -INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1683023522,'1',1683030722),(2,'accesslib/dirtycontexts','/1/3/21',1566471456,'1',1566478656),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1683023469,'1',1683030669); -/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +LOCK TABLES `t_cache_flags` WRITE; +/*!40000 ALTER TABLE `t_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_capabilities` +-- Table structure for table `t_capabilities` -- -DROP TABLE IF EXISTS `m_capabilities`; +DROP TABLE IF EXISTS `t_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_capabilities` ( +CREATE TABLE `t_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2126,28 +33739,28 @@ CREATE TABLE `m_capabilities` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `riskbitmask` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_capa_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=734 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; + UNIQUE KEY `t_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_capabilities` +-- Dumping data for table `t_capabilities` -- -LOCK TABLES `m_capabilities` WRITE; -/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; -INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(642,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); -/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +LOCK TABLES `t_capabilities` WRITE; +/*!40000 ALTER TABLE `t_capabilities` DISABLE KEYS */; +INSERT INTO `t_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `t_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat` +-- Table structure for table `t_chat` -- -DROP TABLE IF EXISTS `m_chat`; +DROP TABLE IF EXISTS `t_chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat` ( +CREATE TABLE `t_chat` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2159,27 +33772,27 @@ CREATE TABLE `m_chat` ( `schedule` smallint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chat_cou_ix` (`course`) + KEY `t_chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat` +-- Dumping data for table `t_chat` -- -LOCK TABLES `m_chat` WRITE; -/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +LOCK TABLES `t_chat` WRITE; +/*!40000 ALTER TABLE `t_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages` +-- Table structure for table `t_chat_messages` -- -DROP TABLE IF EXISTS `m_chat_messages`; +DROP TABLE IF EXISTS `t_chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages` ( +CREATE TABLE `t_chat_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2188,30 +33801,30 @@ CREATE TABLE `m_chat_messages` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmess_use_ix` (`userid`), - KEY `m_chatmess_gro_ix` (`groupid`), - KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmess_cha_ix` (`chatid`) + KEY `t_chatmess_use_ix` (`userid`), + KEY `t_chatmess_gro_ix` (`groupid`), + KEY `t_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages` +-- Dumping data for table `t_chat_messages` -- -LOCK TABLES `m_chat_messages` WRITE; -/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +LOCK TABLES `t_chat_messages` WRITE; +/*!40000 ALTER TABLE `t_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages_current` +-- Table structure for table `t_chat_messages_current` -- -DROP TABLE IF EXISTS `m_chat_messages_current`; +DROP TABLE IF EXISTS `t_chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages_current` ( +CREATE TABLE `t_chat_messages_current` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2220,30 +33833,30 @@ CREATE TABLE `m_chat_messages_current` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmesscurr_use_ix` (`userid`), - KEY `m_chatmesscurr_gro_ix` (`groupid`), - KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmesscurr_cha_ix` (`chatid`) + KEY `t_chatmesscurr_use_ix` (`userid`), + KEY `t_chatmesscurr_gro_ix` (`groupid`), + KEY `t_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages_current` +-- Dumping data for table `t_chat_messages_current` -- -LOCK TABLES `m_chat_messages_current` WRITE; -/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +LOCK TABLES `t_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `t_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_users` +-- Table structure for table `t_chat_users` -- -DROP TABLE IF EXISTS `m_chat_users`; +DROP TABLE IF EXISTS `t_chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_users` ( +CREATE TABLE `t_chat_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2257,31 +33870,31 @@ CREATE TABLE `m_chat_users` ( `course` bigint NOT NULL DEFAULT '0', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_chatuser_use_ix` (`userid`), - KEY `m_chatuser_las_ix` (`lastping`), - KEY `m_chatuser_gro_ix` (`groupid`), - KEY `m_chatuser_cha_ix` (`chatid`), - KEY `m_chatuser_cou_ix` (`course`) + KEY `t_chatuser_use_ix` (`userid`), + KEY `t_chatuser_las_ix` (`lastping`), + KEY `t_chatuser_gro_ix` (`groupid`), + KEY `t_chatuser_cha_ix` (`chatid`), + KEY `t_chatuser_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- Dumping data for table `t_chat_users` -- -LOCK TABLES `m_chat_users` WRITE; -/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +LOCK TABLES `t_chat_users` WRITE; +/*!40000 ALTER TABLE `t_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice` +-- Table structure for table `t_choice` -- -DROP TABLE IF EXISTS `m_choice`; +DROP TABLE IF EXISTS `t_choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice` ( +CREATE TABLE `t_choice` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2302,83 +33915,83 @@ CREATE TABLE `m_choice` ( `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', `showavailable` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choi_cou_ix` (`course`) + KEY `t_choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice` +-- Dumping data for table `t_choice` -- -LOCK TABLES `m_choice` WRITE; -/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +LOCK TABLES `t_choice` WRITE; +/*!40000 ALTER TABLE `t_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_answers` +-- Table structure for table `t_choice_answers` -- -DROP TABLE IF EXISTS `m_choice_answers`; +DROP TABLE IF EXISTS `t_choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_answers` ( +CREATE TABLE `t_choice_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `optionid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiansw_use_ix` (`userid`), - KEY `m_choiansw_cho_ix` (`choiceid`), - KEY `m_choiansw_opt_ix` (`optionid`) + KEY `t_choiansw_use_ix` (`userid`), + KEY `t_choiansw_cho_ix` (`choiceid`), + KEY `t_choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_answers` +-- Dumping data for table `t_choice_answers` -- -LOCK TABLES `m_choice_answers` WRITE; -/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +LOCK TABLES `t_choice_answers` WRITE; +/*!40000 ALTER TABLE `t_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_options` +-- Table structure for table `t_choice_options` -- -DROP TABLE IF EXISTS `m_choice_options`; +DROP TABLE IF EXISTS `t_choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_options` ( +CREATE TABLE `t_choice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `maxanswers` bigint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiopti_cho_ix` (`choiceid`) + KEY `t_choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_options` +-- Dumping data for table `t_choice_options` -- -LOCK TABLES `m_choice_options` WRITE; -/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +LOCK TABLES `t_choice_options` WRITE; +/*!40000 ALTER TABLE `t_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort` +-- Table structure for table `t_cohort` -- -DROP TABLE IF EXISTS `m_cohort`; +DROP TABLE IF EXISTS `t_cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort` ( +CREATE TABLE `t_cohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2391,55 +34004,55 @@ CREATE TABLE `m_cohort` ( `timemodified` bigint NOT NULL, `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_coho_con_ix` (`contextid`) + KEY `t_coho_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- Dumping data for table `t_cohort` -- -LOCK TABLES `m_cohort` WRITE; -/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +LOCK TABLES `t_cohort` WRITE; +/*!40000 ALTER TABLE `t_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort_members` +-- Table structure for table `t_cohort_members` -- -DROP TABLE IF EXISTS `m_cohort_members`; +DROP TABLE IF EXISTS `t_cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort_members` ( +CREATE TABLE `t_cohort_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), - KEY `m_cohomemb_coh_ix` (`cohortid`), - KEY `m_cohomemb_use_ix` (`userid`) + UNIQUE KEY `t_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `t_cohomemb_coh_ix` (`cohortid`), + KEY `t_cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cohort_members` +-- Dumping data for table `t_cohort_members` -- -LOCK TABLES `m_cohort_members` WRITE; -/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +LOCK TABLES `t_cohort_members` WRITE; +/*!40000 ALTER TABLE `t_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_comments` +-- Table structure for table `t_comments` -- -DROP TABLE IF EXISTS `m_comments`; +DROP TABLE IF EXISTS `t_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_comments` ( +CREATE TABLE `t_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -2450,28 +34063,28 @@ CREATE TABLE `m_comments` ( `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), - KEY `m_comm_use_ix` (`userid`) + KEY `t_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `t_comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_comments` +-- Dumping data for table `t_comments` -- -LOCK TABLES `m_comments` WRITE; -/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +LOCK TABLES `t_comments` WRITE; +/*!40000 ALTER TABLE `t_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency` +-- Table structure for table `t_competency` -- -DROP TABLE IF EXISTS `m_competency`; +DROP TABLE IF EXISTS `t_competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency` ( +CREATE TABLE `t_competency` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2490,30 +34103,30 @@ CREATE TABLE `m_competency` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), - KEY `m_comp_rul_ix` (`ruleoutcome`), - KEY `m_comp_sca_ix` (`scaleid`), - KEY `m_comp_use_ix` (`usermodified`) + UNIQUE KEY `t_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `t_comp_rul_ix` (`ruleoutcome`), + KEY `t_comp_sca_ix` (`scaleid`), + KEY `t_comp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- Dumping data for table `t_competency` -- -LOCK TABLES `m_competency` WRITE; -/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +LOCK TABLES `t_competency` WRITE; +/*!40000 ALTER TABLE `t_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecomp` +-- Table structure for table `t_competency_coursecomp` -- -DROP TABLE IF EXISTS `m_competency_coursecomp`; +DROP TABLE IF EXISTS `t_competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecomp` ( +CREATE TABLE `t_competency_coursecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2523,31 +34136,31 @@ CREATE TABLE `m_competency_coursecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), - KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), - KEY `m_compcour_cou2_ix` (`courseid`), - KEY `m_compcour_com_ix` (`competencyid`), - KEY `m_compcour_use2_ix` (`usermodified`) + UNIQUE KEY `t_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `t_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `t_compcour_cou2_ix` (`courseid`), + KEY `t_compcour_com_ix` (`competencyid`), + KEY `t_compcour_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_coursecomp` +-- Dumping data for table `t_competency_coursecomp` -- -LOCK TABLES `m_competency_coursecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +LOCK TABLES `t_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecompsetting` +-- Table structure for table `t_competency_coursecompsetting` -- -DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +DROP TABLE IF EXISTS `t_competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecompsetting` ( +CREATE TABLE `t_competency_coursecompsetting` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `pushratingstouserplans` tinyint DEFAULT NULL, @@ -2555,28 +34168,28 @@ CREATE TABLE `m_competency_coursecompsetting` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_cou_uix` (`courseid`), - KEY `m_compcour_use_ix` (`usermodified`) + UNIQUE KEY `t_compcour_cou_uix` (`courseid`), + KEY `t_compcour_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- Dumping data for table `t_competency_coursecompsetting` -- -LOCK TABLES `m_competency_coursecompsetting` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +LOCK TABLES `t_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_evidence` +-- Table structure for table `t_competency_evidence` -- -DROP TABLE IF EXISTS `m_competency_evidence`; +DROP TABLE IF EXISTS `t_competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_evidence` ( +CREATE TABLE `t_competency_evidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `usercompetencyid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -2592,30 +34205,30 @@ CREATE TABLE `m_competency_evidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compevid_use_ix` (`usercompetencyid`), - KEY `m_compevid_act_ix` (`actionuserid`), - KEY `m_compevid_con_ix` (`contextid`), - KEY `m_compevid_use2_ix` (`usermodified`) + KEY `t_compevid_use_ix` (`usercompetencyid`), + KEY `t_compevid_con_ix` (`contextid`), + KEY `t_compevid_act_ix` (`actionuserid`), + KEY `t_compevid_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_evidence` +-- Dumping data for table `t_competency_evidence` -- -LOCK TABLES `m_competency_evidence` WRITE; -/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +LOCK TABLES `t_competency_evidence` WRITE; +/*!40000 ALTER TABLE `t_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_framework` +-- Table structure for table `t_competency_framework` -- -DROP TABLE IF EXISTS `m_competency_framework`; +DROP TABLE IF EXISTS `t_competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_framework` ( +CREATE TABLE `t_competency_framework` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2630,30 +34243,30 @@ CREATE TABLE `m_competency_framework` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), - KEY `m_compfram_con_ix` (`contextid`), - KEY `m_compfram_sca_ix` (`scaleid`), - KEY `m_compfram_use_ix` (`usermodified`) + UNIQUE KEY `t_compfram_idn_uix` (`idnumber`), + KEY `t_compfram_con_ix` (`contextid`), + KEY `t_compfram_sca_ix` (`scaleid`), + KEY `t_compfram_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_framework` +-- Dumping data for table `t_competency_framework` -- -LOCK TABLES `m_competency_framework` WRITE; -/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +LOCK TABLES `t_competency_framework` WRITE; +/*!40000 ALTER TABLE `t_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_modulecomp` +-- Table structure for table `t_competency_modulecomp` -- -DROP TABLE IF EXISTS `m_competency_modulecomp`; +DROP TABLE IF EXISTS `t_competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_modulecomp` ( +CREATE TABLE `t_competency_modulecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -2664,31 +34277,31 @@ CREATE TABLE `m_competency_modulecomp` ( `ruleoutcome` tinyint NOT NULL, `overridegrade` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), - KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), - KEY `m_compmodu_cmi_ix` (`cmid`), - KEY `m_compmodu_com_ix` (`competencyid`), - KEY `m_compmodu_use_ix` (`usermodified`) + UNIQUE KEY `t_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `t_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `t_compmodu_cmi_ix` (`cmid`), + KEY `t_compmodu_com_ix` (`competencyid`), + KEY `t_compmodu_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_modulecomp` +-- Dumping data for table `t_competency_modulecomp` -- -LOCK TABLES `m_competency_modulecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +LOCK TABLES `t_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plan` +-- Table structure for table `t_competency_plan` -- -DROP TABLE IF EXISTS `m_competency_plan`; +DROP TABLE IF EXISTS `t_competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plan` ( +CREATE TABLE `t_competency_plan` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2703,30 +34316,30 @@ CREATE TABLE `m_competency_plan` ( `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compplan_usesta_ix` (`userid`,`status`), - KEY `m_compplan_tem_ix` (`templateid`), - KEY `m_compplan_stadue_ix` (`status`,`duedate`), - KEY `m_compplan_use_ix` (`usermodified`) + KEY `t_compplan_usesta_ix` (`userid`,`status`), + KEY `t_compplan_tem_ix` (`templateid`), + KEY `t_compplan_stadue_ix` (`status`,`duedate`), + KEY `t_compplan_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plan` +-- Dumping data for table `t_competency_plan` -- -LOCK TABLES `m_competency_plan` WRITE; -/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +LOCK TABLES `t_competency_plan` WRITE; +/*!40000 ALTER TABLE `t_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plancomp` +-- Table structure for table `t_competency_plancomp` -- -DROP TABLE IF EXISTS `m_competency_plancomp`; +DROP TABLE IF EXISTS `t_competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plancomp` ( +CREATE TABLE `t_competency_plancomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `planid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2735,28 +34348,28 @@ CREATE TABLE `m_competency_plancomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), - KEY `m_compplan_use2_ix` (`usermodified`) + UNIQUE KEY `t_compplan_placom_uix` (`planid`,`competencyid`), + KEY `t_compplan_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plancomp` +-- Dumping data for table `t_competency_plancomp` -- -LOCK TABLES `m_competency_plancomp` WRITE; -/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +LOCK TABLES `t_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `t_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_relatedcomp` +-- Table structure for table `t_competency_relatedcomp` -- -DROP TABLE IF EXISTS `m_competency_relatedcomp`; +DROP TABLE IF EXISTS `t_competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_relatedcomp` ( +CREATE TABLE `t_competency_relatedcomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `competencyid` bigint NOT NULL, `relatedcompetencyid` bigint NOT NULL, @@ -2764,29 +34377,29 @@ CREATE TABLE `m_competency_relatedcomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comprela_com_ix` (`competencyid`), - KEY `m_comprela_rel_ix` (`relatedcompetencyid`), - KEY `m_comprela_use_ix` (`usermodified`) + KEY `t_comprela_com_ix` (`competencyid`), + KEY `t_comprela_rel_ix` (`relatedcompetencyid`), + KEY `t_comprela_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_relatedcomp` +-- Dumping data for table `t_competency_relatedcomp` -- -LOCK TABLES `m_competency_relatedcomp` WRITE; -/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +LOCK TABLES `t_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `t_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_template` +-- Table structure for table `t_competency_template` -- -DROP TABLE IF EXISTS `m_competency_template`; +DROP TABLE IF EXISTS `t_competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_template` ( +CREATE TABLE `t_competency_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2798,28 +34411,28 @@ CREATE TABLE `m_competency_template` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_use_ix` (`usermodified`), - KEY `m_comptemp_con_ix` (`contextid`) + KEY `t_comptemp_con_ix` (`contextid`), + KEY `t_comptemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_template` +-- Dumping data for table `t_competency_template` -- -LOCK TABLES `m_competency_template` WRITE; -/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +LOCK TABLES `t_competency_template` WRITE; +/*!40000 ALTER TABLE `t_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecohort` +-- Table structure for table `t_competency_templatecohort` -- -DROP TABLE IF EXISTS `m_competency_templatecohort`; +DROP TABLE IF EXISTS `t_competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecohort` ( +CREATE TABLE `t_competency_templatecohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `cohortid` bigint NOT NULL, @@ -2827,29 +34440,29 @@ CREATE TABLE `m_competency_templatecohort` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), - KEY `m_comptemp_tem2_ix` (`templateid`), - KEY `m_comptemp_use3_ix` (`usermodified`) + UNIQUE KEY `t_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `t_comptemp_tem2_ix` (`templateid`), + KEY `t_comptemp_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecohort` +-- Dumping data for table `t_competency_templatecohort` -- -LOCK TABLES `m_competency_templatecohort` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +LOCK TABLES `t_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecomp` +-- Table structure for table `t_competency_templatecomp` -- -DROP TABLE IF EXISTS `m_competency_templatecomp`; +DROP TABLE IF EXISTS `t_competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecomp` ( +CREATE TABLE `t_competency_templatecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2858,29 +34471,29 @@ CREATE TABLE `m_competency_templatecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_tem_ix` (`templateid`), - KEY `m_comptemp_com_ix` (`competencyid`), - KEY `m_comptemp_use2_ix` (`usermodified`) + KEY `t_comptemp_tem_ix` (`templateid`), + KEY `t_comptemp_com_ix` (`competencyid`), + KEY `t_comptemp_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecomp` +-- Dumping data for table `t_competency_templatecomp` -- -LOCK TABLES `m_competency_templatecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +LOCK TABLES `t_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercomp` +-- Table structure for table `t_competency_usercomp` -- -DROP TABLE IF EXISTS `m_competency_usercomp`; +DROP TABLE IF EXISTS `t_competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercomp` ( +CREATE TABLE `t_competency_usercomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2892,28 +34505,28 @@ CREATE TABLE `m_competency_usercomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), - KEY `m_compuser_use3_ix` (`usermodified`) + UNIQUE KEY `t_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `t_compuser_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercomp` +-- Dumping data for table `t_competency_usercomp` -- -LOCK TABLES `m_competency_usercomp` WRITE; -/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +LOCK TABLES `t_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `t_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompcourse` +-- Table structure for table `t_competency_usercompcourse` -- -DROP TABLE IF EXISTS `m_competency_usercompcourse`; +DROP TABLE IF EXISTS `t_competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompcourse` ( +CREATE TABLE `t_competency_usercompcourse` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -2924,28 +34537,28 @@ CREATE TABLE `m_competency_usercompcourse` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), - KEY `m_compuser_use4_ix` (`usermodified`) + UNIQUE KEY `t_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `t_compuser_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompcourse` +-- Dumping data for table `t_competency_usercompcourse` -- -LOCK TABLES `m_competency_usercompcourse` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +LOCK TABLES `t_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompplan` +-- Table structure for table `t_competency_usercompplan` -- -DROP TABLE IF EXISTS `m_competency_usercompplan`; +DROP TABLE IF EXISTS `t_competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompplan` ( +CREATE TABLE `t_competency_usercompplan` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2957,28 +34570,28 @@ CREATE TABLE `m_competency_usercompplan` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), - KEY `m_compuser_use5_ix` (`usermodified`) + UNIQUE KEY `t_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `t_compuser_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompplan` +-- Dumping data for table `t_competency_usercompplan` -- -LOCK TABLES `m_competency_usercompplan` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +LOCK TABLES `t_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidence` +-- Table structure for table `t_competency_userevidence` -- -DROP TABLE IF EXISTS `m_competency_userevidence`; +DROP TABLE IF EXISTS `t_competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidence` ( +CREATE TABLE `t_competency_userevidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2989,28 +34602,28 @@ CREATE TABLE `m_competency_userevidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compuser_use_ix` (`userid`), - KEY `m_compuser_use2_ix` (`usermodified`) + KEY `t_compuser_use4_ix` (`userid`), + KEY `t_compuser_use5_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidence` +-- Dumping data for table `t_competency_userevidence` -- -LOCK TABLES `m_competency_userevidence` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +LOCK TABLES `t_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidencecomp` +-- Table structure for table `t_competency_userevidencecomp` -- -DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +DROP TABLE IF EXISTS `t_competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidencecomp` ( +CREATE TABLE `t_competency_userevidencecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userevidenceid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3018,55 +34631,55 @@ CREATE TABLE `m_competency_userevidencecomp` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), - KEY `m_compuser_use2_ix` (`userevidenceid`), - KEY `m_compuser_use6_ix` (`usermodified`) + UNIQUE KEY `t_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `t_compuser_use6_ix` (`userevidenceid`), + KEY `t_compuser_use7_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidencecomp` +-- Dumping data for table `t_competency_userevidencecomp` -- -LOCK TABLES `m_competency_userevidencecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +LOCK TABLES `t_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config` +-- Table structure for table `t_config` -- -DROP TABLE IF EXISTS `m_config`; +DROP TABLE IF EXISTS `t_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config` ( +CREATE TABLE `t_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_conf_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=611 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; + UNIQUE KEY `t_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=578 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config` +-- Dumping data for table `t_config` -- -LOCK TABLES `m_config` WRITE; -/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; -INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1683023497'),(25,'jsrev','1683023497'),(26,'gdversion','2'),(27,'licenses','unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'),(28,'version','2023042400.01'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(43,'completiondefault','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1683023497'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(257,'enabledevicedetection','1'),(258,'devicedetectregex','[]'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.2+ (Build: 20230427)'),(380,'branch','402'),(381,'localcachedirpurged','1683023497'),(382,'scheduledtaskreset','1683023497'),(383,'allversionshash','ae32e78615a6b790d91fce5012ee620efd55b0c7'),(385,'registrationpending','1'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1683023497'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v124'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','780204f8679b48bd7f2885b64b749de01d61bf70'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'); -/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +LOCK TABLES `t_config` WRITE; +/*!40000 ALTER TABLE `t_config` DISABLE KEYS */; +INSERT INTO `t_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','VNXO8Na53kfH9i4jYkek9MrM2ZVWnPVWwww.example.com'),(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','atto,tinymce,textarea,tiny'),(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','1734080375'),(25,'jsrev','1734080375'),(26,'templaterev','1734080375'),(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','2022112815.01'),(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,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734080173'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080440'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','1'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'noreplyaddress','noreply@www.example.com'),(402,'allowedemaildomains',''),(403,'divertallemailsto',''),(404,'divertallemailsexcept',''),(405,'emaildkimselector',''),(406,'sitemailcharset','0'),(407,'allowusermailcharset','0'),(408,'allowattachments','1'),(409,'mailnewline','LF'),(410,'emailfromvia','1'),(411,'emailsubjectprefix',''),(412,'emailheaders',''),(413,'updateautocheck','1'),(414,'updateminmaturity','200'),(415,'updatenotifybuilds','0'),(416,'enablewsdocumentation','0'),(417,'customreportslimit','0'),(418,'customreportsliveediting','1'),(419,'dndallowtextandlinks','0'),(420,'pathtosassc',''),(421,'contextlocking','0'),(422,'contextlockappliestoadmin','1'),(423,'forceclean','0'),(424,'enablecourserelativedates','0'),(425,'debug','0'),(426,'debugdisplay','0'),(427,'perfdebug','7'),(428,'debugstringids','0'),(429,'debugsqltrace','0'),(430,'debugvalidators','0'),(431,'debugpageinfo','0'),(432,'profilingenabled','0'),(433,'profilingincluded',''),(434,'profilingexcluded',''),(435,'profilingautofrec','0'),(436,'profilingallowme','0'),(437,'profilingallowall','0'),(438,'profilingslow','0'),(439,'profilinglifetime','1440'),(440,'profilingimportprefix','(I)'),(441,'allowguestmymoodle','1'),(442,'release','4.1.15+ (Build: 20241213)'),(443,'branch','401'),(444,'phpunittest','10d17a55bb39832d31c1226d768089cd712840db'),(445,'localcachedirpurged','1734080375'),(446,'scheduledtaskreset','1734080376'),(447,'paygw_plugins_sortorder','paypal'),(448,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(449,'enableaccessibilitytools','1'),(450,'notloggedinroleid','6'),(451,'guestroleid','6'),(452,'defaultuserroleid','7'),(453,'creatornewroleid','3'),(454,'restorernewroleid','3'),(455,'sitepolicyhandler',''),(456,'gradebookroles','5'),(457,'h5plibraryhandler','h5plib_v124'),(458,'airnotifierurl','https://messages.moodle.net'),(459,'airnotifierport','443'),(460,'airnotifiermobileappname','com.moodle.moodlemobile'),(461,'airnotifierappname','commoodlemoodlemobile'),(462,'airnotifieraccesskey',''),(463,'bigbluebuttonbn_default_dpa_accepted','0'),(464,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(465,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(466,'bigbluebuttonbn_poll_interval','5'),(467,'bigbluebuttonbn_welcome_default',''),(468,'bigbluebuttonbn_welcome_editable','1'),(469,'bigbluebuttonbn_recording_default','1'),(470,'bigbluebuttonbn_recording_refresh_period','300'),(471,'bigbluebuttonbn_recording_editable','1'),(472,'bigbluebuttonbn_recording_all_from_start_default','0'),(473,'bigbluebuttonbn_recording_all_from_start_editable','0'),(474,'bigbluebuttonbn_recording_hide_button_default','0'),(475,'bigbluebuttonbn_recording_hide_button_editable','0'),(476,'bigbluebuttonbn_importrecordings_enabled','0'),(477,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(478,'bigbluebuttonbn_recordings_deleted_default','1'),(479,'bigbluebuttonbn_recordings_deleted_editable','0'),(480,'bigbluebuttonbn_recordings_imported_default','0'),(481,'bigbluebuttonbn_recordings_imported_editable','1'),(482,'bigbluebuttonbn_recordings_preview_default','1'),(483,'bigbluebuttonbn_recordings_preview_editable','0'),(484,'bigbluebuttonbn_recordings_asc_sort','0'),(485,'bigbluebuttonbn_recording_protect_editable','1'),(486,'bigbluebuttonbn_waitformoderator_default','0'),(487,'bigbluebuttonbn_waitformoderator_editable','1'),(488,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(489,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(490,'bigbluebuttonbn_voicebridge_editable','0'),(491,'bigbluebuttonbn_preuploadpresentation_editable','0'),(492,'bigbluebuttonbn_userlimit_default','0'),(493,'bigbluebuttonbn_userlimit_editable','0'),(494,'bigbluebuttonbn_participant_moderator_default','0'),(495,'bigbluebuttonbn_muteonstart_default','0'),(496,'bigbluebuttonbn_muteonstart_editable','0'),(497,'bigbluebuttonbn_disablecam_default','0'),(498,'bigbluebuttonbn_disablecam_editable','1'),(499,'bigbluebuttonbn_disablemic_default','0'),(500,'bigbluebuttonbn_disablemic_editable','1'),(501,'bigbluebuttonbn_disableprivatechat_default','0'),(502,'bigbluebuttonbn_disableprivatechat_editable','1'),(503,'bigbluebuttonbn_disablepublicchat_default','0'),(504,'bigbluebuttonbn_disablepublicchat_editable','1'),(505,'bigbluebuttonbn_disablenote_default','0'),(506,'bigbluebuttonbn_disablenote_editable','1'),(507,'bigbluebuttonbn_hideuserlist_default','0'),(508,'bigbluebuttonbn_hideuserlist_editable','1'),(509,'bigbluebuttonbn_recordingready_enabled','0'),(510,'bigbluebuttonbn_meetingevents_enabled','0'),(511,'bigbluebuttonbn_guestaccess_enabled','0'),(512,'chat_method','ajax'),(513,'chat_refresh_userlist','10'),(514,'chat_old_ping','35'),(515,'chat_refresh_room','5'),(516,'chat_normal_updatemode','jsupdate'),(517,'chat_serverhost','www.example.com'),(518,'chat_serverip','127.0.0.1'),(519,'chat_serverport','9111'),(520,'chat_servermax','100'),(521,'data_enablerssfeeds','0'),(522,'feedback_allowfullanonymous','0'),(523,'forum_displaymode','3'),(524,'forum_shortpost','300'),(525,'forum_longpost','600'),(526,'forum_manydiscussions','100'),(527,'forum_maxbytes','512000'),(528,'forum_maxattachments','9'),(529,'forum_subscription','0'),(530,'forum_trackingtype','1'),(531,'forum_trackreadposts','1'),(532,'forum_allowforcedreadtracking','0'),(533,'forum_oldpostdays','14'),(534,'forum_usermarksread','0'),(535,'forum_cleanreadtime','2'),(536,'digestmailtime','17'),(537,'forum_enablerssfeeds','0'),(538,'forum_enabletimedposts','1'),(539,'glossary_entbypage','10'),(540,'glossary_dupentries','0'),(541,'glossary_allowcomments','0'),(542,'glossary_linkbydefault','1'),(543,'glossary_defaultapproval','1'),(544,'glossary_enablerssfeeds','0'),(545,'glossary_linkentries','0'),(546,'glossary_casesensitive','0'),(547,'glossary_fullmatch','0'),(548,'block_course_list_adminview','all'),(549,'block_course_list_hideallcourseslink','0'),(550,'block_online_users_timetosee','5'),(551,'block_online_users_onlinestatushiding','1'),(552,'block_rss_client_num_entries','5'),(553,'block_rss_client_timeout','30'),(554,'block_html_allowcssclasses','0'),(555,'pathtounoconv','/usr/bin/unoconv'),(556,'filter_multilang_force_old','0'),(557,'logguests','1'),(558,'loglifetime','0'),(559,'profileroles','5,4,3'),(560,'coursecontact','3'),(561,'frontpage','6'),(562,'frontpageloggedin','6'),(563,'maxcategorydepth','2'),(564,'frontpagecourselimit','200'),(565,'commentsperpage','15'),(566,'defaultfrontpageroleid','8'),(567,'messageinbound_enabled','0'),(568,'messageinbound_mailbox',''),(569,'messageinbound_domain',''),(570,'messageinbound_host',''),(571,'messageinbound_hostssl','ssl'),(572,'messageinbound_hostuser',''),(573,'messageinbound_hostpass',''),(574,'mobilecssurl',''),(575,'webserviceprotocols','rest'),(576,'enablemobilewebservice','1'),(577,'registrationpending','1'); +/*!40000 ALTER TABLE `t_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_log` +-- Table structure for table `t_config_log` -- -DROP TABLE IF EXISTS `m_config_log`; +DROP TABLE IF EXISTS `t_config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_log` ( +CREATE TABLE `t_config_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -3075,56 +34688,56 @@ CREATE TABLE `m_config_log` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_conflog_tim_ix` (`timemodified`), - KEY `m_conflog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=1927 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; + KEY `t_conflog_tim_ix` (`timemodified`), + KEY `t_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1903 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_log` +-- Dumping data for table `t_config_log` -- -LOCK TABLES `m_config_log` WRITE; -/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; -INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL); -/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +LOCK TABLES `t_config_log` WRITE; +/*!40000 ALTER TABLE `t_config_log` DISABLE KEYS */; +INSERT INTO `t_config_log` VALUES (1,0,1734080202,NULL,'enableuserfeedback','0',NULL),(2,0,1734080202,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734080202,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734080202,NULL,'enableoutcomes','0',NULL),(5,0,1734080202,NULL,'usecomments','1',NULL),(6,0,1734080202,NULL,'usetags','1',NULL),(7,0,1734080202,NULL,'enablenotes','1',NULL),(8,0,1734080202,NULL,'enableportfolios','0',NULL),(9,0,1734080202,NULL,'enablewebservices','0',NULL),(10,0,1734080202,NULL,'enablestats','0',NULL),(11,0,1734080202,NULL,'enablerssfeeds','0',NULL),(12,0,1734080202,NULL,'enableblogs','1',NULL),(13,0,1734080202,NULL,'enablecompletion','1',NULL),(14,0,1734080202,NULL,'completiondefault','1',NULL),(15,0,1734080202,NULL,'enableavailability','1',NULL),(16,0,1734080202,NULL,'enableplagiarism','0',NULL),(17,0,1734080202,NULL,'enablebadges','1',NULL),(18,0,1734080202,NULL,'enableglobalsearch','0',NULL),(19,0,1734080202,NULL,'allowstealth','0',NULL),(20,0,1734080202,NULL,'enableanalytics','1',NULL),(21,0,1734080202,'core_competency','enabled','1',NULL),(22,0,1734080202,NULL,'messaging','1',NULL),(23,0,1734080202,NULL,'enablecustomreports','1',NULL),(24,0,1734080202,NULL,'allowemojipicker','1',NULL),(25,0,1734080202,NULL,'userfiltersdefault','realname',NULL),(26,0,1734080202,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734080202,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734080202,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734080202,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734080202,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734080202,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734080202,NULL,'enroladminnewcourse','1',NULL),(33,0,1734080202,NULL,'autologinguests','0',NULL),(34,0,1734080202,NULL,'hiddenuserfields','',NULL),(35,0,1734080202,NULL,'showuseridentity','email',NULL),(36,0,1734080203,NULL,'fullnamedisplay','language',NULL),(37,0,1734080203,NULL,'alternativefullnameformat','language',NULL),(38,0,1734080203,NULL,'maxusersperpage','100',NULL),(39,0,1734080203,NULL,'enablegravatar','0',NULL),(40,0,1734080203,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734080203,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734080203,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),(43,0,1734080203,NULL,'sitepolicy','',NULL),(44,0,1734080203,NULL,'sitepolicyguest','',NULL),(45,0,1734080203,'moodlecourse','visible','1',NULL),(46,0,1734080203,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734080203,'moodlecourse','participantsperpage','20',NULL),(48,0,1734080203,'moodlecourse','format','topics',NULL),(49,0,1734080203,'moodlecourse','maxsections','52',NULL),(50,0,1734080203,'moodlecourse','numsections','4',NULL),(51,0,1734080203,'moodlecourse','hiddensections','1',NULL),(52,0,1734080203,'moodlecourse','coursedisplay','0',NULL),(53,0,1734080203,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734080203,'moodlecourse','courseduration','31536000',NULL),(55,0,1734080203,'moodlecourse','lang','',NULL),(56,0,1734080203,'moodlecourse','newsitems','5',NULL),(57,0,1734080203,'moodlecourse','showgrades','1',NULL),(58,0,1734080203,'moodlecourse','showreports','0',NULL),(59,0,1734080203,'moodlecourse','showactivitydates','1',NULL),(60,0,1734080203,'moodlecourse','maxbytes','0',NULL),(61,0,1734080203,'moodlecourse','enablecompletion','1',NULL),(62,0,1734080203,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734080203,'moodlecourse','groupmode','0',NULL),(64,0,1734080203,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734080203,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734080203,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734080203,NULL,'enablecourserequests','1',NULL),(68,0,1734080203,NULL,'defaultrequestcategory','1',NULL),(69,0,1734080203,NULL,'lockrequestcategory','0',NULL),(70,0,1734080203,NULL,'courserequestnotify','',NULL),(71,0,1734080203,NULL,'activitychoosertabmode','0',NULL),(72,0,1734080203,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734080203,'backup','loglifetime','30',NULL),(74,0,1734080203,'backup','backup_general_users','1',NULL),(75,0,1734080203,'backup','backup_general_users_locked','',NULL),(76,0,1734080203,'backup','backup_general_anonymize','0',NULL),(77,0,1734080203,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734080203,'backup','backup_general_role_assignments','1',NULL),(79,0,1734080203,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734080203,'backup','backup_general_activities','1',NULL),(81,0,1734080203,'backup','backup_general_activities_locked','',NULL),(82,0,1734080203,'backup','backup_general_blocks','1',NULL),(83,0,1734080203,'backup','backup_general_blocks_locked','',NULL),(84,0,1734080203,'backup','backup_general_files','1',NULL),(85,0,1734080203,'backup','backup_general_files_locked','',NULL),(86,0,1734080203,'backup','backup_general_filters','1',NULL),(87,0,1734080204,'backup','backup_general_filters_locked','',NULL),(88,0,1734080204,'backup','backup_general_comments','1',NULL),(89,0,1734080204,'backup','backup_general_comments_locked','',NULL),(90,0,1734080204,'backup','backup_general_badges','1',NULL),(91,0,1734080204,'backup','backup_general_badges_locked','',NULL),(92,0,1734080204,'backup','backup_general_calendarevents','1',NULL),(93,0,1734080204,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734080204,'backup','backup_general_userscompletion','1',NULL),(95,0,1734080204,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734080204,'backup','backup_general_logs','0',NULL),(97,0,1734080204,'backup','backup_general_logs_locked','',NULL),(98,0,1734080204,'backup','backup_general_histories','0',NULL),(99,0,1734080204,'backup','backup_general_histories_locked','',NULL),(100,0,1734080204,'backup','backup_general_questionbank','1',NULL),(101,0,1734080204,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734080204,'backup','backup_general_groups','1',NULL),(103,0,1734080204,'backup','backup_general_groups_locked','',NULL),(104,0,1734080204,'backup','backup_general_competencies','1',NULL),(105,0,1734080204,'backup','backup_general_competencies_locked','',NULL),(106,0,1734080204,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734080204,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734080204,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734080204,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734080204,'backup','import_general_maxresults','10',NULL),(111,0,1734080204,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734080204,'backup','backup_import_permissions','0',NULL),(113,0,1734080204,'backup','backup_import_permissions_locked','',NULL),(114,0,1734080204,'backup','backup_import_activities','1',NULL),(115,0,1734080204,'backup','backup_import_activities_locked','',NULL),(116,0,1734080204,'backup','backup_import_blocks','1',NULL),(117,0,1734080204,'backup','backup_import_blocks_locked','',NULL),(118,0,1734080204,'backup','backup_import_filters','1',NULL),(119,0,1734080204,'backup','backup_import_filters_locked','',NULL),(120,0,1734080204,'backup','backup_import_calendarevents','1',NULL),(121,0,1734080204,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734080204,'backup','backup_import_questionbank','1',NULL),(123,0,1734080204,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734080204,'backup','backup_import_groups','1',NULL),(125,0,1734080204,'backup','backup_import_groups_locked','',NULL),(126,0,1734080204,'backup','backup_import_competencies','1',NULL),(127,0,1734080204,'backup','backup_import_competencies_locked','',NULL),(128,0,1734080204,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734080204,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734080204,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734080204,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734080204,'backup','backup_auto_active','0',NULL),(133,0,1734080204,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734080204,'backup','backup_auto_hour','0',NULL),(135,0,1734080204,'backup','backup_auto_minute','0',NULL),(136,0,1734080204,'backup','backup_auto_storage','0',NULL),(137,0,1734080204,'backup','backup_auto_destination','',NULL),(138,0,1734080204,'backup','backup_auto_max_kept','1',NULL),(139,0,1734080204,'backup','backup_auto_delete_days','0',NULL),(140,0,1734080204,'backup','backup_auto_min_kept','0',NULL),(141,0,1734080204,'backup','backup_shortname','0',NULL),(142,0,1734080204,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734080204,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734080204,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734080204,'backup','backup_auto_users','1',NULL),(146,0,1734080204,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734080204,'backup','backup_auto_activities','1',NULL),(148,0,1734080204,'backup','backup_auto_blocks','1',NULL),(149,0,1734080204,'backup','backup_auto_files','1',NULL),(150,0,1734080204,'backup','backup_auto_filters','1',NULL),(151,0,1734080204,'backup','backup_auto_comments','1',NULL),(152,0,1734080204,'backup','backup_auto_badges','1',NULL),(153,0,1734080204,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734080205,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734080205,'backup','backup_auto_logs','0',NULL),(156,0,1734080205,'backup','backup_auto_histories','0',NULL),(157,0,1734080205,'backup','backup_auto_questionbank','1',NULL),(158,0,1734080205,'backup','backup_auto_groups','1',NULL),(159,0,1734080205,'backup','backup_auto_competencies','1',NULL),(160,0,1734080205,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734080205,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734080205,'restore','restore_general_users','1',NULL),(163,0,1734080205,'restore','restore_general_users_locked','',NULL),(164,0,1734080205,'restore','restore_general_enrolments','1',NULL),(165,0,1734080205,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734080205,'restore','restore_general_role_assignments','1',NULL),(167,0,1734080205,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734080205,'restore','restore_general_permissions','1',NULL),(169,0,1734080205,'restore','restore_general_permissions_locked','',NULL),(170,0,1734080205,'restore','restore_general_activities','1',NULL),(171,0,1734080205,'restore','restore_general_activities_locked','',NULL),(172,0,1734080205,'restore','restore_general_blocks','1',NULL),(173,0,1734080205,'restore','restore_general_blocks_locked','',NULL),(174,0,1734080205,'restore','restore_general_filters','1',NULL),(175,0,1734080205,'restore','restore_general_filters_locked','',NULL),(176,0,1734080205,'restore','restore_general_comments','1',NULL),(177,0,1734080205,'restore','restore_general_comments_locked','',NULL),(178,0,1734080205,'restore','restore_general_badges','1',NULL),(179,0,1734080205,'restore','restore_general_badges_locked','',NULL),(180,0,1734080205,'restore','restore_general_calendarevents','1',NULL),(181,0,1734080205,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734080205,'restore','restore_general_userscompletion','1',NULL),(183,0,1734080205,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734080205,'restore','restore_general_logs','1',NULL),(185,0,1734080205,'restore','restore_general_logs_locked','',NULL),(186,0,1734080205,'restore','restore_general_histories','1',NULL),(187,0,1734080205,'restore','restore_general_histories_locked','',NULL),(188,0,1734080205,'restore','restore_general_groups','1',NULL),(189,0,1734080205,'restore','restore_general_groups_locked','',NULL),(190,0,1734080205,'restore','restore_general_competencies','1',NULL),(191,0,1734080205,'restore','restore_general_competencies_locked','',NULL),(192,0,1734080205,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734080205,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734080205,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734080205,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734080205,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734080205,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734080205,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734080205,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734080205,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734080205,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734080205,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734080205,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734080205,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734080205,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734080205,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734080205,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734080205,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734080205,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734080205,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734080205,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734080205,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734080205,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734080205,NULL,'enableasyncbackup','0',NULL),(217,0,1734080205,'backup','backup_async_message_users','0',NULL),(218,0,1734080205,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734080206,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734080206,NULL,'grade_profilereport','user',NULL),(221,0,1734080206,NULL,'grade_aggregationposition','1',NULL),(222,0,1734080206,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734080206,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734080206,NULL,'gradepublishing','0',NULL),(225,0,1734080206,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734080206,NULL,'grade_export_displaytype','1',NULL),(227,0,1734080206,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734080206,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734080206,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734080206,NULL,'recovergradesdefault','0',NULL),(231,0,1734080206,NULL,'gradeexport','',NULL),(232,0,1734080206,NULL,'unlimitedgrades','0',NULL),(233,0,1734080206,NULL,'grade_report_showmin','1',NULL),(234,0,1734080206,NULL,'gradepointmax','100',NULL),(235,0,1734080206,NULL,'gradepointdefault','100',NULL),(236,0,1734080206,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734080206,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734080206,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734080206,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734080206,NULL,'grade_aggregation','13',NULL),(241,0,1734080206,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734080206,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734080206,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734080206,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734080206,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734080206,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734080206,NULL,'grade_keephigh','0',NULL),(248,0,1734080206,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734080206,NULL,'grade_droplow','0',NULL),(250,0,1734080206,NULL,'grade_droplow_flag','2',NULL),(251,0,1734080206,NULL,'grade_overridecat','1',NULL),(252,0,1734080206,NULL,'grade_displaytype','1',NULL),(253,0,1734080206,NULL,'grade_decimalpoints','2',NULL),(254,0,1734080206,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734080206,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734080206,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734080206,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734080206,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734080206,NULL,'grade_report_meanselection','1',NULL),(260,0,1734080206,NULL,'grade_report_enableajax','0',NULL),(261,0,1734080206,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734080206,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734080206,NULL,'grade_report_showaverages','1',NULL),(264,0,1734080206,NULL,'grade_report_showlocks','0',NULL),(265,0,1734080206,NULL,'grade_report_showranges','0',NULL),(266,0,1734080206,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734080206,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734080206,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734080206,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734080206,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734080206,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734080206,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734080206,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734080206,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734080206,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734080206,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734080206,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734080206,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734080206,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734080206,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734080206,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734080206,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734080207,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734080207,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734080207,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734080207,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734080207,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734080207,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734080207,'analytics','modeinstruction','',NULL),(290,0,1734080207,'analytics','percentonline','0',NULL),(291,0,1734080207,'analytics','typeinstitution','',NULL),(292,0,1734080207,'analytics','levelinstitution','',NULL),(293,0,1734080207,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734080207,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734080207,'analytics','modeloutputdir','',NULL),(296,0,1734080207,'analytics','onlycli','1',NULL),(297,0,1734080207,'analytics','modeltimelimit','1200',NULL),(298,0,1734080207,'analytics','calclifetime','35',NULL),(299,0,1734080207,NULL,'badges_defaultissuername','',NULL),(300,0,1734080207,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734080207,NULL,'badges_badgesalt','badges1734080173',NULL),(302,0,1734080207,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734080207,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734080207,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734080207,NULL,'timezone','Australia/Perth',NULL),(306,0,1734080208,NULL,'forcetimezone','99',NULL),(307,0,1734080208,NULL,'country','0',NULL),(308,0,1734080208,NULL,'defaultcity','',NULL),(309,0,1734080208,NULL,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734080208,NULL,'googlemapkey3','',NULL),(311,0,1734080208,NULL,'allcountrycodes','',NULL),(312,0,1734080208,NULL,'autolang','1',NULL),(313,0,1734080208,NULL,'lang','en',NULL),(314,0,1734080208,NULL,'autolangusercreation','1',NULL),(315,0,1734080208,NULL,'langmenu','1',NULL),(316,0,1734080208,NULL,'langlist','',NULL),(317,0,1734080208,NULL,'langcache','1',NULL),(318,0,1734080208,NULL,'langstringcache','1',NULL),(319,0,1734080208,NULL,'locale','',NULL),(320,0,1734080208,NULL,'latinexcelexport','0',NULL),(321,0,1734080208,NULL,'messagingallusers','0',NULL),(322,0,1734080208,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734080208,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734080208,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734080208,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734080208,NULL,'requiremodintro','0',NULL),(327,0,1734080208,'antivirus','notifyemail','',NULL),(328,0,1734080208,'antivirus','notifylevel','2',NULL),(329,0,1734080208,'antivirus','threshold','1200',NULL),(330,0,1734080208,'antivirus','enablequarantine','0',NULL),(331,0,1734080208,'antivirus','quarantinetime','2419200',NULL),(332,0,1734080208,NULL,'registerauth','',NULL),(333,0,1734080208,NULL,'authloginviaemail','0',NULL),(334,0,1734080208,NULL,'allowaccountssameemail','0',NULL),(335,0,1734080208,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734080208,NULL,'loginpageautofocus','0',NULL),(337,0,1734080208,NULL,'guestloginbutton','1',NULL),(338,0,1734080208,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734080208,NULL,'alternateloginurl','',NULL),(340,0,1734080208,NULL,'forgottenpasswordurl','',NULL),(341,0,1734080208,NULL,'auth_instructions','',NULL),(342,0,1734080208,NULL,'allowemailaddresses','',NULL),(343,0,1734080208,NULL,'denyemailaddresses','',NULL),(344,0,1734080208,NULL,'verifychangedemail','1',NULL),(345,0,1734080208,NULL,'recaptchapublickey','',NULL),(346,0,1734080208,NULL,'recaptchaprivatekey','',NULL),(347,0,1734080208,'cachestore_apcu','testperformance','0',NULL),(348,0,1734080208,'cachestore_memcached','testservers','',NULL),(349,0,1734080208,'cachestore_mongodb','testserver','',NULL),(350,0,1734080208,'cachestore_redis','test_server','',NULL),(351,0,1734080208,'cachestore_redis','test_password','',NULL),(352,0,1734080208,'cachestore_redis','test_serializer','1',NULL),(353,0,1734080208,'cachestore_redis','test_ttl','0',NULL),(354,0,1734080209,NULL,'filteruploadedfiles','0',NULL),(355,0,1734080209,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734080209,NULL,'filtermatchonepertext','0',NULL),(357,0,1734080209,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734080209,NULL,'media_default_width','640',NULL),(359,0,1734080209,NULL,'media_default_height','360',NULL),(360,0,1734080209,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734080209,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734080209,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734080209,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734080209,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734080209,'question_preview','correctness','1',NULL),(366,0,1734080209,'question_preview','marks','2',NULL),(367,0,1734080209,'question_preview','markdp','2',NULL),(368,0,1734080209,'question_preview','feedback','1',NULL),(369,0,1734080209,'question_preview','generalfeedback','1',NULL),(370,0,1734080209,'question_preview','rightanswer','1',NULL),(371,0,1734080209,'question_preview','history','0',NULL),(372,0,1734080209,NULL,'repositorycacheexpire','120',NULL),(373,0,1734080209,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734080209,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734080209,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734080209,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734080209,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734080209,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734080209,NULL,'searchengine','simpledb',NULL),(380,0,1734080209,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734080209,NULL,'searchindextime','600',NULL),(382,0,1734080209,NULL,'searchallavailablecourses','0',NULL),(383,0,1734080209,NULL,'searchincludeallcourses','0',NULL),(384,0,1734080209,NULL,'searchenablecategories','0',NULL),(385,0,1734080209,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734080209,NULL,'searchhideallcategory','0',NULL),(387,0,1734080209,NULL,'searchmaxtopresults','3',NULL),(388,0,1734080209,NULL,'searchteacherroles','',NULL),(389,0,1734080209,NULL,'searchenginequeryonly','',NULL),(390,0,1734080209,NULL,'searchbannerenable','0',NULL),(391,0,1734080209,NULL,'searchbanner','',NULL),(392,0,1734080209,NULL,'allowbeforeblock','0',NULL),(393,0,1734080209,NULL,'allowedip','',NULL),(394,0,1734080209,NULL,'blockedip','',NULL),(395,0,1734080209,NULL,'protectusernames','1',NULL),(396,0,1734080209,NULL,'forcelogin','0',NULL),(397,0,1734080209,NULL,'forceloginforprofiles','1',NULL),(398,0,1734080209,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734080209,NULL,'opentowebcrawlers','0',NULL),(400,0,1734080209,NULL,'allowindexing','0',NULL),(401,0,1734080209,NULL,'maxbytes','0',NULL),(402,0,1734080209,NULL,'userquota','104857600',NULL),(403,0,1734080209,NULL,'allowobjectembed','0',NULL),(404,0,1734080209,NULL,'enabletrusttext','0',NULL),(405,0,1734080209,NULL,'maxeditingtime','1800',NULL),(406,0,1734080209,NULL,'extendedusernamechars','0',NULL),(407,0,1734080209,NULL,'keeptagnamecase','1',NULL),(408,0,1734080209,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734080209,NULL,'cronclionly','1',NULL),(410,0,1734080209,NULL,'cronremotepassword','',NULL),(411,0,1734080209,'tool_task','enablerunnow','1',NULL),(412,0,1734080209,NULL,'lockoutthreshold','0',NULL),(413,0,1734080209,NULL,'lockoutwindow','1800',NULL),(414,0,1734080209,NULL,'lockoutduration','1800',NULL),(415,0,1734080210,NULL,'passwordpolicy','1',NULL),(416,0,1734080210,NULL,'minpasswordlength','8',NULL),(417,0,1734080210,NULL,'minpassworddigits','1',NULL),(418,0,1734080210,NULL,'minpasswordlower','1',NULL),(419,0,1734080210,NULL,'minpasswordupper','1',NULL),(420,0,1734080210,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734080210,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734080210,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734080210,NULL,'passwordreuselimit','0',NULL),(424,0,1734080210,NULL,'pwresettime','1800',NULL),(425,0,1734080210,NULL,'passwordchangelogout','0',NULL),(426,0,1734080210,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734080210,NULL,'tokenduration','7257600',NULL),(428,0,1734080210,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734080210,NULL,'disableuserimages','0',NULL),(430,0,1734080210,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734080210,NULL,'rememberusername','2',NULL),(432,0,1734080210,NULL,'strictformsrequired','0',NULL),(433,0,1734080210,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734080210,NULL,'cookiesecure','1',NULL),(435,0,1734080210,NULL,'cookiehttponly','0',NULL),(436,0,1734080210,NULL,'allowframembedding','0',NULL),(437,0,1734080210,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734080210,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734080210,NULL,'referrerpolicy','default',NULL),(440,0,1734080210,NULL,'displayloginfailures','0',NULL),(441,0,1734080210,NULL,'notifyloginfailures','',NULL),(442,0,1734080210,NULL,'notifyloginthreshold','10',NULL),(443,0,1734080210,NULL,'themelist','',NULL),(444,0,1734080210,NULL,'themedesignermode','0',NULL),(445,0,1734080210,NULL,'allowuserthemes','0',NULL),(446,0,1734080210,NULL,'allowcoursethemes','0',NULL),(447,0,1734080210,NULL,'allowcategorythemes','0',NULL),(448,0,1734080210,NULL,'allowcohortthemes','0',NULL),(449,0,1734080210,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734080210,NULL,'allowuserblockhiding','1',NULL),(451,0,1734080210,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734080210,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734080210,NULL,'custommenuitems','',NULL),(454,0,1734080210,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),(455,0,1734080210,NULL,'enabledevicedetection','1',NULL),(456,0,1734080210,NULL,'devicedetectregex','[]',NULL),(457,0,1734080210,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734080210,'theme_boost','preset','default.scss',NULL),(459,0,1734080210,'theme_boost','presetfiles','',NULL),(460,0,1734080210,'theme_boost','backgroundimage','',NULL),(461,0,1734080210,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734080210,'theme_boost','brandcolor','',NULL),(463,0,1734080210,'theme_boost','scsspre','',NULL),(464,0,1734080210,'theme_boost','scss','',NULL),(465,0,1734080210,'theme_classic','navbardark','0',NULL),(466,0,1734080210,'theme_classic','unaddableblocks','',NULL),(467,0,1734080210,'theme_classic','preset','default.scss',NULL),(468,0,1734080210,'theme_classic','presetfiles','',NULL),(469,0,1734080210,'theme_classic','backgroundimage','',NULL),(470,0,1734080210,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734080210,'theme_classic','brandcolor','',NULL),(472,0,1734080210,'theme_classic','scsspre','',NULL),(473,0,1734080210,'theme_classic','scss','',NULL),(474,0,1734080210,'core_admin','logo','',NULL),(475,0,1734080210,'core_admin','logocompact','',NULL),(476,0,1734080210,'core_admin','favicon','',NULL),(477,0,1734080211,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734080211,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734080211,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734080211,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734080211,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734080211,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734080211,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734080211,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734080211,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734080211,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734080211,NULL,'calendartype','gregorian',NULL),(488,0,1734080211,NULL,'calendar_adminseesall','0',NULL),(489,0,1734080211,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734080211,NULL,'calendar_startwday','1',NULL),(491,0,1734080211,NULL,'calendar_weekend','65',NULL),(492,0,1734080211,NULL,'calendar_lookahead','21',NULL),(493,0,1734080211,NULL,'calendar_maxevents','10',NULL),(494,0,1734080211,NULL,'enablecalendarexport','1',NULL),(495,0,1734080211,NULL,'calendar_customexport','1',NULL),(496,0,1734080211,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734080211,NULL,'calendar_exportlookback','5',NULL),(498,0,1734080211,NULL,'calendar_exportsalt','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK',NULL),(499,0,1734080211,NULL,'calendar_showicalsource','1',NULL),(500,0,1734080211,NULL,'useblogassociations','1',NULL),(501,0,1734080211,NULL,'bloglevel','4',NULL),(502,0,1734080211,NULL,'useexternalblogs','1',NULL),(503,0,1734080211,NULL,'externalblogcrontime','86400',NULL),(504,0,1734080211,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734080211,NULL,'blogusecomments','1',NULL),(506,0,1734080211,NULL,'blogshowcommentscount','1',NULL),(507,0,1734080211,NULL,'enabledashboard','1',NULL),(508,0,1734080211,NULL,'defaulthomepage','3',NULL),(509,0,1734080211,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734080211,NULL,'navshowcategories','1',NULL),(511,0,1734080211,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734080211,NULL,'navshowallcourses','0',NULL),(513,0,1734080211,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734080211,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734080211,NULL,'navcourselimit','10',NULL),(516,0,1734080211,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734080211,NULL,'linkadmincategories','1',NULL),(518,0,1734080211,NULL,'linkcoursesections','1',NULL),(519,0,1734080211,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734080211,NULL,'navadduserpostslinks','1',NULL),(521,0,1734080211,NULL,'sitenameintitle','shortname',NULL),(522,0,1734080211,NULL,'formatstringstriptags','1',NULL),(523,0,1734080211,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),(524,0,1734080211,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734080211,NULL,'doclang','',NULL),(526,0,1734080211,NULL,'doctonewwindow','0',NULL),(527,0,1734080211,NULL,'coursecontactduplicates','0',NULL),(528,0,1734080211,NULL,'courselistshortnames','0',NULL),(529,0,1734080211,NULL,'coursesperpage','20',NULL),(530,0,1734080211,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734080211,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734080211,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734080211,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734080211,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734080211,NULL,'useexternalyui','0',NULL),(536,0,1734080211,NULL,'yuicomboloading','1',NULL),(537,0,1734080212,NULL,'cachejs','1',NULL),(538,0,1734080212,NULL,'additionalhtmlhead','',NULL),(539,0,1734080212,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734080212,NULL,'additionalhtmlfooter','',NULL),(541,0,1734080212,NULL,'cachetemplates','1',NULL),(542,0,1734080212,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734080212,NULL,'pathtodu','',NULL),(544,0,1734080212,NULL,'aspellpath','',NULL),(545,0,1734080212,NULL,'pathtodot','',NULL),(546,0,1734080212,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734080212,NULL,'pathtopdftoppm','',NULL),(548,0,1734080212,NULL,'pathtopython','',NULL),(549,0,1734080212,NULL,'supportname','Admin User',NULL),(550,0,1734080212,NULL,'supportpage','',NULL),(551,0,1734080212,NULL,'supportavailability','1',NULL),(552,0,1734080212,NULL,'dbsessions','0',NULL),(553,0,1734080212,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734080212,NULL,'sessioncookie','',NULL),(555,0,1734080212,NULL,'sessioncookiepath','',NULL),(556,0,1734080212,NULL,'sessioncookiedomain','',NULL),(557,0,1734080212,NULL,'statsfirstrun','none',NULL),(558,0,1734080212,NULL,'statsmaxruntime','0',NULL),(559,0,1734080212,NULL,'statsruntimedays','31',NULL),(560,0,1734080212,NULL,'statsuserthreshold','0',NULL),(561,0,1734080212,NULL,'slasharguments','1',NULL),(562,0,1734080212,NULL,'getremoteaddrconf','3',NULL),(563,0,1734080212,NULL,'reverseproxyignore','',NULL),(564,0,1734080212,NULL,'proxyhost','',NULL),(565,0,1734080212,NULL,'proxyport','0',NULL),(566,0,1734080212,NULL,'proxytype','HTTP',NULL),(567,0,1734080212,NULL,'proxyuser','',NULL),(568,0,1734080212,NULL,'proxypassword','',NULL),(569,0,1734080212,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734080212,NULL,'proxylogunsafe','0',NULL),(571,0,1734080212,NULL,'proxyfixunsafe','0',NULL),(572,0,1734080212,NULL,'maintenance_enabled','0',NULL),(573,0,1734080212,NULL,'maintenance_message','',NULL),(574,0,1734080212,NULL,'deleteunconfirmed','168',NULL),(575,0,1734080212,NULL,'deleteincompleteusers','0',NULL),(576,0,1734080212,NULL,'disablegradehistory','0',NULL),(577,0,1734080212,NULL,'gradehistorylifetime','0',NULL),(578,0,1734080212,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734080212,NULL,'filescleanupperiod','86400',NULL),(580,0,1734080212,NULL,'extramemorylimit','512M',NULL),(581,0,1734080212,NULL,'maxtimelimit','0',NULL),(582,0,1734080212,NULL,'curlcache','120',NULL),(583,0,1734080212,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734080212,NULL,'cron_enabled','1',NULL),(585,0,1734080212,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734080212,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734080212,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734080212,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734080213,NULL,'task_logmode','1',NULL),(590,0,1734080213,NULL,'task_logtostdout','1',NULL),(591,0,1734080213,NULL,'task_logretention','2419200',NULL),(592,0,1734080213,NULL,'task_logretainruns','20',NULL),(593,0,1734080213,NULL,'smtphosts','',NULL),(594,0,1734080213,NULL,'smtpsecure','',NULL),(595,0,1734080213,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734080213,NULL,'smtpuser','',NULL),(597,0,1734080213,NULL,'smtppass','',NULL),(598,0,1734080213,NULL,'smtpmaxbulk','1',NULL),(599,0,1734080213,NULL,'noreplyaddress','noreply@www.example.com',NULL),(600,0,1734080213,NULL,'allowedemaildomains','',NULL),(601,0,1734080213,NULL,'divertallemailsto','',NULL),(602,0,1734080213,NULL,'divertallemailsexcept','',NULL),(603,0,1734080213,NULL,'emaildkimselector','',NULL),(604,0,1734080213,NULL,'sitemailcharset','0',NULL),(605,0,1734080213,NULL,'allowusermailcharset','0',NULL),(606,0,1734080213,NULL,'allowattachments','1',NULL),(607,0,1734080213,NULL,'mailnewline','LF',NULL),(608,0,1734080213,NULL,'emailfromvia','1',NULL),(609,0,1734080213,NULL,'emailsubjectprefix','',NULL),(610,0,1734080213,NULL,'emailheaders','',NULL),(611,0,1734080213,NULL,'updateautocheck','1',NULL),(612,0,1734080213,NULL,'updateminmaturity','200',NULL),(613,0,1734080213,NULL,'updatenotifybuilds','0',NULL),(614,0,1734080213,NULL,'enablewsdocumentation','0',NULL),(615,0,1734080213,NULL,'customreportslimit','0',NULL),(616,0,1734080213,NULL,'customreportsliveediting','1',NULL),(617,0,1734080213,NULL,'dndallowtextandlinks','0',NULL),(618,0,1734080213,NULL,'pathtosassc','',NULL),(619,0,1734080213,NULL,'contextlocking','0',NULL),(620,0,1734080213,NULL,'contextlockappliestoadmin','1',NULL),(621,0,1734080213,NULL,'forceclean','0',NULL),(622,0,1734080213,NULL,'enablecourserelativedates','0',NULL),(623,0,1734080213,NULL,'debug','0','32767'),(624,0,1734080213,NULL,'debugdisplay','0','1'),(625,0,1734080213,NULL,'perfdebug','7',NULL),(626,0,1734080213,NULL,'debugstringids','0',NULL),(627,0,1734080213,NULL,'debugsqltrace','0',NULL),(628,0,1734080213,NULL,'debugvalidators','0',NULL),(629,0,1734080213,NULL,'debugpageinfo','0',NULL),(630,0,1734080213,NULL,'profilingenabled','0',NULL),(631,0,1734080213,NULL,'profilingincluded','',NULL),(632,0,1734080213,NULL,'profilingexcluded','',NULL),(633,0,1734080213,NULL,'profilingautofrec','0',NULL),(634,0,1734080213,NULL,'profilingallowme','0',NULL),(635,0,1734080213,NULL,'profilingallowall','0',NULL),(636,0,1734080213,NULL,'profilingslow','0',NULL),(637,0,1734080213,NULL,'profilinglifetime','1440',NULL),(638,0,1734080213,NULL,'profilingimportprefix','(I)',NULL),(639,0,1734080219,'core_competency','pushcourseratingstouserplans','1',NULL),(640,0,1734080221,NULL,'calendar_exportsalt','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK'),(641,0,1734080221,NULL,'defaulthomepage','1','3'),(642,0,1734080221,NULL,'allowguestmymoodle','1',NULL),(643,0,1734080221,NULL,'pathtophp','','/usr/local/bin/php'),(644,0,1734080222,NULL,'debug','0','32767'),(645,0,1734080222,NULL,'debugdisplay','0','1'),(646,0,1734080229,NULL,'calendar_exportsalt','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL'),(647,0,1734080229,NULL,'pathtophp','','/usr/local/bin/php'),(648,0,1734080230,NULL,'debug','0','32767'),(649,0,1734080230,NULL,'debugdisplay','0','1'),(650,0,1734080307,'activitynames','filter_active','1',''),(651,0,1734080307,'core_filter','order','activitynames','activitynames'),(652,0,1734080307,'displayh5p','filter_active','1',''),(653,0,1734080307,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(654,0,1734080308,'emoticon','filter_active','1',''),(655,0,1734080308,'mathjaxloader','filter_active','1',''),(656,0,1734080308,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(657,0,1734080308,'mediaplugin','filter_active','1',''),(658,0,1734080309,'urltolink','filter_active','1',''),(659,0,1734080309,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(660,0,1734080309,'tiny','editor_visibility','1','0'),(661,2,1734080384,NULL,'enableaccessibilitytools','1',NULL),(662,2,1734080384,'tool_moodlenet','enablemoodlenet','1',NULL),(663,2,1734080384,NULL,'notloggedinroleid','6',NULL),(664,2,1734080384,NULL,'guestroleid','6',NULL),(665,2,1734080384,NULL,'defaultuserroleid','7',NULL),(666,2,1734080384,NULL,'creatornewroleid','3',NULL),(667,2,1734080384,NULL,'restorernewroleid','3',NULL),(668,2,1734080384,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(669,2,1734080384,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(670,2,1734080384,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(671,2,1734080384,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(672,2,1734080384,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(673,2,1734080384,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(674,2,1734080384,'tool_dataprivacy','showdataretentionsummary','1',NULL),(675,2,1734080384,'tool_log','exportlog','1',NULL),(676,2,1734080384,NULL,'sitepolicyhandler','',NULL),(677,2,1734080385,NULL,'gradebookroles','5',NULL),(678,2,1734080385,'analytics','logstore','logstore_standard',NULL),(679,2,1734080385,NULL,'h5plibraryhandler','h5plib_v124',NULL),(680,2,1734080386,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(681,2,1734080386,NULL,'airnotifierport','443',NULL),(682,2,1734080386,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(683,2,1734080386,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(684,2,1734080386,NULL,'airnotifieraccesskey','',NULL),(685,2,1734080386,'message_airnotifier','encryptnotifications','0',NULL),(686,2,1734080386,'message_airnotifier','encryptprocessing','0',NULL),(687,2,1734080386,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(688,2,1734080386,'assign','showrecentsubmissions','0',NULL),(689,2,1734080386,'assign','submissionreceipts','1',NULL),(690,2,1734080386,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(691,2,1734080386,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(692,2,1734080386,'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),(693,2,1734080386,'assign','maxperpage','-1',NULL),(694,2,1734080386,'assign','alwaysshowdescription','1',NULL),(695,2,1734080386,'assign','alwaysshowdescription_adv','',NULL),(696,2,1734080387,'assign','alwaysshowdescription_locked','',NULL),(697,2,1734080387,'assign','allowsubmissionsfromdate','0',NULL),(698,2,1734080387,'assign','allowsubmissionsfromdate_enabled','1',NULL),(699,2,1734080387,'assign','allowsubmissionsfromdate_adv','',NULL),(700,2,1734080387,'assign','duedate','604800',NULL),(701,2,1734080387,'assign','duedate_enabled','1',NULL),(702,2,1734080387,'assign','duedate_adv','',NULL),(703,2,1734080387,'assign','cutoffdate','1209600',NULL),(704,2,1734080387,'assign','cutoffdate_enabled','',NULL),(705,2,1734080387,'assign','cutoffdate_adv','',NULL),(706,2,1734080387,'assign','enabletimelimit','0',NULL),(707,2,1734080387,'assign','gradingduedate','1209600',NULL),(708,2,1734080387,'assign','gradingduedate_enabled','1',NULL),(709,2,1734080387,'assign','gradingduedate_adv','',NULL),(710,2,1734080387,'assign','submissiondrafts','0',NULL),(711,2,1734080387,'assign','submissiondrafts_adv','',NULL),(712,2,1734080387,'assign','submissiondrafts_locked','',NULL),(713,2,1734080387,'assign','requiresubmissionstatement','0',NULL),(714,2,1734080387,'assign','requiresubmissionstatement_adv','',NULL),(715,2,1734080387,'assign','requiresubmissionstatement_locked','',NULL),(716,2,1734080387,'assign','attemptreopenmethod','none',NULL),(717,2,1734080387,'assign','attemptreopenmethod_adv','',NULL),(718,2,1734080387,'assign','attemptreopenmethod_locked','',NULL),(719,2,1734080387,'assign','maxattempts','-1',NULL),(720,2,1734080387,'assign','maxattempts_adv','',NULL),(721,2,1734080387,'assign','maxattempts_locked','',NULL),(722,2,1734080387,'assign','teamsubmission','0',NULL),(723,2,1734080387,'assign','teamsubmission_adv','',NULL),(724,2,1734080387,'assign','teamsubmission_locked','',NULL),(725,2,1734080387,'assign','preventsubmissionnotingroup','0',NULL),(726,2,1734080387,'assign','preventsubmissionnotingroup_adv','',NULL),(727,2,1734080387,'assign','preventsubmissionnotingroup_locked','',NULL),(728,2,1734080387,'assign','requireallteammemberssubmit','0',NULL),(729,2,1734080387,'assign','requireallteammemberssubmit_adv','',NULL),(730,2,1734080387,'assign','requireallteammemberssubmit_locked','',NULL),(731,2,1734080387,'assign','teamsubmissiongroupingid','',NULL),(732,2,1734080387,'assign','teamsubmissiongroupingid_adv','',NULL),(733,2,1734080387,'assign','sendnotifications','0',NULL),(734,2,1734080387,'assign','sendnotifications_adv','',NULL),(735,2,1734080387,'assign','sendnotifications_locked','',NULL),(736,2,1734080387,'assign','sendlatenotifications','0',NULL),(737,2,1734080387,'assign','sendlatenotifications_adv','',NULL),(738,2,1734080387,'assign','sendlatenotifications_locked','',NULL),(739,2,1734080387,'assign','sendstudentnotifications','1',NULL),(740,2,1734080387,'assign','sendstudentnotifications_adv','',NULL),(741,2,1734080387,'assign','sendstudentnotifications_locked','',NULL),(742,2,1734080387,'assign','blindmarking','0',NULL),(743,2,1734080387,'assign','blindmarking_adv','',NULL),(744,2,1734080387,'assign','blindmarking_locked','',NULL),(745,2,1734080387,'assign','hidegrader','0',NULL),(746,2,1734080387,'assign','hidegrader_adv','',NULL),(747,2,1734080387,'assign','hidegrader_locked','',NULL),(748,2,1734080387,'assign','markingworkflow','0',NULL),(749,2,1734080387,'assign','markingworkflow_adv','',NULL),(750,2,1734080387,'assign','markingworkflow_locked','',NULL),(751,2,1734080387,'assign','markingallocation','0',NULL),(752,2,1734080387,'assign','markingallocation_adv','',NULL),(753,2,1734080387,'assign','markingallocation_locked','',NULL),(754,2,1734080387,'assignsubmission_file','default','1',NULL),(755,2,1734080387,'assignsubmission_file','maxfiles','20',NULL),(756,2,1734080387,'assignsubmission_file','filetypes','',NULL),(757,2,1734080387,'assignsubmission_file','maxbytes','0',NULL),(758,2,1734080388,'assignsubmission_onlinetext','default','0',NULL),(759,2,1734080388,'assignfeedback_comments','default','1',NULL),(760,2,1734080388,'assignfeedback_comments','inline','0',NULL),(761,2,1734080388,'assignfeedback_comments','inline_adv','',NULL),(762,2,1734080388,'assignfeedback_comments','inline_locked','',NULL),(763,2,1734080388,'assignfeedback_editpdf','default','1',NULL),(764,2,1734080388,'assignfeedback_editpdf','stamps','',NULL),(765,2,1734080388,'assignfeedback_file','default','0',NULL),(766,2,1734080388,'assignfeedback_offline','default','0',NULL),(767,2,1734080388,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(768,2,1734080388,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(769,2,1734080388,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(770,2,1734080388,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(771,2,1734080388,NULL,'bigbluebuttonbn_welcome_default','',NULL),(772,2,1734080388,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(773,2,1734080388,NULL,'bigbluebuttonbn_recording_default','1',NULL),(774,2,1734080388,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(775,2,1734080388,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(776,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(777,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(778,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(779,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(780,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(781,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(782,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(783,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(784,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(785,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(786,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(787,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(788,2,1734080388,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(789,2,1734080388,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(790,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(791,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(792,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(793,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(794,2,1734080388,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(795,2,1734080389,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(796,2,1734080389,'mod_bigbluebuttonbn','presentationdefault','',NULL),(797,2,1734080389,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(798,2,1734080389,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(799,2,1734080389,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(800,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(801,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(802,2,1734080389,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(803,2,1734080389,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(804,2,1734080389,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(805,2,1734080389,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(806,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(807,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(808,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(809,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(810,2,1734080389,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(811,2,1734080389,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(812,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(813,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(814,2,1734080389,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(815,2,1734080389,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(816,2,1734080389,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(817,2,1734080389,'book','numberingoptions','0,1,2,3',NULL),(818,2,1734080389,'book','numbering','1',NULL),(819,2,1734080389,NULL,'chat_method','ajax',NULL),(820,2,1734080389,NULL,'chat_refresh_userlist','10',NULL),(821,2,1734080389,NULL,'chat_old_ping','35',NULL),(822,2,1734080389,NULL,'chat_refresh_room','5',NULL),(823,2,1734080389,NULL,'chat_normal_updatemode','jsupdate',NULL),(824,2,1734080389,NULL,'chat_serverhost','www.example.com',NULL),(825,2,1734080389,NULL,'chat_serverip','127.0.0.1',NULL),(826,2,1734080389,NULL,'chat_serverport','9111',NULL),(827,2,1734080389,NULL,'chat_servermax','100',NULL),(828,2,1734080389,NULL,'data_enablerssfeeds','0',NULL),(829,2,1734080389,NULL,'feedback_allowfullanonymous','0',NULL),(830,2,1734080389,'resource','framesize','130',NULL),(831,2,1734080389,'resource','displayoptions','0,1,4,5,6',NULL),(832,2,1734080389,'resource','printintro','1',NULL),(833,2,1734080389,'resource','display','0',NULL),(834,2,1734080389,'resource','showsize','0',NULL),(835,2,1734080389,'resource','showtype','0',NULL),(836,2,1734080389,'resource','showdate','0',NULL),(837,2,1734080389,'resource','popupwidth','620',NULL),(838,2,1734080389,'resource','popupheight','450',NULL),(839,2,1734080389,'resource','filterfiles','0',NULL),(840,2,1734080390,'folder','showexpanded','1',NULL),(841,2,1734080390,'folder','maxsizetodownload','0',NULL),(842,2,1734080390,NULL,'forum_displaymode','3',NULL),(843,2,1734080390,NULL,'forum_shortpost','300',NULL),(844,2,1734080390,NULL,'forum_longpost','600',NULL),(845,2,1734080390,NULL,'forum_manydiscussions','100',NULL),(846,2,1734080390,NULL,'forum_maxbytes','512000',NULL),(847,2,1734080390,NULL,'forum_maxattachments','9',NULL),(848,2,1734080390,NULL,'forum_subscription','0',NULL),(849,2,1734080390,NULL,'forum_trackingtype','1',NULL),(850,2,1734080390,NULL,'forum_trackreadposts','1',NULL),(851,2,1734080390,NULL,'forum_allowforcedreadtracking','0',NULL),(852,2,1734080390,NULL,'forum_oldpostdays','14',NULL),(853,2,1734080390,NULL,'forum_usermarksread','0',NULL),(854,2,1734080390,NULL,'forum_cleanreadtime','2',NULL),(855,2,1734080390,NULL,'digestmailtime','17',NULL),(856,2,1734080390,NULL,'forum_enablerssfeeds','0',NULL),(857,2,1734080390,NULL,'forum_enabletimedposts','1',NULL),(858,2,1734080390,NULL,'glossary_entbypage','10',NULL),(859,2,1734080390,NULL,'glossary_dupentries','0',NULL),(860,2,1734080390,NULL,'glossary_allowcomments','0',NULL),(861,2,1734080390,NULL,'glossary_linkbydefault','1',NULL),(862,2,1734080390,NULL,'glossary_defaultapproval','1',NULL),(863,2,1734080390,NULL,'glossary_enablerssfeeds','0',NULL),(864,2,1734080390,NULL,'glossary_linkentries','0',NULL),(865,2,1734080390,NULL,'glossary_casesensitive','0',NULL),(866,2,1734080390,NULL,'glossary_fullmatch','0',NULL),(867,2,1734080390,'imscp','keepold','1',NULL),(868,2,1734080390,'imscp','keepold_adv','',NULL),(869,2,1734080390,'mod_lesson','mediafile','',NULL),(870,2,1734080390,'mod_lesson','mediafile_adv','1',NULL),(871,2,1734080390,'mod_lesson','mediawidth','640',NULL),(872,2,1734080390,'mod_lesson','mediaheight','480',NULL),(873,2,1734080390,'mod_lesson','mediaclose','0',NULL),(874,2,1734080390,'mod_lesson','progressbar','0',NULL),(875,2,1734080390,'mod_lesson','progressbar_adv','',NULL),(876,2,1734080390,'mod_lesson','ongoing','0',NULL),(877,2,1734080390,'mod_lesson','ongoing_adv','1',NULL),(878,2,1734080390,'mod_lesson','displayleftmenu','0',NULL),(879,2,1734080390,'mod_lesson','displayleftmenu_adv','',NULL),(880,2,1734080390,'mod_lesson','displayleftif','0',NULL),(881,2,1734080390,'mod_lesson','displayleftif_adv','1',NULL),(882,2,1734080390,'mod_lesson','slideshow','0',NULL),(883,2,1734080390,'mod_lesson','slideshow_adv','1',NULL),(884,2,1734080390,'mod_lesson','slideshowwidth','640',NULL),(885,2,1734080390,'mod_lesson','slideshowheight','480',NULL),(886,2,1734080390,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(887,2,1734080390,'mod_lesson','maxanswers','5',NULL),(888,2,1734080390,'mod_lesson','maxanswers_adv','1',NULL),(889,2,1734080390,'mod_lesson','defaultfeedback','0',NULL),(890,2,1734080390,'mod_lesson','defaultfeedback_adv','1',NULL),(891,2,1734080390,'mod_lesson','activitylink','',NULL),(892,2,1734080390,'mod_lesson','activitylink_adv','1',NULL),(893,2,1734080390,'mod_lesson','timelimit','0',NULL),(894,2,1734080390,'mod_lesson','timelimit_adv','',NULL),(895,2,1734080391,'mod_lesson','password','0',NULL),(896,2,1734080391,'mod_lesson','password_adv','1',NULL),(897,2,1734080391,'mod_lesson','modattempts','0',NULL),(898,2,1734080391,'mod_lesson','modattempts_adv','',NULL),(899,2,1734080391,'mod_lesson','displayreview','0',NULL),(900,2,1734080391,'mod_lesson','displayreview_adv','',NULL),(901,2,1734080391,'mod_lesson','maximumnumberofattempts','1',NULL),(902,2,1734080391,'mod_lesson','maximumnumberofattempts_adv','',NULL),(903,2,1734080391,'mod_lesson','defaultnextpage','0',NULL),(904,2,1734080391,'mod_lesson','defaultnextpage_adv','1',NULL),(905,2,1734080391,'mod_lesson','numberofpagestoshow','1',NULL),(906,2,1734080391,'mod_lesson','numberofpagestoshow_adv','1',NULL),(907,2,1734080391,'mod_lesson','practice','0',NULL),(908,2,1734080391,'mod_lesson','practice_adv','',NULL),(909,2,1734080391,'mod_lesson','customscoring','1',NULL),(910,2,1734080391,'mod_lesson','customscoring_adv','1',NULL),(911,2,1734080391,'mod_lesson','retakesallowed','0',NULL),(912,2,1734080391,'mod_lesson','retakesallowed_adv','',NULL),(913,2,1734080391,'mod_lesson','handlingofretakes','0',NULL),(914,2,1734080391,'mod_lesson','handlingofretakes_adv','1',NULL),(915,2,1734080391,'mod_lesson','minimumnumberofquestions','0',NULL),(916,2,1734080391,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(917,2,1734080391,'page','displayoptions','5',NULL),(918,2,1734080391,'page','printintro','0',NULL),(919,2,1734080391,'page','printlastmodified','1',NULL),(920,2,1734080391,'page','display','5',NULL),(921,2,1734080391,'page','popupwidth','620',NULL),(922,2,1734080391,'page','popupheight','450',NULL),(923,2,1734080391,'quiz','timelimit','0',NULL),(924,2,1734080391,'quiz','timelimit_adv','',NULL),(925,2,1734080391,'quiz','timelimit_locked','',NULL),(926,2,1734080391,'quiz','notifyattemptgradeddelay','18000',NULL),(927,2,1734080391,'quiz','overduehandling','autosubmit',NULL),(928,2,1734080391,'quiz','overduehandling_adv','',NULL),(929,2,1734080391,'quiz','overduehandling_locked','',NULL),(930,2,1734080391,'quiz','graceperiod','86400',NULL),(931,2,1734080391,'quiz','graceperiod_adv','',NULL),(932,2,1734080391,'quiz','graceperiod_locked','',NULL),(933,2,1734080391,'quiz','graceperiodmin','60',NULL),(934,2,1734080391,'quiz','attempts','0',NULL),(935,2,1734080391,'quiz','attempts_adv','',NULL),(936,2,1734080391,'quiz','attempts_locked','',NULL),(937,2,1734080391,'quiz','grademethod','1',NULL),(938,2,1734080391,'quiz','grademethod_adv','',NULL),(939,2,1734080391,'quiz','grademethod_locked','',NULL),(940,2,1734080391,'quiz','maximumgrade','10',NULL),(941,2,1734080391,'quiz','maximumgrade_locked','',NULL),(942,2,1734080391,'quiz','questionsperpage','1',NULL),(943,2,1734080391,'quiz','questionsperpage_adv','',NULL),(944,2,1734080391,'quiz','questionsperpage_locked','',NULL),(945,2,1734080391,'quiz','navmethod','free',NULL),(946,2,1734080391,'quiz','navmethod_adv','1',NULL),(947,2,1734080391,'quiz','navmethod_locked','',NULL),(948,2,1734080391,'quiz','shuffleanswers','1',NULL),(949,2,1734080391,'quiz','shuffleanswers_adv','',NULL),(950,2,1734080391,'quiz','shuffleanswers_locked','',NULL),(951,2,1734080391,'quiz','preferredbehaviour','deferredfeedback',NULL),(952,2,1734080391,'quiz','preferredbehaviour_locked','',NULL),(953,2,1734080391,'quiz','canredoquestions','0',NULL),(954,2,1734080391,'quiz','canredoquestions_adv','1',NULL),(955,2,1734080391,'quiz','canredoquestions_locked','',NULL),(956,2,1734080392,'quiz','attemptonlast','0',NULL),(957,2,1734080392,'quiz','attemptonlast_adv','1',NULL),(958,2,1734080392,'quiz','attemptonlast_locked','',NULL),(959,2,1734080392,'quiz','reviewattempt','69904',NULL),(960,2,1734080392,'quiz','reviewcorrectness','69904',NULL),(961,2,1734080392,'quiz','reviewmarks','69904',NULL),(962,2,1734080392,'quiz','reviewspecificfeedback','69904',NULL),(963,2,1734080392,'quiz','reviewgeneralfeedback','69904',NULL),(964,2,1734080392,'quiz','reviewrightanswer','69904',NULL),(965,2,1734080392,'quiz','reviewoverallfeedback','4368',NULL),(966,2,1734080392,'quiz','showuserpicture','0',NULL),(967,2,1734080392,'quiz','showuserpicture_adv','',NULL),(968,2,1734080392,'quiz','showuserpicture_locked','',NULL),(969,2,1734080392,'quiz','decimalpoints','2',NULL),(970,2,1734080392,'quiz','decimalpoints_adv','',NULL),(971,2,1734080392,'quiz','decimalpoints_locked','',NULL),(972,2,1734080392,'quiz','questiondecimalpoints','-1',NULL),(973,2,1734080392,'quiz','questiondecimalpoints_adv','',NULL),(974,2,1734080392,'quiz','questiondecimalpoints_locked','',NULL),(975,2,1734080392,'quiz','showblocks','0',NULL),(976,2,1734080392,'quiz','showblocks_adv','1',NULL),(977,2,1734080392,'quiz','showblocks_locked','',NULL),(978,2,1734080392,'quiz','quizpassword','',NULL),(979,2,1734080392,'quiz','quizpassword_adv','',NULL),(980,2,1734080392,'quiz','quizpassword_required','',NULL),(981,2,1734080392,'quiz','quizpassword_locked','',NULL),(982,2,1734080392,'quiz','subnet','',NULL),(983,2,1734080392,'quiz','subnet_adv','1',NULL),(984,2,1734080392,'quiz','subnet_locked','',NULL),(985,2,1734080392,'quiz','delay1','0',NULL),(986,2,1734080392,'quiz','delay1_adv','1',NULL),(987,2,1734080392,'quiz','delay1_locked','',NULL),(988,2,1734080392,'quiz','delay2','0',NULL),(989,2,1734080392,'quiz','delay2_adv','1',NULL),(990,2,1734080392,'quiz','delay2_locked','',NULL),(991,2,1734080392,'quiz','browsersecurity','-',NULL),(992,2,1734080392,'quiz','browsersecurity_adv','1',NULL),(993,2,1734080392,'quiz','browsersecurity_locked','',NULL),(994,2,1734080392,'quiz','initialnumfeedbacks','2',NULL),(995,2,1734080392,'quiz','autosaveperiod','60',NULL),(996,2,1734080392,'quiz_statistics','getstatslocktimeout','900',NULL),(997,2,1734080392,'quizaccess_seb','autoreconfigureseb','1',NULL),(998,2,1734080392,'quizaccess_seb','showseblinks','seb,http',NULL),(999,2,1734080392,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1000,2,1734080392,'quizaccess_seb','quizpasswordrequired','0',NULL),(1001,2,1734080392,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1002,2,1734080392,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1003,2,1734080392,'scorm','displaycoursestructure','0',NULL),(1004,2,1734080392,'scorm','displaycoursestructure_adv','',NULL),(1005,2,1734080392,'scorm','popup','0',NULL),(1006,2,1734080392,'scorm','popup_adv','',NULL),(1007,2,1734080392,'scorm','framewidth','100',NULL),(1008,2,1734080392,'scorm','framewidth_adv','1',NULL),(1009,2,1734080392,'scorm','frameheight','500',NULL),(1010,2,1734080392,'scorm','frameheight_adv','1',NULL),(1011,2,1734080392,'scorm','winoptgrp_adv','1',NULL),(1012,2,1734080392,'scorm','scrollbars','0',NULL),(1013,2,1734080392,'scorm','directories','0',NULL),(1014,2,1734080392,'scorm','location','0',NULL),(1015,2,1734080392,'scorm','menubar','0',NULL),(1016,2,1734080392,'scorm','toolbar','0',NULL),(1017,2,1734080393,'scorm','status','0',NULL),(1018,2,1734080393,'scorm','skipview','0',NULL),(1019,2,1734080393,'scorm','skipview_adv','1',NULL),(1020,2,1734080393,'scorm','hidebrowse','0',NULL),(1021,2,1734080393,'scorm','hidebrowse_adv','1',NULL),(1022,2,1734080393,'scorm','hidetoc','0',NULL),(1023,2,1734080393,'scorm','hidetoc_adv','1',NULL),(1024,2,1734080393,'scorm','nav','1',NULL),(1025,2,1734080393,'scorm','nav_adv','1',NULL),(1026,2,1734080393,'scorm','navpositionleft','-100',NULL),(1027,2,1734080393,'scorm','navpositionleft_adv','1',NULL),(1028,2,1734080393,'scorm','navpositiontop','-100',NULL),(1029,2,1734080393,'scorm','navpositiontop_adv','1',NULL),(1030,2,1734080393,'scorm','collapsetocwinsize','767',NULL),(1031,2,1734080393,'scorm','collapsetocwinsize_adv','1',NULL),(1032,2,1734080393,'scorm','displayattemptstatus','1',NULL),(1033,2,1734080393,'scorm','displayattemptstatus_adv','',NULL),(1034,2,1734080393,'scorm','grademethod','1',NULL),(1035,2,1734080393,'scorm','maxgrade','100',NULL),(1036,2,1734080393,'scorm','maxattempt','0',NULL),(1037,2,1734080393,'scorm','whatgrade','0',NULL),(1038,2,1734080393,'scorm','forcecompleted','0',NULL),(1039,2,1734080393,'scorm','forcenewattempt','0',NULL),(1040,2,1734080393,'scorm','autocommit','0',NULL),(1041,2,1734080393,'scorm','masteryoverride','1',NULL),(1042,2,1734080393,'scorm','lastattemptlock','0',NULL),(1043,2,1734080393,'scorm','auto','0',NULL),(1044,2,1734080393,'scorm','updatefreq','0',NULL),(1045,2,1734080393,'scorm','scormstandard','0',NULL),(1046,2,1734080393,'scorm','allowtypeexternal','0',NULL),(1047,2,1734080393,'scorm','allowtypelocalsync','0',NULL),(1048,2,1734080393,'scorm','allowtypeexternalaicc','0',NULL),(1049,2,1734080393,'scorm','allowaicchacp','0',NULL),(1050,2,1734080393,'scorm','aicchacptimeout','30',NULL),(1051,2,1734080393,'scorm','aicchacpkeepsessiondata','1',NULL),(1052,2,1734080393,'scorm','aiccuserid','1',NULL),(1053,2,1734080393,'scorm','forcejavascript','1',NULL),(1054,2,1734080393,'scorm','allowapidebug','0',NULL),(1055,2,1734080393,'scorm','apidebugmask','.*',NULL),(1056,2,1734080393,'scorm','protectpackagedownloads','0',NULL),(1057,2,1734080393,'label','dndmedia','1',NULL),(1058,2,1734080393,'label','dndresizewidth','400',NULL),(1059,2,1734080393,'label','dndresizeheight','400',NULL),(1060,2,1734080393,'url','framesize','130',NULL),(1061,2,1734080393,'url','secretphrase','',NULL),(1062,2,1734080393,'url','rolesinparams','0',NULL),(1063,2,1734080393,'url','displayoptions','0,1,5,6',NULL),(1064,2,1734080393,'url','printintro','1',NULL),(1065,2,1734080393,'url','display','0',NULL),(1066,2,1734080393,'url','popupwidth','620',NULL),(1067,2,1734080393,'url','popupheight','450',NULL),(1068,2,1734080393,'workshop','grade','80',NULL),(1069,2,1734080393,'workshop','gradinggrade','20',NULL),(1070,2,1734080393,'workshop','gradedecimals','0',NULL),(1071,2,1734080393,'workshop','maxbytes','0',NULL),(1072,2,1734080393,'workshop','strategy','accumulative',NULL),(1073,2,1734080393,'workshop','examplesmode','0',NULL),(1074,2,1734080393,'workshopallocation_random','numofreviews','5',NULL),(1075,2,1734080393,'workshopform_numerrors','grade0','No',NULL),(1076,2,1734080393,'workshopform_numerrors','grade1','Yes',NULL),(1077,2,1734080393,'workshopeval_best','comparison','5',NULL),(1078,2,1734080394,'tool_brickfield','analysistype','0',NULL),(1079,2,1734080394,'tool_brickfield','deletehistoricaldata','1',NULL),(1080,2,1734080394,'tool_brickfield','batch','1000',NULL),(1081,2,1734080394,'tool_brickfield','perpage','50',NULL),(1082,2,1734080394,'tool_recyclebin','coursebinenable','1',NULL),(1083,2,1734080394,'tool_recyclebin','coursebinexpiry','604800',NULL),(1084,2,1734080394,'tool_recyclebin','categorybinenable','1',NULL),(1085,2,1734080394,'tool_recyclebin','categorybinexpiry','604800',NULL),(1086,2,1734080394,'tool_recyclebin','autohide','1',NULL),(1087,2,1734080394,'antivirus_clamav','runningmethod','commandline',NULL),(1088,2,1734080394,'antivirus_clamav','pathtoclam','',NULL),(1089,2,1734080394,'antivirus_clamav','pathtounixsocket','',NULL),(1090,2,1734080394,'antivirus_clamav','tcpsockethost','',NULL),(1091,2,1734080394,'antivirus_clamav','tcpsocketport','3310',NULL),(1092,2,1734080394,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1093,2,1734080394,'antivirus_clamav','tries','1',NULL),(1094,2,1734080394,'auth_cas','auth_name','CAS',NULL),(1095,2,1734080394,'auth_cas','auth_logo','',NULL),(1096,2,1734080394,'auth_cas','hostname','',NULL),(1097,2,1734080394,'auth_cas','baseuri','',NULL),(1098,2,1734080394,'auth_cas','port','0',NULL),(1099,2,1734080394,'auth_cas','casversion','2.0',NULL),(1100,2,1734080394,'auth_cas','language','CAS_Languages_English',NULL),(1101,2,1734080394,'auth_cas','proxycas','0',NULL),(1102,2,1734080394,'auth_cas','logoutcas','0',NULL),(1103,2,1734080394,'auth_cas','multiauth','0',NULL),(1104,2,1734080394,'auth_cas','certificate_check','0',NULL),(1105,2,1734080394,'auth_cas','certificate_path','',NULL),(1106,2,1734080394,'auth_cas','curl_ssl_version','',NULL),(1107,2,1734080394,'auth_cas','logout_return_url','',NULL),(1108,2,1734080394,'auth_cas','host_url','',NULL),(1109,2,1734080394,'auth_cas','ldap_version','3',NULL),(1110,2,1734080394,'auth_cas','start_tls','0',NULL),(1111,2,1734080394,'auth_cas','ldapencoding','utf-8',NULL),(1112,2,1734080394,'auth_cas','pagesize','250',NULL),(1113,2,1734080394,'auth_cas','bind_dn','',NULL),(1114,2,1734080394,'auth_cas','bind_pw','',NULL),(1115,2,1734080394,'auth_cas','user_type','default',NULL),(1116,2,1734080394,'auth_cas','contexts','',NULL),(1117,2,1734080394,'auth_cas','search_sub','0',NULL),(1118,2,1734080394,'auth_cas','opt_deref','0',NULL),(1119,2,1734080394,'auth_cas','user_attribute','',NULL),(1120,2,1734080394,'auth_cas','memberattribute','',NULL),(1121,2,1734080394,'auth_cas','memberattribute_isdn','0',NULL),(1122,2,1734080394,'auth_cas','objectclass','',NULL),(1123,2,1734080394,'auth_cas','attrcreators','',NULL),(1124,2,1734080394,'auth_cas','groupecreators','',NULL),(1125,2,1734080394,'auth_cas','removeuser','0',NULL),(1126,2,1734080395,'auth_cas','field_map_firstname','',NULL),(1127,2,1734080395,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1128,2,1734080395,'auth_cas','field_updateremote_firstname','0',NULL),(1129,2,1734080395,'auth_cas','field_lock_firstname','unlocked',NULL),(1130,2,1734080395,'auth_cas','field_map_lastname','',NULL),(1131,2,1734080395,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1132,2,1734080395,'auth_cas','field_updateremote_lastname','0',NULL),(1133,2,1734080395,'auth_cas','field_lock_lastname','unlocked',NULL),(1134,2,1734080395,'auth_cas','field_map_email','',NULL),(1135,2,1734080395,'auth_cas','field_updatelocal_email','oncreate',NULL),(1136,2,1734080395,'auth_cas','field_updateremote_email','0',NULL),(1137,2,1734080395,'auth_cas','field_lock_email','unlocked',NULL),(1138,2,1734080395,'auth_cas','field_map_city','',NULL),(1139,2,1734080395,'auth_cas','field_updatelocal_city','oncreate',NULL),(1140,2,1734080395,'auth_cas','field_updateremote_city','0',NULL),(1141,2,1734080395,'auth_cas','field_lock_city','unlocked',NULL),(1142,2,1734080395,'auth_cas','field_map_country','',NULL),(1143,2,1734080395,'auth_cas','field_updatelocal_country','oncreate',NULL),(1144,2,1734080395,'auth_cas','field_updateremote_country','0',NULL),(1145,2,1734080395,'auth_cas','field_lock_country','unlocked',NULL),(1146,2,1734080395,'auth_cas','field_map_lang','',NULL),(1147,2,1734080395,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1148,2,1734080395,'auth_cas','field_updateremote_lang','0',NULL),(1149,2,1734080395,'auth_cas','field_lock_lang','unlocked',NULL),(1150,2,1734080395,'auth_cas','field_map_description','',NULL),(1151,2,1734080395,'auth_cas','field_updatelocal_description','oncreate',NULL),(1152,2,1734080395,'auth_cas','field_updateremote_description','0',NULL),(1153,2,1734080395,'auth_cas','field_lock_description','unlocked',NULL),(1154,2,1734080395,'auth_cas','field_map_idnumber','',NULL),(1155,2,1734080395,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1156,2,1734080395,'auth_cas','field_updateremote_idnumber','0',NULL),(1157,2,1734080395,'auth_cas','field_lock_idnumber','unlocked',NULL),(1158,2,1734080395,'auth_cas','field_map_institution','',NULL),(1159,2,1734080395,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1160,2,1734080395,'auth_cas','field_updateremote_institution','0',NULL),(1161,2,1734080395,'auth_cas','field_lock_institution','unlocked',NULL),(1162,2,1734080395,'auth_cas','field_map_department','',NULL),(1163,2,1734080395,'auth_cas','field_updatelocal_department','oncreate',NULL),(1164,2,1734080395,'auth_cas','field_updateremote_department','0',NULL),(1165,2,1734080395,'auth_cas','field_lock_department','unlocked',NULL),(1166,2,1734080395,'auth_cas','field_map_phone1','',NULL),(1167,2,1734080395,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1168,2,1734080395,'auth_cas','field_updateremote_phone1','0',NULL),(1169,2,1734080395,'auth_cas','field_lock_phone1','unlocked',NULL),(1170,2,1734080395,'auth_cas','field_map_phone2','',NULL),(1171,2,1734080395,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1172,2,1734080395,'auth_cas','field_updateremote_phone2','0',NULL),(1173,2,1734080395,'auth_cas','field_lock_phone2','unlocked',NULL),(1174,2,1734080395,'auth_cas','field_map_address','',NULL),(1175,2,1734080395,'auth_cas','field_updatelocal_address','oncreate',NULL),(1176,2,1734080395,'auth_cas','field_updateremote_address','0',NULL),(1177,2,1734080395,'auth_cas','field_lock_address','unlocked',NULL),(1178,2,1734080395,'auth_cas','field_map_firstnamephonetic','',NULL),(1179,2,1734080395,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1180,2,1734080395,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1181,2,1734080395,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1182,2,1734080395,'auth_cas','field_map_lastnamephonetic','',NULL),(1183,2,1734080395,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1184,2,1734080395,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1185,2,1734080395,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1186,2,1734080395,'auth_cas','field_map_middlename','',NULL),(1187,2,1734080396,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1188,2,1734080396,'auth_cas','field_updateremote_middlename','0',NULL),(1189,2,1734080396,'auth_cas','field_lock_middlename','unlocked',NULL),(1190,2,1734080396,'auth_cas','field_map_alternatename','',NULL),(1191,2,1734080396,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1192,2,1734080396,'auth_cas','field_updateremote_alternatename','0',NULL),(1193,2,1734080396,'auth_cas','field_lock_alternatename','unlocked',NULL),(1194,2,1734080396,'auth_email','recaptcha','0',NULL),(1195,2,1734080396,'auth_email','field_lock_firstname','unlocked',NULL),(1196,2,1734080396,'auth_email','field_lock_lastname','unlocked',NULL),(1197,2,1734080396,'auth_email','field_lock_email','unlocked',NULL),(1198,2,1734080396,'auth_email','field_lock_city','unlocked',NULL),(1199,2,1734080396,'auth_email','field_lock_country','unlocked',NULL),(1200,2,1734080396,'auth_email','field_lock_lang','unlocked',NULL),(1201,2,1734080396,'auth_email','field_lock_description','unlocked',NULL),(1202,2,1734080396,'auth_email','field_lock_idnumber','unlocked',NULL),(1203,2,1734080396,'auth_email','field_lock_institution','unlocked',NULL),(1204,2,1734080396,'auth_email','field_lock_department','unlocked',NULL),(1205,2,1734080396,'auth_email','field_lock_phone1','unlocked',NULL),(1206,2,1734080396,'auth_email','field_lock_phone2','unlocked',NULL),(1207,2,1734080396,'auth_email','field_lock_address','unlocked',NULL),(1208,2,1734080396,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1209,2,1734080396,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1210,2,1734080396,'auth_email','field_lock_middlename','unlocked',NULL),(1211,2,1734080396,'auth_email','field_lock_alternatename','unlocked',NULL),(1212,2,1734080396,'auth_db','host','127.0.0.1',NULL),(1213,2,1734080396,'auth_db','type','mysqli',NULL),(1214,2,1734080396,'auth_db','sybasequoting','0',NULL),(1215,2,1734080396,'auth_db','name','',NULL),(1216,2,1734080396,'auth_db','user','',NULL),(1217,2,1734080396,'auth_db','pass','',NULL),(1218,2,1734080396,'auth_db','table','',NULL),(1219,2,1734080396,'auth_db','fielduser','',NULL),(1220,2,1734080396,'auth_db','fieldpass','',NULL),(1221,2,1734080396,'auth_db','passtype','plaintext',NULL),(1222,2,1734080396,'auth_db','extencoding','utf-8',NULL),(1223,2,1734080396,'auth_db','setupsql','',NULL),(1224,2,1734080396,'auth_db','debugauthdb','0',NULL),(1225,2,1734080396,'auth_db','changepasswordurl','',NULL),(1226,2,1734080396,'auth_db','removeuser','0',NULL),(1227,2,1734080396,'auth_db','updateusers','0',NULL),(1228,2,1734080396,'auth_db','field_map_firstname','',NULL),(1229,2,1734080396,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1230,2,1734080396,'auth_db','field_updateremote_firstname','0',NULL),(1231,2,1734080396,'auth_db','field_lock_firstname','unlocked',NULL),(1232,2,1734080396,'auth_db','field_map_lastname','',NULL),(1233,2,1734080396,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1234,2,1734080396,'auth_db','field_updateremote_lastname','0',NULL),(1235,2,1734080396,'auth_db','field_lock_lastname','unlocked',NULL),(1236,2,1734080396,'auth_db','field_map_email','',NULL),(1237,2,1734080396,'auth_db','field_updatelocal_email','oncreate',NULL),(1238,2,1734080396,'auth_db','field_updateremote_email','0',NULL),(1239,2,1734080396,'auth_db','field_lock_email','unlocked',NULL),(1240,2,1734080396,'auth_db','field_map_city','',NULL),(1241,2,1734080396,'auth_db','field_updatelocal_city','oncreate',NULL),(1242,2,1734080396,'auth_db','field_updateremote_city','0',NULL),(1243,2,1734080396,'auth_db','field_lock_city','unlocked',NULL),(1244,2,1734080396,'auth_db','field_map_country','',NULL),(1245,2,1734080396,'auth_db','field_updatelocal_country','oncreate',NULL),(1246,2,1734080396,'auth_db','field_updateremote_country','0',NULL),(1247,2,1734080396,'auth_db','field_lock_country','unlocked',NULL),(1248,2,1734080396,'auth_db','field_map_lang','',NULL),(1249,2,1734080396,'auth_db','field_updatelocal_lang','oncreate',NULL),(1250,2,1734080396,'auth_db','field_updateremote_lang','0',NULL),(1251,2,1734080396,'auth_db','field_lock_lang','unlocked',NULL),(1252,2,1734080397,'auth_db','field_map_description','',NULL),(1253,2,1734080397,'auth_db','field_updatelocal_description','oncreate',NULL),(1254,2,1734080397,'auth_db','field_updateremote_description','0',NULL),(1255,2,1734080397,'auth_db','field_lock_description','unlocked',NULL),(1256,2,1734080397,'auth_db','field_map_idnumber','',NULL),(1257,2,1734080397,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1258,2,1734080397,'auth_db','field_updateremote_idnumber','0',NULL),(1259,2,1734080397,'auth_db','field_lock_idnumber','unlocked',NULL),(1260,2,1734080397,'auth_db','field_map_institution','',NULL),(1261,2,1734080397,'auth_db','field_updatelocal_institution','oncreate',NULL),(1262,2,1734080397,'auth_db','field_updateremote_institution','0',NULL),(1263,2,1734080397,'auth_db','field_lock_institution','unlocked',NULL),(1264,2,1734080397,'auth_db','field_map_department','',NULL),(1265,2,1734080397,'auth_db','field_updatelocal_department','oncreate',NULL),(1266,2,1734080397,'auth_db','field_updateremote_department','0',NULL),(1267,2,1734080397,'auth_db','field_lock_department','unlocked',NULL),(1268,2,1734080397,'auth_db','field_map_phone1','',NULL),(1269,2,1734080397,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1270,2,1734080397,'auth_db','field_updateremote_phone1','0',NULL),(1271,2,1734080397,'auth_db','field_lock_phone1','unlocked',NULL),(1272,2,1734080397,'auth_db','field_map_phone2','',NULL),(1273,2,1734080397,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1274,2,1734080397,'auth_db','field_updateremote_phone2','0',NULL),(1275,2,1734080397,'auth_db','field_lock_phone2','unlocked',NULL),(1276,2,1734080397,'auth_db','field_map_address','',NULL),(1277,2,1734080397,'auth_db','field_updatelocal_address','oncreate',NULL),(1278,2,1734080397,'auth_db','field_updateremote_address','0',NULL),(1279,2,1734080397,'auth_db','field_lock_address','unlocked',NULL),(1280,2,1734080397,'auth_db','field_map_firstnamephonetic','',NULL),(1281,2,1734080397,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1282,2,1734080397,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1283,2,1734080397,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1284,2,1734080397,'auth_db','field_map_lastnamephonetic','',NULL),(1285,2,1734080397,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1286,2,1734080397,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1287,2,1734080397,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1288,2,1734080397,'auth_db','field_map_middlename','',NULL),(1289,2,1734080397,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1290,2,1734080397,'auth_db','field_updateremote_middlename','0',NULL),(1291,2,1734080397,'auth_db','field_lock_middlename','unlocked',NULL),(1292,2,1734080397,'auth_db','field_map_alternatename','',NULL),(1293,2,1734080397,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1294,2,1734080397,'auth_db','field_updateremote_alternatename','0',NULL),(1295,2,1734080397,'auth_db','field_lock_alternatename','unlocked',NULL),(1296,2,1734080397,'auth_ldap','host_url','',NULL),(1297,2,1734080397,'auth_ldap','ldap_version','3',NULL),(1298,2,1734080397,'auth_ldap','start_tls','0',NULL),(1299,2,1734080397,'auth_ldap','ldapencoding','utf-8',NULL),(1300,2,1734080397,'auth_ldap','pagesize','250',NULL),(1301,2,1734080397,'auth_ldap','preventpassindb','0',NULL),(1302,2,1734080397,'auth_ldap','bind_dn','',NULL),(1303,2,1734080397,'auth_ldap','bind_pw','',NULL),(1304,2,1734080397,'auth_ldap','user_type','default',NULL),(1305,2,1734080397,'auth_ldap','contexts','',NULL),(1306,2,1734080397,'auth_ldap','search_sub','0',NULL),(1307,2,1734080397,'auth_ldap','opt_deref','0',NULL),(1308,2,1734080397,'auth_ldap','user_attribute','',NULL),(1309,2,1734080397,'auth_ldap','suspended_attribute','',NULL),(1310,2,1734080397,'auth_ldap','memberattribute','',NULL),(1311,2,1734080397,'auth_ldap','memberattribute_isdn','0',NULL),(1312,2,1734080397,'auth_ldap','objectclass','',NULL),(1313,2,1734080397,'auth_ldap','forcechangepassword','0',NULL),(1314,2,1734080397,'auth_ldap','stdchangepassword','0',NULL),(1315,2,1734080397,'auth_ldap','passtype','plaintext',NULL),(1316,2,1734080397,'auth_ldap','changepasswordurl','',NULL),(1317,2,1734080397,'auth_ldap','expiration','0',NULL),(1318,2,1734080398,'auth_ldap','expiration_warning','',NULL),(1319,2,1734080398,'auth_ldap','expireattr','',NULL),(1320,2,1734080398,'auth_ldap','gracelogins','0',NULL),(1321,2,1734080398,'auth_ldap','graceattr','',NULL),(1322,2,1734080398,'auth_ldap','auth_user_create','0',NULL),(1323,2,1734080398,'auth_ldap','create_context','',NULL),(1324,2,1734080398,'auth_ldap','managercontext','',NULL),(1325,2,1734080398,'auth_ldap','coursecreatorcontext','',NULL),(1326,2,1734080398,'auth_ldap','removeuser','0',NULL),(1327,2,1734080398,'auth_ldap','sync_suspended','0',NULL),(1328,2,1734080398,'auth_ldap','ntlmsso_enabled','0',NULL),(1329,2,1734080398,'auth_ldap','ntlmsso_subnet','',NULL),(1330,2,1734080398,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1331,2,1734080398,'auth_ldap','ntlmsso_type','ntlm',NULL),(1332,2,1734080398,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1333,2,1734080398,'auth_ldap','field_map_firstname','',NULL),(1334,2,1734080398,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1335,2,1734080398,'auth_ldap','field_updateremote_firstname','0',NULL),(1336,2,1734080398,'auth_ldap','field_lock_firstname','unlocked',NULL),(1337,2,1734080398,'auth_ldap','field_map_lastname','',NULL),(1338,2,1734080398,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1339,2,1734080398,'auth_ldap','field_updateremote_lastname','0',NULL),(1340,2,1734080398,'auth_ldap','field_lock_lastname','unlocked',NULL),(1341,2,1734080398,'auth_ldap','field_map_email','',NULL),(1342,2,1734080398,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1343,2,1734080398,'auth_ldap','field_updateremote_email','0',NULL),(1344,2,1734080398,'auth_ldap','field_lock_email','unlocked',NULL),(1345,2,1734080398,'auth_ldap','field_map_city','',NULL),(1346,2,1734080398,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1347,2,1734080398,'auth_ldap','field_updateremote_city','0',NULL),(1348,2,1734080398,'auth_ldap','field_lock_city','unlocked',NULL),(1349,2,1734080398,'auth_ldap','field_map_country','',NULL),(1350,2,1734080398,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1351,2,1734080398,'auth_ldap','field_updateremote_country','0',NULL),(1352,2,1734080398,'auth_ldap','field_lock_country','unlocked',NULL),(1353,2,1734080398,'auth_ldap','field_map_lang','',NULL),(1354,2,1734080398,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1355,2,1734080398,'auth_ldap','field_updateremote_lang','0',NULL),(1356,2,1734080398,'auth_ldap','field_lock_lang','unlocked',NULL),(1357,2,1734080398,'auth_ldap','field_map_description','',NULL),(1358,2,1734080398,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1359,2,1734080398,'auth_ldap','field_updateremote_description','0',NULL),(1360,2,1734080398,'auth_ldap','field_lock_description','unlocked',NULL),(1361,2,1734080398,'auth_ldap','field_map_idnumber','',NULL),(1362,2,1734080398,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1363,2,1734080398,'auth_ldap','field_updateremote_idnumber','0',NULL),(1364,2,1734080398,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1365,2,1734080398,'auth_ldap','field_map_institution','',NULL),(1366,2,1734080398,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1367,2,1734080398,'auth_ldap','field_updateremote_institution','0',NULL),(1368,2,1734080398,'auth_ldap','field_lock_institution','unlocked',NULL),(1369,2,1734080398,'auth_ldap','field_map_department','',NULL),(1370,2,1734080398,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1371,2,1734080398,'auth_ldap','field_updateremote_department','0',NULL),(1372,2,1734080398,'auth_ldap','field_lock_department','unlocked',NULL),(1373,2,1734080398,'auth_ldap','field_map_phone1','',NULL),(1374,2,1734080398,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1375,2,1734080398,'auth_ldap','field_updateremote_phone1','0',NULL),(1376,2,1734080398,'auth_ldap','field_lock_phone1','unlocked',NULL),(1377,2,1734080398,'auth_ldap','field_map_phone2','',NULL),(1378,2,1734080398,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1379,2,1734080398,'auth_ldap','field_updateremote_phone2','0',NULL),(1380,2,1734080398,'auth_ldap','field_lock_phone2','unlocked',NULL),(1381,2,1734080398,'auth_ldap','field_map_address','',NULL),(1382,2,1734080398,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1383,2,1734080398,'auth_ldap','field_updateremote_address','0',NULL),(1384,2,1734080399,'auth_ldap','field_lock_address','unlocked',NULL),(1385,2,1734080399,'auth_ldap','field_map_firstnamephonetic','',NULL),(1386,2,1734080399,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1387,2,1734080399,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1388,2,1734080399,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1389,2,1734080399,'auth_ldap','field_map_lastnamephonetic','',NULL),(1390,2,1734080399,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1391,2,1734080399,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1392,2,1734080399,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1393,2,1734080399,'auth_ldap','field_map_middlename','',NULL),(1394,2,1734080399,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1395,2,1734080399,'auth_ldap','field_updateremote_middlename','0',NULL),(1396,2,1734080399,'auth_ldap','field_lock_middlename','unlocked',NULL),(1397,2,1734080399,'auth_ldap','field_map_alternatename','',NULL),(1398,2,1734080399,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1399,2,1734080399,'auth_ldap','field_updateremote_alternatename','0',NULL),(1400,2,1734080399,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1401,2,1734080399,'auth_manual','expiration','0',NULL),(1402,2,1734080399,'auth_manual','expirationtime','30',NULL),(1403,2,1734080399,'auth_manual','expiration_warning','0',NULL),(1404,2,1734080399,'auth_manual','field_lock_firstname','unlocked',NULL),(1405,2,1734080399,'auth_manual','field_lock_lastname','unlocked',NULL),(1406,2,1734080399,'auth_manual','field_lock_email','unlocked',NULL),(1407,2,1734080399,'auth_manual','field_lock_city','unlocked',NULL),(1408,2,1734080399,'auth_manual','field_lock_country','unlocked',NULL),(1409,2,1734080399,'auth_manual','field_lock_lang','unlocked',NULL),(1410,2,1734080399,'auth_manual','field_lock_description','unlocked',NULL),(1411,2,1734080399,'auth_manual','field_lock_idnumber','unlocked',NULL),(1412,2,1734080399,'auth_manual','field_lock_institution','unlocked',NULL),(1413,2,1734080399,'auth_manual','field_lock_department','unlocked',NULL),(1414,2,1734080399,'auth_manual','field_lock_phone1','unlocked',NULL),(1415,2,1734080399,'auth_manual','field_lock_phone2','unlocked',NULL),(1416,2,1734080399,'auth_manual','field_lock_address','unlocked',NULL),(1417,2,1734080399,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1418,2,1734080399,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1419,2,1734080399,'auth_manual','field_lock_middlename','unlocked',NULL),(1420,2,1734080399,'auth_manual','field_lock_alternatename','unlocked',NULL),(1421,2,1734080399,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1422,2,1734080399,'auth_none','field_lock_firstname','unlocked',NULL),(1423,2,1734080399,'auth_none','field_lock_lastname','unlocked',NULL),(1424,2,1734080399,'auth_none','field_lock_email','unlocked',NULL),(1425,2,1734080399,'auth_none','field_lock_city','unlocked',NULL),(1426,2,1734080399,'auth_none','field_lock_country','unlocked',NULL),(1427,2,1734080399,'auth_none','field_lock_lang','unlocked',NULL),(1428,2,1734080399,'auth_none','field_lock_description','unlocked',NULL),(1429,2,1734080399,'auth_none','field_lock_idnumber','unlocked',NULL),(1430,2,1734080399,'auth_none','field_lock_institution','unlocked',NULL),(1431,2,1734080399,'auth_none','field_lock_department','unlocked',NULL),(1432,2,1734080399,'auth_none','field_lock_phone1','unlocked',NULL),(1433,2,1734080399,'auth_none','field_lock_phone2','unlocked',NULL),(1434,2,1734080399,'auth_none','field_lock_address','unlocked',NULL),(1435,2,1734080399,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1436,2,1734080399,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1437,2,1734080399,'auth_none','field_lock_middlename','unlocked',NULL),(1438,2,1734080399,'auth_none','field_lock_alternatename','unlocked',NULL),(1439,2,1734080399,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1440,2,1734080399,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1441,2,1734080399,'auth_oauth2','field_lock_email','unlocked',NULL),(1442,2,1734080399,'auth_oauth2','field_lock_city','unlocked',NULL),(1443,2,1734080399,'auth_oauth2','field_lock_country','unlocked',NULL),(1444,2,1734080399,'auth_oauth2','field_lock_lang','unlocked',NULL),(1445,2,1734080400,'auth_oauth2','field_lock_description','unlocked',NULL),(1446,2,1734080400,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1447,2,1734080400,'auth_oauth2','field_lock_institution','unlocked',NULL),(1448,2,1734080400,'auth_oauth2','field_lock_department','unlocked',NULL),(1449,2,1734080400,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1450,2,1734080400,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1451,2,1734080400,'auth_oauth2','field_lock_address','unlocked',NULL),(1452,2,1734080400,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1453,2,1734080400,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1454,2,1734080400,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1455,2,1734080400,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1456,2,1734080400,'auth_shibboleth','user_attribute','',NULL),(1457,2,1734080400,'auth_shibboleth','convert_data','',NULL),(1458,2,1734080400,'auth_shibboleth','alt_login','off',NULL),(1459,2,1734080400,'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),(1460,2,1734080400,'auth_shibboleth','logout_handler','',NULL),(1461,2,1734080400,'auth_shibboleth','logout_return_url','',NULL),(1462,2,1734080400,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1463,2,1734080400,'auth_shibboleth','auth_logo','',NULL),(1464,2,1734080400,'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),(1465,2,1734080400,'auth_shibboleth','changepasswordurl','',NULL),(1466,2,1734080400,'auth_shibboleth','field_map_firstname','',NULL),(1467,2,1734080400,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1468,2,1734080400,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1469,2,1734080400,'auth_shibboleth','field_map_lastname','',NULL),(1470,2,1734080400,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1471,2,1734080400,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1472,2,1734080400,'auth_shibboleth','field_map_email','',NULL),(1473,2,1734080400,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1474,2,1734080400,'auth_shibboleth','field_lock_email','unlocked',NULL),(1475,2,1734080400,'auth_shibboleth','field_map_city','',NULL),(1476,2,1734080400,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1477,2,1734080400,'auth_shibboleth','field_lock_city','unlocked',NULL),(1478,2,1734080400,'auth_shibboleth','field_map_country','',NULL),(1479,2,1734080400,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1480,2,1734080400,'auth_shibboleth','field_lock_country','unlocked',NULL),(1481,2,1734080400,'auth_shibboleth','field_map_lang','',NULL),(1482,2,1734080400,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1483,2,1734080400,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1484,2,1734080400,'auth_shibboleth','field_map_description','',NULL),(1485,2,1734080400,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1486,2,1734080400,'auth_shibboleth','field_lock_description','unlocked',NULL),(1487,2,1734080400,'auth_shibboleth','field_map_idnumber','',NULL),(1488,2,1734080400,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1489,2,1734080400,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1490,2,1734080400,'auth_shibboleth','field_map_institution','',NULL),(1491,2,1734080400,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1492,2,1734080400,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1493,2,1734080400,'auth_shibboleth','field_map_department','',NULL),(1494,2,1734080400,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1495,2,1734080400,'auth_shibboleth','field_lock_department','unlocked',NULL),(1496,2,1734080400,'auth_shibboleth','field_map_phone1','',NULL),(1497,2,1734080400,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1498,2,1734080400,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1499,2,1734080400,'auth_shibboleth','field_map_phone2','',NULL),(1500,2,1734080400,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1501,2,1734080400,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1502,2,1734080400,'auth_shibboleth','field_map_address','',NULL),(1503,2,1734080400,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1504,2,1734080400,'auth_shibboleth','field_lock_address','unlocked',NULL),(1505,2,1734080400,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1506,2,1734080400,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1507,2,1734080400,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1508,2,1734080400,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1509,2,1734080400,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1510,2,1734080401,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1511,2,1734080401,'auth_shibboleth','field_map_middlename','',NULL),(1512,2,1734080401,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1513,2,1734080401,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1514,2,1734080401,'auth_shibboleth','field_map_alternatename','',NULL),(1515,2,1734080401,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1516,2,1734080401,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1517,2,1734080401,'block_accessreview','whattoshow','showboth',NULL),(1518,2,1734080401,'block_accessreview','errordisplay','showint',NULL),(1519,2,1734080401,'block_accessreview','toolpage','errors',NULL),(1520,2,1734080401,'block_activity_results','config_showbest','3',NULL),(1521,2,1734080401,'block_activity_results','config_showbest_locked','',NULL),(1522,2,1734080401,'block_activity_results','config_showworst','0',NULL),(1523,2,1734080401,'block_activity_results','config_showworst_locked','',NULL),(1524,2,1734080401,'block_activity_results','config_usegroups','0',NULL),(1525,2,1734080401,'block_activity_results','config_usegroups_locked','',NULL),(1526,2,1734080401,'block_activity_results','config_nameformat','1',NULL),(1527,2,1734080401,'block_activity_results','config_nameformat_locked','',NULL),(1528,2,1734080401,'block_activity_results','config_gradeformat','1',NULL),(1529,2,1734080401,'block_activity_results','config_gradeformat_locked','',NULL),(1530,2,1734080401,'block_activity_results','config_decimalpoints','2',NULL),(1531,2,1734080401,'block_activity_results','config_decimalpoints_locked','',NULL),(1532,2,1734080401,'block_myoverview','displaycategories','1',NULL),(1533,2,1734080401,'block_myoverview','layouts','card,list,summary',NULL),(1534,2,1734080401,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1535,2,1734080401,'block_myoverview','displaygroupingall','1',NULL),(1536,2,1734080401,'block_myoverview','displaygroupinginprogress','1',NULL),(1537,2,1734080401,'block_myoverview','displaygroupingpast','1',NULL),(1538,2,1734080401,'block_myoverview','displaygroupingfuture','1',NULL),(1539,2,1734080401,'block_myoverview','displaygroupingcustomfield','0',NULL),(1540,2,1734080401,'block_myoverview','customfiltergrouping','',NULL),(1541,2,1734080401,'block_myoverview','displaygroupingfavourites','1',NULL),(1542,2,1734080401,'block_myoverview','displaygroupinghidden','1',NULL),(1543,2,1734080401,NULL,'block_course_list_adminview','all',NULL),(1544,2,1734080401,NULL,'block_course_list_hideallcourseslink','0',NULL),(1545,2,1734080401,NULL,'block_online_users_timetosee','5',NULL),(1546,2,1734080401,NULL,'block_online_users_onlinestatushiding','1',NULL),(1547,2,1734080401,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1548,2,1734080401,NULL,'block_rss_client_num_entries','5',NULL),(1549,2,1734080401,NULL,'block_rss_client_timeout','30',NULL),(1550,2,1734080401,'block_section_links','numsections1','22',NULL),(1551,2,1734080401,'block_section_links','incby1','2',NULL),(1552,2,1734080401,'block_section_links','numsections2','40',NULL),(1553,2,1734080401,'block_section_links','incby2','5',NULL),(1554,2,1734080401,'block_section_links','showsectionname','0',NULL),(1555,2,1734080401,'block_starredcourses','displaycategories','1',NULL),(1556,2,1734080401,NULL,'block_html_allowcssclasses','0',NULL),(1557,2,1734080402,'block_tag_youtube','apikey','',NULL),(1558,2,1734080402,'format_singleactivity','activitytype','forum',NULL),(1559,2,1734080402,'format_topics','indentation','1',NULL),(1560,2,1734080402,'format_weeks','indentation','1',NULL),(1561,2,1734080402,'fileconverter_googledrive','issuerid','',NULL),(1562,2,1734080402,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1563,2,1734080402,'enrol_cohort','roleid','5',NULL),(1564,2,1734080402,'enrol_cohort','unenrolaction','0',NULL),(1565,2,1734080402,'enrol_meta','nosyncroleids','',NULL),(1566,2,1734080402,'enrol_meta','syncall','1',NULL),(1567,2,1734080402,'enrol_meta','unenrolaction','3',NULL),(1568,2,1734080402,'enrol_meta','coursesort','sortorder',NULL),(1569,2,1734080402,'enrol_fee','expiredaction','3',NULL),(1570,2,1734080402,'enrol_fee','status','1',NULL),(1571,2,1734080402,'enrol_fee','cost','0',NULL),(1572,2,1734080402,'enrol_fee','currency','USD',NULL),(1573,2,1734080402,'enrol_fee','roleid','5',NULL),(1574,2,1734080402,'enrol_fee','enrolperiod','0',NULL),(1575,2,1734080402,'enrol_database','dbtype','',NULL),(1576,2,1734080402,'enrol_database','dbhost','localhost',NULL),(1577,2,1734080402,'enrol_database','dbuser','',NULL),(1578,2,1734080402,'enrol_database','dbpass','',NULL),(1579,2,1734080402,'enrol_database','dbname','',NULL),(1580,2,1734080402,'enrol_database','dbencoding','utf-8',NULL),(1581,2,1734080402,'enrol_database','dbsetupsql','',NULL),(1582,2,1734080402,'enrol_database','dbsybasequoting','0',NULL),(1583,2,1734080402,'enrol_database','debugdb','0',NULL),(1584,2,1734080402,'enrol_database','localcoursefield','idnumber',NULL),(1585,2,1734080402,'enrol_database','localuserfield','idnumber',NULL),(1586,2,1734080402,'enrol_database','localrolefield','shortname',NULL),(1587,2,1734080402,'enrol_database','localcategoryfield','id',NULL),(1588,2,1734080402,'enrol_database','remoteenroltable','',NULL),(1589,2,1734080402,'enrol_database','remotecoursefield','',NULL),(1590,2,1734080402,'enrol_database','remoteuserfield','',NULL),(1591,2,1734080402,'enrol_database','remoterolefield','',NULL),(1592,2,1734080402,'enrol_database','remoteotheruserfield','',NULL),(1593,2,1734080402,'enrol_database','defaultrole','5',NULL),(1594,2,1734080402,'enrol_database','ignorehiddencourses','0',NULL),(1595,2,1734080402,'enrol_database','unenrolaction','0',NULL),(1596,2,1734080402,'enrol_database','newcoursetable','',NULL),(1597,2,1734080402,'enrol_database','newcoursefullname','fullname',NULL),(1598,2,1734080402,'enrol_database','newcourseshortname','shortname',NULL),(1599,2,1734080403,'enrol_database','newcourseidnumber','idnumber',NULL),(1600,2,1734080403,'enrol_database','newcoursecategory','',NULL),(1601,2,1734080403,'enrol_database','defaultcategory','1',NULL),(1602,2,1734080403,'enrol_database','templatecourse','',NULL),(1603,2,1734080403,'enrol_flatfile','location','',NULL),(1604,2,1734080403,'enrol_flatfile','encoding','UTF-8',NULL),(1605,2,1734080403,'enrol_flatfile','mailstudents','0',NULL),(1606,2,1734080403,'enrol_flatfile','mailteachers','0',NULL),(1607,2,1734080403,'enrol_flatfile','mailadmins','0',NULL),(1608,2,1734080403,'enrol_flatfile','unenrolaction','3',NULL),(1609,2,1734080403,'enrol_flatfile','expiredaction','3',NULL),(1610,2,1734080403,'enrol_guest','requirepassword','0',NULL),(1611,2,1734080403,'enrol_guest','usepasswordpolicy','0',NULL),(1612,2,1734080403,'enrol_guest','showhint','0',NULL),(1613,2,1734080403,'enrol_guest','defaultenrol','1',NULL),(1614,2,1734080403,'enrol_guest','status','1',NULL),(1615,2,1734080403,'enrol_guest','status_adv','',NULL),(1616,2,1734080403,'enrol_imsenterprise','imsfilelocation','',NULL),(1617,2,1734080403,'enrol_imsenterprise','logtolocation','',NULL),(1618,2,1734080403,'enrol_imsenterprise','mailadmins','0',NULL),(1619,2,1734080403,'enrol_imsenterprise','createnewusers','0',NULL),(1620,2,1734080403,'enrol_imsenterprise','imsupdateusers','0',NULL),(1621,2,1734080403,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1622,2,1734080403,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1623,2,1734080403,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1624,2,1734080403,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1625,2,1734080403,'enrol_imsenterprise','imsrolemap01','5',NULL),(1626,2,1734080403,'enrol_imsenterprise','imsrolemap02','3',NULL),(1627,2,1734080403,'enrol_imsenterprise','imsrolemap03','3',NULL),(1628,2,1734080403,'enrol_imsenterprise','imsrolemap04','5',NULL),(1629,2,1734080403,'enrol_imsenterprise','imsrolemap05','0',NULL),(1630,2,1734080403,'enrol_imsenterprise','imsrolemap06','4',NULL),(1631,2,1734080403,'enrol_imsenterprise','imsrolemap07','0',NULL),(1632,2,1734080403,'enrol_imsenterprise','imsrolemap08','4',NULL),(1633,2,1734080403,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1634,2,1734080403,'enrol_imsenterprise','createnewcourses','0',NULL),(1635,2,1734080403,'enrol_imsenterprise','updatecourses','0',NULL),(1636,2,1734080403,'enrol_imsenterprise','createnewcategories','0',NULL),(1637,2,1734080403,'enrol_imsenterprise','nestedcategories','0',NULL),(1638,2,1734080403,'enrol_imsenterprise','categoryidnumber','0',NULL),(1639,2,1734080403,'enrol_imsenterprise','categoryseparator','',NULL),(1640,2,1734080403,'enrol_imsenterprise','imsunenrol','0',NULL),(1641,2,1734080403,'enrol_imsenterprise','unenrolaction','0',NULL),(1642,2,1734080403,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1643,2,1734080403,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1644,2,1734080404,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1645,2,1734080404,'enrol_imsenterprise','imsrestricttarget','',NULL),(1646,2,1734080404,'enrol_imsenterprise','imscapitafix','0',NULL),(1647,2,1734080404,'enrol_ldap','host_url','',NULL),(1648,2,1734080404,'enrol_ldap','start_tls','0',NULL),(1649,2,1734080404,'enrol_ldap','ldap_version','3',NULL),(1650,2,1734080404,'enrol_ldap','ldapencoding','utf-8',NULL),(1651,2,1734080404,'enrol_ldap','pagesize','250',NULL),(1652,2,1734080404,'enrol_ldap','bind_dn','',NULL),(1653,2,1734080404,'enrol_ldap','bind_pw','',NULL),(1654,2,1734080404,'enrol_ldap','course_search_sub','0',NULL),(1655,2,1734080404,'enrol_ldap','memberattribute_isdn','0',NULL),(1656,2,1734080404,'enrol_ldap','user_contexts','',NULL),(1657,2,1734080404,'enrol_ldap','user_search_sub','0',NULL),(1658,2,1734080404,'enrol_ldap','user_type','default',NULL),(1659,2,1734080404,'enrol_ldap','opt_deref','0',NULL),(1660,2,1734080404,'enrol_ldap','idnumber_attribute','',NULL),(1661,2,1734080404,'enrol_ldap','objectclass','',NULL),(1662,2,1734080404,'enrol_ldap','course_idnumber','',NULL),(1663,2,1734080404,'enrol_ldap','course_shortname','',NULL),(1664,2,1734080404,'enrol_ldap','course_fullname','',NULL),(1665,2,1734080404,'enrol_ldap','course_summary','',NULL),(1666,2,1734080404,'enrol_ldap','ignorehiddencourses','0',NULL),(1667,2,1734080404,'enrol_ldap','unenrolaction','0',NULL),(1668,2,1734080404,'enrol_ldap','autocreate','0',NULL),(1669,2,1734080404,'enrol_ldap','category','1',NULL),(1670,2,1734080404,'enrol_ldap','template','',NULL),(1671,2,1734080404,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1672,2,1734080404,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1673,2,1734080404,'enrol_ldap','course_summary_updateonsync','0',NULL),(1674,2,1734080404,'enrol_ldap','nested_groups','0',NULL),(1675,2,1734080404,'enrol_ldap','group_memberofattribute','',NULL),(1676,2,1734080404,'enrol_manual','expiredaction','1',NULL),(1677,2,1734080404,'enrol_manual','expirynotifyhour','6',NULL),(1678,2,1734080404,'enrol_manual','defaultenrol','1',NULL),(1679,2,1734080404,'enrol_manual','status','0',NULL),(1680,2,1734080404,'enrol_manual','roleid','5',NULL),(1681,2,1734080404,'enrol_manual','enrolstart','4',NULL),(1682,2,1734080404,'enrol_manual','enrolperiod','0',NULL),(1683,2,1734080404,'enrol_manual','expirynotify','0',NULL),(1684,2,1734080404,'enrol_manual','expirythreshold','86400',NULL),(1685,2,1734080404,'enrol_mnet','roleid','5',NULL),(1686,2,1734080404,'enrol_mnet','roleid_adv','1',NULL),(1687,2,1734080404,'enrol_paypal','paypalbusiness','',NULL),(1688,2,1734080404,'enrol_paypal','mailstudents','0',NULL),(1689,2,1734080404,'enrol_paypal','mailteachers','0',NULL),(1690,2,1734080404,'enrol_paypal','mailadmins','0',NULL),(1691,2,1734080404,'enrol_paypal','expiredaction','3',NULL),(1692,2,1734080404,'enrol_paypal','status','1',NULL),(1693,2,1734080404,'enrol_paypal','cost','0',NULL),(1694,2,1734080404,'enrol_paypal','currency','USD',NULL),(1695,2,1734080404,'enrol_paypal','roleid','5',NULL),(1696,2,1734080405,'enrol_paypal','enrolperiod','0',NULL),(1697,2,1734080405,'enrol_lti','emaildisplay','2',NULL),(1698,2,1734080405,'enrol_lti','city','',NULL),(1699,2,1734080405,'enrol_lti','country','',NULL),(1700,2,1734080405,'enrol_lti','timezone','99',NULL),(1701,2,1734080405,'enrol_lti','lang','en',NULL),(1702,2,1734080405,'enrol_lti','institution','',NULL),(1703,2,1734080405,'enrol_self','requirepassword','0',NULL),(1704,2,1734080405,'enrol_self','usepasswordpolicy','0',NULL),(1705,2,1734080405,'enrol_self','showhint','0',NULL),(1706,2,1734080405,'enrol_self','expiredaction','1',NULL),(1707,2,1734080405,'enrol_self','expirynotifyhour','6',NULL),(1708,2,1734080405,'enrol_self','defaultenrol','1',NULL),(1709,2,1734080405,'enrol_self','status','1',NULL),(1710,2,1734080405,'enrol_self','newenrols','1',NULL),(1711,2,1734080405,'enrol_self','groupkey','0',NULL),(1712,2,1734080405,'enrol_self','roleid','5',NULL),(1713,2,1734080405,'enrol_self','enrolperiod','0',NULL),(1714,2,1734080405,'enrol_self','expirynotify','0',NULL),(1715,2,1734080405,'enrol_self','expirythreshold','86400',NULL),(1716,2,1734080405,'enrol_self','longtimenosee','0',NULL),(1717,2,1734080405,'enrol_self','maxenrolled','0',NULL),(1718,2,1734080405,'enrol_self','sendcoursewelcomemessage','1',NULL),(1719,2,1734080405,'filter_urltolink','formats','1,4,0',NULL),(1720,2,1734080405,'filter_urltolink','embedimages','1',NULL),(1721,2,1734080405,'filter_emoticon','formats','1,4,0',NULL),(1722,2,1734080405,'filter_displayh5p','allowedsources','',NULL),(1723,2,1734080405,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1724,2,1734080405,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1725,2,1734080405,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1726,2,1734080405,'filter_mathjaxloader','additionaldelimiters','',NULL),(1727,2,1734080405,'filter_wiris','editor_enable','1',NULL),(1728,2,1734080405,'filter_wiris','chem_editor_enable','1',NULL),(1729,2,1734080405,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1730,2,1734080405,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1731,2,1734080405,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1732,2,1734080405,'filter_wiris','imageserviceprotocol','https',NULL),(1733,2,1734080405,'filter_wiris','rendertype','php',NULL),(1734,2,1734080405,'filter_wiris','imageformat','svg',NULL),(1735,2,1734080405,'filter_wiris','pluginperformance','1',NULL),(1736,2,1734080405,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1737,2,1734080405,'filter_wiris','access_provider_enabled','0',NULL),(1738,2,1734080405,NULL,'filter_multilang_force_old','0',NULL),(1739,2,1734080405,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1740,2,1734080405,'filter_tex','latexbackground','#FFFFFF',NULL),(1741,2,1734080405,'filter_tex','density','120',NULL),(1742,2,1734080405,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1743,2,1734080405,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1744,2,1734080405,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1745,2,1734080405,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1746,2,1734080405,'filter_tex','pathmimetex','',NULL),(1747,2,1734080405,'filter_tex','convertformat','gif',NULL),(1748,2,1734080406,'logstore_database','dbdriver','',NULL),(1749,2,1734080406,'logstore_database','dbhost','',NULL),(1750,2,1734080406,'logstore_database','dbuser','',NULL),(1751,2,1734080406,'logstore_database','dbpass','',NULL),(1752,2,1734080406,'logstore_database','dbname','',NULL),(1753,2,1734080406,'logstore_database','dbtable','',NULL),(1754,2,1734080406,'logstore_database','dbpersist','0',NULL),(1755,2,1734080406,'logstore_database','dbsocket','',NULL),(1756,2,1734080406,'logstore_database','dbport','',NULL),(1757,2,1734080406,'logstore_database','dbschema','',NULL),(1758,2,1734080406,'logstore_database','dbcollation','',NULL),(1759,2,1734080406,'logstore_database','dbhandlesoptions','0',NULL),(1760,2,1734080406,'logstore_database','buffersize','50',NULL),(1761,2,1734080406,'logstore_database','jsonformat','1',NULL),(1762,2,1734080406,'logstore_database','logguests','0',NULL),(1763,2,1734080406,'logstore_database','includelevels','1,2,0',NULL),(1764,2,1734080406,'logstore_database','includeactions','c,r,u,d',NULL),(1765,2,1734080406,'logstore_legacy','loglegacy','0',NULL),(1766,2,1734080406,NULL,'logguests','1',NULL),(1767,2,1734080406,NULL,'loglifetime','0',NULL),(1768,2,1734080406,'logstore_standard','logguests','1',NULL),(1769,2,1734080406,'logstore_standard','jsonformat','1',NULL),(1770,2,1734080406,'logstore_standard','loglifetime','0',NULL),(1771,2,1734080406,'logstore_standard','buffersize','50',NULL),(1772,2,1734080406,'mlbackend_python','useserver','0',NULL),(1773,2,1734080406,'mlbackend_python','host','',NULL),(1774,2,1734080406,'mlbackend_python','port','0',NULL),(1775,2,1734080406,'mlbackend_python','secure','0',NULL),(1776,2,1734080406,'mlbackend_python','username','default',NULL),(1777,2,1734080406,'mlbackend_python','password','',NULL),(1778,2,1734080406,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1779,2,1734080406,'media_videojs','audioextensions','html_audio',NULL),(1780,2,1734080406,'media_videojs','youtube','1',NULL),(1781,2,1734080406,'media_videojs','videocssclass','video-js',NULL),(1782,2,1734080406,'media_videojs','audiocssclass','video-js',NULL),(1783,2,1734080406,'media_videojs','limitsize','1',NULL),(1784,2,1734080406,'paygw_paypal','surcharge','0',NULL),(1785,2,1734080406,'qtype_multichoice','answerhowmany','1',NULL),(1786,2,1734080406,'qtype_multichoice','shuffleanswers','1',NULL),(1787,2,1734080406,'qtype_multichoice','answernumbering','abc',NULL),(1788,2,1734080406,'qtype_multichoice','showstandardinstruction','0',NULL),(1789,2,1734080406,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1790,2,1734080406,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1791,2,1734080406,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1792,2,1734080407,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1793,2,1734080407,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1794,2,1734080407,'qtype_wq','access_provider_enabled','0',NULL),(1795,2,1734080407,'qtype_wq','filtercodes_compatibility','0',NULL),(1796,2,1734080407,'qtype_wq','debug_mode_enabled','0',NULL),(1797,2,1734080407,'qtype_wq','log_server_errors','0',NULL),(1798,2,1734080407,'search_solr','server_hostname','127.0.0.1',NULL),(1799,2,1734080407,'search_solr','indexname','',NULL),(1800,2,1734080407,'search_solr','secure','0',NULL),(1801,2,1734080407,'search_solr','server_port','8983',NULL),(1802,2,1734080407,'search_solr','server_username','',NULL),(1803,2,1734080407,'search_solr','server_password','',NULL),(1804,2,1734080407,'search_solr','server_timeout','30',NULL),(1805,2,1734080407,'search_solr','ssl_cert','',NULL),(1806,2,1734080407,'search_solr','ssl_key','',NULL),(1807,2,1734080407,'search_solr','ssl_keypassword','',NULL),(1808,2,1734080407,'search_solr','ssl_cainfo','',NULL),(1809,2,1734080407,'search_solr','ssl_capath','',NULL),(1810,2,1734080407,'search_solr','fileindexing','1',NULL),(1811,2,1734080407,'search_solr','maxindexfilekb','2097152',NULL),(1812,2,1734080407,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1813,2,1734080407,'search_solr','alternateindexname','',NULL),(1814,2,1734080407,'search_solr','alternatesecure','0',NULL),(1815,2,1734080407,'search_solr','alternateserver_port','8983',NULL),(1816,2,1734080407,'search_solr','alternateserver_username','',NULL),(1817,2,1734080407,'search_solr','alternateserver_password','',NULL),(1818,2,1734080407,'search_solr','alternatessl_cert','',NULL),(1819,2,1734080407,'search_solr','alternatessl_key','',NULL),(1820,2,1734080407,'search_solr','alternatessl_keypassword','',NULL),(1821,2,1734080407,'search_solr','alternatessl_cainfo','',NULL),(1822,2,1734080407,'search_solr','alternatessl_capath','',NULL),(1823,2,1734080407,'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),(1824,2,1734080407,'editor_atto','autosavefrequency','60',NULL),(1825,2,1734080407,'atto_collapse','showgroups','6',NULL),(1826,2,1734080407,'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),(1827,2,1734080407,'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),(1828,2,1734080407,'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),(1829,2,1734080407,'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),(1830,2,1734080407,'atto_recordrtc','allowedtypes','both',NULL),(1831,2,1734080407,'atto_recordrtc','audiobitrate','128000',NULL),(1832,2,1734080407,'atto_recordrtc','videobitrate','2500000',NULL),(1833,2,1734080407,'atto_recordrtc','audiotimelimit','120',NULL),(1834,2,1734080407,'atto_recordrtc','videotimelimit','120',NULL),(1835,2,1734080407,'atto_table','allowborders','0',NULL),(1836,2,1734080407,'atto_table','allowbackgroundcolour','0',NULL),(1837,2,1734080407,'atto_table','allowwidth','0',NULL),(1838,2,1734080408,'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),(1839,2,1734080408,'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),(1840,2,1734080408,'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),(1841,2,1734080408,'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),(1842,2,1734080408,'tiny_recordrtc','allowedtypes','both',NULL),(1843,2,1734080408,'tiny_recordrtc','audiobitrate','128000',NULL),(1844,2,1734080408,'tiny_recordrtc','videobitrate','2500000',NULL),(1845,2,1734080408,'tiny_recordrtc','audiotimelimit','120',NULL),(1846,2,1734080408,'tiny_recordrtc','videotimelimit','120',NULL),(1847,2,1734080408,'editor_tiny','branding','1',NULL),(1848,2,1734080408,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1849,2,1734080408,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1850,2,1734080408,'editor_tinymce','customconfig','',NULL),(1851,2,1734080408,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1852,2,1734080408,'tinymce_spellchecker','spellengine','',NULL),(1853,2,1734080408,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1854,2,1734080408,NULL,'profileroles','5,4,3',NULL),(1855,2,1734080408,NULL,'calendar_exportsalt','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR'),(1856,2,1734080409,NULL,'coursecontact','3',NULL),(1857,2,1734080409,NULL,'frontpage','6',NULL),(1858,2,1734080409,NULL,'frontpageloggedin','6',NULL),(1859,2,1734080409,NULL,'maxcategorydepth','2',NULL),(1860,2,1734080409,NULL,'frontpagecourselimit','200',NULL),(1861,2,1734080409,NULL,'commentsperpage','15',NULL),(1862,2,1734080409,NULL,'defaultfrontpageroleid','8',NULL),(1863,2,1734080409,NULL,'pathtophp','','/usr/local/bin/php'),(1864,2,1734080409,NULL,'messageinbound_enabled','0',NULL),(1865,2,1734080409,NULL,'messageinbound_mailbox','',NULL),(1866,2,1734080409,NULL,'messageinbound_domain','',NULL),(1867,2,1734080409,NULL,'messageinbound_host','',NULL),(1868,2,1734080409,NULL,'messageinbound_hostssl','ssl',NULL),(1869,2,1734080409,NULL,'messageinbound_hostuser','',NULL),(1870,2,1734080409,NULL,'messageinbound_hostpass','',NULL),(1871,2,1734080410,'tool_mobile','apppolicy','',NULL),(1872,2,1734080410,'tool_mobile','typeoflogin','1',NULL),(1873,2,1734080410,'tool_mobile','qrcodetype','2',NULL),(1874,2,1734080410,'tool_mobile','qrkeyttl','600',NULL),(1875,2,1734080410,'tool_mobile','qrsameipcheck','1',NULL),(1876,2,1734080410,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1877,2,1734080410,'tool_mobile','minimumversion','',NULL),(1878,2,1734080410,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1879,2,1734080410,NULL,'mobilecssurl','',NULL),(1880,2,1734080410,'tool_mobile','enablesmartappbanners','0',NULL),(1881,2,1734080410,'tool_mobile','iosappid','633359593',NULL),(1882,2,1734080410,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1883,2,1734080410,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1884,2,1734080410,'tool_mobile','forcelogout','0',NULL),(1885,2,1734080410,'tool_mobile','disabledfeatures','',NULL),(1886,2,1734080410,'tool_mobile','custommenuitems','',NULL),(1887,2,1734080410,'tool_mobile','filetypeexclusionlist','',NULL),(1888,2,1734080410,'tool_mobile','customlangstrings','',NULL),(1889,2,1734080410,NULL,'debug','0','32767'),(1890,2,1734080410,NULL,'debugdisplay','0','1'),(1891,2,1734080418,NULL,'enablemobilewebservice','1',NULL),(1892,2,1734080426,NULL,'calendar_exportsalt','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj'),(1893,2,1734080426,NULL,'pathtophp','','/usr/local/bin/php'),(1894,2,1734080427,NULL,'debug','0','32767'),(1895,2,1734080427,NULL,'debugdisplay','0','1'),(1896,2,1734080427,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1897,2,1734080427,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1898,2,1734080437,NULL,'enablewebservices','0','1'),(1899,2,1734080451,NULL,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR'),(1900,2,1734080452,NULL,'pathtophp','','/usr/local/bin/php'),(1901,2,1734080453,NULL,'debug','0','32767'),(1902,2,1734080453,NULL,'debugdisplay','0','1'); +/*!40000 ALTER TABLE `t_config_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_plugins` +-- Table structure for table `t_config_plugins` -- -DROP TABLE IF EXISTS `m_config_plugins`; +DROP TABLE IF EXISTS `t_config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_plugins` ( +CREATE TABLE `t_config_plugins` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2388 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; + UNIQUE KEY `t_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2096 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_plugins` +-- Dumping data for table `t_config_plugins` -- -LOCK TABLES `m_config_plugins` WRITE; -/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; -INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2023042400'),(198,'availability_completion','version','2023042400'),(199,'availability_date','version','2023042400'),(200,'availability_grade','version','2023042400'),(201,'availability_group','version','2023042400'),(202,'availability_grouping','version','2023042400'),(203,'availability_profile','version','2023042400'),(204,'qtype_calculated','version','2023042400'),(205,'qtype_calculatedmulti','version','2023042400'),(206,'qtype_calculatedsimple','version','2023042400'),(207,'qtype_ddimageortext','version','2023042400'),(208,'qtype_ddmarker','version','2023042400'),(209,'qtype_ddwtos','version','2023042400'),(210,'qtype_description','version','2023042400'),(211,'qtype_essay','version','2023042400'),(212,'qtype_gapselect','version','2023042400'),(213,'qtype_match','version','2023042400'),(214,'qtype_missingtype','version','2023042400'),(215,'qtype_multianswer','version','2023042400'),(216,'qtype_multichoice','version','2023042400'),(217,'qtype_numerical','version','2023042400'),(218,'qtype_random','version','2023042400'),(219,'qtype_randomsamatch','version','2023042400'),(220,'qtype_shortanswer','version','2023042400'),(221,'qtype_truefalse','version','2023042400'),(222,'mod_assign','version','2023042400'),(225,'mod_book','version','2023042400'),(226,'mod_chat','version','2023042400'),(227,'mod_choice','version','2023042400'),(228,'mod_data','version','2023042400'),(229,'mod_feedback','version','2023042400'),(231,'mod_folder','version','2023042400'),(233,'mod_forum','version','2023042400'),(234,'mod_glossary','version','2023042400'),(235,'mod_imscp','version','2023042400'),(237,'mod_label','version','2023042400'),(238,'mod_lesson','version','2023042400'),(239,'mod_lti','version','2023042400'),(240,'mod_page','version','2023042400'),(242,'mod_quiz','version','2023042400'),(243,'mod_resource','version','2023042400'),(244,'mod_scorm','version','2023042400'),(245,'mod_survey','version','2023042400'),(247,'mod_url','version','2023042400'),(249,'mod_wiki','version','2023042400'),(251,'mod_workshop','version','2023042400'),(252,'auth_cas','version','2023042400'),(254,'auth_db','version','2023042400'),(256,'auth_email','version','2023042400'),(257,'auth_ldap','version','2023042400'),(259,'auth_lti','version','2023042400'),(260,'auth_manual','version','2023042400'),(261,'auth_mnet','version','2023042400'),(263,'auth_nologin','version','2023042400'),(264,'auth_none','version','2023042400'),(265,'auth_oauth2','version','2023042400'),(266,'auth_shibboleth','version','2023042400'),(268,'auth_webservice','version','2023042400'),(269,'calendartype_gregorian','version','2023042400'),(270,'enrol_category','version','2023042400'),(272,'enrol_cohort','version','2023042400'),(273,'enrol_database','version','2023042400'),(275,'enrol_flatfile','version','2023042400'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2023042400'),(286,'enrol_imsenterprise','version','2023042400'),(288,'enrol_ldap','version','2023042400'),(290,'enrol_lti','version','2023042400'),(291,'enrol_manual','version','2023042400'),(293,'enrol_meta','version','2023042400'),(295,'enrol_mnet','version','2023042400'),(296,'enrol_paypal','version','2023042400'),(297,'enrol_self','version','2023042400'),(299,'message_airnotifier','version','2023042400'),(329,'message_email','version','2023042400'),(442,'message_popup','version','2023042400'),(474,'block_activity_modules','version','2023042400'),(475,'block_activity_results','version','2023042400'),(476,'block_admin_bookmarks','version','2023042400'),(477,'block_badges','version','2023042400'),(478,'block_blog_menu','version','2023042400'),(479,'block_blog_recent','version','2023042400'),(480,'block_blog_tags','version','2023042400'),(481,'block_calendar_month','version','2023042400'),(482,'block_calendar_upcoming','version','2023042400'),(483,'block_comments','version','2023042400'),(485,'block_completionstatus','version','2023042400'),(486,'block_course_list','version','2023042400'),(487,'block_course_summary','version','2023042400'),(488,'block_feedback','version','2023042400'),(490,'block_globalsearch','version','2023042400'),(491,'block_glossary_random','version','2023042400'),(492,'block_html','version','2023042400'),(493,'block_login','version','2023042400'),(494,'block_lp','version','2023042400'),(495,'block_mentees','version','2023042400'),(496,'block_mnet_hosts','version','2023042400'),(497,'block_myoverview','version','2023042400'),(498,'block_myprofile','version','2023042400'),(499,'block_navigation','version','2023042400'),(500,'block_news_items','version','2023042400'),(501,'block_online_users','version','2023042400'),(503,'block_private_files','version','2023042400'),(506,'block_recent_activity','version','2023042400'),(507,'block_rss_client','version','2023042400'),(508,'block_search_forums','version','2023042400'),(509,'block_section_links','version','2023042400'),(510,'block_selfcompletion','version','2023042400'),(511,'block_settings','version','2023042400'),(512,'block_site_main_menu','version','2023042400'),(513,'block_social_activities','version','2023042400'),(514,'block_tag_flickr','version','2023042400'),(515,'block_tag_youtube','version','2023042400'),(517,'block_tags','version','2023042400'),(518,'media_html5audio','version','2023042400'),(519,'media_html5video','version','2023042400'),(521,'media_videojs','version','2023042400'),(522,'media_vimeo','version','2023042400'),(523,'media_youtube','version','2023042400'),(524,'filter_activitynames','version','2023042400'),(526,'filter_algebra','version','2023042400'),(528,'filter_data','version','2023042400'),(530,'filter_emailprotect','version','2023042400'),(531,'filter_emoticon','version','2023042400'),(532,'filter_glossary','version','2023042400'),(534,'filter_mathjaxloader','version','2023042400'),(536,'filter_mediaplugin','version','2023042400'),(538,'filter_multilang','version','2023042400'),(539,'filter_tex','version','2023042400'),(541,'filter_tidy','version','2023042400'),(542,'filter_urltolink','version','2023042400'),(543,'editor_atto','version','2023042400'),(545,'editor_textarea','version','2023042400'),(547,'format_singleactivity','version','2023042400'),(548,'format_social','version','2023042400'),(549,'format_topics','version','2023042400'),(550,'format_weeks','version','2023042400'),(551,'dataformat_csv','version','2023042400'),(552,'dataformat_excel','version','2023042400'),(553,'dataformat_html','version','2023042400'),(554,'dataformat_json','version','2023042400'),(555,'dataformat_ods','version','2023042400'),(556,'profilefield_checkbox','version','2023042400'),(557,'profilefield_datetime','version','2023042400'),(558,'profilefield_menu','version','2023042400'),(559,'profilefield_text','version','2023042400'),(560,'profilefield_textarea','version','2023042400'),(561,'report_backups','version','2023042400'),(562,'report_competency','version','2023042400'),(563,'report_completion','version','2023042400'),(565,'report_configlog','version','2023042400'),(566,'report_courseoverview','version','2023042400'),(567,'report_eventlist','version','2023042400'),(568,'report_insights','version','2023042400'),(569,'report_log','version','2023042400'),(571,'report_loglive','version','2023042400'),(572,'report_outline','version','2023042400'),(574,'report_participation','version','2023042400'),(576,'report_performance','version','2023042400'),(577,'report_progress','version','2023042400'),(579,'report_questioninstances','version','2023042400'),(580,'report_security','version','2023042400'),(581,'report_stats','version','2023042400'),(583,'report_usersessions','version','2023042400'),(584,'gradeexport_ods','version','2023042400'),(585,'gradeexport_txt','version','2023042400'),(586,'gradeexport_xls','version','2023042400'),(587,'gradeexport_xml','version','2023042400'),(588,'gradeimport_csv','version','2023042400'),(589,'gradeimport_direct','version','2023042400'),(590,'gradeimport_xml','version','2023042400'),(591,'gradereport_grader','version','2023042400'),(592,'gradereport_history','version','2023042400'),(593,'gradereport_outcomes','version','2023042400'),(594,'gradereport_overview','version','2023042400'),(595,'gradereport_singleview','version','2023042400'),(596,'gradereport_user','version','2023042400'),(597,'gradingform_guide','version','2023042400'),(598,'gradingform_rubric','version','2023042400'),(599,'mlbackend_php','version','2023042400'),(600,'mlbackend_python','version','2023042400'),(601,'mnetservice_enrol','version','2023042400'),(602,'webservice_rest','version','2023042400'),(603,'webservice_soap','version','2023042400'),(605,'repository_areafiles','version','2023042400'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2023042400'),(611,'repository_dropbox','version','2023042400'),(612,'repository_equella','version','2023042400'),(613,'repository_filesystem','version','2023042400'),(614,'repository_flickr','version','2023042400'),(615,'repository_flickr_public','version','2023042400'),(616,'repository_googledocs','version','2023042400'),(617,'repository_local','version','2023042400'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2023042400'),(622,'repository_onedrive','version','2023042400'),(624,'repository_recent','version','2023042400'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2023042400'),(630,'repository_upload','version','2023042400'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2023042400'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2023042400'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2023042400'),(643,'repository_wikimedia','version','2023042400'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2023042400'),(650,'portfolio_download','version','2023042400'),(651,'portfolio_flickr','version','2023042400'),(652,'portfolio_googledocs','version','2023042400'),(653,'portfolio_mahara','version','2023042400'),(655,'search_simpledb','version','2023042400'),(657,'search_solr','version','2023042400'),(658,'qbehaviour_adaptive','version','2023042400'),(659,'qbehaviour_adaptivenopenalty','version','2023042400'),(660,'qbehaviour_deferredcbm','version','2023042400'),(661,'qbehaviour_deferredfeedback','version','2023042400'),(662,'qbehaviour_immediatecbm','version','2023042400'),(663,'qbehaviour_immediatefeedback','version','2023042400'),(664,'qbehaviour_informationitem','version','2023042400'),(665,'qbehaviour_interactive','version','2023042400'),(666,'qbehaviour_interactivecountback','version','2023042400'),(667,'qbehaviour_manualgraded','version','2023042400'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2023042400'),(671,'qformat_aiken','version','2023042400'),(672,'qformat_blackboard_six','version','2023042400'),(674,'qformat_gift','version','2023042400'),(675,'qformat_missingword','version','2023042400'),(676,'qformat_multianswer','version','2023042400'),(678,'qformat_xhtml','version','2023042400'),(679,'qformat_xml','version','2023042400'),(680,'tool_analytics','version','2023042400'),(682,'tool_availabilityconditions','version','2023042400'),(683,'tool_behat','version','2023042400'),(684,'tool_capability','version','2023042400'),(685,'tool_cohortroles','version','2023042400'),(686,'tool_customlang','version','2023042400'),(688,'tool_dataprivacy','version','2023042400'),(707,'tool_dbtransfer','version','2023042400'),(708,'tool_filetypes','version','2023042400'),(709,'tool_generator','version','2023042400'),(711,'tool_httpsreplace','version','2023042400'),(712,'tool_innodb','version','2023042400'),(713,'tool_installaddon','version','2023042400'),(714,'tool_langimport','version','2023042400'),(715,'tool_log','version','2023042400'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2023042400'),(719,'tool_lpimportcsv','version','2023042400'),(720,'tool_lpmigrate','version','2023042400'),(721,'tool_messageinbound','version','2023042400'),(740,'tool_mobile','version','2023042400'),(741,'tool_monitor','version','2023042400'),(748,'tool_multilangupgrade','version','2023042400'),(749,'tool_oauth2','version','2023042400'),(750,'tool_phpunit','version','2023042400'),(751,'tool_policy','version','2023042400'),(752,'tool_profiling','version','2023042400'),(753,'tool_recyclebin','version','2023042400'),(754,'tool_replace','version','2023042400'),(755,'tool_spamcleaner','version','2023042400'),(756,'tool_task','version','2023042400'),(757,'tool_templatelibrary','version','2023042400'),(758,'tool_unsuproles','version','2023042400'),(760,'tool_uploadcourse','version','2023042400'),(761,'tool_uploaduser','version','2023042400'),(762,'tool_usertours','version','2023042400'),(764,'tool_xmldb','version','2023042400'),(765,'cachestore_apcu','version','2023042400'),(766,'cachestore_file','version','2023042400'),(770,'cachestore_redis','version','2023042400'),(771,'cachestore_session','version','2023042400'),(772,'cachestore_static','version','2023042400'),(773,'cachelock_file','version','2023042400'),(774,'fileconverter_googledrive','version','2023042400'),(775,'fileconverter_unoconv','version','2023042400'),(777,'theme_boost','version','2023042400'),(782,'assignsubmission_comments','version','2023042400'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2023042400'),(788,'assignsubmission_onlinetext','version','2023042400'),(790,'assignfeedback_comments','version','2023042400'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2023042400'),(798,'assignfeedback_file','version','2023042400'),(800,'assignfeedback_offline','version','2023042400'),(805,'booktool_exportimscp','version','2023042400'),(806,'booktool_importhtml','version','2023042400'),(807,'booktool_print','version','2023042400'),(808,'datafield_checkbox','version','2023042400'),(809,'datafield_date','version','2023042400'),(810,'datafield_file','version','2023042400'),(811,'datafield_latlong','version','2023042400'),(812,'datafield_menu','version','2023042400'),(813,'datafield_multimenu','version','2023042400'),(814,'datafield_number','version','2023042400'),(815,'datafield_picture','version','2023042400'),(816,'datafield_radiobutton','version','2023042400'),(817,'datafield_text','version','2023042400'),(818,'datafield_textarea','version','2023042400'),(819,'datafield_url','version','2023042400'),(820,'datapreset_imagegallery','version','2023042400'),(821,'ltiservice_gradebookservices','version','2023042400'),(822,'ltiservice_memberships','version','2023042400'),(823,'ltiservice_profile','version','2023042400'),(824,'ltiservice_toolproxy','version','2023042400'),(825,'ltiservice_toolsettings','version','2023042400'),(826,'quiz_grading','version','2023042400'),(828,'quiz_overview','version','2023042400'),(830,'quiz_responses','version','2023042400'),(832,'quiz_statistics','version','2023042400'),(834,'quizaccess_delaybetweenattempts','version','2023042400'),(835,'quizaccess_ipaddress','version','2023042400'),(836,'quizaccess_numattempts','version','2023042400'),(837,'quizaccess_offlineattempts','version','2023042400'),(838,'quizaccess_openclosedate','version','2023042400'),(839,'quizaccess_password','version','2023042400'),(841,'quizaccess_securewindow','version','2023042400'),(842,'quizaccess_timelimit','version','2023042400'),(843,'scormreport_basic','version','2023042400'),(844,'scormreport_graphs','version','2023042400'),(845,'scormreport_interactions','version','2023042400'),(846,'scormreport_objectives','version','2023042400'),(847,'workshopform_accumulative','version','2023042400'),(849,'workshopform_comments','version','2023042400'),(851,'workshopform_numerrors','version','2023042400'),(853,'workshopform_rubric','version','2023042400'),(855,'workshopallocation_manual','version','2023042400'),(856,'workshopallocation_random','version','2023042400'),(857,'workshopallocation_scheduled','version','2023042400'),(858,'workshopeval_best','version','2023042400'),(859,'atto_accessibilitychecker','version','2023042400'),(860,'atto_accessibilityhelper','version','2023042400'),(861,'atto_align','version','2023042400'),(862,'atto_backcolor','version','2023042400'),(863,'atto_bold','version','2023042400'),(864,'atto_charmap','version','2023042400'),(865,'atto_clear','version','2023042400'),(866,'atto_collapse','version','2023042400'),(867,'atto_emoticon','version','2023042400'),(868,'atto_equation','version','2023042400'),(869,'atto_fontcolor','version','2023042400'),(870,'atto_html','version','2023042400'),(871,'atto_image','version','2023042400'),(872,'atto_indent','version','2023042400'),(873,'atto_italic','version','2023042400'),(874,'atto_link','version','2023042400'),(875,'atto_managefiles','version','2023042400'),(876,'atto_media','version','2023042400'),(877,'atto_noautolink','version','2023042400'),(878,'atto_orderedlist','version','2023042400'),(879,'atto_recordrtc','version','2023042400'),(880,'atto_rtl','version','2023042400'),(881,'atto_strike','version','2023042400'),(882,'atto_subscript','version','2023042400'),(883,'atto_superscript','version','2023042400'),(884,'atto_table','version','2023042400'),(885,'atto_title','version','2023042400'),(886,'atto_underline','version','2023042400'),(887,'atto_undo','version','2023042400'),(888,'atto_unorderedlist','version','2023042400'),(899,'logstore_database','version','2023042400'),(901,'logstore_standard','version','2023042400'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2023042400'),(1881,'atto_wiris','version','2023042400'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2023020702'),(1936,'qtype_matchwiris','version','2023020701'),(1937,'qtype_multianswerwiris','version','2023020701'),(1938,'qtype_multichoicewiris','version','2023020701'),(1939,'qtype_shortanswerwiris','version','2023020701'),(1940,'qtype_truefalsewiris','version','2023020701'),(1941,'qtype_wq','version','2023020701'),(1942,'mod_h5pactivity','version','2023042400'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2023042400'),(1946,'customfield_date','version','2023042400'),(1947,'customfield_select','version','2023042400'),(1948,'customfield_text','version','2023042400'),(1949,'customfield_textarea','version','2023042400'),(1950,'enrol_fee','version','2023042400'),(1951,'block_recentlyaccessedcourses','version','2023042400'),(1953,'block_recentlyaccesseditems','version','2023042400'),(1954,'block_starredcourses','version','2023042400'),(1955,'block_timeline','version','2023042400'),(1957,'filter_displayh5p','version','2023042400'),(1959,'dataformat_pdf','version','2023042400'),(1960,'report_infectedfiles','version','2023042400'),(1961,'report_status','version','2023042400'),(1962,'repository_contentbank','version','2023042400'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2023042400'),(1967,'tool_licensemanager','version','2023042400'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2023042400'),(1970,'contenttype_h5p','version','2023042400'),(1971,'theme_classic','version','2023042400'),(1972,'local_wirisquizzes','version','2023020701'),(1973,'h5plib_v124','version','2023042400'),(1974,'paygw_paypal','version','2023042400'),(1976,'forumreport_summary','version','2023042400'),(1977,'ltiservice_basicoutcomes','version','2023042400'),(1978,'quizaccess_seb','version','2023042400'),(1980,'atto_emojipicker','version','2023042400'),(1981,'atto_h5p','version','2023042400'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1683023508'),(2102,'block_accessreview','version','2023042400'),(2103,'profilefield_social','version','2023042400'),(2104,'tool_brickfield','version','2023042400'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2023042400'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2023042400'),(2310,'qbank_columnsortorder','version','2023042400'),(2311,'qbank_comment','version','2023042400'),(2312,'qbank_customfields','version','2023042400'),(2313,'qbank_deletequestion','version','2023042400'),(2314,'qbank_editquestion','version','2023042400'),(2315,'qbank_exportquestions','version','2023042400'),(2316,'qbank_exporttoxml','version','2023042400'),(2317,'qbank_history','version','2023042400'),(2318,'qbank_importquestions','version','2023042400'),(2319,'qbank_managecategories','version','2023042400'),(2320,'qbank_previewquestion','version','2023042400'),(2321,'qbank_statistics','version','2023042400'),(2322,'qbank_tagquestion','version','2023042400'),(2323,'qbank_usage','version','2023042400'),(2324,'qbank_viewcreator','version','2023042400'),(2325,'qbank_viewquestionname','version','2023042400'),(2326,'qbank_viewquestiontext','version','2023042400'),(2327,'qbank_viewquestiontype','version','2023042400'),(2328,'tool_admin_presets','version','2023042400'),(2329,'tool_componentlibrary','version','2023042400'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2023042400'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2023042400'),(2354,'datapreset_journal','version','2023042400'),(2355,'datapreset_proposals','version','2023042400'),(2356,'datapreset_resources','version','2023042400'),(2357,'tiny_accessibilitychecker','version','2023042400'),(2358,'tiny_autosave','version','2023042400'),(2359,'tiny_equation','version','2023042400'),(2360,'tiny_h5p','version','2023042400'),(2361,'tiny_link','version','2023042400'),(2362,'tiny_media','version','2023042400'),(2363,'tiny_recordrtc','version','2023042400'),(2364,'tiny_wiris','version','2022112300'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'); -/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +LOCK TABLES `t_config_plugins` WRITE; +/*!40000 ALTER TABLE `t_config_plugins` DISABLE KEYS */; +INSERT INTO `t_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','dfb22e5c28892dddbd2a'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC8neoR7eY6/Db5\nmd7szOFYCjXXEBKy5OKsxY3oiffoJi0sShs4m7xsZeidnxmtDZQHGZzJAWb4UVMn\nFH3Qry5S9ttqH+fp1TmTX7/3sf10r9ClY3jnZVsV0hOGL5Xg3OVRsy0eBStpwQUI\nO3JVw4WJ1qX2G2WFIk1teqA3cEtQUItiOEd3UqsMGRgKF1+RtZSPGXKRh5pAXuv6\ntVpLPv/XaRJ+boMvCUwzeAL4Q8yA6T2N4cDKFzEPC6Bag4pTLo4ofK1Y66D79LgV\n7zfE2o/LJrP5DonYzl/5e/Dwhe2Bs5/kNTkwLa828VT4IMvUXRI21fk0Q8gwiJzj\n4EFrpR6nAgMBAAECggEAGNiQceYtss1wjHapd/YRJSDLMNZMMEaYWXv4ko5CGtGU\nl8X3SgCx1HGkL8c6gaJNQpYsIgpOPx2vX3GClU/OQV2FT7h+Oz48RF6TkhRfN9TF\nHlQ5I/olAn3W1pFEJAfVKWr54X961YZ4nDoAeK211I9y8zVurRf0rRw/KK5hLWYE\nnvC2gZlxgbzTQoiu/o4UdMKBlb725hdnh0OlwNxQlDqLccDswujL5M7U51ZWwBfA\ncgcEc5gK8ExBiosCQK6yQE69gs1BVRfDdMTzJeyjnKmy6JLNACjs3CbN5E9baeLp\nkpbSEmxGZMMiYUeGhid9YqRLDtzRSgDZ6xVudqOI+QKBgQDxpRn6vJMCeLTMAJVQ\nPoS0bnpCii7xOfMF8Gq5C4uaokUHm/bHBuHmbQUh3ViHWDGWx0cZRKEQLwM/E/fH\ng2npwVD0TQ8Mldzn05WqIqBr9o3hd/fSlB27atM/APySJ8WGbAqdY+03ODebxv8r\niY0PjuHkoVzwQS0nH19iipp/MwKBgQDH0l7A5zsLUSpS/r7VjXVJQR+T5Qzn3AmU\nDsOWLEaNqzA10HT92DiDeGD6ILlUr0zpeTHBVN/EwsJA/RtwYjMLcwhSXor/nbhu\nW05gU58f2RDBHn+7a8aV/rrmr6e6+iOcWIOrJrb/9LdvlEvFEn/1i5Wc239gnS7N\nz6wmE03yvQKBgQCjE0zJDeIYVOWOlwYtNUPRkI0pwp+TZAxCAdHEN6prHP+A9xw/\njMF/BCvmgr5v+HDe1HWC8/HOPivusccR+fnMKw47EJYLZEfEm+HxA5VHxwhRFOlG\nT3cRODJ/3maVLAn9gYRYW0uHbIT6t/0UoKt1yHNiHBPgf9u8/0sb8XX6SQKBgQCP\njLCncjY3nhqCvyGHNvVgJ9mwnKcV1jxHUgfuVWZmFeovbs7tIa0PvaYlaubZUIo3\nW+qDkh6jMqrslyhkJxe2jPAYhHTkx4CcPxniF5DEB2OC6Q8oLHfgf7vzR5N+vn5g\nrjIA/XIQFNTG4slADVdBpgJYSlOKq8DY9+0a+VlRHQKBgH+inHmkawp6+lwQEe4U\n6GB6RQZ9b2BYoszY5vQlSiCW/SJdTg8Trn3gdW6F54gdOWgYzVeEEeGqTx/GZA4Y\n01idcqIOS1bhpZWI8K2i9beHRjmu93sk/BbbJ3a6lgEKvpd9wHdx3+019bd1hImS\n1+Aw1vzq+J+ASTwPB+9Do0bJ\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','af1e76c275bc606d638d'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2xYRmFz9h+z42\nnazV8OuKCBlBK4OwS4QILBr5/0gq0OsxZWbh2ai/zHR53N8OsmB2jDhCn+HTsnJz\nVeavIc8AADk0GqnVz8XfiAw2AucjeZqELqqj8GDrHoa8rOE8dUjyQqSYdhNHnIjg\nRHCRJsTD3HiR3tpJGxbcSfpjTQ7FnxsKeFKI23fYQcPWjbcu3nYOKxUaF1S6S7sh\n86E8cDdjJDBFXo9Zk+Bpl6o5TWWv/aA3R+9OVXlktkluNS9CvG+dQ8BsSQI6rcla\nEndcB069ZennkOUJ5jQlb/y0tQIm+BUxOQudwTHH8egrOJWGavhobXgpspPnYMtp\nGFDwouRjAgMBAAECggEAEzfDiySIopnTWdTMdpZlfdcKKMMVjrTyBhX1JDJGeVIM\nWN5LqhXD25745FNoFNiGshBeXgsHqMXLqPrwTZvlcx+S5Dqlfvjg2ncoqYk2mpFP\nwPRTNvewiShljHM1H7FJYUfGnM1Vi6MW9VXc7DZCXEHTX6sqEqPJjJIuxMA2fGrn\n5IN29wGD8ED4VlqOrFmoNpYr/WQA0iCVpra4bVahMubeMaZr/F+ZiorWKA2FhpsW\nmTQTKSq4g18lS9npn/jBsRi1uMl0rLjVMTBFHalnVBIeem7XRj2pCIPKAmZ7mLKr\nCC/wCgVG4wFA5n1ZgZOMNpT+YgeEeejHWgRT3NtgEQKBgQDZzmw8Fb0RFtcBvqq1\n5zZ5tqc7w4ZEfMkd1pdsFG8cZAoda1ZdcnQtQLpveaQtRP1ZyOQFckFLoiGW32wY\n0Uhq5gS+VfwwxiM8CROQRXc7w41y3g9xLrSTQfggR3i2Ul8itpbW3syI/tAfH5vg\nLBphRsEWRO0NOx8tCL+nhWC++QKBgQDW0lerg8f+JmTUUmbZWOGomM9teJiiWJPS\ntHGGxb2fC27iIQCqwlLbwlqCmcey7wJPjyssDUUK8nrQ+9AN3agddo2fxR71Qtpa\na5Pv0iaIF4yCm34xufJ2pIF2oQEUUmCQTBX+by7gbP64JtVvvJMFr1F6VmEz2ZHa\nToa7bgkpOwKBgQCVIMjqutehA8pi33Fy6sRZwb3vJYihC++IBo3W6obJIZXrXrrb\ncKoq8c601MycUkhFWU8Gi5w5dOEatA8HTwQObT+CMs1hd8hYKr7CYU2qFdKbe3+H\nNztcOCbzsvvrmaqZ0fqlVBcnFZDaPoIzkv7c69z4qmjETl6iLwNKaAA9wQKBgQDI\njMB6B+Iqm69gJLmNyZOJ8Xcc7QwZ6/W9LOYbevnGxEa1ZzgXMqlmLjCPYn9zxfxz\nR+Z3DsBZMvyDo8KdX0S2lNoswTtgnxP4fBw1NQzx2oI74GxUghMgvf17QV4fmbQ6\noj2aNjQeIsM+KkryMKtVEFJRktjWLhUjKFJSIqz8xwKBgGdWOFvds1e9PU1YFHji\npe+r/7JwYobJ9aBJRnaMM8bdSJTi0qvHZYa059etML7E8uCiT279htvwTRf8N8ue\nxK/l2EtFbFU7jRlN0XTgj8+BRtjHrfY5kZbDz3aummIznpCEOBWld9rPNLdUm2UU\nkaJUpHjtZj+rMXUGBH4BDvpu\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores',''),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','60'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','2'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'); +/*!40000 ALTER TABLE `t_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_contentbank_content` +-- Table structure for table `t_contentbank_content` -- -DROP TABLE IF EXISTS `m_contentbank_content`; +DROP TABLE IF EXISTS `t_contentbank_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_contentbank_content` ( +CREATE TABLE `t_contentbank_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3137,31 +34750,31 @@ CREATE TABLE `m_contentbank_content` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_contcont_nam_ix` (`name`), - KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), - KEY `m_contcont_con_ix` (`contextid`), - KEY `m_contcont_use_ix` (`usermodified`), - KEY `m_contcont_use2_ix` (`usercreated`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_contcont_nam_ix` (`name`), + KEY `t_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `t_contcont_con_ix` (`contextid`), + KEY `t_contcont_use_ix` (`usermodified`), + KEY `t_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_contentbank_content` +-- Dumping data for table `t_contentbank_content` -- -LOCK TABLES `m_contentbank_content` WRITE; -/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +LOCK TABLES `t_contentbank_content` WRITE; +/*!40000 ALTER TABLE `t_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_contentbank_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context` +-- Table structure for table `t_context` -- -DROP TABLE IF EXISTS `m_context`; +DROP TABLE IF EXISTS `t_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context` ( +CREATE TABLE `t_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', @@ -3169,30 +34782,30 @@ CREATE TABLE `m_context` ( `depth` tinyint NOT NULL DEFAULT '0', `locked` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_cont_ins_ix` (`instanceid`), - KEY `m_cont_pat_ix` (`path`) -) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; + UNIQUE KEY `t_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_cont_ins_ix` (`instanceid`), + KEY `t_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context` +-- Dumping data for table `t_context` -- -LOCK TABLES `m_context` WRITE; -/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; -INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(24,70,1,'/1/3/21/24',4,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0); -/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +LOCK TABLES `t_context` WRITE; +/*!40000 ALTER TABLE `t_context` DISABLE KEYS */; +INSERT INTO `t_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `t_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context_temp` +-- Table structure for table `t_context_temp` -- -DROP TABLE IF EXISTS `m_context_temp`; +DROP TABLE IF EXISTS `t_context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context_temp` ( +CREATE TABLE `t_context_temp` ( `id` bigint NOT NULL, `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `depth` tinyint NOT NULL, @@ -3202,22 +34815,22 @@ CREATE TABLE `m_context_temp` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context_temp` +-- Dumping data for table `t_context_temp` -- -LOCK TABLES `m_context_temp` WRITE; -/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +LOCK TABLES `t_context_temp` WRITE; +/*!40000 ALTER TABLE `t_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_context_temp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course` +-- Table structure for table `t_course` -- -DROP TABLE IF EXISTS `m_course`; +DROP TABLE IF EXISTS `t_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course` ( +CREATE TABLE `t_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', @@ -3251,37 +34864,36 @@ CREATE TABLE `m_course` ( `enablecompletion` tinyint(1) NOT NULL DEFAULT '0', `completionnotify` tinyint(1) NOT NULL DEFAULT '0', `cacherev` bigint NOT NULL DEFAULT '0', - `originalcourseid` bigint DEFAULT NULL, - `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', - `showcompletionconditions` tinyint(1) DEFAULT NULL, - `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_cour_cat_ix` (`category`), - KEY `m_cour_idn_ix` (`idnumber`), - KEY `m_cour_sho_ix` (`shortname`), - KEY `m_cour_sor_ix` (`sortorder`), - KEY `m_cour_ori_ix` (`originalcourseid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_cour_cat_ix` (`category`), + KEY `t_cour_idn_ix` (`idnumber`), + KEY `t_cour_sho_ix` (`shortname`), + KEY `t_cour_sor_ix` (`sortorder`), + KEY `t_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course` +-- Dumping data for table `t_course` -- -LOCK TABLES `m_course` WRITE; -/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; -INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1683023497,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1683023497,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +LOCK TABLES `t_course` WRITE; +/*!40000 ALTER TABLE `t_course` DISABLE KEYS */; +INSERT INTO `t_course` VALUES (1,0,0,'PHPUnit test site','phpunit','',NULL,0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734080173,1734080452,0,0,0,1734080375,NULL,0,NULL); +/*!40000 ALTER TABLE `t_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_categories` +-- Table structure for table `t_course_categories` -- -DROP TABLE IF EXISTS `m_course_categories`; +DROP TABLE IF EXISTS `t_course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_categories` ( +CREATE TABLE `t_course_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -3297,57 +34909,57 @@ CREATE TABLE `m_course_categories` ( `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcate_par_ix` (`parent`) + KEY `t_courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_categories` +-- Dumping data for table `t_course_categories` -- -LOCK TABLES `m_course_categories` WRITE; -/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; -INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); -/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +LOCK TABLES `t_course_categories` WRITE; +/*!40000 ALTER TABLE `t_course_categories` DISABLE KEYS */; +INSERT INTO `t_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734080173,1,'/1',NULL); +/*!40000 ALTER TABLE `t_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_aggr_methd` +-- Table structure for table `t_course_completion_aggr_methd` -- -DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +DROP TABLE IF EXISTS `t_course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_aggr_methd` ( +CREATE TABLE `t_course_completion_aggr_methd` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), - KEY `m_courcompaggrmeth_cou_ix` (`course`), - KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) + UNIQUE KEY `t_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `t_courcompaggrmeth_cou_ix` (`course`), + KEY `t_courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_aggr_methd` +-- Dumping data for table `t_course_completion_aggr_methd` -- -LOCK TABLES `m_course_completion_aggr_methd` WRITE; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +LOCK TABLES `t_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_crit_compl` +-- Table structure for table `t_course_completion_crit_compl` -- -DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +DROP TABLE IF EXISTS `t_course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_crit_compl` ( +CREATE TABLE `t_course_completion_crit_compl` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3356,31 +34968,31 @@ CREATE TABLE `m_course_completion_crit_compl` ( `unenroled` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), - KEY `m_courcompcritcomp_use_ix` (`userid`), - KEY `m_courcompcritcomp_cou_ix` (`course`), - KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), - KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `t_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `t_courcompcritcomp_use_ix` (`userid`), + KEY `t_courcompcritcomp_cou_ix` (`course`), + KEY `t_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `t_courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_crit_compl` +-- Dumping data for table `t_course_completion_crit_compl` -- -LOCK TABLES `m_course_completion_crit_compl` WRITE; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +LOCK TABLES `t_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_criteria` +-- Table structure for table `t_course_completion_criteria` -- -DROP TABLE IF EXISTS `m_course_completion_criteria`; +DROP TABLE IF EXISTS `t_course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_criteria` ( +CREATE TABLE `t_course_completion_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint NOT NULL DEFAULT '0', @@ -3392,27 +35004,27 @@ CREATE TABLE `m_course_completion_criteria` ( `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcompcrit_cou_ix` (`course`) + KEY `t_courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_criteria` +-- Dumping data for table `t_course_completion_criteria` -- -LOCK TABLES `m_course_completion_criteria` WRITE; -/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +LOCK TABLES `t_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `t_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_defaults` +-- Table structure for table `t_course_completion_defaults` -- -DROP TABLE IF EXISTS `m_course_completion_defaults`; +DROP TABLE IF EXISTS `t_course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_defaults` ( +CREATE TABLE `t_course_completion_defaults` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `module` bigint NOT NULL, @@ -3423,29 +35035,29 @@ CREATE TABLE `m_course_completion_defaults` ( `completionexpected` bigint NOT NULL DEFAULT '0', `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), - KEY `m_courcompdefa_mod_ix` (`module`), - KEY `m_courcompdefa_cou_ix` (`course`) + UNIQUE KEY `t_courcompdefa_coumod_uix` (`course`,`module`), + KEY `t_courcompdefa_mod_ix` (`module`), + KEY `t_courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_defaults` +-- Dumping data for table `t_course_completion_defaults` -- -LOCK TABLES `m_course_completion_defaults` WRITE; -/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +LOCK TABLES `t_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `t_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completions` +-- Table structure for table `t_course_completions` -- -DROP TABLE IF EXISTS `m_course_completions`; +DROP TABLE IF EXISTS `t_course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completions` ( +CREATE TABLE `t_course_completions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3454,30 +35066,30 @@ CREATE TABLE `m_course_completions` ( `timecompleted` bigint DEFAULT NULL, `reaggregate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), - KEY `m_courcomp_use_ix` (`userid`), - KEY `m_courcomp_cou_ix` (`course`), - KEY `m_courcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `t_courcomp_usecou_uix` (`userid`,`course`), + KEY `t_courcomp_use_ix` (`userid`), + KEY `t_courcomp_cou_ix` (`course`), + KEY `t_courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completions` +-- Dumping data for table `t_course_completions` -- -LOCK TABLES `m_course_completions` WRITE; -/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +LOCK TABLES `t_course_completions` WRITE; +/*!40000 ALTER TABLE `t_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_format_options` +-- Table structure for table `t_course_format_options` -- -DROP TABLE IF EXISTS `m_course_format_options`; +DROP TABLE IF EXISTS `t_course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_format_options` ( +CREATE TABLE `t_course_format_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3485,29 +35097,29 @@ CREATE TABLE `m_course_format_options` ( `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), - KEY `m_courformopti_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; + UNIQUE KEY `t_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `t_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- Dumping data for table `t_course_format_options` -- -LOCK TABLES `m_course_format_options` WRITE; -/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; -INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); -/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +LOCK TABLES `t_course_format_options` WRITE; +/*!40000 ALTER TABLE `t_course_format_options` DISABLE KEYS */; +INSERT INTO `t_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `t_course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules` +-- Table structure for table `t_course_modules` -- -DROP TABLE IF EXISTS `m_course_modules`; +DROP TABLE IF EXISTS `t_course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules` ( +CREATE TABLE `t_course_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `module` bigint NOT NULL DEFAULT '0', @@ -3533,33 +35145,32 @@ CREATE TABLE `m_course_modules` ( `downloadcontent` tinyint(1) DEFAULT '1', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courmodu_vis_ix` (`visible`), - KEY `m_courmodu_cou_ix` (`course`), - KEY `m_courmodu_mod_ix` (`module`), - KEY `m_courmodu_ins_ix` (`instance`), - KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), - KEY `m_courmodu_gro_ix` (`groupingid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; + KEY `t_courmodu_vis_ix` (`visible`), + KEY `t_courmodu_cou_ix` (`course`), + KEY `t_courmodu_mod_ix` (`module`), + KEY `t_courmodu_ins_ix` (`instance`), + KEY `t_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `t_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_modules` +-- Dumping data for table `t_course_modules` -- -LOCK TABLES `m_course_modules` WRITE; -/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; -INSERT INTO `m_course_modules` VALUES (1,2,9,1,1,NULL,1566468838,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +LOCK TABLES `t_course_modules` WRITE; +/*!40000 ALTER TABLE `t_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_completion` +-- Table structure for table `t_course_modules_completion` -- -DROP TABLE IF EXISTS `m_course_modules_completion`; +DROP TABLE IF EXISTS `t_course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_completion` ( +CREATE TABLE `t_course_modules_completion` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -3567,55 +35178,55 @@ CREATE TABLE `m_course_modules_completion` ( `overrideby` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) + UNIQUE KEY `t_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- Dumping data for table `t_course_modules_completion` -- -LOCK TABLES `m_course_modules_completion` WRITE; -/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +LOCK TABLES `t_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `t_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_viewed` +-- Table structure for table `t_course_modules_viewed` -- -DROP TABLE IF EXISTS `m_course_modules_viewed`; +DROP TABLE IF EXISTS `t_course_modules_viewed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_viewed` ( +CREATE TABLE `t_course_modules_viewed` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoduview_cou_ix` (`coursemoduleid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_viewed` +-- Dumping data for table `t_course_modules_viewed` -- -LOCK TABLES `m_course_modules_viewed` WRITE; -/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +LOCK TABLES `t_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `t_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_viewed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_published` +-- Table structure for table `t_course_published` -- -DROP TABLE IF EXISTS `m_course_published`; +DROP TABLE IF EXISTS `t_course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_published` ( +CREATE TABLE `t_course_published` ( `id` bigint NOT NULL AUTO_INCREMENT, `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `courseid` bigint NOT NULL, @@ -3625,28 +35236,28 @@ CREATE TABLE `m_course_published` ( `status` tinyint(1) DEFAULT '0', `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courpubl_cou_ix` (`courseid`), - KEY `m_courpubl_hub_ix` (`hubcourseid`) + KEY `t_courpubl_hub_ix` (`hubcourseid`), + KEY `t_courpubl_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- Dumping data for table `t_course_published` -- -LOCK TABLES `m_course_published` WRITE; -/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +LOCK TABLES `t_course_published` WRITE; +/*!40000 ALTER TABLE `t_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_published` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_request` +-- Table structure for table `t_course_request` -- -DROP TABLE IF EXISTS `m_course_request`; +DROP TABLE IF EXISTS `t_course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_request` ( +CREATE TABLE `t_course_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3657,27 +35268,27 @@ CREATE TABLE `m_course_request` ( `requester` bigint NOT NULL DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_courrequ_sho_ix` (`shortname`) + KEY `t_courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_request` +-- Dumping data for table `t_course_request` -- -LOCK TABLES `m_course_request` WRITE; -/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +LOCK TABLES `t_course_request` WRITE; +/*!40000 ALTER TABLE `t_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_sections` +-- Table structure for table `t_course_sections` -- -DROP TABLE IF EXISTS `m_course_sections`; +DROP TABLE IF EXISTS `t_course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_sections` ( +CREATE TABLE `t_course_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', @@ -3689,28 +35300,27 @@ CREATE TABLE `m_course_sections` ( `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; + UNIQUE KEY `t_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_sections` +-- Dumping data for table `t_course_sections` -- -LOCK TABLES `m_course_sections` WRITE; -/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; -INSERT INTO `m_course_sections` VALUES (1,2,0,NULL,'',1,'1',1,NULL,1566468838),(2,2,1,NULL,'',1,'',1,NULL,1566468838),(3,2,2,NULL,'',1,'',1,NULL,1566468838),(4,2,3,NULL,'',1,'',1,NULL,1566468838),(5,2,4,NULL,'',1,'',1,NULL,1566468838); -/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +LOCK TABLES `t_course_sections` WRITE; +/*!40000 ALTER TABLE `t_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_category` +-- Table structure for table `t_customfield_category` -- -DROP TABLE IF EXISTS `m_customfield_category`; +DROP TABLE IF EXISTS `t_customfield_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_category` ( +CREATE TABLE `t_customfield_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -3723,28 +35333,28 @@ CREATE TABLE `m_customfield_category` ( `itemid` bigint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), - KEY `m_custcate_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `t_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_category` +-- Dumping data for table `t_customfield_category` -- -LOCK TABLES `m_customfield_category` WRITE; -/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +LOCK TABLES `t_customfield_category` WRITE; +/*!40000 ALTER TABLE `t_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_data` +-- Table structure for table `t_customfield_data` -- -DROP TABLE IF EXISTS `m_customfield_data`; +DROP TABLE IF EXISTS `t_customfield_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_data` ( +CREATE TABLE `t_customfield_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL, `instanceid` bigint NOT NULL, @@ -3758,32 +35368,32 @@ CREATE TABLE `m_customfield_data` ( `timemodified` bigint NOT NULL, `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), - KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), - KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), - KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), - KEY `m_custdata_fie_ix` (`fieldid`), - KEY `m_custdata_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `t_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `t_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `t_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `t_custdata_fie_ix` (`fieldid`), + KEY `t_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_data` +-- Dumping data for table `t_customfield_data` -- -LOCK TABLES `m_customfield_data` WRITE; -/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +LOCK TABLES `t_customfield_data` WRITE; +/*!40000 ALTER TABLE `t_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_field` +-- Table structure for table `t_customfield_field` -- -DROP TABLE IF EXISTS `m_customfield_field`; +DROP TABLE IF EXISTS `t_customfield_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_field` ( +CREATE TABLE `t_customfield_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3796,28 +35406,28 @@ CREATE TABLE `m_customfield_field` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), - KEY `m_custfiel_cat_ix` (`categoryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `t_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_field` +-- Dumping data for table `t_customfield_field` -- -LOCK TABLES `m_customfield_field` WRITE; -/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +LOCK TABLES `t_customfield_field` WRITE; +/*!40000 ALTER TABLE `t_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data` +-- Table structure for table `t_data` -- -DROP TABLE IF EXISTS `m_data`; +DROP TABLE IF EXISTS `t_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data` ( +CREATE TABLE `t_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3856,27 +35466,27 @@ CREATE TABLE `m_data` ( `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `completionentries` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_data_cou_ix` (`course`) + KEY `t_data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data` +-- Dumping data for table `t_data` -- -LOCK TABLES `m_data` WRITE; -/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +LOCK TABLES `t_data` WRITE; +/*!40000 ALTER TABLE `t_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_content` +-- Table structure for table `t_data_content` -- -DROP TABLE IF EXISTS `m_data_content`; +DROP TABLE IF EXISTS `t_data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_content` ( +CREATE TABLE `t_data_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL DEFAULT '0', `recordid` bigint NOT NULL DEFAULT '0', @@ -3886,28 +35496,28 @@ CREATE TABLE `m_data_content` ( `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datacont_rec_ix` (`recordid`), - KEY `m_datacont_fie_ix` (`fieldid`) + KEY `t_datacont_rec_ix` (`recordid`), + KEY `t_datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_content` +-- Dumping data for table `t_data_content` -- -LOCK TABLES `m_data_content` WRITE; -/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +LOCK TABLES `t_data_content` WRITE; +/*!40000 ALTER TABLE `t_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_fields` +-- Table structure for table `t_data_fields` -- -DROP TABLE IF EXISTS `m_data_fields`; +DROP TABLE IF EXISTS `t_data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_fields` ( +CREATE TABLE `t_data_fields` ( `id` bigint NOT NULL AUTO_INCREMENT, `dataid` bigint NOT NULL DEFAULT '0', `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3925,28 +35535,28 @@ CREATE TABLE `m_data_fields` ( `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datafiel_typdat_ix` (`type`,`dataid`), - KEY `m_datafiel_dat_ix` (`dataid`) + KEY `t_datafiel_typdat_ix` (`type`,`dataid`), + KEY `t_datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_fields` +-- Dumping data for table `t_data_fields` -- -LOCK TABLES `m_data_fields` WRITE; -/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +LOCK TABLES `t_data_fields` WRITE; +/*!40000 ALTER TABLE `t_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_fields` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_records` +-- Table structure for table `t_data_records` -- -DROP TABLE IF EXISTS `m_data_records`; +DROP TABLE IF EXISTS `t_data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_records` ( +CREATE TABLE `t_data_records` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', @@ -3955,28 +35565,28 @@ CREATE TABLE `m_data_records` ( `timemodified` bigint NOT NULL DEFAULT '0', `approved` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_datareco_dat_ix` (`dataid`), - KEY `m_datareco_use_ix` (`userid`) + KEY `t_datareco_dat_ix` (`dataid`), + KEY `t_datareco_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_records` +-- Dumping data for table `t_data_records` -- -LOCK TABLES `m_data_records` WRITE; -/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +LOCK TABLES `t_data_records` WRITE; +/*!40000 ALTER TABLE `t_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_records` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_editor_atto_autosave` +-- Table structure for table `t_editor_atto_autosave` -- -DROP TABLE IF EXISTS `m_editor_atto_autosave`; +DROP TABLE IF EXISTS `t_editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_editor_atto_autosave` ( +CREATE TABLE `t_editor_atto_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -3987,27 +35597,27 @@ CREATE TABLE `m_editor_atto_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; + UNIQUE KEY `t_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- Dumping data for table `t_editor_atto_autosave` -- -LOCK TABLES `m_editor_atto_autosave` WRITE; -/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +LOCK TABLES `t_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `t_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol` +-- Table structure for table `t_enrol` -- -DROP TABLE IF EXISTS `m_enrol`; +DROP TABLE IF EXISTS `t_enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol` ( +CREATE TABLE `t_enrol` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` bigint NOT NULL DEFAULT '0', @@ -4044,30 +35654,29 @@ CREATE TABLE `m_enrol` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enro_enr_ix` (`enrol`), - KEY `m_enro_cou_ix` (`courseid`), - KEY `m_enro_rol_ix` (`roleid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; + KEY `t_enro_enr_ix` (`enrol`), + KEY `t_enro_cou_ix` (`courseid`), + KEY `t_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- Dumping data for table `t_enrol` -- -LOCK TABLES `m_enrol` WRITE; -/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; -INSERT INTO `m_enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(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,1566468838,1566468838),(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,1566468838,1566468838); -/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +LOCK TABLES `t_enrol` WRITE; +/*!40000 ALTER TABLE `t_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_flatfile` +-- Table structure for table `t_enrol_flatfile` -- -DROP TABLE IF EXISTS `m_enrol_flatfile`; +DROP TABLE IF EXISTS `t_enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_flatfile` ( +CREATE TABLE `t_enrol_flatfile` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `roleid` bigint NOT NULL, @@ -4077,66 +35686,66 @@ CREATE TABLE `m_enrol_flatfile` ( `timeend` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enroflat_cou_ix` (`courseid`), - KEY `m_enroflat_use_ix` (`userid`), - KEY `m_enroflat_rol_ix` (`roleid`) + KEY `t_enroflat_cou_ix` (`courseid`), + KEY `t_enroflat_use_ix` (`userid`), + KEY `t_enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_flatfile` +-- Dumping data for table `t_enrol_flatfile` -- -LOCK TABLES `m_enrol_flatfile` WRITE; -/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +LOCK TABLES `t_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `t_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_app_registration` +-- Table structure for table `t_enrol_lti_app_registration` -- -DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +DROP TABLE IF EXISTS `t_enrol_lti_app_registration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_app_registration` ( +CREATE TABLE `t_enrol_lti_app_registration` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', - `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), - UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), - UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `t_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `t_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_app_registration` +-- Dumping data for table `t_enrol_lti_app_registration` -- -LOCK TABLES `m_enrol_lti_app_registration` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_context` +-- Table structure for table `t_enrol_lti_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_context`; +DROP TABLE IF EXISTS `t_enrol_lti_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_context` ( +CREATE TABLE `t_enrol_lti_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, @@ -4144,28 +35753,28 @@ CREATE TABLE `m_enrol_lti_context` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), - KEY `m_enrolticont_lti_ix` (`ltideploymentid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `t_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_context` +-- Dumping data for table `t_enrol_lti_context` -- -LOCK TABLES `m_enrol_lti_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_deployment` +-- Table structure for table `t_enrol_lti_deployment` -- -DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +DROP TABLE IF EXISTS `t_enrol_lti_deployment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_deployment` ( +CREATE TABLE `t_enrol_lti_deployment` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4174,28 +35783,28 @@ CREATE TABLE `m_enrol_lti_deployment` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), - KEY `m_enroltidepl_pla_ix` (`platformid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `t_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_deployment` +-- Dumping data for table `t_enrol_lti_deployment` -- -LOCK TABLES `m_enrol_lti_deployment` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_consumer` +-- Table structure for table `t_enrol_lti_lti2_consumer` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_consumer` ( +CREATE TABLE `t_enrol_lti_lti2_consumer` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4216,27 +35825,27 @@ CREATE TABLE `m_enrol_lti_lti2_consumer` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) + UNIQUE KEY `t_enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_consumer` +-- Dumping data for table `t_enrol_lti_lti2_consumer` -- -LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_context` +-- Table structure for table `t_enrol_lti_lti2_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_context` ( +CREATE TABLE `t_enrol_lti_lti2_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4245,53 +35854,53 @@ CREATE TABLE `m_enrol_lti_lti2_context` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2cont_con_ix` (`consumerid`) + KEY `t_enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- Dumping data for table `t_enrol_lti_lti2_context` -- -LOCK TABLES `m_enrol_lti_lti2_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_nonce` +-- Table structure for table `t_enrol_lti_lti2_nonce` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_nonce` ( +CREATE TABLE `t_enrol_lti_lti2_nonce` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2nonc_con_ix` (`consumerid`) + KEY `t_enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- Dumping data for table `t_enrol_lti_lti2_nonce` -- -LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_resource_link` +-- Table structure for table `t_enrol_lti_lti2_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_resource_link` ( +CREATE TABLE `t_enrol_lti_lti2_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint DEFAULT NULL, `consumerid` bigint DEFAULT NULL, @@ -4302,57 +35911,57 @@ CREATE TABLE `m_enrol_lti_lti2_resource_link` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2resolink_con_ix` (`contextid`), - KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), - KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) + KEY `t_enroltilti2resolink_con_ix` (`contextid`), + KEY `t_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `t_enroltilti2resolink_con2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- Dumping data for table `t_enrol_lti_lti2_resource_link` -- -LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_share_key` +-- Table structure for table `t_enrol_lti_lti2_share_key` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_share_key` ( +CREATE TABLE `t_enrol_lti_lti2_share_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `resourcelinkid` bigint NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), - UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) + UNIQUE KEY `t_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `t_enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_share_key` +-- Dumping data for table `t_enrol_lti_lti2_share_key` -- -LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- Table structure for table `t_enrol_lti_lti2_tool_proxy` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( +CREATE TABLE `t_enrol_lti_lti2_tool_proxy` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerid` bigint NOT NULL, @@ -4360,28 +35969,28 @@ CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), - KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) + UNIQUE KEY `t_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `t_enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- Dumping data for table `t_enrol_lti_lti2_tool_proxy` -- -LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_user_result` +-- Table structure for table `t_enrol_lti_lti2_user_result` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +DROP TABLE IF EXISTS `t_enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_user_result` ( +CREATE TABLE `t_enrol_lti_lti2_user_result` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` bigint NOT NULL, `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4389,31 +35998,31 @@ CREATE TABLE `m_enrol_lti_lti2_user_result` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) + KEY `t_enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_user_result` +-- Dumping data for table `t_enrol_lti_lti2_user_result` -- -LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_resource_link` +-- Table structure for table `t_enrol_lti_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +DROP TABLE IF EXISTS `t_enrol_lti_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_resource_link` ( +CREATE TABLE `t_enrol_lti_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `resourceid` bigint NOT NULL, `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, `lticontextid` bigint DEFAULT NULL, `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -4425,62 +36034,59 @@ CREATE TABLE `m_enrol_lti_resource_link` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), - KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), - KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `t_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `t_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_resource_link` +-- Dumping data for table `t_enrol_lti_resource_link` -- -LOCK TABLES `m_enrol_lti_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tool_consumer_map` +-- Table structure for table `t_enrol_lti_tool_consumer_map` -- -DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +DROP TABLE IF EXISTS `t_enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tool_consumer_map` ( +CREATE TABLE `t_enrol_lti_tool_consumer_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolid` bigint NOT NULL, `consumerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltitoolconsmap_too_ix` (`toolid`), - KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) + KEY `t_enroltitoolconsmap_too_ix` (`toolid`), + KEY `t_enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- Dumping data for table `t_enrol_lti_tool_consumer_map` -- -LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tools` +-- Table structure for table `t_enrol_lti_tools` -- -DROP TABLE IF EXISTS `m_enrol_lti_tools`; +DROP TABLE IF EXISTS `t_enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tools` ( +CREATE TABLE `t_enrol_lti_tools` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrolid` bigint NOT NULL, `contextid` bigint NOT NULL, `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', - `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `provisioningmodelearner` tinyint DEFAULT NULL, - `provisioningmodeinstructor` tinyint DEFAULT NULL, `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', @@ -4495,59 +36101,62 @@ CREATE TABLE `m_enrol_lti_tools` ( `roleinstructor` bigint NOT NULL, `rolelearner` bigint NOT NULL, `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), - KEY `m_enroltitool_enr_ix` (`enrolid`), - KEY `m_enroltitool_con_ix` (`contextid`) + UNIQUE KEY `t_enroltitool_uui_uix` (`uuid`), + KEY `t_enroltitool_enr_ix` (`enrolid`), + KEY `t_enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_tools` +-- Dumping data for table `t_enrol_lti_tools` -- -LOCK TABLES `m_enrol_lti_tools` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_user_resource_link` +-- Table structure for table `t_enrol_lti_user_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +DROP TABLE IF EXISTS `t_enrol_lti_user_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_user_resource_link` ( +CREATE TABLE `t_enrol_lti_user_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiuserid` bigint NOT NULL, `resourcelinkid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), - KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), - KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `t_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `t_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_user_resource_link` +-- Dumping data for table `t_enrol_lti_user_resource_link` -- -LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_users` +-- Table structure for table `t_enrol_lti_users` -- -DROP TABLE IF EXISTS `m_enrol_lti_users`; +DROP TABLE IF EXISTS `t_enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_users` ( +CREATE TABLE `t_enrol_lti_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `toolid` bigint NOT NULL, @@ -4562,29 +36171,29 @@ CREATE TABLE `m_enrol_lti_users` ( `lastaccess` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_enroltiuser_use_ix` (`userid`), - KEY `m_enroltiuser_too_ix` (`toolid`), - KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) + KEY `t_enroltiuser_use_ix` (`userid`), + KEY `t_enroltiuser_too_ix` (`toolid`), + KEY `t_enroltiuser_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_users` +-- Dumping data for table `t_enrol_lti_users` -- -LOCK TABLES `m_enrol_lti_users` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +LOCK TABLES `t_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_paypal` +-- Table structure for table `t_enrol_paypal` -- -DROP TABLE IF EXISTS `m_enrol_paypal`; +DROP TABLE IF EXISTS `t_enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_paypal` ( +CREATE TABLE `t_enrol_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4607,31 +36216,31 @@ CREATE TABLE `m_enrol_paypal` ( `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timeupdated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enropayp_bus_ix` (`business`), - KEY `m_enropayp_rec_ix` (`receiver_email`), - KEY `m_enropayp_cou_ix` (`courseid`), - KEY `m_enropayp_use_ix` (`userid`), - KEY `m_enropayp_ins_ix` (`instanceid`) + KEY `t_enropayp_bus_ix` (`business`), + KEY `t_enropayp_rec_ix` (`receiver_email`), + KEY `t_enropayp_cou_ix` (`courseid`), + KEY `t_enropayp_use_ix` (`userid`), + KEY `t_enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_paypal` +-- Dumping data for table `t_enrol_paypal` -- -LOCK TABLES `m_enrol_paypal` WRITE; -/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +LOCK TABLES `t_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `t_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event` +-- Table structure for table `t_event` -- -DROP TABLE IF EXISTS `m_event`; +DROP TABLE IF EXISTS `t_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event` ( +CREATE TABLE `t_event` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -4657,38 +36266,38 @@ CREATE TABLE `m_event` ( `priority` bigint DEFAULT NULL, `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_even_cou_ix` (`courseid`), - KEY `m_even_use_ix` (`userid`), - KEY `m_even_tim_ix` (`timestart`), - KEY `m_even_tim2_ix` (`timeduration`), - KEY `m_even_uui_ix` (`uuid`), - KEY `m_even_typtim_ix` (`type`,`timesort`), - KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), - KEY `m_even_cat_ix` (`categoryid`), - KEY `m_even_sub_ix` (`subscriptionid`), - KEY `m_even_eve_ix` (`eventtype`), - KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), - KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) + KEY `t_even_cou_ix` (`courseid`), + KEY `t_even_use_ix` (`userid`), + KEY `t_even_tim_ix` (`timestart`), + KEY `t_even_tim2_ix` (`timeduration`), + KEY `t_even_uui_ix` (`uuid`), + KEY `t_even_typtim_ix` (`type`,`timesort`), + KEY `t_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `t_even_eve_ix` (`eventtype`), + KEY `t_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `t_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `t_even_cat_ix` (`categoryid`), + KEY `t_even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event` +-- Dumping data for table `t_event` -- -LOCK TABLES `m_event` WRITE; -/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +LOCK TABLES `t_event` WRITE; +/*!40000 ALTER TABLE `t_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event_subscriptions` +-- Table structure for table `t_event_subscriptions` -- -DROP TABLE IF EXISTS `m_event_subscriptions`; +DROP TABLE IF EXISTS `t_event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event_subscriptions` ( +CREATE TABLE `t_event_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `categoryid` bigint NOT NULL DEFAULT '0', @@ -4700,28 +36309,28 @@ CREATE TABLE `m_event_subscriptions` ( `lastupdated` bigint DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_evensubs_cou_ix` (`courseid`), - KEY `m_evensubs_use_ix` (`userid`) + KEY `t_evensubs_cou_ix` (`courseid`), + KEY `t_evensubs_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event_subscriptions` +-- Dumping data for table `t_event_subscriptions` -- -LOCK TABLES `m_event_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +LOCK TABLES `t_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_handlers` +-- Table structure for table `t_events_handlers` -- -DROP TABLE IF EXISTS `m_events_handlers`; +DROP TABLE IF EXISTS `t_events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_handlers` ( +CREATE TABLE `t_events_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4731,54 +36340,54 @@ CREATE TABLE `m_events_handlers` ( `status` bigint NOT NULL DEFAULT '0', `internal` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) + UNIQUE KEY `t_evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- Dumping data for table `t_events_handlers` -- -LOCK TABLES `m_events_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +LOCK TABLES `t_events_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue` +-- Table structure for table `t_events_queue` -- -DROP TABLE IF EXISTS `m_events_queue`; +DROP TABLE IF EXISTS `t_events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue` ( +CREATE TABLE `t_events_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueu_use_ix` (`userid`) + KEY `t_evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- Dumping data for table `t_events_queue` -- -LOCK TABLES `m_events_queue` WRITE; -/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +LOCK TABLES `t_events_queue` WRITE; +/*!40000 ALTER TABLE `t_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue_handlers` +-- Table structure for table `t_events_queue_handlers` -- -DROP TABLE IF EXISTS `m_events_queue_handlers`; +DROP TABLE IF EXISTS `t_events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue_handlers` ( +CREATE TABLE `t_events_queue_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `queuedeventid` bigint NOT NULL, `handlerid` bigint NOT NULL, @@ -4786,28 +36395,28 @@ CREATE TABLE `m_events_queue_handlers` ( `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueuhand_que_ix` (`queuedeventid`), - KEY `m_evenqueuhand_han_ix` (`handlerid`) + KEY `t_evenqueuhand_que_ix` (`queuedeventid`), + KEY `t_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- Dumping data for table `t_events_queue_handlers` -- -LOCK TABLES `m_events_queue_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +LOCK TABLES `t_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_functions` +-- Table structure for table `t_external_functions` -- -DROP TABLE IF EXISTS `m_external_functions`; +DROP TABLE IF EXISTS `t_external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_functions` ( +CREATE TABLE `t_external_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4817,28 +36426,28 @@ CREATE TABLE `m_external_functions` ( `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_extefunc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=713 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; + UNIQUE KEY `t_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_functions` +-- Dumping data for table `t_external_functions` -- -LOCK TABLES `m_external_functions` WRITE; -/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; -INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(534,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_grades\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); -/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +LOCK TABLES `t_external_functions` WRITE; +/*!40000 ALTER TABLE `t_external_functions` DISABLE KEYS */; +INSERT INTO `t_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `t_external_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services` +-- Table structure for table `t_external_services` -- -DROP TABLE IF EXISTS `m_external_services`; +DROP TABLE IF EXISTS `t_external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services` ( +CREATE TABLE `t_external_services` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, @@ -4851,54 +36460,54 @@ CREATE TABLE `m_external_services` ( `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_exteserv_nam_uix` (`name`) + UNIQUE KEY `t_exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services` +-- Dumping data for table `t_external_services` -- -LOCK TABLES `m_external_services` WRITE; -/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; -INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); -/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +LOCK TABLES `t_external_services` WRITE; +/*!40000 ALTER TABLE `t_external_services` DISABLE KEYS */; +INSERT INTO `t_external_services` VALUES (1,'Moodle mobile web service',1,NULL,0,'moodle',1734080197,1734080437,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `t_external_services` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_functions` +-- Table structure for table `t_external_services_functions` -- -DROP TABLE IF EXISTS `m_external_services_functions`; +DROP TABLE IF EXISTS `t_external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_functions` ( +CREATE TABLE `t_external_services_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_exteservfunc_ext_ix` (`externalserviceid`) -) ENGINE=InnoDB AUTO_INCREMENT=1833 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; + KEY `t_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services_functions` +-- Dumping data for table `t_external_services_functions` -- -LOCK TABLES `m_external_services_functions` WRITE; -/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; -INSERT INTO `m_external_services_functions` VALUES (1430,1,'core_badges_get_user_badges'),(1431,1,'core_calendar_get_calendar_monthly_view'),(1432,1,'core_calendar_get_calendar_day_view'),(1433,1,'core_calendar_get_calendar_upcoming_view'),(1434,1,'core_calendar_update_event_start_day'),(1435,1,'core_calendar_create_calendar_events'),(1436,1,'core_calendar_delete_calendar_events'),(1437,1,'core_calendar_get_calendar_events'),(1438,1,'core_calendar_get_action_events_by_timesort'),(1439,1,'core_calendar_get_action_events_by_course'),(1440,1,'core_calendar_get_action_events_by_courses'),(1441,1,'core_calendar_get_calendar_event_by_id'),(1442,1,'core_calendar_submit_create_update_form'),(1443,1,'core_comment_get_comments'),(1444,1,'core_completion_get_activities_completion_status'),(1445,1,'core_completion_get_course_completion_status'),(1446,1,'core_completion_mark_course_self_completed'),(1447,1,'core_completion_update_activity_completion_status_manually'),(1448,1,'core_course_get_categories'),(1449,1,'core_course_get_contents'),(1450,1,'core_course_get_course_module'),(1451,1,'core_course_get_course_module_by_instance'),(1452,1,'core_course_get_courses'),(1453,1,'core_course_search_courses'),(1454,1,'core_course_view_course'),(1455,1,'core_course_get_user_navigation_options'),(1456,1,'core_course_get_user_administration_options'),(1457,1,'core_course_get_courses_by_field'),(1458,1,'core_course_check_updates'),(1459,1,'core_course_get_updates_since'),(1460,1,'core_enrol_get_course_enrolment_methods'),(1461,1,'core_enrol_get_enrolled_users'),(1462,1,'core_enrol_get_users_courses'),(1463,1,'core_files_get_files'),(1464,1,'core_get_component_strings'),(1465,1,'core_group_get_activity_allowed_groups'),(1466,1,'core_group_get_activity_groupmode'),(1467,1,'core_group_get_course_groupings'),(1468,1,'core_group_get_course_groups'),(1469,1,'core_group_get_course_user_groups'),(1470,1,'core_message_delete_contacts'),(1471,1,'core_message_delete_message'),(1472,1,'core_message_get_blocked_users'),(1473,1,'core_message_data_for_messagearea_search_messages'),(1474,1,'core_message_get_messages'),(1475,1,'core_message_get_unread_conversations_count'),(1476,1,'core_message_mark_all_notifications_as_read'),(1477,1,'core_message_mark_message_read'),(1478,1,'core_message_mark_notification_read'),(1479,1,'core_message_message_processor_config_form'),(1480,1,'core_message_search_contacts'),(1481,1,'core_message_send_instant_messages'),(1482,1,'core_message_get_user_notification_preferences'),(1483,1,'core_message_get_user_message_preferences'),(1484,1,'core_notes_create_notes'),(1485,1,'core_notes_delete_notes'),(1486,1,'core_notes_get_course_notes'),(1487,1,'core_notes_view_notes'),(1488,1,'core_question_update_flag'),(1489,1,'core_rating_get_item_ratings'),(1490,1,'core_rating_add_rating'),(1491,1,'core_tag_get_tagindex'),(1492,1,'core_user_add_user_device'),(1493,1,'core_user_add_user_private_files'),(1494,1,'core_user_get_course_user_profiles'),(1495,1,'core_user_get_users_by_field'),(1496,1,'core_user_remove_user_device'),(1497,1,'core_user_update_user_preferences'),(1498,1,'core_user_view_user_list'),(1499,1,'core_user_view_user_profile'),(1500,1,'core_user_get_user_preferences'),(1501,1,'core_user_update_picture'),(1502,1,'core_user_set_user_preferences'),(1503,1,'core_user_agree_site_policy'),(1504,1,'core_user_get_private_files_info'),(1505,1,'core_competency_competency_viewed'),(1506,1,'core_competency_list_course_competencies'),(1507,1,'core_competency_get_scale_values'),(1508,1,'core_competency_user_competency_viewed'),(1509,1,'core_competency_user_competency_viewed_in_plan'),(1510,1,'core_competency_user_competency_viewed_in_course'),(1511,1,'core_competency_user_competency_plan_viewed'),(1512,1,'core_competency_grade_competency_in_course'),(1513,1,'core_competency_delete_evidence'),(1514,1,'core_webservice_get_site_info'),(1515,1,'core_block_get_course_blocks'),(1516,1,'core_filters_get_available_in_context'),(1517,1,'mod_assign_get_grades'),(1518,1,'mod_assign_get_assignments'),(1519,1,'mod_assign_get_submissions'),(1520,1,'mod_assign_get_user_flags'),(1521,1,'mod_assign_set_user_flags'),(1522,1,'mod_assign_get_user_mappings'),(1523,1,'mod_assign_revert_submissions_to_draft'),(1524,1,'mod_assign_lock_submissions'),(1525,1,'mod_assign_unlock_submissions'),(1526,1,'mod_assign_save_submission'),(1527,1,'mod_assign_submit_for_grading'),(1528,1,'mod_assign_save_grade'),(1529,1,'mod_assign_save_grades'),(1530,1,'mod_assign_save_user_extensions'),(1531,1,'mod_assign_reveal_identities'),(1532,1,'mod_assign_view_grading_table'),(1533,1,'mod_assign_view_submission_status'),(1534,1,'mod_assign_get_submission_status'),(1535,1,'mod_assign_list_participants'),(1536,1,'mod_assign_submit_grading_form'),(1537,1,'mod_assign_get_participant'),(1538,1,'mod_assign_view_assign'),(1539,1,'mod_book_view_book'),(1540,1,'mod_book_get_books_by_courses'),(1541,1,'mod_chat_login_user'),(1542,1,'mod_chat_get_chat_users'),(1543,1,'mod_chat_send_chat_message'),(1544,1,'mod_chat_get_chat_latest_messages'),(1545,1,'mod_chat_view_chat'),(1546,1,'mod_chat_get_chats_by_courses'),(1547,1,'mod_chat_get_sessions'),(1548,1,'mod_chat_get_session_messages'),(1549,1,'mod_choice_get_choice_results'),(1550,1,'mod_choice_get_choice_options'),(1551,1,'mod_choice_submit_choice_response'),(1552,1,'mod_choice_view_choice'),(1553,1,'mod_choice_get_choices_by_courses'),(1554,1,'mod_choice_delete_choice_responses'),(1555,1,'mod_data_get_databases_by_courses'),(1556,1,'mod_data_view_database'),(1557,1,'mod_data_get_data_access_information'),(1558,1,'mod_data_get_entries'),(1559,1,'mod_data_get_entry'),(1560,1,'mod_data_get_fields'),(1561,1,'mod_data_search_entries'),(1562,1,'mod_data_approve_entry'),(1563,1,'mod_data_delete_entry'),(1564,1,'mod_data_add_entry'),(1565,1,'mod_data_update_entry'),(1566,1,'mod_feedback_get_feedbacks_by_courses'),(1567,1,'mod_feedback_get_feedback_access_information'),(1568,1,'mod_feedback_view_feedback'),(1569,1,'mod_feedback_get_current_completed_tmp'),(1570,1,'mod_feedback_get_items'),(1571,1,'mod_feedback_launch_feedback'),(1572,1,'mod_feedback_get_page_items'),(1573,1,'mod_feedback_process_page'),(1574,1,'mod_feedback_get_analysis'),(1575,1,'mod_feedback_get_unfinished_responses'),(1576,1,'mod_feedback_get_finished_responses'),(1577,1,'mod_feedback_get_non_respondents'),(1578,1,'mod_feedback_get_responses_analysis'),(1579,1,'mod_feedback_get_last_completed'),(1580,1,'mod_folder_view_folder'),(1581,1,'mod_folder_get_folders_by_courses'),(1582,1,'mod_forum_get_forums_by_courses'),(1583,1,'mod_forum_get_forum_discussions_paginated'),(1584,1,'mod_forum_view_forum'),(1585,1,'mod_forum_view_forum_discussion'),(1586,1,'mod_forum_add_discussion_post'),(1587,1,'mod_forum_add_discussion'),(1588,1,'mod_forum_can_add_discussion'),(1589,1,'mod_glossary_get_glossaries_by_courses'),(1590,1,'mod_glossary_view_glossary'),(1591,1,'mod_glossary_view_entry'),(1592,1,'mod_glossary_get_entries_by_letter'),(1593,1,'mod_glossary_get_entries_by_date'),(1594,1,'mod_glossary_get_categories'),(1595,1,'mod_glossary_get_entries_by_category'),(1596,1,'mod_glossary_get_authors'),(1597,1,'mod_glossary_get_entries_by_author'),(1598,1,'mod_glossary_get_entries_by_author_id'),(1599,1,'mod_glossary_get_entries_by_search'),(1600,1,'mod_glossary_get_entries_by_term'),(1601,1,'mod_glossary_get_entries_to_approve'),(1602,1,'mod_glossary_get_entry_by_id'),(1603,1,'mod_glossary_add_entry'),(1604,1,'mod_imscp_view_imscp'),(1605,1,'mod_imscp_get_imscps_by_courses'),(1606,1,'mod_label_get_labels_by_courses'),(1607,1,'mod_lesson_get_lessons_by_courses'),(1608,1,'mod_lesson_get_lesson_access_information'),(1609,1,'mod_lesson_view_lesson'),(1610,1,'mod_lesson_get_questions_attempts'),(1611,1,'mod_lesson_get_user_grade'),(1612,1,'mod_lesson_get_user_attempt_grade'),(1613,1,'mod_lesson_get_content_pages_viewed'),(1614,1,'mod_lesson_get_user_timers'),(1615,1,'mod_lesson_get_pages'),(1616,1,'mod_lesson_launch_attempt'),(1617,1,'mod_lesson_get_page_data'),(1618,1,'mod_lesson_process_page'),(1619,1,'mod_lesson_finish_attempt'),(1620,1,'mod_lesson_get_attempts_overview'),(1621,1,'mod_lesson_get_user_attempt'),(1622,1,'mod_lesson_get_pages_possible_jumps'),(1623,1,'mod_lesson_get_lesson'),(1624,1,'mod_lti_get_tool_launch_data'),(1625,1,'mod_lti_get_ltis_by_courses'),(1626,1,'mod_lti_view_lti'),(1627,1,'mod_page_view_page'),(1628,1,'mod_page_get_pages_by_courses'),(1629,1,'mod_quiz_get_quizzes_by_courses'),(1630,1,'mod_quiz_view_quiz'),(1631,1,'mod_quiz_get_user_attempts'),(1632,1,'mod_quiz_get_user_best_grade'),(1633,1,'mod_quiz_get_combined_review_options'),(1634,1,'mod_quiz_start_attempt'),(1635,1,'mod_quiz_get_attempt_data'),(1636,1,'mod_quiz_get_attempt_summary'),(1637,1,'mod_quiz_save_attempt'),(1638,1,'mod_quiz_process_attempt'),(1639,1,'mod_quiz_get_attempt_review'),(1640,1,'mod_quiz_view_attempt'),(1641,1,'mod_quiz_view_attempt_summary'),(1642,1,'mod_quiz_view_attempt_review'),(1643,1,'mod_quiz_get_quiz_feedback_for_grade'),(1644,1,'mod_quiz_get_quiz_access_information'),(1645,1,'mod_quiz_get_attempt_access_information'),(1646,1,'mod_quiz_get_quiz_required_qtypes'),(1647,1,'mod_resource_view_resource'),(1648,1,'mod_resource_get_resources_by_courses'),(1649,1,'mod_scorm_view_scorm'),(1650,1,'mod_scorm_get_scorm_attempt_count'),(1651,1,'mod_scorm_get_scorm_scoes'),(1652,1,'mod_scorm_get_scorm_user_data'),(1653,1,'mod_scorm_insert_scorm_tracks'),(1654,1,'mod_scorm_get_scorm_sco_tracks'),(1655,1,'mod_scorm_get_scorms_by_courses'),(1656,1,'mod_scorm_launch_sco'),(1657,1,'mod_survey_get_surveys_by_courses'),(1658,1,'mod_survey_view_survey'),(1659,1,'mod_survey_get_questions'),(1660,1,'mod_survey_submit_answers'),(1661,1,'mod_url_view_url'),(1662,1,'mod_url_get_urls_by_courses'),(1663,1,'mod_wiki_get_wikis_by_courses'),(1664,1,'mod_wiki_view_wiki'),(1665,1,'mod_wiki_view_page'),(1666,1,'mod_wiki_get_subwikis'),(1667,1,'mod_wiki_get_subwiki_pages'),(1668,1,'mod_wiki_get_subwiki_files'),(1669,1,'mod_wiki_get_page_contents'),(1670,1,'mod_wiki_get_page_for_editing'),(1671,1,'mod_wiki_new_page'),(1672,1,'mod_wiki_edit_page'),(1673,1,'mod_workshop_get_workshops_by_courses'),(1674,1,'mod_workshop_get_workshop_access_information'),(1675,1,'mod_workshop_get_user_plan'),(1676,1,'mod_workshop_view_workshop'),(1677,1,'mod_workshop_add_submission'),(1678,1,'mod_workshop_update_submission'),(1679,1,'mod_workshop_delete_submission'),(1680,1,'mod_workshop_get_submissions'),(1681,1,'mod_workshop_get_submission'),(1682,1,'mod_workshop_get_submission_assessments'),(1683,1,'mod_workshop_get_assessment'),(1684,1,'mod_workshop_get_assessment_form_definition'),(1685,1,'mod_workshop_get_reviewer_assessments'),(1686,1,'mod_workshop_update_assessment'),(1687,1,'mod_workshop_get_grades'),(1688,1,'mod_workshop_evaluate_assessment'),(1689,1,'mod_workshop_get_grades_report'),(1690,1,'mod_workshop_view_submission'),(1691,1,'mod_workshop_evaluate_submission'),(1692,1,'enrol_guest_get_instance_info'),(1693,1,'enrol_self_get_instance_info'),(1694,1,'enrol_self_enrol_user'),(1695,1,'message_airnotifier_is_system_configured'),(1696,1,'message_airnotifier_are_notification_preferences_configured'),(1697,1,'message_airnotifier_get_user_devices'),(1698,1,'message_airnotifier_enable_device'),(1699,1,'message_popup_get_popup_notifications'),(1700,1,'message_popup_get_unread_popup_notification_count'),(1701,1,'report_insights_set_notuseful_prediction'),(1702,1,'report_insights_set_fixed_prediction'),(1703,1,'gradereport_overview_get_course_grades'),(1704,1,'gradereport_overview_view_grade_report'),(1705,1,'gradereport_user_get_grades_table'),(1706,1,'gradereport_user_view_grade_report'),(1707,1,'gradereport_user_get_grade_items'),(1708,1,'tool_lp_data_for_course_competencies_page'),(1709,1,'tool_lp_data_for_plans_page'),(1710,1,'tool_lp_data_for_plan_page'),(1711,1,'tool_lp_data_for_user_evidence_list_page'),(1712,1,'tool_lp_data_for_user_evidence_page'),(1713,1,'tool_lp_data_for_user_competency_summary'),(1714,1,'tool_lp_data_for_user_competency_summary_in_plan'),(1715,1,'tool_lp_data_for_user_competency_summary_in_course'),(1716,1,'tool_mobile_get_plugins_supporting_mobile'),(1717,1,'tool_mobile_get_public_config'),(1718,1,'tool_mobile_get_config'),(1719,1,'tool_mobile_get_autologin_key'),(1720,1,'tool_mobile_get_content'),(1721,1,'core_blog_get_entries'),(1722,1,'core_blog_view_entries'),(1723,1,'core_calendar_get_calendar_access_information'),(1724,1,'core_calendar_get_allowed_event_types'),(1725,1,'core_calendar_get_calendar_export_token'),(1726,1,'core_comment_add_comments'),(1727,1,'core_comment_delete_comments'),(1728,1,'core_course_get_enrolled_courses_by_timeline_classification'),(1729,1,'core_course_get_recent_courses'),(1730,1,'core_course_set_favourite_courses'),(1731,1,'core_enrol_search_users'),(1732,1,'core_files_delete_draft_files'),(1733,1,'core_grades_grader_gradingpanel_point_fetch'),(1734,1,'core_grades_grader_gradingpanel_point_store'),(1735,1,'core_grades_grader_gradingpanel_scale_fetch'),(1736,1,'core_grades_grader_gradingpanel_scale_store'),(1737,1,'core_message_mute_conversations'),(1738,1,'core_message_unmute_conversations'),(1739,1,'core_message_block_user'),(1740,1,'core_message_get_contact_requests'),(1741,1,'core_message_create_contact_request'),(1742,1,'core_message_confirm_contact_request'),(1743,1,'core_message_decline_contact_request'),(1744,1,'core_message_get_received_contact_requests_count'),(1745,1,'core_message_delete_conversations_by_id'),(1746,1,'core_message_message_search_users'),(1747,1,'core_message_get_user_contacts'),(1748,1,'core_message_get_conversations'),(1749,1,'core_message_get_conversation'),(1750,1,'core_message_get_conversation_between_users'),(1751,1,'core_message_get_self_conversation'),(1752,1,'core_message_get_conversation_counts'),(1753,1,'core_message_get_unread_conversation_counts'),(1754,1,'core_message_get_conversation_members'),(1755,1,'core_message_get_member_info'),(1756,1,'core_message_mark_all_conversation_messages_as_read'),(1757,1,'core_message_send_messages_to_conversation'),(1758,1,'core_message_get_conversation_messages'),(1759,1,'core_message_unblock_user'),(1760,1,'core_message_set_favourite_conversations'),(1761,1,'core_message_unset_favourite_conversations'),(1762,1,'core_message_delete_message_for_all_users'),(1763,1,'core_tag_get_tagindex_per_area'),(1764,1,'core_tag_get_tag_areas'),(1765,1,'core_tag_get_tag_collections'),(1766,1,'core_tag_get_tag_cloud'),(1767,1,'core_block_get_dashboard_blocks'),(1768,1,'core_h5p_get_trusted_h5p_file'),(1769,1,'core_table_get_dynamic_table_content'),(1770,1,'core_xapi_statement_post'),(1771,1,'mod_forum_get_discussion_posts'),(1772,1,'mod_forum_get_forum_discussions'),(1773,1,'mod_forum_get_forum_access_information'),(1774,1,'mod_forum_set_subscription_state'),(1775,1,'mod_forum_set_lock_state'),(1776,1,'mod_forum_toggle_favourite_state'),(1777,1,'mod_forum_set_pin_state'),(1778,1,'mod_forum_delete_post'),(1779,1,'mod_forum_get_discussion_post'),(1780,1,'mod_forum_prepare_draft_area_for_post'),(1781,1,'mod_forum_update_discussion_post'),(1782,1,'mod_glossary_delete_entry'),(1783,1,'mod_glossary_update_entry'),(1784,1,'mod_glossary_prepare_entry_for_edition'),(1785,1,'mod_h5pactivity_get_h5pactivity_access_information'),(1786,1,'mod_h5pactivity_view_h5pactivity'),(1787,1,'mod_h5pactivity_get_attempts'),(1788,1,'mod_h5pactivity_get_results'),(1789,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(1790,1,'mod_scorm_get_scorm_access_information'),(1791,1,'block_recentlyaccesseditems_get_recent_items'),(1792,1,'block_starredcourses_get_starred_courses'),(1793,1,'report_insights_action_executed'),(1794,1,'tool_analytics_potential_contexts'),(1795,1,'tool_mobile_call_external_functions'),(1796,1,'tool_mobile_validate_subscription_key'),(1797,1,'tool_mobile_get_tokens_for_qr_login'),(1798,1,'tool_moodlenet_verify_webfinger'),(1799,1,'tool_moodlenet_search_courses'),(1800,1,'core_files_get_unused_draft_itemid'),(1801,1,'core_block_fetch_addable_blocks'),(1802,1,'mod_h5pactivity_log_report_viewed'),(1803,1,'mod_h5pactivity_get_user_attempts'),(1804,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(1805,1,'core_message_get_unread_notification_count'),(1806,1,'mod_assign_start_submission'),(1807,1,'mod_bigbluebuttonbn_can_join'),(1808,1,'mod_bigbluebuttonbn_get_recordings'),(1809,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(1810,1,'mod_bigbluebuttonbn_update_recording'),(1811,1,'mod_bigbluebuttonbn_end_meeting'),(1812,1,'mod_bigbluebuttonbn_completion_validate'),(1813,1,'mod_bigbluebuttonbn_meeting_info'),(1814,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(1815,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(1816,1,'mod_bigbluebuttonbn_get_join_url'),(1817,1,'core_grades_get_enrolled_users_for_search_widget'),(1818,1,'core_grades_get_enrolled_users_for_selector'),(1819,1,'core_grades_get_groups_for_search_widget'),(1820,1,'core_grades_get_groups_for_selector'),(1821,1,'core_grades_get_gradeitems'),(1822,1,'core_user_update_user_device_public_key'),(1823,1,'core_xapi_post_state'),(1824,1,'core_xapi_get_state'),(1825,1,'core_xapi_get_states'),(1826,1,'core_xapi_delete_state'),(1827,1,'core_reportbuilder_list_reports'),(1828,1,'core_reportbuilder_retrieve_report'),(1829,1,'core_reportbuilder_view_report'),(1830,1,'gradereport_grader_get_users_in_report'),(1831,1,'gradereport_singleview_get_grade_items_for_search_widget'),(1832,1,'gradereport_user_get_access_information'); -/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +LOCK TABLES `t_external_services_functions` WRITE; +/*!40000 ALTER TABLE `t_external_services_functions` DISABLE KEYS */; +INSERT INTO `t_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `t_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_users` +-- Table structure for table `t_external_services_users` -- -DROP TABLE IF EXISTS `m_external_services_users`; +DROP TABLE IF EXISTS `t_external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_users` ( +CREATE TABLE `t_external_services_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -4906,28 +36515,28 @@ CREATE TABLE `m_external_services_users` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_exteservuser_ext_ix` (`externalserviceid`), - KEY `m_exteservuser_use_ix` (`userid`) + KEY `t_exteservuser_ext_ix` (`externalserviceid`), + KEY `t_exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- Dumping data for table `t_external_services_users` -- -LOCK TABLES `m_external_services_users` WRITE; -/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +LOCK TABLES `t_external_services_users` WRITE; +/*!40000 ALTER TABLE `t_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_tokens` +-- Table structure for table `t_external_tokens` -- -DROP TABLE IF EXISTS `m_external_tokens`; +DROP TABLE IF EXISTS `t_external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_tokens` ( +CREATE TABLE `t_external_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -4942,32 +36551,32 @@ CREATE TABLE `m_external_tokens` ( `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_extetoke_use_ix` (`userid`), - KEY `m_extetoke_ext_ix` (`externalserviceid`), - KEY `m_extetoke_con_ix` (`contextid`), - KEY `m_extetoke_cre_ix` (`creatorid`), - KEY `m_extetoke_tok_ix` (`token`), - KEY `m_extetoke_sid_ix` (`sid`) + KEY `t_extetoke_tok_ix` (`token`), + KEY `t_extetoke_sid_ix` (`sid`), + KEY `t_extetoke_use_ix` (`userid`), + KEY `t_extetoke_ext_ix` (`externalserviceid`), + KEY `t_extetoke_con_ix` (`contextid`), + KEY `t_extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_tokens` +-- Dumping data for table `t_external_tokens` -- -LOCK TABLES `m_external_tokens` WRITE; -/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +LOCK TABLES `t_external_tokens` WRITE; +/*!40000 ALTER TABLE `t_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_favourite` +-- Table structure for table `t_favourite` -- -DROP TABLE IF EXISTS `m_favourite`; +DROP TABLE IF EXISTS `t_favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_favourite` ( +CREATE TABLE `t_favourite` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4978,29 +36587,29 @@ CREATE TABLE `m_favourite` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), - KEY `m_favo_con_ix` (`contextid`), - KEY `m_favo_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `t_favo_con_ix` (`contextid`), + KEY `t_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_favourite` +-- Dumping data for table `t_favourite` -- -LOCK TABLES `m_favourite` WRITE; -/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +LOCK TABLES `t_favourite` WRITE; +/*!40000 ALTER TABLE `t_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_favourite` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback` +-- Table structure for table `t_feedback` -- -DROP TABLE IF EXISTS `m_feedback`; +DROP TABLE IF EXISTS `t_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback` ( +CREATE TABLE `t_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5019,27 +36628,27 @@ CREATE TABLE `m_feedback` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feed_cou_ix` (`course`) + KEY `t_feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback` +-- Dumping data for table `t_feedback` -- -LOCK TABLES `m_feedback` WRITE; -/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +LOCK TABLES `t_feedback` WRITE; +/*!40000 ALTER TABLE `t_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completed` +-- Table structure for table `t_feedback_completed` -- -DROP TABLE IF EXISTS `m_feedback_completed`; +DROP TABLE IF EXISTS `t_feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completed` ( +CREATE TABLE `t_feedback_completed` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5048,29 +36657,29 @@ CREATE TABLE `m_feedback_completed` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use_ix` (`userid`), - KEY `m_feedcomp_fee_ix` (`feedback`), - KEY `m_feedcomp_cou_ix` (`courseid`) + KEY `t_feedcomp_use_ix` (`userid`), + KEY `t_feedcomp_fee_ix` (`feedback`), + KEY `t_feedcomp_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completed` +-- Dumping data for table `t_feedback_completed` -- -LOCK TABLES `m_feedback_completed` WRITE; -/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +LOCK TABLES `t_feedback_completed` WRITE; +/*!40000 ALTER TABLE `t_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completedtmp` +-- Table structure for table `t_feedback_completedtmp` -- -DROP TABLE IF EXISTS `m_feedback_completedtmp`; +DROP TABLE IF EXISTS `t_feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completedtmp` ( +CREATE TABLE `t_feedback_completedtmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5080,28 +36689,28 @@ CREATE TABLE `m_feedback_completedtmp` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use2_ix` (`userid`), - KEY `m_feedcomp_fee2_ix` (`feedback`) + KEY `t_feedcomp_use2_ix` (`userid`), + KEY `t_feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completedtmp` +-- Dumping data for table `t_feedback_completedtmp` -- -LOCK TABLES `m_feedback_completedtmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +LOCK TABLES `t_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_item` +-- Table structure for table `t_feedback_item` -- -DROP TABLE IF EXISTS `m_feedback_item`; +DROP TABLE IF EXISTS `t_feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_item` ( +CREATE TABLE `t_feedback_item` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -5116,80 +36725,80 @@ CREATE TABLE `m_feedback_item` ( `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feeditem_fee_ix` (`feedback`), - KEY `m_feeditem_tem_ix` (`template`) + KEY `t_feeditem_fee_ix` (`feedback`), + KEY `t_feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_item` +-- Dumping data for table `t_feedback_item` -- -LOCK TABLES `m_feedback_item` WRITE; -/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +LOCK TABLES `t_feedback_item` WRITE; +/*!40000 ALTER TABLE `t_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_sitecourse_map` +-- Table structure for table `t_feedback_sitecourse_map` -- -DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +DROP TABLE IF EXISTS `t_feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_sitecourse_map` ( +CREATE TABLE `t_feedback_sitecourse_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedbackid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedsitemap_cou_ix` (`courseid`), - KEY `m_feedsitemap_fee_ix` (`feedbackid`) + KEY `t_feedsitemap_cou_ix` (`courseid`), + KEY `t_feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_sitecourse_map` +-- Dumping data for table `t_feedback_sitecourse_map` -- -LOCK TABLES `m_feedback_sitecourse_map` WRITE; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +LOCK TABLES `t_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_template` +-- Table structure for table `t_feedback_template` -- -DROP TABLE IF EXISTS `m_feedback_template`; +DROP TABLE IF EXISTS `t_feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_template` ( +CREATE TABLE `t_feedback_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feedtemp_cou_ix` (`course`) + KEY `t_feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_template` +-- Dumping data for table `t_feedback_template` -- -LOCK TABLES `m_feedback_template` WRITE; -/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +LOCK TABLES `t_feedback_template` WRITE; +/*!40000 ALTER TABLE `t_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_value` +-- Table structure for table `t_feedback_value` -- -DROP TABLE IF EXISTS `m_feedback_value`; +DROP TABLE IF EXISTS `t_feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_value` ( +CREATE TABLE `t_feedback_value` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5197,29 +36806,29 @@ CREATE TABLE `m_feedback_value` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou_ix` (`course_id`), - KEY `m_feedvalu_ite_ix` (`item`) + UNIQUE KEY `t_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou_ix` (`course_id`), + KEY `t_feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_value` +-- Dumping data for table `t_feedback_value` -- -LOCK TABLES `m_feedback_value` WRITE; -/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +LOCK TABLES `t_feedback_value` WRITE; +/*!40000 ALTER TABLE `t_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_valuetmp` +-- Table structure for table `t_feedback_valuetmp` -- -DROP TABLE IF EXISTS `m_feedback_valuetmp`; +DROP TABLE IF EXISTS `t_feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_valuetmp` ( +CREATE TABLE `t_feedback_valuetmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5227,29 +36836,29 @@ CREATE TABLE `m_feedback_valuetmp` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou2_ix` (`course_id`), - KEY `m_feedvalu_ite2_ix` (`item`) + UNIQUE KEY `t_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou2_ix` (`course_id`), + KEY `t_feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_valuetmp` +-- Dumping data for table `t_feedback_valuetmp` -- -LOCK TABLES `m_feedback_valuetmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +LOCK TABLES `t_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_file_conversion` +-- Table structure for table `t_file_conversion` -- -DROP TABLE IF EXISTS `m_file_conversion`; +DROP TABLE IF EXISTS `t_file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_file_conversion` ( +CREATE TABLE `t_file_conversion` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -5262,29 +36871,29 @@ CREATE TABLE `m_file_conversion` ( `destfileid` bigint DEFAULT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_fileconv_sou_ix` (`sourcefileid`), - KEY `m_fileconv_des_ix` (`destfileid`), - KEY `m_fileconv_use_ix` (`usermodified`) + KEY `t_fileconv_sou_ix` (`sourcefileid`), + KEY `t_fileconv_des_ix` (`destfileid`), + KEY `t_fileconv_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_file_conversion` +-- Dumping data for table `t_file_conversion` -- -LOCK TABLES `m_file_conversion` WRITE; -/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +LOCK TABLES `t_file_conversion` WRITE; +/*!40000 ALTER TABLE `t_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files` +-- Table structure for table `t_files` -- -DROP TABLE IF EXISTS `m_files`; +DROP TABLE IF EXISTS `t_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files` ( +CREATE TABLE `t_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5306,120 +36915,120 @@ CREATE TABLE `m_files` ( `sortorder` bigint NOT NULL DEFAULT '0', `referencefileid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), - KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), - KEY `m_file_con_ix` (`contenthash`), - KEY `m_file_con2_ix` (`contextid`), - KEY `m_file_use_ix` (`userid`), - KEY `m_file_ref_ix` (`referencefileid`), - KEY `m_file_lic_ix` (`license`), - KEY `m_file_fil_ix` (`filename`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; + UNIQUE KEY `t_file_pat_uix` (`pathnamehash`), + KEY `t_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `t_file_con_ix` (`contenthash`), + KEY `t_file_lic_ix` (`license`), + KEY `t_file_fil_ix` (`filename`), + KEY `t_file_con2_ix` (`contextid`), + KEY `t_file_use_ix` (`userid`), + KEY `t_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- Dumping data for table `t_files` -- -LOCK TABLES `m_files` WRITE; -/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; -INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL); -/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +LOCK TABLES `t_files` WRITE; +/*!40000 ALTER TABLE `t_files` DISABLE KEYS */; +INSERT INTO `t_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL); +/*!40000 ALTER TABLE `t_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files_reference` +-- Table structure for table `t_files_reference` -- -DROP TABLE IF EXISTS `m_files_reference`; +DROP TABLE IF EXISTS `t_files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files_reference` ( +CREATE TABLE `t_files_reference` ( `id` bigint NOT NULL AUTO_INCREMENT, `repositoryid` bigint NOT NULL, `lastsync` bigint DEFAULT NULL, `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), - KEY `m_filerefe_rep_ix` (`repositoryid`) + UNIQUE KEY `t_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `t_filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_files_reference` +-- Dumping data for table `t_files_reference` -- -LOCK TABLES `m_files_reference` WRITE; -/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +LOCK TABLES `t_files_reference` WRITE; +/*!40000 ALTER TABLE `t_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_files_reference` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_active` +-- Table structure for table `t_filter_active` -- -DROP TABLE IF EXISTS `m_filter_active`; +DROP TABLE IF EXISTS `t_filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_active` ( +CREATE TABLE `t_filter_active` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `active` smallint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), - KEY `m_filtacti_con_ix` (`contextid`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; + UNIQUE KEY `t_filtacti_confil_uix` (`contextid`,`filter`), + KEY `t_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- Dumping data for table `t_filter_active` -- -LOCK TABLES `m_filter_active` WRITE; -/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; -INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); -/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +LOCK TABLES `t_filter_active` WRITE; +/*!40000 ALTER TABLE `t_filter_active` DISABLE KEYS */; +INSERT INTO `t_filter_active` 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 `t_filter_active` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_config` +-- Table structure for table `t_filter_config` -- -DROP TABLE IF EXISTS `m_filter_config`; +DROP TABLE IF EXISTS `t_filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_config` ( +CREATE TABLE `t_filter_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), - KEY `m_filtconf_con_ix` (`contextid`) + UNIQUE KEY `t_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `t_filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_config` +-- Dumping data for table `t_filter_config` -- -LOCK TABLES `m_filter_config` WRITE; -/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +LOCK TABLES `t_filter_config` WRITE; +/*!40000 ALTER TABLE `t_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_wiris_formulas` +-- Table structure for table `t_filter_wiris_formulas` -- -DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +DROP TABLE IF EXISTS `t_filter_wiris_formulas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_wiris_formulas` ( +CREATE TABLE `t_filter_wiris_formulas` ( `id` bigint NOT NULL AUTO_INCREMENT, `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -5427,27 +37036,27 @@ CREATE TABLE `m_filter_wiris_formulas` ( `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) + UNIQUE KEY `t_filtwiriform_md5_uix` (`md5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_wiris_formulas` +-- Dumping data for table `t_filter_wiris_formulas` -- -LOCK TABLES `m_filter_wiris_formulas` WRITE; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +LOCK TABLES `t_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_folder` +-- Table structure for table `t_folder` -- -DROP TABLE IF EXISTS `m_folder`; +DROP TABLE IF EXISTS `t_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_folder` ( +CREATE TABLE `t_folder` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5460,27 +37069,27 @@ CREATE TABLE `m_folder` ( `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', `forcedownload` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_fold_cou_ix` (`course`) + KEY `t_fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_folder` +-- Dumping data for table `t_folder` -- -LOCK TABLES `m_folder` WRITE; -/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +LOCK TABLES `t_folder` WRITE; +/*!40000 ALTER TABLE `t_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_folder` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum` +-- Table structure for table `t_forum` -- -DROP TABLE IF EXISTS `m_forum`; +DROP TABLE IF EXISTS `t_forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum` ( +CREATE TABLE `t_forum` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', @@ -5511,86 +37120,85 @@ CREATE TABLE `m_forum` ( `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foru_cou_ix` (`course`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; + KEY `t_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum` +-- Dumping data for table `t_forum` -- -LOCK TABLES `m_forum` WRITE; -/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; -INSERT INTO `m_forum` VALUES (1,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1566468838,0,0,0,0,0,0,0,0); -/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +LOCK TABLES `t_forum` WRITE; +/*!40000 ALTER TABLE `t_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_digests` +-- Table structure for table `t_forum_digests` -- -DROP TABLE IF EXISTS `m_forum_digests`; +DROP TABLE IF EXISTS `t_forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_digests` ( +CREATE TABLE `t_forum_digests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `forum` bigint NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), - KEY `m_forudige_use_ix` (`userid`), - KEY `m_forudige_for_ix` (`forum`) + UNIQUE KEY `t_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `t_forudige_use_ix` (`userid`), + KEY `t_forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- Dumping data for table `t_forum_digests` -- -LOCK TABLES `m_forum_digests` WRITE; -/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +LOCK TABLES `t_forum_digests` WRITE; +/*!40000 ALTER TABLE `t_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussion_subs` +-- Table structure for table `t_forum_discussion_subs` -- -DROP TABLE IF EXISTS `m_forum_discussion_subs`; +DROP TABLE IF EXISTS `t_forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussion_subs` ( +CREATE TABLE `t_forum_discussion_subs` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `userid` bigint NOT NULL, `discussion` bigint NOT NULL, `preference` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), - KEY `m_forudiscsubs_for_ix` (`forum`), - KEY `m_forudiscsubs_use_ix` (`userid`), - KEY `m_forudiscsubs_dis_ix` (`discussion`) + UNIQUE KEY `t_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `t_forudiscsubs_for_ix` (`forum`), + KEY `t_forudiscsubs_use_ix` (`userid`), + KEY `t_forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- Dumping data for table `t_forum_discussion_subs` -- -LOCK TABLES `m_forum_discussion_subs` WRITE; -/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +LOCK TABLES `t_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `t_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussions` +-- Table structure for table `t_forum_discussions` -- -DROP TABLE IF EXISTS `m_forum_discussions`; +DROP TABLE IF EXISTS `t_forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussions` ( +CREATE TABLE `t_forum_discussions` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', @@ -5606,30 +37214,30 @@ CREATE TABLE `m_forum_discussions` ( `pinned` tinyint(1) NOT NULL DEFAULT '0', `timelocked` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forudisc_use_ix` (`userid`), - KEY `m_forudisc_cou_ix` (`course`), - KEY `m_forudisc_for_ix` (`forum`), - KEY `m_forudisc_use2_ix` (`usermodified`) + KEY `t_forudisc_use_ix` (`userid`), + KEY `t_forudisc_cou_ix` (`course`), + KEY `t_forudisc_for_ix` (`forum`), + KEY `t_forudisc_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_discussions` +-- Dumping data for table `t_forum_discussions` -- -LOCK TABLES `m_forum_discussions` WRITE; -/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +LOCK TABLES `t_forum_discussions` WRITE; +/*!40000 ALTER TABLE `t_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_grades` +-- Table structure for table `t_forum_grades` -- -DROP TABLE IF EXISTS `m_forum_grades`; +DROP TABLE IF EXISTS `t_forum_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_grades` ( +CREATE TABLE `t_forum_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `itemnumber` bigint NOT NULL, @@ -5638,29 +37246,29 @@ CREATE TABLE `m_forum_grades` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), - KEY `m_forugrad_use_ix` (`userid`), - KEY `m_forugrad_for_ix` (`forum`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `t_forugrad_use_ix` (`userid`), + KEY `t_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_grades` +-- Dumping data for table `t_forum_grades` -- -LOCK TABLES `m_forum_grades` WRITE; -/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +LOCK TABLES `t_forum_grades` WRITE; +/*!40000 ALTER TABLE `t_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_posts` +-- Table structure for table `t_forum_posts` -- -DROP TABLE IF EXISTS `m_forum_posts`; +DROP TABLE IF EXISTS `t_forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_posts` ( +CREATE TABLE `t_forum_posts` ( `id` bigint NOT NULL AUTO_INCREMENT, `discussion` bigint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', @@ -5675,66 +37283,66 @@ CREATE TABLE `m_forum_posts` ( `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `totalscore` smallint NOT NULL DEFAULT '0', `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', `privatereplyto` bigint NOT NULL DEFAULT '0', `wordcount` bigint DEFAULT NULL, `charcount` bigint DEFAULT NULL, - `deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forupost_use_ix` (`userid`), - KEY `m_forupost_cre_ix` (`created`), - KEY `m_forupost_mai_ix` (`mailed`), - KEY `m_forupost_dis_ix` (`discussion`), - KEY `m_forupost_par_ix` (`parent`), - KEY `m_forupost_pri_ix` (`privatereplyto`) + KEY `t_forupost_use_ix` (`userid`), + KEY `t_forupost_cre_ix` (`created`), + KEY `t_forupost_mai_ix` (`mailed`), + KEY `t_forupost_pri_ix` (`privatereplyto`), + KEY `t_forupost_dis_ix` (`discussion`), + KEY `t_forupost_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_posts` +-- Dumping data for table `t_forum_posts` -- -LOCK TABLES `m_forum_posts` WRITE; -/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +LOCK TABLES `t_forum_posts` WRITE; +/*!40000 ALTER TABLE `t_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_queue` +-- Table structure for table `t_forum_queue` -- -DROP TABLE IF EXISTS `m_forum_queue`; +DROP TABLE IF EXISTS `t_forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_queue` ( +CREATE TABLE `t_forum_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruqueu_use_ix` (`userid`), - KEY `m_foruqueu_dis_ix` (`discussionid`), - KEY `m_foruqueu_pos_ix` (`postid`) + KEY `t_foruqueu_use_ix` (`userid`), + KEY `t_foruqueu_dis_ix` (`discussionid`), + KEY `t_foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- Dumping data for table `t_forum_queue` -- -LOCK TABLES `m_forum_queue` WRITE; -/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +LOCK TABLES `t_forum_queue` WRITE; +/*!40000 ALTER TABLE `t_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_read` +-- Table structure for table `t_forum_read` -- -DROP TABLE IF EXISTS `m_forum_read`; +DROP TABLE IF EXISTS `t_forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_read` ( +CREATE TABLE `t_forum_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', @@ -5743,82 +37351,82 @@ CREATE TABLE `m_forum_read` ( `firstread` bigint NOT NULL DEFAULT '0', `lastread` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruread_posuse_ix` (`postid`,`userid`), - KEY `m_foruread_use_ix` (`userid`), - KEY `m_foruread_foruse_ix` (`forumid`,`userid`), - KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) + KEY `t_foruread_foruse_ix` (`forumid`,`userid`), + KEY `t_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `t_foruread_posuse_ix` (`postid`,`userid`), + KEY `t_foruread_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_read` +-- Dumping data for table `t_forum_read` -- -LOCK TABLES `m_forum_read` WRITE; -/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +LOCK TABLES `t_forum_read` WRITE; +/*!40000 ALTER TABLE `t_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_subscriptions` +-- Table structure for table `t_forum_subscriptions` -- -DROP TABLE IF EXISTS `m_forum_subscriptions`; +DROP TABLE IF EXISTS `t_forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_subscriptions` ( +CREATE TABLE `t_forum_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), - KEY `m_forusubs_use_ix` (`userid`), - KEY `m_forusubs_for_ix` (`forum`) + UNIQUE KEY `t_forusubs_usefor_uix` (`userid`,`forum`), + KEY `t_forusubs_use_ix` (`userid`), + KEY `t_forusubs_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- Dumping data for table `t_forum_subscriptions` -- -LOCK TABLES `m_forum_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +LOCK TABLES `t_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_track_prefs` +-- Table structure for table `t_forum_track_prefs` -- -DROP TABLE IF EXISTS `m_forum_track_prefs`; +DROP TABLE IF EXISTS `t_forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_track_prefs` ( +CREATE TABLE `t_forum_track_prefs` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) + KEY `t_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_track_prefs` +-- Dumping data for table `t_forum_track_prefs` -- -LOCK TABLES `m_forum_track_prefs` WRITE; -/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +LOCK TABLES `t_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `t_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary` +-- Table structure for table `t_glossary` -- -DROP TABLE IF EXISTS `m_glossary`; +DROP TABLE IF EXISTS `t_glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary` ( +CREATE TABLE `t_glossary` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5848,78 +37456,78 @@ CREATE TABLE `m_glossary` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionentries` int NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glos_cou_ix` (`course`) + KEY `t_glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary` +-- Dumping data for table `t_glossary` -- - -LOCK TABLES `m_glossary` WRITE; -/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; + +LOCK TABLES `t_glossary` WRITE; +/*!40000 ALTER TABLE `t_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_alias` +-- Table structure for table `t_glossary_alias` -- -DROP TABLE IF EXISTS `m_glossary_alias`; +DROP TABLE IF EXISTS `t_glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_alias` ( +CREATE TABLE `t_glossary_alias` ( `id` bigint NOT NULL AUTO_INCREMENT, `entryid` bigint NOT NULL DEFAULT '0', `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_glosalia_ent_ix` (`entryid`) + KEY `t_glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_alias` +-- Dumping data for table `t_glossary_alias` -- -LOCK TABLES `m_glossary_alias` WRITE; -/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +LOCK TABLES `t_glossary_alias` WRITE; +/*!40000 ALTER TABLE `t_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_categories` +-- Table structure for table `t_glossary_categories` -- -DROP TABLE IF EXISTS `m_glossary_categories`; +DROP TABLE IF EXISTS `t_glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_categories` ( +CREATE TABLE `t_glossary_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `usedynalink` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_gloscate_glo_ix` (`glossaryid`) + KEY `t_gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_categories` +-- Dumping data for table `t_glossary_categories` -- -LOCK TABLES `m_glossary_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +LOCK TABLES `t_glossary_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries` +-- Table structure for table `t_glossary_entries` -- -DROP TABLE IF EXISTS `m_glossary_entries`; +DROP TABLE IF EXISTS `t_glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries` ( +CREATE TABLE `t_glossary_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5937,55 +37545,55 @@ CREATE TABLE `m_glossary_entries` ( `fullmatch` tinyint NOT NULL DEFAULT '1', `approved` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_glosentr_use_ix` (`userid`), - KEY `m_glosentr_con_ix` (`concept`), - KEY `m_glosentr_glo_ix` (`glossaryid`) + KEY `t_glosentr_use_ix` (`userid`), + KEY `t_glosentr_con_ix` (`concept`), + KEY `t_glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries` +-- Dumping data for table `t_glossary_entries` -- -LOCK TABLES `m_glossary_entries` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +LOCK TABLES `t_glossary_entries` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries_categories` +-- Table structure for table `t_glossary_entries_categories` -- -DROP TABLE IF EXISTS `m_glossary_entries_categories`; +DROP TABLE IF EXISTS `t_glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries_categories` ( +CREATE TABLE `t_glossary_entries_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL DEFAULT '0', `entryid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glosentrcate_cat_ix` (`categoryid`), - KEY `m_glosentrcate_ent_ix` (`entryid`) + KEY `t_glosentrcate_cat_ix` (`categoryid`), + KEY `t_glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries_categories` +-- Dumping data for table `t_glossary_entries_categories` -- -LOCK TABLES `m_glossary_entries_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +LOCK TABLES `t_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_formats` +-- Table structure for table `t_glossary_formats` -- -DROP TABLE IF EXISTS `m_glossary_formats`; +DROP TABLE IF EXISTS `t_glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_formats` ( +CREATE TABLE `t_glossary_formats` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6001,23 +37609,23 @@ CREATE TABLE `m_glossary_formats` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_formats` +-- Dumping data for table `t_glossary_formats` -- -LOCK TABLES `m_glossary_formats` WRITE; -/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; -INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); -/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +LOCK TABLES `t_glossary_formats` WRITE; +/*!40000 ALTER TABLE `t_glossary_formats` DISABLE KEYS */; +INSERT INTO `t_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `t_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories` +-- Table structure for table `t_grade_categories` -- -DROP TABLE IF EXISTS `m_grade_categories`; +DROP TABLE IF EXISTS `t_grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories` ( +CREATE TABLE `t_grade_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, @@ -6033,28 +37641,28 @@ CREATE TABLE `m_grade_categories` ( `timemodified` bigint NOT NULL, `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcate_cou_ix` (`courseid`), - KEY `m_gradcate_par_ix` (`parent`) + KEY `t_gradcate_cou_ix` (`courseid`), + KEY `t_gradcate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- Dumping data for table `t_grade_categories` -- -LOCK TABLES `m_grade_categories` WRITE; -/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +LOCK TABLES `t_grade_categories` WRITE; +/*!40000 ALTER TABLE `t_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories_history` +-- Table structure for table `t_grade_categories_history` -- -DROP TABLE IF EXISTS `m_grade_categories_history`; +DROP TABLE IF EXISTS `t_grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories_history` ( +CREATE TABLE `t_grade_categories_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6074,32 +37682,32 @@ CREATE TABLE `m_grade_categories_history` ( `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcatehist_act_ix` (`action`), - KEY `m_gradcatehist_tim_ix` (`timemodified`), - KEY `m_gradcatehist_old_ix` (`oldid`), - KEY `m_gradcatehist_cou_ix` (`courseid`), - KEY `m_gradcatehist_par_ix` (`parent`), - KEY `m_gradcatehist_log_ix` (`loggeduser`) + KEY `t_gradcatehist_act_ix` (`action`), + KEY `t_gradcatehist_tim_ix` (`timemodified`), + KEY `t_gradcatehist_old_ix` (`oldid`), + KEY `t_gradcatehist_cou_ix` (`courseid`), + KEY `t_gradcatehist_par_ix` (`parent`), + KEY `t_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_categories_history` +-- Dumping data for table `t_grade_categories_history` -- -LOCK TABLES `m_grade_categories_history` WRITE; -/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +LOCK TABLES `t_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `t_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades` +-- Table structure for table `t_grade_grades` -- -DROP TABLE IF EXISTS `m_grade_grades`; +DROP TABLE IF EXISTS `t_grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades` ( +CREATE TABLE `t_grade_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -6124,32 +37732,32 @@ CREATE TABLE `m_grade_grades` ( `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), - KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), - KEY `m_gradgrad_ite_ix` (`itemid`), - KEY `m_gradgrad_use_ix` (`userid`), - KEY `m_gradgrad_raw_ix` (`rawscaleid`), - KEY `m_gradgrad_use2_ix` (`usermodified`) + UNIQUE KEY `t_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `t_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `t_gradgrad_ite_ix` (`itemid`), + KEY `t_gradgrad_use_ix` (`userid`), + KEY `t_gradgrad_raw_ix` (`rawscaleid`), + KEY `t_gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- Dumping data for table `t_grade_grades` -- -LOCK TABLES `m_grade_grades` WRITE; -/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +LOCK TABLES `t_grade_grades` WRITE; +/*!40000 ALTER TABLE `t_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades_history` +-- Table structure for table `t_grade_grades_history` -- -DROP TABLE IF EXISTS `m_grade_grades_history`; +DROP TABLE IF EXISTS `t_grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades_history` ( +CREATE TABLE `t_grade_grades_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6175,61 +37783,61 @@ CREATE TABLE `m_grade_grades_history` ( `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `informationformat` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradgradhist_act_ix` (`action`), - KEY `m_gradgradhist_tim_ix` (`timemodified`), - KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), - KEY `m_gradgradhist_old_ix` (`oldid`), - KEY `m_gradgradhist_ite_ix` (`itemid`), - KEY `m_gradgradhist_use_ix` (`userid`), - KEY `m_gradgradhist_raw_ix` (`rawscaleid`), - KEY `m_gradgradhist_use2_ix` (`usermodified`), - KEY `m_gradgradhist_log_ix` (`loggeduser`) + KEY `t_gradgradhist_act_ix` (`action`), + KEY `t_gradgradhist_tim_ix` (`timemodified`), + KEY `t_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `t_gradgradhist_old_ix` (`oldid`), + KEY `t_gradgradhist_ite_ix` (`itemid`), + KEY `t_gradgradhist_use_ix` (`userid`), + KEY `t_gradgradhist_raw_ix` (`rawscaleid`), + KEY `t_gradgradhist_use2_ix` (`usermodified`), + KEY `t_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_grades_history` +-- Dumping data for table `t_grade_grades_history` -- -LOCK TABLES `m_grade_grades_history` WRITE; -/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +LOCK TABLES `t_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `t_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_newitem` +-- Table structure for table `t_grade_import_newitem` -- -DROP TABLE IF EXISTS `m_grade_import_newitem`; +DROP TABLE IF EXISTS `t_grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_newitem` ( +CREATE TABLE `t_grade_import_newitem` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `importcode` bigint NOT NULL, `importer` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradimponewi_imp_ix` (`importer`) + KEY `t_gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- Dumping data for table `t_grade_import_newitem` -- -LOCK TABLES `m_grade_import_newitem` WRITE; -/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +LOCK TABLES `t_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `t_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_values` +-- Table structure for table `t_grade_import_values` -- -DROP TABLE IF EXISTS `m_grade_import_values`; +DROP TABLE IF EXISTS `t_grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_values` ( +CREATE TABLE `t_grade_import_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint DEFAULT NULL, `newgradeitem` bigint DEFAULT NULL, @@ -6240,30 +37848,30 @@ CREATE TABLE `m_grade_import_values` ( `importer` bigint DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradimpovalu_ite_ix` (`itemid`), - KEY `m_gradimpovalu_new_ix` (`newgradeitem`), - KEY `m_gradimpovalu_imp_ix` (`importer`), - KEY `m_gradimpovalu_use_ix` (`userid`) + KEY `t_gradimpovalu_ite_ix` (`itemid`), + KEY `t_gradimpovalu_new_ix` (`newgradeitem`), + KEY `t_gradimpovalu_imp_ix` (`importer`), + KEY `t_gradimpovalu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_import_values` +-- Dumping data for table `t_grade_import_values` -- -LOCK TABLES `m_grade_import_values` WRITE; -/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +LOCK TABLES `t_grade_import_values` WRITE; +/*!40000 ALTER TABLE `t_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items` +-- Table structure for table `t_grade_items` -- -DROP TABLE IF EXISTS `m_grade_items`; +DROP TABLE IF EXISTS `t_grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items` ( +CREATE TABLE `t_grade_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, @@ -6296,35 +37904,35 @@ CREATE TABLE `m_grade_items` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_graditem_locloc_ix` (`locked`,`locktime`), - KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), - KEY `m_graditem_gra_ix` (`gradetype`), - KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), - KEY `m_graditem_cou_ix` (`courseid`), - KEY `m_graditem_cat_ix` (`categoryid`), - KEY `m_graditem_sca_ix` (`scaleid`), - KEY `m_graditem_out_ix` (`outcomeid`), - KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) + KEY `t_graditem_locloc_ix` (`locked`,`locktime`), + KEY `t_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `t_graditem_gra_ix` (`gradetype`), + KEY `t_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `t_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `t_graditem_cou_ix` (`courseid`), + KEY `t_graditem_cat_ix` (`categoryid`), + KEY `t_graditem_sca_ix` (`scaleid`), + KEY `t_graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- Dumping data for table `t_grade_items` -- -LOCK TABLES `m_grade_items` WRITE; -/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +LOCK TABLES `t_grade_items` WRITE; +/*!40000 ALTER TABLE `t_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items_history` +-- Table structure for table `t_grade_items_history` -- -DROP TABLE IF EXISTS `m_grade_items_history`; +DROP TABLE IF EXISTS `t_grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items_history` ( +CREATE TABLE `t_grade_items_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6360,60 +37968,60 @@ CREATE TABLE `m_grade_items_history` ( `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_graditemhist_act_ix` (`action`), - KEY `m_graditemhist_tim_ix` (`timemodified`), - KEY `m_graditemhist_old_ix` (`oldid`), - KEY `m_graditemhist_cou_ix` (`courseid`), - KEY `m_graditemhist_cat_ix` (`categoryid`), - KEY `m_graditemhist_sca_ix` (`scaleid`), - KEY `m_graditemhist_out_ix` (`outcomeid`), - KEY `m_graditemhist_log_ix` (`loggeduser`) + KEY `t_graditemhist_act_ix` (`action`), + KEY `t_graditemhist_tim_ix` (`timemodified`), + KEY `t_graditemhist_old_ix` (`oldid`), + KEY `t_graditemhist_cou_ix` (`courseid`), + KEY `t_graditemhist_cat_ix` (`categoryid`), + KEY `t_graditemhist_sca_ix` (`scaleid`), + KEY `t_graditemhist_out_ix` (`outcomeid`), + KEY `t_graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_items_history` +-- Dumping data for table `t_grade_items_history` -- -LOCK TABLES `m_grade_items_history` WRITE; -/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +LOCK TABLES `t_grade_items_history` WRITE; +/*!40000 ALTER TABLE `t_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_letters` +-- Table structure for table `t_grade_letters` -- -DROP TABLE IF EXISTS `m_grade_letters`; +DROP TABLE IF EXISTS `t_grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_letters` ( +CREATE TABLE `t_grade_letters` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) + UNIQUE KEY `t_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- Dumping data for table `t_grade_letters` -- -LOCK TABLES `m_grade_letters` WRITE; -/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +LOCK TABLES `t_grade_letters` WRITE; +/*!40000 ALTER TABLE `t_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes` +-- Table structure for table `t_grade_outcomes` -- -DROP TABLE IF EXISTS `m_grade_outcomes`; +DROP TABLE IF EXISTS `t_grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes` ( +CREATE TABLE `t_grade_outcomes` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6425,57 +38033,57 @@ CREATE TABLE `m_grade_outcomes` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), - KEY `m_gradoutc_cou_ix` (`courseid`), - KEY `m_gradoutc_sca_ix` (`scaleid`), - KEY `m_gradoutc_use_ix` (`usermodified`) + UNIQUE KEY `t_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `t_gradoutc_cou_ix` (`courseid`), + KEY `t_gradoutc_sca_ix` (`scaleid`), + KEY `t_gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- Dumping data for table `t_grade_outcomes` -- -LOCK TABLES `m_grade_outcomes` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +LOCK TABLES `t_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_courses` +-- Table structure for table `t_grade_outcomes_courses` -- -DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +DROP TABLE IF EXISTS `t_grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_courses` ( +CREATE TABLE `t_grade_outcomes_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `outcomeid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), - KEY `m_gradoutccour_cou_ix` (`courseid`), - KEY `m_gradoutccour_out_ix` (`outcomeid`) + UNIQUE KEY `t_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `t_gradoutccour_cou_ix` (`courseid`), + KEY `t_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_courses` +-- Dumping data for table `t_grade_outcomes_courses` -- -LOCK TABLES `m_grade_outcomes_courses` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +LOCK TABLES `t_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_history` +-- Table structure for table `t_grade_outcomes_history` -- -DROP TABLE IF EXISTS `m_grade_outcomes_history`; +DROP TABLE IF EXISTS `t_grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_history` ( +CREATE TABLE `t_grade_outcomes_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6489,87 +38097,87 @@ CREATE TABLE `m_grade_outcomes_history` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradoutchist_act_ix` (`action`), - KEY `m_gradoutchist_tim_ix` (`timemodified`), - KEY `m_gradoutchist_old_ix` (`oldid`), - KEY `m_gradoutchist_cou_ix` (`courseid`), - KEY `m_gradoutchist_sca_ix` (`scaleid`), - KEY `m_gradoutchist_log_ix` (`loggeduser`) + KEY `t_gradoutchist_act_ix` (`action`), + KEY `t_gradoutchist_tim_ix` (`timemodified`), + KEY `t_gradoutchist_old_ix` (`oldid`), + KEY `t_gradoutchist_cou_ix` (`courseid`), + KEY `t_gradoutchist_sca_ix` (`scaleid`), + KEY `t_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_history` +-- Dumping data for table `t_grade_outcomes_history` -- -LOCK TABLES `m_grade_outcomes_history` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +LOCK TABLES `t_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_settings` +-- Table structure for table `t_grade_settings` -- -DROP TABLE IF EXISTS `m_grade_settings`; +DROP TABLE IF EXISTS `t_grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_settings` ( +CREATE TABLE `t_grade_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), - KEY `m_gradsett_cou_ix` (`courseid`) + UNIQUE KEY `t_gradsett_counam_uix` (`courseid`,`name`), + KEY `t_gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_settings` +-- Dumping data for table `t_grade_settings` -- -LOCK TABLES `m_grade_settings` WRITE; -/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +LOCK TABLES `t_grade_settings` WRITE; +/*!40000 ALTER TABLE `t_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_areas` +-- Table structure for table `t_grading_areas` -- -DROP TABLE IF EXISTS `m_grading_areas`; +DROP TABLE IF EXISTS `t_grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_areas` ( +CREATE TABLE `t_grading_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), - KEY `m_gradarea_con_ix` (`contextid`) + UNIQUE KEY `t_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `t_gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grading_areas` +-- Dumping data for table `t_grading_areas` -- -LOCK TABLES `m_grading_areas` WRITE; -/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +LOCK TABLES `t_grading_areas` WRITE; +/*!40000 ALTER TABLE `t_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_definitions` +-- Table structure for table `t_grading_definitions` -- -DROP TABLE IF EXISTS `m_grading_definitions`; +DROP TABLE IF EXISTS `t_grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_definitions` ( +CREATE TABLE `t_grading_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6585,30 +38193,30 @@ CREATE TABLE `m_grading_definitions` ( `timecopied` bigint DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), - KEY `m_graddefi_are_ix` (`areaid`), - KEY `m_graddefi_use_ix` (`usermodified`), - KEY `m_graddefi_use2_ix` (`usercreated`) + UNIQUE KEY `t_graddefi_aremet_uix` (`areaid`,`method`), + KEY `t_graddefi_are_ix` (`areaid`), + KEY `t_graddefi_use_ix` (`usermodified`), + KEY `t_graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- Dumping data for table `t_grading_definitions` -- -LOCK TABLES `m_grading_definitions` WRITE; -/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +LOCK TABLES `t_grading_definitions` WRITE; +/*!40000 ALTER TABLE `t_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_instances` +-- Table structure for table `t_grading_instances` -- -DROP TABLE IF EXISTS `m_grading_instances`; +DROP TABLE IF EXISTS `t_grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_instances` ( +CREATE TABLE `t_grading_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `raterid` bigint NOT NULL, @@ -6619,55 +38227,55 @@ CREATE TABLE `m_grading_instances` ( `feedbackformat` tinyint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradinst_def_ix` (`definitionid`), - KEY `m_gradinst_rat_ix` (`raterid`) + KEY `t_gradinst_def_ix` (`definitionid`), + KEY `t_gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- Dumping data for table `t_grading_instances` -- -LOCK TABLES `m_grading_instances` WRITE; -/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +LOCK TABLES `t_grading_instances` WRITE; +/*!40000 ALTER TABLE `t_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_comments` +-- Table structure for table `t_gradingform_guide_comments` -- -DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +DROP TABLE IF EXISTS `t_gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_comments` ( +CREATE TABLE `t_gradingform_guide_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcomm_def_ix` (`definitionid`) + KEY `t_gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_comments` +-- Dumping data for table `t_gradingform_guide_comments` -- -LOCK TABLES `m_gradingform_guide_comments` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +LOCK TABLES `t_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_criteria` +-- Table structure for table `t_gradingform_guide_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +DROP TABLE IF EXISTS `t_gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_criteria` ( +CREATE TABLE `t_gradingform_guide_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, @@ -6678,27 +38286,27 @@ CREATE TABLE `m_gradingform_guide_criteria` ( `descriptionmarkersformat` tinyint DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcrit_def_ix` (`definitionid`) + KEY `t_gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_criteria` +-- Dumping data for table `t_gradingform_guide_criteria` -- -LOCK TABLES `m_gradingform_guide_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +LOCK TABLES `t_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_fillings` +-- Table structure for table `t_gradingform_guide_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +DROP TABLE IF EXISTS `t_gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_fillings` ( +CREATE TABLE `t_gradingform_guide_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6706,56 +38314,56 @@ CREATE TABLE `m_gradingform_guide_fillings` ( `remarkformat` tinyint DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradguidfill_ins_ix` (`instanceid`), - KEY `m_gradguidfill_cri_ix` (`criterionid`) + UNIQUE KEY `t_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradguidfill_ins_ix` (`instanceid`), + KEY `t_gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- Dumping data for table `t_gradingform_guide_fillings` -- -LOCK TABLES `m_gradingform_guide_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +LOCK TABLES `t_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_criteria` +-- Table structure for table `t_gradingform_rubric_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +DROP TABLE IF EXISTS `t_gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_criteria` ( +CREATE TABLE `t_gradingform_rubric_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrcrit_def_ix` (`definitionid`) + KEY `t_gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_criteria` +-- Dumping data for table `t_gradingform_rubric_criteria` -- -LOCK TABLES `m_gradingform_rubric_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +LOCK TABLES `t_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_fillings` +-- Table structure for table `t_gradingform_rubric_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +DROP TABLE IF EXISTS `t_gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_fillings` ( +CREATE TABLE `t_gradingform_rubric_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6763,57 +38371,57 @@ CREATE TABLE `m_gradingform_rubric_fillings` ( `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `remarkformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradrubrfill_lev_ix` (`levelid`), - KEY `m_gradrubrfill_ins_ix` (`instanceid`), - KEY `m_gradrubrfill_cri_ix` (`criterionid`) + UNIQUE KEY `t_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradrubrfill_lev_ix` (`levelid`), + KEY `t_gradrubrfill_ins_ix` (`instanceid`), + KEY `t_gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- Dumping data for table `t_gradingform_rubric_fillings` -- -LOCK TABLES `m_gradingform_rubric_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +LOCK TABLES `t_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_levels` +-- Table structure for table `t_gradingform_rubric_levels` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +DROP TABLE IF EXISTS `t_gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_levels` ( +CREATE TABLE `t_gradingform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `criterionid` bigint NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrleve_cri_ix` (`criterionid`) + KEY `t_gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_levels` +-- Dumping data for table `t_gradingform_rubric_levels` -- -LOCK TABLES `m_gradingform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +LOCK TABLES `t_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings` +-- Table structure for table `t_groupings` -- -DROP TABLE IF EXISTS `m_groupings`; +DROP TABLE IF EXISTS `t_groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings` ( +CREATE TABLE `t_groupings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6824,55 +38432,55 @@ CREATE TABLE `m_groupings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn2_ix` (`idnumber`), - KEY `m_grou_cou2_ix` (`courseid`) + KEY `t_grou_idn2_ix` (`idnumber`), + KEY `t_grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- Dumping data for table `t_groupings` -- -LOCK TABLES `m_groupings` WRITE; -/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +LOCK TABLES `t_groupings` WRITE; +/*!40000 ALTER TABLE `t_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings_groups` +-- Table structure for table `t_groupings_groups` -- -DROP TABLE IF EXISTS `m_groupings_groups`; +DROP TABLE IF EXISTS `t_groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings_groups` ( +CREATE TABLE `t_groupings_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupingid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grougrou_gro_ix` (`groupingid`), - KEY `m_grougrou_gro2_ix` (`groupid`) + KEY `t_grougrou_gro_ix` (`groupingid`), + KEY `t_grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- Dumping data for table `t_groupings_groups` -- -LOCK TABLES `m_groupings_groups` WRITE; -/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +LOCK TABLES `t_groupings_groups` WRITE; +/*!40000 ALTER TABLE `t_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups` +-- Table structure for table `t_groups` -- -DROP TABLE IF EXISTS `m_groups`; +DROP TABLE IF EXISTS `t_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups` ( +CREATE TABLE `t_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6881,33 +38489,31 @@ CREATE TABLE `m_groups` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `picture` bigint NOT NULL DEFAULT '0', - `visibility` tinyint(1) NOT NULL DEFAULT '0', - `participation` tinyint(1) NOT NULL DEFAULT '1', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn_ix` (`idnumber`), - KEY `m_grou_cou_ix` (`courseid`) + KEY `t_grou_idn_ix` (`idnumber`), + KEY `t_grou_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups` +-- Dumping data for table `t_groups` -- -LOCK TABLES `m_groups` WRITE; -/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +LOCK TABLES `t_groups` WRITE; +/*!40000 ALTER TABLE `t_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups_members` +-- Table structure for table `t_groups_members` -- -DROP TABLE IF EXISTS `m_groups_members`; +DROP TABLE IF EXISTS `t_groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups_members` ( +CREATE TABLE `t_groups_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -6915,29 +38521,29 @@ CREATE TABLE `m_groups_members` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), - KEY `m_groumemb_gro_ix` (`groupid`), - KEY `m_groumemb_use_ix` (`userid`) + UNIQUE KEY `t_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `t_groumemb_gro_ix` (`groupid`), + KEY `t_groumemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups_members` +-- Dumping data for table `t_groups_members` -- -LOCK TABLES `m_groups_members` WRITE; -/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +LOCK TABLES `t_groups_members` WRITE; +/*!40000 ALTER TABLE `t_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p` +-- Table structure for table `t_h5p` -- -DROP TABLE IF EXISTS `m_h5p`; +DROP TABLE IF EXISTS `t_h5p`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p` ( +CREATE TABLE `t_h5p` ( `id` bigint NOT NULL AUTO_INCREMENT, `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `mainlibraryid` bigint NOT NULL, @@ -6948,28 +38554,28 @@ CREATE TABLE `m_h5p` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_h5p_mai_ix` (`mainlibraryid`), - KEY `m_h5p_pat_ix` (`pathnamehash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_h5p_pat_ix` (`pathnamehash`), + KEY `t_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p` +-- Dumping data for table `t_h5p` -- -LOCK TABLES `m_h5p` WRITE; -/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +LOCK TABLES `t_h5p` WRITE; +/*!40000 ALTER TABLE `t_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_contents_libraries` +-- Table structure for table `t_h5p_contents_libraries` -- -DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +DROP TABLE IF EXISTS `t_h5p_contents_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_contents_libraries` ( +CREATE TABLE `t_h5p_contents_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pid` bigint NOT NULL, `libraryid` bigint NOT NULL, @@ -6977,28 +38583,28 @@ CREATE TABLE `m_h5p_contents_libraries` ( `dropcss` tinyint(1) NOT NULL, `weight` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), - KEY `m_h5pcontlibr_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `t_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_contents_libraries` +-- Dumping data for table `t_h5p_contents_libraries` -- -LOCK TABLES `m_h5p_contents_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +LOCK TABLES `t_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries` +-- Table structure for table `t_h5p_libraries` -- -DROP TABLE IF EXISTS `m_h5p_libraries`; +DROP TABLE IF EXISTS `t_h5p_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries` ( +CREATE TABLE `t_h5p_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7020,79 +38626,79 @@ CREATE TABLE `m_h5p_libraries` ( `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `enabled` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries` +-- Dumping data for table `t_h5p_libraries` -- -LOCK TABLES `m_h5p_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +LOCK TABLES `t_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries_cachedassets` +-- Table structure for table `t_h5p_libraries_cachedassets` -- -DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +DROP TABLE IF EXISTS `t_h5p_libraries_cachedassets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries_cachedassets` ( +CREATE TABLE `t_h5p_libraries_cachedassets` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrcach_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries_cachedassets` +-- Dumping data for table `t_h5p_libraries_cachedassets` -- -LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +LOCK TABLES `t_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_library_dependencies` +-- Table structure for table `t_h5p_library_dependencies` -- -DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +DROP TABLE IF EXISTS `t_h5p_library_dependencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_library_dependencies` ( +CREATE TABLE `t_h5p_library_dependencies` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `requiredlibraryid` bigint NOT NULL, `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrdepe_lib_ix` (`libraryid`), - KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_h5plibrdepe_lib_ix` (`libraryid`), + KEY `t_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_library_dependencies` +-- Dumping data for table `t_h5p_library_dependencies` -- -LOCK TABLES `m_h5p_library_dependencies` WRITE; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +LOCK TABLES `t_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity` +-- Table structure for table `t_h5pactivity` -- -DROP TABLE IF EXISTS `m_h5pactivity`; +DROP TABLE IF EXISTS `t_h5pactivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity` ( +CREATE TABLE `t_h5pactivity` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7106,27 +38712,27 @@ CREATE TABLE `m_h5pactivity` ( `grademethod` smallint NOT NULL DEFAULT '1', `reviewmode` smallint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5pa_cou_ix` (`course`) + KEY `t_h5pa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity` +-- Dumping data for table `t_h5pactivity` -- -LOCK TABLES `m_h5pactivity` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +LOCK TABLES `t_h5pactivity` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts` +-- Table structure for table `t_h5pactivity_attempts` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +DROP TABLE IF EXISTS `t_h5pactivity_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts` ( +CREATE TABLE `t_h5pactivity_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pactivityid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7140,31 +38746,31 @@ CREATE TABLE `m_h5pactivity_attempts` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), - KEY `m_h5paatte_tim_ix` (`timecreated`), - KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), - KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), - KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) + UNIQUE KEY `t_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `t_h5paatte_tim_ix` (`timecreated`), + KEY `t_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `t_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `t_h5paatte_h5p_ix` (`h5pactivityid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts` +-- Dumping data for table `t_h5pactivity_attempts` -- -LOCK TABLES `m_h5pactivity_attempts` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +LOCK TABLES `t_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts_results` +-- Table structure for table `t_h5pactivity_attempts_results` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +DROP TABLE IF EXISTS `t_h5pactivity_attempts_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts_results` ( +CREATE TABLE `t_h5pactivity_attempts_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptid` bigint NOT NULL, `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -7180,28 +38786,28 @@ CREATE TABLE `m_h5pactivity_attempts_results` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), - KEY `m_h5paatteresu_att_ix` (`attemptid`) + KEY `t_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `t_h5paatteresu_att_ix` (`attemptid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts_results` +-- Dumping data for table `t_h5pactivity_attempts_results` -- -LOCK TABLES `m_h5pactivity_attempts_results` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +LOCK TABLES `t_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_imscp` +-- Table structure for table `t_imscp` -- -DROP TABLE IF EXISTS `m_imscp`; +DROP TABLE IF EXISTS `t_imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_imscp` ( +CREATE TABLE `t_imscp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7212,27 +38818,27 @@ CREATE TABLE `m_imscp` ( `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_imsc_cou_ix` (`course`) + KEY `t_imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_imscp` +-- Dumping data for table `t_imscp` -- -LOCK TABLES `m_imscp` WRITE; -/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +LOCK TABLES `t_imscp` WRITE; +/*!40000 ALTER TABLE `t_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_imscp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_infected_files` +-- Table structure for table `t_infected_files` -- -DROP TABLE IF EXISTS `m_infected_files`; +DROP TABLE IF EXISTS `t_infected_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_infected_files` ( +CREATE TABLE `t_infected_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7240,27 +38846,27 @@ CREATE TABLE `m_infected_files` ( `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_infefile_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_infected_files` +-- Dumping data for table `t_infected_files` -- -LOCK TABLES `m_infected_files` WRITE; -/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +LOCK TABLES `t_infected_files` WRITE; +/*!40000 ALTER TABLE `t_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_infected_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_label` +-- Table structure for table `t_label` -- -DROP TABLE IF EXISTS `m_label`; +DROP TABLE IF EXISTS `t_label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_label` ( +CREATE TABLE `t_label` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7268,27 +38874,27 @@ CREATE TABLE `m_label` ( `introformat` smallint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_labe_cou_ix` (`course`) + KEY `t_labe_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_label` +-- Dumping data for table `t_label` -- -LOCK TABLES `m_label` WRITE; -/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +LOCK TABLES `t_label` WRITE; +/*!40000 ALTER TABLE `t_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_label` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson` +-- Table structure for table `t_lesson` -- -DROP TABLE IF EXISTS `m_lesson`; +DROP TABLE IF EXISTS `t_lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson` ( +CREATE TABLE `t_lesson` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7332,27 +38938,27 @@ CREATE TABLE `m_lesson` ( `completiontimespent` bigint DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_less_cou_ix` (`course`) + KEY `t_less_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson` +-- Dumping data for table `t_lesson` -- -LOCK TABLES `m_lesson` WRITE; -/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +LOCK TABLES `t_lesson` WRITE; +/*!40000 ALTER TABLE `t_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_answers` +-- Table structure for table `t_lesson_answers` -- -DROP TABLE IF EXISTS `m_lesson_answers`; +DROP TABLE IF EXISTS `t_lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_answers` ( +CREATE TABLE `t_lesson_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7367,28 +38973,28 @@ CREATE TABLE `m_lesson_answers` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `responseformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessansw_les_ix` (`lessonid`), - KEY `m_lessansw_pag_ix` (`pageid`) + KEY `t_lessansw_les_ix` (`lessonid`), + KEY `t_lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_answers` +-- Dumping data for table `t_lesson_answers` -- -LOCK TABLES `m_lesson_answers` WRITE; -/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +LOCK TABLES `t_lesson_answers` WRITE; +/*!40000 ALTER TABLE `t_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_attempts` +-- Table structure for table `t_lesson_attempts` -- -DROP TABLE IF EXISTS `m_lesson_attempts`; +DROP TABLE IF EXISTS `t_lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_attempts` ( +CREATE TABLE `t_lesson_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7399,30 +39005,30 @@ CREATE TABLE `m_lesson_attempts` ( `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timeseen` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessatte_use_ix` (`userid`), - KEY `m_lessatte_les_ix` (`lessonid`), - KEY `m_lessatte_pag_ix` (`pageid`), - KEY `m_lessatte_ans_ix` (`answerid`) + KEY `t_lessatte_use_ix` (`userid`), + KEY `t_lessatte_les_ix` (`lessonid`), + KEY `t_lessatte_pag_ix` (`pageid`), + KEY `t_lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_attempts` +-- Dumping data for table `t_lesson_attempts` -- -LOCK TABLES `m_lesson_attempts` WRITE; -/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +LOCK TABLES `t_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `t_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_branch` +-- Table structure for table `t_lesson_branch` -- -DROP TABLE IF EXISTS `m_lesson_branch`; +DROP TABLE IF EXISTS `t_lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_branch` ( +CREATE TABLE `t_lesson_branch` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7432,29 +39038,29 @@ CREATE TABLE `m_lesson_branch` ( `timeseen` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessbran_use_ix` (`userid`), - KEY `m_lessbran_les_ix` (`lessonid`), - KEY `m_lessbran_pag_ix` (`pageid`) + KEY `t_lessbran_use_ix` (`userid`), + KEY `t_lessbran_les_ix` (`lessonid`), + KEY `t_lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_branch` +-- Dumping data for table `t_lesson_branch` -- -LOCK TABLES `m_lesson_branch` WRITE; -/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +LOCK TABLES `t_lesson_branch` WRITE; +/*!40000 ALTER TABLE `t_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_grades` +-- Table structure for table `t_lesson_grades` -- -DROP TABLE IF EXISTS `m_lesson_grades`; +DROP TABLE IF EXISTS `t_lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_grades` ( +CREATE TABLE `t_lesson_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7462,28 +39068,28 @@ CREATE TABLE `m_lesson_grades` ( `late` smallint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessgrad_use_ix` (`userid`), - KEY `m_lessgrad_les_ix` (`lessonid`) + KEY `t_lessgrad_use_ix` (`userid`), + KEY `t_lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_grades` +-- Dumping data for table `t_lesson_grades` -- -LOCK TABLES `m_lesson_grades` WRITE; -/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +LOCK TABLES `t_lesson_grades` WRITE; +/*!40000 ALTER TABLE `t_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_overrides` +-- Table structure for table `t_lesson_overrides` -- -DROP TABLE IF EXISTS `m_lesson_overrides`; +DROP TABLE IF EXISTS `t_lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_overrides` ( +CREATE TABLE `t_lesson_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -7496,29 +39102,29 @@ CREATE TABLE `m_lesson_overrides` ( `retake` smallint DEFAULT NULL, `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_lessover_les_ix` (`lessonid`), - KEY `m_lessover_gro_ix` (`groupid`), - KEY `m_lessover_use_ix` (`userid`) + KEY `t_lessover_les_ix` (`lessonid`), + KEY `t_lessover_gro_ix` (`groupid`), + KEY `t_lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_overrides` +-- Dumping data for table `t_lesson_overrides` -- -LOCK TABLES `m_lesson_overrides` WRITE; -/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +LOCK TABLES `t_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `t_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_pages` +-- Table structure for table `t_lesson_pages` -- -DROP TABLE IF EXISTS `m_lesson_pages`; +DROP TABLE IF EXISTS `t_lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_pages` ( +CREATE TABLE `t_lesson_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `prevpageid` bigint NOT NULL DEFAULT '0', @@ -7533,27 +39139,27 @@ CREATE TABLE `m_lesson_pages` ( `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentsformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesspage_les_ix` (`lessonid`) + KEY `t_lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_pages` +-- Dumping data for table `t_lesson_pages` -- -LOCK TABLES `m_lesson_pages` WRITE; -/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +LOCK TABLES `t_lesson_pages` WRITE; +/*!40000 ALTER TABLE `t_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_timer` +-- Table structure for table `t_lesson_timer` -- -DROP TABLE IF EXISTS `m_lesson_timer`; +DROP TABLE IF EXISTS `t_lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_timer` ( +CREATE TABLE `t_lesson_timer` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7562,28 +39168,28 @@ CREATE TABLE `m_lesson_timer` ( `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesstime_use_ix` (`userid`), - KEY `m_lesstime_les_ix` (`lessonid`) + KEY `t_lesstime_use_ix` (`userid`), + KEY `t_lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_timer` +-- Dumping data for table `t_lesson_timer` -- -LOCK TABLES `m_lesson_timer` WRITE; -/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +LOCK TABLES `t_lesson_timer` WRITE; +/*!40000 ALTER TABLE `t_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_license` +-- Table structure for table `t_license` -- -DROP TABLE IF EXISTS `m_license`; +DROP TABLE IF EXISTS `t_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_license` ( +CREATE TABLE `t_license` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7597,51 +39203,51 @@ CREATE TABLE `m_license` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_license` +-- Dumping data for table `t_license` -- -LOCK TABLES `m_license` WRITE; -/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; -INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',1,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',1,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',1,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',1,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',1,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',1,2010033100,0,9); -/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +LOCK TABLES `t_license` WRITE; +/*!40000 ALTER TABLE `t_license` DISABLE KEYS */; +INSERT INTO `t_license` 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 `t_license` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lock_db` +-- Table structure for table `t_lock_db` -- -DROP TABLE IF EXISTS `m_lock_db`; +DROP TABLE IF EXISTS `t_lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lock_db` ( +CREATE TABLE `t_lock_db` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint DEFAULT NULL, `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), - KEY `m_lockdb_exp_ix` (`expires`), - KEY `m_lockdb_own_ix` (`owner`) + UNIQUE KEY `t_lockdb_res_uix` (`resourcekey`), + KEY `t_lockdb_exp_ix` (`expires`), + KEY `t_lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` --- - -LOCK TABLES `m_lock_db` WRITE; -/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +-- Dumping data for table `t_lock_db` +-- + +LOCK TABLES `t_lock_db` WRITE; +/*!40000 ALTER TABLE `t_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lock_db` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log` +-- Table structure for table `t_log` -- -DROP TABLE IF EXISTS `m_log`; +DROP TABLE IF EXISTS `t_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log` ( +CREATE TABLE `t_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7653,31 +39259,31 @@ CREATE TABLE `m_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_log_coumodact_ix` (`course`,`module`,`action`), - KEY `m_log_tim_ix` (`time`), - KEY `m_log_act_ix` (`action`), - KEY `m_log_usecou_ix` (`userid`,`course`), - KEY `m_log_cmi_ix` (`cmid`) + KEY `t_log_coumodact_ix` (`course`,`module`,`action`), + KEY `t_log_tim_ix` (`time`), + KEY `t_log_act_ix` (`action`), + KEY `t_log_usecou_ix` (`userid`,`course`), + KEY `t_log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log` +-- Dumping data for table `t_log` -- -LOCK TABLES `m_log` WRITE; -/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +LOCK TABLES `t_log` WRITE; +/*!40000 ALTER TABLE `t_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_display` +-- Table structure for table `t_log_display` -- -DROP TABLE IF EXISTS `m_log_display`; +DROP TABLE IF EXISTS `t_log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_display` ( +CREATE TABLE `t_log_display` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7685,28 +39291,28 @@ CREATE TABLE `m_log_display` ( `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) + UNIQUE KEY `t_logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- Dumping data for table `t_log_display` -- -LOCK TABLES `m_log_display` WRITE; -/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; -INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); -/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +LOCK TABLES `t_log_display` WRITE; +/*!40000 ALTER TABLE `t_log_display` DISABLE KEYS */; +INSERT INTO `t_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `t_log_display` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_queries` +-- Table structure for table `t_log_queries` -- -DROP TABLE IF EXISTS `m_log_queries`; +DROP TABLE IF EXISTS `t_log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_queries` ( +CREATE TABLE `t_log_queries` ( `id` bigint NOT NULL AUTO_INCREMENT, `qtype` mediumint NOT NULL, `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7721,22 +39327,22 @@ CREATE TABLE `m_log_queries` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log_queries` +-- Dumping data for table `t_log_queries` -- -LOCK TABLES `m_log_queries` WRITE; -/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +LOCK TABLES `t_log_queries` WRITE; +/*!40000 ALTER TABLE `t_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log_queries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_logstore_standard_log` +-- Table structure for table `t_logstore_standard_log` -- -DROP TABLE IF EXISTS `m_logstore_standard_log`; +DROP TABLE IF EXISTS `t_logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_logstore_standard_log` ( +CREATE TABLE `t_logstore_standard_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7759,35 +39365,34 @@ CREATE TABLE `m_logstore_standard_log` ( `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `realuserid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_logsstanlog_tim_ix` (`timecreated`), - KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), - KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), - KEY `m_logsstanlog_con_ix` (`contextid`), - KEY `m_logsstanlog_use_ix` (`userid`), - KEY `m_logsstanlog_cou_ix` (`courseid`), - KEY `m_logsstanlog_rea_ix` (`realuserid`), - KEY `m_logsstanlog_rel_ix` (`relateduserid`) -) ENGINE=InnoDB AUTO_INCREMENT=1699 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; + KEY `t_logsstanlog_tim_ix` (`timecreated`), + KEY `t_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `t_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `t_logsstanlog_con_ix` (`contextid`), + KEY `t_logsstanlog_use_ix` (`userid`), + KEY `t_logsstanlog_cou_ix` (`courseid`), + KEY `t_logsstanlog_rea_ix` (`realuserid`), + KEY `t_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_logstore_standard_log` +-- Dumping data for table `t_logstore_standard_log` -- -LOCK TABLES `m_logstore_standard_log` WRITE; -/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; -INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL); -/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +LOCK TABLES `t_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `t_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti` +-- Table structure for table `t_lti` -- -DROP TABLE IF EXISTS `m_lti`; +DROP TABLE IF EXISTS `t_lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti` ( +CREATE TABLE `t_lti` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7815,27 +39420,27 @@ CREATE TABLE `m_lti` ( `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_lti_cou_ix` (`course`) + KEY `t_lti_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti` +-- Dumping data for table `t_lti` -- -LOCK TABLES `m_lti` WRITE; -/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +LOCK TABLES `t_lti` WRITE; +/*!40000 ALTER TABLE `t_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_access_tokens` +-- Table structure for table `t_lti_access_tokens` -- -DROP TABLE IF EXISTS `m_lti_access_tokens`; +DROP TABLE IF EXISTS `t_lti_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_access_tokens` ( +CREATE TABLE `t_lti_access_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7844,28 +39449,28 @@ CREATE TABLE `m_lti_access_tokens` ( `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), - KEY `m_ltiaccetoke_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_ltiaccetoke_tok_uix` (`token`), + KEY `t_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_access_tokens` +-- Dumping data for table `t_lti_access_tokens` -- -LOCK TABLES `m_lti_access_tokens` WRITE; -/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +LOCK TABLES `t_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `t_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_submission` +-- Table structure for table `t_lti_submission` -- -DROP TABLE IF EXISTS `m_lti_submission`; +DROP TABLE IF EXISTS `t_lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_submission` ( +CREATE TABLE `t_lti_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7876,27 +39481,27 @@ CREATE TABLE `m_lti_submission` ( `launchid` bigint NOT NULL, `state` tinyint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltisubm_lti_ix` (`ltiid`) + KEY `t_ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_submission` +-- Dumping data for table `t_lti_submission` -- -LOCK TABLES `m_lti_submission` WRITE; -/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +LOCK TABLES `t_lti_submission` WRITE; +/*!40000 ALTER TABLE `t_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_proxies` +-- Table structure for table `t_lti_tool_proxies` -- -DROP TABLE IF EXISTS `m_lti_tool_proxies`; +DROP TABLE IF EXISTS `t_lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_proxies` ( +CREATE TABLE `t_lti_tool_proxies` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7911,27 +39516,27 @@ CREATE TABLE `m_lti_tool_proxies` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) + UNIQUE KEY `t_ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_proxies` +-- Dumping data for table `t_lti_tool_proxies` -- -LOCK TABLES `m_lti_tool_proxies` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +LOCK TABLES `t_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_settings` +-- Table structure for table `t_lti_tool_settings` -- -DROP TABLE IF EXISTS `m_lti_tool_settings`; +DROP TABLE IF EXISTS `t_lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_settings` ( +CREATE TABLE `t_lti_tool_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxyid` bigint NOT NULL, `typeid` bigint DEFAULT NULL, @@ -7941,30 +39546,30 @@ CREATE TABLE `m_lti_tool_settings` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitoolsett_too_ix` (`toolproxyid`), - KEY `m_ltitoolsett_cou_ix` (`course`), - KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), - KEY `m_ltitoolsett_typ_ix` (`typeid`) + KEY `t_ltitoolsett_too_ix` (`toolproxyid`), + KEY `t_ltitoolsett_typ_ix` (`typeid`), + KEY `t_ltitoolsett_cou_ix` (`course`), + KEY `t_ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_settings` +-- Dumping data for table `t_lti_tool_settings` -- -LOCK TABLES `m_lti_tool_settings` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +LOCK TABLES `t_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types` +-- Table structure for table `t_lti_types` -- -DROP TABLE IF EXISTS `m_lti_types`; +DROP TABLE IF EXISTS `t_lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types` ( +CREATE TABLE `t_lti_types` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7984,55 +39589,55 @@ CREATE TABLE `m_lti_types` ( `timemodified` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), - KEY `m_ltitype_cou_ix` (`course`), - KEY `m_ltitype_too_ix` (`tooldomain`) + UNIQUE KEY `t_ltitype_cli_uix` (`clientid`), + KEY `t_ltitype_cou_ix` (`course`), + KEY `t_ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types` +-- Dumping data for table `t_lti_types` -- -LOCK TABLES `m_lti_types` WRITE; -/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +LOCK TABLES `t_lti_types` WRITE; +/*!40000 ALTER TABLE `t_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types_config` +-- Table structure for table `t_lti_types_config` -- -DROP TABLE IF EXISTS `m_lti_types_config`; +DROP TABLE IF EXISTS `t_lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types_config` ( +CREATE TABLE `t_lti_types_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitypeconf_typ_ix` (`typeid`) + KEY `t_ltitypeconf_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types_config` +-- Dumping data for table `t_lti_types_config` -- -LOCK TABLES `m_lti_types_config` WRITE; -/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +LOCK TABLES `t_lti_types_config` WRITE; +/*!40000 ALTER TABLE `t_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_ltiservice_gradebookservices` +-- Table structure for table `t_ltiservice_gradebookservices` -- -DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +DROP TABLE IF EXISTS `t_ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_ltiservice_gradebookservices` ( +CREATE TABLE `t_ltiservice_gradebookservices` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeitemid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -8040,33 +39645,33 @@ CREATE TABLE `m_ltiservice_gradebookservices` ( `typeid` bigint DEFAULT NULL, `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `ltilinkid` bigint DEFAULT NULL, - `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_ltisgrad_lti_ix` (`ltilinkid`), - KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) + KEY `t_ltisgrad_lti_ix` (`ltilinkid`), + KEY `t_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` +-- Dumping data for table `t_ltiservice_gradebookservices` -- -LOCK TABLES `m_ltiservice_gradebookservices` WRITE; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +LOCK TABLES `t_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message` +-- Table structure for table `t_message` -- -DROP TABLE IF EXISTS `m_message`; +DROP TABLE IF EXISTS `t_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message` ( +CREATE TABLE `t_message` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8085,165 +39690,165 @@ CREATE TABLE `m_message` ( `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `t_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message` +-- Dumping data for table `t_message` -- -LOCK TABLES `m_message` WRITE; -/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +LOCK TABLES `t_message` WRITE; +/*!40000 ALTER TABLE `t_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_airnotifier_devices` +-- Table structure for table `t_message_airnotifier_devices` -- -DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +DROP TABLE IF EXISTS `t_message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_airnotifier_devices` ( +CREATE TABLE `t_message_airnotifier_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userdeviceid` bigint NOT NULL, `enable` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) + UNIQUE KEY `t_messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_airnotifier_devices` +-- Dumping data for table `t_message_airnotifier_devices` -- -LOCK TABLES `m_message_airnotifier_devices` WRITE; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +LOCK TABLES `t_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contact_requests` +-- Table structure for table `t_message_contact_requests` -- -DROP TABLE IF EXISTS `m_message_contact_requests`; +DROP TABLE IF EXISTS `t_message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contact_requests` ( +CREATE TABLE `t_message_contact_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `requesteduserid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), - KEY `m_messcontrequ_use_ix` (`userid`), - KEY `m_messcontrequ_req_ix` (`requesteduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `t_messcontrequ_use_ix` (`userid`), + KEY `t_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contact_requests` +-- Dumping data for table `t_message_contact_requests` -- -LOCK TABLES `m_message_contact_requests` WRITE; -/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +LOCK TABLES `t_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `t_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contacts` +-- Table structure for table `t_message_contacts` -- -DROP TABLE IF EXISTS `m_message_contacts`; +DROP TABLE IF EXISTS `t_message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contacts` ( +CREATE TABLE `t_message_contacts` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `contactid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), - KEY `m_messcont_use_ix` (`userid`), - KEY `m_messcont_con_ix` (`contactid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; + UNIQUE KEY `t_messcont_usecon_uix` (`userid`,`contactid`), + KEY `t_messcont_use_ix` (`userid`), + KEY `t_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contacts` +-- Dumping data for table `t_message_contacts` -- -LOCK TABLES `m_message_contacts` WRITE; -/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +LOCK TABLES `t_message_contacts` WRITE; +/*!40000 ALTER TABLE `t_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_actions` +-- Table structure for table `t_message_conversation_actions` -- -DROP TABLE IF EXISTS `m_message_conversation_actions`; +DROP TABLE IF EXISTS `t_message_conversation_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_actions` ( +CREATE TABLE `t_message_conversation_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `conversationid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvacti_use_ix` (`userid`), - KEY `m_messconvacti_con_ix` (`conversationid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_messconvacti_use_ix` (`userid`), + KEY `t_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_actions` +-- Dumping data for table `t_message_conversation_actions` -- -LOCK TABLES `m_message_conversation_actions` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +LOCK TABLES `t_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_members` +-- Table structure for table `t_message_conversation_members` -- -DROP TABLE IF EXISTS `m_message_conversation_members`; +DROP TABLE IF EXISTS `t_message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_members` ( +CREATE TABLE `t_message_conversation_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `conversationid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvmemb_con_ix` (`conversationid`), - KEY `m_messconvmemb_use_ix` (`userid`) + KEY `t_messconvmemb_con_ix` (`conversationid`), + KEY `t_messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_members` +-- Dumping data for table `t_message_conversation_members` -- -LOCK TABLES `m_message_conversation_members` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +LOCK TABLES `t_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversations` +-- Table structure for table `t_message_conversations` -- -DROP TABLE IF EXISTS `m_message_conversations`; +DROP TABLE IF EXISTS `t_message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversations` ( +CREATE TABLE `t_message_conversations` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '1', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -8253,163 +39858,163 @@ CREATE TABLE `m_message_conversations` ( `itemid` bigint DEFAULT NULL, `contextid` bigint DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', - `timemodified` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messconv_typ_ix` (`type`), - KEY `m_messconv_con_ix` (`convhash`), - KEY `m_messconv_con2_ix` (`contextid`), - KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) + KEY `t_messconv_typ_ix` (`type`), + KEY `t_messconv_con_ix` (`convhash`), + KEY `t_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `t_messconv_con2_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversations` +-- Dumping data for table `t_message_conversations` -- -LOCK TABLES `m_message_conversations` WRITE; -/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +LOCK TABLES `t_message_conversations` WRITE; +/*!40000 ALTER TABLE `t_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_email_messages` +-- Table structure for table `t_message_email_messages` -- -DROP TABLE IF EXISTS `m_message_email_messages`; +DROP TABLE IF EXISTS `t_message_email_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_email_messages` ( +CREATE TABLE `t_message_email_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridto` bigint NOT NULL, `conversationid` bigint NOT NULL, `messageid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messemaimess_use_ix` (`useridto`), - KEY `m_messemaimess_con_ix` (`conversationid`), - KEY `m_messemaimess_mes_ix` (`messageid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_messemaimess_use_ix` (`useridto`), + KEY `t_messemaimess_con_ix` (`conversationid`), + KEY `t_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_email_messages` +-- Dumping data for table `t_message_email_messages` -- -LOCK TABLES `m_message_email_messages` WRITE; -/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +LOCK TABLES `t_message_email_messages` WRITE; +/*!40000 ALTER TABLE `t_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_email_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup` +-- Table structure for table `t_message_popup` -- -DROP TABLE IF EXISTS `m_message_popup`; +DROP TABLE IF EXISTS `t_message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup` ( +CREATE TABLE `t_message_popup` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` bigint NOT NULL, `isread` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), - KEY `m_messpopu_isr_ix` (`isread`) + UNIQUE KEY `t_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `t_messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- Dumping data for table `t_message_popup` -- -LOCK TABLES `m_message_popup` WRITE; -/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +LOCK TABLES `t_message_popup` WRITE; +/*!40000 ALTER TABLE `t_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup_notifications` +-- Table structure for table `t_message_popup_notifications` -- -DROP TABLE IF EXISTS `m_message_popup_notifications`; +DROP TABLE IF EXISTS `t_message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup_notifications` ( +CREATE TABLE `t_message_popup_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `notificationid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messpopunoti_not_ix` (`notificationid`) + KEY `t_messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- Dumping data for table `t_message_popup_notifications` -- -LOCK TABLES `m_message_popup_notifications` WRITE; -/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +LOCK TABLES `t_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `t_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_processors` +-- Table structure for table `t_message_processors` -- -DROP TABLE IF EXISTS `m_message_processors`; +DROP TABLE IF EXISTS `t_message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_processors` ( +CREATE TABLE `t_message_processors` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_processors` +-- Dumping data for table `t_message_processors` -- -LOCK TABLES `m_message_processors` WRITE; -/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; -INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); -/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +LOCK TABLES `t_message_processors` WRITE; +/*!40000 ALTER TABLE `t_message_processors` DISABLE KEYS */; +INSERT INTO `t_message_processors` VALUES (1,'airnotifier',1),(2,'email',1),(3,'popup',1); +/*!40000 ALTER TABLE `t_message_processors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_providers` +-- Table structure for table `t_message_providers` -- -DROP TABLE IF EXISTS `m_message_providers`; +DROP TABLE IF EXISTS `t_message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_providers` ( +CREATE TABLE `t_message_providers` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) + UNIQUE KEY `t_messprov_comnam_uix` (`component`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- Dumping data for table `t_message_providers` -- -LOCK TABLES `m_message_providers` WRITE; -/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; -INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); -/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +LOCK TABLES `t_message_providers` WRITE; +/*!40000 ALTER TABLE `t_message_providers` DISABLE KEYS */; +INSERT INTO `t_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `t_message_providers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_read` +-- Table structure for table `t_message_read` -- -DROP TABLE IF EXISTS `m_message_read`; +DROP TABLE IF EXISTS `t_message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_read` ( +CREATE TABLE `t_message_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8428,87 +40033,87 @@ CREATE TABLE `m_message_read` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_messread_nottim_ix` (`notification`,`timeread`), - KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `t_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_messread_nottim_ix` (`notification`,`timeread`), + KEY `t_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_read` +-- Dumping data for table `t_message_read` -- -LOCK TABLES `m_message_read` WRITE; -/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +LOCK TABLES `t_message_read` WRITE; +/*!40000 ALTER TABLE `t_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_user_actions` +-- Table structure for table `t_message_user_actions` -- -DROP TABLE IF EXISTS `m_message_user_actions`; +DROP TABLE IF EXISTS `t_message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_user_actions` ( +CREATE TABLE `t_message_user_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `messageid` bigint NOT NULL, `action` bigint NOT NULL, - `timecreated` bigint NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), - KEY `m_messuseracti_use_ix` (`userid`), - KEY `m_messuseracti_mes_ix` (`messageid`) + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `t_messuseracti_use_ix` (`userid`), + KEY `t_messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_user_actions` +-- Dumping data for table `t_message_user_actions` -- -LOCK TABLES `m_message_user_actions` WRITE; -/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +LOCK TABLES `t_message_user_actions` WRITE; +/*!40000 ALTER TABLE `t_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_users_blocked` +-- Table structure for table `t_message_users_blocked` -- -DROP TABLE IF EXISTS `m_message_users_blocked`; +DROP TABLE IF EXISTS `t_message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_users_blocked` ( +CREATE TABLE `t_message_users_blocked` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `blockeduserid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), - KEY `m_messuserbloc_use_ix` (`userid`), - KEY `m_messuserbloc_blo_ix` (`blockeduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `t_messuserbloc_use_ix` (`userid`), + KEY `t_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_users_blocked` +-- Dumping data for table `t_message_users_blocked` -- -LOCK TABLES `m_message_users_blocked` WRITE; -/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +LOCK TABLES `t_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `t_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_datakeys` +-- Table structure for table `t_messageinbound_datakeys` -- -DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +DROP TABLE IF EXISTS `t_messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_datakeys` ( +CREATE TABLE `t_messageinbound_datakeys` ( `id` bigint NOT NULL AUTO_INCREMENT, `handler` bigint NOT NULL, `datavalue` bigint NOT NULL, @@ -8516,28 +40121,28 @@ CREATE TABLE `m_messageinbound_datakeys` ( `timecreated` bigint NOT NULL, `expires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), - KEY `m_messdata_han_ix` (`handler`) + UNIQUE KEY `t_messdata_handat_uix` (`handler`,`datavalue`), + KEY `t_messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_datakeys` +-- Dumping data for table `t_messageinbound_datakeys` -- -LOCK TABLES `m_messageinbound_datakeys` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +LOCK TABLES `t_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_handlers` +-- Table structure for table `t_messageinbound_handlers` -- -DROP TABLE IF EXISTS `m_messageinbound_handlers`; +DROP TABLE IF EXISTS `t_messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_handlers` ( +CREATE TABLE `t_messageinbound_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8545,55 +40150,55 @@ CREATE TABLE `m_messageinbound_handlers` ( `validateaddress` tinyint(1) NOT NULL DEFAULT '1', `enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messhand_cla_uix` (`classname`) + UNIQUE KEY `t_messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_handlers` +-- Dumping data for table `t_messageinbound_handlers` -- -LOCK TABLES `m_messageinbound_handlers` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; -INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); -/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +LOCK TABLES `t_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `t_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `t_messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_messagelist` +-- Table structure for table `t_messageinbound_messagelist` -- -DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +DROP TABLE IF EXISTS `t_messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_messagelist` ( +CREATE TABLE `t_messageinbound_messagelist` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `userid` bigint NOT NULL, `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messmess_use_ix` (`userid`) + KEY `t_messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_messagelist` +-- Dumping data for table `t_messageinbound_messagelist` -- -LOCK TABLES `m_messageinbound_messagelist` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +LOCK TABLES `t_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messages` +-- Table structure for table `t_messages` -- -DROP TABLE IF EXISTS `m_messages`; +DROP TABLE IF EXISTS `t_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messages` ( +CREATE TABLE `t_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `conversationid` bigint NOT NULL, @@ -8603,32 +40208,32 @@ CREATE TABLE `m_messages` ( `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL, - `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), - KEY `m_mess_use_ix` (`useridfrom`), - KEY `m_mess_con_ix` (`conversationid`) + KEY `t_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `t_mess_use_ix` (`useridfrom`), + KEY `t_mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messages` +-- Dumping data for table `t_messages` -- -LOCK TABLES `m_messages` WRITE; -/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +LOCK TABLES `t_messages` WRITE; +/*!40000 ALTER TABLE `t_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_application` +-- Table structure for table `t_mnet_application` -- -DROP TABLE IF EXISTS `m_mnet_application`; +DROP TABLE IF EXISTS `t_mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_application` ( +CREATE TABLE `t_mnet_application` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8640,23 +40245,23 @@ CREATE TABLE `m_mnet_application` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_application` +-- Dumping data for table `t_mnet_application` -- -LOCK TABLES `m_mnet_application` WRITE; -/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; -INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); -/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +LOCK TABLES `t_mnet_application` WRITE; +/*!40000 ALTER TABLE `t_mnet_application` DISABLE KEYS */; +INSERT INTO `t_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `t_mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host` +-- Table structure for table `t_mnet_host` -- -DROP TABLE IF EXISTS `m_mnet_host`; +DROP TABLE IF EXISTS `t_mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host` ( +CREATE TABLE `t_mnet_host` ( `id` bigint NOT NULL AUTO_INCREMENT, `deleted` tinyint(1) NOT NULL DEFAULT '0', `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8673,56 +40278,56 @@ CREATE TABLE `m_mnet_host` ( `applicationid` bigint NOT NULL DEFAULT '1', `sslverification` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mnethost_app_ix` (`applicationid`), - KEY `m_mnethost_las_ix` (`last_log_id`) + KEY `t_mnethost_las_ix` (`last_log_id`), + KEY `t_mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- Dumping data for table `t_mnet_host` -- -LOCK TABLES `m_mnet_host` WRITE; -/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; -INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +LOCK TABLES `t_mnet_host` WRITE; +/*!40000 ALTER TABLE `t_mnet_host` DISABLE KEYS */; +INSERT INTO `t_mnet_host` VALUES (1,0,'https://www.example.com/moodle','93.184.215.14','','',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 `t_mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host2service` +-- Table structure for table `t_mnet_host2service` -- -DROP TABLE IF EXISTS `m_mnet_host2service`; +DROP TABLE IF EXISTS `t_mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host2service` ( +CREATE TABLE `t_mnet_host2service` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `serviceid` bigint NOT NULL DEFAULT '0', `publish` tinyint(1) NOT NULL DEFAULT '0', `subscribe` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) + UNIQUE KEY `t_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_host2service` +-- Dumping data for table `t_mnet_host2service` -- -LOCK TABLES `m_mnet_host2service` WRITE; -/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +LOCK TABLES `t_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `t_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_log` +-- Table structure for table `t_mnet_log` -- -DROP TABLE IF EXISTS `m_mnet_log`; +DROP TABLE IF EXISTS `t_mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_log` ( +CREATE TABLE `t_mnet_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `remoteid` bigint NOT NULL DEFAULT '0', @@ -8737,27 +40342,27 @@ CREATE TABLE `m_mnet_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) + KEY `t_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- Dumping data for table `t_mnet_log` -- -LOCK TABLES `m_mnet_log` WRITE; -/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +LOCK TABLES `t_mnet_log` WRITE; +/*!40000 ALTER TABLE `t_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_rpc` +-- Table structure for table `t_mnet_remote_rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +DROP TABLE IF EXISTS `t_mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_rpc` ( +CREATE TABLE `t_mnet_remote_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8769,49 +40374,49 @@ CREATE TABLE `m_mnet_remote_rpc` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_rpc` +-- Dumping data for table `t_mnet_remote_rpc` -- -LOCK TABLES `m_mnet_remote_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); -/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +LOCK TABLES `t_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `t_mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_service2rpc` +-- Table structure for table `t_mnet_remote_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +DROP TABLE IF EXISTS `t_mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_service2rpc` ( +CREATE TABLE `t_mnet_remote_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `t_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_service2rpc` +-- Dumping data for table `t_mnet_remote_service2rpc` -- -LOCK TABLES `m_mnet_remote_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +LOCK TABLES `t_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_rpc` +-- Table structure for table `t_mnet_rpc` -- -DROP TABLE IF EXISTS `m_mnet_rpc`; +DROP TABLE IF EXISTS `t_mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_rpc` ( +CREATE TABLE `t_mnet_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8824,28 +40429,28 @@ CREATE TABLE `m_mnet_rpc` ( `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `static` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) + KEY `t_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- Dumping data for table `t_mnet_rpc` -- -LOCK TABLES `m_mnet_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); -/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +LOCK TABLES `t_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `t_mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service` +-- Table structure for table `t_mnet_service` -- -DROP TABLE IF EXISTS `m_mnet_service`; +DROP TABLE IF EXISTS `t_mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service` ( +CREATE TABLE `t_mnet_service` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8856,49 +40461,49 @@ CREATE TABLE `m_mnet_service` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service` +-- Dumping data for table `t_mnet_service` -- -LOCK TABLES `m_mnet_service` WRITE; -/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; -INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); -/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +LOCK TABLES `t_mnet_service` WRITE; +/*!40000 ALTER TABLE `t_mnet_service` DISABLE KEYS */; +INSERT INTO `t_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `t_mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service2rpc` +-- Table structure for table `t_mnet_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_service2rpc`; +DROP TABLE IF EXISTS `t_mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service2rpc` ( +CREATE TABLE `t_mnet_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `t_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service2rpc` +-- Dumping data for table `t_mnet_service2rpc` -- -LOCK TABLES `m_mnet_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); -/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +LOCK TABLES `t_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `t_mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_session` +-- Table structure for table `t_mnet_session` -- -DROP TABLE IF EXISTS `m_mnet_session`; +DROP TABLE IF EXISTS `t_mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_session` ( +CREATE TABLE `t_mnet_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8909,55 +40514,55 @@ CREATE TABLE `m_mnet_session` ( `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetsess_tok_uix` (`token`), - KEY `m_mnetsess_use_ix` (`userid`), - KEY `m_mnetsess_mne_ix` (`mnethostid`) + UNIQUE KEY `t_mnetsess_tok_uix` (`token`), + KEY `t_mnetsess_use_ix` (`userid`), + KEY `t_mnetsess_mne_ix` (`mnethostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- Dumping data for table `t_mnet_session` -- -LOCK TABLES `m_mnet_session` WRITE; -/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +LOCK TABLES `t_mnet_session` WRITE; +/*!40000 ALTER TABLE `t_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_sso_access_control` +-- Table structure for table `t_mnet_sso_access_control` -- -DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +DROP TABLE IF EXISTS `t_mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_sso_access_control` ( +CREATE TABLE `t_mnet_sso_access_control` ( `id` bigint NOT NULL AUTO_INCREMENT, `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `mnet_host_id` bigint NOT NULL DEFAULT '0', `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) + UNIQUE KEY `t_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- Dumping data for table `t_mnet_sso_access_control` -- -LOCK TABLES `m_mnet_sso_access_control` WRITE; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +LOCK TABLES `t_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_courses` +-- Table structure for table `t_mnetservice_enrol_courses` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +DROP TABLE IF EXISTS `t_mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_courses` ( +CREATE TABLE `t_mnetservice_enrol_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `remoteid` bigint NOT NULL, @@ -8973,27 +40578,27 @@ CREATE TABLE `m_mnetservice_enrol_courses` ( `roleid` bigint NOT NULL, `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) + UNIQUE KEY `t_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- Dumping data for table `t_mnetservice_enrol_courses` -- -LOCK TABLES `m_mnetservice_enrol_courses` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +LOCK TABLES `t_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_enrolments` +-- Table structure for table `t_mnetservice_enrol_enrolments` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +DROP TABLE IF EXISTS `t_mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_enrolments` ( +CREATE TABLE `t_mnetservice_enrol_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -9002,28 +40607,28 @@ CREATE TABLE `m_mnetservice_enrol_enrolments` ( `enroltime` bigint NOT NULL DEFAULT '0', `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetenroenro_use_ix` (`userid`), - KEY `m_mnetenroenro_hos_ix` (`hostid`) + KEY `t_mnetenroenro_use_ix` (`userid`), + KEY `t_mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- Dumping data for table `t_mnetservice_enrol_enrolments` -- -LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +LOCK TABLES `t_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_modules` +-- Table structure for table `t_modules` -- -DROP TABLE IF EXISTS `m_modules`; +DROP TABLE IF EXISTS `t_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_modules` ( +CREATE TABLE `t_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', @@ -9031,56 +40636,56 @@ CREATE TABLE `m_modules` ( `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_modu_nam_ix` (`name`) + KEY `t_modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_modules` +-- Dumping data for table `t_modules` -- -LOCK TABLES `m_modules` WRITE; -/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; -INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); -/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +LOCK TABLES `t_modules` WRITE; +/*!40000 ALTER TABLE `t_modules` DISABLE KEYS */; +INSERT INTO `t_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `t_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_my_pages` +-- Table structure for table `t_my_pages` -- -DROP TABLE IF EXISTS `m_my_pages`; +DROP TABLE IF EXISTS `t_my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_my_pages` ( +CREATE TABLE `t_my_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint DEFAULT '0', `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '1', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mypage_usepri_ix` (`userid`,`private`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; + KEY `t_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_my_pages` +-- Dumping data for table `t_my_pages` -- -LOCK TABLES `m_my_pages` WRITE; -/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; -INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); -/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +LOCK TABLES `t_my_pages` WRITE; +/*!40000 ALTER TABLE `t_my_pages` DISABLE KEYS */; +INSERT INTO `t_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `t_my_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_notifications` +-- Table structure for table `t_notifications` -- -DROP TABLE IF EXISTS `m_notifications`; +DROP TABLE IF EXISTS `t_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_notifications` ( +CREATE TABLE `t_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `useridto` bigint NOT NULL, @@ -9097,28 +40702,28 @@ CREATE TABLE `m_notifications` ( `timecreated` bigint NOT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_noti_use_ix` (`useridfrom`), - KEY `m_noti_use2_ix` (`useridto`) + KEY `t_noti_use_ix` (`useridfrom`), + KEY `t_noti_use2_ix` (`useridto`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_notifications` +-- Dumping data for table `t_notifications` -- -LOCK TABLES `m_notifications` WRITE; -/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +LOCK TABLES `t_notifications` WRITE; +/*!40000 ALTER TABLE `t_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_access_token` +-- Table structure for table `t_oauth2_access_token` -- -DROP TABLE IF EXISTS `m_oauth2_access_token`; +DROP TABLE IF EXISTS `t_oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_access_token` ( +CREATE TABLE `t_oauth2_access_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9128,28 +40733,28 @@ CREATE TABLE `m_oauth2_access_token` ( `expires` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), - KEY `m_oautaccetoke_use_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_oautaccetoke_iss_uix` (`issuerid`), + KEY `t_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_access_token` +-- Dumping data for table `t_oauth2_access_token` -- -LOCK TABLES `m_oauth2_access_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +LOCK TABLES `t_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_endpoint` +-- Table structure for table `t_oauth2_endpoint` -- -DROP TABLE IF EXISTS `m_oauth2_endpoint`; +DROP TABLE IF EXISTS `t_oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_endpoint` ( +CREATE TABLE `t_oauth2_endpoint` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9158,28 +40763,28 @@ CREATE TABLE `m_oauth2_endpoint` ( `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `issuerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_oautendp_iss_ix` (`issuerid`), - KEY `m_oautendp_use_ix` (`usermodified`) + KEY `t_oautendp_iss_ix` (`issuerid`), + KEY `t_oautendp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_endpoint` +-- Dumping data for table `t_oauth2_endpoint` -- -LOCK TABLES `m_oauth2_endpoint` WRITE; -/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +LOCK TABLES `t_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `t_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_issuer` +-- Table structure for table `t_oauth2_issuer` -- -DROP TABLE IF EXISTS `m_oauth2_issuer`; +DROP TABLE IF EXISTS `t_oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_issuer` ( +CREATE TABLE `t_oauth2_issuer` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9207,22 +40812,22 @@ CREATE TABLE `m_oauth2_issuer` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_issuer` +-- Dumping data for table `t_oauth2_issuer` -- -LOCK TABLES `m_oauth2_issuer` WRITE; -/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +LOCK TABLES `t_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `t_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_refresh_token` +-- Table structure for table `t_oauth2_refresh_token` -- -DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +DROP TABLE IF EXISTS `t_oauth2_refresh_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_refresh_token` ( +CREATE TABLE `t_oauth2_refresh_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9231,29 +40836,29 @@ CREATE TABLE `m_oauth2_refresh_token` ( `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), - KEY `m_oautrefrtoke_iss_ix` (`issuerid`), - KEY `m_oautrefrtoke_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `t_oautrefrtoke_iss_ix` (`issuerid`), + KEY `t_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_refresh_token` +-- Dumping data for table `t_oauth2_refresh_token` -- -LOCK TABLES `m_oauth2_refresh_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +LOCK TABLES `t_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_system_account` +-- Table structure for table `t_oauth2_system_account` -- -DROP TABLE IF EXISTS `m_oauth2_system_account`; +DROP TABLE IF EXISTS `t_oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_system_account` ( +CREATE TABLE `t_oauth2_system_account` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9264,28 +40869,28 @@ CREATE TABLE `m_oauth2_system_account` ( `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), - KEY `m_oautsystacco_use_ix` (`usermodified`) + UNIQUE KEY `t_oautsystacco_iss_uix` (`issuerid`), + KEY `t_oautsystacco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- Dumping data for table `t_oauth2_system_account` -- -LOCK TABLES `m_oauth2_system_account` WRITE; -/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +LOCK TABLES `t_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `t_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_user_field_mapping` +-- Table structure for table `t_oauth2_user_field_mapping` -- -DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +DROP TABLE IF EXISTS `t_oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_user_field_mapping` ( +CREATE TABLE `t_oauth2_user_field_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -9294,29 +40899,29 @@ CREATE TABLE `m_oauth2_user_field_mapping` ( `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), - KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), - KEY `m_oautuserfielmapp_use_ix` (`usermodified`) + UNIQUE KEY `t_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `t_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `t_oautuserfielmapp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_user_field_mapping` +-- Dumping data for table `t_oauth2_user_field_mapping` -- -LOCK TABLES `m_oauth2_user_field_mapping` WRITE; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +LOCK TABLES `t_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_page` +-- Table structure for table `t_page` -- -DROP TABLE IF EXISTS `m_page`; +DROP TABLE IF EXISTS `t_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_page` ( +CREATE TABLE `t_page` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9331,52 +40936,52 @@ CREATE TABLE `m_page` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_page_cou_ix` (`course`) + KEY `t_page_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- Dumping data for table `t_page` -- -LOCK TABLES `m_page` WRITE; -/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +LOCK TABLES `t_page` WRITE; +/*!40000 ALTER TABLE `t_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_page` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_paygw_paypal` +-- Table structure for table `t_paygw_paypal` -- -DROP TABLE IF EXISTS `m_paygw_paypal`; +DROP TABLE IF EXISTS `t_paygw_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_paygw_paypal` ( +CREATE TABLE `t_paygw_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `paymentid` bigint NOT NULL, `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', PRIMARY KEY (`id`), - UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) + UNIQUE KEY `t_paygpayp_pay_uix` (`paymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_paygw_paypal` +-- Dumping data for table `t_paygw_paypal` -- -LOCK TABLES `m_paygw_paypal` WRITE; -/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +LOCK TABLES `t_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `t_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_paygw_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_accounts` +-- Table structure for table `t_payment_accounts` -- -DROP TABLE IF EXISTS `m_payment_accounts`; +DROP TABLE IF EXISTS `t_payment_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_accounts` ( +CREATE TABLE `t_payment_accounts` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -9386,27 +40991,27 @@ CREATE TABLE `m_payment_accounts` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_paymacco_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_accounts` +-- Dumping data for table `t_payment_accounts` -- -LOCK TABLES `m_payment_accounts` WRITE; -/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +LOCK TABLES `t_payment_accounts` WRITE; +/*!40000 ALTER TABLE `t_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_accounts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_gateways` +-- Table structure for table `t_payment_gateways` -- -DROP TABLE IF EXISTS `m_payment_gateways`; +DROP TABLE IF EXISTS `t_payment_gateways`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_gateways` ( +CREATE TABLE `t_payment_gateways` ( `id` bigint NOT NULL AUTO_INCREMENT, `accountid` bigint NOT NULL, `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9415,27 +41020,27 @@ CREATE TABLE `m_payment_gateways` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_paymgate_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_gateways` +-- Dumping data for table `t_payment_gateways` -- -LOCK TABLES `m_payment_gateways` WRITE; -/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +LOCK TABLES `t_payment_gateways` WRITE; +/*!40000 ALTER TABLE `t_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_gateways` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payments` +-- Table structure for table `t_payments` -- -DROP TABLE IF EXISTS `m_payments`; +DROP TABLE IF EXISTS `t_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payments` ( +CREATE TABLE `t_payments` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9448,30 +41053,30 @@ CREATE TABLE `m_payments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_paym_gat_ix` (`gateway`), - KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), - KEY `m_paym_use_ix` (`userid`), - KEY `m_paym_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_paym_gat_ix` (`gateway`), + KEY `t_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `t_paym_use_ix` (`userid`), + KEY `t_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payments` +-- Dumping data for table `t_payments` -- -LOCK TABLES `m_payments` WRITE; -/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +LOCK TABLES `t_payments` WRITE; +/*!40000 ALTER TABLE `t_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance` +-- Table structure for table `t_portfolio_instance` -- -DROP TABLE IF EXISTS `m_portfolio_instance`; +DROP TABLE IF EXISTS `t_portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance` ( +CREATE TABLE `t_portfolio_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9481,77 +41086,77 @@ CREATE TABLE `m_portfolio_instance` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance` +-- Dumping data for table `t_portfolio_instance` -- -LOCK TABLES `m_portfolio_instance` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +LOCK TABLES `t_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_config` +-- Table structure for table `t_portfolio_instance_config` -- -DROP TABLE IF EXISTS `m_portfolio_instance_config`; +DROP TABLE IF EXISTS `t_portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_config` ( +CREATE TABLE `t_portfolio_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstconf_nam_ix` (`name`), - KEY `m_portinstconf_ins_ix` (`instance`) + KEY `t_portinstconf_nam_ix` (`name`), + KEY `t_portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_config` +-- Dumping data for table `t_portfolio_instance_config` -- -LOCK TABLES `m_portfolio_instance_config` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +LOCK TABLES `t_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_user` +-- Table structure for table `t_portfolio_instance_user` -- -DROP TABLE IF EXISTS `m_portfolio_instance_user`; +DROP TABLE IF EXISTS `t_portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_user` ( +CREATE TABLE `t_portfolio_instance_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstuser_ins_ix` (`instance`), - KEY `m_portinstuser_use_ix` (`userid`) + KEY `t_portinstuser_ins_ix` (`instance`), + KEY `t_portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_user` +-- Dumping data for table `t_portfolio_instance_user` -- -LOCK TABLES `m_portfolio_instance_user` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +LOCK TABLES `t_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_log` +-- Table structure for table `t_portfolio_log` -- -DROP TABLE IF EXISTS `m_portfolio_log`; +DROP TABLE IF EXISTS `t_portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_log` ( +CREATE TABLE `t_portfolio_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `time` bigint NOT NULL, @@ -9564,55 +41169,55 @@ CREATE TABLE `m_portfolio_log` ( `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portlog_use_ix` (`userid`), - KEY `m_portlog_por_ix` (`portfolio`), - KEY `m_portlog_tem_ix` (`tempdataid`) + KEY `t_portlog_use_ix` (`userid`), + KEY `t_portlog_por_ix` (`portfolio`), + KEY `t_portlog_tem_ix` (`tempdataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- Dumping data for table `t_portfolio_log` -- -LOCK TABLES `m_portfolio_log` WRITE; -/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +LOCK TABLES `t_portfolio_log` WRITE; +/*!40000 ALTER TABLE `t_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_mahara_queue` +-- Table structure for table `t_portfolio_mahara_queue` -- -DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +DROP TABLE IF EXISTS `t_portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_mahara_queue` ( +CREATE TABLE `t_portfolio_mahara_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `transferid` bigint NOT NULL, `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portmahaqueu_tok_ix` (`token`), - KEY `m_portmahaqueu_tra_ix` (`transferid`) + KEY `t_portmahaqueu_tok_ix` (`token`), + KEY `t_portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_mahara_queue` +-- Dumping data for table `t_portfolio_mahara_queue` -- -LOCK TABLES `m_portfolio_mahara_queue` WRITE; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +LOCK TABLES `t_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_tempdata` +-- Table structure for table `t_portfolio_tempdata` -- -DROP TABLE IF EXISTS `m_portfolio_tempdata`; +DROP TABLE IF EXISTS `t_portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_tempdata` ( +CREATE TABLE `t_portfolio_tempdata` ( `id` bigint NOT NULL AUTO_INCREMENT, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `expirytime` bigint NOT NULL, @@ -9620,28 +41225,28 @@ CREATE TABLE `m_portfolio_tempdata` ( `instance` bigint DEFAULT '0', `queued` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_porttemp_use_ix` (`userid`), - KEY `m_porttemp_ins_ix` (`instance`) + KEY `t_porttemp_use_ix` (`userid`), + KEY `t_porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- Dumping data for table `t_portfolio_tempdata` -- -LOCK TABLES `m_portfolio_tempdata` WRITE; -/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +LOCK TABLES `t_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `t_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_post` +-- Table structure for table `t_post` -- -DROP TABLE IF EXISTS `m_post`; +DROP TABLE IF EXISTS `t_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_post` ( +CREATE TABLE `t_post` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `userid` bigint NOT NULL DEFAULT '0', @@ -9662,33 +41267,33 @@ CREATE TABLE `m_post` ( `created` bigint NOT NULL DEFAULT '0', `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), - KEY `m_post_las_ix` (`lastmodified`), - KEY `m_post_mod_ix` (`module`), - KEY `m_post_sub_ix` (`subject`), - KEY `m_post_use_ix` (`usermodified`), - KEY `m_post_cou_ix` (`courseid`), - KEY `m_post_cou2_ix` (`coursemoduleid`) + UNIQUE KEY `t_post_iduse_uix` (`id`,`userid`), + KEY `t_post_las_ix` (`lastmodified`), + KEY `t_post_mod_ix` (`module`), + KEY `t_post_sub_ix` (`subject`), + KEY `t_post_use_ix` (`usermodified`), + KEY `t_post_cou_ix` (`courseid`), + KEY `t_post_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- Dumping data for table `t_post` -- -LOCK TABLES `m_post` WRITE; -/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +LOCK TABLES `t_post` WRITE; +/*!40000 ALTER TABLE `t_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_post` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_profiling` +-- Table structure for table `t_profiling` -- -DROP TABLE IF EXISTS `m_profiling`; +DROP TABLE IF EXISTS `t_profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_profiling` ( +CREATE TABLE `t_profiling` ( `id` bigint NOT NULL AUTO_INCREMENT, `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9701,29 +41306,29 @@ CREATE TABLE `m_profiling` ( `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_prof_run_uix` (`runid`), - KEY `m_prof_urlrun_ix` (`url`,`runreference`), - KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) + UNIQUE KEY `t_prof_run_uix` (`runid`), + KEY `t_prof_urlrun_ix` (`url`,`runreference`), + KEY `t_prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_profiling` +-- Dumping data for table `t_profiling` -- -LOCK TABLES `m_profiling` WRITE; -/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +LOCK TABLES `t_profiling` WRITE; +/*!40000 ALTER TABLE `t_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_profiling` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext` +-- Table structure for table `t_qtype_ddimageortext` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +DROP TABLE IF EXISTS `t_qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext` ( +CREATE TABLE `t_qtype_ddimageortext` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9735,27 +41340,27 @@ CREATE TABLE `m_qtype_ddimageortext` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddim_que_ix` (`questionid`) + KEY `t_qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- Dumping data for table `t_qtype_ddimageortext` -- -LOCK TABLES `m_qtype_ddimageortext` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +LOCK TABLES `t_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drags` +-- Table structure for table `t_qtype_ddimageortext_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drags` ( +CREATE TABLE `t_qtype_ddimageortext_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9763,27 +41368,27 @@ CREATE TABLE `m_qtype_ddimageortext_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrag_que_ix` (`questionid`) + KEY `t_qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- Dumping data for table `t_qtype_ddimageortext_drags` -- -LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +LOCK TABLES `t_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drops` +-- Table structure for table `t_qtype_ddimageortext_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drops` ( +CREATE TABLE `t_qtype_ddimageortext_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9792,27 +41397,27 @@ CREATE TABLE `m_qtype_ddimageortext_drops` ( `choice` bigint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrop_que_ix` (`questionid`) + KEY `t_qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddimageortext_drops` +-- Dumping data for table `t_qtype_ddimageortext_drops` -- -LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +LOCK TABLES `t_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker` +-- Table structure for table `t_qtype_ddmarker` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker`; +DROP TABLE IF EXISTS `t_qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker` ( +CREATE TABLE `t_qtype_ddmarker` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9825,27 +41430,27 @@ CREATE TABLE `m_qtype_ddmarker` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showmisplaced` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddma_que_ix` (`questionid`) + KEY `t_qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- Dumping data for table `t_qtype_ddmarker` -- -LOCK TABLES `m_qtype_ddmarker` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +LOCK TABLES `t_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drags` +-- Table structure for table `t_qtype_ddmarker_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +DROP TABLE IF EXISTS `t_qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drags` ( +CREATE TABLE `t_qtype_ddmarker_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9853,27 +41458,27 @@ CREATE TABLE `m_qtype_ddmarker_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `noofdrags` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_qtypddmadrag_que_ix` (`questionid`) + KEY `t_qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drags` +-- Dumping data for table `t_qtype_ddmarker_drags` -- -LOCK TABLES `m_qtype_ddmarker_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +LOCK TABLES `t_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drops` +-- Table structure for table `t_qtype_ddmarker_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +DROP TABLE IF EXISTS `t_qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drops` ( +CREATE TABLE `t_qtype_ddmarker_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9881,27 +41486,27 @@ CREATE TABLE `m_qtype_ddmarker_drops` ( `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `choice` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddmadrop_que_ix` (`questionid`) + KEY `t_qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drops` +-- Dumping data for table `t_qtype_ddmarker_drops` -- -LOCK TABLES `m_qtype_ddmarker_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +LOCK TABLES `t_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essay_options` +-- Table structure for table `t_qtype_essay_options` -- -DROP TABLE IF EXISTS `m_qtype_essay_options`; +DROP TABLE IF EXISTS `t_qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essay_options` ( +CREATE TABLE `t_qtype_essay_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -9918,27 +41523,27 @@ CREATE TABLE `m_qtype_essay_options` ( `maxbytes` bigint NOT NULL DEFAULT '0', `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) + UNIQUE KEY `t_qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essay_options` +-- Dumping data for table `t_qtype_essay_options` -- -LOCK TABLES `m_qtype_essay_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +LOCK TABLES `t_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essaywiris_backup` +-- Table structure for table `t_qtype_essaywiris_backup` -- -DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +DROP TABLE IF EXISTS `t_qtype_essaywiris_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essaywiris_backup` ( +CREATE TABLE `t_qtype_essaywiris_backup` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -9951,22 +41556,22 @@ CREATE TABLE `m_qtype_essaywiris_backup` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essaywiris_backup` +-- Dumping data for table `t_qtype_essaywiris_backup` -- -LOCK TABLES `m_qtype_essaywiris_backup` WRITE; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +LOCK TABLES `t_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_options` +-- Table structure for table `t_qtype_match_options` -- -DROP TABLE IF EXISTS `m_qtype_match_options`; +DROP TABLE IF EXISTS `t_qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_options` ( +CREATE TABLE `t_qtype_match_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9978,54 +41583,54 @@ CREATE TABLE `m_qtype_match_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) + UNIQUE KEY `t_qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- Dumping data for table `t_qtype_match_options` -- -LOCK TABLES `m_qtype_match_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +LOCK TABLES `t_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_subquestions` +-- Table structure for table `t_qtype_match_subquestions` -- -DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +DROP TABLE IF EXISTS `t_qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_subquestions` ( +CREATE TABLE `t_qtype_match_subquestions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `questiontextformat` tinyint NOT NULL DEFAULT '0', `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_qtypmatcsubq_que_ix` (`questionid`) + KEY `t_qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_match_subquestions` +-- Dumping data for table `t_qtype_match_subquestions` -- -LOCK TABLES `m_qtype_match_subquestions` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +LOCK TABLES `t_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_multichoice_options` +-- Table structure for table `t_qtype_multichoice_options` -- -DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +DROP TABLE IF EXISTS `t_qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_multichoice_options` ( +CREATE TABLE `t_qtype_multichoice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '0', @@ -10041,27 +41646,27 @@ CREATE TABLE `m_qtype_multichoice_options` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) + UNIQUE KEY `t_qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_multichoice_options` +-- Dumping data for table `t_qtype_multichoice_options` -- -LOCK TABLES `m_qtype_multichoice_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +LOCK TABLES `t_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_randomsamatch_options` +-- Table structure for table `t_qtype_randomsamatch_options` -- -DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +DROP TABLE IF EXISTS `t_qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_randomsamatch_options` ( +CREATE TABLE `t_qtype_randomsamatch_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `choose` bigint NOT NULL DEFAULT '4', @@ -10074,79 +41679,79 @@ CREATE TABLE `m_qtype_randomsamatch_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) + UNIQUE KEY `t_qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_randomsamatch_options` +-- Dumping data for table `t_qtype_randomsamatch_options` -- -LOCK TABLES `m_qtype_randomsamatch_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +LOCK TABLES `t_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_shortanswer_options` +-- Table structure for table `t_qtype_shortanswer_options` -- -DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +DROP TABLE IF EXISTS `t_qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_shortanswer_options` ( +CREATE TABLE `t_qtype_shortanswer_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `usecase` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) + UNIQUE KEY `t_qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_shortanswer_options` +-- Dumping data for table `t_qtype_shortanswer_options` -- -LOCK TABLES `m_qtype_shortanswer_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +LOCK TABLES `t_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq` +-- Table structure for table `t_qtype_wq` -- -DROP TABLE IF EXISTS `m_qtype_wq`; +DROP TABLE IF EXISTS `t_qtype_wq`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq` ( +CREATE TABLE `t_qtype_wq` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', PRIMARY KEY (`id`), - KEY `m_qtypwq_que_ix` (`question`) + KEY `t_qtypwq_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq` +-- Dumping data for table `t_qtype_wq` -- -LOCK TABLES `m_qtype_wq` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +LOCK TABLES `t_qtype_wq` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq_variables` +-- Table structure for table `t_qtype_wq_variables` -- -DROP TABLE IF EXISTS `m_qtype_wq_variables`; +DROP TABLE IF EXISTS `t_qtype_wq_variables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq_variables` ( +CREATE TABLE `t_qtype_wq_variables` ( `id` bigint NOT NULL AUTO_INCREMENT, `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10155,22 +41760,22 @@ CREATE TABLE `m_qtype_wq_variables` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq_variables` +-- Dumping data for table `t_qtype_wq_variables` -- -LOCK TABLES `m_qtype_wq_variables` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +LOCK TABLES `t_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq_variables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question` +-- Table structure for table `t_question` -- -DROP TABLE IF EXISTS `m_question`; +DROP TABLE IF EXISTS `t_question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question` ( +CREATE TABLE `t_question` ( `id` bigint NOT NULL AUTO_INCREMENT, `parent` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10188,30 +41793,30 @@ CREATE TABLE `m_question` ( `createdby` bigint DEFAULT NULL, `modifiedby` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_ques_qty_ix` (`qtype`), - KEY `m_ques_par_ix` (`parent`), - KEY `m_ques_cre_ix` (`createdby`), - KEY `m_ques_mod_ix` (`modifiedby`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; + KEY `t_ques_qty_ix` (`qtype`), + KEY `t_ques_par_ix` (`parent`), + KEY `t_ques_cre_ix` (`createdby`), + KEY `t_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question` +-- Dumping data for table `t_question` -- -LOCK TABLES `m_question` WRITE; -/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +LOCK TABLES `t_question` WRITE; +/*!40000 ALTER TABLE `t_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_answers` +-- Table structure for table `t_question_answers` -- -DROP TABLE IF EXISTS `m_question_answers`; +DROP TABLE IF EXISTS `t_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_answers` ( +CREATE TABLE `t_question_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10220,53 +41825,53 @@ CREATE TABLE `m_question_answers` ( `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `feedbackformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesansw_que_ix` (`question`) + KEY `t_quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- Dumping data for table `t_question_answers` -- - -LOCK TABLES `m_question_answers` WRITE; -/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; + +LOCK TABLES `t_question_answers` WRITE; +/*!40000 ALTER TABLE `t_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_step_data` +-- Table structure for table `t_question_attempt_step_data` -- -DROP TABLE IF EXISTS `m_question_attempt_step_data`; +DROP TABLE IF EXISTS `t_question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_step_data` ( +CREATE TABLE `t_question_attempt_step_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptstepid` bigint NOT NULL, `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_quesattestepdata_att_ix` (`attemptstepid`) + KEY `t_quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- Dumping data for table `t_question_attempt_step_data` -- -LOCK TABLES `m_question_attempt_step_data` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +LOCK TABLES `t_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_steps` +-- Table structure for table `t_question_attempt_steps` -- -DROP TABLE IF EXISTS `m_question_attempt_steps`; +DROP TABLE IF EXISTS `t_question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_steps` ( +CREATE TABLE `t_question_attempt_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionattemptid` bigint NOT NULL, `sequencenumber` bigint NOT NULL, @@ -10275,29 +41880,29 @@ CREATE TABLE `m_question_attempt_steps` ( `timecreated` bigint NOT NULL, `userid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), - KEY `m_quesattestep_que_ix` (`questionattemptid`), - KEY `m_quesattestep_use_ix` (`userid`) + UNIQUE KEY `t_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `t_quesattestep_que_ix` (`questionattemptid`), + KEY `t_quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- Dumping data for table `t_question_attempt_steps` -- -LOCK TABLES `m_question_attempt_steps` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +LOCK TABLES `t_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempts` +-- Table structure for table `t_question_attempts` -- -DROP TABLE IF EXISTS `m_question_attempts`; +DROP TABLE IF EXISTS `t_question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempts` ( +CREATE TABLE `t_question_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -10313,58 +41918,58 @@ CREATE TABLE `m_question_attempts` ( `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), - KEY `m_quesatte_beh_ix` (`behaviour`), - KEY `m_quesatte_que_ix` (`questionid`), - KEY `m_quesatte_que2_ix` (`questionusageid`) + UNIQUE KEY `t_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `t_quesatte_beh_ix` (`behaviour`), + KEY `t_quesatte_que_ix` (`questionid`), + KEY `t_quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- Dumping data for table `t_question_attempts` -- -LOCK TABLES `m_question_attempts` WRITE; -/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +LOCK TABLES `t_question_attempts` WRITE; +/*!40000 ALTER TABLE `t_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_bank_entries` +-- Table structure for table `t_question_bank_entries` -- -DROP TABLE IF EXISTS `m_question_bank_entries`; +DROP TABLE IF EXISTS `t_question_bank_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_bank_entries` ( +CREATE TABLE `t_question_bank_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `questioncategoryid` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `ownerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), - KEY `m_quesbankentr_que_ix` (`questioncategoryid`), - KEY `m_quesbankentr_own_ix` (`ownerid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `t_quesbankentr_que_ix` (`questioncategoryid`), + KEY `t_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_bank_entries` +-- Dumping data for table `t_question_bank_entries` -- -LOCK TABLES `m_question_bank_entries` WRITE; -/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +LOCK TABLES `t_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `t_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated` +-- Table structure for table `t_question_calculated` -- -DROP TABLE IF EXISTS `m_question_calculated`; +DROP TABLE IF EXISTS `t_question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated` ( +CREATE TABLE `t_question_calculated` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', @@ -10373,28 +41978,28 @@ CREATE TABLE `m_question_calculated` ( `correctanswerlength` bigint NOT NULL DEFAULT '2', `correctanswerformat` bigint NOT NULL DEFAULT '2', PRIMARY KEY (`id`), - KEY `m_quescalc_ans_ix` (`answer`), - KEY `m_quescalc_que_ix` (`question`) + KEY `t_quescalc_ans_ix` (`answer`), + KEY `t_quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated` +-- Dumping data for table `t_question_calculated` -- -LOCK TABLES `m_question_calculated` WRITE; -/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +LOCK TABLES `t_question_calculated` WRITE; +/*!40000 ALTER TABLE `t_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated_options` +-- Table structure for table `t_question_calculated_options` -- -DROP TABLE IF EXISTS `m_question_calculated_options`; +DROP TABLE IF EXISTS `t_question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated_options` ( +CREATE TABLE `t_question_calculated_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `synchronize` tinyint NOT NULL DEFAULT '0', @@ -10409,27 +42014,27 @@ CREATE TABLE `m_question_calculated_options` ( `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quescalcopti_que_ix` (`question`) + KEY `t_quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated_options` +-- Dumping data for table `t_question_calculated_options` -- -LOCK TABLES `m_question_calculated_options` WRITE; -/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +LOCK TABLES `t_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `t_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_categories` +-- Table structure for table `t_question_categories` -- -DROP TABLE IF EXISTS `m_question_categories`; +DROP TABLE IF EXISTS `t_question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_categories` ( +CREATE TABLE `t_question_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL DEFAULT '0', @@ -10440,30 +42045,30 @@ CREATE TABLE `m_question_categories` ( `sortorder` bigint NOT NULL DEFAULT '999', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), - UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), - KEY `m_quescate_con_ix` (`contextid`), - KEY `m_quescate_par_ix` (`parent`) + UNIQUE KEY `t_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `t_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `t_quescate_con_ix` (`contextid`), + KEY `t_quescate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_categories` +-- Dumping data for table `t_question_categories` -- -LOCK TABLES `m_question_categories` WRITE; -/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +LOCK TABLES `t_question_categories` WRITE; +/*!40000 ALTER TABLE `t_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_definitions` +-- Table structure for table `t_question_dataset_definitions` -- -DROP TABLE IF EXISTS `m_question_dataset_definitions`; +DROP TABLE IF EXISTS `t_question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_definitions` ( +CREATE TABLE `t_question_dataset_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10471,80 +42076,80 @@ CREATE TABLE `m_question_dataset_definitions` ( `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdatadefi_cat_ix` (`category`) + KEY `t_quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_definitions` +-- Dumping data for table `t_question_dataset_definitions` -- -LOCK TABLES `m_question_dataset_definitions` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +LOCK TABLES `t_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_items` +-- Table structure for table `t_question_dataset_items` -- -DROP TABLE IF EXISTS `m_question_dataset_items`; +DROP TABLE IF EXISTS `t_question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_items` ( +CREATE TABLE `t_question_dataset_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `definition` bigint NOT NULL DEFAULT '0', `itemnumber` bigint NOT NULL DEFAULT '0', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesdataitem_def_ix` (`definition`) + KEY `t_quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_items` +-- Dumping data for table `t_question_dataset_items` -- -LOCK TABLES `m_question_dataset_items` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +LOCK TABLES `t_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_datasets` +-- Table structure for table `t_question_datasets` -- -DROP TABLE IF EXISTS `m_question_datasets`; +DROP TABLE IF EXISTS `t_question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_datasets` ( +CREATE TABLE `t_question_datasets` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `datasetdefinition` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), - KEY `m_quesdata_que_ix` (`question`), - KEY `m_quesdata_dat_ix` (`datasetdefinition`) + KEY `t_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `t_quesdata_que_ix` (`question`), + KEY `t_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_datasets` +-- Dumping data for table `t_question_datasets` -- -LOCK TABLES `m_question_datasets` WRITE; -/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +LOCK TABLES `t_question_datasets` WRITE; +/*!40000 ALTER TABLE `t_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_ddwtos` +-- Table structure for table `t_question_ddwtos` -- -DROP TABLE IF EXISTS `m_question_ddwtos`; +DROP TABLE IF EXISTS `t_question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_ddwtos` ( +CREATE TABLE `t_question_ddwtos` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10556,27 +42161,27 @@ CREATE TABLE `m_question_ddwtos` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesddwt_que_ix` (`questionid`) + KEY `t_quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_ddwtos` +-- Dumping data for table `t_question_ddwtos` -- -LOCK TABLES `m_question_ddwtos` WRITE; -/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +LOCK TABLES `t_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `t_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_gapselect` +-- Table structure for table `t_question_gapselect` -- -DROP TABLE IF EXISTS `m_question_gapselect`; +DROP TABLE IF EXISTS `t_question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_gapselect` ( +CREATE TABLE `t_question_gapselect` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10588,27 +42193,27 @@ CREATE TABLE `m_question_gapselect` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesgaps_que_ix` (`questionid`) + KEY `t_quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_gapselect` +-- Dumping data for table `t_question_gapselect` -- -LOCK TABLES `m_question_gapselect` WRITE; -/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +LOCK TABLES `t_question_gapselect` WRITE; +/*!40000 ALTER TABLE `t_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_hints` +-- Table structure for table `t_question_hints` -- -DROP TABLE IF EXISTS `m_question_hints`; +DROP TABLE IF EXISTS `t_question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_hints` ( +CREATE TABLE `t_question_hints` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10617,79 +42222,79 @@ CREATE TABLE `m_question_hints` ( `clearwrong` tinyint(1) DEFAULT NULL, `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_queshint_que_ix` (`questionid`) + KEY `t_queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- Dumping data for table `t_question_hints` -- -LOCK TABLES `m_question_hints` WRITE; -/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +LOCK TABLES `t_question_hints` WRITE; +/*!40000 ALTER TABLE `t_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_hints` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_multianswer` +-- Table structure for table `t_question_multianswer` -- -DROP TABLE IF EXISTS `m_question_multianswer`; +DROP TABLE IF EXISTS `t_question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_multianswer` ( +CREATE TABLE `t_question_multianswer` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesmult_que_ix` (`question`) + KEY `t_quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_multianswer` +-- Dumping data for table `t_question_multianswer` -- -LOCK TABLES `m_question_multianswer` WRITE; -/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +LOCK TABLES `t_question_multianswer` WRITE; +/*!40000 ALTER TABLE `t_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical` +-- Table structure for table `t_question_numerical` -- -DROP TABLE IF EXISTS `m_question_numerical`; +DROP TABLE IF EXISTS `t_question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical` ( +CREATE TABLE `t_question_numerical` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', PRIMARY KEY (`id`), - KEY `m_quesnume_ans_ix` (`answer`), - KEY `m_quesnume_que_ix` (`question`) + KEY `t_quesnume_ans_ix` (`answer`), + KEY `t_quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_numerical` +-- Dumping data for table `t_question_numerical` -- -LOCK TABLES `m_question_numerical` WRITE; -/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +LOCK TABLES `t_question_numerical` WRITE; +/*!40000 ALTER TABLE `t_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_options` +-- Table structure for table `t_question_numerical_options` -- -DROP TABLE IF EXISTS `m_question_numerical_options`; +DROP TABLE IF EXISTS `t_question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_options` ( +CREATE TABLE `t_question_numerical_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `showunits` smallint NOT NULL DEFAULT '0', @@ -10697,54 +42302,54 @@ CREATE TABLE `m_question_numerical_options` ( `unitgradingtype` smallint NOT NULL DEFAULT '0', `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', PRIMARY KEY (`id`), - KEY `m_quesnumeopti_que_ix` (`question`) + KEY `t_quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- Dumping data for table `t_question_numerical_options` -- -LOCK TABLES `m_question_numerical_options` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +LOCK TABLES `t_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_units` +-- Table structure for table `t_question_numerical_units` -- -DROP TABLE IF EXISTS `m_question_numerical_units`; +DROP TABLE IF EXISTS `t_question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_units` ( +CREATE TABLE `t_question_numerical_units` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), - KEY `m_quesnumeunit_que_ix` (`question`) + UNIQUE KEY `t_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `t_quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- Dumping data for table `t_question_numerical_units` -- -LOCK TABLES `m_question_numerical_units` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +LOCK TABLES `t_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_references` +-- Table structure for table `t_question_references` -- -DROP TABLE IF EXISTS `m_question_references`; +DROP TABLE IF EXISTS `t_question_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_references` ( +CREATE TABLE `t_question_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -10753,29 +42358,29 @@ CREATE TABLE `m_question_references` ( `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quesrefe_usi_ix` (`usingcontextid`), - KEY `m_quesrefe_que_ix` (`questionbankentryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quesrefe_usi_ix` (`usingcontextid`), + KEY `t_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_references` +-- Dumping data for table `t_question_references` -- -LOCK TABLES `m_question_references` WRITE; -/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +LOCK TABLES `t_question_references` WRITE; +/*!40000 ALTER TABLE `t_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_analysis` +-- Table structure for table `t_question_response_analysis` -- -DROP TABLE IF EXISTS `m_question_response_analysis`; +DROP TABLE IF EXISTS `t_question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_analysis` ( +CREATE TABLE `t_question_response_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10787,53 +42392,53 @@ CREATE TABLE `m_question_response_analysis` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespanal_que_ix` (`questionid`) + KEY `t_quesrespanal_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_response_analysis` +-- Dumping data for table `t_question_response_analysis` -- -LOCK TABLES `m_question_response_analysis` WRITE; -/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +LOCK TABLES `t_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `t_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_count` +-- Table structure for table `t_question_response_count` -- -DROP TABLE IF EXISTS `m_question_response_count`; +DROP TABLE IF EXISTS `t_question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_count` ( +CREATE TABLE `t_question_response_count` ( `id` bigint NOT NULL AUTO_INCREMENT, `analysisid` bigint NOT NULL, `try` bigint NOT NULL, `rcount` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespcoun_ana_ix` (`analysisid`) + KEY `t_quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- Dumping data for table `t_question_response_count` -- -LOCK TABLES `m_question_response_count` WRITE; -/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +LOCK TABLES `t_question_response_count` WRITE; +/*!40000 ALTER TABLE `t_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_set_references` +-- Table structure for table `t_question_set_references` -- -DROP TABLE IF EXISTS `m_question_set_references`; +DROP TABLE IF EXISTS `t_question_set_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_set_references` ( +CREATE TABLE `t_question_set_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -10842,29 +42447,29 @@ CREATE TABLE `m_question_set_references` ( `questionscontextid` bigint NOT NULL DEFAULT '0', `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quessetrefe_usi_ix` (`usingcontextid`), - KEY `m_quessetrefe_que_ix` (`questionscontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `t_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quessetrefe_usi_ix` (`usingcontextid`), + KEY `t_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_set_references` +-- Dumping data for table `t_question_set_references` -- -LOCK TABLES `m_question_set_references` WRITE; -/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +LOCK TABLES `t_question_set_references` WRITE; +/*!40000 ALTER TABLE `t_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_set_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_statistics` +-- Table structure for table `t_question_statistics` -- -DROP TABLE IF EXISTS `m_question_statistics`; +DROP TABLE IF EXISTS `t_question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_statistics` ( +CREATE TABLE `t_question_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL, @@ -10884,108 +42489,108 @@ CREATE TABLE `m_question_statistics` ( `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quesstat_que_ix` (`questionid`) + KEY `t_quesstat_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_statistics` +-- Dumping data for table `t_question_statistics` -- -LOCK TABLES `m_question_statistics` WRITE; -/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +LOCK TABLES `t_question_statistics` WRITE; +/*!40000 ALTER TABLE `t_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_truefalse` +-- Table structure for table `t_question_truefalse` -- -DROP TABLE IF EXISTS `m_question_truefalse`; +DROP TABLE IF EXISTS `t_question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_truefalse` ( +CREATE TABLE `t_question_truefalse` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `trueanswer` bigint NOT NULL DEFAULT '0', `falseanswer` bigint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_questrue_que_ix` (`question`) + KEY `t_questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_truefalse` +-- Dumping data for table `t_question_truefalse` -- -LOCK TABLES `m_question_truefalse` WRITE; -/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +LOCK TABLES `t_question_truefalse` WRITE; +/*!40000 ALTER TABLE `t_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_usages` +-- Table structure for table `t_question_usages` -- -DROP TABLE IF EXISTS `m_question_usages`; +DROP TABLE IF EXISTS `t_question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_usages` ( +CREATE TABLE `t_question_usages` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesusag_con_ix` (`contextid`) + KEY `t_quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- Dumping data for table `t_question_usages` -- -LOCK TABLES `m_question_usages` WRITE; -/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +LOCK TABLES `t_question_usages` WRITE; +/*!40000 ALTER TABLE `t_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_usages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_versions` +-- Table structure for table `t_question_versions` -- -DROP TABLE IF EXISTS `m_question_versions`; +DROP TABLE IF EXISTS `t_question_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_versions` ( +CREATE TABLE `t_question_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint NOT NULL DEFAULT '1', `questionid` bigint NOT NULL DEFAULT '0', `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', PRIMARY KEY (`id`), - KEY `m_quesvers_que_ix` (`questionbankentryid`), - KEY `m_quesvers_que2_ix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_quesvers_que_ix` (`questionbankentryid`), + KEY `t_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_versions` +-- Dumping data for table `t_question_versions` -- -LOCK TABLES `m_question_versions` WRITE; -/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +LOCK TABLES `t_question_versions` WRITE; +/*!40000 ALTER TABLE `t_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz` +-- Table structure for table `t_quiz` -- -DROP TABLE IF EXISTS `m_quiz`; +DROP TABLE IF EXISTS `t_quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz` ( +CREATE TABLE `t_quiz` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11028,27 +42633,27 @@ CREATE TABLE `m_quiz` ( `completionminattempts` bigint NOT NULL DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quiz_cou_ix` (`course`) + KEY `t_quiz_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz` +-- Dumping data for table `t_quiz` -- -LOCK TABLES `m_quiz` WRITE; -/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +LOCK TABLES `t_quiz` WRITE; +/*!40000 ALTER TABLE `t_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_attempts` +-- Table structure for table `t_quiz_attempts` -- -DROP TABLE IF EXISTS `m_quiz_attempts`; +DROP TABLE IF EXISTS `t_quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_attempts` ( +CREATE TABLE `t_quiz_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -11066,31 +42671,31 @@ CREATE TABLE `m_quiz_attempts` ( `sumgrades` decimal(10,5) DEFAULT NULL, `gradednotificationsenttime` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), - UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), - KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), - KEY `m_quizatte_qui_ix` (`quiz`), - KEY `m_quizatte_use_ix` (`userid`) + UNIQUE KEY `t_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `t_quizatte_uni_uix` (`uniqueid`), + KEY `t_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `t_quizatte_qui_ix` (`quiz`), + KEY `t_quizatte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_attempts` +-- Dumping data for table `t_quiz_attempts` -- -LOCK TABLES `m_quiz_attempts` WRITE; -/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +LOCK TABLES `t_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `t_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_feedback` +-- Table structure for table `t_quiz_feedback` -- -DROP TABLE IF EXISTS `m_quiz_feedback`; +DROP TABLE IF EXISTS `t_quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_feedback` ( +CREATE TABLE `t_quiz_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL DEFAULT '0', `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11098,55 +42703,55 @@ CREATE TABLE `m_quiz_feedback` ( `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), - KEY `m_quizfeed_qui_ix` (`quizid`) + KEY `t_quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- Dumping data for table `t_quiz_feedback` -- -LOCK TABLES `m_quiz_feedback` WRITE; -/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +LOCK TABLES `t_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `t_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_grades` +-- Table structure for table `t_quiz_grades` -- -DROP TABLE IF EXISTS `m_quiz_grades`; +DROP TABLE IF EXISTS `t_quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_grades` ( +CREATE TABLE `t_quiz_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizgrad_use_ix` (`userid`), - KEY `m_quizgrad_qui_ix` (`quiz`) + KEY `t_quizgrad_use_ix` (`userid`), + KEY `t_quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- Dumping data for table `t_quiz_grades` -- -LOCK TABLES `m_quiz_grades` WRITE; -/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +LOCK TABLES `t_quiz_grades` WRITE; +/*!40000 ALTER TABLE `t_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overrides` +-- Table structure for table `t_quiz_overrides` -- -DROP TABLE IF EXISTS `m_quiz_overrides`; +DROP TABLE IF EXISTS `t_quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overrides` ( +CREATE TABLE `t_quiz_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -11157,29 +42762,29 @@ CREATE TABLE `m_quiz_overrides` ( `attempts` mediumint DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quizover_qui_ix` (`quiz`), - KEY `m_quizover_gro_ix` (`groupid`), - KEY `m_quizover_use_ix` (`userid`) + KEY `t_quizover_qui_ix` (`quiz`), + KEY `t_quizover_gro_ix` (`groupid`), + KEY `t_quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- Dumping data for table `t_quiz_overrides` -- -LOCK TABLES `m_quiz_overrides` WRITE; -/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +LOCK TABLES `t_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `t_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overview_regrades` +-- Table structure for table `t_quiz_overview_regrades` -- -DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +DROP TABLE IF EXISTS `t_quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overview_regrades` ( +CREATE TABLE `t_quiz_overview_regrades` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -11188,112 +42793,111 @@ CREATE TABLE `m_quiz_overview_regrades` ( `regraded` smallint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) + KEY `t_quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- Dumping data for table `t_quiz_overview_regrades` -- -LOCK TABLES `m_quiz_overview_regrades` WRITE; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +LOCK TABLES `t_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_reports` +-- Table structure for table `t_quiz_reports` -- -DROP TABLE IF EXISTS `m_quiz_reports`; +DROP TABLE IF EXISTS `t_quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_reports` ( +CREATE TABLE `t_quiz_reports` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `displayorder` bigint NOT NULL, `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizrepo_nam_uix` (`name`) + UNIQUE KEY `t_quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- Dumping data for table `t_quiz_reports` -- -LOCK TABLES `m_quiz_reports` WRITE; -/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; -INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); -/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +LOCK TABLES `t_quiz_reports` WRITE; +/*!40000 ALTER TABLE `t_quiz_reports` DISABLE KEYS */; +INSERT INTO `t_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `t_quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_sections` +-- Table structure for table `t_quiz_sections` -- -DROP TABLE IF EXISTS `m_quiz_sections`; +DROP TABLE IF EXISTS `t_quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_sections` ( +CREATE TABLE `t_quiz_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `firstslot` bigint NOT NULL, `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shufflequestions` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), - KEY `m_quizsect_qui_ix` (`quizid`) + UNIQUE KEY `t_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `t_quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- Dumping data for table `t_quiz_sections` -- -LOCK TABLES `m_quiz_sections` WRITE; -/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +LOCK TABLES `t_quiz_sections` WRITE; +/*!40000 ALTER TABLE `t_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_slots` +-- Table structure for table `t_quiz_slots` -- -DROP TABLE IF EXISTS `m_quiz_slots`; +DROP TABLE IF EXISTS `t_quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_slots` ( +CREATE TABLE `t_quiz_slots` ( `id` bigint NOT NULL AUTO_INCREMENT, `slot` bigint NOT NULL, `quizid` bigint NOT NULL DEFAULT '0', `page` bigint NOT NULL, - `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `requireprevious` smallint NOT NULL DEFAULT '0', `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), - KEY `m_quizslot_qui_ix` (`quizid`) + UNIQUE KEY `t_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `t_quizslot_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- Dumping data for table `t_quiz_slots` -- -LOCK TABLES `m_quiz_slots` WRITE; -/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +LOCK TABLES `t_quiz_slots` WRITE; +/*!40000 ALTER TABLE `t_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_statistics` +-- Table structure for table `t_quiz_statistics` -- -DROP TABLE IF EXISTS `m_quiz_statistics`; +DROP TABLE IF EXISTS `t_quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_statistics` ( +CREATE TABLE `t_quiz_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichattempts` smallint NOT NULL, @@ -11318,22 +42922,22 @@ CREATE TABLE `m_quiz_statistics` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_statistics` +-- Dumping data for table `t_quiz_statistics` -- -LOCK TABLES `m_quiz_statistics` WRITE; -/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +LOCK TABLES `t_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `t_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_quizsettings` +-- Table structure for table `t_quizaccess_seb_quizsettings` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +DROP TABLE IF EXISTS `t_quizaccess_seb_quizsettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_quizsettings` ( +CREATE TABLE `t_quizaccess_seb_quizsettings` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -11364,30 +42968,30 @@ CREATE TABLE `m_quizaccess_seb_quizsettings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), - UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), - KEY `m_quizsebquiz_tem_ix` (`templateid`), - KEY `m_quizsebquiz_use_ix` (`usermodified`) + UNIQUE KEY `t_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `t_quizsebquiz_cmi_uix` (`cmid`), + KEY `t_quizsebquiz_tem_ix` (`templateid`), + KEY `t_quizsebquiz_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_quizsettings` +-- Dumping data for table `t_quizaccess_seb_quizsettings` -- -LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +LOCK TABLES `t_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_template` +-- Table structure for table `t_quizaccess_seb_template` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +DROP TABLE IF EXISTS `t_quizaccess_seb_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_template` ( +CREATE TABLE `t_quizaccess_seb_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11398,27 +43002,27 @@ CREATE TABLE `m_quizaccess_seb_template` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizsebtemp_use_ix` (`usermodified`) + KEY `t_quizsebtemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_template` +-- Dumping data for table `t_quizaccess_seb_template` -- -LOCK TABLES `m_quizaccess_seb_template` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +LOCK TABLES `t_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_rating` +-- Table structure for table `t_rating` -- -DROP TABLE IF EXISTS `m_rating`; +DROP TABLE IF EXISTS `t_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_rating` ( +CREATE TABLE `t_rating` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11430,30 +43034,30 @@ CREATE TABLE `m_rating` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), - KEY `m_rati_con_ix` (`contextid`), - KEY `m_rati_use_ix` (`userid`), - KEY `m_rati_sca_ix` (`scaleid`) + KEY `t_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `t_rati_con_ix` (`contextid`), + KEY `t_rati_use_ix` (`userid`), + KEY `t_rati_sca_ix` (`scaleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_rating` +-- Dumping data for table `t_rating` -- -LOCK TABLES `m_rating` WRITE; -/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +LOCK TABLES `t_rating` WRITE; +/*!40000 ALTER TABLE `t_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_rating` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_registration_hubs` +-- Table structure for table `t_registration_hubs` -- -DROP TABLE IF EXISTS `m_registration_hubs`; +DROP TABLE IF EXISTS `t_registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_registration_hubs` ( +CREATE TABLE `t_registration_hubs` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11466,22 +43070,22 @@ CREATE TABLE `m_registration_hubs` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_registration_hubs` +-- Dumping data for table `t_registration_hubs` -- -LOCK TABLES `m_registration_hubs` WRITE; -/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +LOCK TABLES `t_registration_hubs` WRITE; +/*!40000 ALTER TABLE `t_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_audience` +-- Table structure for table `t_reportbuilder_audience` -- -DROP TABLE IF EXISTS `m_reportbuilder_audience`; +DROP TABLE IF EXISTS `t_reportbuilder_audience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_audience` ( +CREATE TABLE `t_reportbuilder_audience` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL, `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -11492,29 +43096,29 @@ CREATE TABLE `m_reportbuilder_audience` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoaudi_rep_ix` (`reportid`), - KEY `m_repoaudi_use_ix` (`usercreated`), - KEY `m_repoaudi_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_repoaudi_rep_ix` (`reportid`), + KEY `t_repoaudi_use_ix` (`usercreated`), + KEY `t_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_audience` +-- Dumping data for table `t_reportbuilder_audience` -- -LOCK TABLES `m_reportbuilder_audience` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +LOCK TABLES `t_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_audience` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_column` +-- Table structure for table `t_reportbuilder_column` -- -DROP TABLE IF EXISTS `m_reportbuilder_column`; +DROP TABLE IF EXISTS `t_reportbuilder_column`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_column` ( +CREATE TABLE `t_reportbuilder_column` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11529,29 +43133,29 @@ CREATE TABLE `m_reportbuilder_column` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repocolu_rep_ix` (`reportid`), - KEY `m_repocolu_use_ix` (`usercreated`), - KEY `m_repocolu_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_repocolu_rep_ix` (`reportid`), + KEY `t_repocolu_use_ix` (`usercreated`), + KEY `t_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_column` +-- Dumping data for table `t_reportbuilder_column` -- -LOCK TABLES `m_reportbuilder_column` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +LOCK TABLES `t_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_column` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_filter` +-- Table structure for table `t_reportbuilder_filter` -- -DROP TABLE IF EXISTS `m_reportbuilder_filter`; +DROP TABLE IF EXISTS `t_reportbuilder_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_filter` ( +CREATE TABLE `t_reportbuilder_filter` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11563,29 +43167,29 @@ CREATE TABLE `m_reportbuilder_filter` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repofilt_rep_ix` (`reportid`), - KEY `m_repofilt_use_ix` (`usercreated`), - KEY `m_repofilt_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_repofilt_rep_ix` (`reportid`), + KEY `t_repofilt_use_ix` (`usercreated`), + KEY `t_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_filter` +-- Dumping data for table `t_reportbuilder_filter` -- -LOCK TABLES `m_reportbuilder_filter` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +LOCK TABLES `t_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_filter` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_report` +-- Table structure for table `t_reportbuilder_report` -- -DROP TABLE IF EXISTS `m_reportbuilder_report`; +DROP TABLE IF EXISTS `t_reportbuilder_report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_report` ( +CREATE TABLE `t_reportbuilder_report` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11602,29 +43206,29 @@ CREATE TABLE `m_reportbuilder_report` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reporepo_use_ix` (`usercreated`), - KEY `m_reporepo_use2_ix` (`usermodified`), - KEY `m_reporepo_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_reporepo_use_ix` (`usercreated`), + KEY `t_reporepo_use2_ix` (`usermodified`), + KEY `t_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_report` +-- Dumping data for table `t_reportbuilder_report` -- -LOCK TABLES `m_reportbuilder_report` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +LOCK TABLES `t_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_schedule` +-- Table structure for table `t_reportbuilder_schedule` -- -DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +DROP TABLE IF EXISTS `t_reportbuilder_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_schedule` ( +CREATE TABLE `t_reportbuilder_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11645,30 +43249,30 @@ CREATE TABLE `m_reportbuilder_schedule` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reposche_rep_ix` (`reportid`), - KEY `m_reposche_use_ix` (`userviewas`), - KEY `m_reposche_use2_ix` (`usercreated`), - KEY `m_reposche_use3_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_reposche_rep_ix` (`reportid`), + KEY `t_reposche_use_ix` (`userviewas`), + KEY `t_reposche_use2_ix` (`usercreated`), + KEY `t_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_schedule` +-- Dumping data for table `t_reportbuilder_schedule` -- -LOCK TABLES `m_reportbuilder_schedule` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +LOCK TABLES `t_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository` +-- Table structure for table `t_repository` -- -DROP TABLE IF EXISTS `m_repository`; +DROP TABLE IF EXISTS `t_repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository` ( +CREATE TABLE `t_repository` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) DEFAULT '1', @@ -11678,23 +43282,23 @@ CREATE TABLE `m_repository` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository` +-- Dumping data for table `t_repository` -- -LOCK TABLES `m_repository` WRITE; -/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; -INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); -/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +LOCK TABLES `t_repository` WRITE; +/*!40000 ALTER TABLE `t_repository` DISABLE KEYS */; +INSERT INTO `t_repository` 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 `t_repository` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instance_config` +-- Table structure for table `t_repository_instance_config` -- -DROP TABLE IF EXISTS `m_repository_instance_config`; +DROP TABLE IF EXISTS `t_repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instance_config` ( +CREATE TABLE `t_repository_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11704,22 +43308,22 @@ CREATE TABLE `m_repository_instance_config` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_instance_config` +-- Dumping data for table `t_repository_instance_config` -- -LOCK TABLES `m_repository_instance_config` WRITE; -/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +LOCK TABLES `t_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `t_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instances` +-- Table structure for table `t_repository_instances` -- -DROP TABLE IF EXISTS `m_repository_instances`; +DROP TABLE IF EXISTS `t_repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instances` ( +CREATE TABLE `t_repository_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `typeid` bigint NOT NULL, @@ -11731,29 +43335,29 @@ CREATE TABLE `m_repository_instances` ( `timemodified` bigint DEFAULT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoinst_use_ix` (`userid`), - KEY `m_repoinst_con_ix` (`contextid`) + KEY `t_repoinst_use_ix` (`userid`), + KEY `t_repoinst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- Dumping data for table `t_repository_instances` -- -LOCK TABLES `m_repository_instances` WRITE; -/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; -INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); -/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +LOCK TABLES `t_repository_instances` WRITE; +/*!40000 ALTER TABLE `t_repository_instances` DISABLE KEYS */; +INSERT INTO `t_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080322,1734080322,0),(2,'',2,0,1,NULL,NULL,1734080322,1734080322,0),(3,'',3,0,1,NULL,NULL,1734080325,1734080325,0),(4,'',4,0,1,NULL,NULL,1734080326,1734080326,0),(5,'',5,0,1,NULL,NULL,1734080327,1734080327,0),(6,'',6,0,1,NULL,NULL,1734080327,1734080327,0),(7,'',7,0,1,NULL,NULL,1734080327,1734080327,0),(8,'',8,0,1,NULL,NULL,1734080328,1734080328,0); +/*!40000 ALTER TABLE `t_repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_onedrive_access` +-- Table structure for table `t_repository_onedrive_access` -- -DROP TABLE IF EXISTS `m_repository_onedrive_access`; +DROP TABLE IF EXISTS `t_repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_onedrive_access` ( +CREATE TABLE `t_repository_onedrive_access` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -11761,27 +43365,27 @@ CREATE TABLE `m_repository_onedrive_access` ( `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_repoonedacce_use_ix` (`usermodified`) + KEY `t_repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_onedrive_access` +-- Dumping data for table `t_repository_onedrive_access` -- -LOCK TABLES `m_repository_onedrive_access` WRITE; -/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +LOCK TABLES `t_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `t_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource` +-- Table structure for table `t_resource` -- -DROP TABLE IF EXISTS `m_resource`; +DROP TABLE IF EXISTS `t_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource` ( +CREATE TABLE `t_resource` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11796,27 +43400,27 @@ CREATE TABLE `m_resource` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reso_cou_ix` (`course`) + KEY `t_reso_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- Dumping data for table `t_resource` -- -LOCK TABLES `m_resource` WRITE; -/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +LOCK TABLES `t_resource` WRITE; +/*!40000 ALTER TABLE `t_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource_old` +-- Table structure for table `t_resource_old` -- -DROP TABLE IF EXISTS `m_resource_old`; +DROP TABLE IF EXISTS `t_resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource_old` ( +CREATE TABLE `t_resource_old` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11834,28 +43438,28 @@ CREATE TABLE `m_resource_old` ( `newid` bigint DEFAULT NULL, `migrated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_resoold_old_uix` (`oldid`), - KEY `m_resoold_cmi_ix` (`cmid`) + UNIQUE KEY `t_resoold_old_uix` (`oldid`), + KEY `t_resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- Dumping data for table `t_resource_old` -- -LOCK TABLES `m_resource_old` WRITE; -/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +LOCK TABLES `t_resource_old` WRITE; +/*!40000 ALTER TABLE `t_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource_old` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role` +-- Table structure for table `t_role` -- -DROP TABLE IF EXISTS `m_role`; +DROP TABLE IF EXISTS `t_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role` ( +CREATE TABLE `t_role` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11863,141 +43467,141 @@ CREATE TABLE `m_role` ( `sortorder` bigint NOT NULL DEFAULT '0', `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_role_sor_uix` (`sortorder`), - UNIQUE KEY `m_role_sho_uix` (`shortname`) + UNIQUE KEY `t_role_sor_uix` (`sortorder`), + UNIQUE KEY `t_role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role` +-- Dumping data for table `t_role` -- -LOCK TABLES `m_role` WRITE; -/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; -INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); -/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +LOCK TABLES `t_role` WRITE; +/*!40000 ALTER TABLE `t_role` DISABLE KEYS */; +INSERT INTO `t_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `t_role` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_assign` +-- Table structure for table `t_role_allow_assign` -- -DROP TABLE IF EXISTS `m_role_allow_assign`; +DROP TABLE IF EXISTS `t_role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_assign` ( +CREATE TABLE `t_role_allow_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowassign` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), - KEY `m_rolealloassi_rol_ix` (`roleid`), - KEY `m_rolealloassi_all_ix` (`allowassign`) + UNIQUE KEY `t_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `t_rolealloassi_rol_ix` (`roleid`), + KEY `t_rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_assign` +-- Dumping data for table `t_role_allow_assign` -- -LOCK TABLES `m_role_allow_assign` WRITE; -/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; -INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); -/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +LOCK TABLES `t_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `t_role_allow_assign` DISABLE KEYS */; +INSERT INTO `t_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `t_role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_override` +-- Table structure for table `t_role_allow_override` -- -DROP TABLE IF EXISTS `m_role_allow_override`; +DROP TABLE IF EXISTS `t_role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_override` ( +CREATE TABLE `t_role_allow_override` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowoverride` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), - KEY `m_rolealloover_rol_ix` (`roleid`), - KEY `m_rolealloover_all_ix` (`allowoverride`) + UNIQUE KEY `t_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `t_rolealloover_rol_ix` (`roleid`), + KEY `t_rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_override` +-- Dumping data for table `t_role_allow_override` -- -LOCK TABLES `m_role_allow_override` WRITE; -/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; -INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); -/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +LOCK TABLES `t_role_allow_override` WRITE; +/*!40000 ALTER TABLE `t_role_allow_override` DISABLE KEYS */; +INSERT INTO `t_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `t_role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_switch` +-- Table structure for table `t_role_allow_switch` -- -DROP TABLE IF EXISTS `m_role_allow_switch`; +DROP TABLE IF EXISTS `t_role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_switch` ( +CREATE TABLE `t_role_allow_switch` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowswitch` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), - KEY `m_rolealloswit_rol_ix` (`roleid`), - KEY `m_rolealloswit_all_ix` (`allowswitch`) + UNIQUE KEY `t_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `t_rolealloswit_rol_ix` (`roleid`), + KEY `t_rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- Dumping data for table `t_role_allow_switch` -- -LOCK TABLES `m_role_allow_switch` WRITE; -/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; -INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); -/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +LOCK TABLES `t_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `t_role_allow_switch` DISABLE KEYS */; +INSERT INTO `t_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `t_role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_view` +-- Table structure for table `t_role_allow_view` -- -DROP TABLE IF EXISTS `m_role_allow_view`; +DROP TABLE IF EXISTS `t_role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_view` ( +CREATE TABLE `t_role_allow_view` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowview` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), - KEY `m_rolealloview_rol_ix` (`roleid`), - KEY `m_rolealloview_all_ix` (`allowview`) + UNIQUE KEY `t_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `t_rolealloview_rol_ix` (`roleid`), + KEY `t_rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- Dumping data for table `t_role_allow_view` -- -LOCK TABLES `m_role_allow_view` WRITE; -/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; -INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); -/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +LOCK TABLES `t_role_allow_view` WRITE; +/*!40000 ALTER TABLE `t_role_allow_view` DISABLE KEYS */; +INSERT INTO `t_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `t_role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_assignments` +-- Table structure for table `t_role_assignments` -- -DROP TABLE IF EXISTS `m_role_assignments`; +DROP TABLE IF EXISTS `t_role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_assignments` ( +CREATE TABLE `t_role_assignments` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', @@ -12008,34 +43612,33 @@ CREATE TABLE `m_role_assignments` ( `itemid` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_roleassi_sor_ix` (`sortorder`), - KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), - KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), - KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), - KEY `m_roleassi_rol_ix` (`roleid`), - KEY `m_roleassi_con_ix` (`contextid`), - KEY `m_roleassi_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; + KEY `t_roleassi_sor_ix` (`sortorder`), + KEY `t_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `t_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `t_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `t_roleassi_rol_ix` (`roleid`), + KEY `t_roleassi_con_ix` (`contextid`), + KEY `t_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_assignments` +-- Dumping data for table `t_role_assignments` -- -LOCK TABLES `m_role_assignments` WRITE; -/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; -INSERT INTO `m_role_assignments` VALUES (1,3,21,3,1566471448,2,'',0,0),(2,5,21,4,1566471456,2,'',0,0); -/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +LOCK TABLES `t_role_assignments` WRITE; +/*!40000 ALTER TABLE `t_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_capabilities` +-- Table structure for table `t_role_capabilities` -- -DROP TABLE IF EXISTS `m_role_capabilities`; +DROP TABLE IF EXISTS `t_role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_capabilities` ( +CREATE TABLE `t_role_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', @@ -12044,87 +43647,87 @@ CREATE TABLE `m_role_capabilities` ( `timemodified` bigint NOT NULL DEFAULT '0', `modifierid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), - KEY `m_rolecapa_rol_ix` (`roleid`), - KEY `m_rolecapa_con_ix` (`contextid`), - KEY `m_rolecapa_mod_ix` (`modifierid`), - KEY `m_rolecapa_cap_ix` (`capability`) -) ENGINE=InnoDB AUTO_INCREMENT=1520 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; + UNIQUE KEY `t_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `t_rolecapa_rol_ix` (`roleid`), + KEY `t_rolecapa_con_ix` (`contextid`), + KEY `t_rolecapa_mod_ix` (`modifierid`), + KEY `t_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1488 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- Dumping data for table `t_role_capabilities` -- -LOCK TABLES `m_role_capabilities` WRITE; -/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; -INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1360,1,3,'mod/lti:addmanualinstance',1,1612456674,0),(1361,1,1,'mod/lti:addmanualinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0); -/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +LOCK TABLES `t_role_capabilities` WRITE; +/*!40000 ALTER TABLE `t_role_capabilities` DISABLE KEYS */; +INSERT INTO `t_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734080174,0),(2,1,2,'moodle/site:configview',1,1734080174,0),(3,1,1,'moodle/site:readallmessages',1,1734080174,0),(4,1,3,'moodle/site:readallmessages',1,1734080174,0),(5,1,1,'moodle/site:manageallmessaging',1,1734080174,0),(6,1,1,'moodle/site:deleteanymessage',1,1734080174,0),(7,1,1,'moodle/site:sendmessage',1,1734080174,0),(8,1,7,'moodle/site:sendmessage',1,1734080174,0),(9,1,7,'moodle/site:senderrormessage',1,1734080174,0),(10,1,7,'moodle/site:deleteownmessage',1,1734080174,0),(11,1,1,'moodle/site:approvecourse',1,1734080174,0),(12,1,3,'moodle/backup:backupcourse',1,1734080174,0),(13,1,1,'moodle/backup:backupcourse',1,1734080174,0),(14,1,3,'moodle/backup:backupsection',1,1734080174,0),(15,1,1,'moodle/backup:backupsection',1,1734080174,0),(16,1,3,'moodle/backup:backupactivity',1,1734080175,0),(17,1,1,'moodle/backup:backupactivity',1,1734080175,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734080175,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734080175,0),(20,1,3,'moodle/backup:downloadfile',1,1734080175,0),(21,1,1,'moodle/backup:downloadfile',1,1734080175,0),(22,1,3,'moodle/backup:configure',1,1734080175,0),(23,1,1,'moodle/backup:configure',1,1734080175,0),(24,1,1,'moodle/backup:userinfo',1,1734080175,0),(25,1,1,'moodle/backup:anonymise',1,1734080175,0),(26,1,3,'moodle/restore:restorecourse',1,1734080175,0),(27,1,1,'moodle/restore:restorecourse',1,1734080175,0),(28,1,3,'moodle/restore:restoresection',1,1734080175,0),(29,1,1,'moodle/restore:restoresection',1,1734080175,0),(30,1,3,'moodle/restore:restoreactivity',1,1734080175,0),(31,1,1,'moodle/restore:restoreactivity',1,1734080175,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734080175,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734080175,0),(36,1,3,'moodle/restore:uploadfile',1,1734080175,0),(37,1,1,'moodle/restore:uploadfile',1,1734080175,0),(38,1,3,'moodle/restore:configure',1,1734080175,0),(39,1,1,'moodle/restore:configure',1,1734080175,0),(40,1,2,'moodle/restore:rolldates',1,1734080175,0),(41,1,1,'moodle/restore:rolldates',1,1734080176,0),(42,1,1,'moodle/restore:userinfo',1,1734080176,0),(43,1,1,'moodle/restore:createuser',1,1734080176,0),(44,1,3,'moodle/site:manageblocks',1,1734080176,0),(45,1,1,'moodle/site:manageblocks',1,1734080176,0),(46,1,3,'moodle/site:accessallgroups',1,1734080176,0),(47,1,1,'moodle/site:accessallgroups',1,1734080176,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734080176,0),(49,1,4,'moodle/site:viewfullnames',1,1734080176,0),(50,1,3,'moodle/site:viewfullnames',1,1734080176,0),(51,1,1,'moodle/site:viewfullnames',1,1734080176,0),(52,1,4,'moodle/site:viewuseridentity',1,1734080176,0),(53,1,3,'moodle/site:viewuseridentity',1,1734080176,0),(54,1,1,'moodle/site:viewuseridentity',1,1734080176,0),(55,1,4,'moodle/site:viewreports',1,1734080176,0),(56,1,3,'moodle/site:viewreports',1,1734080176,0),(57,1,1,'moodle/site:viewreports',1,1734080176,0),(58,1,3,'moodle/site:trustcontent',1,1734080176,0),(59,1,1,'moodle/site:trustcontent',1,1734080176,0),(60,1,1,'moodle/site:uploadusers',1,1734080176,0),(61,1,3,'moodle/filter:manage',1,1734080176,0),(62,1,1,'moodle/filter:manage',1,1734080176,0),(63,1,1,'moodle/user:create',1,1734080176,0),(64,1,1,'moodle/user:delete',1,1734080177,0),(65,1,1,'moodle/user:update',1,1734080177,0),(66,1,6,'moodle/user:viewdetails',1,1734080177,0),(67,1,5,'moodle/user:viewdetails',1,1734080177,0),(68,1,4,'moodle/user:viewdetails',1,1734080177,0),(69,1,3,'moodle/user:viewdetails',1,1734080177,0),(70,1,1,'moodle/user:viewdetails',1,1734080177,0),(71,1,1,'moodle/user:viewalldetails',1,1734080177,0),(72,1,1,'moodle/user:viewlastip',1,1734080177,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734080177,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734080177,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734080177,0),(76,1,1,'moodle/user:loginas',1,1734080177,0),(77,1,1,'moodle/user:managesyspages',1,1734080177,0),(78,1,7,'moodle/user:manageownblocks',1,1734080177,0),(79,1,7,'moodle/user:manageownfiles',1,1734080177,0),(80,1,1,'moodle/my:configsyspages',1,1734080177,0),(81,1,3,'moodle/role:assign',1,1734080177,0),(82,1,1,'moodle/role:assign',1,1734080177,0),(83,1,4,'moodle/role:review',1,1734080177,0),(84,1,3,'moodle/role:review',1,1734080177,0),(85,1,1,'moodle/role:review',1,1734080177,0),(86,1,1,'moodle/role:override',1,1734080177,0),(87,1,3,'moodle/role:safeoverride',1,1734080177,0),(88,1,1,'moodle/role:manage',1,1734080178,0),(89,1,3,'moodle/role:switchroles',1,1734080178,0),(90,1,1,'moodle/role:switchroles',1,1734080178,0),(91,1,1,'moodle/category:manage',1,1734080178,0),(92,1,6,'moodle/category:viewcourselist',1,1734080178,0),(93,1,7,'moodle/category:viewcourselist',1,1734080178,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734080178,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734080178,0),(96,1,1,'moodle/cohort:manage',1,1734080178,0),(97,1,1,'moodle/cohort:assign',1,1734080178,0),(98,1,3,'moodle/cohort:view',1,1734080178,0),(99,1,1,'moodle/cohort:view',1,1734080178,0),(100,1,2,'moodle/course:create',1,1734080178,0),(101,1,1,'moodle/course:create',1,1734080178,0),(102,1,3,'moodle/course:creategroupconversations',1,1734080178,0),(103,1,1,'moodle/course:creategroupconversations',1,1734080178,0),(104,1,1,'moodle/course:delete',1,1734080178,0),(105,1,3,'moodle/course:update',1,1734080178,0),(106,1,1,'moodle/course:update',1,1734080178,0),(107,1,1,'moodle/course:view',1,1734080178,0),(108,1,3,'moodle/course:enrolreview',1,1734080178,0),(109,1,1,'moodle/course:enrolreview',1,1734080178,0),(110,1,3,'moodle/course:enrolconfig',1,1734080178,0),(111,1,1,'moodle/course:enrolconfig',1,1734080178,0),(112,1,3,'moodle/course:reviewotherusers',1,1734080179,0),(113,1,1,'moodle/course:reviewotherusers',1,1734080179,0),(114,1,4,'moodle/course:bulkmessaging',1,1734080179,0),(115,1,3,'moodle/course:bulkmessaging',1,1734080179,0),(116,1,1,'moodle/course:bulkmessaging',1,1734080179,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734080179,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734080179,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734080179,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734080179,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734080179,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734080179,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734080179,0),(124,1,3,'moodle/course:visibility',1,1734080179,0),(125,1,1,'moodle/course:visibility',1,1734080179,0),(126,1,3,'moodle/course:managefiles',1,1734080179,0),(127,1,1,'moodle/course:managefiles',1,1734080179,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(132,1,3,'moodle/course:manageactivities',1,1734080179,0),(133,1,1,'moodle/course:manageactivities',1,1734080179,0),(134,1,3,'moodle/course:activityvisibility',1,1734080179,0),(135,1,1,'moodle/course:activityvisibility',1,1734080179,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734080179,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734080180,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734080180,0),(139,1,5,'moodle/course:viewparticipants',1,1734080180,0),(140,1,4,'moodle/course:viewparticipants',1,1734080180,0),(141,1,3,'moodle/course:viewparticipants',1,1734080180,0),(142,1,1,'moodle/course:viewparticipants',1,1734080180,0),(143,1,3,'moodle/course:changefullname',1,1734080180,0),(144,1,1,'moodle/course:changefullname',1,1734080180,0),(145,1,3,'moodle/course:changeshortname',1,1734080180,0),(146,1,1,'moodle/course:changeshortname',1,1734080180,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734080180,0),(148,1,3,'moodle/course:renameroles',1,1734080180,0),(149,1,1,'moodle/course:renameroles',1,1734080180,0),(150,1,3,'moodle/course:changeidnumber',1,1734080180,0),(151,1,1,'moodle/course:changeidnumber',1,1734080180,0),(152,1,3,'moodle/course:changecategory',1,1734080180,0),(153,1,1,'moodle/course:changecategory',1,1734080180,0),(154,1,3,'moodle/course:changesummary',1,1734080180,0),(155,1,1,'moodle/course:changesummary',1,1734080180,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734080180,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734080180,0),(158,1,1,'moodle/site:viewparticipants',1,1734080180,0),(159,1,5,'moodle/course:isincompletionreports',1,1734080180,0),(160,1,5,'moodle/course:viewscales',1,1734080181,0),(161,1,4,'moodle/course:viewscales',1,1734080181,0),(162,1,3,'moodle/course:viewscales',1,1734080181,0),(163,1,1,'moodle/course:viewscales',1,1734080181,0),(164,1,3,'moodle/course:managescales',1,1734080181,0),(165,1,1,'moodle/course:managescales',1,1734080181,0),(166,1,3,'moodle/course:managegroups',1,1734080181,0),(167,1,1,'moodle/course:managegroups',1,1734080181,0),(168,1,3,'moodle/course:reset',1,1734080181,0),(169,1,1,'moodle/course:reset',1,1734080181,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734080181,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734080181,0),(172,1,1,'moodle/course:tag',1,1734080181,0),(173,1,3,'moodle/course:tag',1,1734080181,0),(174,1,6,'moodle/blog:view',1,1734080181,0),(175,1,7,'moodle/blog:view',1,1734080181,0),(176,1,5,'moodle/blog:view',1,1734080181,0),(177,1,4,'moodle/blog:view',1,1734080181,0),(178,1,3,'moodle/blog:view',1,1734080181,0),(179,1,1,'moodle/blog:view',1,1734080181,0),(180,1,6,'moodle/blog:search',1,1734080181,0),(181,1,7,'moodle/blog:search',1,1734080181,0),(182,1,5,'moodle/blog:search',1,1734080181,0),(183,1,4,'moodle/blog:search',1,1734080181,0),(184,1,3,'moodle/blog:search',1,1734080182,0),(185,1,1,'moodle/blog:search',1,1734080182,0),(186,1,1,'moodle/blog:viewdrafts',1,1734080182,0),(187,1,7,'moodle/blog:create',1,1734080182,0),(188,1,1,'moodle/blog:create',1,1734080182,0),(189,1,4,'moodle/blog:manageentries',1,1734080182,0),(190,1,3,'moodle/blog:manageentries',1,1734080182,0),(191,1,1,'moodle/blog:manageentries',1,1734080182,0),(192,1,5,'moodle/blog:manageexternal',1,1734080182,0),(193,1,7,'moodle/blog:manageexternal',1,1734080182,0),(194,1,4,'moodle/blog:manageexternal',1,1734080182,0),(195,1,3,'moodle/blog:manageexternal',1,1734080182,0),(196,1,1,'moodle/blog:manageexternal',1,1734080182,0),(197,1,7,'moodle/calendar:manageownentries',1,1734080182,0),(198,1,1,'moodle/calendar:manageownentries',1,1734080182,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734080182,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734080182,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734080182,0),(202,1,4,'moodle/calendar:manageentries',1,1734080182,0),(203,1,3,'moodle/calendar:manageentries',1,1734080182,0),(204,1,1,'moodle/calendar:manageentries',1,1734080182,0),(205,1,1,'moodle/user:editprofile',1,1734080182,0),(206,1,6,'moodle/user:editownprofile',-1000,1734080183,0),(207,1,7,'moodle/user:editownprofile',1,1734080183,0),(208,1,1,'moodle/user:editownprofile',1,1734080183,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734080183,0),(210,1,7,'moodle/user:changeownpassword',1,1734080183,0),(211,1,1,'moodle/user:changeownpassword',1,1734080183,0),(212,1,5,'moodle/user:readuserposts',1,1734080183,0),(213,1,4,'moodle/user:readuserposts',1,1734080183,0),(214,1,3,'moodle/user:readuserposts',1,1734080183,0),(215,1,1,'moodle/user:readuserposts',1,1734080183,0),(216,1,5,'moodle/user:readuserblogs',1,1734080183,0),(217,1,4,'moodle/user:readuserblogs',1,1734080183,0),(218,1,3,'moodle/user:readuserblogs',1,1734080183,0),(219,1,1,'moodle/user:readuserblogs',1,1734080183,0),(220,1,1,'moodle/user:editmessageprofile',1,1734080183,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734080183,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734080183,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734080183,0),(224,1,3,'moodle/question:managecategory',1,1734080183,0),(225,1,1,'moodle/question:managecategory',1,1734080183,0),(226,1,3,'moodle/question:add',1,1734080183,0),(227,1,1,'moodle/question:add',1,1734080183,0),(228,1,3,'moodle/question:editmine',1,1734080183,0),(229,1,1,'moodle/question:editmine',1,1734080184,0),(230,1,3,'moodle/question:editall',1,1734080184,0),(231,1,1,'moodle/question:editall',1,1734080184,0),(232,1,3,'moodle/question:viewmine',1,1734080184,0),(233,1,1,'moodle/question:viewmine',1,1734080184,0),(234,1,3,'moodle/question:viewall',1,1734080184,0),(235,1,1,'moodle/question:viewall',1,1734080184,0),(236,1,3,'moodle/question:usemine',1,1734080184,0),(237,1,1,'moodle/question:usemine',1,1734080184,0),(238,1,3,'moodle/question:useall',1,1734080184,0),(239,1,1,'moodle/question:useall',1,1734080184,0),(240,1,3,'moodle/question:movemine',1,1734080184,0),(241,1,1,'moodle/question:movemine',1,1734080184,0),(242,1,3,'moodle/question:moveall',1,1734080184,0),(243,1,1,'moodle/question:moveall',1,1734080184,0),(244,1,1,'moodle/question:config',1,1734080184,0),(245,1,5,'moodle/question:flag',1,1734080184,0),(246,1,4,'moodle/question:flag',1,1734080184,0),(247,1,3,'moodle/question:flag',1,1734080184,0),(248,1,1,'moodle/question:flag',1,1734080184,0),(249,1,3,'moodle/question:tagmine',1,1734080184,0),(250,1,1,'moodle/question:tagmine',1,1734080184,0),(251,1,3,'moodle/question:tagall',1,1734080185,0),(252,1,1,'moodle/question:tagall',1,1734080185,0),(253,1,4,'moodle/site:doclinks',1,1734080185,0),(254,1,3,'moodle/site:doclinks',1,1734080185,0),(255,1,1,'moodle/site:doclinks',1,1734080185,0),(256,1,3,'moodle/course:sectionvisibility',1,1734080185,0),(257,1,1,'moodle/course:sectionvisibility',1,1734080185,0),(258,1,3,'moodle/course:useremail',1,1734080185,0),(259,1,1,'moodle/course:useremail',1,1734080185,0),(260,1,3,'moodle/course:viewhiddensections',1,1734080185,0),(261,1,1,'moodle/course:viewhiddensections',1,1734080185,0),(262,1,3,'moodle/course:setcurrentsection',1,1734080185,0),(263,1,1,'moodle/course:setcurrentsection',1,1734080185,0),(264,1,3,'moodle/course:movesections',1,1734080185,0),(265,1,1,'moodle/course:movesections',1,1734080185,0),(266,1,4,'moodle/grade:viewall',1,1734080185,0),(267,1,3,'moodle/grade:viewall',1,1734080185,0),(268,1,1,'moodle/grade:viewall',1,1734080185,0),(269,1,5,'moodle/grade:view',1,1734080185,0),(270,1,4,'moodle/grade:viewhidden',1,1734080185,0),(271,1,3,'moodle/grade:viewhidden',1,1734080185,0),(272,1,1,'moodle/grade:viewhidden',1,1734080185,0),(273,1,3,'moodle/grade:import',1,1734080185,0),(274,1,1,'moodle/grade:import',1,1734080185,0),(275,1,4,'moodle/grade:export',1,1734080186,0),(276,1,3,'moodle/grade:export',1,1734080186,0),(277,1,1,'moodle/grade:export',1,1734080186,0),(278,1,3,'moodle/grade:manage',1,1734080186,0),(279,1,1,'moodle/grade:manage',1,1734080186,0),(280,1,3,'moodle/grade:edit',1,1734080186,0),(281,1,1,'moodle/grade:edit',1,1734080186,0),(282,1,3,'moodle/grade:managegradingforms',1,1734080186,0),(283,1,1,'moodle/grade:managegradingforms',1,1734080186,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734080186,0),(285,1,1,'moodle/grade:managesharedforms',1,1734080186,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734080186,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734080186,0),(288,1,3,'moodle/grade:manageletters',1,1734080186,0),(289,1,1,'moodle/grade:manageletters',1,1734080186,0),(290,1,3,'moodle/grade:hide',1,1734080186,0),(291,1,1,'moodle/grade:hide',1,1734080186,0),(292,1,3,'moodle/grade:lock',1,1734080186,0),(293,1,1,'moodle/grade:lock',1,1734080186,0),(294,1,3,'moodle/grade:unlock',1,1734080186,0),(295,1,1,'moodle/grade:unlock',1,1734080186,0),(296,1,7,'moodle/my:manageblocks',1,1734080186,0),(297,1,4,'moodle/notes:view',1,1734080187,0),(298,1,3,'moodle/notes:view',1,1734080187,0),(299,1,1,'moodle/notes:view',1,1734080187,0),(300,1,4,'moodle/notes:manage',1,1734080187,0),(301,1,3,'moodle/notes:manage',1,1734080187,0),(302,1,1,'moodle/notes:manage',1,1734080187,0),(303,1,1,'moodle/tag:manage',1,1734080187,0),(304,1,1,'moodle/tag:edit',1,1734080187,0),(305,1,7,'moodle/tag:flag',1,1734080187,0),(306,1,4,'moodle/tag:editblocks',1,1734080187,0),(307,1,3,'moodle/tag:editblocks',1,1734080187,0),(308,1,1,'moodle/tag:editblocks',1,1734080187,0),(309,1,6,'moodle/block:view',1,1734080187,0),(310,1,7,'moodle/block:view',1,1734080187,0),(311,1,5,'moodle/block:view',1,1734080187,0),(312,1,4,'moodle/block:view',1,1734080187,0),(313,1,3,'moodle/block:view',1,1734080187,0),(314,1,3,'moodle/block:edit',1,1734080187,0),(315,1,1,'moodle/block:edit',1,1734080187,0),(316,1,7,'moodle/portfolio:export',1,1734080187,0),(317,1,5,'moodle/portfolio:export',1,1734080187,0),(318,1,4,'moodle/portfolio:export',1,1734080187,0),(319,1,3,'moodle/portfolio:export',1,1734080187,0),(320,1,8,'moodle/comment:view',1,1734080187,0),(321,1,6,'moodle/comment:view',1,1734080187,0),(322,1,7,'moodle/comment:view',1,1734080188,0),(323,1,5,'moodle/comment:view',1,1734080188,0),(324,1,4,'moodle/comment:view',1,1734080188,0),(325,1,3,'moodle/comment:view',1,1734080188,0),(326,1,1,'moodle/comment:view',1,1734080188,0),(327,1,7,'moodle/comment:post',1,1734080188,0),(328,1,5,'moodle/comment:post',1,1734080188,0),(329,1,4,'moodle/comment:post',1,1734080188,0),(330,1,3,'moodle/comment:post',1,1734080188,0),(331,1,1,'moodle/comment:post',1,1734080188,0),(332,1,3,'moodle/comment:delete',1,1734080188,0),(333,1,1,'moodle/comment:delete',1,1734080188,0),(334,1,1,'moodle/webservice:createtoken',1,1734080188,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734080188,0),(336,1,7,'moodle/rating:view',1,1734080188,0),(337,1,5,'moodle/rating:view',1,1734080188,0),(338,1,4,'moodle/rating:view',1,1734080188,0),(339,1,3,'moodle/rating:view',1,1734080188,0),(340,1,1,'moodle/rating:view',1,1734080188,0),(341,1,7,'moodle/rating:viewany',1,1734080188,0),(342,1,5,'moodle/rating:viewany',1,1734080188,0),(343,1,4,'moodle/rating:viewany',1,1734080188,0),(344,1,3,'moodle/rating:viewany',1,1734080188,0),(345,1,1,'moodle/rating:viewany',1,1734080188,0),(346,1,7,'moodle/rating:viewall',1,1734080188,0),(347,1,5,'moodle/rating:viewall',1,1734080189,0),(348,1,4,'moodle/rating:viewall',1,1734080189,0),(349,1,3,'moodle/rating:viewall',1,1734080189,0),(350,1,1,'moodle/rating:viewall',1,1734080189,0),(351,1,7,'moodle/rating:rate',1,1734080189,0),(352,1,5,'moodle/rating:rate',1,1734080189,0),(353,1,4,'moodle/rating:rate',1,1734080189,0),(354,1,3,'moodle/rating:rate',1,1734080189,0),(355,1,1,'moodle/rating:rate',1,1734080189,0),(356,1,4,'moodle/course:markcomplete',1,1734080189,0),(357,1,3,'moodle/course:markcomplete',1,1734080189,0),(358,1,1,'moodle/course:markcomplete',1,1734080189,0),(359,1,4,'moodle/course:overridecompletion',1,1734080189,0),(360,1,3,'moodle/course:overridecompletion',1,1734080189,0),(361,1,1,'moodle/course:overridecompletion',1,1734080189,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734080189,0),(363,1,7,'moodle/badges:viewbadges',1,1734080189,0),(364,1,7,'moodle/badges:manageownbadges',1,1734080189,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734080189,0),(366,1,7,'moodle/badges:earnbadge',1,1734080189,0),(367,1,1,'moodle/badges:createbadge',1,1734080189,0),(368,1,3,'moodle/badges:createbadge',1,1734080189,0),(369,1,1,'moodle/badges:deletebadge',1,1734080189,0),(370,1,3,'moodle/badges:deletebadge',1,1734080190,0),(371,1,1,'moodle/badges:configuredetails',1,1734080190,0),(372,1,3,'moodle/badges:configuredetails',1,1734080190,0),(373,1,1,'moodle/badges:configurecriteria',1,1734080190,0),(374,1,3,'moodle/badges:configurecriteria',1,1734080190,0),(375,1,1,'moodle/badges:configuremessages',1,1734080190,0),(376,1,3,'moodle/badges:configuremessages',1,1734080190,0),(377,1,1,'moodle/badges:awardbadge',1,1734080190,0),(378,1,4,'moodle/badges:awardbadge',1,1734080190,0),(379,1,3,'moodle/badges:awardbadge',1,1734080190,0),(380,1,1,'moodle/badges:revokebadge',1,1734080190,0),(381,1,4,'moodle/badges:revokebadge',1,1734080190,0),(382,1,3,'moodle/badges:revokebadge',1,1734080190,0),(383,1,1,'moodle/badges:viewawarded',1,1734080190,0),(384,1,4,'moodle/badges:viewawarded',1,1734080190,0),(385,1,3,'moodle/badges:viewawarded',1,1734080190,0),(386,1,6,'moodle/search:query',1,1734080190,0),(387,1,7,'moodle/search:query',1,1734080190,0),(388,1,5,'moodle/search:query',1,1734080190,0),(389,1,4,'moodle/search:query',1,1734080190,0),(390,1,3,'moodle/search:query',1,1734080190,0),(391,1,1,'moodle/search:query',1,1734080190,0),(392,1,1,'moodle/competency:competencymanage',1,1734080190,0),(393,1,7,'moodle/competency:competencyview',1,1734080190,0),(394,1,3,'moodle/competency:competencygrade',1,1734080191,0),(395,1,4,'moodle/competency:competencygrade',1,1734080191,0),(396,1,1,'moodle/competency:competencygrade',1,1734080191,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734080191,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734080191,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734080191,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734080191,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734080191,0),(402,1,1,'moodle/competency:planmanage',1,1734080191,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734080191,0),(404,1,1,'moodle/competency:planview',1,1734080191,0),(405,1,1,'moodle/competency:planviewdraft',1,1734080191,0),(406,1,7,'moodle/competency:planviewown',1,1734080191,0),(407,1,1,'moodle/competency:planrequestreview',1,1734080191,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734080191,0),(409,1,1,'moodle/competency:planreview',1,1734080191,0),(410,1,1,'moodle/competency:plancomment',1,1734080191,0),(411,1,7,'moodle/competency:plancommentown',1,1734080191,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734080191,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734080191,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734080191,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734080191,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734080192,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734080192,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734080192,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734080192,0),(420,1,1,'moodle/competency:templatemanage',1,1734080192,0),(421,1,4,'moodle/analytics:listinsights',1,1734080192,0),(422,1,3,'moodle/analytics:listinsights',1,1734080192,0),(423,1,1,'moodle/analytics:listinsights',1,1734080192,0),(424,1,1,'moodle/analytics:managemodels',1,1734080192,0),(425,1,1,'moodle/competency:templateview',1,1734080192,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734080192,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734080192,0),(428,1,1,'moodle/competency:userevidenceview',1,1734080192,0),(429,1,4,'moodle/site:messageanyuser',1,1734080192,0),(430,1,3,'moodle/site:messageanyuser',1,1734080192,0),(431,1,1,'moodle/site:messageanyuser',1,1734080192,0),(432,1,7,'moodle/course:togglecompletion',1,1734080192,0),(433,1,7,'moodle/analytics:listowninsights',1,1734080192,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734080192,0),(435,1,1,'moodle/h5p:deploy',1,1734080192,0),(436,1,3,'moodle/h5p:deploy',1,1734080192,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734080192,0),(438,1,1,'moodle/course:recommendactivity',1,1734080192,0),(439,1,1,'moodle/contentbank:access',1,1734080193,0),(440,1,2,'moodle/contentbank:access',1,1734080193,0),(441,1,3,'moodle/contentbank:access',1,1734080193,0),(442,1,1,'moodle/contentbank:upload',1,1734080193,0),(443,1,2,'moodle/contentbank:upload',1,1734080193,0),(444,1,3,'moodle/contentbank:upload',1,1734080193,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734080193,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734080193,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734080193,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734080193,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734080193,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734080193,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734080193,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734080193,0),(453,1,1,'moodle/contentbank:useeditor',1,1734080193,0),(454,1,2,'moodle/contentbank:useeditor',1,1734080193,0),(455,1,3,'moodle/contentbank:useeditor',1,1734080193,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734080193,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734080193,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734080193,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734080193,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734080193,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734080193,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734080193,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734080193,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734080194,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(467,1,7,'moodle/reportbuilder:view',1,1734080194,0),(468,1,1,'moodle/reportbuilder:edit',1,1734080194,0),(469,1,6,'mod/assign:view',1,1734080237,0),(470,1,5,'mod/assign:view',1,1734080237,0),(471,1,4,'mod/assign:view',1,1734080238,0),(472,1,3,'mod/assign:view',1,1734080238,0),(473,1,1,'mod/assign:view',1,1734080238,0),(474,1,5,'mod/assign:submit',1,1734080238,0),(475,1,4,'mod/assign:grade',1,1734080238,0),(476,1,3,'mod/assign:grade',1,1734080238,0),(477,1,1,'mod/assign:grade',1,1734080238,0),(478,1,4,'mod/assign:exportownsubmission',1,1734080238,0),(479,1,3,'mod/assign:exportownsubmission',1,1734080238,0),(480,1,1,'mod/assign:exportownsubmission',1,1734080238,0),(481,1,5,'mod/assign:exportownsubmission',1,1734080238,0),(482,1,3,'mod/assign:addinstance',1,1734080238,0),(483,1,1,'mod/assign:addinstance',1,1734080238,0),(484,1,4,'mod/assign:grantextension',1,1734080238,0),(485,1,3,'mod/assign:grantextension',1,1734080238,0),(486,1,1,'mod/assign:grantextension',1,1734080238,0),(487,1,3,'mod/assign:revealidentities',1,1734080238,0),(488,1,1,'mod/assign:revealidentities',1,1734080238,0),(489,1,3,'mod/assign:reviewgrades',1,1734080238,0),(490,1,1,'mod/assign:reviewgrades',1,1734080238,0),(491,1,3,'mod/assign:releasegrades',1,1734080238,0),(492,1,1,'mod/assign:releasegrades',1,1734080238,0),(493,1,3,'mod/assign:managegrades',1,1734080238,0),(494,1,1,'mod/assign:managegrades',1,1734080238,0),(495,1,3,'mod/assign:manageallocations',1,1734080239,0),(496,1,1,'mod/assign:manageallocations',1,1734080239,0),(497,1,3,'mod/assign:viewgrades',1,1734080239,0),(498,1,1,'mod/assign:viewgrades',1,1734080239,0),(499,1,4,'mod/assign:viewgrades',1,1734080239,0),(500,1,1,'mod/assign:viewblinddetails',1,1734080239,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734080239,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734080239,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734080239,0),(504,1,3,'mod/assign:manageoverrides',1,1734080239,0),(505,1,1,'mod/assign:manageoverrides',1,1734080239,0),(506,1,4,'mod/assign:showhiddengrader',1,1734080239,0),(507,1,3,'mod/assign:showhiddengrader',1,1734080239,0),(508,1,1,'mod/assign:showhiddengrader',1,1734080239,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734080239,0),(510,1,6,'mod/assignment:view',1,1734080240,0),(511,1,5,'mod/assignment:view',1,1734080240,0),(512,1,4,'mod/assignment:view',1,1734080240,0),(513,1,3,'mod/assignment:view',1,1734080240,0),(514,1,1,'mod/assignment:view',1,1734080240,0),(515,1,3,'mod/assignment:addinstance',1,1734080240,0),(516,1,1,'mod/assignment:addinstance',1,1734080240,0),(517,1,5,'mod/assignment:submit',1,1734080240,0),(518,1,4,'mod/assignment:grade',1,1734080240,0),(519,1,3,'mod/assignment:grade',1,1734080240,0),(520,1,1,'mod/assignment:grade',1,1734080240,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734080240,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734080240,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734080240,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734080240,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734080241,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734080241,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734080241,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734080241,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734080241,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734080241,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734080241,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734080242,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734080242,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(554,1,3,'mod/book:addinstance',1,1734080243,0),(555,1,1,'mod/book:addinstance',1,1734080243,0),(556,1,6,'mod/book:read',1,1734080243,0),(557,1,8,'mod/book:read',1,1734080243,0),(558,1,5,'mod/book:read',1,1734080243,0),(559,1,4,'mod/book:read',1,1734080243,0),(560,1,3,'mod/book:read',1,1734080243,0),(561,1,1,'mod/book:read',1,1734080243,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734080243,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734080243,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734080243,0),(565,1,3,'mod/book:edit',1,1734080243,0),(566,1,1,'mod/book:edit',1,1734080243,0),(567,1,3,'mod/chat:addinstance',1,1734080244,0),(568,1,1,'mod/chat:addinstance',1,1734080244,0),(569,1,5,'mod/chat:chat',1,1734080244,0),(570,1,4,'mod/chat:chat',1,1734080244,0),(571,1,3,'mod/chat:chat',1,1734080244,0),(572,1,1,'mod/chat:chat',1,1734080244,0),(573,1,5,'mod/chat:readlog',1,1734080244,0),(574,1,4,'mod/chat:readlog',1,1734080244,0),(575,1,3,'mod/chat:readlog',1,1734080244,0),(576,1,1,'mod/chat:readlog',1,1734080244,0),(577,1,4,'mod/chat:deletelog',1,1734080244,0),(578,1,3,'mod/chat:deletelog',1,1734080244,0),(579,1,1,'mod/chat:deletelog',1,1734080244,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734080244,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734080245,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734080245,0),(583,1,4,'mod/chat:exportsession',1,1734080245,0),(584,1,3,'mod/chat:exportsession',1,1734080245,0),(585,1,1,'mod/chat:exportsession',1,1734080245,0),(586,1,7,'mod/chat:view',1,1734080245,0),(587,1,6,'mod/chat:view',1,1734080245,0),(588,1,3,'mod/choice:addinstance',1,1734080245,0),(589,1,1,'mod/choice:addinstance',1,1734080245,0),(590,1,5,'mod/choice:choose',1,1734080245,0),(591,1,4,'mod/choice:choose',1,1734080245,0),(592,1,3,'mod/choice:choose',1,1734080245,0),(593,1,4,'mod/choice:readresponses',1,1734080246,0),(594,1,3,'mod/choice:readresponses',1,1734080246,0),(595,1,1,'mod/choice:readresponses',1,1734080246,0),(596,1,4,'mod/choice:deleteresponses',1,1734080246,0),(597,1,3,'mod/choice:deleteresponses',1,1734080246,0),(598,1,1,'mod/choice:deleteresponses',1,1734080246,0),(599,1,4,'mod/choice:downloadresponses',1,1734080246,0),(600,1,3,'mod/choice:downloadresponses',1,1734080246,0),(601,1,1,'mod/choice:downloadresponses',1,1734080246,0),(602,1,7,'mod/choice:view',1,1734080246,0),(603,1,6,'mod/choice:view',1,1734080246,0),(604,1,3,'mod/data:addinstance',1,1734080247,0),(605,1,1,'mod/data:addinstance',1,1734080247,0),(606,1,8,'mod/data:viewentry',1,1734080247,0),(607,1,6,'mod/data:viewentry',1,1734080247,0),(608,1,5,'mod/data:viewentry',1,1734080247,0),(609,1,4,'mod/data:viewentry',1,1734080247,0),(610,1,3,'mod/data:viewentry',1,1734080247,0),(611,1,1,'mod/data:viewentry',1,1734080247,0),(612,1,5,'mod/data:writeentry',1,1734080247,0),(613,1,4,'mod/data:writeentry',1,1734080247,0),(614,1,3,'mod/data:writeentry',1,1734080247,0),(615,1,1,'mod/data:writeentry',1,1734080247,0),(616,1,5,'mod/data:comment',1,1734080247,0),(617,1,4,'mod/data:comment',1,1734080247,0),(618,1,3,'mod/data:comment',1,1734080247,0),(619,1,1,'mod/data:comment',1,1734080247,0),(620,1,4,'mod/data:rate',1,1734080247,0),(621,1,3,'mod/data:rate',1,1734080247,0),(622,1,1,'mod/data:rate',1,1734080247,0),(623,1,4,'mod/data:viewrating',1,1734080248,0),(624,1,3,'mod/data:viewrating',1,1734080248,0),(625,1,1,'mod/data:viewrating',1,1734080248,0),(626,1,4,'mod/data:viewanyrating',1,1734080248,0),(627,1,3,'mod/data:viewanyrating',1,1734080248,0),(628,1,1,'mod/data:viewanyrating',1,1734080248,0),(629,1,4,'mod/data:viewallratings',1,1734080248,0),(630,1,3,'mod/data:viewallratings',1,1734080248,0),(631,1,1,'mod/data:viewallratings',1,1734080248,0),(632,1,4,'mod/data:approve',1,1734080248,0),(633,1,3,'mod/data:approve',1,1734080248,0),(634,1,1,'mod/data:approve',1,1734080248,0),(635,1,4,'mod/data:manageentries',1,1734080248,0),(636,1,3,'mod/data:manageentries',1,1734080248,0),(637,1,1,'mod/data:manageentries',1,1734080248,0),(638,1,4,'mod/data:managecomments',1,1734080248,0),(639,1,3,'mod/data:managecomments',1,1734080248,0),(640,1,1,'mod/data:managecomments',1,1734080248,0),(641,1,3,'mod/data:managetemplates',1,1734080248,0),(642,1,1,'mod/data:managetemplates',1,1734080248,0),(643,1,4,'mod/data:viewalluserpresets',1,1734080248,0),(644,1,3,'mod/data:viewalluserpresets',1,1734080248,0),(645,1,1,'mod/data:viewalluserpresets',1,1734080248,0),(646,1,1,'mod/data:manageuserpresets',1,1734080249,0),(647,1,1,'mod/data:exportentry',1,1734080249,0),(648,1,4,'mod/data:exportentry',1,1734080249,0),(649,1,3,'mod/data:exportentry',1,1734080249,0),(650,1,1,'mod/data:exportownentry',1,1734080249,0),(651,1,4,'mod/data:exportownentry',1,1734080249,0),(652,1,3,'mod/data:exportownentry',1,1734080249,0),(653,1,5,'mod/data:exportownentry',1,1734080249,0),(654,1,1,'mod/data:exportallentries',1,1734080249,0),(655,1,4,'mod/data:exportallentries',1,1734080249,0),(656,1,3,'mod/data:exportallentries',1,1734080249,0),(657,1,1,'mod/data:exportuserinfo',1,1734080249,0),(658,1,4,'mod/data:exportuserinfo',1,1734080249,0),(659,1,3,'mod/data:exportuserinfo',1,1734080249,0),(660,1,6,'mod/data:view',1,1734080249,0),(661,1,5,'mod/data:view',1,1734080249,0),(662,1,4,'mod/data:view',1,1734080249,0),(663,1,3,'mod/data:view',1,1734080249,0),(664,1,1,'mod/data:view',1,1734080249,0),(665,1,3,'mod/feedback:addinstance',1,1734080250,0),(666,1,1,'mod/feedback:addinstance',1,1734080251,0),(667,1,6,'mod/feedback:view',1,1734080251,0),(668,1,8,'mod/feedback:view',1,1734080251,0),(669,1,5,'mod/feedback:view',1,1734080251,0),(670,1,4,'mod/feedback:view',1,1734080251,0),(671,1,3,'mod/feedback:view',1,1734080251,0),(672,1,1,'mod/feedback:view',1,1734080251,0),(673,1,8,'mod/feedback:complete',1,1734080251,0),(674,1,5,'mod/feedback:complete',1,1734080251,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734080251,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734080251,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734080251,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734080251,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734080251,0),(680,1,1,'mod/feedback:mapcourse',1,1734080251,0),(681,1,3,'mod/feedback:edititems',1,1734080251,0),(682,1,1,'mod/feedback:edititems',1,1734080251,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734080251,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734080251,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734080251,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734080252,0),(687,1,3,'mod/feedback:deletetemplate',1,1734080252,0),(688,1,1,'mod/feedback:deletetemplate',1,1734080252,0),(689,1,4,'mod/feedback:viewreports',1,1734080252,0),(690,1,3,'mod/feedback:viewreports',1,1734080252,0),(691,1,1,'mod/feedback:viewreports',1,1734080252,0),(692,1,4,'mod/feedback:receivemail',1,1734080252,0),(693,1,3,'mod/feedback:receivemail',1,1734080252,0),(694,1,3,'mod/folder:addinstance',1,1734080252,0),(695,1,1,'mod/folder:addinstance',1,1734080252,0),(696,1,6,'mod/folder:view',1,1734080252,0),(697,1,7,'mod/folder:view',1,1734080252,0),(698,1,3,'mod/folder:managefiles',1,1734080252,0),(699,1,3,'mod/forum:addinstance',1,1734080254,0),(700,1,1,'mod/forum:addinstance',1,1734080254,0),(701,1,8,'mod/forum:viewdiscussion',1,1734080254,0),(702,1,6,'mod/forum:viewdiscussion',1,1734080254,0),(703,1,5,'mod/forum:viewdiscussion',1,1734080254,0),(704,1,4,'mod/forum:viewdiscussion',1,1734080254,0),(705,1,3,'mod/forum:viewdiscussion',1,1734080254,0),(706,1,1,'mod/forum:viewdiscussion',1,1734080254,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734080254,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734080254,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734080254,0),(710,1,5,'mod/forum:startdiscussion',1,1734080254,0),(711,1,4,'mod/forum:startdiscussion',1,1734080254,0),(712,1,3,'mod/forum:startdiscussion',1,1734080254,0),(713,1,1,'mod/forum:startdiscussion',1,1734080254,0),(714,1,5,'mod/forum:replypost',1,1734080255,0),(715,1,4,'mod/forum:replypost',1,1734080255,0),(716,1,3,'mod/forum:replypost',1,1734080255,0),(717,1,1,'mod/forum:replypost',1,1734080255,0),(718,1,4,'mod/forum:addnews',1,1734080255,0),(719,1,3,'mod/forum:addnews',1,1734080255,0),(720,1,1,'mod/forum:addnews',1,1734080255,0),(721,1,4,'mod/forum:replynews',1,1734080255,0),(722,1,3,'mod/forum:replynews',1,1734080255,0),(723,1,1,'mod/forum:replynews',1,1734080255,0),(724,1,5,'mod/forum:viewrating',1,1734080255,0),(725,1,4,'mod/forum:viewrating',1,1734080255,0),(726,1,3,'mod/forum:viewrating',1,1734080255,0),(727,1,1,'mod/forum:viewrating',1,1734080255,0),(728,1,4,'mod/forum:viewanyrating',1,1734080255,0),(729,1,3,'mod/forum:viewanyrating',1,1734080255,0),(730,1,1,'mod/forum:viewanyrating',1,1734080255,0),(731,1,4,'mod/forum:viewallratings',1,1734080255,0),(732,1,3,'mod/forum:viewallratings',1,1734080255,0),(733,1,1,'mod/forum:viewallratings',1,1734080255,0),(734,1,4,'mod/forum:rate',1,1734080255,0),(735,1,3,'mod/forum:rate',1,1734080255,0),(736,1,1,'mod/forum:rate',1,1734080255,0),(737,1,4,'mod/forum:postprivatereply',1,1734080256,0),(738,1,3,'mod/forum:postprivatereply',1,1734080256,0),(739,1,1,'mod/forum:postprivatereply',1,1734080256,0),(740,1,4,'mod/forum:readprivatereplies',1,1734080256,0),(741,1,3,'mod/forum:readprivatereplies',1,1734080256,0),(742,1,1,'mod/forum:readprivatereplies',1,1734080256,0),(743,1,5,'mod/forum:createattachment',1,1734080256,0),(744,1,4,'mod/forum:createattachment',1,1734080256,0),(745,1,3,'mod/forum:createattachment',1,1734080256,0),(746,1,1,'mod/forum:createattachment',1,1734080256,0),(747,1,5,'mod/forum:deleteownpost',1,1734080256,0),(748,1,4,'mod/forum:deleteownpost',1,1734080256,0),(749,1,3,'mod/forum:deleteownpost',1,1734080256,0),(750,1,1,'mod/forum:deleteownpost',1,1734080256,0),(751,1,4,'mod/forum:deleteanypost',1,1734080256,0),(752,1,3,'mod/forum:deleteanypost',1,1734080256,0),(753,1,1,'mod/forum:deleteanypost',1,1734080256,0),(754,1,4,'mod/forum:splitdiscussions',1,1734080256,0),(755,1,3,'mod/forum:splitdiscussions',1,1734080256,0),(756,1,1,'mod/forum:splitdiscussions',1,1734080256,0),(757,1,4,'mod/forum:movediscussions',1,1734080257,0),(758,1,3,'mod/forum:movediscussions',1,1734080257,0),(759,1,1,'mod/forum:movediscussions',1,1734080257,0),(760,1,4,'mod/forum:pindiscussions',1,1734080257,0),(761,1,3,'mod/forum:pindiscussions',1,1734080257,0),(762,1,1,'mod/forum:pindiscussions',1,1734080257,0),(763,1,4,'mod/forum:editanypost',1,1734080257,0),(764,1,3,'mod/forum:editanypost',1,1734080257,0),(765,1,1,'mod/forum:editanypost',1,1734080257,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734080257,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734080257,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734080257,0),(769,1,4,'mod/forum:viewsubscribers',1,1734080257,0),(770,1,3,'mod/forum:viewsubscribers',1,1734080257,0),(771,1,1,'mod/forum:viewsubscribers',1,1734080257,0),(772,1,4,'mod/forum:managesubscriptions',1,1734080257,0),(773,1,3,'mod/forum:managesubscriptions',1,1734080257,0),(774,1,1,'mod/forum:managesubscriptions',1,1734080257,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734080257,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734080257,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734080258,0),(778,1,4,'mod/forum:exportdiscussion',1,1734080258,0),(779,1,3,'mod/forum:exportdiscussion',1,1734080258,0),(780,1,1,'mod/forum:exportdiscussion',1,1734080258,0),(781,1,4,'mod/forum:exportforum',1,1734080258,0),(782,1,3,'mod/forum:exportforum',1,1734080258,0),(783,1,1,'mod/forum:exportforum',1,1734080258,0),(784,1,4,'mod/forum:exportpost',1,1734080258,0),(785,1,3,'mod/forum:exportpost',1,1734080258,0),(786,1,1,'mod/forum:exportpost',1,1734080258,0),(787,1,4,'mod/forum:exportownpost',1,1734080258,0),(788,1,3,'mod/forum:exportownpost',1,1734080258,0),(789,1,1,'mod/forum:exportownpost',1,1734080258,0),(790,1,5,'mod/forum:exportownpost',1,1734080258,0),(791,1,4,'mod/forum:addquestion',1,1734080258,0),(792,1,3,'mod/forum:addquestion',1,1734080258,0),(793,1,1,'mod/forum:addquestion',1,1734080258,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734080258,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734080259,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734080259,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734080259,0),(798,1,4,'mod/forum:canposttomygroups',1,1734080259,0),(799,1,3,'mod/forum:canposttomygroups',1,1734080259,0),(800,1,1,'mod/forum:canposttomygroups',1,1734080259,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734080259,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734080259,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734080259,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734080259,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734080259,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734080259,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734080259,0),(808,1,4,'mod/forum:grade',1,1734080259,0),(809,1,3,'mod/forum:grade',1,1734080259,0),(810,1,1,'mod/forum:grade',1,1734080259,0),(811,1,3,'mod/glossary:addinstance',1,1734080260,0),(812,1,1,'mod/glossary:addinstance',1,1734080260,0),(813,1,8,'mod/glossary:view',1,1734080260,0),(814,1,6,'mod/glossary:view',1,1734080260,0),(815,1,5,'mod/glossary:view',1,1734080260,0),(816,1,4,'mod/glossary:view',1,1734080260,0),(817,1,3,'mod/glossary:view',1,1734080260,0),(818,1,1,'mod/glossary:view',1,1734080260,0),(819,1,5,'mod/glossary:write',1,1734080260,0),(820,1,4,'mod/glossary:write',1,1734080260,0),(821,1,3,'mod/glossary:write',1,1734080260,0),(822,1,1,'mod/glossary:write',1,1734080261,0),(823,1,4,'mod/glossary:manageentries',1,1734080261,0),(824,1,3,'mod/glossary:manageentries',1,1734080261,0),(825,1,1,'mod/glossary:manageentries',1,1734080261,0),(826,1,4,'mod/glossary:managecategories',1,1734080261,0),(827,1,3,'mod/glossary:managecategories',1,1734080261,0),(828,1,1,'mod/glossary:managecategories',1,1734080261,0),(829,1,5,'mod/glossary:comment',1,1734080261,0),(830,1,4,'mod/glossary:comment',1,1734080261,0),(831,1,3,'mod/glossary:comment',1,1734080261,0),(832,1,1,'mod/glossary:comment',1,1734080261,0),(833,1,4,'mod/glossary:managecomments',1,1734080261,0),(834,1,3,'mod/glossary:managecomments',1,1734080261,0),(835,1,1,'mod/glossary:managecomments',1,1734080261,0),(836,1,4,'mod/glossary:import',1,1734080261,0),(837,1,3,'mod/glossary:import',1,1734080261,0),(838,1,1,'mod/glossary:import',1,1734080261,0),(839,1,4,'mod/glossary:export',1,1734080261,0),(840,1,3,'mod/glossary:export',1,1734080261,0),(841,1,1,'mod/glossary:export',1,1734080261,0),(842,1,4,'mod/glossary:approve',1,1734080261,0),(843,1,3,'mod/glossary:approve',1,1734080262,0),(844,1,1,'mod/glossary:approve',1,1734080262,0),(845,1,4,'mod/glossary:rate',1,1734080262,0),(846,1,3,'mod/glossary:rate',1,1734080262,0),(847,1,1,'mod/glossary:rate',1,1734080262,0),(848,1,4,'mod/glossary:viewrating',1,1734080262,0),(849,1,3,'mod/glossary:viewrating',1,1734080262,0),(850,1,1,'mod/glossary:viewrating',1,1734080262,0),(851,1,4,'mod/glossary:viewanyrating',1,1734080262,0),(852,1,3,'mod/glossary:viewanyrating',1,1734080262,0),(853,1,1,'mod/glossary:viewanyrating',1,1734080262,0),(854,1,4,'mod/glossary:viewallratings',1,1734080262,0),(855,1,3,'mod/glossary:viewallratings',1,1734080262,0),(856,1,1,'mod/glossary:viewallratings',1,1734080262,0),(857,1,4,'mod/glossary:exportentry',1,1734080262,0),(858,1,3,'mod/glossary:exportentry',1,1734080262,0),(859,1,1,'mod/glossary:exportentry',1,1734080262,0),(860,1,4,'mod/glossary:exportownentry',1,1734080262,0),(861,1,3,'mod/glossary:exportownentry',1,1734080262,0),(862,1,1,'mod/glossary:exportownentry',1,1734080262,0),(863,1,5,'mod/glossary:exportownentry',1,1734080262,0),(864,1,6,'mod/h5pactivity:view',1,1734080263,0),(865,1,5,'mod/h5pactivity:view',1,1734080263,0),(866,1,4,'mod/h5pactivity:view',1,1734080263,0),(867,1,3,'mod/h5pactivity:view',1,1734080263,0),(868,1,1,'mod/h5pactivity:view',1,1734080263,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734080263,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734080263,0),(871,1,5,'mod/h5pactivity:submit',1,1734080263,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734080263,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734080264,0),(874,1,6,'mod/imscp:view',1,1734080264,0),(875,1,7,'mod/imscp:view',1,1734080264,0),(876,1,3,'mod/imscp:addinstance',1,1734080264,0),(877,1,1,'mod/imscp:addinstance',1,1734080264,0),(878,1,3,'mod/label:addinstance',1,1734080264,0),(879,1,1,'mod/label:addinstance',1,1734080265,0),(880,1,7,'mod/label:view',1,1734080265,0),(881,1,6,'mod/label:view',1,1734080265,0),(882,1,3,'mod/lesson:addinstance',1,1734080265,0),(883,1,1,'mod/lesson:addinstance',1,1734080266,0),(884,1,3,'mod/lesson:edit',1,1734080266,0),(885,1,1,'mod/lesson:edit',1,1734080266,0),(886,1,4,'mod/lesson:grade',1,1734080266,0),(887,1,3,'mod/lesson:grade',1,1734080266,0),(888,1,1,'mod/lesson:grade',1,1734080266,0),(889,1,4,'mod/lesson:viewreports',1,1734080266,0),(890,1,3,'mod/lesson:viewreports',1,1734080266,0),(891,1,1,'mod/lesson:viewreports',1,1734080266,0),(892,1,4,'mod/lesson:manage',1,1734080266,0),(893,1,3,'mod/lesson:manage',1,1734080266,0),(894,1,1,'mod/lesson:manage',1,1734080266,0),(895,1,3,'mod/lesson:manageoverrides',1,1734080266,0),(896,1,1,'mod/lesson:manageoverrides',1,1734080266,0),(897,1,7,'mod/lesson:view',1,1734080266,0),(898,1,6,'mod/lesson:view',1,1734080266,0),(899,1,5,'mod/lti:view',1,1734080267,0),(900,1,4,'mod/lti:view',1,1734080267,0),(901,1,3,'mod/lti:view',1,1734080268,0),(902,1,1,'mod/lti:view',1,1734080268,0),(903,1,3,'mod/lti:addinstance',1,1734080268,0),(904,1,1,'mod/lti:addinstance',1,1734080268,0),(905,1,4,'mod/lti:manage',1,1734080268,0),(906,1,3,'mod/lti:manage',1,1734080268,0),(907,1,1,'mod/lti:manage',1,1734080268,0),(908,1,3,'mod/lti:addcoursetool',1,1734080268,0),(909,1,1,'mod/lti:addcoursetool',1,1734080268,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(912,1,3,'mod/lti:addmanualinstance',1,1734080268,0),(913,1,1,'mod/lti:addmanualinstance',1,1734080268,0),(914,1,3,'mod/lti:requesttooladd',1,1734080268,0),(915,1,1,'mod/lti:requesttooladd',1,1734080268,0),(916,1,6,'mod/page:view',1,1734080269,0),(917,1,7,'mod/page:view',1,1734080269,0),(918,1,3,'mod/page:addinstance',1,1734080269,0),(919,1,1,'mod/page:addinstance',1,1734080269,0),(920,1,6,'mod/quiz:view',1,1734080270,0),(921,1,5,'mod/quiz:view',1,1734080270,0),(922,1,4,'mod/quiz:view',1,1734080270,0),(923,1,3,'mod/quiz:view',1,1734080270,0),(924,1,1,'mod/quiz:view',1,1734080270,0),(925,1,3,'mod/quiz:addinstance',1,1734080270,0),(926,1,1,'mod/quiz:addinstance',1,1734080270,0),(927,1,5,'mod/quiz:attempt',1,1734080270,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734080270,0),(929,1,3,'mod/quiz:manage',1,1734080270,0),(930,1,1,'mod/quiz:manage',1,1734080270,0),(931,1,3,'mod/quiz:manageoverrides',1,1734080270,0),(932,1,1,'mod/quiz:manageoverrides',1,1734080270,0),(933,1,4,'mod/quiz:viewoverrides',1,1734080270,0),(934,1,3,'mod/quiz:viewoverrides',1,1734080270,0),(935,1,1,'mod/quiz:viewoverrides',1,1734080271,0),(936,1,4,'mod/quiz:preview',1,1734080271,0),(937,1,3,'mod/quiz:preview',1,1734080271,0),(938,1,1,'mod/quiz:preview',1,1734080271,0),(939,1,4,'mod/quiz:grade',1,1734080271,0),(940,1,3,'mod/quiz:grade',1,1734080271,0),(941,1,1,'mod/quiz:grade',1,1734080271,0),(942,1,4,'mod/quiz:regrade',1,1734080271,0),(943,1,3,'mod/quiz:regrade',1,1734080271,0),(944,1,1,'mod/quiz:regrade',1,1734080271,0),(945,1,4,'mod/quiz:viewreports',1,1734080271,0),(946,1,3,'mod/quiz:viewreports',1,1734080271,0),(947,1,1,'mod/quiz:viewreports',1,1734080271,0),(948,1,3,'mod/quiz:deleteattempts',1,1734080271,0),(949,1,1,'mod/quiz:deleteattempts',1,1734080271,0),(950,1,6,'mod/resource:view',1,1734080272,0),(951,1,7,'mod/resource:view',1,1734080272,0),(952,1,3,'mod/resource:addinstance',1,1734080272,0),(953,1,1,'mod/resource:addinstance',1,1734080272,0),(954,1,3,'mod/scorm:addinstance',1,1734080273,0),(955,1,1,'mod/scorm:addinstance',1,1734080273,0),(956,1,4,'mod/scorm:viewreport',1,1734080273,0),(957,1,3,'mod/scorm:viewreport',1,1734080273,0),(958,1,1,'mod/scorm:viewreport',1,1734080273,0),(959,1,5,'mod/scorm:skipview',1,1734080273,0),(960,1,5,'mod/scorm:savetrack',1,1734080273,0),(961,1,4,'mod/scorm:savetrack',1,1734080273,0),(962,1,3,'mod/scorm:savetrack',1,1734080273,0),(963,1,1,'mod/scorm:savetrack',1,1734080273,0),(964,1,5,'mod/scorm:viewscores',1,1734080274,0),(965,1,4,'mod/scorm:viewscores',1,1734080274,0),(966,1,3,'mod/scorm:viewscores',1,1734080274,0),(967,1,1,'mod/scorm:viewscores',1,1734080274,0),(968,1,4,'mod/scorm:deleteresponses',1,1734080274,0),(969,1,3,'mod/scorm:deleteresponses',1,1734080274,0),(970,1,1,'mod/scorm:deleteresponses',1,1734080274,0),(971,1,3,'mod/survey:addinstance',1,1734080275,0),(972,1,1,'mod/survey:addinstance',1,1734080275,0),(973,1,5,'mod/survey:participate',1,1734080275,0),(974,1,4,'mod/survey:participate',1,1734080275,0),(975,1,3,'mod/survey:participate',1,1734080275,0),(976,1,1,'mod/survey:participate',1,1734080275,0),(977,1,4,'mod/survey:readresponses',1,1734080275,0),(978,1,3,'mod/survey:readresponses',1,1734080275,0),(979,1,1,'mod/survey:readresponses',1,1734080275,0),(980,1,4,'mod/survey:download',1,1734080275,0),(981,1,3,'mod/survey:download',1,1734080275,0),(982,1,1,'mod/survey:download',1,1734080275,0),(983,1,6,'mod/url:view',1,1734080276,0),(984,1,7,'mod/url:view',1,1734080276,0),(985,1,3,'mod/url:addinstance',1,1734080276,0),(986,1,1,'mod/url:addinstance',1,1734080276,0),(987,1,3,'mod/wiki:addinstance',1,1734080277,0),(988,1,1,'mod/wiki:addinstance',1,1734080277,0),(989,1,6,'mod/wiki:viewpage',1,1734080277,0),(990,1,8,'mod/wiki:viewpage',1,1734080277,0),(991,1,5,'mod/wiki:viewpage',1,1734080277,0),(992,1,4,'mod/wiki:viewpage',1,1734080277,0),(993,1,3,'mod/wiki:viewpage',1,1734080277,0),(994,1,1,'mod/wiki:viewpage',1,1734080277,0),(995,1,5,'mod/wiki:editpage',1,1734080277,0),(996,1,4,'mod/wiki:editpage',1,1734080277,0),(997,1,3,'mod/wiki:editpage',1,1734080277,0),(998,1,1,'mod/wiki:editpage',1,1734080277,0),(999,1,5,'mod/wiki:createpage',1,1734080277,0),(1000,1,4,'mod/wiki:createpage',1,1734080277,0),(1001,1,3,'mod/wiki:createpage',1,1734080277,0),(1002,1,1,'mod/wiki:createpage',1,1734080277,0),(1003,1,5,'mod/wiki:viewcomment',1,1734080277,0),(1004,1,4,'mod/wiki:viewcomment',1,1734080277,0),(1005,1,3,'mod/wiki:viewcomment',1,1734080277,0),(1006,1,1,'mod/wiki:viewcomment',1,1734080278,0),(1007,1,5,'mod/wiki:editcomment',1,1734080278,0),(1008,1,4,'mod/wiki:editcomment',1,1734080278,0),(1009,1,3,'mod/wiki:editcomment',1,1734080278,0),(1010,1,1,'mod/wiki:editcomment',1,1734080278,0),(1011,1,4,'mod/wiki:managecomment',1,1734080278,0),(1012,1,3,'mod/wiki:managecomment',1,1734080278,0),(1013,1,1,'mod/wiki:managecomment',1,1734080278,0),(1014,1,4,'mod/wiki:managefiles',1,1734080278,0),(1015,1,3,'mod/wiki:managefiles',1,1734080278,0),(1016,1,1,'mod/wiki:managefiles',1,1734080278,0),(1017,1,4,'mod/wiki:overridelock',1,1734080278,0),(1018,1,3,'mod/wiki:overridelock',1,1734080278,0),(1019,1,1,'mod/wiki:overridelock',1,1734080278,0),(1020,1,4,'mod/wiki:managewiki',1,1734080278,0),(1021,1,3,'mod/wiki:managewiki',1,1734080278,0),(1022,1,1,'mod/wiki:managewiki',1,1734080278,0),(1023,1,6,'mod/workshop:view',1,1734080279,0),(1024,1,5,'mod/workshop:view',1,1734080279,0),(1025,1,4,'mod/workshop:view',1,1734080279,0),(1026,1,3,'mod/workshop:view',1,1734080279,0),(1027,1,1,'mod/workshop:view',1,1734080279,0),(1028,1,3,'mod/workshop:addinstance',1,1734080279,0),(1029,1,1,'mod/workshop:addinstance',1,1734080279,0),(1030,1,4,'mod/workshop:switchphase',1,1734080279,0),(1031,1,3,'mod/workshop:switchphase',1,1734080279,0),(1032,1,1,'mod/workshop:switchphase',1,1734080279,0),(1033,1,3,'mod/workshop:editdimensions',1,1734080279,0),(1034,1,1,'mod/workshop:editdimensions',1,1734080279,0),(1035,1,5,'mod/workshop:submit',1,1734080280,0),(1036,1,5,'mod/workshop:peerassess',1,1734080280,0),(1037,1,4,'mod/workshop:manageexamples',1,1734080280,0),(1038,1,3,'mod/workshop:manageexamples',1,1734080280,0),(1039,1,1,'mod/workshop:manageexamples',1,1734080280,0),(1040,1,4,'mod/workshop:allocate',1,1734080280,0),(1041,1,3,'mod/workshop:allocate',1,1734080280,0),(1042,1,1,'mod/workshop:allocate',1,1734080280,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734080280,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734080280,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734080280,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734080280,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734080280,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734080280,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734080280,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734080280,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734080280,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734080280,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734080280,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734080281,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734080281,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734080281,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734080281,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734080281,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734080281,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734080281,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734080281,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734080281,0),(1067,1,4,'mod/workshop:overridegrades',1,1734080281,0),(1068,1,3,'mod/workshop:overridegrades',1,1734080281,0),(1069,1,1,'mod/workshop:overridegrades',1,1734080281,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734080281,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734080281,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734080281,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734080281,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734080281,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734080282,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734080282,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734080282,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734080282,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734080282,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734080284,0),(1081,1,1,'enrol/category:config',1,1734080285,0),(1082,1,3,'enrol/category:config',1,1734080285,0),(1083,1,3,'enrol/cohort:config',1,1734080286,0),(1084,1,1,'enrol/cohort:config',1,1734080286,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080286,0),(1086,1,1,'enrol/database:unenrol',1,1734080286,0),(1087,1,1,'enrol/database:config',1,1734080286,0),(1088,1,3,'enrol/database:config',1,1734080286,0),(1089,1,1,'enrol/fee:config',1,1734080286,0),(1090,1,1,'enrol/fee:manage',1,1734080286,0),(1091,1,3,'enrol/fee:manage',1,1734080286,0),(1092,1,1,'enrol/fee:unenrol',1,1734080286,0),(1093,1,1,'enrol/guest:config',1,1734080287,0),(1094,1,3,'enrol/guest:config',1,1734080287,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080287,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080287,0),(1097,1,1,'enrol/ldap:manage',1,1734080287,0),(1098,1,1,'enrol/lti:config',1,1734080289,0),(1099,1,3,'enrol/lti:config',1,1734080289,0),(1100,1,1,'enrol/lti:unenrol',1,1734080289,0),(1101,1,3,'enrol/lti:unenrol',1,1734080289,0),(1102,1,1,'enrol/manual:config',1,1734080289,0),(1103,1,1,'enrol/manual:enrol',1,1734080289,0),(1104,1,3,'enrol/manual:enrol',1,1734080290,0),(1105,1,1,'enrol/manual:manage',1,1734080290,0),(1106,1,3,'enrol/manual:manage',1,1734080290,0),(1107,1,1,'enrol/manual:unenrol',1,1734080290,0),(1108,1,3,'enrol/manual:unenrol',1,1734080290,0),(1109,1,1,'enrol/meta:config',1,1734080290,0),(1110,1,3,'enrol/meta:config',1,1734080290,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080290,0),(1112,1,1,'enrol/meta:unenrol',1,1734080290,0),(1113,1,1,'enrol/mnet:config',1,1734080290,0),(1114,1,3,'enrol/mnet:config',1,1734080290,0),(1115,1,1,'enrol/paypal:config',1,1734080291,0),(1116,1,1,'enrol/paypal:manage',1,1734080291,0),(1117,1,3,'enrol/paypal:manage',1,1734080291,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080291,0),(1119,1,3,'enrol/self:config',1,1734080291,0),(1120,1,1,'enrol/self:config',1,1734080291,0),(1121,1,3,'enrol/self:manage',1,1734080291,0),(1122,1,1,'enrol/self:manage',1,1734080291,0),(1123,1,5,'enrol/self:unenrolself',1,1734080291,0),(1124,1,3,'enrol/self:unenrol',1,1734080292,0),(1125,1,1,'enrol/self:unenrol',1,1734080292,0),(1126,1,7,'enrol/self:enrolself',1,1734080292,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080292,0),(1128,1,3,'block/accessreview:addinstance',1,1734080293,0),(1129,1,1,'block/accessreview:addinstance',1,1734080293,0),(1130,1,3,'block/accessreview:view',1,1734080293,0),(1131,1,1,'block/accessreview:view',1,1734080293,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080294,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080294,0),(1134,1,3,'block/activity_results:addinstance',1,1734080294,0),(1135,1,1,'block/activity_results:addinstance',1,1734080294,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080294,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080294,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080295,0),(1139,1,3,'block/badges:addinstance',1,1734080295,0),(1140,1,1,'block/badges:addinstance',1,1734080295,0),(1141,1,7,'block/badges:myaddinstance',1,1734080295,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080295,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080295,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080295,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080295,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080296,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080296,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080296,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080296,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080296,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080296,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080297,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080297,0),(1154,1,7,'block/comments:myaddinstance',1,1734080297,0),(1155,1,3,'block/comments:addinstance',1,1734080297,0),(1156,1,1,'block/comments:addinstance',1,1734080297,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080297,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080297,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080297,0),(1160,1,3,'block/course_list:addinstance',1,1734080297,0),(1161,1,1,'block/course_list:addinstance',1,1734080297,0),(1162,1,3,'block/course_summary:addinstance',1,1734080298,0),(1163,1,1,'block/course_summary:addinstance',1,1734080298,0),(1164,1,3,'block/feedback:addinstance',1,1734080298,0),(1165,1,1,'block/feedback:addinstance',1,1734080298,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080298,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080298,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080298,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080298,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080298,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080299,0),(1172,1,7,'block/html:myaddinstance',1,1734080299,0),(1173,1,3,'block/html:addinstance',1,1734080299,0),(1174,1,1,'block/html:addinstance',1,1734080299,0),(1175,1,3,'block/login:addinstance',1,1734080299,0),(1176,1,1,'block/login:addinstance',1,1734080299,0),(1177,1,3,'block/lp:addinstance',1,1734080299,0),(1178,1,1,'block/lp:addinstance',1,1734080299,0),(1179,1,7,'block/lp:myaddinstance',1,1734080299,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080300,0),(1181,1,3,'block/mentees:addinstance',1,1734080300,0),(1182,1,1,'block/mentees:addinstance',1,1734080300,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080300,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080300,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080300,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080300,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080300,0),(1188,1,3,'block/myprofile:addinstance',1,1734080300,0),(1189,1,1,'block/myprofile:addinstance',1,1734080300,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080301,0),(1191,1,3,'block/navigation:addinstance',1,1734080301,0),(1192,1,1,'block/navigation:addinstance',1,1734080301,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080301,0),(1194,1,3,'block/news_items:addinstance',1,1734080301,0),(1195,1,1,'block/news_items:addinstance',1,1734080301,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080301,0),(1197,1,3,'block/online_users:addinstance',1,1734080301,0),(1198,1,1,'block/online_users:addinstance',1,1734080301,0),(1199,1,7,'block/online_users:viewlist',1,1734080301,0),(1200,1,6,'block/online_users:viewlist',-1,1734080301,0),(1201,1,5,'block/online_users:viewlist',1,1734080301,0),(1202,1,4,'block/online_users:viewlist',1,1734080301,0),(1203,1,3,'block/online_users:viewlist',1,1734080301,0),(1204,1,1,'block/online_users:viewlist',1,1734080301,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080302,0),(1206,1,3,'block/private_files:addinstance',1,1734080302,0),(1207,1,1,'block/private_files:addinstance',1,1734080302,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080302,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080302,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080302,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080302,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080302,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080303,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080303,0),(1215,1,3,'block/rss_client:addinstance',1,1734080303,0),(1216,1,1,'block/rss_client:addinstance',1,1734080303,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080303,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080303,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080303,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080303,0),(1221,1,3,'block/search_forums:addinstance',1,1734080304,0),(1222,1,1,'block/search_forums:addinstance',1,1734080304,0),(1223,1,3,'block/section_links:addinstance',1,1734080304,0),(1224,1,1,'block/section_links:addinstance',1,1734080304,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080304,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080304,0),(1227,1,7,'block/settings:myaddinstance',1,1734080304,0),(1228,1,3,'block/settings:addinstance',1,1734080305,0),(1229,1,1,'block/settings:addinstance',1,1734080305,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080305,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080305,0),(1232,1,3,'block/social_activities:addinstance',1,1734080305,0),(1233,1,1,'block/social_activities:addinstance',1,1734080305,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080305,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080305,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080305,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080306,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080306,0),(1239,1,7,'block/tags:myaddinstance',1,1734080306,0),(1240,1,3,'block/tags:addinstance',1,1734080306,0),(1241,1,1,'block/tags:addinstance',1,1734080306,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080306,0),(1243,1,4,'report/completion:view',1,1734080312,0),(1244,1,3,'report/completion:view',1,1734080312,0),(1245,1,1,'report/completion:view',1,1734080312,0),(1246,1,4,'report/courseoverview:view',1,1734080312,0),(1247,1,3,'report/courseoverview:view',1,1734080312,0),(1248,1,1,'report/courseoverview:view',1,1734080312,0),(1249,1,4,'report/log:view',1,1734080313,0),(1250,1,3,'report/log:view',1,1734080313,0),(1251,1,1,'report/log:view',1,1734080313,0),(1252,1,4,'report/log:viewtoday',1,1734080313,0),(1253,1,3,'report/log:viewtoday',1,1734080313,0),(1254,1,1,'report/log:viewtoday',1,1734080313,0),(1255,1,4,'report/loglive:view',1,1734080314,0),(1256,1,3,'report/loglive:view',1,1734080314,0),(1257,1,1,'report/loglive:view',1,1734080314,0),(1258,1,4,'report/outline:view',1,1734080314,0),(1259,1,3,'report/outline:view',1,1734080314,0),(1260,1,1,'report/outline:view',1,1734080314,0),(1261,1,4,'report/outline:viewuserreport',1,1734080314,0),(1262,1,3,'report/outline:viewuserreport',1,1734080314,0),(1263,1,1,'report/outline:viewuserreport',1,1734080314,0),(1264,1,4,'report/participation:view',1,1734080314,0),(1265,1,3,'report/participation:view',1,1734080314,0),(1266,1,1,'report/participation:view',1,1734080315,0),(1267,1,1,'report/performance:view',1,1734080315,0),(1268,1,4,'report/progress:view',1,1734080315,0),(1269,1,3,'report/progress:view',1,1734080315,0),(1270,1,1,'report/progress:view',1,1734080315,0),(1271,1,1,'report/security:view',1,1734080315,0),(1272,1,4,'report/stats:view',1,1734080315,0),(1273,1,3,'report/stats:view',1,1734080315,0),(1274,1,1,'report/stats:view',1,1734080316,0),(1275,1,1,'report/status:view',1,1734080316,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080316,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080316,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080316,0),(1279,1,4,'gradeexport/ods:view',1,1734080316,0),(1280,1,3,'gradeexport/ods:view',1,1734080316,0),(1281,1,1,'gradeexport/ods:view',1,1734080316,0),(1282,1,1,'gradeexport/ods:publish',1,1734080316,0),(1283,1,4,'gradeexport/txt:view',1,1734080317,0),(1284,1,3,'gradeexport/txt:view',1,1734080317,0),(1285,1,1,'gradeexport/txt:view',1,1734080317,0),(1286,1,1,'gradeexport/txt:publish',1,1734080317,0),(1287,1,4,'gradeexport/xls:view',1,1734080317,0),(1288,1,3,'gradeexport/xls:view',1,1734080317,0),(1289,1,1,'gradeexport/xls:view',1,1734080317,0),(1290,1,1,'gradeexport/xls:publish',1,1734080317,0),(1291,1,4,'gradeexport/xml:view',1,1734080317,0),(1292,1,3,'gradeexport/xml:view',1,1734080317,0),(1293,1,1,'gradeexport/xml:view',1,1734080317,0),(1294,1,1,'gradeexport/xml:publish',1,1734080317,0),(1295,1,3,'gradeimport/csv:view',1,1734080318,0),(1296,1,1,'gradeimport/csv:view',1,1734080318,0),(1297,1,3,'gradeimport/direct:view',1,1734080318,0),(1298,1,1,'gradeimport/direct:view',1,1734080318,0),(1299,1,3,'gradeimport/xml:view',1,1734080318,0),(1300,1,1,'gradeimport/xml:view',1,1734080318,0),(1301,1,1,'gradeimport/xml:publish',1,1734080318,0),(1302,1,4,'gradereport/grader:view',1,1734080318,0),(1303,1,3,'gradereport/grader:view',1,1734080318,0),(1304,1,1,'gradereport/grader:view',1,1734080318,0),(1305,1,4,'gradereport/history:view',1,1734080319,0),(1306,1,3,'gradereport/history:view',1,1734080319,0),(1307,1,1,'gradereport/history:view',1,1734080319,0),(1308,1,4,'gradereport/outcomes:view',1,1734080319,0),(1309,1,3,'gradereport/outcomes:view',1,1734080319,0),(1310,1,1,'gradereport/outcomes:view',1,1734080319,0),(1311,1,7,'gradereport/overview:view',1,1734080319,0),(1312,1,3,'gradereport/singleview:view',1,1734080319,0),(1313,1,1,'gradereport/singleview:view',1,1734080319,0),(1314,1,3,'gradereport/summary:view',1,1734080320,0),(1315,1,4,'gradereport/summary:view',1,1734080320,0),(1316,1,1,'gradereport/summary:view',1,1734080320,0),(1317,1,5,'gradereport/user:view',1,1734080320,0),(1318,1,4,'gradereport/user:view',1,1734080320,0),(1319,1,3,'gradereport/user:view',1,1734080320,0),(1320,1,1,'gradereport/user:view',1,1734080320,0),(1321,1,7,'repository/areafiles:view',1,1734080322,0),(1322,1,2,'repository/contentbank:view',1,1734080323,0),(1323,1,3,'repository/contentbank:view',1,1734080323,0),(1324,1,1,'repository/contentbank:view',1,1734080323,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080323,0),(1331,1,2,'repository/coursefiles:view',1,1734080323,0),(1332,1,4,'repository/coursefiles:view',1,1734080323,0),(1333,1,3,'repository/coursefiles:view',1,1734080323,0),(1334,1,1,'repository/coursefiles:view',1,1734080323,0),(1335,1,7,'repository/dropbox:view',1,1734080324,0),(1336,1,7,'repository/equella:view',1,1734080324,0),(1337,1,2,'repository/filesystem:view',1,1734080324,0),(1338,1,4,'repository/filesystem:view',1,1734080324,0),(1339,1,3,'repository/filesystem:view',1,1734080324,0),(1340,1,1,'repository/filesystem:view',1,1734080324,0),(1341,1,7,'repository/flickr:view',1,1734080324,0),(1342,1,7,'repository/flickr_public:view',1,1734080325,0),(1343,1,7,'repository/googledocs:view',1,1734080325,0),(1344,1,2,'repository/local:view',1,1734080325,0),(1345,1,4,'repository/local:view',1,1734080325,0),(1346,1,3,'repository/local:view',1,1734080325,0),(1347,1,1,'repository/local:view',1,1734080325,0),(1348,1,7,'repository/merlot:view',1,1734080325,0),(1349,1,7,'repository/nextcloud:view',1,1734080326,0),(1350,1,7,'repository/onedrive:view',1,1734080326,0),(1351,1,7,'repository/recent:view',1,1734080326,0),(1352,1,7,'repository/s3:view',1,1734080326,0),(1353,1,7,'repository/upload:view',1,1734080327,0),(1354,1,7,'repository/url:view',1,1734080327,0),(1355,1,7,'repository/user:view',1,1734080327,0),(1356,1,2,'repository/webdav:view',1,1734080327,0),(1357,1,4,'repository/webdav:view',1,1734080327,0),(1358,1,3,'repository/webdav:view',1,1734080328,0),(1359,1,1,'repository/webdav:view',1,1734080328,0),(1360,1,7,'repository/wikimedia:view',1,1734080328,0),(1361,1,7,'repository/youtube:view',1,1734080328,0),(1362,1,3,'moodle/question:commentmine',1,1734080330,0),(1363,1,1,'moodle/question:commentmine',1,1734080330,0),(1364,1,3,'moodle/question:commentall',1,1734080330,0),(1365,1,1,'moodle/question:commentall',1,1734080330,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080331,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080337,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080337,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080337,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080337,0),(1373,1,1,'tool/customlang:view',1,1734080338,0),(1374,1,1,'tool/customlang:edit',1,1734080338,0),(1375,1,1,'tool/customlang:export',1,1734080338,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080339,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080339,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080341,0),(1379,1,4,'tool/monitor:subscribe',1,1734080342,0),(1380,1,3,'tool/monitor:subscribe',1,1734080342,0),(1381,1,1,'tool/monitor:subscribe',1,1734080342,0),(1382,1,4,'tool/monitor:managerules',1,1734080342,0),(1383,1,3,'tool/monitor:managerules',1,1734080342,0),(1384,1,1,'tool/monitor:managerules',1,1734080342,0),(1385,1,1,'tool/monitor:managetool',1,1734080342,0),(1386,1,7,'tool/policy:accept',1,1734080344,0),(1387,1,1,'tool/policy:managedocs',1,1734080344,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080344,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080345,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080345,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080345,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080345,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080345,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080345,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080345,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080346,0),(1397,1,1,'tool/usertours:managetours',1,1734080347,0),(1398,1,1,'contenttype/h5p:access',1,1734080348,0),(1399,1,2,'contenttype/h5p:access',1,1734080348,0),(1400,1,3,'contenttype/h5p:access',1,1734080348,0),(1401,1,1,'contenttype/h5p:upload',1,1734080348,0),(1402,1,2,'contenttype/h5p:upload',1,1734080348,0),(1403,1,3,'contenttype/h5p:upload',1,1734080349,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080349,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080349,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080349,0),(1407,1,3,'booktool/importhtml:import',1,1734080352,0),(1408,1,1,'booktool/importhtml:import',1,1734080352,0),(1409,1,6,'booktool/print:print',1,1734080352,0),(1410,1,8,'booktool/print:print',1,1734080353,0),(1411,1,5,'booktool/print:print',1,1734080353,0),(1412,1,4,'booktool/print:print',1,1734080353,0),(1413,1,3,'booktool/print:print',1,1734080353,0),(1414,1,1,'booktool/print:print',1,1734080353,0),(1415,1,4,'forumreport/summary:view',1,1734080355,0),(1416,1,3,'forumreport/summary:view',1,1734080355,0),(1417,1,1,'forumreport/summary:view',1,1734080355,0),(1418,1,4,'forumreport/summary:viewall',1,1734080355,0),(1419,1,3,'forumreport/summary:viewall',1,1734080355,0),(1420,1,1,'forumreport/summary:viewall',1,1734080355,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080356,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080357,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080357,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080357,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080357,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080357,0),(1427,1,4,'quiz/statistics:view',1,1734080358,0),(1428,1,3,'quiz/statistics:view',1,1734080358,0),(1429,1,1,'quiz/statistics:view',1,1734080358,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080359,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080359,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080359,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080359,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080360,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080360,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080361,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080361,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080362,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1481,1,3,'atto/h5p:addembed',1,1734080367,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080368,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080368,0),(1484,1,3,'tiny/h5p:addembed',1,1734080370,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080370,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080371,0),(1487,1,7,'webservice/rest:use',1,1734080418,2); +/*!40000 ALTER TABLE `t_role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_context_levels` +-- Table structure for table `t_role_context_levels` -- -DROP TABLE IF EXISTS `m_role_context_levels`; +DROP TABLE IF EXISTS `t_role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_context_levels` ( +CREATE TABLE `t_role_context_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `contextlevel` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), - KEY `m_rolecontleve_rol_ix` (`roleid`) + UNIQUE KEY `t_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `t_rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- Dumping data for table `t_role_context_levels` -- -LOCK TABLES `m_role_context_levels` WRITE; -/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; -INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +LOCK TABLES `t_role_context_levels` WRITE; +/*!40000 ALTER TABLE `t_role_context_levels` DISABLE KEYS */; +INSERT INTO `t_role_context_levels` 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 `t_role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_names` +-- Table structure for table `t_role_names` -- -DROP TABLE IF EXISTS `m_role_names`; +DROP TABLE IF EXISTS `t_role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_names` ( +CREATE TABLE `t_role_names` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), - KEY `m_rolename_rol_ix` (`roleid`), - KEY `m_rolename_con_ix` (`contextid`) + UNIQUE KEY `t_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `t_rolename_rol_ix` (`roleid`), + KEY `t_rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_names` +-- Dumping data for table `t_role_names` -- -LOCK TABLES `m_role_names` WRITE; -/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +LOCK TABLES `t_role_names` WRITE; +/*!40000 ALTER TABLE `t_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_names` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale` +-- Table structure for table `t_scale` -- -DROP TABLE IF EXISTS `m_scale`; +DROP TABLE IF EXISTS `t_scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale` ( +CREATE TABLE `t_scale` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12134,29 +43737,29 @@ CREATE TABLE `m_scale` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scal_cou_ix` (`courseid`), - KEY `m_scal_use_ix` (`userid`) + KEY `t_scal_cou_ix` (`courseid`), + KEY `t_scal_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale` +-- Dumping data for table `t_scale` -- -LOCK TABLES `m_scale` WRITE; -/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; -INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); -/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +LOCK TABLES `t_scale` WRITE; +/*!40000 ALTER TABLE `t_scale` DISABLE KEYS */; +INSERT INTO `t_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734080194),(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,1734080194); +/*!40000 ALTER TABLE `t_scale` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale_history` +-- Table structure for table `t_scale_history` -- -DROP TABLE IF EXISTS `m_scale_history`; +DROP TABLE IF EXISTS `t_scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale_history` ( +CREATE TABLE `t_scale_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -12169,32 +43772,32 @@ CREATE TABLE `m_scale_history` ( `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scalhist_act_ix` (`action`), - KEY `m_scalhist_tim_ix` (`timemodified`), - KEY `m_scalhist_old_ix` (`oldid`), - KEY `m_scalhist_cou_ix` (`courseid`), - KEY `m_scalhist_log_ix` (`loggeduser`), - KEY `m_scalhist_use_ix` (`userid`) + KEY `t_scalhist_act_ix` (`action`), + KEY `t_scalhist_tim_ix` (`timemodified`), + KEY `t_scalhist_old_ix` (`oldid`), + KEY `t_scalhist_cou_ix` (`courseid`), + KEY `t_scalhist_log_ix` (`loggeduser`), + KEY `t_scalhist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale_history` +-- Dumping data for table `t_scale_history` -- -LOCK TABLES `m_scale_history` WRITE; -/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +LOCK TABLES `t_scale_history` WRITE; +/*!40000 ALTER TABLE `t_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scale_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm` +-- Table structure for table `t_scorm` -- -DROP TABLE IF EXISTS `m_scorm`; +DROP TABLE IF EXISTS `t_scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm` ( +CREATE TABLE `t_scorm` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12237,27 +43840,27 @@ CREATE TABLE `m_scorm` ( `completionstatusallscos` tinyint(1) DEFAULT NULL, `autocommit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scor_cou_ix` (`course`) + KEY `t_scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- Dumping data for table `t_scorm` -- -LOCK TABLES `m_scorm` WRITE; -/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +LOCK TABLES `t_scorm` WRITE; +/*!40000 ALTER TABLE `t_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_aicc_session` +-- Table structure for table `t_scorm_aicc_session` -- -DROP TABLE IF EXISTS `m_scorm_aicc_session`; +DROP TABLE IF EXISTS `t_scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_aicc_session` ( +CREATE TABLE `t_scorm_aicc_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', @@ -12271,28 +43874,28 @@ CREATE TABLE `m_scorm_aicc_session` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scoraiccsess_sco_ix` (`scormid`), - KEY `m_scoraiccsess_use_ix` (`userid`) + KEY `t_scoraiccsess_sco_ix` (`scormid`), + KEY `t_scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_aicc_session` +-- Dumping data for table `t_scorm_aicc_session` -- -LOCK TABLES `m_scorm_aicc_session` WRITE; -/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +LOCK TABLES `t_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `t_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes` +-- Table structure for table `t_scorm_scoes` -- -DROP TABLE IF EXISTS `m_scorm_scoes`; +DROP TABLE IF EXISTS `t_scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes` ( +CREATE TABLE `t_scorm_scoes` ( `id` bigint NOT NULL AUTO_INCREMENT, `scorm` bigint NOT NULL DEFAULT '0', `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12304,53 +43907,53 @@ CREATE TABLE `m_scorm_scoes` ( `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scorscoe_sco_ix` (`scorm`) + KEY `t_scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes` +-- Dumping data for table `t_scorm_scoes` -- -LOCK TABLES `m_scorm_scoes` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +LOCK TABLES `t_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_data` +-- Table structure for table `t_scorm_scoes_data` -- -DROP TABLE IF EXISTS `m_scorm_scoes_data`; +DROP TABLE IF EXISTS `t_scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_data` ( +CREATE TABLE `t_scorm_scoes_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scorscoedata_sco_ix` (`scoid`) + KEY `t_scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_data` +-- Dumping data for table `t_scorm_scoes_data` -- -LOCK TABLES `m_scorm_scoes_data` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +LOCK TABLES `t_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_track` +-- Table structure for table `t_scorm_scoes_track` -- -DROP TABLE IF EXISTS `m_scorm_scoes_track`; +DROP TABLE IF EXISTS `t_scorm_scoes_track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_track` ( +CREATE TABLE `t_scorm_scoes_track` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', @@ -12360,30 +43963,30 @@ CREATE TABLE `m_scorm_scoes_track` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), - KEY `m_scorscoetrac_use_ix` (`userid`), - KEY `m_scorscoetrac_sco_ix` (`scormid`), - KEY `m_scorscoetrac_sco2_ix` (`scoid`) + UNIQUE KEY `t_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `t_scorscoetrac_use_ix` (`userid`), + KEY `t_scorscoetrac_sco_ix` (`scormid`), + KEY `t_scorscoetrac_sco2_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_track` +-- Dumping data for table `t_scorm_scoes_track` -- -LOCK TABLES `m_scorm_scoes_track` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +LOCK TABLES `t_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_track` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_mapinfo` +-- Table structure for table `t_scorm_seq_mapinfo` -- -DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +DROP TABLE IF EXISTS `t_scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_mapinfo` ( +CREATE TABLE `t_scorm_seq_mapinfo` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `objectiveid` bigint NOT NULL DEFAULT '0', @@ -12393,29 +43996,29 @@ CREATE TABLE `m_scorm_seq_mapinfo` ( `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), - KEY `m_scorseqmapi_sco_ix` (`scoid`), - KEY `m_scorseqmapi_obj_ix` (`objectiveid`) + UNIQUE KEY `t_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `t_scorseqmapi_sco_ix` (`scoid`), + KEY `t_scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_mapinfo` +-- Dumping data for table `t_scorm_seq_mapinfo` -- -LOCK TABLES `m_scorm_seq_mapinfo` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +LOCK TABLES `t_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_objective` +-- Table structure for table `t_scorm_seq_objective` -- -DROP TABLE IF EXISTS `m_scorm_seq_objective`; +DROP TABLE IF EXISTS `t_scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_objective` ( +CREATE TABLE `t_scorm_seq_objective` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `primaryobj` tinyint(1) NOT NULL DEFAULT '0', @@ -12423,28 +44026,28 @@ CREATE TABLE `m_scorm_seq_objective` ( `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqobje_sco_ix` (`scoid`) + UNIQUE KEY `t_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_objective` +-- Dumping data for table `t_scorm_seq_objective` -- -LOCK TABLES `m_scorm_seq_objective` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +LOCK TABLES `t_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprule` +-- Table structure for table `t_scorm_seq_rolluprule` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +DROP TABLE IF EXISTS `t_scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprule` ( +CREATE TABLE `t_scorm_seq_rolluprule` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12453,57 +44056,57 @@ CREATE TABLE `m_scorm_seq_rolluprule` ( `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqroll_sco_ix` (`scoid`) + UNIQUE KEY `t_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprule` +-- Dumping data for table `t_scorm_seq_rolluprule` -- -LOCK TABLES `m_scorm_seq_rolluprule` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +LOCK TABLES `t_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprulecond` +-- Table structure for table `t_scorm_seq_rolluprulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +DROP TABLE IF EXISTS `t_scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprulecond` ( +CREATE TABLE `t_scorm_seq_rolluprulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `rollupruleid` bigint NOT NULL DEFAULT '0', `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), - KEY `m_scorseqroll_sco2_ix` (`scoid`), - KEY `m_scorseqroll_rol_ix` (`rollupruleid`) + UNIQUE KEY `t_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `t_scorseqroll_sco2_ix` (`scoid`), + KEY `t_scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprulecond` +-- Dumping data for table `t_scorm_seq_rolluprulecond` -- -LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +LOCK TABLES `t_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rulecond` +-- Table structure for table `t_scorm_seq_rulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +DROP TABLE IF EXISTS `t_scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rulecond` ( +CREATE TABLE `t_scorm_seq_rulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `ruleconditionsid` bigint NOT NULL DEFAULT '0', @@ -12512,57 +44115,57 @@ CREATE TABLE `m_scorm_seq_rulecond` ( `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), - KEY `m_scorseqrule_sco2_ix` (`scoid`), - KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) + UNIQUE KEY `t_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `t_scorseqrule_sco2_ix` (`scoid`), + KEY `t_scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rulecond` +-- Dumping data for table `t_scorm_seq_rulecond` -- -LOCK TABLES `m_scorm_seq_rulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +LOCK TABLES `t_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_ruleconds` +-- Table structure for table `t_scorm_seq_ruleconds` -- -DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +DROP TABLE IF EXISTS `t_scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_ruleconds` ( +CREATE TABLE `t_scorm_seq_ruleconds` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `ruletype` tinyint NOT NULL DEFAULT '0', `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqrule_sco_ix` (`scoid`) + UNIQUE KEY `t_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_ruleconds` +-- Dumping data for table `t_scorm_seq_ruleconds` -- -LOCK TABLES `m_scorm_seq_ruleconds` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +LOCK TABLES `t_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_index_requests` +-- Table structure for table `t_search_index_requests` -- -DROP TABLE IF EXISTS `m_search_index_requests`; +DROP TABLE IF EXISTS `t_search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_index_requests` ( +CREATE TABLE `t_search_index_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12571,28 +44174,28 @@ CREATE TABLE `m_search_index_requests` ( `partialtime` bigint NOT NULL, `indexpriority` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), - KEY `m_searinderequ_con_ix` (`contextid`) + KEY `t_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `t_searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- Dumping data for table `t_search_index_requests` -- -LOCK TABLES `m_search_index_requests` WRITE; -/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +LOCK TABLES `t_search_index_requests` WRITE; +/*!40000 ALTER TABLE `t_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_simpledb_index` +-- Table structure for table `t_search_simpledb_index` -- -DROP TABLE IF EXISTS `m_search_simpledb_index`; +DROP TABLE IF EXISTS `t_search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_simpledb_index` ( +CREATE TABLE `t_search_simpledb_index` ( `id` bigint NOT NULL AUTO_INCREMENT, `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL, @@ -12608,32 +44211,32 @@ CREATE TABLE `m_search_simpledb_index` ( `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), - KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), - KEY `m_searsimpinde_con_ix` (`contextid`), - KEY `m_searsimpinde_cou_ix` (`courseid`), - KEY `m_searsimpinde_are_ix` (`areaid`), - FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) + UNIQUE KEY `t_searsimpinde_doc_uix` (`docid`), + KEY `t_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `t_searsimpinde_con_ix` (`contextid`), + KEY `t_searsimpinde_cou_ix` (`courseid`), + KEY `t_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `t_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_search_simpledb_index` +-- Dumping data for table `t_search_simpledb_index` -- -LOCK TABLES `m_search_simpledb_index` WRITE; -/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +LOCK TABLES `t_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `t_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_sessions` +-- Table structure for table `t_sessions` -- -DROP TABLE IF EXISTS `m_sessions`; +DROP TABLE IF EXISTS `t_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_sessions` ( +CREATE TABLE `t_sessions` ( `id` bigint NOT NULL AUTO_INCREMENT, `state` bigint NOT NULL DEFAULT '0', `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12644,32 +44247,31 @@ CREATE TABLE `m_sessions` ( `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_sess_sid_uix` (`sid`), - KEY `m_sess_sta_ix` (`state`), - KEY `m_sess_tim_ix` (`timecreated`), - KEY `m_sess_tim2_ix` (`timemodified`), - KEY `m_sess_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; + UNIQUE KEY `t_sess_sid_uix` (`sid`), + KEY `t_sess_sta_ix` (`state`), + KEY `t_sess_tim_ix` (`timecreated`), + KEY `t_sess_tim2_ix` (`timemodified`), + KEY `t_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_sessions` +-- Dumping data for table `t_sessions` -- -LOCK TABLES `m_sessions` WRITE; -/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; -INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'); -/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +LOCK TABLES `t_sessions` WRITE; +/*!40000 ALTER TABLE `t_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_sessions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_daily` +-- Table structure for table `t_stats_daily` -- -DROP TABLE IF EXISTS `m_stats_daily`; +DROP TABLE IF EXISTS `t_stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_daily` ( +CREATE TABLE `t_stats_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12678,29 +44280,29 @@ CREATE TABLE `m_stats_daily` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statdail_cou_ix` (`courseid`), - KEY `m_statdail_tim_ix` (`timeend`), - KEY `m_statdail_rol_ix` (`roleid`) + KEY `t_statdail_cou_ix` (`courseid`), + KEY `t_statdail_tim_ix` (`timeend`), + KEY `t_statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_daily` +-- Dumping data for table `t_stats_daily` -- -LOCK TABLES `m_stats_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +LOCK TABLES `t_stats_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_monthly` +-- Table structure for table `t_stats_monthly` -- -DROP TABLE IF EXISTS `m_stats_monthly`; +DROP TABLE IF EXISTS `t_stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_monthly` ( +CREATE TABLE `t_stats_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12709,29 +44311,29 @@ CREATE TABLE `m_stats_monthly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statmont_cou_ix` (`courseid`), - KEY `m_statmont_tim_ix` (`timeend`), - KEY `m_statmont_rol_ix` (`roleid`) + KEY `t_statmont_cou_ix` (`courseid`), + KEY `t_statmont_tim_ix` (`timeend`), + KEY `t_statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_monthly` +-- Dumping data for table `t_stats_monthly` -- -LOCK TABLES `m_stats_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +LOCK TABLES `t_stats_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_daily` +-- Table structure for table `t_stats_user_daily` -- -DROP TABLE IF EXISTS `m_stats_user_daily`; +DROP TABLE IF EXISTS `t_stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_daily` ( +CREATE TABLE `t_stats_user_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12741,30 +44343,30 @@ CREATE TABLE `m_stats_user_daily` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserdail_cou_ix` (`courseid`), - KEY `m_statuserdail_use_ix` (`userid`), - KEY `m_statuserdail_rol_ix` (`roleid`), - KEY `m_statuserdail_tim_ix` (`timeend`) + KEY `t_statuserdail_cou_ix` (`courseid`), + KEY `t_statuserdail_use_ix` (`userid`), + KEY `t_statuserdail_rol_ix` (`roleid`), + KEY `t_statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_daily` +-- Dumping data for table `t_stats_user_daily` -- -LOCK TABLES `m_stats_user_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +LOCK TABLES `t_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_monthly` +-- Table structure for table `t_stats_user_monthly` -- -DROP TABLE IF EXISTS `m_stats_user_monthly`; +DROP TABLE IF EXISTS `t_stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_monthly` ( +CREATE TABLE `t_stats_user_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12774,30 +44376,30 @@ CREATE TABLE `m_stats_user_monthly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statusermont_cou_ix` (`courseid`), - KEY `m_statusermont_use_ix` (`userid`), - KEY `m_statusermont_rol_ix` (`roleid`), - KEY `m_statusermont_tim_ix` (`timeend`) + KEY `t_statusermont_cou_ix` (`courseid`), + KEY `t_statusermont_use_ix` (`userid`), + KEY `t_statusermont_rol_ix` (`roleid`), + KEY `t_statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_monthly` +-- Dumping data for table `t_stats_user_monthly` -- -LOCK TABLES `m_stats_user_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +LOCK TABLES `t_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_weekly` +-- Table structure for table `t_stats_user_weekly` -- -DROP TABLE IF EXISTS `m_stats_user_weekly`; +DROP TABLE IF EXISTS `t_stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_weekly` ( +CREATE TABLE `t_stats_user_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12806,31 +44408,31 @@ CREATE TABLE `m_stats_user_weekly` ( `statsreads` bigint NOT NULL DEFAULT '0', `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - KEY `m_statuserweek_cou_ix` (`courseid`), - KEY `m_statuserweek_use_ix` (`userid`), - KEY `m_statuserweek_rol_ix` (`roleid`), - KEY `m_statuserweek_tim_ix` (`timeend`) + PRIMARY KEY (`id`), + KEY `t_statuserweek_cou_ix` (`courseid`), + KEY `t_statuserweek_use_ix` (`userid`), + KEY `t_statuserweek_rol_ix` (`roleid`), + KEY `t_statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_weekly` +-- Dumping data for table `t_stats_user_weekly` -- -LOCK TABLES `m_stats_user_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +LOCK TABLES `t_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_weekly` +-- Table structure for table `t_stats_weekly` -- -DROP TABLE IF EXISTS `m_stats_weekly`; +DROP TABLE IF EXISTS `t_stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_weekly` ( +CREATE TABLE `t_stats_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12839,29 +44441,29 @@ CREATE TABLE `m_stats_weekly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statweek_cou_ix` (`courseid`), - KEY `m_statweek_tim_ix` (`timeend`), - KEY `m_statweek_rol_ix` (`roleid`) + KEY `t_statweek_cou_ix` (`courseid`), + KEY `t_statweek_tim_ix` (`timeend`), + KEY `t_statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_weekly` +-- Dumping data for table `t_stats_weekly` -- -LOCK TABLES `m_stats_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +LOCK TABLES `t_stats_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey` +-- Table structure for table `t_survey` -- -DROP TABLE IF EXISTS `m_survey`; +DROP TABLE IF EXISTS `t_survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey` ( +CREATE TABLE `t_survey` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -12874,55 +44476,55 @@ CREATE TABLE `m_survey` ( `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_surv_cou_ix` (`course`) + KEY `t_surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- Dumping data for table `t_survey` -- -LOCK TABLES `m_survey` WRITE; -/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; -INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); -/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +LOCK TABLES `t_survey` WRITE; +/*!40000 ALTER TABLE `t_survey` DISABLE KEYS */; +INSERT INTO `t_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `t_survey` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_analysis` +-- Table structure for table `t_survey_analysis` -- -DROP TABLE IF EXISTS `m_survey_analysis`; +DROP TABLE IF EXISTS `t_survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_analysis` ( +CREATE TABLE `t_survey_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `survey` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survanal_use_ix` (`userid`), - KEY `m_survanal_sur_ix` (`survey`) + KEY `t_survanal_use_ix` (`userid`), + KEY `t_survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_analysis` +-- Dumping data for table `t_survey_analysis` -- -LOCK TABLES `m_survey_analysis` WRITE; -/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +LOCK TABLES `t_survey_analysis` WRITE; +/*!40000 ALTER TABLE `t_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_answers` +-- Table structure for table `t_survey_answers` -- -DROP TABLE IF EXISTS `m_survey_answers`; +DROP TABLE IF EXISTS `t_survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_answers` ( +CREATE TABLE `t_survey_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `survey` bigint NOT NULL DEFAULT '0', @@ -12931,29 +44533,29 @@ CREATE TABLE `m_survey_answers` ( `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survansw_use_ix` (`userid`), - KEY `m_survansw_sur_ix` (`survey`), - KEY `m_survansw_que_ix` (`question`) + KEY `t_survansw_use_ix` (`userid`), + KEY `t_survansw_sur_ix` (`survey`), + KEY `t_survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- Dumping data for table `t_survey_answers` -- -LOCK TABLES `m_survey_answers` WRITE; -/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +LOCK TABLES `t_survey_answers` WRITE; +/*!40000 ALTER TABLE `t_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_questions` +-- Table structure for table `t_survey_questions` -- -DROP TABLE IF EXISTS `m_survey_questions`; +DROP TABLE IF EXISTS `t_survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_questions` ( +CREATE TABLE `t_survey_questions` ( `id` bigint NOT NULL AUTO_INCREMENT, `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12966,23 +44568,23 @@ CREATE TABLE `m_survey_questions` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_questions` +-- Dumping data for table `t_survey_questions` -- -LOCK TABLES `m_survey_questions` WRITE; -/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; -INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); -/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +LOCK TABLES `t_survey_questions` WRITE; +/*!40000 ALTER TABLE `t_survey_questions` DISABLE KEYS */; +INSERT INTO `t_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `t_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag` +-- Table structure for table `t_tag` -- -DROP TABLE IF EXISTS `m_tag`; +DROP TABLE IF EXISTS `t_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag` ( +CREATE TABLE `t_tag` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `tagcollid` bigint NOT NULL, @@ -12994,30 +44596,30 @@ CREATE TABLE `m_tag` ( `flag` smallint DEFAULT '0', `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), - KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), - KEY `m_tag_use_ix` (`userid`), - KEY `m_tag_tag_ix` (`tagcollid`) + UNIQUE KEY `t_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `t_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `t_tag_use_ix` (`userid`), + KEY `t_tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- Dumping data for table `t_tag` -- -LOCK TABLES `m_tag` WRITE; -/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +LOCK TABLES `t_tag` WRITE; +/*!40000 ALTER TABLE `t_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_area` +-- Table structure for table `t_tag_area` -- -DROP TABLE IF EXISTS `m_tag_area`; +DROP TABLE IF EXISTS `t_tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_area` ( +CREATE TABLE `t_tag_area` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13028,29 +44630,29 @@ CREATE TABLE `m_tag_area` ( `showstandard` tinyint(1) NOT NULL DEFAULT '0', `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), - KEY `m_tagarea_tag_ix` (`tagcollid`) + UNIQUE KEY `t_tagarea_comite_uix` (`component`,`itemtype`), + KEY `t_tagarea_tag_ix` (`tagcollid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- Dumping data for table `t_tag_area` -- -LOCK TABLES `m_tag_area` WRITE; -/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; -INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); -/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +LOCK TABLES `t_tag_area` WRITE; +/*!40000 ALTER TABLE `t_tag_area` DISABLE KEYS */; +INSERT INTO `t_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `t_tag_area` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_coll` +-- Table structure for table `t_tag_coll` -- -DROP TABLE IF EXISTS `m_tag_coll`; +DROP TABLE IF EXISTS `t_tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_coll` ( +CREATE TABLE `t_tag_coll` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `isdefault` tinyint NOT NULL DEFAULT '0', @@ -13063,48 +44665,48 @@ CREATE TABLE `m_tag_coll` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tag_coll` +-- Dumping data for table `t_tag_coll` -- -LOCK TABLES `m_tag_coll` WRITE; -/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; -INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +LOCK TABLES `t_tag_coll` WRITE; +/*!40000 ALTER TABLE `t_tag_coll` DISABLE KEYS */; +INSERT INTO `t_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `t_tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_correlation` +-- Table structure for table `t_tag_correlation` -- -DROP TABLE IF EXISTS `m_tag_correlation`; +DROP TABLE IF EXISTS `t_tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_correlation` ( +CREATE TABLE `t_tag_correlation` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tagcorr_tag_ix` (`tagid`) + KEY `t_tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- Dumping data for table `t_tag_correlation` -- -LOCK TABLES `m_tag_correlation` WRITE; -/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +LOCK TABLES `t_tag_correlation` WRITE; +/*!40000 ALTER TABLE `t_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_instance` +-- Table structure for table `t_tag_instance` -- -DROP TABLE IF EXISTS `m_tag_instance`; +DROP TABLE IF EXISTS `t_tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_instance` ( +CREATE TABLE `t_tag_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13116,30 +44718,30 @@ CREATE TABLE `m_tag_instance` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), - KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), - KEY `m_taginst_tag_ix` (`tagid`), - KEY `m_taginst_con_ix` (`contextid`) + UNIQUE KEY `t_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `t_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `t_taginst_tag_ix` (`tagid`), + KEY `t_taginst_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- Dumping data for table `t_tag_instance` -- -LOCK TABLES `m_tag_instance` WRITE; -/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +LOCK TABLES `t_tag_instance` WRITE; +/*!40000 ALTER TABLE `t_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_adhoc` +-- Table structure for table `t_task_adhoc` -- -DROP TABLE IF EXISTS `m_task_adhoc`; +DROP TABLE IF EXISTS `t_task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_adhoc` ( +CREATE TABLE `t_task_adhoc` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13148,35 +44750,34 @@ CREATE TABLE `m_task_adhoc` ( `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, - `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_taskadho_nex_ix` (`nextruntime`), - KEY `m_taskadho_use_ix` (`userid`), - KEY `m_taskadho_tim_ix` (`timestarted`) -) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; + KEY `t_taskadho_nex_ix` (`nextruntime`), + KEY `t_taskadho_tim_ix` (`timestarted`), + KEY `t_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_adhoc` +-- Dumping data for table `t_task_adhoc` -- -LOCK TABLES `m_task_adhoc` WRITE; -/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; -INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,0,NULL,NULL,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,0,NULL,NULL,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,0,NULL,NULL,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490); -/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +LOCK TABLES `t_task_adhoc` WRITE; +/*!40000 ALTER TABLE `t_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_log` +-- Table structure for table `t_task_log` -- -DROP TABLE IF EXISTS `m_task_log`; +DROP TABLE IF EXISTS `t_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_log` ( +CREATE TABLE `t_task_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` smallint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13191,29 +44792,29 @@ CREATE TABLE `m_task_log` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_tasklog_cla_ix` (`classname`), - KEY `m_tasklog_tim_ix` (`timestart`), - KEY `m_tasklog_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `t_tasklog_cla_ix` (`classname`), + KEY `t_tasklog_tim_ix` (`timestart`), + KEY `t_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_log` +-- Dumping data for table `t_task_log` -- -LOCK TABLES `m_task_log` WRITE; -/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +LOCK TABLES `t_task_log` WRITE; +/*!40000 ALTER TABLE `t_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_scheduled` +-- Table structure for table `t_task_scheduled` -- -DROP TABLE IF EXISTS `m_task_scheduled`; +DROP TABLE IF EXISTS `t_task_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_scheduled` ( +CREATE TABLE `t_task_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13232,28 +44833,28 @@ CREATE TABLE `m_task_scheduled` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tasksche_cla_uix` (`classname`) -) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of scheduled tasks to be run by cron.'; + UNIQUE KEY `t_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- Dumping data for table `t_task_scheduled` -- -LOCK TABLES `m_task_scheduled` WRITE; -/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; -INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1683025200,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1683025500,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1683025800,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1683080580,0,'23','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1683026700,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1683027000,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1683023700,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1683068400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1683058500,0,'15','21','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1683026580,0,'23','12','*','*','2',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1683046020,0,'47','17','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1683024600,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1683024600,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1683028500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1683028500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1683026100,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1683068400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1683025200,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1683025860,0,'11','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1683025200,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1683078060,0,'41','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1683027000,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1683024120,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1683084360,0,'26','4','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1683068400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1683026760,0,'26','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1683026100,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1683025800,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1683082860,0,'1','4','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1683026460,0,'21','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1683049080,0,'38','18','*','*','2',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1683581760,0,'36','22','*','*','1',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1683100800,0,'0','9','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1683028800,0,'0','13','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1683026040,0,'14','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1683054000,0,'0','20','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1683046800,0,'0','18','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1683049680,0,'48','18','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1683073920,0,'32','1','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1683083640,0,'14','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1683075300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1683032340,0,'59','13','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1683088380,0,'33','5','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1683083520,0,'12','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1683070320,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(79,'moodle','\\core\\task\\question_stats_cleanup_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1683048600,0,'30','18','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1685600040,0,'14','7','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1683070560,0,'36','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1683040860,0,'21','16','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(88,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(91,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1683024000,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1683095340,0,'29','7','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1683061200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1683103920,0,'52','9','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1683070740,0,'39','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1683101100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1683071400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1683023520,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1683023700,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1683801120,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1683024660,0,'51','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1683025200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1683024720,0,'52','*','*','*','*',0,0,0,NULL,NULL,NULL),(114,'quiz_statistics','\\quiz_statistics\\task\\recalculate',0,1683026460,0,'21','*/4','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1683070080,0,'28','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1683068820,0,'7','0','*','*','*',0,0,0,NULL,NULL,NULL); -/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +LOCK TABLES `t_task_scheduled` WRITE; +/*!40000 ALTER TABLE `t_task_scheduled` DISABLE KEYS */; +INSERT INTO `t_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734119700,0,'55','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734109200,0,'0','1','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734194520,0,'42','0','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734105180,0,'53','23','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734080520,0,'2','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081060,0,'11','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734115020,0,'37','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734152040,0,'54','12','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735661100,0,'5','0','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734108120,0,'42','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734108360,0,'46','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734108780,0,'53','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734164760,0,'26','16','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081120,0,'12','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734082200,0,'30','17','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734143940,0,'39','10','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734097080,0,'38','21','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734083160,0,'46','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734103320,0,'22','23','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734412920,0,'22','13','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734338700,0,'45','16','*','*','1',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734127200,0,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734094800,0,'0','21','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734083760,0,'56','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734152400,0,'0','13','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734084000,0,'0','18','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113400,0,'10','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734150480,0,'28','12','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734120300,0,'5','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734119460,0,'51','3','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734080760,0,'6','17','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734126960,0,'56','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734121320,0,'22','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_task_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tiny_autosave` +-- Table structure for table `t_tiny_autosave` -- -DROP TABLE IF EXISTS `m_tiny_autosave`; +DROP TABLE IF EXISTS `t_tiny_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tiny_autosave` ( +CREATE TABLE `t_tiny_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -13264,27 +44865,27 @@ CREATE TABLE `m_tiny_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) + UNIQUE KEY `t_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- Dumping data for table `t_tiny_autosave` -- -LOCK TABLES `m_tiny_autosave` WRITE; -/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +LOCK TABLES `t_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `t_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tiny_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_areas` +-- Table structure for table `t_tool_brickfield_areas` -- -DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +DROP TABLE IF EXISTS `t_tool_brickfield_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_areas` ( +CREATE TABLE `t_tool_brickfield_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, @@ -13299,34 +44900,34 @@ CREATE TABLE `m_tool_brickfield_areas` ( `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), - KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), - KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), - KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), - KEY `m_toolbricarea_cou_ix` (`courseid`), - KEY `m_toolbricarea_cmi_ix` (`cmid`), - KEY `m_toolbricarea_cat_ix` (`categoryid`), - KEY `m_toolbricarea_con_ix` (`contextid`) + KEY `t_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `t_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `t_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `t_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `t_toolbricarea_cou_ix` (`courseid`), + KEY `t_toolbricarea_cmi_ix` (`cmid`), + KEY `t_toolbricarea_cat_ix` (`categoryid`), + KEY `t_toolbricarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_areas` +-- Dumping data for table `t_tool_brickfield_areas` -- -LOCK TABLES `m_tool_brickfield_areas` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_acts` +-- Table structure for table `t_tool_brickfield_cache_acts` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +DROP TABLE IF EXISTS `t_tool_brickfield_cache_acts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_acts` ( +CREATE TABLE `t_tool_brickfield_cache_acts` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13336,28 +44937,28 @@ CREATE TABLE `m_tool_brickfield_cache_acts` ( `passedactivities` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachacts_sta_ix` (`status`), - KEY `m_toolbriccachacts_cou_ix` (`courseid`) + KEY `t_toolbriccachacts_sta_ix` (`status`), + KEY `t_toolbriccachacts_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_acts` +-- Dumping data for table `t_tool_brickfield_cache_acts` -- -LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_check` +-- Table structure for table `t_tool_brickfield_cache_check` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +DROP TABLE IF EXISTS `t_tool_brickfield_cache_check`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_check` ( +CREATE TABLE `t_tool_brickfield_cache_check` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13365,29 +44966,29 @@ CREATE TABLE `m_tool_brickfield_cache_check` ( `checkcount` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachchec_sta_ix` (`status`), - KEY `m_toolbriccachchec_err_ix` (`errorcount`), - KEY `m_toolbriccachchec_cou_ix` (`courseid`) + KEY `t_toolbriccachchec_sta_ix` (`status`), + KEY `t_toolbriccachchec_err_ix` (`errorcount`), + KEY `t_toolbriccachchec_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_check` +-- Dumping data for table `t_tool_brickfield_cache_check` -- -LOCK TABLES `m_tool_brickfield_cache_check` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_checks` +-- Table structure for table `t_tool_brickfield_checks` -- -DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +DROP TABLE IF EXISTS `t_tool_brickfield_checks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_checks` ( +CREATE TABLE `t_tool_brickfield_checks` ( `id` bigint NOT NULL AUTO_INCREMENT, `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13395,30 +44996,30 @@ CREATE TABLE `m_tool_brickfield_checks` ( `status` smallint NOT NULL, `severity` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricchec_che_ix` (`checktype`), - KEY `m_toolbricchec_che2_ix` (`checkgroup`), - KEY `m_toolbricchec_sta_ix` (`status`) + KEY `t_toolbricchec_che_ix` (`checktype`), + KEY `t_toolbricchec_che2_ix` (`checkgroup`), + KEY `t_toolbricchec_sta_ix` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_checks` +-- Dumping data for table `t_tool_brickfield_checks` -- -LOCK TABLES `m_tool_brickfield_checks` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; -INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `t_tool_brickfield_checks` 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 `t_tool_brickfield_checks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_content` +-- Table structure for table `t_tool_brickfield_content` -- -DROP TABLE IF EXISTS `m_tool_brickfield_content`; +DROP TABLE IF EXISTS `t_tool_brickfield_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_content` ( +CREATE TABLE `t_tool_brickfield_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13427,56 +45028,56 @@ CREATE TABLE `m_tool_brickfield_content` ( `timecreated` bigint NOT NULL, `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccont_sta_ix` (`status`), - KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), - KEY `m_toolbriccont_are_ix` (`areaid`) + KEY `t_toolbriccont_sta_ix` (`status`), + KEY `t_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `t_toolbriccont_are_ix` (`areaid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- Dumping data for table `t_tool_brickfield_content` -- -LOCK TABLES `m_tool_brickfield_content` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_errors` +-- Table structure for table `t_tool_brickfield_errors` -- -DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +DROP TABLE IF EXISTS `t_tool_brickfield_errors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_errors` ( +CREATE TABLE `t_tool_brickfield_errors` ( `id` bigint NOT NULL AUTO_INCREMENT, `resultid` bigint NOT NULL, `linenumber` bigint NOT NULL DEFAULT '0', `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_toolbricerro_res_ix` (`resultid`) + KEY `t_toolbricerro_res_ix` (`resultid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_errors` +-- Dumping data for table `t_tool_brickfield_errors` -- -LOCK TABLES `m_tool_brickfield_errors` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_process` +-- Table structure for table `t_tool_brickfield_process` -- -DROP TABLE IF EXISTS `m_tool_brickfield_process`; +DROP TABLE IF EXISTS `t_tool_brickfield_process`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_process` ( +CREATE TABLE `t_tool_brickfield_process` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13485,55 +45086,55 @@ CREATE TABLE `m_tool_brickfield_process` ( `timecreated` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricproc_tim_ix` (`timecompleted`) + KEY `t_toolbricproc_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- Dumping data for table `t_tool_brickfield_process` -- -LOCK TABLES `m_tool_brickfield_process` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_process` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_results` +-- Table structure for table `t_tool_brickfield_results` -- -DROP TABLE IF EXISTS `m_tool_brickfield_results`; +DROP TABLE IF EXISTS `t_tool_brickfield_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_results` ( +CREATE TABLE `t_tool_brickfield_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `contentid` bigint DEFAULT NULL, `checkid` bigint NOT NULL, `errorcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), - KEY `m_toolbricresu_con_ix` (`contentid`), - KEY `m_toolbricresu_che_ix` (`checkid`) + KEY `t_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `t_toolbricresu_con_ix` (`contentid`), + KEY `t_toolbricresu_che_ix` (`checkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_results` +-- Dumping data for table `t_tool_brickfield_results` -- -LOCK TABLES `m_tool_brickfield_results` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_schedule` +-- Table structure for table `t_tool_brickfield_schedule` -- -DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +DROP TABLE IF EXISTS `t_tool_brickfield_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_schedule` ( +CREATE TABLE `t_tool_brickfield_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '50', `instanceid` bigint NOT NULL, @@ -13542,28 +45143,28 @@ CREATE TABLE `m_tool_brickfield_schedule` ( `timeanalyzed` bigint DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_toolbricsche_sta_ix` (`status`) + UNIQUE KEY `t_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_toolbricsche_sta_ix` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_schedule` +-- Dumping data for table `t_tool_brickfield_schedule` -- -LOCK TABLES `m_tool_brickfield_schedule` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_summary` +-- Table structure for table `t_tool_brickfield_summary` -- -DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +DROP TABLE IF EXISTS `t_tool_brickfield_summary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_summary` ( +CREATE TABLE `t_tool_brickfield_summary` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13592,28 +45193,28 @@ CREATE TABLE `m_tool_brickfield_summary` ( `percentchecktype6` bigint DEFAULT NULL, `percentchecktype7` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricsumm_sta_ix` (`status`), - KEY `m_toolbricsumm_cou_ix` (`courseid`) + KEY `t_toolbricsumm_sta_ix` (`status`), + KEY `t_toolbricsumm_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_summary` +-- Dumping data for table `t_tool_brickfield_summary` -- -LOCK TABLES `m_tool_brickfield_summary` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +LOCK TABLES `t_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_cohortroles` +-- Table structure for table `t_tool_cohortroles` -- -DROP TABLE IF EXISTS `m_tool_cohortroles`; +DROP TABLE IF EXISTS `t_tool_cohortroles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_cohortroles` ( +CREATE TABLE `t_tool_cohortroles` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -13622,27 +45223,27 @@ CREATE TABLE `m_tool_cohortroles` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) + UNIQUE KEY `t_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_cohortroles` +-- Dumping data for table `t_tool_cohortroles` -- -LOCK TABLES `m_tool_cohortroles` WRITE; -/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +LOCK TABLES `t_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `t_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_cohortroles` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang` +-- Table structure for table `t_tool_customlang` -- -DROP TABLE IF EXISTS `m_tool_customlang`; +DROP TABLE IF EXISTS `t_tool_customlang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang` ( +CREATE TABLE `t_tool_customlang` ( `id` bigint NOT NULL AUTO_INCREMENT, `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `componentid` bigint NOT NULL, @@ -13655,28 +45256,28 @@ CREATE TABLE `m_tool_customlang` ( `outdated` smallint DEFAULT '0', `modified` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), - KEY `m_toolcust_com_ix` (`componentid`) + UNIQUE KEY `t_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `t_toolcust_com_ix` (`componentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- Dumping data for table `t_tool_customlang` -- -LOCK TABLES `m_tool_customlang` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +LOCK TABLES `t_tool_customlang` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang_components` +-- Table structure for table `t_tool_customlang_components` -- -DROP TABLE IF EXISTS `m_tool_customlang_components`; +DROP TABLE IF EXISTS `t_tool_customlang_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang_components` ( +CREATE TABLE `t_tool_customlang_components` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13685,22 +45286,22 @@ CREATE TABLE `m_tool_customlang_components` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_customlang_components` +-- Dumping data for table `t_tool_customlang_components` -- -LOCK TABLES `m_tool_customlang_components` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +LOCK TABLES `t_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang_components` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_category` +-- Table structure for table `t_tool_dataprivacy_category` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_category` ( +CREATE TABLE `t_tool_dataprivacy_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13713,22 +45314,22 @@ CREATE TABLE `m_tool_dataprivacy_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_category` +-- Dumping data for table `t_tool_dataprivacy_category` -- -LOCK TABLES `m_tool_dataprivacy_category` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- Table structure for table `t_tool_dataprivacy_ctxexpired` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxexpired`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( +CREATE TABLE `t_tool_dataprivacy_ctxexpired` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13739,27 +45340,27 @@ CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) + UNIQUE KEY `t_tooldatactxe_con_uix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- Dumping data for table `t_tool_dataprivacy_ctxexpired` -- -LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- Table structure for table `t_tool_dataprivacy_ctxinstance` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxinstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( +CREATE TABLE `t_tool_dataprivacy_ctxinstance` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -13768,29 +45369,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), - KEY `m_tooldatactxi_pur_ix` (`purposeid`), - KEY `m_tooldatactxi_cat_ix` (`categoryid`) + UNIQUE KEY `t_tooldatactxi_con_uix` (`contextid`), + KEY `t_tooldatactxi_pur_ix` (`purposeid`), + KEY `t_tooldatactxi_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- Dumping data for table `t_tool_dataprivacy_ctxinstance` -- -LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- Table structure for table `t_tool_dataprivacy_ctxlevel` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxlevel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( +CREATE TABLE `t_tool_dataprivacy_ctxlevel` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` smallint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -13799,29 +45400,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), - KEY `m_tooldatactxl_cat_ix` (`categoryid`), - KEY `m_tooldatactxl_pur_ix` (`purposeid`) + UNIQUE KEY `t_tooldatactxl_con_uix` (`contextlevel`), + KEY `t_tooldatactxl_cat_ix` (`categoryid`), + KEY `t_tooldatactxl_pur_ix` (`purposeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- Dumping data for table `t_tool_dataprivacy_ctxlevel` -- -LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purpose` +-- Table structure for table `t_tool_dataprivacy_purpose` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_purpose`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purpose` ( +CREATE TABLE `t_tool_dataprivacy_purpose` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13838,22 +45439,22 @@ CREATE TABLE `m_tool_dataprivacy_purpose` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purpose` +-- Dumping data for table `t_tool_dataprivacy_purpose` -- -LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purposerole` +-- Table structure for table `t_tool_dataprivacy_purposerole` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purposerole` ( +CREATE TABLE `t_tool_dataprivacy_purposerole` ( `id` bigint NOT NULL AUTO_INCREMENT, `purposeid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -13865,30 +45466,30 @@ CREATE TABLE `m_tool_dataprivacy_purposerole` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), - KEY `m_tooldatapurp_pur_ix` (`purposeid`), - KEY `m_tooldatapurp_rol_ix` (`roleid`), - KEY `m_tooldatapurp_use_ix` (`usermodified`) + UNIQUE KEY `t_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `t_tooldatapurp_pur_ix` (`purposeid`), + KEY `t_tooldatapurp_rol_ix` (`roleid`), + KEY `t_tooldatapurp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purposerole` +-- Dumping data for table `t_tool_dataprivacy_purposerole` -- -LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_request` +-- Table structure for table `t_tool_dataprivacy_request` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_request` ( +CREATE TABLE `t_tool_dataprivacy_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '0', `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13905,30 +45506,30 @@ CREATE TABLE `m_tool_dataprivacy_request` ( `timemodified` bigint NOT NULL DEFAULT '0', `creationmethod` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_tooldatarequ_use_ix` (`userid`), - KEY `m_tooldatarequ_req_ix` (`requestedby`), - KEY `m_tooldatarequ_dpo_ix` (`dpo`), - KEY `m_tooldatarequ_use2_ix` (`usermodified`) + KEY `t_tooldatarequ_use_ix` (`userid`), + KEY `t_tooldatarequ_req_ix` (`requestedby`), + KEY `t_tooldatarequ_dpo_ix` (`dpo`), + KEY `t_tooldatarequ_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_request` +-- Dumping data for table `t_tool_dataprivacy_request` -- -LOCK TABLES `m_tool_dataprivacy_request` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_events` +-- Table structure for table `t_tool_monitor_events` -- -DROP TABLE IF EXISTS `m_tool_monitor_events`; +DROP TABLE IF EXISTS `t_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_events` ( +CREATE TABLE `t_tool_monitor_events` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -13938,56 +45539,56 @@ CREATE TABLE `m_tool_monitor_events` ( `courseid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonieven_cou_ix` (`courseid`), - KEY `m_toolmonieven_con_ix` (`contextid`), - KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) + KEY `t_toolmonieven_cou_ix` (`courseid`), + KEY `t_toolmonieven_con_ix` (`contextid`), + KEY `t_toolmonieven_con2_ix` (`contextinstanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- Dumping data for table `t_tool_monitor_events` -- -LOCK TABLES `m_tool_monitor_events` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_history` +-- Table structure for table `t_tool_monitor_history` -- -DROP TABLE IF EXISTS `m_tool_monitor_history`; +DROP TABLE IF EXISTS `t_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_history` ( +CREATE TABLE `t_tool_monitor_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `sid` bigint NOT NULL, `userid` bigint NOT NULL, `timesent` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), - KEY `m_toolmonihist_sid_ix` (`sid`) + UNIQUE KEY `t_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `t_toolmonihist_sid_ix` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_history` +-- Dumping data for table `t_tool_monitor_history` -- -LOCK TABLES `m_tool_monitor_history` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_rules` +-- Table structure for table `t_tool_monitor_rules` -- -DROP TABLE IF EXISTS `m_tool_monitor_rules`; +DROP TABLE IF EXISTS `t_tool_monitor_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_rules` ( +CREATE TABLE `t_tool_monitor_rules` ( `id` bigint NOT NULL AUTO_INCREMENT, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint(1) NOT NULL, @@ -14003,28 +45604,28 @@ CREATE TABLE `m_tool_monitor_rules` ( `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonirule_eve_ix` (`eventname`) + KEY `t_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonirule_eve_ix` (`eventname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_rules` +-- Dumping data for table `t_tool_monitor_rules` -- -LOCK TABLES `m_tool_monitor_rules` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_rules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_subscriptions` +-- Table structure for table `t_tool_monitor_subscriptions` -- -DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +DROP TABLE IF EXISTS `t_tool_monitor_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_subscriptions` ( +CREATE TABLE `t_tool_monitor_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `ruleid` bigint NOT NULL, @@ -14034,53 +45635,53 @@ CREATE TABLE `m_tool_monitor_subscriptions` ( `lastnotificationsent` bigint NOT NULL DEFAULT '0', `inactivedate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonisubs_rul_ix` (`ruleid`) + KEY `t_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonisubs_rul_ix` (`ruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_subscriptions` +-- Dumping data for table `t_tool_monitor_subscriptions` -- -LOCK TABLES `m_tool_monitor_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy` +-- Table structure for table `t_tool_policy` -- -DROP TABLE IF EXISTS `m_tool_policy`; +DROP TABLE IF EXISTS `t_tool_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy` ( +CREATE TABLE `t_tool_policy` ( `id` bigint NOT NULL AUTO_INCREMENT, `sortorder` mediumint NOT NULL DEFAULT '999', `currentversionid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolpoli_cur_ix` (`currentversionid`) + KEY `t_toolpoli_cur_ix` (`currentversionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- Dumping data for table `t_tool_policy` -- -LOCK TABLES `m_tool_policy` WRITE; -/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +LOCK TABLES `t_tool_policy` WRITE; +/*!40000 ALTER TABLE `t_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_acceptances` +-- Table structure for table `t_tool_policy_acceptances` -- -DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +DROP TABLE IF EXISTS `t_tool_policy_acceptances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_acceptances` ( +CREATE TABLE `t_tool_policy_acceptances` ( `id` bigint NOT NULL AUTO_INCREMENT, `policyversionid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -14091,30 +45692,30 @@ CREATE TABLE `m_tool_policy_acceptances` ( `timemodified` bigint NOT NULL, `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), - KEY `m_toolpoliacce_pol_ix` (`policyversionid`), - KEY `m_toolpoliacce_use_ix` (`userid`), - KEY `m_toolpoliacce_use2_ix` (`usermodified`) + UNIQUE KEY `t_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `t_toolpoliacce_pol_ix` (`policyversionid`), + KEY `t_toolpoliacce_use_ix` (`userid`), + KEY `t_toolpoliacce_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_acceptances` +-- Dumping data for table `t_tool_policy_acceptances` -- -LOCK TABLES `m_tool_policy_acceptances` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_versions` +-- Table structure for table `t_tool_policy_versions` -- -DROP TABLE IF EXISTS `m_tool_policy_versions`; +DROP TABLE IF EXISTS `t_tool_policy_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_versions` ( +CREATE TABLE `t_tool_policy_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` smallint NOT NULL DEFAULT '0', @@ -14132,56 +45733,56 @@ CREATE TABLE `m_tool_policy_versions` ( `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentformat` smallint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolpolivers_use_ix` (`usermodified`), - KEY `m_toolpolivers_pol_ix` (`policyid`) + KEY `t_toolpolivers_use_ix` (`usermodified`), + KEY `t_toolpolivers_pol_ix` (`policyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_versions` +-- Dumping data for table `t_tool_policy_versions` -- -LOCK TABLES `m_tool_policy_versions` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_category` +-- Table structure for table `t_tool_recyclebin_category` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +DROP TABLE IF EXISTS `t_tool_recyclebin_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_category` ( +CREATE TABLE `t_tool_recyclebin_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolrecycate_tim_ix` (`timecreated`), - KEY `m_toolrecycate_cat_ix` (`categoryid`) + KEY `t_toolrecycate_tim_ix` (`timecreated`), + KEY `t_toolrecycate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- Dumping data for table `t_tool_recyclebin_category` -- -LOCK TABLES `m_tool_recyclebin_category` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_course` +-- Table structure for table `t_tool_recyclebin_course` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +DROP TABLE IF EXISTS `t_tool_recyclebin_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_course` ( +CREATE TABLE `t_tool_recyclebin_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `section` bigint NOT NULL, @@ -14189,28 +45790,28 @@ CREATE TABLE `m_tool_recyclebin_course` ( `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolrecycour_tim_ix` (`timecreated`), - KEY `m_toolrecycour_cou_ix` (`courseid`) + KEY `t_toolrecycour_tim_ix` (`timecreated`), + KEY `t_toolrecycour_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- Dumping data for table `t_tool_recyclebin_course` -- -LOCK TABLES `m_tool_recyclebin_course` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_steps` +-- Table structure for table `t_tool_usertours_steps` -- -DROP TABLE IF EXISTS `m_tool_usertours_steps`; +DROP TABLE IF EXISTS `t_tool_usertours_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_steps` ( +CREATE TABLE `t_tool_usertours_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `tourid` bigint NOT NULL, `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14221,29 +45822,29 @@ CREATE TABLE `m_tool_usertours_steps` ( `sortorder` bigint NOT NULL DEFAULT '0', `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), - KEY `m_tooluserstep_tou_ix` (`tourid`) -) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; + KEY `t_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `t_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_steps` +-- Dumping data for table `t_tool_usertours_steps` -- -LOCK TABLES `m_tool_usertours_steps` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'); -/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `t_tool_usertours_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_tours` +-- Table structure for table `t_tool_usertours_tours` -- -DROP TABLE IF EXISTS `m_tool_usertours_tours`; +DROP TABLE IF EXISTS `t_tool_usertours_tours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_tours` ( +CREATE TABLE `t_tool_usertours_tours` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14254,27 +45855,27 @@ CREATE TABLE `m_tool_usertours_tours` ( `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_tours` +-- Dumping data for table `t_tool_usertours_tours` -- -LOCK TABLES `m_tool_usertours_tours` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,8,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,6,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,4,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'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),(8,'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),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,1,'','{\"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),(11,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',1,0,'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); -/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `t_tool_usertours_tours` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_upgrade_log` +-- Table structure for table `t_upgrade_log` -- -DROP TABLE IF EXISTS `m_upgrade_log`; +DROP TABLE IF EXISTS `t_upgrade_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_upgrade_log` ( +CREATE TABLE `t_upgrade_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14286,30 +45887,30 @@ CREATE TABLE `m_upgrade_log` ( `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_upgrlog_tim_ix` (`timemodified`), - KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), - KEY `m_upgrlog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=6765 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; + KEY `t_upgrlog_tim_ix` (`timemodified`), + KEY `t_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `t_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_upgrade_log` +-- Dumping data for table `t_upgrade_log` -- -LOCK TABLES `m_upgrade_log` WRITE; -/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; -INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496); -/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +LOCK TABLES `t_upgrade_log` WRITE; +/*!40000 ALTER TABLE `t_upgrade_log` DISABLE KEYS */; +INSERT INTO `t_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734080195),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734080230),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080233),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080233),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080233),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080235),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080235),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080235),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080236),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080237),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734080237),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080237),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080237),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734080239),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080239),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080240),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080241),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080241),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080241),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734080242),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080242),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080243),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734080243),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080243),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080244),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734080245),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080245),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080245),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080246),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080246),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080247),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734080250),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080250),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080250),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080252),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080252),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080252),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080253),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080253),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080254),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734080260),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080260),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080260),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080263),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080263),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080263),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734080264),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080264),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080264),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080264),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080264),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080264),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734080265),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080265),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080265),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734080267),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080267),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080267),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080269),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080270),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080272),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080273),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080274),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080274),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080274),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080276),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080277),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734080278),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080278),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080279),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080283),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080283),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734080283),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080288),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080288),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080289),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080289),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080309),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080309),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080309),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080336),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080336),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080336),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080336),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080336),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080337),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080337),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080337),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080338),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080341),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080342),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080342),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080342),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080347),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080347),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080347),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080349),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080349),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080349),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080351),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080351),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080351),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080357),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080357),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080358),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080359),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080359),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080359),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080369),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080369),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080369),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080371),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080371),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080371),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080372),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080372),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080372),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080373); +/*!40000 ALTER TABLE `t_upgrade_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_url` +-- Table structure for table `t_url` -- -DROP TABLE IF EXISTS `m_url`; +DROP TABLE IF EXISTS `t_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_url` ( +CREATE TABLE `t_url` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14321,27 +45922,27 @@ CREATE TABLE `m_url` ( `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_url_cou_ix` (`course`) + KEY `t_url_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_url` +-- Dumping data for table `t_url` -- -LOCK TABLES `m_url` WRITE; -/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +LOCK TABLES `t_url` WRITE; +/*!40000 ALTER TABLE `t_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_url` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user` +-- Table structure for table `t_user` -- -DROP TABLE IF EXISTS `m_user`; +DROP TABLE IF EXISTS `t_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user` ( +CREATE TABLE `t_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'manual', `confirmed` tinyint(1) NOT NULL DEFAULT '0', @@ -14391,42 +45992,42 @@ CREATE TABLE `m_user` ( `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), - KEY `m_user_del_ix` (`deleted`), - KEY `m_user_con_ix` (`confirmed`), - KEY `m_user_fir_ix` (`firstname`), - KEY `m_user_las_ix` (`lastname`), - KEY `m_user_cit_ix` (`city`), - KEY `m_user_cou_ix` (`country`), - KEY `m_user_las2_ix` (`lastaccess`), - KEY `m_user_ema_ix` (`email`), - KEY `m_user_aut_ix` (`auth`), - KEY `m_user_idn_ix` (`idnumber`), - KEY `m_user_fir2_ix` (`firstnamephonetic`), - KEY `m_user_las3_ix` (`lastnamephonetic`), - KEY `m_user_mid_ix` (`middlename`), - KEY `m_user_alt_ix` (`alternatename`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; + UNIQUE KEY `t_user_mneuse_uix` (`mnethostid`,`username`), + KEY `t_user_del_ix` (`deleted`), + KEY `t_user_con_ix` (`confirmed`), + KEY `t_user_fir_ix` (`firstname`), + KEY `t_user_las_ix` (`lastname`), + KEY `t_user_cit_ix` (`city`), + KEY `t_user_cou_ix` (`country`), + KEY `t_user_las2_ix` (`lastaccess`), + KEY `t_user_ema_ix` (`email`), + KEY `t_user_aut_ix` (`auth`), + KEY `t_user_idn_ix` (`idnumber`), + KEY `t_user_fir2_ix` (`firstnamephonetic`), + KEY `t_user_las3_ix` (`lastnamephonetic`), + KEY `t_user_mid_ix` (`middlename`), + KEY `t_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user` +-- Dumping data for table `t_user` -- -LOCK TABLES `m_user` WRITE; -/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; -INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$j9b3D8IiqsgpBlmw4eUhpeR.gnyvqMNtNUgu4WEGpN5SudmkEIufm','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1683023521,1621590307,1683023521,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL); -/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +LOCK TABLES `t_user` WRITE; +/*!40000 ALTER TABLE `t_user` DISABLE KEYS */; +INSERT INTO `t_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$DWS8t3qnWJvaGBoaLV1mHODJT.Cpi7KKRIh4dV9UhbDNLAgRQJwNa','','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,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$9M/ffOxTQ6cj2ZVDAihHi.ou6f74DFkapcIq3FGu2HF8Ot6/1ZuMi','','Admin','User','admin@example.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_devices` +-- Table structure for table `t_user_devices` -- -DROP TABLE IF EXISTS `m_user_devices`; +DROP TABLE IF EXISTS `t_user_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_devices` ( +CREATE TABLE `t_user_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14440,29 +46041,29 @@ CREATE TABLE `m_user_devices` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), - KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), - KEY `m_userdevi_use_ix` (`userid`) + UNIQUE KEY `t_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `t_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `t_userdevi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- Dumping data for table `t_user_devices` -- -LOCK TABLES `m_user_devices` WRITE; -/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +LOCK TABLES `t_user_devices` WRITE; +/*!40000 ALTER TABLE `t_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_enrolments` +-- Table structure for table `t_user_enrolments` -- -DROP TABLE IF EXISTS `m_user_enrolments`; +DROP TABLE IF EXISTS `t_user_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_enrolments` ( +CREATE TABLE `t_user_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `status` bigint NOT NULL DEFAULT '0', `enrolid` bigint NOT NULL, @@ -14473,31 +46074,30 @@ CREATE TABLE `m_user_enrolments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), - KEY `m_userenro_enr_ix` (`enrolid`), - KEY `m_userenro_use_ix` (`userid`), - KEY `m_userenro_mod_ix` (`modifierid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; + UNIQUE KEY `t_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `t_userenro_enr_ix` (`enrolid`), + KEY `t_userenro_use_ix` (`userid`), + KEY `t_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_enrolments` +-- Dumping data for table `t_user_enrolments` -- -LOCK TABLES `m_user_enrolments` WRITE; -/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; -INSERT INTO `m_user_enrolments` VALUES (1,0,1,3,1566471399,0,2,1566471448,1566471448),(2,0,1,4,1566471399,0,2,1566471456,1566471456); -/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +LOCK TABLES `t_user_enrolments` WRITE; +/*!40000 ALTER TABLE `t_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_category` +-- Table structure for table `t_user_info_category` -- -DROP TABLE IF EXISTS `m_user_info_category`; +DROP TABLE IF EXISTS `t_user_info_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_category` ( +CREATE TABLE `t_user_info_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', @@ -14506,49 +46106,49 @@ CREATE TABLE `m_user_info_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_category` +-- Dumping data for table `t_user_info_category` -- -LOCK TABLES `m_user_info_category` WRITE; -/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +LOCK TABLES `t_user_info_category` WRITE; +/*!40000 ALTER TABLE `t_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_data` +-- Table structure for table `t_user_info_data` -- -DROP TABLE IF EXISTS `m_user_info_data`; +DROP TABLE IF EXISTS `t_user_info_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_data` ( +CREATE TABLE `t_user_info_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `fieldid` bigint NOT NULL DEFAULT '0', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `dataformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) + UNIQUE KEY `t_userinfodata_usefie_uix` (`userid`,`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_data` +-- Dumping data for table `t_user_info_data` -- -LOCK TABLES `m_user_info_data` WRITE; -/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +LOCK TABLES `t_user_info_data` WRITE; +/*!40000 ALTER TABLE `t_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_field` +-- Table structure for table `t_user_info_field` -- -DROP TABLE IF EXISTS `m_user_info_field`; +DROP TABLE IF EXISTS `t_user_info_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_field` ( +CREATE TABLE `t_user_info_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -14574,132 +46174,130 @@ CREATE TABLE `m_user_info_field` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_field` +-- Dumping data for table `t_user_info_field` -- - -LOCK TABLES `m_user_info_field` WRITE; -/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; + +LOCK TABLES `t_user_info_field` WRITE; +/*!40000 ALTER TABLE `t_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_lastaccess` +-- Table structure for table `t_user_lastaccess` -- -DROP TABLE IF EXISTS `m_user_lastaccess`; +DROP TABLE IF EXISTS `t_user_lastaccess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_lastaccess` ( +CREATE TABLE `t_user_lastaccess` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `timeaccess` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), - KEY `m_userlast_use_ix` (`userid`), - KEY `m_userlast_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; + UNIQUE KEY `t_userlast_usecou_uix` (`userid`,`courseid`), + KEY `t_userlast_use_ix` (`userid`), + KEY `t_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- Dumping data for table `t_user_lastaccess` -- -LOCK TABLES `m_user_lastaccess` WRITE; -/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; -INSERT INTO `m_user_lastaccess` VALUES (1,2,2,1683023521); -/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +LOCK TABLES `t_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `t_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_history` +-- Table structure for table `t_user_password_history` -- -DROP TABLE IF EXISTS `m_user_password_history`; +DROP TABLE IF EXISTS `t_user_password_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_history` ( +CREATE TABLE `t_user_password_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_userpasshist_use_ix` (`userid`) + KEY `t_userpasshist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- Dumping data for table `t_user_password_history` -- -LOCK TABLES `m_user_password_history` WRITE; -/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +LOCK TABLES `t_user_password_history` WRITE; +/*!40000 ALTER TABLE `t_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_resets` +-- Table structure for table `t_user_password_resets` -- -DROP TABLE IF EXISTS `m_user_password_resets`; +DROP TABLE IF EXISTS `t_user_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_resets` ( +CREATE TABLE `t_user_password_resets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timerequested` bigint NOT NULL, `timererequested` bigint NOT NULL DEFAULT '0', `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_userpassrese_use_ix` (`userid`) + KEY `t_userpassrese_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_password_resets` +-- Dumping data for table `t_user_password_resets` -- -LOCK TABLES `m_user_password_resets` WRITE; -/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +LOCK TABLES `t_user_password_resets` WRITE; +/*!40000 ALTER TABLE `t_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_preferences` +-- Table structure for table `t_user_preferences` -- -DROP TABLE IF EXISTS `m_user_preferences`; +DROP TABLE IF EXISTS `t_user_preferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_preferences` ( +CREATE TABLE `t_user_preferences` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), - KEY `m_userpref_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; + UNIQUE KEY `t_userpref_usenam_uix` (`userid`,`name`), + KEY `t_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_preferences` +-- Dumping data for table `t_user_preferences` -- -LOCK TABLES `m_user_preferences` WRITE; -/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; -INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'); -/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +LOCK TABLES `t_user_preferences` WRITE; +/*!40000 ALTER TABLE `t_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_private_key` +-- Table structure for table `t_user_private_key` -- -DROP TABLE IF EXISTS `m_user_private_key`; +DROP TABLE IF EXISTS `t_user_private_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_private_key` ( +CREATE TABLE `t_user_private_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14709,28 +46307,28 @@ CREATE TABLE `m_user_private_key` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_userprivkey_scrval_ix` (`script`,`value`), - KEY `m_userprivkey_use_ix` (`userid`) + KEY `t_userprivkey_scrval_ix` (`script`,`value`), + KEY `t_userprivkey_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_private_key` +-- Dumping data for table `t_user_private_key` -- -LOCK TABLES `m_user_private_key` WRITE; -/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +LOCK TABLES `t_user_private_key` WRITE; +/*!40000 ALTER TABLE `t_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_private_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki` +-- Table structure for table `t_wiki` -- -DROP TABLE IF EXISTS `m_wiki`; +DROP TABLE IF EXISTS `t_wiki`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki` ( +CREATE TABLE `t_wiki` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', @@ -14745,55 +46343,55 @@ CREATE TABLE `m_wiki` ( `editbegin` bigint NOT NULL DEFAULT '0', `editend` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wiki_cou_ix` (`course`) + KEY `t_wiki_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki` +-- Dumping data for table `t_wiki` -- -LOCK TABLES `m_wiki` WRITE; -/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +LOCK TABLES `t_wiki` WRITE; +/*!40000 ALTER TABLE `t_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_links` +-- Table structure for table `t_wiki_links` -- -DROP TABLE IF EXISTS `m_wiki_links`; +DROP TABLE IF EXISTS `t_wiki_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_links` ( +CREATE TABLE `t_wiki_links` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `frompageid` bigint NOT NULL DEFAULT '0', `topageid` bigint NOT NULL DEFAULT '0', `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_wikilink_fro_ix` (`frompageid`), - KEY `m_wikilink_sub_ix` (`subwikiid`) + KEY `t_wikilink_fro_ix` (`frompageid`), + KEY `t_wikilink_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_links` +-- Dumping data for table `t_wiki_links` -- -LOCK TABLES `m_wiki_links` WRITE; -/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +LOCK TABLES `t_wiki_links` WRITE; +/*!40000 ALTER TABLE `t_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_locks` +-- Table structure for table `t_wiki_locks` -- -DROP TABLE IF EXISTS `m_wiki_locks`; +DROP TABLE IF EXISTS `t_wiki_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_locks` ( +CREATE TABLE `t_wiki_locks` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14804,22 +46402,22 @@ CREATE TABLE `m_wiki_locks` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_locks` +-- Dumping data for table `t_wiki_locks` -- -LOCK TABLES `m_wiki_locks` WRITE; -/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +LOCK TABLES `t_wiki_locks` WRITE; +/*!40000 ALTER TABLE `t_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_locks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_pages` +-- Table structure for table `t_wiki_pages` -- -DROP TABLE IF EXISTS `m_wiki_pages`; +DROP TABLE IF EXISTS `t_wiki_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_pages` ( +CREATE TABLE `t_wiki_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', @@ -14831,81 +46429,81 @@ CREATE TABLE `m_wiki_pages` ( `pageviews` bigint NOT NULL DEFAULT '0', `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), - KEY `m_wikipage_sub_ix` (`subwikiid`) + UNIQUE KEY `t_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `t_wikipage_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_pages` +-- Dumping data for table `t_wiki_pages` -- -LOCK TABLES `m_wiki_pages` WRITE; -/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +LOCK TABLES `t_wiki_pages` WRITE; +/*!40000 ALTER TABLE `t_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_subwikis` +-- Table structure for table `t_wiki_subwikis` -- -DROP TABLE IF EXISTS `m_wiki_subwikis`; +DROP TABLE IF EXISTS `t_wiki_subwikis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_subwikis` ( +CREATE TABLE `t_wiki_subwikis` ( `id` bigint NOT NULL AUTO_INCREMENT, `wikiid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), - KEY `m_wikisubw_wik_ix` (`wikiid`) + UNIQUE KEY `t_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `t_wikisubw_wik_ix` (`wikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_subwikis` +-- Dumping data for table `t_wiki_subwikis` -- -LOCK TABLES `m_wiki_subwikis` WRITE; -/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +LOCK TABLES `t_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `t_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_subwikis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_synonyms` +-- Table structure for table `t_wiki_synonyms` -- -DROP TABLE IF EXISTS `m_wiki_synonyms`; +DROP TABLE IF EXISTS `t_wiki_synonyms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_synonyms` ( +CREATE TABLE `t_wiki_synonyms` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) + UNIQUE KEY `t_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_synonyms` +-- Dumping data for table `t_wiki_synonyms` -- -LOCK TABLES `m_wiki_synonyms` WRITE; -/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +LOCK TABLES `t_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `t_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_versions` +-- Table structure for table `t_wiki_versions` -- -DROP TABLE IF EXISTS `m_wiki_versions`; +DROP TABLE IF EXISTS `t_wiki_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_versions` ( +CREATE TABLE `t_wiki_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -14914,27 +46512,27 @@ CREATE TABLE `m_wiki_versions` ( `timecreated` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wikivers_pag_ix` (`pageid`) + KEY `t_wikivers_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_versions` +-- Dumping data for table `t_wiki_versions` -- -LOCK TABLES `m_wiki_versions` WRITE; -/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +LOCK TABLES `t_wiki_versions` WRITE; +/*!40000 ALTER TABLE `t_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop` +-- Table structure for table `t_workshop` -- -DROP TABLE IF EXISTS `m_workshop`; +DROP TABLE IF EXISTS `t_workshop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop` ( +CREATE TABLE `t_workshop` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14973,56 +46571,56 @@ CREATE TABLE `m_workshop` ( `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `overallfeedbackmaxbytes` bigint DEFAULT '100000', PRIMARY KEY (`id`), - KEY `m_work_cou_ix` (`course`) + KEY `t_work_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- Dumping data for table `t_workshop` -- -LOCK TABLES `m_workshop` WRITE; -/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +LOCK TABLES `t_workshop` WRITE; +/*!40000 ALTER TABLE `t_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_aggregations` +-- Table structure for table `t_workshop_aggregations` -- -DROP TABLE IF EXISTS `m_workshop_aggregations`; +DROP TABLE IF EXISTS `t_workshop_aggregations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_aggregations` ( +CREATE TABLE `t_workshop_aggregations` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `userid` bigint NOT NULL, `gradinggrade` decimal(10,5) DEFAULT NULL, `timegraded` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), - KEY `m_workaggr_wor_ix` (`workshopid`), - KEY `m_workaggr_use_ix` (`userid`) + UNIQUE KEY `t_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `t_workaggr_wor_ix` (`workshopid`), + KEY `t_workaggr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- Dumping data for table `t_workshop_aggregations` -- -LOCK TABLES `m_workshop_aggregations` WRITE; -/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +LOCK TABLES `t_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `t_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_aggregations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_assessments` +-- Table structure for table `t_workshop_assessments` -- -DROP TABLE IF EXISTS `m_workshop_assessments`; +DROP TABLE IF EXISTS `t_workshop_assessments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_assessments` ( +CREATE TABLE `t_workshop_assessments` ( `id` bigint NOT NULL AUTO_INCREMENT, `submissionid` bigint NOT NULL, `reviewerid` bigint NOT NULL, @@ -15039,29 +46637,29 @@ CREATE TABLE `m_workshop_assessments` ( `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `feedbackreviewerformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workasse_sub_ix` (`submissionid`), - KEY `m_workasse_gra_ix` (`gradinggradeoverby`), - KEY `m_workasse_rev_ix` (`reviewerid`) + KEY `t_workasse_sub_ix` (`submissionid`), + KEY `t_workasse_gra_ix` (`gradinggradeoverby`), + KEY `t_workasse_rev_ix` (`reviewerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshop_assessments` +-- Dumping data for table `t_workshop_assessments` -- -LOCK TABLES `m_workshop_assessments` WRITE; -/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +LOCK TABLES `t_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `t_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_grades` +-- Table structure for table `t_workshop_grades` -- -DROP TABLE IF EXISTS `m_workshop_grades`; +DROP TABLE IF EXISTS `t_workshop_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_grades` ( +CREATE TABLE `t_workshop_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assessmentid` bigint NOT NULL, `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15070,28 +46668,28 @@ CREATE TABLE `m_workshop_grades` ( `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `peercommentformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), - KEY `m_workgrad_ass_ix` (`assessmentid`) + UNIQUE KEY `t_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `t_workgrad_ass_ix` (`assessmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- Dumping data for table `t_workshop_grades` -- -LOCK TABLES `m_workshop_grades` WRITE; -/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +LOCK TABLES `t_workshop_grades` WRITE; +/*!40000 ALTER TABLE `t_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_submissions` +-- Table structure for table `t_workshop_submissions` -- -DROP TABLE IF EXISTS `m_workshop_submissions`; +DROP TABLE IF EXISTS `t_workshop_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_submissions` ( +CREATE TABLE `t_workshop_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `example` tinyint DEFAULT '0', @@ -15112,29 +46710,29 @@ CREATE TABLE `m_workshop_submissions` ( `published` tinyint DEFAULT '0', `late` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_worksubm_wor_ix` (`workshopid`), - KEY `m_worksubm_gra_ix` (`gradeoverby`), - KEY `m_worksubm_aut_ix` (`authorid`) + KEY `t_worksubm_wor_ix` (`workshopid`), + KEY `t_worksubm_gra_ix` (`gradeoverby`), + KEY `t_worksubm_aut_ix` (`authorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- Dumping data for table `t_workshop_submissions` -- -LOCK TABLES `m_workshop_submissions` WRITE; -/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +LOCK TABLES `t_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `t_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopallocation_scheduled` +-- Table structure for table `t_workshopallocation_scheduled` -- -DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +DROP TABLE IF EXISTS `t_workshopallocation_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopallocation_scheduled` ( +CREATE TABLE `t_workshopallocation_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `enabled` tinyint NOT NULL DEFAULT '0', @@ -15145,52 +46743,52 @@ CREATE TABLE `m_workshopallocation_scheduled` ( `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) + UNIQUE KEY `t_worksche_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopallocation_scheduled` +-- Dumping data for table `t_workshopallocation_scheduled` -- -LOCK TABLES `m_workshopallocation_scheduled` WRITE; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +LOCK TABLES `t_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopeval_best_settings` +-- Table structure for table `t_workshopeval_best_settings` -- -DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +DROP TABLE IF EXISTS `t_workshopeval_best_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopeval_best_settings` ( +CREATE TABLE `t_workshopeval_best_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `comparison` smallint DEFAULT '5', PRIMARY KEY (`id`), - UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) + UNIQUE KEY `t_workbestsett_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopeval_best_settings` +-- Dumping data for table `t_workshopeval_best_settings` -- -LOCK TABLES `m_workshopeval_best_settings` WRITE; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +LOCK TABLES `t_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_accumulative` +-- Table structure for table `t_workshopform_accumulative` -- -DROP TABLE IF EXISTS `m_workshopform_accumulative`; +DROP TABLE IF EXISTS `t_workshopform_accumulative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_accumulative` ( +CREATE TABLE `t_workshopform_accumulative` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15199,54 +46797,54 @@ CREATE TABLE `m_workshopform_accumulative` ( `grade` bigint NOT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_workaccu_wor_ix` (`workshopid`) + KEY `t_workaccu_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_accumulative` +-- Dumping data for table `t_workshopform_accumulative` -- -LOCK TABLES `m_workshopform_accumulative` WRITE; -/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +LOCK TABLES `t_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `t_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_accumulative` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_comments` +-- Table structure for table `t_workshopform_comments` -- -DROP TABLE IF EXISTS `m_workshopform_comments`; +DROP TABLE IF EXISTS `t_workshopform_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_comments` ( +CREATE TABLE `t_workshopform_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workcomm_wor_ix` (`workshopid`) + KEY `t_workcomm_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_comments` +-- Dumping data for table `t_workshopform_comments` -- -LOCK TABLES `m_workshopform_comments` WRITE; -/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +LOCK TABLES `t_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `t_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors` +-- Table structure for table `t_workshopform_numerrors` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors`; +DROP TABLE IF EXISTS `t_workshopform_numerrors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors` ( +CREATE TABLE `t_workshopform_numerrors` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15257,156 +46855,123 @@ CREATE TABLE `m_workshopform_numerrors` ( `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_worknume_wor_ix` (`workshopid`) + KEY `t_worknume_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- Dumping data for table `t_workshopform_numerrors` -- -LOCK TABLES `m_workshopform_numerrors` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors_map` +-- Table structure for table `t_workshopform_numerrors_map` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +DROP TABLE IF EXISTS `t_workshopform_numerrors_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors_map` ( +CREATE TABLE `t_workshopform_numerrors_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `nonegative` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), - KEY `m_worknumemap_wor_ix` (`workshopid`) + UNIQUE KEY `t_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `t_worknumemap_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- Dumping data for table `t_workshopform_numerrors_map` -- -LOCK TABLES `m_workshopform_numerrors_map` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric` +-- Table structure for table `t_workshopform_rubric` -- -DROP TABLE IF EXISTS `m_workshopform_rubric`; +DROP TABLE IF EXISTS `t_workshopform_rubric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric` ( +CREATE TABLE `t_workshopform_rubric` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubr_wor_ix` (`workshopid`) + KEY `t_workrubr_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric` +-- Dumping data for table `t_workshopform_rubric` -- -LOCK TABLES `m_workshopform_rubric` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_config` +-- Table structure for table `t_workshopform_rubric_config` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +DROP TABLE IF EXISTS `t_workshopform_rubric_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_config` ( +CREATE TABLE `t_workshopform_rubric_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', PRIMARY KEY (`id`), - UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) + UNIQUE KEY `t_workrubrconf_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_config` +-- Dumping data for table `t_workshopform_rubric_config` -- -LOCK TABLES `m_workshopform_rubric_config` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_levels` +-- Table structure for table `t_workshopform_rubric_levels` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +DROP TABLE IF EXISTS `t_workshopform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_levels` ( +CREATE TABLE `t_workshopform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `dimensionid` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubrleve_dim_ix` (`dimensionid`) + KEY `t_workrubrleve_dim_ix` (`dimensionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_levels` --- - -LOCK TABLES `m_workshopform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_xapi_states` --- - -DROP TABLE IF EXISTS `m_xapi_states`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_xapi_states` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `userid` bigint DEFAULT NULL, - `itemid` bigint NOT NULL, - `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timecreated` bigint NOT NULL, - `timemodified` bigint DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_xapistat_comite_ix` (`component`,`itemid`), - KEY `m_xapistat_use_ix` (`userid`), - KEY `m_xapistat_tim_ix` (`timemodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_xapi_states` +-- Dumping data for table `t_workshopform_rubric_levels` -- -LOCK TABLES `m_xapi_states` WRITE; -/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -15418,4 +46983,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-02 10:32:25 +-- Dump completed on 2025-01-07 9:04:22 diff --git a/databases/MOODLE_403_STABLE.sql b/databases/MOODLE_403_STABLE.sql index c9cb565..ec5b3f6 100644 --- a/databases/MOODLE_403_STABLE.sql +++ b/databases/MOODLE_403_STABLE.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.4.3, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ --- Server version 8.0.32 +-- Server version 8.4.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -16,13 +16,13 @@ /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- --- Table structure for table `m_adminpresets` +-- Table structure for table `b_adminpresets` -- -DROP TABLE IF EXISTS `m_adminpresets`; +DROP TABLE IF EXISTS `b_adminpresets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets` ( +CREATE TABLE `b_adminpresets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -35,106 +35,106 @@ CREATE TABLE `m_adminpresets` ( `timecreated` bigint NOT NULL DEFAULT '0', `timeimported` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets` +-- Dumping data for table `b_adminpresets` -- -LOCK TABLES `m_adminpresets` WRITE; -/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; -INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); -/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +LOCK TABLES `b_adminpresets` WRITE; +/*!40000 ALTER TABLE `b_adminpresets` DISABLE KEYS */; +INSERT INTO `b_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://webserver','','','',1,1734079919,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://webserver','','','',2,1734079920,0); +/*!40000 ALTER TABLE `b_adminpresets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app` +-- Table structure for table `b_adminpresets_app` -- -DROP TABLE IF EXISTS `m_adminpresets_app`; +DROP TABLE IF EXISTS `b_adminpresets_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app` ( +CREATE TABLE `b_adminpresets_app` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `userid` bigint NOT NULL, `time` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiapp_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app` +-- Dumping data for table `b_adminpresets_app` -- -LOCK TABLES `m_adminpresets_app` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it` +-- Table structure for table `b_adminpresets_app_it` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it`; +DROP TABLE IF EXISTS `b_adminpresets_app_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it` ( +CREATE TABLE `b_adminpresets_app_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiappit_con_ix` (`configlogid`), - KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappit_con_ix` (`configlogid`), + KEY `b_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_app_it` +-- Dumping data for table `b_adminpresets_app_it` -- -LOCK TABLES `m_adminpresets_app_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it_a` +-- Table structure for table `b_adminpresets_app_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_app_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it_a` ( +CREATE TABLE `b_adminpresets_app_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_admiappita_con_ix` (`configlogid`), - KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappita_con_ix` (`configlogid`), + KEY `b_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_it_a` +-- Dumping data for table `b_adminpresets_app_it_a` -- -LOCK TABLES `m_adminpresets_app_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_plug` +-- Table structure for table `b_adminpresets_app_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +DROP TABLE IF EXISTS `b_adminpresets_app_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_plug` ( +CREATE TABLE `b_adminpresets_app_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -142,109 +142,109 @@ CREATE TABLE `m_adminpresets_app_plug` ( `value` smallint NOT NULL DEFAULT '0', `oldvalue` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_plug` +-- Dumping data for table `b_adminpresets_app_plug` -- -LOCK TABLES `m_adminpresets_app_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it` +-- Table structure for table `b_adminpresets_it` -- -DROP TABLE IF EXISTS `m_adminpresets_it`; +DROP TABLE IF EXISTS `b_adminpresets_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it` ( +CREATE TABLE `b_adminpresets_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiit_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it` +-- Dumping data for table `b_adminpresets_it` -- -LOCK TABLES `m_adminpresets_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; -INSERT INTO `m_adminpresets_it` 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 `m_adminpresets_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it` DISABLE KEYS */; +INSERT INTO `b_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `b_adminpresets_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it_a` +-- Table structure for table `b_adminpresets_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it_a` ( +CREATE TABLE `b_adminpresets_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiita_ite_ix` (`itemid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it_a` +-- Dumping data for table `b_adminpresets_it_a` -- -LOCK TABLES `m_adminpresets_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_plug` +-- Table structure for table `b_adminpresets_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_plug`; +DROP TABLE IF EXISTS `b_adminpresets_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_plug` ( +CREATE TABLE `b_adminpresets_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiplug_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_plug` +-- Dumping data for table `b_adminpresets_plug` -- -LOCK TABLES `m_adminpresets_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; -INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); -/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `b_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `b_adminpresets_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_indicator_calc` +-- Table structure for table `b_analytics_indicator_calc` -- -DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +DROP TABLE IF EXISTS `b_analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_indicator_calc` ( +CREATE TABLE `b_analytics_indicator_calc` ( `id` bigint NOT NULL AUTO_INCREMENT, `starttime` bigint NOT NULL, `endtime` bigint NOT NULL, @@ -255,28 +255,28 @@ CREATE TABLE `m_analytics_indicator_calc` ( `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), - KEY `m_analindicalc_con_ix` (`contextid`) + KEY `b_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `b_analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_indicator_calc` +-- Dumping data for table `b_analytics_indicator_calc` -- -LOCK TABLES `m_analytics_indicator_calc` WRITE; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +LOCK TABLES `b_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models` +-- Table structure for table `b_analytics_models` -- -DROP TABLE IF EXISTS `m_analytics_models`; +DROP TABLE IF EXISTS `b_analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models` ( +CREATE TABLE `b_analytics_models` ( `id` bigint NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', @@ -291,29 +291,29 @@ CREATE TABLE `m_analytics_models` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmode_enatra_ix` (`enabled`,`trained`), - KEY `m_analmode_use_ix` (`usermodified`) + KEY `b_analmode_enatra_ix` (`enabled`,`trained`), + KEY `b_analmode_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models` +-- Dumping data for table `b_analytics_models` -- -LOCK TABLES `m_analytics_models` WRITE; -/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; -INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); -/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +LOCK TABLES `b_analytics_models` WRITE; +/*!40000 ALTER TABLE `b_analytics_models` DISABLE KEYS */; +INSERT INTO `b_analytics_models` 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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,0); +/*!40000 ALTER TABLE `b_analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models_log` +-- Table structure for table `b_analytics_models_log` -- -DROP TABLE IF EXISTS `m_analytics_models_log`; +DROP TABLE IF EXISTS `b_analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models_log` ( +CREATE TABLE `b_analytics_models_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `version` bigint NOT NULL, @@ -327,28 +327,28 @@ CREATE TABLE `m_analytics_models_log` ( `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmodelog_mod_ix` (`modelid`), - KEY `m_analmodelog_use_ix` (`usermodified`) + KEY `b_analmodelog_mod_ix` (`modelid`), + KEY `b_analmodelog_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models_log` +-- Dumping data for table `b_analytics_models_log` -- -LOCK TABLES `m_analytics_models_log` WRITE; -/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +LOCK TABLES `b_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `b_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predict_samples` +-- Table structure for table `b_analytics_predict_samples` -- -DROP TABLE IF EXISTS `m_analytics_predict_samples`; +DROP TABLE IF EXISTS `b_analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predict_samples` ( +CREATE TABLE `b_analytics_predict_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -358,57 +358,57 @@ CREATE TABLE `m_analytics_predict_samples` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), - KEY `m_analpredsamp_mod_ix` (`modelid`) + KEY `b_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `b_analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predict_samples` +-- Dumping data for table `b_analytics_predict_samples` -- -LOCK TABLES `m_analytics_predict_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_prediction_actions` +-- Table structure for table `b_analytics_prediction_actions` -- -DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +DROP TABLE IF EXISTS `b_analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_prediction_actions` ( +CREATE TABLE `b_analytics_prediction_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `predictionid` bigint NOT NULL, `userid` bigint NOT NULL, `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), - KEY `m_analpredacti_pre_ix` (`predictionid`), - KEY `m_analpredacti_use_ix` (`userid`) + KEY `b_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `b_analpredacti_pre_ix` (`predictionid`), + KEY `b_analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_prediction_actions` +-- Dumping data for table `b_analytics_prediction_actions` -- -LOCK TABLES `m_analytics_prediction_actions` WRITE; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +LOCK TABLES `b_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predictions` +-- Table structure for table `b_analytics_predictions` -- -DROP TABLE IF EXISTS `m_analytics_predictions`; +DROP TABLE IF EXISTS `b_analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predictions` ( +CREATE TABLE `b_analytics_predictions` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -421,29 +421,29 @@ CREATE TABLE `m_analytics_predictions` ( `timestart` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), - KEY `m_analpred_mod_ix` (`modelid`), - KEY `m_analpred_con_ix` (`contextid`) + KEY `b_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `b_analpred_mod_ix` (`modelid`), + KEY `b_analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predictions` +-- Dumping data for table `b_analytics_predictions` -- -LOCK TABLES `m_analytics_predictions` WRITE; -/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +LOCK TABLES `b_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `b_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_train_samples` +-- Table structure for table `b_analytics_train_samples` -- -DROP TABLE IF EXISTS `m_analytics_train_samples`; +DROP TABLE IF EXISTS `b_analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_train_samples` ( +CREATE TABLE `b_analytics_train_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -451,28 +451,28 @@ CREATE TABLE `m_analytics_train_samples` ( `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), - KEY `m_analtraisamp_mod_ix` (`modelid`) + KEY `b_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `b_analtraisamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_train_samples` +-- Dumping data for table `b_analytics_train_samples` -- -LOCK TABLES `m_analytics_train_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_analysables` +-- Table structure for table `b_analytics_used_analysables` -- -DROP TABLE IF EXISTS `m_analytics_used_analysables`; +DROP TABLE IF EXISTS `b_analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_analysables` ( +CREATE TABLE `b_analytics_used_analysables` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -480,67 +480,64 @@ CREATE TABLE `m_analytics_used_analysables` ( `firstanalysis` bigint NOT NULL, `timeanalysed` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analusedanal_modact_ix` (`modelid`,`action`), - KEY `m_analusedanal_mod_ix` (`modelid`), - KEY `m_analusedanal_ana_ix` (`analysableid`) + KEY `b_analusedanal_modact_ix` (`modelid`,`action`), + KEY `b_analusedanal_ana_ix` (`analysableid`), + KEY `b_analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_used_analysables` +-- Dumping data for table `b_analytics_used_analysables` -- -LOCK TABLES `m_analytics_used_analysables` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_files` +-- Table structure for table `b_analytics_used_files` -- -DROP TABLE IF EXISTS `m_analytics_used_files`; +DROP TABLE IF EXISTS `b_analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_files` ( +CREATE TABLE `b_analytics_used_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL DEFAULT '0', `fileid` bigint NOT NULL DEFAULT '0', `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `time` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), - KEY `m_analusedfile_mod_ix` (`modelid`), - KEY `m_analusedfile_fil_ix` (`fileid`) + KEY `b_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `b_analusedfile_mod_ix` (`modelid`), + KEY `b_analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- Dumping data for table `b_analytics_used_files` -- -LOCK TABLES `m_analytics_used_files` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign` +-- Table structure for table `b_assign` -- -DROP TABLE IF EXISTS `m_assign`; +DROP TABLE IF EXISTS `b_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign` ( +CREATE TABLE `b_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', - `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `activityformat` smallint NOT NULL DEFAULT '0', - `submissionattachments` tinyint NOT NULL DEFAULT '0', `nosubmissions` tinyint NOT NULL DEFAULT '0', `submissiondrafts` tinyint NOT NULL DEFAULT '0', `sendnotifications` tinyint NOT NULL DEFAULT '0', @@ -552,7 +549,6 @@ CREATE TABLE `m_assign` ( `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', `completionsubmit` tinyint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', - `timelimit` bigint NOT NULL DEFAULT '0', `gradingduedate` bigint NOT NULL DEFAULT '0', `teamsubmission` tinyint NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', @@ -566,29 +562,33 @@ CREATE TABLE `m_assign` ( `markingallocation` tinyint NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assi_cou_ix` (`course`), - KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) + KEY `b_assi_cou_ix` (`course`), + KEY `b_assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- Dumping data for table `b_assign` -- -LOCK TABLES `m_assign` WRITE; -/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +LOCK TABLES `b_assign` WRITE; +/*!40000 ALTER TABLE `b_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_grades` +-- Table structure for table `b_assign_grades` -- -DROP TABLE IF EXISTS `m_assign_grades`; +DROP TABLE IF EXISTS `b_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_grades` ( +CREATE TABLE `b_assign_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -598,30 +598,30 @@ CREATE TABLE `m_assign_grades` ( `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), - KEY `m_assigrad_use_ix` (`userid`), - KEY `m_assigrad_att_ix` (`attemptnumber`), - KEY `m_assigrad_ass_ix` (`assignment`) + UNIQUE KEY `b_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `b_assigrad_use_ix` (`userid`), + KEY `b_assigrad_att_ix` (`attemptnumber`), + KEY `b_assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_grades` +-- Dumping data for table `b_assign_grades` -- -LOCK TABLES `m_assign_grades` WRITE; -/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +LOCK TABLES `b_assign_grades` WRITE; +/*!40000 ALTER TABLE `b_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_overrides` +-- Table structure for table `b_assign_overrides` -- -DROP TABLE IF EXISTS `m_assign_overrides`; +DROP TABLE IF EXISTS `b_assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_overrides` ( +CREATE TABLE `b_assign_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -632,29 +632,29 @@ CREATE TABLE `m_assign_overrides` ( `cutoffdate` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_assiover_ass_ix` (`assignid`), - KEY `m_assiover_gro_ix` (`groupid`), - KEY `m_assiover_use_ix` (`userid`) + KEY `b_assiover_ass_ix` (`assignid`), + KEY `b_assiover_gro_ix` (`groupid`), + KEY `b_assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_overrides` +-- Dumping data for table `b_assign_overrides` -- -LOCK TABLES `m_assign_overrides` WRITE; -/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +LOCK TABLES `b_assign_overrides` WRITE; +/*!40000 ALTER TABLE `b_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_plugin_config` +-- Table structure for table `b_assign_plugin_config` -- -DROP TABLE IF EXISTS `m_assign_plugin_config`; +DROP TABLE IF EXISTS `b_assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_plugin_config` ( +CREATE TABLE `b_assign_plugin_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -662,30 +662,30 @@ CREATE TABLE `m_assign_plugin_config` ( `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_assiplugconf_plu_ix` (`plugin`), - KEY `m_assiplugconf_sub_ix` (`subtype`), - KEY `m_assiplugconf_nam_ix` (`name`), - KEY `m_assiplugconf_ass_ix` (`assignment`) + KEY `b_assiplugconf_plu_ix` (`plugin`), + KEY `b_assiplugconf_sub_ix` (`subtype`), + KEY `b_assiplugconf_nam_ix` (`name`), + KEY `b_assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- Dumping data for table `b_assign_plugin_config` -- -LOCK TABLES `m_assign_plugin_config` WRITE; -/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +LOCK TABLES `b_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `b_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_submission` +-- Table structure for table `b_assign_submission` -- -DROP TABLE IF EXISTS `m_assign_submission`; +DROP TABLE IF EXISTS `b_assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_submission` ( +CREATE TABLE `b_assign_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -697,31 +697,31 @@ CREATE TABLE `m_assign_submission` ( `attemptnumber` bigint NOT NULL DEFAULT '0', `latest` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), - KEY `m_assisubm_use_ix` (`userid`), - KEY `m_assisubm_att_ix` (`attemptnumber`), - KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), - KEY `m_assisubm_ass_ix` (`assignment`) + UNIQUE KEY `b_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `b_assisubm_use_ix` (`userid`), + KEY `b_assisubm_att_ix` (`attemptnumber`), + KEY `b_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `b_assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_submission` +-- Dumping data for table `b_assign_submission` -- -LOCK TABLES `m_assign_submission` WRITE; -/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +LOCK TABLES `b_assign_submission` WRITE; +/*!40000 ALTER TABLE `b_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_flags` +-- Table structure for table `b_assign_user_flags` -- -DROP TABLE IF EXISTS `m_assign_user_flags`; +DROP TABLE IF EXISTS `b_assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_flags` ( +CREATE TABLE `b_assign_user_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `assignment` bigint NOT NULL DEFAULT '0', @@ -731,83 +731,83 @@ CREATE TABLE `m_assign_user_flags` ( `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `allocatedmarker` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiuserflag_mai_ix` (`mailed`), - KEY `m_assiuserflag_use_ix` (`userid`), - KEY `m_assiuserflag_ass_ix` (`assignment`) + KEY `b_assiuserflag_mai_ix` (`mailed`), + KEY `b_assiuserflag_use_ix` (`userid`), + KEY `b_assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- Dumping data for table `b_assign_user_flags` -- -LOCK TABLES `m_assign_user_flags` WRITE; -/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +LOCK TABLES `b_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `b_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_mapping` +-- Table structure for table `b_assign_user_mapping` -- -DROP TABLE IF EXISTS `m_assign_user_mapping`; +DROP TABLE IF EXISTS `b_assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_mapping` ( +CREATE TABLE `b_assign_user_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiusermapp_ass_ix` (`assignment`), - KEY `m_assiusermapp_use_ix` (`userid`) + KEY `b_assiusermapp_ass_ix` (`assignment`), + KEY `b_assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- Dumping data for table `b_assign_user_mapping` -- -LOCK TABLES `m_assign_user_mapping` WRITE; -/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +LOCK TABLES `b_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `b_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_comments` +-- Table structure for table `b_assignfeedback_comments` -- -DROP TABLE IF EXISTS `m_assignfeedback_comments`; +DROP TABLE IF EXISTS `b_assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_comments` ( +CREATE TABLE `b_assignfeedback_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `commentformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assicomm_ass_ix` (`assignment`), - KEY `m_assicomm_gra_ix` (`grade`) + KEY `b_assicomm_ass_ix` (`assignment`), + KEY `b_assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_comments` +-- Dumping data for table `b_assignfeedback_comments` -- -LOCK TABLES `m_assignfeedback_comments` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_annot` +-- Table structure for table `b_assignfeedback_editpdf_annot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_annot` ( +CREATE TABLE `b_assignfeedback_editpdf_annot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -820,28 +820,28 @@ CREATE TABLE `m_assignfeedback_editpdf_annot` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditanno_gra_ix` (`gradeid`) + KEY `b_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_annot` +-- Dumping data for table `b_assignfeedback_editpdf_annot` -- -LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- Table structure for table `b_assignfeedback_editpdf_cmnt` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_cmnt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( +CREATE TABLE `b_assignfeedback_editpdf_cmnt` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', @@ -852,55 +852,55 @@ CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditcmnt_gra_ix` (`gradeid`) + KEY `b_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditcmnt_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- Dumping data for table `b_assignfeedback_editpdf_cmnt` -- -LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_quick` +-- Table structure for table `b_assignfeedback_editpdf_quick` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_quick` ( +CREATE TABLE `b_assignfeedback_editpdf_quick` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `width` bigint NOT NULL DEFAULT '120', `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', PRIMARY KEY (`id`), - KEY `m_assieditquic_use_ix` (`userid`) + KEY `b_assieditquic_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_quick` +-- Dumping data for table `b_assignfeedback_editpdf_quick` -- -LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_rot` +-- Table structure for table `b_assignfeedback_editpdf_rot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_rot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_rot` ( +CREATE TABLE `b_assignfeedback_editpdf_rot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -908,110 +908,219 @@ CREATE TABLE `m_assignfeedback_editpdf_rot` ( `isrotated` tinyint(1) NOT NULL DEFAULT '0', `degree` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), - KEY `m_assieditrot_gra_ix` (`gradeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `b_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_rot` +-- Dumping data for table `b_assignfeedback_editpdf_rot` -- -LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_file` +-- Table structure for table `b_assignfeedback_file` -- -DROP TABLE IF EXISTS `m_assignfeedback_file`; +DROP TABLE IF EXISTS `b_assignfeedback_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_file` ( +CREATE TABLE `b_assignfeedback_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass2_ix` (`assignment`), - KEY `m_assifile_gra_ix` (`grade`) + KEY `b_assifile_ass2_ix` (`assignment`), + KEY `b_assifile_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- Dumping data for table `b_assignfeedback_file` -- -LOCK TABLES `m_assignfeedback_file` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_file` +-- Table structure for table `b_assignment` -- -DROP TABLE IF EXISTS `m_assignsubmission_file`; +DROP TABLE IF EXISTS `b_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_file` ( +CREATE TABLE `b_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment` +-- + +LOCK TABLES `b_assignment` WRITE; +/*!40000 ALTER TABLE `b_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_submissions` +-- + +DROP TABLE IF EXISTS `b_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assisubm_use2_ix` (`userid`), + KEY `b_assisubm_mai_ix` (`mailed`), + KEY `b_assisubm_tim_ix` (`timemarked`), + KEY `b_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_submissions` +-- + +LOCK TABLES `b_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `b_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `b_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assiupgr_old_ix` (`oldcmid`), + KEY `b_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_upgrade` +-- + +LOCK TABLES `b_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `b_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `b_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignsubmission_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass_ix` (`assignment`), - KEY `m_assifile_sub_ix` (`submission`) + KEY `b_assifile_ass_ix` (`assignment`), + KEY `b_assifile_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_file` +-- Dumping data for table `b_assignsubmission_file` -- -LOCK TABLES `m_assignsubmission_file` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +LOCK TABLES `b_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_onlinetext` +-- Table structure for table `b_assignsubmission_onlinetext` -- -DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +DROP TABLE IF EXISTS `b_assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_onlinetext` ( +CREATE TABLE `b_assignsubmission_onlinetext` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `onlineformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assionli_ass_ix` (`assignment`), - KEY `m_assionli_sub_ix` (`submission`) + KEY `b_assionli_ass_ix` (`assignment`), + KEY `b_assionli_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_onlinetext` +-- Dumping data for table `b_assignsubmission_onlinetext` -- -LOCK TABLES `m_assignsubmission_onlinetext` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +LOCK TABLES `b_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_lti_linked_login` +-- Table structure for table `b_auth_lti_linked_login` -- -DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +DROP TABLE IF EXISTS `b_auth_lti_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_lti_linked_login` ( +CREATE TABLE `b_auth_lti_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1021,28 +1130,28 @@ CREATE TABLE `m_auth_lti_linked_login` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), - KEY `m_authltilinklogi_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `b_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_lti_linked_login` +-- Dumping data for table `b_auth_lti_linked_login` -- -LOCK TABLES `m_auth_lti_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +LOCK TABLES `b_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_oauth2_linked_login` +-- Table structure for table `b_auth_oauth2_linked_login` -- -DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +DROP TABLE IF EXISTS `b_auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_oauth2_linked_login` ( +CREATE TABLE `b_auth_oauth2_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -1054,31 +1163,31 @@ CREATE TABLE `m_auth_oauth2_linked_login` ( `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `confirmtokenexpires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), - KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), - KEY `m_authoautlinklogi_use_ix` (`usermodified`), - KEY `m_authoautlinklogi_use2_ix` (`userid`), - KEY `m_authoautlinklogi_iss_ix` (`issuerid`) + UNIQUE KEY `b_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `b_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `b_authoautlinklogi_use_ix` (`usermodified`), + KEY `b_authoautlinklogi_use2_ix` (`userid`), + KEY `b_authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_oauth2_linked_login` +-- Dumping data for table `b_auth_oauth2_linked_login` -- -LOCK TABLES `m_auth_oauth2_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +LOCK TABLES `b_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_controllers` +-- Table structure for table `b_backup_controllers` -- -DROP TABLE IF EXISTS `m_backup_controllers`; +DROP TABLE IF EXISTS `b_backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_controllers` ( +CREATE TABLE `b_backup_controllers` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', @@ -1097,30 +1206,30 @@ CREATE TABLE `m_backup_controllers` ( `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backcont_bac_uix` (`backupid`), - KEY `m_backcont_typite_ix` (`type`,`itemid`), - KEY `m_backcont_use_ix` (`userid`), - KEY `m_backcont_useite_ix` (`userid`,`itemid`) + UNIQUE KEY `b_backcont_bac_uix` (`backupid`), + KEY `b_backcont_typite_ix` (`type`,`itemid`), + KEY `b_backcont_useite_ix` (`userid`,`itemid`), + KEY `b_backcont_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- Dumping data for table `b_backup_controllers` -- -LOCK TABLES `m_backup_controllers` WRITE; -/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +LOCK TABLES `b_backup_controllers` WRITE; +/*!40000 ALTER TABLE `b_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_courses` +-- Table structure for table `b_backup_courses` -- -DROP TABLE IF EXISTS `m_backup_courses`; +DROP TABLE IF EXISTS `b_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_courses` ( +CREATE TABLE `b_backup_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `laststarttime` bigint NOT NULL DEFAULT '0', @@ -1128,55 +1237,55 @@ CREATE TABLE `m_backup_courses` ( `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', `nextstarttime` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_backcour_cou_uix` (`courseid`) + UNIQUE KEY `b_backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_backup_courses` +-- Dumping data for table `b_backup_courses` -- -LOCK TABLES `m_backup_courses` WRITE; -/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +LOCK TABLES `b_backup_courses` WRITE; +/*!40000 ALTER TABLE `b_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_logs` +-- Table structure for table `b_backup_logs` -- -DROP TABLE IF EXISTS `m_backup_logs`; +DROP TABLE IF EXISTS `b_backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_logs` ( +CREATE TABLE `b_backup_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `loglevel` smallint NOT NULL, `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), - KEY `m_backlogs_bac_ix` (`backupid`) + UNIQUE KEY `b_backlogs_bacid_uix` (`backupid`,`id`), + KEY `b_backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- Dumping data for table `b_backup_logs` -- -LOCK TABLES `m_backup_logs` WRITE; -/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +LOCK TABLES `b_backup_logs` WRITE; +/*!40000 ALTER TABLE `b_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge` +-- Table structure for table `b_badge` -- -DROP TABLE IF EXISTS `m_badge`; +DROP TABLE IF EXISTS `b_badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge` ( +CREATE TABLE `b_badge` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -1204,30 +1313,30 @@ CREATE TABLE `m_badge` ( `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badg_typ_ix` (`type`), - KEY `m_badg_cou_ix` (`courseid`), - KEY `m_badg_use_ix` (`usermodified`), - KEY `m_badg_use2_ix` (`usercreated`) + KEY `b_badg_typ_ix` (`type`), + KEY `b_badg_cou_ix` (`courseid`), + KEY `b_badg_use_ix` (`usermodified`), + KEY `b_badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge` +-- Dumping data for table `b_badge` -- -LOCK TABLES `m_badge` WRITE; -/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +LOCK TABLES `b_badge` WRITE; +/*!40000 ALTER TABLE `b_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_alignment` +-- Table structure for table `b_badge_alignment` -- -DROP TABLE IF EXISTS `m_badge_alignment`; +DROP TABLE IF EXISTS `b_badge_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_alignment` ( +CREATE TABLE `b_badge_alignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1236,27 +1345,27 @@ CREATE TABLE `m_badge_alignment` ( `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcomp_bad3_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_alignment` +-- Dumping data for table `b_badge_alignment` -- -LOCK TABLES `m_badge_alignment` WRITE; -/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +LOCK TABLES `b_badge_alignment` WRITE; +/*!40000 ALTER TABLE `b_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_alignment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack` +-- Table structure for table `b_badge_backpack` -- -DROP TABLE IF EXISTS `m_badge_backpack`; +DROP TABLE IF EXISTS `b_badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack` ( +CREATE TABLE `b_badge_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1265,29 +1374,29 @@ CREATE TABLE `m_badge_backpack` ( `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `externalbackpackid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), - KEY `m_badgback_use_ix` (`userid`), - KEY `m_badgback_ext_ix` (`externalbackpackid`) + UNIQUE KEY `b_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `b_badgback_use_ix` (`userid`), + KEY `b_badgback_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack` +-- Dumping data for table `b_badge_backpack` -- -LOCK TABLES `m_badge_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +LOCK TABLES `b_badge_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack_oauth2` +-- Table structure for table `b_badge_backpack_oauth2` -- -DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +DROP TABLE IF EXISTS `b_badge_backpack_oauth2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack_oauth2` ( +CREATE TABLE `b_badge_backpack_oauth2` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', @@ -1300,30 +1409,30 @@ CREATE TABLE `m_badge_backpack_oauth2` ( `expires` bigint DEFAULT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgbackoaut_use_ix` (`usermodified`), - KEY `m_badgbackoaut_use2_ix` (`userid`), - KEY `m_badgbackoaut_iss_ix` (`issuerid`), - KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgbackoaut_use_ix` (`usermodified`), + KEY `b_badgbackoaut_use2_ix` (`userid`), + KEY `b_badgbackoaut_iss_ix` (`issuerid`), + KEY `b_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack_oauth2` +-- Dumping data for table `b_badge_backpack_oauth2` -- -LOCK TABLES `m_badge_backpack_oauth2` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +LOCK TABLES `b_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria` +-- Table structure for table `b_badge_criteria` -- -DROP TABLE IF EXISTS `m_badge_criteria`; +DROP TABLE IF EXISTS `b_badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria` ( +CREATE TABLE `b_badge_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, @@ -1331,84 +1440,84 @@ CREATE TABLE `m_badge_criteria` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), - KEY `m_badgcrit_cri_ix` (`criteriatype`), - KEY `m_badgcrit_bad_ix` (`badgeid`) + UNIQUE KEY `b_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `b_badgcrit_cri_ix` (`criteriatype`), + KEY `b_badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria` +-- Dumping data for table `b_badge_criteria` -- -LOCK TABLES `m_badge_criteria` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_met` +-- Table structure for table `b_badge_criteria_met` -- -DROP TABLE IF EXISTS `m_badge_criteria_met`; +DROP TABLE IF EXISTS `b_badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_met` ( +CREATE TABLE `b_badge_criteria_met` ( `id` bigint NOT NULL AUTO_INCREMENT, `issuedid` bigint DEFAULT NULL, `critid` bigint NOT NULL, `userid` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritmet_cri_ix` (`critid`), - KEY `m_badgcritmet_use_ix` (`userid`), - KEY `m_badgcritmet_iss_ix` (`issuedid`) + KEY `b_badgcritmet_cri_ix` (`critid`), + KEY `b_badgcritmet_use_ix` (`userid`), + KEY `b_badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- Dumping data for table `b_badge_criteria_met` -- -LOCK TABLES `m_badge_criteria_met` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_param` +-- Table structure for table `b_badge_criteria_param` -- -DROP TABLE IF EXISTS `m_badge_criteria_param`; +DROP TABLE IF EXISTS `b_badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_param` ( +CREATE TABLE `b_badge_criteria_param` ( `id` bigint NOT NULL AUTO_INCREMENT, `critid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritpara_cri_ix` (`critid`) + KEY `b_badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria_param` +-- Dumping data for table `b_badge_criteria_param` -- -LOCK TABLES `m_badge_criteria_param` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_endorsement` +-- Table structure for table `b_badge_endorsement` -- -DROP TABLE IF EXISTS `m_badge_endorsement`; +DROP TABLE IF EXISTS `b_badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_endorsement` ( +CREATE TABLE `b_badge_endorsement` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1418,54 +1527,54 @@ CREATE TABLE `m_badge_endorsement` ( `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `dateissued` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_badgendo_bad_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_endorsement` +-- Dumping data for table `b_badge_endorsement` -- -LOCK TABLES `m_badge_endorsement` WRITE; -/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +LOCK TABLES `b_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `b_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external` +-- Table structure for table `b_badge_external` -- -DROP TABLE IF EXISTS `m_badge_external`; +DROP TABLE IF EXISTS `b_badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external` ( +CREATE TABLE `b_badge_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackid` bigint NOT NULL, `collectionid` bigint NOT NULL, `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgexte_bac_ix` (`backpackid`) + KEY `b_badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external` +-- Dumping data for table `b_badge_external` -- -LOCK TABLES `m_badge_external` WRITE; -/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +LOCK TABLES `b_badge_external` WRITE; +/*!40000 ALTER TABLE `b_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_backpack` +-- Table structure for table `b_badge_external_backpack` -- -DROP TABLE IF EXISTS `m_badge_external_backpack`; +DROP TABLE IF EXISTS `b_badge_external_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_backpack` ( +CREATE TABLE `b_badge_external_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1473,58 +1582,58 @@ CREATE TABLE `m_badge_external_backpack` ( `sortorder` bigint NOT NULL DEFAULT '0', `oauth2_issuerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), - UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), - KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `b_badgexteback_bac2_uix` (`backpackweburl`), + KEY `b_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_external_backpack` +-- Dumping data for table `b_badge_external_backpack` -- -LOCK TABLES `m_badge_external_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; -INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); -/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +LOCK TABLES `b_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `b_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `b_badge_external_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_identifier` +-- Table structure for table `b_badge_external_identifier` -- -DROP TABLE IF EXISTS `m_badge_external_identifier`; +DROP TABLE IF EXISTS `b_badge_external_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_identifier` ( +CREATE TABLE `b_badge_external_identifier` ( `id` bigint NOT NULL AUTO_INCREMENT, `sitebackpackid` bigint NOT NULL, `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), - KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `b_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external_identifier` +-- Dumping data for table `b_badge_external_identifier` -- -LOCK TABLES `m_badge_external_identifier` WRITE; -/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +LOCK TABLES `b_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `b_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external_identifier` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_issued` +-- Table structure for table `b_badge_issued` -- -DROP TABLE IF EXISTS `m_badge_issued`; +DROP TABLE IF EXISTS `b_badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_issued` ( +CREATE TABLE `b_badge_issued` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -1534,29 +1643,29 @@ CREATE TABLE `m_badge_issued` ( `visible` tinyint(1) NOT NULL DEFAULT '0', `issuernotified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), - KEY `m_badgissu_bad_ix` (`badgeid`), - KEY `m_badgissu_use_ix` (`userid`) + UNIQUE KEY `b_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `b_badgissu_bad_ix` (`badgeid`), + KEY `b_badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_issued` +-- Dumping data for table `b_badge_issued` -- -LOCK TABLES `m_badge_issued` WRITE; -/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +LOCK TABLES `b_badge_issued` WRITE; +/*!40000 ALTER TABLE `b_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_manual_award` +-- Table structure for table `b_badge_manual_award` -- -DROP TABLE IF EXISTS `m_badge_manual_award`; +DROP TABLE IF EXISTS `b_badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_manual_award` ( +CREATE TABLE `b_badge_manual_award` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL, `recipientid` bigint NOT NULL, @@ -1564,57 +1673,57 @@ CREATE TABLE `m_badge_manual_award` ( `issuerrole` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgmanuawar_bad_ix` (`badgeid`), - KEY `m_badgmanuawar_rec_ix` (`recipientid`), - KEY `m_badgmanuawar_iss_ix` (`issuerid`), - KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) + KEY `b_badgmanuawar_bad_ix` (`badgeid`), + KEY `b_badgmanuawar_rec_ix` (`recipientid`), + KEY `b_badgmanuawar_iss_ix` (`issuerid`), + KEY `b_badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_manual_award` +-- Dumping data for table `b_badge_manual_award` -- -LOCK TABLES `m_badge_manual_award` WRITE; -/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +LOCK TABLES `b_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `b_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_related` +-- Table structure for table `b_badge_related` -- -DROP TABLE IF EXISTS `m_badge_related`; +DROP TABLE IF EXISTS `b_badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_related` ( +CREATE TABLE `b_badge_related` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `relatedbadgeid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), - KEY `m_badgrela_bad_ix` (`badgeid`), - KEY `m_badgrela_rel_ix` (`relatedbadgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `b_badgrela_bad_ix` (`badgeid`), + KEY `b_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_related` +-- Dumping data for table `b_badge_related` -- -LOCK TABLES `m_badge_related` WRITE; -/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +LOCK TABLES `b_badge_related` WRITE; +/*!40000 ALTER TABLE `b_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_related` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn` +-- Table structure for table `b_bigbluebuttonbn` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn` ( +CREATE TABLE `b_bigbluebuttonbn` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -1649,6 +1758,7 @@ CREATE TABLE `m_bigbluebuttonbn` ( `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0', `disablenote` tinyint(1) NOT NULL DEFAULT '0', `hideuserlist` tinyint(1) NOT NULL DEFAULT '0', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', `completionattendance` int NOT NULL DEFAULT '0', `completionengagementchats` int NOT NULL DEFAULT '0', `completionengagementtalks` int NOT NULL DEFAULT '0', @@ -1664,22 +1774,22 @@ CREATE TABLE `m_bigbluebuttonbn` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn` +-- Dumping data for table `b_bigbluebuttonbn` -- -LOCK TABLES `m_bigbluebuttonbn` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_logs` +-- Table structure for table `b_bigbluebuttonbn_logs` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_logs` ( +CREATE TABLE `b_bigbluebuttonbn_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1689,31 +1799,30 @@ CREATE TABLE `m_bigbluebuttonbn_logs` ( `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_bigblogs_cou_ix` (`courseid`), - KEY `m_bigblogs_log_ix` (`log`), - KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), - KEY `m_bigblogs_uselog_ix` (`userid`,`log`), - KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) + KEY `b_bigblogs_cou_ix` (`courseid`), + KEY `b_bigblogs_log_ix` (`log`), + KEY `b_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `b_bigblogs_uselog_ix` (`userid`,`log`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_logs` +-- Dumping data for table `b_bigbluebuttonbn_logs` -- -LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_recordings` +-- Table structure for table `b_bigbluebuttonbn_recordings` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn_recordings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_recordings` ( +CREATE TABLE `b_bigbluebuttonbn_recordings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1727,58 +1836,58 @@ CREATE TABLE `m_bigbluebuttonbn_recordings` ( `usermodified` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_bigbreco_cou_ix` (`courseid`), - KEY `m_bigbreco_rec_ix` (`recordingid`), - KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), - KEY `m_bigbreco_use_ix` (`usermodified`) + KEY `b_bigbreco_cou_ix` (`courseid`), + KEY `b_bigbreco_rec_ix` (`recordingid`), + KEY `b_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `b_bigbreco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_recordings` +-- Dumping data for table `b_bigbluebuttonbn_recordings` -- -LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block` +-- Table structure for table `b_block` -- -DROP TABLE IF EXISTS `m_block`; +DROP TABLE IF EXISTS `b_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block` ( +CREATE TABLE `b_block` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_bloc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; + UNIQUE KEY `b_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block` +-- Dumping data for table `b_block` -- -LOCK TABLES `m_block` WRITE; -/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; -INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); -/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +LOCK TABLES `b_block` WRITE; +/*!40000 ALTER TABLE `b_block` DISABLE KEYS */; +INSERT INTO `b_block` 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 `b_block` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_instances` +-- Table structure for table `b_block_instances` -- -DROP TABLE IF EXISTS `m_block_instances`; +DROP TABLE IF EXISTS `b_block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_instances` ( +CREATE TABLE `b_block_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `parentcontextid` bigint NOT NULL, @@ -1792,31 +1901,30 @@ CREATE TABLE `m_block_instances` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), - KEY `m_blocinst_tim_ix` (`timemodified`), - KEY `m_blocinst_par_ix` (`parentcontextid`), - KEY `m_blocinst_blo_ix` (`blockname`) -) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; + KEY `b_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `b_blocinst_tim_ix` (`timemodified`), + KEY `b_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- Dumping data for table `b_block_instances` -- -LOCK TABLES `m_block_instances` WRITE; -/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; -INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); -/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +LOCK TABLES `b_block_instances` WRITE; +/*!40000 ALTER TABLE `b_block_instances` DISABLE KEYS */; +INSERT INTO `b_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080020,1734080020),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080020,1734080020),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080020,1734080020),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080020,1734080020),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080020,1734080020); +/*!40000 ALTER TABLE `b_block_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_positions` +-- Table structure for table `b_block_positions` -- -DROP TABLE IF EXISTS `m_block_positions`; +DROP TABLE IF EXISTS `b_block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_positions` ( +CREATE TABLE `b_block_positions` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockinstanceid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -1826,29 +1934,29 @@ CREATE TABLE `m_block_positions` ( `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `weight` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), - KEY `m_blocposi_blo_ix` (`blockinstanceid`), - KEY `m_blocposi_con_ix` (`contextid`) + UNIQUE KEY `b_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `b_blocposi_blo_ix` (`blockinstanceid`), + KEY `b_blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- Dumping data for table `b_block_positions` -- -LOCK TABLES `m_block_positions` WRITE; -/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +LOCK TABLES `b_block_positions` WRITE; +/*!40000 ALTER TABLE `b_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_positions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recent_activity` +-- Table structure for table `b_block_recent_activity` -- -DROP TABLE IF EXISTS `m_block_recent_activity`; +DROP TABLE IF EXISTS `b_block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recent_activity` ( +CREATE TABLE `b_block_recent_activity` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -1857,57 +1965,57 @@ CREATE TABLE `m_block_recent_activity` ( `action` tinyint(1) NOT NULL, `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) + KEY `b_blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recent_activity` +-- Dumping data for table `b_block_recent_activity` -- -LOCK TABLES `m_block_recent_activity` WRITE; -/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +LOCK TABLES `b_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `b_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recentlyaccesseditems` +-- Table structure for table `b_block_recentlyaccesseditems` -- -DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +DROP TABLE IF EXISTS `b_block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recentlyaccesseditems` ( +CREATE TABLE `b_block_recentlyaccesseditems` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `userid` bigint NOT NULL, `timeaccess` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), - KEY `m_blocrece_use_ix` (`userid`), - KEY `m_blocrece_cou_ix` (`courseid`), - KEY `m_blocrece_cmi_ix` (`cmid`) + UNIQUE KEY `b_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `b_blocrece_use_ix` (`userid`), + KEY `b_blocrece_cou_ix` (`courseid`), + KEY `b_blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recentlyaccesseditems` +-- Dumping data for table `b_block_recentlyaccesseditems` -- -LOCK TABLES `m_block_recentlyaccesseditems` WRITE; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +LOCK TABLES `b_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_rss_client` +-- Table structure for table `b_block_rss_client` -- -DROP TABLE IF EXISTS `m_block_rss_client`; +DROP TABLE IF EXISTS `b_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_rss_client` ( +CREATE TABLE `b_block_rss_client` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1922,48 +2030,48 @@ CREATE TABLE `m_block_rss_client` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_rss_client` +-- Dumping data for table `b_block_rss_client` -- -LOCK TABLES `m_block_rss_client` WRITE; -/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +LOCK TABLES `b_block_rss_client` WRITE; +/*!40000 ALTER TABLE `b_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_association` +-- Table structure for table `b_blog_association` -- -DROP TABLE IF EXISTS `m_blog_association`; +DROP TABLE IF EXISTS `b_blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_association` ( +CREATE TABLE `b_blog_association` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `blogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blogasso_con_ix` (`contextid`), - KEY `m_blogasso_blo_ix` (`blogid`) + KEY `b_blogasso_con_ix` (`contextid`), + KEY `b_blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- Dumping data for table `b_blog_association` -- -LOCK TABLES `m_blog_association` WRITE; -/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +LOCK TABLES `b_blog_association` WRITE; +/*!40000 ALTER TABLE `b_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_association` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_external` +-- Table structure for table `b_blog_external` -- -DROP TABLE IF EXISTS `m_blog_external`; +DROP TABLE IF EXISTS `b_blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_external` ( +CREATE TABLE `b_blog_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1974,27 +2082,27 @@ CREATE TABLE `m_blog_external` ( `timemodified` bigint DEFAULT NULL, `timefetched` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_blogexte_use_ix` (`userid`) + KEY `b_blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- Dumping data for table `b_blog_external` -- -LOCK TABLES `m_blog_external` WRITE; -/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +LOCK TABLES `b_blog_external` WRITE; +/*!40000 ALTER TABLE `b_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book` +-- Table structure for table `b_book` -- -DROP TABLE IF EXISTS `m_book`; +DROP TABLE IF EXISTS `b_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book` ( +CREATE TABLE `b_book` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2007,27 +2115,27 @@ CREATE TABLE `m_book` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_book_cou_ix` (`course`) + KEY `b_book_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book` +-- Dumping data for table `b_book` -- -LOCK TABLES `m_book` WRITE; -/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +LOCK TABLES `b_book` WRITE; +/*!40000 ALTER TABLE `b_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book_chapters` +-- Table structure for table `b_book_chapters` -- -DROP TABLE IF EXISTS `m_book_chapters`; +DROP TABLE IF EXISTS `b_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book_chapters` ( +CREATE TABLE `b_book_chapters` ( `id` bigint NOT NULL AUTO_INCREMENT, `bookid` bigint NOT NULL DEFAULT '0', `pagenum` bigint NOT NULL DEFAULT '0', @@ -2040,27 +2148,27 @@ CREATE TABLE `m_book_chapters` ( `timemodified` bigint NOT NULL DEFAULT '0', `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_bookchap_boo_ix` (`bookid`) + KEY `b_bookchap_boo_ix` (`bookid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book_chapters` +-- Dumping data for table `b_book_chapters` -- -LOCK TABLES `m_book_chapters` WRITE; -/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +LOCK TABLES `b_book_chapters` WRITE; +/*!40000 ALTER TABLE `b_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_filters` +-- Table structure for table `b_cache_filters` -- -DROP TABLE IF EXISTS `m_cache_filters`; +DROP TABLE IF EXISTS `b_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_filters` ( +CREATE TABLE `b_cache_filters` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` bigint NOT NULL DEFAULT '0', @@ -2068,27 +2176,27 @@ CREATE TABLE `m_cache_filters` ( `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) + KEY `b_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_filters` +-- Dumping data for table `b_cache_filters` -- -LOCK TABLES `m_cache_filters` WRITE; -/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +LOCK TABLES `b_cache_filters` WRITE; +/*!40000 ALTER TABLE `b_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_flags` +-- Table structure for table `b_cache_flags` -- -DROP TABLE IF EXISTS `m_cache_flags`; +DROP TABLE IF EXISTS `b_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_flags` ( +CREATE TABLE `b_cache_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2096,29 +2204,28 @@ CREATE TABLE `m_cache_flags` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `expiry` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_cachflag_fla_ix` (`flagtype`), - KEY `m_cachflag_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; + KEY `b_cachflag_fla_ix` (`flagtype`), + KEY `b_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_flags` +-- Dumping data for table `b_cache_flags` -- -LOCK TABLES `m_cache_flags` WRITE; -/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; -INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1696857378,'1',1696864578),(2,'accesslib/dirtycontexts','/1/3/21',1566471456,'1',1566478656),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1696857217,'1',1696864417); -/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +LOCK TABLES `b_cache_flags` WRITE; +/*!40000 ALTER TABLE `b_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_capabilities` +-- Table structure for table `b_capabilities` -- -DROP TABLE IF EXISTS `m_capabilities`; +DROP TABLE IF EXISTS `b_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_capabilities` ( +CREATE TABLE `b_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2126,28 +2233,28 @@ CREATE TABLE `m_capabilities` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `riskbitmask` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_capa_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=743 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; + UNIQUE KEY `b_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_capabilities` +-- Dumping data for table `b_capabilities` -- -LOCK TABLES `m_capabilities` WRITE; -/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; -INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0),(734,'moodle/group:configurecustomfields','write',10,'moodle',16),(735,'moodle/contentbank:copyanycontent','write',50,'moodle',16),(736,'moodle/contentbank:copycontent','write',50,'moodle',16),(737,'moodle/course:configurecoursecommunication','write',50,'moodle',0),(738,'moodle/moodlenet:sharecourse','read',50,'moodle',0),(739,'mod/forum:canmailnow','write',70,'mod_forum',16),(740,'communication/matrix:moderator','read',50,'communication_matrix',0),(741,'tool/mfa:mfaaccess','write',30,'tool_mfa',0),(742,'factor/capability:cannotpassfactor','read',10,'factor_capability',0); -/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +LOCK TABLES `b_capabilities` WRITE; +/*!40000 ALTER TABLE `b_capabilities` DISABLE KEYS */; +INSERT INTO `b_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `b_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat` +-- Table structure for table `b_chat` -- -DROP TABLE IF EXISTS `m_chat`; +DROP TABLE IF EXISTS `b_chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat` ( +CREATE TABLE `b_chat` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2159,27 +2266,27 @@ CREATE TABLE `m_chat` ( `schedule` smallint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chat_cou_ix` (`course`) + KEY `b_chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat` +-- Dumping data for table `b_chat` -- -LOCK TABLES `m_chat` WRITE; -/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +LOCK TABLES `b_chat` WRITE; +/*!40000 ALTER TABLE `b_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages` +-- Table structure for table `b_chat_messages` -- -DROP TABLE IF EXISTS `m_chat_messages`; +DROP TABLE IF EXISTS `b_chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages` ( +CREATE TABLE `b_chat_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2188,30 +2295,30 @@ CREATE TABLE `m_chat_messages` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmess_use_ix` (`userid`), - KEY `m_chatmess_gro_ix` (`groupid`), - KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmess_cha_ix` (`chatid`) + KEY `b_chatmess_use_ix` (`userid`), + KEY `b_chatmess_gro_ix` (`groupid`), + KEY `b_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages` +-- Dumping data for table `b_chat_messages` -- -LOCK TABLES `m_chat_messages` WRITE; -/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +LOCK TABLES `b_chat_messages` WRITE; +/*!40000 ALTER TABLE `b_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages_current` +-- Table structure for table `b_chat_messages_current` -- -DROP TABLE IF EXISTS `m_chat_messages_current`; +DROP TABLE IF EXISTS `b_chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages_current` ( +CREATE TABLE `b_chat_messages_current` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2220,30 +2327,30 @@ CREATE TABLE `m_chat_messages_current` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmesscurr_use_ix` (`userid`), - KEY `m_chatmesscurr_gro_ix` (`groupid`), - KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmesscurr_cha_ix` (`chatid`) + KEY `b_chatmesscurr_use_ix` (`userid`), + KEY `b_chatmesscurr_gro_ix` (`groupid`), + KEY `b_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages_current` +-- Dumping data for table `b_chat_messages_current` -- -LOCK TABLES `m_chat_messages_current` WRITE; -/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +LOCK TABLES `b_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `b_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_users` +-- Table structure for table `b_chat_users` -- -DROP TABLE IF EXISTS `m_chat_users`; +DROP TABLE IF EXISTS `b_chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_users` ( +CREATE TABLE `b_chat_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2257,31 +2364,31 @@ CREATE TABLE `m_chat_users` ( `course` bigint NOT NULL DEFAULT '0', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_chatuser_use_ix` (`userid`), - KEY `m_chatuser_las_ix` (`lastping`), - KEY `m_chatuser_gro_ix` (`groupid`), - KEY `m_chatuser_cha_ix` (`chatid`), - KEY `m_chatuser_cou_ix` (`course`) + KEY `b_chatuser_use_ix` (`userid`), + KEY `b_chatuser_las_ix` (`lastping`), + KEY `b_chatuser_gro_ix` (`groupid`), + KEY `b_chatuser_cha_ix` (`chatid`), + KEY `b_chatuser_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- Dumping data for table `b_chat_users` -- -LOCK TABLES `m_chat_users` WRITE; -/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +LOCK TABLES `b_chat_users` WRITE; +/*!40000 ALTER TABLE `b_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice` +-- Table structure for table `b_choice` -- -DROP TABLE IF EXISTS `m_choice`; +DROP TABLE IF EXISTS `b_choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice` ( +CREATE TABLE `b_choice` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2302,83 +2409,83 @@ CREATE TABLE `m_choice` ( `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', `showavailable` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choi_cou_ix` (`course`) + KEY `b_choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice` +-- Dumping data for table `b_choice` -- -LOCK TABLES `m_choice` WRITE; -/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +LOCK TABLES `b_choice` WRITE; +/*!40000 ALTER TABLE `b_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_answers` +-- Table structure for table `b_choice_answers` -- -DROP TABLE IF EXISTS `m_choice_answers`; +DROP TABLE IF EXISTS `b_choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_answers` ( +CREATE TABLE `b_choice_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `optionid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiansw_use_ix` (`userid`), - KEY `m_choiansw_cho_ix` (`choiceid`), - KEY `m_choiansw_opt_ix` (`optionid`) + KEY `b_choiansw_use_ix` (`userid`), + KEY `b_choiansw_cho_ix` (`choiceid`), + KEY `b_choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_answers` +-- Dumping data for table `b_choice_answers` -- -LOCK TABLES `m_choice_answers` WRITE; -/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +LOCK TABLES `b_choice_answers` WRITE; +/*!40000 ALTER TABLE `b_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_options` +-- Table structure for table `b_choice_options` -- -DROP TABLE IF EXISTS `m_choice_options`; +DROP TABLE IF EXISTS `b_choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_options` ( +CREATE TABLE `b_choice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `maxanswers` bigint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiopti_cho_ix` (`choiceid`) + KEY `b_choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_options` +-- Dumping data for table `b_choice_options` -- -LOCK TABLES `m_choice_options` WRITE; -/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +LOCK TABLES `b_choice_options` WRITE; +/*!40000 ALTER TABLE `b_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort` +-- Table structure for table `b_cohort` -- -DROP TABLE IF EXISTS `m_cohort`; +DROP TABLE IF EXISTS `b_cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort` ( +CREATE TABLE `b_cohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2391,55 +2498,55 @@ CREATE TABLE `m_cohort` ( `timemodified` bigint NOT NULL, `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_coho_con_ix` (`contextid`) + KEY `b_coho_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- Dumping data for table `b_cohort` -- -LOCK TABLES `m_cohort` WRITE; -/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +LOCK TABLES `b_cohort` WRITE; +/*!40000 ALTER TABLE `b_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort_members` +-- Table structure for table `b_cohort_members` -- -DROP TABLE IF EXISTS `m_cohort_members`; +DROP TABLE IF EXISTS `b_cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort_members` ( +CREATE TABLE `b_cohort_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), - KEY `m_cohomemb_coh_ix` (`cohortid`), - KEY `m_cohomemb_use_ix` (`userid`) + UNIQUE KEY `b_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `b_cohomemb_coh_ix` (`cohortid`), + KEY `b_cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cohort_members` +-- Dumping data for table `b_cohort_members` -- -LOCK TABLES `m_cohort_members` WRITE; -/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +LOCK TABLES `b_cohort_members` WRITE; +/*!40000 ALTER TABLE `b_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_comments` +-- Table structure for table `b_comments` -- -DROP TABLE IF EXISTS `m_comments`; +DROP TABLE IF EXISTS `b_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_comments` ( +CREATE TABLE `b_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -2450,113 +2557,28 @@ CREATE TABLE `m_comments` ( `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), - KEY `m_comm_use_ix` (`userid`) + KEY `b_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `b_comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_comments` --- - -LOCK TABLES `m_comments` WRITE; -/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_communication` --- - -DROP TABLE IF EXISTS `m_communication`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_communication` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `contextid` bigint NOT NULL, - `instanceid` bigint NOT NULL, - `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `m_comm_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_communication` --- - -LOCK TABLES `m_communication` WRITE; -/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_communication_customlink` --- - -DROP TABLE IF EXISTS `m_communication_customlink`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_communication_customlink` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `commid` bigint NOT NULL, - `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_commcust_com_ix` (`commid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_communication_customlink` --- - -LOCK TABLES `m_communication_customlink` WRITE; -/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_communication_user` --- - -DROP TABLE IF EXISTS `m_communication_user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_communication_user` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `commid` bigint NOT NULL, - `userid` bigint NOT NULL, - `synced` tinyint(1) NOT NULL DEFAULT '0', - `deleted` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `m_commuser_com_ix` (`commid`), - KEY `m_commuser_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_communication_user` +-- Dumping data for table `b_comments` -- -LOCK TABLES `m_communication_user` WRITE; -/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +LOCK TABLES `b_comments` WRITE; +/*!40000 ALTER TABLE `b_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency` +-- Table structure for table `b_competency` -- -DROP TABLE IF EXISTS `m_competency`; +DROP TABLE IF EXISTS `b_competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency` ( +CREATE TABLE `b_competency` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2575,30 +2597,30 @@ CREATE TABLE `m_competency` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), - KEY `m_comp_rul_ix` (`ruleoutcome`), - KEY `m_comp_sca_ix` (`scaleid`), - KEY `m_comp_use_ix` (`usermodified`) + UNIQUE KEY `b_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `b_comp_rul_ix` (`ruleoutcome`), + KEY `b_comp_sca_ix` (`scaleid`), + KEY `b_comp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- Dumping data for table `b_competency` -- -LOCK TABLES `m_competency` WRITE; -/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +LOCK TABLES `b_competency` WRITE; +/*!40000 ALTER TABLE `b_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecomp` +-- Table structure for table `b_competency_coursecomp` -- -DROP TABLE IF EXISTS `m_competency_coursecomp`; +DROP TABLE IF EXISTS `b_competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecomp` ( +CREATE TABLE `b_competency_coursecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2608,31 +2630,31 @@ CREATE TABLE `m_competency_coursecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), - KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), - KEY `m_compcour_cou2_ix` (`courseid`), - KEY `m_compcour_com_ix` (`competencyid`), - KEY `m_compcour_use2_ix` (`usermodified`) + UNIQUE KEY `b_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `b_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `b_compcour_cou2_ix` (`courseid`), + KEY `b_compcour_com_ix` (`competencyid`), + KEY `b_compcour_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_coursecomp` +-- Dumping data for table `b_competency_coursecomp` -- -LOCK TABLES `m_competency_coursecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecompsetting` +-- Table structure for table `b_competency_coursecompsetting` -- -DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +DROP TABLE IF EXISTS `b_competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecompsetting` ( +CREATE TABLE `b_competency_coursecompsetting` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `pushratingstouserplans` tinyint DEFAULT NULL, @@ -2640,28 +2662,28 @@ CREATE TABLE `m_competency_coursecompsetting` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_cou_uix` (`courseid`), - KEY `m_compcour_use_ix` (`usermodified`) + UNIQUE KEY `b_compcour_cou_uix` (`courseid`), + KEY `b_compcour_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- Dumping data for table `b_competency_coursecompsetting` -- -LOCK TABLES `m_competency_coursecompsetting` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +LOCK TABLES `b_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_evidence` +-- Table structure for table `b_competency_evidence` -- -DROP TABLE IF EXISTS `m_competency_evidence`; +DROP TABLE IF EXISTS `b_competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_evidence` ( +CREATE TABLE `b_competency_evidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `usercompetencyid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -2677,30 +2699,30 @@ CREATE TABLE `m_competency_evidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compevid_use_ix` (`usercompetencyid`), - KEY `m_compevid_act_ix` (`actionuserid`), - KEY `m_compevid_con_ix` (`contextid`), - KEY `m_compevid_use2_ix` (`usermodified`) + KEY `b_compevid_use_ix` (`usercompetencyid`), + KEY `b_compevid_con_ix` (`contextid`), + KEY `b_compevid_act_ix` (`actionuserid`), + KEY `b_compevid_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_evidence` +-- Dumping data for table `b_competency_evidence` -- -LOCK TABLES `m_competency_evidence` WRITE; -/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +LOCK TABLES `b_competency_evidence` WRITE; +/*!40000 ALTER TABLE `b_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_framework` +-- Table structure for table `b_competency_framework` -- -DROP TABLE IF EXISTS `m_competency_framework`; +DROP TABLE IF EXISTS `b_competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_framework` ( +CREATE TABLE `b_competency_framework` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2715,30 +2737,30 @@ CREATE TABLE `m_competency_framework` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), - KEY `m_compfram_con_ix` (`contextid`), - KEY `m_compfram_sca_ix` (`scaleid`), - KEY `m_compfram_use_ix` (`usermodified`) + UNIQUE KEY `b_compfram_idn_uix` (`idnumber`), + KEY `b_compfram_con_ix` (`contextid`), + KEY `b_compfram_sca_ix` (`scaleid`), + KEY `b_compfram_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_framework` +-- Dumping data for table `b_competency_framework` -- -LOCK TABLES `m_competency_framework` WRITE; -/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +LOCK TABLES `b_competency_framework` WRITE; +/*!40000 ALTER TABLE `b_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_modulecomp` +-- Table structure for table `b_competency_modulecomp` -- -DROP TABLE IF EXISTS `m_competency_modulecomp`; +DROP TABLE IF EXISTS `b_competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_modulecomp` ( +CREATE TABLE `b_competency_modulecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -2749,31 +2771,31 @@ CREATE TABLE `m_competency_modulecomp` ( `ruleoutcome` tinyint NOT NULL, `overridegrade` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), - KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), - KEY `m_compmodu_cmi_ix` (`cmid`), - KEY `m_compmodu_com_ix` (`competencyid`), - KEY `m_compmodu_use_ix` (`usermodified`) + UNIQUE KEY `b_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `b_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `b_compmodu_cmi_ix` (`cmid`), + KEY `b_compmodu_com_ix` (`competencyid`), + KEY `b_compmodu_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_modulecomp` +-- Dumping data for table `b_competency_modulecomp` -- -LOCK TABLES `m_competency_modulecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plan` +-- Table structure for table `b_competency_plan` -- -DROP TABLE IF EXISTS `m_competency_plan`; +DROP TABLE IF EXISTS `b_competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plan` ( +CREATE TABLE `b_competency_plan` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2788,30 +2810,30 @@ CREATE TABLE `m_competency_plan` ( `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compplan_usesta_ix` (`userid`,`status`), - KEY `m_compplan_tem_ix` (`templateid`), - KEY `m_compplan_stadue_ix` (`status`,`duedate`), - KEY `m_compplan_use_ix` (`usermodified`) + KEY `b_compplan_usesta_ix` (`userid`,`status`), + KEY `b_compplan_tem_ix` (`templateid`), + KEY `b_compplan_stadue_ix` (`status`,`duedate`), + KEY `b_compplan_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plan` +-- Dumping data for table `b_competency_plan` -- -LOCK TABLES `m_competency_plan` WRITE; -/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +LOCK TABLES `b_competency_plan` WRITE; +/*!40000 ALTER TABLE `b_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plancomp` +-- Table structure for table `b_competency_plancomp` -- -DROP TABLE IF EXISTS `m_competency_plancomp`; +DROP TABLE IF EXISTS `b_competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plancomp` ( +CREATE TABLE `b_competency_plancomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `planid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2820,28 +2842,28 @@ CREATE TABLE `m_competency_plancomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), - KEY `m_compplan_use2_ix` (`usermodified`) + UNIQUE KEY `b_compplan_placom_uix` (`planid`,`competencyid`), + KEY `b_compplan_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plancomp` +-- Dumping data for table `b_competency_plancomp` -- -LOCK TABLES `m_competency_plancomp` WRITE; -/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +LOCK TABLES `b_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `b_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_relatedcomp` +-- Table structure for table `b_competency_relatedcomp` -- -DROP TABLE IF EXISTS `m_competency_relatedcomp`; +DROP TABLE IF EXISTS `b_competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_relatedcomp` ( +CREATE TABLE `b_competency_relatedcomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `competencyid` bigint NOT NULL, `relatedcompetencyid` bigint NOT NULL, @@ -2849,29 +2871,29 @@ CREATE TABLE `m_competency_relatedcomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comprela_com_ix` (`competencyid`), - KEY `m_comprela_rel_ix` (`relatedcompetencyid`), - KEY `m_comprela_use_ix` (`usermodified`) + KEY `b_comprela_com_ix` (`competencyid`), + KEY `b_comprela_rel_ix` (`relatedcompetencyid`), + KEY `b_comprela_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_relatedcomp` +-- Dumping data for table `b_competency_relatedcomp` -- -LOCK TABLES `m_competency_relatedcomp` WRITE; -/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +LOCK TABLES `b_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `b_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_template` +-- Table structure for table `b_competency_template` -- -DROP TABLE IF EXISTS `m_competency_template`; +DROP TABLE IF EXISTS `b_competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_template` ( +CREATE TABLE `b_competency_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2883,28 +2905,28 @@ CREATE TABLE `m_competency_template` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_use_ix` (`usermodified`), - KEY `m_comptemp_con_ix` (`contextid`) + KEY `b_comptemp_con_ix` (`contextid`), + KEY `b_comptemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_template` +-- Dumping data for table `b_competency_template` -- -LOCK TABLES `m_competency_template` WRITE; -/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +LOCK TABLES `b_competency_template` WRITE; +/*!40000 ALTER TABLE `b_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecohort` +-- Table structure for table `b_competency_templatecohort` -- -DROP TABLE IF EXISTS `m_competency_templatecohort`; +DROP TABLE IF EXISTS `b_competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecohort` ( +CREATE TABLE `b_competency_templatecohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `cohortid` bigint NOT NULL, @@ -2912,29 +2934,29 @@ CREATE TABLE `m_competency_templatecohort` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), - KEY `m_comptemp_tem2_ix` (`templateid`), - KEY `m_comptemp_use3_ix` (`usermodified`) + UNIQUE KEY `b_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `b_comptemp_tem2_ix` (`templateid`), + KEY `b_comptemp_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecohort` +-- Dumping data for table `b_competency_templatecohort` -- -LOCK TABLES `m_competency_templatecohort` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +LOCK TABLES `b_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecomp` +-- Table structure for table `b_competency_templatecomp` -- -DROP TABLE IF EXISTS `m_competency_templatecomp`; +DROP TABLE IF EXISTS `b_competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecomp` ( +CREATE TABLE `b_competency_templatecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2943,29 +2965,29 @@ CREATE TABLE `m_competency_templatecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_tem_ix` (`templateid`), - KEY `m_comptemp_com_ix` (`competencyid`), - KEY `m_comptemp_use2_ix` (`usermodified`) + KEY `b_comptemp_tem_ix` (`templateid`), + KEY `b_comptemp_com_ix` (`competencyid`), + KEY `b_comptemp_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecomp` +-- Dumping data for table `b_competency_templatecomp` -- -LOCK TABLES `m_competency_templatecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercomp` +-- Table structure for table `b_competency_usercomp` -- -DROP TABLE IF EXISTS `m_competency_usercomp`; +DROP TABLE IF EXISTS `b_competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercomp` ( +CREATE TABLE `b_competency_usercomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2977,28 +2999,28 @@ CREATE TABLE `m_competency_usercomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), - KEY `m_compuser_use3_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `b_compuser_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercomp` +-- Dumping data for table `b_competency_usercomp` -- -LOCK TABLES `m_competency_usercomp` WRITE; -/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +LOCK TABLES `b_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `b_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompcourse` +-- Table structure for table `b_competency_usercompcourse` -- -DROP TABLE IF EXISTS `m_competency_usercompcourse`; +DROP TABLE IF EXISTS `b_competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompcourse` ( +CREATE TABLE `b_competency_usercompcourse` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -3009,28 +3031,28 @@ CREATE TABLE `m_competency_usercompcourse` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), - KEY `m_compuser_use4_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `b_compuser_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompcourse` +-- Dumping data for table `b_competency_usercompcourse` -- -LOCK TABLES `m_competency_usercompcourse` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +LOCK TABLES `b_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompplan` +-- Table structure for table `b_competency_usercompplan` -- -DROP TABLE IF EXISTS `m_competency_usercompplan`; +DROP TABLE IF EXISTS `b_competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompplan` ( +CREATE TABLE `b_competency_usercompplan` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3042,28 +3064,28 @@ CREATE TABLE `m_competency_usercompplan` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), - KEY `m_compuser_use5_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `b_compuser_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompplan` +-- Dumping data for table `b_competency_usercompplan` -- -LOCK TABLES `m_competency_usercompplan` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +LOCK TABLES `b_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidence` +-- Table structure for table `b_competency_userevidence` -- -DROP TABLE IF EXISTS `m_competency_userevidence`; +DROP TABLE IF EXISTS `b_competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidence` ( +CREATE TABLE `b_competency_userevidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3074,28 +3096,28 @@ CREATE TABLE `m_competency_userevidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compuser_use_ix` (`userid`), - KEY `m_compuser_use2_ix` (`usermodified`) + KEY `b_compuser_use4_ix` (`userid`), + KEY `b_compuser_use5_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidence` +-- Dumping data for table `b_competency_userevidence` -- -LOCK TABLES `m_competency_userevidence` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +LOCK TABLES `b_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidencecomp` +-- Table structure for table `b_competency_userevidencecomp` -- -DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +DROP TABLE IF EXISTS `b_competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidencecomp` ( +CREATE TABLE `b_competency_userevidencecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userevidenceid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3103,55 +3125,55 @@ CREATE TABLE `m_competency_userevidencecomp` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), - KEY `m_compuser_use2_ix` (`userevidenceid`), - KEY `m_compuser_use6_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `b_compuser_use6_ix` (`userevidenceid`), + KEY `b_compuser_use7_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidencecomp` +-- Dumping data for table `b_competency_userevidencecomp` -- -LOCK TABLES `m_competency_userevidencecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config` +-- Table structure for table `b_config` -- -DROP TABLE IF EXISTS `m_config`; +DROP TABLE IF EXISTS `b_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config` ( +CREATE TABLE `b_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_conf_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=615 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; + UNIQUE KEY `b_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=579 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config` +-- Dumping data for table `b_config` -- -LOCK TABLES `m_config` WRITE; -/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; -INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1696857236'),(25,'jsrev','1696857236'),(26,'gdversion','2'),(27,'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'),(28,'version','2023100900'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1696857236'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.3 (Build: 20231009)'),(380,'branch','403'),(381,'localcachedirpurged','1696857236'),(382,'scheduledtaskreset','1696857236'),(383,'allversionshash','46d56359e2c6687b1de60189499036eadfe27213'),(385,'registrationpending','0'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1696857236'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v124'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','c686f029a92c8ff77dc750885c5122e6e5602ae0'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'); -/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +LOCK TABLES `b_config` WRITE; +/*!40000 ALTER TABLE `b_config` DISABLE KEYS */; +INSERT INTO `b_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','PEBQinrVG4S2XoBe7abQVyp8G5lH7kZtwebserver'),(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','atto,tinymce,textarea,tiny'),(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','1734080088'),(25,'jsrev','1734080088'),(26,'templaterev','1734080088'),(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','2022112815.01'),(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','0'),(40,'enablestats','0'),(41,'enablerssfeeds','0'),(42,'enableblogs','1'),(43,'enablecompletion','1'),(44,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734079898'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080135'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','0'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'allowedemaildomains',''),(402,'divertallemailsto',''),(403,'divertallemailsexcept',''),(404,'emaildkimselector',''),(405,'sitemailcharset','0'),(406,'allowusermailcharset','0'),(407,'allowattachments','1'),(408,'mailnewline','LF'),(409,'emailfromvia','1'),(410,'emailsubjectprefix',''),(411,'emailheaders',''),(412,'updateautocheck','1'),(413,'updateminmaturity','200'),(414,'updatenotifybuilds','0'),(415,'enablewsdocumentation','0'),(416,'customreportslimit','0'),(417,'customreportsliveediting','1'),(418,'dndallowtextandlinks','0'),(419,'pathtosassc',''),(420,'contextlocking','0'),(421,'contextlockappliestoadmin','1'),(422,'forceclean','0'),(423,'enablecourserelativedates','0'),(424,'debug','32767'),(425,'debugdisplay','1'),(426,'perfdebug','7'),(427,'debugstringids','0'),(428,'debugsqltrace','0'),(429,'debugvalidators','0'),(430,'debugpageinfo','0'),(431,'profilingenabled','0'),(432,'profilingincluded',''),(433,'profilingexcluded',''),(434,'profilingautofrec','0'),(435,'profilingallowme','0'),(436,'profilingallowall','0'),(437,'profilingslow','0'),(438,'profilinglifetime','1440'),(439,'profilingimportprefix','(I)'),(440,'allowguestmymoodle','1'),(441,'release','4.1.15+ (Build: 20241213)'),(442,'branch','401'),(443,'localcachedirpurged','1734080088'),(444,'scheduledtaskreset','1734080088'),(445,'paygw_plugins_sortorder','paypal'),(446,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(447,'enableaccessibilitytools','1'),(448,'notloggedinroleid','6'),(449,'guestroleid','6'),(450,'defaultuserroleid','7'),(451,'creatornewroleid','3'),(452,'restorernewroleid','3'),(453,'sitepolicyhandler',''),(454,'gradebookroles','5'),(455,'h5plibraryhandler','h5plib_v124'),(456,'airnotifierurl','https://messages.moodle.net'),(457,'airnotifierport','443'),(458,'airnotifiermobileappname','com.moodle.moodlemobile'),(459,'airnotifierappname','commoodlemoodlemobile'),(460,'airnotifieraccesskey',''),(461,'bigbluebuttonbn_default_dpa_accepted','0'),(462,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(463,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(464,'bigbluebuttonbn_poll_interval','5'),(465,'bigbluebuttonbn_welcome_default',''),(466,'bigbluebuttonbn_welcome_editable','1'),(467,'bigbluebuttonbn_recording_default','1'),(468,'bigbluebuttonbn_recording_refresh_period','300'),(469,'bigbluebuttonbn_recording_editable','1'),(470,'bigbluebuttonbn_recording_all_from_start_default','0'),(471,'bigbluebuttonbn_recording_all_from_start_editable','0'),(472,'bigbluebuttonbn_recording_hide_button_default','0'),(473,'bigbluebuttonbn_recording_hide_button_editable','0'),(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_meetingevents_enabled','0'),(509,'bigbluebuttonbn_guestaccess_enabled','0'),(510,'chat_method','ajax'),(511,'chat_refresh_userlist','10'),(512,'chat_old_ping','35'),(513,'chat_refresh_room','5'),(514,'chat_normal_updatemode','jsupdate'),(515,'chat_serverhost','webserver'),(516,'chat_serverip','127.0.0.1'),(517,'chat_serverport','9111'),(518,'chat_servermax','100'),(519,'data_enablerssfeeds','0'),(520,'feedback_allowfullanonymous','0'),(521,'forum_displaymode','3'),(522,'forum_shortpost','300'),(523,'forum_longpost','600'),(524,'forum_manydiscussions','100'),(525,'forum_maxbytes','512000'),(526,'forum_maxattachments','9'),(527,'forum_subscription','0'),(528,'forum_trackingtype','1'),(529,'forum_trackreadposts','1'),(530,'forum_allowforcedreadtracking','0'),(531,'forum_oldpostdays','14'),(532,'forum_usermarksread','0'),(533,'forum_cleanreadtime','2'),(534,'digestmailtime','17'),(535,'forum_enablerssfeeds','0'),(536,'forum_enabletimedposts','1'),(537,'glossary_entbypage','10'),(538,'glossary_dupentries','0'),(539,'glossary_allowcomments','0'),(540,'glossary_linkbydefault','1'),(541,'glossary_defaultapproval','1'),(542,'glossary_enablerssfeeds','0'),(543,'glossary_linkentries','0'),(544,'glossary_casesensitive','0'),(545,'glossary_fullmatch','0'),(546,'block_course_list_adminview','all'),(547,'block_course_list_hideallcourseslink','0'),(548,'block_online_users_timetosee','5'),(549,'block_online_users_onlinestatushiding','1'),(550,'block_rss_client_num_entries','5'),(551,'block_rss_client_timeout','30'),(552,'block_html_allowcssclasses','0'),(553,'pathtounoconv','/usr/bin/unoconv'),(554,'filter_multilang_force_old','0'),(555,'logguests','1'),(556,'loglifetime','0'),(557,'profileroles','5,4,3'),(558,'coursecontact','3'),(559,'frontpage','6'),(560,'frontpageloggedin','6'),(561,'maxcategorydepth','2'),(562,'frontpagecourselimit','200'),(563,'commentsperpage','15'),(564,'defaultfrontpageroleid','8'),(565,'messageinbound_enabled','0'),(566,'messageinbound_mailbox',''),(567,'messageinbound_domain',''),(568,'messageinbound_host',''),(569,'messageinbound_hostssl','ssl'),(570,'messageinbound_hostuser',''),(571,'messageinbound_hostpass',''),(572,'mobilecssurl',''),(573,'enablemobilewebservice','0'),(574,'registrationpending','1'),(575,'noemailever','1'),(576,'noreplyaddress','noreply@example.com'),(577,'supportemail','email@example.com'),(578,'behattest','10d17a55bb39832d31c1226d768089cd712840db'); +/*!40000 ALTER TABLE `b_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_log` +-- Table structure for table `b_config_log` -- -DROP TABLE IF EXISTS `m_config_log`; +DROP TABLE IF EXISTS `b_config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_log` ( +CREATE TABLE `b_config_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -3160,56 +3182,56 @@ CREATE TABLE `m_config_log` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_conflog_tim_ix` (`timemodified`), - KEY `m_conflog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=1989 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; + KEY `b_conflog_tim_ix` (`timemodified`), + KEY `b_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1891 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_log` +-- Dumping data for table `b_config_log` -- -LOCK TABLES `m_config_log` WRITE; -/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; -INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL); -/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +LOCK TABLES `b_config_log` WRITE; +/*!40000 ALTER TABLE `b_config_log` DISABLE KEYS */; +INSERT INTO `b_config_log` VALUES (1,0,1734079927,NULL,'enableuserfeedback','0',NULL),(2,0,1734079927,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734079927,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734079927,NULL,'enableoutcomes','0',NULL),(5,0,1734079927,NULL,'usecomments','1',NULL),(6,0,1734079927,NULL,'usetags','1',NULL),(7,0,1734079927,NULL,'enablenotes','1',NULL),(8,0,1734079927,NULL,'enableportfolios','0',NULL),(9,0,1734079927,NULL,'enablewebservices','0',NULL),(10,0,1734079927,NULL,'enablestats','0',NULL),(11,0,1734079927,NULL,'enablerssfeeds','0',NULL),(12,0,1734079927,NULL,'enableblogs','1',NULL),(13,0,1734079927,NULL,'enablecompletion','1',NULL),(14,0,1734079927,NULL,'completiondefault','1',NULL),(15,0,1734079927,NULL,'enableavailability','1',NULL),(16,0,1734079927,NULL,'enableplagiarism','0',NULL),(17,0,1734079927,NULL,'enablebadges','1',NULL),(18,0,1734079927,NULL,'enableglobalsearch','0',NULL),(19,0,1734079927,NULL,'allowstealth','0',NULL),(20,0,1734079927,NULL,'enableanalytics','1',NULL),(21,0,1734079927,'core_competency','enabled','1',NULL),(22,0,1734079927,NULL,'messaging','1',NULL),(23,0,1734079927,NULL,'enablecustomreports','1',NULL),(24,0,1734079927,NULL,'allowemojipicker','1',NULL),(25,0,1734079927,NULL,'userfiltersdefault','realname',NULL),(26,0,1734079927,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734079927,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734079927,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734079927,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734079927,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734079927,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734079928,NULL,'enroladminnewcourse','1',NULL),(33,0,1734079928,NULL,'autologinguests','0',NULL),(34,0,1734079928,NULL,'hiddenuserfields','',NULL),(35,0,1734079928,NULL,'showuseridentity','email',NULL),(36,0,1734079928,NULL,'fullnamedisplay','language',NULL),(37,0,1734079928,NULL,'alternativefullnameformat','language',NULL),(38,0,1734079928,NULL,'maxusersperpage','100',NULL),(39,0,1734079928,NULL,'enablegravatar','0',NULL),(40,0,1734079928,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734079928,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734079928,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),(43,0,1734079928,NULL,'sitepolicy','',NULL),(44,0,1734079928,NULL,'sitepolicyguest','',NULL),(45,0,1734079928,'moodlecourse','visible','1',NULL),(46,0,1734079928,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734079928,'moodlecourse','participantsperpage','20',NULL),(48,0,1734079928,'moodlecourse','format','topics',NULL),(49,0,1734079928,'moodlecourse','maxsections','52',NULL),(50,0,1734079928,'moodlecourse','numsections','4',NULL),(51,0,1734079928,'moodlecourse','hiddensections','1',NULL),(52,0,1734079928,'moodlecourse','coursedisplay','0',NULL),(53,0,1734079928,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734079928,'moodlecourse','courseduration','31536000',NULL),(55,0,1734079928,'moodlecourse','lang','',NULL),(56,0,1734079928,'moodlecourse','newsitems','5',NULL),(57,0,1734079928,'moodlecourse','showgrades','1',NULL),(58,0,1734079928,'moodlecourse','showreports','0',NULL),(59,0,1734079928,'moodlecourse','showactivitydates','1',NULL),(60,0,1734079928,'moodlecourse','maxbytes','0',NULL),(61,0,1734079928,'moodlecourse','enablecompletion','1',NULL),(62,0,1734079928,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734079928,'moodlecourse','groupmode','0',NULL),(64,0,1734079928,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734079928,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734079928,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734079928,NULL,'enablecourserequests','1',NULL),(68,0,1734079928,NULL,'defaultrequestcategory','1',NULL),(69,0,1734079928,NULL,'lockrequestcategory','0',NULL),(70,0,1734079928,NULL,'courserequestnotify','',NULL),(71,0,1734079928,NULL,'activitychoosertabmode','0',NULL),(72,0,1734079928,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734079928,'backup','loglifetime','30',NULL),(74,0,1734079928,'backup','backup_general_users','1',NULL),(75,0,1734079928,'backup','backup_general_users_locked','',NULL),(76,0,1734079928,'backup','backup_general_anonymize','0',NULL),(77,0,1734079928,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734079928,'backup','backup_general_role_assignments','1',NULL),(79,0,1734079928,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734079928,'backup','backup_general_activities','1',NULL),(81,0,1734079928,'backup','backup_general_activities_locked','',NULL),(82,0,1734079928,'backup','backup_general_blocks','1',NULL),(83,0,1734079928,'backup','backup_general_blocks_locked','',NULL),(84,0,1734079928,'backup','backup_general_files','1',NULL),(85,0,1734079928,'backup','backup_general_files_locked','',NULL),(86,0,1734079928,'backup','backup_general_filters','1',NULL),(87,0,1734079928,'backup','backup_general_filters_locked','',NULL),(88,0,1734079928,'backup','backup_general_comments','1',NULL),(89,0,1734079928,'backup','backup_general_comments_locked','',NULL),(90,0,1734079928,'backup','backup_general_badges','1',NULL),(91,0,1734079928,'backup','backup_general_badges_locked','',NULL),(92,0,1734079929,'backup','backup_general_calendarevents','1',NULL),(93,0,1734079929,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734079929,'backup','backup_general_userscompletion','1',NULL),(95,0,1734079929,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734079929,'backup','backup_general_logs','0',NULL),(97,0,1734079929,'backup','backup_general_logs_locked','',NULL),(98,0,1734079929,'backup','backup_general_histories','0',NULL),(99,0,1734079929,'backup','backup_general_histories_locked','',NULL),(100,0,1734079929,'backup','backup_general_questionbank','1',NULL),(101,0,1734079929,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734079929,'backup','backup_general_groups','1',NULL),(103,0,1734079929,'backup','backup_general_groups_locked','',NULL),(104,0,1734079929,'backup','backup_general_competencies','1',NULL),(105,0,1734079929,'backup','backup_general_competencies_locked','',NULL),(106,0,1734079929,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734079929,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734079929,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734079929,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734079929,'backup','import_general_maxresults','10',NULL),(111,0,1734079929,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734079929,'backup','backup_import_permissions','0',NULL),(113,0,1734079929,'backup','backup_import_permissions_locked','',NULL),(114,0,1734079929,'backup','backup_import_activities','1',NULL),(115,0,1734079929,'backup','backup_import_activities_locked','',NULL),(116,0,1734079929,'backup','backup_import_blocks','1',NULL),(117,0,1734079929,'backup','backup_import_blocks_locked','',NULL),(118,0,1734079929,'backup','backup_import_filters','1',NULL),(119,0,1734079929,'backup','backup_import_filters_locked','',NULL),(120,0,1734079929,'backup','backup_import_calendarevents','1',NULL),(121,0,1734079929,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734079929,'backup','backup_import_questionbank','1',NULL),(123,0,1734079929,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734079929,'backup','backup_import_groups','1',NULL),(125,0,1734079929,'backup','backup_import_groups_locked','',NULL),(126,0,1734079929,'backup','backup_import_competencies','1',NULL),(127,0,1734079929,'backup','backup_import_competencies_locked','',NULL),(128,0,1734079929,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734079929,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734079929,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734079929,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734079929,'backup','backup_auto_active','0',NULL),(133,0,1734079929,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734079929,'backup','backup_auto_hour','0',NULL),(135,0,1734079929,'backup','backup_auto_minute','0',NULL),(136,0,1734079929,'backup','backup_auto_storage','0',NULL),(137,0,1734079929,'backup','backup_auto_destination','',NULL),(138,0,1734079929,'backup','backup_auto_max_kept','1',NULL),(139,0,1734079929,'backup','backup_auto_delete_days','0',NULL),(140,0,1734079929,'backup','backup_auto_min_kept','0',NULL),(141,0,1734079929,'backup','backup_shortname','0',NULL),(142,0,1734079929,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734079929,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734079929,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734079929,'backup','backup_auto_users','1',NULL),(146,0,1734079929,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734079929,'backup','backup_auto_activities','1',NULL),(148,0,1734079929,'backup','backup_auto_blocks','1',NULL),(149,0,1734079929,'backup','backup_auto_files','1',NULL),(150,0,1734079929,'backup','backup_auto_filters','1',NULL),(151,0,1734079929,'backup','backup_auto_comments','1',NULL),(152,0,1734079929,'backup','backup_auto_badges','1',NULL),(153,0,1734079929,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734079929,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734079929,'backup','backup_auto_logs','0',NULL),(156,0,1734079929,'backup','backup_auto_histories','0',NULL),(157,0,1734079929,'backup','backup_auto_questionbank','1',NULL),(158,0,1734079929,'backup','backup_auto_groups','1',NULL),(159,0,1734079929,'backup','backup_auto_competencies','1',NULL),(160,0,1734079929,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734079929,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734079929,'restore','restore_general_users','1',NULL),(163,0,1734079930,'restore','restore_general_users_locked','',NULL),(164,0,1734079930,'restore','restore_general_enrolments','1',NULL),(165,0,1734079930,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734079930,'restore','restore_general_role_assignments','1',NULL),(167,0,1734079930,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734079930,'restore','restore_general_permissions','1',NULL),(169,0,1734079930,'restore','restore_general_permissions_locked','',NULL),(170,0,1734079930,'restore','restore_general_activities','1',NULL),(171,0,1734079930,'restore','restore_general_activities_locked','',NULL),(172,0,1734079930,'restore','restore_general_blocks','1',NULL),(173,0,1734079930,'restore','restore_general_blocks_locked','',NULL),(174,0,1734079930,'restore','restore_general_filters','1',NULL),(175,0,1734079930,'restore','restore_general_filters_locked','',NULL),(176,0,1734079930,'restore','restore_general_comments','1',NULL),(177,0,1734079930,'restore','restore_general_comments_locked','',NULL),(178,0,1734079930,'restore','restore_general_badges','1',NULL),(179,0,1734079930,'restore','restore_general_badges_locked','',NULL),(180,0,1734079930,'restore','restore_general_calendarevents','1',NULL),(181,0,1734079930,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734079930,'restore','restore_general_userscompletion','1',NULL),(183,0,1734079930,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734079930,'restore','restore_general_logs','1',NULL),(185,0,1734079930,'restore','restore_general_logs_locked','',NULL),(186,0,1734079930,'restore','restore_general_histories','1',NULL),(187,0,1734079930,'restore','restore_general_histories_locked','',NULL),(188,0,1734079930,'restore','restore_general_groups','1',NULL),(189,0,1734079930,'restore','restore_general_groups_locked','',NULL),(190,0,1734079930,'restore','restore_general_competencies','1',NULL),(191,0,1734079930,'restore','restore_general_competencies_locked','',NULL),(192,0,1734079930,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734079930,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734079930,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734079930,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734079930,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734079930,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734079930,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734079930,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734079930,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734079930,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734079930,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734079930,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734079930,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734079930,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734079930,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734079930,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734079930,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734079930,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734079930,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734079930,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734079930,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734079930,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734079930,NULL,'enableasyncbackup','0',NULL),(217,0,1734079930,'backup','backup_async_message_users','0',NULL),(218,0,1734079930,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734079930,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734079930,NULL,'grade_profilereport','user',NULL),(221,0,1734079930,NULL,'grade_aggregationposition','1',NULL),(222,0,1734079930,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734079930,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734079930,NULL,'gradepublishing','0',NULL),(225,0,1734079930,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734079930,NULL,'grade_export_displaytype','1',NULL),(227,0,1734079930,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734079930,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734079930,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734079930,NULL,'recovergradesdefault','0',NULL),(231,0,1734079930,NULL,'gradeexport','',NULL),(232,0,1734079930,NULL,'unlimitedgrades','0',NULL),(233,0,1734079930,NULL,'grade_report_showmin','1',NULL),(234,0,1734079930,NULL,'gradepointmax','100',NULL),(235,0,1734079930,NULL,'gradepointdefault','100',NULL),(236,0,1734079930,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734079930,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734079930,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734079931,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734079931,NULL,'grade_aggregation','13',NULL),(241,0,1734079931,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734079931,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734079931,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734079931,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734079931,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734079931,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734079931,NULL,'grade_keephigh','0',NULL),(248,0,1734079931,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734079931,NULL,'grade_droplow','0',NULL),(250,0,1734079931,NULL,'grade_droplow_flag','2',NULL),(251,0,1734079931,NULL,'grade_overridecat','1',NULL),(252,0,1734079931,NULL,'grade_displaytype','1',NULL),(253,0,1734079931,NULL,'grade_decimalpoints','2',NULL),(254,0,1734079931,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734079931,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734079931,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734079931,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734079931,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734079931,NULL,'grade_report_meanselection','1',NULL),(260,0,1734079931,NULL,'grade_report_enableajax','0',NULL),(261,0,1734079931,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734079931,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734079931,NULL,'grade_report_showaverages','1',NULL),(264,0,1734079931,NULL,'grade_report_showlocks','0',NULL),(265,0,1734079931,NULL,'grade_report_showranges','0',NULL),(266,0,1734079931,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734079931,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734079931,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734079931,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734079931,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734079931,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734079931,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734079931,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734079931,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734079931,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734079931,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734079931,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734079931,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734079931,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734079931,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734079931,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734079931,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734079931,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734079931,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734079931,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734079931,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734079931,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734079931,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734079931,'analytics','modeinstruction','',NULL),(290,0,1734079931,'analytics','percentonline','0',NULL),(291,0,1734079931,'analytics','typeinstitution','',NULL),(292,0,1734079931,'analytics','levelinstitution','',NULL),(293,0,1734079931,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734079931,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734079931,'analytics','modeloutputdir','',NULL),(296,0,1734079931,'analytics','onlycli','1',NULL),(297,0,1734079931,'analytics','modeltimelimit','1200',NULL),(298,0,1734079931,'analytics','calclifetime','35',NULL),(299,0,1734079931,NULL,'badges_defaultissuername','',NULL),(300,0,1734079931,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734079931,NULL,'badges_badgesalt','badges1734079898',NULL),(302,0,1734079931,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734079931,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734079932,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734079932,NULL,'timezone','Australia/Perth',NULL),(306,0,1734079932,NULL,'forcetimezone','99',NULL),(307,0,1734079932,NULL,'country','0',NULL),(308,0,1734079932,NULL,'defaultcity','',NULL),(309,0,1734079932,NULL,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734079932,NULL,'googlemapkey3','',NULL),(311,0,1734079932,NULL,'allcountrycodes','',NULL),(312,0,1734079932,NULL,'autolang','1',NULL),(313,0,1734079932,NULL,'lang','en',NULL),(314,0,1734079932,NULL,'autolangusercreation','1',NULL),(315,0,1734079932,NULL,'langmenu','1',NULL),(316,0,1734079932,NULL,'langlist','',NULL),(317,0,1734079932,NULL,'langcache','1',NULL),(318,0,1734079932,NULL,'langstringcache','1',NULL),(319,0,1734079932,NULL,'locale','',NULL),(320,0,1734079932,NULL,'latinexcelexport','0',NULL),(321,0,1734079933,NULL,'messagingallusers','0',NULL),(322,0,1734079933,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734079933,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734079933,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734079933,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734079933,NULL,'requiremodintro','0',NULL),(327,0,1734079933,'antivirus','notifyemail','',NULL),(328,0,1734079933,'antivirus','notifylevel','2',NULL),(329,0,1734079933,'antivirus','threshold','1200',NULL),(330,0,1734079933,'antivirus','enablequarantine','0',NULL),(331,0,1734079933,'antivirus','quarantinetime','2419200',NULL),(332,0,1734079933,NULL,'registerauth','',NULL),(333,0,1734079933,NULL,'authloginviaemail','0',NULL),(334,0,1734079933,NULL,'allowaccountssameemail','0',NULL),(335,0,1734079933,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734079933,NULL,'loginpageautofocus','0',NULL),(337,0,1734079933,NULL,'guestloginbutton','1',NULL),(338,0,1734079933,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734079933,NULL,'alternateloginurl','',NULL),(340,0,1734079933,NULL,'forgottenpasswordurl','',NULL),(341,0,1734079933,NULL,'auth_instructions','',NULL),(342,0,1734079933,NULL,'allowemailaddresses','',NULL),(343,0,1734079933,NULL,'denyemailaddresses','',NULL),(344,0,1734079933,NULL,'verifychangedemail','1',NULL),(345,0,1734079933,NULL,'recaptchapublickey','',NULL),(346,0,1734079933,NULL,'recaptchaprivatekey','',NULL),(347,0,1734079933,'cachestore_apcu','testperformance','0',NULL),(348,0,1734079933,'cachestore_memcached','testservers','',NULL),(349,0,1734079933,'cachestore_mongodb','testserver','',NULL),(350,0,1734079933,'cachestore_redis','test_server','',NULL),(351,0,1734079933,'cachestore_redis','test_password','',NULL),(352,0,1734079933,'cachestore_redis','test_serializer','1',NULL),(353,0,1734079933,'cachestore_redis','test_ttl','0',NULL),(354,0,1734079933,NULL,'filteruploadedfiles','0',NULL),(355,0,1734079933,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734079933,NULL,'filtermatchonepertext','0',NULL),(357,0,1734079933,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734079933,NULL,'media_default_width','640',NULL),(359,0,1734079933,NULL,'media_default_height','360',NULL),(360,0,1734079933,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734079933,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734079933,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734079933,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734079933,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734079933,'question_preview','correctness','1',NULL),(366,0,1734079933,'question_preview','marks','2',NULL),(367,0,1734079933,'question_preview','markdp','2',NULL),(368,0,1734079933,'question_preview','feedback','1',NULL),(369,0,1734079933,'question_preview','generalfeedback','1',NULL),(370,0,1734079933,'question_preview','rightanswer','1',NULL),(371,0,1734079934,'question_preview','history','0',NULL),(372,0,1734079934,NULL,'repositorycacheexpire','120',NULL),(373,0,1734079934,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734079934,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734079934,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734079934,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734079934,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734079934,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734079934,NULL,'searchengine','simpledb',NULL),(380,0,1734079934,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734079934,NULL,'searchindextime','600',NULL),(382,0,1734079934,NULL,'searchallavailablecourses','0',NULL),(383,0,1734079934,NULL,'searchincludeallcourses','0',NULL),(384,0,1734079934,NULL,'searchenablecategories','0',NULL),(385,0,1734079934,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734079934,NULL,'searchhideallcategory','0',NULL),(387,0,1734079934,NULL,'searchmaxtopresults','3',NULL),(388,0,1734079934,NULL,'searchteacherroles','',NULL),(389,0,1734079934,NULL,'searchenginequeryonly','',NULL),(390,0,1734079934,NULL,'searchbannerenable','0',NULL),(391,0,1734079934,NULL,'searchbanner','',NULL),(392,0,1734079934,NULL,'allowbeforeblock','0',NULL),(393,0,1734079934,NULL,'allowedip','',NULL),(394,0,1734079934,NULL,'blockedip','',NULL),(395,0,1734079934,NULL,'protectusernames','1',NULL),(396,0,1734079934,NULL,'forcelogin','0',NULL),(397,0,1734079934,NULL,'forceloginforprofiles','1',NULL),(398,0,1734079934,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734079934,NULL,'opentowebcrawlers','0',NULL),(400,0,1734079934,NULL,'allowindexing','0',NULL),(401,0,1734079934,NULL,'maxbytes','0',NULL),(402,0,1734079934,NULL,'userquota','104857600',NULL),(403,0,1734079934,NULL,'allowobjectembed','0',NULL),(404,0,1734079934,NULL,'enabletrusttext','0',NULL),(405,0,1734079934,NULL,'maxeditingtime','1800',NULL),(406,0,1734079934,NULL,'extendedusernamechars','0',NULL),(407,0,1734079934,NULL,'keeptagnamecase','1',NULL),(408,0,1734079934,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734079934,NULL,'cronclionly','1',NULL),(410,0,1734079934,NULL,'cronremotepassword','',NULL),(411,0,1734079934,'tool_task','enablerunnow','1',NULL),(412,0,1734079934,NULL,'lockoutthreshold','0',NULL),(413,0,1734079934,NULL,'lockoutwindow','1800',NULL),(414,0,1734079934,NULL,'lockoutduration','1800',NULL),(415,0,1734079934,NULL,'passwordpolicy','1',NULL),(416,0,1734079934,NULL,'minpasswordlength','8',NULL),(417,0,1734079934,NULL,'minpassworddigits','1',NULL),(418,0,1734079934,NULL,'minpasswordlower','1',NULL),(419,0,1734079934,NULL,'minpasswordupper','1',NULL),(420,0,1734079934,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734079934,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734079934,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734079934,NULL,'passwordreuselimit','0',NULL),(424,0,1734079934,NULL,'pwresettime','1800',NULL),(425,0,1734079934,NULL,'passwordchangelogout','0',NULL),(426,0,1734079934,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734079934,NULL,'tokenduration','7257600',NULL),(428,0,1734079934,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734079934,NULL,'disableuserimages','0',NULL),(430,0,1734079935,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734079935,NULL,'rememberusername','2',NULL),(432,0,1734079935,NULL,'strictformsrequired','0',NULL),(433,0,1734079935,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734079935,NULL,'cookiesecure','1',NULL),(435,0,1734079935,NULL,'cookiehttponly','0',NULL),(436,0,1734079935,NULL,'allowframembedding','0',NULL),(437,0,1734079935,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734079935,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734079935,NULL,'referrerpolicy','default',NULL),(440,0,1734079935,NULL,'displayloginfailures','0',NULL),(441,0,1734079935,NULL,'notifyloginfailures','',NULL),(442,0,1734079935,NULL,'notifyloginthreshold','10',NULL),(443,0,1734079935,NULL,'themelist','',NULL),(444,0,1734079935,NULL,'themedesignermode','0',NULL),(445,0,1734079935,NULL,'allowuserthemes','0',NULL),(446,0,1734079935,NULL,'allowcoursethemes','0',NULL),(447,0,1734079935,NULL,'allowcategorythemes','0',NULL),(448,0,1734079935,NULL,'allowcohortthemes','0',NULL),(449,0,1734079935,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734079935,NULL,'allowuserblockhiding','1',NULL),(451,0,1734079935,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734079935,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734079935,NULL,'custommenuitems','',NULL),(454,0,1734079935,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),(455,0,1734079935,NULL,'enabledevicedetection','1',NULL),(456,0,1734079935,NULL,'devicedetectregex','[]',NULL),(457,0,1734079935,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734079935,'theme_boost','preset','default.scss',NULL),(459,0,1734079935,'theme_boost','presetfiles','',NULL),(460,0,1734079935,'theme_boost','backgroundimage','',NULL),(461,0,1734079935,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734079935,'theme_boost','brandcolor','',NULL),(463,0,1734079935,'theme_boost','scsspre','',NULL),(464,0,1734079935,'theme_boost','scss','',NULL),(465,0,1734079935,'theme_classic','navbardark','0',NULL),(466,0,1734079935,'theme_classic','unaddableblocks','',NULL),(467,0,1734079935,'theme_classic','preset','default.scss',NULL),(468,0,1734079935,'theme_classic','presetfiles','',NULL),(469,0,1734079935,'theme_classic','backgroundimage','',NULL),(470,0,1734079935,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734079935,'theme_classic','brandcolor','',NULL),(472,0,1734079935,'theme_classic','scsspre','',NULL),(473,0,1734079935,'theme_classic','scss','',NULL),(474,0,1734079935,'core_admin','logo','',NULL),(475,0,1734079935,'core_admin','logocompact','',NULL),(476,0,1734079935,'core_admin','favicon','',NULL),(477,0,1734079935,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734079935,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734079935,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734079935,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734079935,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734079935,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734079935,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734079935,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734079935,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734079935,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734079936,NULL,'calendartype','gregorian',NULL),(488,0,1734079936,NULL,'calendar_adminseesall','0',NULL),(489,0,1734079936,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734079936,NULL,'calendar_startwday','1',NULL),(491,0,1734079936,NULL,'calendar_weekend','65',NULL),(492,0,1734079936,NULL,'calendar_lookahead','21',NULL),(493,0,1734079936,NULL,'calendar_maxevents','10',NULL),(494,0,1734079936,NULL,'enablecalendarexport','1',NULL),(495,0,1734079936,NULL,'calendar_customexport','1',NULL),(496,0,1734079936,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734079936,NULL,'calendar_exportlookback','5',NULL),(498,0,1734079936,NULL,'calendar_exportsalt','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C',NULL),(499,0,1734079936,NULL,'calendar_showicalsource','1',NULL),(500,0,1734079936,NULL,'useblogassociations','1',NULL),(501,0,1734079936,NULL,'bloglevel','4',NULL),(502,0,1734079936,NULL,'useexternalblogs','1',NULL),(503,0,1734079936,NULL,'externalblogcrontime','86400',NULL),(504,0,1734079936,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734079936,NULL,'blogusecomments','1',NULL),(506,0,1734079936,NULL,'blogshowcommentscount','1',NULL),(507,0,1734079936,NULL,'enabledashboard','1',NULL),(508,0,1734079936,NULL,'defaulthomepage','3',NULL),(509,0,1734079936,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734079936,NULL,'navshowcategories','1',NULL),(511,0,1734079936,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734079936,NULL,'navshowallcourses','0',NULL),(513,0,1734079936,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734079936,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734079936,NULL,'navcourselimit','10',NULL),(516,0,1734079936,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734079936,NULL,'linkadmincategories','1',NULL),(518,0,1734079936,NULL,'linkcoursesections','1',NULL),(519,0,1734079936,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734079936,NULL,'navadduserpostslinks','1',NULL),(521,0,1734079936,NULL,'sitenameintitle','shortname',NULL),(522,0,1734079936,NULL,'formatstringstriptags','1',NULL),(523,0,1734079936,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),(524,0,1734079936,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734079936,NULL,'doclang','',NULL),(526,0,1734079936,NULL,'doctonewwindow','0',NULL),(527,0,1734079936,NULL,'coursecontactduplicates','0',NULL),(528,0,1734079936,NULL,'courselistshortnames','0',NULL),(529,0,1734079936,NULL,'coursesperpage','20',NULL),(530,0,1734079936,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734079936,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734079936,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734079936,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734079936,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734079936,NULL,'useexternalyui','0',NULL),(536,0,1734079936,NULL,'yuicomboloading','1',NULL),(537,0,1734079936,NULL,'cachejs','1',NULL),(538,0,1734079936,NULL,'additionalhtmlhead','',NULL),(539,0,1734079936,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734079936,NULL,'additionalhtmlfooter','',NULL),(541,0,1734079936,NULL,'cachetemplates','1',NULL),(542,0,1734079936,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734079937,NULL,'pathtodu','',NULL),(544,0,1734079937,NULL,'aspellpath','',NULL),(545,0,1734079937,NULL,'pathtodot','',NULL),(546,0,1734079937,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734079937,NULL,'pathtopdftoppm','',NULL),(548,0,1734079937,NULL,'pathtopython','',NULL),(549,0,1734079937,NULL,'supportname','Admin User',NULL),(550,0,1734079937,NULL,'supportpage','',NULL),(551,0,1734079937,NULL,'supportavailability','1',NULL),(552,0,1734079937,NULL,'dbsessions','0',NULL),(553,0,1734079937,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734079937,NULL,'sessioncookie','',NULL),(555,0,1734079937,NULL,'sessioncookiepath','',NULL),(556,0,1734079937,NULL,'sessioncookiedomain','',NULL),(557,0,1734079937,NULL,'statsfirstrun','none',NULL),(558,0,1734079937,NULL,'statsmaxruntime','0',NULL),(559,0,1734079937,NULL,'statsruntimedays','31',NULL),(560,0,1734079937,NULL,'statsuserthreshold','0',NULL),(561,0,1734079937,NULL,'slasharguments','1',NULL),(562,0,1734079937,NULL,'getremoteaddrconf','3',NULL),(563,0,1734079937,NULL,'reverseproxyignore','',NULL),(564,0,1734079937,NULL,'proxyhost','',NULL),(565,0,1734079937,NULL,'proxyport','0',NULL),(566,0,1734079937,NULL,'proxytype','HTTP',NULL),(567,0,1734079937,NULL,'proxyuser','',NULL),(568,0,1734079937,NULL,'proxypassword','',NULL),(569,0,1734079937,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734079937,NULL,'proxylogunsafe','0',NULL),(571,0,1734079937,NULL,'proxyfixunsafe','0',NULL),(572,0,1734079937,NULL,'maintenance_enabled','0',NULL),(573,0,1734079937,NULL,'maintenance_message','',NULL),(574,0,1734079937,NULL,'deleteunconfirmed','168',NULL),(575,0,1734079937,NULL,'deleteincompleteusers','0',NULL),(576,0,1734079937,NULL,'disablegradehistory','0',NULL),(577,0,1734079937,NULL,'gradehistorylifetime','0',NULL),(578,0,1734079937,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734079937,NULL,'filescleanupperiod','86400',NULL),(580,0,1734079937,NULL,'extramemorylimit','512M',NULL),(581,0,1734079937,NULL,'maxtimelimit','0',NULL),(582,0,1734079937,NULL,'curlcache','120',NULL),(583,0,1734079937,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734079937,NULL,'cron_enabled','1',NULL),(585,0,1734079937,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734079937,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734079937,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734079937,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734079937,NULL,'task_logmode','1',NULL),(590,0,1734079937,NULL,'task_logtostdout','1',NULL),(591,0,1734079937,NULL,'task_logretention','2419200',NULL),(592,0,1734079937,NULL,'task_logretainruns','20',NULL),(593,0,1734079937,NULL,'smtphosts','',NULL),(594,0,1734079937,NULL,'smtpsecure','',NULL),(595,0,1734079937,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734079937,NULL,'smtpuser','',NULL),(597,0,1734079937,NULL,'smtppass','',NULL),(598,0,1734079937,NULL,'smtpmaxbulk','1',NULL),(599,0,1734079938,NULL,'allowedemaildomains','',NULL),(600,0,1734079938,NULL,'divertallemailsto','',NULL),(601,0,1734079938,NULL,'divertallemailsexcept','',NULL),(602,0,1734079938,NULL,'emaildkimselector','',NULL),(603,0,1734079938,NULL,'sitemailcharset','0',NULL),(604,0,1734079938,NULL,'allowusermailcharset','0',NULL),(605,0,1734079938,NULL,'allowattachments','1',NULL),(606,0,1734079938,NULL,'mailnewline','LF',NULL),(607,0,1734079938,NULL,'emailfromvia','1',NULL),(608,0,1734079938,NULL,'emailsubjectprefix','',NULL),(609,0,1734079938,NULL,'emailheaders','',NULL),(610,0,1734079938,NULL,'updateautocheck','1',NULL),(611,0,1734079938,NULL,'updateminmaturity','200',NULL),(612,0,1734079938,NULL,'updatenotifybuilds','0',NULL),(613,0,1734079938,NULL,'enablewsdocumentation','0',NULL),(614,0,1734079938,NULL,'customreportslimit','0',NULL),(615,0,1734079938,NULL,'customreportsliveediting','1',NULL),(616,0,1734079938,NULL,'dndallowtextandlinks','0',NULL),(617,0,1734079938,NULL,'pathtosassc','',NULL),(618,0,1734079938,NULL,'contextlocking','0',NULL),(619,0,1734079938,NULL,'contextlockappliestoadmin','1',NULL),(620,0,1734079938,NULL,'forceclean','0',NULL),(621,0,1734079938,NULL,'enablecourserelativedates','0',NULL),(622,0,1734079938,NULL,'debug','0',NULL),(623,0,1734079938,NULL,'debugdisplay','0',NULL),(624,0,1734079938,NULL,'perfdebug','7',NULL),(625,0,1734079938,NULL,'debugstringids','0',NULL),(626,0,1734079938,NULL,'debugsqltrace','0',NULL),(627,0,1734079938,NULL,'debugvalidators','0',NULL),(628,0,1734079938,NULL,'debugpageinfo','0',NULL),(629,0,1734079938,NULL,'profilingenabled','0',NULL),(630,0,1734079938,NULL,'profilingincluded','',NULL),(631,0,1734079938,NULL,'profilingexcluded','',NULL),(632,0,1734079938,NULL,'profilingautofrec','0',NULL),(633,0,1734079938,NULL,'profilingallowme','0',NULL),(634,0,1734079938,NULL,'profilingallowall','0',NULL),(635,0,1734079938,NULL,'profilingslow','0',NULL),(636,0,1734079938,NULL,'profilinglifetime','1440',NULL),(637,0,1734079938,NULL,'profilingimportprefix','(I)',NULL),(638,0,1734079940,'core_competency','pushcourseratingstouserplans','1',NULL),(639,0,1734079942,NULL,'calendar_exportsalt','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C'),(640,0,1734079942,NULL,'defaulthomepage','1','3'),(641,0,1734079942,NULL,'allowguestmymoodle','1',NULL),(642,0,1734079942,NULL,'pathtophp','','/usr/local/bin/php'),(643,0,1734079947,NULL,'calendar_exportsalt','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L'),(644,0,1734079947,NULL,'pathtophp','','/usr/local/bin/php'),(645,0,1734080021,'activitynames','filter_active','1',''),(646,0,1734080021,'core_filter','order','activitynames','activitynames'),(647,0,1734080021,'displayh5p','filter_active','1',''),(648,0,1734080021,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(649,0,1734080021,'emoticon','filter_active','1',''),(650,0,1734080022,'mathjaxloader','filter_active','1',''),(651,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(652,0,1734080022,'mediaplugin','filter_active','1',''),(653,0,1734080022,'urltolink','filter_active','1',''),(654,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(655,0,1734080023,'tiny','editor_visibility','1','0'),(656,2,1734080093,NULL,'enableaccessibilitytools','1',NULL),(657,2,1734080093,'tool_moodlenet','enablemoodlenet','1',NULL),(658,2,1734080093,NULL,'notloggedinroleid','6',NULL),(659,2,1734080093,NULL,'guestroleid','6',NULL),(660,2,1734080093,NULL,'defaultuserroleid','7',NULL),(661,2,1734080093,NULL,'creatornewroleid','3',NULL),(662,2,1734080093,NULL,'restorernewroleid','3',NULL),(663,2,1734080094,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(664,2,1734080094,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(665,2,1734080094,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(666,2,1734080094,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(667,2,1734080094,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(668,2,1734080094,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(669,2,1734080094,'tool_dataprivacy','showdataretentionsummary','1',NULL),(670,2,1734080094,'tool_log','exportlog','1',NULL),(671,2,1734080094,NULL,'sitepolicyhandler','',NULL),(672,2,1734080094,NULL,'gradebookroles','5',NULL),(673,2,1734080095,'analytics','logstore','logstore_standard',NULL),(674,2,1734080095,NULL,'h5plibraryhandler','h5plib_v124',NULL),(675,2,1734080096,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(676,2,1734080096,NULL,'airnotifierport','443',NULL),(677,2,1734080096,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(678,2,1734080096,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(679,2,1734080096,NULL,'airnotifieraccesskey','',NULL),(680,2,1734080096,'message_airnotifier','encryptnotifications','0',NULL),(681,2,1734080096,'message_airnotifier','encryptprocessing','0',NULL),(682,2,1734080096,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(683,2,1734080096,'assign','showrecentsubmissions','0',NULL),(684,2,1734080096,'assign','submissionreceipts','1',NULL),(685,2,1734080096,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(686,2,1734080096,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(687,2,1734080096,'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),(688,2,1734080096,'assign','maxperpage','-1',NULL),(689,2,1734080096,'assign','alwaysshowdescription','1',NULL),(690,2,1734080096,'assign','alwaysshowdescription_adv','',NULL),(691,2,1734080096,'assign','alwaysshowdescription_locked','',NULL),(692,2,1734080096,'assign','allowsubmissionsfromdate','0',NULL),(693,2,1734080096,'assign','allowsubmissionsfromdate_enabled','1',NULL),(694,2,1734080096,'assign','allowsubmissionsfromdate_adv','',NULL),(695,2,1734080096,'assign','duedate','604800',NULL),(696,2,1734080096,'assign','duedate_enabled','1',NULL),(697,2,1734080096,'assign','duedate_adv','',NULL),(698,2,1734080096,'assign','cutoffdate','1209600',NULL),(699,2,1734080096,'assign','cutoffdate_enabled','',NULL),(700,2,1734080096,'assign','cutoffdate_adv','',NULL),(701,2,1734080096,'assign','enabletimelimit','0',NULL),(702,2,1734080096,'assign','gradingduedate','1209600',NULL),(703,2,1734080096,'assign','gradingduedate_enabled','1',NULL),(704,2,1734080096,'assign','gradingduedate_adv','',NULL),(705,2,1734080096,'assign','submissiondrafts','0',NULL),(706,2,1734080096,'assign','submissiondrafts_adv','',NULL),(707,2,1734080096,'assign','submissiondrafts_locked','',NULL),(708,2,1734080096,'assign','requiresubmissionstatement','0',NULL),(709,2,1734080096,'assign','requiresubmissionstatement_adv','',NULL),(710,2,1734080096,'assign','requiresubmissionstatement_locked','',NULL),(711,2,1734080096,'assign','attemptreopenmethod','none',NULL),(712,2,1734080096,'assign','attemptreopenmethod_adv','',NULL),(713,2,1734080096,'assign','attemptreopenmethod_locked','',NULL),(714,2,1734080096,'assign','maxattempts','-1',NULL),(715,2,1734080096,'assign','maxattempts_adv','',NULL),(716,2,1734080096,'assign','maxattempts_locked','',NULL),(717,2,1734080096,'assign','teamsubmission','0',NULL),(718,2,1734080096,'assign','teamsubmission_adv','',NULL),(719,2,1734080096,'assign','teamsubmission_locked','',NULL),(720,2,1734080096,'assign','preventsubmissionnotingroup','0',NULL),(721,2,1734080096,'assign','preventsubmissionnotingroup_adv','',NULL),(722,2,1734080096,'assign','preventsubmissionnotingroup_locked','',NULL),(723,2,1734080096,'assign','requireallteammemberssubmit','0',NULL),(724,2,1734080096,'assign','requireallteammemberssubmit_adv','',NULL),(725,2,1734080096,'assign','requireallteammemberssubmit_locked','',NULL),(726,2,1734080096,'assign','teamsubmissiongroupingid','',NULL),(727,2,1734080096,'assign','teamsubmissiongroupingid_adv','',NULL),(728,2,1734080096,'assign','sendnotifications','0',NULL),(729,2,1734080097,'assign','sendnotifications_adv','',NULL),(730,2,1734080097,'assign','sendnotifications_locked','',NULL),(731,2,1734080097,'assign','sendlatenotifications','0',NULL),(732,2,1734080097,'assign','sendlatenotifications_adv','',NULL),(733,2,1734080097,'assign','sendlatenotifications_locked','',NULL),(734,2,1734080097,'assign','sendstudentnotifications','1',NULL),(735,2,1734080097,'assign','sendstudentnotifications_adv','',NULL),(736,2,1734080097,'assign','sendstudentnotifications_locked','',NULL),(737,2,1734080097,'assign','blindmarking','0',NULL),(738,2,1734080097,'assign','blindmarking_adv','',NULL),(739,2,1734080097,'assign','blindmarking_locked','',NULL),(740,2,1734080097,'assign','hidegrader','0',NULL),(741,2,1734080097,'assign','hidegrader_adv','',NULL),(742,2,1734080097,'assign','hidegrader_locked','',NULL),(743,2,1734080097,'assign','markingworkflow','0',NULL),(744,2,1734080097,'assign','markingworkflow_adv','',NULL),(745,2,1734080097,'assign','markingworkflow_locked','',NULL),(746,2,1734080097,'assign','markingallocation','0',NULL),(747,2,1734080097,'assign','markingallocation_adv','',NULL),(748,2,1734080097,'assign','markingallocation_locked','',NULL),(749,2,1734080097,'assignsubmission_file','default','1',NULL),(750,2,1734080097,'assignsubmission_file','maxfiles','20',NULL),(751,2,1734080097,'assignsubmission_file','filetypes','',NULL),(752,2,1734080097,'assignsubmission_file','maxbytes','0',NULL),(753,2,1734080097,'assignsubmission_onlinetext','default','0',NULL),(754,2,1734080097,'assignfeedback_comments','default','1',NULL),(755,2,1734080097,'assignfeedback_comments','inline','0',NULL),(756,2,1734080097,'assignfeedback_comments','inline_adv','',NULL),(757,2,1734080097,'assignfeedback_comments','inline_locked','',NULL),(758,2,1734080097,'assignfeedback_editpdf','default','1',NULL),(759,2,1734080097,'assignfeedback_editpdf','stamps','',NULL),(760,2,1734080097,'assignfeedback_file','default','0',NULL),(761,2,1734080097,'assignfeedback_offline','default','0',NULL),(762,2,1734080097,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(763,2,1734080097,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(764,2,1734080097,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(765,2,1734080097,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(766,2,1734080097,NULL,'bigbluebuttonbn_welcome_default','',NULL),(767,2,1734080097,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(768,2,1734080097,NULL,'bigbluebuttonbn_recording_default','1',NULL),(769,2,1734080097,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(770,2,1734080097,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(771,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(772,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(773,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(774,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(775,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(776,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(777,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(778,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(779,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(780,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(781,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(782,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(783,2,1734080098,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(784,2,1734080098,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(785,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(786,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(787,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(788,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(789,2,1734080098,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(790,2,1734080098,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(791,2,1734080098,'mod_bigbluebuttonbn','presentationdefault','',NULL),(792,2,1734080098,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(793,2,1734080098,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(794,2,1734080098,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(795,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(796,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(797,2,1734080098,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(798,2,1734080098,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(799,2,1734080098,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(800,2,1734080098,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(801,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(802,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(803,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(804,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(805,2,1734080098,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(806,2,1734080098,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(807,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(808,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(809,2,1734080098,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(810,2,1734080098,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(811,2,1734080098,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(812,2,1734080098,'book','numberingoptions','0,1,2,3',NULL),(813,2,1734080098,'book','numbering','1',NULL),(814,2,1734080098,NULL,'chat_method','ajax',NULL),(815,2,1734080098,NULL,'chat_refresh_userlist','10',NULL),(816,2,1734080098,NULL,'chat_old_ping','35',NULL),(817,2,1734080098,NULL,'chat_refresh_room','5',NULL),(818,2,1734080098,NULL,'chat_normal_updatemode','jsupdate',NULL),(819,2,1734080098,NULL,'chat_serverhost','webserver',NULL),(820,2,1734080098,NULL,'chat_serverip','127.0.0.1',NULL),(821,2,1734080098,NULL,'chat_serverport','9111',NULL),(822,2,1734080098,NULL,'chat_servermax','100',NULL),(823,2,1734080099,NULL,'data_enablerssfeeds','0',NULL),(824,2,1734080099,NULL,'feedback_allowfullanonymous','0',NULL),(825,2,1734080099,'resource','framesize','130',NULL),(826,2,1734080099,'resource','displayoptions','0,1,4,5,6',NULL),(827,2,1734080099,'resource','printintro','1',NULL),(828,2,1734080099,'resource','display','0',NULL),(829,2,1734080099,'resource','showsize','0',NULL),(830,2,1734080099,'resource','showtype','0',NULL),(831,2,1734080099,'resource','showdate','0',NULL),(832,2,1734080099,'resource','popupwidth','620',NULL),(833,2,1734080099,'resource','popupheight','450',NULL),(834,2,1734080099,'resource','filterfiles','0',NULL),(835,2,1734080099,'folder','showexpanded','1',NULL),(836,2,1734080099,'folder','maxsizetodownload','0',NULL),(837,2,1734080099,NULL,'forum_displaymode','3',NULL),(838,2,1734080099,NULL,'forum_shortpost','300',NULL),(839,2,1734080099,NULL,'forum_longpost','600',NULL),(840,2,1734080099,NULL,'forum_manydiscussions','100',NULL),(841,2,1734080099,NULL,'forum_maxbytes','512000',NULL),(842,2,1734080099,NULL,'forum_maxattachments','9',NULL),(843,2,1734080099,NULL,'forum_subscription','0',NULL),(844,2,1734080099,NULL,'forum_trackingtype','1',NULL),(845,2,1734080099,NULL,'forum_trackreadposts','1',NULL),(846,2,1734080099,NULL,'forum_allowforcedreadtracking','0',NULL),(847,2,1734080099,NULL,'forum_oldpostdays','14',NULL),(848,2,1734080099,NULL,'forum_usermarksread','0',NULL),(849,2,1734080099,NULL,'forum_cleanreadtime','2',NULL),(850,2,1734080099,NULL,'digestmailtime','17',NULL),(851,2,1734080099,NULL,'forum_enablerssfeeds','0',NULL),(852,2,1734080099,NULL,'forum_enabletimedposts','1',NULL),(853,2,1734080099,NULL,'glossary_entbypage','10',NULL),(854,2,1734080099,NULL,'glossary_dupentries','0',NULL),(855,2,1734080099,NULL,'glossary_allowcomments','0',NULL),(856,2,1734080099,NULL,'glossary_linkbydefault','1',NULL),(857,2,1734080099,NULL,'glossary_defaultapproval','1',NULL),(858,2,1734080099,NULL,'glossary_enablerssfeeds','0',NULL),(859,2,1734080099,NULL,'glossary_linkentries','0',NULL),(860,2,1734080099,NULL,'glossary_casesensitive','0',NULL),(861,2,1734080099,NULL,'glossary_fullmatch','0',NULL),(862,2,1734080099,'imscp','keepold','1',NULL),(863,2,1734080099,'imscp','keepold_adv','',NULL),(864,2,1734080099,'mod_lesson','mediafile','',NULL),(865,2,1734080099,'mod_lesson','mediafile_adv','1',NULL),(866,2,1734080099,'mod_lesson','mediawidth','640',NULL),(867,2,1734080099,'mod_lesson','mediaheight','480',NULL),(868,2,1734080099,'mod_lesson','mediaclose','0',NULL),(869,2,1734080099,'mod_lesson','progressbar','0',NULL),(870,2,1734080099,'mod_lesson','progressbar_adv','',NULL),(871,2,1734080099,'mod_lesson','ongoing','0',NULL),(872,2,1734080099,'mod_lesson','ongoing_adv','1',NULL),(873,2,1734080099,'mod_lesson','displayleftmenu','0',NULL),(874,2,1734080099,'mod_lesson','displayleftmenu_adv','',NULL),(875,2,1734080099,'mod_lesson','displayleftif','0',NULL),(876,2,1734080099,'mod_lesson','displayleftif_adv','1',NULL),(877,2,1734080099,'mod_lesson','slideshow','0',NULL),(878,2,1734080099,'mod_lesson','slideshow_adv','1',NULL),(879,2,1734080099,'mod_lesson','slideshowwidth','640',NULL),(880,2,1734080099,'mod_lesson','slideshowheight','480',NULL),(881,2,1734080099,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(882,2,1734080099,'mod_lesson','maxanswers','5',NULL),(883,2,1734080099,'mod_lesson','maxanswers_adv','1',NULL),(884,2,1734080099,'mod_lesson','defaultfeedback','0',NULL),(885,2,1734080099,'mod_lesson','defaultfeedback_adv','1',NULL),(886,2,1734080099,'mod_lesson','activitylink','',NULL),(887,2,1734080099,'mod_lesson','activitylink_adv','1',NULL),(888,2,1734080099,'mod_lesson','timelimit','0',NULL),(889,2,1734080100,'mod_lesson','timelimit_adv','',NULL),(890,2,1734080100,'mod_lesson','password','0',NULL),(891,2,1734080100,'mod_lesson','password_adv','1',NULL),(892,2,1734080100,'mod_lesson','modattempts','0',NULL),(893,2,1734080100,'mod_lesson','modattempts_adv','',NULL),(894,2,1734080100,'mod_lesson','displayreview','0',NULL),(895,2,1734080100,'mod_lesson','displayreview_adv','',NULL),(896,2,1734080100,'mod_lesson','maximumnumberofattempts','1',NULL),(897,2,1734080100,'mod_lesson','maximumnumberofattempts_adv','',NULL),(898,2,1734080100,'mod_lesson','defaultnextpage','0',NULL),(899,2,1734080100,'mod_lesson','defaultnextpage_adv','1',NULL),(900,2,1734080100,'mod_lesson','numberofpagestoshow','1',NULL),(901,2,1734080100,'mod_lesson','numberofpagestoshow_adv','1',NULL),(902,2,1734080100,'mod_lesson','practice','0',NULL),(903,2,1734080100,'mod_lesson','practice_adv','',NULL),(904,2,1734080100,'mod_lesson','customscoring','1',NULL),(905,2,1734080100,'mod_lesson','customscoring_adv','1',NULL),(906,2,1734080100,'mod_lesson','retakesallowed','0',NULL),(907,2,1734080100,'mod_lesson','retakesallowed_adv','',NULL),(908,2,1734080100,'mod_lesson','handlingofretakes','0',NULL),(909,2,1734080100,'mod_lesson','handlingofretakes_adv','1',NULL),(910,2,1734080100,'mod_lesson','minimumnumberofquestions','0',NULL),(911,2,1734080100,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(912,2,1734080100,'page','displayoptions','5',NULL),(913,2,1734080100,'page','printintro','0',NULL),(914,2,1734080100,'page','printlastmodified','1',NULL),(915,2,1734080100,'page','display','5',NULL),(916,2,1734080100,'page','popupwidth','620',NULL),(917,2,1734080100,'page','popupheight','450',NULL),(918,2,1734080100,'quiz','timelimit','0',NULL),(919,2,1734080100,'quiz','timelimit_adv','',NULL),(920,2,1734080100,'quiz','timelimit_locked','',NULL),(921,2,1734080100,'quiz','notifyattemptgradeddelay','18000',NULL),(922,2,1734080100,'quiz','overduehandling','autosubmit',NULL),(923,2,1734080100,'quiz','overduehandling_adv','',NULL),(924,2,1734080100,'quiz','overduehandling_locked','',NULL),(925,2,1734080100,'quiz','graceperiod','86400',NULL),(926,2,1734080100,'quiz','graceperiod_adv','',NULL),(927,2,1734080100,'quiz','graceperiod_locked','',NULL),(928,2,1734080100,'quiz','graceperiodmin','60',NULL),(929,2,1734080100,'quiz','attempts','0',NULL),(930,2,1734080100,'quiz','attempts_adv','',NULL),(931,2,1734080100,'quiz','attempts_locked','',NULL),(932,2,1734080100,'quiz','grademethod','1',NULL),(933,2,1734080100,'quiz','grademethod_adv','',NULL),(934,2,1734080100,'quiz','grademethod_locked','',NULL),(935,2,1734080100,'quiz','maximumgrade','10',NULL),(936,2,1734080100,'quiz','maximumgrade_locked','',NULL),(937,2,1734080100,'quiz','questionsperpage','1',NULL),(938,2,1734080100,'quiz','questionsperpage_adv','',NULL),(939,2,1734080100,'quiz','questionsperpage_locked','',NULL),(940,2,1734080100,'quiz','navmethod','free',NULL),(941,2,1734080100,'quiz','navmethod_adv','1',NULL),(942,2,1734080100,'quiz','navmethod_locked','',NULL),(943,2,1734080100,'quiz','shuffleanswers','1',NULL),(944,2,1734080100,'quiz','shuffleanswers_adv','',NULL),(945,2,1734080100,'quiz','shuffleanswers_locked','',NULL),(946,2,1734080100,'quiz','preferredbehaviour','deferredfeedback',NULL),(947,2,1734080100,'quiz','preferredbehaviour_locked','',NULL),(948,2,1734080100,'quiz','canredoquestions','0',NULL),(949,2,1734080100,'quiz','canredoquestions_adv','1',NULL),(950,2,1734080100,'quiz','canredoquestions_locked','',NULL),(951,2,1734080100,'quiz','attemptonlast','0',NULL),(952,2,1734080100,'quiz','attemptonlast_adv','1',NULL),(953,2,1734080100,'quiz','attemptonlast_locked','',NULL),(954,2,1734080100,'quiz','reviewattempt','69904',NULL),(955,2,1734080100,'quiz','reviewcorrectness','69904',NULL),(956,2,1734080100,'quiz','reviewmarks','69904',NULL),(957,2,1734080100,'quiz','reviewspecificfeedback','69904',NULL),(958,2,1734080100,'quiz','reviewgeneralfeedback','69904',NULL),(959,2,1734080100,'quiz','reviewrightanswer','69904',NULL),(960,2,1734080100,'quiz','reviewoverallfeedback','4368',NULL),(961,2,1734080100,'quiz','showuserpicture','0',NULL),(962,2,1734080100,'quiz','showuserpicture_adv','',NULL),(963,2,1734080100,'quiz','showuserpicture_locked','',NULL),(964,2,1734080100,'quiz','decimalpoints','2',NULL),(965,2,1734080100,'quiz','decimalpoints_adv','',NULL),(966,2,1734080100,'quiz','decimalpoints_locked','',NULL),(967,2,1734080100,'quiz','questiondecimalpoints','-1',NULL),(968,2,1734080100,'quiz','questiondecimalpoints_adv','',NULL),(969,2,1734080100,'quiz','questiondecimalpoints_locked','',NULL),(970,2,1734080100,'quiz','showblocks','0',NULL),(971,2,1734080100,'quiz','showblocks_adv','1',NULL),(972,2,1734080100,'quiz','showblocks_locked','',NULL),(973,2,1734080100,'quiz','quizpassword','',NULL),(974,2,1734080100,'quiz','quizpassword_adv','',NULL),(975,2,1734080100,'quiz','quizpassword_required','',NULL),(976,2,1734080101,'quiz','quizpassword_locked','',NULL),(977,2,1734080101,'quiz','subnet','',NULL),(978,2,1734080101,'quiz','subnet_adv','1',NULL),(979,2,1734080101,'quiz','subnet_locked','',NULL),(980,2,1734080101,'quiz','delay1','0',NULL),(981,2,1734080101,'quiz','delay1_adv','1',NULL),(982,2,1734080101,'quiz','delay1_locked','',NULL),(983,2,1734080101,'quiz','delay2','0',NULL),(984,2,1734080101,'quiz','delay2_adv','1',NULL),(985,2,1734080101,'quiz','delay2_locked','',NULL),(986,2,1734080101,'quiz','browsersecurity','-',NULL),(987,2,1734080101,'quiz','browsersecurity_adv','1',NULL),(988,2,1734080101,'quiz','browsersecurity_locked','',NULL),(989,2,1734080101,'quiz','initialnumfeedbacks','2',NULL),(990,2,1734080101,'quiz','autosaveperiod','60',NULL),(991,2,1734080101,'quiz_statistics','getstatslocktimeout','900',NULL),(992,2,1734080101,'quizaccess_seb','autoreconfigureseb','1',NULL),(993,2,1734080101,'quizaccess_seb','showseblinks','seb,http',NULL),(994,2,1734080101,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(995,2,1734080101,'quizaccess_seb','quizpasswordrequired','0',NULL),(996,2,1734080101,'quizaccess_seb','displayblocksbeforestart','0',NULL),(997,2,1734080101,'quizaccess_seb','displayblockswhenfinished','1',NULL),(998,2,1734080101,'scorm','displaycoursestructure','0',NULL),(999,2,1734080101,'scorm','displaycoursestructure_adv','',NULL),(1000,2,1734080101,'scorm','popup','0',NULL),(1001,2,1734080101,'scorm','popup_adv','',NULL),(1002,2,1734080101,'scorm','framewidth','100',NULL),(1003,2,1734080101,'scorm','framewidth_adv','1',NULL),(1004,2,1734080101,'scorm','frameheight','500',NULL),(1005,2,1734080101,'scorm','frameheight_adv','1',NULL),(1006,2,1734080101,'scorm','winoptgrp_adv','1',NULL),(1007,2,1734080101,'scorm','scrollbars','0',NULL),(1008,2,1734080101,'scorm','directories','0',NULL),(1009,2,1734080101,'scorm','location','0',NULL),(1010,2,1734080101,'scorm','menubar','0',NULL),(1011,2,1734080101,'scorm','toolbar','0',NULL),(1012,2,1734080101,'scorm','status','0',NULL),(1013,2,1734080101,'scorm','skipview','0',NULL),(1014,2,1734080101,'scorm','skipview_adv','1',NULL),(1015,2,1734080101,'scorm','hidebrowse','0',NULL),(1016,2,1734080101,'scorm','hidebrowse_adv','1',NULL),(1017,2,1734080101,'scorm','hidetoc','0',NULL),(1018,2,1734080101,'scorm','hidetoc_adv','1',NULL),(1019,2,1734080101,'scorm','nav','1',NULL),(1020,2,1734080101,'scorm','nav_adv','1',NULL),(1021,2,1734080101,'scorm','navpositionleft','-100',NULL),(1022,2,1734080101,'scorm','navpositionleft_adv','1',NULL),(1023,2,1734080101,'scorm','navpositiontop','-100',NULL),(1024,2,1734080101,'scorm','navpositiontop_adv','1',NULL),(1025,2,1734080101,'scorm','collapsetocwinsize','767',NULL),(1026,2,1734080101,'scorm','collapsetocwinsize_adv','1',NULL),(1027,2,1734080101,'scorm','displayattemptstatus','1',NULL),(1028,2,1734080101,'scorm','displayattemptstatus_adv','',NULL),(1029,2,1734080101,'scorm','grademethod','1',NULL),(1030,2,1734080101,'scorm','maxgrade','100',NULL),(1031,2,1734080101,'scorm','maxattempt','0',NULL),(1032,2,1734080101,'scorm','whatgrade','0',NULL),(1033,2,1734080101,'scorm','forcecompleted','0',NULL),(1034,2,1734080101,'scorm','forcenewattempt','0',NULL),(1035,2,1734080101,'scorm','autocommit','0',NULL),(1036,2,1734080101,'scorm','masteryoverride','1',NULL),(1037,2,1734080101,'scorm','lastattemptlock','0',NULL),(1038,2,1734080101,'scorm','auto','0',NULL),(1039,2,1734080101,'scorm','updatefreq','0',NULL),(1040,2,1734080101,'scorm','scormstandard','0',NULL),(1041,2,1734080101,'scorm','allowtypeexternal','0',NULL),(1042,2,1734080101,'scorm','allowtypelocalsync','0',NULL),(1043,2,1734080101,'scorm','allowtypeexternalaicc','0',NULL),(1044,2,1734080101,'scorm','allowaicchacp','0',NULL),(1045,2,1734080101,'scorm','aicchacptimeout','30',NULL),(1046,2,1734080101,'scorm','aicchacpkeepsessiondata','1',NULL),(1047,2,1734080101,'scorm','aiccuserid','1',NULL),(1048,2,1734080101,'scorm','forcejavascript','1',NULL),(1049,2,1734080101,'scorm','allowapidebug','0',NULL),(1050,2,1734080101,'scorm','apidebugmask','.*',NULL),(1051,2,1734080101,'scorm','protectpackagedownloads','0',NULL),(1052,2,1734080101,'label','dndmedia','1',NULL),(1053,2,1734080102,'label','dndresizewidth','400',NULL),(1054,2,1734080102,'label','dndresizeheight','400',NULL),(1055,2,1734080102,'url','framesize','130',NULL),(1056,2,1734080102,'url','secretphrase','',NULL),(1057,2,1734080102,'url','rolesinparams','0',NULL),(1058,2,1734080102,'url','displayoptions','0,1,5,6',NULL),(1059,2,1734080102,'url','printintro','1',NULL),(1060,2,1734080102,'url','display','0',NULL),(1061,2,1734080102,'url','popupwidth','620',NULL),(1062,2,1734080102,'url','popupheight','450',NULL),(1063,2,1734080102,'workshop','grade','80',NULL),(1064,2,1734080102,'workshop','gradinggrade','20',NULL),(1065,2,1734080102,'workshop','gradedecimals','0',NULL),(1066,2,1734080102,'workshop','maxbytes','0',NULL),(1067,2,1734080102,'workshop','strategy','accumulative',NULL),(1068,2,1734080102,'workshop','examplesmode','0',NULL),(1069,2,1734080102,'workshopallocation_random','numofreviews','5',NULL),(1070,2,1734080102,'workshopform_numerrors','grade0','No',NULL),(1071,2,1734080102,'workshopform_numerrors','grade1','Yes',NULL),(1072,2,1734080102,'workshopeval_best','comparison','5',NULL),(1073,2,1734080102,'tool_brickfield','analysistype','0',NULL),(1074,2,1734080102,'tool_brickfield','deletehistoricaldata','1',NULL),(1075,2,1734080102,'tool_brickfield','batch','1000',NULL),(1076,2,1734080102,'tool_brickfield','perpage','50',NULL),(1077,2,1734080102,'tool_recyclebin','coursebinenable','1',NULL),(1078,2,1734080102,'tool_recyclebin','coursebinexpiry','604800',NULL),(1079,2,1734080102,'tool_recyclebin','categorybinenable','1',NULL),(1080,2,1734080102,'tool_recyclebin','categorybinexpiry','604800',NULL),(1081,2,1734080102,'tool_recyclebin','autohide','1',NULL),(1082,2,1734080102,'antivirus_clamav','runningmethod','commandline',NULL),(1083,2,1734080102,'antivirus_clamav','pathtoclam','',NULL),(1084,2,1734080102,'antivirus_clamav','pathtounixsocket','',NULL),(1085,2,1734080102,'antivirus_clamav','tcpsockethost','',NULL),(1086,2,1734080102,'antivirus_clamav','tcpsocketport','3310',NULL),(1087,2,1734080102,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1088,2,1734080102,'antivirus_clamav','tries','1',NULL),(1089,2,1734080102,'auth_cas','auth_name','CAS',NULL),(1090,2,1734080102,'auth_cas','auth_logo','',NULL),(1091,2,1734080102,'auth_cas','hostname','',NULL),(1092,2,1734080102,'auth_cas','baseuri','',NULL),(1093,2,1734080102,'auth_cas','port','0',NULL),(1094,2,1734080102,'auth_cas','casversion','2.0',NULL),(1095,2,1734080102,'auth_cas','language','CAS_Languages_English',NULL),(1096,2,1734080102,'auth_cas','proxycas','0',NULL),(1097,2,1734080102,'auth_cas','logoutcas','0',NULL),(1098,2,1734080102,'auth_cas','multiauth','0',NULL),(1099,2,1734080102,'auth_cas','certificate_check','0',NULL),(1100,2,1734080102,'auth_cas','certificate_path','',NULL),(1101,2,1734080102,'auth_cas','curl_ssl_version','',NULL),(1102,2,1734080102,'auth_cas','logout_return_url','',NULL),(1103,2,1734080102,'auth_cas','host_url','',NULL),(1104,2,1734080102,'auth_cas','ldap_version','3',NULL),(1105,2,1734080102,'auth_cas','start_tls','0',NULL),(1106,2,1734080102,'auth_cas','ldapencoding','utf-8',NULL),(1107,2,1734080102,'auth_cas','pagesize','250',NULL),(1108,2,1734080102,'auth_cas','bind_dn','',NULL),(1109,2,1734080102,'auth_cas','bind_pw','',NULL),(1110,2,1734080102,'auth_cas','user_type','default',NULL),(1111,2,1734080102,'auth_cas','contexts','',NULL),(1112,2,1734080102,'auth_cas','search_sub','0',NULL),(1113,2,1734080102,'auth_cas','opt_deref','0',NULL),(1114,2,1734080102,'auth_cas','user_attribute','',NULL),(1115,2,1734080102,'auth_cas','memberattribute','',NULL),(1116,2,1734080102,'auth_cas','memberattribute_isdn','0',NULL),(1117,2,1734080102,'auth_cas','objectclass','',NULL),(1118,2,1734080102,'auth_cas','attrcreators','',NULL),(1119,2,1734080102,'auth_cas','groupecreators','',NULL),(1120,2,1734080103,'auth_cas','removeuser','0',NULL),(1121,2,1734080103,'auth_cas','field_map_firstname','',NULL),(1122,2,1734080103,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1123,2,1734080103,'auth_cas','field_updateremote_firstname','0',NULL),(1124,2,1734080103,'auth_cas','field_lock_firstname','unlocked',NULL),(1125,2,1734080103,'auth_cas','field_map_lastname','',NULL),(1126,2,1734080103,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1127,2,1734080103,'auth_cas','field_updateremote_lastname','0',NULL),(1128,2,1734080103,'auth_cas','field_lock_lastname','unlocked',NULL),(1129,2,1734080103,'auth_cas','field_map_email','',NULL),(1130,2,1734080103,'auth_cas','field_updatelocal_email','oncreate',NULL),(1131,2,1734080103,'auth_cas','field_updateremote_email','0',NULL),(1132,2,1734080103,'auth_cas','field_lock_email','unlocked',NULL),(1133,2,1734080103,'auth_cas','field_map_city','',NULL),(1134,2,1734080103,'auth_cas','field_updatelocal_city','oncreate',NULL),(1135,2,1734080103,'auth_cas','field_updateremote_city','0',NULL),(1136,2,1734080103,'auth_cas','field_lock_city','unlocked',NULL),(1137,2,1734080103,'auth_cas','field_map_country','',NULL),(1138,2,1734080103,'auth_cas','field_updatelocal_country','oncreate',NULL),(1139,2,1734080103,'auth_cas','field_updateremote_country','0',NULL),(1140,2,1734080103,'auth_cas','field_lock_country','unlocked',NULL),(1141,2,1734080103,'auth_cas','field_map_lang','',NULL),(1142,2,1734080103,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1143,2,1734080103,'auth_cas','field_updateremote_lang','0',NULL),(1144,2,1734080103,'auth_cas','field_lock_lang','unlocked',NULL),(1145,2,1734080103,'auth_cas','field_map_description','',NULL),(1146,2,1734080103,'auth_cas','field_updatelocal_description','oncreate',NULL),(1147,2,1734080103,'auth_cas','field_updateremote_description','0',NULL),(1148,2,1734080103,'auth_cas','field_lock_description','unlocked',NULL),(1149,2,1734080103,'auth_cas','field_map_idnumber','',NULL),(1150,2,1734080103,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1151,2,1734080103,'auth_cas','field_updateremote_idnumber','0',NULL),(1152,2,1734080103,'auth_cas','field_lock_idnumber','unlocked',NULL),(1153,2,1734080103,'auth_cas','field_map_institution','',NULL),(1154,2,1734080103,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1155,2,1734080103,'auth_cas','field_updateremote_institution','0',NULL),(1156,2,1734080103,'auth_cas','field_lock_institution','unlocked',NULL),(1157,2,1734080103,'auth_cas','field_map_department','',NULL),(1158,2,1734080103,'auth_cas','field_updatelocal_department','oncreate',NULL),(1159,2,1734080103,'auth_cas','field_updateremote_department','0',NULL),(1160,2,1734080103,'auth_cas','field_lock_department','unlocked',NULL),(1161,2,1734080103,'auth_cas','field_map_phone1','',NULL),(1162,2,1734080103,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1163,2,1734080103,'auth_cas','field_updateremote_phone1','0',NULL),(1164,2,1734080103,'auth_cas','field_lock_phone1','unlocked',NULL),(1165,2,1734080103,'auth_cas','field_map_phone2','',NULL),(1166,2,1734080103,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1167,2,1734080103,'auth_cas','field_updateremote_phone2','0',NULL),(1168,2,1734080103,'auth_cas','field_lock_phone2','unlocked',NULL),(1169,2,1734080103,'auth_cas','field_map_address','',NULL),(1170,2,1734080103,'auth_cas','field_updatelocal_address','oncreate',NULL),(1171,2,1734080103,'auth_cas','field_updateremote_address','0',NULL),(1172,2,1734080103,'auth_cas','field_lock_address','unlocked',NULL),(1173,2,1734080103,'auth_cas','field_map_firstnamephonetic','',NULL),(1174,2,1734080103,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1175,2,1734080103,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1176,2,1734080103,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1177,2,1734080103,'auth_cas','field_map_lastnamephonetic','',NULL),(1178,2,1734080103,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1179,2,1734080103,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1180,2,1734080103,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1181,2,1734080103,'auth_cas','field_map_middlename','',NULL),(1182,2,1734080103,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1183,2,1734080103,'auth_cas','field_updateremote_middlename','0',NULL),(1184,2,1734080103,'auth_cas','field_lock_middlename','unlocked',NULL),(1185,2,1734080103,'auth_cas','field_map_alternatename','',NULL),(1186,2,1734080103,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1187,2,1734080103,'auth_cas','field_updateremote_alternatename','0',NULL),(1188,2,1734080103,'auth_cas','field_lock_alternatename','unlocked',NULL),(1189,2,1734080104,'auth_email','recaptcha','0',NULL),(1190,2,1734080104,'auth_email','field_lock_firstname','unlocked',NULL),(1191,2,1734080104,'auth_email','field_lock_lastname','unlocked',NULL),(1192,2,1734080104,'auth_email','field_lock_email','unlocked',NULL),(1193,2,1734080104,'auth_email','field_lock_city','unlocked',NULL),(1194,2,1734080104,'auth_email','field_lock_country','unlocked',NULL),(1195,2,1734080104,'auth_email','field_lock_lang','unlocked',NULL),(1196,2,1734080104,'auth_email','field_lock_description','unlocked',NULL),(1197,2,1734080104,'auth_email','field_lock_idnumber','unlocked',NULL),(1198,2,1734080104,'auth_email','field_lock_institution','unlocked',NULL),(1199,2,1734080104,'auth_email','field_lock_department','unlocked',NULL),(1200,2,1734080104,'auth_email','field_lock_phone1','unlocked',NULL),(1201,2,1734080104,'auth_email','field_lock_phone2','unlocked',NULL),(1202,2,1734080104,'auth_email','field_lock_address','unlocked',NULL),(1203,2,1734080104,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1204,2,1734080104,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1205,2,1734080104,'auth_email','field_lock_middlename','unlocked',NULL),(1206,2,1734080104,'auth_email','field_lock_alternatename','unlocked',NULL),(1207,2,1734080104,'auth_db','host','127.0.0.1',NULL),(1208,2,1734080104,'auth_db','type','mysqli',NULL),(1209,2,1734080104,'auth_db','sybasequoting','0',NULL),(1210,2,1734080104,'auth_db','name','',NULL),(1211,2,1734080104,'auth_db','user','',NULL),(1212,2,1734080104,'auth_db','pass','',NULL),(1213,2,1734080104,'auth_db','table','',NULL),(1214,2,1734080104,'auth_db','fielduser','',NULL),(1215,2,1734080104,'auth_db','fieldpass','',NULL),(1216,2,1734080104,'auth_db','passtype','plaintext',NULL),(1217,2,1734080104,'auth_db','extencoding','utf-8',NULL),(1218,2,1734080104,'auth_db','setupsql','',NULL),(1219,2,1734080104,'auth_db','debugauthdb','0',NULL),(1220,2,1734080104,'auth_db','changepasswordurl','',NULL),(1221,2,1734080104,'auth_db','removeuser','0',NULL),(1222,2,1734080104,'auth_db','updateusers','0',NULL),(1223,2,1734080104,'auth_db','field_map_firstname','',NULL),(1224,2,1734080104,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1225,2,1734080104,'auth_db','field_updateremote_firstname','0',NULL),(1226,2,1734080104,'auth_db','field_lock_firstname','unlocked',NULL),(1227,2,1734080104,'auth_db','field_map_lastname','',NULL),(1228,2,1734080104,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1229,2,1734080104,'auth_db','field_updateremote_lastname','0',NULL),(1230,2,1734080104,'auth_db','field_lock_lastname','unlocked',NULL),(1231,2,1734080104,'auth_db','field_map_email','',NULL),(1232,2,1734080104,'auth_db','field_updatelocal_email','oncreate',NULL),(1233,2,1734080104,'auth_db','field_updateremote_email','0',NULL),(1234,2,1734080104,'auth_db','field_lock_email','unlocked',NULL),(1235,2,1734080104,'auth_db','field_map_city','',NULL),(1236,2,1734080104,'auth_db','field_updatelocal_city','oncreate',NULL),(1237,2,1734080104,'auth_db','field_updateremote_city','0',NULL),(1238,2,1734080104,'auth_db','field_lock_city','unlocked',NULL),(1239,2,1734080104,'auth_db','field_map_country','',NULL),(1240,2,1734080104,'auth_db','field_updatelocal_country','oncreate',NULL),(1241,2,1734080104,'auth_db','field_updateremote_country','0',NULL),(1242,2,1734080104,'auth_db','field_lock_country','unlocked',NULL),(1243,2,1734080104,'auth_db','field_map_lang','',NULL),(1244,2,1734080104,'auth_db','field_updatelocal_lang','oncreate',NULL),(1245,2,1734080104,'auth_db','field_updateremote_lang','0',NULL),(1246,2,1734080104,'auth_db','field_lock_lang','unlocked',NULL),(1247,2,1734080104,'auth_db','field_map_description','',NULL),(1248,2,1734080104,'auth_db','field_updatelocal_description','oncreate',NULL),(1249,2,1734080104,'auth_db','field_updateremote_description','0',NULL),(1250,2,1734080104,'auth_db','field_lock_description','unlocked',NULL),(1251,2,1734080104,'auth_db','field_map_idnumber','',NULL),(1252,2,1734080104,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1253,2,1734080104,'auth_db','field_updateremote_idnumber','0',NULL),(1254,2,1734080104,'auth_db','field_lock_idnumber','unlocked',NULL),(1255,2,1734080104,'auth_db','field_map_institution','',NULL),(1256,2,1734080104,'auth_db','field_updatelocal_institution','oncreate',NULL),(1257,2,1734080104,'auth_db','field_updateremote_institution','0',NULL),(1258,2,1734080104,'auth_db','field_lock_institution','unlocked',NULL),(1259,2,1734080104,'auth_db','field_map_department','',NULL),(1260,2,1734080104,'auth_db','field_updatelocal_department','oncreate',NULL),(1261,2,1734080104,'auth_db','field_updateremote_department','0',NULL),(1262,2,1734080104,'auth_db','field_lock_department','unlocked',NULL),(1263,2,1734080104,'auth_db','field_map_phone1','',NULL),(1264,2,1734080104,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1265,2,1734080104,'auth_db','field_updateremote_phone1','0',NULL),(1266,2,1734080104,'auth_db','field_lock_phone1','unlocked',NULL),(1267,2,1734080104,'auth_db','field_map_phone2','',NULL),(1268,2,1734080104,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1269,2,1734080104,'auth_db','field_updateremote_phone2','0',NULL),(1270,2,1734080105,'auth_db','field_lock_phone2','unlocked',NULL),(1271,2,1734080105,'auth_db','field_map_address','',NULL),(1272,2,1734080105,'auth_db','field_updatelocal_address','oncreate',NULL),(1273,2,1734080105,'auth_db','field_updateremote_address','0',NULL),(1274,2,1734080105,'auth_db','field_lock_address','unlocked',NULL),(1275,2,1734080105,'auth_db','field_map_firstnamephonetic','',NULL),(1276,2,1734080105,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1277,2,1734080105,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1278,2,1734080105,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1279,2,1734080105,'auth_db','field_map_lastnamephonetic','',NULL),(1280,2,1734080105,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1281,2,1734080105,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1282,2,1734080105,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1283,2,1734080105,'auth_db','field_map_middlename','',NULL),(1284,2,1734080105,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1285,2,1734080105,'auth_db','field_updateremote_middlename','0',NULL),(1286,2,1734080105,'auth_db','field_lock_middlename','unlocked',NULL),(1287,2,1734080105,'auth_db','field_map_alternatename','',NULL),(1288,2,1734080105,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1289,2,1734080105,'auth_db','field_updateremote_alternatename','0',NULL),(1290,2,1734080105,'auth_db','field_lock_alternatename','unlocked',NULL),(1291,2,1734080105,'auth_ldap','host_url','',NULL),(1292,2,1734080105,'auth_ldap','ldap_version','3',NULL),(1293,2,1734080105,'auth_ldap','start_tls','0',NULL),(1294,2,1734080105,'auth_ldap','ldapencoding','utf-8',NULL),(1295,2,1734080105,'auth_ldap','pagesize','250',NULL),(1296,2,1734080105,'auth_ldap','preventpassindb','0',NULL),(1297,2,1734080105,'auth_ldap','bind_dn','',NULL),(1298,2,1734080105,'auth_ldap','bind_pw','',NULL),(1299,2,1734080105,'auth_ldap','user_type','default',NULL),(1300,2,1734080105,'auth_ldap','contexts','',NULL),(1301,2,1734080105,'auth_ldap','search_sub','0',NULL),(1302,2,1734080105,'auth_ldap','opt_deref','0',NULL),(1303,2,1734080105,'auth_ldap','user_attribute','',NULL),(1304,2,1734080105,'auth_ldap','suspended_attribute','',NULL),(1305,2,1734080105,'auth_ldap','memberattribute','',NULL),(1306,2,1734080105,'auth_ldap','memberattribute_isdn','0',NULL),(1307,2,1734080105,'auth_ldap','objectclass','',NULL),(1308,2,1734080105,'auth_ldap','forcechangepassword','0',NULL),(1309,2,1734080105,'auth_ldap','stdchangepassword','0',NULL),(1310,2,1734080105,'auth_ldap','passtype','plaintext',NULL),(1311,2,1734080105,'auth_ldap','changepasswordurl','',NULL),(1312,2,1734080105,'auth_ldap','expiration','0',NULL),(1313,2,1734080105,'auth_ldap','expiration_warning','',NULL),(1314,2,1734080105,'auth_ldap','expireattr','',NULL),(1315,2,1734080105,'auth_ldap','gracelogins','0',NULL),(1316,2,1734080105,'auth_ldap','graceattr','',NULL),(1317,2,1734080105,'auth_ldap','auth_user_create','0',NULL),(1318,2,1734080105,'auth_ldap','create_context','',NULL),(1319,2,1734080105,'auth_ldap','managercontext','',NULL),(1320,2,1734080105,'auth_ldap','coursecreatorcontext','',NULL),(1321,2,1734080105,'auth_ldap','removeuser','0',NULL),(1322,2,1734080105,'auth_ldap','sync_suspended','0',NULL),(1323,2,1734080105,'auth_ldap','ntlmsso_enabled','0',NULL),(1324,2,1734080105,'auth_ldap','ntlmsso_subnet','',NULL),(1325,2,1734080105,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1326,2,1734080105,'auth_ldap','ntlmsso_type','ntlm',NULL),(1327,2,1734080105,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1328,2,1734080105,'auth_ldap','field_map_firstname','',NULL),(1329,2,1734080105,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1330,2,1734080105,'auth_ldap','field_updateremote_firstname','0',NULL),(1331,2,1734080105,'auth_ldap','field_lock_firstname','unlocked',NULL),(1332,2,1734080105,'auth_ldap','field_map_lastname','',NULL),(1333,2,1734080105,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1334,2,1734080105,'auth_ldap','field_updateremote_lastname','0',NULL),(1335,2,1734080105,'auth_ldap','field_lock_lastname','unlocked',NULL),(1336,2,1734080105,'auth_ldap','field_map_email','',NULL),(1337,2,1734080105,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1338,2,1734080105,'auth_ldap','field_updateremote_email','0',NULL),(1339,2,1734080105,'auth_ldap','field_lock_email','unlocked',NULL),(1340,2,1734080105,'auth_ldap','field_map_city','',NULL),(1341,2,1734080105,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1342,2,1734080105,'auth_ldap','field_updateremote_city','0',NULL),(1343,2,1734080105,'auth_ldap','field_lock_city','unlocked',NULL),(1344,2,1734080105,'auth_ldap','field_map_country','',NULL),(1345,2,1734080105,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1346,2,1734080105,'auth_ldap','field_updateremote_country','0',NULL),(1347,2,1734080105,'auth_ldap','field_lock_country','unlocked',NULL),(1348,2,1734080105,'auth_ldap','field_map_lang','',NULL),(1349,2,1734080105,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1350,2,1734080105,'auth_ldap','field_updateremote_lang','0',NULL),(1351,2,1734080105,'auth_ldap','field_lock_lang','unlocked',NULL),(1352,2,1734080105,'auth_ldap','field_map_description','',NULL),(1353,2,1734080105,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1354,2,1734080105,'auth_ldap','field_updateremote_description','0',NULL),(1355,2,1734080106,'auth_ldap','field_lock_description','unlocked',NULL),(1356,2,1734080106,'auth_ldap','field_map_idnumber','',NULL),(1357,2,1734080106,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1358,2,1734080106,'auth_ldap','field_updateremote_idnumber','0',NULL),(1359,2,1734080106,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1360,2,1734080106,'auth_ldap','field_map_institution','',NULL),(1361,2,1734080106,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1362,2,1734080106,'auth_ldap','field_updateremote_institution','0',NULL),(1363,2,1734080106,'auth_ldap','field_lock_institution','unlocked',NULL),(1364,2,1734080106,'auth_ldap','field_map_department','',NULL),(1365,2,1734080106,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1366,2,1734080106,'auth_ldap','field_updateremote_department','0',NULL),(1367,2,1734080106,'auth_ldap','field_lock_department','unlocked',NULL),(1368,2,1734080106,'auth_ldap','field_map_phone1','',NULL),(1369,2,1734080106,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1370,2,1734080106,'auth_ldap','field_updateremote_phone1','0',NULL),(1371,2,1734080106,'auth_ldap','field_lock_phone1','unlocked',NULL),(1372,2,1734080106,'auth_ldap','field_map_phone2','',NULL),(1373,2,1734080106,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1374,2,1734080106,'auth_ldap','field_updateremote_phone2','0',NULL),(1375,2,1734080106,'auth_ldap','field_lock_phone2','unlocked',NULL),(1376,2,1734080106,'auth_ldap','field_map_address','',NULL),(1377,2,1734080106,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1378,2,1734080106,'auth_ldap','field_updateremote_address','0',NULL),(1379,2,1734080106,'auth_ldap','field_lock_address','unlocked',NULL),(1380,2,1734080106,'auth_ldap','field_map_firstnamephonetic','',NULL),(1381,2,1734080106,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1382,2,1734080106,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1383,2,1734080106,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1384,2,1734080106,'auth_ldap','field_map_lastnamephonetic','',NULL),(1385,2,1734080106,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1386,2,1734080106,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1387,2,1734080106,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1388,2,1734080106,'auth_ldap','field_map_middlename','',NULL),(1389,2,1734080106,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1390,2,1734080106,'auth_ldap','field_updateremote_middlename','0',NULL),(1391,2,1734080106,'auth_ldap','field_lock_middlename','unlocked',NULL),(1392,2,1734080106,'auth_ldap','field_map_alternatename','',NULL),(1393,2,1734080106,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1394,2,1734080106,'auth_ldap','field_updateremote_alternatename','0',NULL),(1395,2,1734080106,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1396,2,1734080106,'auth_manual','expiration','0',NULL),(1397,2,1734080106,'auth_manual','expirationtime','30',NULL),(1398,2,1734080106,'auth_manual','expiration_warning','0',NULL),(1399,2,1734080106,'auth_manual','field_lock_firstname','unlocked',NULL),(1400,2,1734080106,'auth_manual','field_lock_lastname','unlocked',NULL),(1401,2,1734080106,'auth_manual','field_lock_email','unlocked',NULL),(1402,2,1734080106,'auth_manual','field_lock_city','unlocked',NULL),(1403,2,1734080106,'auth_manual','field_lock_country','unlocked',NULL),(1404,2,1734080106,'auth_manual','field_lock_lang','unlocked',NULL),(1405,2,1734080106,'auth_manual','field_lock_description','unlocked',NULL),(1406,2,1734080106,'auth_manual','field_lock_idnumber','unlocked',NULL),(1407,2,1734080106,'auth_manual','field_lock_institution','unlocked',NULL),(1408,2,1734080106,'auth_manual','field_lock_department','unlocked',NULL),(1409,2,1734080106,'auth_manual','field_lock_phone1','unlocked',NULL),(1410,2,1734080106,'auth_manual','field_lock_phone2','unlocked',NULL),(1411,2,1734080106,'auth_manual','field_lock_address','unlocked',NULL),(1412,2,1734080106,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1413,2,1734080106,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1414,2,1734080106,'auth_manual','field_lock_middlename','unlocked',NULL),(1415,2,1734080106,'auth_manual','field_lock_alternatename','unlocked',NULL),(1416,2,1734080106,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1417,2,1734080106,'auth_none','field_lock_firstname','unlocked',NULL),(1418,2,1734080106,'auth_none','field_lock_lastname','unlocked',NULL),(1419,2,1734080106,'auth_none','field_lock_email','unlocked',NULL),(1420,2,1734080106,'auth_none','field_lock_city','unlocked',NULL),(1421,2,1734080106,'auth_none','field_lock_country','unlocked',NULL),(1422,2,1734080106,'auth_none','field_lock_lang','unlocked',NULL),(1423,2,1734080106,'auth_none','field_lock_description','unlocked',NULL),(1424,2,1734080106,'auth_none','field_lock_idnumber','unlocked',NULL),(1425,2,1734080106,'auth_none','field_lock_institution','unlocked',NULL),(1426,2,1734080106,'auth_none','field_lock_department','unlocked',NULL),(1427,2,1734080107,'auth_none','field_lock_phone1','unlocked',NULL),(1428,2,1734080107,'auth_none','field_lock_phone2','unlocked',NULL),(1429,2,1734080107,'auth_none','field_lock_address','unlocked',NULL),(1430,2,1734080107,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1431,2,1734080107,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1432,2,1734080107,'auth_none','field_lock_middlename','unlocked',NULL),(1433,2,1734080107,'auth_none','field_lock_alternatename','unlocked',NULL),(1434,2,1734080107,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1435,2,1734080107,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1436,2,1734080107,'auth_oauth2','field_lock_email','unlocked',NULL),(1437,2,1734080107,'auth_oauth2','field_lock_city','unlocked',NULL),(1438,2,1734080107,'auth_oauth2','field_lock_country','unlocked',NULL),(1439,2,1734080107,'auth_oauth2','field_lock_lang','unlocked',NULL),(1440,2,1734080107,'auth_oauth2','field_lock_description','unlocked',NULL),(1441,2,1734080107,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1442,2,1734080107,'auth_oauth2','field_lock_institution','unlocked',NULL),(1443,2,1734080107,'auth_oauth2','field_lock_department','unlocked',NULL),(1444,2,1734080107,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1445,2,1734080107,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1446,2,1734080107,'auth_oauth2','field_lock_address','unlocked',NULL),(1447,2,1734080107,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1448,2,1734080107,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1449,2,1734080107,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1450,2,1734080107,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1451,2,1734080107,'auth_shibboleth','user_attribute','',NULL),(1452,2,1734080107,'auth_shibboleth','convert_data','',NULL),(1453,2,1734080107,'auth_shibboleth','alt_login','off',NULL),(1454,2,1734080107,'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),(1455,2,1734080107,'auth_shibboleth','logout_handler','',NULL),(1456,2,1734080107,'auth_shibboleth','logout_return_url','',NULL),(1457,2,1734080107,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1458,2,1734080107,'auth_shibboleth','auth_logo','',NULL),(1459,2,1734080107,'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),(1460,2,1734080107,'auth_shibboleth','changepasswordurl','',NULL),(1461,2,1734080107,'auth_shibboleth','field_map_firstname','',NULL),(1462,2,1734080107,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1463,2,1734080107,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1464,2,1734080107,'auth_shibboleth','field_map_lastname','',NULL),(1465,2,1734080107,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1466,2,1734080107,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1467,2,1734080107,'auth_shibboleth','field_map_email','',NULL),(1468,2,1734080107,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1469,2,1734080107,'auth_shibboleth','field_lock_email','unlocked',NULL),(1470,2,1734080107,'auth_shibboleth','field_map_city','',NULL),(1471,2,1734080107,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1472,2,1734080107,'auth_shibboleth','field_lock_city','unlocked',NULL),(1473,2,1734080107,'auth_shibboleth','field_map_country','',NULL),(1474,2,1734080107,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1475,2,1734080107,'auth_shibboleth','field_lock_country','unlocked',NULL),(1476,2,1734080107,'auth_shibboleth','field_map_lang','',NULL),(1477,2,1734080107,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1478,2,1734080107,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1479,2,1734080107,'auth_shibboleth','field_map_description','',NULL),(1480,2,1734080107,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1481,2,1734080107,'auth_shibboleth','field_lock_description','unlocked',NULL),(1482,2,1734080107,'auth_shibboleth','field_map_idnumber','',NULL),(1483,2,1734080107,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1484,2,1734080107,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1485,2,1734080107,'auth_shibboleth','field_map_institution','',NULL),(1486,2,1734080107,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1487,2,1734080107,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1488,2,1734080107,'auth_shibboleth','field_map_department','',NULL),(1489,2,1734080107,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1490,2,1734080107,'auth_shibboleth','field_lock_department','unlocked',NULL),(1491,2,1734080107,'auth_shibboleth','field_map_phone1','',NULL),(1492,2,1734080107,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1493,2,1734080107,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1494,2,1734080107,'auth_shibboleth','field_map_phone2','',NULL),(1495,2,1734080107,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1496,2,1734080107,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1497,2,1734080107,'auth_shibboleth','field_map_address','',NULL),(1498,2,1734080107,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1499,2,1734080107,'auth_shibboleth','field_lock_address','unlocked',NULL),(1500,2,1734080107,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1501,2,1734080107,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1502,2,1734080107,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1503,2,1734080107,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1504,2,1734080107,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1505,2,1734080107,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1506,2,1734080107,'auth_shibboleth','field_map_middlename','',NULL),(1507,2,1734080107,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1508,2,1734080107,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1509,2,1734080107,'auth_shibboleth','field_map_alternatename','',NULL),(1510,2,1734080108,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1511,2,1734080108,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1512,2,1734080108,'block_accessreview','whattoshow','showboth',NULL),(1513,2,1734080108,'block_accessreview','errordisplay','showint',NULL),(1514,2,1734080108,'block_accessreview','toolpage','errors',NULL),(1515,2,1734080108,'block_activity_results','config_showbest','3',NULL),(1516,2,1734080108,'block_activity_results','config_showbest_locked','',NULL),(1517,2,1734080108,'block_activity_results','config_showworst','0',NULL),(1518,2,1734080108,'block_activity_results','config_showworst_locked','',NULL),(1519,2,1734080108,'block_activity_results','config_usegroups','0',NULL),(1520,2,1734080108,'block_activity_results','config_usegroups_locked','',NULL),(1521,2,1734080108,'block_activity_results','config_nameformat','1',NULL),(1522,2,1734080108,'block_activity_results','config_nameformat_locked','',NULL),(1523,2,1734080108,'block_activity_results','config_gradeformat','1',NULL),(1524,2,1734080108,'block_activity_results','config_gradeformat_locked','',NULL),(1525,2,1734080108,'block_activity_results','config_decimalpoints','2',NULL),(1526,2,1734080108,'block_activity_results','config_decimalpoints_locked','',NULL),(1527,2,1734080108,'block_myoverview','displaycategories','1',NULL),(1528,2,1734080108,'block_myoverview','layouts','card,list,summary',NULL),(1529,2,1734080108,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1530,2,1734080108,'block_myoverview','displaygroupingall','1',NULL),(1531,2,1734080108,'block_myoverview','displaygroupinginprogress','1',NULL),(1532,2,1734080108,'block_myoverview','displaygroupingpast','1',NULL),(1533,2,1734080108,'block_myoverview','displaygroupingfuture','1',NULL),(1534,2,1734080108,'block_myoverview','displaygroupingcustomfield','0',NULL),(1535,2,1734080108,'block_myoverview','customfiltergrouping','',NULL),(1536,2,1734080108,'block_myoverview','displaygroupingfavourites','1',NULL),(1537,2,1734080108,'block_myoverview','displaygroupinghidden','1',NULL),(1538,2,1734080108,NULL,'block_course_list_adminview','all',NULL),(1539,2,1734080108,NULL,'block_course_list_hideallcourseslink','0',NULL),(1540,2,1734080108,NULL,'block_online_users_timetosee','5',NULL),(1541,2,1734080108,NULL,'block_online_users_onlinestatushiding','1',NULL),(1542,2,1734080108,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1543,2,1734080108,NULL,'block_rss_client_num_entries','5',NULL),(1544,2,1734080108,NULL,'block_rss_client_timeout','30',NULL),(1545,2,1734080108,'block_section_links','numsections1','22',NULL),(1546,2,1734080108,'block_section_links','incby1','2',NULL),(1547,2,1734080108,'block_section_links','numsections2','40',NULL),(1548,2,1734080108,'block_section_links','incby2','5',NULL),(1549,2,1734080108,'block_section_links','showsectionname','0',NULL),(1550,2,1734080108,'block_starredcourses','displaycategories','1',NULL),(1551,2,1734080108,NULL,'block_html_allowcssclasses','0',NULL),(1552,2,1734080108,'block_tag_youtube','apikey','',NULL),(1553,2,1734080108,'format_singleactivity','activitytype','forum',NULL),(1554,2,1734080109,'format_topics','indentation','1',NULL),(1555,2,1734080109,'format_weeks','indentation','1',NULL),(1556,2,1734080109,'fileconverter_googledrive','issuerid','',NULL),(1557,2,1734080109,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1558,2,1734080109,'enrol_cohort','roleid','5',NULL),(1559,2,1734080109,'enrol_cohort','unenrolaction','0',NULL),(1560,2,1734080109,'enrol_meta','nosyncroleids','',NULL),(1561,2,1734080109,'enrol_meta','syncall','1',NULL),(1562,2,1734080109,'enrol_meta','unenrolaction','3',NULL),(1563,2,1734080109,'enrol_meta','coursesort','sortorder',NULL),(1564,2,1734080109,'enrol_fee','expiredaction','3',NULL),(1565,2,1734080109,'enrol_fee','status','1',NULL),(1566,2,1734080109,'enrol_fee','cost','0',NULL),(1567,2,1734080109,'enrol_fee','currency','USD',NULL),(1568,2,1734080109,'enrol_fee','roleid','5',NULL),(1569,2,1734080109,'enrol_fee','enrolperiod','0',NULL),(1570,2,1734080109,'enrol_database','dbtype','',NULL),(1571,2,1734080109,'enrol_database','dbhost','localhost',NULL),(1572,2,1734080109,'enrol_database','dbuser','',NULL),(1573,2,1734080109,'enrol_database','dbpass','',NULL),(1574,2,1734080109,'enrol_database','dbname','',NULL),(1575,2,1734080109,'enrol_database','dbencoding','utf-8',NULL),(1576,2,1734080109,'enrol_database','dbsetupsql','',NULL),(1577,2,1734080109,'enrol_database','dbsybasequoting','0',NULL),(1578,2,1734080109,'enrol_database','debugdb','0',NULL),(1579,2,1734080109,'enrol_database','localcoursefield','idnumber',NULL),(1580,2,1734080109,'enrol_database','localuserfield','idnumber',NULL),(1581,2,1734080109,'enrol_database','localrolefield','shortname',NULL),(1582,2,1734080109,'enrol_database','localcategoryfield','id',NULL),(1583,2,1734080109,'enrol_database','remoteenroltable','',NULL),(1584,2,1734080109,'enrol_database','remotecoursefield','',NULL),(1585,2,1734080109,'enrol_database','remoteuserfield','',NULL),(1586,2,1734080109,'enrol_database','remoterolefield','',NULL),(1587,2,1734080109,'enrol_database','remoteotheruserfield','',NULL),(1588,2,1734080109,'enrol_database','defaultrole','5',NULL),(1589,2,1734080109,'enrol_database','ignorehiddencourses','0',NULL),(1590,2,1734080109,'enrol_database','unenrolaction','0',NULL),(1591,2,1734080109,'enrol_database','newcoursetable','',NULL),(1592,2,1734080109,'enrol_database','newcoursefullname','fullname',NULL),(1593,2,1734080109,'enrol_database','newcourseshortname','shortname',NULL),(1594,2,1734080109,'enrol_database','newcourseidnumber','idnumber',NULL),(1595,2,1734080109,'enrol_database','newcoursecategory','',NULL),(1596,2,1734080109,'enrol_database','defaultcategory','1',NULL),(1597,2,1734080109,'enrol_database','templatecourse','',NULL),(1598,2,1734080109,'enrol_flatfile','location','',NULL),(1599,2,1734080109,'enrol_flatfile','encoding','UTF-8',NULL),(1600,2,1734080109,'enrol_flatfile','mailstudents','0',NULL),(1601,2,1734080109,'enrol_flatfile','mailteachers','0',NULL),(1602,2,1734080109,'enrol_flatfile','mailadmins','0',NULL),(1603,2,1734080109,'enrol_flatfile','unenrolaction','3',NULL),(1604,2,1734080109,'enrol_flatfile','expiredaction','3',NULL),(1605,2,1734080109,'enrol_guest','requirepassword','0',NULL),(1606,2,1734080109,'enrol_guest','usepasswordpolicy','0',NULL),(1607,2,1734080109,'enrol_guest','showhint','0',NULL),(1608,2,1734080109,'enrol_guest','defaultenrol','1',NULL),(1609,2,1734080109,'enrol_guest','status','1',NULL),(1610,2,1734080109,'enrol_guest','status_adv','',NULL),(1611,2,1734080110,'enrol_imsenterprise','imsfilelocation','',NULL),(1612,2,1734080110,'enrol_imsenterprise','logtolocation','',NULL),(1613,2,1734080110,'enrol_imsenterprise','mailadmins','0',NULL),(1614,2,1734080110,'enrol_imsenterprise','createnewusers','0',NULL),(1615,2,1734080110,'enrol_imsenterprise','imsupdateusers','0',NULL),(1616,2,1734080110,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1617,2,1734080110,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1618,2,1734080110,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1619,2,1734080110,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1620,2,1734080110,'enrol_imsenterprise','imsrolemap01','5',NULL),(1621,2,1734080110,'enrol_imsenterprise','imsrolemap02','3',NULL),(1622,2,1734080110,'enrol_imsenterprise','imsrolemap03','3',NULL),(1623,2,1734080110,'enrol_imsenterprise','imsrolemap04','5',NULL),(1624,2,1734080110,'enrol_imsenterprise','imsrolemap05','0',NULL),(1625,2,1734080110,'enrol_imsenterprise','imsrolemap06','4',NULL),(1626,2,1734080110,'enrol_imsenterprise','imsrolemap07','0',NULL),(1627,2,1734080110,'enrol_imsenterprise','imsrolemap08','4',NULL),(1628,2,1734080110,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1629,2,1734080110,'enrol_imsenterprise','createnewcourses','0',NULL),(1630,2,1734080110,'enrol_imsenterprise','updatecourses','0',NULL),(1631,2,1734080110,'enrol_imsenterprise','createnewcategories','0',NULL),(1632,2,1734080110,'enrol_imsenterprise','nestedcategories','0',NULL),(1633,2,1734080110,'enrol_imsenterprise','categoryidnumber','0',NULL),(1634,2,1734080110,'enrol_imsenterprise','categoryseparator','',NULL),(1635,2,1734080110,'enrol_imsenterprise','imsunenrol','0',NULL),(1636,2,1734080110,'enrol_imsenterprise','unenrolaction','0',NULL),(1637,2,1734080110,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1638,2,1734080110,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1639,2,1734080110,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1640,2,1734080110,'enrol_imsenterprise','imsrestricttarget','',NULL),(1641,2,1734080110,'enrol_imsenterprise','imscapitafix','0',NULL),(1642,2,1734080110,'enrol_ldap','host_url','',NULL),(1643,2,1734080110,'enrol_ldap','start_tls','0',NULL),(1644,2,1734080110,'enrol_ldap','ldap_version','3',NULL),(1645,2,1734080110,'enrol_ldap','ldapencoding','utf-8',NULL),(1646,2,1734080110,'enrol_ldap','pagesize','250',NULL),(1647,2,1734080110,'enrol_ldap','bind_dn','',NULL),(1648,2,1734080110,'enrol_ldap','bind_pw','',NULL),(1649,2,1734080110,'enrol_ldap','course_search_sub','0',NULL),(1650,2,1734080110,'enrol_ldap','memberattribute_isdn','0',NULL),(1651,2,1734080110,'enrol_ldap','user_contexts','',NULL),(1652,2,1734080110,'enrol_ldap','user_search_sub','0',NULL),(1653,2,1734080110,'enrol_ldap','user_type','default',NULL),(1654,2,1734080110,'enrol_ldap','opt_deref','0',NULL),(1655,2,1734080110,'enrol_ldap','idnumber_attribute','',NULL),(1656,2,1734080110,'enrol_ldap','objectclass','',NULL),(1657,2,1734080110,'enrol_ldap','course_idnumber','',NULL),(1658,2,1734080110,'enrol_ldap','course_shortname','',NULL),(1659,2,1734080110,'enrol_ldap','course_fullname','',NULL),(1660,2,1734080110,'enrol_ldap','course_summary','',NULL),(1661,2,1734080110,'enrol_ldap','ignorehiddencourses','0',NULL),(1662,2,1734080110,'enrol_ldap','unenrolaction','0',NULL),(1663,2,1734080110,'enrol_ldap','autocreate','0',NULL),(1664,2,1734080110,'enrol_ldap','category','1',NULL),(1665,2,1734080110,'enrol_ldap','template','',NULL),(1666,2,1734080110,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1667,2,1734080110,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1668,2,1734080110,'enrol_ldap','course_summary_updateonsync','0',NULL),(1669,2,1734080110,'enrol_ldap','nested_groups','0',NULL),(1670,2,1734080110,'enrol_ldap','group_memberofattribute','',NULL),(1671,2,1734080110,'enrol_manual','expiredaction','1',NULL),(1672,2,1734080110,'enrol_manual','expirynotifyhour','6',NULL),(1673,2,1734080110,'enrol_manual','defaultenrol','1',NULL),(1674,2,1734080110,'enrol_manual','status','0',NULL),(1675,2,1734080110,'enrol_manual','roleid','5',NULL),(1676,2,1734080110,'enrol_manual','enrolstart','4',NULL),(1677,2,1734080110,'enrol_manual','enrolperiod','0',NULL),(1678,2,1734080110,'enrol_manual','expirynotify','0',NULL),(1679,2,1734080110,'enrol_manual','expirythreshold','86400',NULL),(1680,2,1734080110,'enrol_mnet','roleid','5',NULL),(1681,2,1734080110,'enrol_mnet','roleid_adv','1',NULL),(1682,2,1734080110,'enrol_paypal','paypalbusiness','',NULL),(1683,2,1734080110,'enrol_paypal','mailstudents','0',NULL),(1684,2,1734080110,'enrol_paypal','mailteachers','0',NULL),(1685,2,1734080111,'enrol_paypal','mailadmins','0',NULL),(1686,2,1734080111,'enrol_paypal','expiredaction','3',NULL),(1687,2,1734080111,'enrol_paypal','status','1',NULL),(1688,2,1734080111,'enrol_paypal','cost','0',NULL),(1689,2,1734080111,'enrol_paypal','currency','USD',NULL),(1690,2,1734080111,'enrol_paypal','roleid','5',NULL),(1691,2,1734080111,'enrol_paypal','enrolperiod','0',NULL),(1692,2,1734080111,'enrol_lti','emaildisplay','2',NULL),(1693,2,1734080111,'enrol_lti','city','',NULL),(1694,2,1734080111,'enrol_lti','country','',NULL),(1695,2,1734080111,'enrol_lti','timezone','99',NULL),(1696,2,1734080111,'enrol_lti','lang','en',NULL),(1697,2,1734080111,'enrol_lti','institution','',NULL),(1698,2,1734080111,'enrol_self','requirepassword','0',NULL),(1699,2,1734080111,'enrol_self','usepasswordpolicy','0',NULL),(1700,2,1734080111,'enrol_self','showhint','0',NULL),(1701,2,1734080111,'enrol_self','expiredaction','1',NULL),(1702,2,1734080111,'enrol_self','expirynotifyhour','6',NULL),(1703,2,1734080111,'enrol_self','defaultenrol','1',NULL),(1704,2,1734080111,'enrol_self','status','1',NULL),(1705,2,1734080111,'enrol_self','newenrols','1',NULL),(1706,2,1734080111,'enrol_self','groupkey','0',NULL),(1707,2,1734080111,'enrol_self','roleid','5',NULL),(1708,2,1734080111,'enrol_self','enrolperiod','0',NULL),(1709,2,1734080111,'enrol_self','expirynotify','0',NULL),(1710,2,1734080111,'enrol_self','expirythreshold','86400',NULL),(1711,2,1734080111,'enrol_self','longtimenosee','0',NULL),(1712,2,1734080111,'enrol_self','maxenrolled','0',NULL),(1713,2,1734080111,'enrol_self','sendcoursewelcomemessage','1',NULL),(1714,2,1734080111,'filter_urltolink','formats','1,4,0',NULL),(1715,2,1734080111,'filter_urltolink','embedimages','1',NULL),(1716,2,1734080111,'filter_emoticon','formats','1,4,0',NULL),(1717,2,1734080111,'filter_displayh5p','allowedsources','',NULL),(1718,2,1734080111,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1719,2,1734080111,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1720,2,1734080111,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1721,2,1734080111,'filter_mathjaxloader','additionaldelimiters','',NULL),(1722,2,1734080111,'filter_wiris','editor_enable','1',NULL),(1723,2,1734080111,'filter_wiris','chem_editor_enable','1',NULL),(1724,2,1734080111,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1725,2,1734080111,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1726,2,1734080111,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1727,2,1734080111,'filter_wiris','imageserviceprotocol','https',NULL),(1728,2,1734080111,'filter_wiris','rendertype','php',NULL),(1729,2,1734080111,'filter_wiris','imageformat','svg',NULL),(1730,2,1734080111,'filter_wiris','pluginperformance','1',NULL),(1731,2,1734080111,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1732,2,1734080111,'filter_wiris','access_provider_enabled','0',NULL),(1733,2,1734080111,NULL,'filter_multilang_force_old','0',NULL),(1734,2,1734080111,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1735,2,1734080111,'filter_tex','latexbackground','#FFFFFF',NULL),(1736,2,1734080111,'filter_tex','density','120',NULL),(1737,2,1734080111,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1738,2,1734080111,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1739,2,1734080111,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1740,2,1734080111,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1741,2,1734080111,'filter_tex','pathmimetex','',NULL),(1742,2,1734080111,'filter_tex','convertformat','gif',NULL),(1743,2,1734080111,'logstore_database','dbdriver','',NULL),(1744,2,1734080111,'logstore_database','dbhost','',NULL),(1745,2,1734080111,'logstore_database','dbuser','',NULL),(1746,2,1734080112,'logstore_database','dbpass','',NULL),(1747,2,1734080112,'logstore_database','dbname','',NULL),(1748,2,1734080112,'logstore_database','dbtable','',NULL),(1749,2,1734080112,'logstore_database','dbpersist','0',NULL),(1750,2,1734080112,'logstore_database','dbsocket','',NULL),(1751,2,1734080112,'logstore_database','dbport','',NULL),(1752,2,1734080112,'logstore_database','dbschema','',NULL),(1753,2,1734080112,'logstore_database','dbcollation','',NULL),(1754,2,1734080112,'logstore_database','dbhandlesoptions','0',NULL),(1755,2,1734080112,'logstore_database','buffersize','50',NULL),(1756,2,1734080112,'logstore_database','jsonformat','1',NULL),(1757,2,1734080112,'logstore_database','logguests','0',NULL),(1758,2,1734080112,'logstore_database','includelevels','1,2,0',NULL),(1759,2,1734080112,'logstore_database','includeactions','c,r,u,d',NULL),(1760,2,1734080112,'logstore_legacy','loglegacy','0',NULL),(1761,2,1734080112,NULL,'logguests','1',NULL),(1762,2,1734080112,NULL,'loglifetime','0',NULL),(1763,2,1734080112,'logstore_standard','logguests','1',NULL),(1764,2,1734080112,'logstore_standard','jsonformat','1',NULL),(1765,2,1734080112,'logstore_standard','loglifetime','0',NULL),(1766,2,1734080112,'logstore_standard','buffersize','50',NULL),(1767,2,1734080112,'mlbackend_python','useserver','0',NULL),(1768,2,1734080112,'mlbackend_python','host','',NULL),(1769,2,1734080112,'mlbackend_python','port','0',NULL),(1770,2,1734080112,'mlbackend_python','secure','0',NULL),(1771,2,1734080112,'mlbackend_python','username','default',NULL),(1772,2,1734080112,'mlbackend_python','password','',NULL),(1773,2,1734080112,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1774,2,1734080112,'media_videojs','audioextensions','html_audio',NULL),(1775,2,1734080112,'media_videojs','youtube','1',NULL),(1776,2,1734080112,'media_videojs','videocssclass','video-js',NULL),(1777,2,1734080112,'media_videojs','audiocssclass','video-js',NULL),(1778,2,1734080112,'media_videojs','limitsize','1',NULL),(1779,2,1734080112,'paygw_paypal','surcharge','0',NULL),(1780,2,1734080112,'qtype_multichoice','answerhowmany','1',NULL),(1781,2,1734080112,'qtype_multichoice','shuffleanswers','1',NULL),(1782,2,1734080112,'qtype_multichoice','answernumbering','abc',NULL),(1783,2,1734080112,'qtype_multichoice','showstandardinstruction','0',NULL),(1784,2,1734080112,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1785,2,1734080112,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1786,2,1734080112,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1787,2,1734080112,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1788,2,1734080112,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1789,2,1734080112,'qtype_wq','access_provider_enabled','0',NULL),(1790,2,1734080112,'qtype_wq','filtercodes_compatibility','0',NULL),(1791,2,1734080112,'qtype_wq','debug_mode_enabled','0',NULL),(1792,2,1734080112,'qtype_wq','log_server_errors','0',NULL),(1793,2,1734080112,'search_solr','server_hostname','127.0.0.1',NULL),(1794,2,1734080112,'search_solr','indexname','',NULL),(1795,2,1734080112,'search_solr','secure','0',NULL),(1796,2,1734080112,'search_solr','server_port','8983',NULL),(1797,2,1734080112,'search_solr','server_username','',NULL),(1798,2,1734080113,'search_solr','server_password','',NULL),(1799,2,1734080113,'search_solr','server_timeout','30',NULL),(1800,2,1734080113,'search_solr','ssl_cert','',NULL),(1801,2,1734080113,'search_solr','ssl_key','',NULL),(1802,2,1734080113,'search_solr','ssl_keypassword','',NULL),(1803,2,1734080113,'search_solr','ssl_cainfo','',NULL),(1804,2,1734080113,'search_solr','ssl_capath','',NULL),(1805,2,1734080113,'search_solr','fileindexing','1',NULL),(1806,2,1734080113,'search_solr','maxindexfilekb','2097152',NULL),(1807,2,1734080113,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1808,2,1734080113,'search_solr','alternateindexname','',NULL),(1809,2,1734080113,'search_solr','alternatesecure','0',NULL),(1810,2,1734080113,'search_solr','alternateserver_port','8983',NULL),(1811,2,1734080113,'search_solr','alternateserver_username','',NULL),(1812,2,1734080113,'search_solr','alternateserver_password','',NULL),(1813,2,1734080113,'search_solr','alternatessl_cert','',NULL),(1814,2,1734080113,'search_solr','alternatessl_key','',NULL),(1815,2,1734080113,'search_solr','alternatessl_keypassword','',NULL),(1816,2,1734080113,'search_solr','alternatessl_cainfo','',NULL),(1817,2,1734080113,'search_solr','alternatessl_capath','',NULL),(1818,2,1734080113,'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),(1819,2,1734080113,'editor_atto','autosavefrequency','60',NULL),(1820,2,1734080113,'atto_collapse','showgroups','6',NULL),(1821,2,1734080113,'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),(1822,2,1734080113,'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),(1823,2,1734080113,'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),(1824,2,1734080113,'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),(1825,2,1734080113,'atto_recordrtc','allowedtypes','both',NULL),(1826,2,1734080113,'atto_recordrtc','audiobitrate','128000',NULL),(1827,2,1734080113,'atto_recordrtc','videobitrate','2500000',NULL),(1828,2,1734080113,'atto_recordrtc','audiotimelimit','120',NULL),(1829,2,1734080113,'atto_recordrtc','videotimelimit','120',NULL),(1830,2,1734080113,'atto_table','allowborders','0',NULL),(1831,2,1734080113,'atto_table','allowbackgroundcolour','0',NULL),(1832,2,1734080113,'atto_table','allowwidth','0',NULL),(1833,2,1734080113,'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),(1834,2,1734080113,'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),(1835,2,1734080113,'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),(1836,2,1734080113,'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),(1837,2,1734080113,'tiny_recordrtc','allowedtypes','both',NULL),(1838,2,1734080113,'tiny_recordrtc','audiobitrate','128000',NULL),(1839,2,1734080113,'tiny_recordrtc','videobitrate','2500000',NULL),(1840,2,1734080113,'tiny_recordrtc','audiotimelimit','120',NULL),(1841,2,1734080113,'tiny_recordrtc','videotimelimit','120',NULL),(1842,2,1734080113,'editor_tiny','branding','1',NULL),(1843,2,1734080113,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1844,2,1734080113,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1845,2,1734080113,'editor_tinymce','customconfig','',NULL),(1846,2,1734080113,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1847,2,1734080113,'tinymce_spellchecker','spellengine','',NULL),(1848,2,1734080113,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1849,2,1734080113,NULL,'profileroles','5,4,3',NULL),(1850,2,1734080114,NULL,'calendar_exportsalt','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N'),(1851,2,1734080114,NULL,'coursecontact','3',NULL),(1852,2,1734080114,NULL,'frontpage','6',NULL),(1853,2,1734080114,NULL,'frontpageloggedin','6',NULL),(1854,2,1734080114,NULL,'maxcategorydepth','2',NULL),(1855,2,1734080114,NULL,'frontpagecourselimit','200',NULL),(1856,2,1734080114,NULL,'commentsperpage','15',NULL),(1857,2,1734080114,NULL,'defaultfrontpageroleid','8',NULL),(1858,2,1734080115,NULL,'pathtophp','','/usr/local/bin/php'),(1859,2,1734080115,NULL,'messageinbound_enabled','0',NULL),(1860,2,1734080115,NULL,'messageinbound_mailbox','',NULL),(1861,2,1734080115,NULL,'messageinbound_domain','',NULL),(1862,2,1734080115,NULL,'messageinbound_host','',NULL),(1863,2,1734080115,NULL,'messageinbound_hostssl','ssl',NULL),(1864,2,1734080115,NULL,'messageinbound_hostuser','',NULL),(1865,2,1734080115,NULL,'messageinbound_hostpass','',NULL),(1866,2,1734080115,'tool_mobile','apppolicy','',NULL),(1867,2,1734080115,'tool_mobile','typeoflogin','1',NULL),(1868,2,1734080115,'tool_mobile','qrcodetype','1',NULL),(1869,2,1734080115,'tool_mobile','qrkeyttl','600',NULL),(1870,2,1734080115,'tool_mobile','qrsameipcheck','1',NULL),(1871,2,1734080115,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1872,2,1734080115,'tool_mobile','minimumversion','',NULL),(1873,2,1734080115,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1874,2,1734080115,NULL,'mobilecssurl','',NULL),(1875,2,1734080115,'tool_mobile','enablesmartappbanners','0',NULL),(1876,2,1734080115,'tool_mobile','iosappid','633359593',NULL),(1877,2,1734080115,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1878,2,1734080115,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1879,2,1734080115,'tool_mobile','forcelogout','0',NULL),(1880,2,1734080115,'tool_mobile','disabledfeatures','',NULL),(1881,2,1734080115,'tool_mobile','custommenuitems','',NULL),(1882,2,1734080115,'tool_mobile','filetypeexclusionlist','',NULL),(1883,2,1734080115,'tool_mobile','customlangstrings','',NULL),(1884,2,1734080121,NULL,'enablemobilewebservice','0',NULL),(1885,2,1734080127,NULL,'calendar_exportsalt','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag'),(1886,2,1734080128,NULL,'pathtophp','','/usr/local/bin/php'),(1887,2,1734080129,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1888,2,1734080129,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1889,2,1734080140,NULL,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj'),(1890,2,1734080140,NULL,'pathtophp','','/usr/local/bin/php'); +/*!40000 ALTER TABLE `b_config_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_plugins` +-- Table structure for table `b_config_plugins` -- -DROP TABLE IF EXISTS `m_config_plugins`; +DROP TABLE IF EXISTS `b_config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_plugins` ( +CREATE TABLE `b_config_plugins` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2467 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; + UNIQUE KEY `b_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2098 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_plugins` +-- Dumping data for table `b_config_plugins` -- -LOCK TABLES `m_config_plugins` WRITE; -/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; -INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2023100900'),(198,'availability_completion','version','2023100900'),(199,'availability_date','version','2023100900'),(200,'availability_grade','version','2023100900'),(201,'availability_group','version','2023100900'),(202,'availability_grouping','version','2023100900'),(203,'availability_profile','version','2023100900'),(204,'qtype_calculated','version','2023100900'),(205,'qtype_calculatedmulti','version','2023100900'),(206,'qtype_calculatedsimple','version','2023100900'),(207,'qtype_ddimageortext','version','2023100900'),(208,'qtype_ddmarker','version','2023100900'),(209,'qtype_ddwtos','version','2023100900'),(210,'qtype_description','version','2023100900'),(211,'qtype_essay','version','2023100900'),(212,'qtype_gapselect','version','2023100900'),(213,'qtype_match','version','2023100900'),(214,'qtype_missingtype','version','2023100900'),(215,'qtype_multianswer','version','2023100900'),(216,'qtype_multichoice','version','2023100900'),(217,'qtype_numerical','version','2023100900'),(218,'qtype_random','version','2023100900'),(219,'qtype_randomsamatch','version','2023100900'),(220,'qtype_shortanswer','version','2023100900'),(221,'qtype_truefalse','version','2023100900'),(222,'mod_assign','version','2023100900'),(225,'mod_book','version','2023100900'),(226,'mod_chat','version','2023100900'),(227,'mod_choice','version','2023100900'),(228,'mod_data','version','2023100900'),(229,'mod_feedback','version','2023100900'),(231,'mod_folder','version','2023100900'),(233,'mod_forum','version','2023100900'),(234,'mod_glossary','version','2023100900'),(235,'mod_imscp','version','2023100900'),(237,'mod_label','version','2023100900'),(238,'mod_lesson','version','2023100900'),(239,'mod_lti','version','2023100900'),(240,'mod_page','version','2023100900'),(242,'mod_quiz','version','2023100900'),(243,'mod_resource','version','2023100900'),(244,'mod_scorm','version','2023100900'),(245,'mod_survey','version','2023100900'),(247,'mod_url','version','2023100900'),(249,'mod_wiki','version','2023100900'),(251,'mod_workshop','version','2023100900'),(252,'auth_cas','version','2023100900'),(254,'auth_db','version','2023100900'),(256,'auth_email','version','2023100900'),(257,'auth_ldap','version','2023100900'),(259,'auth_lti','version','2023100900'),(260,'auth_manual','version','2023100900'),(261,'auth_mnet','version','2023100900'),(263,'auth_nologin','version','2023100900'),(264,'auth_none','version','2023100900'),(265,'auth_oauth2','version','2023100900'),(266,'auth_shibboleth','version','2023100900'),(268,'auth_webservice','version','2023100900'),(269,'calendartype_gregorian','version','2023100900'),(270,'enrol_category','version','2023100900'),(272,'enrol_cohort','version','2023100900'),(273,'enrol_database','version','2023100900'),(275,'enrol_flatfile','version','2023100900'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2023100900'),(286,'enrol_imsenterprise','version','2023100900'),(288,'enrol_ldap','version','2023100900'),(290,'enrol_lti','version','2023100900'),(291,'enrol_manual','version','2023100900'),(293,'enrol_meta','version','2023100900'),(295,'enrol_mnet','version','2023100900'),(296,'enrol_paypal','version','2023100900'),(297,'enrol_self','version','2023100900'),(299,'message_airnotifier','version','2023100900'),(329,'message_email','version','2023100900'),(442,'message_popup','version','2023100900'),(474,'block_activity_modules','version','2023100900'),(475,'block_activity_results','version','2023100900'),(476,'block_admin_bookmarks','version','2023100900'),(477,'block_badges','version','2023100900'),(478,'block_blog_menu','version','2023100900'),(479,'block_blog_recent','version','2023100900'),(480,'block_blog_tags','version','2023100900'),(481,'block_calendar_month','version','2023100900'),(482,'block_calendar_upcoming','version','2023100900'),(483,'block_comments','version','2023100900'),(485,'block_completionstatus','version','2023100900'),(486,'block_course_list','version','2023100900'),(487,'block_course_summary','version','2023100900'),(488,'block_feedback','version','2023100900'),(490,'block_globalsearch','version','2023100900'),(491,'block_glossary_random','version','2023100900'),(492,'block_html','version','2023100900'),(493,'block_login','version','2023100900'),(494,'block_lp','version','2023100900'),(495,'block_mentees','version','2023100900'),(496,'block_mnet_hosts','version','2023100900'),(497,'block_myoverview','version','2023100900'),(498,'block_myprofile','version','2023100900'),(499,'block_navigation','version','2023100900'),(500,'block_news_items','version','2023100900'),(501,'block_online_users','version','2023100900'),(503,'block_private_files','version','2023100900'),(506,'block_recent_activity','version','2023100900'),(507,'block_rss_client','version','2023100900'),(508,'block_search_forums','version','2023100900'),(509,'block_section_links','version','2023100900'),(510,'block_selfcompletion','version','2023100900'),(511,'block_settings','version','2023100900'),(512,'block_site_main_menu','version','2023100900'),(513,'block_social_activities','version','2023100900'),(514,'block_tag_flickr','version','2023100900'),(515,'block_tag_youtube','version','2023100900'),(517,'block_tags','version','2023100900'),(518,'media_html5audio','version','2023100900'),(519,'media_html5video','version','2023100900'),(521,'media_videojs','version','2023100900'),(522,'media_vimeo','version','2023100900'),(523,'media_youtube','version','2023100900'),(524,'filter_activitynames','version','2023100900'),(526,'filter_algebra','version','2023100900'),(528,'filter_data','version','2023100900'),(530,'filter_emailprotect','version','2023100900'),(531,'filter_emoticon','version','2023100900'),(532,'filter_glossary','version','2023100900'),(534,'filter_mathjaxloader','version','2023100900'),(536,'filter_mediaplugin','version','2023100900'),(538,'filter_multilang','version','2023100900'),(539,'filter_tex','version','2023100900'),(541,'filter_tidy','version','2023100900'),(542,'filter_urltolink','version','2023100900'),(543,'editor_atto','version','2023100900'),(545,'editor_textarea','version','2023100900'),(547,'format_singleactivity','version','2023100900'),(548,'format_social','version','2023100900'),(549,'format_topics','version','2023100900'),(550,'format_weeks','version','2023100900'),(551,'dataformat_csv','version','2023100900'),(552,'dataformat_excel','version','2023100900'),(553,'dataformat_html','version','2023100900'),(554,'dataformat_json','version','2023100900'),(555,'dataformat_ods','version','2023100900'),(556,'profilefield_checkbox','version','2023100900'),(557,'profilefield_datetime','version','2023100900'),(558,'profilefield_menu','version','2023100900'),(559,'profilefield_text','version','2023100900'),(560,'profilefield_textarea','version','2023100900'),(561,'report_backups','version','2023100900'),(562,'report_competency','version','2023100900'),(563,'report_completion','version','2023100900'),(565,'report_configlog','version','2023100900'),(566,'report_courseoverview','version','2023100900'),(567,'report_eventlist','version','2023100900'),(568,'report_insights','version','2023100900'),(569,'report_log','version','2023100900'),(571,'report_loglive','version','2023100900'),(572,'report_outline','version','2023100900'),(574,'report_participation','version','2023100900'),(576,'report_performance','version','2023100900'),(577,'report_progress','version','2023100900'),(579,'report_questioninstances','version','2023100900'),(580,'report_security','version','2023100900'),(581,'report_stats','version','2023100900'),(583,'report_usersessions','version','2023100900'),(584,'gradeexport_ods','version','2023100900'),(585,'gradeexport_txt','version','2023100900'),(586,'gradeexport_xls','version','2023100900'),(587,'gradeexport_xml','version','2023100900'),(588,'gradeimport_csv','version','2023100900'),(589,'gradeimport_direct','version','2023100900'),(590,'gradeimport_xml','version','2023100900'),(591,'gradereport_grader','version','2023100900'),(592,'gradereport_history','version','2023100900'),(593,'gradereport_outcomes','version','2023100900'),(594,'gradereport_overview','version','2023100900'),(595,'gradereport_singleview','version','2023100900'),(596,'gradereport_user','version','2023100900'),(597,'gradingform_guide','version','2023100900'),(598,'gradingform_rubric','version','2023100900'),(599,'mlbackend_php','version','2023100900'),(600,'mlbackend_python','version','2023100900'),(601,'mnetservice_enrol','version','2023100900'),(602,'webservice_rest','version','2023100900'),(603,'webservice_soap','version','2023100900'),(605,'repository_areafiles','version','2023100900'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2023100900'),(611,'repository_dropbox','version','2023100900'),(612,'repository_equella','version','2023100900'),(613,'repository_filesystem','version','2023100900'),(614,'repository_flickr','version','2023100900'),(615,'repository_flickr_public','version','2023100900'),(616,'repository_googledocs','version','2023100900'),(617,'repository_local','version','2023100900'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2023100900'),(622,'repository_onedrive','version','2023100900'),(624,'repository_recent','version','2023100900'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2023100900'),(630,'repository_upload','version','2023100900'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2023100900'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2023100900'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2023100900'),(643,'repository_wikimedia','version','2023100900'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2023100900'),(650,'portfolio_download','version','2023100900'),(651,'portfolio_flickr','version','2023100900'),(652,'portfolio_googledocs','version','2023100900'),(653,'portfolio_mahara','version','2023100900'),(655,'search_simpledb','version','2023100900'),(657,'search_solr','version','2023100900'),(658,'qbehaviour_adaptive','version','2023100900'),(659,'qbehaviour_adaptivenopenalty','version','2023100900'),(660,'qbehaviour_deferredcbm','version','2023100900'),(661,'qbehaviour_deferredfeedback','version','2023100900'),(662,'qbehaviour_immediatecbm','version','2023100900'),(663,'qbehaviour_immediatefeedback','version','2023100900'),(664,'qbehaviour_informationitem','version','2023100900'),(665,'qbehaviour_interactive','version','2023100900'),(666,'qbehaviour_interactivecountback','version','2023100900'),(667,'qbehaviour_manualgraded','version','2023100900'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2023100900'),(671,'qformat_aiken','version','2023100900'),(672,'qformat_blackboard_six','version','2023100900'),(674,'qformat_gift','version','2023100900'),(675,'qformat_missingword','version','2023100900'),(676,'qformat_multianswer','version','2023100900'),(678,'qformat_xhtml','version','2023100900'),(679,'qformat_xml','version','2023100900'),(680,'tool_analytics','version','2023100900'),(682,'tool_availabilityconditions','version','2023100900'),(683,'tool_behat','version','2023100900'),(684,'tool_capability','version','2023100900'),(685,'tool_cohortroles','version','2023100900'),(686,'tool_customlang','version','2023100900'),(688,'tool_dataprivacy','version','2023100900'),(707,'tool_dbtransfer','version','2023100900'),(708,'tool_filetypes','version','2023100900'),(709,'tool_generator','version','2023100900'),(711,'tool_httpsreplace','version','2023100900'),(712,'tool_innodb','version','2023100900'),(713,'tool_installaddon','version','2023100900'),(714,'tool_langimport','version','2023100900'),(715,'tool_log','version','2023100900'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2023100900'),(719,'tool_lpimportcsv','version','2023100900'),(720,'tool_lpmigrate','version','2023100900'),(721,'tool_messageinbound','version','2023100900'),(740,'tool_mobile','version','2023100900'),(741,'tool_monitor','version','2023100900'),(748,'tool_multilangupgrade','version','2023100900'),(749,'tool_oauth2','version','2023100900'),(750,'tool_phpunit','version','2023100900'),(751,'tool_policy','version','2023100900'),(752,'tool_profiling','version','2023100900'),(753,'tool_recyclebin','version','2023100900'),(754,'tool_replace','version','2023100900'),(755,'tool_spamcleaner','version','2023100900'),(756,'tool_task','version','2023100900'),(757,'tool_templatelibrary','version','2023100900'),(758,'tool_unsuproles','version','2023100900'),(760,'tool_uploadcourse','version','2023100900'),(761,'tool_uploaduser','version','2023100900'),(762,'tool_usertours','version','2023100900'),(764,'tool_xmldb','version','2023100900'),(765,'cachestore_apcu','version','2023100900'),(766,'cachestore_file','version','2023100900'),(770,'cachestore_redis','version','2023100900'),(771,'cachestore_session','version','2023100900'),(772,'cachestore_static','version','2023100900'),(773,'cachelock_file','version','2023100900'),(774,'fileconverter_googledrive','version','2023100900'),(775,'fileconverter_unoconv','version','2023100900'),(777,'theme_boost','version','2023100900'),(782,'assignsubmission_comments','version','2023100900'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2023100900'),(788,'assignsubmission_onlinetext','version','2023100900'),(790,'assignfeedback_comments','version','2023100900'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2023100900'),(798,'assignfeedback_file','version','2023100900'),(800,'assignfeedback_offline','version','2023100900'),(805,'booktool_exportimscp','version','2023100900'),(806,'booktool_importhtml','version','2023100900'),(807,'booktool_print','version','2023100900'),(808,'datafield_checkbox','version','2023100900'),(809,'datafield_date','version','2023100900'),(810,'datafield_file','version','2023100900'),(811,'datafield_latlong','version','2023100900'),(812,'datafield_menu','version','2023100900'),(813,'datafield_multimenu','version','2023100900'),(814,'datafield_number','version','2023100900'),(815,'datafield_picture','version','2023100900'),(816,'datafield_radiobutton','version','2023100900'),(817,'datafield_text','version','2023100900'),(818,'datafield_textarea','version','2023100900'),(819,'datafield_url','version','2023100900'),(820,'datapreset_imagegallery','version','2023100900'),(821,'ltiservice_gradebookservices','version','2023100900'),(822,'ltiservice_memberships','version','2023100900'),(823,'ltiservice_profile','version','2023100900'),(824,'ltiservice_toolproxy','version','2023100900'),(825,'ltiservice_toolsettings','version','2023100900'),(826,'quiz_grading','version','2023100900'),(828,'quiz_overview','version','2023100900'),(830,'quiz_responses','version','2023100900'),(832,'quiz_statistics','version','2023100900'),(834,'quizaccess_delaybetweenattempts','version','2023100900'),(835,'quizaccess_ipaddress','version','2023100900'),(836,'quizaccess_numattempts','version','2023100900'),(837,'quizaccess_offlineattempts','version','2023100900'),(838,'quizaccess_openclosedate','version','2023100900'),(839,'quizaccess_password','version','2023100900'),(841,'quizaccess_securewindow','version','2023100900'),(842,'quizaccess_timelimit','version','2023100900'),(843,'scormreport_basic','version','2023100900'),(844,'scormreport_graphs','version','2023100900'),(845,'scormreport_interactions','version','2023100900'),(846,'scormreport_objectives','version','2023100900'),(847,'workshopform_accumulative','version','2023100900'),(849,'workshopform_comments','version','2023100900'),(851,'workshopform_numerrors','version','2023100900'),(853,'workshopform_rubric','version','2023100900'),(855,'workshopallocation_manual','version','2023100900'),(856,'workshopallocation_random','version','2023100900'),(857,'workshopallocation_scheduled','version','2023100900'),(858,'workshopeval_best','version','2023100900'),(859,'atto_accessibilitychecker','version','2023100900'),(860,'atto_accessibilityhelper','version','2023100900'),(861,'atto_align','version','2023100900'),(862,'atto_backcolor','version','2023100900'),(863,'atto_bold','version','2023100900'),(864,'atto_charmap','version','2023100900'),(865,'atto_clear','version','2023100900'),(866,'atto_collapse','version','2023100900'),(867,'atto_emoticon','version','2023100900'),(868,'atto_equation','version','2023100900'),(869,'atto_fontcolor','version','2023100900'),(870,'atto_html','version','2023100900'),(871,'atto_image','version','2023100900'),(872,'atto_indent','version','2023100900'),(873,'atto_italic','version','2023100900'),(874,'atto_link','version','2023100900'),(875,'atto_managefiles','version','2023100900'),(876,'atto_media','version','2023100900'),(877,'atto_noautolink','version','2023100900'),(878,'atto_orderedlist','version','2023100900'),(879,'atto_recordrtc','version','2023100900'),(880,'atto_rtl','version','2023100900'),(881,'atto_strike','version','2023100900'),(882,'atto_subscript','version','2023100900'),(883,'atto_superscript','version','2023100900'),(884,'atto_table','version','2023100900'),(885,'atto_title','version','2023100900'),(886,'atto_underline','version','2023100900'),(887,'atto_undo','version','2023100900'),(888,'atto_unorderedlist','version','2023100900'),(899,'logstore_database','version','2023100900'),(901,'logstore_standard','version','2023100900'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2023100900'),(1881,'atto_wiris','version','2023100900'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2023092200'),(1936,'qtype_matchwiris','version','2023092200'),(1937,'qtype_multianswerwiris','version','2023092200'),(1938,'qtype_multichoicewiris','version','2023092200'),(1939,'qtype_shortanswerwiris','version','2023092200'),(1940,'qtype_truefalsewiris','version','2023092200'),(1941,'qtype_wq','version','2023092202'),(1942,'mod_h5pactivity','version','2023100900'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2023100900'),(1946,'customfield_date','version','2023100900'),(1947,'customfield_select','version','2023100900'),(1948,'customfield_text','version','2023100900'),(1949,'customfield_textarea','version','2023100900'),(1950,'enrol_fee','version','2023100900'),(1951,'block_recentlyaccessedcourses','version','2023100900'),(1953,'block_recentlyaccesseditems','version','2023100900'),(1954,'block_starredcourses','version','2023100900'),(1955,'block_timeline','version','2023100900'),(1957,'filter_displayh5p','version','2023100900'),(1959,'dataformat_pdf','version','2023100900'),(1960,'report_infectedfiles','version','2023100900'),(1961,'report_status','version','2023100900'),(1962,'repository_contentbank','version','2023100900'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2023100900'),(1967,'tool_licensemanager','version','2023100900'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2023100900'),(1970,'contenttype_h5p','version','2023100900'),(1971,'theme_classic','version','2023100900'),(1972,'local_wirisquizzes','version','2023092200'),(1973,'h5plib_v124','version','2023100900'),(1974,'paygw_paypal','version','2023100900'),(1976,'forumreport_summary','version','2023100900'),(1977,'ltiservice_basicoutcomes','version','2023100900'),(1978,'quizaccess_seb','version','2023100900'),(1980,'atto_emojipicker','version','2023100900'),(1981,'atto_h5p','version','2023100900'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1696857246'),(2102,'block_accessreview','version','2023100900'),(2103,'profilefield_social','version','2023100900'),(2104,'tool_brickfield','version','2023100900'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2023100900'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2023100900'),(2310,'qbank_columnsortorder','version','2023100900'),(2311,'qbank_comment','version','2023100900'),(2312,'qbank_customfields','version','2023100900'),(2313,'qbank_deletequestion','version','2023100900'),(2314,'qbank_editquestion','version','2023100900'),(2315,'qbank_exportquestions','version','2023100900'),(2316,'qbank_exporttoxml','version','2023100900'),(2317,'qbank_history','version','2023100900'),(2318,'qbank_importquestions','version','2023100900'),(2319,'qbank_managecategories','version','2023100900'),(2320,'qbank_previewquestion','version','2023100900'),(2321,'qbank_statistics','version','2023100900'),(2322,'qbank_tagquestion','version','2023100900'),(2323,'qbank_usage','version','2023100900'),(2324,'qbank_viewcreator','version','2023100900'),(2325,'qbank_viewquestionname','version','2023100900'),(2326,'qbank_viewquestiontext','version','2023100900'),(2327,'qbank_viewquestiontype','version','2023100900'),(2328,'tool_admin_presets','version','2023100900'),(2329,'tool_componentlibrary','version','2023100900'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2023100900'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2023100900'),(2354,'datapreset_journal','version','2023100900'),(2355,'datapreset_proposals','version','2023100900'),(2356,'datapreset_resources','version','2023100900'),(2357,'tiny_accessibilitychecker','version','2023100900'),(2358,'tiny_autosave','version','2023100900'),(2359,'tiny_equation','version','2023100900'),(2360,'tiny_h5p','version','2023100900'),(2361,'tiny_link','version','2023100900'),(2362,'tiny_media','version','2023100900'),(2363,'tiny_recordrtc','version','2023100900'),(2364,'tiny_wiris','version','2023100900'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2023100900'),(2389,'communication_matrix','version','2023100900'),(2390,'filter_codehighlighter','version','2023100900'),(2391,'tool_mfa','version','2023100900'),(2392,'tiny_html','version','2023100900'),(2393,'tiny_noautolink','version','2023100900'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2023100900'),(2397,'factor_admin','version','2023100900'),(2398,'factor_auth','version','2023100900'),(2399,'factor_capability','version','2023100900'),(2400,'factor_cohort','version','2023100900'),(2401,'factor_email','version','2023100900'),(2402,'factor_grace','version','2023100900'),(2403,'factor_iprange','version','2023100900'),(2404,'factor_nosetup','version','2023100900'),(2405,'factor_role','version','2023100900'),(2406,'factor_token','version','2023100900'),(2407,'factor_totp','version','2023100900'),(2408,'factor_webauthn','version','2023100900'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','30'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'); -/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +LOCK TABLES `b_config_plugins` WRITE; +/*!40000 ALTER TABLE `b_config_plugins` DISABLE KEYS */; +INSERT INTO `b_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','fea447f66e89f5f1c063'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDJwsz6QVa1Xirp\n2YyVB/Vc3ZtQhrQr2i1hKu+fjKxTnOMiVO8LgnU6UOPkFP7IF0bx4W7T5EhD+cF3\nYTskWRJG7Yu2tJDgFGE5uXxsyE4SjsmSLtFuEA4hTHrLszdIzVX9n7l2QU4wkx8p\nuEXqxZoA46KYj59QNvBU7zAsY2f0aUnvsllts2dS7XPs03H6TyurpXODQJo45yse\no33iBjLdbSc4MoTd1ShareMrQCibw8Sy+Zc7Nv82xNQ7mVVbvUgqRasniE1c1IC1\nf3COg0KbXxHIqITLPxMU8uszJ8hSv8v/1CUY4jUMe0IZSqnZpTR9Xo0oKNutFids\n5ILAaau7AgMBAAECggEAG89SBEdFSwfeemVAz2SixAN3s7MdhSiJi2nTpaD05Sws\nJ+tKbRe0+NjK0KwO152oaxFbqVvp6hS0P17o5qsFrekdkjgepVmpx78dZhEl/GuE\ntTWRgHjjZGDvpsGJI+vJp9qAQcs2mn4XlDSQzo92GXFG/tMCbpgOqxEHtCvvhEH7\nBd+gFLazD2+dx3VN6di7XhIGdEEpsjye4uQNeaSrR/Aq3//JwJBCXAXei3IypGcc\n+tKtyHulp2Nu3J7NqLfM9SPRcABfbInrhIHNyaAEpJQSpka+4ADF7IM8eyfSXWd+\nzs3CBretN6hTCVzmEfesmfLzDcgBibNukhG6FxzaAQKBgQDliIh/V6FiKEww13kL\n9nu9j53Rdj4KChmI1/lFkr71Ma6smjnHi4Bc6Dxflmh9W0UeRRKd75Fa37WAQBwa\nca/VS3OmDHFHGKc+i7RnjKWg0LKiJ/TsVAI6Lp/HwPz8XisBbzslRfLEbp2G4t+U\nw/ZBj2RL1I473RtdANbbgVARQQKBgQDhBng9fdPUs8FFJmuqZNK3LwjTycMHCWex\netbyvESR10BYYNWC21Lvmailg4PznSv5FoNQpIRUaYtQzo1gL0+G1SAM7sDjg+I2\nwjjaDjVYNJrs3AYWZ3P/ewR6STLW/e/szzFniHLcg7Zbh0g40xfFH/F/ihSKh0B/\nhohqWXeB+wKBgQCfbGBaCjRmJ9Ubi11gyLcTZ3/W70iR0of/uvpAr3cAeJx497mv\n9h2W6hqczawPfWgZaSJQHggYVQ8MX/rlBxd4jyppJ3U6S05GK+SGk3KqqqmX5SbB\nSmwtmxqRNGLCqmk2Wtp6vgWrF6VD/aoK+ry8tmqUHLMZsy4BP8b7uOoywQKBgHmr\nENpWrXGFW8uy0WYJK7GmOcShg9TLLgjVXWFTkFO2qfDfMrKVOcuZLomHiZHv+nWs\nyYWR3obxpkUj2WcXTY2esLytXxflGCv5adnk8szlbJsDADue5iZN8obYCygZl19Y\nS+Mp8MjwYmosxE0NPf30npQSKbcZGDObnyi5hRd/AoGBAOJXxb71P9rN6ep8esAM\nRYfCamJVQM0yAdPgh5942GtmnJF5jNl/BV2z/9wV2rUpwoajpShh6RibWS02N4jZ\nm387uwmqrCPsvXxAXWGiup2R7tgI3NNE5yBVfRb3KIUBp07OOrycljGDUahiZbmE\nAIR2lcR4Pqnkd9AsklUSWK2w\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','0ba23a5414837e7c8771'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDnhmFGug0ksbSn\nu2v/Kg0IOYZ/6GvcCjjrwfS05xevvf+K6/7ID3+nKCw35JZ524lJ+njCfem9HGr+\na8ufXjX3rbD2ctwhS1G0nJdh+xNOw+94vGxzdbYt4m2ShjLjzHebMhqtM3S3dw2H\nY0dMlhVSfJcDZgNDbU+c3htwLf54S2mUEijPxuol9V8i+BqaYeiz1GhHtTQenx+1\nY5Ykw8z9ouZ/AWWIkjy/TWpB0aJuO9UjD8EDXe+UsC1c0A7jqv3ieAOtS5PAE110\nyAZPLYgVk7xliFB3KQp/Z8FZeNRJz0S/zdojJMGSNNiZgUaERbzLQo5GzaGkswrG\nJk+1jh0zAgMBAAECggEAElkrymW73VJlnvyTR+SQP2+eDiYtFIIm4q0IJ9hzBk8V\nBz1B5gVi0d+BwzUCPxc77FLFhG+WhfgDlRtiRsRtNUf2aoGamnThCi91+9WtdD31\nwE7Ge+jMDrTcIPmYfN8oBD+jR5V4kYJsEXSEiQURgx9ml5lbdtnp4X4X4WFzwk3c\nRrmtraysFg/3/jU+QSesWJmhh1lkaf154aSW/tIpg4lz/NXHkAjvAc5eDshaWd7W\ngAaag3Hz3k3F6siz9b4z/kwOt0YiFUuLhqdrBbxlICl/YelgeVc9FpaE8HW/tNTl\nb6dZWbExhOvwNA7l1jpdgeMX2AAH3NpFS3xMIFgNgQKBgQD7XQpxpLxghGJp0bRN\ngEcfhlSmmVXEaAOxPB3PjocDIuU7fL9TpUuPGtQgjxNF3+QFtqf1ynxq4JVLY3YT\n7n8ip5FiNNyyKhJVqNrmhR5JoHY7HRMIO6pz3KgaoXQaQhfkMsbEUUn4DgIWVFts\nPxnumWDpWGg9Wy0wmo3ncHbl8wKBgQDry6j4kVvbgRlybOAEMCP/fb5ZEev+A1i1\nrm7IYWaymsjPp/sh6oHNz9H8dscFIoweJUQDO3/4AjoU+x/6qOH+hDYu9Fq+XLzw\n23cP5o7SbUHiJ/+AJofxMG0VwmJ3mUIiO05tPNXeFYzfqqPP8VlmxeDPS8Gytm0r\nrXlBd5V7wQKBgQDvMJMOnx7ujSsE3RtAoG+NjQsiWUjnE79nuPf5GPxavKr7l3KM\nyv8ClxoCPYOueyWFVlGvr1YDceA/E885mjp6pI/QrtLP6v71ai+bKlMu5rV6/Oiu\nbfB+Phvs83QCxJ/tc2/3Qg8sL1BHJVC1yboIdQVmJs1SjV+MH5YnBLrvhwKBgGlk\nrZD0/9bcHHCtw297yQtQu/z56r6t5j/GyNOd3ZZlYu6WScS+GejRRC2RNaHQ8Eol\nJAJB3RAQhr+MA545UFI/7CwOomTF9Nm/brdXuWzK0xDwCd7Q2iBvIcMBEJwej5XX\nZlWjRICwpzfuAKxYVzp9pd9iICDuM1u7fSBLADDBAoGBAMN1LQ4x0+CEhnSvCliB\nuwteB1cu1FG+WGUGwyuaUFmRgqr4JAG2eP/YNp7bMHAq/ENsEMbazjFZbSiWWbFz\nBvS98uqUDFDaWlRlv9tvUVyaJaKpOFGRZ8aB9uyWb/g86RHLRHlJH4is8x3sLTtw\nSh+qrJW2NmFbktb9mWVryLwJ\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores','logstore_standard'),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','604800'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','1'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2096,'theme_boost','themerev','1734080146'),(2097,'theme_classic','themerev','1734080148'); +/*!40000 ALTER TABLE `b_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_contentbank_content` +-- Table structure for table `b_contentbank_content` -- -DROP TABLE IF EXISTS `m_contentbank_content`; +DROP TABLE IF EXISTS `b_contentbank_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_contentbank_content` ( +CREATE TABLE `b_contentbank_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3222,31 +3244,31 @@ CREATE TABLE `m_contentbank_content` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_contcont_nam_ix` (`name`), - KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), - KEY `m_contcont_con_ix` (`contextid`), - KEY `m_contcont_use_ix` (`usermodified`), - KEY `m_contcont_use2_ix` (`usercreated`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_contcont_nam_ix` (`name`), + KEY `b_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `b_contcont_con_ix` (`contextid`), + KEY `b_contcont_use_ix` (`usermodified`), + KEY `b_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_contentbank_content` +-- Dumping data for table `b_contentbank_content` -- -LOCK TABLES `m_contentbank_content` WRITE; -/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +LOCK TABLES `b_contentbank_content` WRITE; +/*!40000 ALTER TABLE `b_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_contentbank_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context` +-- Table structure for table `b_context` -- -DROP TABLE IF EXISTS `m_context`; +DROP TABLE IF EXISTS `b_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context` ( +CREATE TABLE `b_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', @@ -3254,30 +3276,30 @@ CREATE TABLE `m_context` ( `depth` tinyint NOT NULL DEFAULT '0', `locked` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_cont_ins_ix` (`instanceid`), - KEY `m_cont_pat_ix` (`path`) -) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; + UNIQUE KEY `b_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_cont_ins_ix` (`instanceid`), + KEY `b_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context` +-- Dumping data for table `b_context` -- -LOCK TABLES `m_context` WRITE; -/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; -INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(24,70,1,'/1/3/21/24',4,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0); -/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +LOCK TABLES `b_context` WRITE; +/*!40000 ALTER TABLE `b_context` DISABLE KEYS */; +INSERT INTO `b_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `b_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context_temp` +-- Table structure for table `b_context_temp` -- -DROP TABLE IF EXISTS `m_context_temp`; +DROP TABLE IF EXISTS `b_context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context_temp` ( +CREATE TABLE `b_context_temp` ( `id` bigint NOT NULL, `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `depth` tinyint NOT NULL, @@ -3287,22 +3309,22 @@ CREATE TABLE `m_context_temp` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context_temp` +-- Dumping data for table `b_context_temp` -- -LOCK TABLES `m_context_temp` WRITE; -/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +LOCK TABLES `b_context_temp` WRITE; +/*!40000 ALTER TABLE `b_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_context_temp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course` +-- Table structure for table `b_course` -- -DROP TABLE IF EXISTS `m_course`; +DROP TABLE IF EXISTS `b_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course` ( +CREATE TABLE `b_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', @@ -3339,34 +3361,33 @@ CREATE TABLE `m_course` ( `originalcourseid` bigint DEFAULT NULL, `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', `showcompletionconditions` tinyint(1) DEFAULT NULL, - `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_cour_cat_ix` (`category`), - KEY `m_cour_idn_ix` (`idnumber`), - KEY `m_cour_sho_ix` (`shortname`), - KEY `m_cour_sor_ix` (`sortorder`), - KEY `m_cour_ori_ix` (`originalcourseid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; + KEY `b_cour_cat_ix` (`category`), + KEY `b_cour_idn_ix` (`idnumber`), + KEY `b_cour_sho_ix` (`shortname`), + KEY `b_cour_sor_ix` (`sortorder`), + KEY `b_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course` +-- Dumping data for table `b_course` -- -LOCK TABLES `m_course` WRITE; -/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; -INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1696857236,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1696857236,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +LOCK TABLES `b_course` WRITE; +/*!40000 ALTER TABLE `b_course` DISABLE KEYS */; +INSERT INTO `b_course` VALUES (1,0,0,'Acceptance test site','Acceptance test site','','Acceptance test site',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734079898,1734080141,0,0,0,1734080088,NULL,0,NULL); +/*!40000 ALTER TABLE `b_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_categories` +-- Table structure for table `b_course_categories` -- -DROP TABLE IF EXISTS `m_course_categories`; +DROP TABLE IF EXISTS `b_course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_categories` ( +CREATE TABLE `b_course_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -3382,57 +3403,57 @@ CREATE TABLE `m_course_categories` ( `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcate_par_ix` (`parent`) + KEY `b_courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_categories` +-- Dumping data for table `b_course_categories` -- -LOCK TABLES `m_course_categories` WRITE; -/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; -INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); -/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +LOCK TABLES `b_course_categories` WRITE; +/*!40000 ALTER TABLE `b_course_categories` DISABLE KEYS */; +INSERT INTO `b_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734079898,1,'/1',NULL); +/*!40000 ALTER TABLE `b_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_aggr_methd` +-- Table structure for table `b_course_completion_aggr_methd` -- -DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +DROP TABLE IF EXISTS `b_course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_aggr_methd` ( +CREATE TABLE `b_course_completion_aggr_methd` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), - KEY `m_courcompaggrmeth_cou_ix` (`course`), - KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) + UNIQUE KEY `b_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `b_courcompaggrmeth_cou_ix` (`course`), + KEY `b_courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_aggr_methd` +-- Dumping data for table `b_course_completion_aggr_methd` -- -LOCK TABLES `m_course_completion_aggr_methd` WRITE; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +LOCK TABLES `b_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_crit_compl` +-- Table structure for table `b_course_completion_crit_compl` -- -DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +DROP TABLE IF EXISTS `b_course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_crit_compl` ( +CREATE TABLE `b_course_completion_crit_compl` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3441,31 +3462,31 @@ CREATE TABLE `m_course_completion_crit_compl` ( `unenroled` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), - KEY `m_courcompcritcomp_use_ix` (`userid`), - KEY `m_courcompcritcomp_cou_ix` (`course`), - KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), - KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `b_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `b_courcompcritcomp_use_ix` (`userid`), + KEY `b_courcompcritcomp_cou_ix` (`course`), + KEY `b_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `b_courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_crit_compl` +-- Dumping data for table `b_course_completion_crit_compl` -- -LOCK TABLES `m_course_completion_crit_compl` WRITE; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +LOCK TABLES `b_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_criteria` +-- Table structure for table `b_course_completion_criteria` -- -DROP TABLE IF EXISTS `m_course_completion_criteria`; +DROP TABLE IF EXISTS `b_course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_criteria` ( +CREATE TABLE `b_course_completion_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint NOT NULL DEFAULT '0', @@ -3477,27 +3498,27 @@ CREATE TABLE `m_course_completion_criteria` ( `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcompcrit_cou_ix` (`course`) + KEY `b_courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_criteria` +-- Dumping data for table `b_course_completion_criteria` -- -LOCK TABLES `m_course_completion_criteria` WRITE; -/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +LOCK TABLES `b_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `b_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_defaults` +-- Table structure for table `b_course_completion_defaults` -- -DROP TABLE IF EXISTS `m_course_completion_defaults`; +DROP TABLE IF EXISTS `b_course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_defaults` ( +CREATE TABLE `b_course_completion_defaults` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `module` bigint NOT NULL, @@ -3508,29 +3529,29 @@ CREATE TABLE `m_course_completion_defaults` ( `completionexpected` bigint NOT NULL DEFAULT '0', `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), - KEY `m_courcompdefa_mod_ix` (`module`), - KEY `m_courcompdefa_cou_ix` (`course`) + UNIQUE KEY `b_courcompdefa_coumod_uix` (`course`,`module`), + KEY `b_courcompdefa_mod_ix` (`module`), + KEY `b_courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_defaults` +-- Dumping data for table `b_course_completion_defaults` -- -LOCK TABLES `m_course_completion_defaults` WRITE; -/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +LOCK TABLES `b_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `b_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completions` +-- Table structure for table `b_course_completions` -- -DROP TABLE IF EXISTS `m_course_completions`; +DROP TABLE IF EXISTS `b_course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completions` ( +CREATE TABLE `b_course_completions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3539,30 +3560,30 @@ CREATE TABLE `m_course_completions` ( `timecompleted` bigint DEFAULT NULL, `reaggregate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), - KEY `m_courcomp_use_ix` (`userid`), - KEY `m_courcomp_cou_ix` (`course`), - KEY `m_courcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `b_courcomp_usecou_uix` (`userid`,`course`), + KEY `b_courcomp_use_ix` (`userid`), + KEY `b_courcomp_cou_ix` (`course`), + KEY `b_courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completions` +-- Dumping data for table `b_course_completions` -- -LOCK TABLES `m_course_completions` WRITE; -/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +LOCK TABLES `b_course_completions` WRITE; +/*!40000 ALTER TABLE `b_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_format_options` +-- Table structure for table `b_course_format_options` -- -DROP TABLE IF EXISTS `m_course_format_options`; +DROP TABLE IF EXISTS `b_course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_format_options` ( +CREATE TABLE `b_course_format_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3570,29 +3591,29 @@ CREATE TABLE `m_course_format_options` ( `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), - KEY `m_courformopti_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; + UNIQUE KEY `b_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `b_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- Dumping data for table `b_course_format_options` -- -LOCK TABLES `m_course_format_options` WRITE; -/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; -INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); -/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +LOCK TABLES `b_course_format_options` WRITE; +/*!40000 ALTER TABLE `b_course_format_options` DISABLE KEYS */; +INSERT INTO `b_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `b_course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules` +-- Table structure for table `b_course_modules` -- -DROP TABLE IF EXISTS `m_course_modules`; +DROP TABLE IF EXISTS `b_course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules` ( +CREATE TABLE `b_course_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `module` bigint NOT NULL DEFAULT '0', @@ -3618,33 +3639,32 @@ CREATE TABLE `m_course_modules` ( `downloadcontent` tinyint(1) DEFAULT '1', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courmodu_vis_ix` (`visible`), - KEY `m_courmodu_cou_ix` (`course`), - KEY `m_courmodu_mod_ix` (`module`), - KEY `m_courmodu_ins_ix` (`instance`), - KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), - KEY `m_courmodu_gro_ix` (`groupingid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; + KEY `b_courmodu_vis_ix` (`visible`), + KEY `b_courmodu_cou_ix` (`course`), + KEY `b_courmodu_mod_ix` (`module`), + KEY `b_courmodu_ins_ix` (`instance`), + KEY `b_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `b_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_modules` +-- Dumping data for table `b_course_modules` -- -LOCK TABLES `m_course_modules` WRITE; -/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; -INSERT INTO `m_course_modules` VALUES (1,2,9,1,1,NULL,1566468838,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +LOCK TABLES `b_course_modules` WRITE; +/*!40000 ALTER TABLE `b_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_completion` +-- Table structure for table `b_course_modules_completion` -- -DROP TABLE IF EXISTS `m_course_modules_completion`; +DROP TABLE IF EXISTS `b_course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_completion` ( +CREATE TABLE `b_course_modules_completion` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -3652,55 +3672,55 @@ CREATE TABLE `m_course_modules_completion` ( `overrideby` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) + UNIQUE KEY `b_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- Dumping data for table `b_course_modules_completion` -- -LOCK TABLES `m_course_modules_completion` WRITE; -/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +LOCK TABLES `b_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `b_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_viewed` +-- Table structure for table `b_course_modules_viewed` -- -DROP TABLE IF EXISTS `m_course_modules_viewed`; +DROP TABLE IF EXISTS `b_course_modules_viewed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_viewed` ( +CREATE TABLE `b_course_modules_viewed` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoduview_cou_ix` (`coursemoduleid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_viewed` +-- Dumping data for table `b_course_modules_viewed` -- -LOCK TABLES `m_course_modules_viewed` WRITE; -/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +LOCK TABLES `b_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `b_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_viewed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_published` +-- Table structure for table `b_course_published` -- -DROP TABLE IF EXISTS `m_course_published`; +DROP TABLE IF EXISTS `b_course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_published` ( +CREATE TABLE `b_course_published` ( `id` bigint NOT NULL AUTO_INCREMENT, `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `courseid` bigint NOT NULL, @@ -3710,28 +3730,28 @@ CREATE TABLE `m_course_published` ( `status` tinyint(1) DEFAULT '0', `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courpubl_cou_ix` (`courseid`), - KEY `m_courpubl_hub_ix` (`hubcourseid`) + KEY `b_courpubl_hub_ix` (`hubcourseid`), + KEY `b_courpubl_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- Dumping data for table `b_course_published` -- -LOCK TABLES `m_course_published` WRITE; -/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +LOCK TABLES `b_course_published` WRITE; +/*!40000 ALTER TABLE `b_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_published` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_request` +-- Table structure for table `b_course_request` -- -DROP TABLE IF EXISTS `m_course_request`; +DROP TABLE IF EXISTS `b_course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_request` ( +CREATE TABLE `b_course_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3742,27 +3762,27 @@ CREATE TABLE `m_course_request` ( `requester` bigint NOT NULL DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_courrequ_sho_ix` (`shortname`) + KEY `b_courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_request` +-- Dumping data for table `b_course_request` -- -LOCK TABLES `m_course_request` WRITE; -/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +LOCK TABLES `b_course_request` WRITE; +/*!40000 ALTER TABLE `b_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_sections` +-- Table structure for table `b_course_sections` -- -DROP TABLE IF EXISTS `m_course_sections`; +DROP TABLE IF EXISTS `b_course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_sections` ( +CREATE TABLE `b_course_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', @@ -3774,28 +3794,27 @@ CREATE TABLE `m_course_sections` ( `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; + UNIQUE KEY `b_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_sections` +-- Dumping data for table `b_course_sections` -- -LOCK TABLES `m_course_sections` WRITE; -/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; -INSERT INTO `m_course_sections` VALUES (1,2,0,NULL,'',1,'1',1,NULL,1566468838),(2,2,1,NULL,'',1,'',1,NULL,1566468838),(3,2,2,NULL,'',1,'',1,NULL,1566468838),(4,2,3,NULL,'',1,'',1,NULL,1566468838),(5,2,4,NULL,'',1,'',1,NULL,1566468838); -/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +LOCK TABLES `b_course_sections` WRITE; +/*!40000 ALTER TABLE `b_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_category` +-- Table structure for table `b_customfield_category` -- -DROP TABLE IF EXISTS `m_customfield_category`; +DROP TABLE IF EXISTS `b_customfield_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_category` ( +CREATE TABLE `b_customfield_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -3808,28 +3827,28 @@ CREATE TABLE `m_customfield_category` ( `itemid` bigint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), - KEY `m_custcate_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `b_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_category` +-- Dumping data for table `b_customfield_category` -- -LOCK TABLES `m_customfield_category` WRITE; -/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +LOCK TABLES `b_customfield_category` WRITE; +/*!40000 ALTER TABLE `b_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_data` +-- Table structure for table `b_customfield_data` -- -DROP TABLE IF EXISTS `m_customfield_data`; +DROP TABLE IF EXISTS `b_customfield_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_data` ( +CREATE TABLE `b_customfield_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL, `instanceid` bigint NOT NULL, @@ -3843,32 +3862,32 @@ CREATE TABLE `m_customfield_data` ( `timemodified` bigint NOT NULL, `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), - KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), - KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), - KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), - KEY `m_custdata_fie_ix` (`fieldid`), - KEY `m_custdata_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `b_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `b_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `b_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `b_custdata_fie_ix` (`fieldid`), + KEY `b_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_data` +-- Dumping data for table `b_customfield_data` -- -LOCK TABLES `m_customfield_data` WRITE; -/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +LOCK TABLES `b_customfield_data` WRITE; +/*!40000 ALTER TABLE `b_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_field` +-- Table structure for table `b_customfield_field` -- -DROP TABLE IF EXISTS `m_customfield_field`; +DROP TABLE IF EXISTS `b_customfield_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_field` ( +CREATE TABLE `b_customfield_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3881,28 +3900,28 @@ CREATE TABLE `m_customfield_field` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), - KEY `m_custfiel_cat_ix` (`categoryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `b_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_field` +-- Dumping data for table `b_customfield_field` -- -LOCK TABLES `m_customfield_field` WRITE; -/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +LOCK TABLES `b_customfield_field` WRITE; +/*!40000 ALTER TABLE `b_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data` +-- Table structure for table `b_data` -- -DROP TABLE IF EXISTS `m_data`; +DROP TABLE IF EXISTS `b_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data` ( +CREATE TABLE `b_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3941,27 +3960,27 @@ CREATE TABLE `m_data` ( `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `completionentries` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_data_cou_ix` (`course`) + KEY `b_data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data` +-- Dumping data for table `b_data` -- -LOCK TABLES `m_data` WRITE; -/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +LOCK TABLES `b_data` WRITE; +/*!40000 ALTER TABLE `b_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_content` +-- Table structure for table `b_data_content` -- -DROP TABLE IF EXISTS `m_data_content`; +DROP TABLE IF EXISTS `b_data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_content` ( +CREATE TABLE `b_data_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL DEFAULT '0', `recordid` bigint NOT NULL DEFAULT '0', @@ -3971,28 +3990,28 @@ CREATE TABLE `m_data_content` ( `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datacont_rec_ix` (`recordid`), - KEY `m_datacont_fie_ix` (`fieldid`) + KEY `b_datacont_rec_ix` (`recordid`), + KEY `b_datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_content` +-- Dumping data for table `b_data_content` -- -LOCK TABLES `m_data_content` WRITE; -/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +LOCK TABLES `b_data_content` WRITE; +/*!40000 ALTER TABLE `b_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_fields` +-- Table structure for table `b_data_fields` -- -DROP TABLE IF EXISTS `m_data_fields`; +DROP TABLE IF EXISTS `b_data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_fields` ( +CREATE TABLE `b_data_fields` ( `id` bigint NOT NULL AUTO_INCREMENT, `dataid` bigint NOT NULL DEFAULT '0', `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4010,28 +4029,28 @@ CREATE TABLE `m_data_fields` ( `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datafiel_typdat_ix` (`type`,`dataid`), - KEY `m_datafiel_dat_ix` (`dataid`) + KEY `b_datafiel_typdat_ix` (`type`,`dataid`), + KEY `b_datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_fields` +-- Dumping data for table `b_data_fields` -- -LOCK TABLES `m_data_fields` WRITE; -/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +LOCK TABLES `b_data_fields` WRITE; +/*!40000 ALTER TABLE `b_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_fields` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_records` +-- Table structure for table `b_data_records` -- -DROP TABLE IF EXISTS `m_data_records`; +DROP TABLE IF EXISTS `b_data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_records` ( +CREATE TABLE `b_data_records` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', @@ -4040,28 +4059,28 @@ CREATE TABLE `m_data_records` ( `timemodified` bigint NOT NULL DEFAULT '0', `approved` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_datareco_dat_ix` (`dataid`), - KEY `m_datareco_use_ix` (`userid`) + KEY `b_datareco_dat_ix` (`dataid`), + KEY `b_datareco_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_records` +-- Dumping data for table `b_data_records` -- -LOCK TABLES `m_data_records` WRITE; -/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +LOCK TABLES `b_data_records` WRITE; +/*!40000 ALTER TABLE `b_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_records` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_editor_atto_autosave` +-- Table structure for table `b_editor_atto_autosave` -- -DROP TABLE IF EXISTS `m_editor_atto_autosave`; +DROP TABLE IF EXISTS `b_editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_editor_atto_autosave` ( +CREATE TABLE `b_editor_atto_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -4072,27 +4091,27 @@ CREATE TABLE `m_editor_atto_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; + UNIQUE KEY `b_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- Dumping data for table `b_editor_atto_autosave` -- -LOCK TABLES `m_editor_atto_autosave` WRITE; -/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +LOCK TABLES `b_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `b_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol` +-- Table structure for table `b_enrol` -- -DROP TABLE IF EXISTS `m_enrol`; +DROP TABLE IF EXISTS `b_enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol` ( +CREATE TABLE `b_enrol` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` bigint NOT NULL DEFAULT '0', @@ -4129,30 +4148,29 @@ CREATE TABLE `m_enrol` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enro_enr_ix` (`enrol`), - KEY `m_enro_cou_ix` (`courseid`), - KEY `m_enro_rol_ix` (`roleid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; + KEY `b_enro_enr_ix` (`enrol`), + KEY `b_enro_cou_ix` (`courseid`), + KEY `b_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- Dumping data for table `b_enrol` -- -LOCK TABLES `m_enrol` WRITE; -/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; -INSERT INTO `m_enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(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,1566468838,1566468838),(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,1566468838,1566468838); -/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +LOCK TABLES `b_enrol` WRITE; +/*!40000 ALTER TABLE `b_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_flatfile` +-- Table structure for table `b_enrol_flatfile` -- -DROP TABLE IF EXISTS `m_enrol_flatfile`; +DROP TABLE IF EXISTS `b_enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_flatfile` ( +CREATE TABLE `b_enrol_flatfile` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `roleid` bigint NOT NULL, @@ -4162,66 +4180,66 @@ CREATE TABLE `m_enrol_flatfile` ( `timeend` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enroflat_cou_ix` (`courseid`), - KEY `m_enroflat_use_ix` (`userid`), - KEY `m_enroflat_rol_ix` (`roleid`) + KEY `b_enroflat_cou_ix` (`courseid`), + KEY `b_enroflat_use_ix` (`userid`), + KEY `b_enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_flatfile` +-- Dumping data for table `b_enrol_flatfile` -- -LOCK TABLES `m_enrol_flatfile` WRITE; -/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +LOCK TABLES `b_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `b_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_app_registration` +-- Table structure for table `b_enrol_lti_app_registration` -- -DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +DROP TABLE IF EXISTS `b_enrol_lti_app_registration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_app_registration` ( +CREATE TABLE `b_enrol_lti_app_registration` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', - `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), - UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), - UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `b_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `b_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_app_registration` +-- Dumping data for table `b_enrol_lti_app_registration` -- -LOCK TABLES `m_enrol_lti_app_registration` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_context` +-- Table structure for table `b_enrol_lti_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_context`; +DROP TABLE IF EXISTS `b_enrol_lti_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_context` ( +CREATE TABLE `b_enrol_lti_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, @@ -4229,28 +4247,28 @@ CREATE TABLE `m_enrol_lti_context` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), - KEY `m_enrolticont_lti_ix` (`ltideploymentid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `b_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_context` +-- Dumping data for table `b_enrol_lti_context` -- -LOCK TABLES `m_enrol_lti_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_deployment` +-- Table structure for table `b_enrol_lti_deployment` -- -DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +DROP TABLE IF EXISTS `b_enrol_lti_deployment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_deployment` ( +CREATE TABLE `b_enrol_lti_deployment` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4259,28 +4277,28 @@ CREATE TABLE `m_enrol_lti_deployment` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), - KEY `m_enroltidepl_pla_ix` (`platformid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `b_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_deployment` +-- Dumping data for table `b_enrol_lti_deployment` -- -LOCK TABLES `m_enrol_lti_deployment` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_consumer` +-- Table structure for table `b_enrol_lti_lti2_consumer` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_consumer` ( +CREATE TABLE `b_enrol_lti_lti2_consumer` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4301,27 +4319,27 @@ CREATE TABLE `m_enrol_lti_lti2_consumer` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) + UNIQUE KEY `b_enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_consumer` +-- Dumping data for table `b_enrol_lti_lti2_consumer` -- -LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_context` +-- Table structure for table `b_enrol_lti_lti2_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_context` ( +CREATE TABLE `b_enrol_lti_lti2_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4330,53 +4348,53 @@ CREATE TABLE `m_enrol_lti_lti2_context` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2cont_con_ix` (`consumerid`) + KEY `b_enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- Dumping data for table `b_enrol_lti_lti2_context` -- -LOCK TABLES `m_enrol_lti_lti2_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_nonce` +-- Table structure for table `b_enrol_lti_lti2_nonce` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_nonce` ( +CREATE TABLE `b_enrol_lti_lti2_nonce` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2nonc_con_ix` (`consumerid`) + KEY `b_enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- Dumping data for table `b_enrol_lti_lti2_nonce` -- -LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_resource_link` +-- Table structure for table `b_enrol_lti_lti2_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_resource_link` ( +CREATE TABLE `b_enrol_lti_lti2_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint DEFAULT NULL, `consumerid` bigint DEFAULT NULL, @@ -4387,57 +4405,57 @@ CREATE TABLE `m_enrol_lti_lti2_resource_link` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2resolink_con_ix` (`contextid`), - KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), - KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) + KEY `b_enroltilti2resolink_con_ix` (`contextid`), + KEY `b_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `b_enroltilti2resolink_con2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- Dumping data for table `b_enrol_lti_lti2_resource_link` -- -LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_share_key` +-- Table structure for table `b_enrol_lti_lti2_share_key` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_share_key` ( +CREATE TABLE `b_enrol_lti_lti2_share_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `resourcelinkid` bigint NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), - UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) + UNIQUE KEY `b_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `b_enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_share_key` +-- Dumping data for table `b_enrol_lti_lti2_share_key` -- -LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- Table structure for table `b_enrol_lti_lti2_tool_proxy` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( +CREATE TABLE `b_enrol_lti_lti2_tool_proxy` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerid` bigint NOT NULL, @@ -4445,28 +4463,28 @@ CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), - KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) + UNIQUE KEY `b_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `b_enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- Dumping data for table `b_enrol_lti_lti2_tool_proxy` -- -LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_user_result` +-- Table structure for table `b_enrol_lti_lti2_user_result` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_user_result` ( +CREATE TABLE `b_enrol_lti_lti2_user_result` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` bigint NOT NULL, `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4474,31 +4492,31 @@ CREATE TABLE `m_enrol_lti_lti2_user_result` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) + KEY `b_enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_user_result` +-- Dumping data for table `b_enrol_lti_lti2_user_result` -- -LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_resource_link` +-- Table structure for table `b_enrol_lti_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_resource_link` ( +CREATE TABLE `b_enrol_lti_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `resourceid` bigint NOT NULL, `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, `lticontextid` bigint DEFAULT NULL, `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -4510,62 +4528,59 @@ CREATE TABLE `m_enrol_lti_resource_link` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), - KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), - KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `b_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `b_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_resource_link` +-- Dumping data for table `b_enrol_lti_resource_link` -- -LOCK TABLES `m_enrol_lti_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tool_consumer_map` +-- Table structure for table `b_enrol_lti_tool_consumer_map` -- -DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +DROP TABLE IF EXISTS `b_enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tool_consumer_map` ( +CREATE TABLE `b_enrol_lti_tool_consumer_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolid` bigint NOT NULL, `consumerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltitoolconsmap_too_ix` (`toolid`), - KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) + KEY `b_enroltitoolconsmap_too_ix` (`toolid`), + KEY `b_enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- Dumping data for table `b_enrol_lti_tool_consumer_map` -- -LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tools` +-- Table structure for table `b_enrol_lti_tools` -- -DROP TABLE IF EXISTS `m_enrol_lti_tools`; +DROP TABLE IF EXISTS `b_enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tools` ( +CREATE TABLE `b_enrol_lti_tools` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrolid` bigint NOT NULL, `contextid` bigint NOT NULL, `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', - `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `provisioningmodelearner` tinyint DEFAULT NULL, - `provisioningmodeinstructor` tinyint DEFAULT NULL, `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', @@ -4580,59 +4595,62 @@ CREATE TABLE `m_enrol_lti_tools` ( `roleinstructor` bigint NOT NULL, `rolelearner` bigint NOT NULL, `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), - KEY `m_enroltitool_enr_ix` (`enrolid`), - KEY `m_enroltitool_con_ix` (`contextid`) + UNIQUE KEY `b_enroltitool_uui_uix` (`uuid`), + KEY `b_enroltitool_enr_ix` (`enrolid`), + KEY `b_enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_tools` +-- Dumping data for table `b_enrol_lti_tools` -- -LOCK TABLES `m_enrol_lti_tools` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_user_resource_link` +-- Table structure for table `b_enrol_lti_user_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_user_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_user_resource_link` ( +CREATE TABLE `b_enrol_lti_user_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiuserid` bigint NOT NULL, `resourcelinkid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), - KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), - KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `b_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `b_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_user_resource_link` +-- Dumping data for table `b_enrol_lti_user_resource_link` -- -LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_users` +-- Table structure for table `b_enrol_lti_users` -- -DROP TABLE IF EXISTS `m_enrol_lti_users`; +DROP TABLE IF EXISTS `b_enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_users` ( +CREATE TABLE `b_enrol_lti_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `toolid` bigint NOT NULL, @@ -4647,29 +4665,29 @@ CREATE TABLE `m_enrol_lti_users` ( `lastaccess` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_enroltiuser_use_ix` (`userid`), - KEY `m_enroltiuser_too_ix` (`toolid`), - KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) + KEY `b_enroltiuser_use_ix` (`userid`), + KEY `b_enroltiuser_too_ix` (`toolid`), + KEY `b_enroltiuser_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_users` +-- Dumping data for table `b_enrol_lti_users` -- -LOCK TABLES `m_enrol_lti_users` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_paypal` +-- Table structure for table `b_enrol_paypal` -- -DROP TABLE IF EXISTS `m_enrol_paypal`; +DROP TABLE IF EXISTS `b_enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_paypal` ( +CREATE TABLE `b_enrol_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4692,31 +4710,31 @@ CREATE TABLE `m_enrol_paypal` ( `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timeupdated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enropayp_bus_ix` (`business`), - KEY `m_enropayp_rec_ix` (`receiver_email`), - KEY `m_enropayp_cou_ix` (`courseid`), - KEY `m_enropayp_use_ix` (`userid`), - KEY `m_enropayp_ins_ix` (`instanceid`) + KEY `b_enropayp_bus_ix` (`business`), + KEY `b_enropayp_rec_ix` (`receiver_email`), + KEY `b_enropayp_cou_ix` (`courseid`), + KEY `b_enropayp_use_ix` (`userid`), + KEY `b_enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_paypal` +-- Dumping data for table `b_enrol_paypal` -- -LOCK TABLES `m_enrol_paypal` WRITE; -/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +LOCK TABLES `b_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `b_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event` +-- Table structure for table `b_event` -- -DROP TABLE IF EXISTS `m_event`; +DROP TABLE IF EXISTS `b_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event` ( +CREATE TABLE `b_event` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -4742,38 +4760,38 @@ CREATE TABLE `m_event` ( `priority` bigint DEFAULT NULL, `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_even_cou_ix` (`courseid`), - KEY `m_even_use_ix` (`userid`), - KEY `m_even_tim_ix` (`timestart`), - KEY `m_even_tim2_ix` (`timeduration`), - KEY `m_even_uui_ix` (`uuid`), - KEY `m_even_typtim_ix` (`type`,`timesort`), - KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), - KEY `m_even_cat_ix` (`categoryid`), - KEY `m_even_sub_ix` (`subscriptionid`), - KEY `m_even_eve_ix` (`eventtype`), - KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), - KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) + KEY `b_even_cou_ix` (`courseid`), + KEY `b_even_use_ix` (`userid`), + KEY `b_even_tim_ix` (`timestart`), + KEY `b_even_tim2_ix` (`timeduration`), + KEY `b_even_uui_ix` (`uuid`), + KEY `b_even_typtim_ix` (`type`,`timesort`), + KEY `b_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `b_even_eve_ix` (`eventtype`), + KEY `b_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `b_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `b_even_cat_ix` (`categoryid`), + KEY `b_even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event` +-- Dumping data for table `b_event` -- -LOCK TABLES `m_event` WRITE; -/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +LOCK TABLES `b_event` WRITE; +/*!40000 ALTER TABLE `b_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event_subscriptions` +-- Table structure for table `b_event_subscriptions` -- -DROP TABLE IF EXISTS `m_event_subscriptions`; +DROP TABLE IF EXISTS `b_event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event_subscriptions` ( +CREATE TABLE `b_event_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `categoryid` bigint NOT NULL DEFAULT '0', @@ -4785,28 +4803,28 @@ CREATE TABLE `m_event_subscriptions` ( `lastupdated` bigint DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_evensubs_cou_ix` (`courseid`), - KEY `m_evensubs_use_ix` (`userid`) + KEY `b_evensubs_cou_ix` (`courseid`), + KEY `b_evensubs_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event_subscriptions` +-- Dumping data for table `b_event_subscriptions` -- -LOCK TABLES `m_event_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +LOCK TABLES `b_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_handlers` +-- Table structure for table `b_events_handlers` -- -DROP TABLE IF EXISTS `m_events_handlers`; +DROP TABLE IF EXISTS `b_events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_handlers` ( +CREATE TABLE `b_events_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4816,54 +4834,54 @@ CREATE TABLE `m_events_handlers` ( `status` bigint NOT NULL DEFAULT '0', `internal` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) + UNIQUE KEY `b_evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- Dumping data for table `b_events_handlers` -- -LOCK TABLES `m_events_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +LOCK TABLES `b_events_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue` +-- Table structure for table `b_events_queue` -- -DROP TABLE IF EXISTS `m_events_queue`; +DROP TABLE IF EXISTS `b_events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue` ( +CREATE TABLE `b_events_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueu_use_ix` (`userid`) + KEY `b_evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- Dumping data for table `b_events_queue` -- -LOCK TABLES `m_events_queue` WRITE; -/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +LOCK TABLES `b_events_queue` WRITE; +/*!40000 ALTER TABLE `b_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue_handlers` +-- Table structure for table `b_events_queue_handlers` -- -DROP TABLE IF EXISTS `m_events_queue_handlers`; +DROP TABLE IF EXISTS `b_events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue_handlers` ( +CREATE TABLE `b_events_queue_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `queuedeventid` bigint NOT NULL, `handlerid` bigint NOT NULL, @@ -4871,28 +4889,28 @@ CREATE TABLE `m_events_queue_handlers` ( `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueuhand_que_ix` (`queuedeventid`), - KEY `m_evenqueuhand_han_ix` (`handlerid`) + KEY `b_evenqueuhand_que_ix` (`queuedeventid`), + KEY `b_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- Dumping data for table `b_events_queue_handlers` -- -LOCK TABLES `m_events_queue_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +LOCK TABLES `b_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_functions` +-- Table structure for table `b_external_functions` -- -DROP TABLE IF EXISTS `m_external_functions`; +DROP TABLE IF EXISTS `b_external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_functions` ( +CREATE TABLE `b_external_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4902,28 +4920,28 @@ CREATE TABLE `m_external_functions` ( `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_extefunc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=738 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; + UNIQUE KEY `b_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_functions` +-- Dumping data for table `b_external_functions` -- -LOCK TABLES `m_external_functions` WRITE; -/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; -INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL); -/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +LOCK TABLES `b_external_functions` WRITE; +/*!40000 ALTER TABLE `b_external_functions` DISABLE KEYS */; +INSERT INTO `b_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `b_external_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services` +-- Table structure for table `b_external_services` -- -DROP TABLE IF EXISTS `m_external_services`; +DROP TABLE IF EXISTS `b_external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services` ( +CREATE TABLE `b_external_services` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, @@ -4936,54 +4954,54 @@ CREATE TABLE `m_external_services` ( `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_exteserv_nam_uix` (`name`) + UNIQUE KEY `b_exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services` +-- Dumping data for table `b_external_services` -- -LOCK TABLES `m_external_services` WRITE; -/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; -INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); -/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +LOCK TABLES `b_external_services` WRITE; +/*!40000 ALTER TABLE `b_external_services` DISABLE KEYS */; +INSERT INTO `b_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1734079922,1734080133,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `b_external_services` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_functions` +-- Table structure for table `b_external_services_functions` -- -DROP TABLE IF EXISTS `m_external_services_functions`; +DROP TABLE IF EXISTS `b_external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_functions` ( +CREATE TABLE `b_external_services_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_exteservfunc_ext_ix` (`externalserviceid`) -) ENGINE=InnoDB AUTO_INCREMENT=2248 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; + KEY `b_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services_functions` +-- Dumping data for table `b_external_services_functions` -- -LOCK TABLES `m_external_services_functions` WRITE; -/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; -INSERT INTO `m_external_services_functions` VALUES (1833,1,'core_badges_get_user_badges'),(1834,1,'core_calendar_get_calendar_monthly_view'),(1835,1,'core_calendar_get_calendar_day_view'),(1836,1,'core_calendar_get_calendar_upcoming_view'),(1837,1,'core_calendar_update_event_start_day'),(1838,1,'core_calendar_create_calendar_events'),(1839,1,'core_calendar_delete_calendar_events'),(1840,1,'core_calendar_get_calendar_events'),(1841,1,'core_calendar_get_action_events_by_timesort'),(1842,1,'core_calendar_get_action_events_by_course'),(1843,1,'core_calendar_get_action_events_by_courses'),(1844,1,'core_calendar_get_calendar_event_by_id'),(1845,1,'core_calendar_submit_create_update_form'),(1846,1,'core_comment_get_comments'),(1847,1,'core_completion_get_activities_completion_status'),(1848,1,'core_completion_get_course_completion_status'),(1849,1,'core_completion_mark_course_self_completed'),(1850,1,'core_completion_update_activity_completion_status_manually'),(1851,1,'core_course_get_categories'),(1852,1,'core_course_get_contents'),(1853,1,'core_course_get_course_module'),(1854,1,'core_course_get_course_module_by_instance'),(1855,1,'core_course_get_courses'),(1856,1,'core_course_search_courses'),(1857,1,'core_course_view_course'),(1858,1,'core_course_get_user_navigation_options'),(1859,1,'core_course_get_user_administration_options'),(1860,1,'core_course_get_courses_by_field'),(1861,1,'core_course_check_updates'),(1862,1,'core_course_get_updates_since'),(1863,1,'core_enrol_get_course_enrolment_methods'),(1864,1,'core_enrol_get_enrolled_users'),(1865,1,'core_enrol_get_users_courses'),(1866,1,'core_files_get_files'),(1867,1,'core_get_component_strings'),(1868,1,'core_group_get_activity_allowed_groups'),(1869,1,'core_group_get_activity_groupmode'),(1870,1,'core_group_get_course_groupings'),(1871,1,'core_group_get_course_groups'),(1872,1,'core_group_get_course_user_groups'),(1873,1,'core_message_delete_contacts'),(1874,1,'core_message_delete_message'),(1875,1,'core_message_get_blocked_users'),(1876,1,'core_message_data_for_messagearea_search_messages'),(1877,1,'core_message_get_messages'),(1878,1,'core_message_get_unread_conversations_count'),(1879,1,'core_message_mark_all_notifications_as_read'),(1880,1,'core_message_mark_message_read'),(1881,1,'core_message_mark_notification_read'),(1882,1,'core_message_message_processor_config_form'),(1883,1,'core_message_search_contacts'),(1884,1,'core_message_send_instant_messages'),(1885,1,'core_message_get_user_notification_preferences'),(1886,1,'core_message_get_user_message_preferences'),(1887,1,'core_notes_create_notes'),(1888,1,'core_notes_delete_notes'),(1889,1,'core_notes_get_course_notes'),(1890,1,'core_notes_view_notes'),(1891,1,'core_question_update_flag'),(1892,1,'core_rating_get_item_ratings'),(1893,1,'core_rating_add_rating'),(1894,1,'core_tag_get_tagindex'),(1895,1,'core_user_add_user_device'),(1896,1,'core_user_add_user_private_files'),(1897,1,'core_user_get_course_user_profiles'),(1898,1,'core_user_get_users_by_field'),(1899,1,'core_user_remove_user_device'),(1900,1,'core_user_update_user_preferences'),(1901,1,'core_user_view_user_list'),(1902,1,'core_user_view_user_profile'),(1903,1,'core_user_get_user_preferences'),(1904,1,'core_user_update_picture'),(1905,1,'core_user_set_user_preferences'),(1906,1,'core_user_agree_site_policy'),(1907,1,'core_user_get_private_files_info'),(1908,1,'core_competency_competency_viewed'),(1909,1,'core_competency_list_course_competencies'),(1910,1,'core_competency_get_scale_values'),(1911,1,'core_competency_user_competency_viewed'),(1912,1,'core_competency_user_competency_viewed_in_plan'),(1913,1,'core_competency_user_competency_viewed_in_course'),(1914,1,'core_competency_user_competency_plan_viewed'),(1915,1,'core_competency_grade_competency_in_course'),(1916,1,'core_competency_delete_evidence'),(1917,1,'core_webservice_get_site_info'),(1918,1,'core_block_get_course_blocks'),(1919,1,'core_filters_get_available_in_context'),(1920,1,'mod_assign_get_grades'),(1921,1,'mod_assign_get_assignments'),(1922,1,'mod_assign_get_submissions'),(1923,1,'mod_assign_get_user_flags'),(1924,1,'mod_assign_set_user_flags'),(1925,1,'mod_assign_get_user_mappings'),(1926,1,'mod_assign_revert_submissions_to_draft'),(1927,1,'mod_assign_lock_submissions'),(1928,1,'mod_assign_unlock_submissions'),(1929,1,'mod_assign_save_submission'),(1930,1,'mod_assign_submit_for_grading'),(1931,1,'mod_assign_save_grade'),(1932,1,'mod_assign_save_grades'),(1933,1,'mod_assign_save_user_extensions'),(1934,1,'mod_assign_reveal_identities'),(1935,1,'mod_assign_view_grading_table'),(1936,1,'mod_assign_view_submission_status'),(1937,1,'mod_assign_get_submission_status'),(1938,1,'mod_assign_list_participants'),(1939,1,'mod_assign_submit_grading_form'),(1940,1,'mod_assign_get_participant'),(1941,1,'mod_assign_view_assign'),(1942,1,'mod_book_view_book'),(1943,1,'mod_book_get_books_by_courses'),(1944,1,'mod_chat_login_user'),(1945,1,'mod_chat_get_chat_users'),(1946,1,'mod_chat_send_chat_message'),(1947,1,'mod_chat_get_chat_latest_messages'),(1948,1,'mod_chat_view_chat'),(1949,1,'mod_chat_get_chats_by_courses'),(1950,1,'mod_chat_get_sessions'),(1951,1,'mod_chat_get_session_messages'),(1952,1,'mod_choice_get_choice_results'),(1953,1,'mod_choice_get_choice_options'),(1954,1,'mod_choice_submit_choice_response'),(1955,1,'mod_choice_view_choice'),(1956,1,'mod_choice_get_choices_by_courses'),(1957,1,'mod_choice_delete_choice_responses'),(1958,1,'mod_data_get_databases_by_courses'),(1959,1,'mod_data_view_database'),(1960,1,'mod_data_get_data_access_information'),(1961,1,'mod_data_get_entries'),(1962,1,'mod_data_get_entry'),(1963,1,'mod_data_get_fields'),(1964,1,'mod_data_search_entries'),(1965,1,'mod_data_approve_entry'),(1966,1,'mod_data_delete_entry'),(1967,1,'mod_data_add_entry'),(1968,1,'mod_data_update_entry'),(1969,1,'mod_feedback_get_feedbacks_by_courses'),(1970,1,'mod_feedback_get_feedback_access_information'),(1971,1,'mod_feedback_view_feedback'),(1972,1,'mod_feedback_get_current_completed_tmp'),(1973,1,'mod_feedback_get_items'),(1974,1,'mod_feedback_launch_feedback'),(1975,1,'mod_feedback_get_page_items'),(1976,1,'mod_feedback_process_page'),(1977,1,'mod_feedback_get_analysis'),(1978,1,'mod_feedback_get_unfinished_responses'),(1979,1,'mod_feedback_get_finished_responses'),(1980,1,'mod_feedback_get_non_respondents'),(1981,1,'mod_feedback_get_responses_analysis'),(1982,1,'mod_feedback_get_last_completed'),(1983,1,'mod_folder_view_folder'),(1984,1,'mod_folder_get_folders_by_courses'),(1985,1,'mod_forum_get_forums_by_courses'),(1986,1,'mod_forum_get_forum_discussions_paginated'),(1987,1,'mod_forum_view_forum'),(1988,1,'mod_forum_view_forum_discussion'),(1989,1,'mod_forum_add_discussion_post'),(1990,1,'mod_forum_add_discussion'),(1991,1,'mod_forum_can_add_discussion'),(1992,1,'mod_glossary_get_glossaries_by_courses'),(1993,1,'mod_glossary_view_glossary'),(1994,1,'mod_glossary_view_entry'),(1995,1,'mod_glossary_get_entries_by_letter'),(1996,1,'mod_glossary_get_entries_by_date'),(1997,1,'mod_glossary_get_categories'),(1998,1,'mod_glossary_get_entries_by_category'),(1999,1,'mod_glossary_get_authors'),(2000,1,'mod_glossary_get_entries_by_author'),(2001,1,'mod_glossary_get_entries_by_author_id'),(2002,1,'mod_glossary_get_entries_by_search'),(2003,1,'mod_glossary_get_entries_by_term'),(2004,1,'mod_glossary_get_entries_to_approve'),(2005,1,'mod_glossary_get_entry_by_id'),(2006,1,'mod_glossary_add_entry'),(2007,1,'mod_imscp_view_imscp'),(2008,1,'mod_imscp_get_imscps_by_courses'),(2009,1,'mod_label_get_labels_by_courses'),(2010,1,'mod_lesson_get_lessons_by_courses'),(2011,1,'mod_lesson_get_lesson_access_information'),(2012,1,'mod_lesson_view_lesson'),(2013,1,'mod_lesson_get_questions_attempts'),(2014,1,'mod_lesson_get_user_grade'),(2015,1,'mod_lesson_get_user_attempt_grade'),(2016,1,'mod_lesson_get_content_pages_viewed'),(2017,1,'mod_lesson_get_user_timers'),(2018,1,'mod_lesson_get_pages'),(2019,1,'mod_lesson_launch_attempt'),(2020,1,'mod_lesson_get_page_data'),(2021,1,'mod_lesson_process_page'),(2022,1,'mod_lesson_finish_attempt'),(2023,1,'mod_lesson_get_attempts_overview'),(2024,1,'mod_lesson_get_user_attempt'),(2025,1,'mod_lesson_get_pages_possible_jumps'),(2026,1,'mod_lesson_get_lesson'),(2027,1,'mod_lti_get_tool_launch_data'),(2028,1,'mod_lti_get_ltis_by_courses'),(2029,1,'mod_lti_view_lti'),(2030,1,'mod_page_view_page'),(2031,1,'mod_page_get_pages_by_courses'),(2032,1,'mod_quiz_get_quizzes_by_courses'),(2033,1,'mod_quiz_view_quiz'),(2034,1,'mod_quiz_get_user_attempts'),(2035,1,'mod_quiz_get_user_best_grade'),(2036,1,'mod_quiz_get_combined_review_options'),(2037,1,'mod_quiz_start_attempt'),(2038,1,'mod_quiz_get_attempt_data'),(2039,1,'mod_quiz_get_attempt_summary'),(2040,1,'mod_quiz_save_attempt'),(2041,1,'mod_quiz_process_attempt'),(2042,1,'mod_quiz_get_attempt_review'),(2043,1,'mod_quiz_view_attempt'),(2044,1,'mod_quiz_view_attempt_summary'),(2045,1,'mod_quiz_view_attempt_review'),(2046,1,'mod_quiz_get_quiz_feedback_for_grade'),(2047,1,'mod_quiz_get_quiz_access_information'),(2048,1,'mod_quiz_get_attempt_access_information'),(2049,1,'mod_quiz_get_quiz_required_qtypes'),(2050,1,'mod_resource_view_resource'),(2051,1,'mod_resource_get_resources_by_courses'),(2052,1,'mod_scorm_view_scorm'),(2053,1,'mod_scorm_get_scorm_attempt_count'),(2054,1,'mod_scorm_get_scorm_scoes'),(2055,1,'mod_scorm_get_scorm_user_data'),(2056,1,'mod_scorm_insert_scorm_tracks'),(2057,1,'mod_scorm_get_scorm_sco_tracks'),(2058,1,'mod_scorm_get_scorms_by_courses'),(2059,1,'mod_scorm_launch_sco'),(2060,1,'mod_survey_get_surveys_by_courses'),(2061,1,'mod_survey_view_survey'),(2062,1,'mod_survey_get_questions'),(2063,1,'mod_survey_submit_answers'),(2064,1,'mod_url_view_url'),(2065,1,'mod_url_get_urls_by_courses'),(2066,1,'mod_wiki_get_wikis_by_courses'),(2067,1,'mod_wiki_view_wiki'),(2068,1,'mod_wiki_view_page'),(2069,1,'mod_wiki_get_subwikis'),(2070,1,'mod_wiki_get_subwiki_pages'),(2071,1,'mod_wiki_get_subwiki_files'),(2072,1,'mod_wiki_get_page_contents'),(2073,1,'mod_wiki_get_page_for_editing'),(2074,1,'mod_wiki_new_page'),(2075,1,'mod_wiki_edit_page'),(2076,1,'mod_workshop_get_workshops_by_courses'),(2077,1,'mod_workshop_get_workshop_access_information'),(2078,1,'mod_workshop_get_user_plan'),(2079,1,'mod_workshop_view_workshop'),(2080,1,'mod_workshop_add_submission'),(2081,1,'mod_workshop_update_submission'),(2082,1,'mod_workshop_delete_submission'),(2083,1,'mod_workshop_get_submissions'),(2084,1,'mod_workshop_get_submission'),(2085,1,'mod_workshop_get_submission_assessments'),(2086,1,'mod_workshop_get_assessment'),(2087,1,'mod_workshop_get_assessment_form_definition'),(2088,1,'mod_workshop_get_reviewer_assessments'),(2089,1,'mod_workshop_update_assessment'),(2090,1,'mod_workshop_get_grades'),(2091,1,'mod_workshop_evaluate_assessment'),(2092,1,'mod_workshop_get_grades_report'),(2093,1,'mod_workshop_view_submission'),(2094,1,'mod_workshop_evaluate_submission'),(2095,1,'enrol_guest_get_instance_info'),(2096,1,'enrol_self_get_instance_info'),(2097,1,'enrol_self_enrol_user'),(2098,1,'message_airnotifier_is_system_configured'),(2099,1,'message_airnotifier_are_notification_preferences_configured'),(2100,1,'message_airnotifier_get_user_devices'),(2101,1,'message_airnotifier_enable_device'),(2102,1,'message_popup_get_popup_notifications'),(2103,1,'message_popup_get_unread_popup_notification_count'),(2104,1,'report_insights_set_notuseful_prediction'),(2105,1,'report_insights_set_fixed_prediction'),(2106,1,'gradereport_overview_get_course_grades'),(2107,1,'gradereport_overview_view_grade_report'),(2108,1,'gradereport_user_get_grades_table'),(2109,1,'gradereport_user_view_grade_report'),(2110,1,'gradereport_user_get_grade_items'),(2111,1,'tool_lp_data_for_course_competencies_page'),(2112,1,'tool_lp_data_for_plans_page'),(2113,1,'tool_lp_data_for_plan_page'),(2114,1,'tool_lp_data_for_user_evidence_list_page'),(2115,1,'tool_lp_data_for_user_evidence_page'),(2116,1,'tool_lp_data_for_user_competency_summary'),(2117,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2118,1,'tool_lp_data_for_user_competency_summary_in_course'),(2119,1,'tool_mobile_get_plugins_supporting_mobile'),(2120,1,'tool_mobile_get_public_config'),(2121,1,'tool_mobile_get_config'),(2122,1,'tool_mobile_get_autologin_key'),(2123,1,'tool_mobile_get_content'),(2124,1,'core_blog_get_entries'),(2125,1,'core_blog_view_entries'),(2126,1,'core_calendar_get_calendar_access_information'),(2127,1,'core_calendar_get_allowed_event_types'),(2128,1,'core_calendar_get_calendar_export_token'),(2129,1,'core_comment_add_comments'),(2130,1,'core_comment_delete_comments'),(2131,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2132,1,'core_course_get_recent_courses'),(2133,1,'core_course_set_favourite_courses'),(2134,1,'core_enrol_search_users'),(2135,1,'core_files_delete_draft_files'),(2136,1,'core_grades_grader_gradingpanel_point_fetch'),(2137,1,'core_grades_grader_gradingpanel_point_store'),(2138,1,'core_grades_grader_gradingpanel_scale_fetch'),(2139,1,'core_grades_grader_gradingpanel_scale_store'),(2140,1,'core_message_mute_conversations'),(2141,1,'core_message_unmute_conversations'),(2142,1,'core_message_block_user'),(2143,1,'core_message_get_contact_requests'),(2144,1,'core_message_create_contact_request'),(2145,1,'core_message_confirm_contact_request'),(2146,1,'core_message_decline_contact_request'),(2147,1,'core_message_get_received_contact_requests_count'),(2148,1,'core_message_delete_conversations_by_id'),(2149,1,'core_message_message_search_users'),(2150,1,'core_message_get_user_contacts'),(2151,1,'core_message_get_conversations'),(2152,1,'core_message_get_conversation'),(2153,1,'core_message_get_conversation_between_users'),(2154,1,'core_message_get_self_conversation'),(2155,1,'core_message_get_conversation_counts'),(2156,1,'core_message_get_unread_conversation_counts'),(2157,1,'core_message_get_conversation_members'),(2158,1,'core_message_get_member_info'),(2159,1,'core_message_mark_all_conversation_messages_as_read'),(2160,1,'core_message_send_messages_to_conversation'),(2161,1,'core_message_get_conversation_messages'),(2162,1,'core_message_unblock_user'),(2163,1,'core_message_set_favourite_conversations'),(2164,1,'core_message_unset_favourite_conversations'),(2165,1,'core_message_delete_message_for_all_users'),(2166,1,'core_tag_get_tagindex_per_area'),(2167,1,'core_tag_get_tag_areas'),(2168,1,'core_tag_get_tag_collections'),(2169,1,'core_tag_get_tag_cloud'),(2170,1,'core_block_get_dashboard_blocks'),(2171,1,'core_h5p_get_trusted_h5p_file'),(2172,1,'core_table_get_dynamic_table_content'),(2173,1,'core_xapi_statement_post'),(2174,1,'mod_forum_get_discussion_posts'),(2175,1,'mod_forum_get_forum_discussions'),(2176,1,'mod_forum_get_forum_access_information'),(2177,1,'mod_forum_set_subscription_state'),(2178,1,'mod_forum_set_lock_state'),(2179,1,'mod_forum_toggle_favourite_state'),(2180,1,'mod_forum_set_pin_state'),(2181,1,'mod_forum_delete_post'),(2182,1,'mod_forum_get_discussion_post'),(2183,1,'mod_forum_prepare_draft_area_for_post'),(2184,1,'mod_forum_update_discussion_post'),(2185,1,'mod_glossary_delete_entry'),(2186,1,'mod_glossary_update_entry'),(2187,1,'mod_glossary_prepare_entry_for_edition'),(2188,1,'mod_h5pactivity_get_h5pactivity_access_information'),(2189,1,'mod_h5pactivity_view_h5pactivity'),(2190,1,'mod_h5pactivity_get_attempts'),(2191,1,'mod_h5pactivity_get_results'),(2192,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(2193,1,'mod_scorm_get_scorm_access_information'),(2194,1,'block_recentlyaccesseditems_get_recent_items'),(2195,1,'block_starredcourses_get_starred_courses'),(2196,1,'report_insights_action_executed'),(2197,1,'tool_analytics_potential_contexts'),(2198,1,'tool_mobile_call_external_functions'),(2199,1,'tool_mobile_validate_subscription_key'),(2200,1,'tool_mobile_get_tokens_for_qr_login'),(2201,1,'tool_moodlenet_verify_webfinger'),(2202,1,'tool_moodlenet_search_courses'),(2203,1,'core_files_get_unused_draft_itemid'),(2204,1,'core_block_fetch_addable_blocks'),(2205,1,'mod_h5pactivity_log_report_viewed'),(2206,1,'mod_h5pactivity_get_user_attempts'),(2207,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(2208,1,'core_message_get_unread_notification_count'),(2209,1,'mod_assign_start_submission'),(2210,1,'mod_bigbluebuttonbn_can_join'),(2211,1,'mod_bigbluebuttonbn_get_recordings'),(2212,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(2213,1,'mod_bigbluebuttonbn_update_recording'),(2214,1,'mod_bigbluebuttonbn_end_meeting'),(2215,1,'mod_bigbluebuttonbn_completion_validate'),(2216,1,'mod_bigbluebuttonbn_meeting_info'),(2217,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(2218,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(2219,1,'mod_bigbluebuttonbn_get_join_url'),(2220,1,'core_grades_get_enrolled_users_for_search_widget'),(2221,1,'core_grades_get_enrolled_users_for_selector'),(2222,1,'core_grades_get_groups_for_search_widget'),(2223,1,'core_grades_get_groups_for_selector'),(2224,1,'core_grades_get_gradeitems'),(2225,1,'core_user_update_user_device_public_key'),(2226,1,'core_xapi_post_state'),(2227,1,'core_xapi_get_state'),(2228,1,'core_xapi_get_states'),(2229,1,'core_xapi_delete_state'),(2230,1,'core_reportbuilder_list_reports'),(2231,1,'core_reportbuilder_retrieve_report'),(2232,1,'core_reportbuilder_view_report'),(2233,1,'gradereport_grader_get_users_in_report'),(2234,1,'gradereport_singleview_get_grade_items_for_search_widget'),(2235,1,'gradereport_user_get_access_information'),(2236,1,'core_badges_get_user_badge_by_hash'),(2237,1,'core_group_get_groups_for_selector'),(2238,1,'core_my_view_page'),(2239,1,'core_search_get_results'),(2240,1,'core_search_get_search_areas_list'),(2241,1,'core_search_view_results'),(2242,1,'core_search_get_top_results'),(2243,1,'core_xapi_delete_states'),(2244,1,'core_reportbuilder_retrieve_system_report'),(2245,1,'core_reportbuilder_can_view_system_report'),(2246,1,'mod_chat_view_sessions'),(2247,1,'enrol_guest_validate_password'); -/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +LOCK TABLES `b_external_services_functions` WRITE; +/*!40000 ALTER TABLE `b_external_services_functions` DISABLE KEYS */; +INSERT INTO `b_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `b_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_users` +-- Table structure for table `b_external_services_users` -- -DROP TABLE IF EXISTS `m_external_services_users`; +DROP TABLE IF EXISTS `b_external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_users` ( +CREATE TABLE `b_external_services_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -4991,28 +5009,28 @@ CREATE TABLE `m_external_services_users` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_exteservuser_ext_ix` (`externalserviceid`), - KEY `m_exteservuser_use_ix` (`userid`) + KEY `b_exteservuser_ext_ix` (`externalserviceid`), + KEY `b_exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- Dumping data for table `b_external_services_users` -- -LOCK TABLES `m_external_services_users` WRITE; -/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +LOCK TABLES `b_external_services_users` WRITE; +/*!40000 ALTER TABLE `b_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_tokens` +-- Table structure for table `b_external_tokens` -- -DROP TABLE IF EXISTS `m_external_tokens`; +DROP TABLE IF EXISTS `b_external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_tokens` ( +CREATE TABLE `b_external_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -5026,34 +5044,33 @@ CREATE TABLE `m_external_tokens` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, - `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_extetoke_use_ix` (`userid`), - KEY `m_extetoke_ext_ix` (`externalserviceid`), - KEY `m_extetoke_con_ix` (`contextid`), - KEY `m_extetoke_cre_ix` (`creatorid`), - KEY `m_extetoke_tok_ix` (`token`), - KEY `m_extetoke_sid_ix` (`sid`) + KEY `b_extetoke_tok_ix` (`token`), + KEY `b_extetoke_sid_ix` (`sid`), + KEY `b_extetoke_use_ix` (`userid`), + KEY `b_extetoke_ext_ix` (`externalserviceid`), + KEY `b_extetoke_con_ix` (`contextid`), + KEY `b_extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_tokens` +-- Dumping data for table `b_external_tokens` -- -LOCK TABLES `m_external_tokens` WRITE; -/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +LOCK TABLES `b_external_tokens` WRITE; +/*!40000 ALTER TABLE `b_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_favourite` +-- Table structure for table `b_favourite` -- -DROP TABLE IF EXISTS `m_favourite`; +DROP TABLE IF EXISTS `b_favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_favourite` ( +CREATE TABLE `b_favourite` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5064,29 +5081,29 @@ CREATE TABLE `m_favourite` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), - KEY `m_favo_con_ix` (`contextid`), - KEY `m_favo_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `b_favo_con_ix` (`contextid`), + KEY `b_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_favourite` +-- Dumping data for table `b_favourite` -- -LOCK TABLES `m_favourite` WRITE; -/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +LOCK TABLES `b_favourite` WRITE; +/*!40000 ALTER TABLE `b_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_favourite` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback` +-- Table structure for table `b_feedback` -- -DROP TABLE IF EXISTS `m_feedback`; +DROP TABLE IF EXISTS `b_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback` ( +CREATE TABLE `b_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5105,27 +5122,27 @@ CREATE TABLE `m_feedback` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feed_cou_ix` (`course`) + KEY `b_feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback` +-- Dumping data for table `b_feedback` -- -LOCK TABLES `m_feedback` WRITE; -/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +LOCK TABLES `b_feedback` WRITE; +/*!40000 ALTER TABLE `b_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completed` +-- Table structure for table `b_feedback_completed` -- -DROP TABLE IF EXISTS `m_feedback_completed`; +DROP TABLE IF EXISTS `b_feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completed` ( +CREATE TABLE `b_feedback_completed` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5134,29 +5151,29 @@ CREATE TABLE `m_feedback_completed` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use_ix` (`userid`), - KEY `m_feedcomp_fee_ix` (`feedback`), - KEY `m_feedcomp_cou_ix` (`courseid`) + KEY `b_feedcomp_use_ix` (`userid`), + KEY `b_feedcomp_fee_ix` (`feedback`), + KEY `b_feedcomp_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completed` +-- Dumping data for table `b_feedback_completed` -- -LOCK TABLES `m_feedback_completed` WRITE; -/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +LOCK TABLES `b_feedback_completed` WRITE; +/*!40000 ALTER TABLE `b_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completedtmp` +-- Table structure for table `b_feedback_completedtmp` -- -DROP TABLE IF EXISTS `m_feedback_completedtmp`; +DROP TABLE IF EXISTS `b_feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completedtmp` ( +CREATE TABLE `b_feedback_completedtmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5166,28 +5183,28 @@ CREATE TABLE `m_feedback_completedtmp` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use2_ix` (`userid`), - KEY `m_feedcomp_fee2_ix` (`feedback`) + KEY `b_feedcomp_use2_ix` (`userid`), + KEY `b_feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completedtmp` +-- Dumping data for table `b_feedback_completedtmp` -- -LOCK TABLES `m_feedback_completedtmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +LOCK TABLES `b_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_item` +-- Table structure for table `b_feedback_item` -- -DROP TABLE IF EXISTS `m_feedback_item`; +DROP TABLE IF EXISTS `b_feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_item` ( +CREATE TABLE `b_feedback_item` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -5202,80 +5219,80 @@ CREATE TABLE `m_feedback_item` ( `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feeditem_fee_ix` (`feedback`), - KEY `m_feeditem_tem_ix` (`template`) + KEY `b_feeditem_fee_ix` (`feedback`), + KEY `b_feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_item` +-- Dumping data for table `b_feedback_item` -- -LOCK TABLES `m_feedback_item` WRITE; -/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +LOCK TABLES `b_feedback_item` WRITE; +/*!40000 ALTER TABLE `b_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_sitecourse_map` +-- Table structure for table `b_feedback_sitecourse_map` -- -DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +DROP TABLE IF EXISTS `b_feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_sitecourse_map` ( +CREATE TABLE `b_feedback_sitecourse_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedbackid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedsitemap_cou_ix` (`courseid`), - KEY `m_feedsitemap_fee_ix` (`feedbackid`) + KEY `b_feedsitemap_cou_ix` (`courseid`), + KEY `b_feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_sitecourse_map` +-- Dumping data for table `b_feedback_sitecourse_map` -- -LOCK TABLES `m_feedback_sitecourse_map` WRITE; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +LOCK TABLES `b_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_template` +-- Table structure for table `b_feedback_template` -- -DROP TABLE IF EXISTS `m_feedback_template`; +DROP TABLE IF EXISTS `b_feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_template` ( +CREATE TABLE `b_feedback_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feedtemp_cou_ix` (`course`) + KEY `b_feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_template` +-- Dumping data for table `b_feedback_template` -- -LOCK TABLES `m_feedback_template` WRITE; -/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +LOCK TABLES `b_feedback_template` WRITE; +/*!40000 ALTER TABLE `b_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_value` +-- Table structure for table `b_feedback_value` -- -DROP TABLE IF EXISTS `m_feedback_value`; +DROP TABLE IF EXISTS `b_feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_value` ( +CREATE TABLE `b_feedback_value` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5283,29 +5300,29 @@ CREATE TABLE `m_feedback_value` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou_ix` (`course_id`), - KEY `m_feedvalu_ite_ix` (`item`) + UNIQUE KEY `b_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou_ix` (`course_id`), + KEY `b_feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_value` +-- Dumping data for table `b_feedback_value` -- -LOCK TABLES `m_feedback_value` WRITE; -/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +LOCK TABLES `b_feedback_value` WRITE; +/*!40000 ALTER TABLE `b_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_valuetmp` +-- Table structure for table `b_feedback_valuetmp` -- -DROP TABLE IF EXISTS `m_feedback_valuetmp`; +DROP TABLE IF EXISTS `b_feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_valuetmp` ( +CREATE TABLE `b_feedback_valuetmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5313,29 +5330,29 @@ CREATE TABLE `m_feedback_valuetmp` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou2_ix` (`course_id`), - KEY `m_feedvalu_ite2_ix` (`item`) + UNIQUE KEY `b_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou2_ix` (`course_id`), + KEY `b_feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_valuetmp` +-- Dumping data for table `b_feedback_valuetmp` -- -LOCK TABLES `m_feedback_valuetmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +LOCK TABLES `b_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_file_conversion` +-- Table structure for table `b_file_conversion` -- -DROP TABLE IF EXISTS `m_file_conversion`; +DROP TABLE IF EXISTS `b_file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_file_conversion` ( +CREATE TABLE `b_file_conversion` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -5348,29 +5365,29 @@ CREATE TABLE `m_file_conversion` ( `destfileid` bigint DEFAULT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_fileconv_sou_ix` (`sourcefileid`), - KEY `m_fileconv_des_ix` (`destfileid`), - KEY `m_fileconv_use_ix` (`usermodified`) + KEY `b_fileconv_sou_ix` (`sourcefileid`), + KEY `b_fileconv_des_ix` (`destfileid`), + KEY `b_fileconv_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_file_conversion` +-- Dumping data for table `b_file_conversion` -- -LOCK TABLES `m_file_conversion` WRITE; -/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +LOCK TABLES `b_file_conversion` WRITE; +/*!40000 ALTER TABLE `b_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files` +-- Table structure for table `b_files` -- -DROP TABLE IF EXISTS `m_files`; +DROP TABLE IF EXISTS `b_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files` ( +CREATE TABLE `b_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5392,120 +5409,120 @@ CREATE TABLE `m_files` ( `sortorder` bigint NOT NULL DEFAULT '0', `referencefileid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), - KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), - KEY `m_file_con_ix` (`contenthash`), - KEY `m_file_con2_ix` (`contextid`), - KEY `m_file_use_ix` (`userid`), - KEY `m_file_ref_ix` (`referencefileid`), - KEY `m_file_lic_ix` (`license`), - KEY `m_file_fil_ix` (`filename`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; + UNIQUE KEY `b_file_pat_uix` (`pathnamehash`), + KEY `b_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `b_file_con_ix` (`contenthash`), + KEY `b_file_lic_ix` (`license`), + KEY `b_file_fil_ix` (`filename`), + KEY `b_file_con2_ix` (`contextid`), + KEY `b_file_use_ix` (`userid`), + KEY `b_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- Dumping data for table `b_files` -- -LOCK TABLES `m_files` WRITE; -/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; -INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL); -/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +LOCK TABLES `b_files` WRITE; +/*!40000 ALTER TABLE `b_files` DISABLE KEYS */; +INSERT INTO `b_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL); +/*!40000 ALTER TABLE `b_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files_reference` +-- Table structure for table `b_files_reference` -- -DROP TABLE IF EXISTS `m_files_reference`; +DROP TABLE IF EXISTS `b_files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files_reference` ( +CREATE TABLE `b_files_reference` ( `id` bigint NOT NULL AUTO_INCREMENT, `repositoryid` bigint NOT NULL, `lastsync` bigint DEFAULT NULL, `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), - KEY `m_filerefe_rep_ix` (`repositoryid`) + UNIQUE KEY `b_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `b_filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_files_reference` +-- Dumping data for table `b_files_reference` -- -LOCK TABLES `m_files_reference` WRITE; -/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +LOCK TABLES `b_files_reference` WRITE; +/*!40000 ALTER TABLE `b_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_files_reference` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_active` +-- Table structure for table `b_filter_active` -- -DROP TABLE IF EXISTS `m_filter_active`; +DROP TABLE IF EXISTS `b_filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_active` ( +CREATE TABLE `b_filter_active` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `active` smallint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), - KEY `m_filtacti_con_ix` (`contextid`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; + UNIQUE KEY `b_filtacti_confil_uix` (`contextid`,`filter`), + KEY `b_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- Dumping data for table `b_filter_active` -- -LOCK TABLES `m_filter_active` WRITE; -/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; -INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); -/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +LOCK TABLES `b_filter_active` WRITE; +/*!40000 ALTER TABLE `b_filter_active` DISABLE KEYS */; +INSERT INTO `b_filter_active` 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 `b_filter_active` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_config` +-- Table structure for table `b_filter_config` -- -DROP TABLE IF EXISTS `m_filter_config`; +DROP TABLE IF EXISTS `b_filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_config` ( +CREATE TABLE `b_filter_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), - KEY `m_filtconf_con_ix` (`contextid`) + UNIQUE KEY `b_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `b_filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_config` +-- Dumping data for table `b_filter_config` -- -LOCK TABLES `m_filter_config` WRITE; -/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +LOCK TABLES `b_filter_config` WRITE; +/*!40000 ALTER TABLE `b_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_wiris_formulas` +-- Table structure for table `b_filter_wiris_formulas` -- -DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +DROP TABLE IF EXISTS `b_filter_wiris_formulas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_wiris_formulas` ( +CREATE TABLE `b_filter_wiris_formulas` ( `id` bigint NOT NULL AUTO_INCREMENT, `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -5513,27 +5530,27 @@ CREATE TABLE `m_filter_wiris_formulas` ( `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) + UNIQUE KEY `b_filtwiriform_md5_uix` (`md5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_wiris_formulas` +-- Dumping data for table `b_filter_wiris_formulas` -- -LOCK TABLES `m_filter_wiris_formulas` WRITE; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +LOCK TABLES `b_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_folder` +-- Table structure for table `b_folder` -- -DROP TABLE IF EXISTS `m_folder`; +DROP TABLE IF EXISTS `b_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_folder` ( +CREATE TABLE `b_folder` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5546,27 +5563,27 @@ CREATE TABLE `m_folder` ( `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', `forcedownload` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_fold_cou_ix` (`course`) + KEY `b_fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_folder` +-- Dumping data for table `b_folder` -- -LOCK TABLES `m_folder` WRITE; -/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +LOCK TABLES `b_folder` WRITE; +/*!40000 ALTER TABLE `b_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_folder` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum` +-- Table structure for table `b_forum` -- -DROP TABLE IF EXISTS `m_forum`; +DROP TABLE IF EXISTS `b_forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum` ( +CREATE TABLE `b_forum` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', @@ -5597,86 +5614,85 @@ CREATE TABLE `m_forum` ( `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foru_cou_ix` (`course`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; + KEY `b_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum` +-- Dumping data for table `b_forum` -- -LOCK TABLES `m_forum` WRITE; -/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; -INSERT INTO `m_forum` VALUES (1,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1566468838,0,0,0,0,0,0,0,0); -/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +LOCK TABLES `b_forum` WRITE; +/*!40000 ALTER TABLE `b_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_digests` +-- Table structure for table `b_forum_digests` -- -DROP TABLE IF EXISTS `m_forum_digests`; +DROP TABLE IF EXISTS `b_forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_digests` ( +CREATE TABLE `b_forum_digests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `forum` bigint NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), - KEY `m_forudige_use_ix` (`userid`), - KEY `m_forudige_for_ix` (`forum`) + UNIQUE KEY `b_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `b_forudige_use_ix` (`userid`), + KEY `b_forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- Dumping data for table `b_forum_digests` -- -LOCK TABLES `m_forum_digests` WRITE; -/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +LOCK TABLES `b_forum_digests` WRITE; +/*!40000 ALTER TABLE `b_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussion_subs` +-- Table structure for table `b_forum_discussion_subs` -- -DROP TABLE IF EXISTS `m_forum_discussion_subs`; +DROP TABLE IF EXISTS `b_forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussion_subs` ( +CREATE TABLE `b_forum_discussion_subs` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `userid` bigint NOT NULL, `discussion` bigint NOT NULL, `preference` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), - KEY `m_forudiscsubs_for_ix` (`forum`), - KEY `m_forudiscsubs_use_ix` (`userid`), - KEY `m_forudiscsubs_dis_ix` (`discussion`) + UNIQUE KEY `b_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `b_forudiscsubs_for_ix` (`forum`), + KEY `b_forudiscsubs_use_ix` (`userid`), + KEY `b_forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- Dumping data for table `b_forum_discussion_subs` -- -LOCK TABLES `m_forum_discussion_subs` WRITE; -/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +LOCK TABLES `b_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `b_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussions` +-- Table structure for table `b_forum_discussions` -- -DROP TABLE IF EXISTS `m_forum_discussions`; +DROP TABLE IF EXISTS `b_forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussions` ( +CREATE TABLE `b_forum_discussions` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', @@ -5692,30 +5708,30 @@ CREATE TABLE `m_forum_discussions` ( `pinned` tinyint(1) NOT NULL DEFAULT '0', `timelocked` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forudisc_use_ix` (`userid`), - KEY `m_forudisc_cou_ix` (`course`), - KEY `m_forudisc_for_ix` (`forum`), - KEY `m_forudisc_use2_ix` (`usermodified`) + KEY `b_forudisc_use_ix` (`userid`), + KEY `b_forudisc_cou_ix` (`course`), + KEY `b_forudisc_for_ix` (`forum`), + KEY `b_forudisc_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_discussions` +-- Dumping data for table `b_forum_discussions` -- -LOCK TABLES `m_forum_discussions` WRITE; -/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +LOCK TABLES `b_forum_discussions` WRITE; +/*!40000 ALTER TABLE `b_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_grades` +-- Table structure for table `b_forum_grades` -- -DROP TABLE IF EXISTS `m_forum_grades`; +DROP TABLE IF EXISTS `b_forum_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_grades` ( +CREATE TABLE `b_forum_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `itemnumber` bigint NOT NULL, @@ -5724,29 +5740,29 @@ CREATE TABLE `m_forum_grades` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), - KEY `m_forugrad_use_ix` (`userid`), - KEY `m_forugrad_for_ix` (`forum`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `b_forugrad_use_ix` (`userid`), + KEY `b_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_grades` +-- Dumping data for table `b_forum_grades` -- -LOCK TABLES `m_forum_grades` WRITE; -/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +LOCK TABLES `b_forum_grades` WRITE; +/*!40000 ALTER TABLE `b_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_posts` +-- Table structure for table `b_forum_posts` -- -DROP TABLE IF EXISTS `m_forum_posts`; +DROP TABLE IF EXISTS `b_forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_posts` ( +CREATE TABLE `b_forum_posts` ( `id` bigint NOT NULL AUTO_INCREMENT, `discussion` bigint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', @@ -5761,66 +5777,66 @@ CREATE TABLE `m_forum_posts` ( `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `totalscore` smallint NOT NULL DEFAULT '0', `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', `privatereplyto` bigint NOT NULL DEFAULT '0', `wordcount` bigint DEFAULT NULL, `charcount` bigint DEFAULT NULL, - `deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forupost_use_ix` (`userid`), - KEY `m_forupost_cre_ix` (`created`), - KEY `m_forupost_mai_ix` (`mailed`), - KEY `m_forupost_dis_ix` (`discussion`), - KEY `m_forupost_par_ix` (`parent`), - KEY `m_forupost_pri_ix` (`privatereplyto`) + KEY `b_forupost_use_ix` (`userid`), + KEY `b_forupost_cre_ix` (`created`), + KEY `b_forupost_mai_ix` (`mailed`), + KEY `b_forupost_pri_ix` (`privatereplyto`), + KEY `b_forupost_dis_ix` (`discussion`), + KEY `b_forupost_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_posts` +-- Dumping data for table `b_forum_posts` -- -LOCK TABLES `m_forum_posts` WRITE; -/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +LOCK TABLES `b_forum_posts` WRITE; +/*!40000 ALTER TABLE `b_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_queue` +-- Table structure for table `b_forum_queue` -- -DROP TABLE IF EXISTS `m_forum_queue`; +DROP TABLE IF EXISTS `b_forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_queue` ( +CREATE TABLE `b_forum_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruqueu_use_ix` (`userid`), - KEY `m_foruqueu_dis_ix` (`discussionid`), - KEY `m_foruqueu_pos_ix` (`postid`) + KEY `b_foruqueu_use_ix` (`userid`), + KEY `b_foruqueu_dis_ix` (`discussionid`), + KEY `b_foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- Dumping data for table `b_forum_queue` -- -LOCK TABLES `m_forum_queue` WRITE; -/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +LOCK TABLES `b_forum_queue` WRITE; +/*!40000 ALTER TABLE `b_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_read` +-- Table structure for table `b_forum_read` -- -DROP TABLE IF EXISTS `m_forum_read`; +DROP TABLE IF EXISTS `b_forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_read` ( +CREATE TABLE `b_forum_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', @@ -5829,82 +5845,82 @@ CREATE TABLE `m_forum_read` ( `firstread` bigint NOT NULL DEFAULT '0', `lastread` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruread_posuse_ix` (`postid`,`userid`), - KEY `m_foruread_use_ix` (`userid`), - KEY `m_foruread_foruse_ix` (`forumid`,`userid`), - KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) + KEY `b_foruread_foruse_ix` (`forumid`,`userid`), + KEY `b_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `b_foruread_posuse_ix` (`postid`,`userid`), + KEY `b_foruread_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_read` +-- Dumping data for table `b_forum_read` -- -LOCK TABLES `m_forum_read` WRITE; -/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +LOCK TABLES `b_forum_read` WRITE; +/*!40000 ALTER TABLE `b_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_subscriptions` +-- Table structure for table `b_forum_subscriptions` -- -DROP TABLE IF EXISTS `m_forum_subscriptions`; +DROP TABLE IF EXISTS `b_forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_subscriptions` ( +CREATE TABLE `b_forum_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), - KEY `m_forusubs_use_ix` (`userid`), - KEY `m_forusubs_for_ix` (`forum`) + UNIQUE KEY `b_forusubs_usefor_uix` (`userid`,`forum`), + KEY `b_forusubs_use_ix` (`userid`), + KEY `b_forusubs_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- Dumping data for table `b_forum_subscriptions` -- -LOCK TABLES `m_forum_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +LOCK TABLES `b_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_track_prefs` +-- Table structure for table `b_forum_track_prefs` -- -DROP TABLE IF EXISTS `m_forum_track_prefs`; +DROP TABLE IF EXISTS `b_forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_track_prefs` ( +CREATE TABLE `b_forum_track_prefs` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) + KEY `b_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_track_prefs` +-- Dumping data for table `b_forum_track_prefs` -- -LOCK TABLES `m_forum_track_prefs` WRITE; -/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +LOCK TABLES `b_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `b_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary` +-- Table structure for table `b_glossary` -- -DROP TABLE IF EXISTS `m_glossary`; +DROP TABLE IF EXISTS `b_glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary` ( +CREATE TABLE `b_glossary` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5934,78 +5950,78 @@ CREATE TABLE `m_glossary` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionentries` int NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glos_cou_ix` (`course`) + KEY `b_glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary` +-- Dumping data for table `b_glossary` -- -LOCK TABLES `m_glossary` WRITE; -/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +LOCK TABLES `b_glossary` WRITE; +/*!40000 ALTER TABLE `b_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_alias` +-- Table structure for table `b_glossary_alias` -- -DROP TABLE IF EXISTS `m_glossary_alias`; +DROP TABLE IF EXISTS `b_glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_alias` ( +CREATE TABLE `b_glossary_alias` ( `id` bigint NOT NULL AUTO_INCREMENT, `entryid` bigint NOT NULL DEFAULT '0', `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_glosalia_ent_ix` (`entryid`) + KEY `b_glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_alias` +-- Dumping data for table `b_glossary_alias` -- -LOCK TABLES `m_glossary_alias` WRITE; -/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +LOCK TABLES `b_glossary_alias` WRITE; +/*!40000 ALTER TABLE `b_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_categories` +-- Table structure for table `b_glossary_categories` -- -DROP TABLE IF EXISTS `m_glossary_categories`; +DROP TABLE IF EXISTS `b_glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_categories` ( +CREATE TABLE `b_glossary_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `usedynalink` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_gloscate_glo_ix` (`glossaryid`) + KEY `b_gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_categories` +-- Dumping data for table `b_glossary_categories` -- -LOCK TABLES `m_glossary_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +LOCK TABLES `b_glossary_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries` +-- Table structure for table `b_glossary_entries` -- -DROP TABLE IF EXISTS `m_glossary_entries`; +DROP TABLE IF EXISTS `b_glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries` ( +CREATE TABLE `b_glossary_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -6023,55 +6039,55 @@ CREATE TABLE `m_glossary_entries` ( `fullmatch` tinyint NOT NULL DEFAULT '1', `approved` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_glosentr_use_ix` (`userid`), - KEY `m_glosentr_con_ix` (`concept`), - KEY `m_glosentr_glo_ix` (`glossaryid`) + KEY `b_glosentr_use_ix` (`userid`), + KEY `b_glosentr_con_ix` (`concept`), + KEY `b_glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries` +-- Dumping data for table `b_glossary_entries` -- -LOCK TABLES `m_glossary_entries` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +LOCK TABLES `b_glossary_entries` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries_categories` +-- Table structure for table `b_glossary_entries_categories` -- -DROP TABLE IF EXISTS `m_glossary_entries_categories`; +DROP TABLE IF EXISTS `b_glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries_categories` ( +CREATE TABLE `b_glossary_entries_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL DEFAULT '0', `entryid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glosentrcate_cat_ix` (`categoryid`), - KEY `m_glosentrcate_ent_ix` (`entryid`) + KEY `b_glosentrcate_cat_ix` (`categoryid`), + KEY `b_glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries_categories` +-- Dumping data for table `b_glossary_entries_categories` -- -LOCK TABLES `m_glossary_entries_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +LOCK TABLES `b_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_formats` +-- Table structure for table `b_glossary_formats` -- -DROP TABLE IF EXISTS `m_glossary_formats`; +DROP TABLE IF EXISTS `b_glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_formats` ( +CREATE TABLE `b_glossary_formats` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6087,23 +6103,23 @@ CREATE TABLE `m_glossary_formats` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_formats` +-- Dumping data for table `b_glossary_formats` -- -LOCK TABLES `m_glossary_formats` WRITE; -/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; -INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); -/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +LOCK TABLES `b_glossary_formats` WRITE; +/*!40000 ALTER TABLE `b_glossary_formats` DISABLE KEYS */; +INSERT INTO `b_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `b_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories` +-- Table structure for table `b_grade_categories` -- -DROP TABLE IF EXISTS `m_grade_categories`; +DROP TABLE IF EXISTS `b_grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories` ( +CREATE TABLE `b_grade_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, @@ -6119,28 +6135,28 @@ CREATE TABLE `m_grade_categories` ( `timemodified` bigint NOT NULL, `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcate_cou_ix` (`courseid`), - KEY `m_gradcate_par_ix` (`parent`) + KEY `b_gradcate_cou_ix` (`courseid`), + KEY `b_gradcate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- Dumping data for table `b_grade_categories` -- -LOCK TABLES `m_grade_categories` WRITE; -/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +LOCK TABLES `b_grade_categories` WRITE; +/*!40000 ALTER TABLE `b_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories_history` +-- Table structure for table `b_grade_categories_history` -- -DROP TABLE IF EXISTS `m_grade_categories_history`; +DROP TABLE IF EXISTS `b_grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories_history` ( +CREATE TABLE `b_grade_categories_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6160,32 +6176,32 @@ CREATE TABLE `m_grade_categories_history` ( `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcatehist_act_ix` (`action`), - KEY `m_gradcatehist_tim_ix` (`timemodified`), - KEY `m_gradcatehist_old_ix` (`oldid`), - KEY `m_gradcatehist_cou_ix` (`courseid`), - KEY `m_gradcatehist_par_ix` (`parent`), - KEY `m_gradcatehist_log_ix` (`loggeduser`) + KEY `b_gradcatehist_act_ix` (`action`), + KEY `b_gradcatehist_tim_ix` (`timemodified`), + KEY `b_gradcatehist_old_ix` (`oldid`), + KEY `b_gradcatehist_cou_ix` (`courseid`), + KEY `b_gradcatehist_par_ix` (`parent`), + KEY `b_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_categories_history` +-- Dumping data for table `b_grade_categories_history` -- -LOCK TABLES `m_grade_categories_history` WRITE; -/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +LOCK TABLES `b_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `b_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades` +-- Table structure for table `b_grade_grades` -- -DROP TABLE IF EXISTS `m_grade_grades`; +DROP TABLE IF EXISTS `b_grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades` ( +CREATE TABLE `b_grade_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -6210,32 +6226,32 @@ CREATE TABLE `m_grade_grades` ( `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), - KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), - KEY `m_gradgrad_ite_ix` (`itemid`), - KEY `m_gradgrad_use_ix` (`userid`), - KEY `m_gradgrad_raw_ix` (`rawscaleid`), - KEY `m_gradgrad_use2_ix` (`usermodified`) + UNIQUE KEY `b_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `b_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `b_gradgrad_ite_ix` (`itemid`), + KEY `b_gradgrad_use_ix` (`userid`), + KEY `b_gradgrad_raw_ix` (`rawscaleid`), + KEY `b_gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- Dumping data for table `b_grade_grades` -- -LOCK TABLES `m_grade_grades` WRITE; -/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +LOCK TABLES `b_grade_grades` WRITE; +/*!40000 ALTER TABLE `b_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades_history` +-- Table structure for table `b_grade_grades_history` -- -DROP TABLE IF EXISTS `m_grade_grades_history`; +DROP TABLE IF EXISTS `b_grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades_history` ( +CREATE TABLE `b_grade_grades_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6261,61 +6277,61 @@ CREATE TABLE `m_grade_grades_history` ( `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `informationformat` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradgradhist_act_ix` (`action`), - KEY `m_gradgradhist_tim_ix` (`timemodified`), - KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), - KEY `m_gradgradhist_old_ix` (`oldid`), - KEY `m_gradgradhist_ite_ix` (`itemid`), - KEY `m_gradgradhist_use_ix` (`userid`), - KEY `m_gradgradhist_raw_ix` (`rawscaleid`), - KEY `m_gradgradhist_use2_ix` (`usermodified`), - KEY `m_gradgradhist_log_ix` (`loggeduser`) + KEY `b_gradgradhist_act_ix` (`action`), + KEY `b_gradgradhist_tim_ix` (`timemodified`), + KEY `b_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `b_gradgradhist_old_ix` (`oldid`), + KEY `b_gradgradhist_ite_ix` (`itemid`), + KEY `b_gradgradhist_use_ix` (`userid`), + KEY `b_gradgradhist_raw_ix` (`rawscaleid`), + KEY `b_gradgradhist_use2_ix` (`usermodified`), + KEY `b_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_grades_history` +-- Dumping data for table `b_grade_grades_history` -- -LOCK TABLES `m_grade_grades_history` WRITE; -/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +LOCK TABLES `b_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `b_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_newitem` +-- Table structure for table `b_grade_import_newitem` -- -DROP TABLE IF EXISTS `m_grade_import_newitem`; +DROP TABLE IF EXISTS `b_grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_newitem` ( +CREATE TABLE `b_grade_import_newitem` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `importcode` bigint NOT NULL, `importer` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradimponewi_imp_ix` (`importer`) + KEY `b_gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- Dumping data for table `b_grade_import_newitem` -- -LOCK TABLES `m_grade_import_newitem` WRITE; -/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +LOCK TABLES `b_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `b_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_values` +-- Table structure for table `b_grade_import_values` -- -DROP TABLE IF EXISTS `m_grade_import_values`; +DROP TABLE IF EXISTS `b_grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_values` ( +CREATE TABLE `b_grade_import_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint DEFAULT NULL, `newgradeitem` bigint DEFAULT NULL, @@ -6326,30 +6342,30 @@ CREATE TABLE `m_grade_import_values` ( `importer` bigint DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradimpovalu_ite_ix` (`itemid`), - KEY `m_gradimpovalu_new_ix` (`newgradeitem`), - KEY `m_gradimpovalu_imp_ix` (`importer`), - KEY `m_gradimpovalu_use_ix` (`userid`) + KEY `b_gradimpovalu_ite_ix` (`itemid`), + KEY `b_gradimpovalu_new_ix` (`newgradeitem`), + KEY `b_gradimpovalu_imp_ix` (`importer`), + KEY `b_gradimpovalu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_import_values` +-- Dumping data for table `b_grade_import_values` -- -LOCK TABLES `m_grade_import_values` WRITE; -/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +LOCK TABLES `b_grade_import_values` WRITE; +/*!40000 ALTER TABLE `b_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items` +-- Table structure for table `b_grade_items` -- -DROP TABLE IF EXISTS `m_grade_items`; +DROP TABLE IF EXISTS `b_grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items` ( +CREATE TABLE `b_grade_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, @@ -6382,35 +6398,35 @@ CREATE TABLE `m_grade_items` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_graditem_locloc_ix` (`locked`,`locktime`), - KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), - KEY `m_graditem_gra_ix` (`gradetype`), - KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), - KEY `m_graditem_cou_ix` (`courseid`), - KEY `m_graditem_cat_ix` (`categoryid`), - KEY `m_graditem_sca_ix` (`scaleid`), - KEY `m_graditem_out_ix` (`outcomeid`), - KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) + KEY `b_graditem_locloc_ix` (`locked`,`locktime`), + KEY `b_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `b_graditem_gra_ix` (`gradetype`), + KEY `b_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `b_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `b_graditem_cou_ix` (`courseid`), + KEY `b_graditem_cat_ix` (`categoryid`), + KEY `b_graditem_sca_ix` (`scaleid`), + KEY `b_graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- Dumping data for table `b_grade_items` -- -LOCK TABLES `m_grade_items` WRITE; -/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +LOCK TABLES `b_grade_items` WRITE; +/*!40000 ALTER TABLE `b_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items_history` +-- Table structure for table `b_grade_items_history` -- -DROP TABLE IF EXISTS `m_grade_items_history`; +DROP TABLE IF EXISTS `b_grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items_history` ( +CREATE TABLE `b_grade_items_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6446,60 +6462,60 @@ CREATE TABLE `m_grade_items_history` ( `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_graditemhist_act_ix` (`action`), - KEY `m_graditemhist_tim_ix` (`timemodified`), - KEY `m_graditemhist_old_ix` (`oldid`), - KEY `m_graditemhist_cou_ix` (`courseid`), - KEY `m_graditemhist_cat_ix` (`categoryid`), - KEY `m_graditemhist_sca_ix` (`scaleid`), - KEY `m_graditemhist_out_ix` (`outcomeid`), - KEY `m_graditemhist_log_ix` (`loggeduser`) + KEY `b_graditemhist_act_ix` (`action`), + KEY `b_graditemhist_tim_ix` (`timemodified`), + KEY `b_graditemhist_old_ix` (`oldid`), + KEY `b_graditemhist_cou_ix` (`courseid`), + KEY `b_graditemhist_cat_ix` (`categoryid`), + KEY `b_graditemhist_sca_ix` (`scaleid`), + KEY `b_graditemhist_out_ix` (`outcomeid`), + KEY `b_graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_items_history` +-- Dumping data for table `b_grade_items_history` -- -LOCK TABLES `m_grade_items_history` WRITE; -/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +LOCK TABLES `b_grade_items_history` WRITE; +/*!40000 ALTER TABLE `b_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_letters` +-- Table structure for table `b_grade_letters` -- -DROP TABLE IF EXISTS `m_grade_letters`; +DROP TABLE IF EXISTS `b_grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_letters` ( +CREATE TABLE `b_grade_letters` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) + UNIQUE KEY `b_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- Dumping data for table `b_grade_letters` -- -LOCK TABLES `m_grade_letters` WRITE; -/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +LOCK TABLES `b_grade_letters` WRITE; +/*!40000 ALTER TABLE `b_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes` +-- Table structure for table `b_grade_outcomes` -- -DROP TABLE IF EXISTS `m_grade_outcomes`; +DROP TABLE IF EXISTS `b_grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes` ( +CREATE TABLE `b_grade_outcomes` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6511,57 +6527,57 @@ CREATE TABLE `m_grade_outcomes` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), - KEY `m_gradoutc_cou_ix` (`courseid`), - KEY `m_gradoutc_sca_ix` (`scaleid`), - KEY `m_gradoutc_use_ix` (`usermodified`) + UNIQUE KEY `b_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `b_gradoutc_cou_ix` (`courseid`), + KEY `b_gradoutc_sca_ix` (`scaleid`), + KEY `b_gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- Dumping data for table `b_grade_outcomes` -- -LOCK TABLES `m_grade_outcomes` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_courses` +-- Table structure for table `b_grade_outcomes_courses` -- -DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +DROP TABLE IF EXISTS `b_grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_courses` ( +CREATE TABLE `b_grade_outcomes_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `outcomeid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), - KEY `m_gradoutccour_cou_ix` (`courseid`), - KEY `m_gradoutccour_out_ix` (`outcomeid`) + UNIQUE KEY `b_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `b_gradoutccour_cou_ix` (`courseid`), + KEY `b_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_courses` +-- Dumping data for table `b_grade_outcomes_courses` -- -LOCK TABLES `m_grade_outcomes_courses` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_history` +-- Table structure for table `b_grade_outcomes_history` -- -DROP TABLE IF EXISTS `m_grade_outcomes_history`; +DROP TABLE IF EXISTS `b_grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_history` ( +CREATE TABLE `b_grade_outcomes_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6575,87 +6591,87 @@ CREATE TABLE `m_grade_outcomes_history` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradoutchist_act_ix` (`action`), - KEY `m_gradoutchist_tim_ix` (`timemodified`), - KEY `m_gradoutchist_old_ix` (`oldid`), - KEY `m_gradoutchist_cou_ix` (`courseid`), - KEY `m_gradoutchist_sca_ix` (`scaleid`), - KEY `m_gradoutchist_log_ix` (`loggeduser`) + KEY `b_gradoutchist_act_ix` (`action`), + KEY `b_gradoutchist_tim_ix` (`timemodified`), + KEY `b_gradoutchist_old_ix` (`oldid`), + KEY `b_gradoutchist_cou_ix` (`courseid`), + KEY `b_gradoutchist_sca_ix` (`scaleid`), + KEY `b_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_history` +-- Dumping data for table `b_grade_outcomes_history` -- -LOCK TABLES `m_grade_outcomes_history` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_settings` +-- Table structure for table `b_grade_settings` -- -DROP TABLE IF EXISTS `m_grade_settings`; +DROP TABLE IF EXISTS `b_grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_settings` ( +CREATE TABLE `b_grade_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), - KEY `m_gradsett_cou_ix` (`courseid`) + UNIQUE KEY `b_gradsett_counam_uix` (`courseid`,`name`), + KEY `b_gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_settings` +-- Dumping data for table `b_grade_settings` -- -LOCK TABLES `m_grade_settings` WRITE; -/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +LOCK TABLES `b_grade_settings` WRITE; +/*!40000 ALTER TABLE `b_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_areas` +-- Table structure for table `b_grading_areas` -- -DROP TABLE IF EXISTS `m_grading_areas`; +DROP TABLE IF EXISTS `b_grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_areas` ( +CREATE TABLE `b_grading_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), - KEY `m_gradarea_con_ix` (`contextid`) + UNIQUE KEY `b_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `b_gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grading_areas` +-- Dumping data for table `b_grading_areas` -- -LOCK TABLES `m_grading_areas` WRITE; -/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +LOCK TABLES `b_grading_areas` WRITE; +/*!40000 ALTER TABLE `b_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_definitions` +-- Table structure for table `b_grading_definitions` -- -DROP TABLE IF EXISTS `m_grading_definitions`; +DROP TABLE IF EXISTS `b_grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_definitions` ( +CREATE TABLE `b_grading_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6671,30 +6687,30 @@ CREATE TABLE `m_grading_definitions` ( `timecopied` bigint DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), - KEY `m_graddefi_are_ix` (`areaid`), - KEY `m_graddefi_use_ix` (`usermodified`), - KEY `m_graddefi_use2_ix` (`usercreated`) + UNIQUE KEY `b_graddefi_aremet_uix` (`areaid`,`method`), + KEY `b_graddefi_are_ix` (`areaid`), + KEY `b_graddefi_use_ix` (`usermodified`), + KEY `b_graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- Dumping data for table `b_grading_definitions` -- -LOCK TABLES `m_grading_definitions` WRITE; -/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +LOCK TABLES `b_grading_definitions` WRITE; +/*!40000 ALTER TABLE `b_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_instances` +-- Table structure for table `b_grading_instances` -- -DROP TABLE IF EXISTS `m_grading_instances`; +DROP TABLE IF EXISTS `b_grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_instances` ( +CREATE TABLE `b_grading_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `raterid` bigint NOT NULL, @@ -6705,55 +6721,55 @@ CREATE TABLE `m_grading_instances` ( `feedbackformat` tinyint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradinst_def_ix` (`definitionid`), - KEY `m_gradinst_rat_ix` (`raterid`) + KEY `b_gradinst_def_ix` (`definitionid`), + KEY `b_gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- Dumping data for table `b_grading_instances` -- -LOCK TABLES `m_grading_instances` WRITE; -/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +LOCK TABLES `b_grading_instances` WRITE; +/*!40000 ALTER TABLE `b_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_comments` +-- Table structure for table `b_gradingform_guide_comments` -- -DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +DROP TABLE IF EXISTS `b_gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_comments` ( +CREATE TABLE `b_gradingform_guide_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcomm_def_ix` (`definitionid`) + KEY `b_gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_comments` +-- Dumping data for table `b_gradingform_guide_comments` -- -LOCK TABLES `m_gradingform_guide_comments` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_criteria` +-- Table structure for table `b_gradingform_guide_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +DROP TABLE IF EXISTS `b_gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_criteria` ( +CREATE TABLE `b_gradingform_guide_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, @@ -6764,27 +6780,27 @@ CREATE TABLE `m_gradingform_guide_criteria` ( `descriptionmarkersformat` tinyint DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcrit_def_ix` (`definitionid`) + KEY `b_gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_criteria` +-- Dumping data for table `b_gradingform_guide_criteria` -- -LOCK TABLES `m_gradingform_guide_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_fillings` +-- Table structure for table `b_gradingform_guide_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +DROP TABLE IF EXISTS `b_gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_fillings` ( +CREATE TABLE `b_gradingform_guide_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6792,56 +6808,56 @@ CREATE TABLE `m_gradingform_guide_fillings` ( `remarkformat` tinyint DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradguidfill_ins_ix` (`instanceid`), - KEY `m_gradguidfill_cri_ix` (`criterionid`) + UNIQUE KEY `b_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradguidfill_ins_ix` (`instanceid`), + KEY `b_gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- Dumping data for table `b_gradingform_guide_fillings` -- -LOCK TABLES `m_gradingform_guide_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_criteria` +-- Table structure for table `b_gradingform_rubric_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +DROP TABLE IF EXISTS `b_gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_criteria` ( +CREATE TABLE `b_gradingform_rubric_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrcrit_def_ix` (`definitionid`) + KEY `b_gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_criteria` +-- Dumping data for table `b_gradingform_rubric_criteria` -- -LOCK TABLES `m_gradingform_rubric_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_fillings` +-- Table structure for table `b_gradingform_rubric_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +DROP TABLE IF EXISTS `b_gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_fillings` ( +CREATE TABLE `b_gradingform_rubric_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6849,57 +6865,57 @@ CREATE TABLE `m_gradingform_rubric_fillings` ( `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `remarkformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradrubrfill_lev_ix` (`levelid`), - KEY `m_gradrubrfill_ins_ix` (`instanceid`), - KEY `m_gradrubrfill_cri_ix` (`criterionid`) + UNIQUE KEY `b_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradrubrfill_lev_ix` (`levelid`), + KEY `b_gradrubrfill_ins_ix` (`instanceid`), + KEY `b_gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- Dumping data for table `b_gradingform_rubric_fillings` -- -LOCK TABLES `m_gradingform_rubric_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_levels` +-- Table structure for table `b_gradingform_rubric_levels` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +DROP TABLE IF EXISTS `b_gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_levels` ( +CREATE TABLE `b_gradingform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `criterionid` bigint NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrleve_cri_ix` (`criterionid`) + KEY `b_gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_levels` +-- Dumping data for table `b_gradingform_rubric_levels` -- -LOCK TABLES `m_gradingform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings` +-- Table structure for table `b_groupings` -- -DROP TABLE IF EXISTS `m_groupings`; +DROP TABLE IF EXISTS `b_groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings` ( +CREATE TABLE `b_groupings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6910,55 +6926,55 @@ CREATE TABLE `m_groupings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn2_ix` (`idnumber`), - KEY `m_grou_cou2_ix` (`courseid`) + KEY `b_grou_idn2_ix` (`idnumber`), + KEY `b_grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- Dumping data for table `b_groupings` -- -LOCK TABLES `m_groupings` WRITE; -/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +LOCK TABLES `b_groupings` WRITE; +/*!40000 ALTER TABLE `b_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings_groups` +-- Table structure for table `b_groupings_groups` -- -DROP TABLE IF EXISTS `m_groupings_groups`; +DROP TABLE IF EXISTS `b_groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings_groups` ( +CREATE TABLE `b_groupings_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupingid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grougrou_gro_ix` (`groupingid`), - KEY `m_grougrou_gro2_ix` (`groupid`) + KEY `b_grougrou_gro_ix` (`groupingid`), + KEY `b_grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- Dumping data for table `b_groupings_groups` -- -LOCK TABLES `m_groupings_groups` WRITE; -/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +LOCK TABLES `b_groupings_groups` WRITE; +/*!40000 ALTER TABLE `b_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups` +-- Table structure for table `b_groups` -- -DROP TABLE IF EXISTS `m_groups`; +DROP TABLE IF EXISTS `b_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups` ( +CREATE TABLE `b_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6967,33 +6983,31 @@ CREATE TABLE `m_groups` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `picture` bigint NOT NULL DEFAULT '0', - `visibility` tinyint(1) NOT NULL DEFAULT '0', - `participation` tinyint(1) NOT NULL DEFAULT '1', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn_ix` (`idnumber`), - KEY `m_grou_cou_ix` (`courseid`) + KEY `b_grou_idn_ix` (`idnumber`), + KEY `b_grou_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups` +-- Dumping data for table `b_groups` -- -LOCK TABLES `m_groups` WRITE; -/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +LOCK TABLES `b_groups` WRITE; +/*!40000 ALTER TABLE `b_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups_members` +-- Table structure for table `b_groups_members` -- -DROP TABLE IF EXISTS `m_groups_members`; +DROP TABLE IF EXISTS `b_groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups_members` ( +CREATE TABLE `b_groups_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7001,29 +7015,29 @@ CREATE TABLE `m_groups_members` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), - KEY `m_groumemb_gro_ix` (`groupid`), - KEY `m_groumemb_use_ix` (`userid`) + UNIQUE KEY `b_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `b_groumemb_gro_ix` (`groupid`), + KEY `b_groumemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups_members` +-- Dumping data for table `b_groups_members` -- -LOCK TABLES `m_groups_members` WRITE; -/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +LOCK TABLES `b_groups_members` WRITE; +/*!40000 ALTER TABLE `b_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p` +-- Table structure for table `b_h5p` -- -DROP TABLE IF EXISTS `m_h5p`; +DROP TABLE IF EXISTS `b_h5p`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p` ( +CREATE TABLE `b_h5p` ( `id` bigint NOT NULL AUTO_INCREMENT, `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `mainlibraryid` bigint NOT NULL, @@ -7034,28 +7048,28 @@ CREATE TABLE `m_h5p` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_h5p_mai_ix` (`mainlibraryid`), - KEY `m_h5p_pat_ix` (`pathnamehash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5p_pat_ix` (`pathnamehash`), + KEY `b_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p` +-- Dumping data for table `b_h5p` -- -LOCK TABLES `m_h5p` WRITE; -/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +LOCK TABLES `b_h5p` WRITE; +/*!40000 ALTER TABLE `b_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_contents_libraries` +-- Table structure for table `b_h5p_contents_libraries` -- -DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +DROP TABLE IF EXISTS `b_h5p_contents_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_contents_libraries` ( +CREATE TABLE `b_h5p_contents_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pid` bigint NOT NULL, `libraryid` bigint NOT NULL, @@ -7063,28 +7077,28 @@ CREATE TABLE `m_h5p_contents_libraries` ( `dropcss` tinyint(1) NOT NULL, `weight` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), - KEY `m_h5pcontlibr_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `b_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_contents_libraries` +-- Dumping data for table `b_h5p_contents_libraries` -- -LOCK TABLES `m_h5p_contents_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +LOCK TABLES `b_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries` +-- Table structure for table `b_h5p_libraries` -- -DROP TABLE IF EXISTS `m_h5p_libraries`; +DROP TABLE IF EXISTS `b_h5p_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries` ( +CREATE TABLE `b_h5p_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7106,79 +7120,79 @@ CREATE TABLE `m_h5p_libraries` ( `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `enabled` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries` +-- Dumping data for table `b_h5p_libraries` -- -LOCK TABLES `m_h5p_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +LOCK TABLES `b_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries_cachedassets` +-- Table structure for table `b_h5p_libraries_cachedassets` -- -DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +DROP TABLE IF EXISTS `b_h5p_libraries_cachedassets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries_cachedassets` ( +CREATE TABLE `b_h5p_libraries_cachedassets` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrcach_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries_cachedassets` +-- Dumping data for table `b_h5p_libraries_cachedassets` -- -LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +LOCK TABLES `b_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_library_dependencies` +-- Table structure for table `b_h5p_library_dependencies` -- -DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +DROP TABLE IF EXISTS `b_h5p_library_dependencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_library_dependencies` ( +CREATE TABLE `b_h5p_library_dependencies` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `requiredlibraryid` bigint NOT NULL, `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrdepe_lib_ix` (`libraryid`), - KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibrdepe_lib_ix` (`libraryid`), + KEY `b_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_library_dependencies` +-- Dumping data for table `b_h5p_library_dependencies` -- -LOCK TABLES `m_h5p_library_dependencies` WRITE; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +LOCK TABLES `b_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity` +-- Table structure for table `b_h5pactivity` -- -DROP TABLE IF EXISTS `m_h5pactivity`; +DROP TABLE IF EXISTS `b_h5pactivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity` ( +CREATE TABLE `b_h5pactivity` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7192,27 +7206,27 @@ CREATE TABLE `m_h5pactivity` ( `grademethod` smallint NOT NULL DEFAULT '1', `reviewmode` smallint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5pa_cou_ix` (`course`) + KEY `b_h5pa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity` +-- Dumping data for table `b_h5pactivity` -- -LOCK TABLES `m_h5pactivity` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts` +-- Table structure for table `b_h5pactivity_attempts` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +DROP TABLE IF EXISTS `b_h5pactivity_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts` ( +CREATE TABLE `b_h5pactivity_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pactivityid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7226,31 +7240,31 @@ CREATE TABLE `m_h5pactivity_attempts` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), - KEY `m_h5paatte_tim_ix` (`timecreated`), - KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), - KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), - KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) + UNIQUE KEY `b_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `b_h5paatte_tim_ix` (`timecreated`), + KEY `b_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `b_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `b_h5paatte_h5p_ix` (`h5pactivityid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts` +-- Dumping data for table `b_h5pactivity_attempts` -- -LOCK TABLES `m_h5pactivity_attempts` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts_results` +-- Table structure for table `b_h5pactivity_attempts_results` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +DROP TABLE IF EXISTS `b_h5pactivity_attempts_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts_results` ( +CREATE TABLE `b_h5pactivity_attempts_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptid` bigint NOT NULL, `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -7266,28 +7280,28 @@ CREATE TABLE `m_h5pactivity_attempts_results` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), - KEY `m_h5paatteresu_att_ix` (`attemptid`) + KEY `b_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `b_h5paatteresu_att_ix` (`attemptid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts_results` +-- Dumping data for table `b_h5pactivity_attempts_results` -- -LOCK TABLES `m_h5pactivity_attempts_results` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_imscp` +-- Table structure for table `b_imscp` -- -DROP TABLE IF EXISTS `m_imscp`; +DROP TABLE IF EXISTS `b_imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_imscp` ( +CREATE TABLE `b_imscp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7298,27 +7312,27 @@ CREATE TABLE `m_imscp` ( `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_imsc_cou_ix` (`course`) + KEY `b_imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_imscp` +-- Dumping data for table `b_imscp` -- -LOCK TABLES `m_imscp` WRITE; -/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +LOCK TABLES `b_imscp` WRITE; +/*!40000 ALTER TABLE `b_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_imscp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_infected_files` +-- Table structure for table `b_infected_files` -- -DROP TABLE IF EXISTS `m_infected_files`; +DROP TABLE IF EXISTS `b_infected_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_infected_files` ( +CREATE TABLE `b_infected_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7326,27 +7340,27 @@ CREATE TABLE `m_infected_files` ( `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_infefile_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_infected_files` +-- Dumping data for table `b_infected_files` -- -LOCK TABLES `m_infected_files` WRITE; -/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +LOCK TABLES `b_infected_files` WRITE; +/*!40000 ALTER TABLE `b_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_infected_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_label` +-- Table structure for table `b_label` -- -DROP TABLE IF EXISTS `m_label`; +DROP TABLE IF EXISTS `b_label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_label` ( +CREATE TABLE `b_label` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7354,27 +7368,27 @@ CREATE TABLE `m_label` ( `introformat` smallint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_labe_cou_ix` (`course`) + KEY `b_labe_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_label` +-- Dumping data for table `b_label` -- -LOCK TABLES `m_label` WRITE; -/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +LOCK TABLES `b_label` WRITE; +/*!40000 ALTER TABLE `b_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_label` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson` +-- Table structure for table `b_lesson` -- -DROP TABLE IF EXISTS `m_lesson`; +DROP TABLE IF EXISTS `b_lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson` ( +CREATE TABLE `b_lesson` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7418,27 +7432,27 @@ CREATE TABLE `m_lesson` ( `completiontimespent` bigint DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_less_cou_ix` (`course`) + KEY `b_less_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson` +-- Dumping data for table `b_lesson` -- -LOCK TABLES `m_lesson` WRITE; -/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +LOCK TABLES `b_lesson` WRITE; +/*!40000 ALTER TABLE `b_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_answers` +-- Table structure for table `b_lesson_answers` -- -DROP TABLE IF EXISTS `m_lesson_answers`; +DROP TABLE IF EXISTS `b_lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_answers` ( +CREATE TABLE `b_lesson_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7453,28 +7467,28 @@ CREATE TABLE `m_lesson_answers` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `responseformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessansw_les_ix` (`lessonid`), - KEY `m_lessansw_pag_ix` (`pageid`) + KEY `b_lessansw_les_ix` (`lessonid`), + KEY `b_lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_answers` +-- Dumping data for table `b_lesson_answers` -- -LOCK TABLES `m_lesson_answers` WRITE; -/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +LOCK TABLES `b_lesson_answers` WRITE; +/*!40000 ALTER TABLE `b_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_attempts` +-- Table structure for table `b_lesson_attempts` -- -DROP TABLE IF EXISTS `m_lesson_attempts`; +DROP TABLE IF EXISTS `b_lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_attempts` ( +CREATE TABLE `b_lesson_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7485,30 +7499,30 @@ CREATE TABLE `m_lesson_attempts` ( `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timeseen` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessatte_use_ix` (`userid`), - KEY `m_lessatte_les_ix` (`lessonid`), - KEY `m_lessatte_pag_ix` (`pageid`), - KEY `m_lessatte_ans_ix` (`answerid`) + KEY `b_lessatte_use_ix` (`userid`), + KEY `b_lessatte_les_ix` (`lessonid`), + KEY `b_lessatte_pag_ix` (`pageid`), + KEY `b_lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_attempts` +-- Dumping data for table `b_lesson_attempts` -- -LOCK TABLES `m_lesson_attempts` WRITE; -/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +LOCK TABLES `b_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `b_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_branch` +-- Table structure for table `b_lesson_branch` -- -DROP TABLE IF EXISTS `m_lesson_branch`; +DROP TABLE IF EXISTS `b_lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_branch` ( +CREATE TABLE `b_lesson_branch` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7518,29 +7532,29 @@ CREATE TABLE `m_lesson_branch` ( `timeseen` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessbran_use_ix` (`userid`), - KEY `m_lessbran_les_ix` (`lessonid`), - KEY `m_lessbran_pag_ix` (`pageid`) + KEY `b_lessbran_use_ix` (`userid`), + KEY `b_lessbran_les_ix` (`lessonid`), + KEY `b_lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_branch` +-- Dumping data for table `b_lesson_branch` -- -LOCK TABLES `m_lesson_branch` WRITE; -/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +LOCK TABLES `b_lesson_branch` WRITE; +/*!40000 ALTER TABLE `b_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_grades` +-- Table structure for table `b_lesson_grades` -- -DROP TABLE IF EXISTS `m_lesson_grades`; +DROP TABLE IF EXISTS `b_lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_grades` ( +CREATE TABLE `b_lesson_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7548,28 +7562,28 @@ CREATE TABLE `m_lesson_grades` ( `late` smallint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessgrad_use_ix` (`userid`), - KEY `m_lessgrad_les_ix` (`lessonid`) + KEY `b_lessgrad_use_ix` (`userid`), + KEY `b_lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_grades` +-- Dumping data for table `b_lesson_grades` -- -LOCK TABLES `m_lesson_grades` WRITE; -/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +LOCK TABLES `b_lesson_grades` WRITE; +/*!40000 ALTER TABLE `b_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_overrides` +-- Table structure for table `b_lesson_overrides` -- -DROP TABLE IF EXISTS `m_lesson_overrides`; +DROP TABLE IF EXISTS `b_lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_overrides` ( +CREATE TABLE `b_lesson_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -7582,29 +7596,29 @@ CREATE TABLE `m_lesson_overrides` ( `retake` smallint DEFAULT NULL, `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_lessover_les_ix` (`lessonid`), - KEY `m_lessover_gro_ix` (`groupid`), - KEY `m_lessover_use_ix` (`userid`) + KEY `b_lessover_les_ix` (`lessonid`), + KEY `b_lessover_gro_ix` (`groupid`), + KEY `b_lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_overrides` +-- Dumping data for table `b_lesson_overrides` -- -LOCK TABLES `m_lesson_overrides` WRITE; -/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +LOCK TABLES `b_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `b_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_pages` +-- Table structure for table `b_lesson_pages` -- -DROP TABLE IF EXISTS `m_lesson_pages`; +DROP TABLE IF EXISTS `b_lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_pages` ( +CREATE TABLE `b_lesson_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `prevpageid` bigint NOT NULL DEFAULT '0', @@ -7619,27 +7633,27 @@ CREATE TABLE `m_lesson_pages` ( `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentsformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesspage_les_ix` (`lessonid`) + KEY `b_lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_pages` +-- Dumping data for table `b_lesson_pages` -- -LOCK TABLES `m_lesson_pages` WRITE; -/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +LOCK TABLES `b_lesson_pages` WRITE; +/*!40000 ALTER TABLE `b_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_timer` +-- Table structure for table `b_lesson_timer` -- -DROP TABLE IF EXISTS `m_lesson_timer`; +DROP TABLE IF EXISTS `b_lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_timer` ( +CREATE TABLE `b_lesson_timer` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7648,28 +7662,28 @@ CREATE TABLE `m_lesson_timer` ( `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesstime_use_ix` (`userid`), - KEY `m_lesstime_les_ix` (`lessonid`) + KEY `b_lesstime_use_ix` (`userid`), + KEY `b_lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_timer` +-- Dumping data for table `b_lesson_timer` -- -LOCK TABLES `m_lesson_timer` WRITE; -/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +LOCK TABLES `b_lesson_timer` WRITE; +/*!40000 ALTER TABLE `b_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_license` +-- Table structure for table `b_license` -- -DROP TABLE IF EXISTS `m_license`; +DROP TABLE IF EXISTS `b_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_license` ( +CREATE TABLE `b_license` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7679,55 +7693,55 @@ CREATE TABLE `m_license` ( `custom` tinyint(1) NOT NULL DEFAULT '0', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_license` +-- Dumping data for table `b_license` -- -LOCK TABLES `m_license` WRITE; -/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; -INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); -/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +LOCK TABLES `b_license` WRITE; +/*!40000 ALTER TABLE `b_license` DISABLE KEYS */; +INSERT INTO `b_license` 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 `b_license` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lock_db` +-- Table structure for table `b_lock_db` -- -DROP TABLE IF EXISTS `m_lock_db`; +DROP TABLE IF EXISTS `b_lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lock_db` ( +CREATE TABLE `b_lock_db` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint DEFAULT NULL, `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), - KEY `m_lockdb_exp_ix` (`expires`), - KEY `m_lockdb_own_ix` (`owner`) + UNIQUE KEY `b_lockdb_res_uix` (`resourcekey`), + KEY `b_lockdb_exp_ix` (`expires`), + KEY `b_lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- Dumping data for table `b_lock_db` -- -LOCK TABLES `m_lock_db` WRITE; -/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +LOCK TABLES `b_lock_db` WRITE; +/*!40000 ALTER TABLE `b_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lock_db` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log` +-- Table structure for table `b_log` -- -DROP TABLE IF EXISTS `m_log`; +DROP TABLE IF EXISTS `b_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log` ( +CREATE TABLE `b_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7739,31 +7753,31 @@ CREATE TABLE `m_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_log_coumodact_ix` (`course`,`module`,`action`), - KEY `m_log_tim_ix` (`time`), - KEY `m_log_act_ix` (`action`), - KEY `m_log_usecou_ix` (`userid`,`course`), - KEY `m_log_cmi_ix` (`cmid`) + KEY `b_log_coumodact_ix` (`course`,`module`,`action`), + KEY `b_log_tim_ix` (`time`), + KEY `b_log_act_ix` (`action`), + KEY `b_log_usecou_ix` (`userid`,`course`), + KEY `b_log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log` +-- Dumping data for table `b_log` -- -LOCK TABLES `m_log` WRITE; -/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +LOCK TABLES `b_log` WRITE; +/*!40000 ALTER TABLE `b_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_display` +-- Table structure for table `b_log_display` -- -DROP TABLE IF EXISTS `m_log_display`; +DROP TABLE IF EXISTS `b_log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_display` ( +CREATE TABLE `b_log_display` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7771,28 +7785,28 @@ CREATE TABLE `m_log_display` ( `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) + UNIQUE KEY `b_logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- Dumping data for table `b_log_display` -- -LOCK TABLES `m_log_display` WRITE; -/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; -INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); -/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +LOCK TABLES `b_log_display` WRITE; +/*!40000 ALTER TABLE `b_log_display` DISABLE KEYS */; +INSERT INTO `b_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `b_log_display` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_queries` +-- Table structure for table `b_log_queries` -- -DROP TABLE IF EXISTS `m_log_queries`; +DROP TABLE IF EXISTS `b_log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_queries` ( +CREATE TABLE `b_log_queries` ( `id` bigint NOT NULL AUTO_INCREMENT, `qtype` mediumint NOT NULL, `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7807,22 +7821,22 @@ CREATE TABLE `m_log_queries` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log_queries` +-- Dumping data for table `b_log_queries` -- -LOCK TABLES `m_log_queries` WRITE; -/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +LOCK TABLES `b_log_queries` WRITE; +/*!40000 ALTER TABLE `b_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log_queries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_logstore_standard_log` +-- Table structure for table `b_logstore_standard_log` -- -DROP TABLE IF EXISTS `m_logstore_standard_log`; +DROP TABLE IF EXISTS `b_logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_logstore_standard_log` ( +CREATE TABLE `b_logstore_standard_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7845,35 +7859,34 @@ CREATE TABLE `m_logstore_standard_log` ( `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `realuserid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_logsstanlog_tim_ix` (`timecreated`), - KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), - KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), - KEY `m_logsstanlog_con_ix` (`contextid`), - KEY `m_logsstanlog_use_ix` (`userid`), - KEY `m_logsstanlog_cou_ix` (`courseid`), - KEY `m_logsstanlog_rea_ix` (`realuserid`), - KEY `m_logsstanlog_rel_ix` (`relateduserid`) -) ENGINE=InnoDB AUTO_INCREMENT=1788 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; + KEY `b_logsstanlog_tim_ix` (`timecreated`), + KEY `b_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `b_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `b_logsstanlog_con_ix` (`contextid`), + KEY `b_logsstanlog_use_ix` (`userid`), + KEY `b_logsstanlog_cou_ix` (`courseid`), + KEY `b_logsstanlog_rea_ix` (`realuserid`), + KEY `b_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_logstore_standard_log` +-- Dumping data for table `b_logstore_standard_log` -- -LOCK TABLES `m_logstore_standard_log` WRITE; -/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; -INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL); -/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +LOCK TABLES `b_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `b_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti` +-- Table structure for table `b_lti` -- -DROP TABLE IF EXISTS `m_lti`; +DROP TABLE IF EXISTS `b_lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti` ( +CREATE TABLE `b_lti` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7901,27 +7914,27 @@ CREATE TABLE `m_lti` ( `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_lti_cou_ix` (`course`) + KEY `b_lti_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti` +-- Dumping data for table `b_lti` -- -LOCK TABLES `m_lti` WRITE; -/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +LOCK TABLES `b_lti` WRITE; +/*!40000 ALTER TABLE `b_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_access_tokens` +-- Table structure for table `b_lti_access_tokens` -- -DROP TABLE IF EXISTS `m_lti_access_tokens`; +DROP TABLE IF EXISTS `b_lti_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_access_tokens` ( +CREATE TABLE `b_lti_access_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7930,55 +7943,28 @@ CREATE TABLE `m_lti_access_tokens` ( `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), - KEY `m_ltiaccetoke_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_lti_access_tokens` --- - -LOCK TABLES `m_lti_access_tokens` WRITE; -/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_lti_coursevisible` --- - -DROP TABLE IF EXISTS `m_lti_coursevisible`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_coursevisible` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `typeid` bigint NOT NULL, - `courseid` bigint NOT NULL, - `coursevisible` tinyint(1) NOT NULL, - PRIMARY KEY (`id`), - KEY `m_lticour_cou_ix` (`courseid`), - KEY `m_lticour_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_ltiaccetoke_tok_uix` (`token`), + KEY `b_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_coursevisible` +-- Dumping data for table `b_lti_access_tokens` -- -LOCK TABLES `m_lti_coursevisible` WRITE; -/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +LOCK TABLES `b_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `b_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_submission` +-- Table structure for table `b_lti_submission` -- -DROP TABLE IF EXISTS `m_lti_submission`; +DROP TABLE IF EXISTS `b_lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_submission` ( +CREATE TABLE `b_lti_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7989,27 +7975,27 @@ CREATE TABLE `m_lti_submission` ( `launchid` bigint NOT NULL, `state` tinyint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltisubm_lti_ix` (`ltiid`) + KEY `b_ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_submission` +-- Dumping data for table `b_lti_submission` -- -LOCK TABLES `m_lti_submission` WRITE; -/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +LOCK TABLES `b_lti_submission` WRITE; +/*!40000 ALTER TABLE `b_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_proxies` +-- Table structure for table `b_lti_tool_proxies` -- -DROP TABLE IF EXISTS `m_lti_tool_proxies`; +DROP TABLE IF EXISTS `b_lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_proxies` ( +CREATE TABLE `b_lti_tool_proxies` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -8024,27 +8010,27 @@ CREATE TABLE `m_lti_tool_proxies` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) + UNIQUE KEY `b_ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_proxies` +-- Dumping data for table `b_lti_tool_proxies` -- -LOCK TABLES `m_lti_tool_proxies` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +LOCK TABLES `b_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_settings` +-- Table structure for table `b_lti_tool_settings` -- -DROP TABLE IF EXISTS `m_lti_tool_settings`; +DROP TABLE IF EXISTS `b_lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_settings` ( +CREATE TABLE `b_lti_tool_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxyid` bigint NOT NULL, `typeid` bigint DEFAULT NULL, @@ -8054,30 +8040,30 @@ CREATE TABLE `m_lti_tool_settings` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitoolsett_too_ix` (`toolproxyid`), - KEY `m_ltitoolsett_cou_ix` (`course`), - KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), - KEY `m_ltitoolsett_typ_ix` (`typeid`) + KEY `b_ltitoolsett_too_ix` (`toolproxyid`), + KEY `b_ltitoolsett_typ_ix` (`typeid`), + KEY `b_ltitoolsett_cou_ix` (`course`), + KEY `b_ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_settings` +-- Dumping data for table `b_lti_tool_settings` -- -LOCK TABLES `m_lti_tool_settings` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +LOCK TABLES `b_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types` +-- Table structure for table `b_lti_types` -- -DROP TABLE IF EXISTS `m_lti_types`; +DROP TABLE IF EXISTS `b_lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types` ( +CREATE TABLE `b_lti_types` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -8097,141 +8083,89 @@ CREATE TABLE `m_lti_types` ( `timemodified` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), - KEY `m_ltitype_cou_ix` (`course`), - KEY `m_ltitype_too_ix` (`tooldomain`) + UNIQUE KEY `b_ltitype_cli_uix` (`clientid`), + KEY `b_ltitype_cou_ix` (`course`), + KEY `b_ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types` +-- Dumping data for table `b_lti_types` -- -LOCK TABLES `m_lti_types` WRITE; -/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +LOCK TABLES `b_lti_types` WRITE; +/*!40000 ALTER TABLE `b_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types_categories` +-- Table structure for table `b_lti_types_config` -- -DROP TABLE IF EXISTS `m_lti_types_categories`; +DROP TABLE IF EXISTS `b_lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types_categories` ( +CREATE TABLE `b_lti_types_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, - `categoryid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitypecate_typ_ix` (`typeid`), - KEY `m_ltitypecate_cat_ix` (`categoryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types_categories` +-- Dumping data for table `b_lti_types_config` -- -LOCK TABLES `m_lti_types_categories` WRITE; -/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +LOCK TABLES `b_lti_types_config` WRITE; +/*!40000 ALTER TABLE `b_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types_config` +-- Table structure for table `b_ltiservice_gradebookservices` -- -DROP TABLE IF EXISTS `m_lti_types_config`; +DROP TABLE IF EXISTS `b_ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types_config` ( +CREATE TABLE `b_ltiservice_gradebookservices` ( `id` bigint NOT NULL AUTO_INCREMENT, - `typeid` bigint NOT NULL, - `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_ltitypeconf_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_lti_types_config` --- - -LOCK TABLES `m_lti_types_config` WRITE; -/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_ltiservice_gradebookservices` --- - -DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_ltiservice_gradebookservices` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `gradeitemid` bigint NOT NULL, - `courseid` bigint NOT NULL, - `toolproxyid` bigint DEFAULT NULL, - `typeid` bigint DEFAULT NULL, - `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `ltilinkid` bigint DEFAULT NULL, - `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - PRIMARY KEY (`id`), - KEY `m_ltisgrad_lti_ix` (`ltilinkid`), - KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) + KEY `b_ltisgrad_lti_ix` (`ltilinkid`), + KEY `b_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` --- - -LOCK TABLES `m_ltiservice_gradebookservices` WRITE; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_matrix_room` --- - -DROP TABLE IF EXISTS `m_matrix_room`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_matrix_room` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `commid` bigint NOT NULL, - `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_matrroom_com_ix` (`commid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_matrix_room` +-- Dumping data for table `b_ltiservice_gradebookservices` -- -LOCK TABLES `m_matrix_room` WRITE; -/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +LOCK TABLES `b_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message` +-- Table structure for table `b_message` -- -DROP TABLE IF EXISTS `m_message`; +DROP TABLE IF EXISTS `b_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message` ( +CREATE TABLE `b_message` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8250,165 +8184,165 @@ CREATE TABLE `m_message` ( `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `b_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message` +-- Dumping data for table `b_message` -- -LOCK TABLES `m_message` WRITE; -/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +LOCK TABLES `b_message` WRITE; +/*!40000 ALTER TABLE `b_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_airnotifier_devices` +-- Table structure for table `b_message_airnotifier_devices` -- -DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +DROP TABLE IF EXISTS `b_message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_airnotifier_devices` ( +CREATE TABLE `b_message_airnotifier_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userdeviceid` bigint NOT NULL, `enable` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) + UNIQUE KEY `b_messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_airnotifier_devices` +-- Dumping data for table `b_message_airnotifier_devices` -- -LOCK TABLES `m_message_airnotifier_devices` WRITE; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +LOCK TABLES `b_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contact_requests` +-- Table structure for table `b_message_contact_requests` -- -DROP TABLE IF EXISTS `m_message_contact_requests`; +DROP TABLE IF EXISTS `b_message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contact_requests` ( +CREATE TABLE `b_message_contact_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `requesteduserid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), - KEY `m_messcontrequ_use_ix` (`userid`), - KEY `m_messcontrequ_req_ix` (`requesteduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `b_messcontrequ_use_ix` (`userid`), + KEY `b_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contact_requests` +-- Dumping data for table `b_message_contact_requests` -- -LOCK TABLES `m_message_contact_requests` WRITE; -/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +LOCK TABLES `b_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `b_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contacts` +-- Table structure for table `b_message_contacts` -- -DROP TABLE IF EXISTS `m_message_contacts`; +DROP TABLE IF EXISTS `b_message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contacts` ( +CREATE TABLE `b_message_contacts` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `contactid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), - KEY `m_messcont_use_ix` (`userid`), - KEY `m_messcont_con_ix` (`contactid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; + UNIQUE KEY `b_messcont_usecon_uix` (`userid`,`contactid`), + KEY `b_messcont_use_ix` (`userid`), + KEY `b_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contacts` +-- Dumping data for table `b_message_contacts` -- -LOCK TABLES `m_message_contacts` WRITE; -/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +LOCK TABLES `b_message_contacts` WRITE; +/*!40000 ALTER TABLE `b_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_actions` +-- Table structure for table `b_message_conversation_actions` -- -DROP TABLE IF EXISTS `m_message_conversation_actions`; +DROP TABLE IF EXISTS `b_message_conversation_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_actions` ( +CREATE TABLE `b_message_conversation_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `conversationid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvacti_use_ix` (`userid`), - KEY `m_messconvacti_con_ix` (`conversationid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_messconvacti_use_ix` (`userid`), + KEY `b_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_actions` +-- Dumping data for table `b_message_conversation_actions` -- -LOCK TABLES `m_message_conversation_actions` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +LOCK TABLES `b_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_members` +-- Table structure for table `b_message_conversation_members` -- -DROP TABLE IF EXISTS `m_message_conversation_members`; +DROP TABLE IF EXISTS `b_message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_members` ( +CREATE TABLE `b_message_conversation_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `conversationid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvmemb_con_ix` (`conversationid`), - KEY `m_messconvmemb_use_ix` (`userid`) + KEY `b_messconvmemb_con_ix` (`conversationid`), + KEY `b_messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_members` +-- Dumping data for table `b_message_conversation_members` -- -LOCK TABLES `m_message_conversation_members` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +LOCK TABLES `b_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversations` +-- Table structure for table `b_message_conversations` -- -DROP TABLE IF EXISTS `m_message_conversations`; +DROP TABLE IF EXISTS `b_message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversations` ( +CREATE TABLE `b_message_conversations` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '1', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -8418,163 +8352,163 @@ CREATE TABLE `m_message_conversations` ( `itemid` bigint DEFAULT NULL, `contextid` bigint DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', - `timemodified` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messconv_typ_ix` (`type`), - KEY `m_messconv_con_ix` (`convhash`), - KEY `m_messconv_con2_ix` (`contextid`), - KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) + KEY `b_messconv_typ_ix` (`type`), + KEY `b_messconv_con_ix` (`convhash`), + KEY `b_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `b_messconv_con2_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversations` +-- Dumping data for table `b_message_conversations` -- -LOCK TABLES `m_message_conversations` WRITE; -/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +LOCK TABLES `b_message_conversations` WRITE; +/*!40000 ALTER TABLE `b_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_email_messages` +-- Table structure for table `b_message_email_messages` -- -DROP TABLE IF EXISTS `m_message_email_messages`; +DROP TABLE IF EXISTS `b_message_email_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_email_messages` ( +CREATE TABLE `b_message_email_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridto` bigint NOT NULL, `conversationid` bigint NOT NULL, `messageid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messemaimess_use_ix` (`useridto`), - KEY `m_messemaimess_con_ix` (`conversationid`), - KEY `m_messemaimess_mes_ix` (`messageid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_messemaimess_use_ix` (`useridto`), + KEY `b_messemaimess_con_ix` (`conversationid`), + KEY `b_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_email_messages` +-- Dumping data for table `b_message_email_messages` -- -LOCK TABLES `m_message_email_messages` WRITE; -/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +LOCK TABLES `b_message_email_messages` WRITE; +/*!40000 ALTER TABLE `b_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_email_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup` +-- Table structure for table `b_message_popup` -- -DROP TABLE IF EXISTS `m_message_popup`; +DROP TABLE IF EXISTS `b_message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup` ( +CREATE TABLE `b_message_popup` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` bigint NOT NULL, `isread` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), - KEY `m_messpopu_isr_ix` (`isread`) + UNIQUE KEY `b_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `b_messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- Dumping data for table `b_message_popup` -- -LOCK TABLES `m_message_popup` WRITE; -/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +LOCK TABLES `b_message_popup` WRITE; +/*!40000 ALTER TABLE `b_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup_notifications` +-- Table structure for table `b_message_popup_notifications` -- -DROP TABLE IF EXISTS `m_message_popup_notifications`; +DROP TABLE IF EXISTS `b_message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup_notifications` ( +CREATE TABLE `b_message_popup_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `notificationid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messpopunoti_not_ix` (`notificationid`) + KEY `b_messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- Dumping data for table `b_message_popup_notifications` -- -LOCK TABLES `m_message_popup_notifications` WRITE; -/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +LOCK TABLES `b_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `b_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_processors` +-- Table structure for table `b_message_processors` -- -DROP TABLE IF EXISTS `m_message_processors`; +DROP TABLE IF EXISTS `b_message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_processors` ( +CREATE TABLE `b_message_processors` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_processors` +-- Dumping data for table `b_message_processors` -- -LOCK TABLES `m_message_processors` WRITE; -/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; -INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); -/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +LOCK TABLES `b_message_processors` WRITE; +/*!40000 ALTER TABLE `b_message_processors` DISABLE KEYS */; +INSERT INTO `b_message_processors` VALUES (1,'airnotifier',1),(2,'email',0),(3,'popup',1); +/*!40000 ALTER TABLE `b_message_processors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_providers` +-- Table structure for table `b_message_providers` -- -DROP TABLE IF EXISTS `m_message_providers`; +DROP TABLE IF EXISTS `b_message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_providers` ( +CREATE TABLE `b_message_providers` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) + UNIQUE KEY `b_messprov_comnam_uix` (`component`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- Dumping data for table `b_message_providers` -- -LOCK TABLES `m_message_providers` WRITE; -/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; -INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); -/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +LOCK TABLES `b_message_providers` WRITE; +/*!40000 ALTER TABLE `b_message_providers` DISABLE KEYS */; +INSERT INTO `b_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `b_message_providers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_read` +-- Table structure for table `b_message_read` -- -DROP TABLE IF EXISTS `m_message_read`; +DROP TABLE IF EXISTS `b_message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_read` ( +CREATE TABLE `b_message_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8593,87 +8527,87 @@ CREATE TABLE `m_message_read` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_messread_nottim_ix` (`notification`,`timeread`), - KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `b_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_messread_nottim_ix` (`notification`,`timeread`), + KEY `b_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_read` +-- Dumping data for table `b_message_read` -- -LOCK TABLES `m_message_read` WRITE; -/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +LOCK TABLES `b_message_read` WRITE; +/*!40000 ALTER TABLE `b_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_user_actions` +-- Table structure for table `b_message_user_actions` -- -DROP TABLE IF EXISTS `m_message_user_actions`; +DROP TABLE IF EXISTS `b_message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_user_actions` ( +CREATE TABLE `b_message_user_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `messageid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), - KEY `m_messuseracti_use_ix` (`userid`), - KEY `m_messuseracti_mes_ix` (`messageid`) + UNIQUE KEY `b_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `b_messuseracti_use_ix` (`userid`), + KEY `b_messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_user_actions` +-- Dumping data for table `b_message_user_actions` -- -LOCK TABLES `m_message_user_actions` WRITE; -/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +LOCK TABLES `b_message_user_actions` WRITE; +/*!40000 ALTER TABLE `b_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_users_blocked` +-- Table structure for table `b_message_users_blocked` -- -DROP TABLE IF EXISTS `m_message_users_blocked`; +DROP TABLE IF EXISTS `b_message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_users_blocked` ( +CREATE TABLE `b_message_users_blocked` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `blockeduserid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), - KEY `m_messuserbloc_use_ix` (`userid`), - KEY `m_messuserbloc_blo_ix` (`blockeduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `b_messuserbloc_use_ix` (`userid`), + KEY `b_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_users_blocked` +-- Dumping data for table `b_message_users_blocked` -- -LOCK TABLES `m_message_users_blocked` WRITE; -/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +LOCK TABLES `b_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `b_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_datakeys` +-- Table structure for table `b_messageinbound_datakeys` -- -DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +DROP TABLE IF EXISTS `b_messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_datakeys` ( +CREATE TABLE `b_messageinbound_datakeys` ( `id` bigint NOT NULL AUTO_INCREMENT, `handler` bigint NOT NULL, `datavalue` bigint NOT NULL, @@ -8681,28 +8615,28 @@ CREATE TABLE `m_messageinbound_datakeys` ( `timecreated` bigint NOT NULL, `expires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), - KEY `m_messdata_han_ix` (`handler`) + UNIQUE KEY `b_messdata_handat_uix` (`handler`,`datavalue`), + KEY `b_messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_datakeys` +-- Dumping data for table `b_messageinbound_datakeys` -- -LOCK TABLES `m_messageinbound_datakeys` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_handlers` +-- Table structure for table `b_messageinbound_handlers` -- -DROP TABLE IF EXISTS `m_messageinbound_handlers`; +DROP TABLE IF EXISTS `b_messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_handlers` ( +CREATE TABLE `b_messageinbound_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8710,55 +8644,55 @@ CREATE TABLE `m_messageinbound_handlers` ( `validateaddress` tinyint(1) NOT NULL DEFAULT '1', `enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messhand_cla_uix` (`classname`) + UNIQUE KEY `b_messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_handlers` +-- Dumping data for table `b_messageinbound_handlers` -- -LOCK TABLES `m_messageinbound_handlers` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; -INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); -/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `b_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `b_messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_messagelist` +-- Table structure for table `b_messageinbound_messagelist` -- -DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +DROP TABLE IF EXISTS `b_messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_messagelist` ( +CREATE TABLE `b_messageinbound_messagelist` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `userid` bigint NOT NULL, `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messmess_use_ix` (`userid`) + KEY `b_messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_messagelist` +-- Dumping data for table `b_messageinbound_messagelist` -- -LOCK TABLES `m_messageinbound_messagelist` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messages` +-- Table structure for table `b_messages` -- -DROP TABLE IF EXISTS `m_messages`; +DROP TABLE IF EXISTS `b_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messages` ( +CREATE TABLE `b_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `conversationid` bigint NOT NULL, @@ -8768,32 +8702,32 @@ CREATE TABLE `m_messages` ( `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL, - `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), - KEY `m_mess_use_ix` (`useridfrom`), - KEY `m_mess_con_ix` (`conversationid`) + KEY `b_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `b_mess_use_ix` (`useridfrom`), + KEY `b_mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messages` +-- Dumping data for table `b_messages` -- -LOCK TABLES `m_messages` WRITE; -/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +LOCK TABLES `b_messages` WRITE; +/*!40000 ALTER TABLE `b_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_application` +-- Table structure for table `b_mnet_application` -- -DROP TABLE IF EXISTS `m_mnet_application`; +DROP TABLE IF EXISTS `b_mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_application` ( +CREATE TABLE `b_mnet_application` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8805,23 +8739,23 @@ CREATE TABLE `m_mnet_application` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_application` +-- Dumping data for table `b_mnet_application` -- -LOCK TABLES `m_mnet_application` WRITE; -/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; -INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); -/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +LOCK TABLES `b_mnet_application` WRITE; +/*!40000 ALTER TABLE `b_mnet_application` DISABLE KEYS */; +INSERT INTO `b_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `b_mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host` +-- Table structure for table `b_mnet_host` -- -DROP TABLE IF EXISTS `m_mnet_host`; +DROP TABLE IF EXISTS `b_mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host` ( +CREATE TABLE `b_mnet_host` ( `id` bigint NOT NULL AUTO_INCREMENT, `deleted` tinyint(1) NOT NULL DEFAULT '0', `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8838,56 +8772,56 @@ CREATE TABLE `m_mnet_host` ( `applicationid` bigint NOT NULL DEFAULT '1', `sslverification` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mnethost_app_ix` (`applicationid`), - KEY `m_mnethost_las_ix` (`last_log_id`) + KEY `b_mnethost_las_ix` (`last_log_id`), + KEY `b_mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- Dumping data for table `b_mnet_host` -- -LOCK TABLES `m_mnet_host` WRITE; -/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; -INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +LOCK TABLES `b_mnet_host` WRITE; +/*!40000 ALTER TABLE `b_mnet_host` DISABLE KEYS */; +INSERT INTO `b_mnet_host` VALUES (1,0,'http://webserver','172.18.0.6','','',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 `b_mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host2service` +-- Table structure for table `b_mnet_host2service` -- -DROP TABLE IF EXISTS `m_mnet_host2service`; +DROP TABLE IF EXISTS `b_mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host2service` ( +CREATE TABLE `b_mnet_host2service` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `serviceid` bigint NOT NULL DEFAULT '0', `publish` tinyint(1) NOT NULL DEFAULT '0', `subscribe` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) + UNIQUE KEY `b_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_host2service` +-- Dumping data for table `b_mnet_host2service` -- -LOCK TABLES `m_mnet_host2service` WRITE; -/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +LOCK TABLES `b_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `b_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_log` +-- Table structure for table `b_mnet_log` -- -DROP TABLE IF EXISTS `m_mnet_log`; +DROP TABLE IF EXISTS `b_mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_log` ( +CREATE TABLE `b_mnet_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `remoteid` bigint NOT NULL DEFAULT '0', @@ -8902,27 +8836,27 @@ CREATE TABLE `m_mnet_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) + KEY `b_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- Dumping data for table `b_mnet_log` -- -LOCK TABLES `m_mnet_log` WRITE; -/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +LOCK TABLES `b_mnet_log` WRITE; +/*!40000 ALTER TABLE `b_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_rpc` +-- Table structure for table `b_mnet_remote_rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +DROP TABLE IF EXISTS `b_mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_rpc` ( +CREATE TABLE `b_mnet_remote_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8934,49 +8868,49 @@ CREATE TABLE `m_mnet_remote_rpc` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_rpc` +-- Dumping data for table `b_mnet_remote_rpc` -- -LOCK TABLES `m_mnet_remote_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); -/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `b_mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_service2rpc` +-- Table structure for table `b_mnet_remote_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +DROP TABLE IF EXISTS `b_mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_service2rpc` ( +CREATE TABLE `b_mnet_remote_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `b_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_service2rpc` +-- Dumping data for table `b_mnet_remote_service2rpc` -- -LOCK TABLES `m_mnet_remote_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_rpc` +-- Table structure for table `b_mnet_rpc` -- -DROP TABLE IF EXISTS `m_mnet_rpc`; +DROP TABLE IF EXISTS `b_mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_rpc` ( +CREATE TABLE `b_mnet_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8989,28 +8923,28 @@ CREATE TABLE `m_mnet_rpc` ( `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `static` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) + KEY `b_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- Dumping data for table `b_mnet_rpc` -- -LOCK TABLES `m_mnet_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); -/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `b_mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service` +-- Table structure for table `b_mnet_service` -- -DROP TABLE IF EXISTS `m_mnet_service`; +DROP TABLE IF EXISTS `b_mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service` ( +CREATE TABLE `b_mnet_service` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9021,49 +8955,49 @@ CREATE TABLE `m_mnet_service` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service` +-- Dumping data for table `b_mnet_service` -- -LOCK TABLES `m_mnet_service` WRITE; -/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; -INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); -/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +LOCK TABLES `b_mnet_service` WRITE; +/*!40000 ALTER TABLE `b_mnet_service` DISABLE KEYS */; +INSERT INTO `b_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `b_mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service2rpc` +-- Table structure for table `b_mnet_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_service2rpc`; +DROP TABLE IF EXISTS `b_mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service2rpc` ( +CREATE TABLE `b_mnet_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `b_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service2rpc` +-- Dumping data for table `b_mnet_service2rpc` -- -LOCK TABLES `m_mnet_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); -/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `b_mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_session` +-- Table structure for table `b_mnet_session` -- -DROP TABLE IF EXISTS `m_mnet_session`; +DROP TABLE IF EXISTS `b_mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_session` ( +CREATE TABLE `b_mnet_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9074,55 +9008,55 @@ CREATE TABLE `m_mnet_session` ( `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetsess_tok_uix` (`token`), - KEY `m_mnetsess_use_ix` (`userid`), - KEY `m_mnetsess_mne_ix` (`mnethostid`) + UNIQUE KEY `b_mnetsess_tok_uix` (`token`), + KEY `b_mnetsess_use_ix` (`userid`), + KEY `b_mnetsess_mne_ix` (`mnethostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- Dumping data for table `b_mnet_session` -- -LOCK TABLES `m_mnet_session` WRITE; -/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +LOCK TABLES `b_mnet_session` WRITE; +/*!40000 ALTER TABLE `b_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_sso_access_control` +-- Table structure for table `b_mnet_sso_access_control` -- -DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +DROP TABLE IF EXISTS `b_mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_sso_access_control` ( +CREATE TABLE `b_mnet_sso_access_control` ( `id` bigint NOT NULL AUTO_INCREMENT, `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `mnet_host_id` bigint NOT NULL DEFAULT '0', `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) + UNIQUE KEY `b_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- Dumping data for table `b_mnet_sso_access_control` -- -LOCK TABLES `m_mnet_sso_access_control` WRITE; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +LOCK TABLES `b_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_courses` +-- Table structure for table `b_mnetservice_enrol_courses` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +DROP TABLE IF EXISTS `b_mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_courses` ( +CREATE TABLE `b_mnetservice_enrol_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `remoteid` bigint NOT NULL, @@ -9138,27 +9072,27 @@ CREATE TABLE `m_mnetservice_enrol_courses` ( `roleid` bigint NOT NULL, `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) + UNIQUE KEY `b_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- Dumping data for table `b_mnetservice_enrol_courses` -- -LOCK TABLES `m_mnetservice_enrol_courses` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +LOCK TABLES `b_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_enrolments` +-- Table structure for table `b_mnetservice_enrol_enrolments` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +DROP TABLE IF EXISTS `b_mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_enrolments` ( +CREATE TABLE `b_mnetservice_enrol_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -9167,28 +9101,28 @@ CREATE TABLE `m_mnetservice_enrol_enrolments` ( `enroltime` bigint NOT NULL DEFAULT '0', `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetenroenro_use_ix` (`userid`), - KEY `m_mnetenroenro_hos_ix` (`hostid`) + KEY `b_mnetenroenro_use_ix` (`userid`), + KEY `b_mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- Dumping data for table `b_mnetservice_enrol_enrolments` -- -LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +LOCK TABLES `b_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_modules` +-- Table structure for table `b_modules` -- -DROP TABLE IF EXISTS `m_modules`; +DROP TABLE IF EXISTS `b_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_modules` ( +CREATE TABLE `b_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', @@ -9196,85 +9130,56 @@ CREATE TABLE `m_modules` ( `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_modu_nam_ix` (`name`) + KEY `b_modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_modules` --- - -LOCK TABLES `m_modules` WRITE; -/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; -INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); -/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_moodlenet_share_progress` --- - -DROP TABLE IF EXISTS `m_moodlenet_share_progress`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_moodlenet_share_progress` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `type` tinyint NOT NULL, - `courseid` bigint NOT NULL, - `cmid` bigint DEFAULT NULL, - `userid` bigint NOT NULL, - `timecreated` bigint NOT NULL, - `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `status` tinyint DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_moodlenet_share_progress` +-- Dumping data for table `b_modules` -- -LOCK TABLES `m_moodlenet_share_progress` WRITE; -/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +LOCK TABLES `b_modules` WRITE; +/*!40000 ALTER TABLE `b_modules` DISABLE KEYS */; +INSERT INTO `b_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `b_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_my_pages` +-- Table structure for table `b_my_pages` -- -DROP TABLE IF EXISTS `m_my_pages`; +DROP TABLE IF EXISTS `b_my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_my_pages` ( +CREATE TABLE `b_my_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint DEFAULT '0', `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '1', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mypage_usepri_ix` (`userid`,`private`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; + KEY `b_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_my_pages` +-- Dumping data for table `b_my_pages` -- -LOCK TABLES `m_my_pages` WRITE; -/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; -INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); -/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +LOCK TABLES `b_my_pages` WRITE; +/*!40000 ALTER TABLE `b_my_pages` DISABLE KEYS */; +INSERT INTO `b_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `b_my_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_notifications` +-- Table structure for table `b_notifications` -- -DROP TABLE IF EXISTS `m_notifications`; +DROP TABLE IF EXISTS `b_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_notifications` ( +CREATE TABLE `b_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `useridto` bigint NOT NULL, @@ -9291,28 +9196,28 @@ CREATE TABLE `m_notifications` ( `timecreated` bigint NOT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_noti_use_ix` (`useridfrom`), - KEY `m_noti_use2_ix` (`useridto`) + KEY `b_noti_use_ix` (`useridfrom`), + KEY `b_noti_use2_ix` (`useridto`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_notifications` +-- Dumping data for table `b_notifications` -- -LOCK TABLES `m_notifications` WRITE; -/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +LOCK TABLES `b_notifications` WRITE; +/*!40000 ALTER TABLE `b_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_access_token` +-- Table structure for table `b_oauth2_access_token` -- -DROP TABLE IF EXISTS `m_oauth2_access_token`; +DROP TABLE IF EXISTS `b_oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_access_token` ( +CREATE TABLE `b_oauth2_access_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9322,28 +9227,28 @@ CREATE TABLE `m_oauth2_access_token` ( `expires` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), - KEY `m_oautaccetoke_use_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_oautaccetoke_iss_uix` (`issuerid`), + KEY `b_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_access_token` +-- Dumping data for table `b_oauth2_access_token` -- -LOCK TABLES `m_oauth2_access_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +LOCK TABLES `b_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_endpoint` +-- Table structure for table `b_oauth2_endpoint` -- -DROP TABLE IF EXISTS `m_oauth2_endpoint`; +DROP TABLE IF EXISTS `b_oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_endpoint` ( +CREATE TABLE `b_oauth2_endpoint` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9352,28 +9257,28 @@ CREATE TABLE `m_oauth2_endpoint` ( `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `issuerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_oautendp_iss_ix` (`issuerid`), - KEY `m_oautendp_use_ix` (`usermodified`) + KEY `b_oautendp_iss_ix` (`issuerid`), + KEY `b_oautendp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_endpoint` +-- Dumping data for table `b_oauth2_endpoint` -- -LOCK TABLES `m_oauth2_endpoint` WRITE; -/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +LOCK TABLES `b_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `b_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_issuer` +-- Table structure for table `b_oauth2_issuer` -- -DROP TABLE IF EXISTS `m_oauth2_issuer`; +DROP TABLE IF EXISTS `b_oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_issuer` ( +CREATE TABLE `b_oauth2_issuer` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9401,22 +9306,22 @@ CREATE TABLE `m_oauth2_issuer` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_issuer` +-- Dumping data for table `b_oauth2_issuer` -- -LOCK TABLES `m_oauth2_issuer` WRITE; -/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +LOCK TABLES `b_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `b_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_refresh_token` +-- Table structure for table `b_oauth2_refresh_token` -- -DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +DROP TABLE IF EXISTS `b_oauth2_refresh_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_refresh_token` ( +CREATE TABLE `b_oauth2_refresh_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9425,29 +9330,29 @@ CREATE TABLE `m_oauth2_refresh_token` ( `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), - KEY `m_oautrefrtoke_iss_ix` (`issuerid`), - KEY `m_oautrefrtoke_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `b_oautrefrtoke_iss_ix` (`issuerid`), + KEY `b_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_refresh_token` +-- Dumping data for table `b_oauth2_refresh_token` -- -LOCK TABLES `m_oauth2_refresh_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +LOCK TABLES `b_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_system_account` +-- Table structure for table `b_oauth2_system_account` -- -DROP TABLE IF EXISTS `m_oauth2_system_account`; +DROP TABLE IF EXISTS `b_oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_system_account` ( +CREATE TABLE `b_oauth2_system_account` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9458,28 +9363,28 @@ CREATE TABLE `m_oauth2_system_account` ( `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), - KEY `m_oautsystacco_use_ix` (`usermodified`) + UNIQUE KEY `b_oautsystacco_iss_uix` (`issuerid`), + KEY `b_oautsystacco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- Dumping data for table `b_oauth2_system_account` -- -LOCK TABLES `m_oauth2_system_account` WRITE; -/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +LOCK TABLES `b_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `b_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_user_field_mapping` +-- Table structure for table `b_oauth2_user_field_mapping` -- -DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +DROP TABLE IF EXISTS `b_oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_user_field_mapping` ( +CREATE TABLE `b_oauth2_user_field_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -9488,29 +9393,29 @@ CREATE TABLE `m_oauth2_user_field_mapping` ( `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), - KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), - KEY `m_oautuserfielmapp_use_ix` (`usermodified`) + UNIQUE KEY `b_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `b_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `b_oautuserfielmapp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_user_field_mapping` +-- Dumping data for table `b_oauth2_user_field_mapping` -- -LOCK TABLES `m_oauth2_user_field_mapping` WRITE; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +LOCK TABLES `b_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_page` +-- Table structure for table `b_page` -- -DROP TABLE IF EXISTS `m_page`; +DROP TABLE IF EXISTS `b_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_page` ( +CREATE TABLE `b_page` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9525,52 +9430,52 @@ CREATE TABLE `m_page` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_page_cou_ix` (`course`) + KEY `b_page_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- Dumping data for table `b_page` -- -LOCK TABLES `m_page` WRITE; -/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +LOCK TABLES `b_page` WRITE; +/*!40000 ALTER TABLE `b_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_page` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_paygw_paypal` +-- Table structure for table `b_paygw_paypal` -- -DROP TABLE IF EXISTS `m_paygw_paypal`; +DROP TABLE IF EXISTS `b_paygw_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_paygw_paypal` ( +CREATE TABLE `b_paygw_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `paymentid` bigint NOT NULL, `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', PRIMARY KEY (`id`), - UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) + UNIQUE KEY `b_paygpayp_pay_uix` (`paymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_paygw_paypal` +-- Dumping data for table `b_paygw_paypal` -- -LOCK TABLES `m_paygw_paypal` WRITE; -/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +LOCK TABLES `b_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `b_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_paygw_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_accounts` +-- Table structure for table `b_payment_accounts` -- -DROP TABLE IF EXISTS `m_payment_accounts`; +DROP TABLE IF EXISTS `b_payment_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_accounts` ( +CREATE TABLE `b_payment_accounts` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -9580,27 +9485,27 @@ CREATE TABLE `m_payment_accounts` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_paymacco_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_accounts` +-- Dumping data for table `b_payment_accounts` -- -LOCK TABLES `m_payment_accounts` WRITE; -/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +LOCK TABLES `b_payment_accounts` WRITE; +/*!40000 ALTER TABLE `b_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_accounts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_gateways` +-- Table structure for table `b_payment_gateways` -- -DROP TABLE IF EXISTS `m_payment_gateways`; +DROP TABLE IF EXISTS `b_payment_gateways`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_gateways` ( +CREATE TABLE `b_payment_gateways` ( `id` bigint NOT NULL AUTO_INCREMENT, `accountid` bigint NOT NULL, `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9609,27 +9514,27 @@ CREATE TABLE `m_payment_gateways` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_paymgate_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_gateways` +-- Dumping data for table `b_payment_gateways` -- -LOCK TABLES `m_payment_gateways` WRITE; -/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +LOCK TABLES `b_payment_gateways` WRITE; +/*!40000 ALTER TABLE `b_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_gateways` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payments` +-- Table structure for table `b_payments` -- -DROP TABLE IF EXISTS `m_payments`; +DROP TABLE IF EXISTS `b_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payments` ( +CREATE TABLE `b_payments` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9642,30 +9547,30 @@ CREATE TABLE `m_payments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_paym_gat_ix` (`gateway`), - KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), - KEY `m_paym_use_ix` (`userid`), - KEY `m_paym_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paym_gat_ix` (`gateway`), + KEY `b_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `b_paym_use_ix` (`userid`), + KEY `b_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payments` +-- Dumping data for table `b_payments` -- -LOCK TABLES `m_payments` WRITE; -/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +LOCK TABLES `b_payments` WRITE; +/*!40000 ALTER TABLE `b_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance` +-- Table structure for table `b_portfolio_instance` -- -DROP TABLE IF EXISTS `m_portfolio_instance`; +DROP TABLE IF EXISTS `b_portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance` ( +CREATE TABLE `b_portfolio_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9675,77 +9580,77 @@ CREATE TABLE `m_portfolio_instance` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance` +-- Dumping data for table `b_portfolio_instance` -- -LOCK TABLES `m_portfolio_instance` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_config` +-- Table structure for table `b_portfolio_instance_config` -- -DROP TABLE IF EXISTS `m_portfolio_instance_config`; +DROP TABLE IF EXISTS `b_portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_config` ( +CREATE TABLE `b_portfolio_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstconf_nam_ix` (`name`), - KEY `m_portinstconf_ins_ix` (`instance`) + KEY `b_portinstconf_nam_ix` (`name`), + KEY `b_portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_config` +-- Dumping data for table `b_portfolio_instance_config` -- -LOCK TABLES `m_portfolio_instance_config` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_user` +-- Table structure for table `b_portfolio_instance_user` -- -DROP TABLE IF EXISTS `m_portfolio_instance_user`; +DROP TABLE IF EXISTS `b_portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_user` ( +CREATE TABLE `b_portfolio_instance_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstuser_ins_ix` (`instance`), - KEY `m_portinstuser_use_ix` (`userid`) + KEY `b_portinstuser_ins_ix` (`instance`), + KEY `b_portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_user` +-- Dumping data for table `b_portfolio_instance_user` -- -LOCK TABLES `m_portfolio_instance_user` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_log` +-- Table structure for table `b_portfolio_log` -- -DROP TABLE IF EXISTS `m_portfolio_log`; +DROP TABLE IF EXISTS `b_portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_log` ( +CREATE TABLE `b_portfolio_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `time` bigint NOT NULL, @@ -9758,55 +9663,55 @@ CREATE TABLE `m_portfolio_log` ( `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portlog_use_ix` (`userid`), - KEY `m_portlog_por_ix` (`portfolio`), - KEY `m_portlog_tem_ix` (`tempdataid`) + KEY `b_portlog_use_ix` (`userid`), + KEY `b_portlog_por_ix` (`portfolio`), + KEY `b_portlog_tem_ix` (`tempdataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- Dumping data for table `b_portfolio_log` -- -LOCK TABLES `m_portfolio_log` WRITE; -/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +LOCK TABLES `b_portfolio_log` WRITE; +/*!40000 ALTER TABLE `b_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_mahara_queue` +-- Table structure for table `b_portfolio_mahara_queue` -- -DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +DROP TABLE IF EXISTS `b_portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_mahara_queue` ( +CREATE TABLE `b_portfolio_mahara_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `transferid` bigint NOT NULL, `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portmahaqueu_tok_ix` (`token`), - KEY `m_portmahaqueu_tra_ix` (`transferid`) + KEY `b_portmahaqueu_tok_ix` (`token`), + KEY `b_portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_mahara_queue` +-- Dumping data for table `b_portfolio_mahara_queue` -- -LOCK TABLES `m_portfolio_mahara_queue` WRITE; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +LOCK TABLES `b_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_tempdata` +-- Table structure for table `b_portfolio_tempdata` -- -DROP TABLE IF EXISTS `m_portfolio_tempdata`; +DROP TABLE IF EXISTS `b_portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_tempdata` ( +CREATE TABLE `b_portfolio_tempdata` ( `id` bigint NOT NULL AUTO_INCREMENT, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `expirytime` bigint NOT NULL, @@ -9814,28 +9719,28 @@ CREATE TABLE `m_portfolio_tempdata` ( `instance` bigint DEFAULT '0', `queued` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_porttemp_use_ix` (`userid`), - KEY `m_porttemp_ins_ix` (`instance`) + KEY `b_porttemp_use_ix` (`userid`), + KEY `b_porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- Dumping data for table `b_portfolio_tempdata` -- -LOCK TABLES `m_portfolio_tempdata` WRITE; -/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +LOCK TABLES `b_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `b_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_post` +-- Table structure for table `b_post` -- -DROP TABLE IF EXISTS `m_post`; +DROP TABLE IF EXISTS `b_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_post` ( +CREATE TABLE `b_post` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `userid` bigint NOT NULL DEFAULT '0', @@ -9856,33 +9761,33 @@ CREATE TABLE `m_post` ( `created` bigint NOT NULL DEFAULT '0', `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), - KEY `m_post_las_ix` (`lastmodified`), - KEY `m_post_mod_ix` (`module`), - KEY `m_post_sub_ix` (`subject`), - KEY `m_post_use_ix` (`usermodified`), - KEY `m_post_cou_ix` (`courseid`), - KEY `m_post_cou2_ix` (`coursemoduleid`) + UNIQUE KEY `b_post_iduse_uix` (`id`,`userid`), + KEY `b_post_las_ix` (`lastmodified`), + KEY `b_post_mod_ix` (`module`), + KEY `b_post_sub_ix` (`subject`), + KEY `b_post_use_ix` (`usermodified`), + KEY `b_post_cou_ix` (`courseid`), + KEY `b_post_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- Dumping data for table `b_post` -- -LOCK TABLES `m_post` WRITE; -/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +LOCK TABLES `b_post` WRITE; +/*!40000 ALTER TABLE `b_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_post` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_profiling` +-- Table structure for table `b_profiling` -- -DROP TABLE IF EXISTS `m_profiling`; +DROP TABLE IF EXISTS `b_profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_profiling` ( +CREATE TABLE `b_profiling` ( `id` bigint NOT NULL AUTO_INCREMENT, `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9895,29 +9800,29 @@ CREATE TABLE `m_profiling` ( `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_prof_run_uix` (`runid`), - KEY `m_prof_urlrun_ix` (`url`,`runreference`), - KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) + UNIQUE KEY `b_prof_run_uix` (`runid`), + KEY `b_prof_urlrun_ix` (`url`,`runreference`), + KEY `b_prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_profiling` +-- Dumping data for table `b_profiling` -- -LOCK TABLES `m_profiling` WRITE; -/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +LOCK TABLES `b_profiling` WRITE; +/*!40000 ALTER TABLE `b_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_profiling` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext` +-- Table structure for table `b_qtype_ddimageortext` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext` ( +CREATE TABLE `b_qtype_ddimageortext` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9929,27 +9834,27 @@ CREATE TABLE `m_qtype_ddimageortext` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddim_que_ix` (`questionid`) + KEY `b_qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- Dumping data for table `b_qtype_ddimageortext` -- -LOCK TABLES `m_qtype_ddimageortext` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drags` +-- Table structure for table `b_qtype_ddimageortext_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drags` ( +CREATE TABLE `b_qtype_ddimageortext_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9957,27 +9862,27 @@ CREATE TABLE `m_qtype_ddimageortext_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrag_que_ix` (`questionid`) + KEY `b_qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- Dumping data for table `b_qtype_ddimageortext_drags` -- -LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drops` +-- Table structure for table `b_qtype_ddimageortext_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drops` ( +CREATE TABLE `b_qtype_ddimageortext_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9986,27 +9891,27 @@ CREATE TABLE `m_qtype_ddimageortext_drops` ( `choice` bigint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrop_que_ix` (`questionid`) + KEY `b_qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddimageortext_drops` +-- Dumping data for table `b_qtype_ddimageortext_drops` -- -LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker` +-- Table structure for table `b_qtype_ddmarker` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker`; +DROP TABLE IF EXISTS `b_qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker` ( +CREATE TABLE `b_qtype_ddmarker` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10019,27 +9924,27 @@ CREATE TABLE `m_qtype_ddmarker` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showmisplaced` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddma_que_ix` (`questionid`) + KEY `b_qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- Dumping data for table `b_qtype_ddmarker` -- -LOCK TABLES `m_qtype_ddmarker` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drags` +-- Table structure for table `b_qtype_ddmarker_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +DROP TABLE IF EXISTS `b_qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drags` ( +CREATE TABLE `b_qtype_ddmarker_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -10047,27 +9952,27 @@ CREATE TABLE `m_qtype_ddmarker_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `noofdrags` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_qtypddmadrag_que_ix` (`questionid`) + KEY `b_qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drags` +-- Dumping data for table `b_qtype_ddmarker_drags` -- -LOCK TABLES `m_qtype_ddmarker_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drops` +-- Table structure for table `b_qtype_ddmarker_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +DROP TABLE IF EXISTS `b_qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drops` ( +CREATE TABLE `b_qtype_ddmarker_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -10075,27 +9980,27 @@ CREATE TABLE `m_qtype_ddmarker_drops` ( `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `choice` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddmadrop_que_ix` (`questionid`) + KEY `b_qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drops` +-- Dumping data for table `b_qtype_ddmarker_drops` -- -LOCK TABLES `m_qtype_ddmarker_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essay_options` +-- Table structure for table `b_qtype_essay_options` -- -DROP TABLE IF EXISTS `m_qtype_essay_options`; +DROP TABLE IF EXISTS `b_qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essay_options` ( +CREATE TABLE `b_qtype_essay_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -10112,27 +10017,27 @@ CREATE TABLE `m_qtype_essay_options` ( `maxbytes` bigint NOT NULL DEFAULT '0', `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essay_options` +-- Dumping data for table `b_qtype_essay_options` -- -LOCK TABLES `m_qtype_essay_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essaywiris_backup` +-- Table structure for table `b_qtype_essaywiris_backup` -- -DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +DROP TABLE IF EXISTS `b_qtype_essaywiris_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essaywiris_backup` ( +CREATE TABLE `b_qtype_essaywiris_backup` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -10145,22 +10050,22 @@ CREATE TABLE `m_qtype_essaywiris_backup` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essaywiris_backup` +-- Dumping data for table `b_qtype_essaywiris_backup` -- -LOCK TABLES `m_qtype_essaywiris_backup` WRITE; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +LOCK TABLES `b_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_options` +-- Table structure for table `b_qtype_match_options` -- -DROP TABLE IF EXISTS `m_qtype_match_options`; +DROP TABLE IF EXISTS `b_qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_options` ( +CREATE TABLE `b_qtype_match_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10172,54 +10077,54 @@ CREATE TABLE `m_qtype_match_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- Dumping data for table `b_qtype_match_options` -- -LOCK TABLES `m_qtype_match_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_subquestions` +-- Table structure for table `b_qtype_match_subquestions` -- -DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +DROP TABLE IF EXISTS `b_qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_subquestions` ( +CREATE TABLE `b_qtype_match_subquestions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `questiontextformat` tinyint NOT NULL DEFAULT '0', `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_qtypmatcsubq_que_ix` (`questionid`) + KEY `b_qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_match_subquestions` +-- Dumping data for table `b_qtype_match_subquestions` -- -LOCK TABLES `m_qtype_match_subquestions` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +LOCK TABLES `b_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_multichoice_options` +-- Table structure for table `b_qtype_multichoice_options` -- -DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +DROP TABLE IF EXISTS `b_qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_multichoice_options` ( +CREATE TABLE `b_qtype_multichoice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '0', @@ -10235,27 +10140,27 @@ CREATE TABLE `m_qtype_multichoice_options` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_multichoice_options` +-- Dumping data for table `b_qtype_multichoice_options` -- -LOCK TABLES `m_qtype_multichoice_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_randomsamatch_options` +-- Table structure for table `b_qtype_randomsamatch_options` -- -DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +DROP TABLE IF EXISTS `b_qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_randomsamatch_options` ( +CREATE TABLE `b_qtype_randomsamatch_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `choose` bigint NOT NULL DEFAULT '4', @@ -10268,79 +10173,79 @@ CREATE TABLE `m_qtype_randomsamatch_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_randomsamatch_options` +-- Dumping data for table `b_qtype_randomsamatch_options` -- -LOCK TABLES `m_qtype_randomsamatch_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_shortanswer_options` +-- Table structure for table `b_qtype_shortanswer_options` -- -DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +DROP TABLE IF EXISTS `b_qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_shortanswer_options` ( +CREATE TABLE `b_qtype_shortanswer_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `usecase` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_shortanswer_options` +-- Dumping data for table `b_qtype_shortanswer_options` -- -LOCK TABLES `m_qtype_shortanswer_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq` +-- Table structure for table `b_qtype_wq` -- -DROP TABLE IF EXISTS `m_qtype_wq`; +DROP TABLE IF EXISTS `b_qtype_wq`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq` ( +CREATE TABLE `b_qtype_wq` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', PRIMARY KEY (`id`), - KEY `m_qtypwq_que_ix` (`question`) + KEY `b_qtypwq_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq` +-- Dumping data for table `b_qtype_wq` -- -LOCK TABLES `m_qtype_wq` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +LOCK TABLES `b_qtype_wq` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq_variables` +-- Table structure for table `b_qtype_wq_variables` -- -DROP TABLE IF EXISTS `m_qtype_wq_variables`; +DROP TABLE IF EXISTS `b_qtype_wq_variables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq_variables` ( +CREATE TABLE `b_qtype_wq_variables` ( `id` bigint NOT NULL AUTO_INCREMENT, `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10349,22 +10254,22 @@ CREATE TABLE `m_qtype_wq_variables` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq_variables` +-- Dumping data for table `b_qtype_wq_variables` -- -LOCK TABLES `m_qtype_wq_variables` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +LOCK TABLES `b_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq_variables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question` +-- Table structure for table `b_question` -- -DROP TABLE IF EXISTS `m_question`; +DROP TABLE IF EXISTS `b_question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question` ( +CREATE TABLE `b_question` ( `id` bigint NOT NULL AUTO_INCREMENT, `parent` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10382,30 +10287,30 @@ CREATE TABLE `m_question` ( `createdby` bigint DEFAULT NULL, `modifiedby` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_ques_qty_ix` (`qtype`), - KEY `m_ques_par_ix` (`parent`), - KEY `m_ques_cre_ix` (`createdby`), - KEY `m_ques_mod_ix` (`modifiedby`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; + KEY `b_ques_qty_ix` (`qtype`), + KEY `b_ques_par_ix` (`parent`), + KEY `b_ques_cre_ix` (`createdby`), + KEY `b_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question` +-- Dumping data for table `b_question` -- -LOCK TABLES `m_question` WRITE; -/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +LOCK TABLES `b_question` WRITE; +/*!40000 ALTER TABLE `b_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_answers` +-- Table structure for table `b_question_answers` -- -DROP TABLE IF EXISTS `m_question_answers`; +DROP TABLE IF EXISTS `b_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_answers` ( +CREATE TABLE `b_question_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10414,53 +10319,53 @@ CREATE TABLE `m_question_answers` ( `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `feedbackformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesansw_que_ix` (`question`) + KEY `b_quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- Dumping data for table `b_question_answers` -- -LOCK TABLES `m_question_answers` WRITE; -/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +LOCK TABLES `b_question_answers` WRITE; +/*!40000 ALTER TABLE `b_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_step_data` +-- Table structure for table `b_question_attempt_step_data` -- -DROP TABLE IF EXISTS `m_question_attempt_step_data`; +DROP TABLE IF EXISTS `b_question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_step_data` ( +CREATE TABLE `b_question_attempt_step_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptstepid` bigint NOT NULL, `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_quesattestepdata_att_ix` (`attemptstepid`) + KEY `b_quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- Dumping data for table `b_question_attempt_step_data` -- -LOCK TABLES `m_question_attempt_step_data` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +LOCK TABLES `b_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_steps` +-- Table structure for table `b_question_attempt_steps` -- -DROP TABLE IF EXISTS `m_question_attempt_steps`; +DROP TABLE IF EXISTS `b_question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_steps` ( +CREATE TABLE `b_question_attempt_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionattemptid` bigint NOT NULL, `sequencenumber` bigint NOT NULL, @@ -10469,29 +10374,29 @@ CREATE TABLE `m_question_attempt_steps` ( `timecreated` bigint NOT NULL, `userid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), - KEY `m_quesattestep_que_ix` (`questionattemptid`), - KEY `m_quesattestep_use_ix` (`userid`) + UNIQUE KEY `b_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `b_quesattestep_que_ix` (`questionattemptid`), + KEY `b_quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- Dumping data for table `b_question_attempt_steps` -- -LOCK TABLES `m_question_attempt_steps` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +LOCK TABLES `b_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempts` +-- Table structure for table `b_question_attempts` -- -DROP TABLE IF EXISTS `m_question_attempts`; +DROP TABLE IF EXISTS `b_question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempts` ( +CREATE TABLE `b_question_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -10507,58 +10412,58 @@ CREATE TABLE `m_question_attempts` ( `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), - KEY `m_quesatte_beh_ix` (`behaviour`), - KEY `m_quesatte_que_ix` (`questionid`), - KEY `m_quesatte_que2_ix` (`questionusageid`) + UNIQUE KEY `b_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `b_quesatte_beh_ix` (`behaviour`), + KEY `b_quesatte_que_ix` (`questionid`), + KEY `b_quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- Dumping data for table `b_question_attempts` -- -LOCK TABLES `m_question_attempts` WRITE; -/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +LOCK TABLES `b_question_attempts` WRITE; +/*!40000 ALTER TABLE `b_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_bank_entries` +-- Table structure for table `b_question_bank_entries` -- -DROP TABLE IF EXISTS `m_question_bank_entries`; +DROP TABLE IF EXISTS `b_question_bank_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_bank_entries` ( +CREATE TABLE `b_question_bank_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `questioncategoryid` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `ownerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), - KEY `m_quesbankentr_que_ix` (`questioncategoryid`), - KEY `m_quesbankentr_own_ix` (`ownerid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `b_quesbankentr_que_ix` (`questioncategoryid`), + KEY `b_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_bank_entries` +-- Dumping data for table `b_question_bank_entries` -- -LOCK TABLES `m_question_bank_entries` WRITE; -/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +LOCK TABLES `b_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `b_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated` +-- Table structure for table `b_question_calculated` -- -DROP TABLE IF EXISTS `m_question_calculated`; +DROP TABLE IF EXISTS `b_question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated` ( +CREATE TABLE `b_question_calculated` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', @@ -10567,28 +10472,28 @@ CREATE TABLE `m_question_calculated` ( `correctanswerlength` bigint NOT NULL DEFAULT '2', `correctanswerformat` bigint NOT NULL DEFAULT '2', PRIMARY KEY (`id`), - KEY `m_quescalc_ans_ix` (`answer`), - KEY `m_quescalc_que_ix` (`question`) + KEY `b_quescalc_ans_ix` (`answer`), + KEY `b_quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated` +-- Dumping data for table `b_question_calculated` -- -LOCK TABLES `m_question_calculated` WRITE; -/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +LOCK TABLES `b_question_calculated` WRITE; +/*!40000 ALTER TABLE `b_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated_options` +-- Table structure for table `b_question_calculated_options` -- -DROP TABLE IF EXISTS `m_question_calculated_options`; +DROP TABLE IF EXISTS `b_question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated_options` ( +CREATE TABLE `b_question_calculated_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `synchronize` tinyint NOT NULL DEFAULT '0', @@ -10603,27 +10508,27 @@ CREATE TABLE `m_question_calculated_options` ( `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quescalcopti_que_ix` (`question`) + KEY `b_quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated_options` +-- Dumping data for table `b_question_calculated_options` -- -LOCK TABLES `m_question_calculated_options` WRITE; -/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +LOCK TABLES `b_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `b_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_categories` +-- Table structure for table `b_question_categories` -- -DROP TABLE IF EXISTS `m_question_categories`; +DROP TABLE IF EXISTS `b_question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_categories` ( +CREATE TABLE `b_question_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL DEFAULT '0', @@ -10634,30 +10539,30 @@ CREATE TABLE `m_question_categories` ( `sortorder` bigint NOT NULL DEFAULT '999', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), - UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), - KEY `m_quescate_con_ix` (`contextid`), - KEY `m_quescate_par_ix` (`parent`) + UNIQUE KEY `b_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `b_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `b_quescate_con_ix` (`contextid`), + KEY `b_quescate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_categories` +-- Dumping data for table `b_question_categories` -- -LOCK TABLES `m_question_categories` WRITE; -/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +LOCK TABLES `b_question_categories` WRITE; +/*!40000 ALTER TABLE `b_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_definitions` +-- Table structure for table `b_question_dataset_definitions` -- -DROP TABLE IF EXISTS `m_question_dataset_definitions`; +DROP TABLE IF EXISTS `b_question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_definitions` ( +CREATE TABLE `b_question_dataset_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10665,80 +10570,80 @@ CREATE TABLE `m_question_dataset_definitions` ( `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdatadefi_cat_ix` (`category`) + KEY `b_quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_definitions` +-- Dumping data for table `b_question_dataset_definitions` -- -LOCK TABLES `m_question_dataset_definitions` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +LOCK TABLES `b_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_items` +-- Table structure for table `b_question_dataset_items` -- -DROP TABLE IF EXISTS `m_question_dataset_items`; +DROP TABLE IF EXISTS `b_question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_items` ( +CREATE TABLE `b_question_dataset_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `definition` bigint NOT NULL DEFAULT '0', `itemnumber` bigint NOT NULL DEFAULT '0', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesdataitem_def_ix` (`definition`) + KEY `b_quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_items` +-- Dumping data for table `b_question_dataset_items` -- -LOCK TABLES `m_question_dataset_items` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +LOCK TABLES `b_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_datasets` +-- Table structure for table `b_question_datasets` -- -DROP TABLE IF EXISTS `m_question_datasets`; +DROP TABLE IF EXISTS `b_question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_datasets` ( +CREATE TABLE `b_question_datasets` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `datasetdefinition` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), - KEY `m_quesdata_que_ix` (`question`), - KEY `m_quesdata_dat_ix` (`datasetdefinition`) + KEY `b_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `b_quesdata_que_ix` (`question`), + KEY `b_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_datasets` +-- Dumping data for table `b_question_datasets` -- -LOCK TABLES `m_question_datasets` WRITE; -/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +LOCK TABLES `b_question_datasets` WRITE; +/*!40000 ALTER TABLE `b_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_ddwtos` +-- Table structure for table `b_question_ddwtos` -- -DROP TABLE IF EXISTS `m_question_ddwtos`; +DROP TABLE IF EXISTS `b_question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_ddwtos` ( +CREATE TABLE `b_question_ddwtos` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10750,27 +10655,27 @@ CREATE TABLE `m_question_ddwtos` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesddwt_que_ix` (`questionid`) + KEY `b_quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_ddwtos` +-- Dumping data for table `b_question_ddwtos` -- -LOCK TABLES `m_question_ddwtos` WRITE; -/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +LOCK TABLES `b_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `b_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_gapselect` +-- Table structure for table `b_question_gapselect` -- -DROP TABLE IF EXISTS `m_question_gapselect`; +DROP TABLE IF EXISTS `b_question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_gapselect` ( +CREATE TABLE `b_question_gapselect` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10782,27 +10687,27 @@ CREATE TABLE `m_question_gapselect` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesgaps_que_ix` (`questionid`) + KEY `b_quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_gapselect` +-- Dumping data for table `b_question_gapselect` -- -LOCK TABLES `m_question_gapselect` WRITE; -/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +LOCK TABLES `b_question_gapselect` WRITE; +/*!40000 ALTER TABLE `b_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_hints` +-- Table structure for table `b_question_hints` -- -DROP TABLE IF EXISTS `m_question_hints`; +DROP TABLE IF EXISTS `b_question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_hints` ( +CREATE TABLE `b_question_hints` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10811,79 +10716,79 @@ CREATE TABLE `m_question_hints` ( `clearwrong` tinyint(1) DEFAULT NULL, `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_queshint_que_ix` (`questionid`) + KEY `b_queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- Dumping data for table `b_question_hints` -- -LOCK TABLES `m_question_hints` WRITE; -/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +LOCK TABLES `b_question_hints` WRITE; +/*!40000 ALTER TABLE `b_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_hints` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_multianswer` +-- Table structure for table `b_question_multianswer` -- -DROP TABLE IF EXISTS `m_question_multianswer`; +DROP TABLE IF EXISTS `b_question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_multianswer` ( +CREATE TABLE `b_question_multianswer` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesmult_que_ix` (`question`) + KEY `b_quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_multianswer` +-- Dumping data for table `b_question_multianswer` -- -LOCK TABLES `m_question_multianswer` WRITE; -/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +LOCK TABLES `b_question_multianswer` WRITE; +/*!40000 ALTER TABLE `b_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical` +-- Table structure for table `b_question_numerical` -- -DROP TABLE IF EXISTS `m_question_numerical`; +DROP TABLE IF EXISTS `b_question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical` ( +CREATE TABLE `b_question_numerical` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', PRIMARY KEY (`id`), - KEY `m_quesnume_ans_ix` (`answer`), - KEY `m_quesnume_que_ix` (`question`) + KEY `b_quesnume_ans_ix` (`answer`), + KEY `b_quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_numerical` +-- Dumping data for table `b_question_numerical` -- -LOCK TABLES `m_question_numerical` WRITE; -/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +LOCK TABLES `b_question_numerical` WRITE; +/*!40000 ALTER TABLE `b_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_options` +-- Table structure for table `b_question_numerical_options` -- -DROP TABLE IF EXISTS `m_question_numerical_options`; +DROP TABLE IF EXISTS `b_question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_options` ( +CREATE TABLE `b_question_numerical_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `showunits` smallint NOT NULL DEFAULT '0', @@ -10891,54 +10796,54 @@ CREATE TABLE `m_question_numerical_options` ( `unitgradingtype` smallint NOT NULL DEFAULT '0', `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', PRIMARY KEY (`id`), - KEY `m_quesnumeopti_que_ix` (`question`) + KEY `b_quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- Dumping data for table `b_question_numerical_options` -- -LOCK TABLES `m_question_numerical_options` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +LOCK TABLES `b_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_units` +-- Table structure for table `b_question_numerical_units` -- -DROP TABLE IF EXISTS `m_question_numerical_units`; +DROP TABLE IF EXISTS `b_question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_units` ( +CREATE TABLE `b_question_numerical_units` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), - KEY `m_quesnumeunit_que_ix` (`question`) + UNIQUE KEY `b_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `b_quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- Dumping data for table `b_question_numerical_units` -- -LOCK TABLES `m_question_numerical_units` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +LOCK TABLES `b_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_references` +-- Table structure for table `b_question_references` -- -DROP TABLE IF EXISTS `m_question_references`; +DROP TABLE IF EXISTS `b_question_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_references` ( +CREATE TABLE `b_question_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -10947,29 +10852,29 @@ CREATE TABLE `m_question_references` ( `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quesrefe_usi_ix` (`usingcontextid`), - KEY `m_quesrefe_que_ix` (`questionbankentryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quesrefe_usi_ix` (`usingcontextid`), + KEY `b_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_references` +-- Dumping data for table `b_question_references` -- -LOCK TABLES `m_question_references` WRITE; -/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +LOCK TABLES `b_question_references` WRITE; +/*!40000 ALTER TABLE `b_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_analysis` +-- Table structure for table `b_question_response_analysis` -- -DROP TABLE IF EXISTS `m_question_response_analysis`; +DROP TABLE IF EXISTS `b_question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_analysis` ( +CREATE TABLE `b_question_response_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10981,53 +10886,53 @@ CREATE TABLE `m_question_response_analysis` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespanal_que_ix` (`questionid`) + KEY `b_quesrespanal_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_response_analysis` +-- Dumping data for table `b_question_response_analysis` -- -LOCK TABLES `m_question_response_analysis` WRITE; -/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +LOCK TABLES `b_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `b_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_count` +-- Table structure for table `b_question_response_count` -- -DROP TABLE IF EXISTS `m_question_response_count`; +DROP TABLE IF EXISTS `b_question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_count` ( +CREATE TABLE `b_question_response_count` ( `id` bigint NOT NULL AUTO_INCREMENT, `analysisid` bigint NOT NULL, `try` bigint NOT NULL, `rcount` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespcoun_ana_ix` (`analysisid`) + KEY `b_quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- Dumping data for table `b_question_response_count` -- -LOCK TABLES `m_question_response_count` WRITE; -/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +LOCK TABLES `b_question_response_count` WRITE; +/*!40000 ALTER TABLE `b_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_set_references` +-- Table structure for table `b_question_set_references` -- -DROP TABLE IF EXISTS `m_question_set_references`; +DROP TABLE IF EXISTS `b_question_set_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_set_references` ( +CREATE TABLE `b_question_set_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -11036,29 +10941,29 @@ CREATE TABLE `m_question_set_references` ( `questionscontextid` bigint NOT NULL DEFAULT '0', `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quessetrefe_usi_ix` (`usingcontextid`), - KEY `m_quessetrefe_que_ix` (`questionscontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quessetrefe_usi_ix` (`usingcontextid`), + KEY `b_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_set_references` +-- Dumping data for table `b_question_set_references` -- -LOCK TABLES `m_question_set_references` WRITE; -/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +LOCK TABLES `b_question_set_references` WRITE; +/*!40000 ALTER TABLE `b_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_set_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_statistics` +-- Table structure for table `b_question_statistics` -- -DROP TABLE IF EXISTS `m_question_statistics`; +DROP TABLE IF EXISTS `b_question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_statistics` ( +CREATE TABLE `b_question_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL, @@ -11078,108 +10983,108 @@ CREATE TABLE `m_question_statistics` ( `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quesstat_que_ix` (`questionid`) + KEY `b_quesstat_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_statistics` +-- Dumping data for table `b_question_statistics` -- -LOCK TABLES `m_question_statistics` WRITE; -/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +LOCK TABLES `b_question_statistics` WRITE; +/*!40000 ALTER TABLE `b_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_truefalse` +-- Table structure for table `b_question_truefalse` -- -DROP TABLE IF EXISTS `m_question_truefalse`; +DROP TABLE IF EXISTS `b_question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_truefalse` ( +CREATE TABLE `b_question_truefalse` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `trueanswer` bigint NOT NULL DEFAULT '0', `falseanswer` bigint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_questrue_que_ix` (`question`) + KEY `b_questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_truefalse` +-- Dumping data for table `b_question_truefalse` -- -LOCK TABLES `m_question_truefalse` WRITE; -/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +LOCK TABLES `b_question_truefalse` WRITE; +/*!40000 ALTER TABLE `b_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_usages` +-- Table structure for table `b_question_usages` -- -DROP TABLE IF EXISTS `m_question_usages`; +DROP TABLE IF EXISTS `b_question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_usages` ( +CREATE TABLE `b_question_usages` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesusag_con_ix` (`contextid`) + KEY `b_quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- Dumping data for table `b_question_usages` -- -LOCK TABLES `m_question_usages` WRITE; -/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +LOCK TABLES `b_question_usages` WRITE; +/*!40000 ALTER TABLE `b_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_usages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_versions` +-- Table structure for table `b_question_versions` -- -DROP TABLE IF EXISTS `m_question_versions`; +DROP TABLE IF EXISTS `b_question_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_versions` ( +CREATE TABLE `b_question_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint NOT NULL DEFAULT '1', `questionid` bigint NOT NULL DEFAULT '0', `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', PRIMARY KEY (`id`), - KEY `m_quesvers_que_ix` (`questionbankentryid`), - KEY `m_quesvers_que2_ix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_quesvers_que_ix` (`questionbankentryid`), + KEY `b_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_versions` +-- Dumping data for table `b_question_versions` -- -LOCK TABLES `m_question_versions` WRITE; -/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +LOCK TABLES `b_question_versions` WRITE; +/*!40000 ALTER TABLE `b_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz` +-- Table structure for table `b_quiz` -- -DROP TABLE IF EXISTS `m_quiz`; +DROP TABLE IF EXISTS `b_quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz` ( +CREATE TABLE `b_quiz` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11199,7 +11104,6 @@ CREATE TABLE `m_quiz` ( `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', `reviewattempt` mediumint NOT NULL DEFAULT '0', `reviewcorrectness` mediumint NOT NULL DEFAULT '0', - `reviewmaxmarks` mediumint NOT NULL DEFAULT '0', `reviewmarks` mediumint NOT NULL DEFAULT '0', `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', @@ -11223,27 +11127,27 @@ CREATE TABLE `m_quiz` ( `completionminattempts` bigint NOT NULL DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quiz_cou_ix` (`course`) + KEY `b_quiz_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz` +-- Dumping data for table `b_quiz` -- -LOCK TABLES `m_quiz` WRITE; -/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +LOCK TABLES `b_quiz` WRITE; +/*!40000 ALTER TABLE `b_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_attempts` +-- Table structure for table `b_quiz_attempts` -- -DROP TABLE IF EXISTS `m_quiz_attempts`; +DROP TABLE IF EXISTS `b_quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_attempts` ( +CREATE TABLE `b_quiz_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -11261,31 +11165,31 @@ CREATE TABLE `m_quiz_attempts` ( `sumgrades` decimal(10,5) DEFAULT NULL, `gradednotificationsenttime` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), - UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), - KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), - KEY `m_quizatte_qui_ix` (`quiz`), - KEY `m_quizatte_use_ix` (`userid`) + UNIQUE KEY `b_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `b_quizatte_uni_uix` (`uniqueid`), + KEY `b_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `b_quizatte_qui_ix` (`quiz`), + KEY `b_quizatte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_attempts` +-- Dumping data for table `b_quiz_attempts` -- -LOCK TABLES `m_quiz_attempts` WRITE; -/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +LOCK TABLES `b_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `b_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_feedback` +-- Table structure for table `b_quiz_feedback` -- -DROP TABLE IF EXISTS `m_quiz_feedback`; +DROP TABLE IF EXISTS `b_quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_feedback` ( +CREATE TABLE `b_quiz_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL DEFAULT '0', `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11293,55 +11197,55 @@ CREATE TABLE `m_quiz_feedback` ( `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), - KEY `m_quizfeed_qui_ix` (`quizid`) + KEY `b_quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- Dumping data for table `b_quiz_feedback` -- -LOCK TABLES `m_quiz_feedback` WRITE; -/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +LOCK TABLES `b_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `b_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_grades` +-- Table structure for table `b_quiz_grades` -- -DROP TABLE IF EXISTS `m_quiz_grades`; +DROP TABLE IF EXISTS `b_quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_grades` ( +CREATE TABLE `b_quiz_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizgrad_use_ix` (`userid`), - KEY `m_quizgrad_qui_ix` (`quiz`) + KEY `b_quizgrad_use_ix` (`userid`), + KEY `b_quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- Dumping data for table `b_quiz_grades` -- -LOCK TABLES `m_quiz_grades` WRITE; -/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +LOCK TABLES `b_quiz_grades` WRITE; +/*!40000 ALTER TABLE `b_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overrides` +-- Table structure for table `b_quiz_overrides` -- -DROP TABLE IF EXISTS `m_quiz_overrides`; +DROP TABLE IF EXISTS `b_quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overrides` ( +CREATE TABLE `b_quiz_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -11352,29 +11256,29 @@ CREATE TABLE `m_quiz_overrides` ( `attempts` mediumint DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quizover_qui_ix` (`quiz`), - KEY `m_quizover_gro_ix` (`groupid`), - KEY `m_quizover_use_ix` (`userid`) + KEY `b_quizover_qui_ix` (`quiz`), + KEY `b_quizover_gro_ix` (`groupid`), + KEY `b_quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- Dumping data for table `b_quiz_overrides` -- -LOCK TABLES `m_quiz_overrides` WRITE; -/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +LOCK TABLES `b_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `b_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overview_regrades` +-- Table structure for table `b_quiz_overview_regrades` -- -DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +DROP TABLE IF EXISTS `b_quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overview_regrades` ( +CREATE TABLE `b_quiz_overview_regrades` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -11383,112 +11287,111 @@ CREATE TABLE `m_quiz_overview_regrades` ( `regraded` smallint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) + KEY `b_quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- Dumping data for table `b_quiz_overview_regrades` -- -LOCK TABLES `m_quiz_overview_regrades` WRITE; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +LOCK TABLES `b_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_reports` +-- Table structure for table `b_quiz_reports` -- -DROP TABLE IF EXISTS `m_quiz_reports`; +DROP TABLE IF EXISTS `b_quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_reports` ( +CREATE TABLE `b_quiz_reports` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `displayorder` bigint NOT NULL, `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizrepo_nam_uix` (`name`) + UNIQUE KEY `b_quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- Dumping data for table `b_quiz_reports` -- -LOCK TABLES `m_quiz_reports` WRITE; -/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; -INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); -/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +LOCK TABLES `b_quiz_reports` WRITE; +/*!40000 ALTER TABLE `b_quiz_reports` DISABLE KEYS */; +INSERT INTO `b_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `b_quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_sections` +-- Table structure for table `b_quiz_sections` -- -DROP TABLE IF EXISTS `m_quiz_sections`; +DROP TABLE IF EXISTS `b_quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_sections` ( +CREATE TABLE `b_quiz_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `firstslot` bigint NOT NULL, `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shufflequestions` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), - KEY `m_quizsect_qui_ix` (`quizid`) + UNIQUE KEY `b_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `b_quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- Dumping data for table `b_quiz_sections` -- -LOCK TABLES `m_quiz_sections` WRITE; -/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +LOCK TABLES `b_quiz_sections` WRITE; +/*!40000 ALTER TABLE `b_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_slots` +-- Table structure for table `b_quiz_slots` -- -DROP TABLE IF EXISTS `m_quiz_slots`; +DROP TABLE IF EXISTS `b_quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_slots` ( +CREATE TABLE `b_quiz_slots` ( `id` bigint NOT NULL AUTO_INCREMENT, `slot` bigint NOT NULL, `quizid` bigint NOT NULL DEFAULT '0', `page` bigint NOT NULL, - `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `requireprevious` smallint NOT NULL DEFAULT '0', `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), - KEY `m_quizslot_qui_ix` (`quizid`) + UNIQUE KEY `b_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `b_quizslot_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- Dumping data for table `b_quiz_slots` -- -LOCK TABLES `m_quiz_slots` WRITE; -/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +LOCK TABLES `b_quiz_slots` WRITE; +/*!40000 ALTER TABLE `b_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_statistics` +-- Table structure for table `b_quiz_statistics` -- -DROP TABLE IF EXISTS `m_quiz_statistics`; +DROP TABLE IF EXISTS `b_quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_statistics` ( +CREATE TABLE `b_quiz_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichattempts` smallint NOT NULL, @@ -11513,22 +11416,22 @@ CREATE TABLE `m_quiz_statistics` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_statistics` +-- Dumping data for table `b_quiz_statistics` -- -LOCK TABLES `m_quiz_statistics` WRITE; -/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +LOCK TABLES `b_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `b_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_quizsettings` +-- Table structure for table `b_quizaccess_seb_quizsettings` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +DROP TABLE IF EXISTS `b_quizaccess_seb_quizsettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_quizsettings` ( +CREATE TABLE `b_quizaccess_seb_quizsettings` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -11559,30 +11462,30 @@ CREATE TABLE `m_quizaccess_seb_quizsettings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), - UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), - KEY `m_quizsebquiz_tem_ix` (`templateid`), - KEY `m_quizsebquiz_use_ix` (`usermodified`) + UNIQUE KEY `b_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `b_quizsebquiz_cmi_uix` (`cmid`), + KEY `b_quizsebquiz_tem_ix` (`templateid`), + KEY `b_quizsebquiz_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_quizsettings` +-- Dumping data for table `b_quizaccess_seb_quizsettings` -- -LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +LOCK TABLES `b_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_template` +-- Table structure for table `b_quizaccess_seb_template` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +DROP TABLE IF EXISTS `b_quizaccess_seb_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_template` ( +CREATE TABLE `b_quizaccess_seb_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11593,27 +11496,27 @@ CREATE TABLE `m_quizaccess_seb_template` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizsebtemp_use_ix` (`usermodified`) + KEY `b_quizsebtemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_template` +-- Dumping data for table `b_quizaccess_seb_template` -- -LOCK TABLES `m_quizaccess_seb_template` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +LOCK TABLES `b_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_rating` +-- Table structure for table `b_rating` -- -DROP TABLE IF EXISTS `m_rating`; +DROP TABLE IF EXISTS `b_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_rating` ( +CREATE TABLE `b_rating` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11625,30 +11528,30 @@ CREATE TABLE `m_rating` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), - KEY `m_rati_con_ix` (`contextid`), - KEY `m_rati_use_ix` (`userid`), - KEY `m_rati_sca_ix` (`scaleid`) + KEY `b_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `b_rati_con_ix` (`contextid`), + KEY `b_rati_use_ix` (`userid`), + KEY `b_rati_sca_ix` (`scaleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_rating` +-- Dumping data for table `b_rating` -- -LOCK TABLES `m_rating` WRITE; -/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +LOCK TABLES `b_rating` WRITE; +/*!40000 ALTER TABLE `b_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_rating` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_registration_hubs` +-- Table structure for table `b_registration_hubs` -- -DROP TABLE IF EXISTS `m_registration_hubs`; +DROP TABLE IF EXISTS `b_registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_registration_hubs` ( +CREATE TABLE `b_registration_hubs` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11661,22 +11564,22 @@ CREATE TABLE `m_registration_hubs` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_registration_hubs` +-- Dumping data for table `b_registration_hubs` -- -LOCK TABLES `m_registration_hubs` WRITE; -/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +LOCK TABLES `b_registration_hubs` WRITE; +/*!40000 ALTER TABLE `b_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_audience` +-- Table structure for table `b_reportbuilder_audience` -- -DROP TABLE IF EXISTS `m_reportbuilder_audience`; +DROP TABLE IF EXISTS `b_reportbuilder_audience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_audience` ( +CREATE TABLE `b_reportbuilder_audience` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL, `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -11687,29 +11590,29 @@ CREATE TABLE `m_reportbuilder_audience` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoaudi_rep_ix` (`reportid`), - KEY `m_repoaudi_use_ix` (`usercreated`), - KEY `m_repoaudi_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repoaudi_rep_ix` (`reportid`), + KEY `b_repoaudi_use_ix` (`usercreated`), + KEY `b_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_audience` +-- Dumping data for table `b_reportbuilder_audience` -- -LOCK TABLES `m_reportbuilder_audience` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_audience` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_column` +-- Table structure for table `b_reportbuilder_column` -- -DROP TABLE IF EXISTS `m_reportbuilder_column`; +DROP TABLE IF EXISTS `b_reportbuilder_column`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_column` ( +CREATE TABLE `b_reportbuilder_column` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11724,29 +11627,29 @@ CREATE TABLE `m_reportbuilder_column` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repocolu_rep_ix` (`reportid`), - KEY `m_repocolu_use_ix` (`usercreated`), - KEY `m_repocolu_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repocolu_rep_ix` (`reportid`), + KEY `b_repocolu_use_ix` (`usercreated`), + KEY `b_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_column` +-- Dumping data for table `b_reportbuilder_column` -- -LOCK TABLES `m_reportbuilder_column` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_column` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_filter` +-- Table structure for table `b_reportbuilder_filter` -- -DROP TABLE IF EXISTS `m_reportbuilder_filter`; +DROP TABLE IF EXISTS `b_reportbuilder_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_filter` ( +CREATE TABLE `b_reportbuilder_filter` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11758,30 +11661,29 @@ CREATE TABLE `m_reportbuilder_filter` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`), - KEY `m_repofilt_rep_ix` (`reportid`), - KEY `m_repofilt_use_ix` (`usercreated`), - KEY `m_repofilt_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repofilt_rep_ix` (`reportid`), + KEY `b_repofilt_use_ix` (`usercreated`), + KEY `b_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_filter` +-- Dumping data for table `b_reportbuilder_filter` -- -LOCK TABLES `m_reportbuilder_filter` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_filter` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_report` +-- Table structure for table `b_reportbuilder_report` -- -DROP TABLE IF EXISTS `m_reportbuilder_report`; +DROP TABLE IF EXISTS `b_reportbuilder_report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_report` ( +CREATE TABLE `b_reportbuilder_report` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11798,29 +11700,29 @@ CREATE TABLE `m_reportbuilder_report` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reporepo_use_ix` (`usercreated`), - KEY `m_reporepo_use2_ix` (`usermodified`), - KEY `m_reporepo_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_reporepo_use_ix` (`usercreated`), + KEY `b_reporepo_use2_ix` (`usermodified`), + KEY `b_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_report` +-- Dumping data for table `b_reportbuilder_report` -- -LOCK TABLES `m_reportbuilder_report` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_schedule` +-- Table structure for table `b_reportbuilder_schedule` -- -DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +DROP TABLE IF EXISTS `b_reportbuilder_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_schedule` ( +CREATE TABLE `b_reportbuilder_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11841,30 +11743,30 @@ CREATE TABLE `m_reportbuilder_schedule` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reposche_rep_ix` (`reportid`), - KEY `m_reposche_use_ix` (`userviewas`), - KEY `m_reposche_use2_ix` (`usercreated`), - KEY `m_reposche_use3_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_reposche_rep_ix` (`reportid`), + KEY `b_reposche_use_ix` (`userviewas`), + KEY `b_reposche_use2_ix` (`usercreated`), + KEY `b_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_schedule` +-- Dumping data for table `b_reportbuilder_schedule` -- -LOCK TABLES `m_reportbuilder_schedule` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository` +-- Table structure for table `b_repository` -- -DROP TABLE IF EXISTS `m_repository`; +DROP TABLE IF EXISTS `b_repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository` ( +CREATE TABLE `b_repository` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) DEFAULT '1', @@ -11874,23 +11776,23 @@ CREATE TABLE `m_repository` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository` +-- Dumping data for table `b_repository` -- -LOCK TABLES `m_repository` WRITE; -/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; -INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); -/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +LOCK TABLES `b_repository` WRITE; +/*!40000 ALTER TABLE `b_repository` DISABLE KEYS */; +INSERT INTO `b_repository` 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 `b_repository` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instance_config` +-- Table structure for table `b_repository_instance_config` -- -DROP TABLE IF EXISTS `m_repository_instance_config`; +DROP TABLE IF EXISTS `b_repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instance_config` ( +CREATE TABLE `b_repository_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11900,22 +11802,22 @@ CREATE TABLE `m_repository_instance_config` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_instance_config` +-- Dumping data for table `b_repository_instance_config` -- -LOCK TABLES `m_repository_instance_config` WRITE; -/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +LOCK TABLES `b_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `b_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instances` +-- Table structure for table `b_repository_instances` -- -DROP TABLE IF EXISTS `m_repository_instances`; +DROP TABLE IF EXISTS `b_repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instances` ( +CREATE TABLE `b_repository_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `typeid` bigint NOT NULL, @@ -11927,29 +11829,29 @@ CREATE TABLE `m_repository_instances` ( `timemodified` bigint DEFAULT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoinst_use_ix` (`userid`), - KEY `m_repoinst_con_ix` (`contextid`) + KEY `b_repoinst_use_ix` (`userid`), + KEY `b_repoinst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- Dumping data for table `b_repository_instances` -- -LOCK TABLES `m_repository_instances` WRITE; -/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; -INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); -/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +LOCK TABLES `b_repository_instances` WRITE; +/*!40000 ALTER TABLE `b_repository_instances` DISABLE KEYS */; +INSERT INTO `b_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080035,1734080035,0),(2,'',2,0,1,NULL,NULL,1734080036,1734080036,0),(3,'',3,0,1,NULL,NULL,1734080038,1734080038,0),(4,'',4,0,1,NULL,NULL,1734080039,1734080039,0),(5,'',5,0,1,NULL,NULL,1734080040,1734080040,0),(6,'',6,0,1,NULL,NULL,1734080040,1734080040,0),(7,'',7,0,1,NULL,NULL,1734080040,1734080040,0),(8,'',8,0,1,NULL,NULL,1734080041,1734080041,0); +/*!40000 ALTER TABLE `b_repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_onedrive_access` +-- Table structure for table `b_repository_onedrive_access` -- -DROP TABLE IF EXISTS `m_repository_onedrive_access`; +DROP TABLE IF EXISTS `b_repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_onedrive_access` ( +CREATE TABLE `b_repository_onedrive_access` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -11957,27 +11859,27 @@ CREATE TABLE `m_repository_onedrive_access` ( `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_repoonedacce_use_ix` (`usermodified`) + KEY `b_repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_onedrive_access` +-- Dumping data for table `b_repository_onedrive_access` -- -LOCK TABLES `m_repository_onedrive_access` WRITE; -/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +LOCK TABLES `b_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `b_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource` +-- Table structure for table `b_resource` -- -DROP TABLE IF EXISTS `m_resource`; +DROP TABLE IF EXISTS `b_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource` ( +CREATE TABLE `b_resource` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11992,27 +11894,27 @@ CREATE TABLE `m_resource` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reso_cou_ix` (`course`) + KEY `b_reso_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- Dumping data for table `b_resource` -- -LOCK TABLES `m_resource` WRITE; -/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +LOCK TABLES `b_resource` WRITE; +/*!40000 ALTER TABLE `b_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource_old` +-- Table structure for table `b_resource_old` -- -DROP TABLE IF EXISTS `m_resource_old`; +DROP TABLE IF EXISTS `b_resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource_old` ( +CREATE TABLE `b_resource_old` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12030,28 +11932,28 @@ CREATE TABLE `m_resource_old` ( `newid` bigint DEFAULT NULL, `migrated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_resoold_old_uix` (`oldid`), - KEY `m_resoold_cmi_ix` (`cmid`) + UNIQUE KEY `b_resoold_old_uix` (`oldid`), + KEY `b_resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- Dumping data for table `b_resource_old` -- -LOCK TABLES `m_resource_old` WRITE; -/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +LOCK TABLES `b_resource_old` WRITE; +/*!40000 ALTER TABLE `b_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource_old` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role` +-- Table structure for table `b_role` -- -DROP TABLE IF EXISTS `m_role`; +DROP TABLE IF EXISTS `b_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role` ( +CREATE TABLE `b_role` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12059,141 +11961,141 @@ CREATE TABLE `m_role` ( `sortorder` bigint NOT NULL DEFAULT '0', `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_role_sor_uix` (`sortorder`), - UNIQUE KEY `m_role_sho_uix` (`shortname`) + UNIQUE KEY `b_role_sor_uix` (`sortorder`), + UNIQUE KEY `b_role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role` +-- Dumping data for table `b_role` -- -LOCK TABLES `m_role` WRITE; -/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; -INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); -/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +LOCK TABLES `b_role` WRITE; +/*!40000 ALTER TABLE `b_role` DISABLE KEYS */; +INSERT INTO `b_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `b_role` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_assign` +-- Table structure for table `b_role_allow_assign` -- -DROP TABLE IF EXISTS `m_role_allow_assign`; +DROP TABLE IF EXISTS `b_role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_assign` ( +CREATE TABLE `b_role_allow_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowassign` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), - KEY `m_rolealloassi_rol_ix` (`roleid`), - KEY `m_rolealloassi_all_ix` (`allowassign`) + UNIQUE KEY `b_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `b_rolealloassi_rol_ix` (`roleid`), + KEY `b_rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_assign` +-- Dumping data for table `b_role_allow_assign` -- -LOCK TABLES `m_role_allow_assign` WRITE; -/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; -INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); -/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +LOCK TABLES `b_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `b_role_allow_assign` DISABLE KEYS */; +INSERT INTO `b_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `b_role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_override` +-- Table structure for table `b_role_allow_override` -- -DROP TABLE IF EXISTS `m_role_allow_override`; +DROP TABLE IF EXISTS `b_role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_override` ( +CREATE TABLE `b_role_allow_override` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowoverride` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), - KEY `m_rolealloover_rol_ix` (`roleid`), - KEY `m_rolealloover_all_ix` (`allowoverride`) + UNIQUE KEY `b_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `b_rolealloover_rol_ix` (`roleid`), + KEY `b_rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_override` +-- Dumping data for table `b_role_allow_override` -- -LOCK TABLES `m_role_allow_override` WRITE; -/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; -INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); -/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +LOCK TABLES `b_role_allow_override` WRITE; +/*!40000 ALTER TABLE `b_role_allow_override` DISABLE KEYS */; +INSERT INTO `b_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `b_role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_switch` +-- Table structure for table `b_role_allow_switch` -- -DROP TABLE IF EXISTS `m_role_allow_switch`; +DROP TABLE IF EXISTS `b_role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_switch` ( +CREATE TABLE `b_role_allow_switch` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowswitch` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), - KEY `m_rolealloswit_rol_ix` (`roleid`), - KEY `m_rolealloswit_all_ix` (`allowswitch`) + UNIQUE KEY `b_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `b_rolealloswit_rol_ix` (`roleid`), + KEY `b_rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- Dumping data for table `b_role_allow_switch` -- -LOCK TABLES `m_role_allow_switch` WRITE; -/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; -INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); -/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +LOCK TABLES `b_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `b_role_allow_switch` DISABLE KEYS */; +INSERT INTO `b_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `b_role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_view` +-- Table structure for table `b_role_allow_view` -- -DROP TABLE IF EXISTS `m_role_allow_view`; +DROP TABLE IF EXISTS `b_role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_view` ( +CREATE TABLE `b_role_allow_view` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowview` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), - KEY `m_rolealloview_rol_ix` (`roleid`), - KEY `m_rolealloview_all_ix` (`allowview`) + UNIQUE KEY `b_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `b_rolealloview_rol_ix` (`roleid`), + KEY `b_rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- Dumping data for table `b_role_allow_view` -- -LOCK TABLES `m_role_allow_view` WRITE; -/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; -INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); -/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +LOCK TABLES `b_role_allow_view` WRITE; +/*!40000 ALTER TABLE `b_role_allow_view` DISABLE KEYS */; +INSERT INTO `b_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `b_role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_assignments` +-- Table structure for table `b_role_assignments` -- -DROP TABLE IF EXISTS `m_role_assignments`; +DROP TABLE IF EXISTS `b_role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_assignments` ( +CREATE TABLE `b_role_assignments` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', @@ -12204,34 +12106,33 @@ CREATE TABLE `m_role_assignments` ( `itemid` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_roleassi_sor_ix` (`sortorder`), - KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), - KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), - KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), - KEY `m_roleassi_rol_ix` (`roleid`), - KEY `m_roleassi_con_ix` (`contextid`), - KEY `m_roleassi_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; + KEY `b_roleassi_sor_ix` (`sortorder`), + KEY `b_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `b_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `b_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `b_roleassi_rol_ix` (`roleid`), + KEY `b_roleassi_con_ix` (`contextid`), + KEY `b_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_assignments` +-- Dumping data for table `b_role_assignments` -- -LOCK TABLES `m_role_assignments` WRITE; -/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; -INSERT INTO `m_role_assignments` VALUES (1,3,21,3,1566471448,2,'',0,0),(2,5,21,4,1566471456,2,'',0,0); -/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +LOCK TABLES `b_role_assignments` WRITE; +/*!40000 ALTER TABLE `b_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_capabilities` +-- Table structure for table `b_role_capabilities` -- -DROP TABLE IF EXISTS `m_role_capabilities`; +DROP TABLE IF EXISTS `b_role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_capabilities` ( +CREATE TABLE `b_role_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', @@ -12240,87 +12141,87 @@ CREATE TABLE `m_role_capabilities` ( `timemodified` bigint NOT NULL DEFAULT '0', `modifierid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), - KEY `m_rolecapa_rol_ix` (`roleid`), - KEY `m_rolecapa_con_ix` (`contextid`), - KEY `m_rolecapa_mod_ix` (`modifierid`), - KEY `m_rolecapa_cap_ix` (`capability`) -) ENGINE=InnoDB AUTO_INCREMENT=1537 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; + UNIQUE KEY `b_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `b_rolecapa_rol_ix` (`roleid`), + KEY `b_rolecapa_con_ix` (`contextid`), + KEY `b_rolecapa_mod_ix` (`modifierid`), + KEY `b_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1487 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- Dumping data for table `b_role_capabilities` -- -LOCK TABLES `m_role_capabilities` WRITE; -/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; -INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0),(1520,1,1,'moodle/contentbank:copyanycontent',1,1696857216,0),(1521,1,2,'moodle/contentbank:copyanycontent',1,1696857216,0),(1522,1,1,'moodle/contentbank:copycontent',1,1696857216,0),(1523,1,2,'moodle/contentbank:copycontent',1,1696857216,0),(1524,1,3,'moodle/contentbank:copycontent',1,1696857216,0),(1525,1,3,'moodle/course:configurecoursecommunication',1,1696857216,0),(1526,1,1,'moodle/course:configurecoursecommunication',1,1696857216,0),(1527,1,3,'moodle/moodlenet:sharecourse',1,1696857216,0),(1528,1,1,'moodle/moodlenet:sharecourse',1,1696857216,0),(1529,1,5,'mod/forum:canmailnow',1,1696857218,0),(1530,1,4,'mod/forum:canmailnow',1,1696857218,0),(1531,1,3,'mod/forum:canmailnow',1,1696857218,0),(1532,1,1,'mod/forum:canmailnow',1,1696857218,0),(1533,1,3,'communication/matrix:moderator',1,1696857220,0),(1534,1,1,'communication/matrix:moderator',1,1696857220,0),(1535,1,4,'communication/matrix:moderator',1,1696857220,0),(1536,1,7,'tool/mfa:mfaaccess',1,1696857229,0); -/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +LOCK TABLES `b_role_capabilities` WRITE; +/*!40000 ALTER TABLE `b_role_capabilities` DISABLE KEYS */; +INSERT INTO `b_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734079899,0),(2,1,2,'moodle/site:configview',1,1734079899,0),(3,1,1,'moodle/site:readallmessages',1,1734079899,0),(4,1,3,'moodle/site:readallmessages',1,1734079899,0),(5,1,1,'moodle/site:manageallmessaging',1,1734079899,0),(6,1,1,'moodle/site:deleteanymessage',1,1734079899,0),(7,1,1,'moodle/site:sendmessage',1,1734079899,0),(8,1,7,'moodle/site:sendmessage',1,1734079899,0),(9,1,7,'moodle/site:senderrormessage',1,1734079899,0),(10,1,7,'moodle/site:deleteownmessage',1,1734079899,0),(11,1,1,'moodle/site:approvecourse',1,1734079899,0),(12,1,3,'moodle/backup:backupcourse',1,1734079899,0),(13,1,1,'moodle/backup:backupcourse',1,1734079899,0),(14,1,3,'moodle/backup:backupsection',1,1734079899,0),(15,1,1,'moodle/backup:backupsection',1,1734079899,0),(16,1,3,'moodle/backup:backupactivity',1,1734079899,0),(17,1,1,'moodle/backup:backupactivity',1,1734079899,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734079899,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734079899,0),(20,1,3,'moodle/backup:downloadfile',1,1734079899,0),(21,1,1,'moodle/backup:downloadfile',1,1734079899,0),(22,1,3,'moodle/backup:configure',1,1734079899,0),(23,1,1,'moodle/backup:configure',1,1734079899,0),(24,1,1,'moodle/backup:userinfo',1,1734079899,0),(25,1,1,'moodle/backup:anonymise',1,1734079899,0),(26,1,3,'moodle/restore:restorecourse',1,1734079900,0),(27,1,1,'moodle/restore:restorecourse',1,1734079900,0),(28,1,3,'moodle/restore:restoresection',1,1734079900,0),(29,1,1,'moodle/restore:restoresection',1,1734079900,0),(30,1,3,'moodle/restore:restoreactivity',1,1734079900,0),(31,1,1,'moodle/restore:restoreactivity',1,1734079900,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734079900,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734079900,0),(36,1,3,'moodle/restore:uploadfile',1,1734079900,0),(37,1,1,'moodle/restore:uploadfile',1,1734079900,0),(38,1,3,'moodle/restore:configure',1,1734079900,0),(39,1,1,'moodle/restore:configure',1,1734079900,0),(40,1,2,'moodle/restore:rolldates',1,1734079900,0),(41,1,1,'moodle/restore:rolldates',1,1734079900,0),(42,1,1,'moodle/restore:userinfo',1,1734079900,0),(43,1,1,'moodle/restore:createuser',1,1734079900,0),(44,1,3,'moodle/site:manageblocks',1,1734079900,0),(45,1,1,'moodle/site:manageblocks',1,1734079900,0),(46,1,3,'moodle/site:accessallgroups',1,1734079900,0),(47,1,1,'moodle/site:accessallgroups',1,1734079900,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734079900,0),(49,1,4,'moodle/site:viewfullnames',1,1734079900,0),(50,1,3,'moodle/site:viewfullnames',1,1734079901,0),(51,1,1,'moodle/site:viewfullnames',1,1734079901,0),(52,1,4,'moodle/site:viewuseridentity',1,1734079901,0),(53,1,3,'moodle/site:viewuseridentity',1,1734079901,0),(54,1,1,'moodle/site:viewuseridentity',1,1734079901,0),(55,1,4,'moodle/site:viewreports',1,1734079901,0),(56,1,3,'moodle/site:viewreports',1,1734079901,0),(57,1,1,'moodle/site:viewreports',1,1734079901,0),(58,1,3,'moodle/site:trustcontent',1,1734079901,0),(59,1,1,'moodle/site:trustcontent',1,1734079901,0),(60,1,1,'moodle/site:uploadusers',1,1734079901,0),(61,1,3,'moodle/filter:manage',1,1734079901,0),(62,1,1,'moodle/filter:manage',1,1734079901,0),(63,1,1,'moodle/user:create',1,1734079901,0),(64,1,1,'moodle/user:delete',1,1734079901,0),(65,1,1,'moodle/user:update',1,1734079901,0),(66,1,6,'moodle/user:viewdetails',1,1734079901,0),(67,1,5,'moodle/user:viewdetails',1,1734079901,0),(68,1,4,'moodle/user:viewdetails',1,1734079901,0),(69,1,3,'moodle/user:viewdetails',1,1734079901,0),(70,1,1,'moodle/user:viewdetails',1,1734079901,0),(71,1,1,'moodle/user:viewalldetails',1,1734079901,0),(72,1,1,'moodle/user:viewlastip',1,1734079901,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734079902,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734079902,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734079902,0),(76,1,1,'moodle/user:loginas',1,1734079902,0),(77,1,1,'moodle/user:managesyspages',1,1734079902,0),(78,1,7,'moodle/user:manageownblocks',1,1734079902,0),(79,1,7,'moodle/user:manageownfiles',1,1734079902,0),(80,1,1,'moodle/my:configsyspages',1,1734079902,0),(81,1,3,'moodle/role:assign',1,1734079902,0),(82,1,1,'moodle/role:assign',1,1734079902,0),(83,1,4,'moodle/role:review',1,1734079902,0),(84,1,3,'moodle/role:review',1,1734079902,0),(85,1,1,'moodle/role:review',1,1734079902,0),(86,1,1,'moodle/role:override',1,1734079902,0),(87,1,3,'moodle/role:safeoverride',1,1734079902,0),(88,1,1,'moodle/role:manage',1,1734079902,0),(89,1,3,'moodle/role:switchroles',1,1734079902,0),(90,1,1,'moodle/role:switchroles',1,1734079902,0),(91,1,1,'moodle/category:manage',1,1734079902,0),(92,1,6,'moodle/category:viewcourselist',1,1734079902,0),(93,1,7,'moodle/category:viewcourselist',1,1734079902,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734079902,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734079902,0),(96,1,1,'moodle/cohort:manage',1,1734079902,0),(97,1,1,'moodle/cohort:assign',1,1734079903,0),(98,1,3,'moodle/cohort:view',1,1734079903,0),(99,1,1,'moodle/cohort:view',1,1734079903,0),(100,1,2,'moodle/course:create',1,1734079903,0),(101,1,1,'moodle/course:create',1,1734079903,0),(102,1,3,'moodle/course:creategroupconversations',1,1734079903,0),(103,1,1,'moodle/course:creategroupconversations',1,1734079903,0),(104,1,1,'moodle/course:delete',1,1734079903,0),(105,1,3,'moodle/course:update',1,1734079903,0),(106,1,1,'moodle/course:update',1,1734079903,0),(107,1,1,'moodle/course:view',1,1734079903,0),(108,1,3,'moodle/course:enrolreview',1,1734079903,0),(109,1,1,'moodle/course:enrolreview',1,1734079903,0),(110,1,3,'moodle/course:enrolconfig',1,1734079903,0),(111,1,1,'moodle/course:enrolconfig',1,1734079903,0),(112,1,3,'moodle/course:reviewotherusers',1,1734079903,0),(113,1,1,'moodle/course:reviewotherusers',1,1734079903,0),(114,1,4,'moodle/course:bulkmessaging',1,1734079903,0),(115,1,3,'moodle/course:bulkmessaging',1,1734079903,0),(116,1,1,'moodle/course:bulkmessaging',1,1734079903,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734079903,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734079904,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734079904,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734079904,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734079904,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734079904,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734079904,0),(124,1,3,'moodle/course:visibility',1,1734079904,0),(125,1,1,'moodle/course:visibility',1,1734079904,0),(126,1,3,'moodle/course:managefiles',1,1734079904,0),(127,1,1,'moodle/course:managefiles',1,1734079904,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(132,1,3,'moodle/course:manageactivities',1,1734079904,0),(133,1,1,'moodle/course:manageactivities',1,1734079904,0),(134,1,3,'moodle/course:activityvisibility',1,1734079904,0),(135,1,1,'moodle/course:activityvisibility',1,1734079904,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734079904,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734079904,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734079904,0),(139,1,5,'moodle/course:viewparticipants',1,1734079904,0),(140,1,4,'moodle/course:viewparticipants',1,1734079905,0),(141,1,3,'moodle/course:viewparticipants',1,1734079905,0),(142,1,1,'moodle/course:viewparticipants',1,1734079905,0),(143,1,3,'moodle/course:changefullname',1,1734079905,0),(144,1,1,'moodle/course:changefullname',1,1734079905,0),(145,1,3,'moodle/course:changeshortname',1,1734079905,0),(146,1,1,'moodle/course:changeshortname',1,1734079905,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734079905,0),(148,1,3,'moodle/course:renameroles',1,1734079905,0),(149,1,1,'moodle/course:renameroles',1,1734079905,0),(150,1,3,'moodle/course:changeidnumber',1,1734079905,0),(151,1,1,'moodle/course:changeidnumber',1,1734079905,0),(152,1,3,'moodle/course:changecategory',1,1734079905,0),(153,1,1,'moodle/course:changecategory',1,1734079905,0),(154,1,3,'moodle/course:changesummary',1,1734079905,0),(155,1,1,'moodle/course:changesummary',1,1734079905,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734079905,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734079905,0),(158,1,1,'moodle/site:viewparticipants',1,1734079905,0),(159,1,5,'moodle/course:isincompletionreports',1,1734079905,0),(160,1,5,'moodle/course:viewscales',1,1734079905,0),(161,1,4,'moodle/course:viewscales',1,1734079905,0),(162,1,3,'moodle/course:viewscales',1,1734079905,0),(163,1,1,'moodle/course:viewscales',1,1734079906,0),(164,1,3,'moodle/course:managescales',1,1734079906,0),(165,1,1,'moodle/course:managescales',1,1734079906,0),(166,1,3,'moodle/course:managegroups',1,1734079906,0),(167,1,1,'moodle/course:managegroups',1,1734079906,0),(168,1,3,'moodle/course:reset',1,1734079906,0),(169,1,1,'moodle/course:reset',1,1734079906,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734079906,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734079906,0),(172,1,1,'moodle/course:tag',1,1734079906,0),(173,1,3,'moodle/course:tag',1,1734079906,0),(174,1,6,'moodle/blog:view',1,1734079906,0),(175,1,7,'moodle/blog:view',1,1734079906,0),(176,1,5,'moodle/blog:view',1,1734079906,0),(177,1,4,'moodle/blog:view',1,1734079906,0),(178,1,3,'moodle/blog:view',1,1734079906,0),(179,1,1,'moodle/blog:view',1,1734079906,0),(180,1,6,'moodle/blog:search',1,1734079906,0),(181,1,7,'moodle/blog:search',1,1734079906,0),(182,1,5,'moodle/blog:search',1,1734079906,0),(183,1,4,'moodle/blog:search',1,1734079906,0),(184,1,3,'moodle/blog:search',1,1734079906,0),(185,1,1,'moodle/blog:search',1,1734079906,0),(186,1,1,'moodle/blog:viewdrafts',1,1734079907,0),(187,1,7,'moodle/blog:create',1,1734079907,0),(188,1,1,'moodle/blog:create',1,1734079907,0),(189,1,4,'moodle/blog:manageentries',1,1734079907,0),(190,1,3,'moodle/blog:manageentries',1,1734079907,0),(191,1,1,'moodle/blog:manageentries',1,1734079907,0),(192,1,5,'moodle/blog:manageexternal',1,1734079907,0),(193,1,7,'moodle/blog:manageexternal',1,1734079907,0),(194,1,4,'moodle/blog:manageexternal',1,1734079907,0),(195,1,3,'moodle/blog:manageexternal',1,1734079907,0),(196,1,1,'moodle/blog:manageexternal',1,1734079907,0),(197,1,7,'moodle/calendar:manageownentries',1,1734079907,0),(198,1,1,'moodle/calendar:manageownentries',1,1734079907,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734079907,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734079907,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734079907,0),(202,1,4,'moodle/calendar:manageentries',1,1734079907,0),(203,1,3,'moodle/calendar:manageentries',1,1734079907,0),(204,1,1,'moodle/calendar:manageentries',1,1734079907,0),(205,1,1,'moodle/user:editprofile',1,1734079907,0),(206,1,6,'moodle/user:editownprofile',-1000,1734079907,0),(207,1,7,'moodle/user:editownprofile',1,1734079907,0),(208,1,1,'moodle/user:editownprofile',1,1734079907,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734079907,0),(210,1,7,'moodle/user:changeownpassword',1,1734079907,0),(211,1,1,'moodle/user:changeownpassword',1,1734079908,0),(212,1,5,'moodle/user:readuserposts',1,1734079908,0),(213,1,4,'moodle/user:readuserposts',1,1734079908,0),(214,1,3,'moodle/user:readuserposts',1,1734079908,0),(215,1,1,'moodle/user:readuserposts',1,1734079908,0),(216,1,5,'moodle/user:readuserblogs',1,1734079908,0),(217,1,4,'moodle/user:readuserblogs',1,1734079908,0),(218,1,3,'moodle/user:readuserblogs',1,1734079908,0),(219,1,1,'moodle/user:readuserblogs',1,1734079908,0),(220,1,1,'moodle/user:editmessageprofile',1,1734079908,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734079908,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734079908,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734079908,0),(224,1,3,'moodle/question:managecategory',1,1734079908,0),(225,1,1,'moodle/question:managecategory',1,1734079908,0),(226,1,3,'moodle/question:add',1,1734079908,0),(227,1,1,'moodle/question:add',1,1734079908,0),(228,1,3,'moodle/question:editmine',1,1734079908,0),(229,1,1,'moodle/question:editmine',1,1734079908,0),(230,1,3,'moodle/question:editall',1,1734079908,0),(231,1,1,'moodle/question:editall',1,1734079908,0),(232,1,3,'moodle/question:viewmine',1,1734079908,0),(233,1,1,'moodle/question:viewmine',1,1734079908,0),(234,1,3,'moodle/question:viewall',1,1734079909,0),(235,1,1,'moodle/question:viewall',1,1734079909,0),(236,1,3,'moodle/question:usemine',1,1734079909,0),(237,1,1,'moodle/question:usemine',1,1734079909,0),(238,1,3,'moodle/question:useall',1,1734079909,0),(239,1,1,'moodle/question:useall',1,1734079909,0),(240,1,3,'moodle/question:movemine',1,1734079909,0),(241,1,1,'moodle/question:movemine',1,1734079909,0),(242,1,3,'moodle/question:moveall',1,1734079909,0),(243,1,1,'moodle/question:moveall',1,1734079909,0),(244,1,1,'moodle/question:config',1,1734079909,0),(245,1,5,'moodle/question:flag',1,1734079909,0),(246,1,4,'moodle/question:flag',1,1734079909,0),(247,1,3,'moodle/question:flag',1,1734079909,0),(248,1,1,'moodle/question:flag',1,1734079909,0),(249,1,3,'moodle/question:tagmine',1,1734079909,0),(250,1,1,'moodle/question:tagmine',1,1734079909,0),(251,1,3,'moodle/question:tagall',1,1734079909,0),(252,1,1,'moodle/question:tagall',1,1734079909,0),(253,1,4,'moodle/site:doclinks',1,1734079909,0),(254,1,3,'moodle/site:doclinks',1,1734079909,0),(255,1,1,'moodle/site:doclinks',1,1734079909,0),(256,1,3,'moodle/course:sectionvisibility',1,1734079909,0),(257,1,1,'moodle/course:sectionvisibility',1,1734079909,0),(258,1,3,'moodle/course:useremail',1,1734079910,0),(259,1,1,'moodle/course:useremail',1,1734079910,0),(260,1,3,'moodle/course:viewhiddensections',1,1734079910,0),(261,1,1,'moodle/course:viewhiddensections',1,1734079910,0),(262,1,3,'moodle/course:setcurrentsection',1,1734079910,0),(263,1,1,'moodle/course:setcurrentsection',1,1734079910,0),(264,1,3,'moodle/course:movesections',1,1734079910,0),(265,1,1,'moodle/course:movesections',1,1734079910,0),(266,1,4,'moodle/grade:viewall',1,1734079910,0),(267,1,3,'moodle/grade:viewall',1,1734079910,0),(268,1,1,'moodle/grade:viewall',1,1734079910,0),(269,1,5,'moodle/grade:view',1,1734079910,0),(270,1,4,'moodle/grade:viewhidden',1,1734079910,0),(271,1,3,'moodle/grade:viewhidden',1,1734079910,0),(272,1,1,'moodle/grade:viewhidden',1,1734079910,0),(273,1,3,'moodle/grade:import',1,1734079910,0),(274,1,1,'moodle/grade:import',1,1734079910,0),(275,1,4,'moodle/grade:export',1,1734079910,0),(276,1,3,'moodle/grade:export',1,1734079910,0),(277,1,1,'moodle/grade:export',1,1734079910,0),(278,1,3,'moodle/grade:manage',1,1734079910,0),(279,1,1,'moodle/grade:manage',1,1734079910,0),(280,1,3,'moodle/grade:edit',1,1734079910,0),(281,1,1,'moodle/grade:edit',1,1734079910,0),(282,1,3,'moodle/grade:managegradingforms',1,1734079911,0),(283,1,1,'moodle/grade:managegradingforms',1,1734079911,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734079911,0),(285,1,1,'moodle/grade:managesharedforms',1,1734079911,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734079911,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734079911,0),(288,1,3,'moodle/grade:manageletters',1,1734079911,0),(289,1,1,'moodle/grade:manageletters',1,1734079911,0),(290,1,3,'moodle/grade:hide',1,1734079911,0),(291,1,1,'moodle/grade:hide',1,1734079911,0),(292,1,3,'moodle/grade:lock',1,1734079911,0),(293,1,1,'moodle/grade:lock',1,1734079911,0),(294,1,3,'moodle/grade:unlock',1,1734079911,0),(295,1,1,'moodle/grade:unlock',1,1734079911,0),(296,1,7,'moodle/my:manageblocks',1,1734079911,0),(297,1,4,'moodle/notes:view',1,1734079911,0),(298,1,3,'moodle/notes:view',1,1734079911,0),(299,1,1,'moodle/notes:view',1,1734079911,0),(300,1,4,'moodle/notes:manage',1,1734079911,0),(301,1,3,'moodle/notes:manage',1,1734079911,0),(302,1,1,'moodle/notes:manage',1,1734079911,0),(303,1,1,'moodle/tag:manage',1,1734079911,0),(304,1,1,'moodle/tag:edit',1,1734079911,0),(305,1,7,'moodle/tag:flag',1,1734079911,0),(306,1,4,'moodle/tag:editblocks',1,1734079912,0),(307,1,3,'moodle/tag:editblocks',1,1734079912,0),(308,1,1,'moodle/tag:editblocks',1,1734079912,0),(309,1,6,'moodle/block:view',1,1734079912,0),(310,1,7,'moodle/block:view',1,1734079912,0),(311,1,5,'moodle/block:view',1,1734079912,0),(312,1,4,'moodle/block:view',1,1734079912,0),(313,1,3,'moodle/block:view',1,1734079912,0),(314,1,3,'moodle/block:edit',1,1734079912,0),(315,1,1,'moodle/block:edit',1,1734079912,0),(316,1,7,'moodle/portfolio:export',1,1734079912,0),(317,1,5,'moodle/portfolio:export',1,1734079912,0),(318,1,4,'moodle/portfolio:export',1,1734079912,0),(319,1,3,'moodle/portfolio:export',1,1734079912,0),(320,1,8,'moodle/comment:view',1,1734079912,0),(321,1,6,'moodle/comment:view',1,1734079912,0),(322,1,7,'moodle/comment:view',1,1734079912,0),(323,1,5,'moodle/comment:view',1,1734079912,0),(324,1,4,'moodle/comment:view',1,1734079912,0),(325,1,3,'moodle/comment:view',1,1734079912,0),(326,1,1,'moodle/comment:view',1,1734079912,0),(327,1,7,'moodle/comment:post',1,1734079912,0),(328,1,5,'moodle/comment:post',1,1734079913,0),(329,1,4,'moodle/comment:post',1,1734079913,0),(330,1,3,'moodle/comment:post',1,1734079913,0),(331,1,1,'moodle/comment:post',1,1734079913,0),(332,1,3,'moodle/comment:delete',1,1734079913,0),(333,1,1,'moodle/comment:delete',1,1734079913,0),(334,1,1,'moodle/webservice:createtoken',1,1734079913,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734079913,0),(336,1,7,'moodle/rating:view',1,1734079913,0),(337,1,5,'moodle/rating:view',1,1734079913,0),(338,1,4,'moodle/rating:view',1,1734079913,0),(339,1,3,'moodle/rating:view',1,1734079913,0),(340,1,1,'moodle/rating:view',1,1734079913,0),(341,1,7,'moodle/rating:viewany',1,1734079913,0),(342,1,5,'moodle/rating:viewany',1,1734079913,0),(343,1,4,'moodle/rating:viewany',1,1734079913,0),(344,1,3,'moodle/rating:viewany',1,1734079913,0),(345,1,1,'moodle/rating:viewany',1,1734079913,0),(346,1,7,'moodle/rating:viewall',1,1734079913,0),(347,1,5,'moodle/rating:viewall',1,1734079913,0),(348,1,4,'moodle/rating:viewall',1,1734079913,0),(349,1,3,'moodle/rating:viewall',1,1734079913,0),(350,1,1,'moodle/rating:viewall',1,1734079913,0),(351,1,7,'moodle/rating:rate',1,1734079914,0),(352,1,5,'moodle/rating:rate',1,1734079914,0),(353,1,4,'moodle/rating:rate',1,1734079914,0),(354,1,3,'moodle/rating:rate',1,1734079914,0),(355,1,1,'moodle/rating:rate',1,1734079914,0),(356,1,4,'moodle/course:markcomplete',1,1734079914,0),(357,1,3,'moodle/course:markcomplete',1,1734079914,0),(358,1,1,'moodle/course:markcomplete',1,1734079914,0),(359,1,4,'moodle/course:overridecompletion',1,1734079914,0),(360,1,3,'moodle/course:overridecompletion',1,1734079914,0),(361,1,1,'moodle/course:overridecompletion',1,1734079914,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734079914,0),(363,1,7,'moodle/badges:viewbadges',1,1734079914,0),(364,1,7,'moodle/badges:manageownbadges',1,1734079914,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734079914,0),(366,1,7,'moodle/badges:earnbadge',1,1734079914,0),(367,1,1,'moodle/badges:createbadge',1,1734079914,0),(368,1,3,'moodle/badges:createbadge',1,1734079914,0),(369,1,1,'moodle/badges:deletebadge',1,1734079914,0),(370,1,3,'moodle/badges:deletebadge',1,1734079914,0),(371,1,1,'moodle/badges:configuredetails',1,1734079915,0),(372,1,3,'moodle/badges:configuredetails',1,1734079915,0),(373,1,1,'moodle/badges:configurecriteria',1,1734079915,0),(374,1,3,'moodle/badges:configurecriteria',1,1734079915,0),(375,1,1,'moodle/badges:configuremessages',1,1734079915,0),(376,1,3,'moodle/badges:configuremessages',1,1734079915,0),(377,1,1,'moodle/badges:awardbadge',1,1734079915,0),(378,1,4,'moodle/badges:awardbadge',1,1734079915,0),(379,1,3,'moodle/badges:awardbadge',1,1734079915,0),(380,1,1,'moodle/badges:revokebadge',1,1734079915,0),(381,1,4,'moodle/badges:revokebadge',1,1734079915,0),(382,1,3,'moodle/badges:revokebadge',1,1734079915,0),(383,1,1,'moodle/badges:viewawarded',1,1734079915,0),(384,1,4,'moodle/badges:viewawarded',1,1734079915,0),(385,1,3,'moodle/badges:viewawarded',1,1734079915,0),(386,1,6,'moodle/search:query',1,1734079915,0),(387,1,7,'moodle/search:query',1,1734079915,0),(388,1,5,'moodle/search:query',1,1734079915,0),(389,1,4,'moodle/search:query',1,1734079915,0),(390,1,3,'moodle/search:query',1,1734079915,0),(391,1,1,'moodle/search:query',1,1734079915,0),(392,1,1,'moodle/competency:competencymanage',1,1734079915,0),(393,1,7,'moodle/competency:competencyview',1,1734079915,0),(394,1,3,'moodle/competency:competencygrade',1,1734079915,0),(395,1,4,'moodle/competency:competencygrade',1,1734079916,0),(396,1,1,'moodle/competency:competencygrade',1,1734079916,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734079916,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734079916,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734079916,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734079916,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734079916,0),(402,1,1,'moodle/competency:planmanage',1,1734079916,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734079916,0),(404,1,1,'moodle/competency:planview',1,1734079916,0),(405,1,1,'moodle/competency:planviewdraft',1,1734079916,0),(406,1,7,'moodle/competency:planviewown',1,1734079916,0),(407,1,1,'moodle/competency:planrequestreview',1,1734079916,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734079916,0),(409,1,1,'moodle/competency:planreview',1,1734079916,0),(410,1,1,'moodle/competency:plancomment',1,1734079916,0),(411,1,7,'moodle/competency:plancommentown',1,1734079916,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734079916,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734079916,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734079916,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734079916,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734079917,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734079917,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734079917,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734079917,0),(420,1,1,'moodle/competency:templatemanage',1,1734079917,0),(421,1,4,'moodle/analytics:listinsights',1,1734079917,0),(422,1,3,'moodle/analytics:listinsights',1,1734079917,0),(423,1,1,'moodle/analytics:listinsights',1,1734079917,0),(424,1,1,'moodle/analytics:managemodels',1,1734079917,0),(425,1,1,'moodle/competency:templateview',1,1734079917,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734079917,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734079917,0),(428,1,1,'moodle/competency:userevidenceview',1,1734079917,0),(429,1,4,'moodle/site:messageanyuser',1,1734079917,0),(430,1,3,'moodle/site:messageanyuser',1,1734079917,0),(431,1,1,'moodle/site:messageanyuser',1,1734079917,0),(432,1,7,'moodle/course:togglecompletion',1,1734079917,0),(433,1,7,'moodle/analytics:listowninsights',1,1734079917,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734079917,0),(435,1,1,'moodle/h5p:deploy',1,1734079917,0),(436,1,3,'moodle/h5p:deploy',1,1734079917,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734079917,0),(438,1,1,'moodle/course:recommendactivity',1,1734079918,0),(439,1,1,'moodle/contentbank:access',1,1734079918,0),(440,1,2,'moodle/contentbank:access',1,1734079918,0),(441,1,3,'moodle/contentbank:access',1,1734079918,0),(442,1,1,'moodle/contentbank:upload',1,1734079918,0),(443,1,2,'moodle/contentbank:upload',1,1734079918,0),(444,1,3,'moodle/contentbank:upload',1,1734079918,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734079918,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734079918,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734079918,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734079918,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734079918,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734079918,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734079918,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734079918,0),(453,1,1,'moodle/contentbank:useeditor',1,1734079918,0),(454,1,2,'moodle/contentbank:useeditor',1,1734079918,0),(455,1,3,'moodle/contentbank:useeditor',1,1734079918,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734079918,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734079918,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734079918,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734079918,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734079918,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734079918,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734079919,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734079919,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734079919,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(467,1,7,'moodle/reportbuilder:view',1,1734079919,0),(468,1,1,'moodle/reportbuilder:edit',1,1734079919,0),(469,1,6,'mod/assign:view',1,1734079955,0),(470,1,5,'mod/assign:view',1,1734079955,0),(471,1,4,'mod/assign:view',1,1734079955,0),(472,1,3,'mod/assign:view',1,1734079955,0),(473,1,1,'mod/assign:view',1,1734079955,0),(474,1,5,'mod/assign:submit',1,1734079955,0),(475,1,4,'mod/assign:grade',1,1734079955,0),(476,1,3,'mod/assign:grade',1,1734079955,0),(477,1,1,'mod/assign:grade',1,1734079955,0),(478,1,4,'mod/assign:exportownsubmission',1,1734079955,0),(479,1,3,'mod/assign:exportownsubmission',1,1734079955,0),(480,1,1,'mod/assign:exportownsubmission',1,1734079955,0),(481,1,5,'mod/assign:exportownsubmission',1,1734079955,0),(482,1,3,'mod/assign:addinstance',1,1734079955,0),(483,1,1,'mod/assign:addinstance',1,1734079955,0),(484,1,4,'mod/assign:grantextension',1,1734079955,0),(485,1,3,'mod/assign:grantextension',1,1734079955,0),(486,1,1,'mod/assign:grantextension',1,1734079955,0),(487,1,3,'mod/assign:revealidentities',1,1734079955,0),(488,1,1,'mod/assign:revealidentities',1,1734079955,0),(489,1,3,'mod/assign:reviewgrades',1,1734079955,0),(490,1,1,'mod/assign:reviewgrades',1,1734079955,0),(491,1,3,'mod/assign:releasegrades',1,1734079955,0),(492,1,1,'mod/assign:releasegrades',1,1734079955,0),(493,1,3,'mod/assign:managegrades',1,1734079955,0),(494,1,1,'mod/assign:managegrades',1,1734079955,0),(495,1,3,'mod/assign:manageallocations',1,1734079956,0),(496,1,1,'mod/assign:manageallocations',1,1734079956,0),(497,1,3,'mod/assign:viewgrades',1,1734079956,0),(498,1,1,'mod/assign:viewgrades',1,1734079956,0),(499,1,4,'mod/assign:viewgrades',1,1734079956,0),(500,1,1,'mod/assign:viewblinddetails',1,1734079956,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734079956,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734079956,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734079956,0),(504,1,3,'mod/assign:manageoverrides',1,1734079956,0),(505,1,1,'mod/assign:manageoverrides',1,1734079956,0),(506,1,4,'mod/assign:showhiddengrader',1,1734079956,0),(507,1,3,'mod/assign:showhiddengrader',1,1734079956,0),(508,1,1,'mod/assign:showhiddengrader',1,1734079956,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734079956,0),(510,1,6,'mod/assignment:view',1,1734079957,0),(511,1,5,'mod/assignment:view',1,1734079957,0),(512,1,4,'mod/assignment:view',1,1734079957,0),(513,1,3,'mod/assignment:view',1,1734079957,0),(514,1,1,'mod/assignment:view',1,1734079957,0),(515,1,3,'mod/assignment:addinstance',1,1734079957,0),(516,1,1,'mod/assignment:addinstance',1,1734079957,0),(517,1,5,'mod/assignment:submit',1,1734079957,0),(518,1,4,'mod/assignment:grade',1,1734079957,0),(519,1,3,'mod/assignment:grade',1,1734079957,0),(520,1,1,'mod/assignment:grade',1,1734079957,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734079957,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734079957,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734079957,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734079957,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734079958,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734079958,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734079958,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734079958,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734079958,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734079958,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734079958,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734079958,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734079958,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(554,1,3,'mod/book:addinstance',1,1734079960,0),(555,1,1,'mod/book:addinstance',1,1734079960,0),(556,1,6,'mod/book:read',1,1734079960,0),(557,1,8,'mod/book:read',1,1734079960,0),(558,1,5,'mod/book:read',1,1734079960,0),(559,1,4,'mod/book:read',1,1734079960,0),(560,1,3,'mod/book:read',1,1734079960,0),(561,1,1,'mod/book:read',1,1734079960,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734079960,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734079960,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734079960,0),(565,1,3,'mod/book:edit',1,1734079960,0),(566,1,1,'mod/book:edit',1,1734079960,0),(567,1,3,'mod/chat:addinstance',1,1734079961,0),(568,1,1,'mod/chat:addinstance',1,1734079961,0),(569,1,5,'mod/chat:chat',1,1734079961,0),(570,1,4,'mod/chat:chat',1,1734079961,0),(571,1,3,'mod/chat:chat',1,1734079961,0),(572,1,1,'mod/chat:chat',1,1734079961,0),(573,1,5,'mod/chat:readlog',1,1734079961,0),(574,1,4,'mod/chat:readlog',1,1734079961,0),(575,1,3,'mod/chat:readlog',1,1734079961,0),(576,1,1,'mod/chat:readlog',1,1734079961,0),(577,1,4,'mod/chat:deletelog',1,1734079961,0),(578,1,3,'mod/chat:deletelog',1,1734079961,0),(579,1,1,'mod/chat:deletelog',1,1734079961,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734079961,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734079961,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734079961,0),(583,1,4,'mod/chat:exportsession',1,1734079961,0),(584,1,3,'mod/chat:exportsession',1,1734079961,0),(585,1,1,'mod/chat:exportsession',1,1734079961,0),(586,1,7,'mod/chat:view',1,1734079961,0),(587,1,6,'mod/chat:view',1,1734079962,0),(588,1,3,'mod/choice:addinstance',1,1734079962,0),(589,1,1,'mod/choice:addinstance',1,1734079962,0),(590,1,5,'mod/choice:choose',1,1734079962,0),(591,1,4,'mod/choice:choose',1,1734079962,0),(592,1,3,'mod/choice:choose',1,1734079962,0),(593,1,4,'mod/choice:readresponses',1,1734079962,0),(594,1,3,'mod/choice:readresponses',1,1734079962,0),(595,1,1,'mod/choice:readresponses',1,1734079962,0),(596,1,4,'mod/choice:deleteresponses',1,1734079962,0),(597,1,3,'mod/choice:deleteresponses',1,1734079962,0),(598,1,1,'mod/choice:deleteresponses',1,1734079962,0),(599,1,4,'mod/choice:downloadresponses',1,1734079962,0),(600,1,3,'mod/choice:downloadresponses',1,1734079963,0),(601,1,1,'mod/choice:downloadresponses',1,1734079963,0),(602,1,7,'mod/choice:view',1,1734079963,0),(603,1,6,'mod/choice:view',1,1734079963,0),(604,1,3,'mod/data:addinstance',1,1734079963,0),(605,1,1,'mod/data:addinstance',1,1734079963,0),(606,1,8,'mod/data:viewentry',1,1734079963,0),(607,1,6,'mod/data:viewentry',1,1734079963,0),(608,1,5,'mod/data:viewentry',1,1734079963,0),(609,1,4,'mod/data:viewentry',1,1734079963,0),(610,1,3,'mod/data:viewentry',1,1734079963,0),(611,1,1,'mod/data:viewentry',1,1734079964,0),(612,1,5,'mod/data:writeentry',1,1734079964,0),(613,1,4,'mod/data:writeentry',1,1734079964,0),(614,1,3,'mod/data:writeentry',1,1734079964,0),(615,1,1,'mod/data:writeentry',1,1734079964,0),(616,1,5,'mod/data:comment',1,1734079964,0),(617,1,4,'mod/data:comment',1,1734079964,0),(618,1,3,'mod/data:comment',1,1734079964,0),(619,1,1,'mod/data:comment',1,1734079964,0),(620,1,4,'mod/data:rate',1,1734079964,0),(621,1,3,'mod/data:rate',1,1734079964,0),(622,1,1,'mod/data:rate',1,1734079964,0),(623,1,4,'mod/data:viewrating',1,1734079964,0),(624,1,3,'mod/data:viewrating',1,1734079964,0),(625,1,1,'mod/data:viewrating',1,1734079964,0),(626,1,4,'mod/data:viewanyrating',1,1734079964,0),(627,1,3,'mod/data:viewanyrating',1,1734079964,0),(628,1,1,'mod/data:viewanyrating',1,1734079964,0),(629,1,4,'mod/data:viewallratings',1,1734079964,0),(630,1,3,'mod/data:viewallratings',1,1734079964,0),(631,1,1,'mod/data:viewallratings',1,1734079965,0),(632,1,4,'mod/data:approve',1,1734079965,0),(633,1,3,'mod/data:approve',1,1734079965,0),(634,1,1,'mod/data:approve',1,1734079965,0),(635,1,4,'mod/data:manageentries',1,1734079965,0),(636,1,3,'mod/data:manageentries',1,1734079965,0),(637,1,1,'mod/data:manageentries',1,1734079965,0),(638,1,4,'mod/data:managecomments',1,1734079965,0),(639,1,3,'mod/data:managecomments',1,1734079965,0),(640,1,1,'mod/data:managecomments',1,1734079965,0),(641,1,3,'mod/data:managetemplates',1,1734079965,0),(642,1,1,'mod/data:managetemplates',1,1734079965,0),(643,1,4,'mod/data:viewalluserpresets',1,1734079965,0),(644,1,3,'mod/data:viewalluserpresets',1,1734079965,0),(645,1,1,'mod/data:viewalluserpresets',1,1734079965,0),(646,1,1,'mod/data:manageuserpresets',1,1734079965,0),(647,1,1,'mod/data:exportentry',1,1734079965,0),(648,1,4,'mod/data:exportentry',1,1734079965,0),(649,1,3,'mod/data:exportentry',1,1734079965,0),(650,1,1,'mod/data:exportownentry',1,1734079965,0),(651,1,4,'mod/data:exportownentry',1,1734079965,0),(652,1,3,'mod/data:exportownentry',1,1734079965,0),(653,1,5,'mod/data:exportownentry',1,1734079966,0),(654,1,1,'mod/data:exportallentries',1,1734079966,0),(655,1,4,'mod/data:exportallentries',1,1734079966,0),(656,1,3,'mod/data:exportallentries',1,1734079966,0),(657,1,1,'mod/data:exportuserinfo',1,1734079966,0),(658,1,4,'mod/data:exportuserinfo',1,1734079966,0),(659,1,3,'mod/data:exportuserinfo',1,1734079966,0),(660,1,6,'mod/data:view',1,1734079966,0),(661,1,5,'mod/data:view',1,1734079966,0),(662,1,4,'mod/data:view',1,1734079966,0),(663,1,3,'mod/data:view',1,1734079966,0),(664,1,1,'mod/data:view',1,1734079966,0),(665,1,3,'mod/feedback:addinstance',1,1734079967,0),(666,1,1,'mod/feedback:addinstance',1,1734079967,0),(667,1,6,'mod/feedback:view',1,1734079967,0),(668,1,8,'mod/feedback:view',1,1734079967,0),(669,1,5,'mod/feedback:view',1,1734079967,0),(670,1,4,'mod/feedback:view',1,1734079967,0),(671,1,3,'mod/feedback:view',1,1734079967,0),(672,1,1,'mod/feedback:view',1,1734079967,0),(673,1,8,'mod/feedback:complete',1,1734079967,0),(674,1,5,'mod/feedback:complete',1,1734079967,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734079967,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734079967,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734079967,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734079967,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734079968,0),(680,1,1,'mod/feedback:mapcourse',1,1734079968,0),(681,1,3,'mod/feedback:edititems',1,1734079968,0),(682,1,1,'mod/feedback:edititems',1,1734079968,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734079968,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734079968,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734079968,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734079968,0),(687,1,3,'mod/feedback:deletetemplate',1,1734079968,0),(688,1,1,'mod/feedback:deletetemplate',1,1734079968,0),(689,1,4,'mod/feedback:viewreports',1,1734079968,0),(690,1,3,'mod/feedback:viewreports',1,1734079968,0),(691,1,1,'mod/feedback:viewreports',1,1734079968,0),(692,1,4,'mod/feedback:receivemail',1,1734079968,0),(693,1,3,'mod/feedback:receivemail',1,1734079968,0),(694,1,3,'mod/folder:addinstance',1,1734079968,0),(695,1,1,'mod/folder:addinstance',1,1734079969,0),(696,1,6,'mod/folder:view',1,1734079969,0),(697,1,7,'mod/folder:view',1,1734079969,0),(698,1,3,'mod/folder:managefiles',1,1734079969,0),(699,1,3,'mod/forum:addinstance',1,1734079970,0),(700,1,1,'mod/forum:addinstance',1,1734079970,0),(701,1,8,'mod/forum:viewdiscussion',1,1734079970,0),(702,1,6,'mod/forum:viewdiscussion',1,1734079970,0),(703,1,5,'mod/forum:viewdiscussion',1,1734079970,0),(704,1,4,'mod/forum:viewdiscussion',1,1734079970,0),(705,1,3,'mod/forum:viewdiscussion',1,1734079970,0),(706,1,1,'mod/forum:viewdiscussion',1,1734079970,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734079970,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734079970,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734079970,0),(710,1,5,'mod/forum:startdiscussion',1,1734079970,0),(711,1,4,'mod/forum:startdiscussion',1,1734079970,0),(712,1,3,'mod/forum:startdiscussion',1,1734079970,0),(713,1,1,'mod/forum:startdiscussion',1,1734079970,0),(714,1,5,'mod/forum:replypost',1,1734079970,0),(715,1,4,'mod/forum:replypost',1,1734079970,0),(716,1,3,'mod/forum:replypost',1,1734079971,0),(717,1,1,'mod/forum:replypost',1,1734079971,0),(718,1,4,'mod/forum:addnews',1,1734079971,0),(719,1,3,'mod/forum:addnews',1,1734079971,0),(720,1,1,'mod/forum:addnews',1,1734079971,0),(721,1,4,'mod/forum:replynews',1,1734079971,0),(722,1,3,'mod/forum:replynews',1,1734079971,0),(723,1,1,'mod/forum:replynews',1,1734079971,0),(724,1,5,'mod/forum:viewrating',1,1734079971,0),(725,1,4,'mod/forum:viewrating',1,1734079971,0),(726,1,3,'mod/forum:viewrating',1,1734079971,0),(727,1,1,'mod/forum:viewrating',1,1734079971,0),(728,1,4,'mod/forum:viewanyrating',1,1734079971,0),(729,1,3,'mod/forum:viewanyrating',1,1734079971,0),(730,1,1,'mod/forum:viewanyrating',1,1734079971,0),(731,1,4,'mod/forum:viewallratings',1,1734079971,0),(732,1,3,'mod/forum:viewallratings',1,1734079971,0),(733,1,1,'mod/forum:viewallratings',1,1734079971,0),(734,1,4,'mod/forum:rate',1,1734079971,0),(735,1,3,'mod/forum:rate',1,1734079971,0),(736,1,1,'mod/forum:rate',1,1734079971,0),(737,1,4,'mod/forum:postprivatereply',1,1734079971,0),(738,1,3,'mod/forum:postprivatereply',1,1734079971,0),(739,1,1,'mod/forum:postprivatereply',1,1734079971,0),(740,1,4,'mod/forum:readprivatereplies',1,1734079971,0),(741,1,3,'mod/forum:readprivatereplies',1,1734079972,0),(742,1,1,'mod/forum:readprivatereplies',1,1734079972,0),(743,1,5,'mod/forum:createattachment',1,1734079972,0),(744,1,4,'mod/forum:createattachment',1,1734079972,0),(745,1,3,'mod/forum:createattachment',1,1734079972,0),(746,1,1,'mod/forum:createattachment',1,1734079972,0),(747,1,5,'mod/forum:deleteownpost',1,1734079972,0),(748,1,4,'mod/forum:deleteownpost',1,1734079972,0),(749,1,3,'mod/forum:deleteownpost',1,1734079972,0),(750,1,1,'mod/forum:deleteownpost',1,1734079972,0),(751,1,4,'mod/forum:deleteanypost',1,1734079972,0),(752,1,3,'mod/forum:deleteanypost',1,1734079972,0),(753,1,1,'mod/forum:deleteanypost',1,1734079972,0),(754,1,4,'mod/forum:splitdiscussions',1,1734079972,0),(755,1,3,'mod/forum:splitdiscussions',1,1734079972,0),(756,1,1,'mod/forum:splitdiscussions',1,1734079972,0),(757,1,4,'mod/forum:movediscussions',1,1734079972,0),(758,1,3,'mod/forum:movediscussions',1,1734079972,0),(759,1,1,'mod/forum:movediscussions',1,1734079972,0),(760,1,4,'mod/forum:pindiscussions',1,1734079972,0),(761,1,3,'mod/forum:pindiscussions',1,1734079972,0),(762,1,1,'mod/forum:pindiscussions',1,1734079973,0),(763,1,4,'mod/forum:editanypost',1,1734079973,0),(764,1,3,'mod/forum:editanypost',1,1734079973,0),(765,1,1,'mod/forum:editanypost',1,1734079973,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734079973,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734079973,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734079973,0),(769,1,4,'mod/forum:viewsubscribers',1,1734079973,0),(770,1,3,'mod/forum:viewsubscribers',1,1734079973,0),(771,1,1,'mod/forum:viewsubscribers',1,1734079973,0),(772,1,4,'mod/forum:managesubscriptions',1,1734079973,0),(773,1,3,'mod/forum:managesubscriptions',1,1734079973,0),(774,1,1,'mod/forum:managesubscriptions',1,1734079973,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734079973,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734079973,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734079973,0),(778,1,4,'mod/forum:exportdiscussion',1,1734079973,0),(779,1,3,'mod/forum:exportdiscussion',1,1734079973,0),(780,1,1,'mod/forum:exportdiscussion',1,1734079973,0),(781,1,4,'mod/forum:exportforum',1,1734079973,0),(782,1,3,'mod/forum:exportforum',1,1734079973,0),(783,1,1,'mod/forum:exportforum',1,1734079974,0),(784,1,4,'mod/forum:exportpost',1,1734079974,0),(785,1,3,'mod/forum:exportpost',1,1734079974,0),(786,1,1,'mod/forum:exportpost',1,1734079974,0),(787,1,4,'mod/forum:exportownpost',1,1734079974,0),(788,1,3,'mod/forum:exportownpost',1,1734079974,0),(789,1,1,'mod/forum:exportownpost',1,1734079974,0),(790,1,5,'mod/forum:exportownpost',1,1734079974,0),(791,1,4,'mod/forum:addquestion',1,1734079974,0),(792,1,3,'mod/forum:addquestion',1,1734079974,0),(793,1,1,'mod/forum:addquestion',1,1734079974,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734079974,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734079974,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734079974,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734079974,0),(798,1,4,'mod/forum:canposttomygroups',1,1734079974,0),(799,1,3,'mod/forum:canposttomygroups',1,1734079974,0),(800,1,1,'mod/forum:canposttomygroups',1,1734079974,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734079974,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734079974,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734079974,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734079975,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734079975,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734079975,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734079975,0),(808,1,4,'mod/forum:grade',1,1734079975,0),(809,1,3,'mod/forum:grade',1,1734079975,0),(810,1,1,'mod/forum:grade',1,1734079975,0),(811,1,3,'mod/glossary:addinstance',1,1734079976,0),(812,1,1,'mod/glossary:addinstance',1,1734079976,0),(813,1,8,'mod/glossary:view',1,1734079976,0),(814,1,6,'mod/glossary:view',1,1734079976,0),(815,1,5,'mod/glossary:view',1,1734079976,0),(816,1,4,'mod/glossary:view',1,1734079976,0),(817,1,3,'mod/glossary:view',1,1734079976,0),(818,1,1,'mod/glossary:view',1,1734079976,0),(819,1,5,'mod/glossary:write',1,1734079976,0),(820,1,4,'mod/glossary:write',1,1734079976,0),(821,1,3,'mod/glossary:write',1,1734079976,0),(822,1,1,'mod/glossary:write',1,1734079976,0),(823,1,4,'mod/glossary:manageentries',1,1734079976,0),(824,1,3,'mod/glossary:manageentries',1,1734079976,0),(825,1,1,'mod/glossary:manageentries',1,1734079976,0),(826,1,4,'mod/glossary:managecategories',1,1734079976,0),(827,1,3,'mod/glossary:managecategories',1,1734079976,0),(828,1,1,'mod/glossary:managecategories',1,1734079976,0),(829,1,5,'mod/glossary:comment',1,1734079976,0),(830,1,4,'mod/glossary:comment',1,1734079976,0),(831,1,3,'mod/glossary:comment',1,1734079976,0),(832,1,1,'mod/glossary:comment',1,1734079976,0),(833,1,4,'mod/glossary:managecomments',1,1734079977,0),(834,1,3,'mod/glossary:managecomments',1,1734079977,0),(835,1,1,'mod/glossary:managecomments',1,1734079977,0),(836,1,4,'mod/glossary:import',1,1734079977,0),(837,1,3,'mod/glossary:import',1,1734079977,0),(838,1,1,'mod/glossary:import',1,1734079977,0),(839,1,4,'mod/glossary:export',1,1734079977,0),(840,1,3,'mod/glossary:export',1,1734079977,0),(841,1,1,'mod/glossary:export',1,1734079977,0),(842,1,4,'mod/glossary:approve',1,1734079977,0),(843,1,3,'mod/glossary:approve',1,1734079977,0),(844,1,1,'mod/glossary:approve',1,1734079977,0),(845,1,4,'mod/glossary:rate',1,1734079977,0),(846,1,3,'mod/glossary:rate',1,1734079977,0),(847,1,1,'mod/glossary:rate',1,1734079977,0),(848,1,4,'mod/glossary:viewrating',1,1734079977,0),(849,1,3,'mod/glossary:viewrating',1,1734079977,0),(850,1,1,'mod/glossary:viewrating',1,1734079977,0),(851,1,4,'mod/glossary:viewanyrating',1,1734079977,0),(852,1,3,'mod/glossary:viewanyrating',1,1734079977,0),(853,1,1,'mod/glossary:viewanyrating',1,1734079977,0),(854,1,4,'mod/glossary:viewallratings',1,1734079977,0),(855,1,3,'mod/glossary:viewallratings',1,1734079977,0),(856,1,1,'mod/glossary:viewallratings',1,1734079978,0),(857,1,4,'mod/glossary:exportentry',1,1734079978,0),(858,1,3,'mod/glossary:exportentry',1,1734079978,0),(859,1,1,'mod/glossary:exportentry',1,1734079978,0),(860,1,4,'mod/glossary:exportownentry',1,1734079978,0),(861,1,3,'mod/glossary:exportownentry',1,1734079978,0),(862,1,1,'mod/glossary:exportownentry',1,1734079978,0),(863,1,5,'mod/glossary:exportownentry',1,1734079978,0),(864,1,6,'mod/h5pactivity:view',1,1734079978,0),(865,1,5,'mod/h5pactivity:view',1,1734079979,0),(866,1,4,'mod/h5pactivity:view',1,1734079979,0),(867,1,3,'mod/h5pactivity:view',1,1734079979,0),(868,1,1,'mod/h5pactivity:view',1,1734079979,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734079979,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734079979,0),(871,1,5,'mod/h5pactivity:submit',1,1734079979,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734079979,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734079979,0),(874,1,6,'mod/imscp:view',1,1734079979,0),(875,1,7,'mod/imscp:view',1,1734079979,0),(876,1,3,'mod/imscp:addinstance',1,1734079979,0),(877,1,1,'mod/imscp:addinstance',1,1734079979,0),(878,1,3,'mod/label:addinstance',1,1734079980,0),(879,1,1,'mod/label:addinstance',1,1734079980,0),(880,1,7,'mod/label:view',1,1734079980,0),(881,1,6,'mod/label:view',1,1734079980,0),(882,1,3,'mod/lesson:addinstance',1,1734079981,0),(883,1,1,'mod/lesson:addinstance',1,1734079981,0),(884,1,3,'mod/lesson:edit',1,1734079981,0),(885,1,1,'mod/lesson:edit',1,1734079981,0),(886,1,4,'mod/lesson:grade',1,1734079981,0),(887,1,3,'mod/lesson:grade',1,1734079981,0),(888,1,1,'mod/lesson:grade',1,1734079981,0),(889,1,4,'mod/lesson:viewreports',1,1734079981,0),(890,1,3,'mod/lesson:viewreports',1,1734079981,0),(891,1,1,'mod/lesson:viewreports',1,1734079981,0),(892,1,4,'mod/lesson:manage',1,1734079981,0),(893,1,3,'mod/lesson:manage',1,1734079981,0),(894,1,1,'mod/lesson:manage',1,1734079981,0),(895,1,3,'mod/lesson:manageoverrides',1,1734079981,0),(896,1,1,'mod/lesson:manageoverrides',1,1734079981,0),(897,1,7,'mod/lesson:view',1,1734079981,0),(898,1,6,'mod/lesson:view',1,1734079981,0),(899,1,5,'mod/lti:view',1,1734079982,0),(900,1,4,'mod/lti:view',1,1734079982,0),(901,1,3,'mod/lti:view',1,1734079982,0),(902,1,1,'mod/lti:view',1,1734079982,0),(903,1,3,'mod/lti:addinstance',1,1734079983,0),(904,1,1,'mod/lti:addinstance',1,1734079983,0),(905,1,4,'mod/lti:manage',1,1734079983,0),(906,1,3,'mod/lti:manage',1,1734079983,0),(907,1,1,'mod/lti:manage',1,1734079983,0),(908,1,3,'mod/lti:addcoursetool',1,1734079983,0),(909,1,1,'mod/lti:addcoursetool',1,1734079983,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(912,1,3,'mod/lti:addmanualinstance',1,1734079983,0),(913,1,1,'mod/lti:addmanualinstance',1,1734079983,0),(914,1,3,'mod/lti:requesttooladd',1,1734079983,0),(915,1,1,'mod/lti:requesttooladd',1,1734079983,0),(916,1,6,'mod/page:view',1,1734079984,0),(917,1,7,'mod/page:view',1,1734079984,0),(918,1,3,'mod/page:addinstance',1,1734079984,0),(919,1,1,'mod/page:addinstance',1,1734079984,0),(920,1,6,'mod/quiz:view',1,1734079985,0),(921,1,5,'mod/quiz:view',1,1734079985,0),(922,1,4,'mod/quiz:view',1,1734079985,0),(923,1,3,'mod/quiz:view',1,1734079985,0),(924,1,1,'mod/quiz:view',1,1734079985,0),(925,1,3,'mod/quiz:addinstance',1,1734079985,0),(926,1,1,'mod/quiz:addinstance',1,1734079985,0),(927,1,5,'mod/quiz:attempt',1,1734079985,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734079985,0),(929,1,3,'mod/quiz:manage',1,1734079985,0),(930,1,1,'mod/quiz:manage',1,1734079985,0),(931,1,3,'mod/quiz:manageoverrides',1,1734079985,0),(932,1,1,'mod/quiz:manageoverrides',1,1734079985,0),(933,1,4,'mod/quiz:viewoverrides',1,1734079985,0),(934,1,3,'mod/quiz:viewoverrides',1,1734079985,0),(935,1,1,'mod/quiz:viewoverrides',1,1734079985,0),(936,1,4,'mod/quiz:preview',1,1734079985,0),(937,1,3,'mod/quiz:preview',1,1734079985,0),(938,1,1,'mod/quiz:preview',1,1734079986,0),(939,1,4,'mod/quiz:grade',1,1734079986,0),(940,1,3,'mod/quiz:grade',1,1734079986,0),(941,1,1,'mod/quiz:grade',1,1734079986,0),(942,1,4,'mod/quiz:regrade',1,1734079986,0),(943,1,3,'mod/quiz:regrade',1,1734079986,0),(944,1,1,'mod/quiz:regrade',1,1734079986,0),(945,1,4,'mod/quiz:viewreports',1,1734079986,0),(946,1,3,'mod/quiz:viewreports',1,1734079986,0),(947,1,1,'mod/quiz:viewreports',1,1734079986,0),(948,1,3,'mod/quiz:deleteattempts',1,1734079986,0),(949,1,1,'mod/quiz:deleteattempts',1,1734079986,0),(950,1,6,'mod/resource:view',1,1734079987,0),(951,1,7,'mod/resource:view',1,1734079987,0),(952,1,3,'mod/resource:addinstance',1,1734079987,0),(953,1,1,'mod/resource:addinstance',1,1734079987,0),(954,1,3,'mod/scorm:addinstance',1,1734079988,0),(955,1,1,'mod/scorm:addinstance',1,1734079988,0),(956,1,4,'mod/scorm:viewreport',1,1734079988,0),(957,1,3,'mod/scorm:viewreport',1,1734079988,0),(958,1,1,'mod/scorm:viewreport',1,1734079988,0),(959,1,5,'mod/scorm:skipview',1,1734079988,0),(960,1,5,'mod/scorm:savetrack',1,1734079988,0),(961,1,4,'mod/scorm:savetrack',1,1734079988,0),(962,1,3,'mod/scorm:savetrack',1,1734079988,0),(963,1,1,'mod/scorm:savetrack',1,1734079988,0),(964,1,5,'mod/scorm:viewscores',1,1734079988,0),(965,1,4,'mod/scorm:viewscores',1,1734079988,0),(966,1,3,'mod/scorm:viewscores',1,1734079988,0),(967,1,1,'mod/scorm:viewscores',1,1734079989,0),(968,1,4,'mod/scorm:deleteresponses',1,1734079989,0),(969,1,3,'mod/scorm:deleteresponses',1,1734079989,0),(970,1,1,'mod/scorm:deleteresponses',1,1734079989,0),(971,1,3,'mod/survey:addinstance',1,1734079990,0),(972,1,1,'mod/survey:addinstance',1,1734079990,0),(973,1,5,'mod/survey:participate',1,1734079990,0),(974,1,4,'mod/survey:participate',1,1734079990,0),(975,1,3,'mod/survey:participate',1,1734079990,0),(976,1,1,'mod/survey:participate',1,1734079990,0),(977,1,4,'mod/survey:readresponses',1,1734079990,0),(978,1,3,'mod/survey:readresponses',1,1734079990,0),(979,1,1,'mod/survey:readresponses',1,1734079990,0),(980,1,4,'mod/survey:download',1,1734079990,0),(981,1,3,'mod/survey:download',1,1734079990,0),(982,1,1,'mod/survey:download',1,1734079990,0),(983,1,6,'mod/url:view',1,1734079991,0),(984,1,7,'mod/url:view',1,1734079991,0),(985,1,3,'mod/url:addinstance',1,1734079991,0),(986,1,1,'mod/url:addinstance',1,1734079991,0),(987,1,3,'mod/wiki:addinstance',1,1734079992,0),(988,1,1,'mod/wiki:addinstance',1,1734079992,0),(989,1,6,'mod/wiki:viewpage',1,1734079992,0),(990,1,8,'mod/wiki:viewpage',1,1734079992,0),(991,1,5,'mod/wiki:viewpage',1,1734079992,0),(992,1,4,'mod/wiki:viewpage',1,1734079992,0),(993,1,3,'mod/wiki:viewpage',1,1734079992,0),(994,1,1,'mod/wiki:viewpage',1,1734079992,0),(995,1,5,'mod/wiki:editpage',1,1734079992,0),(996,1,4,'mod/wiki:editpage',1,1734079992,0),(997,1,3,'mod/wiki:editpage',1,1734079992,0),(998,1,1,'mod/wiki:editpage',1,1734079992,0),(999,1,5,'mod/wiki:createpage',1,1734079992,0),(1000,1,4,'mod/wiki:createpage',1,1734079992,0),(1001,1,3,'mod/wiki:createpage',1,1734079992,0),(1002,1,1,'mod/wiki:createpage',1,1734079992,0),(1003,1,5,'mod/wiki:viewcomment',1,1734079992,0),(1004,1,4,'mod/wiki:viewcomment',1,1734079992,0),(1005,1,3,'mod/wiki:viewcomment',1,1734079992,0),(1006,1,1,'mod/wiki:viewcomment',1,1734079992,0),(1007,1,5,'mod/wiki:editcomment',1,1734079992,0),(1008,1,4,'mod/wiki:editcomment',1,1734079992,0),(1009,1,3,'mod/wiki:editcomment',1,1734079993,0),(1010,1,1,'mod/wiki:editcomment',1,1734079993,0),(1011,1,4,'mod/wiki:managecomment',1,1734079993,0),(1012,1,3,'mod/wiki:managecomment',1,1734079993,0),(1013,1,1,'mod/wiki:managecomment',1,1734079993,0),(1014,1,4,'mod/wiki:managefiles',1,1734079993,0),(1015,1,3,'mod/wiki:managefiles',1,1734079993,0),(1016,1,1,'mod/wiki:managefiles',1,1734079993,0),(1017,1,4,'mod/wiki:overridelock',1,1734079993,0),(1018,1,3,'mod/wiki:overridelock',1,1734079993,0),(1019,1,1,'mod/wiki:overridelock',1,1734079993,0),(1020,1,4,'mod/wiki:managewiki',1,1734079993,0),(1021,1,3,'mod/wiki:managewiki',1,1734079993,0),(1022,1,1,'mod/wiki:managewiki',1,1734079993,0),(1023,1,6,'mod/workshop:view',1,1734079994,0),(1024,1,5,'mod/workshop:view',1,1734079994,0),(1025,1,4,'mod/workshop:view',1,1734079994,0),(1026,1,3,'mod/workshop:view',1,1734079994,0),(1027,1,1,'mod/workshop:view',1,1734079994,0),(1028,1,3,'mod/workshop:addinstance',1,1734079994,0),(1029,1,1,'mod/workshop:addinstance',1,1734079994,0),(1030,1,4,'mod/workshop:switchphase',1,1734079994,0),(1031,1,3,'mod/workshop:switchphase',1,1734079994,0),(1032,1,1,'mod/workshop:switchphase',1,1734079994,0),(1033,1,3,'mod/workshop:editdimensions',1,1734079994,0),(1034,1,1,'mod/workshop:editdimensions',1,1734079994,0),(1035,1,5,'mod/workshop:submit',1,1734079994,0),(1036,1,5,'mod/workshop:peerassess',1,1734079994,0),(1037,1,4,'mod/workshop:manageexamples',1,1734079995,0),(1038,1,3,'mod/workshop:manageexamples',1,1734079995,0),(1039,1,1,'mod/workshop:manageexamples',1,1734079995,0),(1040,1,4,'mod/workshop:allocate',1,1734079995,0),(1041,1,3,'mod/workshop:allocate',1,1734079995,0),(1042,1,1,'mod/workshop:allocate',1,1734079995,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734079995,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734079995,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734079995,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734079995,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734079995,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734079995,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734079995,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734079995,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734079995,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734079995,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734079995,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734079995,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734079995,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734079996,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734079996,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734079996,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734079996,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734079996,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734079996,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734079996,0),(1067,1,4,'mod/workshop:overridegrades',1,1734079996,0),(1068,1,3,'mod/workshop:overridegrades',1,1734079996,0),(1069,1,1,'mod/workshop:overridegrades',1,1734079996,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734079996,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734079996,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734079996,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734079996,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734079996,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734079997,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734079997,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734079997,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734079997,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734079997,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734079999,0),(1081,1,1,'enrol/category:config',1,1734080000,0),(1082,1,3,'enrol/category:config',1,1734080000,0),(1083,1,3,'enrol/cohort:config',1,1734080000,0),(1084,1,1,'enrol/cohort:config',1,1734080000,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080000,0),(1086,1,1,'enrol/database:unenrol',1,1734080000,0),(1087,1,1,'enrol/database:config',1,1734080000,0),(1088,1,3,'enrol/database:config',1,1734080000,0),(1089,1,1,'enrol/fee:config',1,1734080001,0),(1090,1,1,'enrol/fee:manage',1,1734080001,0),(1091,1,3,'enrol/fee:manage',1,1734080001,0),(1092,1,1,'enrol/fee:unenrol',1,1734080001,0),(1093,1,1,'enrol/guest:config',1,1734080001,0),(1094,1,3,'enrol/guest:config',1,1734080001,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080001,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080002,0),(1097,1,1,'enrol/ldap:manage',1,1734080002,0),(1098,1,1,'enrol/lti:config',1,1734080003,0),(1099,1,3,'enrol/lti:config',1,1734080003,0),(1100,1,1,'enrol/lti:unenrol',1,1734080004,0),(1101,1,3,'enrol/lti:unenrol',1,1734080004,0),(1102,1,1,'enrol/manual:config',1,1734080004,0),(1103,1,1,'enrol/manual:enrol',1,1734080004,0),(1104,1,3,'enrol/manual:enrol',1,1734080004,0),(1105,1,1,'enrol/manual:manage',1,1734080004,0),(1106,1,3,'enrol/manual:manage',1,1734080004,0),(1107,1,1,'enrol/manual:unenrol',1,1734080004,0),(1108,1,3,'enrol/manual:unenrol',1,1734080004,0),(1109,1,1,'enrol/meta:config',1,1734080004,0),(1110,1,3,'enrol/meta:config',1,1734080004,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080004,0),(1112,1,1,'enrol/meta:unenrol',1,1734080004,0),(1113,1,1,'enrol/mnet:config',1,1734080005,0),(1114,1,3,'enrol/mnet:config',1,1734080005,0),(1115,1,1,'enrol/paypal:config',1,1734080005,0),(1116,1,1,'enrol/paypal:manage',1,1734080005,0),(1117,1,3,'enrol/paypal:manage',1,1734080005,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080005,0),(1119,1,3,'enrol/self:config',1,1734080006,0),(1120,1,1,'enrol/self:config',1,1734080006,0),(1121,1,3,'enrol/self:manage',1,1734080006,0),(1122,1,1,'enrol/self:manage',1,1734080006,0),(1123,1,5,'enrol/self:unenrolself',1,1734080006,0),(1124,1,3,'enrol/self:unenrol',1,1734080006,0),(1125,1,1,'enrol/self:unenrol',1,1734080006,0),(1126,1,7,'enrol/self:enrolself',1,1734080006,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080006,0),(1128,1,3,'block/accessreview:addinstance',1,1734080007,0),(1129,1,1,'block/accessreview:addinstance',1,1734080007,0),(1130,1,3,'block/accessreview:view',1,1734080008,0),(1131,1,1,'block/accessreview:view',1,1734080008,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080008,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080008,0),(1134,1,3,'block/activity_results:addinstance',1,1734080008,0),(1135,1,1,'block/activity_results:addinstance',1,1734080008,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080008,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080008,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080008,0),(1139,1,3,'block/badges:addinstance',1,1734080008,0),(1140,1,1,'block/badges:addinstance',1,1734080009,0),(1141,1,7,'block/badges:myaddinstance',1,1734080009,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080009,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080009,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080009,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080009,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080009,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080009,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080010,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080010,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080010,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080010,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080010,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080010,0),(1154,1,7,'block/comments:myaddinstance',1,1734080010,0),(1155,1,3,'block/comments:addinstance',1,1734080010,0),(1156,1,1,'block/comments:addinstance',1,1734080010,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080010,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080010,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080011,0),(1160,1,3,'block/course_list:addinstance',1,1734080011,0),(1161,1,1,'block/course_list:addinstance',1,1734080011,0),(1162,1,3,'block/course_summary:addinstance',1,1734080011,0),(1163,1,1,'block/course_summary:addinstance',1,1734080011,0),(1164,1,3,'block/feedback:addinstance',1,1734080011,0),(1165,1,1,'block/feedback:addinstance',1,1734080011,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080012,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080012,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080012,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080012,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080012,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080012,0),(1172,1,7,'block/html:myaddinstance',1,1734080012,0),(1173,1,3,'block/html:addinstance',1,1734080012,0),(1174,1,1,'block/html:addinstance',1,1734080012,0),(1175,1,3,'block/login:addinstance',1,1734080012,0),(1176,1,1,'block/login:addinstance',1,1734080012,0),(1177,1,3,'block/lp:addinstance',1,1734080013,0),(1178,1,1,'block/lp:addinstance',1,1734080013,0),(1179,1,7,'block/lp:myaddinstance',1,1734080013,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080013,0),(1181,1,3,'block/mentees:addinstance',1,1734080013,0),(1182,1,1,'block/mentees:addinstance',1,1734080013,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080013,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080013,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080014,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080014,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080014,0),(1188,1,3,'block/myprofile:addinstance',1,1734080014,0),(1189,1,1,'block/myprofile:addinstance',1,1734080014,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080014,0),(1191,1,3,'block/navigation:addinstance',1,1734080014,0),(1192,1,1,'block/navigation:addinstance',1,1734080014,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080015,0),(1194,1,3,'block/news_items:addinstance',1,1734080015,0),(1195,1,1,'block/news_items:addinstance',1,1734080015,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080015,0),(1197,1,3,'block/online_users:addinstance',1,1734080015,0),(1198,1,1,'block/online_users:addinstance',1,1734080015,0),(1199,1,7,'block/online_users:viewlist',1,1734080015,0),(1200,1,6,'block/online_users:viewlist',-1,1734080015,0),(1201,1,5,'block/online_users:viewlist',1,1734080015,0),(1202,1,4,'block/online_users:viewlist',1,1734080015,0),(1203,1,3,'block/online_users:viewlist',1,1734080015,0),(1204,1,1,'block/online_users:viewlist',1,1734080015,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080015,0),(1206,1,3,'block/private_files:addinstance',1,1734080016,0),(1207,1,1,'block/private_files:addinstance',1,1734080016,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080016,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080016,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080016,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080016,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080016,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080017,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080017,0),(1215,1,3,'block/rss_client:addinstance',1,1734080017,0),(1216,1,1,'block/rss_client:addinstance',1,1734080017,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080017,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080017,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080017,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080017,0),(1221,1,3,'block/search_forums:addinstance',1,1734080018,0),(1222,1,1,'block/search_forums:addinstance',1,1734080018,0),(1223,1,3,'block/section_links:addinstance',1,1734080018,0),(1224,1,1,'block/section_links:addinstance',1,1734080018,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080018,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080018,0),(1227,1,7,'block/settings:myaddinstance',1,1734080018,0),(1228,1,3,'block/settings:addinstance',1,1734080018,0),(1229,1,1,'block/settings:addinstance',1,1734080018,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080019,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080019,0),(1232,1,3,'block/social_activities:addinstance',1,1734080019,0),(1233,1,1,'block/social_activities:addinstance',1,1734080019,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080019,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080019,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080019,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080019,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080019,0),(1239,1,7,'block/tags:myaddinstance',1,1734080020,0),(1240,1,3,'block/tags:addinstance',1,1734080020,0),(1241,1,1,'block/tags:addinstance',1,1734080020,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080020,0),(1243,1,4,'report/completion:view',1,1734080026,0),(1244,1,3,'report/completion:view',1,1734080026,0),(1245,1,1,'report/completion:view',1,1734080026,0),(1246,1,4,'report/courseoverview:view',1,1734080026,0),(1247,1,3,'report/courseoverview:view',1,1734080026,0),(1248,1,1,'report/courseoverview:view',1,1734080026,0),(1249,1,4,'report/log:view',1,1734080027,0),(1250,1,3,'report/log:view',1,1734080027,0),(1251,1,1,'report/log:view',1,1734080027,0),(1252,1,4,'report/log:viewtoday',1,1734080027,0),(1253,1,3,'report/log:viewtoday',1,1734080027,0),(1254,1,1,'report/log:viewtoday',1,1734080027,0),(1255,1,4,'report/loglive:view',1,1734080027,0),(1256,1,3,'report/loglive:view',1,1734080027,0),(1257,1,1,'report/loglive:view',1,1734080027,0),(1258,1,4,'report/outline:view',1,1734080027,0),(1259,1,3,'report/outline:view',1,1734080027,0),(1260,1,1,'report/outline:view',1,1734080028,0),(1261,1,4,'report/outline:viewuserreport',1,1734080028,0),(1262,1,3,'report/outline:viewuserreport',1,1734080028,0),(1263,1,1,'report/outline:viewuserreport',1,1734080028,0),(1264,1,4,'report/participation:view',1,1734080028,0),(1265,1,3,'report/participation:view',1,1734080028,0),(1266,1,1,'report/participation:view',1,1734080028,0),(1267,1,1,'report/performance:view',1,1734080028,0),(1268,1,4,'report/progress:view',1,1734080028,0),(1269,1,3,'report/progress:view',1,1734080028,0),(1270,1,1,'report/progress:view',1,1734080029,0),(1271,1,1,'report/security:view',1,1734080029,0),(1272,1,4,'report/stats:view',1,1734080029,0),(1273,1,3,'report/stats:view',1,1734080029,0),(1274,1,1,'report/stats:view',1,1734080029,0),(1275,1,1,'report/status:view',1,1734080029,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080030,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080030,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080030,0),(1279,1,4,'gradeexport/ods:view',1,1734080030,0),(1280,1,3,'gradeexport/ods:view',1,1734080030,0),(1281,1,1,'gradeexport/ods:view',1,1734080030,0),(1282,1,1,'gradeexport/ods:publish',1,1734080030,0),(1283,1,4,'gradeexport/txt:view',1,1734080030,0),(1284,1,3,'gradeexport/txt:view',1,1734080030,0),(1285,1,1,'gradeexport/txt:view',1,1734080030,0),(1286,1,1,'gradeexport/txt:publish',1,1734080030,0),(1287,1,4,'gradeexport/xls:view',1,1734080030,0),(1288,1,3,'gradeexport/xls:view',1,1734080031,0),(1289,1,1,'gradeexport/xls:view',1,1734080031,0),(1290,1,1,'gradeexport/xls:publish',1,1734080031,0),(1291,1,4,'gradeexport/xml:view',1,1734080031,0),(1292,1,3,'gradeexport/xml:view',1,1734080031,0),(1293,1,1,'gradeexport/xml:view',1,1734080031,0),(1294,1,1,'gradeexport/xml:publish',1,1734080031,0),(1295,1,3,'gradeimport/csv:view',1,1734080031,0),(1296,1,1,'gradeimport/csv:view',1,1734080031,0),(1297,1,3,'gradeimport/direct:view',1,1734080031,0),(1298,1,1,'gradeimport/direct:view',1,1734080031,0),(1299,1,3,'gradeimport/xml:view',1,1734080032,0),(1300,1,1,'gradeimport/xml:view',1,1734080032,0),(1301,1,1,'gradeimport/xml:publish',1,1734080032,0),(1302,1,4,'gradereport/grader:view',1,1734080032,0),(1303,1,3,'gradereport/grader:view',1,1734080032,0),(1304,1,1,'gradereport/grader:view',1,1734080032,0),(1305,1,4,'gradereport/history:view',1,1734080032,0),(1306,1,3,'gradereport/history:view',1,1734080032,0),(1307,1,1,'gradereport/history:view',1,1734080032,0),(1308,1,4,'gradereport/outcomes:view',1,1734080032,0),(1309,1,3,'gradereport/outcomes:view',1,1734080033,0),(1310,1,1,'gradereport/outcomes:view',1,1734080033,0),(1311,1,7,'gradereport/overview:view',1,1734080033,0),(1312,1,3,'gradereport/singleview:view',1,1734080033,0),(1313,1,1,'gradereport/singleview:view',1,1734080033,0),(1314,1,3,'gradereport/summary:view',1,1734080033,0),(1315,1,4,'gradereport/summary:view',1,1734080033,0),(1316,1,1,'gradereport/summary:view',1,1734080033,0),(1317,1,5,'gradereport/user:view',1,1734080033,0),(1318,1,4,'gradereport/user:view',1,1734080033,0),(1319,1,3,'gradereport/user:view',1,1734080033,0),(1320,1,1,'gradereport/user:view',1,1734080034,0),(1321,1,7,'repository/areafiles:view',1,1734080035,0),(1322,1,2,'repository/contentbank:view',1,1734080036,0),(1323,1,3,'repository/contentbank:view',1,1734080036,0),(1324,1,1,'repository/contentbank:view',1,1734080036,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080036,0),(1331,1,2,'repository/coursefiles:view',1,1734080037,0),(1332,1,4,'repository/coursefiles:view',1,1734080037,0),(1333,1,3,'repository/coursefiles:view',1,1734080037,0),(1334,1,1,'repository/coursefiles:view',1,1734080037,0),(1335,1,7,'repository/dropbox:view',1,1734080037,0),(1336,1,7,'repository/equella:view',1,1734080037,0),(1337,1,2,'repository/filesystem:view',1,1734080037,0),(1338,1,4,'repository/filesystem:view',1,1734080038,0),(1339,1,3,'repository/filesystem:view',1,1734080038,0),(1340,1,1,'repository/filesystem:view',1,1734080038,0),(1341,1,7,'repository/flickr:view',1,1734080038,0),(1342,1,7,'repository/flickr_public:view',1,1734080038,0),(1343,1,7,'repository/googledocs:view',1,1734080038,0),(1344,1,2,'repository/local:view',1,1734080038,0),(1345,1,4,'repository/local:view',1,1734080038,0),(1346,1,3,'repository/local:view',1,1734080039,0),(1347,1,1,'repository/local:view',1,1734080039,0),(1348,1,7,'repository/merlot:view',1,1734080039,0),(1349,1,7,'repository/nextcloud:view',1,1734080039,0),(1350,1,7,'repository/onedrive:view',1,1734080039,0),(1351,1,7,'repository/recent:view',1,1734080040,0),(1352,1,7,'repository/s3:view',1,1734080040,0),(1353,1,7,'repository/upload:view',1,1734080040,0),(1354,1,7,'repository/url:view',1,1734080040,0),(1355,1,7,'repository/user:view',1,1734080040,0),(1356,1,2,'repository/webdav:view',1,1734080041,0),(1357,1,4,'repository/webdav:view',1,1734080041,0),(1358,1,3,'repository/webdav:view',1,1734080041,0),(1359,1,1,'repository/webdav:view',1,1734080041,0),(1360,1,7,'repository/wikimedia:view',1,1734080041,0),(1361,1,7,'repository/youtube:view',1,1734080041,0),(1362,1,3,'moodle/question:commentmine',1,1734080043,0),(1363,1,1,'moodle/question:commentmine',1,1734080043,0),(1364,1,3,'moodle/question:commentall',1,1734080044,0),(1365,1,1,'moodle/question:commentall',1,1734080044,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080044,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080050,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080050,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080050,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080050,0),(1373,1,1,'tool/customlang:view',1,1734080051,0),(1374,1,1,'tool/customlang:edit',1,1734080051,0),(1375,1,1,'tool/customlang:export',1,1734080051,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080052,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080052,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080054,0),(1379,1,4,'tool/monitor:subscribe',1,1734080055,0),(1380,1,3,'tool/monitor:subscribe',1,1734080055,0),(1381,1,1,'tool/monitor:subscribe',1,1734080055,0),(1382,1,4,'tool/monitor:managerules',1,1734080055,0),(1383,1,3,'tool/monitor:managerules',1,1734080055,0),(1384,1,1,'tool/monitor:managerules',1,1734080055,0),(1385,1,1,'tool/monitor:managetool',1,1734080055,0),(1386,1,7,'tool/policy:accept',1,1734080056,0),(1387,1,1,'tool/policy:managedocs',1,1734080056,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080056,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080057,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080057,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080057,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080057,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080057,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080057,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080057,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080058,0),(1397,1,1,'tool/usertours:managetours',1,1734080059,0),(1398,1,1,'contenttype/h5p:access',1,1734080061,0),(1399,1,2,'contenttype/h5p:access',1,1734080061,0),(1400,1,3,'contenttype/h5p:access',1,1734080061,0),(1401,1,1,'contenttype/h5p:upload',1,1734080061,0),(1402,1,2,'contenttype/h5p:upload',1,1734080061,0),(1403,1,3,'contenttype/h5p:upload',1,1734080061,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080061,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080061,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080061,0),(1407,1,3,'booktool/importhtml:import',1,1734080064,0),(1408,1,1,'booktool/importhtml:import',1,1734080065,0),(1409,1,6,'booktool/print:print',1,1734080065,0),(1410,1,8,'booktool/print:print',1,1734080065,0),(1411,1,5,'booktool/print:print',1,1734080065,0),(1412,1,4,'booktool/print:print',1,1734080065,0),(1413,1,3,'booktool/print:print',1,1734080065,0),(1414,1,1,'booktool/print:print',1,1734080065,0),(1415,1,4,'forumreport/summary:view',1,1734080068,0),(1416,1,3,'forumreport/summary:view',1,1734080068,0),(1417,1,1,'forumreport/summary:view',1,1734080068,0),(1418,1,4,'forumreport/summary:viewall',1,1734080068,0),(1419,1,3,'forumreport/summary:viewall',1,1734080068,0),(1420,1,1,'forumreport/summary:viewall',1,1734080068,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080069,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080069,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080069,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080069,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080069,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080069,0),(1427,1,4,'quiz/statistics:view',1,1734080070,0),(1428,1,3,'quiz/statistics:view',1,1734080070,0),(1429,1,1,'quiz/statistics:view',1,1734080070,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080071,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080071,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080071,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080072,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080073,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080074,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080075,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1481,1,3,'atto/h5p:addembed',1,1734080079,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080081,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080081,0),(1484,1,3,'tiny/h5p:addembed',1,1734080082,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080083,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080083,0); +/*!40000 ALTER TABLE `b_role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_context_levels` +-- Table structure for table `b_role_context_levels` -- -DROP TABLE IF EXISTS `m_role_context_levels`; +DROP TABLE IF EXISTS `b_role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_context_levels` ( +CREATE TABLE `b_role_context_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `contextlevel` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), - KEY `m_rolecontleve_rol_ix` (`roleid`) + UNIQUE KEY `b_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `b_rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- Dumping data for table `b_role_context_levels` -- -LOCK TABLES `m_role_context_levels` WRITE; -/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; -INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +LOCK TABLES `b_role_context_levels` WRITE; +/*!40000 ALTER TABLE `b_role_context_levels` DISABLE KEYS */; +INSERT INTO `b_role_context_levels` 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 `b_role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_names` +-- Table structure for table `b_role_names` -- -DROP TABLE IF EXISTS `m_role_names`; +DROP TABLE IF EXISTS `b_role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_names` ( +CREATE TABLE `b_role_names` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), - KEY `m_rolename_rol_ix` (`roleid`), - KEY `m_rolename_con_ix` (`contextid`) + UNIQUE KEY `b_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `b_rolename_rol_ix` (`roleid`), + KEY `b_rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_names` +-- Dumping data for table `b_role_names` -- -LOCK TABLES `m_role_names` WRITE; -/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +LOCK TABLES `b_role_names` WRITE; +/*!40000 ALTER TABLE `b_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_names` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale` +-- Table structure for table `b_scale` -- -DROP TABLE IF EXISTS `m_scale`; +DROP TABLE IF EXISTS `b_scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale` ( +CREATE TABLE `b_scale` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12330,29 +12231,29 @@ CREATE TABLE `m_scale` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scal_cou_ix` (`courseid`), - KEY `m_scal_use_ix` (`userid`) + KEY `b_scal_cou_ix` (`courseid`), + KEY `b_scal_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale` +-- Dumping data for table `b_scale` -- -LOCK TABLES `m_scale` WRITE; -/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; -INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); -/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +LOCK TABLES `b_scale` WRITE; +/*!40000 ALTER TABLE `b_scale` DISABLE KEYS */; +INSERT INTO `b_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734079919),(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,1734079919); +/*!40000 ALTER TABLE `b_scale` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale_history` +-- Table structure for table `b_scale_history` -- -DROP TABLE IF EXISTS `m_scale_history`; +DROP TABLE IF EXISTS `b_scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale_history` ( +CREATE TABLE `b_scale_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -12365,32 +12266,32 @@ CREATE TABLE `m_scale_history` ( `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scalhist_act_ix` (`action`), - KEY `m_scalhist_tim_ix` (`timemodified`), - KEY `m_scalhist_old_ix` (`oldid`), - KEY `m_scalhist_cou_ix` (`courseid`), - KEY `m_scalhist_log_ix` (`loggeduser`), - KEY `m_scalhist_use_ix` (`userid`) + KEY `b_scalhist_act_ix` (`action`), + KEY `b_scalhist_tim_ix` (`timemodified`), + KEY `b_scalhist_old_ix` (`oldid`), + KEY `b_scalhist_cou_ix` (`courseid`), + KEY `b_scalhist_log_ix` (`loggeduser`), + KEY `b_scalhist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale_history` +-- Dumping data for table `b_scale_history` -- -LOCK TABLES `m_scale_history` WRITE; -/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +LOCK TABLES `b_scale_history` WRITE; +/*!40000 ALTER TABLE `b_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scale_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm` +-- Table structure for table `b_scorm` -- -DROP TABLE IF EXISTS `m_scorm`; +DROP TABLE IF EXISTS `b_scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm` ( +CREATE TABLE `b_scorm` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12433,27 +12334,27 @@ CREATE TABLE `m_scorm` ( `completionstatusallscos` tinyint(1) DEFAULT NULL, `autocommit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scor_cou_ix` (`course`) + KEY `b_scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- Dumping data for table `b_scorm` -- -LOCK TABLES `m_scorm` WRITE; -/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +LOCK TABLES `b_scorm` WRITE; +/*!40000 ALTER TABLE `b_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_aicc_session` +-- Table structure for table `b_scorm_aicc_session` -- -DROP TABLE IF EXISTS `m_scorm_aicc_session`; +DROP TABLE IF EXISTS `b_scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_aicc_session` ( +CREATE TABLE `b_scorm_aicc_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', @@ -12467,79 +12368,28 @@ CREATE TABLE `m_scorm_aicc_session` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scoraiccsess_sco_ix` (`scormid`), - KEY `m_scoraiccsess_use_ix` (`userid`) + KEY `b_scoraiccsess_sco_ix` (`scormid`), + KEY `b_scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_aicc_session` --- - -LOCK TABLES `m_scorm_aicc_session` WRITE; -/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_scorm_attempt` --- - -DROP TABLE IF EXISTS `m_scorm_attempt`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_attempt` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL, - `scormid` bigint NOT NULL, - `attempt` bigint NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `m_scoratte_use_ix` (`userid`), - KEY `m_scoratte_sco_ix` (`scormid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_scorm_attempt` --- - -LOCK TABLES `m_scorm_attempt` WRITE; -/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_scorm_element` --- - -DROP TABLE IF EXISTS `m_scorm_element`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_element` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - UNIQUE KEY `m_scorelem_ele_uix` (`element`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_scorm_element` +-- Dumping data for table `b_scorm_aicc_session` -- -LOCK TABLES `m_scorm_element` WRITE; -/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +LOCK TABLES `b_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `b_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes` +-- Table structure for table `b_scorm_scoes` -- -DROP TABLE IF EXISTS `m_scorm_scoes`; +DROP TABLE IF EXISTS `b_scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes` ( +CREATE TABLE `b_scorm_scoes` ( `id` bigint NOT NULL AUTO_INCREMENT, `scorm` bigint NOT NULL DEFAULT '0', `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12551,83 +12401,86 @@ CREATE TABLE `m_scorm_scoes` ( `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scorscoe_sco_ix` (`scorm`) + KEY `b_scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes` +-- Dumping data for table `b_scorm_scoes` -- -LOCK TABLES `m_scorm_scoes` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_data` +-- Table structure for table `b_scorm_scoes_data` -- -DROP TABLE IF EXISTS `m_scorm_scoes_data`; +DROP TABLE IF EXISTS `b_scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_data` ( +CREATE TABLE `b_scorm_scoes_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scorscoedata_sco_ix` (`scoid`) + KEY `b_scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_data` +-- Dumping data for table `b_scorm_scoes_data` -- -LOCK TABLES `m_scorm_scoes_data` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_value` +-- Table structure for table `b_scorm_scoes_track` -- -DROP TABLE IF EXISTS `m_scorm_scoes_value`; +DROP TABLE IF EXISTS `b_scorm_scoes_track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_value` ( +CREATE TABLE `b_scorm_scoes_track` ( `id` bigint NOT NULL AUTO_INCREMENT, - `scoid` bigint NOT NULL, - `attemptid` bigint NOT NULL, - `elementid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scorscoevalu_sco_ix` (`scoid`), - KEY `m_scorscoevalu_att_ix` (`attemptid`), - KEY `m_scorscoevalu_ele_ix` (`elementid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `b_scorscoetrac_use_ix` (`userid`), + KEY `b_scorscoetrac_sco_ix` (`scormid`), + KEY `b_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_value` +-- Dumping data for table `b_scorm_scoes_track` -- -LOCK TABLES `m_scorm_scoes_value` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_track` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_mapinfo` +-- Table structure for table `b_scorm_seq_mapinfo` -- -DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +DROP TABLE IF EXISTS `b_scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_mapinfo` ( +CREATE TABLE `b_scorm_seq_mapinfo` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `objectiveid` bigint NOT NULL DEFAULT '0', @@ -12637,29 +12490,29 @@ CREATE TABLE `m_scorm_seq_mapinfo` ( `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), - KEY `m_scorseqmapi_sco_ix` (`scoid`), - KEY `m_scorseqmapi_obj_ix` (`objectiveid`) + UNIQUE KEY `b_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `b_scorseqmapi_sco_ix` (`scoid`), + KEY `b_scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_mapinfo` +-- Dumping data for table `b_scorm_seq_mapinfo` -- -LOCK TABLES `m_scorm_seq_mapinfo` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_objective` +-- Table structure for table `b_scorm_seq_objective` -- -DROP TABLE IF EXISTS `m_scorm_seq_objective`; +DROP TABLE IF EXISTS `b_scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_objective` ( +CREATE TABLE `b_scorm_seq_objective` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `primaryobj` tinyint(1) NOT NULL DEFAULT '0', @@ -12667,28 +12520,28 @@ CREATE TABLE `m_scorm_seq_objective` ( `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqobje_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_objective` +-- Dumping data for table `b_scorm_seq_objective` -- -LOCK TABLES `m_scorm_seq_objective` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprule` +-- Table structure for table `b_scorm_seq_rolluprule` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +DROP TABLE IF EXISTS `b_scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprule` ( +CREATE TABLE `b_scorm_seq_rolluprule` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12697,57 +12550,57 @@ CREATE TABLE `m_scorm_seq_rolluprule` ( `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqroll_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprule` +-- Dumping data for table `b_scorm_seq_rolluprule` -- -LOCK TABLES `m_scorm_seq_rolluprule` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprulecond` +-- Table structure for table `b_scorm_seq_rolluprulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +DROP TABLE IF EXISTS `b_scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprulecond` ( +CREATE TABLE `b_scorm_seq_rolluprulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `rollupruleid` bigint NOT NULL DEFAULT '0', `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), - KEY `m_scorseqroll_sco2_ix` (`scoid`), - KEY `m_scorseqroll_rol_ix` (`rollupruleid`) + UNIQUE KEY `b_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `b_scorseqroll_sco2_ix` (`scoid`), + KEY `b_scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprulecond` +-- Dumping data for table `b_scorm_seq_rolluprulecond` -- -LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rulecond` +-- Table structure for table `b_scorm_seq_rulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +DROP TABLE IF EXISTS `b_scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rulecond` ( +CREATE TABLE `b_scorm_seq_rulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `ruleconditionsid` bigint NOT NULL DEFAULT '0', @@ -12756,57 +12609,57 @@ CREATE TABLE `m_scorm_seq_rulecond` ( `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), - KEY `m_scorseqrule_sco2_ix` (`scoid`), - KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) + UNIQUE KEY `b_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `b_scorseqrule_sco2_ix` (`scoid`), + KEY `b_scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rulecond` +-- Dumping data for table `b_scorm_seq_rulecond` -- -LOCK TABLES `m_scorm_seq_rulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_ruleconds` +-- Table structure for table `b_scorm_seq_ruleconds` -- -DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +DROP TABLE IF EXISTS `b_scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_ruleconds` ( +CREATE TABLE `b_scorm_seq_ruleconds` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `ruletype` tinyint NOT NULL DEFAULT '0', `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqrule_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_ruleconds` +-- Dumping data for table `b_scorm_seq_ruleconds` -- -LOCK TABLES `m_scorm_seq_ruleconds` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_index_requests` +-- Table structure for table `b_search_index_requests` -- -DROP TABLE IF EXISTS `m_search_index_requests`; +DROP TABLE IF EXISTS `b_search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_index_requests` ( +CREATE TABLE `b_search_index_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12815,28 +12668,28 @@ CREATE TABLE `m_search_index_requests` ( `partialtime` bigint NOT NULL, `indexpriority` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), - KEY `m_searinderequ_con_ix` (`contextid`) + KEY `b_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `b_searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- Dumping data for table `b_search_index_requests` -- -LOCK TABLES `m_search_index_requests` WRITE; -/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +LOCK TABLES `b_search_index_requests` WRITE; +/*!40000 ALTER TABLE `b_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_simpledb_index` +-- Table structure for table `b_search_simpledb_index` -- -DROP TABLE IF EXISTS `m_search_simpledb_index`; +DROP TABLE IF EXISTS `b_search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_simpledb_index` ( +CREATE TABLE `b_search_simpledb_index` ( `id` bigint NOT NULL AUTO_INCREMENT, `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL, @@ -12852,32 +12705,32 @@ CREATE TABLE `m_search_simpledb_index` ( `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), - KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), - KEY `m_searsimpinde_con_ix` (`contextid`), - KEY `m_searsimpinde_cou_ix` (`courseid`), - KEY `m_searsimpinde_are_ix` (`areaid`), - FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) + UNIQUE KEY `b_searsimpinde_doc_uix` (`docid`), + KEY `b_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `b_searsimpinde_con_ix` (`contextid`), + KEY `b_searsimpinde_cou_ix` (`courseid`), + KEY `b_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `b_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_search_simpledb_index` +-- Dumping data for table `b_search_simpledb_index` -- -LOCK TABLES `m_search_simpledb_index` WRITE; -/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +LOCK TABLES `b_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `b_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_sessions` +-- Table structure for table `b_sessions` -- -DROP TABLE IF EXISTS `m_sessions`; +DROP TABLE IF EXISTS `b_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_sessions` ( +CREATE TABLE `b_sessions` ( `id` bigint NOT NULL AUTO_INCREMENT, `state` bigint NOT NULL DEFAULT '0', `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12888,32 +12741,31 @@ CREATE TABLE `m_sessions` ( `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_sess_sid_uix` (`sid`), - KEY `m_sess_sta_ix` (`state`), - KEY `m_sess_tim_ix` (`timecreated`), - KEY `m_sess_tim2_ix` (`timemodified`), - KEY `m_sess_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; + UNIQUE KEY `b_sess_sid_uix` (`sid`), + KEY `b_sess_sta_ix` (`state`), + KEY `b_sess_tim_ix` (`timecreated`), + KEY `b_sess_tim2_ix` (`timemodified`), + KEY `b_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_sessions` +-- Dumping data for table `b_sessions` -- -LOCK TABLES `m_sessions` WRITE; -/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; -INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'); -/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +LOCK TABLES `b_sessions` WRITE; +/*!40000 ALTER TABLE `b_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_sessions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_daily` +-- Table structure for table `b_stats_daily` -- -DROP TABLE IF EXISTS `m_stats_daily`; +DROP TABLE IF EXISTS `b_stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_daily` ( +CREATE TABLE `b_stats_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12922,29 +12774,29 @@ CREATE TABLE `m_stats_daily` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statdail_cou_ix` (`courseid`), - KEY `m_statdail_tim_ix` (`timeend`), - KEY `m_statdail_rol_ix` (`roleid`) + KEY `b_statdail_cou_ix` (`courseid`), + KEY `b_statdail_tim_ix` (`timeend`), + KEY `b_statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_daily` +-- Dumping data for table `b_stats_daily` -- -LOCK TABLES `m_stats_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +LOCK TABLES `b_stats_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_monthly` +-- Table structure for table `b_stats_monthly` -- -DROP TABLE IF EXISTS `m_stats_monthly`; +DROP TABLE IF EXISTS `b_stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_monthly` ( +CREATE TABLE `b_stats_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12953,29 +12805,29 @@ CREATE TABLE `m_stats_monthly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statmont_cou_ix` (`courseid`), - KEY `m_statmont_tim_ix` (`timeend`), - KEY `m_statmont_rol_ix` (`roleid`) + KEY `b_statmont_cou_ix` (`courseid`), + KEY `b_statmont_tim_ix` (`timeend`), + KEY `b_statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_monthly` +-- Dumping data for table `b_stats_monthly` -- -LOCK TABLES `m_stats_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +LOCK TABLES `b_stats_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_daily` +-- Table structure for table `b_stats_user_daily` -- -DROP TABLE IF EXISTS `m_stats_user_daily`; +DROP TABLE IF EXISTS `b_stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_daily` ( +CREATE TABLE `b_stats_user_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12985,30 +12837,30 @@ CREATE TABLE `m_stats_user_daily` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserdail_cou_ix` (`courseid`), - KEY `m_statuserdail_use_ix` (`userid`), - KEY `m_statuserdail_rol_ix` (`roleid`), - KEY `m_statuserdail_tim_ix` (`timeend`) + KEY `b_statuserdail_cou_ix` (`courseid`), + KEY `b_statuserdail_use_ix` (`userid`), + KEY `b_statuserdail_rol_ix` (`roleid`), + KEY `b_statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_daily` +-- Dumping data for table `b_stats_user_daily` -- -LOCK TABLES `m_stats_user_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +LOCK TABLES `b_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_monthly` +-- Table structure for table `b_stats_user_monthly` -- -DROP TABLE IF EXISTS `m_stats_user_monthly`; +DROP TABLE IF EXISTS `b_stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_monthly` ( +CREATE TABLE `b_stats_user_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -13018,30 +12870,30 @@ CREATE TABLE `m_stats_user_monthly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statusermont_cou_ix` (`courseid`), - KEY `m_statusermont_use_ix` (`userid`), - KEY `m_statusermont_rol_ix` (`roleid`), - KEY `m_statusermont_tim_ix` (`timeend`) + KEY `b_statusermont_cou_ix` (`courseid`), + KEY `b_statusermont_use_ix` (`userid`), + KEY `b_statusermont_rol_ix` (`roleid`), + KEY `b_statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_monthly` +-- Dumping data for table `b_stats_user_monthly` -- -LOCK TABLES `m_stats_user_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +LOCK TABLES `b_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_weekly` +-- Table structure for table `b_stats_user_weekly` -- -DROP TABLE IF EXISTS `m_stats_user_weekly`; +DROP TABLE IF EXISTS `b_stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_weekly` ( +CREATE TABLE `b_stats_user_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -13051,30 +12903,30 @@ CREATE TABLE `m_stats_user_weekly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserweek_cou_ix` (`courseid`), - KEY `m_statuserweek_use_ix` (`userid`), - KEY `m_statuserweek_rol_ix` (`roleid`), - KEY `m_statuserweek_tim_ix` (`timeend`) + KEY `b_statuserweek_cou_ix` (`courseid`), + KEY `b_statuserweek_use_ix` (`userid`), + KEY `b_statuserweek_rol_ix` (`roleid`), + KEY `b_statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_weekly` +-- Dumping data for table `b_stats_user_weekly` -- -LOCK TABLES `m_stats_user_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +LOCK TABLES `b_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_weekly` +-- Table structure for table `b_stats_weekly` -- -DROP TABLE IF EXISTS `m_stats_weekly`; +DROP TABLE IF EXISTS `b_stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_weekly` ( +CREATE TABLE `b_stats_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -13083,29 +12935,29 @@ CREATE TABLE `m_stats_weekly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statweek_cou_ix` (`courseid`), - KEY `m_statweek_tim_ix` (`timeend`), - KEY `m_statweek_rol_ix` (`roleid`) + KEY `b_statweek_cou_ix` (`courseid`), + KEY `b_statweek_tim_ix` (`timeend`), + KEY `b_statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_weekly` +-- Dumping data for table `b_stats_weekly` -- -LOCK TABLES `m_stats_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +LOCK TABLES `b_stats_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey` +-- Table structure for table `b_survey` -- -DROP TABLE IF EXISTS `m_survey`; +DROP TABLE IF EXISTS `b_survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey` ( +CREATE TABLE `b_survey` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -13118,55 +12970,55 @@ CREATE TABLE `m_survey` ( `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_surv_cou_ix` (`course`) + KEY `b_surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- Dumping data for table `b_survey` -- -LOCK TABLES `m_survey` WRITE; -/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; -INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); -/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +LOCK TABLES `b_survey` WRITE; +/*!40000 ALTER TABLE `b_survey` DISABLE KEYS */; +INSERT INTO `b_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `b_survey` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_analysis` +-- Table structure for table `b_survey_analysis` -- -DROP TABLE IF EXISTS `m_survey_analysis`; +DROP TABLE IF EXISTS `b_survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_analysis` ( +CREATE TABLE `b_survey_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `survey` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survanal_use_ix` (`userid`), - KEY `m_survanal_sur_ix` (`survey`) + KEY `b_survanal_use_ix` (`userid`), + KEY `b_survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_analysis` +-- Dumping data for table `b_survey_analysis` -- -LOCK TABLES `m_survey_analysis` WRITE; -/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +LOCK TABLES `b_survey_analysis` WRITE; +/*!40000 ALTER TABLE `b_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_answers` +-- Table structure for table `b_survey_answers` -- -DROP TABLE IF EXISTS `m_survey_answers`; +DROP TABLE IF EXISTS `b_survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_answers` ( +CREATE TABLE `b_survey_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `survey` bigint NOT NULL DEFAULT '0', @@ -13175,29 +13027,29 @@ CREATE TABLE `m_survey_answers` ( `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survansw_use_ix` (`userid`), - KEY `m_survansw_sur_ix` (`survey`), - KEY `m_survansw_que_ix` (`question`) + KEY `b_survansw_use_ix` (`userid`), + KEY `b_survansw_sur_ix` (`survey`), + KEY `b_survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- Dumping data for table `b_survey_answers` -- -LOCK TABLES `m_survey_answers` WRITE; -/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +LOCK TABLES `b_survey_answers` WRITE; +/*!40000 ALTER TABLE `b_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_questions` +-- Table structure for table `b_survey_questions` -- -DROP TABLE IF EXISTS `m_survey_questions`; +DROP TABLE IF EXISTS `b_survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_questions` ( +CREATE TABLE `b_survey_questions` ( `id` bigint NOT NULL AUTO_INCREMENT, `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13210,23 +13062,23 @@ CREATE TABLE `m_survey_questions` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_questions` +-- Dumping data for table `b_survey_questions` -- -LOCK TABLES `m_survey_questions` WRITE; -/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; -INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); -/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +LOCK TABLES `b_survey_questions` WRITE; +/*!40000 ALTER TABLE `b_survey_questions` DISABLE KEYS */; +INSERT INTO `b_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `b_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag` +-- Table structure for table `b_tag` -- -DROP TABLE IF EXISTS `m_tag`; +DROP TABLE IF EXISTS `b_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag` ( +CREATE TABLE `b_tag` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `tagcollid` bigint NOT NULL, @@ -13238,30 +13090,30 @@ CREATE TABLE `m_tag` ( `flag` smallint DEFAULT '0', `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), - KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), - KEY `m_tag_use_ix` (`userid`), - KEY `m_tag_tag_ix` (`tagcollid`) + UNIQUE KEY `b_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `b_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `b_tag_use_ix` (`userid`), + KEY `b_tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- Dumping data for table `b_tag` -- -LOCK TABLES `m_tag` WRITE; -/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +LOCK TABLES `b_tag` WRITE; +/*!40000 ALTER TABLE `b_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_area` +-- Table structure for table `b_tag_area` -- -DROP TABLE IF EXISTS `m_tag_area`; +DROP TABLE IF EXISTS `b_tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_area` ( +CREATE TABLE `b_tag_area` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13272,29 +13124,29 @@ CREATE TABLE `m_tag_area` ( `showstandard` tinyint(1) NOT NULL DEFAULT '0', `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), - KEY `m_tagarea_tag_ix` (`tagcollid`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines various tag areas, one area is identified by compone'; + UNIQUE KEY `b_tagarea_comite_uix` (`component`,`itemtype`), + KEY `b_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- Dumping data for table `b_tag_area` -- -LOCK TABLES `m_tag_area` WRITE; -/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; -INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0),(12,'core_badges','badge',1,1,'badge_get_tagged_badges','/badges/lib.php',0,0); -/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +LOCK TABLES `b_tag_area` WRITE; +/*!40000 ALTER TABLE `b_tag_area` DISABLE KEYS */; +INSERT INTO `b_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `b_tag_area` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_coll` +-- Table structure for table `b_tag_coll` -- -DROP TABLE IF EXISTS `m_tag_coll`; +DROP TABLE IF EXISTS `b_tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_coll` ( +CREATE TABLE `b_tag_coll` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `isdefault` tinyint NOT NULL DEFAULT '0', @@ -13307,48 +13159,48 @@ CREATE TABLE `m_tag_coll` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tag_coll` +-- Dumping data for table `b_tag_coll` -- -LOCK TABLES `m_tag_coll` WRITE; -/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; -INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +LOCK TABLES `b_tag_coll` WRITE; +/*!40000 ALTER TABLE `b_tag_coll` DISABLE KEYS */; +INSERT INTO `b_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `b_tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_correlation` +-- Table structure for table `b_tag_correlation` -- -DROP TABLE IF EXISTS `m_tag_correlation`; +DROP TABLE IF EXISTS `b_tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_correlation` ( +CREATE TABLE `b_tag_correlation` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tagcorr_tag_ix` (`tagid`) + KEY `b_tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- Dumping data for table `b_tag_correlation` -- -LOCK TABLES `m_tag_correlation` WRITE; -/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +LOCK TABLES `b_tag_correlation` WRITE; +/*!40000 ALTER TABLE `b_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_instance` +-- Table structure for table `b_tag_instance` -- -DROP TABLE IF EXISTS `m_tag_instance`; +DROP TABLE IF EXISTS `b_tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_instance` ( +CREATE TABLE `b_tag_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13360,30 +13212,30 @@ CREATE TABLE `m_tag_instance` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), - KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), - KEY `m_taginst_tag_ix` (`tagid`), - KEY `m_taginst_con_ix` (`contextid`) + UNIQUE KEY `b_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `b_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `b_taginst_tag_ix` (`tagid`), + KEY `b_taginst_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- Dumping data for table `b_tag_instance` -- -LOCK TABLES `m_tag_instance` WRITE; -/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +LOCK TABLES `b_tag_instance` WRITE; +/*!40000 ALTER TABLE `b_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_adhoc` +-- Table structure for table `b_task_adhoc` -- -DROP TABLE IF EXISTS `m_task_adhoc`; +DROP TABLE IF EXISTS `b_task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_adhoc` ( +CREATE TABLE `b_task_adhoc` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13392,35 +13244,34 @@ CREATE TABLE `m_task_adhoc` ( `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, - `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_taskadho_nex_ix` (`nextruntime`), - KEY `m_taskadho_use_ix` (`userid`), - KEY `m_taskadho_tim_ix` (`timestarted`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; + KEY `b_taskadho_nex_ix` (`nextruntime`), + KEY `b_taskadho_tim_ix` (`timestarted`), + KEY `b_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_adhoc` +-- Dumping data for table `b_task_adhoc` -- -LOCK TABLES `m_task_adhoc` WRITE; -/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; -INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,0,NULL,NULL,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,0,NULL,NULL,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,0,NULL,NULL,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,0,NULL,NULL,NULL,1696857375); -/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +LOCK TABLES `b_task_adhoc` WRITE; +/*!40000 ALTER TABLE `b_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_log` +-- Table structure for table `b_task_log` -- -DROP TABLE IF EXISTS `m_task_log`; +DROP TABLE IF EXISTS `b_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_log` ( +CREATE TABLE `b_task_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` smallint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13435,29 +13286,29 @@ CREATE TABLE `m_task_log` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_tasklog_cla_ix` (`classname`), - KEY `m_tasklog_tim_ix` (`timestart`), - KEY `m_tasklog_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_tasklog_cla_ix` (`classname`), + KEY `b_tasklog_tim_ix` (`timestart`), + KEY `b_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_log` +-- Dumping data for table `b_task_log` -- -LOCK TABLES `m_task_log` WRITE; -/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +LOCK TABLES `b_task_log` WRITE; +/*!40000 ALTER TABLE `b_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_scheduled` +-- Table structure for table `b_task_scheduled` -- -DROP TABLE IF EXISTS `m_task_scheduled`; +DROP TABLE IF EXISTS `b_task_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_scheduled` ( +CREATE TABLE `b_task_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13476,28 +13327,28 @@ CREATE TABLE `m_task_scheduled` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tasksche_cla_uix` (`classname`) -) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of scheduled tasks to be run by cron.'; + UNIQUE KEY `b_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- Dumping data for table `b_task_scheduled` -- -LOCK TABLES `m_task_scheduled` WRITE; -/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; -INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1696860000,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1696860300,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1696860600,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1696904220,0,'17','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1696857900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1696858200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1696858500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1696892400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1696893960,0,'26','0','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1696953840,0,'4','17','*','*','2',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1696882620,0,'17','21','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1696874100,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1696874100,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1696893300,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1696892400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1696870800,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1696858500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1696858020,0,'27','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1696902060,0,'41','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1696858200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1696858920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1696936500,0,'15','12','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1696857300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1696860600,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1696917420,0,'57','6','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1696860480,0,'8','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1697271060,0,'11','9','*','*','6',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1696908540,0,'29','4','*','*','2',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1696928400,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1696863600,0,'0','16','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1696857780,0,'23','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1696903200,0,'0','3','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1696906800,0,'0','4','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1696911000,0,'10','5','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1696870800,0,'0','18','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1696909140,0,'39','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1696899300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1696915020,0,'17','6','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1696905540,0,'39','3','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1696907160,0,'6','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1696893240,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1696927140,0,'39','9','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1698805140,0,'19','2','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1696893660,0,'21','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1696896660,0,'11','1','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1696862520,0,'42','15','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1696885200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1696912200,0,'30','5','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1696893960,0,'26','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1696925100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1696895400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1697030040,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1696860780,0,'13','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1696857660,0,'21','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1696894800,0,'40','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1696894320,0,'32','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1696896000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1696896000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1696894260,0,'31','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1696894620,0,'37','0','*','*','*',0,0,0,NULL,NULL,NULL); -/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +LOCK TABLES `b_task_scheduled` WRITE; +/*!40000 ALTER TABLE `b_task_scheduled` DISABLE KEYS */; +INSERT INTO `b_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734117780,0,'23','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734126180,0,'43','5','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734498780,0,'13','13','*','*','3',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734098460,0,'1','22','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734114120,0,'22','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734085980,0,'33','18','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735677540,0,'39','4','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734106260,0,'11','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734106980,0,'23','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734105720,0,'2','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734150600,0,'30','12','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081420,0,'17','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734103680,0,'28','23','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734166380,0,'53','16','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734081360,0,'16','17','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734080340,0,'59','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734142920,0,'22','10','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734398400,0,'20','9','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734448140,0,'9','23','*','*','2',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734102000,0,'0','23','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734087600,0,'0','19','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734082380,0,'33','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734138000,0,'0','9','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734141600,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113580,0,'13','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734100020,0,'27','22','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734122160,0,'36','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734147420,0,'37','11','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734083100,0,'45','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734135780,0,'23','8','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734127080,0,'58','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734122280,0,'38','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_task_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tiny_autosave` +-- Table structure for table `b_tiny_autosave` -- -DROP TABLE IF EXISTS `m_tiny_autosave`; +DROP TABLE IF EXISTS `b_tiny_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tiny_autosave` ( +CREATE TABLE `b_tiny_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -13508,27 +13359,27 @@ CREATE TABLE `m_tiny_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) + UNIQUE KEY `b_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- Dumping data for table `b_tiny_autosave` -- -LOCK TABLES `m_tiny_autosave` WRITE; -/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +LOCK TABLES `b_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `b_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tiny_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_areas` +-- Table structure for table `b_tool_brickfield_areas` -- -DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +DROP TABLE IF EXISTS `b_tool_brickfield_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_areas` ( +CREATE TABLE `b_tool_brickfield_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, @@ -13543,34 +13394,34 @@ CREATE TABLE `m_tool_brickfield_areas` ( `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), - KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), - KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), - KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), - KEY `m_toolbricarea_cou_ix` (`courseid`), - KEY `m_toolbricarea_cmi_ix` (`cmid`), - KEY `m_toolbricarea_cat_ix` (`categoryid`), - KEY `m_toolbricarea_con_ix` (`contextid`) + KEY `b_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `b_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `b_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `b_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `b_toolbricarea_cou_ix` (`courseid`), + KEY `b_toolbricarea_cmi_ix` (`cmid`), + KEY `b_toolbricarea_cat_ix` (`categoryid`), + KEY `b_toolbricarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_areas` +-- Dumping data for table `b_tool_brickfield_areas` -- -LOCK TABLES `m_tool_brickfield_areas` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_acts` +-- Table structure for table `b_tool_brickfield_cache_acts` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +DROP TABLE IF EXISTS `b_tool_brickfield_cache_acts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_acts` ( +CREATE TABLE `b_tool_brickfield_cache_acts` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13580,28 +13431,28 @@ CREATE TABLE `m_tool_brickfield_cache_acts` ( `passedactivities` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachacts_sta_ix` (`status`), - KEY `m_toolbriccachacts_cou_ix` (`courseid`) + KEY `b_toolbriccachacts_sta_ix` (`status`), + KEY `b_toolbriccachacts_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_acts` +-- Dumping data for table `b_tool_brickfield_cache_acts` -- -LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_check` +-- Table structure for table `b_tool_brickfield_cache_check` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +DROP TABLE IF EXISTS `b_tool_brickfield_cache_check`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_check` ( +CREATE TABLE `b_tool_brickfield_cache_check` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13609,29 +13460,29 @@ CREATE TABLE `m_tool_brickfield_cache_check` ( `checkcount` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachchec_sta_ix` (`status`), - KEY `m_toolbriccachchec_err_ix` (`errorcount`), - KEY `m_toolbriccachchec_cou_ix` (`courseid`) + KEY `b_toolbriccachchec_sta_ix` (`status`), + KEY `b_toolbriccachchec_err_ix` (`errorcount`), + KEY `b_toolbriccachchec_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_check` +-- Dumping data for table `b_tool_brickfield_cache_check` -- -LOCK TABLES `m_tool_brickfield_cache_check` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_checks` +-- Table structure for table `b_tool_brickfield_checks` -- -DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +DROP TABLE IF EXISTS `b_tool_brickfield_checks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_checks` ( +CREATE TABLE `b_tool_brickfield_checks` ( `id` bigint NOT NULL AUTO_INCREMENT, `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13639,30 +13490,30 @@ CREATE TABLE `m_tool_brickfield_checks` ( `status` smallint NOT NULL, `severity` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricchec_che_ix` (`checktype`), - KEY `m_toolbricchec_che2_ix` (`checkgroup`), - KEY `m_toolbricchec_sta_ix` (`status`) + KEY `b_toolbricchec_che_ix` (`checktype`), + KEY `b_toolbricchec_che2_ix` (`checkgroup`), + KEY `b_toolbricchec_sta_ix` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_checks` +-- Dumping data for table `b_tool_brickfield_checks` -- -LOCK TABLES `m_tool_brickfield_checks` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; -INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `b_tool_brickfield_checks` 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 `b_tool_brickfield_checks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_content` +-- Table structure for table `b_tool_brickfield_content` -- -DROP TABLE IF EXISTS `m_tool_brickfield_content`; +DROP TABLE IF EXISTS `b_tool_brickfield_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_content` ( +CREATE TABLE `b_tool_brickfield_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13671,56 +13522,56 @@ CREATE TABLE `m_tool_brickfield_content` ( `timecreated` bigint NOT NULL, `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccont_sta_ix` (`status`), - KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), - KEY `m_toolbriccont_are_ix` (`areaid`) + KEY `b_toolbriccont_sta_ix` (`status`), + KEY `b_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `b_toolbriccont_are_ix` (`areaid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- Dumping data for table `b_tool_brickfield_content` -- -LOCK TABLES `m_tool_brickfield_content` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_errors` +-- Table structure for table `b_tool_brickfield_errors` -- -DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +DROP TABLE IF EXISTS `b_tool_brickfield_errors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_errors` ( +CREATE TABLE `b_tool_brickfield_errors` ( `id` bigint NOT NULL AUTO_INCREMENT, `resultid` bigint NOT NULL, `linenumber` bigint NOT NULL DEFAULT '0', `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_toolbricerro_res_ix` (`resultid`) + KEY `b_toolbricerro_res_ix` (`resultid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_errors` +-- Dumping data for table `b_tool_brickfield_errors` -- -LOCK TABLES `m_tool_brickfield_errors` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_process` +-- Table structure for table `b_tool_brickfield_process` -- -DROP TABLE IF EXISTS `m_tool_brickfield_process`; +DROP TABLE IF EXISTS `b_tool_brickfield_process`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_process` ( +CREATE TABLE `b_tool_brickfield_process` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13729,55 +13580,55 @@ CREATE TABLE `m_tool_brickfield_process` ( `timecreated` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricproc_tim_ix` (`timecompleted`) + KEY `b_toolbricproc_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- Dumping data for table `b_tool_brickfield_process` -- -LOCK TABLES `m_tool_brickfield_process` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_process` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_results` +-- Table structure for table `b_tool_brickfield_results` -- -DROP TABLE IF EXISTS `m_tool_brickfield_results`; +DROP TABLE IF EXISTS `b_tool_brickfield_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_results` ( +CREATE TABLE `b_tool_brickfield_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `contentid` bigint DEFAULT NULL, `checkid` bigint NOT NULL, `errorcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), - KEY `m_toolbricresu_con_ix` (`contentid`), - KEY `m_toolbricresu_che_ix` (`checkid`) + KEY `b_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `b_toolbricresu_con_ix` (`contentid`), + KEY `b_toolbricresu_che_ix` (`checkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_results` +-- Dumping data for table `b_tool_brickfield_results` -- -LOCK TABLES `m_tool_brickfield_results` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_schedule` +-- Table structure for table `b_tool_brickfield_schedule` -- -DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +DROP TABLE IF EXISTS `b_tool_brickfield_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_schedule` ( +CREATE TABLE `b_tool_brickfield_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '50', `instanceid` bigint NOT NULL, @@ -13786,28 +13637,28 @@ CREATE TABLE `m_tool_brickfield_schedule` ( `timeanalyzed` bigint DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_toolbricsche_sta_ix` (`status`) + UNIQUE KEY `b_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_toolbricsche_sta_ix` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_schedule` +-- Dumping data for table `b_tool_brickfield_schedule` -- -LOCK TABLES `m_tool_brickfield_schedule` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_summary` +-- Table structure for table `b_tool_brickfield_summary` -- -DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +DROP TABLE IF EXISTS `b_tool_brickfield_summary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_summary` ( +CREATE TABLE `b_tool_brickfield_summary` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13836,28 +13687,28 @@ CREATE TABLE `m_tool_brickfield_summary` ( `percentchecktype6` bigint DEFAULT NULL, `percentchecktype7` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricsumm_sta_ix` (`status`), - KEY `m_toolbricsumm_cou_ix` (`courseid`) + KEY `b_toolbricsumm_sta_ix` (`status`), + KEY `b_toolbricsumm_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_summary` +-- Dumping data for table `b_tool_brickfield_summary` -- -LOCK TABLES `m_tool_brickfield_summary` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_cohortroles` +-- Table structure for table `b_tool_cohortroles` -- -DROP TABLE IF EXISTS `m_tool_cohortroles`; +DROP TABLE IF EXISTS `b_tool_cohortroles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_cohortroles` ( +CREATE TABLE `b_tool_cohortroles` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -13866,27 +13717,27 @@ CREATE TABLE `m_tool_cohortroles` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) + UNIQUE KEY `b_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_cohortroles` +-- Dumping data for table `b_tool_cohortroles` -- -LOCK TABLES `m_tool_cohortroles` WRITE; -/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +LOCK TABLES `b_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `b_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_cohortroles` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang` +-- Table structure for table `b_tool_customlang` -- -DROP TABLE IF EXISTS `m_tool_customlang`; +DROP TABLE IF EXISTS `b_tool_customlang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang` ( +CREATE TABLE `b_tool_customlang` ( `id` bigint NOT NULL AUTO_INCREMENT, `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `componentid` bigint NOT NULL, @@ -13899,28 +13750,28 @@ CREATE TABLE `m_tool_customlang` ( `outdated` smallint DEFAULT '0', `modified` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), - KEY `m_toolcust_com_ix` (`componentid`) + UNIQUE KEY `b_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `b_toolcust_com_ix` (`componentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- Dumping data for table `b_tool_customlang` -- -LOCK TABLES `m_tool_customlang` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +LOCK TABLES `b_tool_customlang` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang_components` +-- Table structure for table `b_tool_customlang_components` -- -DROP TABLE IF EXISTS `m_tool_customlang_components`; +DROP TABLE IF EXISTS `b_tool_customlang_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang_components` ( +CREATE TABLE `b_tool_customlang_components` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13929,22 +13780,22 @@ CREATE TABLE `m_tool_customlang_components` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_customlang_components` +-- Dumping data for table `b_tool_customlang_components` -- -LOCK TABLES `m_tool_customlang_components` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +LOCK TABLES `b_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang_components` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_category` +-- Table structure for table `b_tool_dataprivacy_category` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_category` ( +CREATE TABLE `b_tool_dataprivacy_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -13957,47 +13808,22 @@ CREATE TABLE `m_tool_dataprivacy_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_category` --- - -LOCK TABLES `m_tool_dataprivacy_category` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_tool_dataprivacy_contextlist` --- - -DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_contextlist` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `timecreated` bigint NOT NULL DEFAULT '0', - `timemodified` bigint NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_tool_dataprivacy_contextlist` +-- Dumping data for table `b_tool_dataprivacy_category` -- -LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- Table structure for table `b_tool_dataprivacy_ctxexpired` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxexpired`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( +CREATE TABLE `b_tool_dataprivacy_ctxexpired` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14008,27 +13834,27 @@ CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) + UNIQUE KEY `b_tooldatactxe_con_uix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- Dumping data for table `b_tool_dataprivacy_ctxexpired` -- -LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- Table structure for table `b_tool_dataprivacy_ctxinstance` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxinstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( +CREATE TABLE `b_tool_dataprivacy_ctxinstance` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -14037,29 +13863,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), - KEY `m_tooldatactxi_pur_ix` (`purposeid`), - KEY `m_tooldatactxi_cat_ix` (`categoryid`) + UNIQUE KEY `b_tooldatactxi_con_uix` (`contextid`), + KEY `b_tooldatactxi_pur_ix` (`purposeid`), + KEY `b_tooldatactxi_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- Dumping data for table `b_tool_dataprivacy_ctxinstance` -- -LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- Table structure for table `b_tool_dataprivacy_ctxlevel` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxlevel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( +CREATE TABLE `b_tool_dataprivacy_ctxlevel` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` smallint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -14068,57 +13894,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), - KEY `m_tooldatactxl_cat_ix` (`categoryid`), - KEY `m_tooldatactxl_pur_ix` (`purposeid`) + UNIQUE KEY `b_tooldatactxl_con_uix` (`contextlevel`), + KEY `b_tooldatactxl_cat_ix` (`categoryid`), + KEY `b_tooldatactxl_pur_ix` (`purposeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxlevel` --- - -LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` --- - -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `contextid` bigint NOT NULL, - `contextlistid` bigint NOT NULL, - `status` tinyint NOT NULL DEFAULT '0', - `timecreated` bigint NOT NULL DEFAULT '0', - `timemodified` bigint NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- Dumping data for table `b_tool_dataprivacy_ctxlevel` -- -LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purpose` +-- Table structure for table `b_tool_dataprivacy_purpose` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_purpose`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purpose` ( +CREATE TABLE `b_tool_dataprivacy_purpose` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14135,22 +13933,22 @@ CREATE TABLE `m_tool_dataprivacy_purpose` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purpose` +-- Dumping data for table `b_tool_dataprivacy_purpose` -- -LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purposerole` +-- Table structure for table `b_tool_dataprivacy_purposerole` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purposerole` ( +CREATE TABLE `b_tool_dataprivacy_purposerole` ( `id` bigint NOT NULL AUTO_INCREMENT, `purposeid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -14162,30 +13960,30 @@ CREATE TABLE `m_tool_dataprivacy_purposerole` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), - KEY `m_tooldatapurp_pur_ix` (`purposeid`), - KEY `m_tooldatapurp_rol_ix` (`roleid`), - KEY `m_tooldatapurp_use_ix` (`usermodified`) + UNIQUE KEY `b_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `b_tooldatapurp_pur_ix` (`purposeid`), + KEY `b_tooldatapurp_rol_ix` (`roleid`), + KEY `b_tooldatapurp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purposerole` +-- Dumping data for table `b_tool_dataprivacy_purposerole` -- -LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_request` +-- Table structure for table `b_tool_dataprivacy_request` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_request` ( +CREATE TABLE `b_tool_dataprivacy_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '0', `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14202,149 +14000,31536 @@ CREATE TABLE `m_tool_dataprivacy_request` ( `timemodified` bigint NOT NULL DEFAULT '0', `creationmethod` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_tooldatarequ_use_ix` (`userid`), - KEY `m_tooldatarequ_req_ix` (`requestedby`), - KEY `m_tooldatarequ_dpo_ix` (`dpo`), - KEY `m_tooldatarequ_use2_ix` (`usermodified`) + KEY `b_tooldatarequ_use_ix` (`userid`), + KEY `b_tooldatarequ_req_ix` (`requestedby`), + KEY `b_tooldatarequ_dpo_ix` (`dpo`), + KEY `b_tooldatarequ_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_request` +-- Dumping data for table `b_tool_dataprivacy_request` -- -LOCK TABLES `m_tool_dataprivacy_request` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- Table structure for table `b_tool_monitor_events` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +DROP TABLE IF EXISTS `b_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( +CREATE TABLE `b_tool_monitor_events` ( `id` bigint NOT NULL AUTO_INCREMENT, - `requestid` bigint NOT NULL, - `contextlistid` bigint NOT NULL, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), - KEY `m_tooldatarqstctxl_req_ix` (`requestid`), - KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_toolmonieven_cou_ix` (`courseid`), + KEY `b_toolmonieven_con_ix` (`contextid`), + KEY `b_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_dataprivacy_rqst_ctxlst` +-- Dumping data for table `b_tool_monitor_events` -- -LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +LOCK TABLES `b_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_mfa` +-- Table structure for table `b_tool_monitor_history` -- -DROP TABLE IF EXISTS `m_tool_mfa`; +DROP TABLE IF EXISTS `b_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_mfa` ( +CREATE TABLE `b_tool_monitor_history` ( `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, `userid` bigint NOT NULL, - `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timecreated` bigint DEFAULT NULL, - `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timemodified` bigint DEFAULT NULL, - `lastverified` bigint DEFAULT NULL, - `revoked` tinyint(1) NOT NULL DEFAULT '0', - `lockcounter` mediumint NOT NULL DEFAULT '0', + `timesent` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmfa_use_ix` (`userid`), - KEY `m_toolmfa_fac_ix` (`factor`), - KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; + UNIQUE KEY `b_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `b_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_history` +-- + +LOCK TABLES `b_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_rules` +-- + +LOCK TABLES `b_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_subscriptions` +-- + +LOCK TABLES `b_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy` +-- + +DROP TABLE IF EXISTS `b_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_policy` +-- + +LOCK TABLES `b_tool_policy` WRITE; +/*!40000 ALTER TABLE `b_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `b_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `b_toolpoliacce_pol_ix` (`policyversionid`), + KEY `b_toolpoliacce_use_ix` (`userid`), + KEY `b_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_acceptances` +-- + +LOCK TABLES `b_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `b_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpolivers_use_ix` (`usermodified`), + KEY `b_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_versions` +-- + +LOCK TABLES `b_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolrecycate_tim_ix` (`timecreated`), + KEY `b_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_category` +-- + +LOCK TABLES `b_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolrecycour_tim_ix` (`timecreated`), + KEY `b_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_course` +-- + +LOCK TABLES `b_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `b_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_steps` +-- + +LOCK TABLES `b_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `b_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_tours` +-- + +LOCK TABLES `b_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `b_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_upgrade_log` +-- + +DROP TABLE IF EXISTS `b_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_upgrlog_tim_ix` (`timemodified`), + KEY `b_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `b_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_upgrade_log` +-- + +LOCK TABLES `b_upgrade_log` WRITE; +/*!40000 ALTER TABLE `b_upgrade_log` DISABLE KEYS */; +INSERT INTO `b_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734079920),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734079948),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079954),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734079954),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079954),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079954),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734079956),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079956),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079957),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734079957),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079957),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079958),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734079959),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079959),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079960),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734079960),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079960),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079961),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734079962),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079962),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079962),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079963),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079963),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079963),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734079966),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079966),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079967),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734079968),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079968),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079968),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734079969),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079969),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079970),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734079975),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079975),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079976),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734079978),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079978),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079978),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734079979),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079979),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079979),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734079979),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079979),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079980),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734079980),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079980),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079981),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734079981),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079981),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079982),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079983),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079983),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079983),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734079984),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079984),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079985),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734079986),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079986),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079987),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734079987),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079987),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079988),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734079989),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079989),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079989),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734079990),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079990),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734079991),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079991),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734079993),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079993),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079994),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079998),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079998),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734079998),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080002),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080003),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080006),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080022),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080022),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080023),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080023),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080023),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080024),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080024),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080036),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080036),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080036),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080049),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080049),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080049),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080049),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080049),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080050),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080050),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080050),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080051),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080053),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080053),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080053),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080054),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080054),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080054),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080059),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080059),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080060),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080061),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080061),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080062),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080063),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080063),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080063),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080063),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080070),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080070),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080070),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080082),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080082),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080082),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080083),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080083),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080083),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080084),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080084),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080084),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085); +/*!40000 ALTER TABLE `b_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_url` +-- + +DROP TABLE IF EXISTS `b_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_url` +-- + +LOCK TABLES `b_url` WRITE; +/*!40000 ALTER TABLE `b_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user` +-- + +DROP TABLE IF EXISTS `b_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_user_mneuse_uix` (`mnethostid`,`username`), + KEY `b_user_del_ix` (`deleted`), + KEY `b_user_con_ix` (`confirmed`), + KEY `b_user_fir_ix` (`firstname`), + KEY `b_user_las_ix` (`lastname`), + KEY `b_user_cit_ix` (`city`), + KEY `b_user_cou_ix` (`country`), + KEY `b_user_las2_ix` (`lastaccess`), + KEY `b_user_ema_ix` (`email`), + KEY `b_user_aut_ix` (`auth`), + KEY `b_user_idn_ix` (`idnumber`), + KEY `b_user_fir2_ix` (`firstnamephonetic`), + KEY `b_user_las3_ix` (`lastnamephonetic`), + KEY `b_user_mid_ix` (`middlename`), + KEY `b_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user` +-- + +LOCK TABLES `b_user` WRITE; +/*!40000 ALTER TABLE `b_user` DISABLE KEYS */; +INSERT INTO `b_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$okSy2C0wtYXfqIyGbqLtOeMo5LpNFmtbtG7FYHrQP3QqkcBKJrUzS','','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,1734079898,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$vPmP7Oczi/BdNpFDPZPvJOEKlZpXGTwdymzGuh5z6iBQ8jI.P3Rai','','Admin','User','moodle@example.com',0,'','','','','','Perth','AU','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080141,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_devices` +-- + +DROP TABLE IF EXISTS `b_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `b_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `b_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_devices` +-- + +LOCK TABLES `b_user_devices` WRITE; +/*!40000 ALTER TABLE `b_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_enrolments` +-- + +DROP TABLE IF EXISTS `b_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `b_userenro_enr_ix` (`enrolid`), + KEY `b_userenro_use_ix` (`userid`), + KEY `b_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_enrolments` +-- + +LOCK TABLES `b_user_enrolments` WRITE; +/*!40000 ALTER TABLE `b_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_category` +-- + +DROP TABLE IF EXISTS `b_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_category` +-- + +LOCK TABLES `b_user_info_category` WRITE; +/*!40000 ALTER TABLE `b_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_data` +-- + +DROP TABLE IF EXISTS `b_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_data` +-- + +LOCK TABLES `b_user_info_data` WRITE; +/*!40000 ALTER TABLE `b_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_field` +-- + +DROP TABLE IF EXISTS `b_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_field` +-- + +LOCK TABLES `b_user_info_field` WRITE; +/*!40000 ALTER TABLE `b_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_lastaccess` +-- + +DROP TABLE IF EXISTS `b_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userlast_usecou_uix` (`userid`,`courseid`), + KEY `b_userlast_use_ix` (`userid`), + KEY `b_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_lastaccess` +-- + +LOCK TABLES `b_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `b_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_history` +-- + +DROP TABLE IF EXISTS `b_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_password_history` +-- + +LOCK TABLES `b_user_password_history` WRITE; +/*!40000 ALTER TABLE `b_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_resets` +-- + +DROP TABLE IF EXISTS `b_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_password_resets` +-- + +LOCK TABLES `b_user_password_resets` WRITE; +/*!40000 ALTER TABLE `b_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_preferences` +-- + +DROP TABLE IF EXISTS `b_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userpref_usenam_uix` (`userid`,`name`), + KEY `b_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_preferences` +-- + +LOCK TABLES `b_user_preferences` WRITE; +/*!40000 ALTER TABLE `b_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_private_key` +-- + +DROP TABLE IF EXISTS `b_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_userprivkey_scrval_ix` (`script`,`value`), + KEY `b_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_private_key` +-- + +LOCK TABLES `b_user_private_key` WRITE; +/*!40000 ALTER TABLE `b_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki` +-- + +DROP TABLE IF EXISTS `b_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki` +-- + +LOCK TABLES `b_wiki` WRITE; +/*!40000 ALTER TABLE `b_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_links` +-- + +DROP TABLE IF EXISTS `b_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_wikilink_fro_ix` (`frompageid`), + KEY `b_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_links` +-- + +LOCK TABLES `b_wiki_links` WRITE; +/*!40000 ALTER TABLE `b_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_locks` +-- + +DROP TABLE IF EXISTS `b_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_locks` +-- + +LOCK TABLES `b_wiki_locks` WRITE; +/*!40000 ALTER TABLE `b_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_pages` +-- + +DROP TABLE IF EXISTS `b_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `b_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_pages` +-- + +LOCK TABLES `b_wiki_pages` WRITE; +/*!40000 ALTER TABLE `b_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `b_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `b_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_subwikis` +-- + +LOCK TABLES `b_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `b_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `b_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_synonyms` +-- + +LOCK TABLES `b_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `b_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_versions` +-- + +DROP TABLE IF EXISTS `b_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_versions` +-- + +LOCK TABLES `b_wiki_versions` WRITE; +/*!40000 ALTER TABLE `b_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop` +-- + +DROP TABLE IF EXISTS `b_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `b_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop` +-- + +LOCK TABLES `b_workshop` WRITE; +/*!40000 ALTER TABLE `b_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `b_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `b_workaggr_wor_ix` (`workshopid`), + KEY `b_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_aggregations` +-- + +LOCK TABLES `b_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `b_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_assessments` +-- + +DROP TABLE IF EXISTS `b_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workasse_sub_ix` (`submissionid`), + KEY `b_workasse_gra_ix` (`gradinggradeoverby`), + KEY `b_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshop_assessments` +-- + +LOCK TABLES `b_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `b_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_grades` +-- + +DROP TABLE IF EXISTS `b_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `b_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_grades` +-- + +LOCK TABLES `b_workshop_grades` WRITE; +/*!40000 ALTER TABLE `b_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_submissions` +-- + +DROP TABLE IF EXISTS `b_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_worksubm_wor_ix` (`workshopid`), + KEY `b_worksubm_gra_ix` (`gradeoverby`), + KEY `b_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_submissions` +-- + +LOCK TABLES `b_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `b_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `b_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopallocation_scheduled` +-- + +LOCK TABLES `b_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `b_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopeval_best_settings` +-- + +LOCK TABLES `b_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `b_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_accumulative` +-- + +LOCK TABLES `b_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `b_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_comments` +-- + +DROP TABLE IF EXISTS `b_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_comments` +-- + +LOCK TABLES `b_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `b_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors` +-- + +LOCK TABLES `b_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `b_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors_map` +-- + +LOCK TABLES `b_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric` +-- + +LOCK TABLES `b_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_config` +-- + +LOCK TABLES `b_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_levels` +-- + +LOCK TABLES `b_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets` +-- + +DROP TABLE IF EXISTS `m_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets` +-- + +LOCK TABLES `m_adminpresets` WRITE; +/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; +INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); +/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app` +-- + +LOCK TABLES `m_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappit_con_ix` (`configlogid`), + KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it` +-- + +LOCK TABLES `m_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappita_con_ix` (`configlogid`), + KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it_a` +-- + +LOCK TABLES `m_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_plug` +-- + +LOCK TABLES `m_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it` +-- + +LOCK TABLES `m_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; +INSERT INTO `m_adminpresets_it` 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 `m_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it_a` +-- + +LOCK TABLES `m_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_plug` +-- + +LOCK TABLES `m_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `m_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_indicator_calc` +-- + +LOCK TABLES `m_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models` +-- + +DROP TABLE IF EXISTS `m_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmode_enatra_ix` (`enabled`,`trained`), + KEY `m_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models` +-- + +LOCK TABLES `m_analytics_models` WRITE; +/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; +INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); +/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models_log` +-- + +DROP TABLE IF EXISTS `m_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmodelog_mod_ix` (`modelid`), + KEY `m_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models_log` +-- + +LOCK TABLES `m_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `m_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predict_samples` +-- + +LOCK TABLES `m_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `m_analpredacti_pre_ix` (`predictionid`), + KEY `m_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_prediction_actions` +-- + +LOCK TABLES `m_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predictions` +-- + +DROP TABLE IF EXISTS `m_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `m_analpred_mod_ix` (`modelid`), + KEY `m_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predictions` +-- + +LOCK TABLES `m_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `m_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_train_samples` +-- + +LOCK TABLES `m_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `m_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analusedanal_modact_ix` (`modelid`,`action`), + KEY `m_analusedanal_mod_ix` (`modelid`), + KEY `m_analusedanal_ana_ix` (`analysableid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_used_analysables` +-- + +LOCK TABLES `m_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_files` +-- + +DROP TABLE IF EXISTS `m_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `m_analusedfile_mod_ix` (`modelid`), + KEY `m_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- + +LOCK TABLES `m_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign` +-- + +DROP TABLE IF EXISTS `m_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou_ix` (`course`), + KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- + +LOCK TABLES `m_assign` WRITE; +/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_grades` +-- + +DROP TABLE IF EXISTS `m_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `m_assigrad_use_ix` (`userid`), + KEY `m_assigrad_att_ix` (`attemptnumber`), + KEY `m_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_grades` +-- + +LOCK TABLES `m_assign_grades` WRITE; +/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_overrides` +-- + +DROP TABLE IF EXISTS `m_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_assiover_ass_ix` (`assignid`), + KEY `m_assiover_gro_ix` (`groupid`), + KEY `m_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_overrides` +-- + +LOCK TABLES `m_assign_overrides` WRITE; +/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `m_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_assiplugconf_plu_ix` (`plugin`), + KEY `m_assiplugconf_sub_ix` (`subtype`), + KEY `m_assiplugconf_nam_ix` (`name`), + KEY `m_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- + +LOCK TABLES `m_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_submission` +-- + +DROP TABLE IF EXISTS `m_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `m_assisubm_use_ix` (`userid`), + KEY `m_assisubm_att_ix` (`attemptnumber`), + KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `m_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_submission` +-- + +LOCK TABLES `m_assign_submission` WRITE; +/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_flags` +-- + +DROP TABLE IF EXISTS `m_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiuserflag_mai_ix` (`mailed`), + KEY `m_assiuserflag_use_ix` (`userid`), + KEY `m_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- + +LOCK TABLES `m_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `m_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiusermapp_ass_ix` (`assignment`), + KEY `m_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- + +LOCK TABLES `m_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assicomm_ass_ix` (`assignment`), + KEY `m_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_comments` +-- + +LOCK TABLES `m_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `m_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `m_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass2_ix` (`assignment`), + KEY `m_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- + +LOCK TABLES `m_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment` +-- + +DROP TABLE IF EXISTS `m_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment` +-- + +LOCK TABLES `m_assignment` WRITE; +/*!40000 ALTER TABLE `m_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_submissions` +-- + +DROP TABLE IF EXISTS `m_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assisubm_use2_ix` (`userid`), + KEY `m_assisubm_mai_ix` (`mailed`), + KEY `m_assisubm_tim_ix` (`timemarked`), + KEY `m_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_submissions` +-- + +LOCK TABLES `m_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `m_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `m_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiupgr_old_ix` (`oldcmid`), + KEY `m_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_upgrade` +-- + +LOCK TABLES `m_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `m_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass_ix` (`assignment`), + KEY `m_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_file` +-- + +LOCK TABLES `m_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assionli_ass_ix` (`assignment`), + KEY `m_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_onlinetext` +-- + +LOCK TABLES `m_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), + KEY `m_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_lti_linked_login` +-- + +LOCK TABLES `m_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `m_authoautlinklogi_use_ix` (`usermodified`), + KEY `m_authoautlinklogi_use2_ix` (`userid`), + KEY `m_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_oauth2_linked_login` +-- + +LOCK TABLES `m_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_controllers` +-- + +DROP TABLE IF EXISTS `m_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcont_bac_uix` (`backupid`), + KEY `m_backcont_typite_ix` (`type`,`itemid`), + KEY `m_backcont_use_ix` (`userid`), + KEY `m_backcont_useite_ix` (`userid`,`itemid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- + +LOCK TABLES `m_backup_controllers` WRITE; +/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; +INSERT INTO `m_backup_controllers` VALUES (1,'99ab012bc73424dcc2278b70d93fc6db','restore','course',2,'moodle2',1,10,2,1000,1,0,'da9810383b0f592e9487af623ed77e3c',1736241008,1736241027,0.00000000000000,''); +/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_courses` +-- + +DROP TABLE IF EXISTS `m_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_courses` +-- + +LOCK TABLES `m_backup_courses` WRITE; +/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_logs` +-- + +DROP TABLE IF EXISTS `m_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), + KEY `m_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- + +LOCK TABLES `m_backup_logs` WRITE; +/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; +INSERT INTO `m_backup_logs` VALUES (1,'99ab012bc73424dcc2278b70d93fc6db',40,'instantiating restore controller 99ab012bc73424dcc2278b70d93fc6db',1736241007),(2,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 100',1736241007),(3,'99ab012bc73424dcc2278b70d93fc6db',50,'loading backup info',1736241007),(4,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller plan',1736241007),(5,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 300',1736241007),(6,'99ab012bc73424dcc2278b70d93fc6db',50,'applying restore defaults',1736241008),(7,'99ab012bc73424dcc2278b70d93fc6db',50,'Unknown setting: questionbank',1736241008),(8,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 400',1736241008),(9,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241008),(10,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 500',1736241008),(11,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241008),(12,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241008),(13,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241008),(14,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241008),(15,'99ab012bc73424dcc2278b70d93fc6db',50,'calculating controller checksum 556ee1af085e167333a9d1eb93ac3867',1736241008),(16,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller from db',1736241009),(17,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241009),(18,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241009),(19,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241009),(20,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241009),(21,'99ab012bc73424dcc2278b70d93fc6db',50,'calculating controller checksum 556ee1af085e167333a9d1eb93ac3867',1736241009),(22,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller from db',1736241012),(23,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241012),(24,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241012),(25,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241012),(26,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241012),(27,'99ab012bc73424dcc2278b70d93fc6db',50,'calculating controller checksum 556ee1af085e167333a9d1eb93ac3867',1736241012),(28,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller from db',1736241014),(29,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241014),(30,'99ab012bc73424dcc2278b70d93fc6db',40,'checking plan security',1736241014),(31,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 600',1736241014),(32,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241014),(33,'99ab012bc73424dcc2278b70d93fc6db',50,'calculating controller checksum c1b605a799dc167c6ae53817a5f8d53a',1736241014),(34,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller from db',1736241014),(35,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 700',1736241015),(36,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241015),(37,'99ab012bc73424dcc2278b70d93fc6db',50,'calculating controller checksum a7990e75b576e00d215897a2624d85aa',1736241015),(38,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller from db',1736241015),(39,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 800',1736241015),(40,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241015),(41,'99ab012bc73424dcc2278b70d93fc6db',50,'calculating controller checksum da9810383b0f592e9487af623ed77e3c',1736241015),(42,'99ab012bc73424dcc2278b70d93fc6db',50,'loading controller from db',1736241015),(43,'99ab012bc73424dcc2278b70d93fc6db',50,'processing file aliases queue. 0 entries.',1736241027),(44,'99ab012bc73424dcc2278b70d93fc6db',50,'setting controller status to 1000',1736241027),(45,'99ab012bc73424dcc2278b70d93fc6db',50,'saving controller to db',1736241027); +/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge` +-- + +DROP TABLE IF EXISTS `m_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badg_typ_ix` (`type`), + KEY `m_badg_cou_ix` (`courseid`), + KEY `m_badg_use_ix` (`usermodified`), + KEY `m_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge` +-- + +LOCK TABLES `m_badge` WRITE; +/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_alignment` +-- + +DROP TABLE IF EXISTS `m_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcomp_bad3_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_alignment` +-- + +LOCK TABLES `m_badge_alignment` WRITE; +/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `m_badgback_use_ix` (`userid`), + KEY `m_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack` +-- + +LOCK TABLES `m_badge_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgbackoaut_use_ix` (`usermodified`), + KEY `m_badgbackoaut_use2_ix` (`userid`), + KEY `m_badgbackoaut_iss_ix` (`issuerid`), + KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack_oauth2` +-- + +LOCK TABLES `m_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria` +-- + +DROP TABLE IF EXISTS `m_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `m_badgcrit_cri_ix` (`criteriatype`), + KEY `m_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria` +-- + +LOCK TABLES `m_badge_criteria` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritmet_cri_ix` (`critid`), + KEY `m_badgcritmet_use_ix` (`userid`), + KEY `m_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- + +LOCK TABLES `m_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria_param` +-- + +LOCK TABLES `m_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_endorsement` +-- + +DROP TABLE IF EXISTS `m_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_endorsement` +-- + +LOCK TABLES `m_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external` +-- + +DROP TABLE IF EXISTS `m_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external` +-- + +LOCK TABLES `m_badge_external` WRITE; +/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), + KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_backpack` +-- + +LOCK TABLES `m_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `m_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_identifier` +-- + +LOCK TABLES `m_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_issued` +-- + +DROP TABLE IF EXISTS `m_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `m_badgissu_bad_ix` (`badgeid`), + KEY `m_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_issued` +-- + +LOCK TABLES `m_badge_issued` WRITE; +/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_manual_award` +-- + +DROP TABLE IF EXISTS `m_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgmanuawar_bad_ix` (`badgeid`), + KEY `m_badgmanuawar_rec_ix` (`recipientid`), + KEY `m_badgmanuawar_iss_ix` (`issuerid`), + KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_manual_award` +-- + +LOCK TABLES `m_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_related` +-- + +DROP TABLE IF EXISTS `m_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `m_badgrela_bad_ix` (`badgeid`), + KEY `m_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_related` +-- + +LOCK TABLES `m_badge_related` WRITE; +/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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 NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_bigbluebuttonbn` +-- + +LOCK TABLES `m_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_bigblogs_cou_ix` (`courseid`), + KEY `m_bigblogs_log_ix` (`log`), + KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `m_bigblogs_uselog_ix` (`userid`,`log`), + KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_logs` +-- + +LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_bigbreco_cou_ix` (`courseid`), + KEY `m_bigbreco_rec_ix` (`recordingid`), + KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `m_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block` +-- + +DROP TABLE IF EXISTS `m_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block` +-- + +LOCK TABLES `m_block` WRITE; +/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; +INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); +/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_instances` +-- + +DROP TABLE IF EXISTS `m_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `m_blocinst_tim_ix` (`timemodified`), + KEY `m_blocinst_par_ix` (`parentcontextid`), + KEY `m_blocinst_blo_ix` (`blockname`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- + +LOCK TABLES `m_block_instances` WRITE; +/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; +INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); +/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_positions` +-- + +DROP TABLE IF EXISTS `m_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `m_blocposi_blo_ix` (`blockinstanceid`), + KEY `m_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- + +LOCK TABLES `m_block_positions` WRITE; +/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recent_activity` +-- + +DROP TABLE IF EXISTS `m_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recent_activity` +-- + +LOCK TABLES `m_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `m_blocrece_use_ix` (`userid`), + KEY `m_blocrece_cou_ix` (`courseid`), + KEY `m_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recentlyaccesseditems` +-- + +LOCK TABLES `m_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_rss_client` +-- + +DROP TABLE IF EXISTS `m_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_rss_client` +-- + +LOCK TABLES `m_block_rss_client` WRITE; +/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_association` +-- + +DROP TABLE IF EXISTS `m_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blogasso_con_ix` (`contextid`), + KEY `m_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- + +LOCK TABLES `m_blog_association` WRITE; +/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_external` +-- + +DROP TABLE IF EXISTS `m_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- + +LOCK TABLES `m_blog_external` WRITE; +/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book` +-- + +DROP TABLE IF EXISTS `m_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book` +-- + +LOCK TABLES `m_book` WRITE; +/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book_chapters` +-- + +DROP TABLE IF EXISTS `m_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book_chapters` +-- + +LOCK TABLES `m_book_chapters` WRITE; +/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_filters` +-- + +DROP TABLE IF EXISTS `m_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_filters` +-- + +LOCK TABLES `m_cache_filters` WRITE; +/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_flags` +-- + +DROP TABLE IF EXISTS `m_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_cachflag_fla_ix` (`flagtype`), + KEY `m_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_flags` +-- + +LOCK TABLES `m_cache_flags` WRITE; +/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; +INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1736240998,'1',1736248198),(2,'accesslib/dirtycontexts','/1/3/21',1736241015,'1',1736248215),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1736240937,'1',1736248137),(6,'accesslib/dirtyusers','3',1736241020,'1',1736248220),(7,'accesslib/dirtyusers','4',1736241020,'1',1736248220); +/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_capabilities` +-- + +DROP TABLE IF EXISTS `m_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=743 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_capabilities` +-- + +LOCK TABLES `m_capabilities` WRITE; +/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; +INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0),(734,'moodle/group:configurecustomfields','write',10,'moodle',16),(735,'moodle/contentbank:copyanycontent','write',50,'moodle',16),(736,'moodle/contentbank:copycontent','write',50,'moodle',16),(737,'moodle/course:configurecoursecommunication','write',50,'moodle',0),(738,'moodle/moodlenet:sharecourse','read',50,'moodle',0),(739,'mod/forum:canmailnow','write',70,'mod_forum',16),(740,'communication/matrix:moderator','read',50,'communication_matrix',0),(741,'tool/mfa:mfaaccess','write',30,'tool_mfa',0),(742,'factor/capability:cannotpassfactor','read',10,'factor_capability',0); +/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat` +-- + +DROP TABLE IF EXISTS `m_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat` +-- + +LOCK TABLES `m_chat` WRITE; +/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages` +-- + +DROP TABLE IF EXISTS `m_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmess_use_ix` (`userid`), + KEY `m_chatmess_gro_ix` (`groupid`), + KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages` +-- + +LOCK TABLES `m_chat_messages` WRITE; +/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages_current` +-- + +DROP TABLE IF EXISTS `m_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmesscurr_use_ix` (`userid`), + KEY `m_chatmesscurr_gro_ix` (`groupid`), + KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages_current` +-- + +LOCK TABLES `m_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_users` +-- + +DROP TABLE IF EXISTS `m_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_chatuser_use_ix` (`userid`), + KEY `m_chatuser_las_ix` (`lastping`), + KEY `m_chatuser_gro_ix` (`groupid`), + KEY `m_chatuser_cha_ix` (`chatid`), + KEY `m_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- + +LOCK TABLES `m_chat_users` WRITE; +/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice` +-- + +DROP TABLE IF EXISTS `m_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice` +-- + +LOCK TABLES `m_choice` WRITE; +/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_answers` +-- + +DROP TABLE IF EXISTS `m_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiansw_use_ix` (`userid`), + KEY `m_choiansw_cho_ix` (`choiceid`), + KEY `m_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_answers` +-- + +LOCK TABLES `m_choice_answers` WRITE; +/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_options` +-- + +DROP TABLE IF EXISTS `m_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_options` +-- + +LOCK TABLES `m_choice_options` WRITE; +/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort` +-- + +DROP TABLE IF EXISTS `m_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- + +LOCK TABLES `m_cohort` WRITE; +/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort_members` +-- + +DROP TABLE IF EXISTS `m_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `m_cohomemb_coh_ix` (`cohortid`), + KEY `m_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cohort_members` +-- + +LOCK TABLES `m_cohort_members` WRITE; +/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_comments` +-- + +DROP TABLE IF EXISTS `m_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `m_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_comments` +-- + +LOCK TABLES `m_comments` WRITE; +/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication` +-- + +DROP TABLE IF EXISTS `m_communication`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `active` tinyint(1) NOT NULL DEFAULT '1', + `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_comm_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication` +-- + +LOCK TABLES `m_communication` WRITE; +/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_customlink` +-- + +DROP TABLE IF EXISTS `m_communication_customlink`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_customlink` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_commcust_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_communication_customlink` +-- + +LOCK TABLES `m_communication_customlink` WRITE; +/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_user` +-- + +DROP TABLE IF EXISTS `m_communication_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `userid` bigint NOT NULL, + `synced` tinyint(1) NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_commuser_com_ix` (`commid`), + KEY `m_commuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication_user` +-- + +LOCK TABLES `m_communication_user` WRITE; +/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency` +-- + +DROP TABLE IF EXISTS `m_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `m_comp_rul_ix` (`ruleoutcome`), + KEY `m_comp_sca_ix` (`scaleid`), + KEY `m_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- + +LOCK TABLES `m_competency` WRITE; +/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `m_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `m_compcour_cou2_ix` (`courseid`), + KEY `m_compcour_com_ix` (`competencyid`), + KEY `m_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_coursecomp` +-- + +LOCK TABLES `m_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_cou_uix` (`courseid`), + KEY `m_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- + +LOCK TABLES `m_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_evidence` +-- + +DROP TABLE IF EXISTS `m_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compevid_use_ix` (`usercompetencyid`), + KEY `m_compevid_act_ix` (`actionuserid`), + KEY `m_compevid_con_ix` (`contextid`), + KEY `m_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_evidence` +-- + +LOCK TABLES `m_competency_evidence` WRITE; +/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_framework` +-- + +DROP TABLE IF EXISTS `m_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), + KEY `m_compfram_con_ix` (`contextid`), + KEY `m_compfram_sca_ix` (`scaleid`), + KEY `m_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_framework` +-- + +LOCK TABLES `m_competency_framework` WRITE; +/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `m_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `m_compmodu_cmi_ix` (`cmid`), + KEY `m_compmodu_com_ix` (`competencyid`), + KEY `m_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_modulecomp` +-- + +LOCK TABLES `m_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plan` +-- + +DROP TABLE IF EXISTS `m_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compplan_usesta_ix` (`userid`,`status`), + KEY `m_compplan_tem_ix` (`templateid`), + KEY `m_compplan_stadue_ix` (`status`,`duedate`), + KEY `m_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plan` +-- + +LOCK TABLES `m_competency_plan` WRITE; +/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plancomp` +-- + +DROP TABLE IF EXISTS `m_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), + KEY `m_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plancomp` +-- + +LOCK TABLES `m_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `m_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comprela_com_ix` (`competencyid`), + KEY `m_comprela_rel_ix` (`relatedcompetencyid`), + KEY `m_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_relatedcomp` +-- + +LOCK TABLES `m_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_template` +-- + +DROP TABLE IF EXISTS `m_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_use_ix` (`usermodified`), + KEY `m_comptemp_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_template` +-- + +LOCK TABLES `m_competency_template` WRITE; +/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `m_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `m_comptemp_tem2_ix` (`templateid`), + KEY `m_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecohort` +-- + +LOCK TABLES `m_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `m_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_tem_ix` (`templateid`), + KEY `m_comptemp_com_ix` (`competencyid`), + KEY `m_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecomp` +-- + +LOCK TABLES `m_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercomp` +-- + +DROP TABLE IF EXISTS `m_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `m_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercomp` +-- + +LOCK TABLES `m_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `m_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `m_compuser_use4_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompcourse` +-- + +LOCK TABLES `m_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `m_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `m_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompplan` +-- + +LOCK TABLES `m_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidence` +-- + +DROP TABLE IF EXISTS `m_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compuser_use_ix` (`userid`), + KEY `m_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidence` +-- + +LOCK TABLES `m_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `m_compuser_use2_ix` (`userevidenceid`), + KEY `m_compuser_use6_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidencecomp` +-- + +LOCK TABLES `m_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config` +-- + +DROP TABLE IF EXISTS `m_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=616 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config` +-- + +LOCK TABLES `m_config` WRITE; +/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; +INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2023100900'),(9,'backup_release','4.3'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1736240941'),(25,'jsrev','1736240941'),(26,'gdversion','2'),(27,'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'),(28,'version','2023100909.03'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1736240941'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.3.9+ (Build: 20250103)'),(380,'branch','403'),(381,'localcachedirpurged','1736240941'),(382,'scheduledtaskreset','1736240941'),(383,'allversionshash','8ff2d17847b8aa1f3be21aebc57079f0c85220b8'),(385,'registrationpending','1'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1736240941'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v127'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','d6ff86d86e9e416387d147eb96b9a828a5f524c6'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'); +/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_log` +-- + +DROP TABLE IF EXISTS `m_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_conflog_tim_ix` (`timemodified`), + KEY `m_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1991 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_log` +-- + +LOCK TABLES `m_config_log` WRITE; +/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; +INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL),(1989,2,1736240946,'core_h5p','h5pcustomcss','',NULL),(1990,2,1736240946,'qtype_wq','log_server_errors','0',NULL); +/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_plugins` +-- + +DROP TABLE IF EXISTS `m_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2470 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_plugins` +-- + +LOCK TABLES `m_config_plugins` WRITE; +/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; +INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2023100900'),(198,'availability_completion','version','2023100900'),(199,'availability_date','version','2023100900'),(200,'availability_grade','version','2023100900'),(201,'availability_group','version','2023100900'),(202,'availability_grouping','version','2023100900'),(203,'availability_profile','version','2023100900'),(204,'qtype_calculated','version','2023100900'),(205,'qtype_calculatedmulti','version','2023100900'),(206,'qtype_calculatedsimple','version','2023100900'),(207,'qtype_ddimageortext','version','2023100900'),(208,'qtype_ddmarker','version','2023100900'),(209,'qtype_ddwtos','version','2023100900'),(210,'qtype_description','version','2023100900'),(211,'qtype_essay','version','2023100900'),(212,'qtype_gapselect','version','2023100900'),(213,'qtype_match','version','2023100900'),(214,'qtype_missingtype','version','2023100900'),(215,'qtype_multianswer','version','2023100900'),(216,'qtype_multichoice','version','2023100900'),(217,'qtype_numerical','version','2023100900'),(218,'qtype_random','version','2023100900'),(219,'qtype_randomsamatch','version','2023100900'),(220,'qtype_shortanswer','version','2023100900'),(221,'qtype_truefalse','version','2023100900'),(222,'mod_assign','version','2023100900'),(225,'mod_book','version','2023100900'),(226,'mod_chat','version','2023100900'),(227,'mod_choice','version','2023100900'),(228,'mod_data','version','2023100900'),(229,'mod_feedback','version','2023100900'),(231,'mod_folder','version','2023100900'),(233,'mod_forum','version','2023100901'),(234,'mod_glossary','version','2023100900'),(235,'mod_imscp','version','2023100900'),(237,'mod_label','version','2023100900'),(238,'mod_lesson','version','2023100900'),(239,'mod_lti','version','2023100900'),(240,'mod_page','version','2023100900'),(242,'mod_quiz','version','2023100901'),(243,'mod_resource','version','2023100900'),(244,'mod_scorm','version','2023100901'),(245,'mod_survey','version','2023100900'),(247,'mod_url','version','2023100900'),(249,'mod_wiki','version','2023100900'),(251,'mod_workshop','version','2023100900'),(252,'auth_cas','version','2023100900'),(254,'auth_db','version','2023100900'),(256,'auth_email','version','2023100900'),(257,'auth_ldap','version','2023100900'),(259,'auth_lti','version','2023100901'),(260,'auth_manual','version','2023100900'),(261,'auth_mnet','version','2023100900'),(263,'auth_nologin','version','2023100900'),(264,'auth_none','version','2023100900'),(265,'auth_oauth2','version','2023100900'),(266,'auth_shibboleth','version','2023100900'),(268,'auth_webservice','version','2023100900'),(269,'calendartype_gregorian','version','2023100900'),(270,'enrol_category','version','2023100900'),(272,'enrol_cohort','version','2023100900'),(273,'enrol_database','version','2023100900'),(275,'enrol_flatfile','version','2023100900'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2023100900'),(286,'enrol_imsenterprise','version','2023100900'),(288,'enrol_ldap','version','2023100900'),(290,'enrol_lti','version','2023100900'),(291,'enrol_manual','version','2023100900'),(293,'enrol_meta','version','2023100900'),(295,'enrol_mnet','version','2023100900'),(296,'enrol_paypal','version','2023100900'),(297,'enrol_self','version','2023100900'),(299,'message_airnotifier','version','2023100900'),(329,'message_email','version','2023100900'),(442,'message_popup','version','2023100900'),(474,'block_activity_modules','version','2023100900'),(475,'block_activity_results','version','2023100900'),(476,'block_admin_bookmarks','version','2023100900'),(477,'block_badges','version','2023100900'),(478,'block_blog_menu','version','2023100900'),(479,'block_blog_recent','version','2023100900'),(480,'block_blog_tags','version','2023100900'),(481,'block_calendar_month','version','2023100900'),(482,'block_calendar_upcoming','version','2023100900'),(483,'block_comments','version','2023100900'),(485,'block_completionstatus','version','2023100900'),(486,'block_course_list','version','2023100900'),(487,'block_course_summary','version','2023100900'),(488,'block_feedback','version','2023100900'),(490,'block_globalsearch','version','2023100900'),(491,'block_glossary_random','version','2023100900'),(492,'block_html','version','2023100900'),(493,'block_login','version','2023100900'),(494,'block_lp','version','2023100900'),(495,'block_mentees','version','2023100900'),(496,'block_mnet_hosts','version','2023100900'),(497,'block_myoverview','version','2023100900'),(498,'block_myprofile','version','2023100900'),(499,'block_navigation','version','2023100900'),(500,'block_news_items','version','2023100900'),(501,'block_online_users','version','2023100900'),(503,'block_private_files','version','2023100900'),(506,'block_recent_activity','version','2023100900'),(507,'block_rss_client','version','2023100900'),(508,'block_search_forums','version','2023100900'),(509,'block_section_links','version','2023100900'),(510,'block_selfcompletion','version','2023100900'),(511,'block_settings','version','2023100900'),(512,'block_site_main_menu','version','2023100900'),(513,'block_social_activities','version','2023100900'),(514,'block_tag_flickr','version','2023100900'),(515,'block_tag_youtube','version','2023100900'),(517,'block_tags','version','2023100900'),(518,'media_html5audio','version','2023100900'),(519,'media_html5video','version','2023100900'),(521,'media_videojs','version','2023100900'),(522,'media_vimeo','version','2023100900'),(523,'media_youtube','version','2023100900'),(524,'filter_activitynames','version','2023100900'),(526,'filter_algebra','version','2023100900'),(528,'filter_data','version','2023100900'),(530,'filter_emailprotect','version','2023100900'),(531,'filter_emoticon','version','2023100900'),(532,'filter_glossary','version','2023100900'),(534,'filter_mathjaxloader','version','2023100900'),(536,'filter_mediaplugin','version','2023100900'),(538,'filter_multilang','version','2023100900'),(539,'filter_tex','version','2023100900'),(541,'filter_tidy','version','2023100900'),(542,'filter_urltolink','version','2023100900'),(543,'editor_atto','version','2023100900'),(545,'editor_textarea','version','2023100900'),(547,'format_singleactivity','version','2023100900'),(548,'format_social','version','2023100900'),(549,'format_topics','version','2023100900'),(550,'format_weeks','version','2023100900'),(551,'dataformat_csv','version','2023100900'),(552,'dataformat_excel','version','2023100900'),(553,'dataformat_html','version','2023100900'),(554,'dataformat_json','version','2023100900'),(555,'dataformat_ods','version','2023100900'),(556,'profilefield_checkbox','version','2023100900'),(557,'profilefield_datetime','version','2023100900'),(558,'profilefield_menu','version','2023100900'),(559,'profilefield_text','version','2023100900'),(560,'profilefield_textarea','version','2023100900'),(561,'report_backups','version','2023100900'),(562,'report_competency','version','2023100900'),(563,'report_completion','version','2023100900'),(565,'report_configlog','version','2023100900'),(566,'report_courseoverview','version','2023100900'),(567,'report_eventlist','version','2023100900'),(568,'report_insights','version','2023100900'),(569,'report_log','version','2023100900'),(571,'report_loglive','version','2023100900'),(572,'report_outline','version','2023100900'),(574,'report_participation','version','2023100900'),(576,'report_performance','version','2023100900'),(577,'report_progress','version','2023100900'),(579,'report_questioninstances','version','2023100900'),(580,'report_security','version','2023100900'),(581,'report_stats','version','2023100900'),(583,'report_usersessions','version','2023100900'),(584,'gradeexport_ods','version','2023100900'),(585,'gradeexport_txt','version','2023100900'),(586,'gradeexport_xls','version','2023100900'),(587,'gradeexport_xml','version','2023100900'),(588,'gradeimport_csv','version','2023100900'),(589,'gradeimport_direct','version','2023100900'),(590,'gradeimport_xml','version','2023100900'),(591,'gradereport_grader','version','2023100900'),(592,'gradereport_history','version','2023100900'),(593,'gradereport_outcomes','version','2023100900'),(594,'gradereport_overview','version','2023100900'),(595,'gradereport_singleview','version','2023100900'),(596,'gradereport_user','version','2023100900'),(597,'gradingform_guide','version','2023100900'),(598,'gradingform_rubric','version','2023100900'),(599,'mlbackend_php','version','2023100900'),(600,'mlbackend_python','version','2023100900'),(601,'mnetservice_enrol','version','2023100900'),(602,'webservice_rest','version','2023100900'),(603,'webservice_soap','version','2023100900'),(605,'repository_areafiles','version','2023100900'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2023100900'),(611,'repository_dropbox','version','2023100900'),(612,'repository_equella','version','2023100900'),(613,'repository_filesystem','version','2023100900'),(614,'repository_flickr','version','2023100900'),(615,'repository_flickr_public','version','2023100900'),(616,'repository_googledocs','version','2023100900'),(617,'repository_local','version','2023100900'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2023100900'),(622,'repository_onedrive','version','2023100900'),(624,'repository_recent','version','2023100900'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2023100900'),(630,'repository_upload','version','2023100900'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2023100900'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2023100900'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2023100900'),(643,'repository_wikimedia','version','2023100900'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2023100900'),(650,'portfolio_download','version','2023100900'),(651,'portfolio_flickr','version','2023100900'),(652,'portfolio_googledocs','version','2023100900'),(653,'portfolio_mahara','version','2023100900'),(655,'search_simpledb','version','2023100900'),(657,'search_solr','version','2023100900'),(658,'qbehaviour_adaptive','version','2023100900'),(659,'qbehaviour_adaptivenopenalty','version','2023100900'),(660,'qbehaviour_deferredcbm','version','2023100900'),(661,'qbehaviour_deferredfeedback','version','2023100900'),(662,'qbehaviour_immediatecbm','version','2023100900'),(663,'qbehaviour_immediatefeedback','version','2023100900'),(664,'qbehaviour_informationitem','version','2023100900'),(665,'qbehaviour_interactive','version','2023100900'),(666,'qbehaviour_interactivecountback','version','2023100900'),(667,'qbehaviour_manualgraded','version','2023100900'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2023100900'),(671,'qformat_aiken','version','2023100900'),(672,'qformat_blackboard_six','version','2023100900'),(674,'qformat_gift','version','2023100900'),(675,'qformat_missingword','version','2023100900'),(676,'qformat_multianswer','version','2023100900'),(678,'qformat_xhtml','version','2023100900'),(679,'qformat_xml','version','2023100900'),(680,'tool_analytics','version','2023100900'),(682,'tool_availabilityconditions','version','2023100900'),(683,'tool_behat','version','2023100900'),(684,'tool_capability','version','2023100900'),(685,'tool_cohortroles','version','2023100900'),(686,'tool_customlang','version','2023100900'),(688,'tool_dataprivacy','version','2023100900'),(707,'tool_dbtransfer','version','2023100900'),(708,'tool_filetypes','version','2023100900'),(709,'tool_generator','version','2023100900'),(711,'tool_httpsreplace','version','2023100900'),(712,'tool_innodb','version','2023100900'),(713,'tool_installaddon','version','2023100900'),(714,'tool_langimport','version','2023100900'),(715,'tool_log','version','2023100900'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2023100901'),(719,'tool_lpimportcsv','version','2023100900'),(720,'tool_lpmigrate','version','2023100900'),(721,'tool_messageinbound','version','2023100900'),(740,'tool_mobile','version','2023100900'),(741,'tool_monitor','version','2023100900'),(748,'tool_multilangupgrade','version','2023100900'),(749,'tool_oauth2','version','2023100900'),(750,'tool_phpunit','version','2023100900'),(751,'tool_policy','version','2023100900'),(752,'tool_profiling','version','2023100900'),(753,'tool_recyclebin','version','2023100900'),(754,'tool_replace','version','2023100900'),(755,'tool_spamcleaner','version','2023100900'),(756,'tool_task','version','2023100900'),(757,'tool_templatelibrary','version','2023100900'),(758,'tool_unsuproles','version','2023100900'),(760,'tool_uploadcourse','version','2023100900'),(761,'tool_uploaduser','version','2023100900'),(762,'tool_usertours','version','2023100900'),(764,'tool_xmldb','version','2023100900'),(765,'cachestore_apcu','version','2023100900'),(766,'cachestore_file','version','2023100900'),(770,'cachestore_redis','version','2023100900'),(771,'cachestore_session','version','2023100900'),(772,'cachestore_static','version','2023100900'),(773,'cachelock_file','version','2023100900'),(774,'fileconverter_googledrive','version','2023100900'),(775,'fileconverter_unoconv','version','2023100900'),(777,'theme_boost','version','2023100900'),(782,'assignsubmission_comments','version','2023100900'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2023100900'),(788,'assignsubmission_onlinetext','version','2023100900'),(790,'assignfeedback_comments','version','2023100900'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2023100900'),(798,'assignfeedback_file','version','2023100900'),(800,'assignfeedback_offline','version','2023100900'),(805,'booktool_exportimscp','version','2023100900'),(806,'booktool_importhtml','version','2023100900'),(807,'booktool_print','version','2023100900'),(808,'datafield_checkbox','version','2023100900'),(809,'datafield_date','version','2023100900'),(810,'datafield_file','version','2023100900'),(811,'datafield_latlong','version','2023100900'),(812,'datafield_menu','version','2023100900'),(813,'datafield_multimenu','version','2023100900'),(814,'datafield_number','version','2023100900'),(815,'datafield_picture','version','2023100900'),(816,'datafield_radiobutton','version','2023100900'),(817,'datafield_text','version','2023100900'),(818,'datafield_textarea','version','2023100900'),(819,'datafield_url','version','2023100900'),(820,'datapreset_imagegallery','version','2023100900'),(821,'ltiservice_gradebookservices','version','2023100900'),(822,'ltiservice_memberships','version','2023100900'),(823,'ltiservice_profile','version','2023100900'),(824,'ltiservice_toolproxy','version','2023100900'),(825,'ltiservice_toolsettings','version','2023100900'),(826,'quiz_grading','version','2023100900'),(828,'quiz_overview','version','2023100900'),(830,'quiz_responses','version','2023100900'),(832,'quiz_statistics','version','2023100900'),(834,'quizaccess_delaybetweenattempts','version','2023100900'),(835,'quizaccess_ipaddress','version','2023100900'),(836,'quizaccess_numattempts','version','2023100900'),(837,'quizaccess_offlineattempts','version','2023100900'),(838,'quizaccess_openclosedate','version','2023100900'),(839,'quizaccess_password','version','2023100900'),(841,'quizaccess_securewindow','version','2023100900'),(842,'quizaccess_timelimit','version','2023100900'),(843,'scormreport_basic','version','2023100900'),(844,'scormreport_graphs','version','2023100900'),(845,'scormreport_interactions','version','2023100900'),(846,'scormreport_objectives','version','2023100900'),(847,'workshopform_accumulative','version','2023100900'),(849,'workshopform_comments','version','2023100900'),(851,'workshopform_numerrors','version','2023100900'),(853,'workshopform_rubric','version','2023100900'),(855,'workshopallocation_manual','version','2023100900'),(856,'workshopallocation_random','version','2023100900'),(857,'workshopallocation_scheduled','version','2023100900'),(858,'workshopeval_best','version','2023100900'),(859,'atto_accessibilitychecker','version','2023100900'),(860,'atto_accessibilityhelper','version','2023100900'),(861,'atto_align','version','2023100900'),(862,'atto_backcolor','version','2023100900'),(863,'atto_bold','version','2023100900'),(864,'atto_charmap','version','2023100900'),(865,'atto_clear','version','2023100900'),(866,'atto_collapse','version','2023100900'),(867,'atto_emoticon','version','2023100900'),(868,'atto_equation','version','2023100900'),(869,'atto_fontcolor','version','2023100900'),(870,'atto_html','version','2023100900'),(871,'atto_image','version','2023100900'),(872,'atto_indent','version','2023100900'),(873,'atto_italic','version','2023100900'),(874,'atto_link','version','2023100900'),(875,'atto_managefiles','version','2023100900'),(876,'atto_media','version','2023100900'),(877,'atto_noautolink','version','2023100900'),(878,'atto_orderedlist','version','2023100900'),(879,'atto_recordrtc','version','2023100900'),(880,'atto_rtl','version','2023100900'),(881,'atto_strike','version','2023100900'),(882,'atto_subscript','version','2023100900'),(883,'atto_superscript','version','2023100900'),(884,'atto_table','version','2023100900'),(885,'atto_title','version','2023100900'),(886,'atto_underline','version','2023100900'),(887,'atto_undo','version','2023100900'),(888,'atto_unorderedlist','version','2023100900'),(899,'logstore_database','version','2023100900'),(901,'logstore_standard','version','2023100900'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024110400'),(1881,'atto_wiris','version','2024110400'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024121900'),(1936,'qtype_matchwiris','version','2024121900'),(1937,'qtype_multianswerwiris','version','2024121900'),(1938,'qtype_multichoicewiris','version','2024121900'),(1939,'qtype_shortanswerwiris','version','2024121900'),(1940,'qtype_truefalsewiris','version','2024121900'),(1941,'qtype_wq','version','2024121900'),(1942,'mod_h5pactivity','version','2023100901'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2023100900'),(1946,'customfield_date','version','2023100900'),(1947,'customfield_select','version','2023100900'),(1948,'customfield_text','version','2023100900'),(1949,'customfield_textarea','version','2023100900'),(1950,'enrol_fee','version','2023100900'),(1951,'block_recentlyaccessedcourses','version','2023100900'),(1953,'block_recentlyaccesseditems','version','2023100900'),(1954,'block_starredcourses','version','2023100900'),(1955,'block_timeline','version','2023100900'),(1957,'filter_displayh5p','version','2023100900'),(1959,'dataformat_pdf','version','2023100900'),(1960,'report_infectedfiles','version','2023100900'),(1961,'report_status','version','2023100900'),(1962,'repository_contentbank','version','2023100900'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2023100900'),(1967,'tool_licensemanager','version','2023100900'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2023100900'),(1970,'contenttype_h5p','version','2023100900'),(1971,'theme_classic','version','2023100900'),(1972,'local_wirisquizzes','version','2024121900'),(1974,'paygw_paypal','version','2023100900'),(1976,'forumreport_summary','version','2023100900'),(1977,'ltiservice_basicoutcomes','version','2023100900'),(1978,'quizaccess_seb','version','2023100900'),(1980,'atto_emojipicker','version','2023100900'),(1981,'atto_h5p','version','2023100900'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1736240952'),(2102,'block_accessreview','version','2023100900'),(2103,'profilefield_social','version','2023100900'),(2104,'tool_brickfield','version','2023100900'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2023100900'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2023100900'),(2310,'qbank_columnsortorder','version','2023100902'),(2311,'qbank_comment','version','2023100900'),(2312,'qbank_customfields','version','2023100900'),(2313,'qbank_deletequestion','version','2023100900'),(2314,'qbank_editquestion','version','2023100900'),(2315,'qbank_exportquestions','version','2023100900'),(2316,'qbank_exporttoxml','version','2023100900'),(2317,'qbank_history','version','2023100900'),(2318,'qbank_importquestions','version','2023100900'),(2319,'qbank_managecategories','version','2023100900'),(2320,'qbank_previewquestion','version','2023100900'),(2321,'qbank_statistics','version','2023100900'),(2322,'qbank_tagquestion','version','2023100900'),(2323,'qbank_usage','version','2023100900'),(2324,'qbank_viewcreator','version','2023100900'),(2325,'qbank_viewquestionname','version','2023100900'),(2326,'qbank_viewquestiontext','version','2023100900'),(2327,'qbank_viewquestiontype','version','2023100900'),(2328,'tool_admin_presets','version','2023100900'),(2329,'tool_componentlibrary','version','2023100900'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2023100900'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2023100900'),(2354,'datapreset_journal','version','2023100900'),(2355,'datapreset_proposals','version','2023100900'),(2356,'datapreset_resources','version','2023100900'),(2357,'tiny_accessibilitychecker','version','2023100900'),(2358,'tiny_autosave','version','2023100901'),(2359,'tiny_equation','version','2023100900'),(2360,'tiny_h5p','version','2023100900'),(2361,'tiny_link','version','2023100900'),(2362,'tiny_media','version','2023100900'),(2363,'tiny_recordrtc','version','2023100900'),(2364,'tiny_wiris','version','2024110400'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2023100900'),(2389,'communication_matrix','version','2023100900'),(2390,'filter_codehighlighter','version','2023100900'),(2391,'tool_mfa','version','2023100900'),(2392,'tiny_html','version','2023100900'),(2393,'tiny_noautolink','version','2023100900'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2023100901'),(2397,'factor_admin','version','2023100900'),(2398,'factor_auth','version','2023100900'),(2399,'factor_capability','version','2023100900'),(2400,'factor_cohort','version','2023100900'),(2401,'factor_email','version','2023100900'),(2402,'factor_grace','version','2023100900'),(2403,'factor_iprange','version','2023100900'),(2404,'factor_nosetup','version','2023100900'),(2405,'factor_role','version','2023100900'),(2406,'factor_token','version','2023100900'),(2407,'factor_totp','version','2023100900'),(2408,'factor_webauthn','version','2023100900'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','30'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'),(2467,'h5plib_v127','version','2023100900'),(2468,'core_h5p','h5pcustomcss',''),(2469,'qtype_wq','log_server_errors','0'); +/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_contentbank_content` +-- + +DROP TABLE IF EXISTS `m_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_contcont_nam_ix` (`name`), + KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `m_contcont_con_ix` (`contextid`), + KEY `m_contcont_use_ix` (`usermodified`), + KEY `m_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_contentbank_content` +-- + +LOCK TABLES `m_contentbank_content` WRITE; +/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context` +-- + +DROP TABLE IF EXISTS `m_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_cont_ins_ix` (`instanceid`), + KEY `m_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_context` +-- + +LOCK TABLES `m_context` WRITE; +/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; +INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0),(31,30,5,'/1/31',2,0),(32,70,2,'/1/3/21/32',4,0),(33,70,3,'/1/3/21/33',4,0),(34,70,4,'/1/3/21/34',4,0),(35,70,5,'/1/3/21/35',4,0),(36,70,6,'/1/3/21/36',4,0),(37,70,7,'/1/3/21/37',4,0),(38,70,8,'/1/3/21/38',4,0),(39,70,9,'/1/3/21/39',4,0),(40,70,10,'/1/3/21/40',4,0),(41,70,11,'/1/3/21/41',4,0),(42,70,12,'/1/3/21/42',4,0),(43,70,13,'/1/3/21/43',4,0),(44,70,14,'/1/3/21/44',4,0),(45,70,15,'/1/3/21/45',4,0),(46,70,16,'/1/3/21/46',4,0),(47,70,17,'/1/3/21/47',4,0),(48,70,18,'/1/3/21/48',4,0); +/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context_temp` +-- + +DROP TABLE IF EXISTS `m_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_context_temp` +-- + +LOCK TABLES `m_context_temp` WRITE; +/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course` +-- + +DROP TABLE IF EXISTS `m_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_cour_cat_ix` (`category`), + KEY `m_cour_idn_ix` (`idnumber`), + KEY `m_cour_sho_ix` (`shortname`), + KEY `m_cour_sor_ix` (`sortorder`), + KEY `m_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course` +-- + +LOCK TABLES `m_course` WRITE; +/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; +INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1736240941,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1736241028,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_categories` +-- + +DROP TABLE IF EXISTS `m_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_categories` +-- + +LOCK TABLES `m_course_categories` WRITE; +/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; +INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); +/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `m_courcompaggrmeth_cou_ix` (`course`), + KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_aggr_methd` +-- + +LOCK TABLES `m_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `m_courcompcritcomp_use_ix` (`userid`), + KEY `m_courcompcritcomp_cou_ix` (`course`), + KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_crit_compl` +-- + +LOCK TABLES `m_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `m_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_criteria` +-- + +LOCK TABLES `m_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `m_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), + KEY `m_courcompdefa_mod_ix` (`module`), + KEY `m_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_defaults` +-- + +LOCK TABLES `m_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completions` +-- + +DROP TABLE IF EXISTS `m_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), + KEY `m_courcomp_use_ix` (`userid`), + KEY `m_courcomp_cou_ix` (`course`), + KEY `m_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completions` +-- + +LOCK TABLES `m_course_completions` WRITE; +/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_format_options` +-- + +DROP TABLE IF EXISTS `m_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `m_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- + +LOCK TABLES `m_course_format_options` WRITE; +/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; +INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); +/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules` +-- + +DROP TABLE IF EXISTS `m_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courmodu_vis_ix` (`visible`), + KEY `m_courmodu_cou_ix` (`course`), + KEY `m_courmodu_mod_ix` (`module`), + KEY `m_courmodu_ins_ix` (`instance`), + KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `m_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules` +-- + +LOCK TABLES `m_course_modules` WRITE; +/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; +INSERT INTO `m_course_modules` VALUES (2,2,15,1,6,'',1711023091,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(3,2,15,2,6,'',1711023987,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(4,2,15,3,6,'',1711024082,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(5,2,15,4,6,'',1729524109,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(6,2,9,2,6,'',1711024652,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(7,2,16,1,6,'',1711024806,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(8,2,16,2,7,'',1727336879,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(9,2,16,3,7,'',1727275517,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(10,2,16,4,7,'',1727276507,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(11,2,16,5,7,'',1727276423,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(12,2,16,6,7,'',1727276469,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(13,2,16,7,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(14,2,16,8,7,'',1727276551,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(15,2,16,9,8,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(16,2,16,10,8,'',1727339025,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(17,2,16,11,8,'',1727333880,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(18,2,16,12,8,'',1727275855,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''); +/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_completion` +-- + +DROP TABLE IF EXISTS `m_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- + +LOCK TABLES `m_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `m_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules_viewed` +-- + +LOCK TABLES `m_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_published` +-- + +DROP TABLE IF EXISTS `m_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courpubl_cou_ix` (`courseid`), + KEY `m_courpubl_hub_ix` (`hubcourseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- + +LOCK TABLES `m_course_published` WRITE; +/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_request` +-- + +DROP TABLE IF EXISTS `m_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_request` +-- + +LOCK TABLES `m_course_request` WRITE; +/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_sections` +-- + +DROP TABLE IF EXISTS `m_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_sections` +-- + +LOCK TABLES `m_course_sections` WRITE; +/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; +INSERT INTO `m_course_sections` VALUES (6,2,0,'MathType Integration','',1,'2,3,4,5,6,7',1,NULL,1736241020),(7,2,1,'WirisQuizzes','',1,'8,9,10,11,12,13,14',1,NULL,1736241026),(8,2,2,'Additional resources','',1,'15,16,17,18',1,NULL,1736241027); +/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_category` +-- + +DROP TABLE IF EXISTS `m_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `m_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_category` +-- + +LOCK TABLES `m_customfield_category` WRITE; +/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_data` +-- + +DROP TABLE IF EXISTS `m_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `m_custdata_fie_ix` (`fieldid`), + KEY `m_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_data` +-- + +LOCK TABLES `m_customfield_data` WRITE; +/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_field` +-- + +DROP TABLE IF EXISTS `m_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `m_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_field` +-- + +LOCK TABLES `m_customfield_field` WRITE; +/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data` +-- + +DROP TABLE IF EXISTS `m_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data` +-- + +LOCK TABLES `m_data` WRITE; +/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_content` +-- + +DROP TABLE IF EXISTS `m_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datacont_rec_ix` (`recordid`), + KEY `m_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_content` +-- + +LOCK TABLES `m_data_content` WRITE; +/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_fields` +-- + +DROP TABLE IF EXISTS `m_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datafiel_typdat_ix` (`type`,`dataid`), + KEY `m_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_fields` +-- + +LOCK TABLES `m_data_fields` WRITE; +/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_records` +-- + +DROP TABLE IF EXISTS `m_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_datareco_dat_ix` (`dataid`), + KEY `m_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_records` +-- + +LOCK TABLES `m_data_records` WRITE; +/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `m_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- + +LOCK TABLES `m_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol` +-- + +DROP TABLE IF EXISTS `m_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enro_enr_ix` (`enrol`), + KEY `m_enro_cou_ix` (`courseid`), + KEY `m_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- + +LOCK TABLES `m_enrol` WRITE; +/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; +INSERT INTO `m_enrol` VALUES (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,1566468838,1566468838),(4,'manual',0,2,2,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,1566468838,1566468838),(5,'self',1,2,3,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,1566468838,1566468838); +/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `m_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enroflat_cou_ix` (`courseid`), + KEY `m_enroflat_use_ix` (`userid`), + KEY `m_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_flatfile` +-- + +LOCK TABLES `m_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` tinyint(1) NOT NULL DEFAULT '0', + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), + UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_app_registration` +-- + +LOCK TABLES `m_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `m_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_context` +-- + +LOCK TABLES `m_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `m_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_deployment` +-- + +LOCK TABLES `m_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- + +LOCK TABLES `m_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2resolink_con_ix` (`contextid`), + KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourceid` bigint NOT NULL, + `ltideploymentid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_resource_link` +-- + +LOCK TABLES `m_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltitoolconsmap_too_ix` (`toolid`), + KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), + KEY `m_enroltitool_enr_ix` (`enrolid`), + KEY `m_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_tools` +-- + +LOCK TABLES `m_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_user_resource_link` +-- + +LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltiuser_use_ix` (`userid`), + KEY `m_enroltiuser_too_ix` (`toolid`), + KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_users` +-- + +LOCK TABLES `m_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_paypal` +-- + +DROP TABLE IF EXISTS `m_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enropayp_bus_ix` (`business`), + KEY `m_enropayp_rec_ix` (`receiver_email`), + KEY `m_enropayp_cou_ix` (`courseid`), + KEY `m_enropayp_use_ix` (`userid`), + KEY `m_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_paypal` +-- + +LOCK TABLES `m_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event` +-- + +DROP TABLE IF EXISTS `m_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_even_cou_ix` (`courseid`), + KEY `m_even_use_ix` (`userid`), + KEY `m_even_tim_ix` (`timestart`), + KEY `m_even_tim2_ix` (`timeduration`), + KEY `m_even_uui_ix` (`uuid`), + KEY `m_even_typtim_ix` (`type`,`timesort`), + KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `m_even_cat_ix` (`categoryid`), + KEY `m_even_sub_ix` (`subscriptionid`), + KEY `m_even_eve_ix` (`eventtype`), + KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event` +-- + +LOCK TABLES `m_event` WRITE; +/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event_subscriptions` +-- + +DROP TABLE IF EXISTS `m_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_evensubs_cou_ix` (`courseid`), + KEY `m_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event_subscriptions` +-- + +LOCK TABLES `m_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_handlers` +-- + +DROP TABLE IF EXISTS `m_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- + +LOCK TABLES `m_events_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue` +-- + +DROP TABLE IF EXISTS `m_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- + +LOCK TABLES `m_events_queue` WRITE; +/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `m_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueuhand_que_ix` (`queuedeventid`), + KEY `m_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- + +LOCK TABLES `m_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_functions` +-- + +DROP TABLE IF EXISTS `m_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=739 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_functions` +-- + +LOCK TABLES `m_external_functions` WRITE; +/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; +INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL),(738,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'); +/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services` +-- + +DROP TABLE IF EXISTS `m_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services` +-- + +LOCK TABLES `m_external_services` WRITE; +/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; +INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_functions` +-- + +DROP TABLE IF EXISTS `m_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=2664 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services_functions` +-- + +LOCK TABLES `m_external_services_functions` WRITE; +/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; +INSERT INTO `m_external_services_functions` VALUES (2248,1,'core_badges_get_user_badges'),(2249,1,'core_calendar_get_calendar_monthly_view'),(2250,1,'core_calendar_get_calendar_day_view'),(2251,1,'core_calendar_get_calendar_upcoming_view'),(2252,1,'core_calendar_update_event_start_day'),(2253,1,'core_calendar_create_calendar_events'),(2254,1,'core_calendar_delete_calendar_events'),(2255,1,'core_calendar_get_calendar_events'),(2256,1,'core_calendar_get_action_events_by_timesort'),(2257,1,'core_calendar_get_action_events_by_course'),(2258,1,'core_calendar_get_action_events_by_courses'),(2259,1,'core_calendar_get_calendar_event_by_id'),(2260,1,'core_calendar_submit_create_update_form'),(2261,1,'core_comment_get_comments'),(2262,1,'core_completion_get_activities_completion_status'),(2263,1,'core_completion_get_course_completion_status'),(2264,1,'core_completion_mark_course_self_completed'),(2265,1,'core_completion_update_activity_completion_status_manually'),(2266,1,'core_course_get_categories'),(2267,1,'core_course_get_contents'),(2268,1,'core_course_get_course_module'),(2269,1,'core_course_get_course_module_by_instance'),(2270,1,'core_course_get_courses'),(2271,1,'core_course_search_courses'),(2272,1,'core_course_view_course'),(2273,1,'core_course_get_user_navigation_options'),(2274,1,'core_course_get_user_administration_options'),(2275,1,'core_course_get_courses_by_field'),(2276,1,'core_course_check_updates'),(2277,1,'core_course_get_updates_since'),(2278,1,'core_enrol_get_course_enrolment_methods'),(2279,1,'core_enrol_get_enrolled_users'),(2280,1,'core_enrol_get_users_courses'),(2281,1,'core_files_get_files'),(2282,1,'core_get_component_strings'),(2283,1,'core_group_get_activity_allowed_groups'),(2284,1,'core_group_get_activity_groupmode'),(2285,1,'core_group_get_course_groupings'),(2286,1,'core_group_get_course_groups'),(2287,1,'core_group_get_course_user_groups'),(2288,1,'core_message_delete_contacts'),(2289,1,'core_message_delete_message'),(2290,1,'core_message_get_blocked_users'),(2291,1,'core_message_data_for_messagearea_search_messages'),(2292,1,'core_message_get_messages'),(2293,1,'core_message_get_unread_conversations_count'),(2294,1,'core_message_mark_all_notifications_as_read'),(2295,1,'core_message_mark_message_read'),(2296,1,'core_message_mark_notification_read'),(2297,1,'core_message_message_processor_config_form'),(2298,1,'core_message_search_contacts'),(2299,1,'core_message_send_instant_messages'),(2300,1,'core_message_get_user_notification_preferences'),(2301,1,'core_message_get_user_message_preferences'),(2302,1,'core_notes_create_notes'),(2303,1,'core_notes_delete_notes'),(2304,1,'core_notes_get_course_notes'),(2305,1,'core_notes_view_notes'),(2306,1,'core_question_update_flag'),(2307,1,'core_rating_get_item_ratings'),(2308,1,'core_rating_add_rating'),(2309,1,'core_tag_get_tagindex'),(2310,1,'core_user_add_user_device'),(2311,1,'core_user_add_user_private_files'),(2312,1,'core_user_get_course_user_profiles'),(2313,1,'core_user_get_users_by_field'),(2314,1,'core_user_remove_user_device'),(2315,1,'core_user_update_user_preferences'),(2316,1,'core_user_view_user_list'),(2317,1,'core_user_view_user_profile'),(2318,1,'core_user_get_user_preferences'),(2319,1,'core_user_update_picture'),(2320,1,'core_user_set_user_preferences'),(2321,1,'core_user_agree_site_policy'),(2322,1,'core_user_get_private_files_info'),(2323,1,'core_competency_competency_viewed'),(2324,1,'core_competency_list_course_competencies'),(2325,1,'core_competency_get_scale_values'),(2326,1,'core_competency_user_competency_viewed'),(2327,1,'core_competency_user_competency_viewed_in_plan'),(2328,1,'core_competency_user_competency_viewed_in_course'),(2329,1,'core_competency_user_competency_plan_viewed'),(2330,1,'core_competency_grade_competency_in_course'),(2331,1,'core_competency_delete_evidence'),(2332,1,'core_webservice_get_site_info'),(2333,1,'core_block_get_course_blocks'),(2334,1,'core_filters_get_available_in_context'),(2335,1,'mod_assign_get_grades'),(2336,1,'mod_assign_get_assignments'),(2337,1,'mod_assign_get_submissions'),(2338,1,'mod_assign_get_user_flags'),(2339,1,'mod_assign_set_user_flags'),(2340,1,'mod_assign_get_user_mappings'),(2341,1,'mod_assign_revert_submissions_to_draft'),(2342,1,'mod_assign_lock_submissions'),(2343,1,'mod_assign_unlock_submissions'),(2344,1,'mod_assign_save_submission'),(2345,1,'mod_assign_submit_for_grading'),(2346,1,'mod_assign_save_grade'),(2347,1,'mod_assign_save_grades'),(2348,1,'mod_assign_save_user_extensions'),(2349,1,'mod_assign_reveal_identities'),(2350,1,'mod_assign_view_grading_table'),(2351,1,'mod_assign_view_submission_status'),(2352,1,'mod_assign_get_submission_status'),(2353,1,'mod_assign_list_participants'),(2354,1,'mod_assign_submit_grading_form'),(2355,1,'mod_assign_get_participant'),(2356,1,'mod_assign_view_assign'),(2357,1,'mod_book_view_book'),(2358,1,'mod_book_get_books_by_courses'),(2359,1,'mod_chat_login_user'),(2360,1,'mod_chat_get_chat_users'),(2361,1,'mod_chat_send_chat_message'),(2362,1,'mod_chat_get_chat_latest_messages'),(2363,1,'mod_chat_view_chat'),(2364,1,'mod_chat_get_chats_by_courses'),(2365,1,'mod_chat_get_sessions'),(2366,1,'mod_chat_get_session_messages'),(2367,1,'mod_choice_get_choice_results'),(2368,1,'mod_choice_get_choice_options'),(2369,1,'mod_choice_submit_choice_response'),(2370,1,'mod_choice_view_choice'),(2371,1,'mod_choice_get_choices_by_courses'),(2372,1,'mod_choice_delete_choice_responses'),(2373,1,'mod_data_get_databases_by_courses'),(2374,1,'mod_data_view_database'),(2375,1,'mod_data_get_data_access_information'),(2376,1,'mod_data_get_entries'),(2377,1,'mod_data_get_entry'),(2378,1,'mod_data_get_fields'),(2379,1,'mod_data_search_entries'),(2380,1,'mod_data_approve_entry'),(2381,1,'mod_data_delete_entry'),(2382,1,'mod_data_add_entry'),(2383,1,'mod_data_update_entry'),(2384,1,'mod_feedback_get_feedbacks_by_courses'),(2385,1,'mod_feedback_get_feedback_access_information'),(2386,1,'mod_feedback_view_feedback'),(2387,1,'mod_feedback_get_current_completed_tmp'),(2388,1,'mod_feedback_get_items'),(2389,1,'mod_feedback_launch_feedback'),(2390,1,'mod_feedback_get_page_items'),(2391,1,'mod_feedback_process_page'),(2392,1,'mod_feedback_get_analysis'),(2393,1,'mod_feedback_get_unfinished_responses'),(2394,1,'mod_feedback_get_finished_responses'),(2395,1,'mod_feedback_get_non_respondents'),(2396,1,'mod_feedback_get_responses_analysis'),(2397,1,'mod_feedback_get_last_completed'),(2398,1,'mod_folder_view_folder'),(2399,1,'mod_folder_get_folders_by_courses'),(2400,1,'mod_forum_get_forums_by_courses'),(2401,1,'mod_forum_get_forum_discussions_paginated'),(2402,1,'mod_forum_view_forum'),(2403,1,'mod_forum_view_forum_discussion'),(2404,1,'mod_forum_add_discussion_post'),(2405,1,'mod_forum_add_discussion'),(2406,1,'mod_forum_can_add_discussion'),(2407,1,'mod_glossary_get_glossaries_by_courses'),(2408,1,'mod_glossary_view_glossary'),(2409,1,'mod_glossary_view_entry'),(2410,1,'mod_glossary_get_entries_by_letter'),(2411,1,'mod_glossary_get_entries_by_date'),(2412,1,'mod_glossary_get_categories'),(2413,1,'mod_glossary_get_entries_by_category'),(2414,1,'mod_glossary_get_authors'),(2415,1,'mod_glossary_get_entries_by_author'),(2416,1,'mod_glossary_get_entries_by_author_id'),(2417,1,'mod_glossary_get_entries_by_search'),(2418,1,'mod_glossary_get_entries_by_term'),(2419,1,'mod_glossary_get_entries_to_approve'),(2420,1,'mod_glossary_get_entry_by_id'),(2421,1,'mod_glossary_add_entry'),(2422,1,'mod_imscp_view_imscp'),(2423,1,'mod_imscp_get_imscps_by_courses'),(2424,1,'mod_label_get_labels_by_courses'),(2425,1,'mod_lesson_get_lessons_by_courses'),(2426,1,'mod_lesson_get_lesson_access_information'),(2427,1,'mod_lesson_view_lesson'),(2428,1,'mod_lesson_get_questions_attempts'),(2429,1,'mod_lesson_get_user_grade'),(2430,1,'mod_lesson_get_user_attempt_grade'),(2431,1,'mod_lesson_get_content_pages_viewed'),(2432,1,'mod_lesson_get_user_timers'),(2433,1,'mod_lesson_get_pages'),(2434,1,'mod_lesson_launch_attempt'),(2435,1,'mod_lesson_get_page_data'),(2436,1,'mod_lesson_process_page'),(2437,1,'mod_lesson_finish_attempt'),(2438,1,'mod_lesson_get_attempts_overview'),(2439,1,'mod_lesson_get_user_attempt'),(2440,1,'mod_lesson_get_pages_possible_jumps'),(2441,1,'mod_lesson_get_lesson'),(2442,1,'mod_lti_get_tool_launch_data'),(2443,1,'mod_lti_get_ltis_by_courses'),(2444,1,'mod_lti_view_lti'),(2445,1,'mod_page_view_page'),(2446,1,'mod_page_get_pages_by_courses'),(2447,1,'mod_quiz_get_quizzes_by_courses'),(2448,1,'mod_quiz_view_quiz'),(2449,1,'mod_quiz_get_user_attempts'),(2450,1,'mod_quiz_get_user_best_grade'),(2451,1,'mod_quiz_get_combined_review_options'),(2452,1,'mod_quiz_start_attempt'),(2453,1,'mod_quiz_get_attempt_data'),(2454,1,'mod_quiz_get_attempt_summary'),(2455,1,'mod_quiz_save_attempt'),(2456,1,'mod_quiz_process_attempt'),(2457,1,'mod_quiz_get_attempt_review'),(2458,1,'mod_quiz_view_attempt'),(2459,1,'mod_quiz_view_attempt_summary'),(2460,1,'mod_quiz_view_attempt_review'),(2461,1,'mod_quiz_get_quiz_feedback_for_grade'),(2462,1,'mod_quiz_get_quiz_access_information'),(2463,1,'mod_quiz_get_attempt_access_information'),(2464,1,'mod_quiz_get_quiz_required_qtypes'),(2465,1,'mod_resource_view_resource'),(2466,1,'mod_resource_get_resources_by_courses'),(2467,1,'mod_scorm_view_scorm'),(2468,1,'mod_scorm_get_scorm_attempt_count'),(2469,1,'mod_scorm_get_scorm_scoes'),(2470,1,'mod_scorm_get_scorm_user_data'),(2471,1,'mod_scorm_insert_scorm_tracks'),(2472,1,'mod_scorm_get_scorm_sco_tracks'),(2473,1,'mod_scorm_get_scorms_by_courses'),(2474,1,'mod_scorm_launch_sco'),(2475,1,'mod_survey_get_surveys_by_courses'),(2476,1,'mod_survey_view_survey'),(2477,1,'mod_survey_get_questions'),(2478,1,'mod_survey_submit_answers'),(2479,1,'mod_url_view_url'),(2480,1,'mod_url_get_urls_by_courses'),(2481,1,'mod_wiki_get_wikis_by_courses'),(2482,1,'mod_wiki_view_wiki'),(2483,1,'mod_wiki_view_page'),(2484,1,'mod_wiki_get_subwikis'),(2485,1,'mod_wiki_get_subwiki_pages'),(2486,1,'mod_wiki_get_subwiki_files'),(2487,1,'mod_wiki_get_page_contents'),(2488,1,'mod_wiki_get_page_for_editing'),(2489,1,'mod_wiki_new_page'),(2490,1,'mod_wiki_edit_page'),(2491,1,'mod_workshop_get_workshops_by_courses'),(2492,1,'mod_workshop_get_workshop_access_information'),(2493,1,'mod_workshop_get_user_plan'),(2494,1,'mod_workshop_view_workshop'),(2495,1,'mod_workshop_add_submission'),(2496,1,'mod_workshop_update_submission'),(2497,1,'mod_workshop_delete_submission'),(2498,1,'mod_workshop_get_submissions'),(2499,1,'mod_workshop_get_submission'),(2500,1,'mod_workshop_get_submission_assessments'),(2501,1,'mod_workshop_get_assessment'),(2502,1,'mod_workshop_get_assessment_form_definition'),(2503,1,'mod_workshop_get_reviewer_assessments'),(2504,1,'mod_workshop_update_assessment'),(2505,1,'mod_workshop_get_grades'),(2506,1,'mod_workshop_evaluate_assessment'),(2507,1,'mod_workshop_get_grades_report'),(2508,1,'mod_workshop_view_submission'),(2509,1,'mod_workshop_evaluate_submission'),(2510,1,'enrol_guest_get_instance_info'),(2511,1,'enrol_self_get_instance_info'),(2512,1,'enrol_self_enrol_user'),(2513,1,'message_airnotifier_is_system_configured'),(2514,1,'message_airnotifier_are_notification_preferences_configured'),(2515,1,'message_airnotifier_get_user_devices'),(2516,1,'message_airnotifier_enable_device'),(2517,1,'message_popup_get_popup_notifications'),(2518,1,'message_popup_get_unread_popup_notification_count'),(2519,1,'report_insights_set_notuseful_prediction'),(2520,1,'report_insights_set_fixed_prediction'),(2521,1,'gradereport_overview_get_course_grades'),(2522,1,'gradereport_overview_view_grade_report'),(2523,1,'gradereport_user_get_grades_table'),(2524,1,'gradereport_user_view_grade_report'),(2525,1,'gradereport_user_get_grade_items'),(2526,1,'tool_lp_data_for_course_competencies_page'),(2527,1,'tool_lp_data_for_plans_page'),(2528,1,'tool_lp_data_for_plan_page'),(2529,1,'tool_lp_data_for_user_evidence_list_page'),(2530,1,'tool_lp_data_for_user_evidence_page'),(2531,1,'tool_lp_data_for_user_competency_summary'),(2532,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2533,1,'tool_lp_data_for_user_competency_summary_in_course'),(2534,1,'tool_mobile_get_plugins_supporting_mobile'),(2535,1,'tool_mobile_get_public_config'),(2536,1,'tool_mobile_get_config'),(2537,1,'tool_mobile_get_autologin_key'),(2538,1,'tool_mobile_get_content'),(2539,1,'core_blog_get_entries'),(2540,1,'core_blog_view_entries'),(2541,1,'core_calendar_get_calendar_access_information'),(2542,1,'core_calendar_get_allowed_event_types'),(2543,1,'core_calendar_get_calendar_export_token'),(2544,1,'core_comment_add_comments'),(2545,1,'core_comment_delete_comments'),(2546,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2547,1,'core_course_get_recent_courses'),(2548,1,'core_course_set_favourite_courses'),(2549,1,'core_enrol_search_users'),(2550,1,'core_files_delete_draft_files'),(2551,1,'core_grades_grader_gradingpanel_point_fetch'),(2552,1,'core_grades_grader_gradingpanel_point_store'),(2553,1,'core_grades_grader_gradingpanel_scale_fetch'),(2554,1,'core_grades_grader_gradingpanel_scale_store'),(2555,1,'core_message_mute_conversations'),(2556,1,'core_message_unmute_conversations'),(2557,1,'core_message_block_user'),(2558,1,'core_message_get_contact_requests'),(2559,1,'core_message_create_contact_request'),(2560,1,'core_message_confirm_contact_request'),(2561,1,'core_message_decline_contact_request'),(2562,1,'core_message_get_received_contact_requests_count'),(2563,1,'core_message_delete_conversations_by_id'),(2564,1,'core_message_message_search_users'),(2565,1,'core_message_get_user_contacts'),(2566,1,'core_message_get_conversations'),(2567,1,'core_message_get_conversation'),(2568,1,'core_message_get_conversation_between_users'),(2569,1,'core_message_get_self_conversation'),(2570,1,'core_message_get_conversation_counts'),(2571,1,'core_message_get_unread_conversation_counts'),(2572,1,'core_message_get_conversation_members'),(2573,1,'core_message_get_member_info'),(2574,1,'core_message_mark_all_conversation_messages_as_read'),(2575,1,'core_message_send_messages_to_conversation'),(2576,1,'core_message_get_conversation_messages'),(2577,1,'core_message_unblock_user'),(2578,1,'core_message_set_favourite_conversations'),(2579,1,'core_message_unset_favourite_conversations'),(2580,1,'core_message_delete_message_for_all_users'),(2581,1,'core_tag_get_tagindex_per_area'),(2582,1,'core_tag_get_tag_areas'),(2583,1,'core_tag_get_tag_collections'),(2584,1,'core_tag_get_tag_cloud'),(2585,1,'core_block_get_dashboard_blocks'),(2586,1,'core_h5p_get_trusted_h5p_file'),(2587,1,'core_table_get_dynamic_table_content'),(2588,1,'core_xapi_statement_post'),(2589,1,'mod_forum_get_discussion_posts'),(2590,1,'mod_forum_get_forum_discussions'),(2591,1,'mod_forum_get_forum_access_information'),(2592,1,'mod_forum_set_subscription_state'),(2593,1,'mod_forum_set_lock_state'),(2594,1,'mod_forum_toggle_favourite_state'),(2595,1,'mod_forum_set_pin_state'),(2596,1,'mod_forum_delete_post'),(2597,1,'mod_forum_get_discussion_post'),(2598,1,'mod_forum_prepare_draft_area_for_post'),(2599,1,'mod_forum_update_discussion_post'),(2600,1,'mod_glossary_delete_entry'),(2601,1,'mod_glossary_update_entry'),(2602,1,'mod_glossary_prepare_entry_for_edition'),(2603,1,'mod_h5pactivity_get_h5pactivity_access_information'),(2604,1,'mod_h5pactivity_view_h5pactivity'),(2605,1,'mod_h5pactivity_get_attempts'),(2606,1,'mod_h5pactivity_get_results'),(2607,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(2608,1,'mod_scorm_get_scorm_access_information'),(2609,1,'block_recentlyaccesseditems_get_recent_items'),(2610,1,'block_starredcourses_get_starred_courses'),(2611,1,'report_insights_action_executed'),(2612,1,'tool_analytics_potential_contexts'),(2613,1,'tool_mobile_call_external_functions'),(2614,1,'tool_mobile_validate_subscription_key'),(2615,1,'tool_mobile_get_tokens_for_qr_login'),(2616,1,'tool_moodlenet_verify_webfinger'),(2617,1,'tool_moodlenet_search_courses'),(2618,1,'core_files_get_unused_draft_itemid'),(2619,1,'core_block_fetch_addable_blocks'),(2620,1,'mod_h5pactivity_log_report_viewed'),(2621,1,'mod_h5pactivity_get_user_attempts'),(2622,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(2623,1,'core_message_get_unread_notification_count'),(2624,1,'mod_assign_start_submission'),(2625,1,'mod_bigbluebuttonbn_can_join'),(2626,1,'mod_bigbluebuttonbn_get_recordings'),(2627,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(2628,1,'mod_bigbluebuttonbn_update_recording'),(2629,1,'mod_bigbluebuttonbn_end_meeting'),(2630,1,'mod_bigbluebuttonbn_completion_validate'),(2631,1,'mod_bigbluebuttonbn_meeting_info'),(2632,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(2633,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(2634,1,'mod_bigbluebuttonbn_get_join_url'),(2635,1,'core_grades_get_enrolled_users_for_search_widget'),(2636,1,'core_grades_get_enrolled_users_for_selector'),(2637,1,'core_grades_get_groups_for_search_widget'),(2638,1,'core_grades_get_groups_for_selector'),(2639,1,'core_grades_get_gradeitems'),(2640,1,'core_user_update_user_device_public_key'),(2641,1,'core_xapi_post_state'),(2642,1,'core_xapi_get_state'),(2643,1,'core_xapi_get_states'),(2644,1,'core_xapi_delete_state'),(2645,1,'core_reportbuilder_list_reports'),(2646,1,'core_reportbuilder_retrieve_report'),(2647,1,'core_reportbuilder_view_report'),(2648,1,'gradereport_grader_get_users_in_report'),(2649,1,'gradereport_singleview_get_grade_items_for_search_widget'),(2650,1,'gradereport_user_get_access_information'),(2651,1,'core_badges_get_user_badge_by_hash'),(2652,1,'core_group_get_groups_for_selector'),(2653,1,'core_my_view_page'),(2654,1,'core_search_get_results'),(2655,1,'core_search_get_search_areas_list'),(2656,1,'core_search_view_results'),(2657,1,'core_search_get_top_results'),(2658,1,'core_xapi_delete_states'),(2659,1,'core_reportbuilder_retrieve_system_report'),(2660,1,'core_reportbuilder_can_view_system_report'),(2661,1,'mod_chat_view_sessions'),(2662,1,'enrol_guest_validate_password'),(2663,1,'core_grades_get_gradable_users'); +/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_users` +-- + +DROP TABLE IF EXISTS `m_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_exteservuser_ext_ix` (`externalserviceid`), + KEY `m_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- + +LOCK TABLES `m_external_services_users` WRITE; +/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_tokens` +-- + +DROP TABLE IF EXISTS `m_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_extetoke_use_ix` (`userid`), + KEY `m_extetoke_ext_ix` (`externalserviceid`), + KEY `m_extetoke_con_ix` (`contextid`), + KEY `m_extetoke_cre_ix` (`creatorid`), + KEY `m_extetoke_tok_ix` (`token`), + KEY `m_extetoke_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_tokens` +-- + +LOCK TABLES `m_external_tokens` WRITE; +/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_favourite` +-- + +DROP TABLE IF EXISTS `m_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `m_favo_con_ix` (`contextid`), + KEY `m_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_favourite` +-- + +LOCK TABLES `m_favourite` WRITE; +/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback` +-- + +DROP TABLE IF EXISTS `m_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback` +-- + +LOCK TABLES `m_feedback` WRITE; +/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completed` +-- + +DROP TABLE IF EXISTS `m_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use_ix` (`userid`), + KEY `m_feedcomp_fee_ix` (`feedback`), + KEY `m_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completed` +-- + +LOCK TABLES `m_feedback_completed` WRITE; +/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `m_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use2_ix` (`userid`), + KEY `m_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completedtmp` +-- + +LOCK TABLES `m_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_item` +-- + +DROP TABLE IF EXISTS `m_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feeditem_fee_ix` (`feedback`), + KEY `m_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_item` +-- + +LOCK TABLES `m_feedback_item` WRITE; +/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedsitemap_cou_ix` (`courseid`), + KEY `m_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_sitecourse_map` +-- + +LOCK TABLES `m_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_template` +-- + +DROP TABLE IF EXISTS `m_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_template` +-- + +LOCK TABLES `m_feedback_template` WRITE; +/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_value` +-- + +DROP TABLE IF EXISTS `m_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou_ix` (`course_id`), + KEY `m_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_value` +-- + +LOCK TABLES `m_feedback_value` WRITE; +/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `m_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou2_ix` (`course_id`), + KEY `m_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_valuetmp` +-- + +LOCK TABLES `m_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_file_conversion` +-- + +DROP TABLE IF EXISTS `m_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_fileconv_sou_ix` (`sourcefileid`), + KEY `m_fileconv_des_ix` (`destfileid`), + KEY `m_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_file_conversion` +-- + +LOCK TABLES `m_file_conversion` WRITE; +/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files` +-- + +DROP TABLE IF EXISTS `m_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), + KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `m_file_con_ix` (`contenthash`), + KEY `m_file_con2_ix` (`contextid`), + KEY `m_file_use_ix` (`userid`), + KEY `m_file_ref_ix` (`referencefileid`), + KEY `m_file_lic_ix` (`license`), + KEY `m_file_fil_ix` (`filename`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- + +LOCK TABLES `m_files` WRITE; +/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; +INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(8,'0a68058989971bd9f8d7004b9f68decd30fa7ec8','d05ec5f4c7ab5e9d30dca254a3ad3b9b1d5f6b3b',5,'user','draft',167374856,'/','Moode-TestingResources.mbz',2,272213,'application/vnd.moodle.backup',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:26:\"Moode-TestingResources.mbz\";}','Admin User','allrightsreserved',1736240998,1736240998,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','39af2339fc3630d950b7e995f376b2ec20f8f8f5',5,'user','draft',167374856,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736240998,1736240998,0,NULL); +/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files_reference` +-- + +DROP TABLE IF EXISTS `m_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `m_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_files_reference` +-- + +LOCK TABLES `m_files_reference` WRITE; +/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_active` +-- + +DROP TABLE IF EXISTS `m_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), + KEY `m_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- + +LOCK TABLES `m_filter_active` WRITE; +/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; +INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); +/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_config` +-- + +DROP TABLE IF EXISTS `m_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `m_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_config` +-- + +LOCK TABLES `m_filter_config` WRITE; +/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_wiris_formulas` +-- + +LOCK TABLES `m_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_folder` +-- + +DROP TABLE IF EXISTS `m_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `m_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_folder` +-- + +LOCK TABLES `m_folder` WRITE; +/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum` +-- + +DROP TABLE IF EXISTS `m_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foru_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum` +-- + +LOCK TABLES `m_forum` WRITE; +/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; +INSERT INTO `m_forum` VALUES (2,2,'general','Filter test: Forum','',1,0,0,0,0,0,100,0,0,512000,9,0,1,0,0,1711024652,0,0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_digests` +-- + +DROP TABLE IF EXISTS `m_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `m_forudige_use_ix` (`userid`), + KEY `m_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- + +LOCK TABLES `m_forum_digests` WRITE; +/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `m_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `m_forudiscsubs_for_ix` (`forum`), + KEY `m_forudiscsubs_use_ix` (`userid`), + KEY `m_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- + +LOCK TABLES `m_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; +INSERT INTO `m_forum_discussion_subs` VALUES (1,2,5,1,1711024722),(2,2,2,1,1729523140); +/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussions` +-- + +DROP TABLE IF EXISTS `m_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forudisc_use_ix` (`userid`), + KEY `m_forudisc_cou_ix` (`course`), + KEY `m_forudisc_for_ix` (`forum`), + KEY `m_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_discussions` +-- + +LOCK TABLES `m_forum_discussions` WRITE; +/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; +INSERT INTO `m_forum_discussions` VALUES (1,2,2,'Filter test: Forum',1,5,0,0,1711024722,5,0,0,0,0); +/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_grades` +-- + +DROP TABLE IF EXISTS `m_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `m_forugrad_use_ix` (`userid`), + KEY `m_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_grades` +-- + +LOCK TABLES `m_forum_grades` WRITE; +/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_posts` +-- + +DROP TABLE IF EXISTS `m_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forupost_use_ix` (`userid`), + KEY `m_forupost_cre_ix` (`created`), + KEY `m_forupost_mai_ix` (`mailed`), + KEY `m_forupost_dis_ix` (`discussion`), + KEY `m_forupost_par_ix` (`parent`), + KEY `m_forupost_pri_ix` (`privatereplyto`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_posts` +-- + +LOCK TABLES `m_forum_posts` WRITE; +/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; +INSERT INTO `m_forum_posts` VALUES (1,1,0,5,1711024722,1729523140,0,'Filter test: Forum','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:`Courier New`¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«mi mathvariant=¨bold-italic¨ mathcolor=¨#7F0000¨»x«/mi»«mo mathvariant=¨bold¨ mathcolor=¨#7F0000¨»+«/mo»«mfrac mathcolor=¨#7F0000¨»«mi mathvariant=¨bold¨»y«/mi»«mi mathvariant=¨bold¨»z«/mi»«/mfrac»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x-y}$$

',1,0,'',0,0,0,31,885,0); +/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_queue` +-- + +DROP TABLE IF EXISTS `m_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruqueu_use_ix` (`userid`), + KEY `m_foruqueu_dis_ix` (`discussionid`), + KEY `m_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- + +LOCK TABLES `m_forum_queue` WRITE; +/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_read` +-- + +DROP TABLE IF EXISTS `m_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruread_posuse_ix` (`postid`,`userid`), + KEY `m_foruread_use_ix` (`userid`), + KEY `m_foruread_foruse_ix` (`forumid`,`userid`), + KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_read` +-- + +LOCK TABLES `m_forum_read` WRITE; +/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `m_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), + KEY `m_forusubs_use_ix` (`userid`), + KEY `m_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- + +LOCK TABLES `m_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `m_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_track_prefs` +-- + +LOCK TABLES `m_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary` +-- + +DROP TABLE IF EXISTS `m_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary` +-- + +LOCK TABLES `m_glossary` WRITE; +/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_alias` +-- + +DROP TABLE IF EXISTS `m_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_alias` +-- + +LOCK TABLES `m_glossary_alias` WRITE; +/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_categories` +-- + +LOCK TABLES `m_glossary_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries` +-- + +DROP TABLE IF EXISTS `m_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_glosentr_use_ix` (`userid`), + KEY `m_glosentr_con_ix` (`concept`), + KEY `m_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries` +-- + +LOCK TABLES `m_glossary_entries` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glosentrcate_cat_ix` (`categoryid`), + KEY `m_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries_categories` +-- + +LOCK TABLES `m_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_formats` +-- + +DROP TABLE IF EXISTS `m_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_formats` +-- + +LOCK TABLES `m_glossary_formats` WRITE; +/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; +INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories` +-- + +DROP TABLE IF EXISTS `m_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcate_cou_ix` (`courseid`), + KEY `m_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- + +LOCK TABLES `m_grade_categories` WRITE; +/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; +INSERT INTO `m_grade_categories` VALUES (2,2,NULL,1,'/2/','?',13,0,0,1,0,1736241020,1736241020,0); +/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories_history` +-- + +DROP TABLE IF EXISTS `m_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcatehist_act_ix` (`action`), + KEY `m_gradcatehist_tim_ix` (`timemodified`), + KEY `m_gradcatehist_old_ix` (`oldid`), + KEY `m_gradcatehist_cou_ix` (`courseid`), + KEY `m_gradcatehist_par_ix` (`parent`), + KEY `m_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_categories_history` +-- + +LOCK TABLES `m_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; +INSERT INTO `m_grade_categories_history` VALUES (1,1,1,'system',1736241015,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1736241015,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,3,1,'coursedelete',1736241015,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(4,1,2,'system',1736241020,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(5,2,2,'system',1736241020,2,2,NULL,1,'/2/','?',13,0,0,1,0,0,0); +/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades` +-- + +DROP TABLE IF EXISTS `m_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `m_gradgrad_ite_ix` (`itemid`), + KEY `m_gradgrad_use_ix` (`userid`), + KEY `m_gradgrad_raw_ix` (`rawscaleid`), + KEY `m_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- + +LOCK TABLES `m_grade_grades` WRITE; +/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; +INSERT INTO `m_grade_grades` VALUES (1,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(3,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232620,1736238892,'used',0.11111),(4,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(5,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232871,1733232872,'used',0.11111),(6,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(7,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733233223,1736239145,'used',0.11111),(8,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(9,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239285,1736239285,'used',0.11111),(10,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(11,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239334,1736239334,'used',0.11111),(12,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(13,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(14,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239830,1736239833,'used',0.11111),(15,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239382,1736239382,'used',0.11111),(16,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(17,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(18,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(19,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(20,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(21,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(22,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(23,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(24,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000); +/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades_history` +-- + +DROP TABLE IF EXISTS `m_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradgradhist_act_ix` (`action`), + KEY `m_gradgradhist_tim_ix` (`timemodified`), + KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `m_gradgradhist_old_ix` (`oldid`), + KEY `m_gradgradhist_ite_ix` (`itemid`), + KEY `m_gradgradhist_use_ix` (`userid`), + KEY `m_gradgradhist_raw_ix` (`rawscaleid`), + KEY `m_gradgradhist_use2_ix` (`usermodified`), + KEY `m_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_grades_history` +-- + +LOCK TABLES `m_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; +INSERT INTO `m_grade_grades_history` VALUES (1,1,1,'restore',1736241020,2,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(2,1,2,'restore',1736241020,2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(3,1,3,'restore',1736241022,2,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(4,1,4,'restore',1736241022,2,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(5,1,5,'restore',1736241022,2,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(6,1,6,'restore',1736241022,2,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(7,1,7,'restore',1736241023,2,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(8,1,8,'restore',1736241023,2,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(9,1,9,'restore',1736241024,2,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(10,1,10,'restore',1736241024,2,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(11,1,11,'restore',1736241025,2,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(12,1,12,'restore',1736241025,2,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(13,1,13,'restore',1736241026,2,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(14,1,14,'restore',1736241026,2,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(15,1,15,'restore',1736241026,2,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(16,1,16,'restore',1736241026,2,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(17,1,17,'restore',1736241027,2,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(18,1,18,'restore',1736241027,2,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(19,1,19,'restore',1736241027,2,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(20,1,20,'restore',1736241027,2,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(21,1,21,'restore',1736241027,2,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(22,1,22,'restore',1736241027,2,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(23,1,23,'restore',1736241027,2,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(24,1,24,'restore',1736241027,2,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0); +/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `m_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- + +LOCK TABLES `m_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_values` +-- + +DROP TABLE IF EXISTS `m_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradimpovalu_ite_ix` (`itemid`), + KEY `m_gradimpovalu_new_ix` (`newgradeitem`), + KEY `m_gradimpovalu_imp_ix` (`importer`), + KEY `m_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_import_values` +-- + +LOCK TABLES `m_grade_import_values` WRITE; +/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items` +-- + +DROP TABLE IF EXISTS `m_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_graditem_locloc_ix` (`locked`,`locktime`), + KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `m_graditem_gra_ix` (`gradetype`), + KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `m_graditem_cou_ix` (`courseid`), + KEY `m_graditem_cat_ix` (`categoryid`), + KEY `m_graditem_sca_ix` (`scaleid`), + KEY `m_graditem_out_ix` (`outcomeid`), + KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- + +LOCK TABLES `m_grade_items` WRITE; +/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; +INSERT INTO `m_grade_items` VALUES (2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,1,0,1736241020,1736241020),(3,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,NULL,0,0,0,1,0,1736241020,1736241020),(4,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,NULL,0,0,0,1,0,1736241022,1736241022),(5,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,NULL,0,0,0,1,0,1736241022,1736241022),(6,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,NULL,0,0,0,1,0,1736241023,1736241023),(7,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,NULL,0,0,0,1,0,1736241024,1736241024),(8,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,NULL,0,0,0,1,0,1736241025,1736241025),(9,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,NULL,0,0,0,1,0,1736241026,1736241026),(10,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,NULL,0,0,0,1,0,1736241026,1736241026),(11,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,NULL,0,0,0,1,0,1736241027,1736241027),(12,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,NULL,0,0,0,1,0,1736241027,1736241027),(13,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,NULL,0,0,0,1,0,1736241027,1736241027),(14,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,NULL,0,0,0,1,0,1736241027,1736241027); +/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items_history` +-- + +DROP TABLE IF EXISTS `m_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_graditemhist_act_ix` (`action`), + KEY `m_graditemhist_tim_ix` (`timemodified`), + KEY `m_graditemhist_old_ix` (`oldid`), + KEY `m_graditemhist_cou_ix` (`courseid`), + KEY `m_graditemhist_cat_ix` (`categoryid`), + KEY `m_graditemhist_sca_ix` (`scaleid`), + KEY `m_graditemhist_out_ix` (`outcomeid`), + KEY `m_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_items_history` +-- + +LOCK TABLES `m_grade_items_history` WRITE; +/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; +INSERT INTO `m_grade_items_history` VALUES (1,1,1,'system',1736241015,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,3,1,'coursedelete',1736241015,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),(3,1,2,'system',1736241020,2,2,NULL,NULL,'course',NULL,2,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),(4,1,3,'restore',1736241020,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,0,0,NULL,0),(5,2,3,'restore',1736241020,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,0,0,1,0,NULL,0),(6,1,4,'restore',1736241022,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,4,0,0,0,0,0,NULL,0),(7,2,4,'restore',1736241022,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,0,0,1,0,NULL,0),(8,1,5,'restore',1736241022,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(9,2,5,'restore',1736241022,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,1,0,NULL,0),(10,1,6,'restore',1736241023,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(11,2,6,'restore',1736241023,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,0,0,1,0,NULL,0),(12,1,7,'restore',1736241024,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(13,2,7,'restore',1736241024,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,0,0,1,0,NULL,0),(14,1,8,'restore',1736241025,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(15,2,8,'restore',1736241025,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,0,0,1,0,NULL,0),(16,1,9,'restore',1736241026,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(17,2,9,'restore',1736241026,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,1,0,NULL,0),(18,1,10,'restore',1736241026,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(19,2,10,'restore',1736241026,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,0,0,1,0,NULL,0),(20,1,11,'restore',1736241027,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(21,2,11,'restore',1736241027,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,0,0,1,0,NULL,0),(22,1,12,'restore',1736241027,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(23,2,12,'restore',1736241027,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,0,0,1,0,NULL,0),(24,1,13,'restore',1736241027,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(25,2,13,'restore',1736241027,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,0,0,1,0,NULL,0),(26,1,14,'restore',1736241027,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(27,2,14,'restore',1736241027,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,0,0,1,0,NULL,0); +/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_letters` +-- + +DROP TABLE IF EXISTS `m_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- + +LOCK TABLES `m_grade_letters` WRITE; +/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `m_gradoutc_cou_ix` (`courseid`), + KEY `m_gradoutc_sca_ix` (`scaleid`), + KEY `m_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- + +LOCK TABLES `m_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `m_gradoutccour_cou_ix` (`courseid`), + KEY `m_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_courses` +-- + +LOCK TABLES `m_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradoutchist_act_ix` (`action`), + KEY `m_gradoutchist_tim_ix` (`timemodified`), + KEY `m_gradoutchist_old_ix` (`oldid`), + KEY `m_gradoutchist_cou_ix` (`courseid`), + KEY `m_gradoutchist_sca_ix` (`scaleid`), + KEY `m_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_history` +-- + +LOCK TABLES `m_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_settings` +-- + +DROP TABLE IF EXISTS `m_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), + KEY `m_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_settings` +-- + +LOCK TABLES `m_grade_settings` WRITE; +/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_areas` +-- + +DROP TABLE IF EXISTS `m_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `m_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_areas` +-- + +LOCK TABLES `m_grading_areas` WRITE; +/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; +INSERT INTO `m_grading_areas` VALUES (1,36,'mod_forum','forum',NULL); +/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_definitions` +-- + +DROP TABLE IF EXISTS `m_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), + KEY `m_graddefi_are_ix` (`areaid`), + KEY `m_graddefi_use_ix` (`usermodified`), + KEY `m_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- + +LOCK TABLES `m_grading_definitions` WRITE; +/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_instances` +-- + +DROP TABLE IF EXISTS `m_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradinst_def_ix` (`definitionid`), + KEY `m_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- + +LOCK TABLES `m_grading_instances` WRITE; +/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_comments` +-- + +LOCK TABLES `m_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_criteria` +-- + +LOCK TABLES `m_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradguidfill_ins_ix` (`instanceid`), + KEY `m_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- + +LOCK TABLES `m_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_criteria` +-- + +LOCK TABLES `m_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradrubrfill_lev_ix` (`levelid`), + KEY `m_gradrubrfill_ins_ix` (`instanceid`), + KEY `m_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- + +LOCK TABLES `m_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_levels` +-- + +LOCK TABLES `m_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings` +-- + +DROP TABLE IF EXISTS `m_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn2_ix` (`idnumber`), + KEY `m_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- + +LOCK TABLES `m_groupings` WRITE; +/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings_groups` +-- + +DROP TABLE IF EXISTS `m_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grougrou_gro_ix` (`groupingid`), + KEY `m_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- + +LOCK TABLES `m_groupings_groups` WRITE; +/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups` +-- + +DROP TABLE IF EXISTS `m_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `visibility` tinyint(1) NOT NULL DEFAULT '0', + `participation` tinyint(1) NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn_ix` (`idnumber`), + KEY `m_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups` +-- + +LOCK TABLES `m_groups` WRITE; +/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups_members` +-- + +DROP TABLE IF EXISTS `m_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `m_groumemb_gro_ix` (`groupid`), + KEY `m_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups_members` +-- + +LOCK TABLES `m_groups_members` WRITE; +/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p` +-- + +DROP TABLE IF EXISTS `m_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_h5p_mai_ix` (`mainlibraryid`), + KEY `m_h5p_pat_ix` (`pathnamehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p` +-- + +LOCK TABLES `m_h5p` WRITE; +/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `m_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_contents_libraries` +-- + +LOCK TABLES `m_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries` +-- + +LOCK TABLES `m_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries_cachedassets` +-- + +LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrdepe_lib_ix` (`libraryid`), + KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_library_dependencies` +-- + +LOCK TABLES `m_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity` +-- + +DROP TABLE IF EXISTS `m_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity` +-- + +LOCK TABLES `m_h5pactivity` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `m_h5paatte_tim_ix` (`timecreated`), + KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts` +-- + +LOCK TABLES `m_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `m_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts_results` +-- + +LOCK TABLES `m_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_imscp` +-- + +DROP TABLE IF EXISTS `m_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_imscp` +-- + +LOCK TABLES `m_imscp` WRITE; +/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_infected_files` +-- + +DROP TABLE IF EXISTS `m_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_infected_files` +-- + +LOCK TABLES `m_infected_files` WRITE; +/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_label` +-- + +DROP TABLE IF EXISTS `m_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_label` +-- + +LOCK TABLES `m_label` WRITE; +/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson` +-- + +DROP TABLE IF EXISTS `m_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson` +-- + +LOCK TABLES `m_lesson` WRITE; +/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_answers` +-- + +DROP TABLE IF EXISTS `m_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessansw_les_ix` (`lessonid`), + KEY `m_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_answers` +-- + +LOCK TABLES `m_lesson_answers` WRITE; +/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_attempts` +-- + +DROP TABLE IF EXISTS `m_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessatte_use_ix` (`userid`), + KEY `m_lessatte_les_ix` (`lessonid`), + KEY `m_lessatte_pag_ix` (`pageid`), + KEY `m_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_attempts` +-- + +LOCK TABLES `m_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_branch` +-- + +DROP TABLE IF EXISTS `m_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessbran_use_ix` (`userid`), + KEY `m_lessbran_les_ix` (`lessonid`), + KEY `m_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_branch` +-- + +LOCK TABLES `m_lesson_branch` WRITE; +/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_grades` +-- + +DROP TABLE IF EXISTS `m_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessgrad_use_ix` (`userid`), + KEY `m_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_grades` +-- + +LOCK TABLES `m_lesson_grades` WRITE; +/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_overrides` +-- + +DROP TABLE IF EXISTS `m_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_lessover_les_ix` (`lessonid`), + KEY `m_lessover_gro_ix` (`groupid`), + KEY `m_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_overrides` +-- + +LOCK TABLES `m_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_pages` +-- + +DROP TABLE IF EXISTS `m_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_pages` +-- + +LOCK TABLES `m_lesson_pages` WRITE; +/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_timer` +-- + +DROP TABLE IF EXISTS `m_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesstime_use_ix` (`userid`), + KEY `m_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_timer` +-- + +LOCK TABLES `m_lesson_timer` WRITE; +/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_license` +-- + +DROP TABLE IF EXISTS `m_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_license` +-- + +LOCK TABLES `m_license` WRITE; +/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; +INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); +/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lock_db` +-- + +DROP TABLE IF EXISTS `m_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), + KEY `m_lockdb_exp_ix` (`expires`), + KEY `m_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- + +LOCK TABLES `m_lock_db` WRITE; +/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log` +-- + +DROP TABLE IF EXISTS `m_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_log_coumodact_ix` (`course`,`module`,`action`), + KEY `m_log_tim_ix` (`time`), + KEY `m_log_act_ix` (`action`), + KEY `m_log_usecou_ix` (`userid`,`course`), + KEY `m_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log` +-- + +LOCK TABLES `m_log` WRITE; +/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_display` +-- + +DROP TABLE IF EXISTS `m_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- + +LOCK TABLES `m_log_display` WRITE; +/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; +INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); +/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_queries` +-- + +DROP TABLE IF EXISTS `m_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log_queries` +-- + +LOCK TABLES `m_log_queries` WRITE; +/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `m_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_logsstanlog_tim_ix` (`timecreated`), + KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `m_logsstanlog_con_ix` (`contextid`), + KEY `m_logsstanlog_use_ix` (`userid`), + KEY `m_logsstanlog_cou_ix` (`courseid`), + KEY `m_logsstanlog_rea_ix` (`realuserid`), + KEY `m_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB AUTO_INCREMENT=1843 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_logstore_standard_log` +-- + +LOCK TABLES `m_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; +INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL),(1788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"h5pcustomcss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"core_h5p\";}',1736240946,'cli',NULL,NULL),(1789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1736240946,'cli',NULL,NULL),(1790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1736240962,'web','172.18.0.1',NULL),(1791,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:6:\"reason\";i:3;}',1736240970,'web','172.18.0.1',NULL),(1792,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1736240974,'web','172.18.0.1',NULL),(1793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736240975,'web','172.18.0.1',NULL),(1794,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736240976,'web','172.18.0.1',NULL),(1795,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',8,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:20;s:9:\"stepindex\";i:0;}',1736240979,'web','172.18.0.1',NULL),(1796,'\\core\\event\\draft_file_added','core','added','draft_file','files',8,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:167374856;s:8:\"filename\";s:26:\"Moode-TestingResources.mbz\";s:8:\"filesize\";i:272213;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"0a68058989971bd9f8d7004b9f68decd30fa7ec8\";}',1736240998,'web','172.18.0.1',NULL),(1797,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241015,'web','172.18.0.1',NULL),(1798,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',1,'d',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241015,'web','172.18.0.1',NULL),(1799,'\\core\\event\\role_unassigned','core','unassigned','role','role',3,'d',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";s:1:\"1\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736241015,'web','172.18.0.1',NULL),(1800,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',1,'d',0,21,50,2,2,2,3,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"1\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"3\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471448\";s:12:\"timemodified\";s:10:\"1566471448\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736241015,'web','172.18.0.1',NULL),(1801,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";s:1:\"2\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736241015,'web','172.18.0.1',NULL),(1802,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',2,'d',0,21,50,2,2,2,4,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"2\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"4\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471456\";s:12:\"timemodified\";s:10:\"1566471456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736241015,'web','172.18.0.1',NULL),(1803,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',1,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241015,'web','172.18.0.1',NULL),(1804,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',3,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736241015,'web','172.18.0.1',NULL),(1805,'\\core\\event\\course_content_deleted','core','deleted','course_content','course',2,'d',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:7:\"options\";a:3:{s:25:\"keep_roles_and_enrolments\";i:0;s:25:\"keep_groups_and_groupings\";i:0;s:6:\"userid\";s:1:\"2\";}}',1736241015,'web','172.18.0.1',NULL),(1806,'\\core\\event\\user_created','core','created','user','user',5,'c',0,31,30,5,2,0,5,0,'a:2:{s:9:\"restoreid\";s:32:\"99ab012bc73424dcc2278b70d93fc6db\";s:8:\"courseid\";i:2;}',1736241015,'restore','172.18.0.1',NULL),(1807,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',4,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241020,'restore','172.18.0.1',NULL),(1808,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241020,'restore','172.18.0.1',NULL),(1809,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',4,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241020,'restore','172.18.0.1',NULL),(1810,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',5,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736241020,'restore','172.18.0.1',NULL),(1811,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:3;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736241020,'restore','172.18.0.1',NULL),(1812,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:4;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736241020,'restore','172.18.0.1',NULL),(1813,'\\core\\event\\course_section_created','core','created','course_section','course_sections',6,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"0\";}',1736241020,'restore','172.18.0.1',NULL),(1814,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241020,'restore','172.18.0.1',NULL),(1815,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',3,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241020,'restore','172.18.0.1',NULL),(1816,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241020,'restore','172.18.0.1',NULL),(1817,'\\core\\event\\course_section_created','core','created','course_section','course_sections',7,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"1\";}',1736241020,'restore','172.18.0.1',NULL),(1818,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',4,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241022,'restore','172.18.0.1',NULL),(1819,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241022,'restore','172.18.0.1',NULL),(1820,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',5,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241022,'restore','172.18.0.1',NULL),(1821,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241022,'restore','172.18.0.1',NULL),(1822,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',6,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241023,'restore','172.18.0.1',NULL),(1823,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241023,'restore','172.18.0.1',NULL),(1824,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',7,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241024,'restore','172.18.0.1',NULL),(1825,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241024,'restore','172.18.0.1',NULL),(1826,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',8,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241025,'restore','172.18.0.1',NULL),(1827,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241025,'restore','172.18.0.1',NULL),(1828,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',9,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241026,'restore','172.18.0.1',NULL),(1829,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241026,'restore','172.18.0.1',NULL),(1830,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',10,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241026,'restore','172.18.0.1',NULL),(1831,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241026,'restore','172.18.0.1',NULL),(1832,'\\core\\event\\course_section_created','core','created','course_section','course_sections',8,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"2\";}',1736241026,'restore','172.18.0.1',NULL),(1833,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',11,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1834,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1835,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',12,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1836,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1837,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',13,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1838,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1839,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',14,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1840,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241027,'restore','172.18.0.1',NULL),(1841,'\\core\\event\\course_restored','core','restored','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:6:{s:4:\"type\";s:6:\"course\";s:6:\"target\";i:0;s:4:\"mode\";i:10;s:9:\"operation\";s:7:\"restore\";s:8:\"samesite\";b:1;s:16:\"originalcourseid\";s:1:\"2\";}',1736241027,'restore','172.18.0.1',NULL),(1842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736241039,'web','172.18.0.1',NULL); +/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti` +-- + +DROP TABLE IF EXISTS `m_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti` +-- + +LOCK TABLES `m_lti` WRITE; +/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `m_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), + KEY `m_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_access_tokens` +-- + +LOCK TABLES `m_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_coursevisible` +-- + +DROP TABLE IF EXISTS `m_lti_coursevisible`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_coursevisible` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_lticour_cou_ix` (`courseid`), + KEY `m_lticour_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_coursevisible` +-- + +LOCK TABLES `m_lti_coursevisible` WRITE; +/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_submission` +-- + +DROP TABLE IF EXISTS `m_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_submission` +-- + +LOCK TABLES `m_lti_submission` WRITE; +/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `m_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_proxies` +-- + +LOCK TABLES `m_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `m_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitoolsett_too_ix` (`toolproxyid`), + KEY `m_ltitoolsett_cou_ix` (`course`), + KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), + KEY `m_ltitoolsett_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_settings` +-- + +LOCK TABLES `m_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types` +-- + +DROP TABLE IF EXISTS `m_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), + KEY `m_ltitype_cou_ix` (`course`), + KEY `m_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types` +-- + +LOCK TABLES `m_lti_types` WRITE; +/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_categories` +-- + +DROP TABLE IF EXISTS `m_lti_types_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypecate_typ_ix` (`typeid`), + KEY `m_ltitypecate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_categories` +-- + +LOCK TABLES `m_lti_types_categories` WRITE; +/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_config` +-- + +DROP TABLE IF EXISTS `m_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_config` +-- + +LOCK TABLES `m_lti_types_config` WRITE; +/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_ltisgrad_lti_ix` (`ltilinkid`), + KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` +-- + +LOCK TABLES `m_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_matrix_room` +-- + +DROP TABLE IF EXISTS `m_matrix_room`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_matrix_room` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_matrroom_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_matrix_room` +-- + +LOCK TABLES `m_matrix_room` WRITE; +/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message` +-- + +DROP TABLE IF EXISTS `m_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message` +-- + +LOCK TABLES `m_message` WRITE; +/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_airnotifier_devices` +-- + +LOCK TABLES `m_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contact_requests` +-- + +DROP TABLE IF EXISTS `m_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `m_messcontrequ_use_ix` (`userid`), + KEY `m_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contact_requests` +-- + +LOCK TABLES `m_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contacts` +-- + +DROP TABLE IF EXISTS `m_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), + KEY `m_messcont_use_ix` (`userid`), + KEY `m_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contacts` +-- + +LOCK TABLES `m_message_contacts` WRITE; +/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `m_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvacti_use_ix` (`userid`), + KEY `m_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_actions` +-- + +LOCK TABLES `m_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_members` +-- + +DROP TABLE IF EXISTS `m_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvmemb_con_ix` (`conversationid`), + KEY `m_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_members` +-- + +LOCK TABLES `m_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversations` +-- + +DROP TABLE IF EXISTS `m_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconv_typ_ix` (`type`), + KEY `m_messconv_con_ix` (`convhash`), + KEY `m_messconv_con2_ix` (`contextid`), + KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversations` +-- + +LOCK TABLES `m_message_conversations` WRITE; +/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_email_messages` +-- + +DROP TABLE IF EXISTS `m_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messemaimess_use_ix` (`useridto`), + KEY `m_messemaimess_con_ix` (`conversationid`), + KEY `m_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_email_messages` +-- + +LOCK TABLES `m_message_email_messages` WRITE; +/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup` +-- + +DROP TABLE IF EXISTS `m_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `m_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- + +LOCK TABLES `m_message_popup` WRITE; +/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `m_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- + +LOCK TABLES `m_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_processors` +-- + +DROP TABLE IF EXISTS `m_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_processors` +-- + +LOCK TABLES `m_message_processors` WRITE; +/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; +INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); +/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_providers` +-- + +DROP TABLE IF EXISTS `m_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- + +LOCK TABLES `m_message_providers` WRITE; +/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; +INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); +/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_read` +-- + +DROP TABLE IF EXISTS `m_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_messread_nottim_ix` (`notification`,`timeread`), + KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_read` +-- + +LOCK TABLES `m_message_read` WRITE; +/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_user_actions` +-- + +DROP TABLE IF EXISTS `m_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `m_messuseracti_use_ix` (`userid`), + KEY `m_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_user_actions` +-- + +LOCK TABLES `m_message_user_actions` WRITE; +/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_users_blocked` +-- + +DROP TABLE IF EXISTS `m_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `m_messuserbloc_use_ix` (`userid`), + KEY `m_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_users_blocked` +-- + +LOCK TABLES `m_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), + KEY `m_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_datakeys` +-- + +LOCK TABLES `m_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `m_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_handlers` +-- + +LOCK TABLES `m_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_messagelist` +-- + +LOCK TABLES `m_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messages` +-- + +DROP TABLE IF EXISTS `m_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `m_mess_use_ix` (`useridfrom`), + KEY `m_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messages` +-- + +LOCK TABLES `m_messages` WRITE; +/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_application` +-- + +DROP TABLE IF EXISTS `m_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_application` +-- + +LOCK TABLES `m_mnet_application` WRITE; +/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; +INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host` +-- + +DROP TABLE IF EXISTS `m_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mnethost_app_ix` (`applicationid`), + KEY `m_mnethost_las_ix` (`last_log_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- + +LOCK TABLES `m_mnet_host` WRITE; +/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; +INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host2service` +-- + +DROP TABLE IF EXISTS `m_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_host2service` +-- + +LOCK TABLES `m_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_log` +-- + +DROP TABLE IF EXISTS `m_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- + +LOCK TABLES `m_mnet_log` WRITE; +/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_remote_rpc` +-- + +LOCK TABLES `m_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_remote_service2rpc` +-- + +LOCK TABLES `m_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- + +LOCK TABLES `m_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service` +-- + +DROP TABLE IF EXISTS `m_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service` +-- + +LOCK TABLES `m_mnet_service` WRITE; +/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; +INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service2rpc` +-- + +LOCK TABLES `m_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_session` +-- + +DROP TABLE IF EXISTS `m_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetsess_tok_uix` (`token`), + KEY `m_mnetsess_use_ix` (`userid`), + KEY `m_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- + +LOCK TABLES `m_mnet_session` WRITE; +/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- + +LOCK TABLES `m_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- + +LOCK TABLES `m_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetenroenro_use_ix` (`userid`), + KEY `m_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_modules` +-- + +DROP TABLE IF EXISTS `m_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_modules` +-- + +LOCK TABLES `m_modules` WRITE; +/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; +INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); +/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_moodlenet_share_progress` +-- + +DROP TABLE IF EXISTS `m_moodlenet_share_progress`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_moodlenet_share_progress` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL, + `courseid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_moodlenet_share_progress` +-- + +LOCK TABLES `m_moodlenet_share_progress` WRITE; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_my_pages` +-- + +DROP TABLE IF EXISTS `m_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_my_pages` +-- + +LOCK TABLES `m_my_pages` WRITE; +/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; +INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_notifications` +-- + +DROP TABLE IF EXISTS `m_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_noti_use_ix` (`useridfrom`), + KEY `m_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_notifications` +-- + +LOCK TABLES `m_notifications` WRITE; +/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), + KEY `m_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_access_token` +-- + +LOCK TABLES `m_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `m_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_oautendp_iss_ix` (`issuerid`), + KEY `m_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_endpoint` +-- + +LOCK TABLES `m_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `m_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_issuer` +-- + +LOCK TABLES `m_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `m_oautrefrtoke_iss_ix` (`issuerid`), + KEY `m_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_refresh_token` +-- + +LOCK TABLES `m_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `m_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), + KEY `m_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- + +LOCK TABLES `m_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `m_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_user_field_mapping` +-- + +LOCK TABLES `m_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_page` +-- + +DROP TABLE IF EXISTS `m_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_page_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- + +LOCK TABLES `m_page` WRITE; +/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; +INSERT INTO `m_page` VALUES (1,2,'Filter test: Page render validations','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨24px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»y«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»

',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»2«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Tahoma¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»


',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',3,1711023907),(2,2,'Filter test: Page render validations - LaTeX','

$$\\sqrt{x+2}$$


',1,'

$$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',2,1711024006),(3,2,'Filter test: Page render validations - Wiris formulas + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mroot»«mroot»«mroot»«mroot»«mi»x«/mi»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«/math»

LaTeX formula: $$\\sqrt{x+2}$$


',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

LaTeX formula: $$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1711024082),(4,2,'Filter test: Page render validations - Wiris RTL','

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,'

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1729524109); +/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_paygw_paypal` +-- + +DROP TABLE IF EXISTS `m_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_paygw_paypal` +-- + +LOCK TABLES `m_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_accounts` +-- + +DROP TABLE IF EXISTS `m_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_accounts` +-- + +LOCK TABLES `m_payment_accounts` WRITE; +/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_gateways` +-- + +DROP TABLE IF EXISTS `m_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_gateways` +-- + +LOCK TABLES `m_payment_gateways` WRITE; +/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payments` +-- + +DROP TABLE IF EXISTS `m_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_paym_gat_ix` (`gateway`), + KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `m_paym_use_ix` (`userid`), + KEY `m_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payments` +-- + +LOCK TABLES `m_payments` WRITE; +/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_instance` +-- + +LOCK TABLES `m_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstconf_nam_ix` (`name`), + KEY `m_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_config` +-- + +LOCK TABLES `m_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstuser_ins_ix` (`instance`), + KEY `m_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_user` +-- + +LOCK TABLES `m_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_log` +-- + +DROP TABLE IF EXISTS `m_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portlog_use_ix` (`userid`), + KEY `m_portlog_por_ix` (`portfolio`), + KEY `m_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- + +LOCK TABLES `m_portfolio_log` WRITE; +/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portmahaqueu_tok_ix` (`token`), + KEY `m_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_mahara_queue` +-- + +LOCK TABLES `m_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `m_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_porttemp_use_ix` (`userid`), + KEY `m_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- + +LOCK TABLES `m_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_post` +-- + +DROP TABLE IF EXISTS `m_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), + KEY `m_post_las_ix` (`lastmodified`), + KEY `m_post_mod_ix` (`module`), + KEY `m_post_sub_ix` (`subject`), + KEY `m_post_use_ix` (`usermodified`), + KEY `m_post_cou_ix` (`courseid`), + KEY `m_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- + +LOCK TABLES `m_post` WRITE; +/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_profiling` +-- + +DROP TABLE IF EXISTS `m_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_prof_run_uix` (`runid`), + KEY `m_prof_urlrun_ix` (`url`,`runreference`), + KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_profiling` +-- + +LOCK TABLES `m_profiling` WRITE; +/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- + +LOCK TABLES `m_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- + +LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext_drops` +-- + +LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- + +LOCK TABLES `m_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drags` +-- + +LOCK TABLES `m_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drops` +-- + +LOCK TABLES `m_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `m_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essay_options` +-- + +LOCK TABLES `m_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; +INSERT INTO `m_qtype_essay_options` VALUES (1,84,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(2,85,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(3,86,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(4,87,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(5,88,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(6,89,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(7,90,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(8,91,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(9,92,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(10,93,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(11,94,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(12,95,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(13,168,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(14,169,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(15,170,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(16,171,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(17,204,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(18,205,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,NULL),(19,206,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,''),(20,207,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,NULL),(21,208,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,''),(22,209,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,NULL),(23,210,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(24,211,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(25,212,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,NULL),(26,213,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,''),(27,219,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''); +/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essaywiris_backup` +-- + +LOCK TABLES `m_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_options` +-- + +DROP TABLE IF EXISTS `m_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- + +LOCK TABLES `m_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; +INSERT INTO `m_qtype_match_options` VALUES (1,105,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(2,106,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(3,107,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(4,108,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(5,109,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(6,110,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(7,111,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(8,112,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(9,113,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(10,114,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(11,115,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(12,116,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(13,117,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(14,118,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(15,119,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(16,120,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(17,172,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(18,173,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1); +/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_match_subquestions` +-- + +LOCK TABLES `m_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; +INSERT INTO `m_qtype_match_subquestions` VALUES (1,105,'

1

',1,'#a'),(2,105,'

2

',1,'#b'),(3,105,'

3

',1,'#c'),(4,106,'

1

',1,'#a'),(5,106,'

2

',1,'#b'),(6,106,'

3

',1,'#c'),(7,107,'

1

',1,'#a'),(8,107,'

2

',1,'#b'),(9,107,'

3

',1,'#c'),(10,108,'

1

',1,'#a'),(11,108,'

2

',1,'#b'),(12,108,'

3

',1,'#c'),(13,109,'

1

',1,'#a'),(14,109,'

2

',1,'#b'),(15,109,'

3

',1,'#c'),(16,110,'

1

',1,'#a'),(17,110,'

2

',1,'#b'),(18,110,'

3

',1,'#c'),(19,111,'

1

',1,'#a'),(20,111,'

2

',1,'#b'),(21,111,'

3

',1,'#c'),(22,112,'

1

',1,'#a'),(23,112,'

2

',1,'#b'),(24,112,'

3

',1,'#c'),(25,113,'

1

',1,'#a'),(26,113,'

2

',1,'#b'),(27,113,'

3

',1,'#c'),(28,114,'

1

',1,'#a'),(29,114,'

2

',1,'#b'),(30,114,'

3

',1,'#c'),(31,114,'

4

',1,'#d'),(32,114,'

5

',1,'#e'),(33,114,'

6

',1,'#f'),(34,115,'

1

',1,'#a'),(35,115,'

2

',1,'#b'),(36,115,'

3

',1,'#c'),(37,115,'

4

',1,'#d'),(38,115,'

5

',1,'#e'),(39,115,'

6

',1,'#f'),(40,116,'

1

',1,'#a'),(41,116,'

2

',1,'#b'),(42,116,'

3

',1,'#c'),(43,116,'

4

',1,'#d'),(44,116,'

5

',1,'#e'),(45,116,'

6

',1,'#f'),(46,117,'

1

',1,'#a'),(47,117,'

2

',1,'#b'),(48,117,'

3

',1,'#c'),(49,118,'

1

',1,'#a'),(50,118,'

2

',1,'#b'),(51,118,'

3

',1,'#c'),(52,119,'

1

',1,'#a'),(53,119,'

2

',1,'#b'),(54,119,'

3

',1,'#c'),(55,120,'

1

',1,'a'),(56,120,'

2

',1,'b'),(57,120,'

3

',1,'c'),(58,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(59,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(60,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(61,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(62,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'),(63,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(64,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(65,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(66,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(67,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'); +/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_multichoice_options` +-- + +LOCK TABLES `m_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; +INSERT INTO `m_qtype_multichoice_options` VALUES (1,30,0,1,0,'',1,'',1,'',1,'0',0,0),(2,35,0,1,0,'',1,'',1,'',1,'0',0,0),(3,38,0,1,0,'',1,'',1,'',1,'0',0,0),(4,42,0,1,0,'',1,'',1,'',1,'0',0,0),(5,43,0,1,1,'',1,'',1,'',1,'0',0,0),(6,44,2,1,0,'',1,'',1,'',1,'0',0,0),(7,45,2,1,1,'',1,'',1,'',1,'0',0,0),(8,46,1,1,0,'',1,'',1,'',1,'0',0,0),(9,47,1,1,1,'',1,'',1,'',1,'0',0,0),(10,51,0,1,0,'',1,'',1,'',1,'0',0,0),(11,53,0,1,0,'',1,'',1,'',1,'0',0,0),(12,54,0,1,1,'',1,'',1,'',1,'0',0,0),(13,55,2,1,0,'',1,'',1,'',1,'0',0,0),(14,56,2,1,1,'',1,'',1,'',1,'0',0,0),(15,57,1,1,0,'',1,'',1,'',1,'0',0,0),(16,58,1,1,1,'',1,'',1,'',1,'0',0,0),(17,61,0,1,0,'',1,'',1,'',1,'0',0,0),(18,65,0,1,0,'',1,'',1,'',1,'0',0,0),(19,68,0,1,0,'',1,'',1,'',1,'0',0,0),(20,121,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(21,122,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(22,123,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(23,124,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(24,125,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(25,126,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(26,127,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(27,128,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(28,129,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(29,130,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(30,131,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(31,132,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(32,177,0,1,1,'',1,'',1,'',1,'0',0,0),(33,181,0,1,0,'',1,'',1,'',1,'0',0,0),(34,184,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(35,185,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(36,203,0,1,0,'',1,'',1,'',1,'0',0,0); +/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ordering_options` +-- + +DROP TABLE IF EXISTS `m_qtype_ordering_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ordering_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layouttype` tinyint NOT NULL DEFAULT '0', + `selecttype` tinyint NOT NULL DEFAULT '0', + `selectcount` smallint NOT NULL DEFAULT '2', + `gradingtype` tinyint NOT NULL DEFAULT '0', + `showgrading` tinyint NOT NULL DEFAULT '0', + `numberingstyle` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypordeopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for ordering questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ordering_options` +-- + +LOCK TABLES `m_qtype_ordering_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_ordering_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ordering_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_randomsamatch_options` +-- + +LOCK TABLES `m_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_shortanswer_options` +-- + +LOCK TABLES `m_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; +INSERT INTO `m_qtype_shortanswer_options` VALUES (1,1,0),(2,2,0),(3,3,0),(4,4,0),(5,5,0),(6,6,0),(7,7,0),(8,8,0),(9,9,0),(10,10,0),(11,11,0),(12,12,0),(13,13,0),(14,14,0),(15,15,0),(16,16,0),(17,17,0),(18,18,0),(19,19,0),(20,20,0),(21,21,0),(22,22,0),(23,23,0),(24,24,0),(25,28,0),(26,29,0),(27,33,0),(28,34,0),(29,39,0),(30,50,0),(31,52,0),(32,59,0),(33,60,0),(34,62,0),(35,63,0),(36,64,0),(37,66,0),(38,67,0),(39,69,0),(40,70,0),(41,71,0),(42,72,0),(43,73,0),(44,74,0),(45,75,0),(46,76,0),(47,77,0),(48,78,0),(49,79,0),(50,80,0),(51,81,0),(52,82,0),(53,83,0),(54,133,0),(55,134,0),(56,135,0),(57,136,0),(58,137,0),(59,138,0),(60,139,0),(61,140,0),(62,141,0),(63,142,0),(64,143,0),(65,144,0),(66,145,0),(67,146,0),(68,147,0),(69,148,0),(70,149,0),(71,150,0),(72,151,0),(73,152,0),(74,153,0),(75,154,0),(76,155,0),(77,156,0),(78,157,0),(79,158,0),(80,159,0),(81,160,0),(82,161,0),(83,162,0),(84,163,0),(85,164,0),(86,165,0),(87,166,0),(88,167,0),(89,175,0),(90,180,0),(91,183,0),(92,186,0),(93,187,0),(94,188,0),(95,189,0),(96,190,0),(97,191,0),(98,192,0),(99,193,0),(100,194,0),(101,195,0),(102,196,0),(103,197,0),(104,198,0),(105,199,0),(106,202,0),(107,214,0),(108,215,0),(109,216,0),(110,217,0),(111,218,0); +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq` +-- + +DROP TABLE IF EXISTS `m_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `m_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq` +-- + +LOCK TABLES `m_qtype_wq` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; +INSERT INTO `m_qtype_wq` VALUES (1,1,'adeu]]>.,\'truefalse0.001falsetruehello]]>','hash','options'),(2,2,'adeu]]>.,\'truefalse0falsetruehello]]>','hash','options'),(3,3,'x+1x-1.,\'0.001falsetrue','hash','options'),(4,4,'x+1x-1.,\'0.001falsetrue','hash','options'),(5,5,'x+1.,\'0.001falsetruepopupEditor','hash','options'),(6,6,'x+1.,\'0.001falsetruetextField','hash','options'),(7,7,'x+1.,\'0.001falsetruetextField','hash','options'),(8,8,'x+1.,\'0.001falsetrue]]>','hash','options'),(9,9,'x+1.,\'0.001falsetrue]]>','hash','options'),(10,10,'x+1x-1.,\'0.001falsetrue','hash','options'),(11,11,'x+1x-1.,\'0.001falsetrue','hash','options'),(12,12,'2/4.,\'','hash','options'),(13,13,'2/4.,\'','hash','options'),(14,14,'2/4.,\'','hash','options'),(15,15,'x+1.,\'','hash','options'),(16,16,'x+1.,\'','hash','options'),(17,17,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>S1=#s1falsefalsetextField','hash','options'),(18,18,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>#s1falsefalsetextField','hash','options'),(19,19,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(20,20,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(21,21,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(22,22,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(23,23,'["a","A","B"]inlineGraphtrue','hash','options'),(24,24,'["a","A","B"]inlineGraphtrue','hash','options'),(25,25,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruepopupEditortextField','hash','options'),(26,26,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(27,27,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(28,31,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(29,32,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(30,36,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(31,37,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(32,40,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(33,41,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(34,48,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(35,49,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(36,69,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0,2,4,6,8L2=1,3,5,7,9M=123456789]]>#L10.001falsetrue','hash','options'),(37,70,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse;en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0;2;4;6;8L2=1;3;5;7;9M=123456789]]>#L10.001falsetrue','hash','options'),(38,71,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0 2 4 6 8L2=1 3 5 7 9M=123456789]]>#L10.001falsetrue','hash','options'),(39,72,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditorand','hash','options'),(40,73,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(41,74,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>x =5y =10z = 15]]>0.001falsetrue0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(42,75,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x):=prime?xxprime?x{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>2gftruefalse0.001','hash','options'),(43,76,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>credit1=00credit2=00credit3=00decrease_mark=0.50.5gf(x):=beginif remainderx,7 == 2 thencredit1=0.4decrease_mark=1endif remainderx,2 == 0 thencredit2=0.3·decrease_markendif remainderx,40 thencredit3=0.3·decrease_markendc=credit1+credit2+credit3return cend{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>58truefalse0.001','hash','options'),(44,77,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x,y):=prime?x, prime?yx,yprime?x,prime?y{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>p1 = 2p2 = 3]]>truefalse0.001gftruepopupEditorand','hash','options'),(45,78,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>parameter answer = 0{53,117,183}2curve1plotter1"1"x-2x+3plotter1{186,72,72}2curve2plotter1"2"answerplotter1xx2x6\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"curve2\",\"value_content\":\"x0\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"2\",\"external\":true,\"ref\":\"curve2\"}],\"id\":\"plotter1\",\"aspect_ratio\":0.9955555555555555,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.09375,\"grid_subdivisions\":2}],\"handwriting\":[]}]]]]>]]>(x-2)(x+3)0.001falsetrue','hash','options'),(46,79,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x1=1x2=2]]>0.001falsetruetruepopupEditor','hash','options'),(47,80,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>5%0.001falsetrue','hash','options'),(48,81,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>1000.001falsetrue200]]>','hash','options'),(49,82,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruepopupEditorsin x]]>','hash','options'),(50,83,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruetextFieldsin x','hash','options'),(51,84,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(52,85,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(53,86,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(54,87,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(55,88,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(56,89,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(57,90,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(58,91,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(59,92,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(60,93,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(61,94,'','hash','options'),(62,95,'\n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Untitled calc</mtext>\n </math>\n \n \n en\n \n \n \n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Sheet 1</mtext>\n </math>\n \n \n # Automatically generated by WirisQuizzes.\ns1 = random(2, 4);\ns2 = random(5, 7);\ns3 = random(8, 10);\n \n \n \n \n]]>evaluate]]>0.001falsetrue','hash','options'),(63,96,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash',''),(64,97,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(65,98,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(66,99,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(67,100,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(68,101,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(69,102,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(70,103,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(71,104,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(72,105,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalse','hash','options'),(73,106,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(74,107,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(75,108,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalsefalse','hash','options'),(76,109,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(77,110,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(78,111,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetruefalsetrue','hash','options'),(79,112,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(80,113,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(81,114,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','options'),(82,115,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(83,116,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(84,117,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrue','hash','options'),(85,118,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(86,119,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(87,120,'','hash','options'),(88,121,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(89,122,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(90,123,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(91,124,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(92,125,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(93,126,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(94,127,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(95,128,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(96,129,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(97,130,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(98,131,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(99,132,'','hash','options'),(100,133,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = "WirisQuizzes"\nb = "for Moodle"]]>#afalsefalsetextFieldInitial content test #a','hash','options'),(101,134,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextFieldInitial content test','hash','options'),(102,135,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextField','hash','options'),(103,136,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(104,137,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(105,138,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(106,139,'["a"]inlineGraphfalseand','hash','options'),(107,140,'["a"]inlineGraphfalseand','hash','options'),(108,141,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>','hash','options'),(109,142,'["c"]inlineGraphfalseand','hash','options'),(110,143,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>never','hash','options'),(111,144,'["e"]1.092981724275775inlineGraphfalseand','hash','options'),(112,145,'Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphtrueHola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[3.3157894736842124,6.163967611336033],\"text\":\"Adéu\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(113,146,'inlineGraphtrue','hash','options'),(114,147,'5.25inlineGraphtrue','hash','options'),(115,148,'["a"]inlineGraphfalseand','hash','options'),(116,149,'["b"]inlineGraphfalseand','hash','options'),(117,150,'inlineGraphfalse','hash','options'),(118,151,'y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["f"]inlineGraphfalseandy=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[23.210526315789465,-24.273279352226716],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"}],\"id\":\"\",\"center\":[12.625506072874495,7.481781376518223],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(119,152,'["c"]inlineGraphfalseand','hash','options'),(120,153,'["c"]inlineGraphfalseand','hash','options'),(121,154,'y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["d"]inlineGraphfalseandy=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-15.966666666666661,6.141666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(122,155,'inlineGraphfalseand','hash','options'),(123,156,'["c"]0inlineGraphfalseand','hash','options'),(124,157,'inlineGraphtrue','hash','options'),(125,158,'inlineGraphtrue','hash','options'),(126,159,'["m"]inlineGraphfalseand','hash','options'),(127,160,'["f","a","b","c","d","e"]["f","a","b","c","d","e"]["f","a","b","c","d","e"]inlineGraphtrueand','hash','options'),(128,161,'["a","b","c","d","e"]["a","b","c","d","e","A","B","C","D","E"]inlineGraphtrueand','hash','options'),(129,162,'["b"]inlineGraphfalseand','hash','options'),(130,163,'["a","b","c","d","e"]inlineGraphtruedistribute10 10 25 50 5','hash','options'),(131,164,'x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphfalse','hash','options'),(132,165,'inlineGraphtrue','hash','options'),(133,166,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChartinlineGraphlabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(134,167,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>pieChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(135,168,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(136,169,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(137,170,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(138,171,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(139,172,'','hash','options'),(140,173,'','hash','options'),(141,174,'textField','hash','options'),(142,176,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,83b=random2..6/a3c=maxa,b3d=mina,b{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001textField','hash','options'),(143,178,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(144,179,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(145,182,']]>0.001popupEditor]]>textField','hash','options'),(146,184,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(147,185,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(148,186,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(149,187,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(150,188,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(151,189,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(152,190,'23textField','hash','options'),(153,191,'23textField','hash','options'),(154,192,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(155,193,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(156,194,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(157,195,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(158,196,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(159,197,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(160,198,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(161,199,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(162,200,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(163,201,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(164,204,'','hash','options'),(165,205,'','hash','options'),(166,206,'','hash','options'),(167,207,'','hash','options'),(168,208,'','hash','options'),(169,209,'','hash','options'),(170,210,'','hash','options'),(171,211,'','hash','options'),(172,212,'','hash','options'),(173,213,'','hash','options'),(174,214,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p=plotter1plotter2d1]]>1.,\'0.001falsetrue','hash','options'),(175,215,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(176,216,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(177,217,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(178,218,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(179,219,'.,\'','hash','options'); +/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `m_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq_variables` +-- + +LOCK TABLES `m_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question` +-- + +DROP TABLE IF EXISTS `m_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_ques_qty_ix` (`qtype`), + KEY `m_ques_par_ix` (`parent`), + KEY `m_ques_cre_ix` (`createdby`), + KEY `m_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question` +-- + +LOCK TABLES `m_question` WRITE; +/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; +INSERT INTO `m_question` VALUES (1,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082554+4KbwKA',1727339154,1727339154,2,2),(2,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082618+6WjKb7',1727339178,1727339178,2,2),(3,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120082826+0buqce',1732091306,1732091306,2,2),(4,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083149+7EiEDB',1732091509,1732091509,2,2),(5,0,'Equation - Validate input method Math editor in a popup','

Test to validate math editor in a popup

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083347+YJWFXh',1732091627,1732091627,2,2),(6,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083634+Xg4Hh5',1732091794,1732091794,2,2),(7,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083643+Etdxqe',1732091803,1732091803,2,2),(8,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083746+gBdoX7',1732091866,1732091866,2,2),(9,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083949+Oz9lyt',1732091989,1732091989,2,2),(10,0,'Equation - Grading functions','

Test to validate equation grading functions

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084851+zSv2ev',1732092531,1732092531,2,2),(11,0,'Equation - Grading functions','

Test to validate equation grading functions

S1 = x+1 (100%)

S2 = x-1 (20%)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084921+XLY4eT',1732092561,1732092561,2,2),(12,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085546+F5230N',1732092946,1732092946,2,2),(13,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085656+z5BqJO',1732093016,1732093016,2,2),(14,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084703+SkVob1',1736239623,1736239623,2,2),(15,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085914+uF7nuW',1732093154,1732093154,2,2),(16,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084714+EPOdSC',1736239634,1736239634,2,2),(17,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120103118+CdeIML',1732098678,1732098678,2,2),(18,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084749+d8YFxh',1736239669,1736239669,2,2),(19,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112607+h8UfUB',1732101967,1732101967,2,2),(20,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082942+gVBZUT',1736238582,1736238582,2,2),(21,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112931+tTMblP',1732102171,1732102171,2,2),(22,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082958+dQakY7',1736238598,1736238598,2,2),(23,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084537+VDo3EL',1736239537,1736239537,2,2),(24,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084554+2IgxUi',1736239554,1736239554,2,2),(25,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+ocSqVI',1727275591,1727275591,3,3),(26,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074627+8ayycR',1732088787,1732088787,2,2),(27,0,'Cloze - Random variables (s3) + Popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074658+QGwe4X',1732088818,1732088818,2,2),(28,25,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+kTQdHq',1727275591,1727275591,3,3),(29,25,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+09R7bC',1727275591,1727275591,3,3),(30,25,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+Gw5BfM',1727275591,1727275591,3,3),(31,0,'Answer input field - Plain text','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+zHJw68',1727275591,1727275591,3,3),(32,0,'Cloze - Validate Cloze question with Plain text as Answer input field','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074308+XEuz0f',1732088588,1732088588,2,2),(33,31,'Answer input field - Plain text','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+3tnFwu',1727275591,1727275591,3,3),(34,31,'Answer input field - Plain text','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+HVDlSe',1727275591,1727275591,3,3),(35,31,'Answer input field - Plain text','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+XYKfTy',1727275591,1727275591,3,3),(36,0,'Cloze - Combining embedded Short Answer and Multichoice questions','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+Hng3Rr',1727275591,1727275591,3,3),(37,0,'Cloze - Validate MC and SA embedded questions are compatible within the same question','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074206+h2m8jA',1732088526,1732088526,2,2),(38,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+MVyL5U',1727275591,1727275591,3,3),(39,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+REwTHm',1727275591,1727275591,3,3),(40,0,'Cloze - Embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+gWJF3Z',1727275591,1727275591,3,3),(41,0,'Cloze - Validate Cloze question embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074224+NniBub',1732088544,1732088544,2,2),(42,40,'Cloze - Embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+rQfbuG',1727275591,1727275591,3,3),(43,40,'Cloze - Embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+7k6vA4',1727275591,1727275591,3,3),(44,40,'Cloze - Embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+IS6deN',1727275591,1727275591,3,3),(45,40,'Cloze - Embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+n23yZl',1727275591,1727275591,3,3),(46,40,'Cloze - Embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+z0PBxO',1727275591,1727275591,3,3),(47,40,'Cloze - Embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+toUmLc',1727275591,1727275591,3,3),(48,0,'Cloze - Embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+VOixhN',1727275591,1727275591,3,3),(49,0,'Cloze - Validate Cloze question embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074334+eU2KQk',1732088614,1732088614,2,2),(50,48,'Cloze - Embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+541WQU',1727275591,1727275591,3,3),(51,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074206+seDutt',1732088526,1732088526,2,2),(52,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074206+TzbhIG',1732088526,1732088526,2,2),(53,41,'Cloze - Validate Cloze question embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cyUDuD',1732088544,1732088544,2,2),(54,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+3Tkdil',1732088544,1732088544,2,2),(55,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cnDdqu',1732088544,1732088544,2,2),(56,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+2bJsrr',1732088544,1732088544,2,2),(57,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+H69zeA',1732088544,1732088544,2,2),(58,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+59e8Cn',1732088544,1732088544,2,2),(59,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+5iWkoE',1732088588,1732088588,2,2),(60,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+ni0ffM',1732088588,1732088588,2,2),(61,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074308+Bq5JnQ',1732088588,1732088588,2,2),(62,49,'Cloze - Validate Cloze question embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074334+hQ46uM',1732088614,1732088614,2,2),(63,26,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+QhOTZi',1732088787,1732088787,2,2),(64,26,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+WoGKR3',1732088787,1732088787,2,2),(65,26,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074627+G8cYU1',1732088787,1732088787,2,2),(66,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+wAloXO',1732088818,1732088818,2,2),(67,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+F8KJwI',1732088818,1732088818,2,2),(68,27,'Cloze - Random variables (s3) + Popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074658+fHcdVS',1732088818,1732088818,2,2),(69,0,'Generating tables from lists - Comma as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+1kRkmO',1727275591,1727275591,3,3),(70,0,'Generating tables from lists - Semicolon as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+WOwgrQ',1727275591,1727275591,3,3),(71,0,'Generating tables from lists - Space as list element separator (copy)','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+w24mLd',1727275591,1727275591,3,3),(72,0,'Compound answer - All answers must be correct','

Test: Compound answer with All answers must be correct option.

Correct answer is 

x = 5 

y = 10 

z = 15

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+eGtAT0',1727275591,1727275591,3,3),(73,0,'Compound answer - Distributed grades','

Test: Compound answer with distributed grades.

Correct answer is 

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+X5GNUZ',1727275591,1727275591,3,3),(74,0,'Compound answer - Multiple answers (any answer)','

Test: Compound answer with multiple answers. 

Ticket: https://wiris.kanbanize.com/ctrl_board/17/cards/20589/details/ 

Answer 1

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

Answer 2

wiris - This answer is configured to be evaluated as Any answer.


',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+ZrGDVJ',1727275591,1727275591,3,3),(75,0,'Basic grading function','

Test: test a basic grading function. The defined function is #gf(x) which is true if the inserted number is prime and false otherwise.

The mark of the question must be:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+OyPIjI',1727275591,1727275591,3,3),(76,0,'Custom marks','

Test: this question uses a grading function with several outputs.

Question: M is a number whose ramainder is 2 when divided by 7. It is also divisible by 2, but not by 4. Give a possible value of M.

Examples:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+qvGXUF',1727275591,1727275591,3,3),(77,0,'Grading functions on a compound answer','

Test: custom grading functions on compound answers. Insert two prime numbers. The grading function is gf(x,y)=[prime?(x), prime?(y)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+VOoULx',1727275591,1727275591,3,3),(78,0,'Comparing graphical student answer','

Test: Check parameter answer when it stores a plotter.

Question: Write a monomic polynomial of degree two with roots 2 and -3.

',1,'

The correct answer is in blue, your answer in red.

#plotter1

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+vvaL9H',1727275591,1727275591,3,3),(79,0,'Generate steps to solve the problem','

Test: testing parameter answer variable to generate steps to solve the problem in the answer feedback. Answer is 1 and 2, in this order.

Question: Find the roots of the polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»3«/mn»«mi»x«/mi»«mo»+«/mo»«mn»2«/mn»«/math»

',1,'To find the roots of a polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»+«/mo»«mi»b«/mi»«mo»§#183;«/mo»«mi»x«/mi»«mo»+«/mo»«mi»c«/mi»«/math» you have to use the following formula:
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfrac»«mrow»«mo»-«/mo»«mi»b«/mi»«mo»§#177;«/mo»«msqrt»«msup»«mi»b«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mi»c«/mi»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«/math»
Thus, with «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»b«/mi»«mo»=«/mo»«mo»-«/mo»«mn»3«/mn»«/math» and «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»c«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mn»2«/mn»«/math»
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«msqrt»«msup»«mrow»«mo»(«/mo»«mo»-«/mo»«mn»3«/mn»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mn»2«/mn»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«mn»1«/mn»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mo»{«/mo»«mn»1«/mn»«mo»,«/mo»«mn»2«/mn»«mo»}«/mo»«/math»
',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144637+bDGcAy',1727275597,1727275597,3,3),(80,0,'Parameter answer with percent symbol','

Test: parameter answer with percent symbol. Check it renders. Correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»5«/mn»«mo»%«/mo»«/math»

',1,'

This is the student answer: #answer

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+3U0BHk',1727275598,1727275598,3,3),(81,0,'Math editor embedded','

Test: Validate input method Math editor embedded

Initial content: 200

Correct answer: 100

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+Z61krd',1727275598,1727275598,3,3),(82,0,'Math editor in a popup','

Test: Validate input method Math editor in a popup

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+w0sTYf',1727275598,1727275598,3,3),(83,0,'Plain text','

Test: Validate input method Plain text

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+YPXiSS',1727275598,1727275598,3,3),(84,0,'Essay display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+kLXKCG',1727275598,1727275598,3,3),(85,0,'Essay - display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141932+J0TRrw',1733235572,1733235572,2,2),(86,0,'Essay display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+eXylYS',1727275598,1727275598,3,3),(87,0,'Essay - display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141943+1mzFGX',1733235583,1733235583,2,2),(88,0,'Essay display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+v9cSGP',1727275598,1727275598,3,3),(89,0,'Essay - display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141952+POYZEq',1733235592,1733235592,2,2),(90,0,'Essay replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+X2E7Qw',1727275598,1727275598,3,3),(91,0,'Essay - replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142001+H9OpeY',1733235601,1733235601,2,2),(92,0,'Essay replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+BpqV5V',1727275598,1727275598,3,3),(93,0,'Essay - replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142015+aOcXTd',1733235615,1733235615,2,2),(94,0,'Simple Essay question','

Test: Validate Essay question type works

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+s4KetD',1727275598,1727275598,3,3),(95,0,'Essay - Random Variables','s1= #s1
s2 =#s2
s3= #s3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241120074936+7Rhlm8',1732088976,1732088976,2,2),(96,0,'Simple True or False question','

Test: true or false question type works.

Is QA the best team ever?

Answer: true

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+AAKfuA',1727275598,1727275598,3,3),(97,0,'True or False Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+WgIEPe',1727275598,1727275598,3,3),(98,0,'True or False - Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142441+KVXviN',1733235881,1733235881,2,2),(99,0,'True or False display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+kLQDkw',1727275598,1727275598,3,3),(100,0,'True or False - display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142452+CpEaDG',1733235892,1733235892,2,2),(101,0,'True or False display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+1WGktT',1727275598,1727275598,3,3),(102,0,'True or False - display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142515+hOUTsy',1733235915,1733235915,2,2),(103,0,'True or False question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+lHzm0e',1727275598,1727275598,3,3),(104,0,'True or False - question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142502+FxbqbR',1733235902,1733235902,2,2),(105,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+yzNWRF',1727275598,1727275598,3,3),(106,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134714+4Sa9G8',1733233634,1733233634,2,2),(107,0,'Matching - question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142210+QbniNX',1733235730,1733235730,2,2),(108,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+8NC3T6',1727275598,1727275598,3,3),(109,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134747+EcD9n7',1733233667,1733233667,2,2),(110,0,'Matching - question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142222+Fv9igJ',1733235742,1733235742,2,2),(111,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+JWGI0d',1727275598,1727275598,3,3),(112,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134850+sfhnP8',1733233730,1733233730,2,2),(113,0,'Matching - question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142251+857fcu',1733235771,1733235771,2,2),(114,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+stZNPD',1727275598,1727275598,3,3),(115,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134825+99bXOd',1733233705,1733233705,2,2),(116,0,'Matching - question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142236+1SVpg0',1733235756,1733235756,2,2),(117,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+PurKaA',1727275598,1727275598,3,3),(118,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134637+HQM8xU',1733233597,1733233597,2,2),(119,0,'Matching - question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142156+RjT3hV',1733235716,1733235716,2,2),(120,0,'Simple Matching Question','

Test: Validate Matching Question type works

Answers: 

1 - a

2 - b

3 - c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+1fi15h',1727275598,1727275598,3,3),(121,0,'Multichoice display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+9p5Agr',1727275598,1727275598,3,3),(122,0,'Multichoice - display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142321+E2RYzZ',1733235801,1733235801,2,2),(123,0,'Multichoice display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+kvh9uE',1727275598,1727275598,3,3),(124,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142333+rGxnwb',1733235813,1733235813,2,2),(125,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142335+PReeyN',1733235815,1733235815,2,2),(126,0,'Multichoice question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ozc7XI',1727275598,1727275598,3,3),(127,0,'Multichoice - question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142348+cI6AEy',1733235828,1733235828,2,2),(128,0,'Multichoice question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+HvFBjA',1727275598,1727275598,3,3),(129,0,'Multichoice - question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142400+4nzHcB',1733235840,1733235840,2,2),(130,0,'Multichoice question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ca1FgB',1727275598,1727275598,3,3),(131,0,'Multichoice - question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142414+LmNu6x',1733235854,1733235854,2,2),(132,0,'Simple Multichoice question','

Test: Validate Multichoice question type works

What\'s the value of «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mn»0«/mn»«/math»?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+nLd0Wn',1727275598,1727275598,3,3),(133,0,'Short Answer text answer type with random variables','

Test: Validate Short Answer Text answer type with random variables.

Correct answer:  #a

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+HNXfNF',1727275598,1727275598,3,3),(134,0,'Short Answer text question with initial content','

Test: Validate Short Answer text answer type with initial content

Answer: wiris

Initial content: Initial content test

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+lj2YAK',1727275598,1727275598,3,3),(135,0,'Simple Short Answer text question','

Test: Validate Short Answer text answer type

Answer: wiris

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+ncYtny',1727275598,1727275598,3,3),(136,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+YeXHaw',1727333895,1727333895,2,2),(137,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105719+qavB6c',1732100239,1732100239,2,2),(138,0,'Plotter - Initial content','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105758+V1kBjd',1732100278,1732100278,2,2),(139,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082922+MpPJuN',1736238562,1736238562,2,2),(140,0,'GA 10','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLgM9h',1727333895,1727333895,2,2),(141,0,'Sketch - Validate all sketch propieties','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110733+tujOPF',1732100853,1732100853,2,2),(142,0,'GA 11','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+fRjvbC',1727333895,1727333895,2,2),(143,0,'Sketch - Validate initial content','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110839+XpzBRs',1732100919,1732100919,2,2),(144,0,'GA 12','

Test: tolerance. Correct answer is a circle centered at origin with radius between 3 and 5. The exact correct answer is radius 4.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+FVBnE8',1727333895,1727333895,2,2),(145,0,'GA 13','

Test: labels. The initial content is already the correct answer. Check that labels are displayed both at the attempt and the correction.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+RMJRi2',1727333895,1727333895,2,2),(146,0,'GA 14','

Test: parallelogram. Draw a (-7,5), (0,-4), (5, 5) parallelogram

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLqyMF',1727333895,1727333895,2,2),(147,0,'GA 15','

Test: Custom graph. Check axis have been removed.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+isNwZR',1727333895,1727333895,2,2),(148,0,'GA 16','

Test: custom graph: axis ratio is 1:5. Build a circle centered at origin of radius 10.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+SV6ZYb',1727333895,1727333895,2,2),(149,0,'GA 17','

Test: Parabola. Draw a parabola with the given line as directriu and the point (4,3) as the focus.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+OLhJeU',1727333895,1727333895,2,2),(150,0,'GA 18','

Test: prohibit superfluous elements. The correct answer is the point (0,0), if the student answer contains any other element, the answer must be graded as incorrect.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+UcVQNF',1727333895,1727333895,2,2),(151,0,'GA 19','

Test: wiris.com graphical answer question example 1. Check the question can be answered correctly.


Question: Draw the bisector of the highlighted angle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+NIrDOO',1727333895,1727333895,2,2),(152,0,'GA 2','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+V6uUcD',1727333895,1727333895,2,2),(153,0,'Plotter - Validate customized toolbar','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105859+d9iCNk',1732100339,1732100339,2,2),(154,0,'GA 20','

Test: wiris.com graphical answer question example 2. Check the question can be answered correctly.


Question: Fill the region delimited by «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfenced open=¨{¨ close=¨¨»«mtable columnalign=¨left¨»«mtr»«mtd»«mi»x«/mi»«mo»-«/mo»«mi»y«/mi»«mo»§#8201;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mi»x«/mi»«mo»§#160;«/mo»«mo»§#60;«/mo»«mo»§#160;«/mo»«mn»10«/mn»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+fTT5Fo',1727333896,1727333896,2,2),(155,0,'GA 21','

Test: handrwitted paths. Check that initial content is visible and answer the question with a handwritted path.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+AObML8',1727333896,1727333896,2,2),(156,0,'GA 23','

Test: angle between rays. Draw an angle between the two rays.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+LSAUU6',1727333896,1727333896,2,2),(157,0,'GA 24','

Test: line width. Check that the initial content lines have width 8. Correct answer is the has the same lines. Try to change width to 4px.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+GnyNwE',1727333896,1727333896,2,2),(158,0,'GA 25','

Test: SA multiple correct answers: parallelogram. 

Correct answer is a parallelogram with vertices on (5,5), (-5,5), (5,-5), (-5,-5), but draw anything as the correct answer. The expected behaviour is that the grade of the question is 0.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+ElYLe5',1727333896,1727333896,2,2),(159,0,'GA 3','

Test: precision. Draw the incircle of the triangle

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+XpK1Hp',1727333896,1727333896,2,2),(160,0,'GA 4','

Test: match color. All elements must be red #B71C1C

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+leaV6j',1727333896,1727333896,2,2),(161,0,'GA 5','

Test: line type to dots of all elements

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+rTaTfI',1727333896,1727333896,2,2),(162,0,'GA 6','

Test: area. Draw the area of an ellipse

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+loLf0C',1727333896,1727333896,2,2),(163,0,'GA 7','

Test: distributed grades. Draw 5 circles of radius 2, each one centered on one of the 5 points

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+Q2Pdgg',1727333896,1727333896,2,2),(164,0,'GA 8','

Test: draw expression (x+3)^2.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+DU4DvN',1727333896,1727333896,2,2),(165,0,'GA 9','

Test: custom toolbar. Check you can only draw polygons.  square of vertices (0,4) (0, -4) (4, 0) (-4, 0) 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+lHDnne',1727333896,1727333896,2,2),(166,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120113051+U4RQ4p',1732102251,1732102251,2,2),(167,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107083011+ucPab7',1736238611,1736238611,2,2),(168,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926074813+IqDAga',1727336893,1727336893,2,2),(169,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926083936+9d8rXb',1727339976,1727339976,2,2),(170,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141508+26RfTp',1733235308,1733235308,2,2),(171,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+250103115615+3GPXnw',1735905375,1735905375,2,2),(172,0,'Test: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240926074813+d920KY',1727336893,1727336893,2,2),(173,0,'Smoke: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203141526+i6F0iU',1733235326,1733235326,2,2),(174,0,'Test: Cloze Question - SA text','

Answer anything to the following question. Correct answer is wiris.


Question: {#1}



',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+Cku1Kc',1727336893,1727336893,2,2),(175,174,'Test: Cloze Question - SA text','{:SA:=wiris}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074813+04Agmw',1727336893,1727336893,2,2),(176,0,'Test: Cloze question - MC','

What is the degree of the following polynomial? «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»a«/mi»«/mrow»«/msup»«mo»-«/mo»«mn»3«/mn»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»b«/mi»«/mrow»«/msup»«mo»+«/mo»«mn»2«/mn»«mi»x«/mi»«/math»

Solution: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+51Jjj6',1727336893,1727336893,2,2),(177,176,'Test: Cloze question - MC','{:MCS:=#c~#d~1}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074813+PhSmQz',1727336893,1727336893,2,2),(178,0,'Test: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+FgwJva',1727336894,1727336894,2,2),(179,0,'Smoke: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241203141537+ulWCbO',1733235337,1733235337,2,2),(180,178,'Test: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+uA58FM',1727336894,1727336894,2,2),(181,178,'Test: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074814+BxgQ8A',1727336894,1727336894,2,2),(182,0,'Test: Cloze question - SA equation','

Answer anything. Correct answer is 100.


Question: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+ddllH4',1727336894,1727336894,2,2),(183,182,'Test: Cloze question - SA equation','{:SA:=100}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+9jaEFS',1727336894,1727336894,2,2),(184,0,'Test: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240926074814+kRh61Y',1727336894,1727336894,2,2),(185,0,'Smoke: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203141559+Fc4KDY',1733235359,1733235359,2,2),(186,0,'Test: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074815+jaDKjo',1727336895,1727336895,2,2),(187,0,'Smoke: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141614+ZhNTKY',1733235374,1733235374,2,2),(188,0,'Test: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+kroxEj',1727336897,1727336897,2,2),(189,0,'Smoke: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141626+FwyLlG',1733235386,1733235386,2,2),(190,0,'Test: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+PNiSJD',1727336897,1727336897,2,2),(191,0,'Smoke: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141640+LKHoia',1733235400,1733235400,2,2),(192,0,'Test: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+TTof2a',1727336897,1727336897,2,2),(193,0,'Smoke: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141656+llcx85',1733235416,1733235416,2,2),(194,0,'Test: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Z2OZat',1727336897,1727336897,2,2),(195,0,'Smoke: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141709+lMRB0g',1733235429,1733235429,2,2),(196,0,'Test: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Qujcjy',1727336897,1727336897,2,2),(197,0,'Smoke: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141729+9wSeac',1733235449,1733235449,2,2),(198,0,'Test: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+ZnGzCA',1727336897,1727336897,2,2),(199,0,'Smoke: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141744+jt7wEC',1733235464,1733235464,2,2),(200,0,'Test: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240926074817+vQD9RK',1727336897,1727336897,2,2),(201,0,'Smoke: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203141757+7mSinE',1733235477,1733235477,2,2),(202,179,'Smoke: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241203141537+PtLvQt',1733235337,1733235337,2,2),(203,179,'Smoke: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241203141537+wng4G1',1733235337,1733235337,2,2),(204,0,'0 attachments','

0

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+oh0pGl',1727337430,1727337430,2,2),(205,0,'1 attachment','

1

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+RsIdPH',1727337430,1727337430,2,2),(206,0,'1 attachment','Test: 1 attachment allowed',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080053+6QTwXK',1727337653,1727337653,2,2),(207,0,'2 attachments','

2

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+eKTuGr',1727337430,1727337430,2,2),(208,0,'2 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080109+A7ZsdW',1727337669,1727337669,2,2),(209,0,'3 attachments','

3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+ENYQCe',1727337430,1727337430,2,2),(210,0,'3 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080119+qHGDy5',1727337679,1727337679,2,2),(211,0,'3 attachments','

Test: 3 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080143+CywcFP',1727337703,1727337703,2,2),(212,0,'4 or more attachments','

4...

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+tFNZza',1727337430,1727337430,2,2),(213,0,'4 or more attachments','

Test: 4 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080133+CIFDX9',1727337693,1727337693,2,2),(214,0,'Filter test: Graph plotter','

Graph plotter: #p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124159+3EygB0',1711024919,1711024919,5,5),(215,0,'Filter test: Graph plotter','

Graph plotter 2D: #plot2d


Graph plotter 3D: #plot3d

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124600+uIwYmn',1711025160,1711025160,5,5),(216,0,'Filter test: Graph plotter','

Graph plotter 2D: #plotter2


Graph plotter 3D: #plotter3

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124755+6YOrmv',1711025275,1711025275,5,5),(217,0,'05 graph','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124958+l8CE2j',1711025398,1711025398,5,5),(218,0,'Filter test: CAS plotter','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321125041+tRo9kU',1711025441,1711025441,5,5),(219,0,'Filter test: Wiris formula + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«mover»«mo»§#8644;«/mo»«mover»«mo»§#8644;«/mo»«mi»adf«/mi»«/mover»«/mover»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«mi»x«/mi»«mi»x«/mi»«/msqrt»«/msqrt»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x+2}$$

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240321125253+MHkCuR',1711025573,1711025573,5,5); +/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_answers` +-- + +DROP TABLE IF EXISTS `m_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesansw_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- + +LOCK TABLES `m_question_answers` WRITE; +/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; +INSERT INTO `m_question_answers` VALUES (1,1,'adeu',0,1.0000000,'',1),(2,2,'adeu',0,1.0000000,'',1),(3,3,'x+1',0,1.0000000,'',1),(4,3,'x-1',0,1.0000000,'',1),(5,4,'x+1',0,1.0000000,'',1),(6,4,'x-1',0,1.0000000,'',1),(7,5,'x+1',0,1.0000000,'',1),(8,6,'x+1',0,1.0000000,'',1),(9,7,'x+1',0,1.0000000,'',1),(10,8,'x+1',0,1.0000000,'',1),(11,9,'x+1',0,1.0000000,'',1),(12,10,'x+1',0,1.0000000,'',1),(13,10,'x-1',0,0.2000000,'',1),(14,11,'x+1',0,1.0000000,'',1),(15,11,'x-1',0,0.2000000,'',1),(16,12,'2/4',0,1.0000000,'',1),(17,13,'2/4',0,1.0000000,'',1),(18,14,'2/4',0,1.0000000,'',1),(19,15,'x+1',0,1.0000000,'',1),(20,16,'x+1',0,1.0000000,'',1),(21,17,'S1=#s1',0,1.0000000,'',1),(22,18,'#s1',0,1.0000000,'',1),(23,19,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[1],[2],[2],[3]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(24,20,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(25,21,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2,3,4],[2,1,2,3],[4,3,4,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(26,22,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(27,23,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(28,24,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(29,28,'#s1',0,1.0000000,'',1),(30,29,'#s2',0,1.0000000,'',1),(31,30,'#s1',1,1.0000000,'',1),(32,30,'#s2',1,0.0000000,'',1),(33,33,'#s1',0,1.0000000,'',1),(34,34,'#s2',0,1.0000000,'',1),(35,35,'#s1',1,1.0000000,'',1),(36,35,'#s2',1,0.0000000,'',1),(37,38,'#s1',1,1.0000000,'',1),(38,38,'#s2',1,0.0000000,'',1),(39,38,'#s3',1,0.0000000,'',1),(40,38,'#s4',1,0.0000000,'',1),(41,39,'#s3',0,1.0000000,'',1),(42,42,'#s1',1,1.0000000,'',1),(43,42,'#s2',1,0.0000000,'',1),(44,42,'#s3',1,0.0000000,'',1),(45,42,'#s4',1,0.0000000,'',1),(46,43,'#s1',1,1.0000000,'',1),(47,43,'#s2',1,0.0000000,'',1),(48,43,'#s3',1,0.0000000,'',1),(49,43,'#s4',1,0.0000000,'',1),(50,44,'#s1',1,1.0000000,'',1),(51,44,'#s2',1,0.0000000,'',1),(52,44,'#s3',1,0.0000000,'',1),(53,44,'#s4',1,0.0000000,'',1),(54,45,'#s1',1,1.0000000,'',1),(55,45,'#s2',1,0.0000000,'',1),(56,45,'#s3',1,0.0000000,'',1),(57,45,'#s4',1,0.0000000,'',1),(58,46,'#s1',1,1.0000000,'',1),(59,46,'#s2',1,0.0000000,'',1),(60,46,'#s3',1,0.0000000,'',1),(61,46,'#s4',1,0.0000000,'',1),(62,47,'#s1',1,1.0000000,'',1),(63,47,'#s2',1,0.0000000,'',1),(64,47,'#s3',1,0.0000000,'',1),(65,47,'#s4',1,0.0000000,'',1),(66,50,'#sol',0,1.0000000,'',1),(67,51,'#s1',1,1.0000000,'',1),(68,51,'#s2',1,0.0000000,'',1),(69,51,'#s3',1,0.0000000,'',1),(70,51,'#s4',1,0.0000000,'',1),(71,52,'#s3',0,1.0000000,'',1),(72,53,'#s1',1,1.0000000,'',1),(73,53,'#s2',1,0.0000000,'',1),(74,53,'#s3',1,0.0000000,'',1),(75,53,'#s4',1,0.0000000,'',1),(76,54,'#s1',1,1.0000000,'',1),(77,54,'#s2',1,0.0000000,'',1),(78,54,'#s3',1,0.0000000,'',1),(79,54,'#s4',1,0.0000000,'',1),(80,55,'#s1',1,1.0000000,'',1),(81,55,'#s2',1,0.0000000,'',1),(82,55,'#s3',1,0.0000000,'',1),(83,55,'#s4',1,0.0000000,'',1),(84,56,'#s1',1,1.0000000,'',1),(85,56,'#s2',1,0.0000000,'',1),(86,56,'#s3',1,0.0000000,'',1),(87,56,'#s4',1,0.0000000,'',1),(88,57,'#s1',1,1.0000000,'',1),(89,57,'#s2',1,0.0000000,'',1),(90,57,'#s3',1,0.0000000,'',1),(91,57,'#s4',1,0.0000000,'',1),(92,58,'#s1',1,1.0000000,'',1),(93,58,'#s2',1,0.0000000,'',1),(94,58,'#s3',1,0.0000000,'',1),(95,58,'#s4',1,0.0000000,'',1),(96,59,'#s1',0,1.0000000,'',1),(97,60,'#s2',0,1.0000000,'',1),(98,61,'#s1',1,1.0000000,'',1),(99,61,'#s2',1,0.0000000,'',1),(100,62,'#sol',0,1.0000000,'',1),(101,63,'#s1',0,1.0000000,'',1),(102,64,'#s2',0,1.0000000,'',1),(103,65,'#s1',1,1.0000000,'',1),(104,65,'#s2',1,0.0000000,'',1),(105,66,'#s1',0,1.0000000,'',1),(106,67,'#s2',0,1.0000000,'',1),(107,68,'#s1',1,1.0000000,'',1),(108,68,'#s2',1,0.0000000,'',1),(109,69,'#L1',0,1.0000000,'',1),(110,70,'#L1',0,1.0000000,'',1),(111,71,'#L1',0,1.0000000,'',1),(112,72,'x =5y =10z =15',0,1.0000000,'',1),(113,73,'x =5y =10z =15',0,1.0000000,'',1),(114,74,'x =5y =10z =15',0,1.0000000,'',1),(115,74,'x =5y =10z = 15',0,0.0000000,'',1),(116,75,'2',0,1.0000000,'',1),(117,76,'58',0,1.0000000,'',1),(118,77,'p1 = 2p2 = 3',0,1.0000000,'',1),(119,78,'(x-2)(x+3)',0,1.0000000,'',1),(120,79,'x1=1x2=2',0,1.0000000,'

If your answer were correct, «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»1«/mn»«mo»)«/mo»«mo»=«/mo»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»2«/mn»«mo»)«/mo»«mo»=«/mo»«mn»0«/mn»«/math»


',1),(121,80,'5%',0,1.0000000,'',1),(122,81,'100',0,1.0000000,'',1),(123,82,'cos x',0,1.0000000,'',1),(124,83,'cos x',0,1.0000000,'',1),(125,96,'True',0,1.0000000,'',1),(126,96,'False',0,0.0000000,'',1),(127,97,'True',0,0.0000000,'',1),(128,97,'False',0,1.0000000,'',1),(129,98,'True',0,0.0000000,'',1),(130,98,'False',0,1.0000000,'',1),(131,99,'True',0,0.0000000,'',1),(132,99,'False',0,1.0000000,'',1),(133,100,'True',0,0.0000000,'',1),(134,100,'False',0,1.0000000,'',1),(135,101,'True',0,1.0000000,'',1),(136,101,'False',0,0.0000000,'',1),(137,102,'True',0,1.0000000,'',1),(138,102,'False',0,0.0000000,'',1),(139,103,'True',0,1.0000000,'',1),(140,103,'False',0,0.0000000,'',1),(141,104,'True',0,1.0000000,'',1),(142,104,'False',0,0.0000000,'',1),(143,121,'

#a

',1,0.7000000,'',1),(144,121,'

#b

',1,0.1250000,'',1),(145,121,'

#c

',1,0.3333333,'',1),(146,121,'

#d

',1,1.0000000,'',1),(147,122,'

#a

',1,0.7000000,'',1),(148,122,'

#b

',1,0.1250000,'',1),(149,122,'

#c

',1,0.3333333,'',1),(150,122,'

#d

',1,1.0000000,'',1),(151,123,'

#a

',1,0.7000000,'',1),(152,123,'

#b

',1,0.1250000,'',1),(153,123,'

#c

',1,0.3333333,'',1),(154,123,'

#d

',1,1.0000000,'',1),(155,124,'

#a

',1,0.7000000,'',1),(156,124,'

#b

',1,0.1250000,'',1),(157,124,'

#c

',1,0.3333333,'',1),(158,124,'

#d

',1,1.0000000,'',1),(159,125,'

#a

',1,0.7000000,'',1),(160,125,'

#b

',1,0.1250000,'',1),(161,125,'

#c

',1,0.3333333,'',1),(162,125,'

#d

',1,1.0000000,'',1),(163,126,'

#a

',1,0.7000000,'',1),(164,126,'

#b

',1,0.1250000,'',1),(165,126,'

#c

',1,0.3333333,'',1),(166,126,'

#d

',1,1.0000000,'',1),(167,127,'

#a

',1,0.7000000,'',1),(168,127,'

#b

',1,0.1250000,'',1),(169,127,'

#c

',1,0.3333333,'',1),(170,127,'

#d

',1,1.0000000,'',1),(171,128,'

#a

',1,0.7000000,'',1),(172,128,'

#b

',1,0.1250000,'',1),(173,128,'

#c

',1,0.3333333,'',1),(174,128,'

#d

',1,1.0000000,'',1),(175,128,'

e

',1,0.5000000,'',1),(176,128,'

f

',1,0.0000000,'',1),(177,128,'

g

',1,-0.1000000,'',1),(178,129,'

#a

',1,0.7000000,'',1),(179,129,'

#b

',1,0.1250000,'',1),(180,129,'

#c

',1,0.3333333,'',1),(181,129,'

#d

',1,1.0000000,'',1),(182,129,'

e

',1,0.5000000,'',1),(183,129,'

f

',1,0.0000000,'',1),(184,129,'

g

',1,-0.1000000,'',1),(185,130,'

#a

',1,0.7000000,'',1),(186,130,'

#b

',1,0.1250000,'',1),(187,130,'

#c

',1,0.3333333,'',1),(188,130,'

#d

',1,1.0000000,'',1),(189,131,'

#a

',1,0.7000000,'',1),(190,131,'

#b

',1,0.1250000,'',1),(191,131,'

#c

',1,0.3333333,'',1),(192,131,'

#d

',1,1.0000000,'',1),(193,132,'

0

',1,1.0000000,'',1),(194,132,'

1

',1,0.0000000,'',1),(195,132,'

1/2

',1,0.0000000,'',1),(196,133,'#a',0,1.0000000,'',1),(197,134,'wiris',0,1.0000000,'',1),(198,135,'wiris',0,1.0000000,'',1),(199,136,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(200,137,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(201,138,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(202,139,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(203,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(204,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(205,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(206,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(207,142,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(208,143,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(209,144,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[0,8,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[-8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line\",\"coordinates\":[0,8,-32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_perpendicular_to_element_by_point\",\"input\":[\"a\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"b\",\"C\"],\"output\":[\"c\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"C\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"D\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"d\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"E\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(210,145,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.993927125506076,5.1437246963562755],\"text\":\"Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(211,146,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-7,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-7,5],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-7,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-7,5],[0,-4],[5,5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(212,147,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0.850202429149796,3.698380566801619],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-14.40086298742808,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(213,148,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-100,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"aspect_ratio\":0.2,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":105,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(214,149,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-3,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,-3,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[-0.5,-0.5,-25,0.5,4,3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"parabola_by_focus_and_directrix\",\"input\":[\"a\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(215,150,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]}],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21.000000000000004,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(216,151,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-34.68825910931174,14.113360323886642],\"text\":\"y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(217,152,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label\":true,\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(218,153,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label_visibility\":\"always\",\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(219,154,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-11.806666666666665,-14.61833333333334],\"text\":\"y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(220,155,'{\"elements\":[{\"id\":\"k\",\"type\":\"path\",\"coordinates\":[[-1.2753036437246976,6.504048582995951],[-1.2753036437246976,6.461538461538462],[-1.1477732793522275,6.419028340080972],[-1.0627530364372486,6.419028340080972],[-0.8076923076923102,6.376518218623482],[-0.467611336032391,6.3340080971659924],[0.34008097165991913,6.206477732793522],[0.6376518218623453,6.1214574898785425],[0.6801619433198383,6.078947368421053],[0.6801619433198383,5.823886639676114],[0.34008097165991913,5.228744939271255],[-0.34008097165991913,4.676113360323887],[-1.0202429149797574,4.208502024291498],[-1.4028340080971677,3.9534412955465585],[-1.6153846153846168,3.8259109311740893],[-1.7004048582995956,3.783400809716599],[-1.7004048582995956,3.7408906882591095],[-1.7004048582995956,3.698380566801619],[-1.2327935222672082,3.358299595141701],[-0.4251012145749016,3.145748987854251],[0.29757085020242613,3.018218623481782],[1.0627530364372468,2.805668016194332],[1.5303643724696343,2.720647773279352],[1.7854251012145745,2.5506072874493926],[1.827935222672064,2.508097165991903],[1.8704453441295534,2.4230769230769234],[1.9129554655870429,2.168016194331985],[1.827935222672064,1.8279352226720658],[1.1052631578947363,1.1477732793522275],[0.46761133603238747,0.6376518218623488],[-0.4251012145749016,0.04251012145748945],[-0.892712550607289,-0.5101214574898787],[-0.892712550607289,-0.6801619433198383],[-0.9352226720647785,-0.8502024291497978],[-0.8502024291497996,-1.190283400809717],[-0.6376518218623488,-1.4453441295546554],[-0.4251012145749016,-1.6578947368421044],[-0.08502024291498245,-1.7854251012145745],[0.21255060728744724,-1.8704453441295534],[0.34008097165991913,-2.040485829959513],[0.5101214574898769,-2.1255060728744937],[0.5101214574898769,-2.2955465587044532],[0.5101214574898769,-2.5080971659919022],[0.12753036437246834,-3.1882591093117405],[-0.17004048582996134,-3.7408906882591086],[-0.3825910931174086,-4.336032388663968],[-0.5101214574898805,-4.761133603238866],[-0.5101214574898805,-5.0161943319838045],[-0.5101214574898805,-5.143724696356275],[-0.4251012145749016,-5.228744939271255],[-0.34008097165991913,-5.313765182186234],[0.34008097165991913,-5.653846153846153],[0.5951417004048558,-5.738866396761132],[1.1052631578947363,-5.823886639676111],[1.6153846153846132,-5.951417004048583]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(221,156,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"ray\",\"coordinates\":[[-4,0],[12,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[-4,0],[96,0],[66.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line\",\"coordinates\":[0,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(222,157,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":8,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":8,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":8,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(223,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-5,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-5,5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(224,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[5,-5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[5,-5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[5,-5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,0.4000000,'',1),(225,159,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-8,-4],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[8,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[8,0],[-8,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-10.329959514170039,-6.334008097165992],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,69.12369486469211,0,8,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-5.93980298026617,-1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,26.434877486920414,0,5.93980298026617,1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-4.800543408594238,-3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"conic\",\"coordinates\":[1,1,22.40978135469628,0,4.800543408594238,3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-2.7403463888604045,-0.624889577481275],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line\",\"coordinates\":[-3.375110422518725,5.259653611139596,-5.962268935591418],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[-3.1882591093117423,7.3117408906882595],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"conic\",\"coordinates\":[1,1,24.11433968758707,0,0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[-2.1536727846589545,3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"i\",\"type\":\"conic\",\"coordinates\":[1,1,3.6949082301156793,0,2.1536727846589545,-3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[2.75804688138985,3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"j\",\"type\":\"conic\",\"coordinates\":[1,1,11.17757806749135,0,-2.75804688138985,-3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"K\",\"type\":\"point\",\"coordinates\":[0.604374096730895,1.239373858133919],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"k\",\"type\":\"line\",\"coordinates\":[4.760626141866081,0.604374096730895,-3.6262445803853702],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"L\",\"type\":\"point\",\"coordinates\":[0.5712658275867035,1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"M\",\"type\":\"point\",\"coordinates\":[1.1774231959990473,-1.7056442010002382],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"l\",\"type\":\"line\",\"coordinates\":[16,4,-15.140917747199456],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"N\",\"type\":\"point\",\"coordinates\":[1.3612304557176151,-1.6596923860705963],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"m\",\"type\":\"conic\",\"coordinates\":[1,1,-8.03190688014069,0,-0.5712658275867035,-1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"D\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"a\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"c\"],\"output\":[\"F\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"F\",\"A\"],\"output\":[\"f\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"f\",\"e\"],\"output\":[\"G\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"G\"],\"output\":[\"g\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"H\"],\"output\":[\"h\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"h\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"I\",\"B\"],\"output\":[\"i\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"h\",\"b\"],\"output\":[\"J\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"J\",\"B\"],\"output\":[\"j\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"i\",\"j\"],\"output\":[\"K\"]},{\"type\":\"line_by_two_points\",\"input\":[\"B\",\"K\"],\"output\":[\"k\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"g\",\"k\"],\"output\":[\"L\"]},{\"type\":\"point_on_generic_element\",\"input\":[\"c\"],\"output\":[\"M\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"c\",\"L\"],\"output\":[\"l\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"l\",\"c\"],\"output\":[\"N\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"L\",\"N\"],\"output\":[\"m\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"f\"},{\"color\":\"#725950\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#CA3E6C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"h\"},{\"color\":\"#DBB14D\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"i\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"j\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"l\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"m\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"K\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"L\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"M\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"N\"}],\"id\":\"\",\"center\":[2.5577276006935006,4.127780122988777],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":22.67206477732791,\"height\":13.999999999999986,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(226,160,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,-6,0,6,0],[6,0,-6,0,6]],\"piece_reversed\":[false,false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"yAxis\",\"a\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"B\"],\"output\":[\"e\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"e\",\"d\",\"c\",\"b\"],\"output\":[\"f\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#B71C1C3F\",\"color\":\"#B71C1C\",\"ref\":\"f\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(227,161,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"C\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(228,162,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"ellipse_by_foci_and_point\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#BA48483F\",\"color\":\"#BA4848\",\"ref\":\"b\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(229,163,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[2,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-8,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-8,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,48,0,-4,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,-4,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,16,0,-2,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"F\"],\"output\":[\"a\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"G\"],\"output\":[\"b\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"H\"],\"output\":[\"c\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"I\"],\"output\":[\"d\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"J\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(230,164,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.951417004048583,1.317813765182187],\"text\":\"x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(231,165,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polygon\",\"coordinates\":[[0,4],[-4,0],[0,-4],[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"polygon_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"A\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"A\",\"a\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#3575B73F\",\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":14,\"height\":14,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(232,166,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,4,3,2,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(233,167,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(234,175,'wiris',0,1.0000000,'',1),(235,177,'#c',1,1.0000000,'',1),(236,177,'#d',1,0.0000000,'',1),(237,177,'1',1,0.0000000,'',1),(238,180,'#sol',0,1.0000000,'',1),(239,181,'#corr',1,1.0000000,'',1),(240,181,'#incorr',1,0.0000000,'',1),(241,183,'100',0,1.0000000,'',1),(242,184,'

#p

',1,1.0000000,'',1),(243,184,'

23

',1,0.0000000,'',1),(244,184,'

#q

',1,0.0000000,'',1),(245,184,'

#r

',1,0.0000000,'',1),(246,185,'

#p

',1,1.0000000,'',1),(247,185,'

23

',1,0.0000000,'',1),(248,185,'

#q

',1,0.0000000,'',1),(249,185,'

#r

',1,0.0000000,'',1),(250,186,'m =#mn =#n',0,1.0000000,'',1),(251,187,'m =#mn =#n',0,1.0000000,'',1),(252,188,'A-1=#j#f#g#h',0,1.0000000,'',1),(253,189,'A-1=#j#f#g#h',0,1.0000000,'',1),(254,190,'23',0,1.0000000,'',1),(255,191,'23',0,1.0000000,'',1),(256,192,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(257,193,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(258,194,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(259,195,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(260,196,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(261,197,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(262,198,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(263,199,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(264,200,'True',0,0.0000000,'',1),(265,200,'False',0,1.0000000,'',1),(266,201,'True',0,0.0000000,'',1),(267,201,'False',0,1.0000000,'',1),(268,202,'#sol',0,1.0000000,'',1),(269,203,'#corr',1,1.0000000,'',1),(270,203,'#incorr',1,0.0000000,'',1),(271,214,'1',0,1.0000000,'',1),(272,215,'1',0,1.0000000,'',1),(273,216,'1',0,1.0000000,'',1),(274,217,'#r',0,1.0000000,'',1),(275,218,'#r',0,1.0000000,'',1); +/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `m_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB AUTO_INCREMENT=1279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- + +LOCK TABLES `m_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; +INSERT INTO `m_question_attempt_step_data` VALUES (1,1,'_qi','141342]]>4]]>1]]>241{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(2,2,'answer','

43

'),(3,2,'answerformat','1'),(4,2,'_sqi','0{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(5,3,'-finish','1'),(6,4,'-comment',''),(7,4,'-commentformat','1'),(8,4,'-mark','1'),(9,4,'-maxmark','1'),(10,5,'_stemorder','61,62,60,58,59'),(11,5,'_choiceorder','62,59,61,58,60'),(12,5,'_qi','14'),(13,6,'sub0','3'),(14,6,'sub1','1'),(15,6,'sub2','5'),(16,6,'sub3','4'),(17,6,'sub4','2'),(18,6,'_sqi','0'),(19,7,'-finish','1'),(20,8,'_sub2_order','239,240'),(21,8,'_qi','23158314111]]>-3]]>1]]>non-singular]]>-9]]>-4]]>-1]]>0]]>0]]>-1]]>singular]]>31]]>1-31non - singular-9-4-100-1singular31'),(22,8,'_sub1_response_hash','c16a5320fa475530d9583c34fd356ef5'),(23,8,'_sub1_c16a53_matching_answer','194'),(24,8,'_sub1_matching_answer','0'),(25,8,'_gc','0'),(26,9,'sub1_answer','31'),(27,9,'sub2_answer','0'),(28,9,'_sqi','031'),(29,10,'-finish','1'),(30,11,'_order','244,242,245,243'),(31,11,'_qi','5734948]]>2]]>16]]>14]]>9]]>8216149{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(32,12,'answer','1'),(33,12,'_sqi','0{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(34,13,'-finish','1'),(35,14,'_qi','6615m =3/73/7n =55]]>411007]]>-2]]>-5]]>-4]]>5]]>-7]]>-4]]>285]]>7-2-5-45-7-428/5'),(36,14,'_matching_answer_grade',NULL),(37,14,'_matching_answer','0'),(38,14,'_response_hash','73a8ba18e38861e7e64fd93ecfa62fe1'),(39,14,'_gc','0'),(40,15,'answer','m =3/73/7n =55'),(41,15,'_sqi','0m =3/73/7n =55]]>'),(42,16,'-finish','1'),(43,17,'-comment',''),(44,17,'-commentformat','1'),(45,17,'-mark','1'),(46,17,'-maxmark','1'),(47,18,'_qi','20533A-1=-123423723-523]]>4115]]>4]]>7]]>1]]>423]]>723]]>-523]]>-123]]>54714/237/23-5/23-1/23'),(48,18,'_matching_answer_grade',NULL),(49,18,'_matching_answer_wq','0'),(50,18,'_matching_answer','252'),(51,18,'_response_hash','47b81d02bbfe5b6e0aec0b1eb0cff243'),(52,18,'_gc','0'),(53,19,'answer','A-1=-123423723-523'),(54,19,'_sqi','0A-1=-123423723-523]]>'),(55,20,'-finish','1'),(56,21,'_qi','123411'),(57,21,'_matching_answer_grade',NULL),(58,21,'_matching_answer_wq','0'),(59,21,'_matching_answer','254'),(60,21,'_response_hash','37693cfc748049e45d87b8c7d8b9aacd'),(61,21,'_gc','0'),(62,22,'answer','23'),(63,22,'_sqi','023'),(64,23,'-finish','1'),(65,24,'_qi','2020411'),(66,24,'_matching_answer_grade',NULL),(67,24,'_matching_answer_wq','0'),(68,24,'_matching_answer','256'),(69,24,'_response_hash','10d52669e4b0a37d803e611aa2db8c7a'),(70,24,'_gc','0'),(71,25,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(72,25,'_sqi','0'),(73,26,'-finish','1'),(74,27,'_qi','966Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4111111'),(75,27,'_matching_answer_grade',NULL),(76,27,'_matching_answer_wq','0'),(77,27,'_matching_answer','258'),(78,27,'_response_hash','003e9e0fc7eb1c02c2fb9953ca410435'),(79,27,'_gc','0'),(80,28,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(81,28,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(82,29,'-finish','1'),(83,30,'_qi','12405Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111'),(84,30,'_matching_answer_grade',NULL),(85,30,'_matching_answer_wq','0'),(86,30,'_matching_answer','260'),(87,30,'_response_hash','4186f11014de2f37f9b6e330c7abc196'),(88,30,'_gc','0'),(89,31,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(90,31,'_sqi','0Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(91,32,'-finish','1'),(92,33,'_qi','7721MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(93,33,'_matching_answer_grade',NULL),(94,33,'_matching_answer_wq','0'),(95,33,'_matching_answer','262'),(96,33,'_response_hash','7708449cc92611db16527647620c825a'),(97,33,'_gc','0'),(98,34,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,0,0,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(99,34,'_sqi','0MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(100,35,'-finish','1'),(101,36,'_qi','48363442]]>true]]>42true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(102,37,'answer','1'),(103,37,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(104,38,'-finish','1'),(105,39,'_qi','321694-1]]>8]]>2]]>-182{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(106,40,'answer','

nlk

'),(107,40,'answerformat','1'),(108,40,'_sqi','0{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(109,41,'-finish','1'),(110,42,'_stemorder','59,62,58,60,61'),(111,42,'_choiceorder','62,58,60,61,59'),(112,42,'_qi','14'),(113,43,'sub0','1'),(114,43,'sub1','1'),(115,43,'sub2','2'),(116,43,'sub3','3'),(117,43,'sub4','4'),(118,43,'_sqi','0'),(119,44,'-finish','1'),(120,45,'_sub2_order','239,240'),(121,45,'_qi','9650-159411-2]]>-8]]>9]]>non-singular]]>-9]]>-2]]>0]]>-2]]>-1]]>3]]>singular]]>-159]]>-2-89non - singular-9-20-2-13singular-159'),(122,45,'_sub1_response_hash','59f72fd83d81659d5e3f6f9b8d0ab19a'),(123,45,'_sub1_59f72f_matching_answer','194'),(124,45,'_sub1_matching_answer','0'),(125,45,'_gc','0'),(126,46,'sub1_answer','-159'),(127,46,'sub2_answer','0'),(128,46,'_sqi','0-159'),(129,47,'-finish','1'),(130,48,'_order','244,242,245,243'),(131,48,'_qi','2951345]]>2]]>10]]>8]]>6]]>521086{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(132,49,'answer','1'),(133,49,'_sqi','0{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(134,50,'-finish','1'),(135,51,'_qi','55244m =55n =-12-12]]>41111-2]]>4]]>-4]]>-4]]>1]]>3]]>5]]>-12]]>-24-4-4135-12'),(136,51,'_matching_answer_grade',NULL),(137,51,'_matching_answer_wq','0'),(138,51,'_matching_answer','250'),(139,51,'_response_hash','dd9a7a6cce1f03d2367753d410374e3b'),(140,51,'_gc','0'),(141,52,'answer','m =55n =-12-12'),(142,52,'_sqi','0m =55n =-12-12]]>'),(143,53,'-finish','1'),(144,54,'_qi','1633A-1=]]>4003]]>-1]]>7]]>3]]>116]]>-716]]>316]]>316]]>3-1731/16-7/163/163/16'),(145,54,'_matching_answer_grade',NULL),(146,54,'_matching_answer','0'),(147,54,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(148,54,'_gc','0'),(149,55,'answer','A-1='),(150,55,'_sqi','0A-1=]]>'),(151,56,'-finish','1'),(152,57,'_qi','156410'),(153,57,'_matching_answer_grade',NULL),(154,57,'_matching_answer','0'),(155,57,'_response_hash','9f61408e3afb633e50cdf1b20de6f466'),(156,57,'_gc','0'),(157,58,'answer','56'),(158,58,'_sqi','056'),(159,59,'-finish','1'),(160,60,'_qi','21421410'),(161,60,'_matching_answer_grade',NULL),(162,60,'_matching_answer','0'),(163,60,'_response_hash','29054952006d9193e306bf87f271dc75'),(164,60,'_gc','0'),(165,61,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":false,\"circuits\":[{\"vertices\":[[0,2,-2,0],[4,0,0,4]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"rectangle\",\"coordinates\":[[-17.00404858299595,12.511893122658284],[17.00404858299595,-12.511893122658284]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"b\",\"c\",\"a\",\"viewport_\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(166,61,'_sqi','0'),(167,62,'-finish','1'),(168,63,'_qi','1309Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4100000'),(169,63,'_matching_answer_grade',NULL),(170,63,'_matching_answer','0'),(171,63,'_response_hash','0de0ad96cf7878c0f2c00d4b7e88f031'),(172,63,'_gc','0'),(173,64,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[6],[0],[7],[0],[8]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(174,64,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(175,65,'-finish','1'),(176,66,'_qi','37973Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41000'),(177,66,'_matching_answer_grade',NULL),(178,66,'_matching_answer','0'),(179,66,'_response_hash','2bbabe2d7d3f118d21693659aa83e310'),(180,66,'_gc','0'),(181,67,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[2,1,1,1],[2.1,2.1,2.1,2.1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(182,67,'_sqi','0Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(183,68,'-finish','1'),(184,69,'_qi','24053label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410010'),(185,69,'_matching_answer_grade',NULL),(186,69,'_matching_answer','0'),(187,69,'_response_hash','772f051438a69080777d5ec076948b9a'),(188,69,'_gc','0'),(189,70,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,5,4,3,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(190,70,'_sqi','0label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(191,71,'-finish','1'),(192,72,'_qi','15093444]]>true]]>44true{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(193,73,'_sqi','0{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(194,74,'-finish','1'),(195,75,'_qi','516440]]>4]]>3]]>043{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(196,76,'answer',''),(197,76,'answerformat','1'),(198,76,'_sqi','0{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(199,77,'-finish','1'),(200,78,'_stemorder','58,61,60,62,59'),(201,78,'_choiceorder','60,62,59,61,58'),(202,78,'_qi','14'),(203,79,'sub0','0'),(204,79,'sub1','0'),(205,79,'sub2','0'),(206,79,'sub3','0'),(207,79,'sub4','0'),(208,79,'_sqi','0'),(209,80,'-finish','1'),(210,81,'_sub2_order','239,240'),(211,81,'_qi','5314742]]>-1]]>1]]>non-singular]]>7]]>-4]]>-3]]>-2]]>2]]>-1]]>singular]]>13]]>2-11non - singular7-4-3-22-1singular13'),(212,82,'sub1_answer',''),(213,82,'sub2_answer',''),(214,82,'_sqi','0'),(215,83,'-finish','1'),(216,84,'_order','245,243,244,242'),(217,84,'_qi','5650748]]>6]]>48]]>46]]>25]]>86484625{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(218,85,'answer','-1'),(219,85,'_sqi','0{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(220,86,'-finish','1'),(221,87,'_qi','64938m =n =]]>40000-4]]>-2]]>-2]]>3]]>4]]>-4]]>7]]>-3]]>-4-2-234-47-3'),(222,87,'_matching_answer_grade',NULL),(223,87,'_matching_answer','0'),(224,87,'_response_hash','cc360376877b687c44a80c488663ca90'),(225,87,'_gc','0'),(226,88,'answer','m =n ='),(227,88,'_sqi','0m =n =]]>{"symbols":["-","2","3","4","7","=","m","n"," "," "],"structure":["General","Fraction","Multiline"]}'),(228,89,'-finish','1'),(229,90,'_qi','48867A-1=]]>4004]]>4]]>7]]>3]]>14]]>716]]>-14]]>-316]]>44731/47/16-1/4-3/16'),(230,90,'_matching_answer_grade',NULL),(231,90,'_matching_answer','0'),(232,90,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(233,90,'_gc','0'),(234,91,'answer','A-1='),(235,91,'_sqi','0A-1=]]>'),(236,92,'-finish','1'),(237,93,'_qi','1410'),(238,93,'_matching_answer_grade',NULL),(239,93,'_matching_answer','0'),(240,93,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(241,93,'_gc','0'),(242,94,'answer',''),(243,94,'_sqi','0'),(244,95,'-finish','1'),(245,96,'_qi','50077410'),(246,96,'_matching_answer_grade',NULL),(247,96,'_matching_answer','0'),(248,96,'_response_hash','079aaedffee93abbfa52fc0c7b093e25'),(249,96,'_gc','0'),(250,97,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(251,97,'_sqi','0'),(252,98,'-finish','1'),(253,99,'_qi','14532Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4101111'),(254,99,'_matching_answer_grade',NULL),(255,99,'_matching_answer','0'),(256,99,'_response_hash','44a84633d66cb020334070a73bfbb6bd'),(257,99,'_gc','0'),(258,100,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(259,100,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(260,101,'-finish','1'),(261,102,'_qi','2692641000'),(262,102,'_matching_answer_grade',NULL),(263,102,'_matching_answer','0'),(264,102,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(265,102,'_gc','0'),(266,103,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(267,103,'_sqi','0'),(268,104,'-finish','1'),(269,105,'_qi','57759410000'),(270,105,'_matching_answer_grade',NULL),(271,105,'_matching_answer','0'),(272,105,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(273,105,'_gc','0'),(274,106,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(275,106,'_sqi','0'),(276,107,'-finish','1'),(277,108,'_qi','34651424]]>true]]>24true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(278,109,'answer','0'),(279,109,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(280,110,'-finish','1'),(281,111,'_sub1_order','72,73,74,75'),(282,111,'_sub2_order','76,79,78,77'),(283,111,'_sub3_order','80,81,82,83'),(284,111,'_sub4_order','85,84,87,86'),(285,111,'_sub5_order','88,89,90,91'),(286,111,'_sub6_order','94,92,95,93'),(287,111,'_qi','6197341]]>7]]>0]]>0]]>1700{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(288,112,'sub1_answer','0'),(289,112,'sub2_answer','0'),(290,112,'sub3_answer','0'),(291,112,'sub4_answer','1'),(292,112,'sub5_answer','0'),(293,112,'sub6_answer','1'),(294,112,'_sqi','0{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(295,113,'-finish','1'),(296,114,'_sub1_order','67,68,69,70'),(297,114,'_qi','5534124116]]>3]]>2]]>3]]>6323{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(298,114,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(299,114,'_sub2_c81e72_matching_answer','64'),(300,114,'_sub2_matching_answer','0'),(301,114,'_gc','0'),(302,115,'sub1_answer','0'),(303,115,'sub2_answer','2'),(304,115,'_sqi','02{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(305,116,'-finish','1'),(306,117,'_sub3_order','98,99'),(307,117,'_qi','170581241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(308,117,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(309,117,'_sub1_c4ca42_matching_answer','89'),(310,117,'_sub1_matching_answer','0'),(311,117,'_gc','0'),(312,117,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(313,117,'_sub2_c81e72_matching_answer','90'),(314,117,'_sub2_matching_answer','0'),(315,118,'sub1_answer','1'),(316,118,'sub2_answer','2'),(317,118,'sub3_answer','0'),(318,118,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(319,119,'-finish','1'),(320,120,'_qi','365603x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(321,120,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(322,120,'_sub1_7cd1d0_matching_answer','93'),(323,120,'_sub1_matching_answer','0'),(324,120,'_gc','0'),(325,121,'sub1_answer','3x+1'),(326,121,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(327,122,'-finish','1'),(328,123,'_sub3_order','107,108'),(329,123,'_qi','582391241111]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(330,123,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(331,123,'_sub1_c4ca42_matching_answer','98'),(332,123,'_sub1_matching_answer','0'),(333,123,'_gc','0'),(334,123,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(335,123,'_sub2_c81e72_matching_answer','99'),(336,123,'_sub2_matching_answer','0'),(337,124,'sub1_answer','1'),(338,124,'sub2_answer','2'),(339,124,'sub3_answer','0'),(340,124,'_sqi','012{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(341,125,'-finish','1'),(342,126,'_sub1_order','72,73,74,75'),(343,126,'_sub2_order','77,79,76,78'),(344,126,'_sub3_order','80,81,82,83'),(345,126,'_sub4_order','84,85,87,86'),(346,126,'_sub5_order','88,89,90,91'),(347,126,'_sub6_order','93,94,92,95'),(348,126,'_qi','1454249]]>8]]>7]]>9]]>9879{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(349,127,'sub1_answer','1'),(350,127,'sub2_answer','3'),(351,127,'sub3_answer','1'),(352,127,'sub4_answer','2'),(353,127,'sub5_answer','3'),(354,127,'sub6_answer','0'),(355,127,'_sqi','0{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(356,128,'-finish','1'),(357,129,'_sub1_order','67,68,69,70'),(358,129,'_qi','64906g4107]]>10]]>1]]>1]]>71011{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(359,129,'_sub2_response_hash','b2f5ff47436671b6e533d8dc3614845d'),(360,129,'_sub2_b2f5ff_matching_answer','0'),(361,129,'_sub2_matching_answer','0'),(362,129,'_gc','0'),(363,130,'sub1_answer','2'),(364,130,'sub2_answer','g'),(365,130,'_sqi','0g{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(366,131,'-finish','1'),(367,132,'_sub3_order','98,99'),(368,132,'_qi','259112141001]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(369,132,'_sub1_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(370,132,'_sub1_c81e72_matching_answer','0'),(371,132,'_sub1_matching_answer','0'),(372,132,'_gc','0'),(373,132,'_sub2_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(374,132,'_sub2_c4ca42_matching_answer','0'),(375,132,'_sub2_matching_answer','0'),(376,133,'sub1_answer','2'),(377,133,'sub2_answer','1'),(378,133,'sub3_answer','1'),(379,133,'_sqi','021{"symbols":["1","2"],"structure":["General","Fraction"]}'),(380,134,'-finish','1'),(381,135,'_qi','3843154103·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(382,135,'_sub1_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(383,135,'_sub1_e4da3b_matching_answer','0'),(384,135,'_sub1_matching_answer','0'),(385,135,'_gc','0'),(386,136,'sub1_answer','5'),(387,136,'_sqi','05{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(388,137,'-finish','1'),(389,138,'_sub3_order','107,108'),(390,138,'_qi','46764541001]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(391,138,'_sub1_response_hash','a87ff679a2f3e71d9181a67b7542122c'),(392,138,'_sub1_a87ff6_matching_answer','0'),(393,138,'_sub1_matching_answer','0'),(394,138,'_gc','0'),(395,138,'_sub2_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(396,138,'_sub2_e4da3b_matching_answer','0'),(397,138,'_sub2_matching_answer','0'),(398,139,'sub1_answer','4'),(399,139,'sub2_answer','5'),(400,139,'sub3_answer','0'),(401,139,'_sqi','045{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(402,140,'-finish','1'),(403,141,'_sub1_order','72,73,74,75'),(404,141,'_sub2_order','76,78,79,77'),(405,141,'_sub3_order','80,81,82,83'),(406,141,'_sub4_order','84,85,86,87'),(407,141,'_sub5_order','88,89,90,91'),(408,141,'_sub6_order','95,92,94,93'),(409,141,'_qi','451448]]>1]]>3]]>8]]>8138{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(410,142,'sub1_answer','0'),(411,142,'sub2_answer','2'),(412,142,'sub3_answer','2'),(413,142,'sub4_answer','1'),(414,142,'sub5_answer','0'),(415,142,'sub6_answer','0'),(416,142,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(417,143,'-finish','1'),(418,144,'_sub1_order','67,68,69,70'),(419,144,'_qi','16270j4106]]>4]]>10]]>0]]>64100{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(420,144,'_sub2_response_hash','363b122c528f54df4a0446b6bab05515'),(421,144,'_sub2_363b12_matching_answer','0'),(422,144,'_sub2_matching_answer','0'),(423,144,'_gc','0'),(424,145,'sub1_answer','1'),(425,145,'sub2_answer','j'),(426,145,'_sqi','0j{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(427,146,'-finish','1'),(428,147,'_sub3_order','98,99'),(429,147,'_qi','506421241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(430,147,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(431,147,'_sub1_c4ca42_matching_answer','89'),(432,147,'_sub1_matching_answer','0'),(433,147,'_gc','0'),(434,147,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(435,147,'_sub2_c81e72_matching_answer','90'),(436,147,'_sub2_matching_answer','0'),(437,148,'sub1_answer','1'),(438,148,'sub2_answer','2'),(439,148,'sub3_answer','0'),(440,148,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(441,149,'-finish','1'),(442,150,'_qi','206693x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(443,150,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(444,150,'_sub1_7cd1d0_matching_answer','93'),(445,150,'_sub1_matching_answer','0'),(446,150,'_gc','0'),(447,151,'sub1_answer','3x+1'),(448,151,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(449,152,'-finish','1'),(450,153,'_sub3_order','107,108'),(451,153,'_qi','410161241111]]>2]]>6]]>126{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(452,153,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(453,153,'_sub1_c4ca42_matching_answer','98'),(454,153,'_sub1_matching_answer','0'),(455,153,'_gc','0'),(456,153,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(457,153,'_sub2_c81e72_matching_answer','99'),(458,153,'_sub2_matching_answer','0'),(459,154,'sub1_answer','1'),(460,154,'sub2_answer','2'),(461,154,'sub3_answer','0'),(462,154,'_sqi','012{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(463,155,'-finish','1'),(464,156,'_qi','285844'),(465,157,'answer','

ytw3e5

'),(466,157,'answerformat','1'),(467,157,'_sqi','0'),(468,158,'-finish','1'),(469,159,'-comment',''),(470,159,'-commentformat','1'),(471,159,'-mark','1'),(472,159,'-maxmark','1'),(473,160,'_qi','624004'),(474,161,'answer','

ye45r3

'),(475,161,'answerformat','1'),(476,161,'_sqi','0'),(477,162,'-finish','1'),(478,163,'-comment',''),(479,163,'-commentformat','1'),(480,163,'-mark','1'),(481,163,'-maxmark','1'),(482,164,'_qi','73304'),(483,165,'answer',''),(484,165,'answerformat','1'),(485,165,'_sqi','0'),(486,165,'auxiliar_text','

ewrqat

'),(487,166,'-finish','1'),(488,167,'-comment',''),(489,167,'-commentformat','1'),(490,167,'-mark','1'),(491,167,'-maxmark','1'),(492,168,'_qi','384264'),(493,169,'answer',''),(494,169,'answerformat','2'),(495,169,'_sqi','0'),(496,170,'-finish','1'),(497,171,'-comment',''),(498,171,'-commentformat','1'),(499,171,'-mark','1'),(500,171,'-maxmark','1'),(501,172,'_qi','461354'),(502,173,'answer',''),(503,173,'answerformat','2'),(504,173,'_sqi','0'),(505,174,'-finish','1'),(506,175,'-comment',''),(507,175,'-commentformat','1'),(508,175,'-mark','1'),(509,175,'-maxmark','1'),(510,176,'_qi','179744_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>4]]>6]]>9]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce196660469'),(511,177,'answer','

469

'),(512,177,'answerformat','1'),(513,177,'_sqi','0'),(514,178,'-finish','1'),(515,179,'-comment',''),(516,179,'-commentformat','1'),(517,179,'-mark','1'),(518,179,'-maxmark','1'),(519,180,'_qi','14'),(520,181,'answer',''),(521,181,'answerformat','1'),(522,181,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(523,181,'_sqi','0'),(524,182,'-finish','1'),(525,183,'-comment',''),(526,183,'-commentformat','1'),(527,183,'-mark','1'),(528,183,'-maxmark','1'),(529,184,'_qi','14'),(530,185,'answer',''),(531,185,'answerformat','1'),(532,185,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(533,185,'_sqi','0'),(534,186,'-finish','1'),(535,187,'-comment',''),(536,187,'-commentformat','1'),(537,187,'-mark','1'),(538,187,'-maxmark','1'),(539,188,'_qi','14'),(540,189,'answer',''),(541,189,'answerformat','1'),(542,189,'attachments','09108d8c1d030a2baf423c08832c1684'),(543,189,'_sqi','0'),(544,190,'-finish','1'),(545,191,'-comment',''),(546,191,'-commentformat','1'),(547,191,'-mark','1'),(548,191,'-maxmark','1'),(549,192,'_qi','14'),(550,193,'answer',''),(551,193,'answerformat','1'),(552,193,'attachments','12c85e59613b7de618233faff91e5edd'),(553,193,'_sqi','0'),(554,194,'-finish','1'),(555,195,'-comment',''),(556,195,'-commentformat','1'),(557,195,'-mark','1'),(558,195,'-maxmark','1'),(559,196,'_qi','192244'),(560,197,'answer',''),(561,197,'answerformat','1'),(562,197,'_sqi','0'),(563,198,'-finish','1'),(564,199,'_qi','178534'),(565,200,'answer',''),(566,200,'answerformat','1'),(567,200,'_sqi','0'),(568,201,'-finish','1'),(569,202,'_qi','274334'),(570,203,'answer',''),(571,203,'answerformat','1'),(572,203,'_sqi','0'),(573,203,'auxiliar_text',''),(574,204,'-finish','1'),(575,205,'_qi','546534'),(576,206,'answer',''),(577,206,'answerformat','2'),(578,206,'_sqi','0'),(579,207,'-finish','1'),(580,208,'_qi','574564'),(581,209,'answer',''),(582,209,'answerformat','2'),(583,209,'_sqi','0'),(584,210,'-finish','1'),(585,211,'_qi','102084_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>3]]>5]]>10]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce1966603510'),(586,212,'answer',''),(587,212,'answerformat','1'),(588,212,'_sqi','0'),(589,213,'-finish','1'),(590,214,'_qi','14'),(591,215,'answer',''),(592,215,'answerformat','1'),(593,215,'attachments',''),(594,215,'_sqi','0'),(595,216,'-finish','1'),(596,217,'_qi','14'),(597,218,'answer',''),(598,218,'answerformat','1'),(599,218,'attachments',''),(600,218,'_sqi','0'),(601,219,'-finish','1'),(602,220,'_qi','14'),(603,221,'answer',''),(604,221,'answerformat','1'),(605,221,'attachments',''),(606,221,'_sqi','0'),(607,222,'-finish','1'),(608,223,'_qi','14'),(609,224,'answer',''),(610,224,'answerformat','1'),(611,224,'attachments',''),(612,224,'_sqi','0'),(613,225,'-finish','1'),(614,226,'_stemorder','47,48,46'),(615,226,'_choiceorder','47,48,46'),(616,226,'_qi','3092742]]>3]]>5]]>235{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(617,227,'sub0','1'),(618,227,'sub1','2'),(619,227,'sub2','3'),(620,227,'_sqi','0{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(621,228,'-finish','1'),(622,229,'_stemorder','3,2,1'),(623,229,'_choiceorder','2,1,3'),(624,229,'_qi','577947]]>5]]>0]]>750{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(625,230,'sub0','3'),(626,230,'sub1','1'),(627,230,'sub2','2'),(628,230,'_sqi','0{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(629,231,'-finish','1'),(630,232,'_stemorder','10,12,11'),(631,232,'_choiceorder','10,11,12'),(632,232,'_qi','5824847]]>3]]>3]]>733{"symbols":["3","7"],"structure":["General","Fraction"]}'),(633,233,'sub0','1'),(634,233,'sub1','2'),(635,233,'sub2','3'),(636,233,'_sqi','0{"symbols":["3","7"],"structure":["General","Fraction"]}'),(637,234,'-finish','1'),(638,235,'_stemorder','33,28,32,30,31,29'),(639,235,'_choiceorder','33,30,29,32,31,28'),(640,235,'_qi','36649410]]>3]]>1]]>30]]>3]]>10]]>103130310{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(641,236,'sub0','1'),(642,236,'sub1','6'),(643,236,'sub2','3'),(644,236,'sub3','2'),(645,236,'sub4','5'),(646,236,'sub5','4'),(647,236,'_sqi','0{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(648,237,'-finish','1'),(649,238,'_stemorder','21,20,19'),(650,238,'_choiceorder','21,20,19'),(651,238,'_qi','5890043]]>1]]>8]]>318{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(652,239,'sub0','1'),(653,239,'sub1','2'),(654,239,'sub2','3'),(655,239,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(656,239,'auxiliar_text',''),(657,240,'-finish','1'),(658,241,'_stemorder','46,48,47'),(659,241,'_choiceorder','46,47,48'),(660,241,'_qi','3511343]]>7]]>1]]>371{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(661,242,'sub0','1'),(662,242,'sub1','3'),(663,242,'sub2','2'),(664,242,'_sqi','0{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(665,243,'-finish','1'),(666,244,'_stemorder','3,2,1'),(667,244,'_choiceorder','3,1,2'),(668,244,'_qi','26095410]]>8]]>0]]>1080{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(669,245,'sub0','1'),(670,245,'sub1','3'),(671,245,'sub2','2'),(672,245,'_sqi','0{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(673,246,'-finish','1'),(674,247,'_stemorder','12,10,11'),(675,247,'_choiceorder','11,10,12'),(676,247,'_qi','2561542]]>2]]>4]]>224{"symbols":["2","4"],"structure":["General","Fraction"]}'),(677,248,'sub0','3'),(678,248,'sub1','1'),(679,248,'sub2','2'),(680,248,'_sqi','0{"symbols":["2","4"],"structure":["General","Fraction"]}'),(681,249,'-finish','1'),(682,250,'_stemorder','33,30,31,29,32,28'),(683,250,'_choiceorder','28,29,32,33,30,31'),(684,250,'_qi','1844349]]>6]]>0]]>54]]>0]]>0]]>9605400{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(685,251,'sub0','4'),(686,251,'sub1','3'),(687,251,'sub2','6'),(688,251,'sub3','2'),(689,251,'sub4','5'),(690,251,'sub5','1'),(691,251,'_sqi','0{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(692,252,'-finish','1'),(693,253,'_stemorder','20,19,21'),(694,253,'_choiceorder','20,21,19'),(695,253,'_qi','6387240]]>5]]>4]]>054{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(696,254,'sub0','1'),(697,254,'sub1','3'),(698,254,'sub2','2'),(699,254,'_sqi','0{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(700,254,'auxiliar_text',''),(701,255,'-finish','1'),(702,256,'_stemorder','48,47,46'),(703,256,'_choiceorder','48,47,46'),(704,256,'_qi','425947]]>3]]>0]]>730{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(705,257,'sub0','1'),(706,257,'sub1','2'),(707,257,'sub2','2'),(708,257,'_sqi','0{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(709,258,'-finish','1'),(710,259,'_stemorder','3,1,2'),(711,259,'_choiceorder','3,1,2'),(712,259,'_qi','3334047]]>4]]>3]]>743{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(713,260,'sub0','1'),(714,260,'sub1','1'),(715,260,'sub2','1'),(716,260,'_sqi','0{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(717,261,'-finish','1'),(718,262,'_stemorder','10,12,11'),(719,262,'_choiceorder','12,11,10'),(720,262,'_qi','3274343]]>10]]>9]]>3109{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(721,263,'sub0','1'),(722,263,'sub1','1'),(723,263,'sub2','1'),(724,263,'_sqi','0{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(725,264,'-finish','1'),(726,265,'_stemorder','33,30,28,31,29,32'),(727,265,'_choiceorder','33,32,31,28,30,29'),(728,265,'_qi','1372046]]>5]]>0]]>30]]>0]]>0]]>6503000{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(729,266,'sub0','1'),(730,266,'sub1','1'),(731,266,'sub2','1'),(732,266,'sub3','1'),(733,266,'sub4','1'),(734,266,'sub5','1'),(735,266,'_sqi','0{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(736,267,'-finish','1'),(737,268,'_stemorder','19,20,21'),(738,268,'_choiceorder','20,21,19'),(739,268,'_qi','5570342]]>1]]>2]]>212{"symbols":["1","2"],"structure":["General","Fraction"]}'),(740,269,'sub0','1'),(741,269,'sub1','1'),(742,269,'sub2','1'),(743,269,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(744,269,'auxiliar_text',''),(745,270,'sub0','1'),(746,270,'sub1','1'),(747,270,'sub2','1'),(748,270,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(749,270,'auxiliar_text',''),(750,271,'-finish','1'),(751,272,'_stemorder','51,50,49'),(752,272,'_choiceorder','49,50,51'),(753,272,'_qi','399604155]]>155]]>151]]>155155151{"symbols":["1","5"],"structure":["General","Fraction"]}'),(754,273,'sub0','1'),(755,273,'sub1','3'),(756,273,'sub2','2'),(757,273,'_sqi','0{"symbols":["1","5"],"structure":["General","Fraction"]}'),(758,274,'-finish','1'),(759,275,'_stemorder','6,4,5'),(760,275,'_choiceorder','4,5,6'),(761,275,'_qi','531434194]]>36]]>147]]>19436147{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(762,276,'sub0','3'),(763,276,'sub1','1'),(764,276,'sub2','2'),(765,276,'_sqi','0{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(766,277,'-finish','1'),(767,278,'_stemorder','15,14,13'),(768,278,'_choiceorder','14,13,15'),(769,278,'_qi','474384187]]>136]]>77]]>18713677{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(770,279,'sub0','3'),(771,279,'sub1','1'),(772,279,'sub2','2'),(773,279,'_sqi','0{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(774,280,'-finish','1'),(775,281,'_stemorder','36,34,39,35,37,38'),(776,281,'_choiceorder','35,39,36,37,38,34'),(777,281,'_qi','323094323]]>129]]>108]]>41667]]>13932]]>34884]]>323129108416671393234884{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(778,282,'sub0','3'),(779,282,'sub1','6'),(780,282,'sub2','2'),(781,282,'sub3','1'),(782,282,'sub4','4'),(783,282,'sub5','5'),(784,282,'_sqi','0{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(785,283,'-finish','1'),(786,284,'_stemorder','22,24,23'),(787,284,'_choiceorder','23,22,24'),(788,284,'_qi','377964174]]>180]]>92]]>17418092{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(789,285,'sub0','2'),(790,285,'sub1','3'),(791,285,'sub2','1'),(792,285,'_sqi','0{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(793,285,'auxiliar_text',''),(794,286,'-finish','1'),(795,287,'_stemorder','53,52,54'),(796,287,'_choiceorder','53,54,52'),(797,287,'_qi','649484169]]>28]]>39]]>1692839{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(798,288,'sub0','0'),(799,288,'sub1','0'),(800,288,'sub2','0'),(801,288,'_sqi','0{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(802,289,'-finish','1'),(803,290,'_stemorder','7,8,9'),(804,290,'_choiceorder','7,8,9'),(805,290,'_qi','50500455]]>102]]>96]]>5510296{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(806,291,'sub0','0'),(807,291,'sub1','0'),(808,291,'sub2','0'),(809,291,'_sqi','0{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(810,292,'-finish','1'),(811,293,'_stemorder','16,18,17'),(812,293,'_choiceorder','17,18,16'),(813,293,'_qi','12569422]]>170]]>96]]>2217096{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(814,294,'sub0','0'),(815,294,'sub1','0'),(816,294,'sub2','0'),(817,294,'_sqi','0{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(818,295,'-finish','1'),(819,296,'_stemorder','43,41,42,40,45,44'),(820,296,'_choiceorder','40,43,41,44,45,42'),(821,296,'_qi','381444619]]>87]]>169]]>53853]]>14703]]>104611]]>619871695385314703104611{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(822,297,'sub0','0'),(823,297,'sub1','0'),(824,297,'sub2','0'),(825,297,'sub3','0'),(826,297,'sub4','0'),(827,297,'sub5','0'),(828,297,'_sqi','0{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(829,298,'-finish','1'),(830,299,'_stemorder','25,27,26'),(831,299,'_choiceorder','25,27,26'),(832,299,'_qi','35524156]]>83]]>183]]>15683183{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(833,300,'sub0','0'),(834,300,'sub1','0'),(835,300,'sub2','0'),(836,300,'_sqi','0{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(837,300,'auxiliar_text',''),(838,301,'-finish','1'),(839,302,'_stemorder','54,53,52'),(840,302,'_choiceorder','54,52,53'),(841,302,'_qi','45242488]]>152]]>71]]>8815271{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(842,303,'sub0','1'),(843,303,'sub1','3'),(844,303,'sub2','2'),(845,303,'_sqi','0{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(846,304,'-finish','1'),(847,305,'_stemorder','8,7,9'),(848,305,'_choiceorder','7,8,9'),(849,305,'_qi','293434138]]>34]]>195]]>13834195{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(850,306,'sub0','2'),(851,306,'sub1','1'),(852,306,'sub2','3'),(853,306,'_sqi','0{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(854,307,'-finish','1'),(855,308,'_stemorder','18,16,17'),(856,308,'_choiceorder','17,16,18'),(857,308,'_qi','2172477]]>124]]>30]]>7712430{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(858,309,'sub0','3'),(859,309,'sub1','2'),(860,309,'sub2','1'),(861,309,'_sqi','0{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(862,310,'-finish','1'),(863,311,'_stemorder','42,45,43,44,40,41'),(864,311,'_choiceorder','40,45,44,42,43,41'),(865,311,'_qi','103434278]]>5]]>112]]>1390]]>560]]>31136]]>2785112139056031136{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(866,312,'sub0','4'),(867,312,'sub1','2'),(868,312,'sub2','5'),(869,312,'sub3','3'),(870,312,'sub4','1'),(871,312,'sub5','6'),(872,312,'_sqi','0{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(873,313,'-finish','1'),(874,314,'_stemorder','26,25,27'),(875,314,'_choiceorder','25,26,27'),(876,314,'_qi','60145495]]>161]]>106]]>95161106{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(877,315,'sub0','2'),(878,315,'sub1','1'),(879,315,'sub2','3'),(880,315,'_sqi','0{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(881,315,'auxiliar_text',''),(882,316,'-finish','1'),(883,317,'_order','144,146,145,143'),(884,317,'_qi','616984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(885,318,'answer','1'),(886,318,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(887,319,'-finish','1'),(888,320,'_order','152,154,153,151'),(889,320,'_qi','396984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(890,321,'answer','0'),(891,321,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(892,322,'-finish','1'),(893,323,'_order','164,165,163,166'),(894,323,'_qi','532104sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(895,324,'answer','2'),(896,324,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(897,324,'auxiliar_text',''),(898,325,'-finish','1'),(899,326,'_order','171,172,174,173,176,175,177'),(900,326,'_qi','350134sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(901,327,'answer','6'),(902,327,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(903,328,'-finish','1'),(904,329,'_order','186,188,185,187'),(905,329,'_qi','276994sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(906,330,'answer','3'),(907,330,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(908,331,'-finish','1'),(909,332,'_order','146,143,145,144'),(910,332,'_qi','139844sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(911,333,'answer','-1'),(912,333,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(913,334,'-finish','1'),(914,335,'_order','153,152,151,154'),(915,335,'_qi','621814sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(916,336,'answer','-1'),(917,336,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(918,337,'-finish','1'),(919,338,'_order','165,164,166,163'),(920,338,'_qi','497554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(921,339,'answer','-1'),(922,339,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(923,339,'auxiliar_text',''),(924,340,'-finish','1'),(925,341,'_order','173,171,174,172,176,177,175'),(926,341,'_qi','429924sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(927,342,'answer','-1'),(928,342,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(929,343,'-finish','1'),(930,344,'_order','188,187,185,186'),(931,344,'_qi','41034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(932,345,'answer','-1'),(933,345,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(934,346,'-finish','1'),(935,347,'_order','147,149,148,150'),(936,347,'_qi','437874sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(937,348,'answer','3'),(938,348,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(939,349,'-finish','1'),(940,350,'_order','159,162,160,161'),(941,350,'_qi','345714sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(942,351,'answer','1'),(943,351,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(944,352,'-finish','1'),(945,353,'_order','170,167,168,169'),(946,353,'_qi','136034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(947,354,'answer','0'),(948,354,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(949,354,'auxiliar_text',''),(950,355,'-finish','1'),(951,356,'_order','182,183,181,179,178,180,184'),(952,356,'_qi','148554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(953,357,'answer','2'),(954,357,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(955,358,'-finish','1'),(956,359,'_order','189,192,190,191'),(957,359,'_qi','423234sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(958,360,'answer','1'),(959,360,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(960,361,'-finish','1'),(961,362,'_qi','1x+1]]>4110'),(962,362,'_matching_answer_grade',NULL),(963,362,'_matching_answer_wq','0'),(964,362,'_matching_answer','5'),(965,362,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(966,362,'_gc','0'),(967,363,'answer','x+1'),(968,363,'_sqi','0x+1]]>'),(969,364,'-finish','1'),(970,365,'_qi','1x+1411'),(971,365,'_matching_answer_grade',NULL),(972,365,'_matching_answer_wq','0'),(973,365,'_matching_answer','7'),(974,365,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(975,365,'_gc','0'),(976,366,'answer','x+1'),(977,366,'_sqi','0x+1'),(978,367,'-finish','1'),(979,368,'_qi','1x+1411'),(980,368,'_matching_answer_grade',NULL),(981,368,'_matching_answer_wq','0'),(982,368,'_matching_answer','9'),(983,368,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(984,368,'_gc','0'),(985,369,'answer','x+1'),(986,369,'_sqi','0x+1'),(987,370,'-finish','1'),(988,371,'_qi','1x+1]]>411'),(989,371,'_matching_answer_grade',NULL),(990,371,'_matching_answer_wq','0'),(991,371,'_matching_answer','11'),(992,371,'_response_hash','f01ab95a5ce189e069f442a773063b74'),(993,371,'_gc','0'),(994,372,'answer','x+1'),(995,372,'_sqi','0x+1]]>'),(996,373,'-finish','1'),(997,374,'_qi','1x+1]]>4110'),(998,374,'_matching_answer_grade',NULL),(999,374,'_matching_answer_wq','0'),(1000,374,'_matching_answer','14'),(1001,374,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1002,374,'_gc','0'),(1003,375,'answer','x+1'),(1004,375,'_sqi','0x+1]]>'),(1005,376,'-finish','1'),(1006,377,'_qi','124]]>411'),(1007,377,'_matching_answer_grade',NULL),(1008,377,'_matching_answer_wq','0'),(1009,377,'_matching_answer','18'),(1010,377,'_response_hash','e86c69ca13fc9efd66e7b2ca8703c543'),(1011,377,'_gc','0'),(1012,378,'answer','24'),(1013,378,'_sqi','024]]>'),(1014,379,'-finish','1'),(1015,380,'_qi','1x+1]]>41'),(1016,380,'_matching_answer_grade',NULL),(1017,380,'_matching_answer_wq','0'),(1018,380,'_matching_answer','20'),(1019,380,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1020,380,'_gc','0'),(1021,381,'answer','x+1'),(1022,381,'_sqi','0x+1]]>'),(1023,382,'-finish','1'),(1024,383,'_qi','4439774117]]>7{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1025,383,'_matching_answer_grade',NULL),(1026,383,'_matching_answer_wq','0'),(1027,383,'_matching_answer','22'),(1028,383,'_response_hash','8f14e45fceea167a5a36dedd4bea2543'),(1029,383,'_gc','0'),(1030,384,'answer','7'),(1031,384,'_sqi','07{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1032,385,'-finish','1'),(1033,386,'_qi','1411111'),(1034,386,'_matching_answer_grade',NULL),(1035,386,'_matching_answer_wq','0'),(1036,386,'_matching_answer','28'),(1037,386,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1038,386,'_gc','0'),(1039,387,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1040,387,'_sqi','0'),(1041,388,'-finish','1'),(1042,389,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1043,389,'_matching_answer_grade',NULL),(1044,389,'_matching_answer_wq','0'),(1045,389,'_matching_answer','24'),(1046,389,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1047,389,'_gc','0'),(1048,390,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1049,390,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1050,391,'-finish','1'),(1051,392,'_qi','1label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(1052,392,'_matching_answer_grade',NULL),(1053,392,'_matching_answer_wq','0'),(1054,392,'_matching_answer','26'),(1055,392,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1056,392,'_gc','0'),(1057,393,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1058,393,'_sqi','0label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1059,394,'-finish','1'),(1060,395,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1061,395,'_matching_answer_grade',NULL),(1062,395,'_matching_answer_wq','0'),(1063,395,'_matching_answer','233'),(1064,395,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1065,395,'_gc','0'),(1066,396,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1067,396,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1068,397,'-finish','1'),(1069,398,'_qi','1]]>4000'),(1070,398,'_matching_answer_grade',NULL),(1071,398,'_matching_answer','0'),(1072,398,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1073,398,'_gc','0'),(1074,399,'answer',''),(1075,399,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1076,400,'-finish','1'),(1077,401,'_qi','14'),(1078,402,'-finish','1'),(1079,403,'_qi','14'),(1080,404,'-finish','1'),(1081,405,'_qi','14'),(1082,406,'-finish','1'),(1083,407,'_qi','14'),(1084,408,'-finish','1'),(1085,409,'_qi','14'),(1086,410,'-finish','1'),(1087,411,'_qi','14'),(1088,412,'-finish','1'),(1089,413,'_qi','138314<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1090,414,'-finish','1'),(1091,415,'_qi','14'),(1092,416,'-finish','1'),(1093,417,'_qi','14'),(1094,418,'-finish','1'),(1095,419,'_qi','14'),(1096,420,'-finish','1'),(1097,421,'_qi','14'),(1098,422,'-finish','1'),(1099,423,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1100,423,'_matching_answer_grade',NULL),(1101,423,'_matching_answer_wq','1'),(1102,423,'_matching_answer','6'),(1103,423,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1104,423,'_gc','0'),(1105,424,'answer','x-1'),(1106,424,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1107,425,'-finish','1'),(1108,426,'_qi','1x-1410'),(1109,426,'_matching_answer_grade',NULL),(1110,426,'_matching_answer','0'),(1111,426,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1112,426,'_gc','0'),(1113,427,'answer','x-1'),(1114,427,'_sqi','0x-1'),(1115,428,'-finish','1'),(1116,429,'_qi','1x-1410'),(1117,429,'_matching_answer_grade',NULL),(1118,429,'_matching_answer','0'),(1119,429,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1120,429,'_gc','0'),(1121,430,'answer','x-1'),(1122,430,'_sqi','0x-1'),(1123,431,'-finish','1'),(1124,432,'_qi','1<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>410'),(1125,432,'_matching_answer_grade',NULL),(1126,432,'_matching_answer','0'),(1127,432,'_response_hash','6ded3c6fae36bb38feebe6da719033bb'),(1128,432,'_gc','0'),(1129,433,'answer','x-1'),(1130,433,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>'),(1131,434,'-finish','1'),(1132,435,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1133,435,'_matching_answer_grade','1'),(1134,435,'_matching_answer_wq','1'),(1135,435,'_matching_answer','15'),(1136,435,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1137,435,'_gc','0'),(1138,436,'answer','x-1'),(1139,436,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1140,437,'-finish','1'),(1141,438,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>411'),(1142,438,'_matching_answer_grade',NULL),(1143,438,'_matching_answer_wq','0'),(1144,438,'_matching_answer','18'),(1145,438,'_response_hash','b33a966a245c149efbf5869fd9ffd8ed'),(1146,438,'_gc','0'),(1147,439,'answer','12'),(1148,439,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>'),(1149,440,'-finish','1'),(1150,441,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>41'),(1151,441,'_matching_answer_grade',NULL),(1152,441,'_matching_answer_wq','0'),(1153,441,'_matching_answer','20'),(1154,441,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1155,441,'_gc','0'),(1156,442,'answer','x-1'),(1157,442,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1158,443,'-finish','1'),(1159,444,'_qi','321610411<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1160,444,'_matching_answer_grade',NULL),(1161,444,'_matching_answer_wq','0'),(1162,444,'_matching_answer','22'),(1163,444,'_response_hash','d3d9446802a44259755d38e6d163e820'),(1164,444,'_gc','0'),(1165,445,'answer','10'),(1166,445,'_sqi','010{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1167,446,'-finish','1'),(1168,447,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1169,447,'_matching_answer_grade',NULL),(1170,447,'_matching_answer_wq','0'),(1171,447,'_matching_answer','28'),(1172,447,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1173,447,'_gc','0'),(1174,448,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1175,448,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1176,449,'-finish','1'),(1177,450,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1178,450,'_matching_answer_grade',NULL),(1179,450,'_matching_answer_wq','0'),(1180,450,'_matching_answer','24'),(1181,450,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1182,450,'_gc','0'),(1183,451,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1184,451,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1185,452,'-finish','1'),(1186,453,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1187,453,'_matching_answer_grade',NULL),(1188,453,'_matching_answer_wq','0'),(1189,453,'_matching_answer','26'),(1190,453,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1191,453,'_gc','0'),(1192,454,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1193,454,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1194,455,'-finish','1'),(1195,456,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1196,456,'_matching_answer_grade',NULL),(1197,456,'_matching_answer_wq','0'),(1198,456,'_matching_answer','233'),(1199,456,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1200,456,'_gc','0'),(1201,457,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1202,457,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1203,458,'-finish','1'),(1204,459,'_qi','553394<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>4</mn></mrow></math>false4{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1205,460,'answer','0'),(1206,460,'_sqi','0{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1207,461,'-finish','1'),(1208,462,'_qi','56834<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1209,463,'answer','0'),(1210,463,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1211,464,'-finish','1'),(1212,465,'_qi','538874<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1213,466,'answer','0'),(1214,466,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1215,467,'-finish','1'),(1216,468,'_qi','347764'),(1217,469,'answer','1'),(1218,469,'_sqi','0'),(1219,469,'auxiliar_text',''),(1220,470,'-finish','1'),(1221,471,'_qi','363854<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>8</mn></mrow></math>false8{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1222,472,'answer','0'),(1223,472,'_sqi','0{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1224,473,'-finish','1'),(1225,474,'_qi','271744<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1226,475,'answer','0'),(1227,475,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1228,476,'-finish','1'),(1229,477,'_qi','566694<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>3</mn></mrow></math>true3{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1230,478,'answer','1'),(1231,478,'_sqi','0{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1232,479,'-finish','1'),(1233,480,'_qi','572424'),(1234,481,'answer','1'),(1235,481,'_sqi','0'),(1236,481,'auxiliar_text',''),(1237,482,'-finish','1'),(1238,483,'_qi','378284<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1239,484,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1240,485,'-finish','1'),(1241,486,'_qi','102194<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>10</mn></mrow></math>false10{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1242,487,'_sqi','0{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1243,488,'-finish','1'),(1244,489,'_qi','296574<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1245,490,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1246,491,'-finish','1'),(1247,492,'_qi','429794'),(1248,493,'answer','1'),(1249,493,'_sqi','0'),(1250,493,'auxiliar_text',''),(1251,494,'-finish','1'),(1252,495,'_qi','89814<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1253,496,'answer','1'),(1254,496,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1255,497,'-finish','1'),(1256,498,'_qi','324944<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1257,499,'answer','1'),(1258,499,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1259,500,'-finish','1'),(1260,501,'_qi','369894<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>1</mn></mrow></math>false1{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1261,502,'answer','1'),(1262,502,'_sqi','0{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1263,503,'-finish','1'),(1264,504,'_qi','145494'),(1265,505,'answer','1'),(1266,505,'_sqi','0'),(1267,505,'auxiliar_text',''),(1268,506,'-finish','1'),(1269,507,'_qi','636274<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>2</mn></mrow></math>true2{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1270,508,'_sqi','0{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1271,509,'-finish','1'),(1272,510,'_qi','233504<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>9</mn></mrow></math>false9{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1273,511,'_sqi','0{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1274,512,'-finish','1'),(1275,513,'_qi','139974<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>7</mn></mrow></math>true7{"symbols":["7","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1276,514,'-finish','1'),(1277,515,'_qi','629474'),(1278,516,'-finish','1'); +/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `m_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `m_quesattestep_que_ix` (`questionattemptid`), + KEY `m_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=517 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- + +LOCK TABLES `m_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; +INSERT INTO `m_question_attempt_steps` VALUES (1,1,0,'todo',NULL,1733231846,4),(2,1,1,'complete',NULL,1733231871,4),(3,1,2,'needsgrading',NULL,1733232336,4),(4,1,3,'mangrright',1.0000000,1736238892,2),(5,2,0,'todo',NULL,1733231846,4),(6,2,1,'complete',NULL,1733231917,4),(7,2,2,'gradedright',1.0000000,1733232336,4),(8,3,0,'todo',NULL,1733231846,4),(9,3,1,'complete',NULL,1733232057,4),(10,3,2,'gradedright',1.0000000,1733232336,4),(11,4,0,'todo',NULL,1733231846,4),(12,4,1,'complete',NULL,1733232069,4),(13,4,2,'gradedright',1.0000000,1733232336,4),(14,5,0,'todo',NULL,1733231846,4),(15,5,1,'complete',NULL,1733232185,4),(16,5,2,'gradedwrong',0.0000000,1733232336,4),(17,5,3,'mangrright',1.0000000,1736238709,2),(18,6,0,'todo',NULL,1733231846,4),(19,6,1,'complete',NULL,1733232240,4),(20,6,2,'gradedright',1.0000000,1733232336,4),(21,7,0,'todo',NULL,1733231846,4),(22,7,1,'complete',NULL,1733232249,4),(23,7,2,'gradedright',1.0000000,1733232336,4),(24,8,0,'todo',NULL,1733231846,4),(25,8,1,'complete',NULL,1733232256,4),(26,8,2,'gradedright',1.0000000,1733232336,4),(27,9,0,'todo',NULL,1733231846,4),(28,9,1,'complete',NULL,1733232265,4),(29,9,2,'gradedright',1.0000000,1733232336,4),(30,10,0,'todo',NULL,1733231846,4),(31,10,1,'complete',NULL,1733232284,4),(32,10,2,'gradedright',1.0000000,1733232336,4),(33,11,0,'todo',NULL,1733231846,4),(34,11,1,'complete',NULL,1733232319,4),(35,11,2,'gradedright',1.0000000,1733232336,4),(36,12,0,'todo',NULL,1733231846,4),(37,12,1,'complete',NULL,1733232333,4),(38,12,2,'gradedright',1.0000000,1733232336,4),(39,13,0,'todo',NULL,1733232368,4),(40,13,1,'complete',NULL,1733232374,4),(41,13,2,'needsgrading',NULL,1733232537,4),(42,14,0,'todo',NULL,1733232368,4),(43,14,1,'complete',NULL,1733232399,4),(44,14,2,'gradedpartial',0.8000000,1733232537,4),(45,15,0,'todo',NULL,1733232368,4),(46,15,1,'complete',NULL,1733232408,4),(47,15,2,'gradedright',1.0000000,1733232537,4),(48,16,0,'todo',NULL,1733232368,4),(49,16,1,'complete',NULL,1733232415,4),(50,16,2,'gradedright',1.0000000,1733232537,4),(51,17,0,'todo',NULL,1733232368,4),(52,17,1,'complete',NULL,1733232493,4),(53,17,2,'gradedright',1.0000000,1733232537,4),(54,18,0,'todo',NULL,1733232368,4),(55,18,1,'complete',NULL,1733232498,4),(56,18,2,'gradedwrong',0.0000000,1733232537,4),(57,19,0,'todo',NULL,1733232368,4),(58,19,1,'complete',NULL,1733232503,4),(59,19,2,'gradedwrong',0.0000000,1733232537,4),(60,20,0,'todo',NULL,1733232368,4),(61,20,1,'complete',NULL,1733232508,4),(62,20,2,'gradedwrong',0.0000000,1733232537,4),(63,21,0,'todo',NULL,1733232368,4),(64,21,1,'complete',NULL,1733232517,4),(65,21,2,'gradedwrong',0.0000000,1733232537,4),(66,22,0,'todo',NULL,1733232368,4),(67,22,1,'complete',NULL,1733232524,4),(68,22,2,'gradedwrong',0.0000000,1733232537,4),(69,23,0,'todo',NULL,1733232368,4),(70,23,1,'complete',NULL,1733232530,4),(71,23,2,'gradedwrong',0.0000000,1733232537,4),(72,24,0,'todo',NULL,1733232368,4),(73,24,1,'todo',NULL,1733232533,4),(74,24,2,'gaveup',NULL,1733232537,4),(75,25,0,'todo',NULL,1733232577,4),(76,25,1,'todo',NULL,1733232582,4),(77,25,2,'gaveup',NULL,1733232620,4),(78,26,0,'todo',NULL,1733232577,4),(79,26,1,'todo',NULL,1733232584,4),(80,26,2,'gaveup',NULL,1733232620,4),(81,27,0,'todo',NULL,1733232577,4),(82,27,1,'todo',NULL,1733232588,4),(83,27,2,'gaveup',NULL,1733232620,4),(84,28,0,'todo',NULL,1733232577,4),(85,28,1,'todo',NULL,1733232591,4),(86,28,2,'gaveup',NULL,1733232620,4),(87,29,0,'todo',NULL,1733232577,4),(88,29,1,'complete',NULL,1733232595,4),(89,29,2,'gradedwrong',0.0000000,1733232620,4),(90,30,0,'todo',NULL,1733232577,4),(91,30,1,'complete',NULL,1733232599,4),(92,30,2,'gradedwrong',0.0000000,1733232620,4),(93,31,0,'todo',NULL,1733232577,4),(94,31,1,'todo',NULL,1733232601,4),(95,31,2,'gaveup',NULL,1733232620,4),(96,32,0,'todo',NULL,1733232577,4),(97,32,1,'complete',NULL,1733232603,4),(98,32,2,'gradedwrong',0.0000000,1733232620,4),(99,33,0,'todo',NULL,1733232577,4),(100,33,1,'complete',NULL,1733232606,4),(101,33,2,'gradedwrong',0.0000000,1733232620,4),(102,34,0,'todo',NULL,1733232577,4),(103,34,1,'complete',NULL,1733232608,4),(104,34,2,'gradedwrong',0.0000000,1733232620,4),(105,35,0,'todo',NULL,1733232577,4),(106,35,1,'complete',NULL,1733232611,4),(107,35,2,'gradedwrong',0.0000000,1733232620,4),(108,36,0,'todo',NULL,1733232577,4),(109,36,1,'complete',NULL,1733232614,4),(110,36,2,'gradedwrong',0.0000000,1733232620,4),(111,37,0,'todo',NULL,1733232644,4),(112,37,1,'complete',NULL,1733232659,4),(113,37,2,'gradedright',1.0000000,1733232758,4),(114,38,0,'todo',NULL,1733232644,4),(115,38,1,'complete',NULL,1733232667,4),(116,38,2,'gradedright',1.0000000,1733232758,4),(117,39,0,'todo',NULL,1733232644,4),(118,39,1,'complete',NULL,1733232675,4),(119,39,2,'gradedright',1.0000000,1733232758,4),(120,40,0,'todo',NULL,1733232644,4),(121,40,1,'complete',NULL,1733232686,4),(122,40,2,'gradedright',1.0000000,1733232758,4),(123,41,0,'todo',NULL,1733232644,4),(124,41,1,'complete',NULL,1733232755,4),(125,41,2,'gradedright',1.0000000,1733232758,4),(126,42,0,'todo',NULL,1733232771,4),(127,42,1,'complete',NULL,1733232782,4),(128,42,2,'gradedwrong',0.0000000,1733232813,4),(129,43,0,'todo',NULL,1733232771,4),(130,43,1,'complete',NULL,1733232787,4),(131,43,2,'gradedwrong',0.0000000,1733232813,4),(132,44,0,'todo',NULL,1733232771,4),(133,44,1,'complete',NULL,1733232794,4),(134,44,2,'gradedwrong',0.0000000,1733232813,4),(135,45,0,'todo',NULL,1733232771,4),(136,45,1,'complete',NULL,1733232801,4),(137,45,2,'gradedwrong',0.0000000,1733232813,4),(138,46,0,'todo',NULL,1733232771,4),(139,46,1,'complete',NULL,1733232808,4),(140,46,2,'gradedpartial',0.3333333,1733232813,4),(141,47,0,'todo',NULL,1733232828,4),(142,47,1,'complete',NULL,1733232842,4),(143,47,2,'gradedpartial',0.3333333,1733232871,4),(144,48,0,'todo',NULL,1733232828,4),(145,48,1,'complete',NULL,1733232847,4),(146,48,2,'gradedwrong',0.0000000,1733232871,4),(147,49,0,'todo',NULL,1733232828,4),(148,49,1,'complete',NULL,1733232853,4),(149,49,2,'gradedright',1.0000000,1733232871,4),(150,50,0,'todo',NULL,1733232828,4),(151,50,1,'complete',NULL,1733232860,4),(152,50,2,'gradedright',1.0000000,1733232871,4),(153,51,0,'todo',NULL,1733232828,4),(154,51,1,'complete',NULL,1733232868,4),(155,51,2,'gradedright',1.0000000,1733232871,4),(156,52,0,'todo',NULL,1733232904,4),(157,52,1,'complete',NULL,1733232910,4),(158,52,2,'needsgrading',NULL,1733232995,4),(159,52,3,'mangrright',1.0000000,1736239063,2),(160,53,0,'todo',NULL,1733232904,4),(161,53,1,'complete',NULL,1733232910,4),(162,53,2,'needsgrading',NULL,1733232995,4),(163,53,3,'mangrright',1.0000000,1736239078,2),(164,54,0,'todo',NULL,1733232904,4),(165,54,1,'todo',NULL,1733232914,4),(166,54,2,'gaveup',NULL,1733232995,4),(167,54,3,'mangrright',1.0000000,1736239087,2),(168,55,0,'todo',NULL,1733232904,4),(169,55,1,'todo',NULL,1733232919,4),(170,55,2,'gaveup',NULL,1733232995,4),(171,55,3,'mangrright',1.0000000,1736239098,2),(172,56,0,'todo',NULL,1733232904,4),(173,56,1,'todo',NULL,1733232919,4),(174,56,2,'gaveup',NULL,1733232995,4),(175,56,3,'mangrright',1.0000000,1736239108,2),(176,57,0,'todo',NULL,1733232904,4),(177,57,1,'complete',NULL,1733232926,4),(178,57,2,'needsgrading',NULL,1733232995,4),(179,57,3,'mangrright',1.0000000,1736239116,2),(180,58,0,'todo',NULL,1733232904,4),(181,58,1,'invalid',NULL,1733232990,4),(182,58,2,'needsgrading',NULL,1733232995,4),(183,58,3,'mangrright',1.0000000,1736239124,2),(184,59,0,'todo',NULL,1733232904,4),(185,59,1,'invalid',NULL,1733232990,4),(186,59,2,'needsgrading',NULL,1733232995,4),(187,59,3,'mangrright',1.0000000,1736239132,2),(188,60,0,'todo',NULL,1733232904,4),(189,60,1,'invalid',NULL,1733232990,4),(190,60,2,'needsgrading',NULL,1733232995,4),(191,60,3,'mangrright',1.0000000,1736239139,2),(192,61,0,'todo',NULL,1733232904,4),(193,61,1,'invalid',NULL,1733232990,4),(194,61,2,'needsgrading',NULL,1733232995,4),(195,61,3,'mangrright',1.0000000,1736239145,2),(196,62,0,'todo',NULL,1733233202,4),(197,62,1,'todo',NULL,1733233207,4),(198,62,2,'gaveup',NULL,1733233223,4),(199,63,0,'todo',NULL,1733233202,4),(200,63,1,'todo',NULL,1733233207,4),(201,63,2,'gaveup',NULL,1733233223,4),(202,64,0,'todo',NULL,1733233202,4),(203,64,1,'todo',NULL,1733233209,4),(204,64,2,'gaveup',NULL,1733233223,4),(205,65,0,'todo',NULL,1733233202,4),(206,65,1,'todo',NULL,1733233212,4),(207,65,2,'gaveup',NULL,1733233223,4),(208,66,0,'todo',NULL,1733233202,4),(209,66,1,'todo',NULL,1733233212,4),(210,66,2,'gaveup',NULL,1733233223,4),(211,67,0,'todo',NULL,1733233202,4),(212,67,1,'todo',NULL,1733233215,4),(213,67,2,'gaveup',NULL,1733233223,4),(214,68,0,'todo',NULL,1733233202,4),(215,68,1,'invalid',NULL,1733233219,4),(216,68,2,'gaveup',NULL,1733233223,4),(217,69,0,'todo',NULL,1733233202,4),(218,69,1,'invalid',NULL,1733233219,4),(219,69,2,'gaveup',NULL,1733233223,4),(220,70,0,'todo',NULL,1733233202,4),(221,70,1,'invalid',NULL,1733233219,4),(222,70,2,'gaveup',NULL,1733233223,4),(223,71,0,'todo',NULL,1733233202,4),(224,71,1,'invalid',NULL,1733233219,4),(225,71,2,'gaveup',NULL,1733233223,4),(226,72,0,'todo',NULL,1733233238,4),(227,72,1,'complete',NULL,1733233248,4),(228,72,2,'gradedright',1.0000000,1733233312,4),(229,73,0,'todo',NULL,1733233238,4),(230,73,1,'complete',NULL,1733233266,4),(231,73,2,'gradedright',1.0000000,1733233312,4),(232,74,0,'todo',NULL,1733233238,4),(233,74,1,'complete',NULL,1733233266,4),(234,74,2,'gradedpartial',0.3333333,1733233312,4),(235,75,0,'todo',NULL,1733233238,4),(236,75,1,'complete',NULL,1733233290,4),(237,75,2,'gradedpartial',0.6666667,1733233312,4),(238,76,0,'todo',NULL,1733233238,4),(239,76,1,'complete',NULL,1733233307,4),(240,76,2,'gradedright',1.0000000,1733233312,4),(241,77,0,'todo',NULL,1733233329,4),(242,77,1,'complete',NULL,1733233339,4),(243,77,2,'gradedright',1.0000000,1733233415,4),(244,78,0,'todo',NULL,1733233329,4),(245,78,1,'complete',NULL,1733233360,4),(246,78,2,'gradedright',1.0000000,1733233415,4),(247,79,0,'todo',NULL,1733233329,4),(248,79,1,'complete',NULL,1733233360,4),(249,79,2,'gradedpartial',0.3333333,1733233415,4),(250,80,0,'todo',NULL,1733233329,4),(251,80,1,'complete',NULL,1733233399,4),(252,80,2,'gradedpartial',0.6666667,1733233415,4),(253,81,0,'todo',NULL,1733233329,4),(254,81,1,'complete',NULL,1733233410,4),(255,81,2,'gradedright',1.0000000,1733233415,4),(256,82,0,'todo',NULL,1733233427,4),(257,82,1,'complete',NULL,1733233434,4),(258,82,2,'gradedpartial',0.6666667,1733233745,4),(259,83,0,'todo',NULL,1733233427,4),(260,83,1,'complete',NULL,1733233455,4),(261,83,2,'gradedpartial',0.3333333,1733233745,4),(262,84,0,'todo',NULL,1733233427,4),(263,84,1,'complete',NULL,1733233455,4),(264,84,2,'gradedpartial',0.3333333,1733233745,4),(265,85,0,'todo',NULL,1733233427,4),(266,85,1,'complete',NULL,1733233467,4),(267,85,2,'gradedpartial',0.1666667,1733233745,4),(268,86,0,'todo',NULL,1733233427,4),(269,86,1,'complete',NULL,1733233481,4),(270,86,2,'complete',NULL,1733233742,4),(271,86,3,'gradedpartial',0.3333333,1733233745,4),(272,87,0,'todo',NULL,1733233751,4),(273,87,1,'complete',NULL,1733233787,4),(274,87,2,'gradedwrong',0.0000000,1733233853,4),(275,88,0,'todo',NULL,1733233751,4),(276,88,1,'complete',NULL,1733233810,4),(277,88,2,'gradedright',1.0000000,1733233853,4),(278,89,0,'todo',NULL,1733233751,4),(279,89,1,'complete',NULL,1733233810,4),(280,89,2,'gradedright',1.0000000,1733233853,4),(281,90,0,'todo',NULL,1733233751,4),(282,90,1,'complete',NULL,1733233839,4),(283,90,2,'gradedright',1.0000000,1733233853,4),(284,91,0,'todo',NULL,1733233751,4),(285,91,1,'complete',NULL,1733233850,4),(286,91,2,'gradedright',1.0000000,1733233853,4),(287,92,0,'todo',NULL,1736239173,4),(288,92,1,'todo',NULL,1736239178,4),(289,92,2,'gaveup',NULL,1736239208,4),(290,93,0,'todo',NULL,1736239173,4),(291,93,1,'todo',NULL,1736239185,4),(292,93,2,'gaveup',NULL,1736239208,4),(293,94,0,'todo',NULL,1736239173,4),(294,94,1,'todo',NULL,1736239185,4),(295,94,2,'gaveup',NULL,1736239208,4),(296,95,0,'todo',NULL,1736239173,4),(297,95,1,'todo',NULL,1736239200,4),(298,95,2,'gaveup',NULL,1736239208,4),(299,96,0,'todo',NULL,1736239173,4),(300,96,1,'todo',NULL,1736239204,4),(301,96,2,'gaveup',NULL,1736239208,4),(302,97,0,'todo',NULL,1736239216,4),(303,97,1,'complete',NULL,1736239228,4),(304,97,2,'gradedright',1.0000000,1736239285,4),(305,98,0,'todo',NULL,1736239216,4),(306,98,1,'complete',NULL,1736239247,4),(307,98,2,'gradedright',1.0000000,1736239285,4),(308,99,0,'todo',NULL,1736239216,4),(309,99,1,'complete',NULL,1736239247,4),(310,99,2,'gradedright',1.0000000,1736239285,4),(311,100,0,'todo',NULL,1736239216,4),(312,100,1,'complete',NULL,1736239269,4),(313,100,2,'gradedright',1.0000000,1736239285,4),(314,101,0,'todo',NULL,1736239216,4),(315,101,1,'complete',NULL,1736239280,4),(316,101,2,'gradedright',1.0000000,1736239285,4),(317,102,0,'todo',NULL,1733233873,4),(318,102,1,'complete',NULL,1733233884,4),(319,102,2,'gradedright',1.0000000,1733233904,4),(320,103,0,'todo',NULL,1733233873,4),(321,103,1,'complete',NULL,1733233884,4),(322,103,2,'gradedpartial',0.1250000,1733233904,4),(323,104,0,'todo',NULL,1733233873,4),(324,104,1,'complete',NULL,1733233888,4),(325,104,2,'gradedpartial',0.7000000,1733233904,4),(326,105,0,'todo',NULL,1733233873,4),(327,105,1,'complete',NULL,1733233896,4),(328,105,2,'gradedwrong',-0.1000000,1733233904,4),(329,106,0,'todo',NULL,1733233873,4),(330,106,1,'complete',NULL,1733233901,4),(331,106,2,'gradedpartial',0.3333333,1733233904,4),(332,107,0,'todo',NULL,1733233910,4),(333,107,1,'todo',NULL,1733233915,4),(334,107,2,'gaveup',NULL,1733233924,4),(335,108,0,'todo',NULL,1733233910,4),(336,108,1,'todo',NULL,1733233915,4),(337,108,2,'gaveup',NULL,1733233924,4),(338,109,0,'todo',NULL,1733233910,4),(339,109,1,'todo',NULL,1733233917,4),(340,109,2,'gaveup',NULL,1733233924,4),(341,110,0,'todo',NULL,1733233910,4),(342,110,1,'todo',NULL,1733233919,4),(343,110,2,'gaveup',NULL,1733233924,4),(344,111,0,'todo',NULL,1733233910,4),(345,111,1,'todo',NULL,1733233921,4),(346,111,2,'gaveup',NULL,1733233924,4),(347,112,0,'todo',NULL,1736239303,4),(348,112,1,'complete',NULL,1736239320,4),(349,112,2,'gradedright',1.0000000,1736239334,4),(350,113,0,'todo',NULL,1736239303,4),(351,113,1,'complete',NULL,1736239320,4),(352,113,2,'gradedright',1.0000000,1736239334,4),(353,114,0,'todo',NULL,1736239303,4),(354,114,1,'complete',NULL,1736239324,4),(355,114,2,'gradedright',1.0000000,1736239334,4),(356,115,0,'todo',NULL,1736239303,4),(357,115,1,'complete',NULL,1736239328,4),(358,115,2,'gradedright',1.0000000,1736239334,4),(359,116,0,'todo',NULL,1736239303,4),(360,116,1,'complete',NULL,1736239331,4),(361,116,2,'gradedright',1.0000000,1736239334,4),(362,117,0,'todo',NULL,1736239693,4),(363,117,1,'complete',NULL,1736239705,4),(364,117,2,'gradedright',1.0000000,1736239748,4),(365,118,0,'todo',NULL,1736239693,4),(366,118,1,'complete',NULL,1736239708,4),(367,118,2,'gradedright',1.0000000,1736239748,4),(368,119,0,'todo',NULL,1736239693,4),(369,119,1,'complete',NULL,1736239710,4),(370,119,2,'gradedright',1.0000000,1736239748,4),(371,120,0,'todo',NULL,1736239693,4),(372,120,1,'complete',NULL,1736239713,4),(373,120,2,'gradedright',1.0000000,1736239748,4),(374,121,0,'todo',NULL,1736239693,4),(375,121,1,'complete',NULL,1736239716,4),(376,121,2,'gradedright',1.0000000,1736239748,4),(377,122,0,'todo',NULL,1736239693,4),(378,122,1,'complete',NULL,1736239724,4),(379,122,2,'gradedright',1.0000000,1736239748,4),(380,123,0,'todo',NULL,1736239693,4),(381,123,1,'complete',NULL,1736239724,4),(382,123,2,'gradedright',1.0000000,1736239748,4),(383,124,0,'todo',NULL,1736239693,4),(384,124,1,'complete',NULL,1736239728,4),(385,124,2,'gradedright',1.0000000,1736239748,4),(386,125,0,'todo',NULL,1736239693,4),(387,125,1,'complete',NULL,1736239731,4),(388,125,2,'gradedright',1.0000000,1736239748,4),(389,126,0,'todo',NULL,1736239693,4),(390,126,1,'complete',NULL,1736239735,4),(391,126,2,'gradedright',1.0000000,1736239748,4),(392,127,0,'todo',NULL,1736239693,4),(393,127,1,'complete',NULL,1736239740,4),(394,127,2,'gradedright',1.0000000,1736239748,4),(395,128,0,'todo',NULL,1736239693,4),(396,128,1,'complete',NULL,1736239744,4),(397,128,2,'gradedright',1.0000000,1736239748,4),(398,129,0,'todo',NULL,1736239761,4),(399,129,1,'complete',NULL,1736239766,4),(400,129,2,'gradedwrong',0.0000000,1736239770,4),(401,130,0,'todo',NULL,1736239761,4),(402,130,1,'gaveup',NULL,1736239770,4),(403,131,0,'todo',NULL,1736239761,4),(404,131,1,'gaveup',NULL,1736239770,4),(405,132,0,'todo',NULL,1736239761,4),(406,132,1,'gaveup',NULL,1736239770,4),(407,133,0,'todo',NULL,1736239761,4),(408,133,1,'gaveup',NULL,1736239770,4),(409,134,0,'todo',NULL,1736239761,4),(410,134,1,'gaveup',NULL,1736239770,4),(411,135,0,'todo',NULL,1736239761,4),(412,135,1,'gaveup',NULL,1736239770,4),(413,136,0,'todo',NULL,1736239761,4),(414,136,1,'gaveup',NULL,1736239770,4),(415,137,0,'todo',NULL,1736239761,4),(416,137,1,'gaveup',NULL,1736239770,4),(417,138,0,'todo',NULL,1736239761,4),(418,138,1,'gaveup',NULL,1736239770,4),(419,139,0,'todo',NULL,1736239761,4),(420,139,1,'gaveup',NULL,1736239770,4),(421,140,0,'todo',NULL,1736239761,4),(422,140,1,'gaveup',NULL,1736239770,4),(423,141,0,'todo',NULL,1736239777,4),(424,141,1,'complete',NULL,1736239784,4),(425,141,2,'gradedright',1.0000000,1736239830,4),(426,142,0,'todo',NULL,1736239777,4),(427,142,1,'complete',NULL,1736239790,4),(428,142,2,'gradedwrong',0.0000000,1736239830,4),(429,143,0,'todo',NULL,1736239777,4),(430,143,1,'complete',NULL,1736239794,4),(431,143,2,'gradedwrong',0.0000000,1736239830,4),(432,144,0,'todo',NULL,1736239777,4),(433,144,1,'complete',NULL,1736239798,4),(434,144,2,'gradedwrong',0.0000000,1736239830,4),(435,145,0,'todo',NULL,1736239777,4),(436,145,1,'complete',NULL,1736239801,4),(437,145,2,'gradedpartial',0.2000000,1736239830,4),(438,146,0,'todo',NULL,1736239777,4),(439,146,1,'complete',NULL,1736239809,4),(440,146,2,'gradedright',1.0000000,1736239830,4),(441,147,0,'todo',NULL,1736239777,4),(442,147,1,'complete',NULL,1736239809,4),(443,147,2,'gradedright',1.0000000,1736239830,4),(444,148,0,'todo',NULL,1736239777,4),(445,148,1,'complete',NULL,1736239813,4),(446,148,2,'gradedright',1.0000000,1736239830,4),(447,149,0,'todo',NULL,1736239777,4),(448,149,1,'complete',NULL,1736239816,4),(449,149,2,'gradedright',1.0000000,1736239830,4),(450,150,0,'todo',NULL,1736239777,4),(451,150,1,'complete',NULL,1736239818,4),(452,150,2,'gradedright',1.0000000,1736239830,4),(453,151,0,'todo',NULL,1736239777,4),(454,151,1,'complete',NULL,1736239822,4),(455,151,2,'gradedright',1.0000000,1736239830,4),(456,152,0,'todo',NULL,1736239777,4),(457,152,1,'complete',NULL,1736239827,4),(458,152,2,'gradedright',1.0000000,1736239830,4),(459,153,0,'todo',NULL,1733234357,4),(460,153,1,'complete',NULL,1733234370,4),(461,153,2,'gradedright',1.0000000,1733234402,4),(462,154,0,'todo',NULL,1733234357,4),(463,154,1,'complete',NULL,1733234370,4),(464,154,2,'gradedright',1.0000000,1733234402,4),(465,155,0,'todo',NULL,1733234357,4),(466,155,1,'complete',NULL,1733234383,4),(467,155,2,'gradedright',1.0000000,1733234402,4),(468,156,0,'todo',NULL,1733234357,4),(469,156,1,'complete',NULL,1733234388,4),(470,156,2,'gradedright',1.0000000,1733234402,4),(471,157,0,'todo',NULL,1733234412,4),(472,157,1,'complete',NULL,1733234425,4),(473,157,2,'gradedright',1.0000000,1733234441,4),(474,158,0,'todo',NULL,1733234412,4),(475,158,1,'complete',NULL,1733234425,4),(476,158,2,'gradedright',1.0000000,1733234441,4),(477,159,0,'todo',NULL,1733234412,4),(478,159,1,'complete',NULL,1733234429,4),(479,159,2,'gradedright',1.0000000,1733234441,4),(480,160,0,'todo',NULL,1733234412,4),(481,160,1,'complete',NULL,1733234438,4),(482,160,2,'gradedright',1.0000000,1733234441,4),(483,161,0,'todo',NULL,1733234447,4),(484,161,1,'todo',NULL,1733234452,4),(485,161,2,'gaveup',NULL,1733234461,4),(486,162,0,'todo',NULL,1733234447,4),(487,162,1,'todo',NULL,1733234452,4),(488,162,2,'gaveup',NULL,1733234461,4),(489,163,0,'todo',NULL,1733234447,4),(490,163,1,'todo',NULL,1733234454,4),(491,163,2,'gaveup',NULL,1733234461,4),(492,164,0,'todo',NULL,1733234447,4),(493,164,1,'complete',NULL,1733234458,4),(494,164,2,'gradedright',1.0000000,1733234461,4),(495,165,0,'todo',NULL,1733234476,4),(496,165,1,'complete',NULL,1733234487,4),(497,165,2,'gradedright',1.0000000,1733234507,4),(498,166,0,'todo',NULL,1733234476,4),(499,166,1,'complete',NULL,1733234487,4),(500,166,2,'gradedwrong',0.0000000,1733234507,4),(501,167,0,'todo',NULL,1733234476,4),(502,167,1,'complete',NULL,1733234496,4),(503,167,2,'gradedwrong',0.0000000,1733234507,4),(504,168,0,'todo',NULL,1733234476,4),(505,168,1,'complete',NULL,1733234503,4),(506,168,2,'gradedright',1.0000000,1733234507,4),(507,169,0,'todo',NULL,1736239374,4),(508,169,1,'todo',NULL,1736239379,4),(509,169,2,'gaveup',NULL,1736239382,4),(510,170,0,'todo',NULL,1736239374,4),(511,170,1,'todo',NULL,1736239379,4),(512,170,2,'gaveup',NULL,1736239382,4),(513,171,0,'todo',NULL,1736239374,4),(514,171,1,'gaveup',NULL,1736239382,4),(515,172,0,'todo',NULL,1736239374,4),(516,172,1,'gaveup',NULL,1736239382,4); +/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempts` +-- + +DROP TABLE IF EXISTS `m_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `m_quesatte_beh_ix` (`behaviour`), + KEY `m_quesatte_que_ix` (`questionid`), + KEY `m_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB AUTO_INCREMENT=173 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- + +LOCK TABLES `m_question_attempts` WRITE; +/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; +INSERT INTO `m_question_attempts` VALUES (1,1,1,'manualgraded',169,1413,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'43\n',1736238892),(2,1,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {-arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C; arctan(x) + C}','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',1733232339),(3,1,3,'deferredfeedback',178,23158,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 31\n','part 1: 31; part 2: non - singular','The content can not be displayed.',1733232339),(4,1,4,'deferredfeedback',184,57349,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 2 cm long?\n: 14\n; 16\n; 9\n; 23\n','16\n','16\n',1733232339),(5,1,5,'deferredfeedback',186,6615,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1736238709),(6,1,6,'deferredfeedback',188,20533,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(7,1,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','23',1733232339),(8,1,8,'deferredfeedback',192,2020,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(9,1,9,'deferredfeedback',194,966,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(10,1,10,'deferredfeedback',196,12405,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(11,1,11,'deferredfeedback',198,7721,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232339),(12,1,12,'deferredfeedback',200,48363,1.0000000,0.0000000,1.0000000,0,'42 is even\n','True','True',1733232339),(13,2,1,'manualgraded',169,32169,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'nlk\n',1733232539),(14,2,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n} -> {-arctan(cos(x)) + C; -cos(x) + C; arctan(x) + C; x - cos(2x)/2 + C; ln(2x+5) + C}','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C',1733232539),(15,2,3,'deferredfeedback',178,9650,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: -159\n','part 1: -159; part 2: non - singular','The content can not be displayed.',1733232539),(16,2,4,'deferredfeedback',184,29513,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 5-sided regular polygon, with each side 2 cm long?\n: 8\n; 10\n; 6\n; 23\n','10\n','10\n',1733232539),(17,2,5,'deferredfeedback',186,55244,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232539),(18,2,6,'deferredfeedback',188,1633,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(19,2,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','56',1733232539),(20,2,8,'deferredfeedback',192,21421,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(21,2,9,'deferredfeedback',194,1309,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(22,2,10,'deferredfeedback',196,37973,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(23,2,11,'deferredfeedback',198,24053,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232539),(24,2,12,'deferredfeedback',200,15093,1.0000000,0.0000000,1.0000000,0,'44 is even\n','True',NULL,1733232539),(25,3,1,'manualgraded',169,5164,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'',1733232623),(26,3,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral sin left parenthesis x right parenthesis d x]\n\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {arctan(x) + C; -arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C}','[integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',NULL,1733232623),(27,3,3,'deferredfeedback',178,53147,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 13\n','part 1: 13; part 2: non - singular','The content can not be displayed.',1733232623),(28,3,4,'deferredfeedback',184,56507,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 6 cm long?\n: 25\n; 23\n; 46\n; 48\n','48\n',NULL,1733232623),(29,3,5,'deferredfeedback',186,64938,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232623),(30,3,6,'deferredfeedback',188,48867,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(31,3,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','',1733232623),(32,3,8,'deferredfeedback',192,50077,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(33,3,9,'deferredfeedback',194,14532,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(34,3,10,'deferredfeedback',196,26926,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(35,3,11,'deferredfeedback',198,57759,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232623),(36,3,12,'deferredfeedback',200,34651,1.0000000,0.0000000,1.0000000,0,'24 is even\n','True','False',1733232623),(37,4,1,'deferredfeedback',41,61973,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 1 (this is the correct answer for each sub-question)\n\n- S2 = 7\n\n- S3 = 0\n\n- S4 = 0\n\nDrop-down format {1; 7; 0; 0}\n\nShuffled drop-down format {1; 0; 0; 7}\n\nHorizontal format {1; 7; 0; 0}\n\nShuffled horizontal {7; 1; 0; 0}\n\nVertical format {1; 7; 0; 0}\n\nShuffled vertical format {0; 1; 0; 7}\n\n','part 1: 1; part 2: 1; part 3: 1; part 4: 1; part 5: 1; part 6: 1','The content can not be displayed.',1733232761),(38,4,2,'deferredfeedback',37,55341,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 3\n\n- S3 = 2 (This is the correct answer for the Short Answer question)\n\n- S4 = 3\n\nDrop-down format {6; 3; 2; 3}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 2','The content can not be displayed.',1733232761),(39,4,3,'deferredfeedback',32,17058,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(40,4,4,'deferredfeedback',49,36560,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232761),(41,4,5,'deferredfeedback',27,58239,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(42,5,1,'deferredfeedback',41,14542,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 9 (this is the correct answer for each sub-question)\n\n- S2 = 8\n\n- S3 = 7\n\n- S4 = 9\n\nDrop-down format {9; 8; 7; 9}\n\nShuffled drop-down format {8; 9; 9; 7}\n\nHorizontal format {9; 8; 7; 9}\n\nShuffled horizontal {9; 8; 9; 7}\n\nVertical format {9; 8; 7; 9}\n\nShuffled vertical format {8; 7; 9; 9}\n\n','part 1: 9; part 2: 9; part 3: 9; part 4: 9; part 5: 9; part 6: 9','The content can not be displayed.',1733232815),(43,5,2,'deferredfeedback',37,64906,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 7 (this is the correct answer for the Multichoice question)\n\n- S2 = 10\n\n- S3 = 1 (This is the correct answer for the Short Answer question)\n\n- S4 = 1\n\nDrop-down format {7; 10; 1; 1}\n\nShort Answer question _____\n\n','part 1: 7; part 2: 1','The content can not be displayed.',1733232815),(44,5,3,'deferredfeedback',32,25911,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(45,5,4,'deferredfeedback',49,38431,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232815),(46,5,5,'deferredfeedback',27,4676,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(47,6,1,'deferredfeedback',41,4514,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 8 (this is the correct answer for each sub-question)\n\n- S2 = 1\n\n- S3 = 3\n\n- S4 = 8\n\nDrop-down format {8; 1; 3; 8}\n\nShuffled drop-down format {8; 3; 8; 1}\n\nHorizontal format {8; 1; 3; 8}\n\nShuffled horizontal {8; 1; 3; 8}\n\nVertical format {8; 1; 3; 8}\n\nShuffled vertical format {8; 8; 3; 1}\n\n','part 1: 8; part 2: 8; part 3: 8; part 4: 8; part 5: 8; part 6: 8','The content can not be displayed.',1733232872),(48,6,2,'deferredfeedback',37,16270,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 4\n\n- S3 = 10 (This is the correct answer for the Short Answer question)\n\n- S4 = 0\n\nDrop-down format {6; 4; 10; 0}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 10','The content can not be displayed.',1733232872),(49,6,3,'deferredfeedback',32,50642,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(50,6,4,'deferredfeedback',49,20669,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232872),(51,6,5,'deferredfeedback',27,41016,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 6\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(52,7,1,'manualgraded',84,28584,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'ytw3e5\n',1736239063),(53,7,2,'manualgraded',86,62400,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'ye45r3\n',1736239078),(54,7,3,'manualgraded',88,7330,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1736239087),(55,7,4,'manualgraded',90,38426,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1736239098),(56,7,5,'manualgraded',92,46135,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1736239108),(57,7,6,'manualgraded',95,17974,1.0000000,0.0000000,1.0000000,0,'s1= 4\ns2 =6\ns3= 9\n\n',NULL,'469\n',1736239116),(58,7,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'Attachments: image (15).png (53.1 KB)',1736239124),(59,7,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'Attachments: image (15).png (53.1 KB)',1736239132),(60,7,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'Attachments: image (13).png (59.3 KB)',1736239139),(61,7,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'Attachments: image (14).png (65.3 KB), image (13).png (59.3 KB), image (12).png (66.1 KB), image (11).png (58.9 KB), image (10).png (58.7 KB), image (9).png (68.6 KB), image (8).png (56.7 KB)',1736239145),(62,8,1,'manualgraded',84,19224,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'',1733233223),(63,8,2,'manualgraded',86,17853,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'',1733233223),(64,8,3,'manualgraded',88,27433,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1733233223),(65,8,4,'manualgraded',90,54653,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1733233223),(66,8,5,'manualgraded',92,57456,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1733233223),(67,8,6,'manualgraded',95,10208,1.0000000,0.0000000,1.0000000,0,'s1= 3\ns2 =5\ns3= 10\n\n',NULL,'',1733233223),(68,8,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'',1733233223),(69,8,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'',1733233223),(70,8,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'',1733233223),(71,8,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'',1733233223),(72,9,1,'deferredfeedback',117,30927,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 2\n\n2 - 3\n\n3 - 5\n {2\n; 3\n; 1\n} -> {3; 5; 2}','2\n -> 3; 3\n -> 5; 1\n -> 2','2\n -> 3; 3\n -> 5; 1\n -> 2',1733233312),(73,9,2,'deferredfeedback',105,5779,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 5\n\n3 - 0\n {3\n; 2\n; 1\n} -> {5; 7; 0}','3\n -> 0; 2\n -> 5; 1\n -> 7','3\n -> 0; 2\n -> 5; 1\n -> 7',1733233312),(74,9,3,'deferredfeedback',108,58248,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 3\n {1\n; 3\n; 2\n} -> {7; 3; 3}','1\n -> 7; 3\n -> 3; 2\n -> 3','1\n -> 7; 3\n -> 3; 2\n -> 3',1733233312),(75,9,4,'deferredfeedback',114,36649,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 10\n\n2 -  3\n\n3 - 1\n\n4 - 30\n\n5 - 3\n\n6 - 10\n {6\n; 1\n; 5\n; 3\n; 4\n; 2\n} -> {10; 1; 3; 3; 30; 10}','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3',1733233312),(76,9,5,'deferredfeedback',111,58900,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 3\n\n2 - 1\n\n3 - 8\n {3\n; 2\n; 1\n} -> {8; 1; 3}','3\n -> 8; 2\n -> 1; 1\n -> 3','3\n -> 8; 2\n -> 1; 1\n -> 3',1733233312),(77,10,1,'deferredfeedback',117,35113,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 3\n\n2 - 7\n\n3 - 1\n {1\n; 3\n; 2\n} -> {3; 7; 1}','1\n -> 3; 3\n -> 1; 2\n -> 7','1\n -> 3; 3\n -> 1; 2\n -> 7',1733233415),(78,10,2,'deferredfeedback',105,26095,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 10\n\n2 - 8\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 10; 8}','3\n -> 0; 2\n -> 8; 1\n -> 10','3\n -> 0; 2\n -> 8; 1\n -> 10',1733233415),(79,10,3,'deferredfeedback',108,25615,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 2\n\n2 - 2\n\n3 - 4\n {3\n; 1\n; 2\n} -> {2; 2; 4}','3\n -> 4; 1\n -> 2; 2\n -> 2','3\n -> 4; 1\n -> 2; 2\n -> 2',1733233415),(80,10,4,'deferredfeedback',114,18443,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 9\n\n2 -  6\n\n3 - 0\n\n4 - 54\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 4\n; 2\n; 5\n; 1\n} -> {9; 6; 0; 0; 0; 54}','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9',1733233415),(81,10,5,'deferredfeedback',111,63872,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 0\n\n2 - 5\n\n3 - 4\n {2\n; 1\n; 3\n} -> {5; 4; 0}','2\n -> 5; 1\n -> 0; 3\n -> 4','2\n -> 5; 1\n -> 0; 3\n -> 4',1733233415),(82,11,1,'deferredfeedback',117,4259,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 3; 7}','3\n -> 0; 2\n -> 3; 1\n -> 7','3\n -> 0; 2\n -> 3; 1\n -> 3',1733233745),(83,11,2,'deferredfeedback',105,33340,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 4\n\n3 - 3\n {3\n; 1\n; 2\n} -> {3; 7; 4}','3\n -> 3; 1\n -> 7; 2\n -> 4','3\n -> 3; 1\n -> 3; 2\n -> 3',1733233745),(84,11,3,'deferredfeedback',108,32743,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 3\n\n2 - 10\n\n3 - 9\n {1\n; 3\n; 2\n} -> {9; 10; 3}','1\n -> 3; 3\n -> 9; 2\n -> 10','1\n -> 9; 3\n -> 9; 2\n -> 9',1733233745),(85,11,4,'deferredfeedback',114,13720,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 6\n\n2 -  5\n\n3 - 0\n\n4 - 30\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 1\n; 4\n; 2\n; 5\n} -> {0; 0; 30; 6; 0; 5}','6\n -> 0; 3\n -> 0; 1\n -> 6; 4\n -> 30; 2\n -> 5; 5\n -> 0','6\n -> 0; 3\n -> 0; 1\n -> 0; 4\n -> 0; 2\n -> 0; 5\n -> 0',1733233745),(86,11,5,'deferredfeedback',111,55703,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 2\n\n2 - 1\n\n3 - 2\n {1\n; 2\n; 3\n} -> {1; 2; 2}','1\n -> 2; 2\n -> 1; 3\n -> 2','1\n -> 1; 2\n -> 1; 3\n -> 1',1733233745),(87,12,1,'deferredfeedback',118,39960,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 155\n\n2 - 155\n\n3 - 151\n {3\n; 2\n; 1\n} -> {155; 155; 151}','3\n -> 151; 2\n -> 155; 1\n -> 155','3\n -> 155; 2\n -> 151; 1\n -> 155',1733233853),(88,12,2,'deferredfeedback',106,53143,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 194\n\n2 - 36\n\n3 - 147\n {3\n; 1\n; 2\n} -> {194; 36; 147}','3\n -> 147; 1\n -> 194; 2\n -> 36','3\n -> 147; 1\n -> 194; 2\n -> 36',1733233853),(89,12,3,'deferredfeedback',109,47438,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 187\n\n2 - 136\n\n3 - 77\n {3\n; 2\n; 1\n} -> {136; 187; 77}','3\n -> 77; 2\n -> 136; 1\n -> 187','3\n -> 77; 2\n -> 136; 1\n -> 187',1733233853),(90,12,4,'deferredfeedback',115,32309,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 323\n\n2 -  129\n\n3 - 108\n\n4 - 41667\n\n5 - 13932\n\n6 - 34884\n {3\n; 1\n; 6\n; 2\n; 4\n; 5\n} -> {129; 34884; 108; 41667; 13932; 323}','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932',1733233853),(91,12,5,'deferredfeedback',112,37796,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 174\n\n2 - 180\n\n3 - 92\n {1\n; 3\n; 2\n} -> {180; 174; 92}','1\n -> 174; 3\n -> 92; 2\n -> 180','1\n -> 174; 3\n -> 92; 2\n -> 180',1733233853),(92,13,1,'deferredfeedback',119,64948,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 169\n\n2 - 28\n\n3 - 39\n {2\n; 1\n; 3\n} -> {28; 39; 169}','2\n -> 28; 1\n -> 169; 3\n -> 39',NULL,1736239208),(93,13,2,'deferredfeedback',107,50500,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 55\n\n2 - 102\n\n3 - 96\n {1\n; 2\n; 3\n} -> {55; 102; 96}','1\n -> 55; 2\n -> 102; 3\n -> 96',NULL,1736239208),(94,13,3,'deferredfeedback',110,12569,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 22\n\n2 - 170\n\n3 - 96\n {1\n; 3\n; 2\n} -> {170; 96; 22}','1\n -> 22; 3\n -> 96; 2\n -> 170',NULL,1736239208),(95,13,4,'deferredfeedback',116,38144,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 619\n\n2 -  87\n\n3 - 169\n\n4 - 53853\n\n5 - 14703\n\n6 - 104611\n {4\n; 2\n; 3\n; 1\n; 6\n; 5\n} -> {619; 53853; 87; 14703; 104611; 169}','4\n -> 53853; 2\n -> 87; 3\n -> 169; 1\n -> 619; 6\n -> 104611; 5\n -> 14703',NULL,1736239208),(96,13,5,'deferredfeedback',113,3552,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 156\n\n2 - 83\n\n3 - 183\n {1\n; 3\n; 2\n} -> {156; 183; 83}','1\n -> 156; 3\n -> 183; 2\n -> 83',NULL,1736239208),(97,14,1,'deferredfeedback',119,45242,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 88\n\n2 - 152\n\n3 - 71\n {3\n; 2\n; 1\n} -> {71; 88; 152}','3\n -> 71; 2\n -> 152; 1\n -> 88','3\n -> 71; 2\n -> 152; 1\n -> 88',1736239285),(98,14,2,'deferredfeedback',107,29343,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 138\n\n2 - 34\n\n3 - 195\n {2\n; 1\n; 3\n} -> {138; 34; 195}','2\n -> 34; 1\n -> 138; 3\n -> 195','2\n -> 34; 1\n -> 138; 3\n -> 195',1736239285),(99,14,3,'deferredfeedback',110,2172,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 77\n\n2 - 124\n\n3 - 30\n {3\n; 1\n; 2\n} -> {124; 77; 30}','3\n -> 30; 1\n -> 77; 2\n -> 124','3\n -> 30; 1\n -> 77; 2\n -> 124',1736239285),(100,14,4,'deferredfeedback',116,10343,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 278\n\n2 -  5\n\n3 - 112\n\n4 - 1390\n\n5 - 560\n\n6 - 31136\n {3\n; 6\n; 4\n; 5\n; 1\n; 2\n} -> {278; 31136; 560; 112; 1390; 5}','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5',1736239285),(101,14,5,'deferredfeedback',113,60145,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 95\n\n2 - 161\n\n3 - 106\n {2\n; 1\n; 3\n} -> {95; 161; 106}','2\n -> 161; 1\n -> 95; 3\n -> 106','2\n -> 161; 1\n -> 95; 3\n -> 106',1736239285),(102,15,1,'deferredfeedback',121,61698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1733233904),(103,15,2,'deferredfeedback',123,39698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','cos(x)\n',1733233904),(104,15,3,'deferredfeedback',126,53210,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','sin(x)\n',1733233904),(105,15,4,'deferredfeedback',128,35013,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: sin(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; f\n; e\n; g\n','[sin(x),cos(x),tan(x)]\n','g\n',1733233904),(106,15,5,'deferredfeedback',130,27699,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','tan(x)\n',1733233904),(107,16,1,'deferredfeedback',121,13984,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(108,16,2,'deferredfeedback',123,62181,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: tan(x)\n; cos(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(109,16,3,'deferredfeedback',126,49755,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(110,16,4,'deferredfeedback',128,42992,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; f\n; g\n; e\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(111,16,5,'deferredfeedback',130,4103,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(112,17,1,'deferredfeedback',122,43787,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(113,17,2,'deferredfeedback',125,34571,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(114,17,3,'deferredfeedback',127,13603,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(115,17,4,'deferredfeedback',129,14855,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: e\n; f\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; sin(x)\n; tan(x)\n; g\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(116,17,5,'deferredfeedback',131,42323,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(117,18,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(118,18,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(119,18,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1736239752),(120,18,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(121,18,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(122,18,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(123,18,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(124,18,8,'deferredfeedback',18,44397,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 7\n','The content can not be displayed.','7',1736239752),(125,18,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239752),(126,18,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239752),(127,18,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239752),(128,18,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239752),(129,19,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(130,19,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(131,19,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239770),(132,19,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(133,19,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(134,19,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(135,19,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(136,19,8,'deferredfeedback',18,13831,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.',NULL,1736239770),(137,19,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239770),(138,19,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239770),(139,19,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239770),(140,19,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239770),(141,20,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(142,20,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(143,20,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x-1',1736239833),(144,20,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(145,20,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(146,20,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(147,20,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(148,20,8,'deferredfeedback',18,3216,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.','10',1736239833),(149,20,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239833),(150,20,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239833),(151,20,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239833),(152,20,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239833),(153,21,1,'deferredfeedback',97,55339,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 4 prime? Answer is false\n','False','False',1733234402),(154,21,2,'deferredfeedback',99,5683,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234402),(155,21,3,'deferredfeedback',103,53887,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 0 a prime number?\n\nAnswer: false\n','False','False',1733234402),(156,21,4,'deferredfeedback',101,34776,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234402),(157,22,1,'deferredfeedback',97,36385,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 8 prime? Answer is false\n','False','False',1733234441),(158,22,2,'deferredfeedback',99,27174,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234441),(159,22,3,'deferredfeedback',103,56669,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 3 a prime number?\n\nAnswer: true\n','True','True',1733234441),(160,22,4,'deferredfeedback',101,57242,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234441),(161,23,1,'deferredfeedback',97,37828,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True',NULL,1733234461),(162,23,2,'deferredfeedback',99,10219,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 10 prime? Answer is false\nInitial content: \n\n','False',NULL,1733234461),(163,23,3,'deferredfeedback',103,29657,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 5 a prime number?\n\nAnswer: true\n','True',NULL,1733234461),(164,23,4,'deferredfeedback',101,42979,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234461),(165,24,1,'deferredfeedback',97,8981,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True','True',1733234507),(166,24,2,'deferredfeedback',99,32494,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 0 prime? Answer is false\nInitial content: \n\n','False','True',1733234507),(167,24,3,'deferredfeedback',103,36989,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 1 a prime number?\n\nAnswer: false\n','False','True',1733234507),(168,24,4,'deferredfeedback',101,14549,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234507),(169,25,1,'deferredfeedback',98,63627,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 2 prime? Answer is true\n','True',NULL,1736239382),(170,25,2,'deferredfeedback',100,23350,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 9 prime? Answer is false\nInitial content: \n\n','False',NULL,1736239382),(171,25,3,'deferredfeedback',104,13997,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 7 a prime number?\n\nAnswer: true\n','True',NULL,1736239382),(172,25,4,'deferredfeedback',102,62947,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True',NULL,1736239382); +/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_bank_entries` +-- + +DROP TABLE IF EXISTS `m_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `m_quesbankentr_que_ix` (`questioncategoryid`), + KEY `m_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_bank_entries` +-- + +LOCK TABLES `m_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; +INSERT INTO `m_question_bank_entries` VALUES (1,3,NULL,2),(2,3,NULL,2),(3,3,NULL,2),(4,3,NULL,2),(5,3,NULL,2),(6,3,NULL,2),(7,3,NULL,2),(8,3,NULL,2),(9,3,NULL,2),(10,3,NULL,2),(11,3,NULL,2),(12,3,NULL,2),(13,5,NULL,3),(14,5,NULL,3),(15,5,NULL,3),(16,5,NULL,3),(17,5,NULL,3),(18,5,NULL,3),(19,5,NULL,3),(20,5,NULL,3),(21,5,NULL,3),(22,5,NULL,3),(23,5,NULL,3),(24,5,NULL,3),(25,5,NULL,3),(26,5,NULL,3),(27,5,NULL,3),(28,5,NULL,3),(29,5,NULL,3),(30,5,NULL,3),(31,5,NULL,3),(32,5,NULL,3),(33,5,NULL,2),(34,5,NULL,2),(35,5,NULL,2),(36,5,NULL,2),(37,5,NULL,2),(38,5,NULL,2),(39,5,NULL,2),(40,5,NULL,2),(41,5,NULL,2),(42,5,NULL,2),(43,5,NULL,2),(44,5,NULL,2),(45,5,NULL,2),(46,5,NULL,2),(47,5,NULL,2),(48,5,NULL,2),(49,5,NULL,2),(50,5,NULL,2),(51,8,NULL,3),(52,8,NULL,3),(53,8,NULL,3),(54,11,NULL,3),(55,11,NULL,3),(56,11,NULL,3),(57,12,NULL,3),(58,12,NULL,3),(59,12,NULL,3),(60,13,NULL,3),(61,13,NULL,3),(62,13,NULL,3),(63,14,NULL,3),(64,14,NULL,3),(65,14,NULL,3),(66,15,NULL,3),(67,15,NULL,3),(68,15,NULL,3),(69,15,NULL,3),(70,15,NULL,3),(71,15,NULL,3),(72,16,NULL,3),(73,16,NULL,3),(74,16,NULL,3),(75,16,NULL,3),(76,16,NULL,3),(77,17,NULL,3),(78,17,NULL,3),(79,17,NULL,3),(80,17,NULL,3),(81,17,NULL,3),(82,17,NULL,3),(83,18,NULL,3),(84,18,NULL,3),(85,18,NULL,3),(86,18,NULL,3),(87,18,NULL,3),(88,18,NULL,3),(89,19,NULL,3),(90,19,NULL,3),(91,19,NULL,3),(92,27,NULL,2),(93,27,NULL,2),(94,27,NULL,2),(95,27,NULL,2),(96,27,NULL,2),(97,27,NULL,2),(98,27,NULL,2),(99,27,NULL,2),(100,27,NULL,2),(101,27,NULL,2),(102,27,NULL,2),(103,27,NULL,2),(104,27,NULL,2),(105,27,NULL,2),(106,27,NULL,2),(107,27,NULL,2),(108,27,NULL,2),(109,27,NULL,2),(110,27,NULL,2),(111,27,NULL,2),(112,27,NULL,2),(113,27,NULL,2),(114,27,NULL,2),(115,27,NULL,2),(116,27,NULL,2),(117,29,NULL,2),(118,29,NULL,2),(119,29,NULL,2),(120,29,NULL,2),(121,29,NULL,2),(122,29,NULL,2),(123,29,NULL,2),(124,29,NULL,2),(125,29,NULL,2),(126,29,NULL,2),(127,29,NULL,2),(128,29,NULL,2),(129,29,NULL,2),(130,29,NULL,2),(131,29,NULL,2),(132,29,NULL,2),(133,29,NULL,2),(134,29,NULL,2),(135,29,NULL,2),(136,29,NULL,2),(137,29,NULL,2),(138,29,NULL,2),(139,30,NULL,2),(140,30,NULL,2),(141,30,NULL,2),(142,30,NULL,2),(143,30,NULL,2),(144,42,NULL,5),(145,43,NULL,5),(146,43,NULL,5); +/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated` +-- + +DROP TABLE IF EXISTS `m_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `m_quescalc_ans_ix` (`answer`), + KEY `m_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated` +-- + +LOCK TABLES `m_question_calculated` WRITE; +/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated_options` +-- + +DROP TABLE IF EXISTS `m_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated_options` +-- + +LOCK TABLES `m_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_categories` +-- + +DROP TABLE IF EXISTS `m_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `m_quescate_con_ix` (`contextid`), + KEY `m_quescate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_categories` +-- + +LOCK TABLES `m_question_categories` WRITE; +/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; +INSERT INTO `m_question_categories` VALUES (1,'top',21,'',0,'localhost:8000+250107091015+3gTN67',0,0,NULL),(2,'Default for Acceptance course WQ',44,'The default category for questions shared in context \'Acceptance course WQ\'.',0,'localhost:8000+240925144519+5DIRTA',45,999,NULL),(3,'WirisQuizzes for Moodle - Acceptance Testing Resources',21,'

This is a question bank containing all WirisQuizzes moodle questions that are used for testing the application.

Managed by QA. 

',1,'localhost:8000+240925144631+nj3Qc8',1,2,NULL),(4,'Question type',21,'',0,'localhost:8000+240925144631+chMgq7',3,1,NULL),(5,'Cloze',21,'',0,'localhost:8000+240925144631+a6ge1S',4,1,NULL),(6,'Common functionalities',21,'',0,'localhost:8000+240925144631+jdytNN',3,0,NULL),(7,'Display random variables',21,'',0,'localhost:8000+240925144631+gYA321',6,999,NULL),(8,'Generating tables from lists',21,'',0,'localhost:8000+240925144631+EXBgpn',7,999,NULL),(9,'Short Answer',21,'',0,'localhost:8000+240925144631+nmYJl5',4,6,NULL),(10,'Equation answer type',21,'',0,'localhost:8000+240925144631+NAYvNF',9,0,NULL),(11,'Compound Answer',21,'',0,'localhost:8000+240925144631+4pDSf0',10,999,NULL),(12,'Custom grading functions',21,'',0,'localhost:8000+240925144631+1l8oA0',10,999,NULL),(13,'Parameter answer',21,'',0,'localhost:8000+240925144631+F0v1hF',10,999,NULL),(14,'Answer input method',21,'',0,'localhost:8000+240925144638+YPEzT1',10,999,NULL),(15,'Essay',21,'',0,'localhost:8000+240925144638+E3XR9C',4,2,NULL),(16,'True or False',21,'',0,'localhost:8000+240925144638+BLR3qr',4,7,NULL),(17,'Matching',21,'',0,'localhost:8000+240925144638+k2dNuM',4,4,NULL),(18,'Multichoice',21,'',0,'localhost:8000+240925144638+ME0FnK',4,5,NULL),(19,'Text answer type',21,'',0,'localhost:8000+240925144638+CmCWb2',9,1,NULL),(20,'Default for Tables and lists',48,'The default category for questions shared in context \'Tables and lists\'.',0,'localhost:8000+240925145058+WRemKS',46,999,NULL),(21,'Default for Short Answer',48,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+240925145159+lWd2bQ',46,999,NULL),(22,'Default for Matching',44,'The default category for questions shared in context \'Matching\'.',0,'localhost:8000+240925150025+Nan3CV',45,999,NULL),(23,'Default for Multiple Choice',48,'The default category for questions shared in context \'Multiple Choice\'.',0,'localhost:8000+240925150112+0kVrGc',46,999,NULL),(24,'Default for Essay',44,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+240925150149+sBBsoW',45,999,NULL),(25,'Default for True or False',48,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+240925150234+AZfY9y',46,999,NULL),(26,'Default for Graphical Answer',44,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+240926065802+Z7KBFd',45,999,NULL),(27,'Graphic question type',21,'',1,'localhost:8000+240926065815+DXHTqF',9,2,NULL),(28,'Default for All type of questions',48,'The default category for questions shared in context \'All type of questions\'.',0,'localhost:8000+240926074801+zuun2w',46,999,NULL),(29,'All type of Questions',21,'

Sanity tests for all type of questions

',1,'localhost:8000+240926074812+AuNI2d',4,0,NULL),(30,'Essay Attachments',21,'',1,'localhost:8000+240926075710+4lL66n',15,3,NULL),(31,'Default for Test',44,'The default category for questions shared in context \'Test\'.',0,'localhost:8000+240926082348+xN51BH',45,999,NULL),(32,'Default for Cloze',37,'The default category for questions shared in context \'Cloze\'.',0,'localhost:8000+241120073921+V9AEK2',47,999,NULL),(33,'Default for Essay',45,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+241120074735+sTONZ7',52,999,NULL),(34,'Default for Match',41,'The default category for questions shared in context \'Match\'.',0,'localhost:8000+241120075044+VvRf1D',49,999,NULL),(35,'Default for Multichoice',40,'The default category for questions shared in context \'Multichoice\'.',0,'localhost:8000+241120075507+WPEoHF',55,999,NULL),(36,'Default for True or False',44,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+241120075806+vdG1On',51,999,NULL),(37,'Default for Graphical Answer',45,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+241120075858+rHvK7k',1,999,NULL),(38,'Default for Short Answer',45,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241120075917+Z3vLAE',52,999,NULL),(39,'Default for Random variables: Generating tables from lists',48,'The default category for questions shared in context \'Random variables: Generating tables from lists\'.',0,'localhost:8000+241120111736+Fk9TeO',46,999,NULL),(40,'Default for Smoke',38,'The default category for questions shared in context \'Smoke\'.',0,'localhost:8000+241203141443+Ay4CXz',53,999,NULL),(41,'Default for Filter test: Quiz',37,'The default category for questions shared in context \'Filter test: Quiz\'.',0,'localhost:8000+240321124012+cO9J1z',54,999,NULL),(42,'Default for C1',21,'The default category for questions shared in context \'C1\'.',0,'localhost:8000+240321124012+WJbcPY',1,999,NULL),(43,'WIRIS quizzes tour',21,'',0,'localhost:8000+240321124958+Ba5EXV',1,999,NULL),(44,'Default for Short Answer',43,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',56,999,NULL),(45,'top',46,'',0,'localhost:8000+250107091027+4MjUBJ',0,0,NULL),(46,'top',48,'',0,'localhost:8000+250107091027+IBoLxh',0,0,NULL),(47,'top',39,'',0,'localhost:8000+250107091027+XuCXic',0,0,NULL),(48,'top',47,'',0,'localhost:8000+250107091027+lig8HU',0,0,NULL),(49,'top',41,'',0,'localhost:8000+250107091027+tmNKEy',0,0,NULL),(50,'top',42,'',0,'localhost:8000+250107091027+7Ot7Ia',0,0,NULL),(51,'top',44,'',0,'localhost:8000+250107091027+JGi35P',0,0,NULL),(52,'top',45,'',0,'localhost:8000+250107091027+FCFuwO',0,0,NULL),(53,'top',38,'',0,'localhost:8000+250107091027+K8MtlV',0,0,NULL),(54,'top',37,'',0,'localhost:8000+250107091027+KVzEiZ',0,0,NULL),(55,'top',40,'',0,'localhost:8000+250107091027+4EtMTP',0,0,NULL),(56,'top',43,'',0,'localhost:8000+250107091027+5uqW3D',0,0,NULL); +/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `m_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_definitions` +-- + +LOCK TABLES `m_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_items` +-- + +DROP TABLE IF EXISTS `m_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_items` +-- + +LOCK TABLES `m_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_datasets` +-- + +DROP TABLE IF EXISTS `m_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `m_quesdata_que_ix` (`question`), + KEY `m_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_datasets` +-- + +LOCK TABLES `m_question_datasets` WRITE; +/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_ddwtos` +-- + +DROP TABLE IF EXISTS `m_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_ddwtos` +-- + +LOCK TABLES `m_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_gapselect` +-- + +DROP TABLE IF EXISTS `m_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_gapselect` +-- + +LOCK TABLES `m_question_gapselect` WRITE; +/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_hints` +-- + +DROP TABLE IF EXISTS `m_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- + +LOCK TABLES `m_question_hints` WRITE; +/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_multianswer` +-- + +DROP TABLE IF EXISTS `m_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesmult_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_multianswer` +-- + +LOCK TABLES `m_question_multianswer` WRITE; +/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; +INSERT INTO `m_question_multianswer` VALUES (1,25,'28,29,30'),(2,26,'63,64,65'),(3,27,'66,67,68'),(4,31,'33,34,35'),(5,32,'59,60,61'),(6,36,'38,39'),(7,37,'51,52'),(8,40,'42,43,44,45,46,47'),(9,41,'53,54,55,56,57,58'),(10,48,'50'),(11,49,'62'),(12,174,'175'),(13,176,'177'),(14,178,'180,181'),(15,179,'202,203'),(16,182,'183'); +/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical` +-- + +DROP TABLE IF EXISTS `m_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `m_quesnume_ans_ix` (`answer`), + KEY `m_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical` +-- + +LOCK TABLES `m_question_numerical` WRITE; +/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_options` +-- + +DROP TABLE IF EXISTS `m_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `m_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- + +LOCK TABLES `m_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_units` +-- + +DROP TABLE IF EXISTS `m_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `m_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- + +LOCK TABLES `m_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_references` +-- + +DROP TABLE IF EXISTS `m_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quesrefe_usi_ix` (`usingcontextid`), + KEY `m_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_references` +-- + +LOCK TABLES `m_question_references` WRITE; +/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; +INSERT INTO `m_question_references` VALUES (1,37,'mod_quiz','slot',1,144,NULL),(2,37,'mod_quiz','slot',2,145,NULL),(3,37,'mod_quiz','slot',3,146,NULL),(4,38,'mod_quiz','slot',4,117,NULL),(5,38,'mod_quiz','slot',5,118,NULL),(6,38,'mod_quiz','slot',6,123,NULL),(7,38,'mod_quiz','slot',7,128,NULL),(8,38,'mod_quiz','slot',8,129,NULL),(9,38,'mod_quiz','slot',9,130,NULL),(10,38,'mod_quiz','slot',10,131,NULL),(11,38,'mod_quiz','slot',11,132,NULL),(12,38,'mod_quiz','slot',12,133,NULL),(13,38,'mod_quiz','slot',13,134,NULL),(14,38,'mod_quiz','slot',14,135,NULL),(15,38,'mod_quiz','slot',15,136,NULL),(16,39,'mod_quiz','slot',16,24,NULL),(17,39,'mod_quiz','slot',17,21,NULL),(18,39,'mod_quiz','slot',18,17,NULL),(19,39,'mod_quiz','slot',19,31,NULL),(20,39,'mod_quiz','slot',20,13,NULL),(21,40,'mod_quiz','slot',21,66,NULL),(22,40,'mod_quiz','slot',22,67,NULL),(23,40,'mod_quiz','slot',23,68,NULL),(24,40,'mod_quiz','slot',24,69,NULL),(25,40,'mod_quiz','slot',25,70,NULL),(26,40,'mod_quiz','slot',26,71,NULL),(27,40,'mod_quiz','slot',27,140,NULL),(28,40,'mod_quiz','slot',28,141,NULL),(29,40,'mod_quiz','slot',29,142,NULL),(30,40,'mod_quiz','slot',30,143,NULL),(31,41,'mod_quiz','slot',31,81,NULL),(32,41,'mod_quiz','slot',32,77,NULL),(33,41,'mod_quiz','slot',33,78,NULL),(34,41,'mod_quiz','slot',34,80,NULL),(35,41,'mod_quiz','slot',35,79,NULL),(36,42,'mod_quiz','slot',36,83,NULL),(37,42,'mod_quiz','slot',37,84,NULL),(38,42,'mod_quiz','slot',38,85,NULL),(39,42,'mod_quiz','slot',39,86,NULL),(40,42,'mod_quiz','slot',40,87,NULL),(41,43,'mod_quiz','slot',41,2,NULL),(42,43,'mod_quiz','slot',42,3,NULL),(43,43,'mod_quiz','slot',43,4,NULL),(44,43,'mod_quiz','slot',44,5,NULL),(45,43,'mod_quiz','slot',45,6,NULL),(46,43,'mod_quiz','slot',46,7,NULL),(47,43,'mod_quiz','slot',47,8,NULL),(48,43,'mod_quiz','slot',48,9,NULL),(49,43,'mod_quiz','slot',49,12,NULL),(50,43,'mod_quiz','slot',50,10,NULL),(51,43,'mod_quiz','slot',51,11,NULL),(52,43,'mod_quiz','slot',52,116,NULL),(53,44,'mod_quiz','slot',53,73,NULL),(54,44,'mod_quiz','slot',54,74,NULL),(55,44,'mod_quiz','slot',55,76,NULL),(56,44,'mod_quiz','slot',56,75,NULL),(57,45,'mod_quiz','slot',57,64,NULL),(58,45,'mod_quiz','slot',58,63,NULL),(59,45,'mod_quiz','slot',59,65,NULL),(60,45,'mod_quiz','slot',60,54,NULL),(61,45,'mod_quiz','slot',61,55,NULL),(62,45,'mod_quiz','slot',62,56,NULL),(63,45,'mod_quiz','slot',63,58,NULL),(64,45,'mod_quiz','slot',64,57,NULL),(65,45,'mod_quiz','slot',65,60,NULL),(66,45,'mod_quiz','slot',66,61,NULL),(67,45,'mod_quiz','slot',67,62,NULL),(68,45,'mod_quiz','slot',68,59,NULL),(69,45,'mod_quiz','slot',69,89,NULL),(70,45,'mod_quiz','slot',70,90,NULL),(71,45,'mod_quiz','slot',71,91,NULL),(72,46,'mod_quiz','slot',72,1,NULL),(73,47,'mod_quiz','slot',73,92,NULL),(74,47,'mod_quiz','slot',74,93,NULL),(75,47,'mod_quiz','slot',75,94,NULL),(76,47,'mod_quiz','slot',76,95,NULL),(77,47,'mod_quiz','slot',77,96,NULL),(78,47,'mod_quiz','slot',78,97,NULL),(79,47,'mod_quiz','slot',79,98,NULL),(80,47,'mod_quiz','slot',80,99,NULL),(81,47,'mod_quiz','slot',81,100,NULL),(82,47,'mod_quiz','slot',82,101,NULL),(83,47,'mod_quiz','slot',83,102,NULL),(84,47,'mod_quiz','slot',84,103,NULL),(85,47,'mod_quiz','slot',85,104,NULL),(86,47,'mod_quiz','slot',86,105,NULL),(87,47,'mod_quiz','slot',87,106,NULL),(88,47,'mod_quiz','slot',88,107,NULL),(89,47,'mod_quiz','slot',89,108,NULL),(90,47,'mod_quiz','slot',90,109,NULL),(91,47,'mod_quiz','slot',91,110,NULL),(92,47,'mod_quiz','slot',92,111,NULL),(93,48,'mod_quiz','slot',93,51,NULL),(94,48,'mod_quiz','slot',94,52,NULL),(95,48,'mod_quiz','slot',95,53,NULL); +/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_analysis` +-- + +DROP TABLE IF EXISTS `m_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_response_analysis` +-- + +LOCK TABLES `m_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_count` +-- + +DROP TABLE IF EXISTS `m_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- + +LOCK TABLES `m_question_response_count` WRITE; +/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_set_references` +-- + +DROP TABLE IF EXISTS `m_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quessetrefe_usi_ix` (`usingcontextid`), + KEY `m_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_set_references` +-- + +LOCK TABLES `m_question_set_references` WRITE; +/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_statistics` +-- + +DROP TABLE IF EXISTS `m_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_statistics` +-- + +LOCK TABLES `m_question_statistics` WRITE; +/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_truefalse` +-- + +DROP TABLE IF EXISTS `m_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_questrue_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_truefalse` +-- + +LOCK TABLES `m_question_truefalse` WRITE; +/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; +INSERT INTO `m_question_truefalse` VALUES (1,96,125,126,0),(2,97,127,128,0),(3,98,129,130,0),(4,99,131,132,0),(5,100,133,134,0),(6,101,135,136,0),(7,102,137,138,0),(8,103,139,140,0),(9,104,141,142,0),(10,200,264,265,0),(11,201,266,267,0); +/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_usages` +-- + +DROP TABLE IF EXISTS `m_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- + +LOCK TABLES `m_question_usages` WRITE; +/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; +INSERT INTO `m_question_usages` VALUES (1,38,'mod_quiz','deferredfeedback'),(2,38,'mod_quiz','deferredfeedback'),(3,38,'mod_quiz','deferredfeedback'),(4,39,'mod_quiz','deferredfeedback'),(5,39,'mod_quiz','deferredfeedback'),(6,39,'mod_quiz','deferredfeedback'),(7,40,'mod_quiz','deferredfeedback'),(8,40,'mod_quiz','deferredfeedback'),(9,41,'mod_quiz','deferredfeedback'),(10,41,'mod_quiz','deferredfeedback'),(11,41,'mod_quiz','deferredfeedback'),(12,41,'mod_quiz','deferredfeedback'),(13,41,'mod_quiz','deferredfeedback'),(14,41,'mod_quiz','deferredfeedback'),(15,42,'mod_quiz','deferredfeedback'),(16,42,'mod_quiz','deferredfeedback'),(17,42,'mod_quiz','deferredfeedback'),(18,43,'mod_quiz','deferredfeedback'),(19,43,'mod_quiz','deferredfeedback'),(20,43,'mod_quiz','deferredfeedback'),(21,44,'mod_quiz','deferredfeedback'),(22,44,'mod_quiz','deferredfeedback'),(23,44,'mod_quiz','deferredfeedback'),(24,44,'mod_quiz','deferredfeedback'),(25,44,'mod_quiz','deferredfeedback'); +/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_versions` +-- + +DROP TABLE IF EXISTS `m_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `m_quesvers_que_ix` (`questionbankentryid`), + KEY `m_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_versions` +-- + +LOCK TABLES `m_question_versions` WRITE; +/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; +INSERT INTO `m_question_versions` VALUES (1,1,1,1,'ready'),(2,1,2,2,'ready'),(3,2,1,3,'ready'),(4,2,2,4,'ready'),(5,3,1,5,'ready'),(6,4,1,6,'ready'),(7,4,2,7,'ready'),(8,5,1,8,'ready'),(9,5,2,9,'ready'),(10,6,1,10,'ready'),(11,6,2,11,'ready'),(12,7,1,12,'ready'),(13,7,2,13,'ready'),(14,7,3,14,'ready'),(15,8,1,15,'ready'),(16,8,2,16,'ready'),(17,9,1,17,'ready'),(18,9,2,18,'ready'),(19,10,1,19,'ready'),(20,10,2,20,'ready'),(21,11,1,21,'ready'),(22,11,2,22,'ready'),(23,12,1,23,'ready'),(24,12,2,24,'ready'),(25,13,1,25,'ready'),(26,13,2,26,'ready'),(27,13,3,27,'ready'),(28,14,1,28,'ready'),(29,15,1,29,'ready'),(30,16,1,30,'ready'),(31,17,1,31,'ready'),(32,17,2,32,'ready'),(33,18,1,33,'ready'),(34,19,1,34,'ready'),(35,20,1,35,'ready'),(36,21,1,36,'ready'),(37,21,2,37,'ready'),(38,22,1,38,'ready'),(39,23,1,39,'ready'),(40,24,1,40,'ready'),(41,24,2,41,'ready'),(42,25,1,42,'ready'),(43,26,1,43,'ready'),(44,27,1,44,'ready'),(45,28,1,45,'ready'),(46,29,1,46,'ready'),(47,30,1,47,'ready'),(48,31,1,48,'ready'),(49,31,2,49,'ready'),(50,32,1,50,'ready'),(51,33,2,51,'ready'),(52,34,2,52,'ready'),(53,35,2,53,'ready'),(54,36,2,54,'ready'),(55,37,2,55,'ready'),(56,38,2,56,'ready'),(57,39,2,57,'ready'),(58,40,2,58,'ready'),(59,41,2,59,'ready'),(60,42,2,60,'ready'),(61,43,2,61,'ready'),(62,44,2,62,'ready'),(63,45,2,63,'ready'),(64,46,2,64,'ready'),(65,47,2,65,'ready'),(66,48,3,66,'ready'),(67,49,3,67,'ready'),(68,50,3,68,'ready'),(69,51,1,69,'ready'),(70,52,1,70,'ready'),(71,53,1,71,'ready'),(72,54,1,72,'ready'),(73,55,1,73,'ready'),(74,56,1,74,'ready'),(75,57,1,75,'ready'),(76,58,1,76,'ready'),(77,59,1,77,'ready'),(78,60,1,78,'ready'),(79,61,1,79,'ready'),(80,62,1,80,'ready'),(81,63,1,81,'ready'),(82,64,1,82,'ready'),(83,65,1,83,'ready'),(84,66,1,84,'ready'),(85,66,2,85,'ready'),(86,67,1,86,'ready'),(87,67,2,87,'ready'),(88,68,1,88,'ready'),(89,68,2,89,'ready'),(90,69,1,90,'ready'),(91,69,2,91,'ready'),(92,70,1,92,'ready'),(93,70,2,93,'ready'),(94,71,1,94,'ready'),(95,71,2,95,'ready'),(96,72,1,96,'ready'),(97,73,1,97,'ready'),(98,73,2,98,'ready'),(99,74,1,99,'ready'),(100,74,2,100,'ready'),(101,75,1,101,'ready'),(102,75,2,102,'ready'),(103,76,1,103,'ready'),(104,76,2,104,'ready'),(105,77,1,105,'ready'),(106,77,2,106,'ready'),(107,77,3,107,'ready'),(108,78,1,108,'ready'),(109,78,2,109,'ready'),(110,78,3,110,'ready'),(111,79,1,111,'ready'),(112,79,2,112,'ready'),(113,79,3,113,'ready'),(114,80,1,114,'ready'),(115,80,2,115,'ready'),(116,80,3,116,'ready'),(117,81,1,117,'ready'),(118,81,2,118,'ready'),(119,81,3,119,'ready'),(120,82,1,120,'ready'),(121,83,1,121,'ready'),(122,83,2,122,'ready'),(123,84,1,123,'ready'),(124,84,2,124,'ready'),(125,84,3,125,'ready'),(126,85,1,126,'ready'),(127,85,2,127,'ready'),(128,86,1,128,'ready'),(129,86,2,129,'ready'),(130,87,1,130,'ready'),(131,87,2,131,'ready'),(132,88,1,132,'ready'),(133,89,1,133,'ready'),(134,90,1,134,'ready'),(135,91,1,135,'ready'),(136,92,1,136,'ready'),(137,92,2,137,'ready'),(138,92,3,138,'ready'),(139,92,4,139,'ready'),(140,93,1,140,'ready'),(141,93,2,141,'ready'),(142,94,1,142,'ready'),(143,94,2,143,'ready'),(144,95,1,144,'ready'),(145,96,1,145,'ready'),(146,97,1,146,'ready'),(147,98,1,147,'ready'),(148,99,1,148,'ready'),(149,100,1,149,'ready'),(150,101,1,150,'ready'),(151,102,1,151,'ready'),(152,103,1,152,'ready'),(153,103,2,153,'ready'),(154,104,1,154,'ready'),(155,105,1,155,'ready'),(156,106,1,156,'ready'),(157,107,1,157,'ready'),(158,108,1,158,'ready'),(159,109,1,159,'ready'),(160,110,1,160,'ready'),(161,111,1,161,'ready'),(162,112,1,162,'ready'),(163,113,1,163,'ready'),(164,114,1,164,'ready'),(165,115,1,165,'ready'),(166,116,1,166,'ready'),(167,116,2,167,'ready'),(168,117,1,168,'ready'),(169,117,2,169,'ready'),(170,117,3,170,'ready'),(171,117,4,171,'ready'),(172,118,1,172,'ready'),(173,118,2,173,'ready'),(174,119,1,174,'ready'),(175,120,1,175,'ready'),(176,121,1,176,'ready'),(177,122,1,177,'ready'),(178,123,1,178,'ready'),(179,123,2,179,'ready'),(180,124,1,180,'ready'),(181,125,1,181,'ready'),(182,126,1,182,'ready'),(183,127,1,183,'ready'),(184,128,1,184,'ready'),(185,128,2,185,'ready'),(186,129,1,186,'ready'),(187,129,2,187,'ready'),(188,130,1,188,'ready'),(189,130,2,189,'ready'),(190,131,1,190,'ready'),(191,131,2,191,'ready'),(192,132,1,192,'ready'),(193,132,2,193,'ready'),(194,133,1,194,'ready'),(195,133,2,195,'ready'),(196,134,1,196,'ready'),(197,134,2,197,'ready'),(198,135,1,198,'ready'),(199,135,2,199,'ready'),(200,136,1,200,'ready'),(201,136,2,201,'ready'),(202,137,2,202,'ready'),(203,138,2,203,'ready'),(204,139,1,204,'ready'),(205,140,1,205,'ready'),(206,140,2,206,'ready'),(207,141,1,207,'ready'),(208,141,2,208,'ready'),(209,142,1,209,'ready'),(210,142,2,210,'ready'),(211,142,3,211,'ready'),(212,143,1,212,'ready'),(213,143,2,213,'ready'),(214,144,1,214,'ready'),(215,144,2,215,'ready'),(216,144,3,216,'ready'),(217,145,1,217,'ready'),(218,145,2,218,'ready'),(219,146,1,219,'ready'); +/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz` +-- + +DROP TABLE IF EXISTS `m_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmaxmarks` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quiz_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz` +-- + +LOCK TABLES `m_quiz` WRITE; +/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; +INSERT INTO `m_quiz` VALUES (1,2,'Filter test: Quiz','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1711024806,1711024806,'','','-',0,0,0,0,0,0,0),(2,2,'Smoke','Smoke and sanity tests.',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,13.00000,10.00000,1727336879,1732088341,'','','-',0,0,0,0,0,0,0),(3,2,'Cloze','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275517,1727275832,'','','-',0,0,0,0,0,0,0),(4,2,'Essay','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,10.00000,10.00000,1727276507,1727276507,'','','-',0,0,0,0,0,0,0),(5,2,'Match','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276423,1732089040,'','','-',0,0,0,0,0,0,0),(6,2,'Multichoice','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276469,1732089130,'','','-',0,0,0,0,0,0,0),(7,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736239685,'','','-',0,0,0,0,0,0,0),(8,2,'True or False','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,4.00000,10.00000,1727276551,1727276551,'','','-',0,0,0,0,0,0,0),(9,2,'Short Answer - old','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275915,1732089458,'','','-',0,0,0,0,0,0,0),(10,2,'Test','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,1.00000,10.00000,1727339025,1727339025,'','','-',0,0,0,0,0,0,0),(11,2,'Graphical Answer','

Test suite for the Short Answer Graphical sub-question type.

',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,20.00000,10.00000,1727333880,1727333880,'','','-',0,0,0,0,0,0,0),(12,2,'Random variables: Generating tables from lists','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1727275855,1727276623,'','','-',0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_attempts` +-- + +DROP TABLE IF EXISTS `m_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), + KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `m_quizatte_qui_ix` (`quiz`), + KEY `m_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_attempts` +-- + +LOCK TABLES `m_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; +INSERT INTO `m_quiz_attempts` VALUES (1,2,4,1,1,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733231846,1733232336,1736238892,0,0,13.00000,1733232336),(2,2,4,2,2,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232368,1733232537,1733232537,0,0,NULL,1733232537),(3,2,4,3,3,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232577,1733232620,1733232620,0,0,0.00000,1733232620),(4,3,4,1,4,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232644,1733232758,1733232758,0,0,15.00000,1733232758),(5,3,4,2,5,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232771,1733232813,1733232813,0,0,1.00000,1733232813),(6,3,4,3,6,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232828,1733232871,1733232871,0,0,9.00000,1733232871),(7,4,4,1,7,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733232904,1733232995,1736239145,0,0,10.00000,1733232995),(8,4,4,2,8,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733233202,1733233223,1733233223,0,0,0.00000,1733233223),(9,5,4,1,9,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233238,1733233312,1733233312,0,0,4.00000,1733233312),(10,5,4,2,10,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233329,1733233415,1733233415,0,0,4.00000,1733233415),(11,5,4,3,11,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233427,1733233745,1733233745,0,0,1.83333,1733233745),(12,5,4,4,12,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233751,1733233853,1733233853,0,0,4.00000,1733233853),(13,5,4,5,13,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239173,1736239208,1736239208,0,0,0.00000,1736239208),(14,5,4,6,14,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239216,1736239285,1736239285,0,0,5.00000,1736239285),(15,6,4,1,15,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233873,1733233904,1733233904,0,0,2.05833,1733233904),(16,6,4,2,16,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233910,1733233924,1733233924,0,0,0.00000,1733233924),(17,6,4,3,17,'1,2,0,3,0,4,0,5,0',3,0,'finished',1736239303,1736239334,1736239334,0,0,5.00000,1736239334),(18,7,4,1,18,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239693,1736239748,1736239748,0,0,12.00000,1736239748),(19,7,4,2,19,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',0,0,'finished',1736239761,1736239770,1736239770,0,0,0.00000,1736239770),(20,7,4,3,20,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239777,1736239830,1736239830,0,0,8.20000,1736239830),(21,8,4,1,21,'1,2,0,3,0,4,0',2,0,'finished',1733234357,1733234402,1733234402,0,0,4.00000,1733234402),(22,8,4,2,22,'1,2,0,3,0,4,0',2,0,'finished',1733234412,1733234441,1733234441,0,0,4.00000,1733234441),(23,8,4,3,23,'1,2,0,3,0,4,0',2,0,'finished',1733234447,1733234461,1733234461,0,0,1.00000,1733234461),(24,8,4,4,24,'1,2,0,3,0,4,0',2,0,'finished',1733234476,1733234507,1733234507,0,0,2.00000,1733234507),(25,8,4,5,25,'1,2,0,3,0,4,0',0,0,'finished',1736239374,1736239382,1736239382,0,0,0.00000,1736239382); +/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_feedback` +-- + +DROP TABLE IF EXISTS `m_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `m_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- + +LOCK TABLES `m_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; +INSERT INTO `m_quiz_feedback` VALUES (1,1,'',1,0.00000,11.00000),(2,2,'',1,0.00000,11.00000),(3,3,'',1,0.00000,11.00000),(4,4,'',1,0.00000,11.00000),(5,5,'',1,0.00000,11.00000),(6,6,'',1,0.00000,11.00000),(7,7,'',1,0.00000,11.00000),(8,8,'',1,0.00000,11.00000),(9,9,'',1,0.00000,11.00000),(10,10,'',1,0.00000,11.00000),(11,11,'',1,0.00000,11.00000),(12,12,'',1,0.00000,11.00000); +/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grade_items` +-- + +DROP TABLE IF EXISTS `m_quiz_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizgraditem_quisor_uix` (`quizid`,`sortorder`), + KEY `m_quizgraditem_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_grade_items` +-- + +LOCK TABLES `m_quiz_grade_items` WRITE; +/*!40000 ALTER TABLE `m_quiz_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grades` +-- + +DROP TABLE IF EXISTS `m_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizgrad_use_ix` (`userid`), + KEY `m_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- + +LOCK TABLES `m_quiz_grades` WRITE; +/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; +INSERT INTO `m_quiz_grades` VALUES (1,2,4,10.00000,1736238892),(2,3,4,10.00000,1733232872),(3,4,4,10.00000,1736239145),(4,5,4,10.00000,1736239285),(5,6,4,10.00000,1736239334),(6,7,4,10.00000,1736239833),(7,8,4,10.00000,1736239382); +/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overrides` +-- + +DROP TABLE IF EXISTS `m_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quizover_qui_ix` (`quiz`), + KEY `m_quizover_gro_ix` (`groupid`), + KEY `m_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- + +LOCK TABLES `m_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- + +LOCK TABLES `m_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_reports` +-- + +DROP TABLE IF EXISTS `m_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- + +LOCK TABLES `m_quiz_reports` WRITE; +/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; +INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_sections` +-- + +DROP TABLE IF EXISTS `m_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `m_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- + +LOCK TABLES `m_quiz_sections` WRITE; +/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; +INSERT INTO `m_quiz_sections` VALUES (1,1,1,'',0),(2,2,1,'',0),(3,3,1,'',0),(4,4,1,'Essay Generic',0),(5,4,7,'Attachments',0),(6,5,1,'',0),(7,6,1,'',0),(8,7,1,'Equation',0),(9,7,8,'Text',0),(10,7,9,'Plotter',0),(11,7,10,'Statistic charts',0),(12,8,1,'',0),(13,9,1,'Answer Input Method',0),(14,9,4,'Compound Answer',0),(15,9,8,'Custom Grading Function',0),(16,9,10,'Parameter answer',0),(17,9,13,'Text answer type',0),(18,10,1,'',0),(19,11,1,'',0),(20,12,1,'',0); +/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_slots` +-- + +DROP TABLE IF EXISTS `m_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `m_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- + +LOCK TABLES `m_quiz_slots` WRITE; +/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; +INSERT INTO `m_quiz_slots` 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,1,2,1,NULL,0,1.0000000),(5,2,2,2,NULL,0,1.0000000),(6,3,2,3,NULL,0,2.0000000),(7,4,2,4,NULL,0,1.0000000),(8,5,2,5,NULL,0,1.0000000),(9,6,2,6,NULL,0,1.0000000),(10,7,2,7,NULL,0,1.0000000),(11,8,2,8,NULL,0,1.0000000),(12,9,2,9,NULL,0,1.0000000),(13,10,2,10,NULL,0,1.0000000),(14,11,2,11,NULL,0,1.0000000),(15,12,2,12,NULL,0,1.0000000),(16,1,3,1,NULL,0,6.0000000),(17,2,3,2,NULL,0,2.0000000),(18,3,3,3,NULL,0,3.0000000),(19,4,3,4,NULL,0,1.0000000),(20,5,3,5,NULL,0,3.0000000),(21,1,4,1,NULL,0,1.0000000),(22,2,4,1,NULL,0,1.0000000),(23,3,4,2,NULL,0,1.0000000),(24,4,4,3,NULL,0,1.0000000),(25,5,4,3,NULL,0,1.0000000),(26,6,4,4,NULL,0,1.0000000),(27,7,4,5,NULL,0,1.0000000),(28,8,4,5,NULL,0,1.0000000),(29,9,4,5,NULL,0,1.0000000),(30,10,4,5,NULL,0,1.0000000),(31,1,5,1,NULL,0,1.0000000),(32,2,5,2,NULL,0,1.0000000),(33,3,5,2,NULL,0,1.0000000),(34,4,5,3,NULL,0,1.0000000),(35,5,5,4,NULL,0,1.0000000),(36,1,6,1,NULL,0,1.0000000),(37,2,6,1,NULL,0,1.0000000),(38,3,6,2,NULL,0,1.0000000),(39,4,6,3,NULL,0,1.0000000),(40,5,6,4,NULL,0,1.0000000),(41,1,7,1,NULL,0,1.0000000),(42,2,7,2,NULL,0,1.0000000),(43,3,7,3,NULL,0,1.0000000),(44,4,7,4,NULL,0,1.0000000),(45,5,7,5,NULL,0,1.0000000),(46,6,7,6,NULL,0,1.0000000),(47,7,7,6,NULL,0,1.0000000),(48,8,7,7,NULL,0,1.0000000),(49,9,7,8,NULL,0,1.0000000),(50,10,7,9,NULL,0,1.0000000),(51,11,7,10,NULL,0,1.0000000),(52,12,7,11,NULL,0,1.0000000),(53,1,8,1,NULL,0,1.0000000),(54,2,8,1,NULL,0,1.0000000),(55,3,8,2,NULL,0,1.0000000),(56,4,8,3,NULL,0,1.0000000),(57,1,9,1,NULL,0,1.0000000),(58,2,9,1,NULL,0,1.0000000),(59,3,9,1,NULL,0,1.0000000),(60,4,9,2,NULL,0,1.0000000),(61,5,9,2,NULL,0,1.0000000),(62,6,9,2,NULL,0,1.0000000),(63,7,9,3,NULL,0,1.0000000),(64,8,9,3,NULL,0,1.0000000),(65,9,9,3,NULL,0,1.0000000),(66,10,9,3,NULL,0,1.0000000),(67,11,9,3,NULL,0,1.0000000),(68,12,9,3,NULL,0,1.0000000),(69,13,9,4,NULL,0,1.0000000),(70,14,9,4,NULL,0,1.0000000),(71,15,9,4,NULL,0,1.0000000),(72,1,10,1,NULL,0,1.0000000),(73,1,11,1,NULL,0,1.0000000),(74,2,11,1,NULL,0,1.0000000),(75,3,11,1,NULL,0,1.0000000),(76,4,11,1,NULL,0,1.0000000),(77,5,11,1,NULL,0,1.0000000),(78,6,11,2,NULL,0,1.0000000),(79,7,11,2,NULL,0,1.0000000),(80,8,11,2,NULL,0,1.0000000),(81,9,11,2,NULL,0,1.0000000),(82,10,11,2,NULL,0,1.0000000),(83,11,11,2,NULL,0,1.0000000),(84,12,11,3,NULL,0,1.0000000),(85,13,11,3,NULL,0,1.0000000),(86,14,11,3,NULL,0,1.0000000),(87,15,11,3,NULL,0,1.0000000),(88,16,11,3,NULL,0,1.0000000),(89,17,11,3,NULL,0,1.0000000),(90,18,11,4,NULL,0,1.0000000),(91,19,11,4,NULL,0,1.0000000),(92,20,11,4,NULL,0,1.0000000),(93,1,12,1,NULL,0,1.0000000),(94,2,12,2,NULL,0,1.0000000),(95,3,12,3,NULL,0,1.0000000); +/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_statistics` +-- + +DROP TABLE IF EXISTS `m_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `m_quiz_statistics` +-- + +LOCK TABLES `m_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), + KEY `m_quizsebquiz_tem_ix` (`templateid`), + KEY `m_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_template` +-- + +LOCK TABLES `m_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_rating` +-- + +DROP TABLE IF EXISTS `m_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `m_rati_con_ix` (`contextid`), + KEY `m_rati_use_ix` (`userid`), + KEY `m_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_rating` +-- + +LOCK TABLES `m_rating` WRITE; +/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_registration_hubs` +-- + +DROP TABLE IF EXISTS `m_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_registration_hubs` +-- + +LOCK TABLES `m_registration_hubs` WRITE; +/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoaudi_rep_ix` (`reportid`), + KEY `m_repoaudi_use_ix` (`usercreated`), + KEY `m_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_audience` +-- + +LOCK TABLES `m_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repocolu_rep_ix` (`reportid`), + KEY `m_repocolu_use_ix` (`usercreated`), + KEY `m_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_column` +-- + +LOCK TABLES `m_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`), + KEY `m_repofilt_rep_ix` (`reportid`), + KEY `m_repofilt_use_ix` (`usercreated`), + KEY `m_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_filter` +-- + +LOCK TABLES `m_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reporepo_use_ix` (`usercreated`), + KEY `m_reporepo_use2_ix` (`usermodified`), + KEY `m_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_report` +-- + +LOCK TABLES `m_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reposche_rep_ix` (`reportid`), + KEY `m_reposche_use_ix` (`userviewas`), + KEY `m_reposche_use2_ix` (`usercreated`), + KEY `m_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_schedule` +-- + +LOCK TABLES `m_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository` +-- + +DROP TABLE IF EXISTS `m_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository` +-- + +LOCK TABLES `m_repository` WRITE; +/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; +INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); +/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instance_config` +-- + +DROP TABLE IF EXISTS `m_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_instance_config` +-- + +LOCK TABLES `m_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instances` +-- + +DROP TABLE IF EXISTS `m_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoinst_use_ix` (`userid`), + KEY `m_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- + +LOCK TABLES `m_repository_instances` WRITE; +/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; +INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); +/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `m_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_onedrive_access` +-- + +LOCK TABLES `m_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource` +-- + +DROP TABLE IF EXISTS `m_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- + +LOCK TABLES `m_resource` WRITE; +/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource_old` +-- + +DROP TABLE IF EXISTS `m_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_resoold_old_uix` (`oldid`), + KEY `m_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- + +LOCK TABLES `m_resource_old` WRITE; +/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role` +-- + +DROP TABLE IF EXISTS `m_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_role_sor_uix` (`sortorder`), + UNIQUE KEY `m_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role` +-- + +LOCK TABLES `m_role` WRITE; +/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; +INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_assign` +-- + +DROP TABLE IF EXISTS `m_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `m_rolealloassi_rol_ix` (`roleid`), + KEY `m_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_assign` +-- + +LOCK TABLES `m_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; +INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_override` +-- + +DROP TABLE IF EXISTS `m_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `m_rolealloover_rol_ix` (`roleid`), + KEY `m_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_override` +-- + +LOCK TABLES `m_role_allow_override` WRITE; +/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; +INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_switch` +-- + +DROP TABLE IF EXISTS `m_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `m_rolealloswit_rol_ix` (`roleid`), + KEY `m_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- + +LOCK TABLES `m_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; +INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_view` +-- + +DROP TABLE IF EXISTS `m_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `m_rolealloview_rol_ix` (`roleid`), + KEY `m_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- + +LOCK TABLES `m_role_allow_view` WRITE; +/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; +INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_assignments` +-- + +DROP TABLE IF EXISTS `m_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_roleassi_sor_ix` (`sortorder`), + KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `m_roleassi_rol_ix` (`roleid`), + KEY `m_roleassi_con_ix` (`contextid`), + KEY `m_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_assignments` +-- + +LOCK TABLES `m_role_assignments` WRITE; +/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; +INSERT INTO `m_role_assignments` VALUES (3,3,21,3,1736241020,2,'',0,0),(4,5,21,4,1736241020,2,'',0,0); +/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_capabilities` +-- + +DROP TABLE IF EXISTS `m_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `m_rolecapa_rol_ix` (`roleid`), + KEY `m_rolecapa_con_ix` (`contextid`), + KEY `m_rolecapa_mod_ix` (`modifierid`), + KEY `m_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1537 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- + +LOCK TABLES `m_role_capabilities` WRITE; +/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; +INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0),(1520,1,1,'moodle/contentbank:copyanycontent',1,1696857216,0),(1521,1,2,'moodle/contentbank:copyanycontent',1,1696857216,0),(1522,1,1,'moodle/contentbank:copycontent',1,1696857216,0),(1523,1,2,'moodle/contentbank:copycontent',1,1696857216,0),(1524,1,3,'moodle/contentbank:copycontent',1,1696857216,0),(1525,1,3,'moodle/course:configurecoursecommunication',1,1696857216,0),(1526,1,1,'moodle/course:configurecoursecommunication',1,1696857216,0),(1527,1,3,'moodle/moodlenet:sharecourse',1,1696857216,0),(1528,1,1,'moodle/moodlenet:sharecourse',1,1696857216,0),(1529,1,5,'mod/forum:canmailnow',1,1696857218,0),(1530,1,4,'mod/forum:canmailnow',1,1696857218,0),(1531,1,3,'mod/forum:canmailnow',1,1696857218,0),(1532,1,1,'mod/forum:canmailnow',1,1696857218,0),(1533,1,3,'communication/matrix:moderator',1,1696857220,0),(1534,1,1,'communication/matrix:moderator',1,1696857220,0),(1535,1,4,'communication/matrix:moderator',1,1696857220,0),(1536,1,7,'tool/mfa:mfaaccess',1,1696857229,0); +/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_context_levels` +-- + +DROP TABLE IF EXISTS `m_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `m_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- + +LOCK TABLES `m_role_context_levels` WRITE; +/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; +INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_names` +-- + +DROP TABLE IF EXISTS `m_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `m_rolename_rol_ix` (`roleid`), + KEY `m_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_names` +-- + +LOCK TABLES `m_role_names` WRITE; +/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale` +-- + +DROP TABLE IF EXISTS `m_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scal_cou_ix` (`courseid`), + KEY `m_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale` +-- + +LOCK TABLES `m_scale` WRITE; +/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; +INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); +/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale_history` +-- + +DROP TABLE IF EXISTS `m_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scalhist_act_ix` (`action`), + KEY `m_scalhist_tim_ix` (`timemodified`), + KEY `m_scalhist_old_ix` (`oldid`), + KEY `m_scalhist_cou_ix` (`courseid`), + KEY `m_scalhist_log_ix` (`loggeduser`), + KEY `m_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale_history` +-- + +LOCK TABLES `m_scale_history` WRITE; +/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm` +-- + +DROP TABLE IF EXISTS `m_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- + +LOCK TABLES `m_scorm` WRITE; +/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `m_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scoraiccsess_sco_ix` (`scormid`), + KEY `m_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_aicc_session` +-- + +LOCK TABLES `m_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_attempt` +-- + +DROP TABLE IF EXISTS `m_scorm_attempt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_attempt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `scormid` bigint NOT NULL, + `attempt` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_scoratte_use_ix` (`userid`), + KEY `m_scoratte_sco_ix` (`scormid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_attempt` +-- + +LOCK TABLES `m_scorm_attempt` WRITE; +/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_element` +-- + +DROP TABLE IF EXISTS `m_scorm_element`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_element` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorelem_ele_uix` (`element`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_element` +-- + +LOCK TABLES `m_scorm_element` WRITE; +/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes` +-- + +LOCK TABLES `m_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_data` +-- + +LOCK TABLES `m_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `m_scorscoetrac_use_ix` (`userid`), + KEY `m_scorscoetrac_sco_ix` (`scormid`), + KEY `m_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_track` +-- + +LOCK TABLES `m_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_value` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL, + `attemptid` bigint NOT NULL, + `elementid` bigint NOT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoevalu_sco_ix` (`scoid`), + KEY `m_scorscoevalu_att_ix` (`attemptid`), + KEY `m_scorscoevalu_ele_ix` (`elementid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_value` +-- + +LOCK TABLES `m_scorm_scoes_value` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `m_scorseqmapi_sco_ix` (`scoid`), + KEY `m_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_mapinfo` +-- + +LOCK TABLES `m_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_objective` +-- + +LOCK TABLES `m_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprule` +-- + +LOCK TABLES `m_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `m_scorseqroll_sco2_ix` (`scoid`), + KEY `m_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `m_scorseqrule_sco2_ix` (`scoid`), + KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rulecond` +-- + +LOCK TABLES `m_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_ruleconds` +-- + +LOCK TABLES `m_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_index_requests` +-- + +DROP TABLE IF EXISTS `m_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `m_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- + +LOCK TABLES `m_search_index_requests` WRITE; +/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `m_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), + KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `m_searsimpinde_con_ix` (`contextid`), + KEY `m_searsimpinde_cou_ix` (`courseid`), + KEY `m_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_search_simpledb_index` +-- + +LOCK TABLES `m_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_sessions` +-- + +DROP TABLE IF EXISTS `m_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_sess_sid_uix` (`sid`), + KEY `m_sess_sta_ix` (`state`), + KEY `m_sess_tim_ix` (`timecreated`), + KEY `m_sess_tim2_ix` (`timemodified`), + KEY `m_sess_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_sessions` +-- + +LOCK TABLES `m_sessions` WRITE; +/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; +INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'),(10,0,'5d8a5d26791f88719110684556ea053c',2,NULL,1736240974,1736241028,'172.18.0.1','172.18.0.1'); +/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_daily` +-- + +DROP TABLE IF EXISTS `m_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statdail_cou_ix` (`courseid`), + KEY `m_statdail_tim_ix` (`timeend`), + KEY `m_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_daily` +-- + +LOCK TABLES `m_stats_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statmont_cou_ix` (`courseid`), + KEY `m_statmont_tim_ix` (`timeend`), + KEY `m_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_monthly` +-- + +LOCK TABLES `m_stats_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_daily` +-- + +DROP TABLE IF EXISTS `m_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserdail_cou_ix` (`courseid`), + KEY `m_statuserdail_use_ix` (`userid`), + KEY `m_statuserdail_rol_ix` (`roleid`), + KEY `m_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_daily` +-- + +LOCK TABLES `m_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statusermont_cou_ix` (`courseid`), + KEY `m_statusermont_use_ix` (`userid`), + KEY `m_statusermont_rol_ix` (`roleid`), + KEY `m_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_monthly` +-- + +LOCK TABLES `m_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserweek_cou_ix` (`courseid`), + KEY `m_statuserweek_use_ix` (`userid`), + KEY `m_statuserweek_rol_ix` (`roleid`), + KEY `m_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_weekly` +-- + +LOCK TABLES `m_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statweek_cou_ix` (`courseid`), + KEY `m_statweek_tim_ix` (`timeend`), + KEY `m_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_weekly` +-- + +LOCK TABLES `m_stats_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey` +-- + +DROP TABLE IF EXISTS `m_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- + +LOCK TABLES `m_survey` WRITE; +/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; +INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_analysis` +-- + +DROP TABLE IF EXISTS `m_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survanal_use_ix` (`userid`), + KEY `m_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_analysis` +-- + +LOCK TABLES `m_survey_analysis` WRITE; +/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_answers` +-- + +DROP TABLE IF EXISTS `m_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survansw_use_ix` (`userid`), + KEY `m_survansw_sur_ix` (`survey`), + KEY `m_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- + +LOCK TABLES `m_survey_answers` WRITE; +/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_questions` +-- + +DROP TABLE IF EXISTS `m_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_questions` +-- + +LOCK TABLES `m_survey_questions` WRITE; +/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; +INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag` +-- + +DROP TABLE IF EXISTS `m_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `m_tag_use_ix` (`userid`), + KEY `m_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- + +LOCK TABLES `m_tag` WRITE; +/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_area` +-- + +DROP TABLE IF EXISTS `m_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), + KEY `m_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- + +LOCK TABLES `m_tag_area` WRITE; +/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; +INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0),(12,'core_badges','badge',1,1,'badge_get_tagged_badges','/badges/lib.php',0,0); +/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_coll` +-- + +DROP TABLE IF EXISTS `m_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_coll` +-- + +LOCK TABLES `m_tag_coll` WRITE; +/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; +INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_correlation` +-- + +DROP TABLE IF EXISTS `m_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- + +LOCK TABLES `m_tag_correlation` WRITE; +/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_instance` +-- + +DROP TABLE IF EXISTS `m_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `m_taginst_tag_ix` (`tagid`), + KEY `m_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- + +LOCK TABLES `m_tag_instance` WRITE; +/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_adhoc` +-- + +DROP TABLE IF EXISTS `m_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_taskadho_nex_ix` (`nextruntime`), + KEY `m_taskadho_use_ix` (`userid`), + KEY `m_taskadho_tim_ix` (`timestarted`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_adhoc` +-- + +LOCK TABLES `m_task_adhoc` WRITE; +/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; +INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,0,NULL,NULL,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,0,NULL,NULL,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,0,NULL,NULL,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,0,NULL,NULL,NULL,1696857375),(12,'core','\\core\\task\\send_login_notifications',1736240973,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/131.0.0.0 Safari\\/537.36\",\"loginip\":\"172.18.0.1\",\"logintime\":1736240974}',2,0,NULL,NULL,NULL,1736240974),(13,'','\\core\\task\\refresh_mod_calendar_events_task',1736241026,0,'{\"courseid\":2}',NULL,0,NULL,NULL,NULL,1736241027); +/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_log` +-- + +DROP TABLE IF EXISTS `m_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_tasklog_cla_ix` (`classname`), + KEY `m_tasklog_tim_ix` (`timestart`), + KEY `m_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_log` +-- + +LOCK TABLES `m_task_log` WRITE; +/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_scheduled` +-- + +DROP TABLE IF EXISTS `m_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- + +LOCK TABLES `m_task_scheduled` WRITE; +/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; +INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1736244000,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1736244300,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1736241000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1736306820,0,'27','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1736241900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1736242200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1736242500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1736294400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1736241360,0,'16','9','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1736683980,0,'13','12','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1736293800,0,'50','23','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1736243400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1736243400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1736241000,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1736254500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1736254500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1736242200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1736252100,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1736294400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1736251200,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1736244120,0,'2','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1736242560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1736304600,0,'50','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1736242200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1736242920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1736241000,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1696936500,0,'15','12','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1696857300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1696860600,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1696917420,0,'57','6','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1696860480,0,'8','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1697271060,0,'11','9','*','*','6',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1696908540,0,'29','4','*','*','2',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1696928400,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1696863600,0,'0','16','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1696857780,0,'23','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1696903200,0,'0','3','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1696906800,0,'0','4','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1696911000,0,'10','5','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1696870800,0,'0','18','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1696909140,0,'39','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1696899300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1696915020,0,'17','6','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1696905540,0,'39','3','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1696907160,0,'6','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1736294400,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1736241000,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1736319420,0,'57','6','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1738375860,0,'11','2','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1736294700,0,'5','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1696896660,0,'11','1','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1696862520,0,'42','15','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1696885200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1696912200,0,'30','5','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1736294820,0,'7','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1696925100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1696895400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1697030040,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1736242320,0,'32','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1696857660,0,'21','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1736296500,0,'35','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1736296980,0,'43','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1736298000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1736298000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1696894260,0,'31','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1696894620,0,'37','0','*','*','*',0,0,0,NULL,NULL,NULL),(121,'moodle','\\core\\task\\automated_backup_report_task',0,1736240940,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tiny_autosave` +-- + +DROP TABLE IF EXISTS `m_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- + +LOCK TABLES `m_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `m_toolbricarea_cou_ix` (`courseid`), + KEY `m_toolbricarea_cmi_ix` (`cmid`), + KEY `m_toolbricarea_cat_ix` (`categoryid`), + KEY `m_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_areas` +-- + +LOCK TABLES `m_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachacts_sta_ix` (`status`), + KEY `m_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_acts` +-- + +LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachchec_sta_ix` (`status`), + KEY `m_toolbriccachchec_err_ix` (`errorcount`), + KEY `m_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_check` +-- + +LOCK TABLES `m_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricchec_che_ix` (`checktype`), + KEY `m_toolbricchec_che2_ix` (`checkgroup`), + KEY `m_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_checks` +-- + +LOCK TABLES `m_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccont_sta_ix` (`status`), + KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `m_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- + +LOCK TABLES `m_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_errors` +-- + +LOCK TABLES `m_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- + +LOCK TABLES `m_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `m_toolbricresu_con_ix` (`contentid`), + KEY `m_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_results` +-- + +LOCK TABLES `m_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_schedule` +-- + +LOCK TABLES `m_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricsumm_sta_ix` (`status`), + KEY `m_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_summary` +-- + +LOCK TABLES `m_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `m_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_cohortroles` +-- + +LOCK TABLES `m_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang` +-- + +DROP TABLE IF EXISTS `m_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `m_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- + +LOCK TABLES `m_tool_customlang` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `m_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang_components` +-- + +LOCK TABLES `m_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_category` +-- + +LOCK TABLES `m_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_contextlist` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_contextlist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_contextlist` +-- + +LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), + KEY `m_tooldatactxi_pur_ix` (`purposeid`), + KEY `m_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), + KEY `m_tooldatactxl_cat_ix` (`categoryid`), + KEY `m_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purpose` +-- + +LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `m_tooldatapurp_pur_ix` (`purposeid`), + KEY `m_tooldatapurp_rol_ix` (`roleid`), + KEY `m_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatarequ_use_ix` (`userid`), + KEY `m_tooldatarequ_req_ix` (`requestedby`), + KEY `m_tooldatarequ_dpo_ix` (`dpo`), + KEY `m_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_request` +-- + +LOCK TABLES `m_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `requestid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), + KEY `m_tooldatarqstctxl_req_ix` (`requestid`), + KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa` +-- + +DROP TABLE IF EXISTS `m_tool_mfa`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `lastverified` bigint DEFAULT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `lockcounter` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfa_use_ix` (`userid`), + KEY `m_toolmfa_fac_ix` (`factor`), + KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa` +-- + +LOCK TABLES `m_tool_mfa` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_auth` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_auth`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_auth` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `lastverified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfaauth_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_mfa_auth` +-- + +LOCK TABLES `m_tool_mfa_auth` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_secrets` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_secrets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `expiry` bigint NOT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmfasecr_fac_ix` (`factor`), + KEY `m_toolmfasecr_exp_ix` (`expiry`), + KEY `m_toolmfasecr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa_secrets` +-- + +LOCK TABLES `m_tool_mfa_secrets` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonieven_cou_ix` (`courseid`), + KEY `m_toolmonieven_con_ix` (`contextid`), + KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- + +LOCK TABLES `m_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `m_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_history` +-- + +LOCK TABLES `m_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_rules` +-- + +LOCK TABLES `m_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_subscriptions` +-- + +LOCK TABLES `m_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy` +-- + +DROP TABLE IF EXISTS `m_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- + +LOCK TABLES `m_tool_policy` WRITE; +/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `m_toolpoliacce_pol_ix` (`policyversionid`), + KEY `m_toolpoliacce_use_ix` (`userid`), + KEY `m_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_acceptances` +-- + +LOCK TABLES `m_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `m_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpolivers_use_ix` (`usermodified`), + KEY `m_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_versions` +-- + +LOCK TABLES `m_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolrecycate_tim_ix` (`timecreated`), + KEY `m_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- + +LOCK TABLES `m_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolrecycour_tim_ix` (`timecreated`), + KEY `m_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- + +LOCK TABLES `m_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `m_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_steps` +-- + +LOCK TABLES `m_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(26,12,'tour_gradebook_search_title,tool_usertours','tour_gradebook_search_content,tool_usertours',1,0,'.tertiary-navigation .user-search',0,'{}'),(27,12,'tour_gradebook_filter_title,tool_usertours','tour_gradebook_filter_content,tool_usertours',1,0,'.tertiary-navigation .initials-selector',1,'{}'),(28,12,'tour_gradebook_action_title,tool_usertours','tour_gradebook_action_content,tool_usertours',1,0,'tr.heading th.highlightable .action-menu.grader',2,'{}'); +/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_tours` +-- + +LOCK TABLES `m_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,10,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,8,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,6,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',1,4,'','{\"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),(8,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',1,3,'','{\"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),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,2,'','{\"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),(11,'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),(12,'tour_gradebook_tour_name,tool_usertours','tour_gradebook_tour_description,tool_usertours','/grade/report/grader/index.php%',1,0,'','{\"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); +/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_upgrade_log` +-- + +DROP TABLE IF EXISTS `m_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_upgrlog_tim_ix` (`timemodified`), + KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `m_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=8219 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_upgrade_log` +-- + +LOCK TABLES `m_upgrade_log` WRITE; +/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; +INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023100900','Starting core upgrade',NULL,'',0,1696857215),(6766,0,'core','2023051500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6767,0,'core','2023062200','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6768,0,'core','2023062700.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6769,0,'core','2023062900.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6770,0,'core','2023080100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6771,0,'core','2023081500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6772,0,'core','2023081800.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6773,0,'core','2023082200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6774,0,'core','2023082200.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6775,0,'core','2023082200.04','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6776,0,'core','2023082600.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6777,0,'core','2023082600.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6778,0,'core','2023082600.05','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6779,0,'core','2023090100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6780,0,'core','2023090200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6781,0,'core','2023091300.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6782,0,'core','2023100400.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6783,0,'core','2023100400.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6784,0,'core','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6785,0,'core','2023100900','2023100900','Core upgraded',NULL,'',0,1696857217),(6786,0,'antivirus_clamav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6787,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6788,0,'antivirus_clamav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6789,0,'availability_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6790,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6791,0,'availability_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6792,0,'availability_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6793,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6794,0,'availability_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6795,0,'availability_grade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6796,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6797,0,'availability_grade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6798,0,'availability_group','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6799,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6800,0,'availability_group','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6801,0,'availability_grouping','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6802,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6803,0,'availability_grouping','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6804,0,'availability_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6805,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6806,0,'availability_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6807,0,'qtype_calculated','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6808,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6809,0,'qtype_calculated','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6810,0,'qtype_calculatedmulti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6811,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6812,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6813,0,'qtype_calculatedsimple','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6814,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6815,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6816,0,'qtype_ddimageortext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6817,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6818,0,'qtype_ddimageortext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6819,0,'qtype_ddmarker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6820,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6821,0,'qtype_ddmarker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6822,0,'qtype_ddwtos','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6823,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6824,0,'qtype_ddwtos','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6825,0,'qtype_description','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6826,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6827,0,'qtype_description','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6828,0,'qtype_essay','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6829,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6830,0,'qtype_essay','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6831,0,'qtype_essaywiris','2023020702','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6832,0,'qtype_essaywiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6833,0,'qtype_essaywiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6834,0,'qtype_gapselect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6835,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6836,0,'qtype_gapselect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6837,0,'qtype_match','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6838,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6839,0,'qtype_match','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6840,0,'qtype_matchwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6841,0,'qtype_matchwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6842,0,'qtype_matchwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6843,0,'qtype_missingtype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6844,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6845,0,'qtype_missingtype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6846,0,'qtype_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6847,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6848,0,'qtype_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6849,0,'qtype_multianswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6850,0,'qtype_multianswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6851,0,'qtype_multianswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6852,0,'qtype_multichoice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6853,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6854,0,'qtype_multichoice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6855,0,'qtype_multichoicewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6856,0,'qtype_multichoicewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6857,0,'qtype_multichoicewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6858,0,'qtype_numerical','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6859,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6860,0,'qtype_numerical','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6861,0,'qtype_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6862,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6863,0,'qtype_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6864,0,'qtype_randomsamatch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6865,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6866,0,'qtype_randomsamatch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6867,0,'qtype_shortanswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6868,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6869,0,'qtype_shortanswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6870,0,'qtype_shortanswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6871,0,'qtype_shortanswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6872,0,'qtype_shortanswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6873,0,'qtype_truefalse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6874,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6875,0,'qtype_truefalse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6876,0,'qtype_truefalsewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6877,0,'qtype_truefalsewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6878,0,'qtype_truefalsewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6879,0,'qtype_wq','2023020701','2023092202','Starting plugin upgrade',NULL,'',0,1696857218),(6880,0,'qtype_wq','2023092202','2023092202','Upgrade savepoint reached',NULL,'',0,1696857218),(6881,0,'qtype_wq','2023092202','2023092202','Plugin upgraded',NULL,'',0,1696857218),(6882,0,'mod_assign','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6883,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6884,0,'mod_assign','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6885,0,'mod_bigbluebuttonbn','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6886,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6887,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6888,0,'mod_book','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6889,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6890,0,'mod_book','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6891,0,'mod_chat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6892,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6893,0,'mod_chat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6894,0,'mod_choice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6895,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6896,0,'mod_choice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6897,0,'mod_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6898,0,'mod_data','2023061300','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6899,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6900,0,'mod_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6901,0,'mod_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6902,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6903,0,'mod_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6904,0,'mod_folder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6905,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6906,0,'mod_folder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6907,0,'mod_forum','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6908,0,'mod_forum','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6909,0,'mod_forum','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6910,0,'mod_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6911,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6912,0,'mod_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6913,0,'mod_h5pactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6914,0,'mod_h5pactivity','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6915,0,'mod_h5pactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6916,0,'mod_h5pactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6917,0,'mod_imscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6918,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6919,0,'mod_imscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6920,0,'mod_label','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6921,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6922,0,'mod_label','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6923,0,'mod_lesson','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6924,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6925,0,'mod_lesson','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6926,0,'mod_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6927,0,'mod_lti','2023070501','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6928,0,'mod_lti','2023081101','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6929,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6930,0,'mod_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6931,0,'mod_page','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6932,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6933,0,'mod_page','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6934,0,'mod_quiz','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6935,0,'mod_quiz','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6936,0,'mod_quiz','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6937,0,'mod_quiz','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6938,0,'mod_resource','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6939,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6940,0,'mod_resource','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6941,0,'mod_scorm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6942,0,'mod_scorm','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6943,0,'mod_scorm','2023042402','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6944,0,'mod_scorm','2023042403','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6945,0,'mod_scorm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6946,0,'mod_scorm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6947,0,'mod_survey','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6948,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6949,0,'mod_survey','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6950,0,'mod_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6951,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6952,0,'mod_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6953,0,'mod_wiki','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6954,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6955,0,'mod_wiki','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6956,0,'mod_workshop','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6957,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6958,0,'mod_workshop','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6959,0,'auth_cas','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6960,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6961,0,'auth_cas','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6962,0,'auth_db','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6963,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6964,0,'auth_db','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6965,0,'auth_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6966,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6967,0,'auth_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6968,0,'auth_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6969,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6970,0,'auth_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6971,0,'auth_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6972,0,'auth_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6973,0,'auth_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6974,0,'auth_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6975,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6976,0,'auth_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6977,0,'auth_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6978,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6979,0,'auth_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6980,0,'auth_nologin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6981,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6982,0,'auth_nologin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6983,0,'auth_none','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6984,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6985,0,'auth_none','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6986,0,'auth_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6987,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6988,0,'auth_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6989,0,'auth_shibboleth','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6990,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6991,0,'auth_shibboleth','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6992,0,'auth_webservice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6993,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6994,0,'auth_webservice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6995,0,'calendartype_gregorian','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6996,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6997,0,'calendartype_gregorian','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6998,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(6999,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7000,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7001,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(7002,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7003,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7004,0,'customfield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7005,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7006,0,'customfield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7007,0,'customfield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7008,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7009,0,'customfield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7010,0,'customfield_select','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7011,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7012,0,'customfield_select','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7013,0,'customfield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7014,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7015,0,'customfield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7016,0,'customfield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7017,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7018,0,'customfield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7019,0,'enrol_category','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7020,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7021,0,'enrol_category','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7022,0,'enrol_cohort','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7023,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7024,0,'enrol_cohort','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7025,0,'enrol_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7026,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7027,0,'enrol_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7028,0,'enrol_fee','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7029,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7030,0,'enrol_fee','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7031,0,'enrol_flatfile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7032,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7033,0,'enrol_flatfile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7034,0,'enrol_guest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7035,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7036,0,'enrol_guest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7037,0,'enrol_imsenterprise','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7038,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7039,0,'enrol_imsenterprise','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7040,0,'enrol_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7041,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7042,0,'enrol_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7043,0,'enrol_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7044,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7045,0,'enrol_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7046,0,'enrol_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7047,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7048,0,'enrol_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7049,0,'enrol_meta','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7050,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7051,0,'enrol_meta','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7052,0,'enrol_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7053,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7054,0,'enrol_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7055,0,'enrol_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7056,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7057,0,'enrol_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7058,0,'enrol_self','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7059,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7060,0,'enrol_self','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7061,0,'message_airnotifier','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7062,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7063,0,'message_airnotifier','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7064,0,'message_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7065,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7066,0,'message_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7067,0,'message_popup','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7068,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7069,0,'message_popup','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7070,0,'block_accessreview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7071,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7072,0,'block_accessreview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7073,0,'block_activity_modules','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7074,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7075,0,'block_activity_modules','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7076,0,'block_activity_results','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7077,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7078,0,'block_activity_results','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7079,0,'block_admin_bookmarks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7080,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7081,0,'block_admin_bookmarks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7082,0,'block_badges','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7083,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7084,0,'block_badges','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7085,0,'block_blog_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7086,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7087,0,'block_blog_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7088,0,'block_blog_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7089,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7090,0,'block_blog_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7091,0,'block_blog_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7092,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7093,0,'block_blog_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7094,0,'block_calendar_month','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7095,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7096,0,'block_calendar_month','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7097,0,'block_calendar_upcoming','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7098,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7099,0,'block_calendar_upcoming','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7100,0,'block_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7101,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7102,0,'block_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7103,0,'block_completionstatus','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7104,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7105,0,'block_completionstatus','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7106,0,'block_course_list','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7107,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7108,0,'block_course_list','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7109,0,'block_course_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7110,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7111,0,'block_course_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7112,0,'block_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7113,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7114,0,'block_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7115,0,'block_globalsearch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7116,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7117,0,'block_globalsearch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7118,0,'block_glossary_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7119,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7120,0,'block_glossary_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7121,0,'block_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7122,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7123,0,'block_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7124,0,'block_login','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7125,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7126,0,'block_login','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7127,0,'block_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7128,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7129,0,'block_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7130,0,'block_mentees','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7131,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7132,0,'block_mentees','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7133,0,'block_mnet_hosts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7134,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7135,0,'block_mnet_hosts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7136,0,'block_myoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7137,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7138,0,'block_myoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7139,0,'block_myprofile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7140,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7141,0,'block_myprofile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7142,0,'block_navigation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7143,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7144,0,'block_navigation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7145,0,'block_news_items','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7146,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7147,0,'block_news_items','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7148,0,'block_online_users','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7149,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7150,0,'block_online_users','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7151,0,'block_private_files','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7152,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7153,0,'block_private_files','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7154,0,'block_recent_activity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7155,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7156,0,'block_recent_activity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7157,0,'block_recentlyaccessedcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7158,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7159,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7160,0,'block_recentlyaccesseditems','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7161,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7162,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7163,0,'block_rss_client','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7164,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7165,0,'block_rss_client','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7166,0,'block_search_forums','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7167,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7168,0,'block_search_forums','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7169,0,'block_section_links','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7170,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7171,0,'block_section_links','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7172,0,'block_selfcompletion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7173,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7174,0,'block_selfcompletion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7175,0,'block_settings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7176,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7177,0,'block_settings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7178,0,'block_site_main_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7179,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7180,0,'block_site_main_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7181,0,'block_social_activities','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7182,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7183,0,'block_social_activities','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7184,0,'block_starredcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7185,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7186,0,'block_starredcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7187,0,'block_tag_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7188,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7189,0,'block_tag_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7190,0,'block_tag_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7191,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7192,0,'block_tag_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7193,0,'block_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7194,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7195,0,'block_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7196,0,'block_timeline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7197,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7198,0,'block_timeline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7199,0,'media_html5audio','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7200,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7201,0,'media_html5audio','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7202,0,'media_html5video','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7203,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7204,0,'media_html5video','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7205,0,'media_videojs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7206,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7207,0,'media_videojs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7208,0,'media_vimeo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7209,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7210,0,'media_vimeo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7211,0,'media_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7212,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7213,0,'media_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7214,0,'filter_activitynames','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7215,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7216,0,'filter_activitynames','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7217,0,'filter_algebra','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7218,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7219,0,'filter_algebra','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7220,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857223),(7221,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7222,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1696857223),(7223,0,'filter_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7224,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7225,0,'filter_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7226,0,'filter_displayh5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7227,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7228,0,'filter_displayh5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7229,0,'filter_emailprotect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7230,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7231,0,'filter_emailprotect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7232,0,'filter_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7233,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7234,0,'filter_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7235,0,'filter_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7236,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7237,0,'filter_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7238,0,'filter_mathjaxloader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7239,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7240,0,'filter_mathjaxloader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7241,0,'filter_mediaplugin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7242,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7243,0,'filter_mediaplugin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7244,0,'filter_multilang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7245,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7246,0,'filter_multilang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7247,0,'filter_tex','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7248,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7249,0,'filter_tex','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7250,0,'filter_tidy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7251,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7252,0,'filter_tidy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7253,0,'filter_urltolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7254,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7255,0,'filter_urltolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7256,0,'filter_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7257,0,'filter_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7258,0,'filter_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7259,0,'editor_atto','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7260,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7261,0,'editor_atto','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7262,0,'editor_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7263,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7264,0,'editor_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7265,0,'editor_tiny','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7266,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7267,0,'editor_tiny','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7268,0,'format_singleactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7269,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7270,0,'format_singleactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7271,0,'format_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7272,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7273,0,'format_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7274,0,'format_topics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7275,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7276,0,'format_topics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7277,0,'format_weeks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7278,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7279,0,'format_weeks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7280,0,'dataformat_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7281,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7282,0,'dataformat_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7283,0,'dataformat_excel','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7284,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7285,0,'dataformat_excel','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7286,0,'dataformat_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7287,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7288,0,'dataformat_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7289,0,'dataformat_json','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7290,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7291,0,'dataformat_json','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7292,0,'dataformat_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7293,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7294,0,'dataformat_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7295,0,'dataformat_pdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7296,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7297,0,'dataformat_pdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7298,0,'profilefield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7299,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7300,0,'profilefield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7301,0,'profilefield_datetime','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7302,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7303,0,'profilefield_datetime','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7304,0,'profilefield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7305,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7306,0,'profilefield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7307,0,'profilefield_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7308,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7309,0,'profilefield_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7310,0,'profilefield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7311,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7312,0,'profilefield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7313,0,'profilefield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7314,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7315,0,'profilefield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7316,0,'report_backups','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7317,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7318,0,'report_backups','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7319,0,'report_competency','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7320,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7321,0,'report_competency','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7322,0,'report_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7323,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7324,0,'report_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7325,0,'report_configlog','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7326,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7327,0,'report_configlog','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7328,0,'report_courseoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7329,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7330,0,'report_courseoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7331,0,'report_eventlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7332,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7333,0,'report_eventlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7334,0,'report_infectedfiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7335,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7336,0,'report_infectedfiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7337,0,'report_insights','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7338,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7339,0,'report_insights','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7340,0,'report_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7341,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7342,0,'report_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7343,0,'report_loglive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7344,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7345,0,'report_loglive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7346,0,'report_outline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7347,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7348,0,'report_outline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7349,0,'report_participation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7350,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7351,0,'report_participation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7352,0,'report_performance','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7353,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7354,0,'report_performance','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7355,0,'report_progress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7356,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7357,0,'report_progress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7358,0,'report_questioninstances','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7359,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7360,0,'report_questioninstances','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7361,0,'report_security','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7362,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7363,0,'report_security','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7364,0,'report_stats','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7365,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7366,0,'report_stats','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7367,0,'report_status','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7368,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7369,0,'report_status','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7370,0,'report_usersessions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7371,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7372,0,'report_usersessions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7373,0,'gradeexport_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7374,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7375,0,'gradeexport_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7376,0,'gradeexport_txt','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7377,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7378,0,'gradeexport_txt','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7379,0,'gradeexport_xls','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7380,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7381,0,'gradeexport_xls','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7382,0,'gradeexport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7383,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7384,0,'gradeexport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7385,0,'gradeimport_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7386,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7387,0,'gradeimport_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7388,0,'gradeimport_direct','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7389,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7390,0,'gradeimport_direct','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7391,0,'gradeimport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7392,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7393,0,'gradeimport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7394,0,'gradereport_grader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7395,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7396,0,'gradereport_grader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7397,0,'gradereport_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7398,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7399,0,'gradereport_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7400,0,'gradereport_outcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7401,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7402,0,'gradereport_outcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7403,0,'gradereport_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7404,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7405,0,'gradereport_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7406,0,'gradereport_singleview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7407,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7408,0,'gradereport_singleview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7409,0,'gradereport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7410,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7411,0,'gradereport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7412,0,'gradereport_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7413,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7414,0,'gradereport_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7415,0,'gradingform_guide','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7416,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7417,0,'gradingform_guide','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7418,0,'gradingform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7419,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7420,0,'gradingform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7421,0,'mlbackend_php','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7422,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7423,0,'mlbackend_php','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7424,0,'mlbackend_python','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7425,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7426,0,'mlbackend_python','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7427,0,'mnetservice_enrol','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7428,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7429,0,'mnetservice_enrol','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7430,0,'webservice_rest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7431,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7432,0,'webservice_rest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7433,0,'webservice_soap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7434,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7435,0,'webservice_soap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7436,0,'repository_areafiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7437,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7438,0,'repository_areafiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7439,0,'repository_contentbank','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7440,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7441,0,'repository_contentbank','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7442,0,'repository_coursefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7443,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7444,0,'repository_coursefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7445,0,'repository_dropbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7446,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7447,0,'repository_dropbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7448,0,'repository_equella','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7449,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7450,0,'repository_equella','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7451,0,'repository_filesystem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7452,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7453,0,'repository_filesystem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7454,0,'repository_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7455,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7456,0,'repository_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7457,0,'repository_flickr_public','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7458,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7459,0,'repository_flickr_public','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7460,0,'repository_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7461,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7462,0,'repository_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7463,0,'repository_local','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7464,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7465,0,'repository_local','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7466,0,'repository_merlot','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7467,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7468,0,'repository_merlot','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7469,0,'repository_nextcloud','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7470,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7471,0,'repository_nextcloud','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7472,0,'repository_onedrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7473,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7474,0,'repository_onedrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7475,0,'repository_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7476,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7477,0,'repository_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7478,0,'repository_s3','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7479,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7480,0,'repository_s3','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7481,0,'repository_upload','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7482,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7483,0,'repository_upload','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7484,0,'repository_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7485,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7486,0,'repository_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7487,0,'repository_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7488,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7489,0,'repository_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7490,0,'repository_webdav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7491,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7492,0,'repository_webdav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7493,0,'repository_wikimedia','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7494,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7495,0,'repository_wikimedia','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7496,0,'repository_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7497,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7498,0,'repository_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7499,0,'portfolio_download','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7500,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7501,0,'portfolio_download','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7502,0,'portfolio_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7503,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7504,0,'portfolio_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7505,0,'portfolio_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7506,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7507,0,'portfolio_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7508,0,'portfolio_mahara','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7509,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7510,0,'portfolio_mahara','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7511,0,'search_simpledb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7512,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7513,0,'search_simpledb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7514,0,'search_solr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7515,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7516,0,'search_solr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7517,0,'qbank_bulkmove','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7518,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7519,0,'qbank_bulkmove','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7520,0,'qbank_columnsortorder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7521,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7522,0,'qbank_columnsortorder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7523,0,'qbank_comment','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7524,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7525,0,'qbank_comment','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7526,0,'qbank_customfields','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7527,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7528,0,'qbank_customfields','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7529,0,'qbank_deletequestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7530,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7531,0,'qbank_deletequestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7532,0,'qbank_editquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7533,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7534,0,'qbank_editquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7535,0,'qbank_exportquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7536,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7537,0,'qbank_exportquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7538,0,'qbank_exporttoxml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7539,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7540,0,'qbank_exporttoxml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7541,0,'qbank_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7542,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7543,0,'qbank_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7544,0,'qbank_importquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7545,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7546,0,'qbank_importquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7547,0,'qbank_managecategories','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7548,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7549,0,'qbank_managecategories','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7550,0,'qbank_previewquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7551,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7552,0,'qbank_previewquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7553,0,'qbank_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7554,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7555,0,'qbank_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7556,0,'qbank_tagquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7557,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7558,0,'qbank_tagquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7559,0,'qbank_usage','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7560,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7561,0,'qbank_usage','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7562,0,'qbank_viewcreator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7563,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7564,0,'qbank_viewcreator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7565,0,'qbank_viewquestionname','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7566,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7567,0,'qbank_viewquestionname','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7568,0,'qbank_viewquestiontext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7569,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7570,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7571,0,'qbank_viewquestiontype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7572,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7573,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7574,0,'qbehaviour_adaptive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7575,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7576,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7577,0,'qbehaviour_adaptivenopenalty','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7578,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7579,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7580,0,'qbehaviour_deferredcbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7581,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7582,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7583,0,'qbehaviour_deferredfeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7584,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7585,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7586,0,'qbehaviour_immediatecbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7587,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7588,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7589,0,'qbehaviour_immediatefeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7590,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7591,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7592,0,'qbehaviour_informationitem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7593,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7594,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7595,0,'qbehaviour_interactive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7596,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7597,0,'qbehaviour_interactive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7598,0,'qbehaviour_interactivecountback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7599,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7600,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7601,0,'qbehaviour_manualgraded','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7602,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7603,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7604,0,'qbehaviour_missing','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7605,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7606,0,'qbehaviour_missing','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7607,0,'qformat_aiken','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7608,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7609,0,'qformat_aiken','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7610,0,'qformat_blackboard_six','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7611,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7612,0,'qformat_blackboard_six','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7613,0,'qformat_gift','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7614,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7615,0,'qformat_gift','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7616,0,'qformat_missingword','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7617,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7618,0,'qformat_missingword','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7619,0,'qformat_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7620,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7621,0,'qformat_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7622,0,'qformat_xhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7623,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7624,0,'qformat_xhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7625,0,'qformat_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7626,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7627,0,'qformat_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7628,0,'tool_admin_presets','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7629,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7630,0,'tool_admin_presets','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7631,0,'tool_analytics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7632,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7633,0,'tool_analytics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7634,0,'tool_availabilityconditions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7635,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7636,0,'tool_availabilityconditions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7637,0,'tool_behat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7638,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7639,0,'tool_behat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7640,0,'tool_brickfield','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7641,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7642,0,'tool_brickfield','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7643,0,'tool_capability','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7644,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7645,0,'tool_capability','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7646,0,'tool_cohortroles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7647,0,'tool_cohortroles','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7648,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7649,0,'tool_cohortroles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7650,0,'tool_componentlibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7651,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7652,0,'tool_componentlibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7653,0,'tool_customlang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7654,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7655,0,'tool_customlang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7656,0,'tool_dataprivacy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7657,0,'tool_dataprivacy','2023062700','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7658,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7659,0,'tool_dataprivacy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7660,0,'tool_dbtransfer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7661,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7662,0,'tool_dbtransfer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7663,0,'tool_filetypes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7664,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7665,0,'tool_filetypes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7666,0,'tool_generator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7667,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7668,0,'tool_generator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7669,0,'tool_httpsreplace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7670,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7671,0,'tool_httpsreplace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7672,0,'tool_innodb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7673,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7674,0,'tool_innodb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7675,0,'tool_installaddon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7676,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7677,0,'tool_installaddon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7678,0,'tool_langimport','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7679,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7680,0,'tool_langimport','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7681,0,'tool_licensemanager','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7682,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7683,0,'tool_licensemanager','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7684,0,'tool_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7685,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7686,0,'tool_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7687,0,'tool_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7688,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7689,0,'tool_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7690,0,'tool_lpimportcsv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7691,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7692,0,'tool_lpimportcsv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7693,0,'tool_lpmigrate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7694,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7695,0,'tool_lpmigrate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7696,0,'tool_messageinbound','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7697,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7698,0,'tool_messageinbound','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7699,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857229),(7700,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7701,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1696857229),(7702,0,'tool_mobile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7703,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7704,0,'tool_mobile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7705,0,'tool_monitor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7706,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7707,0,'tool_monitor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7708,0,'tool_moodlenet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7709,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7710,0,'tool_moodlenet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7711,0,'tool_multilangupgrade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7712,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7713,0,'tool_multilangupgrade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7714,0,'tool_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7715,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7716,0,'tool_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7717,0,'tool_phpunit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7718,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7719,0,'tool_phpunit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7720,0,'tool_policy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7721,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7722,0,'tool_policy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7723,0,'tool_profiling','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7724,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7725,0,'tool_profiling','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7726,0,'tool_recyclebin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7727,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7728,0,'tool_recyclebin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7729,0,'tool_replace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7730,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7731,0,'tool_replace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7732,0,'tool_spamcleaner','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7733,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7734,0,'tool_spamcleaner','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7735,0,'tool_task','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7736,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7737,0,'tool_task','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7738,0,'tool_templatelibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7739,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7740,0,'tool_templatelibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7741,0,'tool_unsuproles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7742,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7743,0,'tool_unsuproles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7744,0,'tool_uploadcourse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7745,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7746,0,'tool_uploadcourse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7747,0,'tool_uploaduser','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7748,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7749,0,'tool_uploaduser','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7750,0,'tool_usertours','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7751,0,'tool_usertours','2023053000','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7752,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7753,0,'tool_usertours','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7754,0,'tool_xmldb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7755,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7756,0,'tool_xmldb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7757,0,'cachestore_apcu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7758,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7759,0,'cachestore_apcu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7760,0,'cachestore_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7761,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7762,0,'cachestore_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7763,0,'cachestore_redis','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7764,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7765,0,'cachestore_redis','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7766,0,'cachestore_session','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7767,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7768,0,'cachestore_session','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7769,0,'cachestore_static','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7770,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7771,0,'cachestore_static','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7772,0,'cachelock_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7773,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7774,0,'cachelock_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7775,0,'fileconverter_googledrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7776,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7777,0,'fileconverter_googledrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7778,0,'fileconverter_unoconv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7779,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7780,0,'fileconverter_unoconv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7781,0,'contenttype_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7782,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7783,0,'contenttype_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7784,0,'theme_boost','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7785,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7786,0,'theme_boost','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7787,0,'theme_classic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7788,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7789,0,'theme_classic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7790,0,'local_wirisquizzes','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857230),(7791,0,'local_wirisquizzes','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857230),(7792,0,'local_wirisquizzes','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857230),(7793,0,'h5plib_v124','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7794,0,'h5plib_v124','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7795,0,'h5plib_v124','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7796,0,'paygw_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7797,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7798,0,'paygw_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7799,0,'assignsubmission_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7800,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7801,0,'assignsubmission_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7802,0,'assignsubmission_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7803,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7804,0,'assignsubmission_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7805,0,'assignsubmission_onlinetext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7806,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7807,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7808,0,'assignfeedback_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7809,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7810,0,'assignfeedback_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7811,0,'assignfeedback_editpdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7812,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7813,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7814,0,'assignfeedback_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7815,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7816,0,'assignfeedback_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7817,0,'assignfeedback_offline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7818,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7819,0,'assignfeedback_offline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7820,0,'booktool_exportimscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7821,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7822,0,'booktool_exportimscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7823,0,'booktool_importhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7824,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7825,0,'booktool_importhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7826,0,'booktool_print','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7827,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7828,0,'booktool_print','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7829,0,'datafield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7830,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7831,0,'datafield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7832,0,'datafield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7833,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7834,0,'datafield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7835,0,'datafield_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7836,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7837,0,'datafield_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7838,0,'datafield_latlong','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7839,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7840,0,'datafield_latlong','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7841,0,'datafield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7842,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7843,0,'datafield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7844,0,'datafield_multimenu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7845,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7846,0,'datafield_multimenu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7847,0,'datafield_number','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7848,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7849,0,'datafield_number','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7850,0,'datafield_picture','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7851,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7852,0,'datafield_picture','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7853,0,'datafield_radiobutton','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7854,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7855,0,'datafield_radiobutton','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7856,0,'datafield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7857,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7858,0,'datafield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7859,0,'datafield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7860,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7861,0,'datafield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7862,0,'datafield_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7863,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7864,0,'datafield_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7865,0,'datapreset_imagegallery','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7866,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7867,0,'datapreset_imagegallery','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7868,0,'datapreset_journal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7869,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7870,0,'datapreset_journal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7871,0,'datapreset_proposals','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7872,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7873,0,'datapreset_proposals','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7874,0,'datapreset_resources','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7875,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7876,0,'datapreset_resources','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7877,0,'forumreport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7878,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7879,0,'forumreport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7880,0,'ltiservice_basicoutcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7881,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7882,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7883,0,'ltiservice_gradebookservices','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7884,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7885,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7886,0,'ltiservice_memberships','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7887,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7888,0,'ltiservice_memberships','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7889,0,'ltiservice_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7890,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7891,0,'ltiservice_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7892,0,'ltiservice_toolproxy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7893,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7894,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7895,0,'ltiservice_toolsettings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7896,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7897,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7898,0,'quiz_grading','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7899,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7900,0,'quiz_grading','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7901,0,'quiz_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7902,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7903,0,'quiz_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7904,0,'quiz_responses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7905,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7906,0,'quiz_responses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7907,0,'quiz_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7908,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7909,0,'quiz_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7910,0,'quizaccess_delaybetweenattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7911,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7912,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7913,0,'quizaccess_ipaddress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7914,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7915,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7916,0,'quizaccess_numattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7917,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7918,0,'quizaccess_numattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7919,0,'quizaccess_offlineattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7920,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7921,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7922,0,'quizaccess_openclosedate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7923,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7924,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7925,0,'quizaccess_password','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7926,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7927,0,'quizaccess_password','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7928,0,'quizaccess_seb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7929,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7930,0,'quizaccess_seb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7931,0,'quizaccess_securewindow','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7932,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7933,0,'quizaccess_securewindow','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7934,0,'quizaccess_timelimit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7935,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7936,0,'quizaccess_timelimit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7937,0,'scormreport_basic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7938,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7939,0,'scormreport_basic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7940,0,'scormreport_graphs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7941,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7942,0,'scormreport_graphs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7943,0,'scormreport_interactions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7944,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7945,0,'scormreport_interactions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7946,0,'scormreport_objectives','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7947,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7948,0,'scormreport_objectives','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7949,0,'workshopform_accumulative','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7950,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7951,0,'workshopform_accumulative','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7952,0,'workshopform_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7953,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7954,0,'workshopform_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7955,0,'workshopform_numerrors','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7956,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7957,0,'workshopform_numerrors','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7958,0,'workshopform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7959,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7960,0,'workshopform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7961,0,'workshopallocation_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7962,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7963,0,'workshopallocation_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7964,0,'workshopallocation_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7965,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7966,0,'workshopallocation_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7967,0,'workshopallocation_scheduled','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7968,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7969,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7970,0,'workshopeval_best','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7971,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7972,0,'workshopeval_best','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7973,0,'atto_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7974,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7975,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7976,0,'atto_accessibilityhelper','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7977,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7978,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7979,0,'atto_align','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7980,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7981,0,'atto_align','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7982,0,'atto_backcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7983,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7984,0,'atto_backcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7985,0,'atto_bold','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7986,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7987,0,'atto_bold','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7988,0,'atto_charmap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7989,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7990,0,'atto_charmap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7991,0,'atto_clear','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7992,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7993,0,'atto_clear','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7994,0,'atto_collapse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7995,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7996,0,'atto_collapse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7997,0,'atto_emojipicker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7998,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7999,0,'atto_emojipicker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8000,0,'atto_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8001,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8002,0,'atto_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8003,0,'atto_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8004,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8005,0,'atto_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8006,0,'atto_fontcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8007,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8008,0,'atto_fontcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8009,0,'atto_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8010,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8011,0,'atto_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8012,0,'atto_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8013,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8014,0,'atto_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8015,0,'atto_image','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8016,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8017,0,'atto_image','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8018,0,'atto_indent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8019,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8020,0,'atto_indent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8021,0,'atto_italic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8022,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8023,0,'atto_italic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8024,0,'atto_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8025,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8026,0,'atto_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8027,0,'atto_managefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8028,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8029,0,'atto_managefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8030,0,'atto_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8031,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8032,0,'atto_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8033,0,'atto_noautolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8034,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8035,0,'atto_noautolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8036,0,'atto_orderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8037,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8038,0,'atto_orderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8039,0,'atto_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8040,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8041,0,'atto_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8042,0,'atto_rtl','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8043,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8044,0,'atto_rtl','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8045,0,'atto_strike','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8046,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8047,0,'atto_strike','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8048,0,'atto_subscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8049,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8050,0,'atto_subscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8051,0,'atto_superscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8052,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8053,0,'atto_superscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8054,0,'atto_table','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8055,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8056,0,'atto_table','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8057,0,'atto_title','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8058,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8059,0,'atto_title','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8060,0,'atto_underline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8061,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8062,0,'atto_underline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8063,0,'atto_undo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8064,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8065,0,'atto_undo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8066,0,'atto_unorderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8067,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8068,0,'atto_unorderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8069,0,'atto_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8070,0,'atto_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8071,0,'atto_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8072,0,'tiny_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8073,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8074,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8075,0,'tiny_autosave','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8076,0,'tiny_autosave','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8077,0,'tiny_autosave','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8078,0,'tiny_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8079,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8080,0,'tiny_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8081,0,'tiny_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8082,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8083,0,'tiny_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8084,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8085,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8086,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8087,0,'tiny_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8088,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8089,0,'tiny_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8090,0,'tiny_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8091,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8092,0,'tiny_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8093,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8094,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8095,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8096,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8097,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8098,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8099,0,'tiny_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8100,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8101,0,'tiny_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8102,0,'tiny_wiris','2022112300','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8103,0,'tiny_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8104,0,'tiny_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8105,0,'logstore_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8106,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8107,0,'logstore_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8108,0,'logstore_standard','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8109,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8110,0,'logstore_standard','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8111,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8112,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8113,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8114,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8115,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8116,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8117,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8118,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8119,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8120,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8121,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8122,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8123,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8124,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8125,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8126,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8127,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8128,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8129,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8130,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8131,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8132,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8133,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8134,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8135,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8136,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8137,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8138,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8139,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8140,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8141,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8142,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8143,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8144,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8145,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8146,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8147,0,'core','2023100900','2023100909.03','Starting core upgrade',NULL,'',0,1736240935),(8148,0,'core','2023100902.01','2023100909.03','Upgrade savepoint reached',NULL,'',0,1736240935),(8149,0,'core','2023100902.07','2023100909.03','Upgrade savepoint reached',NULL,'',0,1736240935),(8150,0,'core','2023100903.05','2023100909.03','Upgrade savepoint reached',NULL,'',0,1736240935),(8151,0,'core','2023100905.09','2023100909.03','Upgrade savepoint reached',NULL,'',0,1736240935),(8152,0,'core','2023100907.08','2023100909.03','Upgrade savepoint reached',NULL,'',0,1736240935),(8153,0,'core','2023100909.03','2023100909.03','Upgrade savepoint reached',NULL,'',0,1736240935),(8154,0,'core','2023100909.03','2023100909.03','Core upgraded',NULL,'',0,1736240937),(8155,0,'qtype_essaywiris','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240937),(8156,0,'qtype_essaywiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240937),(8157,0,'qtype_essaywiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240937),(8158,0,'qtype_matchwiris','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240937),(8159,0,'qtype_matchwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240937),(8160,0,'qtype_matchwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240937),(8161,0,'qtype_multianswerwiris','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240937),(8162,0,'qtype_multianswerwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240937),(8163,0,'qtype_multianswerwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240937),(8164,0,'qtype_multichoicewiris','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240937),(8165,0,'qtype_multichoicewiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240937),(8166,0,'qtype_multichoicewiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240937),(8167,0,'qtype_shortanswerwiris','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240937),(8168,0,'qtype_shortanswerwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240937),(8169,0,'qtype_shortanswerwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240937),(8170,0,'qtype_truefalsewiris','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240937),(8171,0,'qtype_truefalsewiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240937),(8172,0,'qtype_truefalsewiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240937),(8173,0,'qtype_wq','2023092202','2024121900','Starting plugin upgrade',NULL,'',0,1736240938),(8174,0,'qtype_wq','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240938),(8175,0,'qtype_wq','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240938),(8176,0,'mod_forum','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240938),(8177,0,'mod_forum','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240938),(8178,0,'mod_forum','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240938),(8179,0,'mod_h5pactivity','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240938),(8180,0,'mod_h5pactivity','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240938),(8181,0,'mod_h5pactivity','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240938),(8182,0,'mod_quiz','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240938),(8183,0,'mod_quiz','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240938),(8184,0,'mod_quiz','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240938),(8185,0,'mod_scorm','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240938),(8186,0,'mod_scorm','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240938),(8187,0,'mod_scorm','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240938),(8188,0,'auth_lti','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240938),(8189,0,'auth_lti','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240938),(8190,0,'auth_lti','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240938),(8191,0,'filter_wiris','2023100900','2024110400','Starting plugin upgrade',NULL,'',0,1736240938),(8192,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736240938),(8193,0,'filter_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736240938),(8194,0,'qbank_columnsortorder','2023100900','2023100902','Starting plugin upgrade',NULL,'',0,1736240938),(8195,0,'qbank_columnsortorder','2023100901','2023100902','Upgrade savepoint reached',NULL,'',0,1736240938),(8196,0,'qbank_columnsortorder','2023100902','2023100902','Upgrade savepoint reached',NULL,'',0,1736240938),(8197,0,'qbank_columnsortorder','2023100902','2023100902','Plugin upgraded',NULL,'',0,1736240938),(8198,0,'tool_lp','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240939),(8199,0,'tool_lp','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240939),(8200,0,'tool_lp','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240939),(8201,0,'local_wirisquizzes','2023092200','2024121900','Starting plugin upgrade',NULL,'',0,1736240939),(8202,0,'local_wirisquizzes','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736240939),(8203,0,'local_wirisquizzes','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736240939),(8204,0,'h5plib_v127',NULL,'2023100900','Starting plugin installation',NULL,'',0,1736240939),(8205,0,'h5plib_v127','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1736240939),(8206,0,'h5plib_v127','2023100900','2023100900','Plugin installed',NULL,'',0,1736240939),(8207,0,'atto_wiris','2023100900','2024110400','Starting plugin upgrade',NULL,'',0,1736240939),(8208,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736240939),(8209,0,'atto_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736240939),(8210,0,'tiny_autosave','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240939),(8211,0,'tiny_autosave','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240939),(8212,0,'tiny_autosave','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240939),(8213,0,'tiny_premium','2023100900','2023100901','Starting plugin upgrade',NULL,'',0,1736240939),(8214,0,'tiny_premium','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1736240939),(8215,0,'tiny_premium','2023100901','2023100901','Plugin upgraded',NULL,'',0,1736240939),(8216,0,'tiny_wiris','2023100900','2024110400','Starting plugin upgrade',NULL,'',0,1736240939),(8217,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736240939),(8218,0,'tiny_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736240939); +/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_url` +-- + +DROP TABLE IF EXISTS `m_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_url` +-- + +LOCK TABLES `m_url` WRITE; +/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user` +-- + +DROP TABLE IF EXISTS `m_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), + KEY `m_user_del_ix` (`deleted`), + KEY `m_user_con_ix` (`confirmed`), + KEY `m_user_fir_ix` (`firstname`), + KEY `m_user_las_ix` (`lastname`), + KEY `m_user_cit_ix` (`city`), + KEY `m_user_cou_ix` (`country`), + KEY `m_user_las2_ix` (`lastaccess`), + KEY `m_user_ema_ix` (`email`), + KEY `m_user_aut_ix` (`auth`), + KEY `m_user_idn_ix` (`idnumber`), + KEY `m_user_fir2_ix` (`firstnamephonetic`), + KEY `m_user_las3_ix` (`lastnamephonetic`), + KEY `m_user_mid_ix` (`middlename`), + KEY `m_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user` +-- + +LOCK TABLES `m_user` WRITE; +/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; +INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1736241039,1696857375,1736240974,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL),(5,'manual',1,0,0,0,1,'anon1','restored','','anonfirstname1','anonlastname1','anon1@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1566468604,1711026678,1711026340,1711026595,'127.0.0.1','',0,'',0,1,0,1,1,0,1729522397,1566468652,0,'','anonlastnamephonetic1','anonfirstnamephonetic1','anonmiddlename1','anonalternatename1',NULL); +/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_devices` +-- + +DROP TABLE IF EXISTS `m_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `m_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- + +LOCK TABLES `m_user_devices` WRITE; +/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_enrolments` +-- + +DROP TABLE IF EXISTS `m_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `m_userenro_enr_ix` (`enrolid`), + KEY `m_userenro_use_ix` (`userid`), + KEY `m_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_enrolments` +-- + +LOCK TABLES `m_user_enrolments` WRITE; +/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; +INSERT INTO `m_user_enrolments` VALUES (3,0,4,3,1566471399,0,2,1736241020,1736241020),(4,0,4,4,1566471399,0,2,1736241020,1736241020); +/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_category` +-- + +DROP TABLE IF EXISTS `m_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_category` +-- + +LOCK TABLES `m_user_info_category` WRITE; +/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_data` +-- + +DROP TABLE IF EXISTS `m_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_data` +-- + +LOCK TABLES `m_user_info_data` WRITE; +/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_field` +-- + +DROP TABLE IF EXISTS `m_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_field` +-- + +LOCK TABLES `m_user_info_field` WRITE; +/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_lastaccess` +-- + +DROP TABLE IF EXISTS `m_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), + KEY `m_userlast_use_ix` (`userid`), + KEY `m_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- + +LOCK TABLES `m_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; +INSERT INTO `m_user_lastaccess` VALUES (2,2,2,1736241039); +/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_history` +-- + +DROP TABLE IF EXISTS `m_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- + +LOCK TABLES `m_user_password_history` WRITE; +/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_resets` +-- + +DROP TABLE IF EXISTS `m_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_password_resets` +-- + +LOCK TABLES `m_user_password_resets` WRITE; +/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_preferences` +-- + +DROP TABLE IF EXISTS `m_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), + KEY `m_userpref_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_preferences` +-- + +LOCK TABLES `m_user_preferences` WRITE; +/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; +INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'),(17,2,'tool_usertours_tour_completion_time_8','1736240979'),(18,2,'filepicker_recentrepository','4'),(19,2,'filepicker_recentlicense','allrightsreserved'); +/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_private_key` +-- + +DROP TABLE IF EXISTS `m_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_userprivkey_scrval_ix` (`script`,`value`), + KEY `m_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_private_key` +-- + +LOCK TABLES `m_user_private_key` WRITE; +/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki` +-- + +DROP TABLE IF EXISTS `m_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki` +-- + +LOCK TABLES `m_wiki` WRITE; +/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_links` +-- + +DROP TABLE IF EXISTS `m_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_wikilink_fro_ix` (`frompageid`), + KEY `m_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_links` +-- + +LOCK TABLES `m_wiki_links` WRITE; +/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_locks` +-- + +DROP TABLE IF EXISTS `m_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_locks` +-- + +LOCK TABLES `m_wiki_locks` WRITE; +/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_pages` +-- + +DROP TABLE IF EXISTS `m_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `m_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_pages` +-- + +LOCK TABLES `m_wiki_pages` WRITE; +/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `m_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `m_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_subwikis` +-- + +LOCK TABLES `m_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `m_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_synonyms` +-- + +LOCK TABLES `m_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_versions` +-- + +DROP TABLE IF EXISTS `m_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_versions` +-- + +LOCK TABLES `m_wiki_versions` WRITE; +/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop` +-- + +DROP TABLE IF EXISTS `m_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `m_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- + +LOCK TABLES `m_workshop` WRITE; +/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `m_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `m_workaggr_wor_ix` (`workshopid`), + KEY `m_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- + +LOCK TABLES `m_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_assessments` +-- + +DROP TABLE IF EXISTS `m_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workasse_sub_ix` (`submissionid`), + KEY `m_workasse_gra_ix` (`gradinggradeoverby`), + KEY `m_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_assessments` +-- + +LOCK TABLES `m_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_grades` +-- + +DROP TABLE IF EXISTS `m_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `m_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- + +LOCK TABLES `m_workshop_grades` WRITE; +/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_submissions` +-- + +DROP TABLE IF EXISTS `m_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_worksubm_wor_ix` (`workshopid`), + KEY `m_worksubm_gra_ix` (`gradeoverby`), + KEY `m_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- + +LOCK TABLES `m_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopallocation_scheduled` +-- + +LOCK TABLES `m_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopeval_best_settings` +-- + +LOCK TABLES `m_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `m_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_accumulative` +-- + +LOCK TABLES `m_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_comments` +-- + +DROP TABLE IF EXISTS `m_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_comments` +-- + +LOCK TABLES `m_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- + +LOCK TABLES `m_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `m_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- + +LOCK TABLES `m_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric` +-- + +LOCK TABLES `m_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_config` +-- + +LOCK TABLES `m_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_levels` +-- + +LOCK TABLES `m_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_xapi_states` +-- + +DROP TABLE IF EXISTS `m_xapi_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_xapi_states` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_xapistat_comite_ix` (`component`,`itemid`), + KEY `m_xapistat_use_ix` (`userid`), + KEY `m_xapistat_tim_ix` (`timemodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_xapi_states` +-- + +LOCK TABLES `m_xapi_states` WRITE; +/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets` +-- + +DROP TABLE IF EXISTS `t_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets` +-- + +LOCK TABLES `t_adminpresets` WRITE; +/*!40000 ALTER TABLE `t_adminpresets` DISABLE KEYS */; +INSERT INTO `t_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','https://www.example.com/moodle','','','',1,1734080194,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','https://www.example.com/moodle','','','',2,1734080195,0); +/*!40000 ALTER TABLE `t_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app` +-- + +LOCK TABLES `t_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappit_con_ix` (`configlogid`), + KEY `t_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_app_it` +-- + +LOCK TABLES `t_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappita_con_ix` (`configlogid`), + KEY `t_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_it_a` +-- + +LOCK TABLES `t_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_plug` +-- + +LOCK TABLES `t_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it` +-- + +LOCK TABLES `t_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it` DISABLE KEYS */; +INSERT INTO `t_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `t_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it_a` +-- + +LOCK TABLES `t_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_plug` +-- + +LOCK TABLES `t_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `t_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `t_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `t_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `t_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_indicator_calc` +-- + +LOCK TABLES `t_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models` +-- + +DROP TABLE IF EXISTS `t_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmode_enatra_ix` (`enabled`,`trained`), + KEY `t_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models` +-- + +LOCK TABLES `t_analytics_models` WRITE; +/*!40000 ALTER TABLE `t_analytics_models` DISABLE KEYS */; +INSERT INTO `t_analytics_models` 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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,0); +/*!40000 ALTER TABLE `t_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models_log` +-- + +DROP TABLE IF EXISTS `t_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmodelog_mod_ix` (`modelid`), + KEY `t_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models_log` +-- + +LOCK TABLES `t_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `t_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `t_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predict_samples` +-- + +LOCK TABLES `t_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `t_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `t_analpredacti_pre_ix` (`predictionid`), + KEY `t_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_prediction_actions` +-- + +LOCK TABLES `t_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predictions` +-- + +DROP TABLE IF EXISTS `t_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `t_analpred_mod_ix` (`modelid`), + KEY `t_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predictions` +-- + +LOCK TABLES `t_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `t_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `t_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_train_samples` +-- + +LOCK TABLES `t_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `t_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analusedanal_modact_ix` (`modelid`,`action`), + KEY `t_analusedanal_ana_ix` (`analysableid`), + KEY `t_analusedanal_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_used_analysables` +-- + +LOCK TABLES `t_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_files` +-- + +DROP TABLE IF EXISTS `t_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `t_analusedfile_mod_ix` (`modelid`), + KEY `t_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_analytics_used_files` +-- + +LOCK TABLES `t_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign` +-- + +DROP TABLE IF EXISTS `t_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou_ix` (`course`), + KEY `t_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign` +-- + +LOCK TABLES `t_assign` WRITE; +/*!40000 ALTER TABLE `t_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_grades` +-- + +DROP TABLE IF EXISTS `t_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `t_assigrad_use_ix` (`userid`), + KEY `t_assigrad_att_ix` (`attemptnumber`), + KEY `t_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_grades` +-- + +LOCK TABLES `t_assign_grades` WRITE; +/*!40000 ALTER TABLE `t_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_overrides` +-- + +DROP TABLE IF EXISTS `t_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_assiover_ass_ix` (`assignid`), + KEY `t_assiover_gro_ix` (`groupid`), + KEY `t_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_overrides` +-- + +LOCK TABLES `t_assign_overrides` WRITE; +/*!40000 ALTER TABLE `t_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `t_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_assiplugconf_plu_ix` (`plugin`), + KEY `t_assiplugconf_sub_ix` (`subtype`), + KEY `t_assiplugconf_nam_ix` (`name`), + KEY `t_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_plugin_config` +-- + +LOCK TABLES `t_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `t_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_submission` +-- + +DROP TABLE IF EXISTS `t_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `t_assisubm_use_ix` (`userid`), + KEY `t_assisubm_att_ix` (`attemptnumber`), + KEY `t_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `t_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_submission` +-- + +LOCK TABLES `t_assign_submission` WRITE; +/*!40000 ALTER TABLE `t_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_flags` +-- + +DROP TABLE IF EXISTS `t_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiuserflag_mai_ix` (`mailed`), + KEY `t_assiuserflag_use_ix` (`userid`), + KEY `t_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_flags` +-- + +LOCK TABLES `t_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `t_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `t_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiusermapp_ass_ix` (`assignment`), + KEY `t_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_mapping` +-- + +LOCK TABLES `t_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `t_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assicomm_ass_ix` (`assignment`), + KEY `t_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_comments` +-- + +LOCK TABLES `t_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `t_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `t_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `t_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `t_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass2_ix` (`assignment`), + KEY `t_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assignfeedback_file` +-- + +LOCK TABLES `t_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment` +-- + +DROP TABLE IF EXISTS `t_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment` +-- + +LOCK TABLES `t_assignment` WRITE; +/*!40000 ALTER TABLE `t_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_submissions` +-- + +DROP TABLE IF EXISTS `t_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assisubm_use2_ix` (`userid`), + KEY `t_assisubm_mai_ix` (`mailed`), + KEY `t_assisubm_tim_ix` (`timemarked`), + KEY `t_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_submissions` +-- + +LOCK TABLES `t_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `t_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `t_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiupgr_old_ix` (`oldcmid`), + KEY `t_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_upgrade` +-- + +LOCK TABLES `t_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `t_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `t_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass_ix` (`assignment`), + KEY `t_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignsubmission_file` +-- + +LOCK TABLES `t_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `t_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assionli_ass_ix` (`assignment`), + KEY `t_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignsubmission_onlinetext` +-- + +LOCK TABLES `t_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `t_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `t_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_auth_lti_linked_login` +-- + +LOCK TABLES `t_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `t_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `t_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `t_authoautlinklogi_use_ix` (`usermodified`), + KEY `t_authoautlinklogi_use2_ix` (`userid`), + KEY `t_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_auth_oauth2_linked_login` +-- + +LOCK TABLES `t_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_controllers` +-- + +DROP TABLE IF EXISTS `t_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_backcont_bac_uix` (`backupid`), + KEY `t_backcont_typite_ix` (`type`,`itemid`), + KEY `t_backcont_useite_ix` (`userid`,`itemid`), + KEY `t_backcont_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_backup_controllers` +-- + +LOCK TABLES `t_backup_controllers` WRITE; +/*!40000 ALTER TABLE `t_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_courses` +-- + +DROP TABLE IF EXISTS `t_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_backup_courses` +-- + +LOCK TABLES `t_backup_courses` WRITE; +/*!40000 ALTER TABLE `t_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_logs` +-- + +DROP TABLE IF EXISTS `t_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_backlogs_bacid_uix` (`backupid`,`id`), + KEY `t_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_backup_logs` +-- + +LOCK TABLES `t_backup_logs` WRITE; +/*!40000 ALTER TABLE `t_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge` +-- + +DROP TABLE IF EXISTS `t_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badg_typ_ix` (`type`), + KEY `t_badg_cou_ix` (`courseid`), + KEY `t_badg_use_ix` (`usermodified`), + KEY `t_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge` +-- + +LOCK TABLES `t_badge` WRITE; +/*!40000 ALTER TABLE `t_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_alignment` +-- + +DROP TABLE IF EXISTS `t_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_alignment` +-- + +LOCK TABLES `t_badge_alignment` WRITE; +/*!40000 ALTER TABLE `t_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_backpack` +-- + +DROP TABLE IF EXISTS `t_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `t_badgback_use_ix` (`userid`), + KEY `t_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_backpack` +-- + +LOCK TABLES `t_badge_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `t_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badgbackoaut_use_ix` (`usermodified`), + KEY `t_badgbackoaut_use2_ix` (`userid`), + KEY `t_badgbackoaut_iss_ix` (`issuerid`), + KEY `t_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_backpack_oauth2` +-- + +LOCK TABLES `t_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria` +-- + +DROP TABLE IF EXISTS `t_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `t_badgcrit_cri_ix` (`criteriatype`), + KEY `t_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_criteria` +-- + +LOCK TABLES `t_badge_criteria` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `t_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_badgcritmet_cri_ix` (`critid`), + KEY `t_badgcritmet_use_ix` (`userid`), + KEY `t_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_badge_criteria_met` +-- + +LOCK TABLES `t_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `t_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_criteria_param` +-- + +LOCK TABLES `t_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_endorsement` +-- + +DROP TABLE IF EXISTS `t_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_endorsement` +-- + +LOCK TABLES `t_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `t_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external` +-- + +DROP TABLE IF EXISTS `t_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_external` +-- + +LOCK TABLES `t_badge_external` WRITE; +/*!40000 ALTER TABLE `t_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `t_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `t_badgexteback_bac2_uix` (`backpackweburl`), + KEY `t_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_badge_external_backpack` +-- + +LOCK TABLES `t_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `t_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `t_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `t_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `t_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_external_identifier` +-- + +LOCK TABLES `t_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `t_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_issued` +-- + +DROP TABLE IF EXISTS `t_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `t_badgissu_bad_ix` (`badgeid`), + KEY `t_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_issued` +-- + +LOCK TABLES `t_badge_issued` WRITE; +/*!40000 ALTER TABLE `t_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_manual_award` +-- + +DROP TABLE IF EXISTS `t_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_badgmanuawar_bad_ix` (`badgeid`), + KEY `t_badgmanuawar_rec_ix` (`recipientid`), + KEY `t_badgmanuawar_iss_ix` (`issuerid`), + KEY `t_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_manual_award` +-- + +LOCK TABLES `t_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `t_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_related` +-- + +DROP TABLE IF EXISTS `t_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `t_badgrela_bad_ix` (`badgeid`), + KEY `t_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_related` +-- + +LOCK TABLES `t_badge_related` WRITE; +/*!40000 ALTER TABLE `t_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', + `completionattendance` int NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_bigbluebuttonbn` +-- + +LOCK TABLES `t_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_bigblogs_cou_ix` (`courseid`), + KEY `t_bigblogs_log_ix` (`log`), + KEY `t_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `t_bigblogs_uselog_ix` (`userid`,`log`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_bigbluebuttonbn_logs` +-- + +LOCK TABLES `t_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_bigbreco_cou_ix` (`courseid`), + KEY `t_bigbreco_rec_ix` (`recordingid`), + KEY `t_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `t_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `t_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block` +-- + +DROP TABLE IF EXISTS `t_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block` +-- + +LOCK TABLES `t_block` WRITE; +/*!40000 ALTER TABLE `t_block` DISABLE KEYS */; +INSERT INTO `t_block` 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 `t_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_instances` +-- + +DROP TABLE IF EXISTS `t_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `t_blocinst_tim_ix` (`timemodified`), + KEY `t_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_instances` +-- + +LOCK TABLES `t_block_instances` WRITE; +/*!40000 ALTER TABLE `t_block_instances` DISABLE KEYS */; +INSERT INTO `t_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080306,1734080306),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080306,1734080306),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080306,1734080306),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080306,1734080306),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080306,1734080306); +/*!40000 ALTER TABLE `t_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_positions` +-- + +DROP TABLE IF EXISTS `t_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `t_blocposi_blo_ix` (`blockinstanceid`), + KEY `t_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_positions` +-- + +LOCK TABLES `t_block_positions` WRITE; +/*!40000 ALTER TABLE `t_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_recent_activity` +-- + +DROP TABLE IF EXISTS `t_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block_recent_activity` +-- + +LOCK TABLES `t_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `t_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `t_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `t_blocrece_use_ix` (`userid`), + KEY `t_blocrece_cou_ix` (`courseid`), + KEY `t_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block_recentlyaccesseditems` +-- + +LOCK TABLES `t_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_rss_client` +-- + +DROP TABLE IF EXISTS `t_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_rss_client` +-- + +LOCK TABLES `t_block_rss_client` WRITE; +/*!40000 ALTER TABLE `t_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_blog_association` +-- + +DROP TABLE IF EXISTS `t_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_blogasso_con_ix` (`contextid`), + KEY `t_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_blog_association` +-- + +LOCK TABLES `t_blog_association` WRITE; +/*!40000 ALTER TABLE `t_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_blog_external` +-- + +DROP TABLE IF EXISTS `t_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_blog_external` +-- + +LOCK TABLES `t_blog_external` WRITE; +/*!40000 ALTER TABLE `t_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_book` +-- + +DROP TABLE IF EXISTS `t_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_book` +-- + +LOCK TABLES `t_book` WRITE; +/*!40000 ALTER TABLE `t_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_book_chapters` +-- + +DROP TABLE IF EXISTS `t_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_book_chapters` +-- + +LOCK TABLES `t_book_chapters` WRITE; +/*!40000 ALTER TABLE `t_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cache_filters` +-- + +DROP TABLE IF EXISTS `t_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cache_filters` +-- + +LOCK TABLES `t_cache_filters` WRITE; +/*!40000 ALTER TABLE `t_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cache_flags` +-- + +DROP TABLE IF EXISTS `t_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_cachflag_fla_ix` (`flagtype`), + KEY `t_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cache_flags` +-- + +LOCK TABLES `t_cache_flags` WRITE; +/*!40000 ALTER TABLE `t_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_capabilities` +-- + +DROP TABLE IF EXISTS `t_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_capabilities` +-- + +LOCK TABLES `t_capabilities` WRITE; +/*!40000 ALTER TABLE `t_capabilities` DISABLE KEYS */; +INSERT INTO `t_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `t_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat` +-- + +DROP TABLE IF EXISTS `t_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat` +-- + +LOCK TABLES `t_chat` WRITE; +/*!40000 ALTER TABLE `t_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_messages` +-- + +DROP TABLE IF EXISTS `t_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chatmess_use_ix` (`userid`), + KEY `t_chatmess_gro_ix` (`groupid`), + KEY `t_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat_messages` +-- + +LOCK TABLES `t_chat_messages` WRITE; +/*!40000 ALTER TABLE `t_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_messages_current` +-- + +DROP TABLE IF EXISTS `t_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chatmesscurr_use_ix` (`userid`), + KEY `t_chatmesscurr_gro_ix` (`groupid`), + KEY `t_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat_messages_current` +-- + +LOCK TABLES `t_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `t_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_users` +-- + +DROP TABLE IF EXISTS `t_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_chatuser_use_ix` (`userid`), + KEY `t_chatuser_las_ix` (`lastping`), + KEY `t_chatuser_gro_ix` (`groupid`), + KEY `t_chatuser_cha_ix` (`chatid`), + KEY `t_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_chat_users` +-- + +LOCK TABLES `t_chat_users` WRITE; +/*!40000 ALTER TABLE `t_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice` +-- + +DROP TABLE IF EXISTS `t_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice` +-- + +LOCK TABLES `t_choice` WRITE; +/*!40000 ALTER TABLE `t_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice_answers` +-- + +DROP TABLE IF EXISTS `t_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choiansw_use_ix` (`userid`), + KEY `t_choiansw_cho_ix` (`choiceid`), + KEY `t_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice_answers` +-- + +LOCK TABLES `t_choice_answers` WRITE; +/*!40000 ALTER TABLE `t_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice_options` +-- + +DROP TABLE IF EXISTS `t_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice_options` +-- + +LOCK TABLES `t_choice_options` WRITE; +/*!40000 ALTER TABLE `t_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cohort` +-- + +DROP TABLE IF EXISTS `t_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_cohort` +-- + +LOCK TABLES `t_cohort` WRITE; +/*!40000 ALTER TABLE `t_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cohort_members` +-- + +DROP TABLE IF EXISTS `t_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `t_cohomemb_coh_ix` (`cohortid`), + KEY `t_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cohort_members` +-- + +LOCK TABLES `t_cohort_members` WRITE; +/*!40000 ALTER TABLE `t_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_comments` +-- + +DROP TABLE IF EXISTS `t_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `t_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_comments` +-- + +LOCK TABLES `t_comments` WRITE; +/*!40000 ALTER TABLE `t_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency` +-- + +DROP TABLE IF EXISTS `t_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `t_comp_rul_ix` (`ruleoutcome`), + KEY `t_comp_sca_ix` (`scaleid`), + KEY `t_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_competency` +-- + +LOCK TABLES `t_competency` WRITE; +/*!40000 ALTER TABLE `t_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `t_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `t_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `t_compcour_cou2_ix` (`courseid`), + KEY `t_compcour_com_ix` (`competencyid`), + KEY `t_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_coursecomp` +-- + +LOCK TABLES `t_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `t_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compcour_cou_uix` (`courseid`), + KEY `t_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_competency_coursecompsetting` +-- + +LOCK TABLES `t_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_evidence` +-- + +DROP TABLE IF EXISTS `t_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compevid_use_ix` (`usercompetencyid`), + KEY `t_compevid_con_ix` (`contextid`), + KEY `t_compevid_act_ix` (`actionuserid`), + KEY `t_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_evidence` +-- + +LOCK TABLES `t_competency_evidence` WRITE; +/*!40000 ALTER TABLE `t_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_framework` +-- + +DROP TABLE IF EXISTS `t_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compfram_idn_uix` (`idnumber`), + KEY `t_compfram_con_ix` (`contextid`), + KEY `t_compfram_sca_ix` (`scaleid`), + KEY `t_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_framework` +-- + +LOCK TABLES `t_competency_framework` WRITE; +/*!40000 ALTER TABLE `t_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `t_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `t_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `t_compmodu_cmi_ix` (`cmid`), + KEY `t_compmodu_com_ix` (`competencyid`), + KEY `t_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_modulecomp` +-- + +LOCK TABLES `t_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_plan` +-- + +DROP TABLE IF EXISTS `t_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compplan_usesta_ix` (`userid`,`status`), + KEY `t_compplan_tem_ix` (`templateid`), + KEY `t_compplan_stadue_ix` (`status`,`duedate`), + KEY `t_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_plan` +-- + +LOCK TABLES `t_competency_plan` WRITE; +/*!40000 ALTER TABLE `t_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_plancomp` +-- + +DROP TABLE IF EXISTS `t_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compplan_placom_uix` (`planid`,`competencyid`), + KEY `t_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_plancomp` +-- + +LOCK TABLES `t_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `t_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `t_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_comprela_com_ix` (`competencyid`), + KEY `t_comprela_rel_ix` (`relatedcompetencyid`), + KEY `t_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_relatedcomp` +-- + +LOCK TABLES `t_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `t_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_template` +-- + +DROP TABLE IF EXISTS `t_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_comptemp_con_ix` (`contextid`), + KEY `t_comptemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_template` +-- + +LOCK TABLES `t_competency_template` WRITE; +/*!40000 ALTER TABLE `t_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `t_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `t_comptemp_tem2_ix` (`templateid`), + KEY `t_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_templatecohort` +-- + +LOCK TABLES `t_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `t_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_comptemp_tem_ix` (`templateid`), + KEY `t_comptemp_com_ix` (`competencyid`), + KEY `t_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_templatecomp` +-- + +LOCK TABLES `t_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercomp` +-- + +DROP TABLE IF EXISTS `t_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `t_compuser_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercomp` +-- + +LOCK TABLES `t_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `t_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `t_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `t_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercompcourse` +-- + +LOCK TABLES `t_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `t_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `t_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercompplan` +-- + +LOCK TABLES `t_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_userevidence` +-- + +DROP TABLE IF EXISTS `t_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compuser_use4_ix` (`userid`), + KEY `t_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_userevidence` +-- + +LOCK TABLES `t_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `t_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `t_compuser_use6_ix` (`userevidenceid`), + KEY `t_compuser_use7_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_userevidencecomp` +-- + +LOCK TABLES `t_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config` +-- + +DROP TABLE IF EXISTS `t_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=578 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config` +-- + +LOCK TABLES `t_config` WRITE; +/*!40000 ALTER TABLE `t_config` DISABLE KEYS */; +INSERT INTO `t_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','VNXO8Na53kfH9i4jYkek9MrM2ZVWnPVWwww.example.com'),(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','atto,tinymce,textarea,tiny'),(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','1734080375'),(25,'jsrev','1734080375'),(26,'templaterev','1734080375'),(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','2022112815.01'),(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,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734080173'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080440'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','1'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'noreplyaddress','noreply@www.example.com'),(402,'allowedemaildomains',''),(403,'divertallemailsto',''),(404,'divertallemailsexcept',''),(405,'emaildkimselector',''),(406,'sitemailcharset','0'),(407,'allowusermailcharset','0'),(408,'allowattachments','1'),(409,'mailnewline','LF'),(410,'emailfromvia','1'),(411,'emailsubjectprefix',''),(412,'emailheaders',''),(413,'updateautocheck','1'),(414,'updateminmaturity','200'),(415,'updatenotifybuilds','0'),(416,'enablewsdocumentation','0'),(417,'customreportslimit','0'),(418,'customreportsliveediting','1'),(419,'dndallowtextandlinks','0'),(420,'pathtosassc',''),(421,'contextlocking','0'),(422,'contextlockappliestoadmin','1'),(423,'forceclean','0'),(424,'enablecourserelativedates','0'),(425,'debug','0'),(426,'debugdisplay','0'),(427,'perfdebug','7'),(428,'debugstringids','0'),(429,'debugsqltrace','0'),(430,'debugvalidators','0'),(431,'debugpageinfo','0'),(432,'profilingenabled','0'),(433,'profilingincluded',''),(434,'profilingexcluded',''),(435,'profilingautofrec','0'),(436,'profilingallowme','0'),(437,'profilingallowall','0'),(438,'profilingslow','0'),(439,'profilinglifetime','1440'),(440,'profilingimportprefix','(I)'),(441,'allowguestmymoodle','1'),(442,'release','4.1.15+ (Build: 20241213)'),(443,'branch','401'),(444,'phpunittest','10d17a55bb39832d31c1226d768089cd712840db'),(445,'localcachedirpurged','1734080375'),(446,'scheduledtaskreset','1734080376'),(447,'paygw_plugins_sortorder','paypal'),(448,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(449,'enableaccessibilitytools','1'),(450,'notloggedinroleid','6'),(451,'guestroleid','6'),(452,'defaultuserroleid','7'),(453,'creatornewroleid','3'),(454,'restorernewroleid','3'),(455,'sitepolicyhandler',''),(456,'gradebookroles','5'),(457,'h5plibraryhandler','h5plib_v124'),(458,'airnotifierurl','https://messages.moodle.net'),(459,'airnotifierport','443'),(460,'airnotifiermobileappname','com.moodle.moodlemobile'),(461,'airnotifierappname','commoodlemoodlemobile'),(462,'airnotifieraccesskey',''),(463,'bigbluebuttonbn_default_dpa_accepted','0'),(464,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(465,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(466,'bigbluebuttonbn_poll_interval','5'),(467,'bigbluebuttonbn_welcome_default',''),(468,'bigbluebuttonbn_welcome_editable','1'),(469,'bigbluebuttonbn_recording_default','1'),(470,'bigbluebuttonbn_recording_refresh_period','300'),(471,'bigbluebuttonbn_recording_editable','1'),(472,'bigbluebuttonbn_recording_all_from_start_default','0'),(473,'bigbluebuttonbn_recording_all_from_start_editable','0'),(474,'bigbluebuttonbn_recording_hide_button_default','0'),(475,'bigbluebuttonbn_recording_hide_button_editable','0'),(476,'bigbluebuttonbn_importrecordings_enabled','0'),(477,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(478,'bigbluebuttonbn_recordings_deleted_default','1'),(479,'bigbluebuttonbn_recordings_deleted_editable','0'),(480,'bigbluebuttonbn_recordings_imported_default','0'),(481,'bigbluebuttonbn_recordings_imported_editable','1'),(482,'bigbluebuttonbn_recordings_preview_default','1'),(483,'bigbluebuttonbn_recordings_preview_editable','0'),(484,'bigbluebuttonbn_recordings_asc_sort','0'),(485,'bigbluebuttonbn_recording_protect_editable','1'),(486,'bigbluebuttonbn_waitformoderator_default','0'),(487,'bigbluebuttonbn_waitformoderator_editable','1'),(488,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(489,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(490,'bigbluebuttonbn_voicebridge_editable','0'),(491,'bigbluebuttonbn_preuploadpresentation_editable','0'),(492,'bigbluebuttonbn_userlimit_default','0'),(493,'bigbluebuttonbn_userlimit_editable','0'),(494,'bigbluebuttonbn_participant_moderator_default','0'),(495,'bigbluebuttonbn_muteonstart_default','0'),(496,'bigbluebuttonbn_muteonstart_editable','0'),(497,'bigbluebuttonbn_disablecam_default','0'),(498,'bigbluebuttonbn_disablecam_editable','1'),(499,'bigbluebuttonbn_disablemic_default','0'),(500,'bigbluebuttonbn_disablemic_editable','1'),(501,'bigbluebuttonbn_disableprivatechat_default','0'),(502,'bigbluebuttonbn_disableprivatechat_editable','1'),(503,'bigbluebuttonbn_disablepublicchat_default','0'),(504,'bigbluebuttonbn_disablepublicchat_editable','1'),(505,'bigbluebuttonbn_disablenote_default','0'),(506,'bigbluebuttonbn_disablenote_editable','1'),(507,'bigbluebuttonbn_hideuserlist_default','0'),(508,'bigbluebuttonbn_hideuserlist_editable','1'),(509,'bigbluebuttonbn_recordingready_enabled','0'),(510,'bigbluebuttonbn_meetingevents_enabled','0'),(511,'bigbluebuttonbn_guestaccess_enabled','0'),(512,'chat_method','ajax'),(513,'chat_refresh_userlist','10'),(514,'chat_old_ping','35'),(515,'chat_refresh_room','5'),(516,'chat_normal_updatemode','jsupdate'),(517,'chat_serverhost','www.example.com'),(518,'chat_serverip','127.0.0.1'),(519,'chat_serverport','9111'),(520,'chat_servermax','100'),(521,'data_enablerssfeeds','0'),(522,'feedback_allowfullanonymous','0'),(523,'forum_displaymode','3'),(524,'forum_shortpost','300'),(525,'forum_longpost','600'),(526,'forum_manydiscussions','100'),(527,'forum_maxbytes','512000'),(528,'forum_maxattachments','9'),(529,'forum_subscription','0'),(530,'forum_trackingtype','1'),(531,'forum_trackreadposts','1'),(532,'forum_allowforcedreadtracking','0'),(533,'forum_oldpostdays','14'),(534,'forum_usermarksread','0'),(535,'forum_cleanreadtime','2'),(536,'digestmailtime','17'),(537,'forum_enablerssfeeds','0'),(538,'forum_enabletimedposts','1'),(539,'glossary_entbypage','10'),(540,'glossary_dupentries','0'),(541,'glossary_allowcomments','0'),(542,'glossary_linkbydefault','1'),(543,'glossary_defaultapproval','1'),(544,'glossary_enablerssfeeds','0'),(545,'glossary_linkentries','0'),(546,'glossary_casesensitive','0'),(547,'glossary_fullmatch','0'),(548,'block_course_list_adminview','all'),(549,'block_course_list_hideallcourseslink','0'),(550,'block_online_users_timetosee','5'),(551,'block_online_users_onlinestatushiding','1'),(552,'block_rss_client_num_entries','5'),(553,'block_rss_client_timeout','30'),(554,'block_html_allowcssclasses','0'),(555,'pathtounoconv','/usr/bin/unoconv'),(556,'filter_multilang_force_old','0'),(557,'logguests','1'),(558,'loglifetime','0'),(559,'profileroles','5,4,3'),(560,'coursecontact','3'),(561,'frontpage','6'),(562,'frontpageloggedin','6'),(563,'maxcategorydepth','2'),(564,'frontpagecourselimit','200'),(565,'commentsperpage','15'),(566,'defaultfrontpageroleid','8'),(567,'messageinbound_enabled','0'),(568,'messageinbound_mailbox',''),(569,'messageinbound_domain',''),(570,'messageinbound_host',''),(571,'messageinbound_hostssl','ssl'),(572,'messageinbound_hostuser',''),(573,'messageinbound_hostpass',''),(574,'mobilecssurl',''),(575,'webserviceprotocols','rest'),(576,'enablemobilewebservice','1'),(577,'registrationpending','1'); +/*!40000 ALTER TABLE `t_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config_log` +-- + +DROP TABLE IF EXISTS `t_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_conflog_tim_ix` (`timemodified`), + KEY `t_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1903 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config_log` +-- + +LOCK TABLES `t_config_log` WRITE; +/*!40000 ALTER TABLE `t_config_log` DISABLE KEYS */; +INSERT INTO `t_config_log` VALUES (1,0,1734080202,NULL,'enableuserfeedback','0',NULL),(2,0,1734080202,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734080202,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734080202,NULL,'enableoutcomes','0',NULL),(5,0,1734080202,NULL,'usecomments','1',NULL),(6,0,1734080202,NULL,'usetags','1',NULL),(7,0,1734080202,NULL,'enablenotes','1',NULL),(8,0,1734080202,NULL,'enableportfolios','0',NULL),(9,0,1734080202,NULL,'enablewebservices','0',NULL),(10,0,1734080202,NULL,'enablestats','0',NULL),(11,0,1734080202,NULL,'enablerssfeeds','0',NULL),(12,0,1734080202,NULL,'enableblogs','1',NULL),(13,0,1734080202,NULL,'enablecompletion','1',NULL),(14,0,1734080202,NULL,'completiondefault','1',NULL),(15,0,1734080202,NULL,'enableavailability','1',NULL),(16,0,1734080202,NULL,'enableplagiarism','0',NULL),(17,0,1734080202,NULL,'enablebadges','1',NULL),(18,0,1734080202,NULL,'enableglobalsearch','0',NULL),(19,0,1734080202,NULL,'allowstealth','0',NULL),(20,0,1734080202,NULL,'enableanalytics','1',NULL),(21,0,1734080202,'core_competency','enabled','1',NULL),(22,0,1734080202,NULL,'messaging','1',NULL),(23,0,1734080202,NULL,'enablecustomreports','1',NULL),(24,0,1734080202,NULL,'allowemojipicker','1',NULL),(25,0,1734080202,NULL,'userfiltersdefault','realname',NULL),(26,0,1734080202,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734080202,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734080202,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734080202,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734080202,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734080202,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734080202,NULL,'enroladminnewcourse','1',NULL),(33,0,1734080202,NULL,'autologinguests','0',NULL),(34,0,1734080202,NULL,'hiddenuserfields','',NULL),(35,0,1734080202,NULL,'showuseridentity','email',NULL),(36,0,1734080203,NULL,'fullnamedisplay','language',NULL),(37,0,1734080203,NULL,'alternativefullnameformat','language',NULL),(38,0,1734080203,NULL,'maxusersperpage','100',NULL),(39,0,1734080203,NULL,'enablegravatar','0',NULL),(40,0,1734080203,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734080203,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734080203,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),(43,0,1734080203,NULL,'sitepolicy','',NULL),(44,0,1734080203,NULL,'sitepolicyguest','',NULL),(45,0,1734080203,'moodlecourse','visible','1',NULL),(46,0,1734080203,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734080203,'moodlecourse','participantsperpage','20',NULL),(48,0,1734080203,'moodlecourse','format','topics',NULL),(49,0,1734080203,'moodlecourse','maxsections','52',NULL),(50,0,1734080203,'moodlecourse','numsections','4',NULL),(51,0,1734080203,'moodlecourse','hiddensections','1',NULL),(52,0,1734080203,'moodlecourse','coursedisplay','0',NULL),(53,0,1734080203,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734080203,'moodlecourse','courseduration','31536000',NULL),(55,0,1734080203,'moodlecourse','lang','',NULL),(56,0,1734080203,'moodlecourse','newsitems','5',NULL),(57,0,1734080203,'moodlecourse','showgrades','1',NULL),(58,0,1734080203,'moodlecourse','showreports','0',NULL),(59,0,1734080203,'moodlecourse','showactivitydates','1',NULL),(60,0,1734080203,'moodlecourse','maxbytes','0',NULL),(61,0,1734080203,'moodlecourse','enablecompletion','1',NULL),(62,0,1734080203,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734080203,'moodlecourse','groupmode','0',NULL),(64,0,1734080203,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734080203,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734080203,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734080203,NULL,'enablecourserequests','1',NULL),(68,0,1734080203,NULL,'defaultrequestcategory','1',NULL),(69,0,1734080203,NULL,'lockrequestcategory','0',NULL),(70,0,1734080203,NULL,'courserequestnotify','',NULL),(71,0,1734080203,NULL,'activitychoosertabmode','0',NULL),(72,0,1734080203,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734080203,'backup','loglifetime','30',NULL),(74,0,1734080203,'backup','backup_general_users','1',NULL),(75,0,1734080203,'backup','backup_general_users_locked','',NULL),(76,0,1734080203,'backup','backup_general_anonymize','0',NULL),(77,0,1734080203,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734080203,'backup','backup_general_role_assignments','1',NULL),(79,0,1734080203,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734080203,'backup','backup_general_activities','1',NULL),(81,0,1734080203,'backup','backup_general_activities_locked','',NULL),(82,0,1734080203,'backup','backup_general_blocks','1',NULL),(83,0,1734080203,'backup','backup_general_blocks_locked','',NULL),(84,0,1734080203,'backup','backup_general_files','1',NULL),(85,0,1734080203,'backup','backup_general_files_locked','',NULL),(86,0,1734080203,'backup','backup_general_filters','1',NULL),(87,0,1734080204,'backup','backup_general_filters_locked','',NULL),(88,0,1734080204,'backup','backup_general_comments','1',NULL),(89,0,1734080204,'backup','backup_general_comments_locked','',NULL),(90,0,1734080204,'backup','backup_general_badges','1',NULL),(91,0,1734080204,'backup','backup_general_badges_locked','',NULL),(92,0,1734080204,'backup','backup_general_calendarevents','1',NULL),(93,0,1734080204,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734080204,'backup','backup_general_userscompletion','1',NULL),(95,0,1734080204,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734080204,'backup','backup_general_logs','0',NULL),(97,0,1734080204,'backup','backup_general_logs_locked','',NULL),(98,0,1734080204,'backup','backup_general_histories','0',NULL),(99,0,1734080204,'backup','backup_general_histories_locked','',NULL),(100,0,1734080204,'backup','backup_general_questionbank','1',NULL),(101,0,1734080204,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734080204,'backup','backup_general_groups','1',NULL),(103,0,1734080204,'backup','backup_general_groups_locked','',NULL),(104,0,1734080204,'backup','backup_general_competencies','1',NULL),(105,0,1734080204,'backup','backup_general_competencies_locked','',NULL),(106,0,1734080204,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734080204,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734080204,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734080204,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734080204,'backup','import_general_maxresults','10',NULL),(111,0,1734080204,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734080204,'backup','backup_import_permissions','0',NULL),(113,0,1734080204,'backup','backup_import_permissions_locked','',NULL),(114,0,1734080204,'backup','backup_import_activities','1',NULL),(115,0,1734080204,'backup','backup_import_activities_locked','',NULL),(116,0,1734080204,'backup','backup_import_blocks','1',NULL),(117,0,1734080204,'backup','backup_import_blocks_locked','',NULL),(118,0,1734080204,'backup','backup_import_filters','1',NULL),(119,0,1734080204,'backup','backup_import_filters_locked','',NULL),(120,0,1734080204,'backup','backup_import_calendarevents','1',NULL),(121,0,1734080204,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734080204,'backup','backup_import_questionbank','1',NULL),(123,0,1734080204,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734080204,'backup','backup_import_groups','1',NULL),(125,0,1734080204,'backup','backup_import_groups_locked','',NULL),(126,0,1734080204,'backup','backup_import_competencies','1',NULL),(127,0,1734080204,'backup','backup_import_competencies_locked','',NULL),(128,0,1734080204,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734080204,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734080204,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734080204,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734080204,'backup','backup_auto_active','0',NULL),(133,0,1734080204,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734080204,'backup','backup_auto_hour','0',NULL),(135,0,1734080204,'backup','backup_auto_minute','0',NULL),(136,0,1734080204,'backup','backup_auto_storage','0',NULL),(137,0,1734080204,'backup','backup_auto_destination','',NULL),(138,0,1734080204,'backup','backup_auto_max_kept','1',NULL),(139,0,1734080204,'backup','backup_auto_delete_days','0',NULL),(140,0,1734080204,'backup','backup_auto_min_kept','0',NULL),(141,0,1734080204,'backup','backup_shortname','0',NULL),(142,0,1734080204,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734080204,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734080204,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734080204,'backup','backup_auto_users','1',NULL),(146,0,1734080204,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734080204,'backup','backup_auto_activities','1',NULL),(148,0,1734080204,'backup','backup_auto_blocks','1',NULL),(149,0,1734080204,'backup','backup_auto_files','1',NULL),(150,0,1734080204,'backup','backup_auto_filters','1',NULL),(151,0,1734080204,'backup','backup_auto_comments','1',NULL),(152,0,1734080204,'backup','backup_auto_badges','1',NULL),(153,0,1734080204,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734080205,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734080205,'backup','backup_auto_logs','0',NULL),(156,0,1734080205,'backup','backup_auto_histories','0',NULL),(157,0,1734080205,'backup','backup_auto_questionbank','1',NULL),(158,0,1734080205,'backup','backup_auto_groups','1',NULL),(159,0,1734080205,'backup','backup_auto_competencies','1',NULL),(160,0,1734080205,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734080205,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734080205,'restore','restore_general_users','1',NULL),(163,0,1734080205,'restore','restore_general_users_locked','',NULL),(164,0,1734080205,'restore','restore_general_enrolments','1',NULL),(165,0,1734080205,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734080205,'restore','restore_general_role_assignments','1',NULL),(167,0,1734080205,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734080205,'restore','restore_general_permissions','1',NULL),(169,0,1734080205,'restore','restore_general_permissions_locked','',NULL),(170,0,1734080205,'restore','restore_general_activities','1',NULL),(171,0,1734080205,'restore','restore_general_activities_locked','',NULL),(172,0,1734080205,'restore','restore_general_blocks','1',NULL),(173,0,1734080205,'restore','restore_general_blocks_locked','',NULL),(174,0,1734080205,'restore','restore_general_filters','1',NULL),(175,0,1734080205,'restore','restore_general_filters_locked','',NULL),(176,0,1734080205,'restore','restore_general_comments','1',NULL),(177,0,1734080205,'restore','restore_general_comments_locked','',NULL),(178,0,1734080205,'restore','restore_general_badges','1',NULL),(179,0,1734080205,'restore','restore_general_badges_locked','',NULL),(180,0,1734080205,'restore','restore_general_calendarevents','1',NULL),(181,0,1734080205,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734080205,'restore','restore_general_userscompletion','1',NULL),(183,0,1734080205,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734080205,'restore','restore_general_logs','1',NULL),(185,0,1734080205,'restore','restore_general_logs_locked','',NULL),(186,0,1734080205,'restore','restore_general_histories','1',NULL),(187,0,1734080205,'restore','restore_general_histories_locked','',NULL),(188,0,1734080205,'restore','restore_general_groups','1',NULL),(189,0,1734080205,'restore','restore_general_groups_locked','',NULL),(190,0,1734080205,'restore','restore_general_competencies','1',NULL),(191,0,1734080205,'restore','restore_general_competencies_locked','',NULL),(192,0,1734080205,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734080205,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734080205,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734080205,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734080205,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734080205,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734080205,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734080205,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734080205,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734080205,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734080205,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734080205,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734080205,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734080205,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734080205,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734080205,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734080205,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734080205,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734080205,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734080205,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734080205,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734080205,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734080205,NULL,'enableasyncbackup','0',NULL),(217,0,1734080205,'backup','backup_async_message_users','0',NULL),(218,0,1734080205,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734080206,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734080206,NULL,'grade_profilereport','user',NULL),(221,0,1734080206,NULL,'grade_aggregationposition','1',NULL),(222,0,1734080206,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734080206,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734080206,NULL,'gradepublishing','0',NULL),(225,0,1734080206,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734080206,NULL,'grade_export_displaytype','1',NULL),(227,0,1734080206,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734080206,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734080206,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734080206,NULL,'recovergradesdefault','0',NULL),(231,0,1734080206,NULL,'gradeexport','',NULL),(232,0,1734080206,NULL,'unlimitedgrades','0',NULL),(233,0,1734080206,NULL,'grade_report_showmin','1',NULL),(234,0,1734080206,NULL,'gradepointmax','100',NULL),(235,0,1734080206,NULL,'gradepointdefault','100',NULL),(236,0,1734080206,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734080206,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734080206,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734080206,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734080206,NULL,'grade_aggregation','13',NULL),(241,0,1734080206,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734080206,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734080206,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734080206,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734080206,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734080206,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734080206,NULL,'grade_keephigh','0',NULL),(248,0,1734080206,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734080206,NULL,'grade_droplow','0',NULL),(250,0,1734080206,NULL,'grade_droplow_flag','2',NULL),(251,0,1734080206,NULL,'grade_overridecat','1',NULL),(252,0,1734080206,NULL,'grade_displaytype','1',NULL),(253,0,1734080206,NULL,'grade_decimalpoints','2',NULL),(254,0,1734080206,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734080206,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734080206,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734080206,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734080206,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734080206,NULL,'grade_report_meanselection','1',NULL),(260,0,1734080206,NULL,'grade_report_enableajax','0',NULL),(261,0,1734080206,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734080206,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734080206,NULL,'grade_report_showaverages','1',NULL),(264,0,1734080206,NULL,'grade_report_showlocks','0',NULL),(265,0,1734080206,NULL,'grade_report_showranges','0',NULL),(266,0,1734080206,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734080206,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734080206,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734080206,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734080206,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734080206,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734080206,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734080206,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734080206,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734080206,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734080206,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734080206,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734080206,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734080206,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734080206,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734080206,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734080206,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734080207,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734080207,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734080207,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734080207,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734080207,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734080207,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734080207,'analytics','modeinstruction','',NULL),(290,0,1734080207,'analytics','percentonline','0',NULL),(291,0,1734080207,'analytics','typeinstitution','',NULL),(292,0,1734080207,'analytics','levelinstitution','',NULL),(293,0,1734080207,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734080207,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734080207,'analytics','modeloutputdir','',NULL),(296,0,1734080207,'analytics','onlycli','1',NULL),(297,0,1734080207,'analytics','modeltimelimit','1200',NULL),(298,0,1734080207,'analytics','calclifetime','35',NULL),(299,0,1734080207,NULL,'badges_defaultissuername','',NULL),(300,0,1734080207,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734080207,NULL,'badges_badgesalt','badges1734080173',NULL),(302,0,1734080207,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734080207,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734080207,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734080207,NULL,'timezone','Australia/Perth',NULL),(306,0,1734080208,NULL,'forcetimezone','99',NULL),(307,0,1734080208,NULL,'country','0',NULL),(308,0,1734080208,NULL,'defaultcity','',NULL),(309,0,1734080208,NULL,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734080208,NULL,'googlemapkey3','',NULL),(311,0,1734080208,NULL,'allcountrycodes','',NULL),(312,0,1734080208,NULL,'autolang','1',NULL),(313,0,1734080208,NULL,'lang','en',NULL),(314,0,1734080208,NULL,'autolangusercreation','1',NULL),(315,0,1734080208,NULL,'langmenu','1',NULL),(316,0,1734080208,NULL,'langlist','',NULL),(317,0,1734080208,NULL,'langcache','1',NULL),(318,0,1734080208,NULL,'langstringcache','1',NULL),(319,0,1734080208,NULL,'locale','',NULL),(320,0,1734080208,NULL,'latinexcelexport','0',NULL),(321,0,1734080208,NULL,'messagingallusers','0',NULL),(322,0,1734080208,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734080208,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734080208,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734080208,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734080208,NULL,'requiremodintro','0',NULL),(327,0,1734080208,'antivirus','notifyemail','',NULL),(328,0,1734080208,'antivirus','notifylevel','2',NULL),(329,0,1734080208,'antivirus','threshold','1200',NULL),(330,0,1734080208,'antivirus','enablequarantine','0',NULL),(331,0,1734080208,'antivirus','quarantinetime','2419200',NULL),(332,0,1734080208,NULL,'registerauth','',NULL),(333,0,1734080208,NULL,'authloginviaemail','0',NULL),(334,0,1734080208,NULL,'allowaccountssameemail','0',NULL),(335,0,1734080208,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734080208,NULL,'loginpageautofocus','0',NULL),(337,0,1734080208,NULL,'guestloginbutton','1',NULL),(338,0,1734080208,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734080208,NULL,'alternateloginurl','',NULL),(340,0,1734080208,NULL,'forgottenpasswordurl','',NULL),(341,0,1734080208,NULL,'auth_instructions','',NULL),(342,0,1734080208,NULL,'allowemailaddresses','',NULL),(343,0,1734080208,NULL,'denyemailaddresses','',NULL),(344,0,1734080208,NULL,'verifychangedemail','1',NULL),(345,0,1734080208,NULL,'recaptchapublickey','',NULL),(346,0,1734080208,NULL,'recaptchaprivatekey','',NULL),(347,0,1734080208,'cachestore_apcu','testperformance','0',NULL),(348,0,1734080208,'cachestore_memcached','testservers','',NULL),(349,0,1734080208,'cachestore_mongodb','testserver','',NULL),(350,0,1734080208,'cachestore_redis','test_server','',NULL),(351,0,1734080208,'cachestore_redis','test_password','',NULL),(352,0,1734080208,'cachestore_redis','test_serializer','1',NULL),(353,0,1734080208,'cachestore_redis','test_ttl','0',NULL),(354,0,1734080209,NULL,'filteruploadedfiles','0',NULL),(355,0,1734080209,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734080209,NULL,'filtermatchonepertext','0',NULL),(357,0,1734080209,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734080209,NULL,'media_default_width','640',NULL),(359,0,1734080209,NULL,'media_default_height','360',NULL),(360,0,1734080209,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734080209,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734080209,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734080209,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734080209,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734080209,'question_preview','correctness','1',NULL),(366,0,1734080209,'question_preview','marks','2',NULL),(367,0,1734080209,'question_preview','markdp','2',NULL),(368,0,1734080209,'question_preview','feedback','1',NULL),(369,0,1734080209,'question_preview','generalfeedback','1',NULL),(370,0,1734080209,'question_preview','rightanswer','1',NULL),(371,0,1734080209,'question_preview','history','0',NULL),(372,0,1734080209,NULL,'repositorycacheexpire','120',NULL),(373,0,1734080209,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734080209,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734080209,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734080209,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734080209,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734080209,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734080209,NULL,'searchengine','simpledb',NULL),(380,0,1734080209,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734080209,NULL,'searchindextime','600',NULL),(382,0,1734080209,NULL,'searchallavailablecourses','0',NULL),(383,0,1734080209,NULL,'searchincludeallcourses','0',NULL),(384,0,1734080209,NULL,'searchenablecategories','0',NULL),(385,0,1734080209,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734080209,NULL,'searchhideallcategory','0',NULL),(387,0,1734080209,NULL,'searchmaxtopresults','3',NULL),(388,0,1734080209,NULL,'searchteacherroles','',NULL),(389,0,1734080209,NULL,'searchenginequeryonly','',NULL),(390,0,1734080209,NULL,'searchbannerenable','0',NULL),(391,0,1734080209,NULL,'searchbanner','',NULL),(392,0,1734080209,NULL,'allowbeforeblock','0',NULL),(393,0,1734080209,NULL,'allowedip','',NULL),(394,0,1734080209,NULL,'blockedip','',NULL),(395,0,1734080209,NULL,'protectusernames','1',NULL),(396,0,1734080209,NULL,'forcelogin','0',NULL),(397,0,1734080209,NULL,'forceloginforprofiles','1',NULL),(398,0,1734080209,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734080209,NULL,'opentowebcrawlers','0',NULL),(400,0,1734080209,NULL,'allowindexing','0',NULL),(401,0,1734080209,NULL,'maxbytes','0',NULL),(402,0,1734080209,NULL,'userquota','104857600',NULL),(403,0,1734080209,NULL,'allowobjectembed','0',NULL),(404,0,1734080209,NULL,'enabletrusttext','0',NULL),(405,0,1734080209,NULL,'maxeditingtime','1800',NULL),(406,0,1734080209,NULL,'extendedusernamechars','0',NULL),(407,0,1734080209,NULL,'keeptagnamecase','1',NULL),(408,0,1734080209,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734080209,NULL,'cronclionly','1',NULL),(410,0,1734080209,NULL,'cronremotepassword','',NULL),(411,0,1734080209,'tool_task','enablerunnow','1',NULL),(412,0,1734080209,NULL,'lockoutthreshold','0',NULL),(413,0,1734080209,NULL,'lockoutwindow','1800',NULL),(414,0,1734080209,NULL,'lockoutduration','1800',NULL),(415,0,1734080210,NULL,'passwordpolicy','1',NULL),(416,0,1734080210,NULL,'minpasswordlength','8',NULL),(417,0,1734080210,NULL,'minpassworddigits','1',NULL),(418,0,1734080210,NULL,'minpasswordlower','1',NULL),(419,0,1734080210,NULL,'minpasswordupper','1',NULL),(420,0,1734080210,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734080210,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734080210,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734080210,NULL,'passwordreuselimit','0',NULL),(424,0,1734080210,NULL,'pwresettime','1800',NULL),(425,0,1734080210,NULL,'passwordchangelogout','0',NULL),(426,0,1734080210,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734080210,NULL,'tokenduration','7257600',NULL),(428,0,1734080210,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734080210,NULL,'disableuserimages','0',NULL),(430,0,1734080210,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734080210,NULL,'rememberusername','2',NULL),(432,0,1734080210,NULL,'strictformsrequired','0',NULL),(433,0,1734080210,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734080210,NULL,'cookiesecure','1',NULL),(435,0,1734080210,NULL,'cookiehttponly','0',NULL),(436,0,1734080210,NULL,'allowframembedding','0',NULL),(437,0,1734080210,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734080210,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734080210,NULL,'referrerpolicy','default',NULL),(440,0,1734080210,NULL,'displayloginfailures','0',NULL),(441,0,1734080210,NULL,'notifyloginfailures','',NULL),(442,0,1734080210,NULL,'notifyloginthreshold','10',NULL),(443,0,1734080210,NULL,'themelist','',NULL),(444,0,1734080210,NULL,'themedesignermode','0',NULL),(445,0,1734080210,NULL,'allowuserthemes','0',NULL),(446,0,1734080210,NULL,'allowcoursethemes','0',NULL),(447,0,1734080210,NULL,'allowcategorythemes','0',NULL),(448,0,1734080210,NULL,'allowcohortthemes','0',NULL),(449,0,1734080210,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734080210,NULL,'allowuserblockhiding','1',NULL),(451,0,1734080210,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734080210,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734080210,NULL,'custommenuitems','',NULL),(454,0,1734080210,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),(455,0,1734080210,NULL,'enabledevicedetection','1',NULL),(456,0,1734080210,NULL,'devicedetectregex','[]',NULL),(457,0,1734080210,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734080210,'theme_boost','preset','default.scss',NULL),(459,0,1734080210,'theme_boost','presetfiles','',NULL),(460,0,1734080210,'theme_boost','backgroundimage','',NULL),(461,0,1734080210,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734080210,'theme_boost','brandcolor','',NULL),(463,0,1734080210,'theme_boost','scsspre','',NULL),(464,0,1734080210,'theme_boost','scss','',NULL),(465,0,1734080210,'theme_classic','navbardark','0',NULL),(466,0,1734080210,'theme_classic','unaddableblocks','',NULL),(467,0,1734080210,'theme_classic','preset','default.scss',NULL),(468,0,1734080210,'theme_classic','presetfiles','',NULL),(469,0,1734080210,'theme_classic','backgroundimage','',NULL),(470,0,1734080210,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734080210,'theme_classic','brandcolor','',NULL),(472,0,1734080210,'theme_classic','scsspre','',NULL),(473,0,1734080210,'theme_classic','scss','',NULL),(474,0,1734080210,'core_admin','logo','',NULL),(475,0,1734080210,'core_admin','logocompact','',NULL),(476,0,1734080210,'core_admin','favicon','',NULL),(477,0,1734080211,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734080211,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734080211,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734080211,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734080211,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734080211,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734080211,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734080211,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734080211,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734080211,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734080211,NULL,'calendartype','gregorian',NULL),(488,0,1734080211,NULL,'calendar_adminseesall','0',NULL),(489,0,1734080211,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734080211,NULL,'calendar_startwday','1',NULL),(491,0,1734080211,NULL,'calendar_weekend','65',NULL),(492,0,1734080211,NULL,'calendar_lookahead','21',NULL),(493,0,1734080211,NULL,'calendar_maxevents','10',NULL),(494,0,1734080211,NULL,'enablecalendarexport','1',NULL),(495,0,1734080211,NULL,'calendar_customexport','1',NULL),(496,0,1734080211,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734080211,NULL,'calendar_exportlookback','5',NULL),(498,0,1734080211,NULL,'calendar_exportsalt','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK',NULL),(499,0,1734080211,NULL,'calendar_showicalsource','1',NULL),(500,0,1734080211,NULL,'useblogassociations','1',NULL),(501,0,1734080211,NULL,'bloglevel','4',NULL),(502,0,1734080211,NULL,'useexternalblogs','1',NULL),(503,0,1734080211,NULL,'externalblogcrontime','86400',NULL),(504,0,1734080211,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734080211,NULL,'blogusecomments','1',NULL),(506,0,1734080211,NULL,'blogshowcommentscount','1',NULL),(507,0,1734080211,NULL,'enabledashboard','1',NULL),(508,0,1734080211,NULL,'defaulthomepage','3',NULL),(509,0,1734080211,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734080211,NULL,'navshowcategories','1',NULL),(511,0,1734080211,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734080211,NULL,'navshowallcourses','0',NULL),(513,0,1734080211,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734080211,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734080211,NULL,'navcourselimit','10',NULL),(516,0,1734080211,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734080211,NULL,'linkadmincategories','1',NULL),(518,0,1734080211,NULL,'linkcoursesections','1',NULL),(519,0,1734080211,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734080211,NULL,'navadduserpostslinks','1',NULL),(521,0,1734080211,NULL,'sitenameintitle','shortname',NULL),(522,0,1734080211,NULL,'formatstringstriptags','1',NULL),(523,0,1734080211,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),(524,0,1734080211,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734080211,NULL,'doclang','',NULL),(526,0,1734080211,NULL,'doctonewwindow','0',NULL),(527,0,1734080211,NULL,'coursecontactduplicates','0',NULL),(528,0,1734080211,NULL,'courselistshortnames','0',NULL),(529,0,1734080211,NULL,'coursesperpage','20',NULL),(530,0,1734080211,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734080211,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734080211,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734080211,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734080211,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734080211,NULL,'useexternalyui','0',NULL),(536,0,1734080211,NULL,'yuicomboloading','1',NULL),(537,0,1734080212,NULL,'cachejs','1',NULL),(538,0,1734080212,NULL,'additionalhtmlhead','',NULL),(539,0,1734080212,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734080212,NULL,'additionalhtmlfooter','',NULL),(541,0,1734080212,NULL,'cachetemplates','1',NULL),(542,0,1734080212,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734080212,NULL,'pathtodu','',NULL),(544,0,1734080212,NULL,'aspellpath','',NULL),(545,0,1734080212,NULL,'pathtodot','',NULL),(546,0,1734080212,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734080212,NULL,'pathtopdftoppm','',NULL),(548,0,1734080212,NULL,'pathtopython','',NULL),(549,0,1734080212,NULL,'supportname','Admin User',NULL),(550,0,1734080212,NULL,'supportpage','',NULL),(551,0,1734080212,NULL,'supportavailability','1',NULL),(552,0,1734080212,NULL,'dbsessions','0',NULL),(553,0,1734080212,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734080212,NULL,'sessioncookie','',NULL),(555,0,1734080212,NULL,'sessioncookiepath','',NULL),(556,0,1734080212,NULL,'sessioncookiedomain','',NULL),(557,0,1734080212,NULL,'statsfirstrun','none',NULL),(558,0,1734080212,NULL,'statsmaxruntime','0',NULL),(559,0,1734080212,NULL,'statsruntimedays','31',NULL),(560,0,1734080212,NULL,'statsuserthreshold','0',NULL),(561,0,1734080212,NULL,'slasharguments','1',NULL),(562,0,1734080212,NULL,'getremoteaddrconf','3',NULL),(563,0,1734080212,NULL,'reverseproxyignore','',NULL),(564,0,1734080212,NULL,'proxyhost','',NULL),(565,0,1734080212,NULL,'proxyport','0',NULL),(566,0,1734080212,NULL,'proxytype','HTTP',NULL),(567,0,1734080212,NULL,'proxyuser','',NULL),(568,0,1734080212,NULL,'proxypassword','',NULL),(569,0,1734080212,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734080212,NULL,'proxylogunsafe','0',NULL),(571,0,1734080212,NULL,'proxyfixunsafe','0',NULL),(572,0,1734080212,NULL,'maintenance_enabled','0',NULL),(573,0,1734080212,NULL,'maintenance_message','',NULL),(574,0,1734080212,NULL,'deleteunconfirmed','168',NULL),(575,0,1734080212,NULL,'deleteincompleteusers','0',NULL),(576,0,1734080212,NULL,'disablegradehistory','0',NULL),(577,0,1734080212,NULL,'gradehistorylifetime','0',NULL),(578,0,1734080212,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734080212,NULL,'filescleanupperiod','86400',NULL),(580,0,1734080212,NULL,'extramemorylimit','512M',NULL),(581,0,1734080212,NULL,'maxtimelimit','0',NULL),(582,0,1734080212,NULL,'curlcache','120',NULL),(583,0,1734080212,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734080212,NULL,'cron_enabled','1',NULL),(585,0,1734080212,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734080212,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734080212,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734080212,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734080213,NULL,'task_logmode','1',NULL),(590,0,1734080213,NULL,'task_logtostdout','1',NULL),(591,0,1734080213,NULL,'task_logretention','2419200',NULL),(592,0,1734080213,NULL,'task_logretainruns','20',NULL),(593,0,1734080213,NULL,'smtphosts','',NULL),(594,0,1734080213,NULL,'smtpsecure','',NULL),(595,0,1734080213,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734080213,NULL,'smtpuser','',NULL),(597,0,1734080213,NULL,'smtppass','',NULL),(598,0,1734080213,NULL,'smtpmaxbulk','1',NULL),(599,0,1734080213,NULL,'noreplyaddress','noreply@www.example.com',NULL),(600,0,1734080213,NULL,'allowedemaildomains','',NULL),(601,0,1734080213,NULL,'divertallemailsto','',NULL),(602,0,1734080213,NULL,'divertallemailsexcept','',NULL),(603,0,1734080213,NULL,'emaildkimselector','',NULL),(604,0,1734080213,NULL,'sitemailcharset','0',NULL),(605,0,1734080213,NULL,'allowusermailcharset','0',NULL),(606,0,1734080213,NULL,'allowattachments','1',NULL),(607,0,1734080213,NULL,'mailnewline','LF',NULL),(608,0,1734080213,NULL,'emailfromvia','1',NULL),(609,0,1734080213,NULL,'emailsubjectprefix','',NULL),(610,0,1734080213,NULL,'emailheaders','',NULL),(611,0,1734080213,NULL,'updateautocheck','1',NULL),(612,0,1734080213,NULL,'updateminmaturity','200',NULL),(613,0,1734080213,NULL,'updatenotifybuilds','0',NULL),(614,0,1734080213,NULL,'enablewsdocumentation','0',NULL),(615,0,1734080213,NULL,'customreportslimit','0',NULL),(616,0,1734080213,NULL,'customreportsliveediting','1',NULL),(617,0,1734080213,NULL,'dndallowtextandlinks','0',NULL),(618,0,1734080213,NULL,'pathtosassc','',NULL),(619,0,1734080213,NULL,'contextlocking','0',NULL),(620,0,1734080213,NULL,'contextlockappliestoadmin','1',NULL),(621,0,1734080213,NULL,'forceclean','0',NULL),(622,0,1734080213,NULL,'enablecourserelativedates','0',NULL),(623,0,1734080213,NULL,'debug','0','32767'),(624,0,1734080213,NULL,'debugdisplay','0','1'),(625,0,1734080213,NULL,'perfdebug','7',NULL),(626,0,1734080213,NULL,'debugstringids','0',NULL),(627,0,1734080213,NULL,'debugsqltrace','0',NULL),(628,0,1734080213,NULL,'debugvalidators','0',NULL),(629,0,1734080213,NULL,'debugpageinfo','0',NULL),(630,0,1734080213,NULL,'profilingenabled','0',NULL),(631,0,1734080213,NULL,'profilingincluded','',NULL),(632,0,1734080213,NULL,'profilingexcluded','',NULL),(633,0,1734080213,NULL,'profilingautofrec','0',NULL),(634,0,1734080213,NULL,'profilingallowme','0',NULL),(635,0,1734080213,NULL,'profilingallowall','0',NULL),(636,0,1734080213,NULL,'profilingslow','0',NULL),(637,0,1734080213,NULL,'profilinglifetime','1440',NULL),(638,0,1734080213,NULL,'profilingimportprefix','(I)',NULL),(639,0,1734080219,'core_competency','pushcourseratingstouserplans','1',NULL),(640,0,1734080221,NULL,'calendar_exportsalt','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK'),(641,0,1734080221,NULL,'defaulthomepage','1','3'),(642,0,1734080221,NULL,'allowguestmymoodle','1',NULL),(643,0,1734080221,NULL,'pathtophp','','/usr/local/bin/php'),(644,0,1734080222,NULL,'debug','0','32767'),(645,0,1734080222,NULL,'debugdisplay','0','1'),(646,0,1734080229,NULL,'calendar_exportsalt','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL'),(647,0,1734080229,NULL,'pathtophp','','/usr/local/bin/php'),(648,0,1734080230,NULL,'debug','0','32767'),(649,0,1734080230,NULL,'debugdisplay','0','1'),(650,0,1734080307,'activitynames','filter_active','1',''),(651,0,1734080307,'core_filter','order','activitynames','activitynames'),(652,0,1734080307,'displayh5p','filter_active','1',''),(653,0,1734080307,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(654,0,1734080308,'emoticon','filter_active','1',''),(655,0,1734080308,'mathjaxloader','filter_active','1',''),(656,0,1734080308,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(657,0,1734080308,'mediaplugin','filter_active','1',''),(658,0,1734080309,'urltolink','filter_active','1',''),(659,0,1734080309,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(660,0,1734080309,'tiny','editor_visibility','1','0'),(661,2,1734080384,NULL,'enableaccessibilitytools','1',NULL),(662,2,1734080384,'tool_moodlenet','enablemoodlenet','1',NULL),(663,2,1734080384,NULL,'notloggedinroleid','6',NULL),(664,2,1734080384,NULL,'guestroleid','6',NULL),(665,2,1734080384,NULL,'defaultuserroleid','7',NULL),(666,2,1734080384,NULL,'creatornewroleid','3',NULL),(667,2,1734080384,NULL,'restorernewroleid','3',NULL),(668,2,1734080384,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(669,2,1734080384,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(670,2,1734080384,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(671,2,1734080384,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(672,2,1734080384,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(673,2,1734080384,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(674,2,1734080384,'tool_dataprivacy','showdataretentionsummary','1',NULL),(675,2,1734080384,'tool_log','exportlog','1',NULL),(676,2,1734080384,NULL,'sitepolicyhandler','',NULL),(677,2,1734080385,NULL,'gradebookroles','5',NULL),(678,2,1734080385,'analytics','logstore','logstore_standard',NULL),(679,2,1734080385,NULL,'h5plibraryhandler','h5plib_v124',NULL),(680,2,1734080386,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(681,2,1734080386,NULL,'airnotifierport','443',NULL),(682,2,1734080386,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(683,2,1734080386,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(684,2,1734080386,NULL,'airnotifieraccesskey','',NULL),(685,2,1734080386,'message_airnotifier','encryptnotifications','0',NULL),(686,2,1734080386,'message_airnotifier','encryptprocessing','0',NULL),(687,2,1734080386,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(688,2,1734080386,'assign','showrecentsubmissions','0',NULL),(689,2,1734080386,'assign','submissionreceipts','1',NULL),(690,2,1734080386,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(691,2,1734080386,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(692,2,1734080386,'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),(693,2,1734080386,'assign','maxperpage','-1',NULL),(694,2,1734080386,'assign','alwaysshowdescription','1',NULL),(695,2,1734080386,'assign','alwaysshowdescription_adv','',NULL),(696,2,1734080387,'assign','alwaysshowdescription_locked','',NULL),(697,2,1734080387,'assign','allowsubmissionsfromdate','0',NULL),(698,2,1734080387,'assign','allowsubmissionsfromdate_enabled','1',NULL),(699,2,1734080387,'assign','allowsubmissionsfromdate_adv','',NULL),(700,2,1734080387,'assign','duedate','604800',NULL),(701,2,1734080387,'assign','duedate_enabled','1',NULL),(702,2,1734080387,'assign','duedate_adv','',NULL),(703,2,1734080387,'assign','cutoffdate','1209600',NULL),(704,2,1734080387,'assign','cutoffdate_enabled','',NULL),(705,2,1734080387,'assign','cutoffdate_adv','',NULL),(706,2,1734080387,'assign','enabletimelimit','0',NULL),(707,2,1734080387,'assign','gradingduedate','1209600',NULL),(708,2,1734080387,'assign','gradingduedate_enabled','1',NULL),(709,2,1734080387,'assign','gradingduedate_adv','',NULL),(710,2,1734080387,'assign','submissiondrafts','0',NULL),(711,2,1734080387,'assign','submissiondrafts_adv','',NULL),(712,2,1734080387,'assign','submissiondrafts_locked','',NULL),(713,2,1734080387,'assign','requiresubmissionstatement','0',NULL),(714,2,1734080387,'assign','requiresubmissionstatement_adv','',NULL),(715,2,1734080387,'assign','requiresubmissionstatement_locked','',NULL),(716,2,1734080387,'assign','attemptreopenmethod','none',NULL),(717,2,1734080387,'assign','attemptreopenmethod_adv','',NULL),(718,2,1734080387,'assign','attemptreopenmethod_locked','',NULL),(719,2,1734080387,'assign','maxattempts','-1',NULL),(720,2,1734080387,'assign','maxattempts_adv','',NULL),(721,2,1734080387,'assign','maxattempts_locked','',NULL),(722,2,1734080387,'assign','teamsubmission','0',NULL),(723,2,1734080387,'assign','teamsubmission_adv','',NULL),(724,2,1734080387,'assign','teamsubmission_locked','',NULL),(725,2,1734080387,'assign','preventsubmissionnotingroup','0',NULL),(726,2,1734080387,'assign','preventsubmissionnotingroup_adv','',NULL),(727,2,1734080387,'assign','preventsubmissionnotingroup_locked','',NULL),(728,2,1734080387,'assign','requireallteammemberssubmit','0',NULL),(729,2,1734080387,'assign','requireallteammemberssubmit_adv','',NULL),(730,2,1734080387,'assign','requireallteammemberssubmit_locked','',NULL),(731,2,1734080387,'assign','teamsubmissiongroupingid','',NULL),(732,2,1734080387,'assign','teamsubmissiongroupingid_adv','',NULL),(733,2,1734080387,'assign','sendnotifications','0',NULL),(734,2,1734080387,'assign','sendnotifications_adv','',NULL),(735,2,1734080387,'assign','sendnotifications_locked','',NULL),(736,2,1734080387,'assign','sendlatenotifications','0',NULL),(737,2,1734080387,'assign','sendlatenotifications_adv','',NULL),(738,2,1734080387,'assign','sendlatenotifications_locked','',NULL),(739,2,1734080387,'assign','sendstudentnotifications','1',NULL),(740,2,1734080387,'assign','sendstudentnotifications_adv','',NULL),(741,2,1734080387,'assign','sendstudentnotifications_locked','',NULL),(742,2,1734080387,'assign','blindmarking','0',NULL),(743,2,1734080387,'assign','blindmarking_adv','',NULL),(744,2,1734080387,'assign','blindmarking_locked','',NULL),(745,2,1734080387,'assign','hidegrader','0',NULL),(746,2,1734080387,'assign','hidegrader_adv','',NULL),(747,2,1734080387,'assign','hidegrader_locked','',NULL),(748,2,1734080387,'assign','markingworkflow','0',NULL),(749,2,1734080387,'assign','markingworkflow_adv','',NULL),(750,2,1734080387,'assign','markingworkflow_locked','',NULL),(751,2,1734080387,'assign','markingallocation','0',NULL),(752,2,1734080387,'assign','markingallocation_adv','',NULL),(753,2,1734080387,'assign','markingallocation_locked','',NULL),(754,2,1734080387,'assignsubmission_file','default','1',NULL),(755,2,1734080387,'assignsubmission_file','maxfiles','20',NULL),(756,2,1734080387,'assignsubmission_file','filetypes','',NULL),(757,2,1734080387,'assignsubmission_file','maxbytes','0',NULL),(758,2,1734080388,'assignsubmission_onlinetext','default','0',NULL),(759,2,1734080388,'assignfeedback_comments','default','1',NULL),(760,2,1734080388,'assignfeedback_comments','inline','0',NULL),(761,2,1734080388,'assignfeedback_comments','inline_adv','',NULL),(762,2,1734080388,'assignfeedback_comments','inline_locked','',NULL),(763,2,1734080388,'assignfeedback_editpdf','default','1',NULL),(764,2,1734080388,'assignfeedback_editpdf','stamps','',NULL),(765,2,1734080388,'assignfeedback_file','default','0',NULL),(766,2,1734080388,'assignfeedback_offline','default','0',NULL),(767,2,1734080388,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(768,2,1734080388,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(769,2,1734080388,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(770,2,1734080388,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(771,2,1734080388,NULL,'bigbluebuttonbn_welcome_default','',NULL),(772,2,1734080388,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(773,2,1734080388,NULL,'bigbluebuttonbn_recording_default','1',NULL),(774,2,1734080388,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(775,2,1734080388,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(776,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(777,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(778,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(779,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(780,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(781,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(782,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(783,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(784,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(785,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(786,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(787,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(788,2,1734080388,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(789,2,1734080388,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(790,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(791,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(792,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(793,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(794,2,1734080388,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(795,2,1734080389,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(796,2,1734080389,'mod_bigbluebuttonbn','presentationdefault','',NULL),(797,2,1734080389,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(798,2,1734080389,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(799,2,1734080389,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(800,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(801,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(802,2,1734080389,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(803,2,1734080389,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(804,2,1734080389,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(805,2,1734080389,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(806,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(807,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(808,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(809,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(810,2,1734080389,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(811,2,1734080389,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(812,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(813,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(814,2,1734080389,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(815,2,1734080389,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(816,2,1734080389,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(817,2,1734080389,'book','numberingoptions','0,1,2,3',NULL),(818,2,1734080389,'book','numbering','1',NULL),(819,2,1734080389,NULL,'chat_method','ajax',NULL),(820,2,1734080389,NULL,'chat_refresh_userlist','10',NULL),(821,2,1734080389,NULL,'chat_old_ping','35',NULL),(822,2,1734080389,NULL,'chat_refresh_room','5',NULL),(823,2,1734080389,NULL,'chat_normal_updatemode','jsupdate',NULL),(824,2,1734080389,NULL,'chat_serverhost','www.example.com',NULL),(825,2,1734080389,NULL,'chat_serverip','127.0.0.1',NULL),(826,2,1734080389,NULL,'chat_serverport','9111',NULL),(827,2,1734080389,NULL,'chat_servermax','100',NULL),(828,2,1734080389,NULL,'data_enablerssfeeds','0',NULL),(829,2,1734080389,NULL,'feedback_allowfullanonymous','0',NULL),(830,2,1734080389,'resource','framesize','130',NULL),(831,2,1734080389,'resource','displayoptions','0,1,4,5,6',NULL),(832,2,1734080389,'resource','printintro','1',NULL),(833,2,1734080389,'resource','display','0',NULL),(834,2,1734080389,'resource','showsize','0',NULL),(835,2,1734080389,'resource','showtype','0',NULL),(836,2,1734080389,'resource','showdate','0',NULL),(837,2,1734080389,'resource','popupwidth','620',NULL),(838,2,1734080389,'resource','popupheight','450',NULL),(839,2,1734080389,'resource','filterfiles','0',NULL),(840,2,1734080390,'folder','showexpanded','1',NULL),(841,2,1734080390,'folder','maxsizetodownload','0',NULL),(842,2,1734080390,NULL,'forum_displaymode','3',NULL),(843,2,1734080390,NULL,'forum_shortpost','300',NULL),(844,2,1734080390,NULL,'forum_longpost','600',NULL),(845,2,1734080390,NULL,'forum_manydiscussions','100',NULL),(846,2,1734080390,NULL,'forum_maxbytes','512000',NULL),(847,2,1734080390,NULL,'forum_maxattachments','9',NULL),(848,2,1734080390,NULL,'forum_subscription','0',NULL),(849,2,1734080390,NULL,'forum_trackingtype','1',NULL),(850,2,1734080390,NULL,'forum_trackreadposts','1',NULL),(851,2,1734080390,NULL,'forum_allowforcedreadtracking','0',NULL),(852,2,1734080390,NULL,'forum_oldpostdays','14',NULL),(853,2,1734080390,NULL,'forum_usermarksread','0',NULL),(854,2,1734080390,NULL,'forum_cleanreadtime','2',NULL),(855,2,1734080390,NULL,'digestmailtime','17',NULL),(856,2,1734080390,NULL,'forum_enablerssfeeds','0',NULL),(857,2,1734080390,NULL,'forum_enabletimedposts','1',NULL),(858,2,1734080390,NULL,'glossary_entbypage','10',NULL),(859,2,1734080390,NULL,'glossary_dupentries','0',NULL),(860,2,1734080390,NULL,'glossary_allowcomments','0',NULL),(861,2,1734080390,NULL,'glossary_linkbydefault','1',NULL),(862,2,1734080390,NULL,'glossary_defaultapproval','1',NULL),(863,2,1734080390,NULL,'glossary_enablerssfeeds','0',NULL),(864,2,1734080390,NULL,'glossary_linkentries','0',NULL),(865,2,1734080390,NULL,'glossary_casesensitive','0',NULL),(866,2,1734080390,NULL,'glossary_fullmatch','0',NULL),(867,2,1734080390,'imscp','keepold','1',NULL),(868,2,1734080390,'imscp','keepold_adv','',NULL),(869,2,1734080390,'mod_lesson','mediafile','',NULL),(870,2,1734080390,'mod_lesson','mediafile_adv','1',NULL),(871,2,1734080390,'mod_lesson','mediawidth','640',NULL),(872,2,1734080390,'mod_lesson','mediaheight','480',NULL),(873,2,1734080390,'mod_lesson','mediaclose','0',NULL),(874,2,1734080390,'mod_lesson','progressbar','0',NULL),(875,2,1734080390,'mod_lesson','progressbar_adv','',NULL),(876,2,1734080390,'mod_lesson','ongoing','0',NULL),(877,2,1734080390,'mod_lesson','ongoing_adv','1',NULL),(878,2,1734080390,'mod_lesson','displayleftmenu','0',NULL),(879,2,1734080390,'mod_lesson','displayleftmenu_adv','',NULL),(880,2,1734080390,'mod_lesson','displayleftif','0',NULL),(881,2,1734080390,'mod_lesson','displayleftif_adv','1',NULL),(882,2,1734080390,'mod_lesson','slideshow','0',NULL),(883,2,1734080390,'mod_lesson','slideshow_adv','1',NULL),(884,2,1734080390,'mod_lesson','slideshowwidth','640',NULL),(885,2,1734080390,'mod_lesson','slideshowheight','480',NULL),(886,2,1734080390,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(887,2,1734080390,'mod_lesson','maxanswers','5',NULL),(888,2,1734080390,'mod_lesson','maxanswers_adv','1',NULL),(889,2,1734080390,'mod_lesson','defaultfeedback','0',NULL),(890,2,1734080390,'mod_lesson','defaultfeedback_adv','1',NULL),(891,2,1734080390,'mod_lesson','activitylink','',NULL),(892,2,1734080390,'mod_lesson','activitylink_adv','1',NULL),(893,2,1734080390,'mod_lesson','timelimit','0',NULL),(894,2,1734080390,'mod_lesson','timelimit_adv','',NULL),(895,2,1734080391,'mod_lesson','password','0',NULL),(896,2,1734080391,'mod_lesson','password_adv','1',NULL),(897,2,1734080391,'mod_lesson','modattempts','0',NULL),(898,2,1734080391,'mod_lesson','modattempts_adv','',NULL),(899,2,1734080391,'mod_lesson','displayreview','0',NULL),(900,2,1734080391,'mod_lesson','displayreview_adv','',NULL),(901,2,1734080391,'mod_lesson','maximumnumberofattempts','1',NULL),(902,2,1734080391,'mod_lesson','maximumnumberofattempts_adv','',NULL),(903,2,1734080391,'mod_lesson','defaultnextpage','0',NULL),(904,2,1734080391,'mod_lesson','defaultnextpage_adv','1',NULL),(905,2,1734080391,'mod_lesson','numberofpagestoshow','1',NULL),(906,2,1734080391,'mod_lesson','numberofpagestoshow_adv','1',NULL),(907,2,1734080391,'mod_lesson','practice','0',NULL),(908,2,1734080391,'mod_lesson','practice_adv','',NULL),(909,2,1734080391,'mod_lesson','customscoring','1',NULL),(910,2,1734080391,'mod_lesson','customscoring_adv','1',NULL),(911,2,1734080391,'mod_lesson','retakesallowed','0',NULL),(912,2,1734080391,'mod_lesson','retakesallowed_adv','',NULL),(913,2,1734080391,'mod_lesson','handlingofretakes','0',NULL),(914,2,1734080391,'mod_lesson','handlingofretakes_adv','1',NULL),(915,2,1734080391,'mod_lesson','minimumnumberofquestions','0',NULL),(916,2,1734080391,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(917,2,1734080391,'page','displayoptions','5',NULL),(918,2,1734080391,'page','printintro','0',NULL),(919,2,1734080391,'page','printlastmodified','1',NULL),(920,2,1734080391,'page','display','5',NULL),(921,2,1734080391,'page','popupwidth','620',NULL),(922,2,1734080391,'page','popupheight','450',NULL),(923,2,1734080391,'quiz','timelimit','0',NULL),(924,2,1734080391,'quiz','timelimit_adv','',NULL),(925,2,1734080391,'quiz','timelimit_locked','',NULL),(926,2,1734080391,'quiz','notifyattemptgradeddelay','18000',NULL),(927,2,1734080391,'quiz','overduehandling','autosubmit',NULL),(928,2,1734080391,'quiz','overduehandling_adv','',NULL),(929,2,1734080391,'quiz','overduehandling_locked','',NULL),(930,2,1734080391,'quiz','graceperiod','86400',NULL),(931,2,1734080391,'quiz','graceperiod_adv','',NULL),(932,2,1734080391,'quiz','graceperiod_locked','',NULL),(933,2,1734080391,'quiz','graceperiodmin','60',NULL),(934,2,1734080391,'quiz','attempts','0',NULL),(935,2,1734080391,'quiz','attempts_adv','',NULL),(936,2,1734080391,'quiz','attempts_locked','',NULL),(937,2,1734080391,'quiz','grademethod','1',NULL),(938,2,1734080391,'quiz','grademethod_adv','',NULL),(939,2,1734080391,'quiz','grademethod_locked','',NULL),(940,2,1734080391,'quiz','maximumgrade','10',NULL),(941,2,1734080391,'quiz','maximumgrade_locked','',NULL),(942,2,1734080391,'quiz','questionsperpage','1',NULL),(943,2,1734080391,'quiz','questionsperpage_adv','',NULL),(944,2,1734080391,'quiz','questionsperpage_locked','',NULL),(945,2,1734080391,'quiz','navmethod','free',NULL),(946,2,1734080391,'quiz','navmethod_adv','1',NULL),(947,2,1734080391,'quiz','navmethod_locked','',NULL),(948,2,1734080391,'quiz','shuffleanswers','1',NULL),(949,2,1734080391,'quiz','shuffleanswers_adv','',NULL),(950,2,1734080391,'quiz','shuffleanswers_locked','',NULL),(951,2,1734080391,'quiz','preferredbehaviour','deferredfeedback',NULL),(952,2,1734080391,'quiz','preferredbehaviour_locked','',NULL),(953,2,1734080391,'quiz','canredoquestions','0',NULL),(954,2,1734080391,'quiz','canredoquestions_adv','1',NULL),(955,2,1734080391,'quiz','canredoquestions_locked','',NULL),(956,2,1734080392,'quiz','attemptonlast','0',NULL),(957,2,1734080392,'quiz','attemptonlast_adv','1',NULL),(958,2,1734080392,'quiz','attemptonlast_locked','',NULL),(959,2,1734080392,'quiz','reviewattempt','69904',NULL),(960,2,1734080392,'quiz','reviewcorrectness','69904',NULL),(961,2,1734080392,'quiz','reviewmarks','69904',NULL),(962,2,1734080392,'quiz','reviewspecificfeedback','69904',NULL),(963,2,1734080392,'quiz','reviewgeneralfeedback','69904',NULL),(964,2,1734080392,'quiz','reviewrightanswer','69904',NULL),(965,2,1734080392,'quiz','reviewoverallfeedback','4368',NULL),(966,2,1734080392,'quiz','showuserpicture','0',NULL),(967,2,1734080392,'quiz','showuserpicture_adv','',NULL),(968,2,1734080392,'quiz','showuserpicture_locked','',NULL),(969,2,1734080392,'quiz','decimalpoints','2',NULL),(970,2,1734080392,'quiz','decimalpoints_adv','',NULL),(971,2,1734080392,'quiz','decimalpoints_locked','',NULL),(972,2,1734080392,'quiz','questiondecimalpoints','-1',NULL),(973,2,1734080392,'quiz','questiondecimalpoints_adv','',NULL),(974,2,1734080392,'quiz','questiondecimalpoints_locked','',NULL),(975,2,1734080392,'quiz','showblocks','0',NULL),(976,2,1734080392,'quiz','showblocks_adv','1',NULL),(977,2,1734080392,'quiz','showblocks_locked','',NULL),(978,2,1734080392,'quiz','quizpassword','',NULL),(979,2,1734080392,'quiz','quizpassword_adv','',NULL),(980,2,1734080392,'quiz','quizpassword_required','',NULL),(981,2,1734080392,'quiz','quizpassword_locked','',NULL),(982,2,1734080392,'quiz','subnet','',NULL),(983,2,1734080392,'quiz','subnet_adv','1',NULL),(984,2,1734080392,'quiz','subnet_locked','',NULL),(985,2,1734080392,'quiz','delay1','0',NULL),(986,2,1734080392,'quiz','delay1_adv','1',NULL),(987,2,1734080392,'quiz','delay1_locked','',NULL),(988,2,1734080392,'quiz','delay2','0',NULL),(989,2,1734080392,'quiz','delay2_adv','1',NULL),(990,2,1734080392,'quiz','delay2_locked','',NULL),(991,2,1734080392,'quiz','browsersecurity','-',NULL),(992,2,1734080392,'quiz','browsersecurity_adv','1',NULL),(993,2,1734080392,'quiz','browsersecurity_locked','',NULL),(994,2,1734080392,'quiz','initialnumfeedbacks','2',NULL),(995,2,1734080392,'quiz','autosaveperiod','60',NULL),(996,2,1734080392,'quiz_statistics','getstatslocktimeout','900',NULL),(997,2,1734080392,'quizaccess_seb','autoreconfigureseb','1',NULL),(998,2,1734080392,'quizaccess_seb','showseblinks','seb,http',NULL),(999,2,1734080392,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1000,2,1734080392,'quizaccess_seb','quizpasswordrequired','0',NULL),(1001,2,1734080392,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1002,2,1734080392,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1003,2,1734080392,'scorm','displaycoursestructure','0',NULL),(1004,2,1734080392,'scorm','displaycoursestructure_adv','',NULL),(1005,2,1734080392,'scorm','popup','0',NULL),(1006,2,1734080392,'scorm','popup_adv','',NULL),(1007,2,1734080392,'scorm','framewidth','100',NULL),(1008,2,1734080392,'scorm','framewidth_adv','1',NULL),(1009,2,1734080392,'scorm','frameheight','500',NULL),(1010,2,1734080392,'scorm','frameheight_adv','1',NULL),(1011,2,1734080392,'scorm','winoptgrp_adv','1',NULL),(1012,2,1734080392,'scorm','scrollbars','0',NULL),(1013,2,1734080392,'scorm','directories','0',NULL),(1014,2,1734080392,'scorm','location','0',NULL),(1015,2,1734080392,'scorm','menubar','0',NULL),(1016,2,1734080392,'scorm','toolbar','0',NULL),(1017,2,1734080393,'scorm','status','0',NULL),(1018,2,1734080393,'scorm','skipview','0',NULL),(1019,2,1734080393,'scorm','skipview_adv','1',NULL),(1020,2,1734080393,'scorm','hidebrowse','0',NULL),(1021,2,1734080393,'scorm','hidebrowse_adv','1',NULL),(1022,2,1734080393,'scorm','hidetoc','0',NULL),(1023,2,1734080393,'scorm','hidetoc_adv','1',NULL),(1024,2,1734080393,'scorm','nav','1',NULL),(1025,2,1734080393,'scorm','nav_adv','1',NULL),(1026,2,1734080393,'scorm','navpositionleft','-100',NULL),(1027,2,1734080393,'scorm','navpositionleft_adv','1',NULL),(1028,2,1734080393,'scorm','navpositiontop','-100',NULL),(1029,2,1734080393,'scorm','navpositiontop_adv','1',NULL),(1030,2,1734080393,'scorm','collapsetocwinsize','767',NULL),(1031,2,1734080393,'scorm','collapsetocwinsize_adv','1',NULL),(1032,2,1734080393,'scorm','displayattemptstatus','1',NULL),(1033,2,1734080393,'scorm','displayattemptstatus_adv','',NULL),(1034,2,1734080393,'scorm','grademethod','1',NULL),(1035,2,1734080393,'scorm','maxgrade','100',NULL),(1036,2,1734080393,'scorm','maxattempt','0',NULL),(1037,2,1734080393,'scorm','whatgrade','0',NULL),(1038,2,1734080393,'scorm','forcecompleted','0',NULL),(1039,2,1734080393,'scorm','forcenewattempt','0',NULL),(1040,2,1734080393,'scorm','autocommit','0',NULL),(1041,2,1734080393,'scorm','masteryoverride','1',NULL),(1042,2,1734080393,'scorm','lastattemptlock','0',NULL),(1043,2,1734080393,'scorm','auto','0',NULL),(1044,2,1734080393,'scorm','updatefreq','0',NULL),(1045,2,1734080393,'scorm','scormstandard','0',NULL),(1046,2,1734080393,'scorm','allowtypeexternal','0',NULL),(1047,2,1734080393,'scorm','allowtypelocalsync','0',NULL),(1048,2,1734080393,'scorm','allowtypeexternalaicc','0',NULL),(1049,2,1734080393,'scorm','allowaicchacp','0',NULL),(1050,2,1734080393,'scorm','aicchacptimeout','30',NULL),(1051,2,1734080393,'scorm','aicchacpkeepsessiondata','1',NULL),(1052,2,1734080393,'scorm','aiccuserid','1',NULL),(1053,2,1734080393,'scorm','forcejavascript','1',NULL),(1054,2,1734080393,'scorm','allowapidebug','0',NULL),(1055,2,1734080393,'scorm','apidebugmask','.*',NULL),(1056,2,1734080393,'scorm','protectpackagedownloads','0',NULL),(1057,2,1734080393,'label','dndmedia','1',NULL),(1058,2,1734080393,'label','dndresizewidth','400',NULL),(1059,2,1734080393,'label','dndresizeheight','400',NULL),(1060,2,1734080393,'url','framesize','130',NULL),(1061,2,1734080393,'url','secretphrase','',NULL),(1062,2,1734080393,'url','rolesinparams','0',NULL),(1063,2,1734080393,'url','displayoptions','0,1,5,6',NULL),(1064,2,1734080393,'url','printintro','1',NULL),(1065,2,1734080393,'url','display','0',NULL),(1066,2,1734080393,'url','popupwidth','620',NULL),(1067,2,1734080393,'url','popupheight','450',NULL),(1068,2,1734080393,'workshop','grade','80',NULL),(1069,2,1734080393,'workshop','gradinggrade','20',NULL),(1070,2,1734080393,'workshop','gradedecimals','0',NULL),(1071,2,1734080393,'workshop','maxbytes','0',NULL),(1072,2,1734080393,'workshop','strategy','accumulative',NULL),(1073,2,1734080393,'workshop','examplesmode','0',NULL),(1074,2,1734080393,'workshopallocation_random','numofreviews','5',NULL),(1075,2,1734080393,'workshopform_numerrors','grade0','No',NULL),(1076,2,1734080393,'workshopform_numerrors','grade1','Yes',NULL),(1077,2,1734080393,'workshopeval_best','comparison','5',NULL),(1078,2,1734080394,'tool_brickfield','analysistype','0',NULL),(1079,2,1734080394,'tool_brickfield','deletehistoricaldata','1',NULL),(1080,2,1734080394,'tool_brickfield','batch','1000',NULL),(1081,2,1734080394,'tool_brickfield','perpage','50',NULL),(1082,2,1734080394,'tool_recyclebin','coursebinenable','1',NULL),(1083,2,1734080394,'tool_recyclebin','coursebinexpiry','604800',NULL),(1084,2,1734080394,'tool_recyclebin','categorybinenable','1',NULL),(1085,2,1734080394,'tool_recyclebin','categorybinexpiry','604800',NULL),(1086,2,1734080394,'tool_recyclebin','autohide','1',NULL),(1087,2,1734080394,'antivirus_clamav','runningmethod','commandline',NULL),(1088,2,1734080394,'antivirus_clamav','pathtoclam','',NULL),(1089,2,1734080394,'antivirus_clamav','pathtounixsocket','',NULL),(1090,2,1734080394,'antivirus_clamav','tcpsockethost','',NULL),(1091,2,1734080394,'antivirus_clamav','tcpsocketport','3310',NULL),(1092,2,1734080394,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1093,2,1734080394,'antivirus_clamav','tries','1',NULL),(1094,2,1734080394,'auth_cas','auth_name','CAS',NULL),(1095,2,1734080394,'auth_cas','auth_logo','',NULL),(1096,2,1734080394,'auth_cas','hostname','',NULL),(1097,2,1734080394,'auth_cas','baseuri','',NULL),(1098,2,1734080394,'auth_cas','port','0',NULL),(1099,2,1734080394,'auth_cas','casversion','2.0',NULL),(1100,2,1734080394,'auth_cas','language','CAS_Languages_English',NULL),(1101,2,1734080394,'auth_cas','proxycas','0',NULL),(1102,2,1734080394,'auth_cas','logoutcas','0',NULL),(1103,2,1734080394,'auth_cas','multiauth','0',NULL),(1104,2,1734080394,'auth_cas','certificate_check','0',NULL),(1105,2,1734080394,'auth_cas','certificate_path','',NULL),(1106,2,1734080394,'auth_cas','curl_ssl_version','',NULL),(1107,2,1734080394,'auth_cas','logout_return_url','',NULL),(1108,2,1734080394,'auth_cas','host_url','',NULL),(1109,2,1734080394,'auth_cas','ldap_version','3',NULL),(1110,2,1734080394,'auth_cas','start_tls','0',NULL),(1111,2,1734080394,'auth_cas','ldapencoding','utf-8',NULL),(1112,2,1734080394,'auth_cas','pagesize','250',NULL),(1113,2,1734080394,'auth_cas','bind_dn','',NULL),(1114,2,1734080394,'auth_cas','bind_pw','',NULL),(1115,2,1734080394,'auth_cas','user_type','default',NULL),(1116,2,1734080394,'auth_cas','contexts','',NULL),(1117,2,1734080394,'auth_cas','search_sub','0',NULL),(1118,2,1734080394,'auth_cas','opt_deref','0',NULL),(1119,2,1734080394,'auth_cas','user_attribute','',NULL),(1120,2,1734080394,'auth_cas','memberattribute','',NULL),(1121,2,1734080394,'auth_cas','memberattribute_isdn','0',NULL),(1122,2,1734080394,'auth_cas','objectclass','',NULL),(1123,2,1734080394,'auth_cas','attrcreators','',NULL),(1124,2,1734080394,'auth_cas','groupecreators','',NULL),(1125,2,1734080394,'auth_cas','removeuser','0',NULL),(1126,2,1734080395,'auth_cas','field_map_firstname','',NULL),(1127,2,1734080395,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1128,2,1734080395,'auth_cas','field_updateremote_firstname','0',NULL),(1129,2,1734080395,'auth_cas','field_lock_firstname','unlocked',NULL),(1130,2,1734080395,'auth_cas','field_map_lastname','',NULL),(1131,2,1734080395,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1132,2,1734080395,'auth_cas','field_updateremote_lastname','0',NULL),(1133,2,1734080395,'auth_cas','field_lock_lastname','unlocked',NULL),(1134,2,1734080395,'auth_cas','field_map_email','',NULL),(1135,2,1734080395,'auth_cas','field_updatelocal_email','oncreate',NULL),(1136,2,1734080395,'auth_cas','field_updateremote_email','0',NULL),(1137,2,1734080395,'auth_cas','field_lock_email','unlocked',NULL),(1138,2,1734080395,'auth_cas','field_map_city','',NULL),(1139,2,1734080395,'auth_cas','field_updatelocal_city','oncreate',NULL),(1140,2,1734080395,'auth_cas','field_updateremote_city','0',NULL),(1141,2,1734080395,'auth_cas','field_lock_city','unlocked',NULL),(1142,2,1734080395,'auth_cas','field_map_country','',NULL),(1143,2,1734080395,'auth_cas','field_updatelocal_country','oncreate',NULL),(1144,2,1734080395,'auth_cas','field_updateremote_country','0',NULL),(1145,2,1734080395,'auth_cas','field_lock_country','unlocked',NULL),(1146,2,1734080395,'auth_cas','field_map_lang','',NULL),(1147,2,1734080395,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1148,2,1734080395,'auth_cas','field_updateremote_lang','0',NULL),(1149,2,1734080395,'auth_cas','field_lock_lang','unlocked',NULL),(1150,2,1734080395,'auth_cas','field_map_description','',NULL),(1151,2,1734080395,'auth_cas','field_updatelocal_description','oncreate',NULL),(1152,2,1734080395,'auth_cas','field_updateremote_description','0',NULL),(1153,2,1734080395,'auth_cas','field_lock_description','unlocked',NULL),(1154,2,1734080395,'auth_cas','field_map_idnumber','',NULL),(1155,2,1734080395,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1156,2,1734080395,'auth_cas','field_updateremote_idnumber','0',NULL),(1157,2,1734080395,'auth_cas','field_lock_idnumber','unlocked',NULL),(1158,2,1734080395,'auth_cas','field_map_institution','',NULL),(1159,2,1734080395,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1160,2,1734080395,'auth_cas','field_updateremote_institution','0',NULL),(1161,2,1734080395,'auth_cas','field_lock_institution','unlocked',NULL),(1162,2,1734080395,'auth_cas','field_map_department','',NULL),(1163,2,1734080395,'auth_cas','field_updatelocal_department','oncreate',NULL),(1164,2,1734080395,'auth_cas','field_updateremote_department','0',NULL),(1165,2,1734080395,'auth_cas','field_lock_department','unlocked',NULL),(1166,2,1734080395,'auth_cas','field_map_phone1','',NULL),(1167,2,1734080395,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1168,2,1734080395,'auth_cas','field_updateremote_phone1','0',NULL),(1169,2,1734080395,'auth_cas','field_lock_phone1','unlocked',NULL),(1170,2,1734080395,'auth_cas','field_map_phone2','',NULL),(1171,2,1734080395,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1172,2,1734080395,'auth_cas','field_updateremote_phone2','0',NULL),(1173,2,1734080395,'auth_cas','field_lock_phone2','unlocked',NULL),(1174,2,1734080395,'auth_cas','field_map_address','',NULL),(1175,2,1734080395,'auth_cas','field_updatelocal_address','oncreate',NULL),(1176,2,1734080395,'auth_cas','field_updateremote_address','0',NULL),(1177,2,1734080395,'auth_cas','field_lock_address','unlocked',NULL),(1178,2,1734080395,'auth_cas','field_map_firstnamephonetic','',NULL),(1179,2,1734080395,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1180,2,1734080395,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1181,2,1734080395,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1182,2,1734080395,'auth_cas','field_map_lastnamephonetic','',NULL),(1183,2,1734080395,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1184,2,1734080395,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1185,2,1734080395,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1186,2,1734080395,'auth_cas','field_map_middlename','',NULL),(1187,2,1734080396,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1188,2,1734080396,'auth_cas','field_updateremote_middlename','0',NULL),(1189,2,1734080396,'auth_cas','field_lock_middlename','unlocked',NULL),(1190,2,1734080396,'auth_cas','field_map_alternatename','',NULL),(1191,2,1734080396,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1192,2,1734080396,'auth_cas','field_updateremote_alternatename','0',NULL),(1193,2,1734080396,'auth_cas','field_lock_alternatename','unlocked',NULL),(1194,2,1734080396,'auth_email','recaptcha','0',NULL),(1195,2,1734080396,'auth_email','field_lock_firstname','unlocked',NULL),(1196,2,1734080396,'auth_email','field_lock_lastname','unlocked',NULL),(1197,2,1734080396,'auth_email','field_lock_email','unlocked',NULL),(1198,2,1734080396,'auth_email','field_lock_city','unlocked',NULL),(1199,2,1734080396,'auth_email','field_lock_country','unlocked',NULL),(1200,2,1734080396,'auth_email','field_lock_lang','unlocked',NULL),(1201,2,1734080396,'auth_email','field_lock_description','unlocked',NULL),(1202,2,1734080396,'auth_email','field_lock_idnumber','unlocked',NULL),(1203,2,1734080396,'auth_email','field_lock_institution','unlocked',NULL),(1204,2,1734080396,'auth_email','field_lock_department','unlocked',NULL),(1205,2,1734080396,'auth_email','field_lock_phone1','unlocked',NULL),(1206,2,1734080396,'auth_email','field_lock_phone2','unlocked',NULL),(1207,2,1734080396,'auth_email','field_lock_address','unlocked',NULL),(1208,2,1734080396,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1209,2,1734080396,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1210,2,1734080396,'auth_email','field_lock_middlename','unlocked',NULL),(1211,2,1734080396,'auth_email','field_lock_alternatename','unlocked',NULL),(1212,2,1734080396,'auth_db','host','127.0.0.1',NULL),(1213,2,1734080396,'auth_db','type','mysqli',NULL),(1214,2,1734080396,'auth_db','sybasequoting','0',NULL),(1215,2,1734080396,'auth_db','name','',NULL),(1216,2,1734080396,'auth_db','user','',NULL),(1217,2,1734080396,'auth_db','pass','',NULL),(1218,2,1734080396,'auth_db','table','',NULL),(1219,2,1734080396,'auth_db','fielduser','',NULL),(1220,2,1734080396,'auth_db','fieldpass','',NULL),(1221,2,1734080396,'auth_db','passtype','plaintext',NULL),(1222,2,1734080396,'auth_db','extencoding','utf-8',NULL),(1223,2,1734080396,'auth_db','setupsql','',NULL),(1224,2,1734080396,'auth_db','debugauthdb','0',NULL),(1225,2,1734080396,'auth_db','changepasswordurl','',NULL),(1226,2,1734080396,'auth_db','removeuser','0',NULL),(1227,2,1734080396,'auth_db','updateusers','0',NULL),(1228,2,1734080396,'auth_db','field_map_firstname','',NULL),(1229,2,1734080396,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1230,2,1734080396,'auth_db','field_updateremote_firstname','0',NULL),(1231,2,1734080396,'auth_db','field_lock_firstname','unlocked',NULL),(1232,2,1734080396,'auth_db','field_map_lastname','',NULL),(1233,2,1734080396,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1234,2,1734080396,'auth_db','field_updateremote_lastname','0',NULL),(1235,2,1734080396,'auth_db','field_lock_lastname','unlocked',NULL),(1236,2,1734080396,'auth_db','field_map_email','',NULL),(1237,2,1734080396,'auth_db','field_updatelocal_email','oncreate',NULL),(1238,2,1734080396,'auth_db','field_updateremote_email','0',NULL),(1239,2,1734080396,'auth_db','field_lock_email','unlocked',NULL),(1240,2,1734080396,'auth_db','field_map_city','',NULL),(1241,2,1734080396,'auth_db','field_updatelocal_city','oncreate',NULL),(1242,2,1734080396,'auth_db','field_updateremote_city','0',NULL),(1243,2,1734080396,'auth_db','field_lock_city','unlocked',NULL),(1244,2,1734080396,'auth_db','field_map_country','',NULL),(1245,2,1734080396,'auth_db','field_updatelocal_country','oncreate',NULL),(1246,2,1734080396,'auth_db','field_updateremote_country','0',NULL),(1247,2,1734080396,'auth_db','field_lock_country','unlocked',NULL),(1248,2,1734080396,'auth_db','field_map_lang','',NULL),(1249,2,1734080396,'auth_db','field_updatelocal_lang','oncreate',NULL),(1250,2,1734080396,'auth_db','field_updateremote_lang','0',NULL),(1251,2,1734080396,'auth_db','field_lock_lang','unlocked',NULL),(1252,2,1734080397,'auth_db','field_map_description','',NULL),(1253,2,1734080397,'auth_db','field_updatelocal_description','oncreate',NULL),(1254,2,1734080397,'auth_db','field_updateremote_description','0',NULL),(1255,2,1734080397,'auth_db','field_lock_description','unlocked',NULL),(1256,2,1734080397,'auth_db','field_map_idnumber','',NULL),(1257,2,1734080397,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1258,2,1734080397,'auth_db','field_updateremote_idnumber','0',NULL),(1259,2,1734080397,'auth_db','field_lock_idnumber','unlocked',NULL),(1260,2,1734080397,'auth_db','field_map_institution','',NULL),(1261,2,1734080397,'auth_db','field_updatelocal_institution','oncreate',NULL),(1262,2,1734080397,'auth_db','field_updateremote_institution','0',NULL),(1263,2,1734080397,'auth_db','field_lock_institution','unlocked',NULL),(1264,2,1734080397,'auth_db','field_map_department','',NULL),(1265,2,1734080397,'auth_db','field_updatelocal_department','oncreate',NULL),(1266,2,1734080397,'auth_db','field_updateremote_department','0',NULL),(1267,2,1734080397,'auth_db','field_lock_department','unlocked',NULL),(1268,2,1734080397,'auth_db','field_map_phone1','',NULL),(1269,2,1734080397,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1270,2,1734080397,'auth_db','field_updateremote_phone1','0',NULL),(1271,2,1734080397,'auth_db','field_lock_phone1','unlocked',NULL),(1272,2,1734080397,'auth_db','field_map_phone2','',NULL),(1273,2,1734080397,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1274,2,1734080397,'auth_db','field_updateremote_phone2','0',NULL),(1275,2,1734080397,'auth_db','field_lock_phone2','unlocked',NULL),(1276,2,1734080397,'auth_db','field_map_address','',NULL),(1277,2,1734080397,'auth_db','field_updatelocal_address','oncreate',NULL),(1278,2,1734080397,'auth_db','field_updateremote_address','0',NULL),(1279,2,1734080397,'auth_db','field_lock_address','unlocked',NULL),(1280,2,1734080397,'auth_db','field_map_firstnamephonetic','',NULL),(1281,2,1734080397,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1282,2,1734080397,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1283,2,1734080397,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1284,2,1734080397,'auth_db','field_map_lastnamephonetic','',NULL),(1285,2,1734080397,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1286,2,1734080397,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1287,2,1734080397,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1288,2,1734080397,'auth_db','field_map_middlename','',NULL),(1289,2,1734080397,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1290,2,1734080397,'auth_db','field_updateremote_middlename','0',NULL),(1291,2,1734080397,'auth_db','field_lock_middlename','unlocked',NULL),(1292,2,1734080397,'auth_db','field_map_alternatename','',NULL),(1293,2,1734080397,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1294,2,1734080397,'auth_db','field_updateremote_alternatename','0',NULL),(1295,2,1734080397,'auth_db','field_lock_alternatename','unlocked',NULL),(1296,2,1734080397,'auth_ldap','host_url','',NULL),(1297,2,1734080397,'auth_ldap','ldap_version','3',NULL),(1298,2,1734080397,'auth_ldap','start_tls','0',NULL),(1299,2,1734080397,'auth_ldap','ldapencoding','utf-8',NULL),(1300,2,1734080397,'auth_ldap','pagesize','250',NULL),(1301,2,1734080397,'auth_ldap','preventpassindb','0',NULL),(1302,2,1734080397,'auth_ldap','bind_dn','',NULL),(1303,2,1734080397,'auth_ldap','bind_pw','',NULL),(1304,2,1734080397,'auth_ldap','user_type','default',NULL),(1305,2,1734080397,'auth_ldap','contexts','',NULL),(1306,2,1734080397,'auth_ldap','search_sub','0',NULL),(1307,2,1734080397,'auth_ldap','opt_deref','0',NULL),(1308,2,1734080397,'auth_ldap','user_attribute','',NULL),(1309,2,1734080397,'auth_ldap','suspended_attribute','',NULL),(1310,2,1734080397,'auth_ldap','memberattribute','',NULL),(1311,2,1734080397,'auth_ldap','memberattribute_isdn','0',NULL),(1312,2,1734080397,'auth_ldap','objectclass','',NULL),(1313,2,1734080397,'auth_ldap','forcechangepassword','0',NULL),(1314,2,1734080397,'auth_ldap','stdchangepassword','0',NULL),(1315,2,1734080397,'auth_ldap','passtype','plaintext',NULL),(1316,2,1734080397,'auth_ldap','changepasswordurl','',NULL),(1317,2,1734080397,'auth_ldap','expiration','0',NULL),(1318,2,1734080398,'auth_ldap','expiration_warning','',NULL),(1319,2,1734080398,'auth_ldap','expireattr','',NULL),(1320,2,1734080398,'auth_ldap','gracelogins','0',NULL),(1321,2,1734080398,'auth_ldap','graceattr','',NULL),(1322,2,1734080398,'auth_ldap','auth_user_create','0',NULL),(1323,2,1734080398,'auth_ldap','create_context','',NULL),(1324,2,1734080398,'auth_ldap','managercontext','',NULL),(1325,2,1734080398,'auth_ldap','coursecreatorcontext','',NULL),(1326,2,1734080398,'auth_ldap','removeuser','0',NULL),(1327,2,1734080398,'auth_ldap','sync_suspended','0',NULL),(1328,2,1734080398,'auth_ldap','ntlmsso_enabled','0',NULL),(1329,2,1734080398,'auth_ldap','ntlmsso_subnet','',NULL),(1330,2,1734080398,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1331,2,1734080398,'auth_ldap','ntlmsso_type','ntlm',NULL),(1332,2,1734080398,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1333,2,1734080398,'auth_ldap','field_map_firstname','',NULL),(1334,2,1734080398,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1335,2,1734080398,'auth_ldap','field_updateremote_firstname','0',NULL),(1336,2,1734080398,'auth_ldap','field_lock_firstname','unlocked',NULL),(1337,2,1734080398,'auth_ldap','field_map_lastname','',NULL),(1338,2,1734080398,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1339,2,1734080398,'auth_ldap','field_updateremote_lastname','0',NULL),(1340,2,1734080398,'auth_ldap','field_lock_lastname','unlocked',NULL),(1341,2,1734080398,'auth_ldap','field_map_email','',NULL),(1342,2,1734080398,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1343,2,1734080398,'auth_ldap','field_updateremote_email','0',NULL),(1344,2,1734080398,'auth_ldap','field_lock_email','unlocked',NULL),(1345,2,1734080398,'auth_ldap','field_map_city','',NULL),(1346,2,1734080398,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1347,2,1734080398,'auth_ldap','field_updateremote_city','0',NULL),(1348,2,1734080398,'auth_ldap','field_lock_city','unlocked',NULL),(1349,2,1734080398,'auth_ldap','field_map_country','',NULL),(1350,2,1734080398,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1351,2,1734080398,'auth_ldap','field_updateremote_country','0',NULL),(1352,2,1734080398,'auth_ldap','field_lock_country','unlocked',NULL),(1353,2,1734080398,'auth_ldap','field_map_lang','',NULL),(1354,2,1734080398,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1355,2,1734080398,'auth_ldap','field_updateremote_lang','0',NULL),(1356,2,1734080398,'auth_ldap','field_lock_lang','unlocked',NULL),(1357,2,1734080398,'auth_ldap','field_map_description','',NULL),(1358,2,1734080398,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1359,2,1734080398,'auth_ldap','field_updateremote_description','0',NULL),(1360,2,1734080398,'auth_ldap','field_lock_description','unlocked',NULL),(1361,2,1734080398,'auth_ldap','field_map_idnumber','',NULL),(1362,2,1734080398,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1363,2,1734080398,'auth_ldap','field_updateremote_idnumber','0',NULL),(1364,2,1734080398,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1365,2,1734080398,'auth_ldap','field_map_institution','',NULL),(1366,2,1734080398,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1367,2,1734080398,'auth_ldap','field_updateremote_institution','0',NULL),(1368,2,1734080398,'auth_ldap','field_lock_institution','unlocked',NULL),(1369,2,1734080398,'auth_ldap','field_map_department','',NULL),(1370,2,1734080398,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1371,2,1734080398,'auth_ldap','field_updateremote_department','0',NULL),(1372,2,1734080398,'auth_ldap','field_lock_department','unlocked',NULL),(1373,2,1734080398,'auth_ldap','field_map_phone1','',NULL),(1374,2,1734080398,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1375,2,1734080398,'auth_ldap','field_updateremote_phone1','0',NULL),(1376,2,1734080398,'auth_ldap','field_lock_phone1','unlocked',NULL),(1377,2,1734080398,'auth_ldap','field_map_phone2','',NULL),(1378,2,1734080398,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1379,2,1734080398,'auth_ldap','field_updateremote_phone2','0',NULL),(1380,2,1734080398,'auth_ldap','field_lock_phone2','unlocked',NULL),(1381,2,1734080398,'auth_ldap','field_map_address','',NULL),(1382,2,1734080398,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1383,2,1734080398,'auth_ldap','field_updateremote_address','0',NULL),(1384,2,1734080399,'auth_ldap','field_lock_address','unlocked',NULL),(1385,2,1734080399,'auth_ldap','field_map_firstnamephonetic','',NULL),(1386,2,1734080399,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1387,2,1734080399,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1388,2,1734080399,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1389,2,1734080399,'auth_ldap','field_map_lastnamephonetic','',NULL),(1390,2,1734080399,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1391,2,1734080399,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1392,2,1734080399,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1393,2,1734080399,'auth_ldap','field_map_middlename','',NULL),(1394,2,1734080399,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1395,2,1734080399,'auth_ldap','field_updateremote_middlename','0',NULL),(1396,2,1734080399,'auth_ldap','field_lock_middlename','unlocked',NULL),(1397,2,1734080399,'auth_ldap','field_map_alternatename','',NULL),(1398,2,1734080399,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1399,2,1734080399,'auth_ldap','field_updateremote_alternatename','0',NULL),(1400,2,1734080399,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1401,2,1734080399,'auth_manual','expiration','0',NULL),(1402,2,1734080399,'auth_manual','expirationtime','30',NULL),(1403,2,1734080399,'auth_manual','expiration_warning','0',NULL),(1404,2,1734080399,'auth_manual','field_lock_firstname','unlocked',NULL),(1405,2,1734080399,'auth_manual','field_lock_lastname','unlocked',NULL),(1406,2,1734080399,'auth_manual','field_lock_email','unlocked',NULL),(1407,2,1734080399,'auth_manual','field_lock_city','unlocked',NULL),(1408,2,1734080399,'auth_manual','field_lock_country','unlocked',NULL),(1409,2,1734080399,'auth_manual','field_lock_lang','unlocked',NULL),(1410,2,1734080399,'auth_manual','field_lock_description','unlocked',NULL),(1411,2,1734080399,'auth_manual','field_lock_idnumber','unlocked',NULL),(1412,2,1734080399,'auth_manual','field_lock_institution','unlocked',NULL),(1413,2,1734080399,'auth_manual','field_lock_department','unlocked',NULL),(1414,2,1734080399,'auth_manual','field_lock_phone1','unlocked',NULL),(1415,2,1734080399,'auth_manual','field_lock_phone2','unlocked',NULL),(1416,2,1734080399,'auth_manual','field_lock_address','unlocked',NULL),(1417,2,1734080399,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1418,2,1734080399,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1419,2,1734080399,'auth_manual','field_lock_middlename','unlocked',NULL),(1420,2,1734080399,'auth_manual','field_lock_alternatename','unlocked',NULL),(1421,2,1734080399,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1422,2,1734080399,'auth_none','field_lock_firstname','unlocked',NULL),(1423,2,1734080399,'auth_none','field_lock_lastname','unlocked',NULL),(1424,2,1734080399,'auth_none','field_lock_email','unlocked',NULL),(1425,2,1734080399,'auth_none','field_lock_city','unlocked',NULL),(1426,2,1734080399,'auth_none','field_lock_country','unlocked',NULL),(1427,2,1734080399,'auth_none','field_lock_lang','unlocked',NULL),(1428,2,1734080399,'auth_none','field_lock_description','unlocked',NULL),(1429,2,1734080399,'auth_none','field_lock_idnumber','unlocked',NULL),(1430,2,1734080399,'auth_none','field_lock_institution','unlocked',NULL),(1431,2,1734080399,'auth_none','field_lock_department','unlocked',NULL),(1432,2,1734080399,'auth_none','field_lock_phone1','unlocked',NULL),(1433,2,1734080399,'auth_none','field_lock_phone2','unlocked',NULL),(1434,2,1734080399,'auth_none','field_lock_address','unlocked',NULL),(1435,2,1734080399,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1436,2,1734080399,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1437,2,1734080399,'auth_none','field_lock_middlename','unlocked',NULL),(1438,2,1734080399,'auth_none','field_lock_alternatename','unlocked',NULL),(1439,2,1734080399,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1440,2,1734080399,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1441,2,1734080399,'auth_oauth2','field_lock_email','unlocked',NULL),(1442,2,1734080399,'auth_oauth2','field_lock_city','unlocked',NULL),(1443,2,1734080399,'auth_oauth2','field_lock_country','unlocked',NULL),(1444,2,1734080399,'auth_oauth2','field_lock_lang','unlocked',NULL),(1445,2,1734080400,'auth_oauth2','field_lock_description','unlocked',NULL),(1446,2,1734080400,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1447,2,1734080400,'auth_oauth2','field_lock_institution','unlocked',NULL),(1448,2,1734080400,'auth_oauth2','field_lock_department','unlocked',NULL),(1449,2,1734080400,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1450,2,1734080400,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1451,2,1734080400,'auth_oauth2','field_lock_address','unlocked',NULL),(1452,2,1734080400,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1453,2,1734080400,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1454,2,1734080400,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1455,2,1734080400,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1456,2,1734080400,'auth_shibboleth','user_attribute','',NULL),(1457,2,1734080400,'auth_shibboleth','convert_data','',NULL),(1458,2,1734080400,'auth_shibboleth','alt_login','off',NULL),(1459,2,1734080400,'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),(1460,2,1734080400,'auth_shibboleth','logout_handler','',NULL),(1461,2,1734080400,'auth_shibboleth','logout_return_url','',NULL),(1462,2,1734080400,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1463,2,1734080400,'auth_shibboleth','auth_logo','',NULL),(1464,2,1734080400,'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),(1465,2,1734080400,'auth_shibboleth','changepasswordurl','',NULL),(1466,2,1734080400,'auth_shibboleth','field_map_firstname','',NULL),(1467,2,1734080400,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1468,2,1734080400,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1469,2,1734080400,'auth_shibboleth','field_map_lastname','',NULL),(1470,2,1734080400,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1471,2,1734080400,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1472,2,1734080400,'auth_shibboleth','field_map_email','',NULL),(1473,2,1734080400,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1474,2,1734080400,'auth_shibboleth','field_lock_email','unlocked',NULL),(1475,2,1734080400,'auth_shibboleth','field_map_city','',NULL),(1476,2,1734080400,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1477,2,1734080400,'auth_shibboleth','field_lock_city','unlocked',NULL),(1478,2,1734080400,'auth_shibboleth','field_map_country','',NULL),(1479,2,1734080400,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1480,2,1734080400,'auth_shibboleth','field_lock_country','unlocked',NULL),(1481,2,1734080400,'auth_shibboleth','field_map_lang','',NULL),(1482,2,1734080400,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1483,2,1734080400,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1484,2,1734080400,'auth_shibboleth','field_map_description','',NULL),(1485,2,1734080400,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1486,2,1734080400,'auth_shibboleth','field_lock_description','unlocked',NULL),(1487,2,1734080400,'auth_shibboleth','field_map_idnumber','',NULL),(1488,2,1734080400,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1489,2,1734080400,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1490,2,1734080400,'auth_shibboleth','field_map_institution','',NULL),(1491,2,1734080400,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1492,2,1734080400,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1493,2,1734080400,'auth_shibboleth','field_map_department','',NULL),(1494,2,1734080400,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1495,2,1734080400,'auth_shibboleth','field_lock_department','unlocked',NULL),(1496,2,1734080400,'auth_shibboleth','field_map_phone1','',NULL),(1497,2,1734080400,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1498,2,1734080400,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1499,2,1734080400,'auth_shibboleth','field_map_phone2','',NULL),(1500,2,1734080400,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1501,2,1734080400,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1502,2,1734080400,'auth_shibboleth','field_map_address','',NULL),(1503,2,1734080400,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1504,2,1734080400,'auth_shibboleth','field_lock_address','unlocked',NULL),(1505,2,1734080400,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1506,2,1734080400,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1507,2,1734080400,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1508,2,1734080400,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1509,2,1734080400,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1510,2,1734080401,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1511,2,1734080401,'auth_shibboleth','field_map_middlename','',NULL),(1512,2,1734080401,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1513,2,1734080401,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1514,2,1734080401,'auth_shibboleth','field_map_alternatename','',NULL),(1515,2,1734080401,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1516,2,1734080401,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1517,2,1734080401,'block_accessreview','whattoshow','showboth',NULL),(1518,2,1734080401,'block_accessreview','errordisplay','showint',NULL),(1519,2,1734080401,'block_accessreview','toolpage','errors',NULL),(1520,2,1734080401,'block_activity_results','config_showbest','3',NULL),(1521,2,1734080401,'block_activity_results','config_showbest_locked','',NULL),(1522,2,1734080401,'block_activity_results','config_showworst','0',NULL),(1523,2,1734080401,'block_activity_results','config_showworst_locked','',NULL),(1524,2,1734080401,'block_activity_results','config_usegroups','0',NULL),(1525,2,1734080401,'block_activity_results','config_usegroups_locked','',NULL),(1526,2,1734080401,'block_activity_results','config_nameformat','1',NULL),(1527,2,1734080401,'block_activity_results','config_nameformat_locked','',NULL),(1528,2,1734080401,'block_activity_results','config_gradeformat','1',NULL),(1529,2,1734080401,'block_activity_results','config_gradeformat_locked','',NULL),(1530,2,1734080401,'block_activity_results','config_decimalpoints','2',NULL),(1531,2,1734080401,'block_activity_results','config_decimalpoints_locked','',NULL),(1532,2,1734080401,'block_myoverview','displaycategories','1',NULL),(1533,2,1734080401,'block_myoverview','layouts','card,list,summary',NULL),(1534,2,1734080401,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1535,2,1734080401,'block_myoverview','displaygroupingall','1',NULL),(1536,2,1734080401,'block_myoverview','displaygroupinginprogress','1',NULL),(1537,2,1734080401,'block_myoverview','displaygroupingpast','1',NULL),(1538,2,1734080401,'block_myoverview','displaygroupingfuture','1',NULL),(1539,2,1734080401,'block_myoverview','displaygroupingcustomfield','0',NULL),(1540,2,1734080401,'block_myoverview','customfiltergrouping','',NULL),(1541,2,1734080401,'block_myoverview','displaygroupingfavourites','1',NULL),(1542,2,1734080401,'block_myoverview','displaygroupinghidden','1',NULL),(1543,2,1734080401,NULL,'block_course_list_adminview','all',NULL),(1544,2,1734080401,NULL,'block_course_list_hideallcourseslink','0',NULL),(1545,2,1734080401,NULL,'block_online_users_timetosee','5',NULL),(1546,2,1734080401,NULL,'block_online_users_onlinestatushiding','1',NULL),(1547,2,1734080401,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1548,2,1734080401,NULL,'block_rss_client_num_entries','5',NULL),(1549,2,1734080401,NULL,'block_rss_client_timeout','30',NULL),(1550,2,1734080401,'block_section_links','numsections1','22',NULL),(1551,2,1734080401,'block_section_links','incby1','2',NULL),(1552,2,1734080401,'block_section_links','numsections2','40',NULL),(1553,2,1734080401,'block_section_links','incby2','5',NULL),(1554,2,1734080401,'block_section_links','showsectionname','0',NULL),(1555,2,1734080401,'block_starredcourses','displaycategories','1',NULL),(1556,2,1734080401,NULL,'block_html_allowcssclasses','0',NULL),(1557,2,1734080402,'block_tag_youtube','apikey','',NULL),(1558,2,1734080402,'format_singleactivity','activitytype','forum',NULL),(1559,2,1734080402,'format_topics','indentation','1',NULL),(1560,2,1734080402,'format_weeks','indentation','1',NULL),(1561,2,1734080402,'fileconverter_googledrive','issuerid','',NULL),(1562,2,1734080402,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1563,2,1734080402,'enrol_cohort','roleid','5',NULL),(1564,2,1734080402,'enrol_cohort','unenrolaction','0',NULL),(1565,2,1734080402,'enrol_meta','nosyncroleids','',NULL),(1566,2,1734080402,'enrol_meta','syncall','1',NULL),(1567,2,1734080402,'enrol_meta','unenrolaction','3',NULL),(1568,2,1734080402,'enrol_meta','coursesort','sortorder',NULL),(1569,2,1734080402,'enrol_fee','expiredaction','3',NULL),(1570,2,1734080402,'enrol_fee','status','1',NULL),(1571,2,1734080402,'enrol_fee','cost','0',NULL),(1572,2,1734080402,'enrol_fee','currency','USD',NULL),(1573,2,1734080402,'enrol_fee','roleid','5',NULL),(1574,2,1734080402,'enrol_fee','enrolperiod','0',NULL),(1575,2,1734080402,'enrol_database','dbtype','',NULL),(1576,2,1734080402,'enrol_database','dbhost','localhost',NULL),(1577,2,1734080402,'enrol_database','dbuser','',NULL),(1578,2,1734080402,'enrol_database','dbpass','',NULL),(1579,2,1734080402,'enrol_database','dbname','',NULL),(1580,2,1734080402,'enrol_database','dbencoding','utf-8',NULL),(1581,2,1734080402,'enrol_database','dbsetupsql','',NULL),(1582,2,1734080402,'enrol_database','dbsybasequoting','0',NULL),(1583,2,1734080402,'enrol_database','debugdb','0',NULL),(1584,2,1734080402,'enrol_database','localcoursefield','idnumber',NULL),(1585,2,1734080402,'enrol_database','localuserfield','idnumber',NULL),(1586,2,1734080402,'enrol_database','localrolefield','shortname',NULL),(1587,2,1734080402,'enrol_database','localcategoryfield','id',NULL),(1588,2,1734080402,'enrol_database','remoteenroltable','',NULL),(1589,2,1734080402,'enrol_database','remotecoursefield','',NULL),(1590,2,1734080402,'enrol_database','remoteuserfield','',NULL),(1591,2,1734080402,'enrol_database','remoterolefield','',NULL),(1592,2,1734080402,'enrol_database','remoteotheruserfield','',NULL),(1593,2,1734080402,'enrol_database','defaultrole','5',NULL),(1594,2,1734080402,'enrol_database','ignorehiddencourses','0',NULL),(1595,2,1734080402,'enrol_database','unenrolaction','0',NULL),(1596,2,1734080402,'enrol_database','newcoursetable','',NULL),(1597,2,1734080402,'enrol_database','newcoursefullname','fullname',NULL),(1598,2,1734080402,'enrol_database','newcourseshortname','shortname',NULL),(1599,2,1734080403,'enrol_database','newcourseidnumber','idnumber',NULL),(1600,2,1734080403,'enrol_database','newcoursecategory','',NULL),(1601,2,1734080403,'enrol_database','defaultcategory','1',NULL),(1602,2,1734080403,'enrol_database','templatecourse','',NULL),(1603,2,1734080403,'enrol_flatfile','location','',NULL),(1604,2,1734080403,'enrol_flatfile','encoding','UTF-8',NULL),(1605,2,1734080403,'enrol_flatfile','mailstudents','0',NULL),(1606,2,1734080403,'enrol_flatfile','mailteachers','0',NULL),(1607,2,1734080403,'enrol_flatfile','mailadmins','0',NULL),(1608,2,1734080403,'enrol_flatfile','unenrolaction','3',NULL),(1609,2,1734080403,'enrol_flatfile','expiredaction','3',NULL),(1610,2,1734080403,'enrol_guest','requirepassword','0',NULL),(1611,2,1734080403,'enrol_guest','usepasswordpolicy','0',NULL),(1612,2,1734080403,'enrol_guest','showhint','0',NULL),(1613,2,1734080403,'enrol_guest','defaultenrol','1',NULL),(1614,2,1734080403,'enrol_guest','status','1',NULL),(1615,2,1734080403,'enrol_guest','status_adv','',NULL),(1616,2,1734080403,'enrol_imsenterprise','imsfilelocation','',NULL),(1617,2,1734080403,'enrol_imsenterprise','logtolocation','',NULL),(1618,2,1734080403,'enrol_imsenterprise','mailadmins','0',NULL),(1619,2,1734080403,'enrol_imsenterprise','createnewusers','0',NULL),(1620,2,1734080403,'enrol_imsenterprise','imsupdateusers','0',NULL),(1621,2,1734080403,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1622,2,1734080403,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1623,2,1734080403,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1624,2,1734080403,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1625,2,1734080403,'enrol_imsenterprise','imsrolemap01','5',NULL),(1626,2,1734080403,'enrol_imsenterprise','imsrolemap02','3',NULL),(1627,2,1734080403,'enrol_imsenterprise','imsrolemap03','3',NULL),(1628,2,1734080403,'enrol_imsenterprise','imsrolemap04','5',NULL),(1629,2,1734080403,'enrol_imsenterprise','imsrolemap05','0',NULL),(1630,2,1734080403,'enrol_imsenterprise','imsrolemap06','4',NULL),(1631,2,1734080403,'enrol_imsenterprise','imsrolemap07','0',NULL),(1632,2,1734080403,'enrol_imsenterprise','imsrolemap08','4',NULL),(1633,2,1734080403,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1634,2,1734080403,'enrol_imsenterprise','createnewcourses','0',NULL),(1635,2,1734080403,'enrol_imsenterprise','updatecourses','0',NULL),(1636,2,1734080403,'enrol_imsenterprise','createnewcategories','0',NULL),(1637,2,1734080403,'enrol_imsenterprise','nestedcategories','0',NULL),(1638,2,1734080403,'enrol_imsenterprise','categoryidnumber','0',NULL),(1639,2,1734080403,'enrol_imsenterprise','categoryseparator','',NULL),(1640,2,1734080403,'enrol_imsenterprise','imsunenrol','0',NULL),(1641,2,1734080403,'enrol_imsenterprise','unenrolaction','0',NULL),(1642,2,1734080403,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1643,2,1734080403,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1644,2,1734080404,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1645,2,1734080404,'enrol_imsenterprise','imsrestricttarget','',NULL),(1646,2,1734080404,'enrol_imsenterprise','imscapitafix','0',NULL),(1647,2,1734080404,'enrol_ldap','host_url','',NULL),(1648,2,1734080404,'enrol_ldap','start_tls','0',NULL),(1649,2,1734080404,'enrol_ldap','ldap_version','3',NULL),(1650,2,1734080404,'enrol_ldap','ldapencoding','utf-8',NULL),(1651,2,1734080404,'enrol_ldap','pagesize','250',NULL),(1652,2,1734080404,'enrol_ldap','bind_dn','',NULL),(1653,2,1734080404,'enrol_ldap','bind_pw','',NULL),(1654,2,1734080404,'enrol_ldap','course_search_sub','0',NULL),(1655,2,1734080404,'enrol_ldap','memberattribute_isdn','0',NULL),(1656,2,1734080404,'enrol_ldap','user_contexts','',NULL),(1657,2,1734080404,'enrol_ldap','user_search_sub','0',NULL),(1658,2,1734080404,'enrol_ldap','user_type','default',NULL),(1659,2,1734080404,'enrol_ldap','opt_deref','0',NULL),(1660,2,1734080404,'enrol_ldap','idnumber_attribute','',NULL),(1661,2,1734080404,'enrol_ldap','objectclass','',NULL),(1662,2,1734080404,'enrol_ldap','course_idnumber','',NULL),(1663,2,1734080404,'enrol_ldap','course_shortname','',NULL),(1664,2,1734080404,'enrol_ldap','course_fullname','',NULL),(1665,2,1734080404,'enrol_ldap','course_summary','',NULL),(1666,2,1734080404,'enrol_ldap','ignorehiddencourses','0',NULL),(1667,2,1734080404,'enrol_ldap','unenrolaction','0',NULL),(1668,2,1734080404,'enrol_ldap','autocreate','0',NULL),(1669,2,1734080404,'enrol_ldap','category','1',NULL),(1670,2,1734080404,'enrol_ldap','template','',NULL),(1671,2,1734080404,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1672,2,1734080404,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1673,2,1734080404,'enrol_ldap','course_summary_updateonsync','0',NULL),(1674,2,1734080404,'enrol_ldap','nested_groups','0',NULL),(1675,2,1734080404,'enrol_ldap','group_memberofattribute','',NULL),(1676,2,1734080404,'enrol_manual','expiredaction','1',NULL),(1677,2,1734080404,'enrol_manual','expirynotifyhour','6',NULL),(1678,2,1734080404,'enrol_manual','defaultenrol','1',NULL),(1679,2,1734080404,'enrol_manual','status','0',NULL),(1680,2,1734080404,'enrol_manual','roleid','5',NULL),(1681,2,1734080404,'enrol_manual','enrolstart','4',NULL),(1682,2,1734080404,'enrol_manual','enrolperiod','0',NULL),(1683,2,1734080404,'enrol_manual','expirynotify','0',NULL),(1684,2,1734080404,'enrol_manual','expirythreshold','86400',NULL),(1685,2,1734080404,'enrol_mnet','roleid','5',NULL),(1686,2,1734080404,'enrol_mnet','roleid_adv','1',NULL),(1687,2,1734080404,'enrol_paypal','paypalbusiness','',NULL),(1688,2,1734080404,'enrol_paypal','mailstudents','0',NULL),(1689,2,1734080404,'enrol_paypal','mailteachers','0',NULL),(1690,2,1734080404,'enrol_paypal','mailadmins','0',NULL),(1691,2,1734080404,'enrol_paypal','expiredaction','3',NULL),(1692,2,1734080404,'enrol_paypal','status','1',NULL),(1693,2,1734080404,'enrol_paypal','cost','0',NULL),(1694,2,1734080404,'enrol_paypal','currency','USD',NULL),(1695,2,1734080404,'enrol_paypal','roleid','5',NULL),(1696,2,1734080405,'enrol_paypal','enrolperiod','0',NULL),(1697,2,1734080405,'enrol_lti','emaildisplay','2',NULL),(1698,2,1734080405,'enrol_lti','city','',NULL),(1699,2,1734080405,'enrol_lti','country','',NULL),(1700,2,1734080405,'enrol_lti','timezone','99',NULL),(1701,2,1734080405,'enrol_lti','lang','en',NULL),(1702,2,1734080405,'enrol_lti','institution','',NULL),(1703,2,1734080405,'enrol_self','requirepassword','0',NULL),(1704,2,1734080405,'enrol_self','usepasswordpolicy','0',NULL),(1705,2,1734080405,'enrol_self','showhint','0',NULL),(1706,2,1734080405,'enrol_self','expiredaction','1',NULL),(1707,2,1734080405,'enrol_self','expirynotifyhour','6',NULL),(1708,2,1734080405,'enrol_self','defaultenrol','1',NULL),(1709,2,1734080405,'enrol_self','status','1',NULL),(1710,2,1734080405,'enrol_self','newenrols','1',NULL),(1711,2,1734080405,'enrol_self','groupkey','0',NULL),(1712,2,1734080405,'enrol_self','roleid','5',NULL),(1713,2,1734080405,'enrol_self','enrolperiod','0',NULL),(1714,2,1734080405,'enrol_self','expirynotify','0',NULL),(1715,2,1734080405,'enrol_self','expirythreshold','86400',NULL),(1716,2,1734080405,'enrol_self','longtimenosee','0',NULL),(1717,2,1734080405,'enrol_self','maxenrolled','0',NULL),(1718,2,1734080405,'enrol_self','sendcoursewelcomemessage','1',NULL),(1719,2,1734080405,'filter_urltolink','formats','1,4,0',NULL),(1720,2,1734080405,'filter_urltolink','embedimages','1',NULL),(1721,2,1734080405,'filter_emoticon','formats','1,4,0',NULL),(1722,2,1734080405,'filter_displayh5p','allowedsources','',NULL),(1723,2,1734080405,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1724,2,1734080405,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1725,2,1734080405,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1726,2,1734080405,'filter_mathjaxloader','additionaldelimiters','',NULL),(1727,2,1734080405,'filter_wiris','editor_enable','1',NULL),(1728,2,1734080405,'filter_wiris','chem_editor_enable','1',NULL),(1729,2,1734080405,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1730,2,1734080405,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1731,2,1734080405,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1732,2,1734080405,'filter_wiris','imageserviceprotocol','https',NULL),(1733,2,1734080405,'filter_wiris','rendertype','php',NULL),(1734,2,1734080405,'filter_wiris','imageformat','svg',NULL),(1735,2,1734080405,'filter_wiris','pluginperformance','1',NULL),(1736,2,1734080405,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1737,2,1734080405,'filter_wiris','access_provider_enabled','0',NULL),(1738,2,1734080405,NULL,'filter_multilang_force_old','0',NULL),(1739,2,1734080405,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1740,2,1734080405,'filter_tex','latexbackground','#FFFFFF',NULL),(1741,2,1734080405,'filter_tex','density','120',NULL),(1742,2,1734080405,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1743,2,1734080405,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1744,2,1734080405,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1745,2,1734080405,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1746,2,1734080405,'filter_tex','pathmimetex','',NULL),(1747,2,1734080405,'filter_tex','convertformat','gif',NULL),(1748,2,1734080406,'logstore_database','dbdriver','',NULL),(1749,2,1734080406,'logstore_database','dbhost','',NULL),(1750,2,1734080406,'logstore_database','dbuser','',NULL),(1751,2,1734080406,'logstore_database','dbpass','',NULL),(1752,2,1734080406,'logstore_database','dbname','',NULL),(1753,2,1734080406,'logstore_database','dbtable','',NULL),(1754,2,1734080406,'logstore_database','dbpersist','0',NULL),(1755,2,1734080406,'logstore_database','dbsocket','',NULL),(1756,2,1734080406,'logstore_database','dbport','',NULL),(1757,2,1734080406,'logstore_database','dbschema','',NULL),(1758,2,1734080406,'logstore_database','dbcollation','',NULL),(1759,2,1734080406,'logstore_database','dbhandlesoptions','0',NULL),(1760,2,1734080406,'logstore_database','buffersize','50',NULL),(1761,2,1734080406,'logstore_database','jsonformat','1',NULL),(1762,2,1734080406,'logstore_database','logguests','0',NULL),(1763,2,1734080406,'logstore_database','includelevels','1,2,0',NULL),(1764,2,1734080406,'logstore_database','includeactions','c,r,u,d',NULL),(1765,2,1734080406,'logstore_legacy','loglegacy','0',NULL),(1766,2,1734080406,NULL,'logguests','1',NULL),(1767,2,1734080406,NULL,'loglifetime','0',NULL),(1768,2,1734080406,'logstore_standard','logguests','1',NULL),(1769,2,1734080406,'logstore_standard','jsonformat','1',NULL),(1770,2,1734080406,'logstore_standard','loglifetime','0',NULL),(1771,2,1734080406,'logstore_standard','buffersize','50',NULL),(1772,2,1734080406,'mlbackend_python','useserver','0',NULL),(1773,2,1734080406,'mlbackend_python','host','',NULL),(1774,2,1734080406,'mlbackend_python','port','0',NULL),(1775,2,1734080406,'mlbackend_python','secure','0',NULL),(1776,2,1734080406,'mlbackend_python','username','default',NULL),(1777,2,1734080406,'mlbackend_python','password','',NULL),(1778,2,1734080406,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1779,2,1734080406,'media_videojs','audioextensions','html_audio',NULL),(1780,2,1734080406,'media_videojs','youtube','1',NULL),(1781,2,1734080406,'media_videojs','videocssclass','video-js',NULL),(1782,2,1734080406,'media_videojs','audiocssclass','video-js',NULL),(1783,2,1734080406,'media_videojs','limitsize','1',NULL),(1784,2,1734080406,'paygw_paypal','surcharge','0',NULL),(1785,2,1734080406,'qtype_multichoice','answerhowmany','1',NULL),(1786,2,1734080406,'qtype_multichoice','shuffleanswers','1',NULL),(1787,2,1734080406,'qtype_multichoice','answernumbering','abc',NULL),(1788,2,1734080406,'qtype_multichoice','showstandardinstruction','0',NULL),(1789,2,1734080406,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1790,2,1734080406,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1791,2,1734080406,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1792,2,1734080407,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1793,2,1734080407,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1794,2,1734080407,'qtype_wq','access_provider_enabled','0',NULL),(1795,2,1734080407,'qtype_wq','filtercodes_compatibility','0',NULL),(1796,2,1734080407,'qtype_wq','debug_mode_enabled','0',NULL),(1797,2,1734080407,'qtype_wq','log_server_errors','0',NULL),(1798,2,1734080407,'search_solr','server_hostname','127.0.0.1',NULL),(1799,2,1734080407,'search_solr','indexname','',NULL),(1800,2,1734080407,'search_solr','secure','0',NULL),(1801,2,1734080407,'search_solr','server_port','8983',NULL),(1802,2,1734080407,'search_solr','server_username','',NULL),(1803,2,1734080407,'search_solr','server_password','',NULL),(1804,2,1734080407,'search_solr','server_timeout','30',NULL),(1805,2,1734080407,'search_solr','ssl_cert','',NULL),(1806,2,1734080407,'search_solr','ssl_key','',NULL),(1807,2,1734080407,'search_solr','ssl_keypassword','',NULL),(1808,2,1734080407,'search_solr','ssl_cainfo','',NULL),(1809,2,1734080407,'search_solr','ssl_capath','',NULL),(1810,2,1734080407,'search_solr','fileindexing','1',NULL),(1811,2,1734080407,'search_solr','maxindexfilekb','2097152',NULL),(1812,2,1734080407,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1813,2,1734080407,'search_solr','alternateindexname','',NULL),(1814,2,1734080407,'search_solr','alternatesecure','0',NULL),(1815,2,1734080407,'search_solr','alternateserver_port','8983',NULL),(1816,2,1734080407,'search_solr','alternateserver_username','',NULL),(1817,2,1734080407,'search_solr','alternateserver_password','',NULL),(1818,2,1734080407,'search_solr','alternatessl_cert','',NULL),(1819,2,1734080407,'search_solr','alternatessl_key','',NULL),(1820,2,1734080407,'search_solr','alternatessl_keypassword','',NULL),(1821,2,1734080407,'search_solr','alternatessl_cainfo','',NULL),(1822,2,1734080407,'search_solr','alternatessl_capath','',NULL),(1823,2,1734080407,'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),(1824,2,1734080407,'editor_atto','autosavefrequency','60',NULL),(1825,2,1734080407,'atto_collapse','showgroups','6',NULL),(1826,2,1734080407,'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),(1827,2,1734080407,'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),(1828,2,1734080407,'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),(1829,2,1734080407,'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),(1830,2,1734080407,'atto_recordrtc','allowedtypes','both',NULL),(1831,2,1734080407,'atto_recordrtc','audiobitrate','128000',NULL),(1832,2,1734080407,'atto_recordrtc','videobitrate','2500000',NULL),(1833,2,1734080407,'atto_recordrtc','audiotimelimit','120',NULL),(1834,2,1734080407,'atto_recordrtc','videotimelimit','120',NULL),(1835,2,1734080407,'atto_table','allowborders','0',NULL),(1836,2,1734080407,'atto_table','allowbackgroundcolour','0',NULL),(1837,2,1734080407,'atto_table','allowwidth','0',NULL),(1838,2,1734080408,'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),(1839,2,1734080408,'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),(1840,2,1734080408,'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),(1841,2,1734080408,'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),(1842,2,1734080408,'tiny_recordrtc','allowedtypes','both',NULL),(1843,2,1734080408,'tiny_recordrtc','audiobitrate','128000',NULL),(1844,2,1734080408,'tiny_recordrtc','videobitrate','2500000',NULL),(1845,2,1734080408,'tiny_recordrtc','audiotimelimit','120',NULL),(1846,2,1734080408,'tiny_recordrtc','videotimelimit','120',NULL),(1847,2,1734080408,'editor_tiny','branding','1',NULL),(1848,2,1734080408,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1849,2,1734080408,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1850,2,1734080408,'editor_tinymce','customconfig','',NULL),(1851,2,1734080408,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1852,2,1734080408,'tinymce_spellchecker','spellengine','',NULL),(1853,2,1734080408,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1854,2,1734080408,NULL,'profileroles','5,4,3',NULL),(1855,2,1734080408,NULL,'calendar_exportsalt','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR'),(1856,2,1734080409,NULL,'coursecontact','3',NULL),(1857,2,1734080409,NULL,'frontpage','6',NULL),(1858,2,1734080409,NULL,'frontpageloggedin','6',NULL),(1859,2,1734080409,NULL,'maxcategorydepth','2',NULL),(1860,2,1734080409,NULL,'frontpagecourselimit','200',NULL),(1861,2,1734080409,NULL,'commentsperpage','15',NULL),(1862,2,1734080409,NULL,'defaultfrontpageroleid','8',NULL),(1863,2,1734080409,NULL,'pathtophp','','/usr/local/bin/php'),(1864,2,1734080409,NULL,'messageinbound_enabled','0',NULL),(1865,2,1734080409,NULL,'messageinbound_mailbox','',NULL),(1866,2,1734080409,NULL,'messageinbound_domain','',NULL),(1867,2,1734080409,NULL,'messageinbound_host','',NULL),(1868,2,1734080409,NULL,'messageinbound_hostssl','ssl',NULL),(1869,2,1734080409,NULL,'messageinbound_hostuser','',NULL),(1870,2,1734080409,NULL,'messageinbound_hostpass','',NULL),(1871,2,1734080410,'tool_mobile','apppolicy','',NULL),(1872,2,1734080410,'tool_mobile','typeoflogin','1',NULL),(1873,2,1734080410,'tool_mobile','qrcodetype','2',NULL),(1874,2,1734080410,'tool_mobile','qrkeyttl','600',NULL),(1875,2,1734080410,'tool_mobile','qrsameipcheck','1',NULL),(1876,2,1734080410,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1877,2,1734080410,'tool_mobile','minimumversion','',NULL),(1878,2,1734080410,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1879,2,1734080410,NULL,'mobilecssurl','',NULL),(1880,2,1734080410,'tool_mobile','enablesmartappbanners','0',NULL),(1881,2,1734080410,'tool_mobile','iosappid','633359593',NULL),(1882,2,1734080410,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1883,2,1734080410,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1884,2,1734080410,'tool_mobile','forcelogout','0',NULL),(1885,2,1734080410,'tool_mobile','disabledfeatures','',NULL),(1886,2,1734080410,'tool_mobile','custommenuitems','',NULL),(1887,2,1734080410,'tool_mobile','filetypeexclusionlist','',NULL),(1888,2,1734080410,'tool_mobile','customlangstrings','',NULL),(1889,2,1734080410,NULL,'debug','0','32767'),(1890,2,1734080410,NULL,'debugdisplay','0','1'),(1891,2,1734080418,NULL,'enablemobilewebservice','1',NULL),(1892,2,1734080426,NULL,'calendar_exportsalt','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj'),(1893,2,1734080426,NULL,'pathtophp','','/usr/local/bin/php'),(1894,2,1734080427,NULL,'debug','0','32767'),(1895,2,1734080427,NULL,'debugdisplay','0','1'),(1896,2,1734080427,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1897,2,1734080427,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1898,2,1734080437,NULL,'enablewebservices','0','1'),(1899,2,1734080451,NULL,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR'),(1900,2,1734080452,NULL,'pathtophp','','/usr/local/bin/php'),(1901,2,1734080453,NULL,'debug','0','32767'),(1902,2,1734080453,NULL,'debugdisplay','0','1'); +/*!40000 ALTER TABLE `t_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config_plugins` +-- + +DROP TABLE IF EXISTS `t_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2096 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config_plugins` +-- + +LOCK TABLES `t_config_plugins` WRITE; +/*!40000 ALTER TABLE `t_config_plugins` DISABLE KEYS */; +INSERT INTO `t_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','dfb22e5c28892dddbd2a'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC8neoR7eY6/Db5\nmd7szOFYCjXXEBKy5OKsxY3oiffoJi0sShs4m7xsZeidnxmtDZQHGZzJAWb4UVMn\nFH3Qry5S9ttqH+fp1TmTX7/3sf10r9ClY3jnZVsV0hOGL5Xg3OVRsy0eBStpwQUI\nO3JVw4WJ1qX2G2WFIk1teqA3cEtQUItiOEd3UqsMGRgKF1+RtZSPGXKRh5pAXuv6\ntVpLPv/XaRJ+boMvCUwzeAL4Q8yA6T2N4cDKFzEPC6Bag4pTLo4ofK1Y66D79LgV\n7zfE2o/LJrP5DonYzl/5e/Dwhe2Bs5/kNTkwLa828VT4IMvUXRI21fk0Q8gwiJzj\n4EFrpR6nAgMBAAECggEAGNiQceYtss1wjHapd/YRJSDLMNZMMEaYWXv4ko5CGtGU\nl8X3SgCx1HGkL8c6gaJNQpYsIgpOPx2vX3GClU/OQV2FT7h+Oz48RF6TkhRfN9TF\nHlQ5I/olAn3W1pFEJAfVKWr54X961YZ4nDoAeK211I9y8zVurRf0rRw/KK5hLWYE\nnvC2gZlxgbzTQoiu/o4UdMKBlb725hdnh0OlwNxQlDqLccDswujL5M7U51ZWwBfA\ncgcEc5gK8ExBiosCQK6yQE69gs1BVRfDdMTzJeyjnKmy6JLNACjs3CbN5E9baeLp\nkpbSEmxGZMMiYUeGhid9YqRLDtzRSgDZ6xVudqOI+QKBgQDxpRn6vJMCeLTMAJVQ\nPoS0bnpCii7xOfMF8Gq5C4uaokUHm/bHBuHmbQUh3ViHWDGWx0cZRKEQLwM/E/fH\ng2npwVD0TQ8Mldzn05WqIqBr9o3hd/fSlB27atM/APySJ8WGbAqdY+03ODebxv8r\niY0PjuHkoVzwQS0nH19iipp/MwKBgQDH0l7A5zsLUSpS/r7VjXVJQR+T5Qzn3AmU\nDsOWLEaNqzA10HT92DiDeGD6ILlUr0zpeTHBVN/EwsJA/RtwYjMLcwhSXor/nbhu\nW05gU58f2RDBHn+7a8aV/rrmr6e6+iOcWIOrJrb/9LdvlEvFEn/1i5Wc239gnS7N\nz6wmE03yvQKBgQCjE0zJDeIYVOWOlwYtNUPRkI0pwp+TZAxCAdHEN6prHP+A9xw/\njMF/BCvmgr5v+HDe1HWC8/HOPivusccR+fnMKw47EJYLZEfEm+HxA5VHxwhRFOlG\nT3cRODJ/3maVLAn9gYRYW0uHbIT6t/0UoKt1yHNiHBPgf9u8/0sb8XX6SQKBgQCP\njLCncjY3nhqCvyGHNvVgJ9mwnKcV1jxHUgfuVWZmFeovbs7tIa0PvaYlaubZUIo3\nW+qDkh6jMqrslyhkJxe2jPAYhHTkx4CcPxniF5DEB2OC6Q8oLHfgf7vzR5N+vn5g\nrjIA/XIQFNTG4slADVdBpgJYSlOKq8DY9+0a+VlRHQKBgH+inHmkawp6+lwQEe4U\n6GB6RQZ9b2BYoszY5vQlSiCW/SJdTg8Trn3gdW6F54gdOWgYzVeEEeGqTx/GZA4Y\n01idcqIOS1bhpZWI8K2i9beHRjmu93sk/BbbJ3a6lgEKvpd9wHdx3+019bd1hImS\n1+Aw1vzq+J+ASTwPB+9Do0bJ\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','af1e76c275bc606d638d'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2xYRmFz9h+z42\nnazV8OuKCBlBK4OwS4QILBr5/0gq0OsxZWbh2ai/zHR53N8OsmB2jDhCn+HTsnJz\nVeavIc8AADk0GqnVz8XfiAw2AucjeZqELqqj8GDrHoa8rOE8dUjyQqSYdhNHnIjg\nRHCRJsTD3HiR3tpJGxbcSfpjTQ7FnxsKeFKI23fYQcPWjbcu3nYOKxUaF1S6S7sh\n86E8cDdjJDBFXo9Zk+Bpl6o5TWWv/aA3R+9OVXlktkluNS9CvG+dQ8BsSQI6rcla\nEndcB069ZennkOUJ5jQlb/y0tQIm+BUxOQudwTHH8egrOJWGavhobXgpspPnYMtp\nGFDwouRjAgMBAAECggEAEzfDiySIopnTWdTMdpZlfdcKKMMVjrTyBhX1JDJGeVIM\nWN5LqhXD25745FNoFNiGshBeXgsHqMXLqPrwTZvlcx+S5Dqlfvjg2ncoqYk2mpFP\nwPRTNvewiShljHM1H7FJYUfGnM1Vi6MW9VXc7DZCXEHTX6sqEqPJjJIuxMA2fGrn\n5IN29wGD8ED4VlqOrFmoNpYr/WQA0iCVpra4bVahMubeMaZr/F+ZiorWKA2FhpsW\nmTQTKSq4g18lS9npn/jBsRi1uMl0rLjVMTBFHalnVBIeem7XRj2pCIPKAmZ7mLKr\nCC/wCgVG4wFA5n1ZgZOMNpT+YgeEeejHWgRT3NtgEQKBgQDZzmw8Fb0RFtcBvqq1\n5zZ5tqc7w4ZEfMkd1pdsFG8cZAoda1ZdcnQtQLpveaQtRP1ZyOQFckFLoiGW32wY\n0Uhq5gS+VfwwxiM8CROQRXc7w41y3g9xLrSTQfggR3i2Ul8itpbW3syI/tAfH5vg\nLBphRsEWRO0NOx8tCL+nhWC++QKBgQDW0lerg8f+JmTUUmbZWOGomM9teJiiWJPS\ntHGGxb2fC27iIQCqwlLbwlqCmcey7wJPjyssDUUK8nrQ+9AN3agddo2fxR71Qtpa\na5Pv0iaIF4yCm34xufJ2pIF2oQEUUmCQTBX+by7gbP64JtVvvJMFr1F6VmEz2ZHa\nToa7bgkpOwKBgQCVIMjqutehA8pi33Fy6sRZwb3vJYihC++IBo3W6obJIZXrXrrb\ncKoq8c601MycUkhFWU8Gi5w5dOEatA8HTwQObT+CMs1hd8hYKr7CYU2qFdKbe3+H\nNztcOCbzsvvrmaqZ0fqlVBcnFZDaPoIzkv7c69z4qmjETl6iLwNKaAA9wQKBgQDI\njMB6B+Iqm69gJLmNyZOJ8Xcc7QwZ6/W9LOYbevnGxEa1ZzgXMqlmLjCPYn9zxfxz\nR+Z3DsBZMvyDo8KdX0S2lNoswTtgnxP4fBw1NQzx2oI74GxUghMgvf17QV4fmbQ6\noj2aNjQeIsM+KkryMKtVEFJRktjWLhUjKFJSIqz8xwKBgGdWOFvds1e9PU1YFHji\npe+r/7JwYobJ9aBJRnaMM8bdSJTi0qvHZYa059etML7E8uCiT279htvwTRf8N8ue\nxK/l2EtFbFU7jRlN0XTgj8+BRtjHrfY5kZbDz3aummIznpCEOBWld9rPNLdUm2UU\nkaJUpHjtZj+rMXUGBH4BDvpu\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores',''),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','60'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','2'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'); +/*!40000 ALTER TABLE `t_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_contentbank_content` +-- + +DROP TABLE IF EXISTS `t_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_contcont_nam_ix` (`name`), + KEY `t_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `t_contcont_con_ix` (`contextid`), + KEY `t_contcont_use_ix` (`usermodified`), + KEY `t_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_contentbank_content` +-- + +LOCK TABLES `t_contentbank_content` WRITE; +/*!40000 ALTER TABLE `t_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_context` +-- + +DROP TABLE IF EXISTS `t_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_cont_ins_ix` (`instanceid`), + KEY `t_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_context` +-- + +LOCK TABLES `t_context` WRITE; +/*!40000 ALTER TABLE `t_context` DISABLE KEYS */; +INSERT INTO `t_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `t_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_context_temp` +-- + +DROP TABLE IF EXISTS `t_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_context_temp` +-- + +LOCK TABLES `t_context_temp` WRITE; +/*!40000 ALTER TABLE `t_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course` +-- + +DROP TABLE IF EXISTS `t_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_cour_cat_ix` (`category`), + KEY `t_cour_idn_ix` (`idnumber`), + KEY `t_cour_sho_ix` (`shortname`), + KEY `t_cour_sor_ix` (`sortorder`), + KEY `t_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course` +-- + +LOCK TABLES `t_course` WRITE; +/*!40000 ALTER TABLE `t_course` DISABLE KEYS */; +INSERT INTO `t_course` VALUES (1,0,0,'PHPUnit test site','phpunit','',NULL,0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734080173,1734080452,0,0,0,1734080375,NULL,0,NULL); +/*!40000 ALTER TABLE `t_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_categories` +-- + +DROP TABLE IF EXISTS `t_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_categories` +-- + +LOCK TABLES `t_course_categories` WRITE; +/*!40000 ALTER TABLE `t_course_categories` DISABLE KEYS */; +INSERT INTO `t_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734080173,1,'/1',NULL); +/*!40000 ALTER TABLE `t_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `t_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `t_courcompaggrmeth_cou_ix` (`course`), + KEY `t_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_aggr_methd` +-- + +LOCK TABLES `t_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `t_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `t_courcompcritcomp_use_ix` (`userid`), + KEY `t_courcompcritcomp_cou_ix` (`course`), + KEY `t_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `t_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_crit_compl` +-- + +LOCK TABLES `t_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `t_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_criteria` +-- + +LOCK TABLES `t_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `t_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `t_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompdefa_coumod_uix` (`course`,`module`), + KEY `t_courcompdefa_mod_ix` (`module`), + KEY `t_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_defaults` +-- + +LOCK TABLES `t_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `t_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completions` +-- + +DROP TABLE IF EXISTS `t_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcomp_usecou_uix` (`userid`,`course`), + KEY `t_courcomp_use_ix` (`userid`), + KEY `t_courcomp_cou_ix` (`course`), + KEY `t_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completions` +-- + +LOCK TABLES `t_course_completions` WRITE; +/*!40000 ALTER TABLE `t_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_format_options` +-- + +DROP TABLE IF EXISTS `t_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `t_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_format_options` +-- + +LOCK TABLES `t_course_format_options` WRITE; +/*!40000 ALTER TABLE `t_course_format_options` DISABLE KEYS */; +INSERT INTO `t_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `t_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules` +-- + +DROP TABLE IF EXISTS `t_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courmodu_vis_ix` (`visible`), + KEY `t_courmodu_cou_ix` (`course`), + KEY `t_courmodu_mod_ix` (`module`), + KEY `t_courmodu_ins_ix` (`instance`), + KEY `t_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `t_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_modules` +-- + +LOCK TABLES `t_course_modules` WRITE; +/*!40000 ALTER TABLE `t_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules_completion` +-- + +DROP TABLE IF EXISTS `t_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_modules_completion` +-- + +LOCK TABLES `t_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `t_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `t_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_modules_viewed` +-- + +LOCK TABLES `t_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `t_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_published` +-- + +DROP TABLE IF EXISTS `t_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courpubl_hub_ix` (`hubcourseid`), + KEY `t_courpubl_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_published` +-- + +LOCK TABLES `t_course_published` WRITE; +/*!40000 ALTER TABLE `t_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_request` +-- + +DROP TABLE IF EXISTS `t_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_request` +-- + +LOCK TABLES `t_course_request` WRITE; +/*!40000 ALTER TABLE `t_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_sections` +-- + +DROP TABLE IF EXISTS `t_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_sections` +-- + +LOCK TABLES `t_course_sections` WRITE; +/*!40000 ALTER TABLE `t_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_category` +-- + +DROP TABLE IF EXISTS `t_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `t_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_category` +-- + +LOCK TABLES `t_customfield_category` WRITE; +/*!40000 ALTER TABLE `t_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_data` +-- + +DROP TABLE IF EXISTS `t_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `t_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `t_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `t_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `t_custdata_fie_ix` (`fieldid`), + KEY `t_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_data` +-- + +LOCK TABLES `t_customfield_data` WRITE; +/*!40000 ALTER TABLE `t_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_field` +-- + +DROP TABLE IF EXISTS `t_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `t_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_field` +-- + +LOCK TABLES `t_customfield_field` WRITE; +/*!40000 ALTER TABLE `t_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data` +-- + +DROP TABLE IF EXISTS `t_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data` +-- + +LOCK TABLES `t_data` WRITE; +/*!40000 ALTER TABLE `t_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_content` +-- + +DROP TABLE IF EXISTS `t_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_datacont_rec_ix` (`recordid`), + KEY `t_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_content` +-- + +LOCK TABLES `t_data_content` WRITE; +/*!40000 ALTER TABLE `t_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_fields` +-- + +DROP TABLE IF EXISTS `t_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_datafiel_typdat_ix` (`type`,`dataid`), + KEY `t_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_fields` +-- + +LOCK TABLES `t_data_fields` WRITE; +/*!40000 ALTER TABLE `t_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_records` +-- + +DROP TABLE IF EXISTS `t_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_datareco_dat_ix` (`dataid`), + KEY `t_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_records` +-- + +LOCK TABLES `t_data_records` WRITE; +/*!40000 ALTER TABLE `t_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `t_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_editor_atto_autosave` +-- + +LOCK TABLES `t_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `t_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol` +-- + +DROP TABLE IF EXISTS `t_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enro_enr_ix` (`enrol`), + KEY `t_enro_cou_ix` (`courseid`), + KEY `t_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol` +-- + +LOCK TABLES `t_enrol` WRITE; +/*!40000 ALTER TABLE `t_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `t_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enroflat_cou_ix` (`courseid`), + KEY `t_enroflat_use_ix` (`userid`), + KEY `t_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_flatfile` +-- + +LOCK TABLES `t_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `t_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `status` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `t_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `t_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_app_registration` +-- + +LOCK TABLES `t_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `t_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_context` +-- + +LOCK TABLES `t_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `t_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_deployment` +-- + +LOCK TABLES `t_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `t_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_lti2_context` +-- + +LOCK TABLES `t_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `t_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2resolink_con_ix` (`contextid`), + KEY `t_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `t_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `t_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `t_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `t_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `t_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `t_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `t_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `t_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `t_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_resource_link` +-- + +LOCK TABLES `t_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltitoolconsmap_too_ix` (`toolid`), + KEY `t_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `t_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltitool_uui_uix` (`uuid`), + KEY `t_enroltitool_enr_ix` (`enrolid`), + KEY `t_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_tools` +-- + +LOCK TABLES `t_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `t_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `t_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_user_resource_link` +-- + +LOCK TABLES `t_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltiuser_use_ix` (`userid`), + KEY `t_enroltiuser_too_ix` (`toolid`), + KEY `t_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_users` +-- + +LOCK TABLES `t_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_paypal` +-- + +DROP TABLE IF EXISTS `t_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enropayp_bus_ix` (`business`), + KEY `t_enropayp_rec_ix` (`receiver_email`), + KEY `t_enropayp_cou_ix` (`courseid`), + KEY `t_enropayp_use_ix` (`userid`), + KEY `t_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_paypal` +-- + +LOCK TABLES `t_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `t_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_event` +-- + +DROP TABLE IF EXISTS `t_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_even_cou_ix` (`courseid`), + KEY `t_even_use_ix` (`userid`), + KEY `t_even_tim_ix` (`timestart`), + KEY `t_even_tim2_ix` (`timeduration`), + KEY `t_even_uui_ix` (`uuid`), + KEY `t_even_typtim_ix` (`type`,`timesort`), + KEY `t_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `t_even_eve_ix` (`eventtype`), + KEY `t_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `t_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `t_even_cat_ix` (`categoryid`), + KEY `t_even_sub_ix` (`subscriptionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_event` +-- + +LOCK TABLES `t_event` WRITE; +/*!40000 ALTER TABLE `t_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_event_subscriptions` +-- + +DROP TABLE IF EXISTS `t_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_evensubs_cou_ix` (`courseid`), + KEY `t_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_event_subscriptions` +-- + +LOCK TABLES `t_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_handlers` +-- + +DROP TABLE IF EXISTS `t_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_handlers` +-- + +LOCK TABLES `t_events_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_queue` +-- + +DROP TABLE IF EXISTS `t_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_queue` +-- + +LOCK TABLES `t_events_queue` WRITE; +/*!40000 ALTER TABLE `t_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `t_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_evenqueuhand_que_ix` (`queuedeventid`), + KEY `t_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_queue_handlers` +-- + +LOCK TABLES `t_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_functions` +-- + +DROP TABLE IF EXISTS `t_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_functions` +-- + +LOCK TABLES `t_external_functions` WRITE; +/*!40000 ALTER TABLE `t_external_functions` DISABLE KEYS */; +INSERT INTO `t_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `t_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services` +-- + +DROP TABLE IF EXISTS `t_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_services` +-- + +LOCK TABLES `t_external_services` WRITE; +/*!40000 ALTER TABLE `t_external_services` DISABLE KEYS */; +INSERT INTO `t_external_services` VALUES (1,'Moodle mobile web service',1,NULL,0,'moodle',1734080197,1734080437,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `t_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services_functions` +-- + +DROP TABLE IF EXISTS `t_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_services_functions` +-- + +LOCK TABLES `t_external_services_functions` WRITE; +/*!40000 ALTER TABLE `t_external_services_functions` DISABLE KEYS */; +INSERT INTO `t_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `t_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services_users` +-- + +DROP TABLE IF EXISTS `t_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_exteservuser_ext_ix` (`externalserviceid`), + KEY `t_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_external_services_users` +-- + +LOCK TABLES `t_external_services_users` WRITE; +/*!40000 ALTER TABLE `t_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_tokens` +-- + +DROP TABLE IF EXISTS `t_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_extetoke_tok_ix` (`token`), + KEY `t_extetoke_sid_ix` (`sid`), + KEY `t_extetoke_use_ix` (`userid`), + KEY `t_extetoke_ext_ix` (`externalserviceid`), + KEY `t_extetoke_con_ix` (`contextid`), + KEY `t_extetoke_cre_ix` (`creatorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_tokens` +-- + +LOCK TABLES `t_external_tokens` WRITE; +/*!40000 ALTER TABLE `t_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_favourite` +-- + +DROP TABLE IF EXISTS `t_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `t_favo_con_ix` (`contextid`), + KEY `t_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_favourite` +-- + +LOCK TABLES `t_favourite` WRITE; +/*!40000 ALTER TABLE `t_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback` +-- + +DROP TABLE IF EXISTS `t_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback` +-- + +LOCK TABLES `t_feedback` WRITE; +/*!40000 ALTER TABLE `t_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_completed` +-- + +DROP TABLE IF EXISTS `t_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedcomp_use_ix` (`userid`), + KEY `t_feedcomp_fee_ix` (`feedback`), + KEY `t_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_completed` +-- + +LOCK TABLES `t_feedback_completed` WRITE; +/*!40000 ALTER TABLE `t_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `t_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedcomp_use2_ix` (`userid`), + KEY `t_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_completedtmp` +-- + +LOCK TABLES `t_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_item` +-- + +DROP TABLE IF EXISTS `t_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_feeditem_fee_ix` (`feedback`), + KEY `t_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_item` +-- + +LOCK TABLES `t_feedback_item` WRITE; +/*!40000 ALTER TABLE `t_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `t_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedsitemap_cou_ix` (`courseid`), + KEY `t_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_sitecourse_map` +-- + +LOCK TABLES `t_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_template` +-- + +DROP TABLE IF EXISTS `t_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_template` +-- + +LOCK TABLES `t_feedback_template` WRITE; +/*!40000 ALTER TABLE `t_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_value` +-- + +DROP TABLE IF EXISTS `t_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou_ix` (`course_id`), + KEY `t_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_value` +-- + +LOCK TABLES `t_feedback_value` WRITE; +/*!40000 ALTER TABLE `t_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `t_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou2_ix` (`course_id`), + KEY `t_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_valuetmp` +-- + +LOCK TABLES `t_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_file_conversion` +-- + +DROP TABLE IF EXISTS `t_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_fileconv_sou_ix` (`sourcefileid`), + KEY `t_fileconv_des_ix` (`destfileid`), + KEY `t_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_file_conversion` +-- + +LOCK TABLES `t_file_conversion` WRITE; +/*!40000 ALTER TABLE `t_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_files` +-- + +DROP TABLE IF EXISTS `t_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_file_pat_uix` (`pathnamehash`), + KEY `t_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `t_file_con_ix` (`contenthash`), + KEY `t_file_lic_ix` (`license`), + KEY `t_file_fil_ix` (`filename`), + KEY `t_file_con2_ix` (`contextid`), + KEY `t_file_use_ix` (`userid`), + KEY `t_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_files` +-- + +LOCK TABLES `t_files` WRITE; +/*!40000 ALTER TABLE `t_files` DISABLE KEYS */; +INSERT INTO `t_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL); +/*!40000 ALTER TABLE `t_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_files_reference` +-- + +DROP TABLE IF EXISTS `t_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `t_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_files_reference` +-- + +LOCK TABLES `t_files_reference` WRITE; +/*!40000 ALTER TABLE `t_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_active` +-- + +DROP TABLE IF EXISTS `t_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtacti_confil_uix` (`contextid`,`filter`), + KEY `t_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_filter_active` +-- + +LOCK TABLES `t_filter_active` WRITE; +/*!40000 ALTER TABLE `t_filter_active` DISABLE KEYS */; +INSERT INTO `t_filter_active` 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 `t_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_config` +-- + +DROP TABLE IF EXISTS `t_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `t_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_filter_config` +-- + +LOCK TABLES `t_filter_config` WRITE; +/*!40000 ALTER TABLE `t_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `t_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_filter_wiris_formulas` +-- + +LOCK TABLES `t_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_folder` +-- + +DROP TABLE IF EXISTS `t_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `t_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_folder` +-- + +LOCK TABLES `t_folder` WRITE; +/*!40000 ALTER TABLE `t_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum` +-- + +DROP TABLE IF EXISTS `t_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum` +-- + +LOCK TABLES `t_forum` WRITE; +/*!40000 ALTER TABLE `t_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_digests` +-- + +DROP TABLE IF EXISTS `t_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `t_forudige_use_ix` (`userid`), + KEY `t_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_digests` +-- + +LOCK TABLES `t_forum_digests` WRITE; +/*!40000 ALTER TABLE `t_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `t_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `t_forudiscsubs_for_ix` (`forum`), + KEY `t_forudiscsubs_use_ix` (`userid`), + KEY `t_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_discussion_subs` +-- + +LOCK TABLES `t_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `t_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_discussions` +-- + +DROP TABLE IF EXISTS `t_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_forudisc_use_ix` (`userid`), + KEY `t_forudisc_cou_ix` (`course`), + KEY `t_forudisc_for_ix` (`forum`), + KEY `t_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_discussions` +-- + +LOCK TABLES `t_forum_discussions` WRITE; +/*!40000 ALTER TABLE `t_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_grades` +-- + +DROP TABLE IF EXISTS `t_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `t_forugrad_use_ix` (`userid`), + KEY `t_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_grades` +-- + +LOCK TABLES `t_forum_grades` WRITE; +/*!40000 ALTER TABLE `t_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_posts` +-- + +DROP TABLE IF EXISTS `t_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_forupost_use_ix` (`userid`), + KEY `t_forupost_cre_ix` (`created`), + KEY `t_forupost_mai_ix` (`mailed`), + KEY `t_forupost_pri_ix` (`privatereplyto`), + KEY `t_forupost_dis_ix` (`discussion`), + KEY `t_forupost_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_posts` +-- + +LOCK TABLES `t_forum_posts` WRITE; +/*!40000 ALTER TABLE `t_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_queue` +-- + +DROP TABLE IF EXISTS `t_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foruqueu_use_ix` (`userid`), + KEY `t_foruqueu_dis_ix` (`discussionid`), + KEY `t_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_queue` +-- + +LOCK TABLES `t_forum_queue` WRITE; +/*!40000 ALTER TABLE `t_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_read` +-- + +DROP TABLE IF EXISTS `t_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foruread_foruse_ix` (`forumid`,`userid`), + KEY `t_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `t_foruread_posuse_ix` (`postid`,`userid`), + KEY `t_foruread_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_read` +-- + +LOCK TABLES `t_forum_read` WRITE; +/*!40000 ALTER TABLE `t_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `t_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forusubs_usefor_uix` (`userid`,`forum`), + KEY `t_forusubs_use_ix` (`userid`), + KEY `t_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_subscriptions` +-- + +LOCK TABLES `t_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `t_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_track_prefs` +-- + +LOCK TABLES `t_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `t_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary` +-- + +DROP TABLE IF EXISTS `t_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary` +-- + +LOCK TABLES `t_glossary` WRITE; +/*!40000 ALTER TABLE `t_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_alias` +-- + +DROP TABLE IF EXISTS `t_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_alias` +-- + +LOCK TABLES `t_glossary_alias` WRITE; +/*!40000 ALTER TABLE `t_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_categories` +-- + +DROP TABLE IF EXISTS `t_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_categories` +-- + +LOCK TABLES `t_glossary_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_entries` +-- + +DROP TABLE IF EXISTS `t_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_glosentr_use_ix` (`userid`), + KEY `t_glosentr_con_ix` (`concept`), + KEY `t_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_entries` +-- + +LOCK TABLES `t_glossary_entries` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `t_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_glosentrcate_cat_ix` (`categoryid`), + KEY `t_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_entries_categories` +-- + +LOCK TABLES `t_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_formats` +-- + +DROP TABLE IF EXISTS `t_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_formats` +-- + +LOCK TABLES `t_glossary_formats` WRITE; +/*!40000 ALTER TABLE `t_glossary_formats` DISABLE KEYS */; +INSERT INTO `t_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `t_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_categories` +-- + +DROP TABLE IF EXISTS `t_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradcate_cou_ix` (`courseid`), + KEY `t_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_categories` +-- + +LOCK TABLES `t_grade_categories` WRITE; +/*!40000 ALTER TABLE `t_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_categories_history` +-- + +DROP TABLE IF EXISTS `t_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradcatehist_act_ix` (`action`), + KEY `t_gradcatehist_tim_ix` (`timemodified`), + KEY `t_gradcatehist_old_ix` (`oldid`), + KEY `t_gradcatehist_cou_ix` (`courseid`), + KEY `t_gradcatehist_par_ix` (`parent`), + KEY `t_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_categories_history` +-- + +LOCK TABLES `t_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `t_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_grades` +-- + +DROP TABLE IF EXISTS `t_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `t_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `t_gradgrad_ite_ix` (`itemid`), + KEY `t_gradgrad_use_ix` (`userid`), + KEY `t_gradgrad_raw_ix` (`rawscaleid`), + KEY `t_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_grades` +-- + +LOCK TABLES `t_grade_grades` WRITE; +/*!40000 ALTER TABLE `t_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_grades_history` +-- + +DROP TABLE IF EXISTS `t_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradgradhist_act_ix` (`action`), + KEY `t_gradgradhist_tim_ix` (`timemodified`), + KEY `t_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `t_gradgradhist_old_ix` (`oldid`), + KEY `t_gradgradhist_ite_ix` (`itemid`), + KEY `t_gradgradhist_use_ix` (`userid`), + KEY `t_gradgradhist_raw_ix` (`rawscaleid`), + KEY `t_gradgradhist_use2_ix` (`usermodified`), + KEY `t_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_grades_history` +-- + +LOCK TABLES `t_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `t_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `t_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_import_newitem` +-- + +LOCK TABLES `t_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `t_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_import_values` +-- + +DROP TABLE IF EXISTS `t_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradimpovalu_ite_ix` (`itemid`), + KEY `t_gradimpovalu_new_ix` (`newgradeitem`), + KEY `t_gradimpovalu_imp_ix` (`importer`), + KEY `t_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_import_values` +-- + +LOCK TABLES `t_grade_import_values` WRITE; +/*!40000 ALTER TABLE `t_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_items` +-- + +DROP TABLE IF EXISTS `t_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_graditem_locloc_ix` (`locked`,`locktime`), + KEY `t_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `t_graditem_gra_ix` (`gradetype`), + KEY `t_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `t_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `t_graditem_cou_ix` (`courseid`), + KEY `t_graditem_cat_ix` (`categoryid`), + KEY `t_graditem_sca_ix` (`scaleid`), + KEY `t_graditem_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_items` +-- + +LOCK TABLES `t_grade_items` WRITE; +/*!40000 ALTER TABLE `t_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_items_history` +-- + +DROP TABLE IF EXISTS `t_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_graditemhist_act_ix` (`action`), + KEY `t_graditemhist_tim_ix` (`timemodified`), + KEY `t_graditemhist_old_ix` (`oldid`), + KEY `t_graditemhist_cou_ix` (`courseid`), + KEY `t_graditemhist_cat_ix` (`categoryid`), + KEY `t_graditemhist_sca_ix` (`scaleid`), + KEY `t_graditemhist_out_ix` (`outcomeid`), + KEY `t_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_items_history` +-- + +LOCK TABLES `t_grade_items_history` WRITE; +/*!40000 ALTER TABLE `t_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_letters` +-- + +DROP TABLE IF EXISTS `t_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_letters` +-- + +LOCK TABLES `t_grade_letters` WRITE; +/*!40000 ALTER TABLE `t_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `t_gradoutc_cou_ix` (`courseid`), + KEY `t_gradoutc_sca_ix` (`scaleid`), + KEY `t_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_outcomes` +-- + +LOCK TABLES `t_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `t_gradoutccour_cou_ix` (`courseid`), + KEY `t_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_outcomes_courses` +-- + +LOCK TABLES `t_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradoutchist_act_ix` (`action`), + KEY `t_gradoutchist_tim_ix` (`timemodified`), + KEY `t_gradoutchist_old_ix` (`oldid`), + KEY `t_gradoutchist_cou_ix` (`courseid`), + KEY `t_gradoutchist_sca_ix` (`scaleid`), + KEY `t_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_outcomes_history` +-- + +LOCK TABLES `t_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_settings` +-- + +DROP TABLE IF EXISTS `t_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradsett_counam_uix` (`courseid`,`name`), + KEY `t_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_settings` +-- + +LOCK TABLES `t_grade_settings` WRITE; +/*!40000 ALTER TABLE `t_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_areas` +-- + +DROP TABLE IF EXISTS `t_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `t_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grading_areas` +-- + +LOCK TABLES `t_grading_areas` WRITE; +/*!40000 ALTER TABLE `t_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_definitions` +-- + +DROP TABLE IF EXISTS `t_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_graddefi_aremet_uix` (`areaid`,`method`), + KEY `t_graddefi_are_ix` (`areaid`), + KEY `t_graddefi_use_ix` (`usermodified`), + KEY `t_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grading_definitions` +-- + +LOCK TABLES `t_grading_definitions` WRITE; +/*!40000 ALTER TABLE `t_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_instances` +-- + +DROP TABLE IF EXISTS `t_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradinst_def_ix` (`definitionid`), + KEY `t_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grading_instances` +-- + +LOCK TABLES `t_grading_instances` WRITE; +/*!40000 ALTER TABLE `t_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_guide_comments` +-- + +LOCK TABLES `t_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_guide_criteria` +-- + +LOCK TABLES `t_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradguidfill_ins_ix` (`instanceid`), + KEY `t_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_gradingform_guide_fillings` +-- + +LOCK TABLES `t_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_rubric_criteria` +-- + +LOCK TABLES `t_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradrubrfill_lev_ix` (`levelid`), + KEY `t_gradrubrfill_ins_ix` (`instanceid`), + KEY `t_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_gradingform_rubric_fillings` +-- + +LOCK TABLES `t_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_rubric_levels` +-- + +LOCK TABLES `t_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groupings` +-- + +DROP TABLE IF EXISTS `t_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grou_idn2_ix` (`idnumber`), + KEY `t_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_groupings` +-- + +LOCK TABLES `t_groupings` WRITE; +/*!40000 ALTER TABLE `t_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groupings_groups` +-- + +DROP TABLE IF EXISTS `t_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grougrou_gro_ix` (`groupingid`), + KEY `t_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_groupings_groups` +-- + +LOCK TABLES `t_groupings_groups` WRITE; +/*!40000 ALTER TABLE `t_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groups` +-- + +DROP TABLE IF EXISTS `t_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grou_idn_ix` (`idnumber`), + KEY `t_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_groups` +-- + +LOCK TABLES `t_groups` WRITE; +/*!40000 ALTER TABLE `t_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groups_members` +-- + +DROP TABLE IF EXISTS `t_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `t_groumemb_gro_ix` (`groupid`), + KEY `t_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_groups_members` +-- + +LOCK TABLES `t_groups_members` WRITE; +/*!40000 ALTER TABLE `t_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p` +-- + +DROP TABLE IF EXISTS `t_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_h5p_pat_ix` (`pathnamehash`), + KEY `t_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p` +-- + +LOCK TABLES `t_h5p` WRITE; +/*!40000 ALTER TABLE `t_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `t_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `t_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_contents_libraries` +-- + +LOCK TABLES `t_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_libraries` +-- + +DROP TABLE IF EXISTS `t_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_libraries` +-- + +LOCK TABLES `t_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `t_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_libraries_cachedassets` +-- + +LOCK TABLES `t_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `t_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_h5plibrdepe_lib_ix` (`libraryid`), + KEY `t_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_library_dependencies` +-- + +LOCK TABLES `t_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity` +-- + +DROP TABLE IF EXISTS `t_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity` +-- + +LOCK TABLES `t_h5pactivity` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `t_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `t_h5paatte_tim_ix` (`timecreated`), + KEY `t_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `t_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `t_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity_attempts` +-- + +LOCK TABLES `t_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `t_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `t_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity_attempts_results` +-- + +LOCK TABLES `t_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_imscp` +-- + +DROP TABLE IF EXISTS `t_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_imscp` +-- + +LOCK TABLES `t_imscp` WRITE; +/*!40000 ALTER TABLE `t_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_infected_files` +-- + +DROP TABLE IF EXISTS `t_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_infected_files` +-- + +LOCK TABLES `t_infected_files` WRITE; +/*!40000 ALTER TABLE `t_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_label` +-- + +DROP TABLE IF EXISTS `t_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_label` +-- + +LOCK TABLES `t_label` WRITE; +/*!40000 ALTER TABLE `t_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson` +-- + +DROP TABLE IF EXISTS `t_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson` +-- + +LOCK TABLES `t_lesson` WRITE; +/*!40000 ALTER TABLE `t_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_answers` +-- + +DROP TABLE IF EXISTS `t_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessansw_les_ix` (`lessonid`), + KEY `t_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_answers` +-- + +LOCK TABLES `t_lesson_answers` WRITE; +/*!40000 ALTER TABLE `t_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_attempts` +-- + +DROP TABLE IF EXISTS `t_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessatte_use_ix` (`userid`), + KEY `t_lessatte_les_ix` (`lessonid`), + KEY `t_lessatte_pag_ix` (`pageid`), + KEY `t_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_attempts` +-- + +LOCK TABLES `t_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `t_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_branch` +-- + +DROP TABLE IF EXISTS `t_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessbran_use_ix` (`userid`), + KEY `t_lessbran_les_ix` (`lessonid`), + KEY `t_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_branch` +-- + +LOCK TABLES `t_lesson_branch` WRITE; +/*!40000 ALTER TABLE `t_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_grades` +-- + +DROP TABLE IF EXISTS `t_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessgrad_use_ix` (`userid`), + KEY `t_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_grades` +-- + +LOCK TABLES `t_lesson_grades` WRITE; +/*!40000 ALTER TABLE `t_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_overrides` +-- + +DROP TABLE IF EXISTS `t_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_lessover_les_ix` (`lessonid`), + KEY `t_lessover_gro_ix` (`groupid`), + KEY `t_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_overrides` +-- + +LOCK TABLES `t_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `t_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_pages` +-- + +DROP TABLE IF EXISTS `t_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_pages` +-- + +LOCK TABLES `t_lesson_pages` WRITE; +/*!40000 ALTER TABLE `t_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_timer` +-- + +DROP TABLE IF EXISTS `t_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lesstime_use_ix` (`userid`), + KEY `t_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_timer` +-- + +LOCK TABLES `t_lesson_timer` WRITE; +/*!40000 ALTER TABLE `t_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_license` +-- + +DROP TABLE IF EXISTS `t_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_license` +-- + +LOCK TABLES `t_license` WRITE; +/*!40000 ALTER TABLE `t_license` DISABLE KEYS */; +INSERT INTO `t_license` 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 `t_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lock_db` +-- + +DROP TABLE IF EXISTS `t_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_lockdb_res_uix` (`resourcekey`), + KEY `t_lockdb_exp_ix` (`expires`), + KEY `t_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_lock_db` +-- + +LOCK TABLES `t_lock_db` WRITE; +/*!40000 ALTER TABLE `t_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log` +-- + +DROP TABLE IF EXISTS `t_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_log_coumodact_ix` (`course`,`module`,`action`), + KEY `t_log_tim_ix` (`time`), + KEY `t_log_act_ix` (`action`), + KEY `t_log_usecou_ix` (`userid`,`course`), + KEY `t_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_log` +-- + +LOCK TABLES `t_log` WRITE; +/*!40000 ALTER TABLE `t_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log_display` +-- + +DROP TABLE IF EXISTS `t_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_log_display` +-- + +LOCK TABLES `t_log_display` WRITE; +/*!40000 ALTER TABLE `t_log_display` DISABLE KEYS */; +INSERT INTO `t_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `t_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log_queries` +-- + +DROP TABLE IF EXISTS `t_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_log_queries` +-- + +LOCK TABLES `t_log_queries` WRITE; +/*!40000 ALTER TABLE `t_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `t_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_logsstanlog_tim_ix` (`timecreated`), + KEY `t_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `t_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `t_logsstanlog_con_ix` (`contextid`), + KEY `t_logsstanlog_use_ix` (`userid`), + KEY `t_logsstanlog_cou_ix` (`courseid`), + KEY `t_logsstanlog_rea_ix` (`realuserid`), + KEY `t_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_logstore_standard_log` +-- + +LOCK TABLES `t_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `t_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti` +-- + +DROP TABLE IF EXISTS `t_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti` +-- + +LOCK TABLES `t_lti` WRITE; +/*!40000 ALTER TABLE `t_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `t_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltiaccetoke_tok_uix` (`token`), + KEY `t_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_access_tokens` +-- + +LOCK TABLES `t_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `t_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_submission` +-- + +DROP TABLE IF EXISTS `t_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_submission` +-- + +LOCK TABLES `t_lti_submission` WRITE; +/*!40000 ALTER TABLE `t_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `t_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_tool_proxies` +-- + +LOCK TABLES `t_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `t_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltitoolsett_too_ix` (`toolproxyid`), + KEY `t_ltitoolsett_typ_ix` (`typeid`), + KEY `t_ltitoolsett_cou_ix` (`course`), + KEY `t_ltitoolsett_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_tool_settings` +-- + +LOCK TABLES `t_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_types` +-- + +DROP TABLE IF EXISTS `t_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltitype_cli_uix` (`clientid`), + KEY `t_ltitype_cou_ix` (`course`), + KEY `t_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_types` +-- + +LOCK TABLES `t_lti_types` WRITE; +/*!40000 ALTER TABLE `t_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_types_config` +-- + +DROP TABLE IF EXISTS `t_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_types_config` +-- + +LOCK TABLES `t_lti_types_config` WRITE; +/*!40000 ALTER TABLE `t_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `t_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_ltisgrad_lti_ix` (`ltilinkid`), + KEY `t_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_ltiservice_gradebookservices` +-- + +LOCK TABLES `t_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message` +-- + +DROP TABLE IF EXISTS `t_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message` +-- + +LOCK TABLES `t_message` WRITE; +/*!40000 ALTER TABLE `t_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `t_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_airnotifier_devices` +-- + +LOCK TABLES `t_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_contact_requests` +-- + +DROP TABLE IF EXISTS `t_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `t_messcontrequ_use_ix` (`userid`), + KEY `t_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_contact_requests` +-- + +LOCK TABLES `t_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `t_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_contacts` +-- + +DROP TABLE IF EXISTS `t_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messcont_usecon_uix` (`userid`,`contactid`), + KEY `t_messcont_use_ix` (`userid`), + KEY `t_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_contacts` +-- + +LOCK TABLES `t_message_contacts` WRITE; +/*!40000 ALTER TABLE `t_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `t_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messconvacti_use_ix` (`userid`), + KEY `t_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversation_actions` +-- + +LOCK TABLES `t_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversation_members` +-- + +DROP TABLE IF EXISTS `t_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messconvmemb_con_ix` (`conversationid`), + KEY `t_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversation_members` +-- + +LOCK TABLES `t_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversations` +-- + +DROP TABLE IF EXISTS `t_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_messconv_typ_ix` (`type`), + KEY `t_messconv_con_ix` (`convhash`), + KEY `t_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `t_messconv_con2_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversations` +-- + +LOCK TABLES `t_message_conversations` WRITE; +/*!40000 ALTER TABLE `t_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_email_messages` +-- + +DROP TABLE IF EXISTS `t_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messemaimess_use_ix` (`useridto`), + KEY `t_messemaimess_con_ix` (`conversationid`), + KEY `t_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_email_messages` +-- + +LOCK TABLES `t_message_email_messages` WRITE; +/*!40000 ALTER TABLE `t_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_popup` +-- + +DROP TABLE IF EXISTS `t_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `t_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_popup` +-- + +LOCK TABLES `t_message_popup` WRITE; +/*!40000 ALTER TABLE `t_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `t_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_popup_notifications` +-- + +LOCK TABLES `t_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `t_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_processors` +-- + +DROP TABLE IF EXISTS `t_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_processors` +-- + +LOCK TABLES `t_message_processors` WRITE; +/*!40000 ALTER TABLE `t_message_processors` DISABLE KEYS */; +INSERT INTO `t_message_processors` VALUES (1,'airnotifier',1),(2,'email',1),(3,'popup',1); +/*!40000 ALTER TABLE `t_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_providers` +-- + +DROP TABLE IF EXISTS `t_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_providers` +-- + +LOCK TABLES `t_message_providers` WRITE; +/*!40000 ALTER TABLE `t_message_providers` DISABLE KEYS */; +INSERT INTO `t_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `t_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_read` +-- + +DROP TABLE IF EXISTS `t_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_messread_nottim_ix` (`notification`,`timeread`), + KEY `t_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_read` +-- + +LOCK TABLES `t_message_read` WRITE; +/*!40000 ALTER TABLE `t_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_user_actions` +-- + +DROP TABLE IF EXISTS `t_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `t_messuseracti_use_ix` (`userid`), + KEY `t_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_user_actions` +-- + +LOCK TABLES `t_message_user_actions` WRITE; +/*!40000 ALTER TABLE `t_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_users_blocked` +-- + +DROP TABLE IF EXISTS `t_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `t_messuserbloc_use_ix` (`userid`), + KEY `t_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_users_blocked` +-- + +LOCK TABLES `t_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `t_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `t_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messdata_handat_uix` (`handler`,`datavalue`), + KEY `t_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_datakeys` +-- + +LOCK TABLES `t_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `t_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_handlers` +-- + +LOCK TABLES `t_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `t_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `t_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `t_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_messagelist` +-- + +LOCK TABLES `t_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messages` +-- + +DROP TABLE IF EXISTS `t_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `t_mess_use_ix` (`useridfrom`), + KEY `t_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messages` +-- + +LOCK TABLES `t_messages` WRITE; +/*!40000 ALTER TABLE `t_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_application` +-- + +DROP TABLE IF EXISTS `t_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_application` +-- + +LOCK TABLES `t_mnet_application` WRITE; +/*!40000 ALTER TABLE `t_mnet_application` DISABLE KEYS */; +INSERT INTO `t_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `t_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_host` +-- + +DROP TABLE IF EXISTS `t_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_mnethost_las_ix` (`last_log_id`), + KEY `t_mnethost_app_ix` (`applicationid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_host` +-- + +LOCK TABLES `t_mnet_host` WRITE; +/*!40000 ALTER TABLE `t_mnet_host` DISABLE KEYS */; +INSERT INTO `t_mnet_host` VALUES (1,0,'https://www.example.com/moodle','93.184.215.14','','',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 `t_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_host2service` +-- + +DROP TABLE IF EXISTS `t_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_host2service` +-- + +LOCK TABLES `t_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `t_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_log` +-- + +DROP TABLE IF EXISTS `t_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_log` +-- + +LOCK TABLES `t_mnet_log` WRITE; +/*!40000 ALTER TABLE `t_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_remote_rpc` +-- + +LOCK TABLES `t_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `t_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_remote_service2rpc` +-- + +LOCK TABLES `t_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_rpc` +-- + +LOCK TABLES `t_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `t_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_service` +-- + +DROP TABLE IF EXISTS `t_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_service` +-- + +LOCK TABLES `t_mnet_service` WRITE; +/*!40000 ALTER TABLE `t_mnet_service` DISABLE KEYS */; +INSERT INTO `t_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `t_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_service2rpc` +-- + +LOCK TABLES `t_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `t_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_session` +-- + +DROP TABLE IF EXISTS `t_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetsess_tok_uix` (`token`), + KEY `t_mnetsess_use_ix` (`userid`), + KEY `t_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_session` +-- + +LOCK TABLES `t_mnet_session` WRITE; +/*!40000 ALTER TABLE `t_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `t_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_sso_access_control` +-- + +LOCK TABLES `t_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `t_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnetservice_enrol_courses` +-- + +LOCK TABLES `t_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `t_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_mnetenroenro_use_ix` (`userid`), + KEY `t_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `t_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_modules` +-- + +DROP TABLE IF EXISTS `t_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_modules` +-- + +LOCK TABLES `t_modules` WRITE; +/*!40000 ALTER TABLE `t_modules` DISABLE KEYS */; +INSERT INTO `t_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `t_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_my_pages` +-- + +DROP TABLE IF EXISTS `t_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_my_pages` +-- + +LOCK TABLES `t_my_pages` WRITE; +/*!40000 ALTER TABLE `t_my_pages` DISABLE KEYS */; +INSERT INTO `t_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `t_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_notifications` +-- + +DROP TABLE IF EXISTS `t_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_noti_use_ix` (`useridfrom`), + KEY `t_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_notifications` +-- + +LOCK TABLES `t_notifications` WRITE; +/*!40000 ALTER TABLE `t_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `t_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautaccetoke_iss_uix` (`issuerid`), + KEY `t_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_access_token` +-- + +LOCK TABLES `t_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `t_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_oautendp_iss_ix` (`issuerid`), + KEY `t_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_endpoint` +-- + +LOCK TABLES `t_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `t_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `t_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_issuer` +-- + +LOCK TABLES `t_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `t_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `t_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `t_oautrefrtoke_iss_ix` (`issuerid`), + KEY `t_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_refresh_token` +-- + +LOCK TABLES `t_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `t_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautsystacco_iss_uix` (`issuerid`), + KEY `t_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_system_account` +-- + +LOCK TABLES `t_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `t_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `t_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `t_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `t_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_user_field_mapping` +-- + +LOCK TABLES `t_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_page` +-- + +DROP TABLE IF EXISTS `t_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_page_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_page` +-- + +LOCK TABLES `t_page` WRITE; +/*!40000 ALTER TABLE `t_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_paygw_paypal` +-- + +DROP TABLE IF EXISTS `t_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `t_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_paygw_paypal` +-- + +LOCK TABLES `t_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `t_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payment_accounts` +-- + +DROP TABLE IF EXISTS `t_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payment_accounts` +-- + +LOCK TABLES `t_payment_accounts` WRITE; +/*!40000 ALTER TABLE `t_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payment_gateways` +-- + +DROP TABLE IF EXISTS `t_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payment_gateways` +-- + +LOCK TABLES `t_payment_gateways` WRITE; +/*!40000 ALTER TABLE `t_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payments` +-- + +DROP TABLE IF EXISTS `t_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_paym_gat_ix` (`gateway`), + KEY `t_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `t_paym_use_ix` (`userid`), + KEY `t_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payments` +-- + +LOCK TABLES `t_payments` WRITE; +/*!40000 ALTER TABLE `t_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_instance` +-- + +LOCK TABLES `t_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_portinstconf_nam_ix` (`name`), + KEY `t_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_instance_config` +-- + +LOCK TABLES `t_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_portinstuser_ins_ix` (`instance`), + KEY `t_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_instance_user` +-- + +LOCK TABLES `t_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_log` +-- + +DROP TABLE IF EXISTS `t_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_portlog_use_ix` (`userid`), + KEY `t_portlog_por_ix` (`portfolio`), + KEY `t_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_log` +-- + +LOCK TABLES `t_portfolio_log` WRITE; +/*!40000 ALTER TABLE `t_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `t_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_portmahaqueu_tok_ix` (`token`), + KEY `t_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_mahara_queue` +-- + +LOCK TABLES `t_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `t_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_porttemp_use_ix` (`userid`), + KEY `t_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_tempdata` +-- + +LOCK TABLES `t_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `t_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_post` +-- + +DROP TABLE IF EXISTS `t_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_post_iduse_uix` (`id`,`userid`), + KEY `t_post_las_ix` (`lastmodified`), + KEY `t_post_mod_ix` (`module`), + KEY `t_post_sub_ix` (`subject`), + KEY `t_post_use_ix` (`usermodified`), + KEY `t_post_cou_ix` (`courseid`), + KEY `t_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_post` +-- + +LOCK TABLES `t_post` WRITE; +/*!40000 ALTER TABLE `t_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_profiling` +-- + +DROP TABLE IF EXISTS `t_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_prof_run_uix` (`runid`), + KEY `t_prof_urlrun_ix` (`url`,`runreference`), + KEY `t_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_profiling` +-- + +LOCK TABLES `t_profiling` WRITE; +/*!40000 ALTER TABLE `t_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddimageortext` +-- + +LOCK TABLES `t_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddimageortext_drags` +-- + +LOCK TABLES `t_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddimageortext_drops` +-- + +LOCK TABLES `t_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddmarker` +-- + +LOCK TABLES `t_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddmarker_drags` +-- + +LOCK TABLES `t_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddmarker_drops` +-- + +LOCK TABLES `t_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `t_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_essay_options` +-- + +LOCK TABLES `t_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `t_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_essaywiris_backup` +-- + +LOCK TABLES `t_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_match_options` +-- + +DROP TABLE IF EXISTS `t_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_match_options` +-- + +LOCK TABLES `t_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `t_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_match_subquestions` +-- + +LOCK TABLES `t_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `t_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_multichoice_options` +-- + +LOCK TABLES `t_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `t_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_randomsamatch_options` +-- + +LOCK TABLES `t_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `t_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_shortanswer_options` +-- + +LOCK TABLES `t_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_wq` +-- + +DROP TABLE IF EXISTS `t_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `t_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_wq` +-- + +LOCK TABLES `t_qtype_wq` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `t_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_wq_variables` +-- + +LOCK TABLES `t_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question` +-- + +DROP TABLE IF EXISTS `t_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_ques_qty_ix` (`qtype`), + KEY `t_ques_par_ix` (`parent`), + KEY `t_ques_cre_ix` (`createdby`), + KEY `t_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question` +-- + +LOCK TABLES `t_question` WRITE; +/*!40000 ALTER TABLE `t_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_answers` +-- + +DROP TABLE IF EXISTS `t_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_answers` +-- + +LOCK TABLES `t_question_answers` WRITE; +/*!40000 ALTER TABLE `t_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `t_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempt_step_data` +-- + +LOCK TABLES `t_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `t_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `t_quesattestep_que_ix` (`questionattemptid`), + KEY `t_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempt_steps` +-- + +LOCK TABLES `t_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempts` +-- + +DROP TABLE IF EXISTS `t_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `t_quesatte_beh_ix` (`behaviour`), + KEY `t_quesatte_que_ix` (`questionid`), + KEY `t_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempts` +-- + +LOCK TABLES `t_question_attempts` WRITE; +/*!40000 ALTER TABLE `t_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_bank_entries` +-- + +DROP TABLE IF EXISTS `t_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `t_quesbankentr_que_ix` (`questioncategoryid`), + KEY `t_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_bank_entries` +-- + +LOCK TABLES `t_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `t_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_calculated` +-- + +DROP TABLE IF EXISTS `t_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `t_quescalc_ans_ix` (`answer`), + KEY `t_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_calculated` +-- + +LOCK TABLES `t_question_calculated` WRITE; +/*!40000 ALTER TABLE `t_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_calculated_options` +-- + +DROP TABLE IF EXISTS `t_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_calculated_options` +-- + +LOCK TABLES `t_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `t_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_categories` +-- + +DROP TABLE IF EXISTS `t_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `t_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `t_quescate_con_ix` (`contextid`), + KEY `t_quescate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_categories` +-- + +LOCK TABLES `t_question_categories` WRITE; +/*!40000 ALTER TABLE `t_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `t_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_dataset_definitions` +-- + +LOCK TABLES `t_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_dataset_items` +-- + +DROP TABLE IF EXISTS `t_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_dataset_items` +-- + +LOCK TABLES `t_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_datasets` +-- + +DROP TABLE IF EXISTS `t_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `t_quesdata_que_ix` (`question`), + KEY `t_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_datasets` +-- + +LOCK TABLES `t_question_datasets` WRITE; +/*!40000 ALTER TABLE `t_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_ddwtos` +-- + +DROP TABLE IF EXISTS `t_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_ddwtos` +-- + +LOCK TABLES `t_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `t_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_gapselect` +-- + +DROP TABLE IF EXISTS `t_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_gapselect` +-- + +LOCK TABLES `t_question_gapselect` WRITE; +/*!40000 ALTER TABLE `t_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_hints` +-- + +DROP TABLE IF EXISTS `t_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_hints` +-- + +LOCK TABLES `t_question_hints` WRITE; +/*!40000 ALTER TABLE `t_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_multianswer` +-- + +DROP TABLE IF EXISTS `t_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesmult_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_multianswer` +-- + +LOCK TABLES `t_question_multianswer` WRITE; +/*!40000 ALTER TABLE `t_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical` +-- + +DROP TABLE IF EXISTS `t_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `t_quesnume_ans_ix` (`answer`), + KEY `t_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_numerical` +-- + +LOCK TABLES `t_question_numerical` WRITE; +/*!40000 ALTER TABLE `t_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical_options` +-- + +DROP TABLE IF EXISTS `t_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `t_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_numerical_options` +-- + +LOCK TABLES `t_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical_units` +-- + +DROP TABLE IF EXISTS `t_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `t_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_numerical_units` +-- + +LOCK TABLES `t_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_references` +-- + +DROP TABLE IF EXISTS `t_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quesrefe_usi_ix` (`usingcontextid`), + KEY `t_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_references` +-- + +LOCK TABLES `t_question_references` WRITE; +/*!40000 ALTER TABLE `t_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_response_analysis` +-- + +DROP TABLE IF EXISTS `t_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_response_analysis` +-- + +LOCK TABLES `t_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `t_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_response_count` +-- + +DROP TABLE IF EXISTS `t_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_response_count` +-- + +LOCK TABLES `t_question_response_count` WRITE; +/*!40000 ALTER TABLE `t_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_set_references` +-- + +DROP TABLE IF EXISTS `t_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quessetrefe_usi_ix` (`usingcontextid`), + KEY `t_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_set_references` +-- + +LOCK TABLES `t_question_set_references` WRITE; +/*!40000 ALTER TABLE `t_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_statistics` +-- + +DROP TABLE IF EXISTS `t_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_statistics` +-- + +LOCK TABLES `t_question_statistics` WRITE; +/*!40000 ALTER TABLE `t_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_truefalse` +-- + +DROP TABLE IF EXISTS `t_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_questrue_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_truefalse` +-- + +LOCK TABLES `t_question_truefalse` WRITE; +/*!40000 ALTER TABLE `t_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_usages` +-- + +DROP TABLE IF EXISTS `t_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_usages` +-- + +LOCK TABLES `t_question_usages` WRITE; +/*!40000 ALTER TABLE `t_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_versions` +-- + +DROP TABLE IF EXISTS `t_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `t_quesvers_que_ix` (`questionbankentryid`), + KEY `t_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_versions` +-- + +LOCK TABLES `t_question_versions` WRITE; +/*!40000 ALTER TABLE `t_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz` +-- + +DROP TABLE IF EXISTS `t_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quiz_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quiz` +-- + +LOCK TABLES `t_quiz` WRITE; +/*!40000 ALTER TABLE `t_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_attempts` +-- + +DROP TABLE IF EXISTS `t_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `t_quizatte_uni_uix` (`uniqueid`), + KEY `t_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `t_quizatte_qui_ix` (`quiz`), + KEY `t_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quiz_attempts` +-- + +LOCK TABLES `t_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `t_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_feedback` +-- + +DROP TABLE IF EXISTS `t_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `t_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_feedback` +-- + +LOCK TABLES `t_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `t_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_grades` +-- + +DROP TABLE IF EXISTS `t_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quizgrad_use_ix` (`userid`), + KEY `t_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_grades` +-- + +LOCK TABLES `t_quiz_grades` WRITE; +/*!40000 ALTER TABLE `t_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_overrides` +-- + +DROP TABLE IF EXISTS `t_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_quizover_qui_ix` (`quiz`), + KEY `t_quizover_gro_ix` (`groupid`), + KEY `t_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_overrides` +-- + +LOCK TABLES `t_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `t_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `t_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_overview_regrades` +-- + +LOCK TABLES `t_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_reports` +-- + +DROP TABLE IF EXISTS `t_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_reports` +-- + +LOCK TABLES `t_quiz_reports` WRITE; +/*!40000 ALTER TABLE `t_quiz_reports` DISABLE KEYS */; +INSERT INTO `t_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `t_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_sections` +-- + +DROP TABLE IF EXISTS `t_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `t_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_sections` +-- + +LOCK TABLES `t_quiz_sections` WRITE; +/*!40000 ALTER TABLE `t_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_slots` +-- + +DROP TABLE IF EXISTS `t_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `t_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_slots` +-- + +LOCK TABLES `t_quiz_slots` WRITE; +/*!40000 ALTER TABLE `t_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_statistics` +-- + +DROP TABLE IF EXISTS `t_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `t_quiz_statistics` +-- + +LOCK TABLES `t_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `t_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `t_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `t_quizsebquiz_cmi_uix` (`cmid`), + KEY `t_quizsebquiz_tem_ix` (`templateid`), + KEY `t_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `t_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `t_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quizaccess_seb_template` +-- + +LOCK TABLES `t_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_rating` +-- + +DROP TABLE IF EXISTS `t_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `t_rati_con_ix` (`contextid`), + KEY `t_rati_use_ix` (`userid`), + KEY `t_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_rating` +-- + +LOCK TABLES `t_rating` WRITE; +/*!40000 ALTER TABLE `t_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_registration_hubs` +-- + +DROP TABLE IF EXISTS `t_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_registration_hubs` +-- + +LOCK TABLES `t_registration_hubs` WRITE; +/*!40000 ALTER TABLE `t_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repoaudi_rep_ix` (`reportid`), + KEY `t_repoaudi_use_ix` (`usercreated`), + KEY `t_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_audience` +-- + +LOCK TABLES `t_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repocolu_rep_ix` (`reportid`), + KEY `t_repocolu_use_ix` (`usercreated`), + KEY `t_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_column` +-- + +LOCK TABLES `t_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repofilt_rep_ix` (`reportid`), + KEY `t_repofilt_use_ix` (`usercreated`), + KEY `t_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_filter` +-- + +LOCK TABLES `t_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reporepo_use_ix` (`usercreated`), + KEY `t_reporepo_use2_ix` (`usermodified`), + KEY `t_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_report` +-- + +LOCK TABLES `t_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reposche_rep_ix` (`reportid`), + KEY `t_reposche_use_ix` (`userviewas`), + KEY `t_reposche_use2_ix` (`usercreated`), + KEY `t_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_schedule` +-- + +LOCK TABLES `t_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository` +-- + +DROP TABLE IF EXISTS `t_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_repository` +-- + +LOCK TABLES `t_repository` WRITE; +/*!40000 ALTER TABLE `t_repository` DISABLE KEYS */; +INSERT INTO `t_repository` 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 `t_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_instance_config` +-- + +DROP TABLE IF EXISTS `t_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_repository_instance_config` +-- + +LOCK TABLES `t_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `t_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_instances` +-- + +DROP TABLE IF EXISTS `t_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repoinst_use_ix` (`userid`), + KEY `t_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_repository_instances` +-- + +LOCK TABLES `t_repository_instances` WRITE; +/*!40000 ALTER TABLE `t_repository_instances` DISABLE KEYS */; +INSERT INTO `t_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080322,1734080322,0),(2,'',2,0,1,NULL,NULL,1734080322,1734080322,0),(3,'',3,0,1,NULL,NULL,1734080325,1734080325,0),(4,'',4,0,1,NULL,NULL,1734080326,1734080326,0),(5,'',5,0,1,NULL,NULL,1734080327,1734080327,0),(6,'',6,0,1,NULL,NULL,1734080327,1734080327,0),(7,'',7,0,1,NULL,NULL,1734080327,1734080327,0),(8,'',8,0,1,NULL,NULL,1734080328,1734080328,0); +/*!40000 ALTER TABLE `t_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `t_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_repository_onedrive_access` +-- + +LOCK TABLES `t_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `t_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_resource` +-- + +DROP TABLE IF EXISTS `t_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_resource` +-- + +LOCK TABLES `t_resource` WRITE; +/*!40000 ALTER TABLE `t_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_resource_old` +-- + +DROP TABLE IF EXISTS `t_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_resoold_old_uix` (`oldid`), + KEY `t_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_resource_old` +-- + +LOCK TABLES `t_resource_old` WRITE; +/*!40000 ALTER TABLE `t_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role` +-- + +DROP TABLE IF EXISTS `t_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_role_sor_uix` (`sortorder`), + UNIQUE KEY `t_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role` +-- + +LOCK TABLES `t_role` WRITE; +/*!40000 ALTER TABLE `t_role` DISABLE KEYS */; +INSERT INTO `t_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `t_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_assign` +-- + +DROP TABLE IF EXISTS `t_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `t_rolealloassi_rol_ix` (`roleid`), + KEY `t_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_allow_assign` +-- + +LOCK TABLES `t_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `t_role_allow_assign` DISABLE KEYS */; +INSERT INTO `t_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `t_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_override` +-- + +DROP TABLE IF EXISTS `t_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `t_rolealloover_rol_ix` (`roleid`), + KEY `t_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_allow_override` +-- + +LOCK TABLES `t_role_allow_override` WRITE; +/*!40000 ALTER TABLE `t_role_allow_override` DISABLE KEYS */; +INSERT INTO `t_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `t_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_switch` +-- + +DROP TABLE IF EXISTS `t_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `t_rolealloswit_rol_ix` (`roleid`), + KEY `t_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_allow_switch` +-- + +LOCK TABLES `t_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `t_role_allow_switch` DISABLE KEYS */; +INSERT INTO `t_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `t_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_view` +-- + +DROP TABLE IF EXISTS `t_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `t_rolealloview_rol_ix` (`roleid`), + KEY `t_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_allow_view` +-- + +LOCK TABLES `t_role_allow_view` WRITE; +/*!40000 ALTER TABLE `t_role_allow_view` DISABLE KEYS */; +INSERT INTO `t_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `t_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_assignments` +-- + +DROP TABLE IF EXISTS `t_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_roleassi_sor_ix` (`sortorder`), + KEY `t_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `t_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `t_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `t_roleassi_rol_ix` (`roleid`), + KEY `t_roleassi_con_ix` (`contextid`), + KEY `t_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_assignments` +-- + +LOCK TABLES `t_role_assignments` WRITE; +/*!40000 ALTER TABLE `t_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_capabilities` +-- + +DROP TABLE IF EXISTS `t_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `t_rolecapa_rol_ix` (`roleid`), + KEY `t_rolecapa_con_ix` (`contextid`), + KEY `t_rolecapa_mod_ix` (`modifierid`), + KEY `t_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1488 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_capabilities` +-- + +LOCK TABLES `t_role_capabilities` WRITE; +/*!40000 ALTER TABLE `t_role_capabilities` DISABLE KEYS */; +INSERT INTO `t_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734080174,0),(2,1,2,'moodle/site:configview',1,1734080174,0),(3,1,1,'moodle/site:readallmessages',1,1734080174,0),(4,1,3,'moodle/site:readallmessages',1,1734080174,0),(5,1,1,'moodle/site:manageallmessaging',1,1734080174,0),(6,1,1,'moodle/site:deleteanymessage',1,1734080174,0),(7,1,1,'moodle/site:sendmessage',1,1734080174,0),(8,1,7,'moodle/site:sendmessage',1,1734080174,0),(9,1,7,'moodle/site:senderrormessage',1,1734080174,0),(10,1,7,'moodle/site:deleteownmessage',1,1734080174,0),(11,1,1,'moodle/site:approvecourse',1,1734080174,0),(12,1,3,'moodle/backup:backupcourse',1,1734080174,0),(13,1,1,'moodle/backup:backupcourse',1,1734080174,0),(14,1,3,'moodle/backup:backupsection',1,1734080174,0),(15,1,1,'moodle/backup:backupsection',1,1734080174,0),(16,1,3,'moodle/backup:backupactivity',1,1734080175,0),(17,1,1,'moodle/backup:backupactivity',1,1734080175,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734080175,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734080175,0),(20,1,3,'moodle/backup:downloadfile',1,1734080175,0),(21,1,1,'moodle/backup:downloadfile',1,1734080175,0),(22,1,3,'moodle/backup:configure',1,1734080175,0),(23,1,1,'moodle/backup:configure',1,1734080175,0),(24,1,1,'moodle/backup:userinfo',1,1734080175,0),(25,1,1,'moodle/backup:anonymise',1,1734080175,0),(26,1,3,'moodle/restore:restorecourse',1,1734080175,0),(27,1,1,'moodle/restore:restorecourse',1,1734080175,0),(28,1,3,'moodle/restore:restoresection',1,1734080175,0),(29,1,1,'moodle/restore:restoresection',1,1734080175,0),(30,1,3,'moodle/restore:restoreactivity',1,1734080175,0),(31,1,1,'moodle/restore:restoreactivity',1,1734080175,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734080175,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734080175,0),(36,1,3,'moodle/restore:uploadfile',1,1734080175,0),(37,1,1,'moodle/restore:uploadfile',1,1734080175,0),(38,1,3,'moodle/restore:configure',1,1734080175,0),(39,1,1,'moodle/restore:configure',1,1734080175,0),(40,1,2,'moodle/restore:rolldates',1,1734080175,0),(41,1,1,'moodle/restore:rolldates',1,1734080176,0),(42,1,1,'moodle/restore:userinfo',1,1734080176,0),(43,1,1,'moodle/restore:createuser',1,1734080176,0),(44,1,3,'moodle/site:manageblocks',1,1734080176,0),(45,1,1,'moodle/site:manageblocks',1,1734080176,0),(46,1,3,'moodle/site:accessallgroups',1,1734080176,0),(47,1,1,'moodle/site:accessallgroups',1,1734080176,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734080176,0),(49,1,4,'moodle/site:viewfullnames',1,1734080176,0),(50,1,3,'moodle/site:viewfullnames',1,1734080176,0),(51,1,1,'moodle/site:viewfullnames',1,1734080176,0),(52,1,4,'moodle/site:viewuseridentity',1,1734080176,0),(53,1,3,'moodle/site:viewuseridentity',1,1734080176,0),(54,1,1,'moodle/site:viewuseridentity',1,1734080176,0),(55,1,4,'moodle/site:viewreports',1,1734080176,0),(56,1,3,'moodle/site:viewreports',1,1734080176,0),(57,1,1,'moodle/site:viewreports',1,1734080176,0),(58,1,3,'moodle/site:trustcontent',1,1734080176,0),(59,1,1,'moodle/site:trustcontent',1,1734080176,0),(60,1,1,'moodle/site:uploadusers',1,1734080176,0),(61,1,3,'moodle/filter:manage',1,1734080176,0),(62,1,1,'moodle/filter:manage',1,1734080176,0),(63,1,1,'moodle/user:create',1,1734080176,0),(64,1,1,'moodle/user:delete',1,1734080177,0),(65,1,1,'moodle/user:update',1,1734080177,0),(66,1,6,'moodle/user:viewdetails',1,1734080177,0),(67,1,5,'moodle/user:viewdetails',1,1734080177,0),(68,1,4,'moodle/user:viewdetails',1,1734080177,0),(69,1,3,'moodle/user:viewdetails',1,1734080177,0),(70,1,1,'moodle/user:viewdetails',1,1734080177,0),(71,1,1,'moodle/user:viewalldetails',1,1734080177,0),(72,1,1,'moodle/user:viewlastip',1,1734080177,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734080177,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734080177,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734080177,0),(76,1,1,'moodle/user:loginas',1,1734080177,0),(77,1,1,'moodle/user:managesyspages',1,1734080177,0),(78,1,7,'moodle/user:manageownblocks',1,1734080177,0),(79,1,7,'moodle/user:manageownfiles',1,1734080177,0),(80,1,1,'moodle/my:configsyspages',1,1734080177,0),(81,1,3,'moodle/role:assign',1,1734080177,0),(82,1,1,'moodle/role:assign',1,1734080177,0),(83,1,4,'moodle/role:review',1,1734080177,0),(84,1,3,'moodle/role:review',1,1734080177,0),(85,1,1,'moodle/role:review',1,1734080177,0),(86,1,1,'moodle/role:override',1,1734080177,0),(87,1,3,'moodle/role:safeoverride',1,1734080177,0),(88,1,1,'moodle/role:manage',1,1734080178,0),(89,1,3,'moodle/role:switchroles',1,1734080178,0),(90,1,1,'moodle/role:switchroles',1,1734080178,0),(91,1,1,'moodle/category:manage',1,1734080178,0),(92,1,6,'moodle/category:viewcourselist',1,1734080178,0),(93,1,7,'moodle/category:viewcourselist',1,1734080178,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734080178,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734080178,0),(96,1,1,'moodle/cohort:manage',1,1734080178,0),(97,1,1,'moodle/cohort:assign',1,1734080178,0),(98,1,3,'moodle/cohort:view',1,1734080178,0),(99,1,1,'moodle/cohort:view',1,1734080178,0),(100,1,2,'moodle/course:create',1,1734080178,0),(101,1,1,'moodle/course:create',1,1734080178,0),(102,1,3,'moodle/course:creategroupconversations',1,1734080178,0),(103,1,1,'moodle/course:creategroupconversations',1,1734080178,0),(104,1,1,'moodle/course:delete',1,1734080178,0),(105,1,3,'moodle/course:update',1,1734080178,0),(106,1,1,'moodle/course:update',1,1734080178,0),(107,1,1,'moodle/course:view',1,1734080178,0),(108,1,3,'moodle/course:enrolreview',1,1734080178,0),(109,1,1,'moodle/course:enrolreview',1,1734080178,0),(110,1,3,'moodle/course:enrolconfig',1,1734080178,0),(111,1,1,'moodle/course:enrolconfig',1,1734080178,0),(112,1,3,'moodle/course:reviewotherusers',1,1734080179,0),(113,1,1,'moodle/course:reviewotherusers',1,1734080179,0),(114,1,4,'moodle/course:bulkmessaging',1,1734080179,0),(115,1,3,'moodle/course:bulkmessaging',1,1734080179,0),(116,1,1,'moodle/course:bulkmessaging',1,1734080179,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734080179,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734080179,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734080179,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734080179,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734080179,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734080179,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734080179,0),(124,1,3,'moodle/course:visibility',1,1734080179,0),(125,1,1,'moodle/course:visibility',1,1734080179,0),(126,1,3,'moodle/course:managefiles',1,1734080179,0),(127,1,1,'moodle/course:managefiles',1,1734080179,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(132,1,3,'moodle/course:manageactivities',1,1734080179,0),(133,1,1,'moodle/course:manageactivities',1,1734080179,0),(134,1,3,'moodle/course:activityvisibility',1,1734080179,0),(135,1,1,'moodle/course:activityvisibility',1,1734080179,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734080179,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734080180,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734080180,0),(139,1,5,'moodle/course:viewparticipants',1,1734080180,0),(140,1,4,'moodle/course:viewparticipants',1,1734080180,0),(141,1,3,'moodle/course:viewparticipants',1,1734080180,0),(142,1,1,'moodle/course:viewparticipants',1,1734080180,0),(143,1,3,'moodle/course:changefullname',1,1734080180,0),(144,1,1,'moodle/course:changefullname',1,1734080180,0),(145,1,3,'moodle/course:changeshortname',1,1734080180,0),(146,1,1,'moodle/course:changeshortname',1,1734080180,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734080180,0),(148,1,3,'moodle/course:renameroles',1,1734080180,0),(149,1,1,'moodle/course:renameroles',1,1734080180,0),(150,1,3,'moodle/course:changeidnumber',1,1734080180,0),(151,1,1,'moodle/course:changeidnumber',1,1734080180,0),(152,1,3,'moodle/course:changecategory',1,1734080180,0),(153,1,1,'moodle/course:changecategory',1,1734080180,0),(154,1,3,'moodle/course:changesummary',1,1734080180,0),(155,1,1,'moodle/course:changesummary',1,1734080180,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734080180,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734080180,0),(158,1,1,'moodle/site:viewparticipants',1,1734080180,0),(159,1,5,'moodle/course:isincompletionreports',1,1734080180,0),(160,1,5,'moodle/course:viewscales',1,1734080181,0),(161,1,4,'moodle/course:viewscales',1,1734080181,0),(162,1,3,'moodle/course:viewscales',1,1734080181,0),(163,1,1,'moodle/course:viewscales',1,1734080181,0),(164,1,3,'moodle/course:managescales',1,1734080181,0),(165,1,1,'moodle/course:managescales',1,1734080181,0),(166,1,3,'moodle/course:managegroups',1,1734080181,0),(167,1,1,'moodle/course:managegroups',1,1734080181,0),(168,1,3,'moodle/course:reset',1,1734080181,0),(169,1,1,'moodle/course:reset',1,1734080181,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734080181,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734080181,0),(172,1,1,'moodle/course:tag',1,1734080181,0),(173,1,3,'moodle/course:tag',1,1734080181,0),(174,1,6,'moodle/blog:view',1,1734080181,0),(175,1,7,'moodle/blog:view',1,1734080181,0),(176,1,5,'moodle/blog:view',1,1734080181,0),(177,1,4,'moodle/blog:view',1,1734080181,0),(178,1,3,'moodle/blog:view',1,1734080181,0),(179,1,1,'moodle/blog:view',1,1734080181,0),(180,1,6,'moodle/blog:search',1,1734080181,0),(181,1,7,'moodle/blog:search',1,1734080181,0),(182,1,5,'moodle/blog:search',1,1734080181,0),(183,1,4,'moodle/blog:search',1,1734080181,0),(184,1,3,'moodle/blog:search',1,1734080182,0),(185,1,1,'moodle/blog:search',1,1734080182,0),(186,1,1,'moodle/blog:viewdrafts',1,1734080182,0),(187,1,7,'moodle/blog:create',1,1734080182,0),(188,1,1,'moodle/blog:create',1,1734080182,0),(189,1,4,'moodle/blog:manageentries',1,1734080182,0),(190,1,3,'moodle/blog:manageentries',1,1734080182,0),(191,1,1,'moodle/blog:manageentries',1,1734080182,0),(192,1,5,'moodle/blog:manageexternal',1,1734080182,0),(193,1,7,'moodle/blog:manageexternal',1,1734080182,0),(194,1,4,'moodle/blog:manageexternal',1,1734080182,0),(195,1,3,'moodle/blog:manageexternal',1,1734080182,0),(196,1,1,'moodle/blog:manageexternal',1,1734080182,0),(197,1,7,'moodle/calendar:manageownentries',1,1734080182,0),(198,1,1,'moodle/calendar:manageownentries',1,1734080182,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734080182,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734080182,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734080182,0),(202,1,4,'moodle/calendar:manageentries',1,1734080182,0),(203,1,3,'moodle/calendar:manageentries',1,1734080182,0),(204,1,1,'moodle/calendar:manageentries',1,1734080182,0),(205,1,1,'moodle/user:editprofile',1,1734080182,0),(206,1,6,'moodle/user:editownprofile',-1000,1734080183,0),(207,1,7,'moodle/user:editownprofile',1,1734080183,0),(208,1,1,'moodle/user:editownprofile',1,1734080183,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734080183,0),(210,1,7,'moodle/user:changeownpassword',1,1734080183,0),(211,1,1,'moodle/user:changeownpassword',1,1734080183,0),(212,1,5,'moodle/user:readuserposts',1,1734080183,0),(213,1,4,'moodle/user:readuserposts',1,1734080183,0),(214,1,3,'moodle/user:readuserposts',1,1734080183,0),(215,1,1,'moodle/user:readuserposts',1,1734080183,0),(216,1,5,'moodle/user:readuserblogs',1,1734080183,0),(217,1,4,'moodle/user:readuserblogs',1,1734080183,0),(218,1,3,'moodle/user:readuserblogs',1,1734080183,0),(219,1,1,'moodle/user:readuserblogs',1,1734080183,0),(220,1,1,'moodle/user:editmessageprofile',1,1734080183,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734080183,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734080183,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734080183,0),(224,1,3,'moodle/question:managecategory',1,1734080183,0),(225,1,1,'moodle/question:managecategory',1,1734080183,0),(226,1,3,'moodle/question:add',1,1734080183,0),(227,1,1,'moodle/question:add',1,1734080183,0),(228,1,3,'moodle/question:editmine',1,1734080183,0),(229,1,1,'moodle/question:editmine',1,1734080184,0),(230,1,3,'moodle/question:editall',1,1734080184,0),(231,1,1,'moodle/question:editall',1,1734080184,0),(232,1,3,'moodle/question:viewmine',1,1734080184,0),(233,1,1,'moodle/question:viewmine',1,1734080184,0),(234,1,3,'moodle/question:viewall',1,1734080184,0),(235,1,1,'moodle/question:viewall',1,1734080184,0),(236,1,3,'moodle/question:usemine',1,1734080184,0),(237,1,1,'moodle/question:usemine',1,1734080184,0),(238,1,3,'moodle/question:useall',1,1734080184,0),(239,1,1,'moodle/question:useall',1,1734080184,0),(240,1,3,'moodle/question:movemine',1,1734080184,0),(241,1,1,'moodle/question:movemine',1,1734080184,0),(242,1,3,'moodle/question:moveall',1,1734080184,0),(243,1,1,'moodle/question:moveall',1,1734080184,0),(244,1,1,'moodle/question:config',1,1734080184,0),(245,1,5,'moodle/question:flag',1,1734080184,0),(246,1,4,'moodle/question:flag',1,1734080184,0),(247,1,3,'moodle/question:flag',1,1734080184,0),(248,1,1,'moodle/question:flag',1,1734080184,0),(249,1,3,'moodle/question:tagmine',1,1734080184,0),(250,1,1,'moodle/question:tagmine',1,1734080184,0),(251,1,3,'moodle/question:tagall',1,1734080185,0),(252,1,1,'moodle/question:tagall',1,1734080185,0),(253,1,4,'moodle/site:doclinks',1,1734080185,0),(254,1,3,'moodle/site:doclinks',1,1734080185,0),(255,1,1,'moodle/site:doclinks',1,1734080185,0),(256,1,3,'moodle/course:sectionvisibility',1,1734080185,0),(257,1,1,'moodle/course:sectionvisibility',1,1734080185,0),(258,1,3,'moodle/course:useremail',1,1734080185,0),(259,1,1,'moodle/course:useremail',1,1734080185,0),(260,1,3,'moodle/course:viewhiddensections',1,1734080185,0),(261,1,1,'moodle/course:viewhiddensections',1,1734080185,0),(262,1,3,'moodle/course:setcurrentsection',1,1734080185,0),(263,1,1,'moodle/course:setcurrentsection',1,1734080185,0),(264,1,3,'moodle/course:movesections',1,1734080185,0),(265,1,1,'moodle/course:movesections',1,1734080185,0),(266,1,4,'moodle/grade:viewall',1,1734080185,0),(267,1,3,'moodle/grade:viewall',1,1734080185,0),(268,1,1,'moodle/grade:viewall',1,1734080185,0),(269,1,5,'moodle/grade:view',1,1734080185,0),(270,1,4,'moodle/grade:viewhidden',1,1734080185,0),(271,1,3,'moodle/grade:viewhidden',1,1734080185,0),(272,1,1,'moodle/grade:viewhidden',1,1734080185,0),(273,1,3,'moodle/grade:import',1,1734080185,0),(274,1,1,'moodle/grade:import',1,1734080185,0),(275,1,4,'moodle/grade:export',1,1734080186,0),(276,1,3,'moodle/grade:export',1,1734080186,0),(277,1,1,'moodle/grade:export',1,1734080186,0),(278,1,3,'moodle/grade:manage',1,1734080186,0),(279,1,1,'moodle/grade:manage',1,1734080186,0),(280,1,3,'moodle/grade:edit',1,1734080186,0),(281,1,1,'moodle/grade:edit',1,1734080186,0),(282,1,3,'moodle/grade:managegradingforms',1,1734080186,0),(283,1,1,'moodle/grade:managegradingforms',1,1734080186,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734080186,0),(285,1,1,'moodle/grade:managesharedforms',1,1734080186,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734080186,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734080186,0),(288,1,3,'moodle/grade:manageletters',1,1734080186,0),(289,1,1,'moodle/grade:manageletters',1,1734080186,0),(290,1,3,'moodle/grade:hide',1,1734080186,0),(291,1,1,'moodle/grade:hide',1,1734080186,0),(292,1,3,'moodle/grade:lock',1,1734080186,0),(293,1,1,'moodle/grade:lock',1,1734080186,0),(294,1,3,'moodle/grade:unlock',1,1734080186,0),(295,1,1,'moodle/grade:unlock',1,1734080186,0),(296,1,7,'moodle/my:manageblocks',1,1734080186,0),(297,1,4,'moodle/notes:view',1,1734080187,0),(298,1,3,'moodle/notes:view',1,1734080187,0),(299,1,1,'moodle/notes:view',1,1734080187,0),(300,1,4,'moodle/notes:manage',1,1734080187,0),(301,1,3,'moodle/notes:manage',1,1734080187,0),(302,1,1,'moodle/notes:manage',1,1734080187,0),(303,1,1,'moodle/tag:manage',1,1734080187,0),(304,1,1,'moodle/tag:edit',1,1734080187,0),(305,1,7,'moodle/tag:flag',1,1734080187,0),(306,1,4,'moodle/tag:editblocks',1,1734080187,0),(307,1,3,'moodle/tag:editblocks',1,1734080187,0),(308,1,1,'moodle/tag:editblocks',1,1734080187,0),(309,1,6,'moodle/block:view',1,1734080187,0),(310,1,7,'moodle/block:view',1,1734080187,0),(311,1,5,'moodle/block:view',1,1734080187,0),(312,1,4,'moodle/block:view',1,1734080187,0),(313,1,3,'moodle/block:view',1,1734080187,0),(314,1,3,'moodle/block:edit',1,1734080187,0),(315,1,1,'moodle/block:edit',1,1734080187,0),(316,1,7,'moodle/portfolio:export',1,1734080187,0),(317,1,5,'moodle/portfolio:export',1,1734080187,0),(318,1,4,'moodle/portfolio:export',1,1734080187,0),(319,1,3,'moodle/portfolio:export',1,1734080187,0),(320,1,8,'moodle/comment:view',1,1734080187,0),(321,1,6,'moodle/comment:view',1,1734080187,0),(322,1,7,'moodle/comment:view',1,1734080188,0),(323,1,5,'moodle/comment:view',1,1734080188,0),(324,1,4,'moodle/comment:view',1,1734080188,0),(325,1,3,'moodle/comment:view',1,1734080188,0),(326,1,1,'moodle/comment:view',1,1734080188,0),(327,1,7,'moodle/comment:post',1,1734080188,0),(328,1,5,'moodle/comment:post',1,1734080188,0),(329,1,4,'moodle/comment:post',1,1734080188,0),(330,1,3,'moodle/comment:post',1,1734080188,0),(331,1,1,'moodle/comment:post',1,1734080188,0),(332,1,3,'moodle/comment:delete',1,1734080188,0),(333,1,1,'moodle/comment:delete',1,1734080188,0),(334,1,1,'moodle/webservice:createtoken',1,1734080188,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734080188,0),(336,1,7,'moodle/rating:view',1,1734080188,0),(337,1,5,'moodle/rating:view',1,1734080188,0),(338,1,4,'moodle/rating:view',1,1734080188,0),(339,1,3,'moodle/rating:view',1,1734080188,0),(340,1,1,'moodle/rating:view',1,1734080188,0),(341,1,7,'moodle/rating:viewany',1,1734080188,0),(342,1,5,'moodle/rating:viewany',1,1734080188,0),(343,1,4,'moodle/rating:viewany',1,1734080188,0),(344,1,3,'moodle/rating:viewany',1,1734080188,0),(345,1,1,'moodle/rating:viewany',1,1734080188,0),(346,1,7,'moodle/rating:viewall',1,1734080188,0),(347,1,5,'moodle/rating:viewall',1,1734080189,0),(348,1,4,'moodle/rating:viewall',1,1734080189,0),(349,1,3,'moodle/rating:viewall',1,1734080189,0),(350,1,1,'moodle/rating:viewall',1,1734080189,0),(351,1,7,'moodle/rating:rate',1,1734080189,0),(352,1,5,'moodle/rating:rate',1,1734080189,0),(353,1,4,'moodle/rating:rate',1,1734080189,0),(354,1,3,'moodle/rating:rate',1,1734080189,0),(355,1,1,'moodle/rating:rate',1,1734080189,0),(356,1,4,'moodle/course:markcomplete',1,1734080189,0),(357,1,3,'moodle/course:markcomplete',1,1734080189,0),(358,1,1,'moodle/course:markcomplete',1,1734080189,0),(359,1,4,'moodle/course:overridecompletion',1,1734080189,0),(360,1,3,'moodle/course:overridecompletion',1,1734080189,0),(361,1,1,'moodle/course:overridecompletion',1,1734080189,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734080189,0),(363,1,7,'moodle/badges:viewbadges',1,1734080189,0),(364,1,7,'moodle/badges:manageownbadges',1,1734080189,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734080189,0),(366,1,7,'moodle/badges:earnbadge',1,1734080189,0),(367,1,1,'moodle/badges:createbadge',1,1734080189,0),(368,1,3,'moodle/badges:createbadge',1,1734080189,0),(369,1,1,'moodle/badges:deletebadge',1,1734080189,0),(370,1,3,'moodle/badges:deletebadge',1,1734080190,0),(371,1,1,'moodle/badges:configuredetails',1,1734080190,0),(372,1,3,'moodle/badges:configuredetails',1,1734080190,0),(373,1,1,'moodle/badges:configurecriteria',1,1734080190,0),(374,1,3,'moodle/badges:configurecriteria',1,1734080190,0),(375,1,1,'moodle/badges:configuremessages',1,1734080190,0),(376,1,3,'moodle/badges:configuremessages',1,1734080190,0),(377,1,1,'moodle/badges:awardbadge',1,1734080190,0),(378,1,4,'moodle/badges:awardbadge',1,1734080190,0),(379,1,3,'moodle/badges:awardbadge',1,1734080190,0),(380,1,1,'moodle/badges:revokebadge',1,1734080190,0),(381,1,4,'moodle/badges:revokebadge',1,1734080190,0),(382,1,3,'moodle/badges:revokebadge',1,1734080190,0),(383,1,1,'moodle/badges:viewawarded',1,1734080190,0),(384,1,4,'moodle/badges:viewawarded',1,1734080190,0),(385,1,3,'moodle/badges:viewawarded',1,1734080190,0),(386,1,6,'moodle/search:query',1,1734080190,0),(387,1,7,'moodle/search:query',1,1734080190,0),(388,1,5,'moodle/search:query',1,1734080190,0),(389,1,4,'moodle/search:query',1,1734080190,0),(390,1,3,'moodle/search:query',1,1734080190,0),(391,1,1,'moodle/search:query',1,1734080190,0),(392,1,1,'moodle/competency:competencymanage',1,1734080190,0),(393,1,7,'moodle/competency:competencyview',1,1734080190,0),(394,1,3,'moodle/competency:competencygrade',1,1734080191,0),(395,1,4,'moodle/competency:competencygrade',1,1734080191,0),(396,1,1,'moodle/competency:competencygrade',1,1734080191,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734080191,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734080191,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734080191,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734080191,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734080191,0),(402,1,1,'moodle/competency:planmanage',1,1734080191,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734080191,0),(404,1,1,'moodle/competency:planview',1,1734080191,0),(405,1,1,'moodle/competency:planviewdraft',1,1734080191,0),(406,1,7,'moodle/competency:planviewown',1,1734080191,0),(407,1,1,'moodle/competency:planrequestreview',1,1734080191,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734080191,0),(409,1,1,'moodle/competency:planreview',1,1734080191,0),(410,1,1,'moodle/competency:plancomment',1,1734080191,0),(411,1,7,'moodle/competency:plancommentown',1,1734080191,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734080191,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734080191,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734080191,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734080191,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734080192,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734080192,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734080192,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734080192,0),(420,1,1,'moodle/competency:templatemanage',1,1734080192,0),(421,1,4,'moodle/analytics:listinsights',1,1734080192,0),(422,1,3,'moodle/analytics:listinsights',1,1734080192,0),(423,1,1,'moodle/analytics:listinsights',1,1734080192,0),(424,1,1,'moodle/analytics:managemodels',1,1734080192,0),(425,1,1,'moodle/competency:templateview',1,1734080192,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734080192,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734080192,0),(428,1,1,'moodle/competency:userevidenceview',1,1734080192,0),(429,1,4,'moodle/site:messageanyuser',1,1734080192,0),(430,1,3,'moodle/site:messageanyuser',1,1734080192,0),(431,1,1,'moodle/site:messageanyuser',1,1734080192,0),(432,1,7,'moodle/course:togglecompletion',1,1734080192,0),(433,1,7,'moodle/analytics:listowninsights',1,1734080192,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734080192,0),(435,1,1,'moodle/h5p:deploy',1,1734080192,0),(436,1,3,'moodle/h5p:deploy',1,1734080192,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734080192,0),(438,1,1,'moodle/course:recommendactivity',1,1734080192,0),(439,1,1,'moodle/contentbank:access',1,1734080193,0),(440,1,2,'moodle/contentbank:access',1,1734080193,0),(441,1,3,'moodle/contentbank:access',1,1734080193,0),(442,1,1,'moodle/contentbank:upload',1,1734080193,0),(443,1,2,'moodle/contentbank:upload',1,1734080193,0),(444,1,3,'moodle/contentbank:upload',1,1734080193,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734080193,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734080193,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734080193,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734080193,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734080193,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734080193,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734080193,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734080193,0),(453,1,1,'moodle/contentbank:useeditor',1,1734080193,0),(454,1,2,'moodle/contentbank:useeditor',1,1734080193,0),(455,1,3,'moodle/contentbank:useeditor',1,1734080193,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734080193,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734080193,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734080193,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734080193,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734080193,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734080193,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734080193,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734080193,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734080194,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(467,1,7,'moodle/reportbuilder:view',1,1734080194,0),(468,1,1,'moodle/reportbuilder:edit',1,1734080194,0),(469,1,6,'mod/assign:view',1,1734080237,0),(470,1,5,'mod/assign:view',1,1734080237,0),(471,1,4,'mod/assign:view',1,1734080238,0),(472,1,3,'mod/assign:view',1,1734080238,0),(473,1,1,'mod/assign:view',1,1734080238,0),(474,1,5,'mod/assign:submit',1,1734080238,0),(475,1,4,'mod/assign:grade',1,1734080238,0),(476,1,3,'mod/assign:grade',1,1734080238,0),(477,1,1,'mod/assign:grade',1,1734080238,0),(478,1,4,'mod/assign:exportownsubmission',1,1734080238,0),(479,1,3,'mod/assign:exportownsubmission',1,1734080238,0),(480,1,1,'mod/assign:exportownsubmission',1,1734080238,0),(481,1,5,'mod/assign:exportownsubmission',1,1734080238,0),(482,1,3,'mod/assign:addinstance',1,1734080238,0),(483,1,1,'mod/assign:addinstance',1,1734080238,0),(484,1,4,'mod/assign:grantextension',1,1734080238,0),(485,1,3,'mod/assign:grantextension',1,1734080238,0),(486,1,1,'mod/assign:grantextension',1,1734080238,0),(487,1,3,'mod/assign:revealidentities',1,1734080238,0),(488,1,1,'mod/assign:revealidentities',1,1734080238,0),(489,1,3,'mod/assign:reviewgrades',1,1734080238,0),(490,1,1,'mod/assign:reviewgrades',1,1734080238,0),(491,1,3,'mod/assign:releasegrades',1,1734080238,0),(492,1,1,'mod/assign:releasegrades',1,1734080238,0),(493,1,3,'mod/assign:managegrades',1,1734080238,0),(494,1,1,'mod/assign:managegrades',1,1734080238,0),(495,1,3,'mod/assign:manageallocations',1,1734080239,0),(496,1,1,'mod/assign:manageallocations',1,1734080239,0),(497,1,3,'mod/assign:viewgrades',1,1734080239,0),(498,1,1,'mod/assign:viewgrades',1,1734080239,0),(499,1,4,'mod/assign:viewgrades',1,1734080239,0),(500,1,1,'mod/assign:viewblinddetails',1,1734080239,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734080239,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734080239,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734080239,0),(504,1,3,'mod/assign:manageoverrides',1,1734080239,0),(505,1,1,'mod/assign:manageoverrides',1,1734080239,0),(506,1,4,'mod/assign:showhiddengrader',1,1734080239,0),(507,1,3,'mod/assign:showhiddengrader',1,1734080239,0),(508,1,1,'mod/assign:showhiddengrader',1,1734080239,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734080239,0),(510,1,6,'mod/assignment:view',1,1734080240,0),(511,1,5,'mod/assignment:view',1,1734080240,0),(512,1,4,'mod/assignment:view',1,1734080240,0),(513,1,3,'mod/assignment:view',1,1734080240,0),(514,1,1,'mod/assignment:view',1,1734080240,0),(515,1,3,'mod/assignment:addinstance',1,1734080240,0),(516,1,1,'mod/assignment:addinstance',1,1734080240,0),(517,1,5,'mod/assignment:submit',1,1734080240,0),(518,1,4,'mod/assignment:grade',1,1734080240,0),(519,1,3,'mod/assignment:grade',1,1734080240,0),(520,1,1,'mod/assignment:grade',1,1734080240,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734080240,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734080240,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734080240,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734080240,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734080241,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734080241,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734080241,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734080241,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734080241,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734080241,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734080241,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734080242,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734080242,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(554,1,3,'mod/book:addinstance',1,1734080243,0),(555,1,1,'mod/book:addinstance',1,1734080243,0),(556,1,6,'mod/book:read',1,1734080243,0),(557,1,8,'mod/book:read',1,1734080243,0),(558,1,5,'mod/book:read',1,1734080243,0),(559,1,4,'mod/book:read',1,1734080243,0),(560,1,3,'mod/book:read',1,1734080243,0),(561,1,1,'mod/book:read',1,1734080243,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734080243,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734080243,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734080243,0),(565,1,3,'mod/book:edit',1,1734080243,0),(566,1,1,'mod/book:edit',1,1734080243,0),(567,1,3,'mod/chat:addinstance',1,1734080244,0),(568,1,1,'mod/chat:addinstance',1,1734080244,0),(569,1,5,'mod/chat:chat',1,1734080244,0),(570,1,4,'mod/chat:chat',1,1734080244,0),(571,1,3,'mod/chat:chat',1,1734080244,0),(572,1,1,'mod/chat:chat',1,1734080244,0),(573,1,5,'mod/chat:readlog',1,1734080244,0),(574,1,4,'mod/chat:readlog',1,1734080244,0),(575,1,3,'mod/chat:readlog',1,1734080244,0),(576,1,1,'mod/chat:readlog',1,1734080244,0),(577,1,4,'mod/chat:deletelog',1,1734080244,0),(578,1,3,'mod/chat:deletelog',1,1734080244,0),(579,1,1,'mod/chat:deletelog',1,1734080244,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734080244,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734080245,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734080245,0),(583,1,4,'mod/chat:exportsession',1,1734080245,0),(584,1,3,'mod/chat:exportsession',1,1734080245,0),(585,1,1,'mod/chat:exportsession',1,1734080245,0),(586,1,7,'mod/chat:view',1,1734080245,0),(587,1,6,'mod/chat:view',1,1734080245,0),(588,1,3,'mod/choice:addinstance',1,1734080245,0),(589,1,1,'mod/choice:addinstance',1,1734080245,0),(590,1,5,'mod/choice:choose',1,1734080245,0),(591,1,4,'mod/choice:choose',1,1734080245,0),(592,1,3,'mod/choice:choose',1,1734080245,0),(593,1,4,'mod/choice:readresponses',1,1734080246,0),(594,1,3,'mod/choice:readresponses',1,1734080246,0),(595,1,1,'mod/choice:readresponses',1,1734080246,0),(596,1,4,'mod/choice:deleteresponses',1,1734080246,0),(597,1,3,'mod/choice:deleteresponses',1,1734080246,0),(598,1,1,'mod/choice:deleteresponses',1,1734080246,0),(599,1,4,'mod/choice:downloadresponses',1,1734080246,0),(600,1,3,'mod/choice:downloadresponses',1,1734080246,0),(601,1,1,'mod/choice:downloadresponses',1,1734080246,0),(602,1,7,'mod/choice:view',1,1734080246,0),(603,1,6,'mod/choice:view',1,1734080246,0),(604,1,3,'mod/data:addinstance',1,1734080247,0),(605,1,1,'mod/data:addinstance',1,1734080247,0),(606,1,8,'mod/data:viewentry',1,1734080247,0),(607,1,6,'mod/data:viewentry',1,1734080247,0),(608,1,5,'mod/data:viewentry',1,1734080247,0),(609,1,4,'mod/data:viewentry',1,1734080247,0),(610,1,3,'mod/data:viewentry',1,1734080247,0),(611,1,1,'mod/data:viewentry',1,1734080247,0),(612,1,5,'mod/data:writeentry',1,1734080247,0),(613,1,4,'mod/data:writeentry',1,1734080247,0),(614,1,3,'mod/data:writeentry',1,1734080247,0),(615,1,1,'mod/data:writeentry',1,1734080247,0),(616,1,5,'mod/data:comment',1,1734080247,0),(617,1,4,'mod/data:comment',1,1734080247,0),(618,1,3,'mod/data:comment',1,1734080247,0),(619,1,1,'mod/data:comment',1,1734080247,0),(620,1,4,'mod/data:rate',1,1734080247,0),(621,1,3,'mod/data:rate',1,1734080247,0),(622,1,1,'mod/data:rate',1,1734080247,0),(623,1,4,'mod/data:viewrating',1,1734080248,0),(624,1,3,'mod/data:viewrating',1,1734080248,0),(625,1,1,'mod/data:viewrating',1,1734080248,0),(626,1,4,'mod/data:viewanyrating',1,1734080248,0),(627,1,3,'mod/data:viewanyrating',1,1734080248,0),(628,1,1,'mod/data:viewanyrating',1,1734080248,0),(629,1,4,'mod/data:viewallratings',1,1734080248,0),(630,1,3,'mod/data:viewallratings',1,1734080248,0),(631,1,1,'mod/data:viewallratings',1,1734080248,0),(632,1,4,'mod/data:approve',1,1734080248,0),(633,1,3,'mod/data:approve',1,1734080248,0),(634,1,1,'mod/data:approve',1,1734080248,0),(635,1,4,'mod/data:manageentries',1,1734080248,0),(636,1,3,'mod/data:manageentries',1,1734080248,0),(637,1,1,'mod/data:manageentries',1,1734080248,0),(638,1,4,'mod/data:managecomments',1,1734080248,0),(639,1,3,'mod/data:managecomments',1,1734080248,0),(640,1,1,'mod/data:managecomments',1,1734080248,0),(641,1,3,'mod/data:managetemplates',1,1734080248,0),(642,1,1,'mod/data:managetemplates',1,1734080248,0),(643,1,4,'mod/data:viewalluserpresets',1,1734080248,0),(644,1,3,'mod/data:viewalluserpresets',1,1734080248,0),(645,1,1,'mod/data:viewalluserpresets',1,1734080248,0),(646,1,1,'mod/data:manageuserpresets',1,1734080249,0),(647,1,1,'mod/data:exportentry',1,1734080249,0),(648,1,4,'mod/data:exportentry',1,1734080249,0),(649,1,3,'mod/data:exportentry',1,1734080249,0),(650,1,1,'mod/data:exportownentry',1,1734080249,0),(651,1,4,'mod/data:exportownentry',1,1734080249,0),(652,1,3,'mod/data:exportownentry',1,1734080249,0),(653,1,5,'mod/data:exportownentry',1,1734080249,0),(654,1,1,'mod/data:exportallentries',1,1734080249,0),(655,1,4,'mod/data:exportallentries',1,1734080249,0),(656,1,3,'mod/data:exportallentries',1,1734080249,0),(657,1,1,'mod/data:exportuserinfo',1,1734080249,0),(658,1,4,'mod/data:exportuserinfo',1,1734080249,0),(659,1,3,'mod/data:exportuserinfo',1,1734080249,0),(660,1,6,'mod/data:view',1,1734080249,0),(661,1,5,'mod/data:view',1,1734080249,0),(662,1,4,'mod/data:view',1,1734080249,0),(663,1,3,'mod/data:view',1,1734080249,0),(664,1,1,'mod/data:view',1,1734080249,0),(665,1,3,'mod/feedback:addinstance',1,1734080250,0),(666,1,1,'mod/feedback:addinstance',1,1734080251,0),(667,1,6,'mod/feedback:view',1,1734080251,0),(668,1,8,'mod/feedback:view',1,1734080251,0),(669,1,5,'mod/feedback:view',1,1734080251,0),(670,1,4,'mod/feedback:view',1,1734080251,0),(671,1,3,'mod/feedback:view',1,1734080251,0),(672,1,1,'mod/feedback:view',1,1734080251,0),(673,1,8,'mod/feedback:complete',1,1734080251,0),(674,1,5,'mod/feedback:complete',1,1734080251,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734080251,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734080251,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734080251,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734080251,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734080251,0),(680,1,1,'mod/feedback:mapcourse',1,1734080251,0),(681,1,3,'mod/feedback:edititems',1,1734080251,0),(682,1,1,'mod/feedback:edititems',1,1734080251,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734080251,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734080251,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734080251,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734080252,0),(687,1,3,'mod/feedback:deletetemplate',1,1734080252,0),(688,1,1,'mod/feedback:deletetemplate',1,1734080252,0),(689,1,4,'mod/feedback:viewreports',1,1734080252,0),(690,1,3,'mod/feedback:viewreports',1,1734080252,0),(691,1,1,'mod/feedback:viewreports',1,1734080252,0),(692,1,4,'mod/feedback:receivemail',1,1734080252,0),(693,1,3,'mod/feedback:receivemail',1,1734080252,0),(694,1,3,'mod/folder:addinstance',1,1734080252,0),(695,1,1,'mod/folder:addinstance',1,1734080252,0),(696,1,6,'mod/folder:view',1,1734080252,0),(697,1,7,'mod/folder:view',1,1734080252,0),(698,1,3,'mod/folder:managefiles',1,1734080252,0),(699,1,3,'mod/forum:addinstance',1,1734080254,0),(700,1,1,'mod/forum:addinstance',1,1734080254,0),(701,1,8,'mod/forum:viewdiscussion',1,1734080254,0),(702,1,6,'mod/forum:viewdiscussion',1,1734080254,0),(703,1,5,'mod/forum:viewdiscussion',1,1734080254,0),(704,1,4,'mod/forum:viewdiscussion',1,1734080254,0),(705,1,3,'mod/forum:viewdiscussion',1,1734080254,0),(706,1,1,'mod/forum:viewdiscussion',1,1734080254,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734080254,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734080254,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734080254,0),(710,1,5,'mod/forum:startdiscussion',1,1734080254,0),(711,1,4,'mod/forum:startdiscussion',1,1734080254,0),(712,1,3,'mod/forum:startdiscussion',1,1734080254,0),(713,1,1,'mod/forum:startdiscussion',1,1734080254,0),(714,1,5,'mod/forum:replypost',1,1734080255,0),(715,1,4,'mod/forum:replypost',1,1734080255,0),(716,1,3,'mod/forum:replypost',1,1734080255,0),(717,1,1,'mod/forum:replypost',1,1734080255,0),(718,1,4,'mod/forum:addnews',1,1734080255,0),(719,1,3,'mod/forum:addnews',1,1734080255,0),(720,1,1,'mod/forum:addnews',1,1734080255,0),(721,1,4,'mod/forum:replynews',1,1734080255,0),(722,1,3,'mod/forum:replynews',1,1734080255,0),(723,1,1,'mod/forum:replynews',1,1734080255,0),(724,1,5,'mod/forum:viewrating',1,1734080255,0),(725,1,4,'mod/forum:viewrating',1,1734080255,0),(726,1,3,'mod/forum:viewrating',1,1734080255,0),(727,1,1,'mod/forum:viewrating',1,1734080255,0),(728,1,4,'mod/forum:viewanyrating',1,1734080255,0),(729,1,3,'mod/forum:viewanyrating',1,1734080255,0),(730,1,1,'mod/forum:viewanyrating',1,1734080255,0),(731,1,4,'mod/forum:viewallratings',1,1734080255,0),(732,1,3,'mod/forum:viewallratings',1,1734080255,0),(733,1,1,'mod/forum:viewallratings',1,1734080255,0),(734,1,4,'mod/forum:rate',1,1734080255,0),(735,1,3,'mod/forum:rate',1,1734080255,0),(736,1,1,'mod/forum:rate',1,1734080255,0),(737,1,4,'mod/forum:postprivatereply',1,1734080256,0),(738,1,3,'mod/forum:postprivatereply',1,1734080256,0),(739,1,1,'mod/forum:postprivatereply',1,1734080256,0),(740,1,4,'mod/forum:readprivatereplies',1,1734080256,0),(741,1,3,'mod/forum:readprivatereplies',1,1734080256,0),(742,1,1,'mod/forum:readprivatereplies',1,1734080256,0),(743,1,5,'mod/forum:createattachment',1,1734080256,0),(744,1,4,'mod/forum:createattachment',1,1734080256,0),(745,1,3,'mod/forum:createattachment',1,1734080256,0),(746,1,1,'mod/forum:createattachment',1,1734080256,0),(747,1,5,'mod/forum:deleteownpost',1,1734080256,0),(748,1,4,'mod/forum:deleteownpost',1,1734080256,0),(749,1,3,'mod/forum:deleteownpost',1,1734080256,0),(750,1,1,'mod/forum:deleteownpost',1,1734080256,0),(751,1,4,'mod/forum:deleteanypost',1,1734080256,0),(752,1,3,'mod/forum:deleteanypost',1,1734080256,0),(753,1,1,'mod/forum:deleteanypost',1,1734080256,0),(754,1,4,'mod/forum:splitdiscussions',1,1734080256,0),(755,1,3,'mod/forum:splitdiscussions',1,1734080256,0),(756,1,1,'mod/forum:splitdiscussions',1,1734080256,0),(757,1,4,'mod/forum:movediscussions',1,1734080257,0),(758,1,3,'mod/forum:movediscussions',1,1734080257,0),(759,1,1,'mod/forum:movediscussions',1,1734080257,0),(760,1,4,'mod/forum:pindiscussions',1,1734080257,0),(761,1,3,'mod/forum:pindiscussions',1,1734080257,0),(762,1,1,'mod/forum:pindiscussions',1,1734080257,0),(763,1,4,'mod/forum:editanypost',1,1734080257,0),(764,1,3,'mod/forum:editanypost',1,1734080257,0),(765,1,1,'mod/forum:editanypost',1,1734080257,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734080257,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734080257,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734080257,0),(769,1,4,'mod/forum:viewsubscribers',1,1734080257,0),(770,1,3,'mod/forum:viewsubscribers',1,1734080257,0),(771,1,1,'mod/forum:viewsubscribers',1,1734080257,0),(772,1,4,'mod/forum:managesubscriptions',1,1734080257,0),(773,1,3,'mod/forum:managesubscriptions',1,1734080257,0),(774,1,1,'mod/forum:managesubscriptions',1,1734080257,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734080257,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734080257,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734080258,0),(778,1,4,'mod/forum:exportdiscussion',1,1734080258,0),(779,1,3,'mod/forum:exportdiscussion',1,1734080258,0),(780,1,1,'mod/forum:exportdiscussion',1,1734080258,0),(781,1,4,'mod/forum:exportforum',1,1734080258,0),(782,1,3,'mod/forum:exportforum',1,1734080258,0),(783,1,1,'mod/forum:exportforum',1,1734080258,0),(784,1,4,'mod/forum:exportpost',1,1734080258,0),(785,1,3,'mod/forum:exportpost',1,1734080258,0),(786,1,1,'mod/forum:exportpost',1,1734080258,0),(787,1,4,'mod/forum:exportownpost',1,1734080258,0),(788,1,3,'mod/forum:exportownpost',1,1734080258,0),(789,1,1,'mod/forum:exportownpost',1,1734080258,0),(790,1,5,'mod/forum:exportownpost',1,1734080258,0),(791,1,4,'mod/forum:addquestion',1,1734080258,0),(792,1,3,'mod/forum:addquestion',1,1734080258,0),(793,1,1,'mod/forum:addquestion',1,1734080258,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734080258,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734080259,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734080259,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734080259,0),(798,1,4,'mod/forum:canposttomygroups',1,1734080259,0),(799,1,3,'mod/forum:canposttomygroups',1,1734080259,0),(800,1,1,'mod/forum:canposttomygroups',1,1734080259,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734080259,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734080259,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734080259,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734080259,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734080259,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734080259,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734080259,0),(808,1,4,'mod/forum:grade',1,1734080259,0),(809,1,3,'mod/forum:grade',1,1734080259,0),(810,1,1,'mod/forum:grade',1,1734080259,0),(811,1,3,'mod/glossary:addinstance',1,1734080260,0),(812,1,1,'mod/glossary:addinstance',1,1734080260,0),(813,1,8,'mod/glossary:view',1,1734080260,0),(814,1,6,'mod/glossary:view',1,1734080260,0),(815,1,5,'mod/glossary:view',1,1734080260,0),(816,1,4,'mod/glossary:view',1,1734080260,0),(817,1,3,'mod/glossary:view',1,1734080260,0),(818,1,1,'mod/glossary:view',1,1734080260,0),(819,1,5,'mod/glossary:write',1,1734080260,0),(820,1,4,'mod/glossary:write',1,1734080260,0),(821,1,3,'mod/glossary:write',1,1734080260,0),(822,1,1,'mod/glossary:write',1,1734080261,0),(823,1,4,'mod/glossary:manageentries',1,1734080261,0),(824,1,3,'mod/glossary:manageentries',1,1734080261,0),(825,1,1,'mod/glossary:manageentries',1,1734080261,0),(826,1,4,'mod/glossary:managecategories',1,1734080261,0),(827,1,3,'mod/glossary:managecategories',1,1734080261,0),(828,1,1,'mod/glossary:managecategories',1,1734080261,0),(829,1,5,'mod/glossary:comment',1,1734080261,0),(830,1,4,'mod/glossary:comment',1,1734080261,0),(831,1,3,'mod/glossary:comment',1,1734080261,0),(832,1,1,'mod/glossary:comment',1,1734080261,0),(833,1,4,'mod/glossary:managecomments',1,1734080261,0),(834,1,3,'mod/glossary:managecomments',1,1734080261,0),(835,1,1,'mod/glossary:managecomments',1,1734080261,0),(836,1,4,'mod/glossary:import',1,1734080261,0),(837,1,3,'mod/glossary:import',1,1734080261,0),(838,1,1,'mod/glossary:import',1,1734080261,0),(839,1,4,'mod/glossary:export',1,1734080261,0),(840,1,3,'mod/glossary:export',1,1734080261,0),(841,1,1,'mod/glossary:export',1,1734080261,0),(842,1,4,'mod/glossary:approve',1,1734080261,0),(843,1,3,'mod/glossary:approve',1,1734080262,0),(844,1,1,'mod/glossary:approve',1,1734080262,0),(845,1,4,'mod/glossary:rate',1,1734080262,0),(846,1,3,'mod/glossary:rate',1,1734080262,0),(847,1,1,'mod/glossary:rate',1,1734080262,0),(848,1,4,'mod/glossary:viewrating',1,1734080262,0),(849,1,3,'mod/glossary:viewrating',1,1734080262,0),(850,1,1,'mod/glossary:viewrating',1,1734080262,0),(851,1,4,'mod/glossary:viewanyrating',1,1734080262,0),(852,1,3,'mod/glossary:viewanyrating',1,1734080262,0),(853,1,1,'mod/glossary:viewanyrating',1,1734080262,0),(854,1,4,'mod/glossary:viewallratings',1,1734080262,0),(855,1,3,'mod/glossary:viewallratings',1,1734080262,0),(856,1,1,'mod/glossary:viewallratings',1,1734080262,0),(857,1,4,'mod/glossary:exportentry',1,1734080262,0),(858,1,3,'mod/glossary:exportentry',1,1734080262,0),(859,1,1,'mod/glossary:exportentry',1,1734080262,0),(860,1,4,'mod/glossary:exportownentry',1,1734080262,0),(861,1,3,'mod/glossary:exportownentry',1,1734080262,0),(862,1,1,'mod/glossary:exportownentry',1,1734080262,0),(863,1,5,'mod/glossary:exportownentry',1,1734080262,0),(864,1,6,'mod/h5pactivity:view',1,1734080263,0),(865,1,5,'mod/h5pactivity:view',1,1734080263,0),(866,1,4,'mod/h5pactivity:view',1,1734080263,0),(867,1,3,'mod/h5pactivity:view',1,1734080263,0),(868,1,1,'mod/h5pactivity:view',1,1734080263,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734080263,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734080263,0),(871,1,5,'mod/h5pactivity:submit',1,1734080263,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734080263,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734080264,0),(874,1,6,'mod/imscp:view',1,1734080264,0),(875,1,7,'mod/imscp:view',1,1734080264,0),(876,1,3,'mod/imscp:addinstance',1,1734080264,0),(877,1,1,'mod/imscp:addinstance',1,1734080264,0),(878,1,3,'mod/label:addinstance',1,1734080264,0),(879,1,1,'mod/label:addinstance',1,1734080265,0),(880,1,7,'mod/label:view',1,1734080265,0),(881,1,6,'mod/label:view',1,1734080265,0),(882,1,3,'mod/lesson:addinstance',1,1734080265,0),(883,1,1,'mod/lesson:addinstance',1,1734080266,0),(884,1,3,'mod/lesson:edit',1,1734080266,0),(885,1,1,'mod/lesson:edit',1,1734080266,0),(886,1,4,'mod/lesson:grade',1,1734080266,0),(887,1,3,'mod/lesson:grade',1,1734080266,0),(888,1,1,'mod/lesson:grade',1,1734080266,0),(889,1,4,'mod/lesson:viewreports',1,1734080266,0),(890,1,3,'mod/lesson:viewreports',1,1734080266,0),(891,1,1,'mod/lesson:viewreports',1,1734080266,0),(892,1,4,'mod/lesson:manage',1,1734080266,0),(893,1,3,'mod/lesson:manage',1,1734080266,0),(894,1,1,'mod/lesson:manage',1,1734080266,0),(895,1,3,'mod/lesson:manageoverrides',1,1734080266,0),(896,1,1,'mod/lesson:manageoverrides',1,1734080266,0),(897,1,7,'mod/lesson:view',1,1734080266,0),(898,1,6,'mod/lesson:view',1,1734080266,0),(899,1,5,'mod/lti:view',1,1734080267,0),(900,1,4,'mod/lti:view',1,1734080267,0),(901,1,3,'mod/lti:view',1,1734080268,0),(902,1,1,'mod/lti:view',1,1734080268,0),(903,1,3,'mod/lti:addinstance',1,1734080268,0),(904,1,1,'mod/lti:addinstance',1,1734080268,0),(905,1,4,'mod/lti:manage',1,1734080268,0),(906,1,3,'mod/lti:manage',1,1734080268,0),(907,1,1,'mod/lti:manage',1,1734080268,0),(908,1,3,'mod/lti:addcoursetool',1,1734080268,0),(909,1,1,'mod/lti:addcoursetool',1,1734080268,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(912,1,3,'mod/lti:addmanualinstance',1,1734080268,0),(913,1,1,'mod/lti:addmanualinstance',1,1734080268,0),(914,1,3,'mod/lti:requesttooladd',1,1734080268,0),(915,1,1,'mod/lti:requesttooladd',1,1734080268,0),(916,1,6,'mod/page:view',1,1734080269,0),(917,1,7,'mod/page:view',1,1734080269,0),(918,1,3,'mod/page:addinstance',1,1734080269,0),(919,1,1,'mod/page:addinstance',1,1734080269,0),(920,1,6,'mod/quiz:view',1,1734080270,0),(921,1,5,'mod/quiz:view',1,1734080270,0),(922,1,4,'mod/quiz:view',1,1734080270,0),(923,1,3,'mod/quiz:view',1,1734080270,0),(924,1,1,'mod/quiz:view',1,1734080270,0),(925,1,3,'mod/quiz:addinstance',1,1734080270,0),(926,1,1,'mod/quiz:addinstance',1,1734080270,0),(927,1,5,'mod/quiz:attempt',1,1734080270,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734080270,0),(929,1,3,'mod/quiz:manage',1,1734080270,0),(930,1,1,'mod/quiz:manage',1,1734080270,0),(931,1,3,'mod/quiz:manageoverrides',1,1734080270,0),(932,1,1,'mod/quiz:manageoverrides',1,1734080270,0),(933,1,4,'mod/quiz:viewoverrides',1,1734080270,0),(934,1,3,'mod/quiz:viewoverrides',1,1734080270,0),(935,1,1,'mod/quiz:viewoverrides',1,1734080271,0),(936,1,4,'mod/quiz:preview',1,1734080271,0),(937,1,3,'mod/quiz:preview',1,1734080271,0),(938,1,1,'mod/quiz:preview',1,1734080271,0),(939,1,4,'mod/quiz:grade',1,1734080271,0),(940,1,3,'mod/quiz:grade',1,1734080271,0),(941,1,1,'mod/quiz:grade',1,1734080271,0),(942,1,4,'mod/quiz:regrade',1,1734080271,0),(943,1,3,'mod/quiz:regrade',1,1734080271,0),(944,1,1,'mod/quiz:regrade',1,1734080271,0),(945,1,4,'mod/quiz:viewreports',1,1734080271,0),(946,1,3,'mod/quiz:viewreports',1,1734080271,0),(947,1,1,'mod/quiz:viewreports',1,1734080271,0),(948,1,3,'mod/quiz:deleteattempts',1,1734080271,0),(949,1,1,'mod/quiz:deleteattempts',1,1734080271,0),(950,1,6,'mod/resource:view',1,1734080272,0),(951,1,7,'mod/resource:view',1,1734080272,0),(952,1,3,'mod/resource:addinstance',1,1734080272,0),(953,1,1,'mod/resource:addinstance',1,1734080272,0),(954,1,3,'mod/scorm:addinstance',1,1734080273,0),(955,1,1,'mod/scorm:addinstance',1,1734080273,0),(956,1,4,'mod/scorm:viewreport',1,1734080273,0),(957,1,3,'mod/scorm:viewreport',1,1734080273,0),(958,1,1,'mod/scorm:viewreport',1,1734080273,0),(959,1,5,'mod/scorm:skipview',1,1734080273,0),(960,1,5,'mod/scorm:savetrack',1,1734080273,0),(961,1,4,'mod/scorm:savetrack',1,1734080273,0),(962,1,3,'mod/scorm:savetrack',1,1734080273,0),(963,1,1,'mod/scorm:savetrack',1,1734080273,0),(964,1,5,'mod/scorm:viewscores',1,1734080274,0),(965,1,4,'mod/scorm:viewscores',1,1734080274,0),(966,1,3,'mod/scorm:viewscores',1,1734080274,0),(967,1,1,'mod/scorm:viewscores',1,1734080274,0),(968,1,4,'mod/scorm:deleteresponses',1,1734080274,0),(969,1,3,'mod/scorm:deleteresponses',1,1734080274,0),(970,1,1,'mod/scorm:deleteresponses',1,1734080274,0),(971,1,3,'mod/survey:addinstance',1,1734080275,0),(972,1,1,'mod/survey:addinstance',1,1734080275,0),(973,1,5,'mod/survey:participate',1,1734080275,0),(974,1,4,'mod/survey:participate',1,1734080275,0),(975,1,3,'mod/survey:participate',1,1734080275,0),(976,1,1,'mod/survey:participate',1,1734080275,0),(977,1,4,'mod/survey:readresponses',1,1734080275,0),(978,1,3,'mod/survey:readresponses',1,1734080275,0),(979,1,1,'mod/survey:readresponses',1,1734080275,0),(980,1,4,'mod/survey:download',1,1734080275,0),(981,1,3,'mod/survey:download',1,1734080275,0),(982,1,1,'mod/survey:download',1,1734080275,0),(983,1,6,'mod/url:view',1,1734080276,0),(984,1,7,'mod/url:view',1,1734080276,0),(985,1,3,'mod/url:addinstance',1,1734080276,0),(986,1,1,'mod/url:addinstance',1,1734080276,0),(987,1,3,'mod/wiki:addinstance',1,1734080277,0),(988,1,1,'mod/wiki:addinstance',1,1734080277,0),(989,1,6,'mod/wiki:viewpage',1,1734080277,0),(990,1,8,'mod/wiki:viewpage',1,1734080277,0),(991,1,5,'mod/wiki:viewpage',1,1734080277,0),(992,1,4,'mod/wiki:viewpage',1,1734080277,0),(993,1,3,'mod/wiki:viewpage',1,1734080277,0),(994,1,1,'mod/wiki:viewpage',1,1734080277,0),(995,1,5,'mod/wiki:editpage',1,1734080277,0),(996,1,4,'mod/wiki:editpage',1,1734080277,0),(997,1,3,'mod/wiki:editpage',1,1734080277,0),(998,1,1,'mod/wiki:editpage',1,1734080277,0),(999,1,5,'mod/wiki:createpage',1,1734080277,0),(1000,1,4,'mod/wiki:createpage',1,1734080277,0),(1001,1,3,'mod/wiki:createpage',1,1734080277,0),(1002,1,1,'mod/wiki:createpage',1,1734080277,0),(1003,1,5,'mod/wiki:viewcomment',1,1734080277,0),(1004,1,4,'mod/wiki:viewcomment',1,1734080277,0),(1005,1,3,'mod/wiki:viewcomment',1,1734080277,0),(1006,1,1,'mod/wiki:viewcomment',1,1734080278,0),(1007,1,5,'mod/wiki:editcomment',1,1734080278,0),(1008,1,4,'mod/wiki:editcomment',1,1734080278,0),(1009,1,3,'mod/wiki:editcomment',1,1734080278,0),(1010,1,1,'mod/wiki:editcomment',1,1734080278,0),(1011,1,4,'mod/wiki:managecomment',1,1734080278,0),(1012,1,3,'mod/wiki:managecomment',1,1734080278,0),(1013,1,1,'mod/wiki:managecomment',1,1734080278,0),(1014,1,4,'mod/wiki:managefiles',1,1734080278,0),(1015,1,3,'mod/wiki:managefiles',1,1734080278,0),(1016,1,1,'mod/wiki:managefiles',1,1734080278,0),(1017,1,4,'mod/wiki:overridelock',1,1734080278,0),(1018,1,3,'mod/wiki:overridelock',1,1734080278,0),(1019,1,1,'mod/wiki:overridelock',1,1734080278,0),(1020,1,4,'mod/wiki:managewiki',1,1734080278,0),(1021,1,3,'mod/wiki:managewiki',1,1734080278,0),(1022,1,1,'mod/wiki:managewiki',1,1734080278,0),(1023,1,6,'mod/workshop:view',1,1734080279,0),(1024,1,5,'mod/workshop:view',1,1734080279,0),(1025,1,4,'mod/workshop:view',1,1734080279,0),(1026,1,3,'mod/workshop:view',1,1734080279,0),(1027,1,1,'mod/workshop:view',1,1734080279,0),(1028,1,3,'mod/workshop:addinstance',1,1734080279,0),(1029,1,1,'mod/workshop:addinstance',1,1734080279,0),(1030,1,4,'mod/workshop:switchphase',1,1734080279,0),(1031,1,3,'mod/workshop:switchphase',1,1734080279,0),(1032,1,1,'mod/workshop:switchphase',1,1734080279,0),(1033,1,3,'mod/workshop:editdimensions',1,1734080279,0),(1034,1,1,'mod/workshop:editdimensions',1,1734080279,0),(1035,1,5,'mod/workshop:submit',1,1734080280,0),(1036,1,5,'mod/workshop:peerassess',1,1734080280,0),(1037,1,4,'mod/workshop:manageexamples',1,1734080280,0),(1038,1,3,'mod/workshop:manageexamples',1,1734080280,0),(1039,1,1,'mod/workshop:manageexamples',1,1734080280,0),(1040,1,4,'mod/workshop:allocate',1,1734080280,0),(1041,1,3,'mod/workshop:allocate',1,1734080280,0),(1042,1,1,'mod/workshop:allocate',1,1734080280,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734080280,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734080280,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734080280,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734080280,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734080280,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734080280,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734080280,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734080280,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734080280,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734080280,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734080280,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734080281,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734080281,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734080281,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734080281,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734080281,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734080281,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734080281,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734080281,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734080281,0),(1067,1,4,'mod/workshop:overridegrades',1,1734080281,0),(1068,1,3,'mod/workshop:overridegrades',1,1734080281,0),(1069,1,1,'mod/workshop:overridegrades',1,1734080281,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734080281,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734080281,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734080281,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734080281,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734080281,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734080282,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734080282,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734080282,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734080282,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734080282,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734080284,0),(1081,1,1,'enrol/category:config',1,1734080285,0),(1082,1,3,'enrol/category:config',1,1734080285,0),(1083,1,3,'enrol/cohort:config',1,1734080286,0),(1084,1,1,'enrol/cohort:config',1,1734080286,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080286,0),(1086,1,1,'enrol/database:unenrol',1,1734080286,0),(1087,1,1,'enrol/database:config',1,1734080286,0),(1088,1,3,'enrol/database:config',1,1734080286,0),(1089,1,1,'enrol/fee:config',1,1734080286,0),(1090,1,1,'enrol/fee:manage',1,1734080286,0),(1091,1,3,'enrol/fee:manage',1,1734080286,0),(1092,1,1,'enrol/fee:unenrol',1,1734080286,0),(1093,1,1,'enrol/guest:config',1,1734080287,0),(1094,1,3,'enrol/guest:config',1,1734080287,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080287,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080287,0),(1097,1,1,'enrol/ldap:manage',1,1734080287,0),(1098,1,1,'enrol/lti:config',1,1734080289,0),(1099,1,3,'enrol/lti:config',1,1734080289,0),(1100,1,1,'enrol/lti:unenrol',1,1734080289,0),(1101,1,3,'enrol/lti:unenrol',1,1734080289,0),(1102,1,1,'enrol/manual:config',1,1734080289,0),(1103,1,1,'enrol/manual:enrol',1,1734080289,0),(1104,1,3,'enrol/manual:enrol',1,1734080290,0),(1105,1,1,'enrol/manual:manage',1,1734080290,0),(1106,1,3,'enrol/manual:manage',1,1734080290,0),(1107,1,1,'enrol/manual:unenrol',1,1734080290,0),(1108,1,3,'enrol/manual:unenrol',1,1734080290,0),(1109,1,1,'enrol/meta:config',1,1734080290,0),(1110,1,3,'enrol/meta:config',1,1734080290,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080290,0),(1112,1,1,'enrol/meta:unenrol',1,1734080290,0),(1113,1,1,'enrol/mnet:config',1,1734080290,0),(1114,1,3,'enrol/mnet:config',1,1734080290,0),(1115,1,1,'enrol/paypal:config',1,1734080291,0),(1116,1,1,'enrol/paypal:manage',1,1734080291,0),(1117,1,3,'enrol/paypal:manage',1,1734080291,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080291,0),(1119,1,3,'enrol/self:config',1,1734080291,0),(1120,1,1,'enrol/self:config',1,1734080291,0),(1121,1,3,'enrol/self:manage',1,1734080291,0),(1122,1,1,'enrol/self:manage',1,1734080291,0),(1123,1,5,'enrol/self:unenrolself',1,1734080291,0),(1124,1,3,'enrol/self:unenrol',1,1734080292,0),(1125,1,1,'enrol/self:unenrol',1,1734080292,0),(1126,1,7,'enrol/self:enrolself',1,1734080292,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080292,0),(1128,1,3,'block/accessreview:addinstance',1,1734080293,0),(1129,1,1,'block/accessreview:addinstance',1,1734080293,0),(1130,1,3,'block/accessreview:view',1,1734080293,0),(1131,1,1,'block/accessreview:view',1,1734080293,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080294,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080294,0),(1134,1,3,'block/activity_results:addinstance',1,1734080294,0),(1135,1,1,'block/activity_results:addinstance',1,1734080294,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080294,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080294,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080295,0),(1139,1,3,'block/badges:addinstance',1,1734080295,0),(1140,1,1,'block/badges:addinstance',1,1734080295,0),(1141,1,7,'block/badges:myaddinstance',1,1734080295,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080295,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080295,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080295,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080295,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080296,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080296,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080296,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080296,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080296,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080296,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080297,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080297,0),(1154,1,7,'block/comments:myaddinstance',1,1734080297,0),(1155,1,3,'block/comments:addinstance',1,1734080297,0),(1156,1,1,'block/comments:addinstance',1,1734080297,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080297,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080297,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080297,0),(1160,1,3,'block/course_list:addinstance',1,1734080297,0),(1161,1,1,'block/course_list:addinstance',1,1734080297,0),(1162,1,3,'block/course_summary:addinstance',1,1734080298,0),(1163,1,1,'block/course_summary:addinstance',1,1734080298,0),(1164,1,3,'block/feedback:addinstance',1,1734080298,0),(1165,1,1,'block/feedback:addinstance',1,1734080298,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080298,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080298,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080298,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080298,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080298,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080299,0),(1172,1,7,'block/html:myaddinstance',1,1734080299,0),(1173,1,3,'block/html:addinstance',1,1734080299,0),(1174,1,1,'block/html:addinstance',1,1734080299,0),(1175,1,3,'block/login:addinstance',1,1734080299,0),(1176,1,1,'block/login:addinstance',1,1734080299,0),(1177,1,3,'block/lp:addinstance',1,1734080299,0),(1178,1,1,'block/lp:addinstance',1,1734080299,0),(1179,1,7,'block/lp:myaddinstance',1,1734080299,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080300,0),(1181,1,3,'block/mentees:addinstance',1,1734080300,0),(1182,1,1,'block/mentees:addinstance',1,1734080300,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080300,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080300,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080300,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080300,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080300,0),(1188,1,3,'block/myprofile:addinstance',1,1734080300,0),(1189,1,1,'block/myprofile:addinstance',1,1734080300,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080301,0),(1191,1,3,'block/navigation:addinstance',1,1734080301,0),(1192,1,1,'block/navigation:addinstance',1,1734080301,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080301,0),(1194,1,3,'block/news_items:addinstance',1,1734080301,0),(1195,1,1,'block/news_items:addinstance',1,1734080301,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080301,0),(1197,1,3,'block/online_users:addinstance',1,1734080301,0),(1198,1,1,'block/online_users:addinstance',1,1734080301,0),(1199,1,7,'block/online_users:viewlist',1,1734080301,0),(1200,1,6,'block/online_users:viewlist',-1,1734080301,0),(1201,1,5,'block/online_users:viewlist',1,1734080301,0),(1202,1,4,'block/online_users:viewlist',1,1734080301,0),(1203,1,3,'block/online_users:viewlist',1,1734080301,0),(1204,1,1,'block/online_users:viewlist',1,1734080301,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080302,0),(1206,1,3,'block/private_files:addinstance',1,1734080302,0),(1207,1,1,'block/private_files:addinstance',1,1734080302,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080302,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080302,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080302,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080302,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080302,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080303,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080303,0),(1215,1,3,'block/rss_client:addinstance',1,1734080303,0),(1216,1,1,'block/rss_client:addinstance',1,1734080303,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080303,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080303,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080303,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080303,0),(1221,1,3,'block/search_forums:addinstance',1,1734080304,0),(1222,1,1,'block/search_forums:addinstance',1,1734080304,0),(1223,1,3,'block/section_links:addinstance',1,1734080304,0),(1224,1,1,'block/section_links:addinstance',1,1734080304,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080304,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080304,0),(1227,1,7,'block/settings:myaddinstance',1,1734080304,0),(1228,1,3,'block/settings:addinstance',1,1734080305,0),(1229,1,1,'block/settings:addinstance',1,1734080305,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080305,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080305,0),(1232,1,3,'block/social_activities:addinstance',1,1734080305,0),(1233,1,1,'block/social_activities:addinstance',1,1734080305,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080305,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080305,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080305,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080306,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080306,0),(1239,1,7,'block/tags:myaddinstance',1,1734080306,0),(1240,1,3,'block/tags:addinstance',1,1734080306,0),(1241,1,1,'block/tags:addinstance',1,1734080306,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080306,0),(1243,1,4,'report/completion:view',1,1734080312,0),(1244,1,3,'report/completion:view',1,1734080312,0),(1245,1,1,'report/completion:view',1,1734080312,0),(1246,1,4,'report/courseoverview:view',1,1734080312,0),(1247,1,3,'report/courseoverview:view',1,1734080312,0),(1248,1,1,'report/courseoverview:view',1,1734080312,0),(1249,1,4,'report/log:view',1,1734080313,0),(1250,1,3,'report/log:view',1,1734080313,0),(1251,1,1,'report/log:view',1,1734080313,0),(1252,1,4,'report/log:viewtoday',1,1734080313,0),(1253,1,3,'report/log:viewtoday',1,1734080313,0),(1254,1,1,'report/log:viewtoday',1,1734080313,0),(1255,1,4,'report/loglive:view',1,1734080314,0),(1256,1,3,'report/loglive:view',1,1734080314,0),(1257,1,1,'report/loglive:view',1,1734080314,0),(1258,1,4,'report/outline:view',1,1734080314,0),(1259,1,3,'report/outline:view',1,1734080314,0),(1260,1,1,'report/outline:view',1,1734080314,0),(1261,1,4,'report/outline:viewuserreport',1,1734080314,0),(1262,1,3,'report/outline:viewuserreport',1,1734080314,0),(1263,1,1,'report/outline:viewuserreport',1,1734080314,0),(1264,1,4,'report/participation:view',1,1734080314,0),(1265,1,3,'report/participation:view',1,1734080314,0),(1266,1,1,'report/participation:view',1,1734080315,0),(1267,1,1,'report/performance:view',1,1734080315,0),(1268,1,4,'report/progress:view',1,1734080315,0),(1269,1,3,'report/progress:view',1,1734080315,0),(1270,1,1,'report/progress:view',1,1734080315,0),(1271,1,1,'report/security:view',1,1734080315,0),(1272,1,4,'report/stats:view',1,1734080315,0),(1273,1,3,'report/stats:view',1,1734080315,0),(1274,1,1,'report/stats:view',1,1734080316,0),(1275,1,1,'report/status:view',1,1734080316,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080316,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080316,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080316,0),(1279,1,4,'gradeexport/ods:view',1,1734080316,0),(1280,1,3,'gradeexport/ods:view',1,1734080316,0),(1281,1,1,'gradeexport/ods:view',1,1734080316,0),(1282,1,1,'gradeexport/ods:publish',1,1734080316,0),(1283,1,4,'gradeexport/txt:view',1,1734080317,0),(1284,1,3,'gradeexport/txt:view',1,1734080317,0),(1285,1,1,'gradeexport/txt:view',1,1734080317,0),(1286,1,1,'gradeexport/txt:publish',1,1734080317,0),(1287,1,4,'gradeexport/xls:view',1,1734080317,0),(1288,1,3,'gradeexport/xls:view',1,1734080317,0),(1289,1,1,'gradeexport/xls:view',1,1734080317,0),(1290,1,1,'gradeexport/xls:publish',1,1734080317,0),(1291,1,4,'gradeexport/xml:view',1,1734080317,0),(1292,1,3,'gradeexport/xml:view',1,1734080317,0),(1293,1,1,'gradeexport/xml:view',1,1734080317,0),(1294,1,1,'gradeexport/xml:publish',1,1734080317,0),(1295,1,3,'gradeimport/csv:view',1,1734080318,0),(1296,1,1,'gradeimport/csv:view',1,1734080318,0),(1297,1,3,'gradeimport/direct:view',1,1734080318,0),(1298,1,1,'gradeimport/direct:view',1,1734080318,0),(1299,1,3,'gradeimport/xml:view',1,1734080318,0),(1300,1,1,'gradeimport/xml:view',1,1734080318,0),(1301,1,1,'gradeimport/xml:publish',1,1734080318,0),(1302,1,4,'gradereport/grader:view',1,1734080318,0),(1303,1,3,'gradereport/grader:view',1,1734080318,0),(1304,1,1,'gradereport/grader:view',1,1734080318,0),(1305,1,4,'gradereport/history:view',1,1734080319,0),(1306,1,3,'gradereport/history:view',1,1734080319,0),(1307,1,1,'gradereport/history:view',1,1734080319,0),(1308,1,4,'gradereport/outcomes:view',1,1734080319,0),(1309,1,3,'gradereport/outcomes:view',1,1734080319,0),(1310,1,1,'gradereport/outcomes:view',1,1734080319,0),(1311,1,7,'gradereport/overview:view',1,1734080319,0),(1312,1,3,'gradereport/singleview:view',1,1734080319,0),(1313,1,1,'gradereport/singleview:view',1,1734080319,0),(1314,1,3,'gradereport/summary:view',1,1734080320,0),(1315,1,4,'gradereport/summary:view',1,1734080320,0),(1316,1,1,'gradereport/summary:view',1,1734080320,0),(1317,1,5,'gradereport/user:view',1,1734080320,0),(1318,1,4,'gradereport/user:view',1,1734080320,0),(1319,1,3,'gradereport/user:view',1,1734080320,0),(1320,1,1,'gradereport/user:view',1,1734080320,0),(1321,1,7,'repository/areafiles:view',1,1734080322,0),(1322,1,2,'repository/contentbank:view',1,1734080323,0),(1323,1,3,'repository/contentbank:view',1,1734080323,0),(1324,1,1,'repository/contentbank:view',1,1734080323,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080323,0),(1331,1,2,'repository/coursefiles:view',1,1734080323,0),(1332,1,4,'repository/coursefiles:view',1,1734080323,0),(1333,1,3,'repository/coursefiles:view',1,1734080323,0),(1334,1,1,'repository/coursefiles:view',1,1734080323,0),(1335,1,7,'repository/dropbox:view',1,1734080324,0),(1336,1,7,'repository/equella:view',1,1734080324,0),(1337,1,2,'repository/filesystem:view',1,1734080324,0),(1338,1,4,'repository/filesystem:view',1,1734080324,0),(1339,1,3,'repository/filesystem:view',1,1734080324,0),(1340,1,1,'repository/filesystem:view',1,1734080324,0),(1341,1,7,'repository/flickr:view',1,1734080324,0),(1342,1,7,'repository/flickr_public:view',1,1734080325,0),(1343,1,7,'repository/googledocs:view',1,1734080325,0),(1344,1,2,'repository/local:view',1,1734080325,0),(1345,1,4,'repository/local:view',1,1734080325,0),(1346,1,3,'repository/local:view',1,1734080325,0),(1347,1,1,'repository/local:view',1,1734080325,0),(1348,1,7,'repository/merlot:view',1,1734080325,0),(1349,1,7,'repository/nextcloud:view',1,1734080326,0),(1350,1,7,'repository/onedrive:view',1,1734080326,0),(1351,1,7,'repository/recent:view',1,1734080326,0),(1352,1,7,'repository/s3:view',1,1734080326,0),(1353,1,7,'repository/upload:view',1,1734080327,0),(1354,1,7,'repository/url:view',1,1734080327,0),(1355,1,7,'repository/user:view',1,1734080327,0),(1356,1,2,'repository/webdav:view',1,1734080327,0),(1357,1,4,'repository/webdav:view',1,1734080327,0),(1358,1,3,'repository/webdav:view',1,1734080328,0),(1359,1,1,'repository/webdav:view',1,1734080328,0),(1360,1,7,'repository/wikimedia:view',1,1734080328,0),(1361,1,7,'repository/youtube:view',1,1734080328,0),(1362,1,3,'moodle/question:commentmine',1,1734080330,0),(1363,1,1,'moodle/question:commentmine',1,1734080330,0),(1364,1,3,'moodle/question:commentall',1,1734080330,0),(1365,1,1,'moodle/question:commentall',1,1734080330,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080331,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080337,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080337,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080337,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080337,0),(1373,1,1,'tool/customlang:view',1,1734080338,0),(1374,1,1,'tool/customlang:edit',1,1734080338,0),(1375,1,1,'tool/customlang:export',1,1734080338,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080339,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080339,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080341,0),(1379,1,4,'tool/monitor:subscribe',1,1734080342,0),(1380,1,3,'tool/monitor:subscribe',1,1734080342,0),(1381,1,1,'tool/monitor:subscribe',1,1734080342,0),(1382,1,4,'tool/monitor:managerules',1,1734080342,0),(1383,1,3,'tool/monitor:managerules',1,1734080342,0),(1384,1,1,'tool/monitor:managerules',1,1734080342,0),(1385,1,1,'tool/monitor:managetool',1,1734080342,0),(1386,1,7,'tool/policy:accept',1,1734080344,0),(1387,1,1,'tool/policy:managedocs',1,1734080344,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080344,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080345,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080345,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080345,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080345,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080345,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080345,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080345,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080346,0),(1397,1,1,'tool/usertours:managetours',1,1734080347,0),(1398,1,1,'contenttype/h5p:access',1,1734080348,0),(1399,1,2,'contenttype/h5p:access',1,1734080348,0),(1400,1,3,'contenttype/h5p:access',1,1734080348,0),(1401,1,1,'contenttype/h5p:upload',1,1734080348,0),(1402,1,2,'contenttype/h5p:upload',1,1734080348,0),(1403,1,3,'contenttype/h5p:upload',1,1734080349,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080349,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080349,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080349,0),(1407,1,3,'booktool/importhtml:import',1,1734080352,0),(1408,1,1,'booktool/importhtml:import',1,1734080352,0),(1409,1,6,'booktool/print:print',1,1734080352,0),(1410,1,8,'booktool/print:print',1,1734080353,0),(1411,1,5,'booktool/print:print',1,1734080353,0),(1412,1,4,'booktool/print:print',1,1734080353,0),(1413,1,3,'booktool/print:print',1,1734080353,0),(1414,1,1,'booktool/print:print',1,1734080353,0),(1415,1,4,'forumreport/summary:view',1,1734080355,0),(1416,1,3,'forumreport/summary:view',1,1734080355,0),(1417,1,1,'forumreport/summary:view',1,1734080355,0),(1418,1,4,'forumreport/summary:viewall',1,1734080355,0),(1419,1,3,'forumreport/summary:viewall',1,1734080355,0),(1420,1,1,'forumreport/summary:viewall',1,1734080355,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080356,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080357,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080357,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080357,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080357,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080357,0),(1427,1,4,'quiz/statistics:view',1,1734080358,0),(1428,1,3,'quiz/statistics:view',1,1734080358,0),(1429,1,1,'quiz/statistics:view',1,1734080358,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080359,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080359,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080359,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080359,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080360,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080360,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080361,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080361,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080362,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1481,1,3,'atto/h5p:addembed',1,1734080367,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080368,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080368,0),(1484,1,3,'tiny/h5p:addembed',1,1734080370,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080370,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080371,0),(1487,1,7,'webservice/rest:use',1,1734080418,2); +/*!40000 ALTER TABLE `t_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_context_levels` +-- + +DROP TABLE IF EXISTS `t_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `t_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_context_levels` +-- + +LOCK TABLES `t_role_context_levels` WRITE; +/*!40000 ALTER TABLE `t_role_context_levels` DISABLE KEYS */; +INSERT INTO `t_role_context_levels` 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 `t_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_names` +-- + +DROP TABLE IF EXISTS `t_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `t_rolename_rol_ix` (`roleid`), + KEY `t_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_names` +-- + +LOCK TABLES `t_role_names` WRITE; +/*!40000 ALTER TABLE `t_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scale` +-- + +DROP TABLE IF EXISTS `t_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scal_cou_ix` (`courseid`), + KEY `t_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scale` +-- + +LOCK TABLES `t_scale` WRITE; +/*!40000 ALTER TABLE `t_scale` DISABLE KEYS */; +INSERT INTO `t_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734080194),(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,1734080194); +/*!40000 ALTER TABLE `t_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scale_history` +-- + +DROP TABLE IF EXISTS `t_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_scalhist_act_ix` (`action`), + KEY `t_scalhist_tim_ix` (`timemodified`), + KEY `t_scalhist_old_ix` (`oldid`), + KEY `t_scalhist_cou_ix` (`courseid`), + KEY `t_scalhist_log_ix` (`loggeduser`), + KEY `t_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scale_history` +-- + +LOCK TABLES `t_scale_history` WRITE; +/*!40000 ALTER TABLE `t_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm` +-- + +DROP TABLE IF EXISTS `t_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_scorm` +-- + +LOCK TABLES `t_scorm` WRITE; +/*!40000 ALTER TABLE `t_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `t_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scoraiccsess_sco_ix` (`scormid`), + KEY `t_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_aicc_session` +-- + +LOCK TABLES `t_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `t_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes` +-- + +LOCK TABLES `t_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_data` +-- + +LOCK TABLES `t_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `t_scorscoetrac_use_ix` (`userid`), + KEY `t_scorscoetrac_sco_ix` (`scormid`), + KEY `t_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_track` +-- + +LOCK TABLES `t_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `t_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `t_scorseqmapi_sco_ix` (`scoid`), + KEY `t_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_mapinfo` +-- + +LOCK TABLES `t_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_objective` +-- + +LOCK TABLES `t_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rolluprule` +-- + +LOCK TABLES `t_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `t_scorseqroll_sco2_ix` (`scoid`), + KEY `t_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `t_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `t_scorseqrule_sco2_ix` (`scoid`), + KEY `t_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rulecond` +-- + +LOCK TABLES `t_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_ruleconds` +-- + +LOCK TABLES `t_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_search_index_requests` +-- + +DROP TABLE IF EXISTS `t_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `t_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_search_index_requests` +-- + +LOCK TABLES `t_search_index_requests` WRITE; +/*!40000 ALTER TABLE `t_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `t_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_searsimpinde_doc_uix` (`docid`), + KEY `t_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `t_searsimpinde_con_ix` (`contextid`), + KEY `t_searsimpinde_cou_ix` (`courseid`), + KEY `t_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `t_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_search_simpledb_index` +-- + +LOCK TABLES `t_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `t_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_sessions` +-- + +DROP TABLE IF EXISTS `t_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_sess_sid_uix` (`sid`), + KEY `t_sess_sta_ix` (`state`), + KEY `t_sess_tim_ix` (`timecreated`), + KEY `t_sess_tim2_ix` (`timemodified`), + KEY `t_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_sessions` +-- + +LOCK TABLES `t_sessions` WRITE; +/*!40000 ALTER TABLE `t_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_daily` +-- + +DROP TABLE IF EXISTS `t_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statdail_cou_ix` (`courseid`), + KEY `t_statdail_tim_ix` (`timeend`), + KEY `t_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_daily` +-- + +LOCK TABLES `t_stats_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_monthly` +-- + +DROP TABLE IF EXISTS `t_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statmont_cou_ix` (`courseid`), + KEY `t_statmont_tim_ix` (`timeend`), + KEY `t_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_monthly` +-- + +LOCK TABLES `t_stats_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_user_daily` +-- + +DROP TABLE IF EXISTS `t_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_statuserdail_cou_ix` (`courseid`), + KEY `t_statuserdail_use_ix` (`userid`), + KEY `t_statuserdail_rol_ix` (`roleid`), + KEY `t_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_user_daily` +-- + +LOCK TABLES `t_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `t_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_statusermont_cou_ix` (`courseid`), + KEY `t_statusermont_use_ix` (`userid`), + KEY `t_statusermont_rol_ix` (`roleid`), + KEY `t_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_user_monthly` +-- + +LOCK TABLES `t_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `t_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_statuserweek_cou_ix` (`courseid`), + KEY `t_statuserweek_use_ix` (`userid`), + KEY `t_statuserweek_rol_ix` (`roleid`), + KEY `t_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_user_weekly` +-- + +LOCK TABLES `t_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_weekly` +-- + +DROP TABLE IF EXISTS `t_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statweek_cou_ix` (`courseid`), + KEY `t_statweek_tim_ix` (`timeend`), + KEY `t_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_weekly` +-- + +LOCK TABLES `t_stats_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey` +-- + +DROP TABLE IF EXISTS `t_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_survey` +-- + +LOCK TABLES `t_survey` WRITE; +/*!40000 ALTER TABLE `t_survey` DISABLE KEYS */; +INSERT INTO `t_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `t_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey_analysis` +-- + +DROP TABLE IF EXISTS `t_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_survanal_use_ix` (`userid`), + KEY `t_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_survey_analysis` +-- + +LOCK TABLES `t_survey_analysis` WRITE; +/*!40000 ALTER TABLE `t_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey_answers` +-- + +DROP TABLE IF EXISTS `t_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_survansw_use_ix` (`userid`), + KEY `t_survansw_sur_ix` (`survey`), + KEY `t_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_survey_answers` +-- + +LOCK TABLES `t_survey_answers` WRITE; +/*!40000 ALTER TABLE `t_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey_questions` +-- + +DROP TABLE IF EXISTS `t_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_survey_questions` +-- + +LOCK TABLES `t_survey_questions` WRITE; +/*!40000 ALTER TABLE `t_survey_questions` DISABLE KEYS */; +INSERT INTO `t_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `t_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag` +-- + +DROP TABLE IF EXISTS `t_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `t_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `t_tag_use_ix` (`userid`), + KEY `t_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag` +-- + +LOCK TABLES `t_tag` WRITE; +/*!40000 ALTER TABLE `t_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_area` +-- + +DROP TABLE IF EXISTS `t_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_tagarea_comite_uix` (`component`,`itemtype`), + KEY `t_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag_area` +-- + +LOCK TABLES `t_tag_area` WRITE; +/*!40000 ALTER TABLE `t_tag_area` DISABLE KEYS */; +INSERT INTO `t_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `t_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_coll` +-- + +DROP TABLE IF EXISTS `t_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tag_coll` +-- + +LOCK TABLES `t_tag_coll` WRITE; +/*!40000 ALTER TABLE `t_tag_coll` DISABLE KEYS */; +INSERT INTO `t_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `t_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_correlation` +-- + +DROP TABLE IF EXISTS `t_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag_correlation` +-- + +LOCK TABLES `t_tag_correlation` WRITE; +/*!40000 ALTER TABLE `t_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_instance` +-- + +DROP TABLE IF EXISTS `t_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `t_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `t_taginst_tag_ix` (`tagid`), + KEY `t_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag_instance` +-- + +LOCK TABLES `t_tag_instance` WRITE; +/*!40000 ALTER TABLE `t_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_task_adhoc` +-- + +DROP TABLE IF EXISTS `t_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_taskadho_nex_ix` (`nextruntime`), + KEY `t_taskadho_tim_ix` (`timestarted`), + KEY `t_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_task_adhoc` +-- + +LOCK TABLES `t_task_adhoc` WRITE; +/*!40000 ALTER TABLE `t_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_task_log` +-- + +DROP TABLE IF EXISTS `t_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_tasklog_cla_ix` (`classname`), + KEY `t_tasklog_tim_ix` (`timestart`), + KEY `t_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_task_log` +-- + +LOCK TABLES `t_task_log` WRITE; +/*!40000 ALTER TABLE `t_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_task_scheduled` +-- + +DROP TABLE IF EXISTS `t_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_task_scheduled` +-- + +LOCK TABLES `t_task_scheduled` WRITE; +/*!40000 ALTER TABLE `t_task_scheduled` DISABLE KEYS */; +INSERT INTO `t_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734119700,0,'55','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734109200,0,'0','1','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734194520,0,'42','0','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734105180,0,'53','23','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734080520,0,'2','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081060,0,'11','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734115020,0,'37','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734152040,0,'54','12','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735661100,0,'5','0','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734108120,0,'42','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734108360,0,'46','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734108780,0,'53','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734164760,0,'26','16','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081120,0,'12','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734082200,0,'30','17','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734143940,0,'39','10','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734097080,0,'38','21','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734083160,0,'46','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734103320,0,'22','23','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734412920,0,'22','13','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734338700,0,'45','16','*','*','1',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734127200,0,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734094800,0,'0','21','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734083760,0,'56','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734152400,0,'0','13','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734084000,0,'0','18','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113400,0,'10','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734150480,0,'28','12','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734120300,0,'5','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734119460,0,'51','3','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734080760,0,'6','17','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734126960,0,'56','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734121320,0,'22','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tiny_autosave` +-- + +DROP TABLE IF EXISTS `t_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tiny_autosave` +-- + +LOCK TABLES `t_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `t_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `t_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `t_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `t_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `t_toolbricarea_cou_ix` (`courseid`), + KEY `t_toolbricarea_cmi_ix` (`cmid`), + KEY `t_toolbricarea_cat_ix` (`categoryid`), + KEY `t_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_areas` +-- + +LOCK TABLES `t_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbriccachacts_sta_ix` (`status`), + KEY `t_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_cache_acts` +-- + +LOCK TABLES `t_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbriccachchec_sta_ix` (`status`), + KEY `t_toolbriccachchec_err_ix` (`errorcount`), + KEY `t_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_cache_check` +-- + +LOCK TABLES `t_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_toolbricchec_che_ix` (`checktype`), + KEY `t_toolbricchec_che2_ix` (`checkgroup`), + KEY `t_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_checks` +-- + +LOCK TABLES `t_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `t_tool_brickfield_checks` 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 `t_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbriccont_sta_ix` (`status`), + KEY `t_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `t_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_brickfield_content` +-- + +LOCK TABLES `t_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_errors` +-- + +LOCK TABLES `t_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_brickfield_process` +-- + +LOCK TABLES `t_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `t_toolbricresu_con_ix` (`contentid`), + KEY `t_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_results` +-- + +LOCK TABLES `t_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_schedule` +-- + +LOCK TABLES `t_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbricsumm_sta_ix` (`status`), + KEY `t_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_summary` +-- + +LOCK TABLES `t_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `t_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_cohortroles` +-- + +LOCK TABLES `t_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `t_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_customlang` +-- + +DROP TABLE IF EXISTS `t_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `t_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_customlang` +-- + +LOCK TABLES `t_tool_customlang` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `t_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_customlang_components` +-- + +LOCK TABLES `t_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_category` +-- + +LOCK TABLES `t_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `t_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tooldatactxi_con_uix` (`contextid`), + KEY `t_tooldatactxi_pur_ix` (`purposeid`), + KEY `t_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `t_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tooldatactxl_con_uix` (`contextlevel`), + KEY `t_tooldatactxl_cat_ix` (`categoryid`), + KEY `t_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `t_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_mfa` +-- Dumping data for table `t_tool_dataprivacy_purpose` -- -LOCK TABLES `m_tool_mfa` WRITE; -/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_mfa_auth` +-- Table structure for table `t_tool_dataprivacy_purposerole` -- -DROP TABLE IF EXISTS `m_tool_mfa_auth`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_mfa_auth` ( +CREATE TABLE `t_tool_dataprivacy_purposerole` ( `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL, - `lastverified` bigint NOT NULL DEFAULT '0', + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmfaauth_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the last time a successful MFA auth was registered fo'; + UNIQUE KEY `t_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `t_tooldatapurp_pur_ix` (`purposeid`), + KEY `t_tooldatapurp_rol_ix` (`roleid`), + KEY `t_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_mfa_auth` +-- Dumping data for table `t_tool_dataprivacy_purposerole` -- -LOCK TABLES `m_tool_mfa_auth` WRITE; -/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_mfa_secrets` +-- Table structure for table `t_tool_dataprivacy_request` -- -DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_mfa_secrets` ( +CREATE TABLE `t_tool_dataprivacy_request` ( `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL, - `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `timecreated` bigint NOT NULL, - `expiry` bigint NOT NULL, - `revoked` tinyint(1) NOT NULL DEFAULT '0', - `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolmfasecr_fac_ix` (`factor`), - KEY `m_toolmfasecr_exp_ix` (`expiry`), - KEY `m_toolmfasecr_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; + KEY `t_tooldatarequ_use_ix` (`userid`), + KEY `t_tooldatarequ_req_ix` (`requestedby`), + KEY `t_tooldatarequ_dpo_ix` (`dpo`), + KEY `t_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_mfa_secrets` +-- Dumping data for table `t_tool_dataprivacy_request` -- -LOCK TABLES `m_tool_mfa_secrets` WRITE; -/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_events` +-- Table structure for table `t_tool_monitor_events` -- -DROP TABLE IF EXISTS `m_tool_monitor_events`; +DROP TABLE IF EXISTS `t_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_events` ( +CREATE TABLE `t_tool_monitor_events` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -14354,56 +45539,56 @@ CREATE TABLE `m_tool_monitor_events` ( `courseid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonieven_cou_ix` (`courseid`), - KEY `m_toolmonieven_con_ix` (`contextid`), - KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) + KEY `t_toolmonieven_cou_ix` (`courseid`), + KEY `t_toolmonieven_con_ix` (`contextid`), + KEY `t_toolmonieven_con2_ix` (`contextinstanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- Dumping data for table `t_tool_monitor_events` -- -LOCK TABLES `m_tool_monitor_events` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_history` +-- Table structure for table `t_tool_monitor_history` -- -DROP TABLE IF EXISTS `m_tool_monitor_history`; +DROP TABLE IF EXISTS `t_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_history` ( +CREATE TABLE `t_tool_monitor_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `sid` bigint NOT NULL, `userid` bigint NOT NULL, `timesent` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), - KEY `m_toolmonihist_sid_ix` (`sid`) + UNIQUE KEY `t_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `t_toolmonihist_sid_ix` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_history` +-- Dumping data for table `t_tool_monitor_history` -- -LOCK TABLES `m_tool_monitor_history` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_rules` +-- Table structure for table `t_tool_monitor_rules` -- -DROP TABLE IF EXISTS `m_tool_monitor_rules`; +DROP TABLE IF EXISTS `t_tool_monitor_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_rules` ( +CREATE TABLE `t_tool_monitor_rules` ( `id` bigint NOT NULL AUTO_INCREMENT, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint(1) NOT NULL, @@ -14419,28 +45604,28 @@ CREATE TABLE `m_tool_monitor_rules` ( `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonirule_eve_ix` (`eventname`) + KEY `t_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonirule_eve_ix` (`eventname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_rules` +-- Dumping data for table `t_tool_monitor_rules` -- -LOCK TABLES `m_tool_monitor_rules` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_rules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_subscriptions` +-- Table structure for table `t_tool_monitor_subscriptions` -- -DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +DROP TABLE IF EXISTS `t_tool_monitor_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_subscriptions` ( +CREATE TABLE `t_tool_monitor_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `ruleid` bigint NOT NULL, @@ -14450,53 +45635,53 @@ CREATE TABLE `m_tool_monitor_subscriptions` ( `lastnotificationsent` bigint NOT NULL DEFAULT '0', `inactivedate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonisubs_rul_ix` (`ruleid`) + KEY `t_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonisubs_rul_ix` (`ruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_subscriptions` +-- Dumping data for table `t_tool_monitor_subscriptions` -- -LOCK TABLES `m_tool_monitor_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy` +-- Table structure for table `t_tool_policy` -- -DROP TABLE IF EXISTS `m_tool_policy`; +DROP TABLE IF EXISTS `t_tool_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy` ( +CREATE TABLE `t_tool_policy` ( `id` bigint NOT NULL AUTO_INCREMENT, `sortorder` mediumint NOT NULL DEFAULT '999', `currentversionid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolpoli_cur_ix` (`currentversionid`) + KEY `t_toolpoli_cur_ix` (`currentversionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- Dumping data for table `t_tool_policy` -- -LOCK TABLES `m_tool_policy` WRITE; -/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +LOCK TABLES `t_tool_policy` WRITE; +/*!40000 ALTER TABLE `t_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_acceptances` +-- Table structure for table `t_tool_policy_acceptances` -- -DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +DROP TABLE IF EXISTS `t_tool_policy_acceptances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_acceptances` ( +CREATE TABLE `t_tool_policy_acceptances` ( `id` bigint NOT NULL AUTO_INCREMENT, `policyversionid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -14507,30 +45692,30 @@ CREATE TABLE `m_tool_policy_acceptances` ( `timemodified` bigint NOT NULL, `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), - KEY `m_toolpoliacce_pol_ix` (`policyversionid`), - KEY `m_toolpoliacce_use_ix` (`userid`), - KEY `m_toolpoliacce_use2_ix` (`usermodified`) + UNIQUE KEY `t_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `t_toolpoliacce_pol_ix` (`policyversionid`), + KEY `t_toolpoliacce_use_ix` (`userid`), + KEY `t_toolpoliacce_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_acceptances` +-- Dumping data for table `t_tool_policy_acceptances` -- -LOCK TABLES `m_tool_policy_acceptances` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_versions` +-- Table structure for table `t_tool_policy_versions` -- -DROP TABLE IF EXISTS `m_tool_policy_versions`; +DROP TABLE IF EXISTS `t_tool_policy_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_versions` ( +CREATE TABLE `t_tool_policy_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` smallint NOT NULL DEFAULT '0', @@ -14548,56 +45733,56 @@ CREATE TABLE `m_tool_policy_versions` ( `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentformat` smallint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolpolivers_use_ix` (`usermodified`), - KEY `m_toolpolivers_pol_ix` (`policyid`) + KEY `t_toolpolivers_use_ix` (`usermodified`), + KEY `t_toolpolivers_pol_ix` (`policyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_versions` +-- Dumping data for table `t_tool_policy_versions` -- -LOCK TABLES `m_tool_policy_versions` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_category` +-- Table structure for table `t_tool_recyclebin_category` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +DROP TABLE IF EXISTS `t_tool_recyclebin_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_category` ( +CREATE TABLE `t_tool_recyclebin_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolrecycate_tim_ix` (`timecreated`), - KEY `m_toolrecycate_cat_ix` (`categoryid`) + KEY `t_toolrecycate_tim_ix` (`timecreated`), + KEY `t_toolrecycate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- Dumping data for table `t_tool_recyclebin_category` -- -LOCK TABLES `m_tool_recyclebin_category` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_course` +-- Table structure for table `t_tool_recyclebin_course` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +DROP TABLE IF EXISTS `t_tool_recyclebin_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_course` ( +CREATE TABLE `t_tool_recyclebin_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `section` bigint NOT NULL, @@ -14605,28 +45790,28 @@ CREATE TABLE `m_tool_recyclebin_course` ( `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolrecycour_tim_ix` (`timecreated`), - KEY `m_toolrecycour_cou_ix` (`courseid`) + KEY `t_toolrecycour_tim_ix` (`timecreated`), + KEY `t_toolrecycour_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- Dumping data for table `t_tool_recyclebin_course` -- -LOCK TABLES `m_tool_recyclebin_course` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_steps` +-- Table structure for table `t_tool_usertours_steps` -- -DROP TABLE IF EXISTS `m_tool_usertours_steps`; +DROP TABLE IF EXISTS `t_tool_usertours_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_steps` ( +CREATE TABLE `t_tool_usertours_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `tourid` bigint NOT NULL, `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14637,29 +45822,29 @@ CREATE TABLE `m_tool_usertours_steps` ( `sortorder` bigint NOT NULL DEFAULT '0', `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), - KEY `m_tooluserstep_tou_ix` (`tourid`) -) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; + KEY `t_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `t_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_steps` +-- Dumping data for table `t_tool_usertours_steps` -- -LOCK TABLES `m_tool_usertours_steps` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(26,12,'tour_gradebook_search_title,tool_usertours','tour_gradebook_search_content,tool_usertours',1,0,'.tertiary-navigation .user-search',0,'{}'),(27,12,'tour_gradebook_filter_title,tool_usertours','tour_gradebook_filter_content,tool_usertours',1,0,'.tertiary-navigation .initials-selector',1,'{}'),(28,12,'tour_gradebook_action_title,tool_usertours','tour_gradebook_action_content,tool_usertours',1,0,'tr.heading th.highlightable .action-menu.grader',2,'{}'); -/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `t_tool_usertours_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_tours` +-- Table structure for table `t_tool_usertours_tours` -- -DROP TABLE IF EXISTS `m_tool_usertours_tours`; +DROP TABLE IF EXISTS `t_tool_usertours_tours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_tours` ( +CREATE TABLE `t_tool_usertours_tours` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14670,27 +45855,27 @@ CREATE TABLE `m_tool_usertours_tours` ( `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_tours` +-- Dumping data for table `t_tool_usertours_tours` -- -LOCK TABLES `m_tool_usertours_tours` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,10,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,8,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,6,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',1,4,'','{\"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),(8,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',1,3,'','{\"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),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,2,'','{\"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),(11,'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),(12,'tour_gradebook_tour_name,tool_usertours','tour_gradebook_tour_description,tool_usertours','/grade/report/grader/index.php%',1,0,'','{\"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); -/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `t_tool_usertours_tours` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_upgrade_log` +-- Table structure for table `t_upgrade_log` -- -DROP TABLE IF EXISTS `m_upgrade_log`; +DROP TABLE IF EXISTS `t_upgrade_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_upgrade_log` ( +CREATE TABLE `t_upgrade_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14702,30 +45887,30 @@ CREATE TABLE `m_upgrade_log` ( `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_upgrlog_tim_ix` (`timemodified`), - KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), - KEY `m_upgrlog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=8147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; + KEY `t_upgrlog_tim_ix` (`timemodified`), + KEY `t_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `t_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_upgrade_log` +-- Dumping data for table `t_upgrade_log` -- -LOCK TABLES `m_upgrade_log` WRITE; -/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; -INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023100900','Starting core upgrade',NULL,'',0,1696857215),(6766,0,'core','2023051500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6767,0,'core','2023062200','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6768,0,'core','2023062700.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6769,0,'core','2023062900.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6770,0,'core','2023080100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6771,0,'core','2023081500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6772,0,'core','2023081800.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6773,0,'core','2023082200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6774,0,'core','2023082200.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6775,0,'core','2023082200.04','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6776,0,'core','2023082600.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6777,0,'core','2023082600.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6778,0,'core','2023082600.05','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6779,0,'core','2023090100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6780,0,'core','2023090200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6781,0,'core','2023091300.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6782,0,'core','2023100400.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6783,0,'core','2023100400.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6784,0,'core','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6785,0,'core','2023100900','2023100900','Core upgraded',NULL,'',0,1696857217),(6786,0,'antivirus_clamav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6787,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6788,0,'antivirus_clamav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6789,0,'availability_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6790,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6791,0,'availability_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6792,0,'availability_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6793,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6794,0,'availability_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6795,0,'availability_grade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6796,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6797,0,'availability_grade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6798,0,'availability_group','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6799,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6800,0,'availability_group','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6801,0,'availability_grouping','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6802,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6803,0,'availability_grouping','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6804,0,'availability_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6805,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6806,0,'availability_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6807,0,'qtype_calculated','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6808,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6809,0,'qtype_calculated','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6810,0,'qtype_calculatedmulti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6811,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6812,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6813,0,'qtype_calculatedsimple','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6814,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6815,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6816,0,'qtype_ddimageortext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6817,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6818,0,'qtype_ddimageortext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6819,0,'qtype_ddmarker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6820,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6821,0,'qtype_ddmarker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6822,0,'qtype_ddwtos','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6823,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6824,0,'qtype_ddwtos','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6825,0,'qtype_description','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6826,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6827,0,'qtype_description','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6828,0,'qtype_essay','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6829,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6830,0,'qtype_essay','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6831,0,'qtype_essaywiris','2023020702','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6832,0,'qtype_essaywiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6833,0,'qtype_essaywiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6834,0,'qtype_gapselect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6835,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6836,0,'qtype_gapselect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6837,0,'qtype_match','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6838,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6839,0,'qtype_match','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6840,0,'qtype_matchwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6841,0,'qtype_matchwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6842,0,'qtype_matchwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6843,0,'qtype_missingtype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6844,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6845,0,'qtype_missingtype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6846,0,'qtype_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6847,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6848,0,'qtype_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6849,0,'qtype_multianswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6850,0,'qtype_multianswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6851,0,'qtype_multianswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6852,0,'qtype_multichoice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6853,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6854,0,'qtype_multichoice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6855,0,'qtype_multichoicewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6856,0,'qtype_multichoicewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6857,0,'qtype_multichoicewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6858,0,'qtype_numerical','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6859,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6860,0,'qtype_numerical','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6861,0,'qtype_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6862,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6863,0,'qtype_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6864,0,'qtype_randomsamatch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6865,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6866,0,'qtype_randomsamatch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6867,0,'qtype_shortanswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6868,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6869,0,'qtype_shortanswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6870,0,'qtype_shortanswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6871,0,'qtype_shortanswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6872,0,'qtype_shortanswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6873,0,'qtype_truefalse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6874,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6875,0,'qtype_truefalse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6876,0,'qtype_truefalsewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6877,0,'qtype_truefalsewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6878,0,'qtype_truefalsewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6879,0,'qtype_wq','2023020701','2023092202','Starting plugin upgrade',NULL,'',0,1696857218),(6880,0,'qtype_wq','2023092202','2023092202','Upgrade savepoint reached',NULL,'',0,1696857218),(6881,0,'qtype_wq','2023092202','2023092202','Plugin upgraded',NULL,'',0,1696857218),(6882,0,'mod_assign','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6883,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6884,0,'mod_assign','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6885,0,'mod_bigbluebuttonbn','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6886,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6887,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6888,0,'mod_book','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6889,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6890,0,'mod_book','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6891,0,'mod_chat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6892,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6893,0,'mod_chat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6894,0,'mod_choice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6895,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6896,0,'mod_choice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6897,0,'mod_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6898,0,'mod_data','2023061300','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6899,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6900,0,'mod_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6901,0,'mod_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6902,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6903,0,'mod_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6904,0,'mod_folder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6905,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6906,0,'mod_folder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6907,0,'mod_forum','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6908,0,'mod_forum','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6909,0,'mod_forum','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6910,0,'mod_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6911,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6912,0,'mod_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6913,0,'mod_h5pactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6914,0,'mod_h5pactivity','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6915,0,'mod_h5pactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6916,0,'mod_h5pactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6917,0,'mod_imscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6918,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6919,0,'mod_imscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6920,0,'mod_label','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6921,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6922,0,'mod_label','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6923,0,'mod_lesson','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6924,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6925,0,'mod_lesson','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6926,0,'mod_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6927,0,'mod_lti','2023070501','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6928,0,'mod_lti','2023081101','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6929,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6930,0,'mod_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6931,0,'mod_page','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6932,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6933,0,'mod_page','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6934,0,'mod_quiz','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6935,0,'mod_quiz','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6936,0,'mod_quiz','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6937,0,'mod_quiz','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6938,0,'mod_resource','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6939,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6940,0,'mod_resource','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6941,0,'mod_scorm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6942,0,'mod_scorm','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6943,0,'mod_scorm','2023042402','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6944,0,'mod_scorm','2023042403','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6945,0,'mod_scorm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6946,0,'mod_scorm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6947,0,'mod_survey','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6948,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6949,0,'mod_survey','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6950,0,'mod_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6951,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6952,0,'mod_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6953,0,'mod_wiki','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6954,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6955,0,'mod_wiki','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6956,0,'mod_workshop','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6957,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6958,0,'mod_workshop','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6959,0,'auth_cas','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6960,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6961,0,'auth_cas','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6962,0,'auth_db','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6963,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6964,0,'auth_db','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6965,0,'auth_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6966,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6967,0,'auth_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6968,0,'auth_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6969,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6970,0,'auth_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6971,0,'auth_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6972,0,'auth_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6973,0,'auth_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6974,0,'auth_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6975,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6976,0,'auth_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6977,0,'auth_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6978,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6979,0,'auth_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6980,0,'auth_nologin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6981,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6982,0,'auth_nologin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6983,0,'auth_none','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6984,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6985,0,'auth_none','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6986,0,'auth_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6987,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6988,0,'auth_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6989,0,'auth_shibboleth','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6990,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6991,0,'auth_shibboleth','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6992,0,'auth_webservice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6993,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6994,0,'auth_webservice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6995,0,'calendartype_gregorian','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6996,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6997,0,'calendartype_gregorian','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6998,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(6999,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7000,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7001,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(7002,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7003,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7004,0,'customfield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7005,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7006,0,'customfield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7007,0,'customfield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7008,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7009,0,'customfield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7010,0,'customfield_select','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7011,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7012,0,'customfield_select','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7013,0,'customfield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7014,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7015,0,'customfield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7016,0,'customfield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7017,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7018,0,'customfield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7019,0,'enrol_category','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7020,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7021,0,'enrol_category','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7022,0,'enrol_cohort','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7023,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7024,0,'enrol_cohort','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7025,0,'enrol_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7026,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7027,0,'enrol_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7028,0,'enrol_fee','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7029,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7030,0,'enrol_fee','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7031,0,'enrol_flatfile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7032,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7033,0,'enrol_flatfile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7034,0,'enrol_guest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7035,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7036,0,'enrol_guest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7037,0,'enrol_imsenterprise','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7038,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7039,0,'enrol_imsenterprise','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7040,0,'enrol_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7041,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7042,0,'enrol_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7043,0,'enrol_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7044,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7045,0,'enrol_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7046,0,'enrol_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7047,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7048,0,'enrol_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7049,0,'enrol_meta','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7050,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7051,0,'enrol_meta','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7052,0,'enrol_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7053,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7054,0,'enrol_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7055,0,'enrol_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7056,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7057,0,'enrol_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7058,0,'enrol_self','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7059,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7060,0,'enrol_self','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7061,0,'message_airnotifier','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7062,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7063,0,'message_airnotifier','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7064,0,'message_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7065,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7066,0,'message_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7067,0,'message_popup','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7068,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7069,0,'message_popup','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7070,0,'block_accessreview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7071,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7072,0,'block_accessreview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7073,0,'block_activity_modules','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7074,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7075,0,'block_activity_modules','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7076,0,'block_activity_results','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7077,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7078,0,'block_activity_results','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7079,0,'block_admin_bookmarks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7080,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7081,0,'block_admin_bookmarks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7082,0,'block_badges','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7083,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7084,0,'block_badges','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7085,0,'block_blog_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7086,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7087,0,'block_blog_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7088,0,'block_blog_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7089,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7090,0,'block_blog_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7091,0,'block_blog_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7092,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7093,0,'block_blog_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7094,0,'block_calendar_month','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7095,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7096,0,'block_calendar_month','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7097,0,'block_calendar_upcoming','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7098,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7099,0,'block_calendar_upcoming','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7100,0,'block_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7101,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7102,0,'block_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7103,0,'block_completionstatus','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7104,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7105,0,'block_completionstatus','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7106,0,'block_course_list','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7107,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7108,0,'block_course_list','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7109,0,'block_course_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7110,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7111,0,'block_course_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7112,0,'block_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7113,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7114,0,'block_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7115,0,'block_globalsearch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7116,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7117,0,'block_globalsearch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7118,0,'block_glossary_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7119,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7120,0,'block_glossary_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7121,0,'block_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7122,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7123,0,'block_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7124,0,'block_login','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7125,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7126,0,'block_login','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7127,0,'block_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7128,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7129,0,'block_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7130,0,'block_mentees','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7131,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7132,0,'block_mentees','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7133,0,'block_mnet_hosts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7134,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7135,0,'block_mnet_hosts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7136,0,'block_myoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7137,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7138,0,'block_myoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7139,0,'block_myprofile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7140,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7141,0,'block_myprofile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7142,0,'block_navigation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7143,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7144,0,'block_navigation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7145,0,'block_news_items','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7146,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7147,0,'block_news_items','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7148,0,'block_online_users','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7149,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7150,0,'block_online_users','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7151,0,'block_private_files','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7152,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7153,0,'block_private_files','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7154,0,'block_recent_activity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7155,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7156,0,'block_recent_activity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7157,0,'block_recentlyaccessedcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7158,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7159,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7160,0,'block_recentlyaccesseditems','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7161,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7162,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7163,0,'block_rss_client','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7164,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7165,0,'block_rss_client','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7166,0,'block_search_forums','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7167,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7168,0,'block_search_forums','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7169,0,'block_section_links','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7170,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7171,0,'block_section_links','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7172,0,'block_selfcompletion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7173,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7174,0,'block_selfcompletion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7175,0,'block_settings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7176,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7177,0,'block_settings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7178,0,'block_site_main_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7179,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7180,0,'block_site_main_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7181,0,'block_social_activities','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7182,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7183,0,'block_social_activities','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7184,0,'block_starredcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7185,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7186,0,'block_starredcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7187,0,'block_tag_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7188,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7189,0,'block_tag_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7190,0,'block_tag_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7191,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7192,0,'block_tag_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7193,0,'block_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7194,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7195,0,'block_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7196,0,'block_timeline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7197,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7198,0,'block_timeline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7199,0,'media_html5audio','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7200,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7201,0,'media_html5audio','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7202,0,'media_html5video','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7203,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7204,0,'media_html5video','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7205,0,'media_videojs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7206,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7207,0,'media_videojs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7208,0,'media_vimeo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7209,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7210,0,'media_vimeo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7211,0,'media_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7212,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7213,0,'media_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7214,0,'filter_activitynames','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7215,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7216,0,'filter_activitynames','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7217,0,'filter_algebra','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7218,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7219,0,'filter_algebra','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7220,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857223),(7221,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7222,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1696857223),(7223,0,'filter_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7224,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7225,0,'filter_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7226,0,'filter_displayh5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7227,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7228,0,'filter_displayh5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7229,0,'filter_emailprotect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7230,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7231,0,'filter_emailprotect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7232,0,'filter_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7233,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7234,0,'filter_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7235,0,'filter_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7236,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7237,0,'filter_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7238,0,'filter_mathjaxloader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7239,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7240,0,'filter_mathjaxloader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7241,0,'filter_mediaplugin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7242,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7243,0,'filter_mediaplugin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7244,0,'filter_multilang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7245,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7246,0,'filter_multilang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7247,0,'filter_tex','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7248,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7249,0,'filter_tex','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7250,0,'filter_tidy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7251,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7252,0,'filter_tidy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7253,0,'filter_urltolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7254,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7255,0,'filter_urltolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7256,0,'filter_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7257,0,'filter_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7258,0,'filter_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7259,0,'editor_atto','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7260,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7261,0,'editor_atto','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7262,0,'editor_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7263,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7264,0,'editor_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7265,0,'editor_tiny','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7266,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7267,0,'editor_tiny','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7268,0,'format_singleactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7269,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7270,0,'format_singleactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7271,0,'format_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7272,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7273,0,'format_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7274,0,'format_topics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7275,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7276,0,'format_topics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7277,0,'format_weeks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7278,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7279,0,'format_weeks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7280,0,'dataformat_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7281,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7282,0,'dataformat_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7283,0,'dataformat_excel','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7284,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7285,0,'dataformat_excel','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7286,0,'dataformat_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7287,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7288,0,'dataformat_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7289,0,'dataformat_json','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7290,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7291,0,'dataformat_json','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7292,0,'dataformat_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7293,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7294,0,'dataformat_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7295,0,'dataformat_pdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7296,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7297,0,'dataformat_pdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7298,0,'profilefield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7299,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7300,0,'profilefield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7301,0,'profilefield_datetime','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7302,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7303,0,'profilefield_datetime','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7304,0,'profilefield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7305,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7306,0,'profilefield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7307,0,'profilefield_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7308,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7309,0,'profilefield_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7310,0,'profilefield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7311,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7312,0,'profilefield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7313,0,'profilefield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7314,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7315,0,'profilefield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7316,0,'report_backups','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7317,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7318,0,'report_backups','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7319,0,'report_competency','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7320,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7321,0,'report_competency','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7322,0,'report_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7323,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7324,0,'report_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7325,0,'report_configlog','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7326,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7327,0,'report_configlog','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7328,0,'report_courseoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7329,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7330,0,'report_courseoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7331,0,'report_eventlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7332,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7333,0,'report_eventlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7334,0,'report_infectedfiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7335,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7336,0,'report_infectedfiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7337,0,'report_insights','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7338,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7339,0,'report_insights','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7340,0,'report_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7341,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7342,0,'report_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7343,0,'report_loglive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7344,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7345,0,'report_loglive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7346,0,'report_outline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7347,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7348,0,'report_outline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7349,0,'report_participation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7350,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7351,0,'report_participation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7352,0,'report_performance','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7353,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7354,0,'report_performance','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7355,0,'report_progress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7356,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7357,0,'report_progress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7358,0,'report_questioninstances','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7359,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7360,0,'report_questioninstances','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7361,0,'report_security','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7362,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7363,0,'report_security','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7364,0,'report_stats','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7365,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7366,0,'report_stats','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7367,0,'report_status','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7368,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7369,0,'report_status','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7370,0,'report_usersessions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7371,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7372,0,'report_usersessions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7373,0,'gradeexport_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7374,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7375,0,'gradeexport_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7376,0,'gradeexport_txt','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7377,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7378,0,'gradeexport_txt','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7379,0,'gradeexport_xls','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7380,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7381,0,'gradeexport_xls','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7382,0,'gradeexport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7383,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7384,0,'gradeexport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7385,0,'gradeimport_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7386,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7387,0,'gradeimport_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7388,0,'gradeimport_direct','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7389,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7390,0,'gradeimport_direct','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7391,0,'gradeimport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7392,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7393,0,'gradeimport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7394,0,'gradereport_grader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7395,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7396,0,'gradereport_grader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7397,0,'gradereport_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7398,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7399,0,'gradereport_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7400,0,'gradereport_outcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7401,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7402,0,'gradereport_outcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7403,0,'gradereport_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7404,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7405,0,'gradereport_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7406,0,'gradereport_singleview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7407,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7408,0,'gradereport_singleview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7409,0,'gradereport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7410,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7411,0,'gradereport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7412,0,'gradereport_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7413,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7414,0,'gradereport_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7415,0,'gradingform_guide','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7416,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7417,0,'gradingform_guide','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7418,0,'gradingform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7419,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7420,0,'gradingform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7421,0,'mlbackend_php','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7422,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7423,0,'mlbackend_php','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7424,0,'mlbackend_python','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7425,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7426,0,'mlbackend_python','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7427,0,'mnetservice_enrol','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7428,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7429,0,'mnetservice_enrol','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7430,0,'webservice_rest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7431,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7432,0,'webservice_rest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7433,0,'webservice_soap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7434,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7435,0,'webservice_soap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7436,0,'repository_areafiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7437,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7438,0,'repository_areafiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7439,0,'repository_contentbank','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7440,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7441,0,'repository_contentbank','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7442,0,'repository_coursefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7443,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7444,0,'repository_coursefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7445,0,'repository_dropbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7446,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7447,0,'repository_dropbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7448,0,'repository_equella','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7449,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7450,0,'repository_equella','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7451,0,'repository_filesystem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7452,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7453,0,'repository_filesystem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7454,0,'repository_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7455,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7456,0,'repository_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7457,0,'repository_flickr_public','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7458,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7459,0,'repository_flickr_public','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7460,0,'repository_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7461,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7462,0,'repository_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7463,0,'repository_local','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7464,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7465,0,'repository_local','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7466,0,'repository_merlot','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7467,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7468,0,'repository_merlot','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7469,0,'repository_nextcloud','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7470,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7471,0,'repository_nextcloud','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7472,0,'repository_onedrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7473,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7474,0,'repository_onedrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7475,0,'repository_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7476,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7477,0,'repository_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7478,0,'repository_s3','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7479,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7480,0,'repository_s3','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7481,0,'repository_upload','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7482,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7483,0,'repository_upload','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7484,0,'repository_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7485,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7486,0,'repository_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7487,0,'repository_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7488,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7489,0,'repository_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7490,0,'repository_webdav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7491,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7492,0,'repository_webdav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7493,0,'repository_wikimedia','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7494,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7495,0,'repository_wikimedia','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7496,0,'repository_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7497,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7498,0,'repository_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7499,0,'portfolio_download','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7500,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7501,0,'portfolio_download','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7502,0,'portfolio_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7503,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7504,0,'portfolio_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7505,0,'portfolio_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7506,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7507,0,'portfolio_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7508,0,'portfolio_mahara','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7509,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7510,0,'portfolio_mahara','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7511,0,'search_simpledb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7512,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7513,0,'search_simpledb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7514,0,'search_solr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7515,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7516,0,'search_solr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7517,0,'qbank_bulkmove','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7518,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7519,0,'qbank_bulkmove','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7520,0,'qbank_columnsortorder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7521,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7522,0,'qbank_columnsortorder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7523,0,'qbank_comment','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7524,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7525,0,'qbank_comment','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7526,0,'qbank_customfields','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7527,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7528,0,'qbank_customfields','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7529,0,'qbank_deletequestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7530,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7531,0,'qbank_deletequestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7532,0,'qbank_editquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7533,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7534,0,'qbank_editquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7535,0,'qbank_exportquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7536,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7537,0,'qbank_exportquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7538,0,'qbank_exporttoxml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7539,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7540,0,'qbank_exporttoxml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7541,0,'qbank_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7542,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7543,0,'qbank_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7544,0,'qbank_importquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7545,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7546,0,'qbank_importquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7547,0,'qbank_managecategories','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7548,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7549,0,'qbank_managecategories','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7550,0,'qbank_previewquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7551,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7552,0,'qbank_previewquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7553,0,'qbank_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7554,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7555,0,'qbank_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7556,0,'qbank_tagquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7557,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7558,0,'qbank_tagquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7559,0,'qbank_usage','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7560,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7561,0,'qbank_usage','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7562,0,'qbank_viewcreator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7563,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7564,0,'qbank_viewcreator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7565,0,'qbank_viewquestionname','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7566,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7567,0,'qbank_viewquestionname','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7568,0,'qbank_viewquestiontext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7569,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7570,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7571,0,'qbank_viewquestiontype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7572,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7573,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7574,0,'qbehaviour_adaptive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7575,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7576,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7577,0,'qbehaviour_adaptivenopenalty','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7578,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7579,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7580,0,'qbehaviour_deferredcbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7581,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7582,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7583,0,'qbehaviour_deferredfeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7584,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7585,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7586,0,'qbehaviour_immediatecbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7587,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7588,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7589,0,'qbehaviour_immediatefeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7590,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7591,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7592,0,'qbehaviour_informationitem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7593,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7594,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7595,0,'qbehaviour_interactive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7596,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7597,0,'qbehaviour_interactive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7598,0,'qbehaviour_interactivecountback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7599,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7600,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7601,0,'qbehaviour_manualgraded','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7602,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7603,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7604,0,'qbehaviour_missing','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7605,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7606,0,'qbehaviour_missing','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7607,0,'qformat_aiken','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7608,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7609,0,'qformat_aiken','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7610,0,'qformat_blackboard_six','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7611,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7612,0,'qformat_blackboard_six','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7613,0,'qformat_gift','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7614,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7615,0,'qformat_gift','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7616,0,'qformat_missingword','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7617,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7618,0,'qformat_missingword','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7619,0,'qformat_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7620,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7621,0,'qformat_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7622,0,'qformat_xhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7623,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7624,0,'qformat_xhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7625,0,'qformat_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7626,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7627,0,'qformat_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7628,0,'tool_admin_presets','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7629,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7630,0,'tool_admin_presets','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7631,0,'tool_analytics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7632,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7633,0,'tool_analytics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7634,0,'tool_availabilityconditions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7635,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7636,0,'tool_availabilityconditions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7637,0,'tool_behat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7638,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7639,0,'tool_behat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7640,0,'tool_brickfield','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7641,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7642,0,'tool_brickfield','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7643,0,'tool_capability','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7644,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7645,0,'tool_capability','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7646,0,'tool_cohortroles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7647,0,'tool_cohortroles','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7648,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7649,0,'tool_cohortroles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7650,0,'tool_componentlibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7651,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7652,0,'tool_componentlibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7653,0,'tool_customlang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7654,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7655,0,'tool_customlang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7656,0,'tool_dataprivacy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7657,0,'tool_dataprivacy','2023062700','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7658,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7659,0,'tool_dataprivacy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7660,0,'tool_dbtransfer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7661,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7662,0,'tool_dbtransfer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7663,0,'tool_filetypes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7664,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7665,0,'tool_filetypes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7666,0,'tool_generator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7667,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7668,0,'tool_generator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7669,0,'tool_httpsreplace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7670,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7671,0,'tool_httpsreplace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7672,0,'tool_innodb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7673,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7674,0,'tool_innodb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7675,0,'tool_installaddon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7676,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7677,0,'tool_installaddon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7678,0,'tool_langimport','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7679,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7680,0,'tool_langimport','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7681,0,'tool_licensemanager','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7682,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7683,0,'tool_licensemanager','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7684,0,'tool_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7685,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7686,0,'tool_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7687,0,'tool_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7688,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7689,0,'tool_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7690,0,'tool_lpimportcsv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7691,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7692,0,'tool_lpimportcsv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7693,0,'tool_lpmigrate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7694,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7695,0,'tool_lpmigrate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7696,0,'tool_messageinbound','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7697,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7698,0,'tool_messageinbound','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7699,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857229),(7700,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7701,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1696857229),(7702,0,'tool_mobile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7703,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7704,0,'tool_mobile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7705,0,'tool_monitor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7706,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7707,0,'tool_monitor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7708,0,'tool_moodlenet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7709,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7710,0,'tool_moodlenet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7711,0,'tool_multilangupgrade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7712,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7713,0,'tool_multilangupgrade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7714,0,'tool_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7715,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7716,0,'tool_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7717,0,'tool_phpunit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7718,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7719,0,'tool_phpunit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7720,0,'tool_policy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7721,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7722,0,'tool_policy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7723,0,'tool_profiling','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7724,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7725,0,'tool_profiling','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7726,0,'tool_recyclebin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7727,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7728,0,'tool_recyclebin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7729,0,'tool_replace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7730,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7731,0,'tool_replace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7732,0,'tool_spamcleaner','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7733,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7734,0,'tool_spamcleaner','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7735,0,'tool_task','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7736,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7737,0,'tool_task','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7738,0,'tool_templatelibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7739,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7740,0,'tool_templatelibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7741,0,'tool_unsuproles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7742,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7743,0,'tool_unsuproles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7744,0,'tool_uploadcourse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7745,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7746,0,'tool_uploadcourse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7747,0,'tool_uploaduser','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7748,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7749,0,'tool_uploaduser','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7750,0,'tool_usertours','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7751,0,'tool_usertours','2023053000','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7752,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7753,0,'tool_usertours','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7754,0,'tool_xmldb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7755,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7756,0,'tool_xmldb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7757,0,'cachestore_apcu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7758,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7759,0,'cachestore_apcu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7760,0,'cachestore_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7761,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7762,0,'cachestore_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7763,0,'cachestore_redis','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7764,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7765,0,'cachestore_redis','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7766,0,'cachestore_session','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7767,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7768,0,'cachestore_session','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7769,0,'cachestore_static','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7770,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7771,0,'cachestore_static','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7772,0,'cachelock_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7773,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7774,0,'cachelock_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7775,0,'fileconverter_googledrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7776,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7777,0,'fileconverter_googledrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7778,0,'fileconverter_unoconv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7779,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7780,0,'fileconverter_unoconv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7781,0,'contenttype_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7782,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7783,0,'contenttype_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7784,0,'theme_boost','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7785,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7786,0,'theme_boost','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7787,0,'theme_classic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7788,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7789,0,'theme_classic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7790,0,'local_wirisquizzes','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857230),(7791,0,'local_wirisquizzes','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857230),(7792,0,'local_wirisquizzes','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857230),(7793,0,'h5plib_v124','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7794,0,'h5plib_v124','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7795,0,'h5plib_v124','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7796,0,'paygw_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7797,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7798,0,'paygw_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7799,0,'assignsubmission_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7800,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7801,0,'assignsubmission_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7802,0,'assignsubmission_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7803,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7804,0,'assignsubmission_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7805,0,'assignsubmission_onlinetext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7806,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7807,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7808,0,'assignfeedback_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7809,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7810,0,'assignfeedback_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7811,0,'assignfeedback_editpdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7812,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7813,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7814,0,'assignfeedback_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7815,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7816,0,'assignfeedback_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7817,0,'assignfeedback_offline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7818,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7819,0,'assignfeedback_offline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7820,0,'booktool_exportimscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7821,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7822,0,'booktool_exportimscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7823,0,'booktool_importhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7824,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7825,0,'booktool_importhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7826,0,'booktool_print','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7827,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7828,0,'booktool_print','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7829,0,'datafield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7830,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7831,0,'datafield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7832,0,'datafield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7833,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7834,0,'datafield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7835,0,'datafield_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7836,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7837,0,'datafield_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7838,0,'datafield_latlong','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7839,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7840,0,'datafield_latlong','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7841,0,'datafield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7842,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7843,0,'datafield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7844,0,'datafield_multimenu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7845,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7846,0,'datafield_multimenu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7847,0,'datafield_number','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7848,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7849,0,'datafield_number','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7850,0,'datafield_picture','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7851,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7852,0,'datafield_picture','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7853,0,'datafield_radiobutton','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7854,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7855,0,'datafield_radiobutton','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7856,0,'datafield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7857,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7858,0,'datafield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7859,0,'datafield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7860,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7861,0,'datafield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7862,0,'datafield_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7863,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7864,0,'datafield_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7865,0,'datapreset_imagegallery','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7866,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7867,0,'datapreset_imagegallery','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7868,0,'datapreset_journal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7869,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7870,0,'datapreset_journal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7871,0,'datapreset_proposals','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7872,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7873,0,'datapreset_proposals','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7874,0,'datapreset_resources','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7875,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7876,0,'datapreset_resources','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7877,0,'forumreport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7878,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7879,0,'forumreport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7880,0,'ltiservice_basicoutcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7881,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7882,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7883,0,'ltiservice_gradebookservices','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7884,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7885,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7886,0,'ltiservice_memberships','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7887,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7888,0,'ltiservice_memberships','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7889,0,'ltiservice_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7890,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7891,0,'ltiservice_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7892,0,'ltiservice_toolproxy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7893,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7894,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7895,0,'ltiservice_toolsettings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7896,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7897,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7898,0,'quiz_grading','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7899,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7900,0,'quiz_grading','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7901,0,'quiz_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7902,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7903,0,'quiz_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7904,0,'quiz_responses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7905,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7906,0,'quiz_responses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7907,0,'quiz_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7908,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7909,0,'quiz_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7910,0,'quizaccess_delaybetweenattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7911,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7912,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7913,0,'quizaccess_ipaddress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7914,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7915,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7916,0,'quizaccess_numattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7917,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7918,0,'quizaccess_numattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7919,0,'quizaccess_offlineattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7920,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7921,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7922,0,'quizaccess_openclosedate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7923,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7924,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7925,0,'quizaccess_password','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7926,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7927,0,'quizaccess_password','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7928,0,'quizaccess_seb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7929,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7930,0,'quizaccess_seb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7931,0,'quizaccess_securewindow','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7932,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7933,0,'quizaccess_securewindow','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7934,0,'quizaccess_timelimit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7935,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7936,0,'quizaccess_timelimit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7937,0,'scormreport_basic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7938,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7939,0,'scormreport_basic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7940,0,'scormreport_graphs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7941,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7942,0,'scormreport_graphs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7943,0,'scormreport_interactions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7944,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7945,0,'scormreport_interactions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7946,0,'scormreport_objectives','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7947,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7948,0,'scormreport_objectives','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7949,0,'workshopform_accumulative','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7950,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7951,0,'workshopform_accumulative','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7952,0,'workshopform_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7953,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7954,0,'workshopform_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7955,0,'workshopform_numerrors','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7956,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7957,0,'workshopform_numerrors','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7958,0,'workshopform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7959,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7960,0,'workshopform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7961,0,'workshopallocation_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7962,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7963,0,'workshopallocation_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7964,0,'workshopallocation_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7965,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7966,0,'workshopallocation_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7967,0,'workshopallocation_scheduled','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7968,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7969,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7970,0,'workshopeval_best','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7971,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7972,0,'workshopeval_best','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7973,0,'atto_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7974,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7975,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7976,0,'atto_accessibilityhelper','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7977,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7978,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7979,0,'atto_align','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7980,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7981,0,'atto_align','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7982,0,'atto_backcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7983,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7984,0,'atto_backcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7985,0,'atto_bold','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7986,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7987,0,'atto_bold','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7988,0,'atto_charmap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7989,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7990,0,'atto_charmap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7991,0,'atto_clear','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7992,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7993,0,'atto_clear','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7994,0,'atto_collapse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7995,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7996,0,'atto_collapse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7997,0,'atto_emojipicker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7998,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7999,0,'atto_emojipicker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8000,0,'atto_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8001,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8002,0,'atto_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8003,0,'atto_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8004,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8005,0,'atto_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8006,0,'atto_fontcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8007,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8008,0,'atto_fontcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8009,0,'atto_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8010,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8011,0,'atto_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8012,0,'atto_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8013,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8014,0,'atto_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8015,0,'atto_image','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8016,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8017,0,'atto_image','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8018,0,'atto_indent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8019,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8020,0,'atto_indent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8021,0,'atto_italic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8022,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8023,0,'atto_italic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8024,0,'atto_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8025,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8026,0,'atto_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8027,0,'atto_managefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8028,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8029,0,'atto_managefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8030,0,'atto_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8031,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8032,0,'atto_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8033,0,'atto_noautolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8034,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8035,0,'atto_noautolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8036,0,'atto_orderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8037,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8038,0,'atto_orderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8039,0,'atto_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8040,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8041,0,'atto_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8042,0,'atto_rtl','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8043,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8044,0,'atto_rtl','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8045,0,'atto_strike','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8046,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8047,0,'atto_strike','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8048,0,'atto_subscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8049,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8050,0,'atto_subscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8051,0,'atto_superscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8052,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8053,0,'atto_superscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8054,0,'atto_table','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8055,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8056,0,'atto_table','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8057,0,'atto_title','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8058,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8059,0,'atto_title','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8060,0,'atto_underline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8061,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8062,0,'atto_underline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8063,0,'atto_undo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8064,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8065,0,'atto_undo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8066,0,'atto_unorderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8067,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8068,0,'atto_unorderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8069,0,'atto_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8070,0,'atto_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8071,0,'atto_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8072,0,'tiny_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8073,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8074,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8075,0,'tiny_autosave','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8076,0,'tiny_autosave','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8077,0,'tiny_autosave','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8078,0,'tiny_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8079,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8080,0,'tiny_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8081,0,'tiny_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8082,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8083,0,'tiny_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8084,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8085,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8086,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8087,0,'tiny_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8088,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8089,0,'tiny_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8090,0,'tiny_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8091,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8092,0,'tiny_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8093,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8094,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8095,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8096,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8097,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8098,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8099,0,'tiny_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8100,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8101,0,'tiny_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8102,0,'tiny_wiris','2022112300','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8103,0,'tiny_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8104,0,'tiny_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8105,0,'logstore_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8106,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8107,0,'logstore_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8108,0,'logstore_standard','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8109,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8110,0,'logstore_standard','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8111,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8112,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8113,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8114,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8115,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8116,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8117,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8118,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8119,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8120,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8121,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8122,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8123,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8124,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8125,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8126,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8127,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8128,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8129,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8130,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8131,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8132,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8133,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8134,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8135,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8136,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8137,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8138,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8139,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8140,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8141,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8142,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8143,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8144,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8145,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8146,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235); -/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +LOCK TABLES `t_upgrade_log` WRITE; +/*!40000 ALTER TABLE `t_upgrade_log` DISABLE KEYS */; +INSERT INTO `t_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734080195),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734080230),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080233),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080233),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080233),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080235),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080235),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080235),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080236),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080237),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734080237),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080237),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080237),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734080239),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080239),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080240),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080241),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080241),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080241),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734080242),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080242),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080243),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734080243),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080243),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080244),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734080245),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080245),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080245),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080246),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080246),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080247),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734080250),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080250),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080250),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080252),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080252),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080252),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080253),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080253),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080254),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734080260),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080260),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080260),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080263),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080263),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080263),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734080264),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080264),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080264),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080264),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080264),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080264),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734080265),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080265),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080265),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734080267),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080267),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080267),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080269),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080270),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080272),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080273),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080274),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080274),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080274),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080276),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080277),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734080278),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080278),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080279),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080283),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080283),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734080283),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080288),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080288),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080289),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080289),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080309),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080309),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080309),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080336),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080336),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080336),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080336),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080336),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080337),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080337),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080337),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080338),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080341),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080342),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080342),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080342),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080347),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080347),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080347),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080349),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080349),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080349),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080351),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080351),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080351),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080357),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080357),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080358),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080359),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080359),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080359),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080369),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080369),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080369),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080371),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080371),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080371),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080372),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080372),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080372),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080373); +/*!40000 ALTER TABLE `t_upgrade_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_url` +-- Table structure for table `t_url` -- -DROP TABLE IF EXISTS `m_url`; +DROP TABLE IF EXISTS `t_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_url` ( +CREATE TABLE `t_url` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14737,27 +45922,27 @@ CREATE TABLE `m_url` ( `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_url_cou_ix` (`course`) + KEY `t_url_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_url` +-- Dumping data for table `t_url` -- -LOCK TABLES `m_url` WRITE; -/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +LOCK TABLES `t_url` WRITE; +/*!40000 ALTER TABLE `t_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_url` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user` +-- Table structure for table `t_user` -- -DROP TABLE IF EXISTS `m_user`; +DROP TABLE IF EXISTS `t_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user` ( +CREATE TABLE `t_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'manual', `confirmed` tinyint(1) NOT NULL DEFAULT '0', @@ -14807,42 +45992,42 @@ CREATE TABLE `m_user` ( `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), - KEY `m_user_del_ix` (`deleted`), - KEY `m_user_con_ix` (`confirmed`), - KEY `m_user_fir_ix` (`firstname`), - KEY `m_user_las_ix` (`lastname`), - KEY `m_user_cit_ix` (`city`), - KEY `m_user_cou_ix` (`country`), - KEY `m_user_las2_ix` (`lastaccess`), - KEY `m_user_ema_ix` (`email`), - KEY `m_user_aut_ix` (`auth`), - KEY `m_user_idn_ix` (`idnumber`), - KEY `m_user_fir2_ix` (`firstnamephonetic`), - KEY `m_user_las3_ix` (`lastnamephonetic`), - KEY `m_user_mid_ix` (`middlename`), - KEY `m_user_alt_ix` (`alternatename`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; + UNIQUE KEY `t_user_mneuse_uix` (`mnethostid`,`username`), + KEY `t_user_del_ix` (`deleted`), + KEY `t_user_con_ix` (`confirmed`), + KEY `t_user_fir_ix` (`firstname`), + KEY `t_user_las_ix` (`lastname`), + KEY `t_user_cit_ix` (`city`), + KEY `t_user_cou_ix` (`country`), + KEY `t_user_las2_ix` (`lastaccess`), + KEY `t_user_ema_ix` (`email`), + KEY `t_user_aut_ix` (`auth`), + KEY `t_user_idn_ix` (`idnumber`), + KEY `t_user_fir2_ix` (`firstnamephonetic`), + KEY `t_user_las3_ix` (`lastnamephonetic`), + KEY `t_user_mid_ix` (`middlename`), + KEY `t_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user` +-- Dumping data for table `t_user` -- -LOCK TABLES `m_user` WRITE; -/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; -INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1696857375,1683023521,1696857375,'172.21.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL); -/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +LOCK TABLES `t_user` WRITE; +/*!40000 ALTER TABLE `t_user` DISABLE KEYS */; +INSERT INTO `t_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$DWS8t3qnWJvaGBoaLV1mHODJT.Cpi7KKRIh4dV9UhbDNLAgRQJwNa','','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,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$9M/ffOxTQ6cj2ZVDAihHi.ou6f74DFkapcIq3FGu2HF8Ot6/1ZuMi','','Admin','User','admin@example.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_devices` +-- Table structure for table `t_user_devices` -- -DROP TABLE IF EXISTS `m_user_devices`; +DROP TABLE IF EXISTS `t_user_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_devices` ( +CREATE TABLE `t_user_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14856,29 +46041,29 @@ CREATE TABLE `m_user_devices` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), - KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), - KEY `m_userdevi_use_ix` (`userid`) + UNIQUE KEY `t_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `t_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `t_userdevi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- Dumping data for table `t_user_devices` -- -LOCK TABLES `m_user_devices` WRITE; -/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +LOCK TABLES `t_user_devices` WRITE; +/*!40000 ALTER TABLE `t_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_enrolments` +-- Table structure for table `t_user_enrolments` -- -DROP TABLE IF EXISTS `m_user_enrolments`; +DROP TABLE IF EXISTS `t_user_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_enrolments` ( +CREATE TABLE `t_user_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `status` bigint NOT NULL DEFAULT '0', `enrolid` bigint NOT NULL, @@ -14889,31 +46074,30 @@ CREATE TABLE `m_user_enrolments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), - KEY `m_userenro_enr_ix` (`enrolid`), - KEY `m_userenro_use_ix` (`userid`), - KEY `m_userenro_mod_ix` (`modifierid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; + UNIQUE KEY `t_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `t_userenro_enr_ix` (`enrolid`), + KEY `t_userenro_use_ix` (`userid`), + KEY `t_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_enrolments` +-- Dumping data for table `t_user_enrolments` -- -LOCK TABLES `m_user_enrolments` WRITE; -/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; -INSERT INTO `m_user_enrolments` VALUES (1,0,1,3,1566471399,0,2,1566471448,1566471448),(2,0,1,4,1566471399,0,2,1566471456,1566471456); -/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +LOCK TABLES `t_user_enrolments` WRITE; +/*!40000 ALTER TABLE `t_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_category` +-- Table structure for table `t_user_info_category` -- -DROP TABLE IF EXISTS `m_user_info_category`; +DROP TABLE IF EXISTS `t_user_info_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_category` ( +CREATE TABLE `t_user_info_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', @@ -14922,49 +46106,49 @@ CREATE TABLE `m_user_info_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_category` +-- Dumping data for table `t_user_info_category` -- -LOCK TABLES `m_user_info_category` WRITE; -/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +LOCK TABLES `t_user_info_category` WRITE; +/*!40000 ALTER TABLE `t_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_data` +-- Table structure for table `t_user_info_data` -- -DROP TABLE IF EXISTS `m_user_info_data`; +DROP TABLE IF EXISTS `t_user_info_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_data` ( +CREATE TABLE `t_user_info_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `fieldid` bigint NOT NULL DEFAULT '0', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `dataformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) + UNIQUE KEY `t_userinfodata_usefie_uix` (`userid`,`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_data` +-- Dumping data for table `t_user_info_data` -- -LOCK TABLES `m_user_info_data` WRITE; -/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +LOCK TABLES `t_user_info_data` WRITE; +/*!40000 ALTER TABLE `t_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_field` +-- Table structure for table `t_user_info_field` -- -DROP TABLE IF EXISTS `m_user_info_field`; +DROP TABLE IF EXISTS `t_user_info_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_field` ( +CREATE TABLE `t_user_info_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -14990,132 +46174,130 @@ CREATE TABLE `m_user_info_field` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_field` +-- Dumping data for table `t_user_info_field` -- - -LOCK TABLES `m_user_info_field` WRITE; -/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; + +LOCK TABLES `t_user_info_field` WRITE; +/*!40000 ALTER TABLE `t_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_lastaccess` +-- Table structure for table `t_user_lastaccess` -- -DROP TABLE IF EXISTS `m_user_lastaccess`; +DROP TABLE IF EXISTS `t_user_lastaccess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_lastaccess` ( +CREATE TABLE `t_user_lastaccess` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `timeaccess` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), - KEY `m_userlast_use_ix` (`userid`), - KEY `m_userlast_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; + UNIQUE KEY `t_userlast_usecou_uix` (`userid`,`courseid`), + KEY `t_userlast_use_ix` (`userid`), + KEY `t_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- Dumping data for table `t_user_lastaccess` -- -LOCK TABLES `m_user_lastaccess` WRITE; -/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; -INSERT INTO `m_user_lastaccess` VALUES (1,2,2,1683023521); -/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +LOCK TABLES `t_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `t_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_history` +-- Table structure for table `t_user_password_history` -- -DROP TABLE IF EXISTS `m_user_password_history`; +DROP TABLE IF EXISTS `t_user_password_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_history` ( +CREATE TABLE `t_user_password_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_userpasshist_use_ix` (`userid`) + KEY `t_userpasshist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- Dumping data for table `t_user_password_history` -- -LOCK TABLES `m_user_password_history` WRITE; -/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +LOCK TABLES `t_user_password_history` WRITE; +/*!40000 ALTER TABLE `t_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_resets` +-- Table structure for table `t_user_password_resets` -- -DROP TABLE IF EXISTS `m_user_password_resets`; +DROP TABLE IF EXISTS `t_user_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_resets` ( +CREATE TABLE `t_user_password_resets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timerequested` bigint NOT NULL, `timererequested` bigint NOT NULL DEFAULT '0', `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_userpassrese_use_ix` (`userid`) + KEY `t_userpassrese_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_password_resets` +-- Dumping data for table `t_user_password_resets` -- -LOCK TABLES `m_user_password_resets` WRITE; -/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +LOCK TABLES `t_user_password_resets` WRITE; +/*!40000 ALTER TABLE `t_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_preferences` +-- Table structure for table `t_user_preferences` -- -DROP TABLE IF EXISTS `m_user_preferences`; +DROP TABLE IF EXISTS `t_user_preferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_preferences` ( +CREATE TABLE `t_user_preferences` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), - KEY `m_userpref_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; + UNIQUE KEY `t_userpref_usenam_uix` (`userid`,`name`), + KEY `t_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_preferences` +-- Dumping data for table `t_user_preferences` -- -LOCK TABLES `m_user_preferences` WRITE; -/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; -INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'); -/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +LOCK TABLES `t_user_preferences` WRITE; +/*!40000 ALTER TABLE `t_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_private_key` +-- Table structure for table `t_user_private_key` -- -DROP TABLE IF EXISTS `m_user_private_key`; +DROP TABLE IF EXISTS `t_user_private_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_private_key` ( +CREATE TABLE `t_user_private_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15125,28 +46307,28 @@ CREATE TABLE `m_user_private_key` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_userprivkey_scrval_ix` (`script`,`value`), - KEY `m_userprivkey_use_ix` (`userid`) + KEY `t_userprivkey_scrval_ix` (`script`,`value`), + KEY `t_userprivkey_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_private_key` +-- Dumping data for table `t_user_private_key` -- -LOCK TABLES `m_user_private_key` WRITE; -/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +LOCK TABLES `t_user_private_key` WRITE; +/*!40000 ALTER TABLE `t_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_private_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki` +-- Table structure for table `t_wiki` -- -DROP TABLE IF EXISTS `m_wiki`; +DROP TABLE IF EXISTS `t_wiki`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki` ( +CREATE TABLE `t_wiki` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', @@ -15161,55 +46343,55 @@ CREATE TABLE `m_wiki` ( `editbegin` bigint NOT NULL DEFAULT '0', `editend` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wiki_cou_ix` (`course`) + KEY `t_wiki_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki` +-- Dumping data for table `t_wiki` -- -LOCK TABLES `m_wiki` WRITE; -/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +LOCK TABLES `t_wiki` WRITE; +/*!40000 ALTER TABLE `t_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_links` +-- Table structure for table `t_wiki_links` -- -DROP TABLE IF EXISTS `m_wiki_links`; +DROP TABLE IF EXISTS `t_wiki_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_links` ( +CREATE TABLE `t_wiki_links` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `frompageid` bigint NOT NULL DEFAULT '0', `topageid` bigint NOT NULL DEFAULT '0', `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_wikilink_fro_ix` (`frompageid`), - KEY `m_wikilink_sub_ix` (`subwikiid`) + KEY `t_wikilink_fro_ix` (`frompageid`), + KEY `t_wikilink_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_links` +-- Dumping data for table `t_wiki_links` -- -LOCK TABLES `m_wiki_links` WRITE; -/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +LOCK TABLES `t_wiki_links` WRITE; +/*!40000 ALTER TABLE `t_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_locks` +-- Table structure for table `t_wiki_locks` -- -DROP TABLE IF EXISTS `m_wiki_locks`; +DROP TABLE IF EXISTS `t_wiki_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_locks` ( +CREATE TABLE `t_wiki_locks` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -15220,22 +46402,22 @@ CREATE TABLE `m_wiki_locks` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_locks` +-- Dumping data for table `t_wiki_locks` -- -LOCK TABLES `m_wiki_locks` WRITE; -/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +LOCK TABLES `t_wiki_locks` WRITE; +/*!40000 ALTER TABLE `t_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_locks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_pages` +-- Table structure for table `t_wiki_pages` -- -DROP TABLE IF EXISTS `m_wiki_pages`; +DROP TABLE IF EXISTS `t_wiki_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_pages` ( +CREATE TABLE `t_wiki_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', @@ -15247,81 +46429,81 @@ CREATE TABLE `m_wiki_pages` ( `pageviews` bigint NOT NULL DEFAULT '0', `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), - KEY `m_wikipage_sub_ix` (`subwikiid`) + UNIQUE KEY `t_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `t_wikipage_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_pages` +-- Dumping data for table `t_wiki_pages` -- -LOCK TABLES `m_wiki_pages` WRITE; -/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +LOCK TABLES `t_wiki_pages` WRITE; +/*!40000 ALTER TABLE `t_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_subwikis` +-- Table structure for table `t_wiki_subwikis` -- -DROP TABLE IF EXISTS `m_wiki_subwikis`; +DROP TABLE IF EXISTS `t_wiki_subwikis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_subwikis` ( +CREATE TABLE `t_wiki_subwikis` ( `id` bigint NOT NULL AUTO_INCREMENT, `wikiid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), - KEY `m_wikisubw_wik_ix` (`wikiid`) + UNIQUE KEY `t_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `t_wikisubw_wik_ix` (`wikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_subwikis` +-- Dumping data for table `t_wiki_subwikis` -- -LOCK TABLES `m_wiki_subwikis` WRITE; -/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +LOCK TABLES `t_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `t_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_subwikis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_synonyms` +-- Table structure for table `t_wiki_synonyms` -- -DROP TABLE IF EXISTS `m_wiki_synonyms`; +DROP TABLE IF EXISTS `t_wiki_synonyms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_synonyms` ( +CREATE TABLE `t_wiki_synonyms` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) + UNIQUE KEY `t_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_synonyms` +-- Dumping data for table `t_wiki_synonyms` -- -LOCK TABLES `m_wiki_synonyms` WRITE; -/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +LOCK TABLES `t_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `t_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_versions` +-- Table structure for table `t_wiki_versions` -- -DROP TABLE IF EXISTS `m_wiki_versions`; +DROP TABLE IF EXISTS `t_wiki_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_versions` ( +CREATE TABLE `t_wiki_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -15330,27 +46512,27 @@ CREATE TABLE `m_wiki_versions` ( `timecreated` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wikivers_pag_ix` (`pageid`) + KEY `t_wikivers_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_versions` +-- Dumping data for table `t_wiki_versions` -- -LOCK TABLES `m_wiki_versions` WRITE; -/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +LOCK TABLES `t_wiki_versions` WRITE; +/*!40000 ALTER TABLE `t_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop` +-- Table structure for table `t_workshop` -- -DROP TABLE IF EXISTS `m_workshop`; +DROP TABLE IF EXISTS `t_workshop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop` ( +CREATE TABLE `t_workshop` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15389,56 +46571,56 @@ CREATE TABLE `m_workshop` ( `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `overallfeedbackmaxbytes` bigint DEFAULT '100000', PRIMARY KEY (`id`), - KEY `m_work_cou_ix` (`course`) + KEY `t_work_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- Dumping data for table `t_workshop` -- -LOCK TABLES `m_workshop` WRITE; -/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +LOCK TABLES `t_workshop` WRITE; +/*!40000 ALTER TABLE `t_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_aggregations` +-- Table structure for table `t_workshop_aggregations` -- -DROP TABLE IF EXISTS `m_workshop_aggregations`; +DROP TABLE IF EXISTS `t_workshop_aggregations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_aggregations` ( +CREATE TABLE `t_workshop_aggregations` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `userid` bigint NOT NULL, `gradinggrade` decimal(10,5) DEFAULT NULL, `timegraded` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), - KEY `m_workaggr_wor_ix` (`workshopid`), - KEY `m_workaggr_use_ix` (`userid`) + UNIQUE KEY `t_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `t_workaggr_wor_ix` (`workshopid`), + KEY `t_workaggr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- Dumping data for table `t_workshop_aggregations` -- -LOCK TABLES `m_workshop_aggregations` WRITE; -/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +LOCK TABLES `t_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `t_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_aggregations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_assessments` +-- Table structure for table `t_workshop_assessments` -- -DROP TABLE IF EXISTS `m_workshop_assessments`; +DROP TABLE IF EXISTS `t_workshop_assessments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_assessments` ( +CREATE TABLE `t_workshop_assessments` ( `id` bigint NOT NULL AUTO_INCREMENT, `submissionid` bigint NOT NULL, `reviewerid` bigint NOT NULL, @@ -15455,29 +46637,29 @@ CREATE TABLE `m_workshop_assessments` ( `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `feedbackreviewerformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workasse_sub_ix` (`submissionid`), - KEY `m_workasse_gra_ix` (`gradinggradeoverby`), - KEY `m_workasse_rev_ix` (`reviewerid`) + KEY `t_workasse_sub_ix` (`submissionid`), + KEY `t_workasse_gra_ix` (`gradinggradeoverby`), + KEY `t_workasse_rev_ix` (`reviewerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshop_assessments` +-- Dumping data for table `t_workshop_assessments` -- -LOCK TABLES `m_workshop_assessments` WRITE; -/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +LOCK TABLES `t_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `t_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_grades` +-- Table structure for table `t_workshop_grades` -- -DROP TABLE IF EXISTS `m_workshop_grades`; +DROP TABLE IF EXISTS `t_workshop_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_grades` ( +CREATE TABLE `t_workshop_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assessmentid` bigint NOT NULL, `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15486,28 +46668,28 @@ CREATE TABLE `m_workshop_grades` ( `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `peercommentformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), - KEY `m_workgrad_ass_ix` (`assessmentid`) + UNIQUE KEY `t_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `t_workgrad_ass_ix` (`assessmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- Dumping data for table `t_workshop_grades` -- -LOCK TABLES `m_workshop_grades` WRITE; -/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +LOCK TABLES `t_workshop_grades` WRITE; +/*!40000 ALTER TABLE `t_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_submissions` +-- Table structure for table `t_workshop_submissions` -- -DROP TABLE IF EXISTS `m_workshop_submissions`; +DROP TABLE IF EXISTS `t_workshop_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_submissions` ( +CREATE TABLE `t_workshop_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `example` tinyint DEFAULT '0', @@ -15528,29 +46710,29 @@ CREATE TABLE `m_workshop_submissions` ( `published` tinyint DEFAULT '0', `late` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_worksubm_wor_ix` (`workshopid`), - KEY `m_worksubm_gra_ix` (`gradeoverby`), - KEY `m_worksubm_aut_ix` (`authorid`) + KEY `t_worksubm_wor_ix` (`workshopid`), + KEY `t_worksubm_gra_ix` (`gradeoverby`), + KEY `t_worksubm_aut_ix` (`authorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- Dumping data for table `t_workshop_submissions` -- -LOCK TABLES `m_workshop_submissions` WRITE; -/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +LOCK TABLES `t_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `t_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopallocation_scheduled` +-- Table structure for table `t_workshopallocation_scheduled` -- -DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +DROP TABLE IF EXISTS `t_workshopallocation_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopallocation_scheduled` ( +CREATE TABLE `t_workshopallocation_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `enabled` tinyint NOT NULL DEFAULT '0', @@ -15561,52 +46743,52 @@ CREATE TABLE `m_workshopallocation_scheduled` ( `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) + UNIQUE KEY `t_worksche_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopallocation_scheduled` +-- Dumping data for table `t_workshopallocation_scheduled` -- -LOCK TABLES `m_workshopallocation_scheduled` WRITE; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +LOCK TABLES `t_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopeval_best_settings` +-- Table structure for table `t_workshopeval_best_settings` -- -DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +DROP TABLE IF EXISTS `t_workshopeval_best_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopeval_best_settings` ( +CREATE TABLE `t_workshopeval_best_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `comparison` smallint DEFAULT '5', PRIMARY KEY (`id`), - UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) + UNIQUE KEY `t_workbestsett_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopeval_best_settings` +-- Dumping data for table `t_workshopeval_best_settings` -- -LOCK TABLES `m_workshopeval_best_settings` WRITE; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +LOCK TABLES `t_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_accumulative` +-- Table structure for table `t_workshopform_accumulative` -- -DROP TABLE IF EXISTS `m_workshopform_accumulative`; +DROP TABLE IF EXISTS `t_workshopform_accumulative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_accumulative` ( +CREATE TABLE `t_workshopform_accumulative` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15615,54 +46797,54 @@ CREATE TABLE `m_workshopform_accumulative` ( `grade` bigint NOT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_workaccu_wor_ix` (`workshopid`) + KEY `t_workaccu_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_accumulative` +-- Dumping data for table `t_workshopform_accumulative` -- -LOCK TABLES `m_workshopform_accumulative` WRITE; -/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +LOCK TABLES `t_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `t_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_accumulative` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_comments` +-- Table structure for table `t_workshopform_comments` -- -DROP TABLE IF EXISTS `m_workshopform_comments`; +DROP TABLE IF EXISTS `t_workshopform_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_comments` ( +CREATE TABLE `t_workshopform_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workcomm_wor_ix` (`workshopid`) + KEY `t_workcomm_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_comments` +-- Dumping data for table `t_workshopform_comments` -- -LOCK TABLES `m_workshopform_comments` WRITE; -/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +LOCK TABLES `t_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `t_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors` +-- Table structure for table `t_workshopform_numerrors` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors`; +DROP TABLE IF EXISTS `t_workshopform_numerrors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors` ( +CREATE TABLE `t_workshopform_numerrors` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15673,156 +46855,123 @@ CREATE TABLE `m_workshopform_numerrors` ( `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_worknume_wor_ix` (`workshopid`) + KEY `t_worknume_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- Dumping data for table `t_workshopform_numerrors` -- -LOCK TABLES `m_workshopform_numerrors` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors_map` +-- Table structure for table `t_workshopform_numerrors_map` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +DROP TABLE IF EXISTS `t_workshopform_numerrors_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors_map` ( +CREATE TABLE `t_workshopform_numerrors_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `nonegative` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), - KEY `m_worknumemap_wor_ix` (`workshopid`) + UNIQUE KEY `t_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `t_worknumemap_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- Dumping data for table `t_workshopform_numerrors_map` -- -LOCK TABLES `m_workshopform_numerrors_map` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric` +-- Table structure for table `t_workshopform_rubric` -- -DROP TABLE IF EXISTS `m_workshopform_rubric`; +DROP TABLE IF EXISTS `t_workshopform_rubric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric` ( +CREATE TABLE `t_workshopform_rubric` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubr_wor_ix` (`workshopid`) + KEY `t_workrubr_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric` +-- Dumping data for table `t_workshopform_rubric` -- -LOCK TABLES `m_workshopform_rubric` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_config` +-- Table structure for table `t_workshopform_rubric_config` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +DROP TABLE IF EXISTS `t_workshopform_rubric_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_config` ( +CREATE TABLE `t_workshopform_rubric_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', PRIMARY KEY (`id`), - UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) + UNIQUE KEY `t_workrubrconf_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_config` +-- Dumping data for table `t_workshopform_rubric_config` -- -LOCK TABLES `m_workshopform_rubric_config` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_levels` +-- Table structure for table `t_workshopform_rubric_levels` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +DROP TABLE IF EXISTS `t_workshopform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_levels` ( +CREATE TABLE `t_workshopform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `dimensionid` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubrleve_dim_ix` (`dimensionid`) + KEY `t_workrubrleve_dim_ix` (`dimensionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_levels` --- - -LOCK TABLES `m_workshopform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_xapi_states` --- - -DROP TABLE IF EXISTS `m_xapi_states`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_xapi_states` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `userid` bigint DEFAULT NULL, - `itemid` bigint NOT NULL, - `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timecreated` bigint NOT NULL, - `timemodified` bigint DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_xapistat_comite_ix` (`component`,`itemid`), - KEY `m_xapistat_use_ix` (`userid`), - KEY `m_xapistat_tim_ix` (`timemodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_xapi_states` +-- Dumping data for table `t_workshopform_rubric_levels` -- -LOCK TABLES `m_xapi_states` WRITE; -/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -15834,4 +46983,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-10-09 13:17:12 +-- Dump completed on 2025-01-07 9:11:11 diff --git a/databases/MOODLE_404_STABLE.sql b/databases/MOODLE_404_STABLE.sql index d70177a..f4bab1b 100644 --- a/databases/MOODLE_404_STABLE.sql +++ b/databases/MOODLE_404_STABLE.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.0.39, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.4.3, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ --- Server version 8.0.39 +-- Server version 8.4.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -16,13 +16,13 @@ /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- --- Table structure for table `m_adminpresets` +-- Table structure for table `b_adminpresets` -- -DROP TABLE IF EXISTS `m_adminpresets`; +DROP TABLE IF EXISTS `b_adminpresets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets` ( +CREATE TABLE `b_adminpresets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -35,106 +35,106 @@ CREATE TABLE `m_adminpresets` ( `timecreated` bigint NOT NULL DEFAULT '0', `timeimported` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets` +-- Dumping data for table `b_adminpresets` -- -LOCK TABLES `m_adminpresets` WRITE; -/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; -INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); -/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +LOCK TABLES `b_adminpresets` WRITE; +/*!40000 ALTER TABLE `b_adminpresets` DISABLE KEYS */; +INSERT INTO `b_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://webserver','','','',1,1734079919,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://webserver','','','',2,1734079920,0); +/*!40000 ALTER TABLE `b_adminpresets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app` +-- Table structure for table `b_adminpresets_app` -- -DROP TABLE IF EXISTS `m_adminpresets_app`; +DROP TABLE IF EXISTS `b_adminpresets_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app` ( +CREATE TABLE `b_adminpresets_app` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `userid` bigint NOT NULL, `time` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiapp_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app` +-- Dumping data for table `b_adminpresets_app` -- -LOCK TABLES `m_adminpresets_app` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it` +-- Table structure for table `b_adminpresets_app_it` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it`; +DROP TABLE IF EXISTS `b_adminpresets_app_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it` ( +CREATE TABLE `b_adminpresets_app_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_admiappit_con_ix` (`configlogid`), - KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappit_con_ix` (`configlogid`), + KEY `b_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_app_it` +-- Dumping data for table `b_adminpresets_app_it` -- -LOCK TABLES `m_adminpresets_app_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_it_a` +-- Table structure for table `b_adminpresets_app_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_app_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_it_a` ( +CREATE TABLE `b_adminpresets_app_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_admiappita_con_ix` (`configlogid`), - KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappita_con_ix` (`configlogid`), + KEY `b_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_it_a` +-- Dumping data for table `b_adminpresets_app_it_a` -- -LOCK TABLES `m_adminpresets_app_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_app_plug` +-- Table structure for table `b_adminpresets_app_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +DROP TABLE IF EXISTS `b_adminpresets_app_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_app_plug` ( +CREATE TABLE `b_adminpresets_app_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -142,109 +142,109 @@ CREATE TABLE `m_adminpresets_app_plug` ( `value` smallint NOT NULL DEFAULT '0', `oldvalue` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_app_plug` +-- Dumping data for table `b_adminpresets_app_plug` -- -LOCK TABLES `m_adminpresets_app_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_app_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it` +-- Table structure for table `b_adminpresets_it` -- -DROP TABLE IF EXISTS `m_adminpresets_it`; +DROP TABLE IF EXISTS `b_adminpresets_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it` ( +CREATE TABLE `b_adminpresets_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiit_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it` +-- Dumping data for table `b_adminpresets_it` -- -LOCK TABLES `m_adminpresets_it` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; -INSERT INTO `m_adminpresets_it` 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 `m_adminpresets_it` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it` DISABLE KEYS */; +INSERT INTO `b_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `b_adminpresets_it` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_it_a` +-- Table structure for table `b_adminpresets_it_a` -- -DROP TABLE IF EXISTS `m_adminpresets_it_a`; +DROP TABLE IF EXISTS `b_adminpresets_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_it_a` ( +CREATE TABLE `b_adminpresets_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_admiita_ite_ix` (`itemid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_adminpresets_it_a` +-- Dumping data for table `b_adminpresets_it_a` -- -LOCK TABLES `m_adminpresets_it_a` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_adminpresets_it_a` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_adminpresets_plug` +-- Table structure for table `b_adminpresets_plug` -- -DROP TABLE IF EXISTS `m_adminpresets_plug`; +DROP TABLE IF EXISTS `b_adminpresets_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_adminpresets_plug` ( +CREATE TABLE `b_adminpresets_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_admiplug_adm_ix` (`adminpresetid`) -) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_adminpresets_plug` +-- Dumping data for table `b_adminpresets_plug` -- -LOCK TABLES `m_adminpresets_plug` WRITE; -/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; -INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); -/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +LOCK TABLES `b_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `b_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `b_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `b_adminpresets_plug` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_indicator_calc` +-- Table structure for table `b_analytics_indicator_calc` -- -DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +DROP TABLE IF EXISTS `b_analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_indicator_calc` ( +CREATE TABLE `b_analytics_indicator_calc` ( `id` bigint NOT NULL AUTO_INCREMENT, `starttime` bigint NOT NULL, `endtime` bigint NOT NULL, @@ -255,28 +255,28 @@ CREATE TABLE `m_analytics_indicator_calc` ( `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), - KEY `m_analindicalc_con_ix` (`contextid`) + KEY `b_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `b_analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_indicator_calc` +-- Dumping data for table `b_analytics_indicator_calc` -- -LOCK TABLES `m_analytics_indicator_calc` WRITE; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +LOCK TABLES `b_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models` +-- Table structure for table `b_analytics_models` -- -DROP TABLE IF EXISTS `m_analytics_models`; +DROP TABLE IF EXISTS `b_analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models` ( +CREATE TABLE `b_analytics_models` ( `id` bigint NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', @@ -291,29 +291,29 @@ CREATE TABLE `m_analytics_models` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmode_enatra_ix` (`enabled`,`trained`), - KEY `m_analmode_use_ix` (`usermodified`) + KEY `b_analmode_enatra_ix` (`enabled`,`trained`), + KEY `b_analmode_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models` +-- Dumping data for table `b_analytics_models` -- -LOCK TABLES `m_analytics_models` WRITE; -/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; -INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); -/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +LOCK TABLES `b_analytics_models` WRITE; +/*!40000 ALTER TABLE `b_analytics_models` DISABLE KEYS */; +INSERT INTO `b_analytics_models` 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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,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,1734079923,NULL,1734079923,1734079923,0); +/*!40000 ALTER TABLE `b_analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_models_log` +-- Table structure for table `b_analytics_models_log` -- -DROP TABLE IF EXISTS `m_analytics_models_log`; +DROP TABLE IF EXISTS `b_analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_models_log` ( +CREATE TABLE `b_analytics_models_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `version` bigint NOT NULL, @@ -327,28 +327,28 @@ CREATE TABLE `m_analytics_models_log` ( `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analmodelog_mod_ix` (`modelid`), - KEY `m_analmodelog_use_ix` (`usermodified`) + KEY `b_analmodelog_mod_ix` (`modelid`), + KEY `b_analmodelog_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_models_log` +-- Dumping data for table `b_analytics_models_log` -- -LOCK TABLES `m_analytics_models_log` WRITE; -/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +LOCK TABLES `b_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `b_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predict_samples` +-- Table structure for table `b_analytics_predict_samples` -- -DROP TABLE IF EXISTS `m_analytics_predict_samples`; +DROP TABLE IF EXISTS `b_analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predict_samples` ( +CREATE TABLE `b_analytics_predict_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -358,57 +358,57 @@ CREATE TABLE `m_analytics_predict_samples` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), - KEY `m_analpredsamp_mod_ix` (`modelid`) + KEY `b_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `b_analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predict_samples` +-- Dumping data for table `b_analytics_predict_samples` -- -LOCK TABLES `m_analytics_predict_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_prediction_actions` +-- Table structure for table `b_analytics_prediction_actions` -- -DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +DROP TABLE IF EXISTS `b_analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_prediction_actions` ( +CREATE TABLE `b_analytics_prediction_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `predictionid` bigint NOT NULL, `userid` bigint NOT NULL, `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), - KEY `m_analpredacti_pre_ix` (`predictionid`), - KEY `m_analpredacti_use_ix` (`userid`) + KEY `b_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `b_analpredacti_pre_ix` (`predictionid`), + KEY `b_analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_prediction_actions` +-- Dumping data for table `b_analytics_prediction_actions` -- -LOCK TABLES `m_analytics_prediction_actions` WRITE; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +LOCK TABLES `b_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_predictions` +-- Table structure for table `b_analytics_predictions` -- -DROP TABLE IF EXISTS `m_analytics_predictions`; +DROP TABLE IF EXISTS `b_analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_predictions` ( +CREATE TABLE `b_analytics_predictions` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -421,29 +421,29 @@ CREATE TABLE `m_analytics_predictions` ( `timestart` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), - KEY `m_analpred_mod_ix` (`modelid`), - KEY `m_analpred_con_ix` (`contextid`) + KEY `b_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `b_analpred_mod_ix` (`modelid`), + KEY `b_analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_predictions` +-- Dumping data for table `b_analytics_predictions` -- -LOCK TABLES `m_analytics_predictions` WRITE; -/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +LOCK TABLES `b_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `b_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_train_samples` +-- Table structure for table `b_analytics_train_samples` -- -DROP TABLE IF EXISTS `m_analytics_train_samples`; +DROP TABLE IF EXISTS `b_analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_train_samples` ( +CREATE TABLE `b_analytics_train_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, @@ -451,28 +451,28 @@ CREATE TABLE `m_analytics_train_samples` ( `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), - KEY `m_analtraisamp_mod_ix` (`modelid`) + KEY `b_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `b_analtraisamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_train_samples` +-- Dumping data for table `b_analytics_train_samples` -- -LOCK TABLES `m_analytics_train_samples` WRITE; -/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +LOCK TABLES `b_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `b_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_analysables` +-- Table structure for table `b_analytics_used_analysables` -- -DROP TABLE IF EXISTS `m_analytics_used_analysables`; +DROP TABLE IF EXISTS `b_analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_analysables` ( +CREATE TABLE `b_analytics_used_analysables` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -480,67 +480,64 @@ CREATE TABLE `m_analytics_used_analysables` ( `firstanalysis` bigint NOT NULL, `timeanalysed` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_analusedanal_modact_ix` (`modelid`,`action`), - KEY `m_analusedanal_mod_ix` (`modelid`), - KEY `m_analusedanal_ana_ix` (`analysableid`) + KEY `b_analusedanal_modact_ix` (`modelid`,`action`), + KEY `b_analusedanal_ana_ix` (`analysableid`), + KEY `b_analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_analytics_used_analysables` +-- Dumping data for table `b_analytics_used_analysables` -- -LOCK TABLES `m_analytics_used_analysables` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_analytics_used_files` +-- Table structure for table `b_analytics_used_files` -- -DROP TABLE IF EXISTS `m_analytics_used_files`; +DROP TABLE IF EXISTS `b_analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_analytics_used_files` ( +CREATE TABLE `b_analytics_used_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL DEFAULT '0', `fileid` bigint NOT NULL DEFAULT '0', `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `time` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), - KEY `m_analusedfile_mod_ix` (`modelid`), - KEY `m_analusedfile_fil_ix` (`fileid`) + KEY `b_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `b_analusedfile_mod_ix` (`modelid`), + KEY `b_analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- Dumping data for table `b_analytics_used_files` -- -LOCK TABLES `m_analytics_used_files` WRITE; -/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +LOCK TABLES `b_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `b_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign` +-- Table structure for table `b_assign` -- -DROP TABLE IF EXISTS `m_assign`; +DROP TABLE IF EXISTS `b_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign` ( +CREATE TABLE `b_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', - `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `activityformat` smallint NOT NULL DEFAULT '0', - `submissionattachments` tinyint NOT NULL DEFAULT '0', `nosubmissions` tinyint NOT NULL DEFAULT '0', `submissiondrafts` tinyint NOT NULL DEFAULT '0', `sendnotifications` tinyint NOT NULL DEFAULT '0', @@ -552,7 +549,6 @@ CREATE TABLE `m_assign` ( `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', `completionsubmit` tinyint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', - `timelimit` bigint NOT NULL DEFAULT '0', `gradingduedate` bigint NOT NULL DEFAULT '0', `teamsubmission` tinyint NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', @@ -564,32 +560,35 @@ CREATE TABLE `m_assign` ( `maxattempts` mediumint NOT NULL DEFAULT '-1', `markingworkflow` tinyint NOT NULL DEFAULT '0', `markingallocation` tinyint NOT NULL DEFAULT '0', - `markinganonymous` tinyint NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assi_cou_ix` (`course`), - KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) + KEY `b_assi_cou_ix` (`course`), + KEY `b_assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- Dumping data for table `b_assign` -- -LOCK TABLES `m_assign` WRITE; -/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +LOCK TABLES `b_assign` WRITE; +/*!40000 ALTER TABLE `b_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_grades` +-- Table structure for table `b_assign_grades` -- -DROP TABLE IF EXISTS `m_assign_grades`; +DROP TABLE IF EXISTS `b_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_grades` ( +CREATE TABLE `b_assign_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -599,30 +598,30 @@ CREATE TABLE `m_assign_grades` ( `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), - KEY `m_assigrad_use_ix` (`userid`), - KEY `m_assigrad_att_ix` (`attemptnumber`), - KEY `m_assigrad_ass_ix` (`assignment`) + UNIQUE KEY `b_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `b_assigrad_use_ix` (`userid`), + KEY `b_assigrad_att_ix` (`attemptnumber`), + KEY `b_assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_grades` +-- Dumping data for table `b_assign_grades` -- -LOCK TABLES `m_assign_grades` WRITE; -/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +LOCK TABLES `b_assign_grades` WRITE; +/*!40000 ALTER TABLE `b_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_overrides` +-- Table structure for table `b_assign_overrides` -- -DROP TABLE IF EXISTS `m_assign_overrides`; +DROP TABLE IF EXISTS `b_assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_overrides` ( +CREATE TABLE `b_assign_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -633,29 +632,29 @@ CREATE TABLE `m_assign_overrides` ( `cutoffdate` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_assiover_ass_ix` (`assignid`), - KEY `m_assiover_gro_ix` (`groupid`), - KEY `m_assiover_use_ix` (`userid`) + KEY `b_assiover_ass_ix` (`assignid`), + KEY `b_assiover_gro_ix` (`groupid`), + KEY `b_assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_overrides` +-- Dumping data for table `b_assign_overrides` -- -LOCK TABLES `m_assign_overrides` WRITE; -/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +LOCK TABLES `b_assign_overrides` WRITE; +/*!40000 ALTER TABLE `b_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_plugin_config` +-- Table structure for table `b_assign_plugin_config` -- -DROP TABLE IF EXISTS `m_assign_plugin_config`; +DROP TABLE IF EXISTS `b_assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_plugin_config` ( +CREATE TABLE `b_assign_plugin_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -663,30 +662,30 @@ CREATE TABLE `m_assign_plugin_config` ( `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_assiplugconf_plu_ix` (`plugin`), - KEY `m_assiplugconf_sub_ix` (`subtype`), - KEY `m_assiplugconf_nam_ix` (`name`), - KEY `m_assiplugconf_ass_ix` (`assignment`) + KEY `b_assiplugconf_plu_ix` (`plugin`), + KEY `b_assiplugconf_sub_ix` (`subtype`), + KEY `b_assiplugconf_nam_ix` (`name`), + KEY `b_assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- Dumping data for table `b_assign_plugin_config` -- -LOCK TABLES `m_assign_plugin_config` WRITE; -/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +LOCK TABLES `b_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `b_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_submission` +-- Table structure for table `b_assign_submission` -- -DROP TABLE IF EXISTS `m_assign_submission`; +DROP TABLE IF EXISTS `b_assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_submission` ( +CREATE TABLE `b_assign_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -698,31 +697,31 @@ CREATE TABLE `m_assign_submission` ( `attemptnumber` bigint NOT NULL DEFAULT '0', `latest` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), - KEY `m_assisubm_use_ix` (`userid`), - KEY `m_assisubm_att_ix` (`attemptnumber`), - KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), - KEY `m_assisubm_ass_ix` (`assignment`) + UNIQUE KEY `b_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `b_assisubm_use_ix` (`userid`), + KEY `b_assisubm_att_ix` (`attemptnumber`), + KEY `b_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `b_assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assign_submission` +-- Dumping data for table `b_assign_submission` -- -LOCK TABLES `m_assign_submission` WRITE; -/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +LOCK TABLES `b_assign_submission` WRITE; +/*!40000 ALTER TABLE `b_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_flags` +-- Table structure for table `b_assign_user_flags` -- -DROP TABLE IF EXISTS `m_assign_user_flags`; +DROP TABLE IF EXISTS `b_assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_flags` ( +CREATE TABLE `b_assign_user_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `assignment` bigint NOT NULL DEFAULT '0', @@ -732,83 +731,83 @@ CREATE TABLE `m_assign_user_flags` ( `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `allocatedmarker` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiuserflag_mai_ix` (`mailed`), - KEY `m_assiuserflag_use_ix` (`userid`), - KEY `m_assiuserflag_ass_ix` (`assignment`) + KEY `b_assiuserflag_mai_ix` (`mailed`), + KEY `b_assiuserflag_use_ix` (`userid`), + KEY `b_assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- Dumping data for table `b_assign_user_flags` -- -LOCK TABLES `m_assign_user_flags` WRITE; -/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +LOCK TABLES `b_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `b_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assign_user_mapping` +-- Table structure for table `b_assign_user_mapping` -- -DROP TABLE IF EXISTS `m_assign_user_mapping`; +DROP TABLE IF EXISTS `b_assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assign_user_mapping` ( +CREATE TABLE `b_assign_user_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assiusermapp_ass_ix` (`assignment`), - KEY `m_assiusermapp_use_ix` (`userid`) + KEY `b_assiusermapp_ass_ix` (`assignment`), + KEY `b_assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- Dumping data for table `b_assign_user_mapping` -- -LOCK TABLES `m_assign_user_mapping` WRITE; -/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +LOCK TABLES `b_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `b_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_comments` +-- Table structure for table `b_assignfeedback_comments` -- -DROP TABLE IF EXISTS `m_assignfeedback_comments`; +DROP TABLE IF EXISTS `b_assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_comments` ( +CREATE TABLE `b_assignfeedback_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `commentformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assicomm_ass_ix` (`assignment`), - KEY `m_assicomm_gra_ix` (`grade`) + KEY `b_assicomm_ass_ix` (`assignment`), + KEY `b_assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_comments` +-- Dumping data for table `b_assignfeedback_comments` -- -LOCK TABLES `m_assignfeedback_comments` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_annot` +-- Table structure for table `b_assignfeedback_editpdf_annot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_annot` ( +CREATE TABLE `b_assignfeedback_editpdf_annot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -821,28 +820,28 @@ CREATE TABLE `m_assignfeedback_editpdf_annot` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditanno_gra_ix` (`gradeid`) + KEY `b_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_annot` +-- Dumping data for table `b_assignfeedback_editpdf_annot` -- -LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_annot` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- Table structure for table `b_assignfeedback_editpdf_cmnt` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_cmnt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( +CREATE TABLE `b_assignfeedback_editpdf_cmnt` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', @@ -853,55 +852,55 @@ CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), - KEY `m_assieditcmnt_gra_ix` (`gradeid`) + KEY `b_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `b_assieditcmnt_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- Dumping data for table `b_assignfeedback_editpdf_cmnt` -- -LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_cmnt` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_quick` +-- Table structure for table `b_assignfeedback_editpdf_quick` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_quick` ( +CREATE TABLE `b_assignfeedback_editpdf_quick` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `width` bigint NOT NULL DEFAULT '120', `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', PRIMARY KEY (`id`), - KEY `m_assieditquic_use_ix` (`userid`) + KEY `b_assieditquic_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_quick` +-- Dumping data for table `b_assignfeedback_editpdf_quick` -- -LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_quick` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_editpdf_rot` +-- Table structure for table `b_assignfeedback_editpdf_rot` -- -DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +DROP TABLE IF EXISTS `b_assignfeedback_editpdf_rot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_editpdf_rot` ( +CREATE TABLE `b_assignfeedback_editpdf_rot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', @@ -909,110 +908,219 @@ CREATE TABLE `m_assignfeedback_editpdf_rot` ( `isrotated` tinyint(1) NOT NULL DEFAULT '0', `degree` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), - KEY `m_assieditrot_gra_ix` (`gradeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `b_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignfeedback_editpdf_rot` +-- Dumping data for table `b_assignfeedback_editpdf_rot` -- -LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_editpdf_rot` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignfeedback_file` +-- Table structure for table `b_assignfeedback_file` -- -DROP TABLE IF EXISTS `m_assignfeedback_file`; +DROP TABLE IF EXISTS `b_assignfeedback_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignfeedback_file` ( +CREATE TABLE `b_assignfeedback_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass2_ix` (`assignment`), - KEY `m_assifile_gra_ix` (`grade`) + KEY `b_assifile_ass2_ix` (`assignment`), + KEY `b_assifile_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- Dumping data for table `b_assignfeedback_file` -- -LOCK TABLES `m_assignfeedback_file` WRITE; -/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +LOCK TABLES `b_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `b_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_file` +-- Table structure for table `b_assignment` -- -DROP TABLE IF EXISTS `m_assignsubmission_file`; +DROP TABLE IF EXISTS `b_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_file` ( +CREATE TABLE `b_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment` +-- + +LOCK TABLES `b_assignment` WRITE; +/*!40000 ALTER TABLE `b_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_submissions` +-- + +DROP TABLE IF EXISTS `b_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assisubm_use2_ix` (`userid`), + KEY `b_assisubm_mai_ix` (`mailed`), + KEY `b_assisubm_tim_ix` (`timemarked`), + KEY `b_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_submissions` +-- + +LOCK TABLES `b_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `b_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `b_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assiupgr_old_ix` (`oldcmid`), + KEY `b_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_upgrade` +-- + +LOCK TABLES `b_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `b_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `b_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignsubmission_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assifile_ass_ix` (`assignment`), - KEY `m_assifile_sub_ix` (`submission`) + KEY `b_assifile_ass_ix` (`assignment`), + KEY `b_assifile_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_file` +-- Dumping data for table `b_assignsubmission_file` -- -LOCK TABLES `m_assignsubmission_file` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +LOCK TABLES `b_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_assignsubmission_onlinetext` +-- Table structure for table `b_assignsubmission_onlinetext` -- -DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +DROP TABLE IF EXISTS `b_assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_assignsubmission_onlinetext` ( +CREATE TABLE `b_assignsubmission_onlinetext` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `onlineformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_assionli_ass_ix` (`assignment`), - KEY `m_assionli_sub_ix` (`submission`) + KEY `b_assionli_ass_ix` (`assignment`), + KEY `b_assionli_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_assignsubmission_onlinetext` +-- Dumping data for table `b_assignsubmission_onlinetext` -- -LOCK TABLES `m_assignsubmission_onlinetext` WRITE; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +LOCK TABLES `b_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_lti_linked_login` +-- Table structure for table `b_auth_lti_linked_login` -- -DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +DROP TABLE IF EXISTS `b_auth_lti_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_lti_linked_login` ( +CREATE TABLE `b_auth_lti_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1022,28 +1130,28 @@ CREATE TABLE `m_auth_lti_linked_login` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), - KEY `m_authltilinklogi_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `b_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_lti_linked_login` +-- Dumping data for table `b_auth_lti_linked_login` -- -LOCK TABLES `m_auth_lti_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +LOCK TABLES `b_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_lti_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_auth_oauth2_linked_login` +-- Table structure for table `b_auth_oauth2_linked_login` -- -DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +DROP TABLE IF EXISTS `b_auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_auth_oauth2_linked_login` ( +CREATE TABLE `b_auth_oauth2_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -1055,31 +1163,31 @@ CREATE TABLE `m_auth_oauth2_linked_login` ( `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `confirmtokenexpires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), - KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), - KEY `m_authoautlinklogi_use_ix` (`usermodified`), - KEY `m_authoautlinklogi_use2_ix` (`userid`), - KEY `m_authoautlinklogi_iss_ix` (`issuerid`) + UNIQUE KEY `b_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `b_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `b_authoautlinklogi_use_ix` (`usermodified`), + KEY `b_authoautlinklogi_use2_ix` (`userid`), + KEY `b_authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_auth_oauth2_linked_login` +-- Dumping data for table `b_auth_oauth2_linked_login` -- -LOCK TABLES `m_auth_oauth2_linked_login` WRITE; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +LOCK TABLES `b_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_controllers` +-- Table structure for table `b_backup_controllers` -- -DROP TABLE IF EXISTS `m_backup_controllers`; +DROP TABLE IF EXISTS `b_backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_controllers` ( +CREATE TABLE `b_backup_controllers` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', @@ -1098,30 +1206,30 @@ CREATE TABLE `m_backup_controllers` ( `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backcont_bac_uix` (`backupid`), - KEY `m_backcont_typite_ix` (`type`,`itemid`), - KEY `m_backcont_use_ix` (`userid`), - KEY `m_backcont_useite_ix` (`userid`,`itemid`) + UNIQUE KEY `b_backcont_bac_uix` (`backupid`), + KEY `b_backcont_typite_ix` (`type`,`itemid`), + KEY `b_backcont_useite_ix` (`userid`,`itemid`), + KEY `b_backcont_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- Dumping data for table `b_backup_controllers` -- -LOCK TABLES `m_backup_controllers` WRITE; -/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +LOCK TABLES `b_backup_controllers` WRITE; +/*!40000 ALTER TABLE `b_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_courses` +-- Table structure for table `b_backup_courses` -- -DROP TABLE IF EXISTS `m_backup_courses`; +DROP TABLE IF EXISTS `b_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_courses` ( +CREATE TABLE `b_backup_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `laststarttime` bigint NOT NULL DEFAULT '0', @@ -1129,55 +1237,55 @@ CREATE TABLE `m_backup_courses` ( `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', `nextstarttime` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_backcour_cou_uix` (`courseid`) + UNIQUE KEY `b_backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_backup_courses` +-- Dumping data for table `b_backup_courses` -- -LOCK TABLES `m_backup_courses` WRITE; -/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +LOCK TABLES `b_backup_courses` WRITE; +/*!40000 ALTER TABLE `b_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_backup_logs` +-- Table structure for table `b_backup_logs` -- -DROP TABLE IF EXISTS `m_backup_logs`; +DROP TABLE IF EXISTS `b_backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_backup_logs` ( +CREATE TABLE `b_backup_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `loglevel` smallint NOT NULL, `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), - KEY `m_backlogs_bac_ix` (`backupid`) + UNIQUE KEY `b_backlogs_bacid_uix` (`backupid`,`id`), + KEY `b_backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- Dumping data for table `b_backup_logs` -- -LOCK TABLES `m_backup_logs` WRITE; -/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +LOCK TABLES `b_backup_logs` WRITE; +/*!40000 ALTER TABLE `b_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge` +-- Table structure for table `b_badge` -- -DROP TABLE IF EXISTS `m_badge`; +DROP TABLE IF EXISTS `b_badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge` ( +CREATE TABLE `b_badge` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -1205,30 +1313,30 @@ CREATE TABLE `m_badge` ( `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badg_typ_ix` (`type`), - KEY `m_badg_cou_ix` (`courseid`), - KEY `m_badg_use_ix` (`usermodified`), - KEY `m_badg_use2_ix` (`usercreated`) + KEY `b_badg_typ_ix` (`type`), + KEY `b_badg_cou_ix` (`courseid`), + KEY `b_badg_use_ix` (`usermodified`), + KEY `b_badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge` +-- Dumping data for table `b_badge` -- -LOCK TABLES `m_badge` WRITE; -/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +LOCK TABLES `b_badge` WRITE; +/*!40000 ALTER TABLE `b_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_alignment` +-- Table structure for table `b_badge_alignment` -- -DROP TABLE IF EXISTS `m_badge_alignment`; +DROP TABLE IF EXISTS `b_badge_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_alignment` ( +CREATE TABLE `b_badge_alignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1237,27 +1345,27 @@ CREATE TABLE `m_badge_alignment` ( `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcomp_bad3_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_alignment` +-- Dumping data for table `b_badge_alignment` -- -LOCK TABLES `m_badge_alignment` WRITE; -/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +LOCK TABLES `b_badge_alignment` WRITE; +/*!40000 ALTER TABLE `b_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_alignment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack` +-- Table structure for table `b_badge_backpack` -- -DROP TABLE IF EXISTS `m_badge_backpack`; +DROP TABLE IF EXISTS `b_badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack` ( +CREATE TABLE `b_badge_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1266,29 +1374,29 @@ CREATE TABLE `m_badge_backpack` ( `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `externalbackpackid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), - KEY `m_badgback_use_ix` (`userid`), - KEY `m_badgback_ext_ix` (`externalbackpackid`) + UNIQUE KEY `b_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `b_badgback_use_ix` (`userid`), + KEY `b_badgback_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack` +-- Dumping data for table `b_badge_backpack` -- -LOCK TABLES `m_badge_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +LOCK TABLES `b_badge_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_backpack_oauth2` +-- Table structure for table `b_badge_backpack_oauth2` -- -DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +DROP TABLE IF EXISTS `b_badge_backpack_oauth2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_backpack_oauth2` ( +CREATE TABLE `b_badge_backpack_oauth2` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', @@ -1301,30 +1409,30 @@ CREATE TABLE `m_badge_backpack_oauth2` ( `expires` bigint DEFAULT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgbackoaut_use_ix` (`usermodified`), - KEY `m_badgbackoaut_use2_ix` (`userid`), - KEY `m_badgbackoaut_iss_ix` (`issuerid`), - KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgbackoaut_use_ix` (`usermodified`), + KEY `b_badgbackoaut_use2_ix` (`userid`), + KEY `b_badgbackoaut_iss_ix` (`issuerid`), + KEY `b_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_backpack_oauth2` +-- Dumping data for table `b_badge_backpack_oauth2` -- -LOCK TABLES `m_badge_backpack_oauth2` WRITE; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +LOCK TABLES `b_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_backpack_oauth2` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria` +-- Table structure for table `b_badge_criteria` -- -DROP TABLE IF EXISTS `m_badge_criteria`; +DROP TABLE IF EXISTS `b_badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria` ( +CREATE TABLE `b_badge_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, @@ -1332,84 +1440,84 @@ CREATE TABLE `m_badge_criteria` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), - KEY `m_badgcrit_cri_ix` (`criteriatype`), - KEY `m_badgcrit_bad_ix` (`badgeid`) + UNIQUE KEY `b_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `b_badgcrit_cri_ix` (`criteriatype`), + KEY `b_badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria` +-- Dumping data for table `b_badge_criteria` -- -LOCK TABLES `m_badge_criteria` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_met` +-- Table structure for table `b_badge_criteria_met` -- -DROP TABLE IF EXISTS `m_badge_criteria_met`; +DROP TABLE IF EXISTS `b_badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_met` ( +CREATE TABLE `b_badge_criteria_met` ( `id` bigint NOT NULL AUTO_INCREMENT, `issuedid` bigint DEFAULT NULL, `critid` bigint NOT NULL, `userid` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritmet_cri_ix` (`critid`), - KEY `m_badgcritmet_use_ix` (`userid`), - KEY `m_badgcritmet_iss_ix` (`issuedid`) + KEY `b_badgcritmet_cri_ix` (`critid`), + KEY `b_badgcritmet_use_ix` (`userid`), + KEY `b_badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- Dumping data for table `b_badge_criteria_met` -- -LOCK TABLES `m_badge_criteria_met` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_criteria_param` +-- Table structure for table `b_badge_criteria_param` -- -DROP TABLE IF EXISTS `m_badge_criteria_param`; +DROP TABLE IF EXISTS `b_badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_criteria_param` ( +CREATE TABLE `b_badge_criteria_param` ( `id` bigint NOT NULL AUTO_INCREMENT, `critid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_badgcritpara_cri_ix` (`critid`) + KEY `b_badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_criteria_param` +-- Dumping data for table `b_badge_criteria_param` -- -LOCK TABLES `m_badge_criteria_param` WRITE; -/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +LOCK TABLES `b_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `b_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_endorsement` +-- Table structure for table `b_badge_endorsement` -- -DROP TABLE IF EXISTS `m_badge_endorsement`; +DROP TABLE IF EXISTS `b_badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_endorsement` ( +CREATE TABLE `b_badge_endorsement` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1419,54 +1527,54 @@ CREATE TABLE `m_badge_endorsement` ( `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `dateissued` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_badgendo_bad_ix` (`badgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_endorsement` +-- Dumping data for table `b_badge_endorsement` -- -LOCK TABLES `m_badge_endorsement` WRITE; -/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +LOCK TABLES `b_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `b_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external` +-- Table structure for table `b_badge_external` -- -DROP TABLE IF EXISTS `m_badge_external`; +DROP TABLE IF EXISTS `b_badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external` ( +CREATE TABLE `b_badge_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackid` bigint NOT NULL, `collectionid` bigint NOT NULL, `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_badgexte_bac_ix` (`backpackid`) + KEY `b_badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external` +-- Dumping data for table `b_badge_external` -- -LOCK TABLES `m_badge_external` WRITE; -/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +LOCK TABLES `b_badge_external` WRITE; +/*!40000 ALTER TABLE `b_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_backpack` +-- Table structure for table `b_badge_external_backpack` -- -DROP TABLE IF EXISTS `m_badge_external_backpack`; +DROP TABLE IF EXISTS `b_badge_external_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_backpack` ( +CREATE TABLE `b_badge_external_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1474,58 +1582,58 @@ CREATE TABLE `m_badge_external_backpack` ( `sortorder` bigint NOT NULL DEFAULT '0', `oauth2_issuerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), - UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), - KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `b_badgexteback_bac2_uix` (`backpackweburl`), + KEY `b_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_external_backpack` +-- Dumping data for table `b_badge_external_backpack` -- -LOCK TABLES `m_badge_external_backpack` WRITE; -/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; -INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); -/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +LOCK TABLES `b_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `b_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `b_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `b_badge_external_backpack` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_external_identifier` +-- Table structure for table `b_badge_external_identifier` -- -DROP TABLE IF EXISTS `m_badge_external_identifier`; +DROP TABLE IF EXISTS `b_badge_external_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_external_identifier` ( +CREATE TABLE `b_badge_external_identifier` ( `id` bigint NOT NULL AUTO_INCREMENT, `sitebackpackid` bigint NOT NULL, `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), - KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `b_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_external_identifier` +-- Dumping data for table `b_badge_external_identifier` -- -LOCK TABLES `m_badge_external_identifier` WRITE; -/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +LOCK TABLES `b_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `b_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_external_identifier` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_issued` +-- Table structure for table `b_badge_issued` -- -DROP TABLE IF EXISTS `m_badge_issued`; +DROP TABLE IF EXISTS `b_badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_issued` ( +CREATE TABLE `b_badge_issued` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -1535,29 +1643,29 @@ CREATE TABLE `m_badge_issued` ( `visible` tinyint(1) NOT NULL DEFAULT '0', `issuernotified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), - KEY `m_badgissu_bad_ix` (`badgeid`), - KEY `m_badgissu_use_ix` (`userid`) + UNIQUE KEY `b_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `b_badgissu_bad_ix` (`badgeid`), + KEY `b_badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_issued` +-- Dumping data for table `b_badge_issued` -- -LOCK TABLES `m_badge_issued` WRITE; -/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +LOCK TABLES `b_badge_issued` WRITE; +/*!40000 ALTER TABLE `b_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_manual_award` +-- Table structure for table `b_badge_manual_award` -- -DROP TABLE IF EXISTS `m_badge_manual_award`; +DROP TABLE IF EXISTS `b_badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_manual_award` ( +CREATE TABLE `b_badge_manual_award` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL, `recipientid` bigint NOT NULL, @@ -1565,57 +1673,57 @@ CREATE TABLE `m_badge_manual_award` ( `issuerrole` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_badgmanuawar_bad_ix` (`badgeid`), - KEY `m_badgmanuawar_rec_ix` (`recipientid`), - KEY `m_badgmanuawar_iss_ix` (`issuerid`), - KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) + KEY `b_badgmanuawar_bad_ix` (`badgeid`), + KEY `b_badgmanuawar_rec_ix` (`recipientid`), + KEY `b_badgmanuawar_iss_ix` (`issuerid`), + KEY `b_badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_manual_award` +-- Dumping data for table `b_badge_manual_award` -- -LOCK TABLES `m_badge_manual_award` WRITE; -/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +LOCK TABLES `b_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `b_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_badge_related` +-- Table structure for table `b_badge_related` -- -DROP TABLE IF EXISTS `m_badge_related`; +DROP TABLE IF EXISTS `b_badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_badge_related` ( +CREATE TABLE `b_badge_related` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `relatedbadgeid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), - KEY `m_badgrela_bad_ix` (`badgeid`), - KEY `m_badgrela_rel_ix` (`relatedbadgeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `b_badgrela_bad_ix` (`badgeid`), + KEY `b_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_badge_related` +-- Dumping data for table `b_badge_related` -- -LOCK TABLES `m_badge_related` WRITE; -/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +LOCK TABLES `b_badge_related` WRITE; +/*!40000 ALTER TABLE `b_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_badge_related` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn` +-- Table structure for table `b_bigbluebuttonbn` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn` ( +CREATE TABLE `b_bigbluebuttonbn` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -1650,6 +1758,7 @@ CREATE TABLE `m_bigbluebuttonbn` ( `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0', `disablenote` tinyint(1) NOT NULL DEFAULT '0', `hideuserlist` tinyint(1) NOT NULL DEFAULT '0', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', `completionattendance` int NOT NULL DEFAULT '0', `completionengagementchats` int NOT NULL DEFAULT '0', `completionengagementtalks` int NOT NULL DEFAULT '0', @@ -1665,22 +1774,22 @@ CREATE TABLE `m_bigbluebuttonbn` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn` +-- Dumping data for table `b_bigbluebuttonbn` -- -LOCK TABLES `m_bigbluebuttonbn` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_logs` +-- Table structure for table `b_bigbluebuttonbn_logs` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_logs` ( +CREATE TABLE `b_bigbluebuttonbn_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1690,31 +1799,30 @@ CREATE TABLE `m_bigbluebuttonbn_logs` ( `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_bigblogs_cou_ix` (`courseid`), - KEY `m_bigblogs_log_ix` (`log`), - KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), - KEY `m_bigblogs_uselog_ix` (`userid`,`log`), - KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) + KEY `b_bigblogs_cou_ix` (`courseid`), + KEY `b_bigblogs_log_ix` (`log`), + KEY `b_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `b_bigblogs_uselog_ix` (`userid`,`log`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_logs` +-- Dumping data for table `b_bigbluebuttonbn_logs` -- -LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_logs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_bigbluebuttonbn_recordings` +-- Table structure for table `b_bigbluebuttonbn_recordings` -- -DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +DROP TABLE IF EXISTS `b_bigbluebuttonbn_recordings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_bigbluebuttonbn_recordings` ( +CREATE TABLE `b_bigbluebuttonbn_recordings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, @@ -1728,58 +1836,58 @@ CREATE TABLE `m_bigbluebuttonbn_recordings` ( `usermodified` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_bigbreco_cou_ix` (`courseid`), - KEY `m_bigbreco_rec_ix` (`recordingid`), - KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), - KEY `m_bigbreco_use_ix` (`usermodified`) + KEY `b_bigbreco_cou_ix` (`courseid`), + KEY `b_bigbreco_rec_ix` (`recordingid`), + KEY `b_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `b_bigbreco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_bigbluebuttonbn_recordings` +-- Dumping data for table `b_bigbluebuttonbn_recordings` -- -LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +LOCK TABLES `b_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_bigbluebuttonbn_recordings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block` +-- Table structure for table `b_block` -- -DROP TABLE IF EXISTS `m_block`; +DROP TABLE IF EXISTS `b_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block` ( +CREATE TABLE `b_block` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_bloc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; + UNIQUE KEY `b_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block` +-- Dumping data for table `b_block` -- -LOCK TABLES `m_block` WRITE; -/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; -INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); -/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +LOCK TABLES `b_block` WRITE; +/*!40000 ALTER TABLE `b_block` DISABLE KEYS */; +INSERT INTO `b_block` 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 `b_block` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_instances` +-- Table structure for table `b_block_instances` -- -DROP TABLE IF EXISTS `m_block_instances`; +DROP TABLE IF EXISTS `b_block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_instances` ( +CREATE TABLE `b_block_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `parentcontextid` bigint NOT NULL, @@ -1793,31 +1901,30 @@ CREATE TABLE `m_block_instances` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), - KEY `m_blocinst_tim_ix` (`timemodified`), - KEY `m_blocinst_par_ix` (`parentcontextid`), - KEY `m_blocinst_blo_ix` (`blockname`) -) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; + KEY `b_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `b_blocinst_tim_ix` (`timemodified`), + KEY `b_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- Dumping data for table `b_block_instances` -- -LOCK TABLES `m_block_instances` WRITE; -/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; -INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); -/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +LOCK TABLES `b_block_instances` WRITE; +/*!40000 ALTER TABLE `b_block_instances` DISABLE KEYS */; +INSERT INTO `b_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080020,1734080020),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080020,1734080020),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080020,1734080020),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080020,1734080020),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080020,1734080020); +/*!40000 ALTER TABLE `b_block_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_positions` +-- Table structure for table `b_block_positions` -- -DROP TABLE IF EXISTS `m_block_positions`; +DROP TABLE IF EXISTS `b_block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_positions` ( +CREATE TABLE `b_block_positions` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockinstanceid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -1827,29 +1934,29 @@ CREATE TABLE `m_block_positions` ( `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `weight` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), - KEY `m_blocposi_blo_ix` (`blockinstanceid`), - KEY `m_blocposi_con_ix` (`contextid`) + UNIQUE KEY `b_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `b_blocposi_blo_ix` (`blockinstanceid`), + KEY `b_blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- Dumping data for table `b_block_positions` -- -LOCK TABLES `m_block_positions` WRITE; -/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +LOCK TABLES `b_block_positions` WRITE; +/*!40000 ALTER TABLE `b_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_positions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recent_activity` +-- Table structure for table `b_block_recent_activity` -- -DROP TABLE IF EXISTS `m_block_recent_activity`; +DROP TABLE IF EXISTS `b_block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recent_activity` ( +CREATE TABLE `b_block_recent_activity` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -1858,57 +1965,57 @@ CREATE TABLE `m_block_recent_activity` ( `action` tinyint(1) NOT NULL, `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) + KEY `b_blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recent_activity` +-- Dumping data for table `b_block_recent_activity` -- -LOCK TABLES `m_block_recent_activity` WRITE; -/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +LOCK TABLES `b_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `b_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_recentlyaccesseditems` +-- Table structure for table `b_block_recentlyaccesseditems` -- -DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +DROP TABLE IF EXISTS `b_block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_recentlyaccesseditems` ( +CREATE TABLE `b_block_recentlyaccesseditems` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `userid` bigint NOT NULL, `timeaccess` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), - KEY `m_blocrece_use_ix` (`userid`), - KEY `m_blocrece_cou_ix` (`courseid`), - KEY `m_blocrece_cmi_ix` (`cmid`) + UNIQUE KEY `b_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `b_blocrece_use_ix` (`userid`), + KEY `b_blocrece_cou_ix` (`courseid`), + KEY `b_blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_recentlyaccesseditems` +-- Dumping data for table `b_block_recentlyaccesseditems` -- -LOCK TABLES `m_block_recentlyaccesseditems` WRITE; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +LOCK TABLES `b_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_block_rss_client` +-- Table structure for table `b_block_rss_client` -- -DROP TABLE IF EXISTS `m_block_rss_client`; +DROP TABLE IF EXISTS `b_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_block_rss_client` ( +CREATE TABLE `b_block_rss_client` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -1923,48 +2030,48 @@ CREATE TABLE `m_block_rss_client` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_block_rss_client` +-- Dumping data for table `b_block_rss_client` -- -LOCK TABLES `m_block_rss_client` WRITE; -/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +LOCK TABLES `b_block_rss_client` WRITE; +/*!40000 ALTER TABLE `b_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_association` +-- Table structure for table `b_blog_association` -- -DROP TABLE IF EXISTS `m_blog_association`; +DROP TABLE IF EXISTS `b_blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_association` ( +CREATE TABLE `b_blog_association` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `blogid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_blogasso_con_ix` (`contextid`), - KEY `m_blogasso_blo_ix` (`blogid`) + KEY `b_blogasso_con_ix` (`contextid`), + KEY `b_blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- Dumping data for table `b_blog_association` -- -LOCK TABLES `m_blog_association` WRITE; -/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +LOCK TABLES `b_blog_association` WRITE; +/*!40000 ALTER TABLE `b_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_association` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_blog_external` +-- Table structure for table `b_blog_external` -- -DROP TABLE IF EXISTS `m_blog_external`; +DROP TABLE IF EXISTS `b_blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_blog_external` ( +CREATE TABLE `b_blog_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -1975,27 +2082,27 @@ CREATE TABLE `m_blog_external` ( `timemodified` bigint DEFAULT NULL, `timefetched` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_blogexte_use_ix` (`userid`) + KEY `b_blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- Dumping data for table `b_blog_external` -- -LOCK TABLES `m_blog_external` WRITE; -/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +LOCK TABLES `b_blog_external` WRITE; +/*!40000 ALTER TABLE `b_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_blog_external` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book` +-- Table structure for table `b_book` -- -DROP TABLE IF EXISTS `m_book`; +DROP TABLE IF EXISTS `b_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book` ( +CREATE TABLE `b_book` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2008,27 +2115,27 @@ CREATE TABLE `m_book` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_book_cou_ix` (`course`) + KEY `b_book_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book` +-- Dumping data for table `b_book` -- -LOCK TABLES `m_book` WRITE; -/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +LOCK TABLES `b_book` WRITE; +/*!40000 ALTER TABLE `b_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_book_chapters` +-- Table structure for table `b_book_chapters` -- -DROP TABLE IF EXISTS `m_book_chapters`; +DROP TABLE IF EXISTS `b_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_book_chapters` ( +CREATE TABLE `b_book_chapters` ( `id` bigint NOT NULL AUTO_INCREMENT, `bookid` bigint NOT NULL DEFAULT '0', `pagenum` bigint NOT NULL DEFAULT '0', @@ -2041,27 +2148,27 @@ CREATE TABLE `m_book_chapters` ( `timemodified` bigint NOT NULL DEFAULT '0', `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_bookchap_boo_ix` (`bookid`) + KEY `b_bookchap_boo_ix` (`bookid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_book_chapters` +-- Dumping data for table `b_book_chapters` -- -LOCK TABLES `m_book_chapters` WRITE; -/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +LOCK TABLES `b_book_chapters` WRITE; +/*!40000 ALTER TABLE `b_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_filters` +-- Table structure for table `b_cache_filters` -- -DROP TABLE IF EXISTS `m_cache_filters`; +DROP TABLE IF EXISTS `b_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_filters` ( +CREATE TABLE `b_cache_filters` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` bigint NOT NULL DEFAULT '0', @@ -2069,27 +2176,27 @@ CREATE TABLE `m_cache_filters` ( `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) + KEY `b_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_filters` +-- Dumping data for table `b_cache_filters` -- -LOCK TABLES `m_cache_filters` WRITE; -/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +LOCK TABLES `b_cache_filters` WRITE; +/*!40000 ALTER TABLE `b_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cache_flags` +-- Table structure for table `b_cache_flags` -- -DROP TABLE IF EXISTS `m_cache_flags`; +DROP TABLE IF EXISTS `b_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cache_flags` ( +CREATE TABLE `b_cache_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2097,29 +2204,28 @@ CREATE TABLE `m_cache_flags` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `expiry` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_cachflag_fla_ix` (`flagtype`), - KEY `m_cachflag_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; + KEY `b_cachflag_fla_ix` (`flagtype`), + KEY `b_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cache_flags` +-- Dumping data for table `b_cache_flags` -- -LOCK TABLES `m_cache_flags` WRITE; -/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; -INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1696857378,'1',1696864578),(2,'accesslib/dirtycontexts','/1/3/21',1566471456,'1',1566478656),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1727707765,'1',1727714965); -/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +LOCK TABLES `b_cache_flags` WRITE; +/*!40000 ALTER TABLE `b_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_capabilities` +-- Table structure for table `b_capabilities` -- -DROP TABLE IF EXISTS `m_capabilities`; +DROP TABLE IF EXISTS `b_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_capabilities` ( +CREATE TABLE `b_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2127,28 +2233,28 @@ CREATE TABLE `m_capabilities` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `riskbitmask` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_capa_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=746 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; + UNIQUE KEY `b_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_capabilities` +-- Dumping data for table `b_capabilities` -- -LOCK TABLES `m_capabilities` WRITE; -/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; -INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0),(734,'moodle/group:configurecustomfields','write',10,'moodle',16),(735,'moodle/contentbank:copyanycontent','write',50,'moodle',16),(736,'moodle/contentbank:copycontent','write',50,'moodle',16),(737,'moodle/course:configurecoursecommunication','write',50,'moodle',0),(738,'moodle/moodlenet:sharecourse','read',50,'moodle',0),(739,'mod/forum:canmailnow','write',70,'mod_forum',16),(740,'communication/matrix:moderator','read',50,'communication_matrix',0),(741,'tool/mfa:mfaaccess','write',30,'tool_mfa',0),(742,'factor/capability:cannotpassfactor','read',10,'factor_capability',0),(743,'moodle/reportbuilder:viewall','read',10,'moodle',0),(744,'tool/uploadcourse:use','write',40,'tool_uploadcourse',16),(745,'tiny/premium:accesspremium','read',30,'tiny_premium',0); -/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +LOCK TABLES `b_capabilities` WRITE; +/*!40000 ALTER TABLE `b_capabilities` DISABLE KEYS */; +INSERT INTO `b_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `b_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat` +-- Table structure for table `b_chat` -- -DROP TABLE IF EXISTS `m_chat`; +DROP TABLE IF EXISTS `b_chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat` ( +CREATE TABLE `b_chat` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2160,27 +2266,27 @@ CREATE TABLE `m_chat` ( `schedule` smallint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chat_cou_ix` (`course`) + KEY `b_chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat` +-- Dumping data for table `b_chat` -- -LOCK TABLES `m_chat` WRITE; -/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +LOCK TABLES `b_chat` WRITE; +/*!40000 ALTER TABLE `b_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages` +-- Table structure for table `b_chat_messages` -- -DROP TABLE IF EXISTS `m_chat_messages`; +DROP TABLE IF EXISTS `b_chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages` ( +CREATE TABLE `b_chat_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2189,30 +2295,30 @@ CREATE TABLE `m_chat_messages` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmess_use_ix` (`userid`), - KEY `m_chatmess_gro_ix` (`groupid`), - KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmess_cha_ix` (`chatid`) + KEY `b_chatmess_use_ix` (`userid`), + KEY `b_chatmess_gro_ix` (`groupid`), + KEY `b_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages` +-- Dumping data for table `b_chat_messages` -- -LOCK TABLES `m_chat_messages` WRITE; -/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +LOCK TABLES `b_chat_messages` WRITE; +/*!40000 ALTER TABLE `b_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_messages_current` +-- Table structure for table `b_chat_messages_current` -- -DROP TABLE IF EXISTS `m_chat_messages_current`; +DROP TABLE IF EXISTS `b_chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_messages_current` ( +CREATE TABLE `b_chat_messages_current` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2221,30 +2327,30 @@ CREATE TABLE `m_chat_messages_current` ( `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_chatmesscurr_use_ix` (`userid`), - KEY `m_chatmesscurr_gro_ix` (`groupid`), - KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), - KEY `m_chatmesscurr_cha_ix` (`chatid`) + KEY `b_chatmesscurr_use_ix` (`userid`), + KEY `b_chatmesscurr_gro_ix` (`groupid`), + KEY `b_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `b_chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_chat_messages_current` +-- Dumping data for table `b_chat_messages_current` -- -LOCK TABLES `m_chat_messages_current` WRITE; -/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +LOCK TABLES `b_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `b_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_chat_users` +-- Table structure for table `b_chat_users` -- -DROP TABLE IF EXISTS `m_chat_users`; +DROP TABLE IF EXISTS `b_chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_chat_users` ( +CREATE TABLE `b_chat_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -2258,31 +2364,31 @@ CREATE TABLE `m_chat_users` ( `course` bigint NOT NULL DEFAULT '0', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_chatuser_use_ix` (`userid`), - KEY `m_chatuser_las_ix` (`lastping`), - KEY `m_chatuser_gro_ix` (`groupid`), - KEY `m_chatuser_cha_ix` (`chatid`), - KEY `m_chatuser_cou_ix` (`course`) + KEY `b_chatuser_use_ix` (`userid`), + KEY `b_chatuser_las_ix` (`lastping`), + KEY `b_chatuser_gro_ix` (`groupid`), + KEY `b_chatuser_cha_ix` (`chatid`), + KEY `b_chatuser_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- Dumping data for table `b_chat_users` -- -LOCK TABLES `m_chat_users` WRITE; -/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +LOCK TABLES `b_chat_users` WRITE; +/*!40000 ALTER TABLE `b_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice` +-- Table structure for table `b_choice` -- -DROP TABLE IF EXISTS `m_choice`; +DROP TABLE IF EXISTS `b_choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice` ( +CREATE TABLE `b_choice` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2303,83 +2409,83 @@ CREATE TABLE `m_choice` ( `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', `showavailable` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choi_cou_ix` (`course`) + KEY `b_choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice` +-- Dumping data for table `b_choice` -- -LOCK TABLES `m_choice` WRITE; -/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +LOCK TABLES `b_choice` WRITE; +/*!40000 ALTER TABLE `b_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_answers` +-- Table structure for table `b_choice_answers` -- -DROP TABLE IF EXISTS `m_choice_answers`; +DROP TABLE IF EXISTS `b_choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_answers` ( +CREATE TABLE `b_choice_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `optionid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiansw_use_ix` (`userid`), - KEY `m_choiansw_cho_ix` (`choiceid`), - KEY `m_choiansw_opt_ix` (`optionid`) + KEY `b_choiansw_use_ix` (`userid`), + KEY `b_choiansw_cho_ix` (`choiceid`), + KEY `b_choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_answers` +-- Dumping data for table `b_choice_answers` -- -LOCK TABLES `m_choice_answers` WRITE; -/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +LOCK TABLES `b_choice_answers` WRITE; +/*!40000 ALTER TABLE `b_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_choice_options` +-- Table structure for table `b_choice_options` -- -DROP TABLE IF EXISTS `m_choice_options`; +DROP TABLE IF EXISTS `b_choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_choice_options` ( +CREATE TABLE `b_choice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `maxanswers` bigint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_choiopti_cho_ix` (`choiceid`) + KEY `b_choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_choice_options` +-- Dumping data for table `b_choice_options` -- -LOCK TABLES `m_choice_options` WRITE; -/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +LOCK TABLES `b_choice_options` WRITE; +/*!40000 ALTER TABLE `b_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_choice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort` +-- Table structure for table `b_cohort` -- -DROP TABLE IF EXISTS `m_cohort`; +DROP TABLE IF EXISTS `b_cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort` ( +CREATE TABLE `b_cohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -2392,55 +2498,55 @@ CREATE TABLE `m_cohort` ( `timemodified` bigint NOT NULL, `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_coho_con_ix` (`contextid`) + KEY `b_coho_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- Dumping data for table `b_cohort` -- -LOCK TABLES `m_cohort` WRITE; -/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +LOCK TABLES `b_cohort` WRITE; +/*!40000 ALTER TABLE `b_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_cohort_members` +-- Table structure for table `b_cohort_members` -- -DROP TABLE IF EXISTS `m_cohort_members`; +DROP TABLE IF EXISTS `b_cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_cohort_members` ( +CREATE TABLE `b_cohort_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), - KEY `m_cohomemb_coh_ix` (`cohortid`), - KEY `m_cohomemb_use_ix` (`userid`) + UNIQUE KEY `b_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `b_cohomemb_coh_ix` (`cohortid`), + KEY `b_cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_cohort_members` +-- Dumping data for table `b_cohort_members` -- -LOCK TABLES `m_cohort_members` WRITE; -/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +LOCK TABLES `b_cohort_members` WRITE; +/*!40000 ALTER TABLE `b_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_comments` +-- Table structure for table `b_comments` -- -DROP TABLE IF EXISTS `m_comments`; +DROP TABLE IF EXISTS `b_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_comments` ( +CREATE TABLE `b_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -2451,113 +2557,28 @@ CREATE TABLE `m_comments` ( `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), - KEY `m_comm_use_ix` (`userid`) + KEY `b_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `b_comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_comments` --- - -LOCK TABLES `m_comments` WRITE; -/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_communication` --- - -DROP TABLE IF EXISTS `m_communication`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_communication` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `contextid` bigint NOT NULL, - `instanceid` bigint NOT NULL, - `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `m_comm_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_communication` --- - -LOCK TABLES `m_communication` WRITE; -/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_communication_customlink` --- - -DROP TABLE IF EXISTS `m_communication_customlink`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_communication_customlink` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `commid` bigint NOT NULL, - `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_commcust_com_ix` (`commid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_communication_customlink` --- - -LOCK TABLES `m_communication_customlink` WRITE; -/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_communication_user` --- - -DROP TABLE IF EXISTS `m_communication_user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_communication_user` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `commid` bigint NOT NULL, - `userid` bigint NOT NULL, - `synced` tinyint(1) NOT NULL DEFAULT '0', - `deleted` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `m_commuser_com_ix` (`commid`), - KEY `m_commuser_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_communication_user` +-- Dumping data for table `b_comments` -- -LOCK TABLES `m_communication_user` WRITE; -/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +LOCK TABLES `b_comments` WRITE; +/*!40000 ALTER TABLE `b_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency` +-- Table structure for table `b_competency` -- -DROP TABLE IF EXISTS `m_competency`; +DROP TABLE IF EXISTS `b_competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency` ( +CREATE TABLE `b_competency` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2576,30 +2597,30 @@ CREATE TABLE `m_competency` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), - KEY `m_comp_rul_ix` (`ruleoutcome`), - KEY `m_comp_sca_ix` (`scaleid`), - KEY `m_comp_use_ix` (`usermodified`) + UNIQUE KEY `b_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `b_comp_rul_ix` (`ruleoutcome`), + KEY `b_comp_sca_ix` (`scaleid`), + KEY `b_comp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- Dumping data for table `b_competency` -- -LOCK TABLES `m_competency` WRITE; -/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +LOCK TABLES `b_competency` WRITE; +/*!40000 ALTER TABLE `b_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecomp` +-- Table structure for table `b_competency_coursecomp` -- -DROP TABLE IF EXISTS `m_competency_coursecomp`; +DROP TABLE IF EXISTS `b_competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecomp` ( +CREATE TABLE `b_competency_coursecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2609,31 +2630,31 @@ CREATE TABLE `m_competency_coursecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), - KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), - KEY `m_compcour_cou2_ix` (`courseid`), - KEY `m_compcour_com_ix` (`competencyid`), - KEY `m_compcour_use2_ix` (`usermodified`) + UNIQUE KEY `b_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `b_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `b_compcour_cou2_ix` (`courseid`), + KEY `b_compcour_com_ix` (`competencyid`), + KEY `b_compcour_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_coursecomp` +-- Dumping data for table `b_competency_coursecomp` -- -LOCK TABLES `m_competency_coursecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_coursecompsetting` +-- Table structure for table `b_competency_coursecompsetting` -- -DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +DROP TABLE IF EXISTS `b_competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_coursecompsetting` ( +CREATE TABLE `b_competency_coursecompsetting` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `pushratingstouserplans` tinyint DEFAULT NULL, @@ -2641,28 +2662,28 @@ CREATE TABLE `m_competency_coursecompsetting` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compcour_cou_uix` (`courseid`), - KEY `m_compcour_use_ix` (`usermodified`) + UNIQUE KEY `b_compcour_cou_uix` (`courseid`), + KEY `b_compcour_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- Dumping data for table `b_competency_coursecompsetting` -- -LOCK TABLES `m_competency_coursecompsetting` WRITE; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +LOCK TABLES `b_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_evidence` +-- Table structure for table `b_competency_evidence` -- -DROP TABLE IF EXISTS `m_competency_evidence`; +DROP TABLE IF EXISTS `b_competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_evidence` ( +CREATE TABLE `b_competency_evidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `usercompetencyid` bigint NOT NULL, `contextid` bigint NOT NULL, @@ -2678,30 +2699,30 @@ CREATE TABLE `m_competency_evidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compevid_use_ix` (`usercompetencyid`), - KEY `m_compevid_act_ix` (`actionuserid`), - KEY `m_compevid_con_ix` (`contextid`), - KEY `m_compevid_use2_ix` (`usermodified`) + KEY `b_compevid_use_ix` (`usercompetencyid`), + KEY `b_compevid_con_ix` (`contextid`), + KEY `b_compevid_act_ix` (`actionuserid`), + KEY `b_compevid_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_evidence` +-- Dumping data for table `b_competency_evidence` -- -LOCK TABLES `m_competency_evidence` WRITE; -/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +LOCK TABLES `b_competency_evidence` WRITE; +/*!40000 ALTER TABLE `b_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_framework` +-- Table structure for table `b_competency_framework` -- -DROP TABLE IF EXISTS `m_competency_framework`; +DROP TABLE IF EXISTS `b_competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_framework` ( +CREATE TABLE `b_competency_framework` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2716,30 +2737,30 @@ CREATE TABLE `m_competency_framework` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), - KEY `m_compfram_con_ix` (`contextid`), - KEY `m_compfram_sca_ix` (`scaleid`), - KEY `m_compfram_use_ix` (`usermodified`) + UNIQUE KEY `b_compfram_idn_uix` (`idnumber`), + KEY `b_compfram_con_ix` (`contextid`), + KEY `b_compfram_sca_ix` (`scaleid`), + KEY `b_compfram_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_framework` +-- Dumping data for table `b_competency_framework` -- -LOCK TABLES `m_competency_framework` WRITE; -/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +LOCK TABLES `b_competency_framework` WRITE; +/*!40000 ALTER TABLE `b_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_modulecomp` +-- Table structure for table `b_competency_modulecomp` -- -DROP TABLE IF EXISTS `m_competency_modulecomp`; +DROP TABLE IF EXISTS `b_competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_modulecomp` ( +CREATE TABLE `b_competency_modulecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -2750,31 +2771,31 @@ CREATE TABLE `m_competency_modulecomp` ( `ruleoutcome` tinyint NOT NULL, `overridegrade` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), - KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), - KEY `m_compmodu_cmi_ix` (`cmid`), - KEY `m_compmodu_com_ix` (`competencyid`), - KEY `m_compmodu_use_ix` (`usermodified`) + UNIQUE KEY `b_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `b_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `b_compmodu_cmi_ix` (`cmid`), + KEY `b_compmodu_com_ix` (`competencyid`), + KEY `b_compmodu_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_modulecomp` +-- Dumping data for table `b_competency_modulecomp` -- -LOCK TABLES `m_competency_modulecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plan` +-- Table structure for table `b_competency_plan` -- -DROP TABLE IF EXISTS `m_competency_plan`; +DROP TABLE IF EXISTS `b_competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plan` ( +CREATE TABLE `b_competency_plan` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -2789,30 +2810,30 @@ CREATE TABLE `m_competency_plan` ( `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compplan_usesta_ix` (`userid`,`status`), - KEY `m_compplan_tem_ix` (`templateid`), - KEY `m_compplan_stadue_ix` (`status`,`duedate`), - KEY `m_compplan_use_ix` (`usermodified`) + KEY `b_compplan_usesta_ix` (`userid`,`status`), + KEY `b_compplan_tem_ix` (`templateid`), + KEY `b_compplan_stadue_ix` (`status`,`duedate`), + KEY `b_compplan_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plan` +-- Dumping data for table `b_competency_plan` -- -LOCK TABLES `m_competency_plan` WRITE; -/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +LOCK TABLES `b_competency_plan` WRITE; +/*!40000 ALTER TABLE `b_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_plancomp` +-- Table structure for table `b_competency_plancomp` -- -DROP TABLE IF EXISTS `m_competency_plancomp`; +DROP TABLE IF EXISTS `b_competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_plancomp` ( +CREATE TABLE `b_competency_plancomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `planid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2821,28 +2842,28 @@ CREATE TABLE `m_competency_plancomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), - KEY `m_compplan_use2_ix` (`usermodified`) + UNIQUE KEY `b_compplan_placom_uix` (`planid`,`competencyid`), + KEY `b_compplan_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_plancomp` +-- Dumping data for table `b_competency_plancomp` -- -LOCK TABLES `m_competency_plancomp` WRITE; -/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +LOCK TABLES `b_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `b_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_relatedcomp` +-- Table structure for table `b_competency_relatedcomp` -- -DROP TABLE IF EXISTS `m_competency_relatedcomp`; +DROP TABLE IF EXISTS `b_competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_relatedcomp` ( +CREATE TABLE `b_competency_relatedcomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `competencyid` bigint NOT NULL, `relatedcompetencyid` bigint NOT NULL, @@ -2850,29 +2871,29 @@ CREATE TABLE `m_competency_relatedcomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_comprela_com_ix` (`competencyid`), - KEY `m_comprela_rel_ix` (`relatedcompetencyid`), - KEY `m_comprela_use_ix` (`usermodified`) + KEY `b_comprela_com_ix` (`competencyid`), + KEY `b_comprela_rel_ix` (`relatedcompetencyid`), + KEY `b_comprela_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_relatedcomp` +-- Dumping data for table `b_competency_relatedcomp` -- -LOCK TABLES `m_competency_relatedcomp` WRITE; -/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +LOCK TABLES `b_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `b_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_template` +-- Table structure for table `b_competency_template` -- -DROP TABLE IF EXISTS `m_competency_template`; +DROP TABLE IF EXISTS `b_competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_template` ( +CREATE TABLE `b_competency_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `contextid` bigint NOT NULL, @@ -2884,28 +2905,28 @@ CREATE TABLE `m_competency_template` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_use_ix` (`usermodified`), - KEY `m_comptemp_con_ix` (`contextid`) + KEY `b_comptemp_con_ix` (`contextid`), + KEY `b_comptemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_template` +-- Dumping data for table `b_competency_template` -- -LOCK TABLES `m_competency_template` WRITE; -/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +LOCK TABLES `b_competency_template` WRITE; +/*!40000 ALTER TABLE `b_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecohort` +-- Table structure for table `b_competency_templatecohort` -- -DROP TABLE IF EXISTS `m_competency_templatecohort`; +DROP TABLE IF EXISTS `b_competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecohort` ( +CREATE TABLE `b_competency_templatecohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `cohortid` bigint NOT NULL, @@ -2913,29 +2934,29 @@ CREATE TABLE `m_competency_templatecohort` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), - KEY `m_comptemp_tem2_ix` (`templateid`), - KEY `m_comptemp_use3_ix` (`usermodified`) + UNIQUE KEY `b_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `b_comptemp_tem2_ix` (`templateid`), + KEY `b_comptemp_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecohort` +-- Dumping data for table `b_competency_templatecohort` -- -LOCK TABLES `m_competency_templatecohort` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +LOCK TABLES `b_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_templatecomp` +-- Table structure for table `b_competency_templatecomp` -- -DROP TABLE IF EXISTS `m_competency_templatecomp`; +DROP TABLE IF EXISTS `b_competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_templatecomp` ( +CREATE TABLE `b_competency_templatecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2944,29 +2965,29 @@ CREATE TABLE `m_competency_templatecomp` ( `usermodified` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_comptemp_tem_ix` (`templateid`), - KEY `m_comptemp_com_ix` (`competencyid`), - KEY `m_comptemp_use2_ix` (`usermodified`) + KEY `b_comptemp_tem_ix` (`templateid`), + KEY `b_comptemp_com_ix` (`competencyid`), + KEY `b_comptemp_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_templatecomp` +-- Dumping data for table `b_competency_templatecomp` -- -LOCK TABLES `m_competency_templatecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercomp` +-- Table structure for table `b_competency_usercomp` -- -DROP TABLE IF EXISTS `m_competency_usercomp`; +DROP TABLE IF EXISTS `b_competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercomp` ( +CREATE TABLE `b_competency_usercomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -2978,28 +2999,28 @@ CREATE TABLE `m_competency_usercomp` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), - KEY `m_compuser_use3_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `b_compuser_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercomp` +-- Dumping data for table `b_competency_usercomp` -- -LOCK TABLES `m_competency_usercomp` WRITE; -/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +LOCK TABLES `b_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `b_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompcourse` +-- Table structure for table `b_competency_usercompcourse` -- -DROP TABLE IF EXISTS `m_competency_usercompcourse`; +DROP TABLE IF EXISTS `b_competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompcourse` ( +CREATE TABLE `b_competency_usercompcourse` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -3010,28 +3031,28 @@ CREATE TABLE `m_competency_usercompcourse` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), - KEY `m_compuser_use4_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `b_compuser_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompcourse` +-- Dumping data for table `b_competency_usercompcourse` -- -LOCK TABLES `m_competency_usercompcourse` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +LOCK TABLES `b_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_usercompplan` +-- Table structure for table `b_competency_usercompplan` -- -DROP TABLE IF EXISTS `m_competency_usercompplan`; +DROP TABLE IF EXISTS `b_competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_usercompplan` ( +CREATE TABLE `b_competency_usercompplan` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3043,28 +3064,28 @@ CREATE TABLE `m_competency_usercompplan` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), - KEY `m_compuser_use5_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `b_compuser_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_usercompplan` +-- Dumping data for table `b_competency_usercompplan` -- -LOCK TABLES `m_competency_usercompplan` WRITE; -/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +LOCK TABLES `b_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `b_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidence` +-- Table structure for table `b_competency_userevidence` -- -DROP TABLE IF EXISTS `m_competency_userevidence`; +DROP TABLE IF EXISTS `b_competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidence` ( +CREATE TABLE `b_competency_userevidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3075,28 +3096,28 @@ CREATE TABLE `m_competency_userevidence` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_compuser_use_ix` (`userid`), - KEY `m_compuser_use2_ix` (`usermodified`) + KEY `b_compuser_use4_ix` (`userid`), + KEY `b_compuser_use5_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidence` +-- Dumping data for table `b_competency_userevidence` -- -LOCK TABLES `m_competency_userevidence` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +LOCK TABLES `b_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_competency_userevidencecomp` +-- Table structure for table `b_competency_userevidencecomp` -- -DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +DROP TABLE IF EXISTS `b_competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_competency_userevidencecomp` ( +CREATE TABLE `b_competency_userevidencecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userevidenceid` bigint NOT NULL, `competencyid` bigint NOT NULL, @@ -3104,55 +3125,55 @@ CREATE TABLE `m_competency_userevidencecomp` ( `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), - KEY `m_compuser_use2_ix` (`userevidenceid`), - KEY `m_compuser_use6_ix` (`usermodified`) + UNIQUE KEY `b_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `b_compuser_use6_ix` (`userevidenceid`), + KEY `b_compuser_use7_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_competency_userevidencecomp` +-- Dumping data for table `b_competency_userevidencecomp` -- -LOCK TABLES `m_competency_userevidencecomp` WRITE; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +LOCK TABLES `b_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config` +-- Table structure for table `b_config` -- -DROP TABLE IF EXISTS `m_config`; +DROP TABLE IF EXISTS `b_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config` ( +CREATE TABLE `b_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_conf_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=622 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; + UNIQUE KEY `b_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=579 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config` +-- Dumping data for table `b_config` -- -LOCK TABLES `m_config` WRITE; -/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; -INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','tiny,atto,textarea'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1727707829'),(25,'jsrev','1727707829'),(26,'gdversion','2'),(27,'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'),(28,'version','2024042203.09'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1727707829'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.4.3+ (Build: 20240927)'),(380,'branch','404'),(381,'localcachedirpurged','1727707830'),(382,'scheduledtaskreset','1727707830'),(383,'allversionshash','a50b7708081dddfcce5743b5c80734fad25379ee'),(385,'registrationpending','1'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1727707829'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v127'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','d02dbac5c1e0e0135cc2420733a29f384612aa9c'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'),(616,'format_plugins_sortorder','topics,weeks,singleactivity,social'),(617,'gradeexport_default','ods'),(618,'forum_announcementmaxattachments','1'),(619,'forum_announcementsubscription','1'),(620,'loginpasswordtoggle','2'),(621,'task_adhoc_failed_retention','2419200'); -/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +LOCK TABLES `b_config` WRITE; +/*!40000 ALTER TABLE `b_config` DISABLE KEYS */; +INSERT INTO `b_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','PEBQinrVG4S2XoBe7abQVyp8G5lH7kZtwebserver'),(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','atto,tinymce,textarea,tiny'),(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','1734080088'),(25,'jsrev','1734080088'),(26,'templaterev','1734080088'),(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','2022112815.01'),(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','0'),(40,'enablestats','0'),(41,'enablerssfeeds','0'),(42,'enableblogs','1'),(43,'enablecompletion','1'),(44,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734079898'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080135'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','0'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'allowedemaildomains',''),(402,'divertallemailsto',''),(403,'divertallemailsexcept',''),(404,'emaildkimselector',''),(405,'sitemailcharset','0'),(406,'allowusermailcharset','0'),(407,'allowattachments','1'),(408,'mailnewline','LF'),(409,'emailfromvia','1'),(410,'emailsubjectprefix',''),(411,'emailheaders',''),(412,'updateautocheck','1'),(413,'updateminmaturity','200'),(414,'updatenotifybuilds','0'),(415,'enablewsdocumentation','0'),(416,'customreportslimit','0'),(417,'customreportsliveediting','1'),(418,'dndallowtextandlinks','0'),(419,'pathtosassc',''),(420,'contextlocking','0'),(421,'contextlockappliestoadmin','1'),(422,'forceclean','0'),(423,'enablecourserelativedates','0'),(424,'debug','32767'),(425,'debugdisplay','1'),(426,'perfdebug','7'),(427,'debugstringids','0'),(428,'debugsqltrace','0'),(429,'debugvalidators','0'),(430,'debugpageinfo','0'),(431,'profilingenabled','0'),(432,'profilingincluded',''),(433,'profilingexcluded',''),(434,'profilingautofrec','0'),(435,'profilingallowme','0'),(436,'profilingallowall','0'),(437,'profilingslow','0'),(438,'profilinglifetime','1440'),(439,'profilingimportprefix','(I)'),(440,'allowguestmymoodle','1'),(441,'release','4.1.15+ (Build: 20241213)'),(442,'branch','401'),(443,'localcachedirpurged','1734080088'),(444,'scheduledtaskreset','1734080088'),(445,'paygw_plugins_sortorder','paypal'),(446,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(447,'enableaccessibilitytools','1'),(448,'notloggedinroleid','6'),(449,'guestroleid','6'),(450,'defaultuserroleid','7'),(451,'creatornewroleid','3'),(452,'restorernewroleid','3'),(453,'sitepolicyhandler',''),(454,'gradebookroles','5'),(455,'h5plibraryhandler','h5plib_v124'),(456,'airnotifierurl','https://messages.moodle.net'),(457,'airnotifierport','443'),(458,'airnotifiermobileappname','com.moodle.moodlemobile'),(459,'airnotifierappname','commoodlemoodlemobile'),(460,'airnotifieraccesskey',''),(461,'bigbluebuttonbn_default_dpa_accepted','0'),(462,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(463,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(464,'bigbluebuttonbn_poll_interval','5'),(465,'bigbluebuttonbn_welcome_default',''),(466,'bigbluebuttonbn_welcome_editable','1'),(467,'bigbluebuttonbn_recording_default','1'),(468,'bigbluebuttonbn_recording_refresh_period','300'),(469,'bigbluebuttonbn_recording_editable','1'),(470,'bigbluebuttonbn_recording_all_from_start_default','0'),(471,'bigbluebuttonbn_recording_all_from_start_editable','0'),(472,'bigbluebuttonbn_recording_hide_button_default','0'),(473,'bigbluebuttonbn_recording_hide_button_editable','0'),(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_meetingevents_enabled','0'),(509,'bigbluebuttonbn_guestaccess_enabled','0'),(510,'chat_method','ajax'),(511,'chat_refresh_userlist','10'),(512,'chat_old_ping','35'),(513,'chat_refresh_room','5'),(514,'chat_normal_updatemode','jsupdate'),(515,'chat_serverhost','webserver'),(516,'chat_serverip','127.0.0.1'),(517,'chat_serverport','9111'),(518,'chat_servermax','100'),(519,'data_enablerssfeeds','0'),(520,'feedback_allowfullanonymous','0'),(521,'forum_displaymode','3'),(522,'forum_shortpost','300'),(523,'forum_longpost','600'),(524,'forum_manydiscussions','100'),(525,'forum_maxbytes','512000'),(526,'forum_maxattachments','9'),(527,'forum_subscription','0'),(528,'forum_trackingtype','1'),(529,'forum_trackreadposts','1'),(530,'forum_allowforcedreadtracking','0'),(531,'forum_oldpostdays','14'),(532,'forum_usermarksread','0'),(533,'forum_cleanreadtime','2'),(534,'digestmailtime','17'),(535,'forum_enablerssfeeds','0'),(536,'forum_enabletimedposts','1'),(537,'glossary_entbypage','10'),(538,'glossary_dupentries','0'),(539,'glossary_allowcomments','0'),(540,'glossary_linkbydefault','1'),(541,'glossary_defaultapproval','1'),(542,'glossary_enablerssfeeds','0'),(543,'glossary_linkentries','0'),(544,'glossary_casesensitive','0'),(545,'glossary_fullmatch','0'),(546,'block_course_list_adminview','all'),(547,'block_course_list_hideallcourseslink','0'),(548,'block_online_users_timetosee','5'),(549,'block_online_users_onlinestatushiding','1'),(550,'block_rss_client_num_entries','5'),(551,'block_rss_client_timeout','30'),(552,'block_html_allowcssclasses','0'),(553,'pathtounoconv','/usr/bin/unoconv'),(554,'filter_multilang_force_old','0'),(555,'logguests','1'),(556,'loglifetime','0'),(557,'profileroles','5,4,3'),(558,'coursecontact','3'),(559,'frontpage','6'),(560,'frontpageloggedin','6'),(561,'maxcategorydepth','2'),(562,'frontpagecourselimit','200'),(563,'commentsperpage','15'),(564,'defaultfrontpageroleid','8'),(565,'messageinbound_enabled','0'),(566,'messageinbound_mailbox',''),(567,'messageinbound_domain',''),(568,'messageinbound_host',''),(569,'messageinbound_hostssl','ssl'),(570,'messageinbound_hostuser',''),(571,'messageinbound_hostpass',''),(572,'mobilecssurl',''),(573,'enablemobilewebservice','0'),(574,'registrationpending','1'),(575,'noemailever','1'),(576,'noreplyaddress','noreply@example.com'),(577,'supportemail','email@example.com'),(578,'behattest','10d17a55bb39832d31c1226d768089cd712840db'); +/*!40000 ALTER TABLE `b_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_log` +-- Table structure for table `b_config_log` -- -DROP TABLE IF EXISTS `m_config_log`; +DROP TABLE IF EXISTS `b_config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_log` ( +CREATE TABLE `b_config_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -3161,56 +3182,56 @@ CREATE TABLE `m_config_log` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_conflog_tim_ix` (`timemodified`), - KEY `m_conflog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=2012 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; + KEY `b_conflog_tim_ix` (`timemodified`), + KEY `b_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1891 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_log` +-- Dumping data for table `b_config_log` -- -LOCK TABLES `m_config_log` WRITE; -/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; -INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL),(1989,2,1727707838,NULL,'gradeexport_default','ods',NULL),(1990,2,1727707838,'core_h5p','h5pcustomcss','',NULL),(1991,2,1727707838,'assign','markinganonymous','0',NULL),(1992,2,1727707838,'assign','markinganonymous_adv','',NULL),(1993,2,1727707838,'assign','markinganonymous_locked','',NULL),(1994,2,1727707838,NULL,'forum_announcementmaxattachments','1',NULL),(1995,2,1727707838,NULL,'forum_announcementsubscription','1',NULL),(1996,2,1727707839,'factor_sms','enabled','0',NULL),(1997,2,1727707839,'factor_sms','weight','100',NULL),(1998,2,1727707839,'factor_sms','duration','1800',NULL),(1999,2,1727707839,'factor_sms','countrycode','0',NULL),(2000,2,1727707839,'factor_sms','gateway','aws_sns',NULL),(2001,2,1727707839,NULL,'loginpasswordtoggle','2',NULL),(2002,2,1727707839,'auth_ldap','sync_updateuserchunk','1000',NULL),(2003,2,1727707839,'cachestore_redis','test_clustermode','0',NULL),(2004,2,1727707839,'enrol_manual','sendcoursewelcomemessage','1',NULL),(2005,2,1727707839,'qtype_ordering','defaultanswerformat','0',NULL),(2006,2,1727707839,'qtype_wq','log_server_errors','0',NULL),(2007,2,1727707838,NULL,'task_adhoc_failed_retention','2419200',NULL),(2008,2,1727707846,'factor_sms','usecredchain','0',NULL),(2009,2,1727707846,'factor_sms','api_key','',NULL),(2010,2,1727707846,'factor_sms','api_secret','',NULL),(2011,2,1727707846,'factor_sms','api_region','ap-southeast-2',NULL); -/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +LOCK TABLES `b_config_log` WRITE; +/*!40000 ALTER TABLE `b_config_log` DISABLE KEYS */; +INSERT INTO `b_config_log` VALUES (1,0,1734079927,NULL,'enableuserfeedback','0',NULL),(2,0,1734079927,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734079927,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734079927,NULL,'enableoutcomes','0',NULL),(5,0,1734079927,NULL,'usecomments','1',NULL),(6,0,1734079927,NULL,'usetags','1',NULL),(7,0,1734079927,NULL,'enablenotes','1',NULL),(8,0,1734079927,NULL,'enableportfolios','0',NULL),(9,0,1734079927,NULL,'enablewebservices','0',NULL),(10,0,1734079927,NULL,'enablestats','0',NULL),(11,0,1734079927,NULL,'enablerssfeeds','0',NULL),(12,0,1734079927,NULL,'enableblogs','1',NULL),(13,0,1734079927,NULL,'enablecompletion','1',NULL),(14,0,1734079927,NULL,'completiondefault','1',NULL),(15,0,1734079927,NULL,'enableavailability','1',NULL),(16,0,1734079927,NULL,'enableplagiarism','0',NULL),(17,0,1734079927,NULL,'enablebadges','1',NULL),(18,0,1734079927,NULL,'enableglobalsearch','0',NULL),(19,0,1734079927,NULL,'allowstealth','0',NULL),(20,0,1734079927,NULL,'enableanalytics','1',NULL),(21,0,1734079927,'core_competency','enabled','1',NULL),(22,0,1734079927,NULL,'messaging','1',NULL),(23,0,1734079927,NULL,'enablecustomreports','1',NULL),(24,0,1734079927,NULL,'allowemojipicker','1',NULL),(25,0,1734079927,NULL,'userfiltersdefault','realname',NULL),(26,0,1734079927,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734079927,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734079927,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734079927,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734079927,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734079927,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734079928,NULL,'enroladminnewcourse','1',NULL),(33,0,1734079928,NULL,'autologinguests','0',NULL),(34,0,1734079928,NULL,'hiddenuserfields','',NULL),(35,0,1734079928,NULL,'showuseridentity','email',NULL),(36,0,1734079928,NULL,'fullnamedisplay','language',NULL),(37,0,1734079928,NULL,'alternativefullnameformat','language',NULL),(38,0,1734079928,NULL,'maxusersperpage','100',NULL),(39,0,1734079928,NULL,'enablegravatar','0',NULL),(40,0,1734079928,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734079928,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734079928,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),(43,0,1734079928,NULL,'sitepolicy','',NULL),(44,0,1734079928,NULL,'sitepolicyguest','',NULL),(45,0,1734079928,'moodlecourse','visible','1',NULL),(46,0,1734079928,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734079928,'moodlecourse','participantsperpage','20',NULL),(48,0,1734079928,'moodlecourse','format','topics',NULL),(49,0,1734079928,'moodlecourse','maxsections','52',NULL),(50,0,1734079928,'moodlecourse','numsections','4',NULL),(51,0,1734079928,'moodlecourse','hiddensections','1',NULL),(52,0,1734079928,'moodlecourse','coursedisplay','0',NULL),(53,0,1734079928,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734079928,'moodlecourse','courseduration','31536000',NULL),(55,0,1734079928,'moodlecourse','lang','',NULL),(56,0,1734079928,'moodlecourse','newsitems','5',NULL),(57,0,1734079928,'moodlecourse','showgrades','1',NULL),(58,0,1734079928,'moodlecourse','showreports','0',NULL),(59,0,1734079928,'moodlecourse','showactivitydates','1',NULL),(60,0,1734079928,'moodlecourse','maxbytes','0',NULL),(61,0,1734079928,'moodlecourse','enablecompletion','1',NULL),(62,0,1734079928,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734079928,'moodlecourse','groupmode','0',NULL),(64,0,1734079928,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734079928,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734079928,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734079928,NULL,'enablecourserequests','1',NULL),(68,0,1734079928,NULL,'defaultrequestcategory','1',NULL),(69,0,1734079928,NULL,'lockrequestcategory','0',NULL),(70,0,1734079928,NULL,'courserequestnotify','',NULL),(71,0,1734079928,NULL,'activitychoosertabmode','0',NULL),(72,0,1734079928,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734079928,'backup','loglifetime','30',NULL),(74,0,1734079928,'backup','backup_general_users','1',NULL),(75,0,1734079928,'backup','backup_general_users_locked','',NULL),(76,0,1734079928,'backup','backup_general_anonymize','0',NULL),(77,0,1734079928,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734079928,'backup','backup_general_role_assignments','1',NULL),(79,0,1734079928,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734079928,'backup','backup_general_activities','1',NULL),(81,0,1734079928,'backup','backup_general_activities_locked','',NULL),(82,0,1734079928,'backup','backup_general_blocks','1',NULL),(83,0,1734079928,'backup','backup_general_blocks_locked','',NULL),(84,0,1734079928,'backup','backup_general_files','1',NULL),(85,0,1734079928,'backup','backup_general_files_locked','',NULL),(86,0,1734079928,'backup','backup_general_filters','1',NULL),(87,0,1734079928,'backup','backup_general_filters_locked','',NULL),(88,0,1734079928,'backup','backup_general_comments','1',NULL),(89,0,1734079928,'backup','backup_general_comments_locked','',NULL),(90,0,1734079928,'backup','backup_general_badges','1',NULL),(91,0,1734079928,'backup','backup_general_badges_locked','',NULL),(92,0,1734079929,'backup','backup_general_calendarevents','1',NULL),(93,0,1734079929,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734079929,'backup','backup_general_userscompletion','1',NULL),(95,0,1734079929,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734079929,'backup','backup_general_logs','0',NULL),(97,0,1734079929,'backup','backup_general_logs_locked','',NULL),(98,0,1734079929,'backup','backup_general_histories','0',NULL),(99,0,1734079929,'backup','backup_general_histories_locked','',NULL),(100,0,1734079929,'backup','backup_general_questionbank','1',NULL),(101,0,1734079929,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734079929,'backup','backup_general_groups','1',NULL),(103,0,1734079929,'backup','backup_general_groups_locked','',NULL),(104,0,1734079929,'backup','backup_general_competencies','1',NULL),(105,0,1734079929,'backup','backup_general_competencies_locked','',NULL),(106,0,1734079929,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734079929,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734079929,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734079929,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734079929,'backup','import_general_maxresults','10',NULL),(111,0,1734079929,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734079929,'backup','backup_import_permissions','0',NULL),(113,0,1734079929,'backup','backup_import_permissions_locked','',NULL),(114,0,1734079929,'backup','backup_import_activities','1',NULL),(115,0,1734079929,'backup','backup_import_activities_locked','',NULL),(116,0,1734079929,'backup','backup_import_blocks','1',NULL),(117,0,1734079929,'backup','backup_import_blocks_locked','',NULL),(118,0,1734079929,'backup','backup_import_filters','1',NULL),(119,0,1734079929,'backup','backup_import_filters_locked','',NULL),(120,0,1734079929,'backup','backup_import_calendarevents','1',NULL),(121,0,1734079929,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734079929,'backup','backup_import_questionbank','1',NULL),(123,0,1734079929,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734079929,'backup','backup_import_groups','1',NULL),(125,0,1734079929,'backup','backup_import_groups_locked','',NULL),(126,0,1734079929,'backup','backup_import_competencies','1',NULL),(127,0,1734079929,'backup','backup_import_competencies_locked','',NULL),(128,0,1734079929,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734079929,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734079929,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734079929,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734079929,'backup','backup_auto_active','0',NULL),(133,0,1734079929,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734079929,'backup','backup_auto_hour','0',NULL),(135,0,1734079929,'backup','backup_auto_minute','0',NULL),(136,0,1734079929,'backup','backup_auto_storage','0',NULL),(137,0,1734079929,'backup','backup_auto_destination','',NULL),(138,0,1734079929,'backup','backup_auto_max_kept','1',NULL),(139,0,1734079929,'backup','backup_auto_delete_days','0',NULL),(140,0,1734079929,'backup','backup_auto_min_kept','0',NULL),(141,0,1734079929,'backup','backup_shortname','0',NULL),(142,0,1734079929,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734079929,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734079929,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734079929,'backup','backup_auto_users','1',NULL),(146,0,1734079929,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734079929,'backup','backup_auto_activities','1',NULL),(148,0,1734079929,'backup','backup_auto_blocks','1',NULL),(149,0,1734079929,'backup','backup_auto_files','1',NULL),(150,0,1734079929,'backup','backup_auto_filters','1',NULL),(151,0,1734079929,'backup','backup_auto_comments','1',NULL),(152,0,1734079929,'backup','backup_auto_badges','1',NULL),(153,0,1734079929,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734079929,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734079929,'backup','backup_auto_logs','0',NULL),(156,0,1734079929,'backup','backup_auto_histories','0',NULL),(157,0,1734079929,'backup','backup_auto_questionbank','1',NULL),(158,0,1734079929,'backup','backup_auto_groups','1',NULL),(159,0,1734079929,'backup','backup_auto_competencies','1',NULL),(160,0,1734079929,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734079929,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734079929,'restore','restore_general_users','1',NULL),(163,0,1734079930,'restore','restore_general_users_locked','',NULL),(164,0,1734079930,'restore','restore_general_enrolments','1',NULL),(165,0,1734079930,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734079930,'restore','restore_general_role_assignments','1',NULL),(167,0,1734079930,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734079930,'restore','restore_general_permissions','1',NULL),(169,0,1734079930,'restore','restore_general_permissions_locked','',NULL),(170,0,1734079930,'restore','restore_general_activities','1',NULL),(171,0,1734079930,'restore','restore_general_activities_locked','',NULL),(172,0,1734079930,'restore','restore_general_blocks','1',NULL),(173,0,1734079930,'restore','restore_general_blocks_locked','',NULL),(174,0,1734079930,'restore','restore_general_filters','1',NULL),(175,0,1734079930,'restore','restore_general_filters_locked','',NULL),(176,0,1734079930,'restore','restore_general_comments','1',NULL),(177,0,1734079930,'restore','restore_general_comments_locked','',NULL),(178,0,1734079930,'restore','restore_general_badges','1',NULL),(179,0,1734079930,'restore','restore_general_badges_locked','',NULL),(180,0,1734079930,'restore','restore_general_calendarevents','1',NULL),(181,0,1734079930,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734079930,'restore','restore_general_userscompletion','1',NULL),(183,0,1734079930,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734079930,'restore','restore_general_logs','1',NULL),(185,0,1734079930,'restore','restore_general_logs_locked','',NULL),(186,0,1734079930,'restore','restore_general_histories','1',NULL),(187,0,1734079930,'restore','restore_general_histories_locked','',NULL),(188,0,1734079930,'restore','restore_general_groups','1',NULL),(189,0,1734079930,'restore','restore_general_groups_locked','',NULL),(190,0,1734079930,'restore','restore_general_competencies','1',NULL),(191,0,1734079930,'restore','restore_general_competencies_locked','',NULL),(192,0,1734079930,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734079930,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734079930,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734079930,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734079930,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734079930,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734079930,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734079930,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734079930,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734079930,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734079930,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734079930,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734079930,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734079930,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734079930,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734079930,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734079930,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734079930,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734079930,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734079930,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734079930,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734079930,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734079930,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734079930,NULL,'enableasyncbackup','0',NULL),(217,0,1734079930,'backup','backup_async_message_users','0',NULL),(218,0,1734079930,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734079930,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734079930,NULL,'grade_profilereport','user',NULL),(221,0,1734079930,NULL,'grade_aggregationposition','1',NULL),(222,0,1734079930,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734079930,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734079930,NULL,'gradepublishing','0',NULL),(225,0,1734079930,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734079930,NULL,'grade_export_displaytype','1',NULL),(227,0,1734079930,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734079930,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734079930,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734079930,NULL,'recovergradesdefault','0',NULL),(231,0,1734079930,NULL,'gradeexport','',NULL),(232,0,1734079930,NULL,'unlimitedgrades','0',NULL),(233,0,1734079930,NULL,'grade_report_showmin','1',NULL),(234,0,1734079930,NULL,'gradepointmax','100',NULL),(235,0,1734079930,NULL,'gradepointdefault','100',NULL),(236,0,1734079930,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734079930,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734079930,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734079931,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734079931,NULL,'grade_aggregation','13',NULL),(241,0,1734079931,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734079931,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734079931,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734079931,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734079931,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734079931,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734079931,NULL,'grade_keephigh','0',NULL),(248,0,1734079931,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734079931,NULL,'grade_droplow','0',NULL),(250,0,1734079931,NULL,'grade_droplow_flag','2',NULL),(251,0,1734079931,NULL,'grade_overridecat','1',NULL),(252,0,1734079931,NULL,'grade_displaytype','1',NULL),(253,0,1734079931,NULL,'grade_decimalpoints','2',NULL),(254,0,1734079931,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734079931,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734079931,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734079931,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734079931,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734079931,NULL,'grade_report_meanselection','1',NULL),(260,0,1734079931,NULL,'grade_report_enableajax','0',NULL),(261,0,1734079931,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734079931,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734079931,NULL,'grade_report_showaverages','1',NULL),(264,0,1734079931,NULL,'grade_report_showlocks','0',NULL),(265,0,1734079931,NULL,'grade_report_showranges','0',NULL),(266,0,1734079931,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734079931,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734079931,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734079931,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734079931,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734079931,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734079931,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734079931,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734079931,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734079931,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734079931,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734079931,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734079931,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734079931,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734079931,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734079931,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734079931,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734079931,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734079931,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734079931,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734079931,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734079931,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734079931,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734079931,'analytics','modeinstruction','',NULL),(290,0,1734079931,'analytics','percentonline','0',NULL),(291,0,1734079931,'analytics','typeinstitution','',NULL),(292,0,1734079931,'analytics','levelinstitution','',NULL),(293,0,1734079931,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734079931,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734079931,'analytics','modeloutputdir','',NULL),(296,0,1734079931,'analytics','onlycli','1',NULL),(297,0,1734079931,'analytics','modeltimelimit','1200',NULL),(298,0,1734079931,'analytics','calclifetime','35',NULL),(299,0,1734079931,NULL,'badges_defaultissuername','',NULL),(300,0,1734079931,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734079931,NULL,'badges_badgesalt','badges1734079898',NULL),(302,0,1734079931,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734079931,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734079932,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734079932,NULL,'timezone','Australia/Perth',NULL),(306,0,1734079932,NULL,'forcetimezone','99',NULL),(307,0,1734079932,NULL,'country','0',NULL),(308,0,1734079932,NULL,'defaultcity','',NULL),(309,0,1734079932,NULL,'geoip2file','/var/www/behatdata/behatrun/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734079932,NULL,'googlemapkey3','',NULL),(311,0,1734079932,NULL,'allcountrycodes','',NULL),(312,0,1734079932,NULL,'autolang','1',NULL),(313,0,1734079932,NULL,'lang','en',NULL),(314,0,1734079932,NULL,'autolangusercreation','1',NULL),(315,0,1734079932,NULL,'langmenu','1',NULL),(316,0,1734079932,NULL,'langlist','',NULL),(317,0,1734079932,NULL,'langcache','1',NULL),(318,0,1734079932,NULL,'langstringcache','1',NULL),(319,0,1734079932,NULL,'locale','',NULL),(320,0,1734079932,NULL,'latinexcelexport','0',NULL),(321,0,1734079933,NULL,'messagingallusers','0',NULL),(322,0,1734079933,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734079933,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734079933,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734079933,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734079933,NULL,'requiremodintro','0',NULL),(327,0,1734079933,'antivirus','notifyemail','',NULL),(328,0,1734079933,'antivirus','notifylevel','2',NULL),(329,0,1734079933,'antivirus','threshold','1200',NULL),(330,0,1734079933,'antivirus','enablequarantine','0',NULL),(331,0,1734079933,'antivirus','quarantinetime','2419200',NULL),(332,0,1734079933,NULL,'registerauth','',NULL),(333,0,1734079933,NULL,'authloginviaemail','0',NULL),(334,0,1734079933,NULL,'allowaccountssameemail','0',NULL),(335,0,1734079933,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734079933,NULL,'loginpageautofocus','0',NULL),(337,0,1734079933,NULL,'guestloginbutton','1',NULL),(338,0,1734079933,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734079933,NULL,'alternateloginurl','',NULL),(340,0,1734079933,NULL,'forgottenpasswordurl','',NULL),(341,0,1734079933,NULL,'auth_instructions','',NULL),(342,0,1734079933,NULL,'allowemailaddresses','',NULL),(343,0,1734079933,NULL,'denyemailaddresses','',NULL),(344,0,1734079933,NULL,'verifychangedemail','1',NULL),(345,0,1734079933,NULL,'recaptchapublickey','',NULL),(346,0,1734079933,NULL,'recaptchaprivatekey','',NULL),(347,0,1734079933,'cachestore_apcu','testperformance','0',NULL),(348,0,1734079933,'cachestore_memcached','testservers','',NULL),(349,0,1734079933,'cachestore_mongodb','testserver','',NULL),(350,0,1734079933,'cachestore_redis','test_server','',NULL),(351,0,1734079933,'cachestore_redis','test_password','',NULL),(352,0,1734079933,'cachestore_redis','test_serializer','1',NULL),(353,0,1734079933,'cachestore_redis','test_ttl','0',NULL),(354,0,1734079933,NULL,'filteruploadedfiles','0',NULL),(355,0,1734079933,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734079933,NULL,'filtermatchonepertext','0',NULL),(357,0,1734079933,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734079933,NULL,'media_default_width','640',NULL),(359,0,1734079933,NULL,'media_default_height','360',NULL),(360,0,1734079933,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734079933,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734079933,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734079933,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734079933,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734079933,'question_preview','correctness','1',NULL),(366,0,1734079933,'question_preview','marks','2',NULL),(367,0,1734079933,'question_preview','markdp','2',NULL),(368,0,1734079933,'question_preview','feedback','1',NULL),(369,0,1734079933,'question_preview','generalfeedback','1',NULL),(370,0,1734079933,'question_preview','rightanswer','1',NULL),(371,0,1734079934,'question_preview','history','0',NULL),(372,0,1734079934,NULL,'repositorycacheexpire','120',NULL),(373,0,1734079934,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734079934,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734079934,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734079934,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734079934,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734079934,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734079934,NULL,'searchengine','simpledb',NULL),(380,0,1734079934,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734079934,NULL,'searchindextime','600',NULL),(382,0,1734079934,NULL,'searchallavailablecourses','0',NULL),(383,0,1734079934,NULL,'searchincludeallcourses','0',NULL),(384,0,1734079934,NULL,'searchenablecategories','0',NULL),(385,0,1734079934,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734079934,NULL,'searchhideallcategory','0',NULL),(387,0,1734079934,NULL,'searchmaxtopresults','3',NULL),(388,0,1734079934,NULL,'searchteacherroles','',NULL),(389,0,1734079934,NULL,'searchenginequeryonly','',NULL),(390,0,1734079934,NULL,'searchbannerenable','0',NULL),(391,0,1734079934,NULL,'searchbanner','',NULL),(392,0,1734079934,NULL,'allowbeforeblock','0',NULL),(393,0,1734079934,NULL,'allowedip','',NULL),(394,0,1734079934,NULL,'blockedip','',NULL),(395,0,1734079934,NULL,'protectusernames','1',NULL),(396,0,1734079934,NULL,'forcelogin','0',NULL),(397,0,1734079934,NULL,'forceloginforprofiles','1',NULL),(398,0,1734079934,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734079934,NULL,'opentowebcrawlers','0',NULL),(400,0,1734079934,NULL,'allowindexing','0',NULL),(401,0,1734079934,NULL,'maxbytes','0',NULL),(402,0,1734079934,NULL,'userquota','104857600',NULL),(403,0,1734079934,NULL,'allowobjectembed','0',NULL),(404,0,1734079934,NULL,'enabletrusttext','0',NULL),(405,0,1734079934,NULL,'maxeditingtime','1800',NULL),(406,0,1734079934,NULL,'extendedusernamechars','0',NULL),(407,0,1734079934,NULL,'keeptagnamecase','1',NULL),(408,0,1734079934,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734079934,NULL,'cronclionly','1',NULL),(410,0,1734079934,NULL,'cronremotepassword','',NULL),(411,0,1734079934,'tool_task','enablerunnow','1',NULL),(412,0,1734079934,NULL,'lockoutthreshold','0',NULL),(413,0,1734079934,NULL,'lockoutwindow','1800',NULL),(414,0,1734079934,NULL,'lockoutduration','1800',NULL),(415,0,1734079934,NULL,'passwordpolicy','1',NULL),(416,0,1734079934,NULL,'minpasswordlength','8',NULL),(417,0,1734079934,NULL,'minpassworddigits','1',NULL),(418,0,1734079934,NULL,'minpasswordlower','1',NULL),(419,0,1734079934,NULL,'minpasswordupper','1',NULL),(420,0,1734079934,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734079934,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734079934,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734079934,NULL,'passwordreuselimit','0',NULL),(424,0,1734079934,NULL,'pwresettime','1800',NULL),(425,0,1734079934,NULL,'passwordchangelogout','0',NULL),(426,0,1734079934,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734079934,NULL,'tokenduration','7257600',NULL),(428,0,1734079934,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734079934,NULL,'disableuserimages','0',NULL),(430,0,1734079935,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734079935,NULL,'rememberusername','2',NULL),(432,0,1734079935,NULL,'strictformsrequired','0',NULL),(433,0,1734079935,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734079935,NULL,'cookiesecure','1',NULL),(435,0,1734079935,NULL,'cookiehttponly','0',NULL),(436,0,1734079935,NULL,'allowframembedding','0',NULL),(437,0,1734079935,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734079935,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734079935,NULL,'referrerpolicy','default',NULL),(440,0,1734079935,NULL,'displayloginfailures','0',NULL),(441,0,1734079935,NULL,'notifyloginfailures','',NULL),(442,0,1734079935,NULL,'notifyloginthreshold','10',NULL),(443,0,1734079935,NULL,'themelist','',NULL),(444,0,1734079935,NULL,'themedesignermode','0',NULL),(445,0,1734079935,NULL,'allowuserthemes','0',NULL),(446,0,1734079935,NULL,'allowcoursethemes','0',NULL),(447,0,1734079935,NULL,'allowcategorythemes','0',NULL),(448,0,1734079935,NULL,'allowcohortthemes','0',NULL),(449,0,1734079935,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734079935,NULL,'allowuserblockhiding','1',NULL),(451,0,1734079935,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734079935,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734079935,NULL,'custommenuitems','',NULL),(454,0,1734079935,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),(455,0,1734079935,NULL,'enabledevicedetection','1',NULL),(456,0,1734079935,NULL,'devicedetectregex','[]',NULL),(457,0,1734079935,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734079935,'theme_boost','preset','default.scss',NULL),(459,0,1734079935,'theme_boost','presetfiles','',NULL),(460,0,1734079935,'theme_boost','backgroundimage','',NULL),(461,0,1734079935,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734079935,'theme_boost','brandcolor','',NULL),(463,0,1734079935,'theme_boost','scsspre','',NULL),(464,0,1734079935,'theme_boost','scss','',NULL),(465,0,1734079935,'theme_classic','navbardark','0',NULL),(466,0,1734079935,'theme_classic','unaddableblocks','',NULL),(467,0,1734079935,'theme_classic','preset','default.scss',NULL),(468,0,1734079935,'theme_classic','presetfiles','',NULL),(469,0,1734079935,'theme_classic','backgroundimage','',NULL),(470,0,1734079935,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734079935,'theme_classic','brandcolor','',NULL),(472,0,1734079935,'theme_classic','scsspre','',NULL),(473,0,1734079935,'theme_classic','scss','',NULL),(474,0,1734079935,'core_admin','logo','',NULL),(475,0,1734079935,'core_admin','logocompact','',NULL),(476,0,1734079935,'core_admin','favicon','',NULL),(477,0,1734079935,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734079935,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734079935,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734079935,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734079935,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734079935,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734079935,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734079935,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734079935,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734079935,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734079936,NULL,'calendartype','gregorian',NULL),(488,0,1734079936,NULL,'calendar_adminseesall','0',NULL),(489,0,1734079936,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734079936,NULL,'calendar_startwday','1',NULL),(491,0,1734079936,NULL,'calendar_weekend','65',NULL),(492,0,1734079936,NULL,'calendar_lookahead','21',NULL),(493,0,1734079936,NULL,'calendar_maxevents','10',NULL),(494,0,1734079936,NULL,'enablecalendarexport','1',NULL),(495,0,1734079936,NULL,'calendar_customexport','1',NULL),(496,0,1734079936,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734079936,NULL,'calendar_exportlookback','5',NULL),(498,0,1734079936,NULL,'calendar_exportsalt','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C',NULL),(499,0,1734079936,NULL,'calendar_showicalsource','1',NULL),(500,0,1734079936,NULL,'useblogassociations','1',NULL),(501,0,1734079936,NULL,'bloglevel','4',NULL),(502,0,1734079936,NULL,'useexternalblogs','1',NULL),(503,0,1734079936,NULL,'externalblogcrontime','86400',NULL),(504,0,1734079936,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734079936,NULL,'blogusecomments','1',NULL),(506,0,1734079936,NULL,'blogshowcommentscount','1',NULL),(507,0,1734079936,NULL,'enabledashboard','1',NULL),(508,0,1734079936,NULL,'defaulthomepage','3',NULL),(509,0,1734079936,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734079936,NULL,'navshowcategories','1',NULL),(511,0,1734079936,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734079936,NULL,'navshowallcourses','0',NULL),(513,0,1734079936,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734079936,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734079936,NULL,'navcourselimit','10',NULL),(516,0,1734079936,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734079936,NULL,'linkadmincategories','1',NULL),(518,0,1734079936,NULL,'linkcoursesections','1',NULL),(519,0,1734079936,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734079936,NULL,'navadduserpostslinks','1',NULL),(521,0,1734079936,NULL,'sitenameintitle','shortname',NULL),(522,0,1734079936,NULL,'formatstringstriptags','1',NULL),(523,0,1734079936,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),(524,0,1734079936,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734079936,NULL,'doclang','',NULL),(526,0,1734079936,NULL,'doctonewwindow','0',NULL),(527,0,1734079936,NULL,'coursecontactduplicates','0',NULL),(528,0,1734079936,NULL,'courselistshortnames','0',NULL),(529,0,1734079936,NULL,'coursesperpage','20',NULL),(530,0,1734079936,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734079936,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734079936,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734079936,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734079936,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734079936,NULL,'useexternalyui','0',NULL),(536,0,1734079936,NULL,'yuicomboloading','1',NULL),(537,0,1734079936,NULL,'cachejs','1',NULL),(538,0,1734079936,NULL,'additionalhtmlhead','',NULL),(539,0,1734079936,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734079936,NULL,'additionalhtmlfooter','',NULL),(541,0,1734079936,NULL,'cachetemplates','1',NULL),(542,0,1734079936,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734079937,NULL,'pathtodu','',NULL),(544,0,1734079937,NULL,'aspellpath','',NULL),(545,0,1734079937,NULL,'pathtodot','',NULL),(546,0,1734079937,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734079937,NULL,'pathtopdftoppm','',NULL),(548,0,1734079937,NULL,'pathtopython','',NULL),(549,0,1734079937,NULL,'supportname','Admin User',NULL),(550,0,1734079937,NULL,'supportpage','',NULL),(551,0,1734079937,NULL,'supportavailability','1',NULL),(552,0,1734079937,NULL,'dbsessions','0',NULL),(553,0,1734079937,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734079937,NULL,'sessioncookie','',NULL),(555,0,1734079937,NULL,'sessioncookiepath','',NULL),(556,0,1734079937,NULL,'sessioncookiedomain','',NULL),(557,0,1734079937,NULL,'statsfirstrun','none',NULL),(558,0,1734079937,NULL,'statsmaxruntime','0',NULL),(559,0,1734079937,NULL,'statsruntimedays','31',NULL),(560,0,1734079937,NULL,'statsuserthreshold','0',NULL),(561,0,1734079937,NULL,'slasharguments','1',NULL),(562,0,1734079937,NULL,'getremoteaddrconf','3',NULL),(563,0,1734079937,NULL,'reverseproxyignore','',NULL),(564,0,1734079937,NULL,'proxyhost','',NULL),(565,0,1734079937,NULL,'proxyport','0',NULL),(566,0,1734079937,NULL,'proxytype','HTTP',NULL),(567,0,1734079937,NULL,'proxyuser','',NULL),(568,0,1734079937,NULL,'proxypassword','',NULL),(569,0,1734079937,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734079937,NULL,'proxylogunsafe','0',NULL),(571,0,1734079937,NULL,'proxyfixunsafe','0',NULL),(572,0,1734079937,NULL,'maintenance_enabled','0',NULL),(573,0,1734079937,NULL,'maintenance_message','',NULL),(574,0,1734079937,NULL,'deleteunconfirmed','168',NULL),(575,0,1734079937,NULL,'deleteincompleteusers','0',NULL),(576,0,1734079937,NULL,'disablegradehistory','0',NULL),(577,0,1734079937,NULL,'gradehistorylifetime','0',NULL),(578,0,1734079937,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734079937,NULL,'filescleanupperiod','86400',NULL),(580,0,1734079937,NULL,'extramemorylimit','512M',NULL),(581,0,1734079937,NULL,'maxtimelimit','0',NULL),(582,0,1734079937,NULL,'curlcache','120',NULL),(583,0,1734079937,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734079937,NULL,'cron_enabled','1',NULL),(585,0,1734079937,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734079937,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734079937,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734079937,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734079937,NULL,'task_logmode','1',NULL),(590,0,1734079937,NULL,'task_logtostdout','1',NULL),(591,0,1734079937,NULL,'task_logretention','2419200',NULL),(592,0,1734079937,NULL,'task_logretainruns','20',NULL),(593,0,1734079937,NULL,'smtphosts','',NULL),(594,0,1734079937,NULL,'smtpsecure','',NULL),(595,0,1734079937,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734079937,NULL,'smtpuser','',NULL),(597,0,1734079937,NULL,'smtppass','',NULL),(598,0,1734079937,NULL,'smtpmaxbulk','1',NULL),(599,0,1734079938,NULL,'allowedemaildomains','',NULL),(600,0,1734079938,NULL,'divertallemailsto','',NULL),(601,0,1734079938,NULL,'divertallemailsexcept','',NULL),(602,0,1734079938,NULL,'emaildkimselector','',NULL),(603,0,1734079938,NULL,'sitemailcharset','0',NULL),(604,0,1734079938,NULL,'allowusermailcharset','0',NULL),(605,0,1734079938,NULL,'allowattachments','1',NULL),(606,0,1734079938,NULL,'mailnewline','LF',NULL),(607,0,1734079938,NULL,'emailfromvia','1',NULL),(608,0,1734079938,NULL,'emailsubjectprefix','',NULL),(609,0,1734079938,NULL,'emailheaders','',NULL),(610,0,1734079938,NULL,'updateautocheck','1',NULL),(611,0,1734079938,NULL,'updateminmaturity','200',NULL),(612,0,1734079938,NULL,'updatenotifybuilds','0',NULL),(613,0,1734079938,NULL,'enablewsdocumentation','0',NULL),(614,0,1734079938,NULL,'customreportslimit','0',NULL),(615,0,1734079938,NULL,'customreportsliveediting','1',NULL),(616,0,1734079938,NULL,'dndallowtextandlinks','0',NULL),(617,0,1734079938,NULL,'pathtosassc','',NULL),(618,0,1734079938,NULL,'contextlocking','0',NULL),(619,0,1734079938,NULL,'contextlockappliestoadmin','1',NULL),(620,0,1734079938,NULL,'forceclean','0',NULL),(621,0,1734079938,NULL,'enablecourserelativedates','0',NULL),(622,0,1734079938,NULL,'debug','0',NULL),(623,0,1734079938,NULL,'debugdisplay','0',NULL),(624,0,1734079938,NULL,'perfdebug','7',NULL),(625,0,1734079938,NULL,'debugstringids','0',NULL),(626,0,1734079938,NULL,'debugsqltrace','0',NULL),(627,0,1734079938,NULL,'debugvalidators','0',NULL),(628,0,1734079938,NULL,'debugpageinfo','0',NULL),(629,0,1734079938,NULL,'profilingenabled','0',NULL),(630,0,1734079938,NULL,'profilingincluded','',NULL),(631,0,1734079938,NULL,'profilingexcluded','',NULL),(632,0,1734079938,NULL,'profilingautofrec','0',NULL),(633,0,1734079938,NULL,'profilingallowme','0',NULL),(634,0,1734079938,NULL,'profilingallowall','0',NULL),(635,0,1734079938,NULL,'profilingslow','0',NULL),(636,0,1734079938,NULL,'profilinglifetime','1440',NULL),(637,0,1734079938,NULL,'profilingimportprefix','(I)',NULL),(638,0,1734079940,'core_competency','pushcourseratingstouserplans','1',NULL),(639,0,1734079942,NULL,'calendar_exportsalt','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L','rb2ZFQF31XMKFNBRdw5GTgBM2OobexRHK4dElFwWIoxesUiOFAV3Riku5P8C'),(640,0,1734079942,NULL,'defaulthomepage','1','3'),(641,0,1734079942,NULL,'allowguestmymoodle','1',NULL),(642,0,1734079942,NULL,'pathtophp','','/usr/local/bin/php'),(643,0,1734079947,NULL,'calendar_exportsalt','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N','A2Q4X9ohjfaBDO4dDQvxQAiGOz65M1UE2nn8gZ7DtbfUnLUQDZRx65rOaH3L'),(644,0,1734079947,NULL,'pathtophp','','/usr/local/bin/php'),(645,0,1734080021,'activitynames','filter_active','1',''),(646,0,1734080021,'core_filter','order','activitynames','activitynames'),(647,0,1734080021,'displayh5p','filter_active','1',''),(648,0,1734080021,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(649,0,1734080021,'emoticon','filter_active','1',''),(650,0,1734080022,'mathjaxloader','filter_active','1',''),(651,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(652,0,1734080022,'mediaplugin','filter_active','1',''),(653,0,1734080022,'urltolink','filter_active','1',''),(654,0,1734080022,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(655,0,1734080023,'tiny','editor_visibility','1','0'),(656,2,1734080093,NULL,'enableaccessibilitytools','1',NULL),(657,2,1734080093,'tool_moodlenet','enablemoodlenet','1',NULL),(658,2,1734080093,NULL,'notloggedinroleid','6',NULL),(659,2,1734080093,NULL,'guestroleid','6',NULL),(660,2,1734080093,NULL,'defaultuserroleid','7',NULL),(661,2,1734080093,NULL,'creatornewroleid','3',NULL),(662,2,1734080093,NULL,'restorernewroleid','3',NULL),(663,2,1734080094,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(664,2,1734080094,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(665,2,1734080094,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(666,2,1734080094,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(667,2,1734080094,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(668,2,1734080094,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(669,2,1734080094,'tool_dataprivacy','showdataretentionsummary','1',NULL),(670,2,1734080094,'tool_log','exportlog','1',NULL),(671,2,1734080094,NULL,'sitepolicyhandler','',NULL),(672,2,1734080094,NULL,'gradebookroles','5',NULL),(673,2,1734080095,'analytics','logstore','logstore_standard',NULL),(674,2,1734080095,NULL,'h5plibraryhandler','h5plib_v124',NULL),(675,2,1734080096,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(676,2,1734080096,NULL,'airnotifierport','443',NULL),(677,2,1734080096,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(678,2,1734080096,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(679,2,1734080096,NULL,'airnotifieraccesskey','',NULL),(680,2,1734080096,'message_airnotifier','encryptnotifications','0',NULL),(681,2,1734080096,'message_airnotifier','encryptprocessing','0',NULL),(682,2,1734080096,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(683,2,1734080096,'assign','showrecentsubmissions','0',NULL),(684,2,1734080096,'assign','submissionreceipts','1',NULL),(685,2,1734080096,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(686,2,1734080096,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(687,2,1734080096,'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),(688,2,1734080096,'assign','maxperpage','-1',NULL),(689,2,1734080096,'assign','alwaysshowdescription','1',NULL),(690,2,1734080096,'assign','alwaysshowdescription_adv','',NULL),(691,2,1734080096,'assign','alwaysshowdescription_locked','',NULL),(692,2,1734080096,'assign','allowsubmissionsfromdate','0',NULL),(693,2,1734080096,'assign','allowsubmissionsfromdate_enabled','1',NULL),(694,2,1734080096,'assign','allowsubmissionsfromdate_adv','',NULL),(695,2,1734080096,'assign','duedate','604800',NULL),(696,2,1734080096,'assign','duedate_enabled','1',NULL),(697,2,1734080096,'assign','duedate_adv','',NULL),(698,2,1734080096,'assign','cutoffdate','1209600',NULL),(699,2,1734080096,'assign','cutoffdate_enabled','',NULL),(700,2,1734080096,'assign','cutoffdate_adv','',NULL),(701,2,1734080096,'assign','enabletimelimit','0',NULL),(702,2,1734080096,'assign','gradingduedate','1209600',NULL),(703,2,1734080096,'assign','gradingduedate_enabled','1',NULL),(704,2,1734080096,'assign','gradingduedate_adv','',NULL),(705,2,1734080096,'assign','submissiondrafts','0',NULL),(706,2,1734080096,'assign','submissiondrafts_adv','',NULL),(707,2,1734080096,'assign','submissiondrafts_locked','',NULL),(708,2,1734080096,'assign','requiresubmissionstatement','0',NULL),(709,2,1734080096,'assign','requiresubmissionstatement_adv','',NULL),(710,2,1734080096,'assign','requiresubmissionstatement_locked','',NULL),(711,2,1734080096,'assign','attemptreopenmethod','none',NULL),(712,2,1734080096,'assign','attemptreopenmethod_adv','',NULL),(713,2,1734080096,'assign','attemptreopenmethod_locked','',NULL),(714,2,1734080096,'assign','maxattempts','-1',NULL),(715,2,1734080096,'assign','maxattempts_adv','',NULL),(716,2,1734080096,'assign','maxattempts_locked','',NULL),(717,2,1734080096,'assign','teamsubmission','0',NULL),(718,2,1734080096,'assign','teamsubmission_adv','',NULL),(719,2,1734080096,'assign','teamsubmission_locked','',NULL),(720,2,1734080096,'assign','preventsubmissionnotingroup','0',NULL),(721,2,1734080096,'assign','preventsubmissionnotingroup_adv','',NULL),(722,2,1734080096,'assign','preventsubmissionnotingroup_locked','',NULL),(723,2,1734080096,'assign','requireallteammemberssubmit','0',NULL),(724,2,1734080096,'assign','requireallteammemberssubmit_adv','',NULL),(725,2,1734080096,'assign','requireallteammemberssubmit_locked','',NULL),(726,2,1734080096,'assign','teamsubmissiongroupingid','',NULL),(727,2,1734080096,'assign','teamsubmissiongroupingid_adv','',NULL),(728,2,1734080096,'assign','sendnotifications','0',NULL),(729,2,1734080097,'assign','sendnotifications_adv','',NULL),(730,2,1734080097,'assign','sendnotifications_locked','',NULL),(731,2,1734080097,'assign','sendlatenotifications','0',NULL),(732,2,1734080097,'assign','sendlatenotifications_adv','',NULL),(733,2,1734080097,'assign','sendlatenotifications_locked','',NULL),(734,2,1734080097,'assign','sendstudentnotifications','1',NULL),(735,2,1734080097,'assign','sendstudentnotifications_adv','',NULL),(736,2,1734080097,'assign','sendstudentnotifications_locked','',NULL),(737,2,1734080097,'assign','blindmarking','0',NULL),(738,2,1734080097,'assign','blindmarking_adv','',NULL),(739,2,1734080097,'assign','blindmarking_locked','',NULL),(740,2,1734080097,'assign','hidegrader','0',NULL),(741,2,1734080097,'assign','hidegrader_adv','',NULL),(742,2,1734080097,'assign','hidegrader_locked','',NULL),(743,2,1734080097,'assign','markingworkflow','0',NULL),(744,2,1734080097,'assign','markingworkflow_adv','',NULL),(745,2,1734080097,'assign','markingworkflow_locked','',NULL),(746,2,1734080097,'assign','markingallocation','0',NULL),(747,2,1734080097,'assign','markingallocation_adv','',NULL),(748,2,1734080097,'assign','markingallocation_locked','',NULL),(749,2,1734080097,'assignsubmission_file','default','1',NULL),(750,2,1734080097,'assignsubmission_file','maxfiles','20',NULL),(751,2,1734080097,'assignsubmission_file','filetypes','',NULL),(752,2,1734080097,'assignsubmission_file','maxbytes','0',NULL),(753,2,1734080097,'assignsubmission_onlinetext','default','0',NULL),(754,2,1734080097,'assignfeedback_comments','default','1',NULL),(755,2,1734080097,'assignfeedback_comments','inline','0',NULL),(756,2,1734080097,'assignfeedback_comments','inline_adv','',NULL),(757,2,1734080097,'assignfeedback_comments','inline_locked','',NULL),(758,2,1734080097,'assignfeedback_editpdf','default','1',NULL),(759,2,1734080097,'assignfeedback_editpdf','stamps','',NULL),(760,2,1734080097,'assignfeedback_file','default','0',NULL),(761,2,1734080097,'assignfeedback_offline','default','0',NULL),(762,2,1734080097,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(763,2,1734080097,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(764,2,1734080097,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(765,2,1734080097,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(766,2,1734080097,NULL,'bigbluebuttonbn_welcome_default','',NULL),(767,2,1734080097,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(768,2,1734080097,NULL,'bigbluebuttonbn_recording_default','1',NULL),(769,2,1734080097,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(770,2,1734080097,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(771,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(772,2,1734080097,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(773,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(774,2,1734080097,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(775,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(776,2,1734080097,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(777,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(778,2,1734080097,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(779,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(780,2,1734080097,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(781,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(782,2,1734080098,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(783,2,1734080098,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(784,2,1734080098,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(785,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(786,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(787,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(788,2,1734080098,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(789,2,1734080098,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(790,2,1734080098,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(791,2,1734080098,'mod_bigbluebuttonbn','presentationdefault','',NULL),(792,2,1734080098,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(793,2,1734080098,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(794,2,1734080098,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(795,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(796,2,1734080098,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(797,2,1734080098,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(798,2,1734080098,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(799,2,1734080098,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(800,2,1734080098,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(801,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(802,2,1734080098,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(803,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(804,2,1734080098,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(805,2,1734080098,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(806,2,1734080098,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(807,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(808,2,1734080098,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(809,2,1734080098,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(810,2,1734080098,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(811,2,1734080098,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(812,2,1734080098,'book','numberingoptions','0,1,2,3',NULL),(813,2,1734080098,'book','numbering','1',NULL),(814,2,1734080098,NULL,'chat_method','ajax',NULL),(815,2,1734080098,NULL,'chat_refresh_userlist','10',NULL),(816,2,1734080098,NULL,'chat_old_ping','35',NULL),(817,2,1734080098,NULL,'chat_refresh_room','5',NULL),(818,2,1734080098,NULL,'chat_normal_updatemode','jsupdate',NULL),(819,2,1734080098,NULL,'chat_serverhost','webserver',NULL),(820,2,1734080098,NULL,'chat_serverip','127.0.0.1',NULL),(821,2,1734080098,NULL,'chat_serverport','9111',NULL),(822,2,1734080098,NULL,'chat_servermax','100',NULL),(823,2,1734080099,NULL,'data_enablerssfeeds','0',NULL),(824,2,1734080099,NULL,'feedback_allowfullanonymous','0',NULL),(825,2,1734080099,'resource','framesize','130',NULL),(826,2,1734080099,'resource','displayoptions','0,1,4,5,6',NULL),(827,2,1734080099,'resource','printintro','1',NULL),(828,2,1734080099,'resource','display','0',NULL),(829,2,1734080099,'resource','showsize','0',NULL),(830,2,1734080099,'resource','showtype','0',NULL),(831,2,1734080099,'resource','showdate','0',NULL),(832,2,1734080099,'resource','popupwidth','620',NULL),(833,2,1734080099,'resource','popupheight','450',NULL),(834,2,1734080099,'resource','filterfiles','0',NULL),(835,2,1734080099,'folder','showexpanded','1',NULL),(836,2,1734080099,'folder','maxsizetodownload','0',NULL),(837,2,1734080099,NULL,'forum_displaymode','3',NULL),(838,2,1734080099,NULL,'forum_shortpost','300',NULL),(839,2,1734080099,NULL,'forum_longpost','600',NULL),(840,2,1734080099,NULL,'forum_manydiscussions','100',NULL),(841,2,1734080099,NULL,'forum_maxbytes','512000',NULL),(842,2,1734080099,NULL,'forum_maxattachments','9',NULL),(843,2,1734080099,NULL,'forum_subscription','0',NULL),(844,2,1734080099,NULL,'forum_trackingtype','1',NULL),(845,2,1734080099,NULL,'forum_trackreadposts','1',NULL),(846,2,1734080099,NULL,'forum_allowforcedreadtracking','0',NULL),(847,2,1734080099,NULL,'forum_oldpostdays','14',NULL),(848,2,1734080099,NULL,'forum_usermarksread','0',NULL),(849,2,1734080099,NULL,'forum_cleanreadtime','2',NULL),(850,2,1734080099,NULL,'digestmailtime','17',NULL),(851,2,1734080099,NULL,'forum_enablerssfeeds','0',NULL),(852,2,1734080099,NULL,'forum_enabletimedposts','1',NULL),(853,2,1734080099,NULL,'glossary_entbypage','10',NULL),(854,2,1734080099,NULL,'glossary_dupentries','0',NULL),(855,2,1734080099,NULL,'glossary_allowcomments','0',NULL),(856,2,1734080099,NULL,'glossary_linkbydefault','1',NULL),(857,2,1734080099,NULL,'glossary_defaultapproval','1',NULL),(858,2,1734080099,NULL,'glossary_enablerssfeeds','0',NULL),(859,2,1734080099,NULL,'glossary_linkentries','0',NULL),(860,2,1734080099,NULL,'glossary_casesensitive','0',NULL),(861,2,1734080099,NULL,'glossary_fullmatch','0',NULL),(862,2,1734080099,'imscp','keepold','1',NULL),(863,2,1734080099,'imscp','keepold_adv','',NULL),(864,2,1734080099,'mod_lesson','mediafile','',NULL),(865,2,1734080099,'mod_lesson','mediafile_adv','1',NULL),(866,2,1734080099,'mod_lesson','mediawidth','640',NULL),(867,2,1734080099,'mod_lesson','mediaheight','480',NULL),(868,2,1734080099,'mod_lesson','mediaclose','0',NULL),(869,2,1734080099,'mod_lesson','progressbar','0',NULL),(870,2,1734080099,'mod_lesson','progressbar_adv','',NULL),(871,2,1734080099,'mod_lesson','ongoing','0',NULL),(872,2,1734080099,'mod_lesson','ongoing_adv','1',NULL),(873,2,1734080099,'mod_lesson','displayleftmenu','0',NULL),(874,2,1734080099,'mod_lesson','displayleftmenu_adv','',NULL),(875,2,1734080099,'mod_lesson','displayleftif','0',NULL),(876,2,1734080099,'mod_lesson','displayleftif_adv','1',NULL),(877,2,1734080099,'mod_lesson','slideshow','0',NULL),(878,2,1734080099,'mod_lesson','slideshow_adv','1',NULL),(879,2,1734080099,'mod_lesson','slideshowwidth','640',NULL),(880,2,1734080099,'mod_lesson','slideshowheight','480',NULL),(881,2,1734080099,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(882,2,1734080099,'mod_lesson','maxanswers','5',NULL),(883,2,1734080099,'mod_lesson','maxanswers_adv','1',NULL),(884,2,1734080099,'mod_lesson','defaultfeedback','0',NULL),(885,2,1734080099,'mod_lesson','defaultfeedback_adv','1',NULL),(886,2,1734080099,'mod_lesson','activitylink','',NULL),(887,2,1734080099,'mod_lesson','activitylink_adv','1',NULL),(888,2,1734080099,'mod_lesson','timelimit','0',NULL),(889,2,1734080100,'mod_lesson','timelimit_adv','',NULL),(890,2,1734080100,'mod_lesson','password','0',NULL),(891,2,1734080100,'mod_lesson','password_adv','1',NULL),(892,2,1734080100,'mod_lesson','modattempts','0',NULL),(893,2,1734080100,'mod_lesson','modattempts_adv','',NULL),(894,2,1734080100,'mod_lesson','displayreview','0',NULL),(895,2,1734080100,'mod_lesson','displayreview_adv','',NULL),(896,2,1734080100,'mod_lesson','maximumnumberofattempts','1',NULL),(897,2,1734080100,'mod_lesson','maximumnumberofattempts_adv','',NULL),(898,2,1734080100,'mod_lesson','defaultnextpage','0',NULL),(899,2,1734080100,'mod_lesson','defaultnextpage_adv','1',NULL),(900,2,1734080100,'mod_lesson','numberofpagestoshow','1',NULL),(901,2,1734080100,'mod_lesson','numberofpagestoshow_adv','1',NULL),(902,2,1734080100,'mod_lesson','practice','0',NULL),(903,2,1734080100,'mod_lesson','practice_adv','',NULL),(904,2,1734080100,'mod_lesson','customscoring','1',NULL),(905,2,1734080100,'mod_lesson','customscoring_adv','1',NULL),(906,2,1734080100,'mod_lesson','retakesallowed','0',NULL),(907,2,1734080100,'mod_lesson','retakesallowed_adv','',NULL),(908,2,1734080100,'mod_lesson','handlingofretakes','0',NULL),(909,2,1734080100,'mod_lesson','handlingofretakes_adv','1',NULL),(910,2,1734080100,'mod_lesson','minimumnumberofquestions','0',NULL),(911,2,1734080100,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(912,2,1734080100,'page','displayoptions','5',NULL),(913,2,1734080100,'page','printintro','0',NULL),(914,2,1734080100,'page','printlastmodified','1',NULL),(915,2,1734080100,'page','display','5',NULL),(916,2,1734080100,'page','popupwidth','620',NULL),(917,2,1734080100,'page','popupheight','450',NULL),(918,2,1734080100,'quiz','timelimit','0',NULL),(919,2,1734080100,'quiz','timelimit_adv','',NULL),(920,2,1734080100,'quiz','timelimit_locked','',NULL),(921,2,1734080100,'quiz','notifyattemptgradeddelay','18000',NULL),(922,2,1734080100,'quiz','overduehandling','autosubmit',NULL),(923,2,1734080100,'quiz','overduehandling_adv','',NULL),(924,2,1734080100,'quiz','overduehandling_locked','',NULL),(925,2,1734080100,'quiz','graceperiod','86400',NULL),(926,2,1734080100,'quiz','graceperiod_adv','',NULL),(927,2,1734080100,'quiz','graceperiod_locked','',NULL),(928,2,1734080100,'quiz','graceperiodmin','60',NULL),(929,2,1734080100,'quiz','attempts','0',NULL),(930,2,1734080100,'quiz','attempts_adv','',NULL),(931,2,1734080100,'quiz','attempts_locked','',NULL),(932,2,1734080100,'quiz','grademethod','1',NULL),(933,2,1734080100,'quiz','grademethod_adv','',NULL),(934,2,1734080100,'quiz','grademethod_locked','',NULL),(935,2,1734080100,'quiz','maximumgrade','10',NULL),(936,2,1734080100,'quiz','maximumgrade_locked','',NULL),(937,2,1734080100,'quiz','questionsperpage','1',NULL),(938,2,1734080100,'quiz','questionsperpage_adv','',NULL),(939,2,1734080100,'quiz','questionsperpage_locked','',NULL),(940,2,1734080100,'quiz','navmethod','free',NULL),(941,2,1734080100,'quiz','navmethod_adv','1',NULL),(942,2,1734080100,'quiz','navmethod_locked','',NULL),(943,2,1734080100,'quiz','shuffleanswers','1',NULL),(944,2,1734080100,'quiz','shuffleanswers_adv','',NULL),(945,2,1734080100,'quiz','shuffleanswers_locked','',NULL),(946,2,1734080100,'quiz','preferredbehaviour','deferredfeedback',NULL),(947,2,1734080100,'quiz','preferredbehaviour_locked','',NULL),(948,2,1734080100,'quiz','canredoquestions','0',NULL),(949,2,1734080100,'quiz','canredoquestions_adv','1',NULL),(950,2,1734080100,'quiz','canredoquestions_locked','',NULL),(951,2,1734080100,'quiz','attemptonlast','0',NULL),(952,2,1734080100,'quiz','attemptonlast_adv','1',NULL),(953,2,1734080100,'quiz','attemptonlast_locked','',NULL),(954,2,1734080100,'quiz','reviewattempt','69904',NULL),(955,2,1734080100,'quiz','reviewcorrectness','69904',NULL),(956,2,1734080100,'quiz','reviewmarks','69904',NULL),(957,2,1734080100,'quiz','reviewspecificfeedback','69904',NULL),(958,2,1734080100,'quiz','reviewgeneralfeedback','69904',NULL),(959,2,1734080100,'quiz','reviewrightanswer','69904',NULL),(960,2,1734080100,'quiz','reviewoverallfeedback','4368',NULL),(961,2,1734080100,'quiz','showuserpicture','0',NULL),(962,2,1734080100,'quiz','showuserpicture_adv','',NULL),(963,2,1734080100,'quiz','showuserpicture_locked','',NULL),(964,2,1734080100,'quiz','decimalpoints','2',NULL),(965,2,1734080100,'quiz','decimalpoints_adv','',NULL),(966,2,1734080100,'quiz','decimalpoints_locked','',NULL),(967,2,1734080100,'quiz','questiondecimalpoints','-1',NULL),(968,2,1734080100,'quiz','questiondecimalpoints_adv','',NULL),(969,2,1734080100,'quiz','questiondecimalpoints_locked','',NULL),(970,2,1734080100,'quiz','showblocks','0',NULL),(971,2,1734080100,'quiz','showblocks_adv','1',NULL),(972,2,1734080100,'quiz','showblocks_locked','',NULL),(973,2,1734080100,'quiz','quizpassword','',NULL),(974,2,1734080100,'quiz','quizpassword_adv','',NULL),(975,2,1734080100,'quiz','quizpassword_required','',NULL),(976,2,1734080101,'quiz','quizpassword_locked','',NULL),(977,2,1734080101,'quiz','subnet','',NULL),(978,2,1734080101,'quiz','subnet_adv','1',NULL),(979,2,1734080101,'quiz','subnet_locked','',NULL),(980,2,1734080101,'quiz','delay1','0',NULL),(981,2,1734080101,'quiz','delay1_adv','1',NULL),(982,2,1734080101,'quiz','delay1_locked','',NULL),(983,2,1734080101,'quiz','delay2','0',NULL),(984,2,1734080101,'quiz','delay2_adv','1',NULL),(985,2,1734080101,'quiz','delay2_locked','',NULL),(986,2,1734080101,'quiz','browsersecurity','-',NULL),(987,2,1734080101,'quiz','browsersecurity_adv','1',NULL),(988,2,1734080101,'quiz','browsersecurity_locked','',NULL),(989,2,1734080101,'quiz','initialnumfeedbacks','2',NULL),(990,2,1734080101,'quiz','autosaveperiod','60',NULL),(991,2,1734080101,'quiz_statistics','getstatslocktimeout','900',NULL),(992,2,1734080101,'quizaccess_seb','autoreconfigureseb','1',NULL),(993,2,1734080101,'quizaccess_seb','showseblinks','seb,http',NULL),(994,2,1734080101,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(995,2,1734080101,'quizaccess_seb','quizpasswordrequired','0',NULL),(996,2,1734080101,'quizaccess_seb','displayblocksbeforestart','0',NULL),(997,2,1734080101,'quizaccess_seb','displayblockswhenfinished','1',NULL),(998,2,1734080101,'scorm','displaycoursestructure','0',NULL),(999,2,1734080101,'scorm','displaycoursestructure_adv','',NULL),(1000,2,1734080101,'scorm','popup','0',NULL),(1001,2,1734080101,'scorm','popup_adv','',NULL),(1002,2,1734080101,'scorm','framewidth','100',NULL),(1003,2,1734080101,'scorm','framewidth_adv','1',NULL),(1004,2,1734080101,'scorm','frameheight','500',NULL),(1005,2,1734080101,'scorm','frameheight_adv','1',NULL),(1006,2,1734080101,'scorm','winoptgrp_adv','1',NULL),(1007,2,1734080101,'scorm','scrollbars','0',NULL),(1008,2,1734080101,'scorm','directories','0',NULL),(1009,2,1734080101,'scorm','location','0',NULL),(1010,2,1734080101,'scorm','menubar','0',NULL),(1011,2,1734080101,'scorm','toolbar','0',NULL),(1012,2,1734080101,'scorm','status','0',NULL),(1013,2,1734080101,'scorm','skipview','0',NULL),(1014,2,1734080101,'scorm','skipview_adv','1',NULL),(1015,2,1734080101,'scorm','hidebrowse','0',NULL),(1016,2,1734080101,'scorm','hidebrowse_adv','1',NULL),(1017,2,1734080101,'scorm','hidetoc','0',NULL),(1018,2,1734080101,'scorm','hidetoc_adv','1',NULL),(1019,2,1734080101,'scorm','nav','1',NULL),(1020,2,1734080101,'scorm','nav_adv','1',NULL),(1021,2,1734080101,'scorm','navpositionleft','-100',NULL),(1022,2,1734080101,'scorm','navpositionleft_adv','1',NULL),(1023,2,1734080101,'scorm','navpositiontop','-100',NULL),(1024,2,1734080101,'scorm','navpositiontop_adv','1',NULL),(1025,2,1734080101,'scorm','collapsetocwinsize','767',NULL),(1026,2,1734080101,'scorm','collapsetocwinsize_adv','1',NULL),(1027,2,1734080101,'scorm','displayattemptstatus','1',NULL),(1028,2,1734080101,'scorm','displayattemptstatus_adv','',NULL),(1029,2,1734080101,'scorm','grademethod','1',NULL),(1030,2,1734080101,'scorm','maxgrade','100',NULL),(1031,2,1734080101,'scorm','maxattempt','0',NULL),(1032,2,1734080101,'scorm','whatgrade','0',NULL),(1033,2,1734080101,'scorm','forcecompleted','0',NULL),(1034,2,1734080101,'scorm','forcenewattempt','0',NULL),(1035,2,1734080101,'scorm','autocommit','0',NULL),(1036,2,1734080101,'scorm','masteryoverride','1',NULL),(1037,2,1734080101,'scorm','lastattemptlock','0',NULL),(1038,2,1734080101,'scorm','auto','0',NULL),(1039,2,1734080101,'scorm','updatefreq','0',NULL),(1040,2,1734080101,'scorm','scormstandard','0',NULL),(1041,2,1734080101,'scorm','allowtypeexternal','0',NULL),(1042,2,1734080101,'scorm','allowtypelocalsync','0',NULL),(1043,2,1734080101,'scorm','allowtypeexternalaicc','0',NULL),(1044,2,1734080101,'scorm','allowaicchacp','0',NULL),(1045,2,1734080101,'scorm','aicchacptimeout','30',NULL),(1046,2,1734080101,'scorm','aicchacpkeepsessiondata','1',NULL),(1047,2,1734080101,'scorm','aiccuserid','1',NULL),(1048,2,1734080101,'scorm','forcejavascript','1',NULL),(1049,2,1734080101,'scorm','allowapidebug','0',NULL),(1050,2,1734080101,'scorm','apidebugmask','.*',NULL),(1051,2,1734080101,'scorm','protectpackagedownloads','0',NULL),(1052,2,1734080101,'label','dndmedia','1',NULL),(1053,2,1734080102,'label','dndresizewidth','400',NULL),(1054,2,1734080102,'label','dndresizeheight','400',NULL),(1055,2,1734080102,'url','framesize','130',NULL),(1056,2,1734080102,'url','secretphrase','',NULL),(1057,2,1734080102,'url','rolesinparams','0',NULL),(1058,2,1734080102,'url','displayoptions','0,1,5,6',NULL),(1059,2,1734080102,'url','printintro','1',NULL),(1060,2,1734080102,'url','display','0',NULL),(1061,2,1734080102,'url','popupwidth','620',NULL),(1062,2,1734080102,'url','popupheight','450',NULL),(1063,2,1734080102,'workshop','grade','80',NULL),(1064,2,1734080102,'workshop','gradinggrade','20',NULL),(1065,2,1734080102,'workshop','gradedecimals','0',NULL),(1066,2,1734080102,'workshop','maxbytes','0',NULL),(1067,2,1734080102,'workshop','strategy','accumulative',NULL),(1068,2,1734080102,'workshop','examplesmode','0',NULL),(1069,2,1734080102,'workshopallocation_random','numofreviews','5',NULL),(1070,2,1734080102,'workshopform_numerrors','grade0','No',NULL),(1071,2,1734080102,'workshopform_numerrors','grade1','Yes',NULL),(1072,2,1734080102,'workshopeval_best','comparison','5',NULL),(1073,2,1734080102,'tool_brickfield','analysistype','0',NULL),(1074,2,1734080102,'tool_brickfield','deletehistoricaldata','1',NULL),(1075,2,1734080102,'tool_brickfield','batch','1000',NULL),(1076,2,1734080102,'tool_brickfield','perpage','50',NULL),(1077,2,1734080102,'tool_recyclebin','coursebinenable','1',NULL),(1078,2,1734080102,'tool_recyclebin','coursebinexpiry','604800',NULL),(1079,2,1734080102,'tool_recyclebin','categorybinenable','1',NULL),(1080,2,1734080102,'tool_recyclebin','categorybinexpiry','604800',NULL),(1081,2,1734080102,'tool_recyclebin','autohide','1',NULL),(1082,2,1734080102,'antivirus_clamav','runningmethod','commandline',NULL),(1083,2,1734080102,'antivirus_clamav','pathtoclam','',NULL),(1084,2,1734080102,'antivirus_clamav','pathtounixsocket','',NULL),(1085,2,1734080102,'antivirus_clamav','tcpsockethost','',NULL),(1086,2,1734080102,'antivirus_clamav','tcpsocketport','3310',NULL),(1087,2,1734080102,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1088,2,1734080102,'antivirus_clamav','tries','1',NULL),(1089,2,1734080102,'auth_cas','auth_name','CAS',NULL),(1090,2,1734080102,'auth_cas','auth_logo','',NULL),(1091,2,1734080102,'auth_cas','hostname','',NULL),(1092,2,1734080102,'auth_cas','baseuri','',NULL),(1093,2,1734080102,'auth_cas','port','0',NULL),(1094,2,1734080102,'auth_cas','casversion','2.0',NULL),(1095,2,1734080102,'auth_cas','language','CAS_Languages_English',NULL),(1096,2,1734080102,'auth_cas','proxycas','0',NULL),(1097,2,1734080102,'auth_cas','logoutcas','0',NULL),(1098,2,1734080102,'auth_cas','multiauth','0',NULL),(1099,2,1734080102,'auth_cas','certificate_check','0',NULL),(1100,2,1734080102,'auth_cas','certificate_path','',NULL),(1101,2,1734080102,'auth_cas','curl_ssl_version','',NULL),(1102,2,1734080102,'auth_cas','logout_return_url','',NULL),(1103,2,1734080102,'auth_cas','host_url','',NULL),(1104,2,1734080102,'auth_cas','ldap_version','3',NULL),(1105,2,1734080102,'auth_cas','start_tls','0',NULL),(1106,2,1734080102,'auth_cas','ldapencoding','utf-8',NULL),(1107,2,1734080102,'auth_cas','pagesize','250',NULL),(1108,2,1734080102,'auth_cas','bind_dn','',NULL),(1109,2,1734080102,'auth_cas','bind_pw','',NULL),(1110,2,1734080102,'auth_cas','user_type','default',NULL),(1111,2,1734080102,'auth_cas','contexts','',NULL),(1112,2,1734080102,'auth_cas','search_sub','0',NULL),(1113,2,1734080102,'auth_cas','opt_deref','0',NULL),(1114,2,1734080102,'auth_cas','user_attribute','',NULL),(1115,2,1734080102,'auth_cas','memberattribute','',NULL),(1116,2,1734080102,'auth_cas','memberattribute_isdn','0',NULL),(1117,2,1734080102,'auth_cas','objectclass','',NULL),(1118,2,1734080102,'auth_cas','attrcreators','',NULL),(1119,2,1734080102,'auth_cas','groupecreators','',NULL),(1120,2,1734080103,'auth_cas','removeuser','0',NULL),(1121,2,1734080103,'auth_cas','field_map_firstname','',NULL),(1122,2,1734080103,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1123,2,1734080103,'auth_cas','field_updateremote_firstname','0',NULL),(1124,2,1734080103,'auth_cas','field_lock_firstname','unlocked',NULL),(1125,2,1734080103,'auth_cas','field_map_lastname','',NULL),(1126,2,1734080103,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1127,2,1734080103,'auth_cas','field_updateremote_lastname','0',NULL),(1128,2,1734080103,'auth_cas','field_lock_lastname','unlocked',NULL),(1129,2,1734080103,'auth_cas','field_map_email','',NULL),(1130,2,1734080103,'auth_cas','field_updatelocal_email','oncreate',NULL),(1131,2,1734080103,'auth_cas','field_updateremote_email','0',NULL),(1132,2,1734080103,'auth_cas','field_lock_email','unlocked',NULL),(1133,2,1734080103,'auth_cas','field_map_city','',NULL),(1134,2,1734080103,'auth_cas','field_updatelocal_city','oncreate',NULL),(1135,2,1734080103,'auth_cas','field_updateremote_city','0',NULL),(1136,2,1734080103,'auth_cas','field_lock_city','unlocked',NULL),(1137,2,1734080103,'auth_cas','field_map_country','',NULL),(1138,2,1734080103,'auth_cas','field_updatelocal_country','oncreate',NULL),(1139,2,1734080103,'auth_cas','field_updateremote_country','0',NULL),(1140,2,1734080103,'auth_cas','field_lock_country','unlocked',NULL),(1141,2,1734080103,'auth_cas','field_map_lang','',NULL),(1142,2,1734080103,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1143,2,1734080103,'auth_cas','field_updateremote_lang','0',NULL),(1144,2,1734080103,'auth_cas','field_lock_lang','unlocked',NULL),(1145,2,1734080103,'auth_cas','field_map_description','',NULL),(1146,2,1734080103,'auth_cas','field_updatelocal_description','oncreate',NULL),(1147,2,1734080103,'auth_cas','field_updateremote_description','0',NULL),(1148,2,1734080103,'auth_cas','field_lock_description','unlocked',NULL),(1149,2,1734080103,'auth_cas','field_map_idnumber','',NULL),(1150,2,1734080103,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1151,2,1734080103,'auth_cas','field_updateremote_idnumber','0',NULL),(1152,2,1734080103,'auth_cas','field_lock_idnumber','unlocked',NULL),(1153,2,1734080103,'auth_cas','field_map_institution','',NULL),(1154,2,1734080103,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1155,2,1734080103,'auth_cas','field_updateremote_institution','0',NULL),(1156,2,1734080103,'auth_cas','field_lock_institution','unlocked',NULL),(1157,2,1734080103,'auth_cas','field_map_department','',NULL),(1158,2,1734080103,'auth_cas','field_updatelocal_department','oncreate',NULL),(1159,2,1734080103,'auth_cas','field_updateremote_department','0',NULL),(1160,2,1734080103,'auth_cas','field_lock_department','unlocked',NULL),(1161,2,1734080103,'auth_cas','field_map_phone1','',NULL),(1162,2,1734080103,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1163,2,1734080103,'auth_cas','field_updateremote_phone1','0',NULL),(1164,2,1734080103,'auth_cas','field_lock_phone1','unlocked',NULL),(1165,2,1734080103,'auth_cas','field_map_phone2','',NULL),(1166,2,1734080103,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1167,2,1734080103,'auth_cas','field_updateremote_phone2','0',NULL),(1168,2,1734080103,'auth_cas','field_lock_phone2','unlocked',NULL),(1169,2,1734080103,'auth_cas','field_map_address','',NULL),(1170,2,1734080103,'auth_cas','field_updatelocal_address','oncreate',NULL),(1171,2,1734080103,'auth_cas','field_updateremote_address','0',NULL),(1172,2,1734080103,'auth_cas','field_lock_address','unlocked',NULL),(1173,2,1734080103,'auth_cas','field_map_firstnamephonetic','',NULL),(1174,2,1734080103,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1175,2,1734080103,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1176,2,1734080103,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1177,2,1734080103,'auth_cas','field_map_lastnamephonetic','',NULL),(1178,2,1734080103,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1179,2,1734080103,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1180,2,1734080103,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1181,2,1734080103,'auth_cas','field_map_middlename','',NULL),(1182,2,1734080103,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1183,2,1734080103,'auth_cas','field_updateremote_middlename','0',NULL),(1184,2,1734080103,'auth_cas','field_lock_middlename','unlocked',NULL),(1185,2,1734080103,'auth_cas','field_map_alternatename','',NULL),(1186,2,1734080103,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1187,2,1734080103,'auth_cas','field_updateremote_alternatename','0',NULL),(1188,2,1734080103,'auth_cas','field_lock_alternatename','unlocked',NULL),(1189,2,1734080104,'auth_email','recaptcha','0',NULL),(1190,2,1734080104,'auth_email','field_lock_firstname','unlocked',NULL),(1191,2,1734080104,'auth_email','field_lock_lastname','unlocked',NULL),(1192,2,1734080104,'auth_email','field_lock_email','unlocked',NULL),(1193,2,1734080104,'auth_email','field_lock_city','unlocked',NULL),(1194,2,1734080104,'auth_email','field_lock_country','unlocked',NULL),(1195,2,1734080104,'auth_email','field_lock_lang','unlocked',NULL),(1196,2,1734080104,'auth_email','field_lock_description','unlocked',NULL),(1197,2,1734080104,'auth_email','field_lock_idnumber','unlocked',NULL),(1198,2,1734080104,'auth_email','field_lock_institution','unlocked',NULL),(1199,2,1734080104,'auth_email','field_lock_department','unlocked',NULL),(1200,2,1734080104,'auth_email','field_lock_phone1','unlocked',NULL),(1201,2,1734080104,'auth_email','field_lock_phone2','unlocked',NULL),(1202,2,1734080104,'auth_email','field_lock_address','unlocked',NULL),(1203,2,1734080104,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1204,2,1734080104,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1205,2,1734080104,'auth_email','field_lock_middlename','unlocked',NULL),(1206,2,1734080104,'auth_email','field_lock_alternatename','unlocked',NULL),(1207,2,1734080104,'auth_db','host','127.0.0.1',NULL),(1208,2,1734080104,'auth_db','type','mysqli',NULL),(1209,2,1734080104,'auth_db','sybasequoting','0',NULL),(1210,2,1734080104,'auth_db','name','',NULL),(1211,2,1734080104,'auth_db','user','',NULL),(1212,2,1734080104,'auth_db','pass','',NULL),(1213,2,1734080104,'auth_db','table','',NULL),(1214,2,1734080104,'auth_db','fielduser','',NULL),(1215,2,1734080104,'auth_db','fieldpass','',NULL),(1216,2,1734080104,'auth_db','passtype','plaintext',NULL),(1217,2,1734080104,'auth_db','extencoding','utf-8',NULL),(1218,2,1734080104,'auth_db','setupsql','',NULL),(1219,2,1734080104,'auth_db','debugauthdb','0',NULL),(1220,2,1734080104,'auth_db','changepasswordurl','',NULL),(1221,2,1734080104,'auth_db','removeuser','0',NULL),(1222,2,1734080104,'auth_db','updateusers','0',NULL),(1223,2,1734080104,'auth_db','field_map_firstname','',NULL),(1224,2,1734080104,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1225,2,1734080104,'auth_db','field_updateremote_firstname','0',NULL),(1226,2,1734080104,'auth_db','field_lock_firstname','unlocked',NULL),(1227,2,1734080104,'auth_db','field_map_lastname','',NULL),(1228,2,1734080104,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1229,2,1734080104,'auth_db','field_updateremote_lastname','0',NULL),(1230,2,1734080104,'auth_db','field_lock_lastname','unlocked',NULL),(1231,2,1734080104,'auth_db','field_map_email','',NULL),(1232,2,1734080104,'auth_db','field_updatelocal_email','oncreate',NULL),(1233,2,1734080104,'auth_db','field_updateremote_email','0',NULL),(1234,2,1734080104,'auth_db','field_lock_email','unlocked',NULL),(1235,2,1734080104,'auth_db','field_map_city','',NULL),(1236,2,1734080104,'auth_db','field_updatelocal_city','oncreate',NULL),(1237,2,1734080104,'auth_db','field_updateremote_city','0',NULL),(1238,2,1734080104,'auth_db','field_lock_city','unlocked',NULL),(1239,2,1734080104,'auth_db','field_map_country','',NULL),(1240,2,1734080104,'auth_db','field_updatelocal_country','oncreate',NULL),(1241,2,1734080104,'auth_db','field_updateremote_country','0',NULL),(1242,2,1734080104,'auth_db','field_lock_country','unlocked',NULL),(1243,2,1734080104,'auth_db','field_map_lang','',NULL),(1244,2,1734080104,'auth_db','field_updatelocal_lang','oncreate',NULL),(1245,2,1734080104,'auth_db','field_updateremote_lang','0',NULL),(1246,2,1734080104,'auth_db','field_lock_lang','unlocked',NULL),(1247,2,1734080104,'auth_db','field_map_description','',NULL),(1248,2,1734080104,'auth_db','field_updatelocal_description','oncreate',NULL),(1249,2,1734080104,'auth_db','field_updateremote_description','0',NULL),(1250,2,1734080104,'auth_db','field_lock_description','unlocked',NULL),(1251,2,1734080104,'auth_db','field_map_idnumber','',NULL),(1252,2,1734080104,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1253,2,1734080104,'auth_db','field_updateremote_idnumber','0',NULL),(1254,2,1734080104,'auth_db','field_lock_idnumber','unlocked',NULL),(1255,2,1734080104,'auth_db','field_map_institution','',NULL),(1256,2,1734080104,'auth_db','field_updatelocal_institution','oncreate',NULL),(1257,2,1734080104,'auth_db','field_updateremote_institution','0',NULL),(1258,2,1734080104,'auth_db','field_lock_institution','unlocked',NULL),(1259,2,1734080104,'auth_db','field_map_department','',NULL),(1260,2,1734080104,'auth_db','field_updatelocal_department','oncreate',NULL),(1261,2,1734080104,'auth_db','field_updateremote_department','0',NULL),(1262,2,1734080104,'auth_db','field_lock_department','unlocked',NULL),(1263,2,1734080104,'auth_db','field_map_phone1','',NULL),(1264,2,1734080104,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1265,2,1734080104,'auth_db','field_updateremote_phone1','0',NULL),(1266,2,1734080104,'auth_db','field_lock_phone1','unlocked',NULL),(1267,2,1734080104,'auth_db','field_map_phone2','',NULL),(1268,2,1734080104,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1269,2,1734080104,'auth_db','field_updateremote_phone2','0',NULL),(1270,2,1734080105,'auth_db','field_lock_phone2','unlocked',NULL),(1271,2,1734080105,'auth_db','field_map_address','',NULL),(1272,2,1734080105,'auth_db','field_updatelocal_address','oncreate',NULL),(1273,2,1734080105,'auth_db','field_updateremote_address','0',NULL),(1274,2,1734080105,'auth_db','field_lock_address','unlocked',NULL),(1275,2,1734080105,'auth_db','field_map_firstnamephonetic','',NULL),(1276,2,1734080105,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1277,2,1734080105,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1278,2,1734080105,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1279,2,1734080105,'auth_db','field_map_lastnamephonetic','',NULL),(1280,2,1734080105,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1281,2,1734080105,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1282,2,1734080105,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1283,2,1734080105,'auth_db','field_map_middlename','',NULL),(1284,2,1734080105,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1285,2,1734080105,'auth_db','field_updateremote_middlename','0',NULL),(1286,2,1734080105,'auth_db','field_lock_middlename','unlocked',NULL),(1287,2,1734080105,'auth_db','field_map_alternatename','',NULL),(1288,2,1734080105,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1289,2,1734080105,'auth_db','field_updateremote_alternatename','0',NULL),(1290,2,1734080105,'auth_db','field_lock_alternatename','unlocked',NULL),(1291,2,1734080105,'auth_ldap','host_url','',NULL),(1292,2,1734080105,'auth_ldap','ldap_version','3',NULL),(1293,2,1734080105,'auth_ldap','start_tls','0',NULL),(1294,2,1734080105,'auth_ldap','ldapencoding','utf-8',NULL),(1295,2,1734080105,'auth_ldap','pagesize','250',NULL),(1296,2,1734080105,'auth_ldap','preventpassindb','0',NULL),(1297,2,1734080105,'auth_ldap','bind_dn','',NULL),(1298,2,1734080105,'auth_ldap','bind_pw','',NULL),(1299,2,1734080105,'auth_ldap','user_type','default',NULL),(1300,2,1734080105,'auth_ldap','contexts','',NULL),(1301,2,1734080105,'auth_ldap','search_sub','0',NULL),(1302,2,1734080105,'auth_ldap','opt_deref','0',NULL),(1303,2,1734080105,'auth_ldap','user_attribute','',NULL),(1304,2,1734080105,'auth_ldap','suspended_attribute','',NULL),(1305,2,1734080105,'auth_ldap','memberattribute','',NULL),(1306,2,1734080105,'auth_ldap','memberattribute_isdn','0',NULL),(1307,2,1734080105,'auth_ldap','objectclass','',NULL),(1308,2,1734080105,'auth_ldap','forcechangepassword','0',NULL),(1309,2,1734080105,'auth_ldap','stdchangepassword','0',NULL),(1310,2,1734080105,'auth_ldap','passtype','plaintext',NULL),(1311,2,1734080105,'auth_ldap','changepasswordurl','',NULL),(1312,2,1734080105,'auth_ldap','expiration','0',NULL),(1313,2,1734080105,'auth_ldap','expiration_warning','',NULL),(1314,2,1734080105,'auth_ldap','expireattr','',NULL),(1315,2,1734080105,'auth_ldap','gracelogins','0',NULL),(1316,2,1734080105,'auth_ldap','graceattr','',NULL),(1317,2,1734080105,'auth_ldap','auth_user_create','0',NULL),(1318,2,1734080105,'auth_ldap','create_context','',NULL),(1319,2,1734080105,'auth_ldap','managercontext','',NULL),(1320,2,1734080105,'auth_ldap','coursecreatorcontext','',NULL),(1321,2,1734080105,'auth_ldap','removeuser','0',NULL),(1322,2,1734080105,'auth_ldap','sync_suspended','0',NULL),(1323,2,1734080105,'auth_ldap','ntlmsso_enabled','0',NULL),(1324,2,1734080105,'auth_ldap','ntlmsso_subnet','',NULL),(1325,2,1734080105,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1326,2,1734080105,'auth_ldap','ntlmsso_type','ntlm',NULL),(1327,2,1734080105,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1328,2,1734080105,'auth_ldap','field_map_firstname','',NULL),(1329,2,1734080105,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1330,2,1734080105,'auth_ldap','field_updateremote_firstname','0',NULL),(1331,2,1734080105,'auth_ldap','field_lock_firstname','unlocked',NULL),(1332,2,1734080105,'auth_ldap','field_map_lastname','',NULL),(1333,2,1734080105,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1334,2,1734080105,'auth_ldap','field_updateremote_lastname','0',NULL),(1335,2,1734080105,'auth_ldap','field_lock_lastname','unlocked',NULL),(1336,2,1734080105,'auth_ldap','field_map_email','',NULL),(1337,2,1734080105,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1338,2,1734080105,'auth_ldap','field_updateremote_email','0',NULL),(1339,2,1734080105,'auth_ldap','field_lock_email','unlocked',NULL),(1340,2,1734080105,'auth_ldap','field_map_city','',NULL),(1341,2,1734080105,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1342,2,1734080105,'auth_ldap','field_updateremote_city','0',NULL),(1343,2,1734080105,'auth_ldap','field_lock_city','unlocked',NULL),(1344,2,1734080105,'auth_ldap','field_map_country','',NULL),(1345,2,1734080105,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1346,2,1734080105,'auth_ldap','field_updateremote_country','0',NULL),(1347,2,1734080105,'auth_ldap','field_lock_country','unlocked',NULL),(1348,2,1734080105,'auth_ldap','field_map_lang','',NULL),(1349,2,1734080105,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1350,2,1734080105,'auth_ldap','field_updateremote_lang','0',NULL),(1351,2,1734080105,'auth_ldap','field_lock_lang','unlocked',NULL),(1352,2,1734080105,'auth_ldap','field_map_description','',NULL),(1353,2,1734080105,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1354,2,1734080105,'auth_ldap','field_updateremote_description','0',NULL),(1355,2,1734080106,'auth_ldap','field_lock_description','unlocked',NULL),(1356,2,1734080106,'auth_ldap','field_map_idnumber','',NULL),(1357,2,1734080106,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1358,2,1734080106,'auth_ldap','field_updateremote_idnumber','0',NULL),(1359,2,1734080106,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1360,2,1734080106,'auth_ldap','field_map_institution','',NULL),(1361,2,1734080106,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1362,2,1734080106,'auth_ldap','field_updateremote_institution','0',NULL),(1363,2,1734080106,'auth_ldap','field_lock_institution','unlocked',NULL),(1364,2,1734080106,'auth_ldap','field_map_department','',NULL),(1365,2,1734080106,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1366,2,1734080106,'auth_ldap','field_updateremote_department','0',NULL),(1367,2,1734080106,'auth_ldap','field_lock_department','unlocked',NULL),(1368,2,1734080106,'auth_ldap','field_map_phone1','',NULL),(1369,2,1734080106,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1370,2,1734080106,'auth_ldap','field_updateremote_phone1','0',NULL),(1371,2,1734080106,'auth_ldap','field_lock_phone1','unlocked',NULL),(1372,2,1734080106,'auth_ldap','field_map_phone2','',NULL),(1373,2,1734080106,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1374,2,1734080106,'auth_ldap','field_updateremote_phone2','0',NULL),(1375,2,1734080106,'auth_ldap','field_lock_phone2','unlocked',NULL),(1376,2,1734080106,'auth_ldap','field_map_address','',NULL),(1377,2,1734080106,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1378,2,1734080106,'auth_ldap','field_updateremote_address','0',NULL),(1379,2,1734080106,'auth_ldap','field_lock_address','unlocked',NULL),(1380,2,1734080106,'auth_ldap','field_map_firstnamephonetic','',NULL),(1381,2,1734080106,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1382,2,1734080106,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1383,2,1734080106,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1384,2,1734080106,'auth_ldap','field_map_lastnamephonetic','',NULL),(1385,2,1734080106,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1386,2,1734080106,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1387,2,1734080106,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1388,2,1734080106,'auth_ldap','field_map_middlename','',NULL),(1389,2,1734080106,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1390,2,1734080106,'auth_ldap','field_updateremote_middlename','0',NULL),(1391,2,1734080106,'auth_ldap','field_lock_middlename','unlocked',NULL),(1392,2,1734080106,'auth_ldap','field_map_alternatename','',NULL),(1393,2,1734080106,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1394,2,1734080106,'auth_ldap','field_updateremote_alternatename','0',NULL),(1395,2,1734080106,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1396,2,1734080106,'auth_manual','expiration','0',NULL),(1397,2,1734080106,'auth_manual','expirationtime','30',NULL),(1398,2,1734080106,'auth_manual','expiration_warning','0',NULL),(1399,2,1734080106,'auth_manual','field_lock_firstname','unlocked',NULL),(1400,2,1734080106,'auth_manual','field_lock_lastname','unlocked',NULL),(1401,2,1734080106,'auth_manual','field_lock_email','unlocked',NULL),(1402,2,1734080106,'auth_manual','field_lock_city','unlocked',NULL),(1403,2,1734080106,'auth_manual','field_lock_country','unlocked',NULL),(1404,2,1734080106,'auth_manual','field_lock_lang','unlocked',NULL),(1405,2,1734080106,'auth_manual','field_lock_description','unlocked',NULL),(1406,2,1734080106,'auth_manual','field_lock_idnumber','unlocked',NULL),(1407,2,1734080106,'auth_manual','field_lock_institution','unlocked',NULL),(1408,2,1734080106,'auth_manual','field_lock_department','unlocked',NULL),(1409,2,1734080106,'auth_manual','field_lock_phone1','unlocked',NULL),(1410,2,1734080106,'auth_manual','field_lock_phone2','unlocked',NULL),(1411,2,1734080106,'auth_manual','field_lock_address','unlocked',NULL),(1412,2,1734080106,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1413,2,1734080106,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1414,2,1734080106,'auth_manual','field_lock_middlename','unlocked',NULL),(1415,2,1734080106,'auth_manual','field_lock_alternatename','unlocked',NULL),(1416,2,1734080106,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1417,2,1734080106,'auth_none','field_lock_firstname','unlocked',NULL),(1418,2,1734080106,'auth_none','field_lock_lastname','unlocked',NULL),(1419,2,1734080106,'auth_none','field_lock_email','unlocked',NULL),(1420,2,1734080106,'auth_none','field_lock_city','unlocked',NULL),(1421,2,1734080106,'auth_none','field_lock_country','unlocked',NULL),(1422,2,1734080106,'auth_none','field_lock_lang','unlocked',NULL),(1423,2,1734080106,'auth_none','field_lock_description','unlocked',NULL),(1424,2,1734080106,'auth_none','field_lock_idnumber','unlocked',NULL),(1425,2,1734080106,'auth_none','field_lock_institution','unlocked',NULL),(1426,2,1734080106,'auth_none','field_lock_department','unlocked',NULL),(1427,2,1734080107,'auth_none','field_lock_phone1','unlocked',NULL),(1428,2,1734080107,'auth_none','field_lock_phone2','unlocked',NULL),(1429,2,1734080107,'auth_none','field_lock_address','unlocked',NULL),(1430,2,1734080107,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1431,2,1734080107,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1432,2,1734080107,'auth_none','field_lock_middlename','unlocked',NULL),(1433,2,1734080107,'auth_none','field_lock_alternatename','unlocked',NULL),(1434,2,1734080107,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1435,2,1734080107,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1436,2,1734080107,'auth_oauth2','field_lock_email','unlocked',NULL),(1437,2,1734080107,'auth_oauth2','field_lock_city','unlocked',NULL),(1438,2,1734080107,'auth_oauth2','field_lock_country','unlocked',NULL),(1439,2,1734080107,'auth_oauth2','field_lock_lang','unlocked',NULL),(1440,2,1734080107,'auth_oauth2','field_lock_description','unlocked',NULL),(1441,2,1734080107,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1442,2,1734080107,'auth_oauth2','field_lock_institution','unlocked',NULL),(1443,2,1734080107,'auth_oauth2','field_lock_department','unlocked',NULL),(1444,2,1734080107,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1445,2,1734080107,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1446,2,1734080107,'auth_oauth2','field_lock_address','unlocked',NULL),(1447,2,1734080107,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1448,2,1734080107,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1449,2,1734080107,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1450,2,1734080107,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1451,2,1734080107,'auth_shibboleth','user_attribute','',NULL),(1452,2,1734080107,'auth_shibboleth','convert_data','',NULL),(1453,2,1734080107,'auth_shibboleth','alt_login','off',NULL),(1454,2,1734080107,'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),(1455,2,1734080107,'auth_shibboleth','logout_handler','',NULL),(1456,2,1734080107,'auth_shibboleth','logout_return_url','',NULL),(1457,2,1734080107,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1458,2,1734080107,'auth_shibboleth','auth_logo','',NULL),(1459,2,1734080107,'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),(1460,2,1734080107,'auth_shibboleth','changepasswordurl','',NULL),(1461,2,1734080107,'auth_shibboleth','field_map_firstname','',NULL),(1462,2,1734080107,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1463,2,1734080107,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1464,2,1734080107,'auth_shibboleth','field_map_lastname','',NULL),(1465,2,1734080107,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1466,2,1734080107,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1467,2,1734080107,'auth_shibboleth','field_map_email','',NULL),(1468,2,1734080107,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1469,2,1734080107,'auth_shibboleth','field_lock_email','unlocked',NULL),(1470,2,1734080107,'auth_shibboleth','field_map_city','',NULL),(1471,2,1734080107,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1472,2,1734080107,'auth_shibboleth','field_lock_city','unlocked',NULL),(1473,2,1734080107,'auth_shibboleth','field_map_country','',NULL),(1474,2,1734080107,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1475,2,1734080107,'auth_shibboleth','field_lock_country','unlocked',NULL),(1476,2,1734080107,'auth_shibboleth','field_map_lang','',NULL),(1477,2,1734080107,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1478,2,1734080107,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1479,2,1734080107,'auth_shibboleth','field_map_description','',NULL),(1480,2,1734080107,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1481,2,1734080107,'auth_shibboleth','field_lock_description','unlocked',NULL),(1482,2,1734080107,'auth_shibboleth','field_map_idnumber','',NULL),(1483,2,1734080107,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1484,2,1734080107,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1485,2,1734080107,'auth_shibboleth','field_map_institution','',NULL),(1486,2,1734080107,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1487,2,1734080107,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1488,2,1734080107,'auth_shibboleth','field_map_department','',NULL),(1489,2,1734080107,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1490,2,1734080107,'auth_shibboleth','field_lock_department','unlocked',NULL),(1491,2,1734080107,'auth_shibboleth','field_map_phone1','',NULL),(1492,2,1734080107,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1493,2,1734080107,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1494,2,1734080107,'auth_shibboleth','field_map_phone2','',NULL),(1495,2,1734080107,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1496,2,1734080107,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1497,2,1734080107,'auth_shibboleth','field_map_address','',NULL),(1498,2,1734080107,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1499,2,1734080107,'auth_shibboleth','field_lock_address','unlocked',NULL),(1500,2,1734080107,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1501,2,1734080107,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1502,2,1734080107,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1503,2,1734080107,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1504,2,1734080107,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1505,2,1734080107,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1506,2,1734080107,'auth_shibboleth','field_map_middlename','',NULL),(1507,2,1734080107,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1508,2,1734080107,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1509,2,1734080107,'auth_shibboleth','field_map_alternatename','',NULL),(1510,2,1734080108,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1511,2,1734080108,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1512,2,1734080108,'block_accessreview','whattoshow','showboth',NULL),(1513,2,1734080108,'block_accessreview','errordisplay','showint',NULL),(1514,2,1734080108,'block_accessreview','toolpage','errors',NULL),(1515,2,1734080108,'block_activity_results','config_showbest','3',NULL),(1516,2,1734080108,'block_activity_results','config_showbest_locked','',NULL),(1517,2,1734080108,'block_activity_results','config_showworst','0',NULL),(1518,2,1734080108,'block_activity_results','config_showworst_locked','',NULL),(1519,2,1734080108,'block_activity_results','config_usegroups','0',NULL),(1520,2,1734080108,'block_activity_results','config_usegroups_locked','',NULL),(1521,2,1734080108,'block_activity_results','config_nameformat','1',NULL),(1522,2,1734080108,'block_activity_results','config_nameformat_locked','',NULL),(1523,2,1734080108,'block_activity_results','config_gradeformat','1',NULL),(1524,2,1734080108,'block_activity_results','config_gradeformat_locked','',NULL),(1525,2,1734080108,'block_activity_results','config_decimalpoints','2',NULL),(1526,2,1734080108,'block_activity_results','config_decimalpoints_locked','',NULL),(1527,2,1734080108,'block_myoverview','displaycategories','1',NULL),(1528,2,1734080108,'block_myoverview','layouts','card,list,summary',NULL),(1529,2,1734080108,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1530,2,1734080108,'block_myoverview','displaygroupingall','1',NULL),(1531,2,1734080108,'block_myoverview','displaygroupinginprogress','1',NULL),(1532,2,1734080108,'block_myoverview','displaygroupingpast','1',NULL),(1533,2,1734080108,'block_myoverview','displaygroupingfuture','1',NULL),(1534,2,1734080108,'block_myoverview','displaygroupingcustomfield','0',NULL),(1535,2,1734080108,'block_myoverview','customfiltergrouping','',NULL),(1536,2,1734080108,'block_myoverview','displaygroupingfavourites','1',NULL),(1537,2,1734080108,'block_myoverview','displaygroupinghidden','1',NULL),(1538,2,1734080108,NULL,'block_course_list_adminview','all',NULL),(1539,2,1734080108,NULL,'block_course_list_hideallcourseslink','0',NULL),(1540,2,1734080108,NULL,'block_online_users_timetosee','5',NULL),(1541,2,1734080108,NULL,'block_online_users_onlinestatushiding','1',NULL),(1542,2,1734080108,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1543,2,1734080108,NULL,'block_rss_client_num_entries','5',NULL),(1544,2,1734080108,NULL,'block_rss_client_timeout','30',NULL),(1545,2,1734080108,'block_section_links','numsections1','22',NULL),(1546,2,1734080108,'block_section_links','incby1','2',NULL),(1547,2,1734080108,'block_section_links','numsections2','40',NULL),(1548,2,1734080108,'block_section_links','incby2','5',NULL),(1549,2,1734080108,'block_section_links','showsectionname','0',NULL),(1550,2,1734080108,'block_starredcourses','displaycategories','1',NULL),(1551,2,1734080108,NULL,'block_html_allowcssclasses','0',NULL),(1552,2,1734080108,'block_tag_youtube','apikey','',NULL),(1553,2,1734080108,'format_singleactivity','activitytype','forum',NULL),(1554,2,1734080109,'format_topics','indentation','1',NULL),(1555,2,1734080109,'format_weeks','indentation','1',NULL),(1556,2,1734080109,'fileconverter_googledrive','issuerid','',NULL),(1557,2,1734080109,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1558,2,1734080109,'enrol_cohort','roleid','5',NULL),(1559,2,1734080109,'enrol_cohort','unenrolaction','0',NULL),(1560,2,1734080109,'enrol_meta','nosyncroleids','',NULL),(1561,2,1734080109,'enrol_meta','syncall','1',NULL),(1562,2,1734080109,'enrol_meta','unenrolaction','3',NULL),(1563,2,1734080109,'enrol_meta','coursesort','sortorder',NULL),(1564,2,1734080109,'enrol_fee','expiredaction','3',NULL),(1565,2,1734080109,'enrol_fee','status','1',NULL),(1566,2,1734080109,'enrol_fee','cost','0',NULL),(1567,2,1734080109,'enrol_fee','currency','USD',NULL),(1568,2,1734080109,'enrol_fee','roleid','5',NULL),(1569,2,1734080109,'enrol_fee','enrolperiod','0',NULL),(1570,2,1734080109,'enrol_database','dbtype','',NULL),(1571,2,1734080109,'enrol_database','dbhost','localhost',NULL),(1572,2,1734080109,'enrol_database','dbuser','',NULL),(1573,2,1734080109,'enrol_database','dbpass','',NULL),(1574,2,1734080109,'enrol_database','dbname','',NULL),(1575,2,1734080109,'enrol_database','dbencoding','utf-8',NULL),(1576,2,1734080109,'enrol_database','dbsetupsql','',NULL),(1577,2,1734080109,'enrol_database','dbsybasequoting','0',NULL),(1578,2,1734080109,'enrol_database','debugdb','0',NULL),(1579,2,1734080109,'enrol_database','localcoursefield','idnumber',NULL),(1580,2,1734080109,'enrol_database','localuserfield','idnumber',NULL),(1581,2,1734080109,'enrol_database','localrolefield','shortname',NULL),(1582,2,1734080109,'enrol_database','localcategoryfield','id',NULL),(1583,2,1734080109,'enrol_database','remoteenroltable','',NULL),(1584,2,1734080109,'enrol_database','remotecoursefield','',NULL),(1585,2,1734080109,'enrol_database','remoteuserfield','',NULL),(1586,2,1734080109,'enrol_database','remoterolefield','',NULL),(1587,2,1734080109,'enrol_database','remoteotheruserfield','',NULL),(1588,2,1734080109,'enrol_database','defaultrole','5',NULL),(1589,2,1734080109,'enrol_database','ignorehiddencourses','0',NULL),(1590,2,1734080109,'enrol_database','unenrolaction','0',NULL),(1591,2,1734080109,'enrol_database','newcoursetable','',NULL),(1592,2,1734080109,'enrol_database','newcoursefullname','fullname',NULL),(1593,2,1734080109,'enrol_database','newcourseshortname','shortname',NULL),(1594,2,1734080109,'enrol_database','newcourseidnumber','idnumber',NULL),(1595,2,1734080109,'enrol_database','newcoursecategory','',NULL),(1596,2,1734080109,'enrol_database','defaultcategory','1',NULL),(1597,2,1734080109,'enrol_database','templatecourse','',NULL),(1598,2,1734080109,'enrol_flatfile','location','',NULL),(1599,2,1734080109,'enrol_flatfile','encoding','UTF-8',NULL),(1600,2,1734080109,'enrol_flatfile','mailstudents','0',NULL),(1601,2,1734080109,'enrol_flatfile','mailteachers','0',NULL),(1602,2,1734080109,'enrol_flatfile','mailadmins','0',NULL),(1603,2,1734080109,'enrol_flatfile','unenrolaction','3',NULL),(1604,2,1734080109,'enrol_flatfile','expiredaction','3',NULL),(1605,2,1734080109,'enrol_guest','requirepassword','0',NULL),(1606,2,1734080109,'enrol_guest','usepasswordpolicy','0',NULL),(1607,2,1734080109,'enrol_guest','showhint','0',NULL),(1608,2,1734080109,'enrol_guest','defaultenrol','1',NULL),(1609,2,1734080109,'enrol_guest','status','1',NULL),(1610,2,1734080109,'enrol_guest','status_adv','',NULL),(1611,2,1734080110,'enrol_imsenterprise','imsfilelocation','',NULL),(1612,2,1734080110,'enrol_imsenterprise','logtolocation','',NULL),(1613,2,1734080110,'enrol_imsenterprise','mailadmins','0',NULL),(1614,2,1734080110,'enrol_imsenterprise','createnewusers','0',NULL),(1615,2,1734080110,'enrol_imsenterprise','imsupdateusers','0',NULL),(1616,2,1734080110,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1617,2,1734080110,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1618,2,1734080110,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1619,2,1734080110,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1620,2,1734080110,'enrol_imsenterprise','imsrolemap01','5',NULL),(1621,2,1734080110,'enrol_imsenterprise','imsrolemap02','3',NULL),(1622,2,1734080110,'enrol_imsenterprise','imsrolemap03','3',NULL),(1623,2,1734080110,'enrol_imsenterprise','imsrolemap04','5',NULL),(1624,2,1734080110,'enrol_imsenterprise','imsrolemap05','0',NULL),(1625,2,1734080110,'enrol_imsenterprise','imsrolemap06','4',NULL),(1626,2,1734080110,'enrol_imsenterprise','imsrolemap07','0',NULL),(1627,2,1734080110,'enrol_imsenterprise','imsrolemap08','4',NULL),(1628,2,1734080110,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1629,2,1734080110,'enrol_imsenterprise','createnewcourses','0',NULL),(1630,2,1734080110,'enrol_imsenterprise','updatecourses','0',NULL),(1631,2,1734080110,'enrol_imsenterprise','createnewcategories','0',NULL),(1632,2,1734080110,'enrol_imsenterprise','nestedcategories','0',NULL),(1633,2,1734080110,'enrol_imsenterprise','categoryidnumber','0',NULL),(1634,2,1734080110,'enrol_imsenterprise','categoryseparator','',NULL),(1635,2,1734080110,'enrol_imsenterprise','imsunenrol','0',NULL),(1636,2,1734080110,'enrol_imsenterprise','unenrolaction','0',NULL),(1637,2,1734080110,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1638,2,1734080110,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1639,2,1734080110,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1640,2,1734080110,'enrol_imsenterprise','imsrestricttarget','',NULL),(1641,2,1734080110,'enrol_imsenterprise','imscapitafix','0',NULL),(1642,2,1734080110,'enrol_ldap','host_url','',NULL),(1643,2,1734080110,'enrol_ldap','start_tls','0',NULL),(1644,2,1734080110,'enrol_ldap','ldap_version','3',NULL),(1645,2,1734080110,'enrol_ldap','ldapencoding','utf-8',NULL),(1646,2,1734080110,'enrol_ldap','pagesize','250',NULL),(1647,2,1734080110,'enrol_ldap','bind_dn','',NULL),(1648,2,1734080110,'enrol_ldap','bind_pw','',NULL),(1649,2,1734080110,'enrol_ldap','course_search_sub','0',NULL),(1650,2,1734080110,'enrol_ldap','memberattribute_isdn','0',NULL),(1651,2,1734080110,'enrol_ldap','user_contexts','',NULL),(1652,2,1734080110,'enrol_ldap','user_search_sub','0',NULL),(1653,2,1734080110,'enrol_ldap','user_type','default',NULL),(1654,2,1734080110,'enrol_ldap','opt_deref','0',NULL),(1655,2,1734080110,'enrol_ldap','idnumber_attribute','',NULL),(1656,2,1734080110,'enrol_ldap','objectclass','',NULL),(1657,2,1734080110,'enrol_ldap','course_idnumber','',NULL),(1658,2,1734080110,'enrol_ldap','course_shortname','',NULL),(1659,2,1734080110,'enrol_ldap','course_fullname','',NULL),(1660,2,1734080110,'enrol_ldap','course_summary','',NULL),(1661,2,1734080110,'enrol_ldap','ignorehiddencourses','0',NULL),(1662,2,1734080110,'enrol_ldap','unenrolaction','0',NULL),(1663,2,1734080110,'enrol_ldap','autocreate','0',NULL),(1664,2,1734080110,'enrol_ldap','category','1',NULL),(1665,2,1734080110,'enrol_ldap','template','',NULL),(1666,2,1734080110,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1667,2,1734080110,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1668,2,1734080110,'enrol_ldap','course_summary_updateonsync','0',NULL),(1669,2,1734080110,'enrol_ldap','nested_groups','0',NULL),(1670,2,1734080110,'enrol_ldap','group_memberofattribute','',NULL),(1671,2,1734080110,'enrol_manual','expiredaction','1',NULL),(1672,2,1734080110,'enrol_manual','expirynotifyhour','6',NULL),(1673,2,1734080110,'enrol_manual','defaultenrol','1',NULL),(1674,2,1734080110,'enrol_manual','status','0',NULL),(1675,2,1734080110,'enrol_manual','roleid','5',NULL),(1676,2,1734080110,'enrol_manual','enrolstart','4',NULL),(1677,2,1734080110,'enrol_manual','enrolperiod','0',NULL),(1678,2,1734080110,'enrol_manual','expirynotify','0',NULL),(1679,2,1734080110,'enrol_manual','expirythreshold','86400',NULL),(1680,2,1734080110,'enrol_mnet','roleid','5',NULL),(1681,2,1734080110,'enrol_mnet','roleid_adv','1',NULL),(1682,2,1734080110,'enrol_paypal','paypalbusiness','',NULL),(1683,2,1734080110,'enrol_paypal','mailstudents','0',NULL),(1684,2,1734080110,'enrol_paypal','mailteachers','0',NULL),(1685,2,1734080111,'enrol_paypal','mailadmins','0',NULL),(1686,2,1734080111,'enrol_paypal','expiredaction','3',NULL),(1687,2,1734080111,'enrol_paypal','status','1',NULL),(1688,2,1734080111,'enrol_paypal','cost','0',NULL),(1689,2,1734080111,'enrol_paypal','currency','USD',NULL),(1690,2,1734080111,'enrol_paypal','roleid','5',NULL),(1691,2,1734080111,'enrol_paypal','enrolperiod','0',NULL),(1692,2,1734080111,'enrol_lti','emaildisplay','2',NULL),(1693,2,1734080111,'enrol_lti','city','',NULL),(1694,2,1734080111,'enrol_lti','country','',NULL),(1695,2,1734080111,'enrol_lti','timezone','99',NULL),(1696,2,1734080111,'enrol_lti','lang','en',NULL),(1697,2,1734080111,'enrol_lti','institution','',NULL),(1698,2,1734080111,'enrol_self','requirepassword','0',NULL),(1699,2,1734080111,'enrol_self','usepasswordpolicy','0',NULL),(1700,2,1734080111,'enrol_self','showhint','0',NULL),(1701,2,1734080111,'enrol_self','expiredaction','1',NULL),(1702,2,1734080111,'enrol_self','expirynotifyhour','6',NULL),(1703,2,1734080111,'enrol_self','defaultenrol','1',NULL),(1704,2,1734080111,'enrol_self','status','1',NULL),(1705,2,1734080111,'enrol_self','newenrols','1',NULL),(1706,2,1734080111,'enrol_self','groupkey','0',NULL),(1707,2,1734080111,'enrol_self','roleid','5',NULL),(1708,2,1734080111,'enrol_self','enrolperiod','0',NULL),(1709,2,1734080111,'enrol_self','expirynotify','0',NULL),(1710,2,1734080111,'enrol_self','expirythreshold','86400',NULL),(1711,2,1734080111,'enrol_self','longtimenosee','0',NULL),(1712,2,1734080111,'enrol_self','maxenrolled','0',NULL),(1713,2,1734080111,'enrol_self','sendcoursewelcomemessage','1',NULL),(1714,2,1734080111,'filter_urltolink','formats','1,4,0',NULL),(1715,2,1734080111,'filter_urltolink','embedimages','1',NULL),(1716,2,1734080111,'filter_emoticon','formats','1,4,0',NULL),(1717,2,1734080111,'filter_displayh5p','allowedsources','',NULL),(1718,2,1734080111,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1719,2,1734080111,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1720,2,1734080111,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1721,2,1734080111,'filter_mathjaxloader','additionaldelimiters','',NULL),(1722,2,1734080111,'filter_wiris','editor_enable','1',NULL),(1723,2,1734080111,'filter_wiris','chem_editor_enable','1',NULL),(1724,2,1734080111,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1725,2,1734080111,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1726,2,1734080111,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1727,2,1734080111,'filter_wiris','imageserviceprotocol','https',NULL),(1728,2,1734080111,'filter_wiris','rendertype','php',NULL),(1729,2,1734080111,'filter_wiris','imageformat','svg',NULL),(1730,2,1734080111,'filter_wiris','pluginperformance','1',NULL),(1731,2,1734080111,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1732,2,1734080111,'filter_wiris','access_provider_enabled','0',NULL),(1733,2,1734080111,NULL,'filter_multilang_force_old','0',NULL),(1734,2,1734080111,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1735,2,1734080111,'filter_tex','latexbackground','#FFFFFF',NULL),(1736,2,1734080111,'filter_tex','density','120',NULL),(1737,2,1734080111,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1738,2,1734080111,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1739,2,1734080111,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1740,2,1734080111,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1741,2,1734080111,'filter_tex','pathmimetex','',NULL),(1742,2,1734080111,'filter_tex','convertformat','gif',NULL),(1743,2,1734080111,'logstore_database','dbdriver','',NULL),(1744,2,1734080111,'logstore_database','dbhost','',NULL),(1745,2,1734080111,'logstore_database','dbuser','',NULL),(1746,2,1734080112,'logstore_database','dbpass','',NULL),(1747,2,1734080112,'logstore_database','dbname','',NULL),(1748,2,1734080112,'logstore_database','dbtable','',NULL),(1749,2,1734080112,'logstore_database','dbpersist','0',NULL),(1750,2,1734080112,'logstore_database','dbsocket','',NULL),(1751,2,1734080112,'logstore_database','dbport','',NULL),(1752,2,1734080112,'logstore_database','dbschema','',NULL),(1753,2,1734080112,'logstore_database','dbcollation','',NULL),(1754,2,1734080112,'logstore_database','dbhandlesoptions','0',NULL),(1755,2,1734080112,'logstore_database','buffersize','50',NULL),(1756,2,1734080112,'logstore_database','jsonformat','1',NULL),(1757,2,1734080112,'logstore_database','logguests','0',NULL),(1758,2,1734080112,'logstore_database','includelevels','1,2,0',NULL),(1759,2,1734080112,'logstore_database','includeactions','c,r,u,d',NULL),(1760,2,1734080112,'logstore_legacy','loglegacy','0',NULL),(1761,2,1734080112,NULL,'logguests','1',NULL),(1762,2,1734080112,NULL,'loglifetime','0',NULL),(1763,2,1734080112,'logstore_standard','logguests','1',NULL),(1764,2,1734080112,'logstore_standard','jsonformat','1',NULL),(1765,2,1734080112,'logstore_standard','loglifetime','0',NULL),(1766,2,1734080112,'logstore_standard','buffersize','50',NULL),(1767,2,1734080112,'mlbackend_python','useserver','0',NULL),(1768,2,1734080112,'mlbackend_python','host','',NULL),(1769,2,1734080112,'mlbackend_python','port','0',NULL),(1770,2,1734080112,'mlbackend_python','secure','0',NULL),(1771,2,1734080112,'mlbackend_python','username','default',NULL),(1772,2,1734080112,'mlbackend_python','password','',NULL),(1773,2,1734080112,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1774,2,1734080112,'media_videojs','audioextensions','html_audio',NULL),(1775,2,1734080112,'media_videojs','youtube','1',NULL),(1776,2,1734080112,'media_videojs','videocssclass','video-js',NULL),(1777,2,1734080112,'media_videojs','audiocssclass','video-js',NULL),(1778,2,1734080112,'media_videojs','limitsize','1',NULL),(1779,2,1734080112,'paygw_paypal','surcharge','0',NULL),(1780,2,1734080112,'qtype_multichoice','answerhowmany','1',NULL),(1781,2,1734080112,'qtype_multichoice','shuffleanswers','1',NULL),(1782,2,1734080112,'qtype_multichoice','answernumbering','abc',NULL),(1783,2,1734080112,'qtype_multichoice','showstandardinstruction','0',NULL),(1784,2,1734080112,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1785,2,1734080112,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1786,2,1734080112,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1787,2,1734080112,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1788,2,1734080112,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1789,2,1734080112,'qtype_wq','access_provider_enabled','0',NULL),(1790,2,1734080112,'qtype_wq','filtercodes_compatibility','0',NULL),(1791,2,1734080112,'qtype_wq','debug_mode_enabled','0',NULL),(1792,2,1734080112,'qtype_wq','log_server_errors','0',NULL),(1793,2,1734080112,'search_solr','server_hostname','127.0.0.1',NULL),(1794,2,1734080112,'search_solr','indexname','',NULL),(1795,2,1734080112,'search_solr','secure','0',NULL),(1796,2,1734080112,'search_solr','server_port','8983',NULL),(1797,2,1734080112,'search_solr','server_username','',NULL),(1798,2,1734080113,'search_solr','server_password','',NULL),(1799,2,1734080113,'search_solr','server_timeout','30',NULL),(1800,2,1734080113,'search_solr','ssl_cert','',NULL),(1801,2,1734080113,'search_solr','ssl_key','',NULL),(1802,2,1734080113,'search_solr','ssl_keypassword','',NULL),(1803,2,1734080113,'search_solr','ssl_cainfo','',NULL),(1804,2,1734080113,'search_solr','ssl_capath','',NULL),(1805,2,1734080113,'search_solr','fileindexing','1',NULL),(1806,2,1734080113,'search_solr','maxindexfilekb','2097152',NULL),(1807,2,1734080113,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1808,2,1734080113,'search_solr','alternateindexname','',NULL),(1809,2,1734080113,'search_solr','alternatesecure','0',NULL),(1810,2,1734080113,'search_solr','alternateserver_port','8983',NULL),(1811,2,1734080113,'search_solr','alternateserver_username','',NULL),(1812,2,1734080113,'search_solr','alternateserver_password','',NULL),(1813,2,1734080113,'search_solr','alternatessl_cert','',NULL),(1814,2,1734080113,'search_solr','alternatessl_key','',NULL),(1815,2,1734080113,'search_solr','alternatessl_keypassword','',NULL),(1816,2,1734080113,'search_solr','alternatessl_cainfo','',NULL),(1817,2,1734080113,'search_solr','alternatessl_capath','',NULL),(1818,2,1734080113,'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),(1819,2,1734080113,'editor_atto','autosavefrequency','60',NULL),(1820,2,1734080113,'atto_collapse','showgroups','6',NULL),(1821,2,1734080113,'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),(1822,2,1734080113,'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),(1823,2,1734080113,'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),(1824,2,1734080113,'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),(1825,2,1734080113,'atto_recordrtc','allowedtypes','both',NULL),(1826,2,1734080113,'atto_recordrtc','audiobitrate','128000',NULL),(1827,2,1734080113,'atto_recordrtc','videobitrate','2500000',NULL),(1828,2,1734080113,'atto_recordrtc','audiotimelimit','120',NULL),(1829,2,1734080113,'atto_recordrtc','videotimelimit','120',NULL),(1830,2,1734080113,'atto_table','allowborders','0',NULL),(1831,2,1734080113,'atto_table','allowbackgroundcolour','0',NULL),(1832,2,1734080113,'atto_table','allowwidth','0',NULL),(1833,2,1734080113,'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),(1834,2,1734080113,'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),(1835,2,1734080113,'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),(1836,2,1734080113,'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),(1837,2,1734080113,'tiny_recordrtc','allowedtypes','both',NULL),(1838,2,1734080113,'tiny_recordrtc','audiobitrate','128000',NULL),(1839,2,1734080113,'tiny_recordrtc','videobitrate','2500000',NULL),(1840,2,1734080113,'tiny_recordrtc','audiotimelimit','120',NULL),(1841,2,1734080113,'tiny_recordrtc','videotimelimit','120',NULL),(1842,2,1734080113,'editor_tiny','branding','1',NULL),(1843,2,1734080113,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1844,2,1734080113,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1845,2,1734080113,'editor_tinymce','customconfig','',NULL),(1846,2,1734080113,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1847,2,1734080113,'tinymce_spellchecker','spellengine','',NULL),(1848,2,1734080113,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1849,2,1734080113,NULL,'profileroles','5,4,3',NULL),(1850,2,1734080114,NULL,'calendar_exportsalt','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag','ouHpC9D8WMFwzFolkcOHSrDWc90qIROKeR13lFy01amlZEIsG0TaDQodKs0N'),(1851,2,1734080114,NULL,'coursecontact','3',NULL),(1852,2,1734080114,NULL,'frontpage','6',NULL),(1853,2,1734080114,NULL,'frontpageloggedin','6',NULL),(1854,2,1734080114,NULL,'maxcategorydepth','2',NULL),(1855,2,1734080114,NULL,'frontpagecourselimit','200',NULL),(1856,2,1734080114,NULL,'commentsperpage','15',NULL),(1857,2,1734080114,NULL,'defaultfrontpageroleid','8',NULL),(1858,2,1734080115,NULL,'pathtophp','','/usr/local/bin/php'),(1859,2,1734080115,NULL,'messageinbound_enabled','0',NULL),(1860,2,1734080115,NULL,'messageinbound_mailbox','',NULL),(1861,2,1734080115,NULL,'messageinbound_domain','',NULL),(1862,2,1734080115,NULL,'messageinbound_host','',NULL),(1863,2,1734080115,NULL,'messageinbound_hostssl','ssl',NULL),(1864,2,1734080115,NULL,'messageinbound_hostuser','',NULL),(1865,2,1734080115,NULL,'messageinbound_hostpass','',NULL),(1866,2,1734080115,'tool_mobile','apppolicy','',NULL),(1867,2,1734080115,'tool_mobile','typeoflogin','1',NULL),(1868,2,1734080115,'tool_mobile','qrcodetype','1',NULL),(1869,2,1734080115,'tool_mobile','qrkeyttl','600',NULL),(1870,2,1734080115,'tool_mobile','qrsameipcheck','1',NULL),(1871,2,1734080115,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1872,2,1734080115,'tool_mobile','minimumversion','',NULL),(1873,2,1734080115,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1874,2,1734080115,NULL,'mobilecssurl','',NULL),(1875,2,1734080115,'tool_mobile','enablesmartappbanners','0',NULL),(1876,2,1734080115,'tool_mobile','iosappid','633359593',NULL),(1877,2,1734080115,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1878,2,1734080115,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1879,2,1734080115,'tool_mobile','forcelogout','0',NULL),(1880,2,1734080115,'tool_mobile','disabledfeatures','',NULL),(1881,2,1734080115,'tool_mobile','custommenuitems','',NULL),(1882,2,1734080115,'tool_mobile','filetypeexclusionlist','',NULL),(1883,2,1734080115,'tool_mobile','customlangstrings','',NULL),(1884,2,1734080121,NULL,'enablemobilewebservice','0',NULL),(1885,2,1734080127,NULL,'calendar_exportsalt','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj','pOMn5pRjvNcfh4olGqbdK29e7uWkgpYutvaeffNiUDWxqfifY4DBPGams7ag'),(1886,2,1734080128,NULL,'pathtophp','','/usr/local/bin/php'),(1887,2,1734080129,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1888,2,1734080129,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1889,2,1734080140,NULL,'calendar_exportsalt','mjsixaeK2q3SBZzKSqO51PLf4Xtl7CGnjvxDuf5fAwmkDyffDVAppQCRl8rG','69L676WGhQqCaZLX0GpI3aIReC8FuX8mkPXO7whtt07SVacSPKdAkPFroFgj'),(1890,2,1734080140,NULL,'pathtophp','','/usr/local/bin/php'); +/*!40000 ALTER TABLE `b_config_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_config_plugins` +-- Table structure for table `b_config_plugins` -- -DROP TABLE IF EXISTS `m_config_plugins`; +DROP TABLE IF EXISTS `b_config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_config_plugins` ( +CREATE TABLE `b_config_plugins` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2498 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; + UNIQUE KEY `b_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2098 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_config_plugins` +-- Dumping data for table `b_config_plugins` -- -LOCK TABLES `m_config_plugins` WRITE; -/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; -INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2024042200'),(198,'availability_completion','version','2024042200'),(199,'availability_date','version','2024042200'),(200,'availability_grade','version','2024042200'),(201,'availability_group','version','2024042200'),(202,'availability_grouping','version','2024042200'),(203,'availability_profile','version','2024042200'),(204,'qtype_calculated','version','2024042200'),(205,'qtype_calculatedmulti','version','2024042200'),(206,'qtype_calculatedsimple','version','2024042200'),(207,'qtype_ddimageortext','version','2024042200'),(208,'qtype_ddmarker','version','2024042200'),(209,'qtype_ddwtos','version','2024042200'),(210,'qtype_description','version','2024042200'),(211,'qtype_essay','version','2024042200'),(212,'qtype_gapselect','version','2024042200'),(213,'qtype_match','version','2024042200'),(214,'qtype_missingtype','version','2024042200'),(215,'qtype_multianswer','version','2024042200'),(216,'qtype_multichoice','version','2024042200'),(217,'qtype_numerical','version','2024042200'),(218,'qtype_random','version','2024042200'),(219,'qtype_randomsamatch','version','2024042200'),(220,'qtype_shortanswer','version','2024042200'),(221,'qtype_truefalse','version','2024042200'),(222,'mod_assign','version','2024042200'),(225,'mod_book','version','2024042200'),(226,'mod_chat','version','2024042200'),(227,'mod_choice','version','2024042200'),(228,'mod_data','version','2024042201'),(229,'mod_feedback','version','2024042200'),(231,'mod_folder','version','2024042200'),(233,'mod_forum','version','2024042200'),(234,'mod_glossary','version','2024042200'),(235,'mod_imscp','version','2024042200'),(237,'mod_label','version','2024042200'),(238,'mod_lesson','version','2024042200'),(239,'mod_lti','version','2024042200'),(240,'mod_page','version','2024042200'),(242,'mod_quiz','version','2024042200'),(243,'mod_resource','version','2024042200'),(244,'mod_scorm','version','2024042200'),(245,'mod_survey','version','2024042200'),(247,'mod_url','version','2024042200'),(249,'mod_wiki','version','2024042200'),(251,'mod_workshop','version','2024042200'),(252,'auth_cas','version','2024042200'),(254,'auth_db','version','2024042200'),(256,'auth_email','version','2024042200'),(257,'auth_ldap','version','2024042200'),(259,'auth_lti','version','2024042200'),(260,'auth_manual','version','2024042200'),(261,'auth_mnet','version','2024042200'),(263,'auth_nologin','version','2024042200'),(264,'auth_none','version','2024042200'),(265,'auth_oauth2','version','2024042200'),(266,'auth_shibboleth','version','2024042200'),(268,'auth_webservice','version','2024042200'),(269,'calendartype_gregorian','version','2024042200'),(270,'enrol_category','version','2024042200'),(272,'enrol_cohort','version','2024042200'),(273,'enrol_database','version','2024042200'),(275,'enrol_flatfile','version','2024042200'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2024042200'),(286,'enrol_imsenterprise','version','2024042200'),(288,'enrol_ldap','version','2024042200'),(290,'enrol_lti','version','2024042200'),(291,'enrol_manual','version','2024042200'),(293,'enrol_meta','version','2024042200'),(295,'enrol_mnet','version','2024042200'),(296,'enrol_paypal','version','2024042200'),(297,'enrol_self','version','2024042200'),(299,'message_airnotifier','version','2024042200'),(329,'message_email','version','2024042200'),(442,'message_popup','version','2024042200'),(474,'block_activity_modules','version','2024042200'),(475,'block_activity_results','version','2024042200'),(476,'block_admin_bookmarks','version','2024042200'),(477,'block_badges','version','2024042200'),(478,'block_blog_menu','version','2024042200'),(479,'block_blog_recent','version','2024042200'),(480,'block_blog_tags','version','2024042200'),(481,'block_calendar_month','version','2024042200'),(482,'block_calendar_upcoming','version','2024042200'),(483,'block_comments','version','2024042200'),(485,'block_completionstatus','version','2024042200'),(486,'block_course_list','version','2024042200'),(487,'block_course_summary','version','2024042200'),(488,'block_feedback','version','2024042200'),(490,'block_globalsearch','version','2024042200'),(491,'block_glossary_random','version','2024042200'),(492,'block_html','version','2024042200'),(493,'block_login','version','2024042200'),(494,'block_lp','version','2024042200'),(495,'block_mentees','version','2024042200'),(496,'block_mnet_hosts','version','2024042200'),(497,'block_myoverview','version','2024042200'),(498,'block_myprofile','version','2024042200'),(499,'block_navigation','version','2024042200'),(500,'block_news_items','version','2024042200'),(501,'block_online_users','version','2024042200'),(503,'block_private_files','version','2024042200'),(506,'block_recent_activity','version','2024042200'),(507,'block_rss_client','version','2024042200'),(508,'block_search_forums','version','2024042200'),(509,'block_section_links','version','2024042200'),(510,'block_selfcompletion','version','2024042200'),(511,'block_settings','version','2024042200'),(512,'block_site_main_menu','version','2024042200'),(513,'block_social_activities','version','2024042200'),(514,'block_tag_flickr','version','2024042200'),(515,'block_tag_youtube','version','2024042200'),(517,'block_tags','version','2024042200'),(518,'media_html5audio','version','2024042200'),(519,'media_html5video','version','2024042200'),(521,'media_videojs','version','2024042200'),(522,'media_vimeo','version','2024042200'),(523,'media_youtube','version','2024042200'),(524,'filter_activitynames','version','2024042200'),(526,'filter_algebra','version','2024042200'),(528,'filter_data','version','2024042200'),(530,'filter_emailprotect','version','2024042200'),(531,'filter_emoticon','version','2024042200'),(532,'filter_glossary','version','2024042200'),(534,'filter_mathjaxloader','version','2024042200'),(536,'filter_mediaplugin','version','2024042200'),(538,'filter_multilang','version','2024042200'),(539,'filter_tex','version','2024042200'),(541,'filter_tidy','version','2024042200'),(542,'filter_urltolink','version','2024042200'),(543,'editor_atto','version','2024042200'),(545,'editor_textarea','version','2024042200'),(547,'format_singleactivity','version','2024042200'),(548,'format_social','version','2024042200'),(549,'format_topics','version','2024042200'),(550,'format_weeks','version','2024042200'),(551,'dataformat_csv','version','2024042200'),(552,'dataformat_excel','version','2024042200'),(553,'dataformat_html','version','2024042200'),(554,'dataformat_json','version','2024042200'),(555,'dataformat_ods','version','2024042200'),(556,'profilefield_checkbox','version','2024042200'),(557,'profilefield_datetime','version','2024042200'),(558,'profilefield_menu','version','2024042200'),(559,'profilefield_text','version','2024042200'),(560,'profilefield_textarea','version','2024042200'),(561,'report_backups','version','2024042200'),(562,'report_competency','version','2024042200'),(563,'report_completion','version','2024042200'),(565,'report_configlog','version','2024042200'),(566,'report_courseoverview','version','2024042200'),(567,'report_eventlist','version','2024042200'),(568,'report_insights','version','2024042200'),(569,'report_log','version','2024042200'),(571,'report_loglive','version','2024042200'),(572,'report_outline','version','2024042200'),(574,'report_participation','version','2024042200'),(576,'report_performance','version','2024042200'),(577,'report_progress','version','2024042200'),(579,'report_questioninstances','version','2024042200'),(580,'report_security','version','2024042200'),(581,'report_stats','version','2024042200'),(583,'report_usersessions','version','2024042200'),(584,'gradeexport_ods','version','2024042200'),(585,'gradeexport_txt','version','2024042200'),(586,'gradeexport_xls','version','2024042200'),(587,'gradeexport_xml','version','2024042200'),(588,'gradeimport_csv','version','2024042200'),(589,'gradeimport_direct','version','2024042200'),(590,'gradeimport_xml','version','2024042200'),(591,'gradereport_grader','version','2024042200'),(592,'gradereport_history','version','2024042200'),(593,'gradereport_outcomes','version','2024042200'),(594,'gradereport_overview','version','2024042200'),(595,'gradereport_singleview','version','2024042200'),(596,'gradereport_user','version','2024042200'),(597,'gradingform_guide','version','2024042200'),(598,'gradingform_rubric','version','2024042200'),(599,'mlbackend_php','version','2024042200'),(600,'mlbackend_python','version','2024042200'),(601,'mnetservice_enrol','version','2024042200'),(602,'webservice_rest','version','2024042200'),(603,'webservice_soap','version','2024042200'),(605,'repository_areafiles','version','2024042200'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2024042200'),(611,'repository_dropbox','version','2024042200'),(612,'repository_equella','version','2024042200'),(613,'repository_filesystem','version','2024042200'),(614,'repository_flickr','version','2024042200'),(615,'repository_flickr_public','version','2024042200'),(616,'repository_googledocs','version','2024042200'),(617,'repository_local','version','2024042200'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2024042200'),(622,'repository_onedrive','version','2024042200'),(624,'repository_recent','version','2024042200'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2024042200'),(630,'repository_upload','version','2024042200'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2024042200'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2024042200'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2024042200'),(643,'repository_wikimedia','version','2024042200'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2024042200'),(650,'portfolio_download','version','2024042200'),(651,'portfolio_flickr','version','2024042200'),(652,'portfolio_googledocs','version','2024042200'),(653,'portfolio_mahara','version','2024042200'),(655,'search_simpledb','version','2024042200'),(657,'search_solr','version','2024042200'),(658,'qbehaviour_adaptive','version','2024042200'),(659,'qbehaviour_adaptivenopenalty','version','2024042200'),(660,'qbehaviour_deferredcbm','version','2024042200'),(661,'qbehaviour_deferredfeedback','version','2024042200'),(662,'qbehaviour_immediatecbm','version','2024042200'),(663,'qbehaviour_immediatefeedback','version','2024042200'),(664,'qbehaviour_informationitem','version','2024042200'),(665,'qbehaviour_interactive','version','2024042200'),(666,'qbehaviour_interactivecountback','version','2024042200'),(667,'qbehaviour_manualgraded','version','2024042200'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2024042200'),(671,'qformat_aiken','version','2024042200'),(672,'qformat_blackboard_six','version','2024042200'),(674,'qformat_gift','version','2024042200'),(675,'qformat_missingword','version','2024042200'),(676,'qformat_multianswer','version','2024042200'),(678,'qformat_xhtml','version','2024042200'),(679,'qformat_xml','version','2024042200'),(680,'tool_analytics','version','2024042200'),(682,'tool_availabilityconditions','version','2024042200'),(683,'tool_behat','version','2024042200'),(684,'tool_capability','version','2024042200'),(685,'tool_cohortroles','version','2024042200'),(686,'tool_customlang','version','2024042200'),(688,'tool_dataprivacy','version','2024042200'),(707,'tool_dbtransfer','version','2024042200'),(708,'tool_filetypes','version','2024042200'),(709,'tool_generator','version','2024042200'),(711,'tool_httpsreplace','version','2024042200'),(712,'tool_innodb','version','2024042200'),(713,'tool_installaddon','version','2024042200'),(714,'tool_langimport','version','2024042200'),(715,'tool_log','version','2024042200'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2024042200'),(719,'tool_lpimportcsv','version','2024042200'),(720,'tool_lpmigrate','version','2024042200'),(721,'tool_messageinbound','version','2024042200'),(740,'tool_mobile','version','2024042200'),(741,'tool_monitor','version','2024042200'),(748,'tool_multilangupgrade','version','2024042200'),(749,'tool_oauth2','version','2024042200'),(750,'tool_phpunit','version','2024042200'),(751,'tool_policy','version','2024042200'),(752,'tool_profiling','version','2024042200'),(753,'tool_recyclebin','version','2024042200'),(754,'tool_replace','version','2024042200'),(755,'tool_spamcleaner','version','2024042200'),(756,'tool_task','version','2024042200'),(757,'tool_templatelibrary','version','2024042200'),(758,'tool_unsuproles','version','2024042200'),(760,'tool_uploadcourse','version','2024042200'),(761,'tool_uploaduser','version','2024042200'),(762,'tool_usertours','version','2024042200'),(764,'tool_xmldb','version','2024042200'),(765,'cachestore_apcu','version','2024042200'),(766,'cachestore_file','version','2024042200'),(770,'cachestore_redis','version','2024042200'),(771,'cachestore_session','version','2024042200'),(772,'cachestore_static','version','2024042200'),(773,'cachelock_file','version','2024042200'),(774,'fileconverter_googledrive','version','2024042200'),(775,'fileconverter_unoconv','version','2024042200'),(777,'theme_boost','version','2024042200'),(782,'assignsubmission_comments','version','2024042200'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2024042200'),(788,'assignsubmission_onlinetext','version','2024042200'),(790,'assignfeedback_comments','version','2024042200'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2024042200'),(798,'assignfeedback_file','version','2024042200'),(800,'assignfeedback_offline','version','2024042200'),(805,'booktool_exportimscp','version','2024042200'),(806,'booktool_importhtml','version','2024042200'),(807,'booktool_print','version','2024042200'),(808,'datafield_checkbox','version','2024042200'),(809,'datafield_date','version','2024042200'),(810,'datafield_file','version','2024042200'),(811,'datafield_latlong','version','2024042200'),(812,'datafield_menu','version','2024042200'),(813,'datafield_multimenu','version','2024042200'),(814,'datafield_number','version','2024042200'),(815,'datafield_picture','version','2024042200'),(816,'datafield_radiobutton','version','2024042200'),(817,'datafield_text','version','2024042200'),(818,'datafield_textarea','version','2024042200'),(819,'datafield_url','version','2024042200'),(820,'datapreset_imagegallery','version','2024042200'),(821,'ltiservice_gradebookservices','version','2024042200'),(822,'ltiservice_memberships','version','2024042200'),(823,'ltiservice_profile','version','2024042200'),(824,'ltiservice_toolproxy','version','2024042200'),(825,'ltiservice_toolsettings','version','2024042200'),(826,'quiz_grading','version','2024042200'),(828,'quiz_overview','version','2024042200'),(830,'quiz_responses','version','2024042200'),(832,'quiz_statistics','version','2024042200'),(834,'quizaccess_delaybetweenattempts','version','2024042200'),(835,'quizaccess_ipaddress','version','2024042200'),(836,'quizaccess_numattempts','version','2024042200'),(837,'quizaccess_offlineattempts','version','2024042200'),(838,'quizaccess_openclosedate','version','2024042200'),(839,'quizaccess_password','version','2024042200'),(841,'quizaccess_securewindow','version','2024042200'),(842,'quizaccess_timelimit','version','2024042200'),(843,'scormreport_basic','version','2024042200'),(844,'scormreport_graphs','version','2024042200'),(845,'scormreport_interactions','version','2024042200'),(846,'scormreport_objectives','version','2024042200'),(847,'workshopform_accumulative','version','2024042200'),(849,'workshopform_comments','version','2024042200'),(851,'workshopform_numerrors','version','2024042200'),(853,'workshopform_rubric','version','2024042200'),(855,'workshopallocation_manual','version','2024042200'),(856,'workshopallocation_random','version','2024042200'),(857,'workshopallocation_scheduled','version','2024042200'),(858,'workshopeval_best','version','2024042200'),(859,'atto_accessibilitychecker','version','2024042200'),(860,'atto_accessibilityhelper','version','2024042200'),(861,'atto_align','version','2024042200'),(862,'atto_backcolor','version','2024042200'),(863,'atto_bold','version','2024042200'),(864,'atto_charmap','version','2024042200'),(865,'atto_clear','version','2024042200'),(866,'atto_collapse','version','2024042200'),(867,'atto_emoticon','version','2024042200'),(868,'atto_equation','version','2024042200'),(869,'atto_fontcolor','version','2024042200'),(870,'atto_html','version','2024042200'),(871,'atto_image','version','2024042200'),(872,'atto_indent','version','2024042200'),(873,'atto_italic','version','2024042200'),(874,'atto_link','version','2024042200'),(875,'atto_managefiles','version','2024042200'),(876,'atto_media','version','2024042200'),(877,'atto_noautolink','version','2024042200'),(878,'atto_orderedlist','version','2024042200'),(879,'atto_recordrtc','version','2024042200'),(880,'atto_rtl','version','2024042200'),(881,'atto_strike','version','2024042200'),(882,'atto_subscript','version','2024042200'),(883,'atto_superscript','version','2024042200'),(884,'atto_table','version','2024042200'),(885,'atto_title','version','2024042200'),(886,'atto_underline','version','2024042200'),(887,'atto_undo','version','2024042200'),(888,'atto_unorderedlist','version','2024042200'),(899,'logstore_database','version','2024042200'),(901,'logstore_standard','version','2024042200'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024082700'),(1881,'atto_wiris','version','2024082700'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024032204'),(1936,'qtype_matchwiris','version','2024032204'),(1937,'qtype_multianswerwiris','version','2024032204'),(1938,'qtype_multichoicewiris','version','2024032204'),(1939,'qtype_shortanswerwiris','version','2024032204'),(1940,'qtype_truefalsewiris','version','2024032204'),(1941,'qtype_wq','version','2024032204'),(1942,'mod_h5pactivity','version','2024042200'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2024042200'),(1946,'customfield_date','version','2024042200'),(1947,'customfield_select','version','2024042200'),(1948,'customfield_text','version','2024042200'),(1949,'customfield_textarea','version','2024042200'),(1950,'enrol_fee','version','2024042200'),(1951,'block_recentlyaccessedcourses','version','2024042200'),(1953,'block_recentlyaccesseditems','version','2024042200'),(1954,'block_starredcourses','version','2024042200'),(1955,'block_timeline','version','2024042200'),(1957,'filter_displayh5p','version','2024042200'),(1959,'dataformat_pdf','version','2024042200'),(1960,'report_infectedfiles','version','2024042200'),(1961,'report_status','version','2024042200'),(1962,'repository_contentbank','version','2024042200'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2024042200'),(1967,'tool_licensemanager','version','2024042200'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2024042200'),(1970,'contenttype_h5p','version','2024042200'),(1971,'theme_classic','version','2024042200'),(1972,'local_wirisquizzes','version','2024032204'),(1974,'paygw_paypal','version','2024042200'),(1976,'forumreport_summary','version','2024042200'),(1977,'ltiservice_basicoutcomes','version','2024042200'),(1978,'quizaccess_seb','version','2024042200'),(1980,'atto_emojipicker','version','2024042200'),(1981,'atto_h5p','version','2024042200'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1727707857'),(2102,'block_accessreview','version','2024042200'),(2103,'profilefield_social','version','2024042200'),(2104,'tool_brickfield','version','2024042200'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2024042200'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2024042200'),(2310,'qbank_columnsortorder','version','2024042202'),(2311,'qbank_comment','version','2024042200'),(2312,'qbank_customfields','version','2024042200'),(2313,'qbank_deletequestion','version','2024042200'),(2314,'qbank_editquestion','version','2024042200'),(2315,'qbank_exportquestions','version','2024042200'),(2316,'qbank_exporttoxml','version','2024042200'),(2317,'qbank_history','version','2024042200'),(2318,'qbank_importquestions','version','2024042200'),(2319,'qbank_managecategories','version','2024042200'),(2320,'qbank_previewquestion','version','2024042200'),(2321,'qbank_statistics','version','2024042200'),(2322,'qbank_tagquestion','version','2024042200'),(2323,'qbank_usage','version','2024042200'),(2324,'qbank_viewcreator','version','2024042200'),(2325,'qbank_viewquestionname','version','2024042200'),(2326,'qbank_viewquestiontext','version','2024042200'),(2327,'qbank_viewquestiontype','version','2024042200'),(2328,'tool_admin_presets','version','2024042200'),(2329,'tool_componentlibrary','version','2024042200'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix, api_secret@@factor_sms'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2024042200'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2024042200'),(2354,'datapreset_journal','version','2024042200'),(2355,'datapreset_proposals','version','2024042200'),(2356,'datapreset_resources','version','2024042200'),(2357,'tiny_accessibilitychecker','version','2024042200'),(2358,'tiny_autosave','version','2024042200'),(2359,'tiny_equation','version','2024042200'),(2360,'tiny_h5p','version','2024042200'),(2361,'tiny_link','version','2024042200'),(2362,'tiny_media','version','2024042200'),(2363,'tiny_recordrtc','version','2024042200'),(2364,'tiny_wiris','version','2024082700'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2024042200'),(2389,'communication_matrix','version','2024042200'),(2390,'filter_codehighlighter','version','2024042200'),(2391,'tool_mfa','version','2024042200'),(2392,'tiny_html','version','2024042200'),(2393,'tiny_noautolink','version','2024042200'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2024042201'),(2397,'factor_admin','version','2024042200'),(2398,'factor_auth','version','2024042200'),(2399,'factor_capability','version','2024042200'),(2400,'factor_cohort','version','2024042200'),(2401,'factor_email','version','2024042200'),(2402,'factor_grace','version','2024042200'),(2403,'factor_iprange','version','2024042200'),(2404,'factor_nosetup','version','2024042200'),(2405,'factor_role','version','2024042200'),(2406,'factor_token','version','2024042200'),(2407,'factor_totp','version','2024042200'),(2408,'factor_webauthn','version','2024042200'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','30'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'),(2467,'message','airnotifier_provider_moodle_failedtaskmaxdelay_locked','0'),(2468,'message','email_provider_moodle_failedtaskmaxdelay_locked','0'),(2469,'message','popup_provider_moodle_failedtaskmaxdelay_locked','0'),(2470,'message','message_provider_moodle_failedtaskmaxdelay_enabled','email,popup'),(2471,'message','airnotifier_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2472,'message','email_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2473,'message','popup_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2474,'message','message_provider_moodle_enrolcoursewelcomemessage_enabled','airnotifier,email,popup'),(2475,'qtype_ordering','version','2024042200'),(2476,'url','allowvariables','1'),(2477,'report_themeusage','version','2024042200'),(2478,'h5plib_v127','version','2024042200'),(2479,'factor_sms','version','2024042200'),(2480,'core_h5p','h5pcustomcss',''),(2481,'assign','markinganonymous','0'),(2482,'assign','markinganonymous_adv',''),(2483,'assign','markinganonymous_locked',''),(2484,'factor_sms','enabled','0'),(2485,'factor_sms','weight','100'),(2486,'factor_sms','duration','1800'),(2487,'factor_sms','countrycode','0'),(2488,'factor_sms','gateway','aws_sns'),(2489,'auth_ldap','sync_updateuserchunk','1000'),(2490,'cachestore_redis','test_clustermode','0'),(2491,'enrol_manual','sendcoursewelcomemessage','1'),(2492,'qtype_ordering','defaultanswerformat','0'),(2493,'qtype_wq','log_server_errors','0'),(2494,'factor_sms','usecredchain','0'),(2495,'factor_sms','api_key',''),(2496,'factor_sms','api_secret',''),(2497,'factor_sms','api_region','ap-southeast-2'); -/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +LOCK TABLES `b_config_plugins` WRITE; +/*!40000 ALTER TABLE `b_config_plugins` DISABLE KEYS */; +INSERT INTO `b_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','fea447f66e89f5f1c063'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDJwsz6QVa1Xirp\n2YyVB/Vc3ZtQhrQr2i1hKu+fjKxTnOMiVO8LgnU6UOPkFP7IF0bx4W7T5EhD+cF3\nYTskWRJG7Yu2tJDgFGE5uXxsyE4SjsmSLtFuEA4hTHrLszdIzVX9n7l2QU4wkx8p\nuEXqxZoA46KYj59QNvBU7zAsY2f0aUnvsllts2dS7XPs03H6TyurpXODQJo45yse\no33iBjLdbSc4MoTd1ShareMrQCibw8Sy+Zc7Nv82xNQ7mVVbvUgqRasniE1c1IC1\nf3COg0KbXxHIqITLPxMU8uszJ8hSv8v/1CUY4jUMe0IZSqnZpTR9Xo0oKNutFids\n5ILAaau7AgMBAAECggEAG89SBEdFSwfeemVAz2SixAN3s7MdhSiJi2nTpaD05Sws\nJ+tKbRe0+NjK0KwO152oaxFbqVvp6hS0P17o5qsFrekdkjgepVmpx78dZhEl/GuE\ntTWRgHjjZGDvpsGJI+vJp9qAQcs2mn4XlDSQzo92GXFG/tMCbpgOqxEHtCvvhEH7\nBd+gFLazD2+dx3VN6di7XhIGdEEpsjye4uQNeaSrR/Aq3//JwJBCXAXei3IypGcc\n+tKtyHulp2Nu3J7NqLfM9SPRcABfbInrhIHNyaAEpJQSpka+4ADF7IM8eyfSXWd+\nzs3CBretN6hTCVzmEfesmfLzDcgBibNukhG6FxzaAQKBgQDliIh/V6FiKEww13kL\n9nu9j53Rdj4KChmI1/lFkr71Ma6smjnHi4Bc6Dxflmh9W0UeRRKd75Fa37WAQBwa\nca/VS3OmDHFHGKc+i7RnjKWg0LKiJ/TsVAI6Lp/HwPz8XisBbzslRfLEbp2G4t+U\nw/ZBj2RL1I473RtdANbbgVARQQKBgQDhBng9fdPUs8FFJmuqZNK3LwjTycMHCWex\netbyvESR10BYYNWC21Lvmailg4PznSv5FoNQpIRUaYtQzo1gL0+G1SAM7sDjg+I2\nwjjaDjVYNJrs3AYWZ3P/ewR6STLW/e/szzFniHLcg7Zbh0g40xfFH/F/ihSKh0B/\nhohqWXeB+wKBgQCfbGBaCjRmJ9Ubi11gyLcTZ3/W70iR0of/uvpAr3cAeJx497mv\n9h2W6hqczawPfWgZaSJQHggYVQ8MX/rlBxd4jyppJ3U6S05GK+SGk3KqqqmX5SbB\nSmwtmxqRNGLCqmk2Wtp6vgWrF6VD/aoK+ry8tmqUHLMZsy4BP8b7uOoywQKBgHmr\nENpWrXGFW8uy0WYJK7GmOcShg9TLLgjVXWFTkFO2qfDfMrKVOcuZLomHiZHv+nWs\nyYWR3obxpkUj2WcXTY2esLytXxflGCv5adnk8szlbJsDADue5iZN8obYCygZl19Y\nS+Mp8MjwYmosxE0NPf30npQSKbcZGDObnyi5hRd/AoGBAOJXxb71P9rN6ep8esAM\nRYfCamJVQM0yAdPgh5942GtmnJF5jNl/BV2z/9wV2rUpwoajpShh6RibWS02N4jZ\nm387uwmqrCPsvXxAXWGiup2R7tgI3NNE5yBVfRb3KIUBp07OOrycljGDUahiZbmE\nAIR2lcR4Pqnkd9AsklUSWK2w\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','0ba23a5414837e7c8771'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDnhmFGug0ksbSn\nu2v/Kg0IOYZ/6GvcCjjrwfS05xevvf+K6/7ID3+nKCw35JZ524lJ+njCfem9HGr+\na8ufXjX3rbD2ctwhS1G0nJdh+xNOw+94vGxzdbYt4m2ShjLjzHebMhqtM3S3dw2H\nY0dMlhVSfJcDZgNDbU+c3htwLf54S2mUEijPxuol9V8i+BqaYeiz1GhHtTQenx+1\nY5Ykw8z9ouZ/AWWIkjy/TWpB0aJuO9UjD8EDXe+UsC1c0A7jqv3ieAOtS5PAE110\nyAZPLYgVk7xliFB3KQp/Z8FZeNRJz0S/zdojJMGSNNiZgUaERbzLQo5GzaGkswrG\nJk+1jh0zAgMBAAECggEAElkrymW73VJlnvyTR+SQP2+eDiYtFIIm4q0IJ9hzBk8V\nBz1B5gVi0d+BwzUCPxc77FLFhG+WhfgDlRtiRsRtNUf2aoGamnThCi91+9WtdD31\nwE7Ge+jMDrTcIPmYfN8oBD+jR5V4kYJsEXSEiQURgx9ml5lbdtnp4X4X4WFzwk3c\nRrmtraysFg/3/jU+QSesWJmhh1lkaf154aSW/tIpg4lz/NXHkAjvAc5eDshaWd7W\ngAaag3Hz3k3F6siz9b4z/kwOt0YiFUuLhqdrBbxlICl/YelgeVc9FpaE8HW/tNTl\nb6dZWbExhOvwNA7l1jpdgeMX2AAH3NpFS3xMIFgNgQKBgQD7XQpxpLxghGJp0bRN\ngEcfhlSmmVXEaAOxPB3PjocDIuU7fL9TpUuPGtQgjxNF3+QFtqf1ynxq4JVLY3YT\n7n8ip5FiNNyyKhJVqNrmhR5JoHY7HRMIO6pz3KgaoXQaQhfkMsbEUUn4DgIWVFts\nPxnumWDpWGg9Wy0wmo3ncHbl8wKBgQDry6j4kVvbgRlybOAEMCP/fb5ZEev+A1i1\nrm7IYWaymsjPp/sh6oHNz9H8dscFIoweJUQDO3/4AjoU+x/6qOH+hDYu9Fq+XLzw\n23cP5o7SbUHiJ/+AJofxMG0VwmJ3mUIiO05tPNXeFYzfqqPP8VlmxeDPS8Gytm0r\nrXlBd5V7wQKBgQDvMJMOnx7ujSsE3RtAoG+NjQsiWUjnE79nuPf5GPxavKr7l3KM\nyv8ClxoCPYOueyWFVlGvr1YDceA/E885mjp6pI/QrtLP6v71ai+bKlMu5rV6/Oiu\nbfB+Phvs83QCxJ/tc2/3Qg8sL1BHJVC1yboIdQVmJs1SjV+MH5YnBLrvhwKBgGlk\nrZD0/9bcHHCtw297yQtQu/z56r6t5j/GyNOd3ZZlYu6WScS+GejRRC2RNaHQ8Eol\nJAJB3RAQhr+MA545UFI/7CwOomTF9Nm/brdXuWzK0xDwCd7Q2iBvIcMBEJwej5XX\nZlWjRICwpzfuAKxYVzp9pd9iICDuM1u7fSBLADDBAoGBAMN1LQ4x0+CEhnSvCliB\nuwteB1cu1FG+WGUGwyuaUFmRgqr4JAG2eP/YNp7bMHAq/ENsEMbazjFZbSiWWbFz\nBvS98uqUDFDaWlRlv9tvUVyaJaKpOFGRZ8aB9uyWb/g86RHLRHlJH4is8x3sLTtw\nSh+qrJW2NmFbktb9mWVryLwJ\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores','logstore_standard'),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','604800'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','1'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2096,'theme_boost','themerev','1734080146'),(2097,'theme_classic','themerev','1734080148'); +/*!40000 ALTER TABLE `b_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_contentbank_content` +-- Table structure for table `b_contentbank_content` -- -DROP TABLE IF EXISTS `m_contentbank_content`; +DROP TABLE IF EXISTS `b_contentbank_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_contentbank_content` ( +CREATE TABLE `b_contentbank_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3223,31 +3244,31 @@ CREATE TABLE `m_contentbank_content` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_contcont_nam_ix` (`name`), - KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), - KEY `m_contcont_con_ix` (`contextid`), - KEY `m_contcont_use_ix` (`usermodified`), - KEY `m_contcont_use2_ix` (`usercreated`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_contcont_nam_ix` (`name`), + KEY `b_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `b_contcont_con_ix` (`contextid`), + KEY `b_contcont_use_ix` (`usermodified`), + KEY `b_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_contentbank_content` +-- Dumping data for table `b_contentbank_content` -- -LOCK TABLES `m_contentbank_content` WRITE; -/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +LOCK TABLES `b_contentbank_content` WRITE; +/*!40000 ALTER TABLE `b_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_contentbank_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context` +-- Table structure for table `b_context` -- -DROP TABLE IF EXISTS `m_context`; +DROP TABLE IF EXISTS `b_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context` ( +CREATE TABLE `b_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', @@ -3255,30 +3276,30 @@ CREATE TABLE `m_context` ( `depth` tinyint NOT NULL DEFAULT '0', `locked` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_cont_ins_ix` (`instanceid`), - KEY `m_cont_pat_ix` (`path`) -) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; + UNIQUE KEY `b_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_cont_ins_ix` (`instanceid`), + KEY `b_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context` +-- Dumping data for table `b_context` -- -LOCK TABLES `m_context` WRITE; -/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; -INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(24,70,1,'/1/3/21/24',4,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0); -/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +LOCK TABLES `b_context` WRITE; +/*!40000 ALTER TABLE `b_context` DISABLE KEYS */; +INSERT INTO `b_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `b_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_context_temp` +-- Table structure for table `b_context_temp` -- -DROP TABLE IF EXISTS `m_context_temp`; +DROP TABLE IF EXISTS `b_context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_context_temp` ( +CREATE TABLE `b_context_temp` ( `id` bigint NOT NULL, `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `depth` tinyint NOT NULL, @@ -3288,22 +3309,22 @@ CREATE TABLE `m_context_temp` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_context_temp` +-- Dumping data for table `b_context_temp` -- -LOCK TABLES `m_context_temp` WRITE; -/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +LOCK TABLES `b_context_temp` WRITE; +/*!40000 ALTER TABLE `b_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_context_temp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course` +-- Table structure for table `b_course` -- -DROP TABLE IF EXISTS `m_course`; +DROP TABLE IF EXISTS `b_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course` ( +CREATE TABLE `b_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', @@ -3340,34 +3361,33 @@ CREATE TABLE `m_course` ( `originalcourseid` bigint DEFAULT NULL, `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', `showcompletionconditions` tinyint(1) DEFAULT NULL, - `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_cour_cat_ix` (`category`), - KEY `m_cour_idn_ix` (`idnumber`), - KEY `m_cour_sho_ix` (`shortname`), - KEY `m_cour_sor_ix` (`sortorder`), - KEY `m_cour_ori_ix` (`originalcourseid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; + KEY `b_cour_cat_ix` (`category`), + KEY `b_cour_idn_ix` (`idnumber`), + KEY `b_cour_sho_ix` (`shortname`), + KEY `b_cour_sor_ix` (`sortorder`), + KEY `b_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course` +-- Dumping data for table `b_course` -- -LOCK TABLES `m_course` WRITE; -/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; -INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1727707830,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1727707830,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +LOCK TABLES `b_course` WRITE; +/*!40000 ALTER TABLE `b_course` DISABLE KEYS */; +INSERT INTO `b_course` VALUES (1,0,0,'Acceptance test site','Acceptance test site','','Acceptance test site',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734079898,1734080141,0,0,0,1734080088,NULL,0,NULL); +/*!40000 ALTER TABLE `b_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_categories` +-- Table structure for table `b_course_categories` -- -DROP TABLE IF EXISTS `m_course_categories`; +DROP TABLE IF EXISTS `b_course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_categories` ( +CREATE TABLE `b_course_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -3383,57 +3403,57 @@ CREATE TABLE `m_course_categories` ( `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcate_par_ix` (`parent`) + KEY `b_courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_categories` +-- Dumping data for table `b_course_categories` -- -LOCK TABLES `m_course_categories` WRITE; -/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; -INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); -/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +LOCK TABLES `b_course_categories` WRITE; +/*!40000 ALTER TABLE `b_course_categories` DISABLE KEYS */; +INSERT INTO `b_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734079898,1,'/1',NULL); +/*!40000 ALTER TABLE `b_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_aggr_methd` +-- Table structure for table `b_course_completion_aggr_methd` -- -DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +DROP TABLE IF EXISTS `b_course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_aggr_methd` ( +CREATE TABLE `b_course_completion_aggr_methd` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), - KEY `m_courcompaggrmeth_cou_ix` (`course`), - KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) + UNIQUE KEY `b_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `b_courcompaggrmeth_cou_ix` (`course`), + KEY `b_courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_aggr_methd` +-- Dumping data for table `b_course_completion_aggr_methd` -- -LOCK TABLES `m_course_completion_aggr_methd` WRITE; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +LOCK TABLES `b_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_crit_compl` +-- Table structure for table `b_course_completion_crit_compl` -- -DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +DROP TABLE IF EXISTS `b_course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_crit_compl` ( +CREATE TABLE `b_course_completion_crit_compl` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3442,31 +3462,31 @@ CREATE TABLE `m_course_completion_crit_compl` ( `unenroled` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), - KEY `m_courcompcritcomp_use_ix` (`userid`), - KEY `m_courcompcritcomp_cou_ix` (`course`), - KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), - KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `b_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `b_courcompcritcomp_use_ix` (`userid`), + KEY `b_courcompcritcomp_cou_ix` (`course`), + KEY `b_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `b_courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_crit_compl` +-- Dumping data for table `b_course_completion_crit_compl` -- -LOCK TABLES `m_course_completion_crit_compl` WRITE; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +LOCK TABLES `b_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_criteria` +-- Table structure for table `b_course_completion_criteria` -- -DROP TABLE IF EXISTS `m_course_completion_criteria`; +DROP TABLE IF EXISTS `b_course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_criteria` ( +CREATE TABLE `b_course_completion_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint NOT NULL DEFAULT '0', @@ -3478,27 +3498,27 @@ CREATE TABLE `m_course_completion_criteria` ( `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courcompcrit_cou_ix` (`course`) + KEY `b_courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_criteria` +-- Dumping data for table `b_course_completion_criteria` -- -LOCK TABLES `m_course_completion_criteria` WRITE; -/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +LOCK TABLES `b_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `b_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completion_defaults` +-- Table structure for table `b_course_completion_defaults` -- -DROP TABLE IF EXISTS `m_course_completion_defaults`; +DROP TABLE IF EXISTS `b_course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completion_defaults` ( +CREATE TABLE `b_course_completion_defaults` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `module` bigint NOT NULL, @@ -3509,29 +3529,29 @@ CREATE TABLE `m_course_completion_defaults` ( `completionexpected` bigint NOT NULL DEFAULT '0', `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), - KEY `m_courcompdefa_mod_ix` (`module`), - KEY `m_courcompdefa_cou_ix` (`course`) + UNIQUE KEY `b_courcompdefa_coumod_uix` (`course`,`module`), + KEY `b_courcompdefa_mod_ix` (`module`), + KEY `b_courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completion_defaults` +-- Dumping data for table `b_course_completion_defaults` -- -LOCK TABLES `m_course_completion_defaults` WRITE; -/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +LOCK TABLES `b_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `b_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_completions` +-- Table structure for table `b_course_completions` -- -DROP TABLE IF EXISTS `m_course_completions`; +DROP TABLE IF EXISTS `b_course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_completions` ( +CREATE TABLE `b_course_completions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', @@ -3540,30 +3560,30 @@ CREATE TABLE `m_course_completions` ( `timecompleted` bigint DEFAULT NULL, `reaggregate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), - KEY `m_courcomp_use_ix` (`userid`), - KEY `m_courcomp_cou_ix` (`course`), - KEY `m_courcomp_tim_ix` (`timecompleted`) + UNIQUE KEY `b_courcomp_usecou_uix` (`userid`,`course`), + KEY `b_courcomp_use_ix` (`userid`), + KEY `b_courcomp_cou_ix` (`course`), + KEY `b_courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_completions` +-- Dumping data for table `b_course_completions` -- -LOCK TABLES `m_course_completions` WRITE; -/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +LOCK TABLES `b_course_completions` WRITE; +/*!40000 ALTER TABLE `b_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_completions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_format_options` +-- Table structure for table `b_course_format_options` -- -DROP TABLE IF EXISTS `m_course_format_options`; +DROP TABLE IF EXISTS `b_course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_format_options` ( +CREATE TABLE `b_course_format_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3571,29 +3591,29 @@ CREATE TABLE `m_course_format_options` ( `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), - KEY `m_courformopti_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; + UNIQUE KEY `b_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `b_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- Dumping data for table `b_course_format_options` -- -LOCK TABLES `m_course_format_options` WRITE; -/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; -INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); -/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +LOCK TABLES `b_course_format_options` WRITE; +/*!40000 ALTER TABLE `b_course_format_options` DISABLE KEYS */; +INSERT INTO `b_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `b_course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules` +-- Table structure for table `b_course_modules` -- -DROP TABLE IF EXISTS `m_course_modules`; +DROP TABLE IF EXISTS `b_course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules` ( +CREATE TABLE `b_course_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `module` bigint NOT NULL DEFAULT '0', @@ -3619,33 +3639,32 @@ CREATE TABLE `m_course_modules` ( `downloadcontent` tinyint(1) DEFAULT '1', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courmodu_vis_ix` (`visible`), - KEY `m_courmodu_cou_ix` (`course`), - KEY `m_courmodu_mod_ix` (`module`), - KEY `m_courmodu_ins_ix` (`instance`), - KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), - KEY `m_courmodu_gro_ix` (`groupingid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; + KEY `b_courmodu_vis_ix` (`visible`), + KEY `b_courmodu_cou_ix` (`course`), + KEY `b_courmodu_mod_ix` (`module`), + KEY `b_courmodu_ins_ix` (`instance`), + KEY `b_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `b_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_modules` +-- Dumping data for table `b_course_modules` -- -LOCK TABLES `m_course_modules` WRITE; -/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; -INSERT INTO `m_course_modules` VALUES (1,2,9,1,1,NULL,1566468838,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +LOCK TABLES `b_course_modules` WRITE; +/*!40000 ALTER TABLE `b_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_completion` +-- Table structure for table `b_course_modules_completion` -- -DROP TABLE IF EXISTS `m_course_modules_completion`; +DROP TABLE IF EXISTS `b_course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_completion` ( +CREATE TABLE `b_course_modules_completion` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -3653,55 +3672,55 @@ CREATE TABLE `m_course_modules_completion` ( `overrideby` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) + UNIQUE KEY `b_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- Dumping data for table `b_course_modules_completion` -- -LOCK TABLES `m_course_modules_completion` WRITE; -/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +LOCK TABLES `b_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `b_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_modules_viewed` +-- Table structure for table `b_course_modules_viewed` -- -DROP TABLE IF EXISTS `m_course_modules_viewed`; +DROP TABLE IF EXISTS `b_course_modules_viewed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_modules_viewed` ( +CREATE TABLE `b_course_modules_viewed` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), - KEY `m_courmoduview_cou_ix` (`coursemoduleid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `b_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_viewed` +-- Dumping data for table `b_course_modules_viewed` -- -LOCK TABLES `m_course_modules_viewed` WRITE; -/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +LOCK TABLES `b_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `b_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_modules_viewed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_published` +-- Table structure for table `b_course_published` -- -DROP TABLE IF EXISTS `m_course_published`; +DROP TABLE IF EXISTS `b_course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_published` ( +CREATE TABLE `b_course_published` ( `id` bigint NOT NULL AUTO_INCREMENT, `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `courseid` bigint NOT NULL, @@ -3711,28 +3730,28 @@ CREATE TABLE `m_course_published` ( `status` tinyint(1) DEFAULT '0', `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_courpubl_cou_ix` (`courseid`), - KEY `m_courpubl_hub_ix` (`hubcourseid`) + KEY `b_courpubl_hub_ix` (`hubcourseid`), + KEY `b_courpubl_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- Dumping data for table `b_course_published` -- -LOCK TABLES `m_course_published` WRITE; -/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +LOCK TABLES `b_course_published` WRITE; +/*!40000 ALTER TABLE `b_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_published` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_request` +-- Table structure for table `b_course_request` -- -DROP TABLE IF EXISTS `m_course_request`; +DROP TABLE IF EXISTS `b_course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_request` ( +CREATE TABLE `b_course_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3743,27 +3762,27 @@ CREATE TABLE `m_course_request` ( `requester` bigint NOT NULL DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_courrequ_sho_ix` (`shortname`) + KEY `b_courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_request` +-- Dumping data for table `b_course_request` -- -LOCK TABLES `m_course_request` WRITE; -/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +LOCK TABLES `b_course_request` WRITE; +/*!40000 ALTER TABLE `b_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_course_sections` +-- Table structure for table `b_course_sections` -- -DROP TABLE IF EXISTS `m_course_sections`; +DROP TABLE IF EXISTS `b_course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_course_sections` ( +CREATE TABLE `b_course_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', @@ -3773,32 +3792,29 @@ CREATE TABLE `m_course_sections` ( `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `visible` tinyint(1) NOT NULL DEFAULT '1', `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `itemid` bigint DEFAULT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; + UNIQUE KEY `b_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_course_sections` +-- Dumping data for table `b_course_sections` -- -LOCK TABLES `m_course_sections` WRITE; -/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; -INSERT INTO `m_course_sections` VALUES (1,2,0,NULL,'',1,'1',1,NULL,NULL,NULL,1566468838),(2,2,1,'Topic 1','',1,'',1,NULL,NULL,NULL,1566468838),(3,2,2,'Topic 2','',1,'',1,NULL,NULL,NULL,1566468838),(4,2,3,'Topic 3','',1,'',1,NULL,NULL,NULL,1566468838),(5,2,4,'Topic 4','',1,'',1,NULL,NULL,NULL,1566468838); -/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +LOCK TABLES `b_course_sections` WRITE; +/*!40000 ALTER TABLE `b_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_category` +-- Table structure for table `b_customfield_category` -- -DROP TABLE IF EXISTS `m_customfield_category`; +DROP TABLE IF EXISTS `b_customfield_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_category` ( +CREATE TABLE `b_customfield_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -3811,28 +3827,28 @@ CREATE TABLE `m_customfield_category` ( `itemid` bigint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), - KEY `m_custcate_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `b_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_category` +-- Dumping data for table `b_customfield_category` -- -LOCK TABLES `m_customfield_category` WRITE; -/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +LOCK TABLES `b_customfield_category` WRITE; +/*!40000 ALTER TABLE `b_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_data` +-- Table structure for table `b_customfield_data` -- -DROP TABLE IF EXISTS `m_customfield_data`; +DROP TABLE IF EXISTS `b_customfield_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_data` ( +CREATE TABLE `b_customfield_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL, `instanceid` bigint NOT NULL, @@ -3842,37 +3858,36 @@ CREATE TABLE `m_customfield_data` ( `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `valueformat` bigint NOT NULL, - `valuetrust` tinyint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), - KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), - KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), - KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), - KEY `m_custdata_fie_ix` (`fieldid`), - KEY `m_custdata_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `b_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `b_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `b_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `b_custdata_fie_ix` (`fieldid`), + KEY `b_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_data` +-- Dumping data for table `b_customfield_data` -- -LOCK TABLES `m_customfield_data` WRITE; -/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +LOCK TABLES `b_customfield_data` WRITE; +/*!40000 ALTER TABLE `b_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_customfield_field` +-- Table structure for table `b_customfield_field` -- -DROP TABLE IF EXISTS `m_customfield_field`; +DROP TABLE IF EXISTS `b_customfield_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_customfield_field` ( +CREATE TABLE `b_customfield_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3885,28 +3900,28 @@ CREATE TABLE `m_customfield_field` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), - KEY `m_custfiel_cat_ix` (`categoryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `b_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_customfield_field` +-- Dumping data for table `b_customfield_field` -- -LOCK TABLES `m_customfield_field` WRITE; -/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +LOCK TABLES `b_customfield_field` WRITE; +/*!40000 ALTER TABLE `b_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_customfield_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data` +-- Table structure for table `b_data` -- -DROP TABLE IF EXISTS `m_data`; +DROP TABLE IF EXISTS `b_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data` ( +CREATE TABLE `b_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -3945,27 +3960,27 @@ CREATE TABLE `m_data` ( `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `completionentries` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_data_cou_ix` (`course`) + KEY `b_data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data` +-- Dumping data for table `b_data` -- -LOCK TABLES `m_data` WRITE; -/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +LOCK TABLES `b_data` WRITE; +/*!40000 ALTER TABLE `b_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_content` +-- Table structure for table `b_data_content` -- -DROP TABLE IF EXISTS `m_data_content`; +DROP TABLE IF EXISTS `b_data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_content` ( +CREATE TABLE `b_data_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL DEFAULT '0', `recordid` bigint NOT NULL DEFAULT '0', @@ -3975,28 +3990,28 @@ CREATE TABLE `m_data_content` ( `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datacont_rec_ix` (`recordid`), - KEY `m_datacont_fie_ix` (`fieldid`) + KEY `b_datacont_rec_ix` (`recordid`), + KEY `b_datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_content` +-- Dumping data for table `b_data_content` -- -LOCK TABLES `m_data_content` WRITE; -/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +LOCK TABLES `b_data_content` WRITE; +/*!40000 ALTER TABLE `b_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_fields` +-- Table structure for table `b_data_fields` -- -DROP TABLE IF EXISTS `m_data_fields`; +DROP TABLE IF EXISTS `b_data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_fields` ( +CREATE TABLE `b_data_fields` ( `id` bigint NOT NULL AUTO_INCREMENT, `dataid` bigint NOT NULL DEFAULT '0', `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4014,28 +4029,28 @@ CREATE TABLE `m_data_fields` ( `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_datafiel_typdat_ix` (`type`,`dataid`), - KEY `m_datafiel_dat_ix` (`dataid`) + KEY `b_datafiel_typdat_ix` (`type`,`dataid`), + KEY `b_datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_fields` +-- Dumping data for table `b_data_fields` -- -LOCK TABLES `m_data_fields` WRITE; -/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +LOCK TABLES `b_data_fields` WRITE; +/*!40000 ALTER TABLE `b_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_fields` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_data_records` +-- Table structure for table `b_data_records` -- -DROP TABLE IF EXISTS `m_data_records`; +DROP TABLE IF EXISTS `b_data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_data_records` ( +CREATE TABLE `b_data_records` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', @@ -4044,28 +4059,28 @@ CREATE TABLE `m_data_records` ( `timemodified` bigint NOT NULL DEFAULT '0', `approved` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_datareco_dat_ix` (`dataid`), - KEY `m_datareco_use_ix` (`userid`) + KEY `b_datareco_dat_ix` (`dataid`), + KEY `b_datareco_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_data_records` +-- Dumping data for table `b_data_records` -- -LOCK TABLES `m_data_records` WRITE; -/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +LOCK TABLES `b_data_records` WRITE; +/*!40000 ALTER TABLE `b_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_data_records` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_editor_atto_autosave` +-- Table structure for table `b_editor_atto_autosave` -- -DROP TABLE IF EXISTS `m_editor_atto_autosave`; +DROP TABLE IF EXISTS `b_editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_editor_atto_autosave` ( +CREATE TABLE `b_editor_atto_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -4076,27 +4091,27 @@ CREATE TABLE `m_editor_atto_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; + UNIQUE KEY `b_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- Dumping data for table `b_editor_atto_autosave` -- -LOCK TABLES `m_editor_atto_autosave` WRITE; -/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +LOCK TABLES `b_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `b_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol` +-- Table structure for table `b_enrol` -- -DROP TABLE IF EXISTS `m_enrol`; +DROP TABLE IF EXISTS `b_enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol` ( +CREATE TABLE `b_enrol` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` bigint NOT NULL DEFAULT '0', @@ -4133,30 +4148,29 @@ CREATE TABLE `m_enrol` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enro_enr_ix` (`enrol`), - KEY `m_enro_cou_ix` (`courseid`), - KEY `m_enro_rol_ix` (`roleid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; + KEY `b_enro_enr_ix` (`enrol`), + KEY `b_enro_cou_ix` (`courseid`), + KEY `b_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- Dumping data for table `b_enrol` -- -LOCK TABLES `m_enrol` WRITE; -/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; -INSERT INTO `m_enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(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,1566468838,1566468838),(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,1566468838,1566468838); -/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +LOCK TABLES `b_enrol` WRITE; +/*!40000 ALTER TABLE `b_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_flatfile` +-- Table structure for table `b_enrol_flatfile` -- -DROP TABLE IF EXISTS `m_enrol_flatfile`; +DROP TABLE IF EXISTS `b_enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_flatfile` ( +CREATE TABLE `b_enrol_flatfile` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `roleid` bigint NOT NULL, @@ -4166,66 +4180,66 @@ CREATE TABLE `m_enrol_flatfile` ( `timeend` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enroflat_cou_ix` (`courseid`), - KEY `m_enroflat_use_ix` (`userid`), - KEY `m_enroflat_rol_ix` (`roleid`) + KEY `b_enroflat_cou_ix` (`courseid`), + KEY `b_enroflat_use_ix` (`userid`), + KEY `b_enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_flatfile` +-- Dumping data for table `b_enrol_flatfile` -- -LOCK TABLES `m_enrol_flatfile` WRITE; -/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +LOCK TABLES `b_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `b_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_app_registration` +-- Table structure for table `b_enrol_lti_app_registration` -- -DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +DROP TABLE IF EXISTS `b_enrol_lti_app_registration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_app_registration` ( +CREATE TABLE `b_enrol_lti_app_registration` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', - `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), - UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), - UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `b_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `b_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_app_registration` +-- Dumping data for table `b_enrol_lti_app_registration` -- -LOCK TABLES `m_enrol_lti_app_registration` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_app_registration` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_context` +-- Table structure for table `b_enrol_lti_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_context`; +DROP TABLE IF EXISTS `b_enrol_lti_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_context` ( +CREATE TABLE `b_enrol_lti_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, @@ -4233,28 +4247,28 @@ CREATE TABLE `m_enrol_lti_context` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), - KEY `m_enrolticont_lti_ix` (`ltideploymentid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `b_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_context` +-- Dumping data for table `b_enrol_lti_context` -- -LOCK TABLES `m_enrol_lti_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_deployment` +-- Table structure for table `b_enrol_lti_deployment` -- -DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +DROP TABLE IF EXISTS `b_enrol_lti_deployment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_deployment` ( +CREATE TABLE `b_enrol_lti_deployment` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4263,28 +4277,28 @@ CREATE TABLE `m_enrol_lti_deployment` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), - KEY `m_enroltidepl_pla_ix` (`platformid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `b_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_deployment` +-- Dumping data for table `b_enrol_lti_deployment` -- -LOCK TABLES `m_enrol_lti_deployment` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_deployment` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_consumer` +-- Table structure for table `b_enrol_lti_lti2_consumer` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_consumer` ( +CREATE TABLE `b_enrol_lti_lti2_consumer` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4305,27 +4319,27 @@ CREATE TABLE `m_enrol_lti_lti2_consumer` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) + UNIQUE KEY `b_enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_consumer` +-- Dumping data for table `b_enrol_lti_lti2_consumer` -- -LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_context` +-- Table structure for table `b_enrol_lti_lti2_context` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_context` ( +CREATE TABLE `b_enrol_lti_lti2_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4334,53 +4348,53 @@ CREATE TABLE `m_enrol_lti_lti2_context` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2cont_con_ix` (`consumerid`) + KEY `b_enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- Dumping data for table `b_enrol_lti_lti2_context` -- -LOCK TABLES `m_enrol_lti_lti2_context` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_nonce` +-- Table structure for table `b_enrol_lti_lti2_nonce` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_nonce` ( +CREATE TABLE `b_enrol_lti_lti2_nonce` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2nonc_con_ix` (`consumerid`) + KEY `b_enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- Dumping data for table `b_enrol_lti_lti2_nonce` -- -LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_resource_link` +-- Table structure for table `b_enrol_lti_lti2_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_resource_link` ( +CREATE TABLE `b_enrol_lti_lti2_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint DEFAULT NULL, `consumerid` bigint DEFAULT NULL, @@ -4391,57 +4405,57 @@ CREATE TABLE `m_enrol_lti_lti2_resource_link` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2resolink_con_ix` (`contextid`), - KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), - KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) + KEY `b_enroltilti2resolink_con_ix` (`contextid`), + KEY `b_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `b_enroltilti2resolink_con2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- Dumping data for table `b_enrol_lti_lti2_resource_link` -- -LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_share_key` +-- Table structure for table `b_enrol_lti_lti2_share_key` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_share_key` ( +CREATE TABLE `b_enrol_lti_lti2_share_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `resourcelinkid` bigint NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), - UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) + UNIQUE KEY `b_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `b_enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_share_key` +-- Dumping data for table `b_enrol_lti_lti2_share_key` -- -LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- Table structure for table `b_enrol_lti_lti2_tool_proxy` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( +CREATE TABLE `b_enrol_lti_lti2_tool_proxy` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `consumerid` bigint NOT NULL, @@ -4449,28 +4463,28 @@ CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), - KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) + UNIQUE KEY `b_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `b_enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- Dumping data for table `b_enrol_lti_lti2_tool_proxy` -- -LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_lti2_user_result` +-- Table structure for table `b_enrol_lti_lti2_user_result` -- -DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +DROP TABLE IF EXISTS `b_enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_lti2_user_result` ( +CREATE TABLE `b_enrol_lti_lti2_user_result` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` bigint NOT NULL, `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4478,31 +4492,31 @@ CREATE TABLE `m_enrol_lti_lti2_user_result` ( `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) + KEY `b_enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_lti2_user_result` +-- Dumping data for table `b_enrol_lti_lti2_user_result` -- -LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_resource_link` +-- Table structure for table `b_enrol_lti_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_resource_link` ( +CREATE TABLE `b_enrol_lti_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `resourceid` bigint NOT NULL, `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, `lticontextid` bigint DEFAULT NULL, `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -4514,62 +4528,59 @@ CREATE TABLE `m_enrol_lti_resource_link` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), - KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), - KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `b_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `b_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_resource_link` +-- Dumping data for table `b_enrol_lti_resource_link` -- -LOCK TABLES `m_enrol_lti_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tool_consumer_map` +-- Table structure for table `b_enrol_lti_tool_consumer_map` -- -DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +DROP TABLE IF EXISTS `b_enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tool_consumer_map` ( +CREATE TABLE `b_enrol_lti_tool_consumer_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolid` bigint NOT NULL, `consumerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_enroltitoolconsmap_too_ix` (`toolid`), - KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) + KEY `b_enroltitoolconsmap_too_ix` (`toolid`), + KEY `b_enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- Dumping data for table `b_enrol_lti_tool_consumer_map` -- -LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_tools` +-- Table structure for table `b_enrol_lti_tools` -- -DROP TABLE IF EXISTS `m_enrol_lti_tools`; +DROP TABLE IF EXISTS `b_enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_tools` ( +CREATE TABLE `b_enrol_lti_tools` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrolid` bigint NOT NULL, `contextid` bigint NOT NULL, `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', - `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `provisioningmodelearner` tinyint DEFAULT NULL, - `provisioningmodeinstructor` tinyint DEFAULT NULL, `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', @@ -4584,59 +4595,62 @@ CREATE TABLE `m_enrol_lti_tools` ( `roleinstructor` bigint NOT NULL, `rolelearner` bigint NOT NULL, `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), - KEY `m_enroltitool_enr_ix` (`enrolid`), - KEY `m_enroltitool_con_ix` (`contextid`) + UNIQUE KEY `b_enroltitool_uui_uix` (`uuid`), + KEY `b_enroltitool_enr_ix` (`enrolid`), + KEY `b_enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_tools` +-- Dumping data for table `b_enrol_lti_tools` -- -LOCK TABLES `m_enrol_lti_tools` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_user_resource_link` +-- Table structure for table `b_enrol_lti_user_resource_link` -- -DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +DROP TABLE IF EXISTS `b_enrol_lti_user_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_user_resource_link` ( +CREATE TABLE `b_enrol_lti_user_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiuserid` bigint NOT NULL, `resourcelinkid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), - KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), - KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `b_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `b_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_user_resource_link` +-- Dumping data for table `b_enrol_lti_user_resource_link` -- -LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_user_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_lti_users` +-- Table structure for table `b_enrol_lti_users` -- -DROP TABLE IF EXISTS `m_enrol_lti_users`; +DROP TABLE IF EXISTS `b_enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_lti_users` ( +CREATE TABLE `b_enrol_lti_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `toolid` bigint NOT NULL, @@ -4651,29 +4665,29 @@ CREATE TABLE `m_enrol_lti_users` ( `lastaccess` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_enroltiuser_use_ix` (`userid`), - KEY `m_enroltiuser_too_ix` (`toolid`), - KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) + KEY `b_enroltiuser_use_ix` (`userid`), + KEY `b_enroltiuser_too_ix` (`toolid`), + KEY `b_enroltiuser_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_lti_users` +-- Dumping data for table `b_enrol_lti_users` -- -LOCK TABLES `m_enrol_lti_users` WRITE; -/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +LOCK TABLES `b_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `b_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_enrol_paypal` +-- Table structure for table `b_enrol_paypal` -- -DROP TABLE IF EXISTS `m_enrol_paypal`; +DROP TABLE IF EXISTS `b_enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_enrol_paypal` ( +CREATE TABLE `b_enrol_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4696,31 +4710,31 @@ CREATE TABLE `m_enrol_paypal` ( `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timeupdated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_enropayp_bus_ix` (`business`), - KEY `m_enropayp_rec_ix` (`receiver_email`), - KEY `m_enropayp_cou_ix` (`courseid`), - KEY `m_enropayp_use_ix` (`userid`), - KEY `m_enropayp_ins_ix` (`instanceid`) + KEY `b_enropayp_bus_ix` (`business`), + KEY `b_enropayp_rec_ix` (`receiver_email`), + KEY `b_enropayp_cou_ix` (`courseid`), + KEY `b_enropayp_use_ix` (`userid`), + KEY `b_enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_enrol_paypal` +-- Dumping data for table `b_enrol_paypal` -- -LOCK TABLES `m_enrol_paypal` WRITE; -/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +LOCK TABLES `b_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `b_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event` +-- Table structure for table `b_event` -- -DROP TABLE IF EXISTS `m_event`; +DROP TABLE IF EXISTS `b_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event` ( +CREATE TABLE `b_event` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -4746,38 +4760,38 @@ CREATE TABLE `m_event` ( `priority` bigint DEFAULT NULL, `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_even_cou_ix` (`courseid`), - KEY `m_even_use_ix` (`userid`), - KEY `m_even_tim_ix` (`timestart`), - KEY `m_even_tim2_ix` (`timeduration`), - KEY `m_even_uui_ix` (`uuid`), - KEY `m_even_typtim_ix` (`type`,`timesort`), - KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), - KEY `m_even_cat_ix` (`categoryid`), - KEY `m_even_sub_ix` (`subscriptionid`), - KEY `m_even_eve_ix` (`eventtype`), - KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), - KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) + KEY `b_even_cou_ix` (`courseid`), + KEY `b_even_use_ix` (`userid`), + KEY `b_even_tim_ix` (`timestart`), + KEY `b_even_tim2_ix` (`timeduration`), + KEY `b_even_uui_ix` (`uuid`), + KEY `b_even_typtim_ix` (`type`,`timesort`), + KEY `b_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `b_even_eve_ix` (`eventtype`), + KEY `b_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `b_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `b_even_cat_ix` (`categoryid`), + KEY `b_even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event` +-- Dumping data for table `b_event` -- -LOCK TABLES `m_event` WRITE; -/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +LOCK TABLES `b_event` WRITE; +/*!40000 ALTER TABLE `b_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_event_subscriptions` +-- Table structure for table `b_event_subscriptions` -- -DROP TABLE IF EXISTS `m_event_subscriptions`; +DROP TABLE IF EXISTS `b_event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_event_subscriptions` ( +CREATE TABLE `b_event_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `categoryid` bigint NOT NULL DEFAULT '0', @@ -4789,28 +4803,28 @@ CREATE TABLE `m_event_subscriptions` ( `lastupdated` bigint DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_evensubs_cou_ix` (`courseid`), - KEY `m_evensubs_use_ix` (`userid`) + KEY `b_evensubs_cou_ix` (`courseid`), + KEY `b_evensubs_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_event_subscriptions` +-- Dumping data for table `b_event_subscriptions` -- -LOCK TABLES `m_event_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +LOCK TABLES `b_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_handlers` +-- Table structure for table `b_events_handlers` -- -DROP TABLE IF EXISTS `m_events_handlers`; +DROP TABLE IF EXISTS `b_events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_handlers` ( +CREATE TABLE `b_events_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4820,54 +4834,54 @@ CREATE TABLE `m_events_handlers` ( `status` bigint NOT NULL DEFAULT '0', `internal` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) + UNIQUE KEY `b_evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- Dumping data for table `b_events_handlers` -- -LOCK TABLES `m_events_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +LOCK TABLES `b_events_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue` +-- Table structure for table `b_events_queue` -- -DROP TABLE IF EXISTS `m_events_queue`; +DROP TABLE IF EXISTS `b_events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue` ( +CREATE TABLE `b_events_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueu_use_ix` (`userid`) + KEY `b_evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- Dumping data for table `b_events_queue` -- -LOCK TABLES `m_events_queue` WRITE; -/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +LOCK TABLES `b_events_queue` WRITE; +/*!40000 ALTER TABLE `b_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_events_queue_handlers` +-- Table structure for table `b_events_queue_handlers` -- -DROP TABLE IF EXISTS `m_events_queue_handlers`; +DROP TABLE IF EXISTS `b_events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_events_queue_handlers` ( +CREATE TABLE `b_events_queue_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `queuedeventid` bigint NOT NULL, `handlerid` bigint NOT NULL, @@ -4875,28 +4889,28 @@ CREATE TABLE `m_events_queue_handlers` ( `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_evenqueuhand_que_ix` (`queuedeventid`), - KEY `m_evenqueuhand_han_ix` (`handlerid`) + KEY `b_evenqueuhand_que_ix` (`queuedeventid`), + KEY `b_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- Dumping data for table `b_events_queue_handlers` -- -LOCK TABLES `m_events_queue_handlers` WRITE; -/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +LOCK TABLES `b_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `b_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_functions` +-- Table structure for table `b_external_functions` -- -DROP TABLE IF EXISTS `m_external_functions`; +DROP TABLE IF EXISTS `b_external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_functions` ( +CREATE TABLE `b_external_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -4906,28 +4920,28 @@ CREATE TABLE `m_external_functions` ( `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_extefunc_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=760 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; + UNIQUE KEY `b_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_functions` +-- Dumping data for table `b_external_functions` -- -LOCK TABLES `m_external_functions` WRITE; -/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; -INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','','moodle_mobile_app'),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','','moodle_mobile_app'),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL),(738,'core_blog_get_access_information','\\core_blog\\external\\get_access_information','execute',NULL,'moodle','','moodle_mobile_app'),(739,'core_blog_add_entry','\\core_blog\\external\\add_entry','execute',NULL,'moodle','','moodle_mobile_app'),(740,'core_blog_delete_entry','\\core_blog\\external\\delete_entry','execute',NULL,'moodle','','moodle_mobile_app'),(741,'core_blog_prepare_entry_for_edition','\\core_blog\\external\\prepare_entry_for_edition','execute',NULL,'moodle','','moodle_mobile_app'),(742,'core_blog_update_entry','\\core_blog\\external\\update_entry','execute',NULL,'moodle','','moodle_mobile_app'),(743,'core_check_get_result_admintree','core\\check\\external\\get_result_admintree','execute',NULL,'moodle','',NULL),(744,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(745,'core_filters_get_all_states','core_filters\\external\\get_all_states','execute',NULL,'moodle','','moodle_mobile_app'),(746,'mod_quiz_save_overrides','mod_quiz\\external\\save_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(747,'mod_quiz_delete_overrides','mod_quiz\\external\\delete_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(748,'mod_quiz_get_overrides','mod_quiz\\external\\get_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(749,'mod_quiz_create_grade_items','mod_quiz\\external\\create_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(750,'mod_quiz_delete_grade_items','mod_quiz\\external\\delete_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(751,'mod_quiz_update_grade_items','mod_quiz\\external\\update_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(752,'mod_quiz_update_slots','mod_quiz\\external\\update_slots','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(753,'mod_quiz_get_edit_grading_page_data','mod_quiz\\external\\get_edit_grading_page_data','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(754,'mod_quiz_create_grade_item_per_section','mod_quiz\\external\\create_grade_item_per_section','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(755,'tool_dataprivacy_get_access_information','\\tool_dataprivacy\\external\\get_access_information','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(756,'tool_dataprivacy_create_data_request','\\tool_dataprivacy\\external\\create_data_request','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(757,'tool_dataprivacy_get_data_requests','\\tool_dataprivacy\\external\\get_data_requests','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(758,'tool_policy_get_user_acceptances','\\tool_policy\\external\\get_user_acceptances','execute',NULL,'tool_policy','','moodle_mobile_app'),(759,'tool_policy_set_acceptances_status','\\tool_policy\\external\\set_acceptances_status','execute',NULL,'tool_policy','','moodle_mobile_app'); -/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +LOCK TABLES `b_external_functions` WRITE; +/*!40000 ALTER TABLE `b_external_functions` DISABLE KEYS */; +INSERT INTO `b_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `b_external_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services` +-- Table structure for table `b_external_services` -- -DROP TABLE IF EXISTS `m_external_services`; +DROP TABLE IF EXISTS `b_external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services` ( +CREATE TABLE `b_external_services` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, @@ -4940,54 +4954,54 @@ CREATE TABLE `m_external_services` ( `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_exteserv_nam_uix` (`name`) + UNIQUE KEY `b_exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services` +-- Dumping data for table `b_external_services` -- -LOCK TABLES `m_external_services` WRITE; -/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; -INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); -/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +LOCK TABLES `b_external_services` WRITE; +/*!40000 ALTER TABLE `b_external_services` DISABLE KEYS */; +INSERT INTO `b_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1734079922,1734080133,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `b_external_services` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_functions` +-- Table structure for table `b_external_services_functions` -- -DROP TABLE IF EXISTS `m_external_services_functions`; +DROP TABLE IF EXISTS `b_external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_functions` ( +CREATE TABLE `b_external_services_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_exteservfunc_ext_ix` (`externalserviceid`) -) ENGINE=InnoDB AUTO_INCREMENT=2676 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; + KEY `b_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_services_functions` +-- Dumping data for table `b_external_services_functions` -- -LOCK TABLES `m_external_services_functions` WRITE; -/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; -INSERT INTO `m_external_services_functions` VALUES (2248,1,'core_badges_get_user_badges'),(2249,1,'core_calendar_get_calendar_monthly_view'),(2250,1,'core_calendar_get_calendar_day_view'),(2251,1,'core_calendar_get_calendar_upcoming_view'),(2252,1,'core_calendar_update_event_start_day'),(2253,1,'core_calendar_create_calendar_events'),(2254,1,'core_calendar_delete_calendar_events'),(2255,1,'core_calendar_get_calendar_events'),(2256,1,'core_calendar_get_action_events_by_timesort'),(2257,1,'core_calendar_get_action_events_by_course'),(2258,1,'core_calendar_get_action_events_by_courses'),(2259,1,'core_calendar_get_calendar_event_by_id'),(2260,1,'core_calendar_submit_create_update_form'),(2261,1,'core_comment_get_comments'),(2262,1,'core_completion_get_activities_completion_status'),(2263,1,'core_completion_get_course_completion_status'),(2264,1,'core_completion_mark_course_self_completed'),(2265,1,'core_completion_update_activity_completion_status_manually'),(2266,1,'core_course_get_categories'),(2267,1,'core_course_get_contents'),(2268,1,'core_course_get_course_module'),(2269,1,'core_course_get_course_module_by_instance'),(2270,1,'core_course_get_courses'),(2271,1,'core_course_search_courses'),(2272,1,'core_course_view_course'),(2273,1,'core_course_get_user_navigation_options'),(2274,1,'core_course_get_user_administration_options'),(2275,1,'core_course_get_courses_by_field'),(2276,1,'core_course_check_updates'),(2277,1,'core_course_get_updates_since'),(2278,1,'core_enrol_get_course_enrolment_methods'),(2279,1,'core_enrol_get_enrolled_users'),(2280,1,'core_enrol_get_users_courses'),(2281,1,'core_files_get_files'),(2282,1,'core_get_component_strings'),(2283,1,'core_group_get_activity_allowed_groups'),(2284,1,'core_group_get_activity_groupmode'),(2285,1,'core_group_get_course_groupings'),(2286,1,'core_group_get_course_groups'),(2287,1,'core_group_get_course_user_groups'),(2288,1,'core_message_delete_contacts'),(2289,1,'core_message_delete_message'),(2290,1,'core_message_get_blocked_users'),(2291,1,'core_message_data_for_messagearea_search_messages'),(2292,1,'core_message_get_messages'),(2293,1,'core_message_get_unread_conversations_count'),(2294,1,'core_message_mark_all_notifications_as_read'),(2295,1,'core_message_mark_message_read'),(2296,1,'core_message_mark_notification_read'),(2297,1,'core_message_message_processor_config_form'),(2298,1,'core_message_search_contacts'),(2299,1,'core_message_send_instant_messages'),(2300,1,'core_message_get_user_notification_preferences'),(2301,1,'core_message_get_user_message_preferences'),(2302,1,'core_notes_create_notes'),(2303,1,'core_notes_delete_notes'),(2304,1,'core_notes_get_course_notes'),(2305,1,'core_notes_view_notes'),(2306,1,'core_question_update_flag'),(2307,1,'core_rating_get_item_ratings'),(2308,1,'core_rating_add_rating'),(2309,1,'core_tag_get_tagindex'),(2310,1,'core_user_add_user_device'),(2311,1,'core_user_add_user_private_files'),(2312,1,'core_user_get_course_user_profiles'),(2313,1,'core_user_get_users_by_field'),(2314,1,'core_user_remove_user_device'),(2315,1,'core_user_update_user_preferences'),(2316,1,'core_user_view_user_list'),(2317,1,'core_user_view_user_profile'),(2318,1,'core_user_get_user_preferences'),(2319,1,'core_user_update_picture'),(2320,1,'core_user_set_user_preferences'),(2321,1,'core_user_agree_site_policy'),(2322,1,'core_user_get_private_files_info'),(2323,1,'core_competency_competency_viewed'),(2324,1,'core_competency_list_course_competencies'),(2325,1,'core_competency_get_scale_values'),(2326,1,'core_competency_user_competency_viewed'),(2327,1,'core_competency_user_competency_viewed_in_plan'),(2328,1,'core_competency_user_competency_viewed_in_course'),(2329,1,'core_competency_user_competency_plan_viewed'),(2330,1,'core_competency_grade_competency_in_course'),(2331,1,'core_competency_delete_evidence'),(2332,1,'core_webservice_get_site_info'),(2333,1,'core_block_get_course_blocks'),(2334,1,'core_filters_get_available_in_context'),(2335,1,'mod_assign_get_grades'),(2336,1,'mod_assign_get_assignments'),(2337,1,'mod_assign_get_submissions'),(2338,1,'mod_assign_get_user_flags'),(2339,1,'mod_assign_set_user_flags'),(2340,1,'mod_assign_get_user_mappings'),(2341,1,'mod_assign_revert_submissions_to_draft'),(2342,1,'mod_assign_lock_submissions'),(2343,1,'mod_assign_unlock_submissions'),(2344,1,'mod_assign_save_submission'),(2345,1,'mod_assign_submit_for_grading'),(2346,1,'mod_assign_save_grade'),(2347,1,'mod_assign_save_grades'),(2348,1,'mod_assign_save_user_extensions'),(2349,1,'mod_assign_reveal_identities'),(2350,1,'mod_assign_view_grading_table'),(2351,1,'mod_assign_view_submission_status'),(2352,1,'mod_assign_get_submission_status'),(2353,1,'mod_assign_list_participants'),(2354,1,'mod_assign_submit_grading_form'),(2355,1,'mod_assign_get_participant'),(2356,1,'mod_assign_view_assign'),(2357,1,'mod_book_view_book'),(2358,1,'mod_book_get_books_by_courses'),(2359,1,'mod_chat_login_user'),(2360,1,'mod_chat_get_chat_users'),(2361,1,'mod_chat_send_chat_message'),(2362,1,'mod_chat_get_chat_latest_messages'),(2363,1,'mod_chat_view_chat'),(2364,1,'mod_chat_get_chats_by_courses'),(2365,1,'mod_chat_get_sessions'),(2366,1,'mod_chat_get_session_messages'),(2367,1,'mod_choice_get_choice_results'),(2368,1,'mod_choice_get_choice_options'),(2369,1,'mod_choice_submit_choice_response'),(2370,1,'mod_choice_view_choice'),(2371,1,'mod_choice_get_choices_by_courses'),(2372,1,'mod_choice_delete_choice_responses'),(2373,1,'mod_data_get_databases_by_courses'),(2374,1,'mod_data_view_database'),(2375,1,'mod_data_get_data_access_information'),(2376,1,'mod_data_get_entries'),(2377,1,'mod_data_get_entry'),(2378,1,'mod_data_get_fields'),(2379,1,'mod_data_search_entries'),(2380,1,'mod_data_approve_entry'),(2381,1,'mod_data_delete_entry'),(2382,1,'mod_data_add_entry'),(2383,1,'mod_data_update_entry'),(2384,1,'mod_feedback_get_feedbacks_by_courses'),(2385,1,'mod_feedback_get_feedback_access_information'),(2386,1,'mod_feedback_view_feedback'),(2387,1,'mod_feedback_get_current_completed_tmp'),(2388,1,'mod_feedback_get_items'),(2389,1,'mod_feedback_launch_feedback'),(2390,1,'mod_feedback_get_page_items'),(2391,1,'mod_feedback_process_page'),(2392,1,'mod_feedback_get_analysis'),(2393,1,'mod_feedback_get_unfinished_responses'),(2394,1,'mod_feedback_get_finished_responses'),(2395,1,'mod_feedback_get_non_respondents'),(2396,1,'mod_feedback_get_responses_analysis'),(2397,1,'mod_feedback_get_last_completed'),(2398,1,'mod_folder_view_folder'),(2399,1,'mod_folder_get_folders_by_courses'),(2400,1,'mod_forum_get_forums_by_courses'),(2401,1,'mod_forum_view_forum'),(2402,1,'mod_forum_view_forum_discussion'),(2403,1,'mod_forum_add_discussion_post'),(2404,1,'mod_forum_add_discussion'),(2405,1,'mod_forum_can_add_discussion'),(2406,1,'mod_glossary_get_glossaries_by_courses'),(2407,1,'mod_glossary_view_glossary'),(2408,1,'mod_glossary_view_entry'),(2409,1,'mod_glossary_get_entries_by_letter'),(2410,1,'mod_glossary_get_entries_by_date'),(2411,1,'mod_glossary_get_categories'),(2412,1,'mod_glossary_get_entries_by_category'),(2413,1,'mod_glossary_get_authors'),(2414,1,'mod_glossary_get_entries_by_author'),(2415,1,'mod_glossary_get_entries_by_author_id'),(2416,1,'mod_glossary_get_entries_by_search'),(2417,1,'mod_glossary_get_entries_by_term'),(2418,1,'mod_glossary_get_entries_to_approve'),(2419,1,'mod_glossary_get_entry_by_id'),(2420,1,'mod_glossary_add_entry'),(2421,1,'mod_imscp_view_imscp'),(2422,1,'mod_imscp_get_imscps_by_courses'),(2423,1,'mod_label_get_labels_by_courses'),(2424,1,'mod_lesson_get_lessons_by_courses'),(2425,1,'mod_lesson_get_lesson_access_information'),(2426,1,'mod_lesson_view_lesson'),(2427,1,'mod_lesson_get_questions_attempts'),(2428,1,'mod_lesson_get_user_grade'),(2429,1,'mod_lesson_get_user_attempt_grade'),(2430,1,'mod_lesson_get_content_pages_viewed'),(2431,1,'mod_lesson_get_user_timers'),(2432,1,'mod_lesson_get_pages'),(2433,1,'mod_lesson_launch_attempt'),(2434,1,'mod_lesson_get_page_data'),(2435,1,'mod_lesson_process_page'),(2436,1,'mod_lesson_finish_attempt'),(2437,1,'mod_lesson_get_attempts_overview'),(2438,1,'mod_lesson_get_user_attempt'),(2439,1,'mod_lesson_get_pages_possible_jumps'),(2440,1,'mod_lesson_get_lesson'),(2441,1,'mod_lti_get_tool_launch_data'),(2442,1,'mod_lti_get_ltis_by_courses'),(2443,1,'mod_lti_view_lti'),(2444,1,'mod_page_view_page'),(2445,1,'mod_page_get_pages_by_courses'),(2446,1,'mod_quiz_get_quizzes_by_courses'),(2447,1,'mod_quiz_view_quiz'),(2448,1,'mod_quiz_get_user_attempts'),(2449,1,'mod_quiz_get_user_best_grade'),(2450,1,'mod_quiz_get_combined_review_options'),(2451,1,'mod_quiz_start_attempt'),(2452,1,'mod_quiz_get_attempt_data'),(2453,1,'mod_quiz_get_attempt_summary'),(2454,1,'mod_quiz_save_attempt'),(2455,1,'mod_quiz_process_attempt'),(2456,1,'mod_quiz_get_attempt_review'),(2457,1,'mod_quiz_view_attempt'),(2458,1,'mod_quiz_view_attempt_summary'),(2459,1,'mod_quiz_view_attempt_review'),(2460,1,'mod_quiz_get_quiz_feedback_for_grade'),(2461,1,'mod_quiz_get_quiz_access_information'),(2462,1,'mod_quiz_get_attempt_access_information'),(2463,1,'mod_quiz_get_quiz_required_qtypes'),(2464,1,'mod_resource_view_resource'),(2465,1,'mod_resource_get_resources_by_courses'),(2466,1,'mod_scorm_view_scorm'),(2467,1,'mod_scorm_get_scorm_attempt_count'),(2468,1,'mod_scorm_get_scorm_scoes'),(2469,1,'mod_scorm_get_scorm_user_data'),(2470,1,'mod_scorm_insert_scorm_tracks'),(2471,1,'mod_scorm_get_scorm_sco_tracks'),(2472,1,'mod_scorm_get_scorms_by_courses'),(2473,1,'mod_scorm_launch_sco'),(2474,1,'mod_survey_get_surveys_by_courses'),(2475,1,'mod_survey_view_survey'),(2476,1,'mod_survey_get_questions'),(2477,1,'mod_survey_submit_answers'),(2478,1,'mod_url_view_url'),(2479,1,'mod_url_get_urls_by_courses'),(2480,1,'mod_wiki_get_wikis_by_courses'),(2481,1,'mod_wiki_view_wiki'),(2482,1,'mod_wiki_view_page'),(2483,1,'mod_wiki_get_subwikis'),(2484,1,'mod_wiki_get_subwiki_pages'),(2485,1,'mod_wiki_get_subwiki_files'),(2486,1,'mod_wiki_get_page_contents'),(2487,1,'mod_wiki_get_page_for_editing'),(2488,1,'mod_wiki_new_page'),(2489,1,'mod_wiki_edit_page'),(2490,1,'mod_workshop_get_workshops_by_courses'),(2491,1,'mod_workshop_get_workshop_access_information'),(2492,1,'mod_workshop_get_user_plan'),(2493,1,'mod_workshop_view_workshop'),(2494,1,'mod_workshop_add_submission'),(2495,1,'mod_workshop_update_submission'),(2496,1,'mod_workshop_delete_submission'),(2497,1,'mod_workshop_get_submissions'),(2498,1,'mod_workshop_get_submission'),(2499,1,'mod_workshop_get_submission_assessments'),(2500,1,'mod_workshop_get_assessment'),(2501,1,'mod_workshop_get_assessment_form_definition'),(2502,1,'mod_workshop_get_reviewer_assessments'),(2503,1,'mod_workshop_update_assessment'),(2504,1,'mod_workshop_get_grades'),(2505,1,'mod_workshop_evaluate_assessment'),(2506,1,'mod_workshop_get_grades_report'),(2507,1,'mod_workshop_view_submission'),(2508,1,'mod_workshop_evaluate_submission'),(2509,1,'enrol_guest_get_instance_info'),(2510,1,'enrol_self_get_instance_info'),(2511,1,'enrol_self_enrol_user'),(2512,1,'message_airnotifier_is_system_configured'),(2513,1,'message_airnotifier_are_notification_preferences_configured'),(2514,1,'message_airnotifier_get_user_devices'),(2515,1,'message_airnotifier_enable_device'),(2516,1,'message_popup_get_popup_notifications'),(2517,1,'message_popup_get_unread_popup_notification_count'),(2518,1,'report_insights_set_notuseful_prediction'),(2519,1,'report_insights_set_fixed_prediction'),(2520,1,'gradereport_overview_get_course_grades'),(2521,1,'gradereport_overview_view_grade_report'),(2522,1,'gradereport_user_get_grades_table'),(2523,1,'gradereport_user_view_grade_report'),(2524,1,'gradereport_user_get_grade_items'),(2525,1,'tool_dataprivacy_cancel_data_request'),(2526,1,'tool_dataprivacy_contact_dpo'),(2527,1,'tool_lp_data_for_course_competencies_page'),(2528,1,'tool_lp_data_for_plans_page'),(2529,1,'tool_lp_data_for_plan_page'),(2530,1,'tool_lp_data_for_user_evidence_list_page'),(2531,1,'tool_lp_data_for_user_evidence_page'),(2532,1,'tool_lp_data_for_user_competency_summary'),(2533,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2534,1,'tool_lp_data_for_user_competency_summary_in_course'),(2535,1,'tool_mobile_get_plugins_supporting_mobile'),(2536,1,'tool_mobile_get_public_config'),(2537,1,'tool_mobile_get_config'),(2538,1,'tool_mobile_get_autologin_key'),(2539,1,'tool_mobile_get_content'),(2540,1,'core_blog_get_entries'),(2541,1,'core_blog_view_entries'),(2542,1,'core_calendar_get_calendar_access_information'),(2543,1,'core_calendar_get_allowed_event_types'),(2544,1,'core_calendar_get_calendar_export_token'),(2545,1,'core_comment_add_comments'),(2546,1,'core_comment_delete_comments'),(2547,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2548,1,'core_course_get_recent_courses'),(2549,1,'core_course_set_favourite_courses'),(2550,1,'core_enrol_search_users'),(2551,1,'core_files_delete_draft_files'),(2552,1,'core_grades_grader_gradingpanel_point_fetch'),(2553,1,'core_grades_grader_gradingpanel_point_store'),(2554,1,'core_grades_grader_gradingpanel_scale_fetch'),(2555,1,'core_grades_grader_gradingpanel_scale_store'),(2556,1,'core_message_mute_conversations'),(2557,1,'core_message_unmute_conversations'),(2558,1,'core_message_block_user'),(2559,1,'core_message_get_contact_requests'),(2560,1,'core_message_create_contact_request'),(2561,1,'core_message_confirm_contact_request'),(2562,1,'core_message_decline_contact_request'),(2563,1,'core_message_get_received_contact_requests_count'),(2564,1,'core_message_delete_conversations_by_id'),(2565,1,'core_message_message_search_users'),(2566,1,'core_message_get_user_contacts'),(2567,1,'core_message_get_conversations'),(2568,1,'core_message_get_conversation'),(2569,1,'core_message_get_conversation_between_users'),(2570,1,'core_message_get_self_conversation'),(2571,1,'core_message_get_conversation_counts'),(2572,1,'core_message_get_unread_conversation_counts'),(2573,1,'core_message_get_conversation_members'),(2574,1,'core_message_get_member_info'),(2575,1,'core_message_mark_all_conversation_messages_as_read'),(2576,1,'core_message_send_messages_to_conversation'),(2577,1,'core_message_get_conversation_messages'),(2578,1,'core_message_unblock_user'),(2579,1,'core_message_set_favourite_conversations'),(2580,1,'core_message_unset_favourite_conversations'),(2581,1,'core_message_delete_message_for_all_users'),(2582,1,'core_tag_get_tagindex_per_area'),(2583,1,'core_tag_get_tag_areas'),(2584,1,'core_tag_get_tag_collections'),(2585,1,'core_tag_get_tag_cloud'),(2586,1,'core_block_get_dashboard_blocks'),(2587,1,'core_h5p_get_trusted_h5p_file'),(2588,1,'core_table_get_dynamic_table_content'),(2589,1,'core_xapi_statement_post'),(2590,1,'mod_forum_get_discussion_posts'),(2591,1,'mod_forum_get_forum_discussions'),(2592,1,'mod_forum_get_forum_access_information'),(2593,1,'mod_forum_set_subscription_state'),(2594,1,'mod_forum_set_lock_state'),(2595,1,'mod_forum_toggle_favourite_state'),(2596,1,'mod_forum_set_pin_state'),(2597,1,'mod_forum_delete_post'),(2598,1,'mod_forum_get_discussion_post'),(2599,1,'mod_forum_prepare_draft_area_for_post'),(2600,1,'mod_forum_update_discussion_post'),(2601,1,'mod_glossary_delete_entry'),(2602,1,'mod_glossary_update_entry'),(2603,1,'mod_glossary_prepare_entry_for_edition'),(2604,1,'mod_h5pactivity_get_h5pactivity_access_information'),(2605,1,'mod_h5pactivity_view_h5pactivity'),(2606,1,'mod_h5pactivity_get_attempts'),(2607,1,'mod_h5pactivity_get_results'),(2608,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(2609,1,'mod_scorm_get_scorm_access_information'),(2610,1,'block_recentlyaccesseditems_get_recent_items'),(2611,1,'block_starredcourses_get_starred_courses'),(2612,1,'report_insights_action_executed'),(2613,1,'tool_analytics_potential_contexts'),(2614,1,'tool_mobile_call_external_functions'),(2615,1,'tool_mobile_validate_subscription_key'),(2616,1,'tool_mobile_get_tokens_for_qr_login'),(2617,1,'tool_moodlenet_verify_webfinger'),(2618,1,'tool_moodlenet_search_courses'),(2619,1,'core_files_get_unused_draft_itemid'),(2620,1,'core_block_fetch_addable_blocks'),(2621,1,'mod_h5pactivity_log_report_viewed'),(2622,1,'mod_h5pactivity_get_user_attempts'),(2623,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(2624,1,'core_message_get_unread_notification_count'),(2625,1,'mod_assign_start_submission'),(2626,1,'mod_bigbluebuttonbn_can_join'),(2627,1,'mod_bigbluebuttonbn_get_recordings'),(2628,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(2629,1,'mod_bigbluebuttonbn_update_recording'),(2630,1,'mod_bigbluebuttonbn_end_meeting'),(2631,1,'mod_bigbluebuttonbn_completion_validate'),(2632,1,'mod_bigbluebuttonbn_meeting_info'),(2633,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(2634,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(2635,1,'mod_bigbluebuttonbn_get_join_url'),(2636,1,'core_grades_get_enrolled_users_for_search_widget'),(2637,1,'core_grades_get_enrolled_users_for_selector'),(2638,1,'core_grades_get_groups_for_search_widget'),(2639,1,'core_grades_get_groups_for_selector'),(2640,1,'core_grades_get_gradeitems'),(2641,1,'core_user_update_user_device_public_key'),(2642,1,'core_xapi_post_state'),(2643,1,'core_xapi_get_state'),(2644,1,'core_xapi_get_states'),(2645,1,'core_xapi_delete_state'),(2646,1,'core_reportbuilder_list_reports'),(2647,1,'core_reportbuilder_retrieve_report'),(2648,1,'core_reportbuilder_view_report'),(2649,1,'gradereport_grader_get_users_in_report'),(2650,1,'gradereport_singleview_get_grade_items_for_search_widget'),(2651,1,'gradereport_user_get_access_information'),(2652,1,'core_badges_get_user_badge_by_hash'),(2653,1,'core_group_get_groups_for_selector'),(2654,1,'core_my_view_page'),(2655,1,'core_search_get_results'),(2656,1,'core_search_get_search_areas_list'),(2657,1,'core_search_view_results'),(2658,1,'core_search_get_top_results'),(2659,1,'core_xapi_delete_states'),(2660,1,'core_reportbuilder_retrieve_system_report'),(2661,1,'core_reportbuilder_can_view_system_report'),(2662,1,'mod_chat_view_sessions'),(2663,1,'enrol_guest_validate_password'),(2664,1,'core_blog_get_access_information'),(2665,1,'core_blog_add_entry'),(2666,1,'core_blog_delete_entry'),(2667,1,'core_blog_prepare_entry_for_edition'),(2668,1,'core_blog_update_entry'),(2669,1,'core_grades_get_gradable_users'),(2670,1,'core_filters_get_all_states'),(2671,1,'tool_dataprivacy_get_access_information'),(2672,1,'tool_dataprivacy_create_data_request'),(2673,1,'tool_dataprivacy_get_data_requests'),(2674,1,'tool_policy_get_user_acceptances'),(2675,1,'tool_policy_set_acceptances_status'); -/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +LOCK TABLES `b_external_services_functions` WRITE; +/*!40000 ALTER TABLE `b_external_services_functions` DISABLE KEYS */; +INSERT INTO `b_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `b_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_services_users` +-- Table structure for table `b_external_services_users` -- -DROP TABLE IF EXISTS `m_external_services_users`; +DROP TABLE IF EXISTS `b_external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_services_users` ( +CREATE TABLE `b_external_services_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -4995,28 +5009,28 @@ CREATE TABLE `m_external_services_users` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_exteservuser_ext_ix` (`externalserviceid`), - KEY `m_exteservuser_use_ix` (`userid`) + KEY `b_exteservuser_ext_ix` (`externalserviceid`), + KEY `b_exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- Dumping data for table `b_external_services_users` -- -LOCK TABLES `m_external_services_users` WRITE; -/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +LOCK TABLES `b_external_services_users` WRITE; +/*!40000 ALTER TABLE `b_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_external_tokens` +-- Table structure for table `b_external_tokens` -- -DROP TABLE IF EXISTS `m_external_tokens`; +DROP TABLE IF EXISTS `b_external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_external_tokens` ( +CREATE TABLE `b_external_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -5030,34 +5044,33 @@ CREATE TABLE `m_external_tokens` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, - `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_extetoke_use_ix` (`userid`), - KEY `m_extetoke_ext_ix` (`externalserviceid`), - KEY `m_extetoke_con_ix` (`contextid`), - KEY `m_extetoke_cre_ix` (`creatorid`), - KEY `m_extetoke_tok_ix` (`token`), - KEY `m_extetoke_sid_ix` (`sid`) + KEY `b_extetoke_tok_ix` (`token`), + KEY `b_extetoke_sid_ix` (`sid`), + KEY `b_extetoke_use_ix` (`userid`), + KEY `b_extetoke_ext_ix` (`externalserviceid`), + KEY `b_extetoke_con_ix` (`contextid`), + KEY `b_extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_external_tokens` +-- Dumping data for table `b_external_tokens` -- -LOCK TABLES `m_external_tokens` WRITE; -/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +LOCK TABLES `b_external_tokens` WRITE; +/*!40000 ALTER TABLE `b_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_favourite` +-- Table structure for table `b_favourite` -- -DROP TABLE IF EXISTS `m_favourite`; +DROP TABLE IF EXISTS `b_favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_favourite` ( +CREATE TABLE `b_favourite` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5068,29 +5081,29 @@ CREATE TABLE `m_favourite` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), - KEY `m_favo_con_ix` (`contextid`), - KEY `m_favo_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `b_favo_con_ix` (`contextid`), + KEY `b_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_favourite` +-- Dumping data for table `b_favourite` -- -LOCK TABLES `m_favourite` WRITE; -/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +LOCK TABLES `b_favourite` WRITE; +/*!40000 ALTER TABLE `b_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_favourite` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback` +-- Table structure for table `b_feedback` -- -DROP TABLE IF EXISTS `m_feedback`; +DROP TABLE IF EXISTS `b_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback` ( +CREATE TABLE `b_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5109,27 +5122,27 @@ CREATE TABLE `m_feedback` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feed_cou_ix` (`course`) + KEY `b_feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback` +-- Dumping data for table `b_feedback` -- -LOCK TABLES `m_feedback` WRITE; -/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +LOCK TABLES `b_feedback` WRITE; +/*!40000 ALTER TABLE `b_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completed` +-- Table structure for table `b_feedback_completed` -- -DROP TABLE IF EXISTS `m_feedback_completed`; +DROP TABLE IF EXISTS `b_feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completed` ( +CREATE TABLE `b_feedback_completed` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5138,29 +5151,29 @@ CREATE TABLE `m_feedback_completed` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use_ix` (`userid`), - KEY `m_feedcomp_fee_ix` (`feedback`), - KEY `m_feedcomp_cou_ix` (`courseid`) + KEY `b_feedcomp_use_ix` (`userid`), + KEY `b_feedcomp_fee_ix` (`feedback`), + KEY `b_feedcomp_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completed` +-- Dumping data for table `b_feedback_completed` -- -LOCK TABLES `m_feedback_completed` WRITE; -/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +LOCK TABLES `b_feedback_completed` WRITE; +/*!40000 ALTER TABLE `b_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_completedtmp` +-- Table structure for table `b_feedback_completedtmp` -- -DROP TABLE IF EXISTS `m_feedback_completedtmp`; +DROP TABLE IF EXISTS `b_feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_completedtmp` ( +CREATE TABLE `b_feedback_completedtmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -5170,28 +5183,28 @@ CREATE TABLE `m_feedback_completedtmp` ( `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedcomp_use2_ix` (`userid`), - KEY `m_feedcomp_fee2_ix` (`feedback`) + KEY `b_feedcomp_use2_ix` (`userid`), + KEY `b_feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_completedtmp` +-- Dumping data for table `b_feedback_completedtmp` -- -LOCK TABLES `m_feedback_completedtmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +LOCK TABLES `b_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_item` +-- Table structure for table `b_feedback_item` -- -DROP TABLE IF EXISTS `m_feedback_item`; +DROP TABLE IF EXISTS `b_feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_item` ( +CREATE TABLE `b_feedback_item` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -5206,80 +5219,80 @@ CREATE TABLE `m_feedback_item` ( `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feeditem_fee_ix` (`feedback`), - KEY `m_feeditem_tem_ix` (`template`) + KEY `b_feeditem_fee_ix` (`feedback`), + KEY `b_feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_item` +-- Dumping data for table `b_feedback_item` -- -LOCK TABLES `m_feedback_item` WRITE; -/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +LOCK TABLES `b_feedback_item` WRITE; +/*!40000 ALTER TABLE `b_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_sitecourse_map` +-- Table structure for table `b_feedback_sitecourse_map` -- -DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +DROP TABLE IF EXISTS `b_feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_sitecourse_map` ( +CREATE TABLE `b_feedback_sitecourse_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedbackid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_feedsitemap_cou_ix` (`courseid`), - KEY `m_feedsitemap_fee_ix` (`feedbackid`) + KEY `b_feedsitemap_cou_ix` (`courseid`), + KEY `b_feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_sitecourse_map` +-- Dumping data for table `b_feedback_sitecourse_map` -- -LOCK TABLES `m_feedback_sitecourse_map` WRITE; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +LOCK TABLES `b_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_template` +-- Table structure for table `b_feedback_template` -- -DROP TABLE IF EXISTS `m_feedback_template`; +DROP TABLE IF EXISTS `b_feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_template` ( +CREATE TABLE `b_feedback_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_feedtemp_cou_ix` (`course`) + KEY `b_feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_template` +-- Dumping data for table `b_feedback_template` -- -LOCK TABLES `m_feedback_template` WRITE; -/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +LOCK TABLES `b_feedback_template` WRITE; +/*!40000 ALTER TABLE `b_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_value` +-- Table structure for table `b_feedback_value` -- -DROP TABLE IF EXISTS `m_feedback_value`; +DROP TABLE IF EXISTS `b_feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_value` ( +CREATE TABLE `b_feedback_value` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5287,29 +5300,29 @@ CREATE TABLE `m_feedback_value` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou_ix` (`course_id`), - KEY `m_feedvalu_ite_ix` (`item`) + UNIQUE KEY `b_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou_ix` (`course_id`), + KEY `b_feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_value` +-- Dumping data for table `b_feedback_value` -- -LOCK TABLES `m_feedback_value` WRITE; -/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +LOCK TABLES `b_feedback_value` WRITE; +/*!40000 ALTER TABLE `b_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_feedback_valuetmp` +-- Table structure for table `b_feedback_valuetmp` -- -DROP TABLE IF EXISTS `m_feedback_valuetmp`; +DROP TABLE IF EXISTS `b_feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_feedback_valuetmp` ( +CREATE TABLE `b_feedback_valuetmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', @@ -5317,29 +5330,29 @@ CREATE TABLE `m_feedback_valuetmp` ( `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), - KEY `m_feedvalu_cou2_ix` (`course_id`), - KEY `m_feedvalu_ite2_ix` (`item`) + UNIQUE KEY `b_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `b_feedvalu_cou2_ix` (`course_id`), + KEY `b_feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_feedback_valuetmp` +-- Dumping data for table `b_feedback_valuetmp` -- -LOCK TABLES `m_feedback_valuetmp` WRITE; -/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +LOCK TABLES `b_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `b_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_file_conversion` +-- Table structure for table `b_file_conversion` -- -DROP TABLE IF EXISTS `m_file_conversion`; +DROP TABLE IF EXISTS `b_file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_file_conversion` ( +CREATE TABLE `b_file_conversion` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -5352,29 +5365,29 @@ CREATE TABLE `m_file_conversion` ( `destfileid` bigint DEFAULT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_fileconv_sou_ix` (`sourcefileid`), - KEY `m_fileconv_des_ix` (`destfileid`), - KEY `m_fileconv_use_ix` (`usermodified`) + KEY `b_fileconv_sou_ix` (`sourcefileid`), + KEY `b_fileconv_des_ix` (`destfileid`), + KEY `b_fileconv_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_file_conversion` +-- Dumping data for table `b_file_conversion` -- -LOCK TABLES `m_file_conversion` WRITE; -/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +LOCK TABLES `b_file_conversion` WRITE; +/*!40000 ALTER TABLE `b_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files` +-- Table structure for table `b_files` -- -DROP TABLE IF EXISTS `m_files`; +DROP TABLE IF EXISTS `b_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files` ( +CREATE TABLE `b_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5396,120 +5409,120 @@ CREATE TABLE `m_files` ( `sortorder` bigint NOT NULL DEFAULT '0', `referencefileid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), - KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), - KEY `m_file_con_ix` (`contenthash`), - KEY `m_file_con2_ix` (`contextid`), - KEY `m_file_use_ix` (`userid`), - KEY `m_file_ref_ix` (`referencefileid`), - KEY `m_file_lic_ix` (`license`), - KEY `m_file_fil_ix` (`filename`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; + UNIQUE KEY `b_file_pat_uix` (`pathnamehash`), + KEY `b_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `b_file_con_ix` (`contenthash`), + KEY `b_file_lic_ix` (`license`), + KEY `b_file_fil_ix` (`filename`), + KEY `b_file_con2_ix` (`contextid`), + KEY `b_file_use_ix` (`userid`), + KEY `b_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- Dumping data for table `b_files` -- -LOCK TABLES `m_files` WRITE; -/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; -INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL); -/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +LOCK TABLES `b_files` WRITE; +/*!40000 ALTER TABLE `b_files` DISABLE KEYS */; +INSERT INTO `b_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080063,1734080063,0,NULL); +/*!40000 ALTER TABLE `b_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_files_reference` +-- Table structure for table `b_files_reference` -- -DROP TABLE IF EXISTS `m_files_reference`; +DROP TABLE IF EXISTS `b_files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_files_reference` ( +CREATE TABLE `b_files_reference` ( `id` bigint NOT NULL AUTO_INCREMENT, `repositoryid` bigint NOT NULL, `lastsync` bigint DEFAULT NULL, `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), - KEY `m_filerefe_rep_ix` (`repositoryid`) + UNIQUE KEY `b_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `b_filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_files_reference` +-- Dumping data for table `b_files_reference` -- -LOCK TABLES `m_files_reference` WRITE; -/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +LOCK TABLES `b_files_reference` WRITE; +/*!40000 ALTER TABLE `b_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_files_reference` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_active` +-- Table structure for table `b_filter_active` -- -DROP TABLE IF EXISTS `m_filter_active`; +DROP TABLE IF EXISTS `b_filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_active` ( +CREATE TABLE `b_filter_active` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `active` smallint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), - KEY `m_filtacti_con_ix` (`contextid`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; + UNIQUE KEY `b_filtacti_confil_uix` (`contextid`,`filter`), + KEY `b_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- Dumping data for table `b_filter_active` -- -LOCK TABLES `m_filter_active` WRITE; -/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; -INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); -/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +LOCK TABLES `b_filter_active` WRITE; +/*!40000 ALTER TABLE `b_filter_active` DISABLE KEYS */; +INSERT INTO `b_filter_active` 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 `b_filter_active` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_config` +-- Table structure for table `b_filter_config` -- -DROP TABLE IF EXISTS `m_filter_config`; +DROP TABLE IF EXISTS `b_filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_config` ( +CREATE TABLE `b_filter_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), - KEY `m_filtconf_con_ix` (`contextid`) + UNIQUE KEY `b_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `b_filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_config` +-- Dumping data for table `b_filter_config` -- -LOCK TABLES `m_filter_config` WRITE; -/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +LOCK TABLES `b_filter_config` WRITE; +/*!40000 ALTER TABLE `b_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_filter_wiris_formulas` +-- Table structure for table `b_filter_wiris_formulas` -- -DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +DROP TABLE IF EXISTS `b_filter_wiris_formulas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_filter_wiris_formulas` ( +CREATE TABLE `b_filter_wiris_formulas` ( `id` bigint NOT NULL AUTO_INCREMENT, `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -5517,27 +5530,27 @@ CREATE TABLE `m_filter_wiris_formulas` ( `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) + UNIQUE KEY `b_filtwiriform_md5_uix` (`md5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_filter_wiris_formulas` +-- Dumping data for table `b_filter_wiris_formulas` -- -LOCK TABLES `m_filter_wiris_formulas` WRITE; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +LOCK TABLES `b_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_filter_wiris_formulas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_folder` +-- Table structure for table `b_folder` -- -DROP TABLE IF EXISTS `m_folder`; +DROP TABLE IF EXISTS `b_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_folder` ( +CREATE TABLE `b_folder` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5550,27 +5563,27 @@ CREATE TABLE `m_folder` ( `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', `forcedownload` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_fold_cou_ix` (`course`) + KEY `b_fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_folder` +-- Dumping data for table `b_folder` -- -LOCK TABLES `m_folder` WRITE; -/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +LOCK TABLES `b_folder` WRITE; +/*!40000 ALTER TABLE `b_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_folder` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum` +-- Table structure for table `b_forum` -- -DROP TABLE IF EXISTS `m_forum`; +DROP TABLE IF EXISTS `b_forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum` ( +CREATE TABLE `b_forum` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', @@ -5601,86 +5614,85 @@ CREATE TABLE `m_forum` ( `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foru_cou_ix` (`course`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; + KEY `b_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum` +-- Dumping data for table `b_forum` -- -LOCK TABLES `m_forum` WRITE; -/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; -INSERT INTO `m_forum` VALUES (1,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1566468838,0,0,0,0,0,0,0,0); -/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +LOCK TABLES `b_forum` WRITE; +/*!40000 ALTER TABLE `b_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_digests` +-- Table structure for table `b_forum_digests` -- -DROP TABLE IF EXISTS `m_forum_digests`; +DROP TABLE IF EXISTS `b_forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_digests` ( +CREATE TABLE `b_forum_digests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `forum` bigint NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), - KEY `m_forudige_use_ix` (`userid`), - KEY `m_forudige_for_ix` (`forum`) + UNIQUE KEY `b_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `b_forudige_use_ix` (`userid`), + KEY `b_forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- Dumping data for table `b_forum_digests` -- -LOCK TABLES `m_forum_digests` WRITE; -/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +LOCK TABLES `b_forum_digests` WRITE; +/*!40000 ALTER TABLE `b_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussion_subs` +-- Table structure for table `b_forum_discussion_subs` -- -DROP TABLE IF EXISTS `m_forum_discussion_subs`; +DROP TABLE IF EXISTS `b_forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussion_subs` ( +CREATE TABLE `b_forum_discussion_subs` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `userid` bigint NOT NULL, `discussion` bigint NOT NULL, `preference` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), - KEY `m_forudiscsubs_for_ix` (`forum`), - KEY `m_forudiscsubs_use_ix` (`userid`), - KEY `m_forudiscsubs_dis_ix` (`discussion`) + UNIQUE KEY `b_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `b_forudiscsubs_for_ix` (`forum`), + KEY `b_forudiscsubs_use_ix` (`userid`), + KEY `b_forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- Dumping data for table `b_forum_discussion_subs` -- -LOCK TABLES `m_forum_discussion_subs` WRITE; -/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +LOCK TABLES `b_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `b_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_discussions` +-- Table structure for table `b_forum_discussions` -- -DROP TABLE IF EXISTS `m_forum_discussions`; +DROP TABLE IF EXISTS `b_forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_discussions` ( +CREATE TABLE `b_forum_discussions` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', @@ -5696,30 +5708,30 @@ CREATE TABLE `m_forum_discussions` ( `pinned` tinyint(1) NOT NULL DEFAULT '0', `timelocked` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forudisc_use_ix` (`userid`), - KEY `m_forudisc_cou_ix` (`course`), - KEY `m_forudisc_for_ix` (`forum`), - KEY `m_forudisc_use2_ix` (`usermodified`) + KEY `b_forudisc_use_ix` (`userid`), + KEY `b_forudisc_cou_ix` (`course`), + KEY `b_forudisc_for_ix` (`forum`), + KEY `b_forudisc_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_discussions` +-- Dumping data for table `b_forum_discussions` -- -LOCK TABLES `m_forum_discussions` WRITE; -/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +LOCK TABLES `b_forum_discussions` WRITE; +/*!40000 ALTER TABLE `b_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_grades` +-- Table structure for table `b_forum_grades` -- -DROP TABLE IF EXISTS `m_forum_grades`; +DROP TABLE IF EXISTS `b_forum_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_grades` ( +CREATE TABLE `b_forum_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `itemnumber` bigint NOT NULL, @@ -5728,29 +5740,29 @@ CREATE TABLE `m_forum_grades` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), - KEY `m_forugrad_use_ix` (`userid`), - KEY `m_forugrad_for_ix` (`forum`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `b_forugrad_use_ix` (`userid`), + KEY `b_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_grades` +-- Dumping data for table `b_forum_grades` -- -LOCK TABLES `m_forum_grades` WRITE; -/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +LOCK TABLES `b_forum_grades` WRITE; +/*!40000 ALTER TABLE `b_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_posts` +-- Table structure for table `b_forum_posts` -- -DROP TABLE IF EXISTS `m_forum_posts`; +DROP TABLE IF EXISTS `b_forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_posts` ( +CREATE TABLE `b_forum_posts` ( `id` bigint NOT NULL AUTO_INCREMENT, `discussion` bigint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', @@ -5765,66 +5777,66 @@ CREATE TABLE `m_forum_posts` ( `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `totalscore` smallint NOT NULL DEFAULT '0', `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', `privatereplyto` bigint NOT NULL DEFAULT '0', `wordcount` bigint DEFAULT NULL, `charcount` bigint DEFAULT NULL, - `deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forupost_use_ix` (`userid`), - KEY `m_forupost_cre_ix` (`created`), - KEY `m_forupost_mai_ix` (`mailed`), - KEY `m_forupost_dis_ix` (`discussion`), - KEY `m_forupost_par_ix` (`parent`), - KEY `m_forupost_pri_ix` (`privatereplyto`) + KEY `b_forupost_use_ix` (`userid`), + KEY `b_forupost_cre_ix` (`created`), + KEY `b_forupost_mai_ix` (`mailed`), + KEY `b_forupost_pri_ix` (`privatereplyto`), + KEY `b_forupost_dis_ix` (`discussion`), + KEY `b_forupost_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_posts` +-- Dumping data for table `b_forum_posts` -- -LOCK TABLES `m_forum_posts` WRITE; -/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +LOCK TABLES `b_forum_posts` WRITE; +/*!40000 ALTER TABLE `b_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_queue` +-- Table structure for table `b_forum_queue` -- -DROP TABLE IF EXISTS `m_forum_queue`; +DROP TABLE IF EXISTS `b_forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_queue` ( +CREATE TABLE `b_forum_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruqueu_use_ix` (`userid`), - KEY `m_foruqueu_dis_ix` (`discussionid`), - KEY `m_foruqueu_pos_ix` (`postid`) + KEY `b_foruqueu_use_ix` (`userid`), + KEY `b_foruqueu_dis_ix` (`discussionid`), + KEY `b_foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- Dumping data for table `b_forum_queue` -- -LOCK TABLES `m_forum_queue` WRITE; -/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +LOCK TABLES `b_forum_queue` WRITE; +/*!40000 ALTER TABLE `b_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_read` +-- Table structure for table `b_forum_read` -- -DROP TABLE IF EXISTS `m_forum_read`; +DROP TABLE IF EXISTS `b_forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_read` ( +CREATE TABLE `b_forum_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', @@ -5833,82 +5845,82 @@ CREATE TABLE `m_forum_read` ( `firstread` bigint NOT NULL DEFAULT '0', `lastread` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_foruread_posuse_ix` (`postid`,`userid`), - KEY `m_foruread_use_ix` (`userid`), - KEY `m_foruread_foruse_ix` (`forumid`,`userid`), - KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) + KEY `b_foruread_foruse_ix` (`forumid`,`userid`), + KEY `b_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `b_foruread_posuse_ix` (`postid`,`userid`), + KEY `b_foruread_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_read` +-- Dumping data for table `b_forum_read` -- -LOCK TABLES `m_forum_read` WRITE; -/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +LOCK TABLES `b_forum_read` WRITE; +/*!40000 ALTER TABLE `b_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_subscriptions` +-- Table structure for table `b_forum_subscriptions` -- -DROP TABLE IF EXISTS `m_forum_subscriptions`; +DROP TABLE IF EXISTS `b_forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_subscriptions` ( +CREATE TABLE `b_forum_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), - KEY `m_forusubs_use_ix` (`userid`), - KEY `m_forusubs_for_ix` (`forum`) + UNIQUE KEY `b_forusubs_usefor_uix` (`userid`,`forum`), + KEY `b_forusubs_use_ix` (`userid`), + KEY `b_forusubs_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- Dumping data for table `b_forum_subscriptions` -- -LOCK TABLES `m_forum_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +LOCK TABLES `b_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_forum_track_prefs` +-- Table structure for table `b_forum_track_prefs` -- -DROP TABLE IF EXISTS `m_forum_track_prefs`; +DROP TABLE IF EXISTS `b_forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_forum_track_prefs` ( +CREATE TABLE `b_forum_track_prefs` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) + KEY `b_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_forum_track_prefs` +-- Dumping data for table `b_forum_track_prefs` -- -LOCK TABLES `m_forum_track_prefs` WRITE; -/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +LOCK TABLES `b_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `b_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary` +-- Table structure for table `b_glossary` -- -DROP TABLE IF EXISTS `m_glossary`; +DROP TABLE IF EXISTS `b_glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary` ( +CREATE TABLE `b_glossary` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -5938,78 +5950,78 @@ CREATE TABLE `m_glossary` ( `timemodified` bigint NOT NULL DEFAULT '0', `completionentries` int NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glos_cou_ix` (`course`) + KEY `b_glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary` +-- Dumping data for table `b_glossary` -- -LOCK TABLES `m_glossary` WRITE; -/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +LOCK TABLES `b_glossary` WRITE; +/*!40000 ALTER TABLE `b_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_alias` +-- Table structure for table `b_glossary_alias` -- -DROP TABLE IF EXISTS `m_glossary_alias`; +DROP TABLE IF EXISTS `b_glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_alias` ( +CREATE TABLE `b_glossary_alias` ( `id` bigint NOT NULL AUTO_INCREMENT, `entryid` bigint NOT NULL DEFAULT '0', `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_glosalia_ent_ix` (`entryid`) + KEY `b_glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_alias` +-- Dumping data for table `b_glossary_alias` -- -LOCK TABLES `m_glossary_alias` WRITE; -/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +LOCK TABLES `b_glossary_alias` WRITE; +/*!40000 ALTER TABLE `b_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_categories` +-- Table structure for table `b_glossary_categories` -- -DROP TABLE IF EXISTS `m_glossary_categories`; +DROP TABLE IF EXISTS `b_glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_categories` ( +CREATE TABLE `b_glossary_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `usedynalink` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_gloscate_glo_ix` (`glossaryid`) + KEY `b_gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_categories` +-- Dumping data for table `b_glossary_categories` -- -LOCK TABLES `m_glossary_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +LOCK TABLES `b_glossary_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries` +-- Table structure for table `b_glossary_entries` -- -DROP TABLE IF EXISTS `m_glossary_entries`; +DROP TABLE IF EXISTS `b_glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries` ( +CREATE TABLE `b_glossary_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -6027,55 +6039,55 @@ CREATE TABLE `m_glossary_entries` ( `fullmatch` tinyint NOT NULL DEFAULT '1', `approved` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_glosentr_use_ix` (`userid`), - KEY `m_glosentr_con_ix` (`concept`), - KEY `m_glosentr_glo_ix` (`glossaryid`) + KEY `b_glosentr_use_ix` (`userid`), + KEY `b_glosentr_con_ix` (`concept`), + KEY `b_glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries` +-- Dumping data for table `b_glossary_entries` -- -LOCK TABLES `m_glossary_entries` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +LOCK TABLES `b_glossary_entries` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_entries_categories` +-- Table structure for table `b_glossary_entries_categories` -- -DROP TABLE IF EXISTS `m_glossary_entries_categories`; +DROP TABLE IF EXISTS `b_glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_entries_categories` ( +CREATE TABLE `b_glossary_entries_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL DEFAULT '0', `entryid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_glosentrcate_cat_ix` (`categoryid`), - KEY `m_glosentrcate_ent_ix` (`entryid`) + KEY `b_glosentrcate_cat_ix` (`categoryid`), + KEY `b_glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_entries_categories` +-- Dumping data for table `b_glossary_entries_categories` -- -LOCK TABLES `m_glossary_entries_categories` WRITE; -/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +LOCK TABLES `b_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `b_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_glossary_formats` +-- Table structure for table `b_glossary_formats` -- -DROP TABLE IF EXISTS `m_glossary_formats`; +DROP TABLE IF EXISTS `b_glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_glossary_formats` ( +CREATE TABLE `b_glossary_formats` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6091,23 +6103,23 @@ CREATE TABLE `m_glossary_formats` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_glossary_formats` +-- Dumping data for table `b_glossary_formats` -- -LOCK TABLES `m_glossary_formats` WRITE; -/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; -INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); -/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +LOCK TABLES `b_glossary_formats` WRITE; +/*!40000 ALTER TABLE `b_glossary_formats` DISABLE KEYS */; +INSERT INTO `b_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `b_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories` +-- Table structure for table `b_grade_categories` -- -DROP TABLE IF EXISTS `m_grade_categories`; +DROP TABLE IF EXISTS `b_grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories` ( +CREATE TABLE `b_grade_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, @@ -6123,28 +6135,28 @@ CREATE TABLE `m_grade_categories` ( `timemodified` bigint NOT NULL, `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcate_cou_ix` (`courseid`), - KEY `m_gradcate_par_ix` (`parent`) + KEY `b_gradcate_cou_ix` (`courseid`), + KEY `b_gradcate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- Dumping data for table `b_grade_categories` -- -LOCK TABLES `m_grade_categories` WRITE; -/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +LOCK TABLES `b_grade_categories` WRITE; +/*!40000 ALTER TABLE `b_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_categories_history` +-- Table structure for table `b_grade_categories_history` -- -DROP TABLE IF EXISTS `m_grade_categories_history`; +DROP TABLE IF EXISTS `b_grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_categories_history` ( +CREATE TABLE `b_grade_categories_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6164,32 +6176,32 @@ CREATE TABLE `m_grade_categories_history` ( `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradcatehist_act_ix` (`action`), - KEY `m_gradcatehist_tim_ix` (`timemodified`), - KEY `m_gradcatehist_old_ix` (`oldid`), - KEY `m_gradcatehist_cou_ix` (`courseid`), - KEY `m_gradcatehist_par_ix` (`parent`), - KEY `m_gradcatehist_log_ix` (`loggeduser`) + KEY `b_gradcatehist_act_ix` (`action`), + KEY `b_gradcatehist_tim_ix` (`timemodified`), + KEY `b_gradcatehist_old_ix` (`oldid`), + KEY `b_gradcatehist_cou_ix` (`courseid`), + KEY `b_gradcatehist_par_ix` (`parent`), + KEY `b_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_categories_history` +-- Dumping data for table `b_grade_categories_history` -- -LOCK TABLES `m_grade_categories_history` WRITE; -/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +LOCK TABLES `b_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `b_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades` +-- Table structure for table `b_grade_grades` -- -DROP TABLE IF EXISTS `m_grade_grades`; +DROP TABLE IF EXISTS `b_grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades` ( +CREATE TABLE `b_grade_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -6214,32 +6226,32 @@ CREATE TABLE `m_grade_grades` ( `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), - KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), - KEY `m_gradgrad_ite_ix` (`itemid`), - KEY `m_gradgrad_use_ix` (`userid`), - KEY `m_gradgrad_raw_ix` (`rawscaleid`), - KEY `m_gradgrad_use2_ix` (`usermodified`) + UNIQUE KEY `b_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `b_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `b_gradgrad_ite_ix` (`itemid`), + KEY `b_gradgrad_use_ix` (`userid`), + KEY `b_gradgrad_raw_ix` (`rawscaleid`), + KEY `b_gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- Dumping data for table `b_grade_grades` -- -LOCK TABLES `m_grade_grades` WRITE; -/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +LOCK TABLES `b_grade_grades` WRITE; +/*!40000 ALTER TABLE `b_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_grades_history` +-- Table structure for table `b_grade_grades_history` -- -DROP TABLE IF EXISTS `m_grade_grades_history`; +DROP TABLE IF EXISTS `b_grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_grades_history` ( +CREATE TABLE `b_grade_grades_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6265,61 +6277,61 @@ CREATE TABLE `m_grade_grades_history` ( `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `informationformat` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradgradhist_act_ix` (`action`), - KEY `m_gradgradhist_tim_ix` (`timemodified`), - KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), - KEY `m_gradgradhist_old_ix` (`oldid`), - KEY `m_gradgradhist_ite_ix` (`itemid`), - KEY `m_gradgradhist_use_ix` (`userid`), - KEY `m_gradgradhist_raw_ix` (`rawscaleid`), - KEY `m_gradgradhist_use2_ix` (`usermodified`), - KEY `m_gradgradhist_log_ix` (`loggeduser`) + KEY `b_gradgradhist_act_ix` (`action`), + KEY `b_gradgradhist_tim_ix` (`timemodified`), + KEY `b_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `b_gradgradhist_old_ix` (`oldid`), + KEY `b_gradgradhist_ite_ix` (`itemid`), + KEY `b_gradgradhist_use_ix` (`userid`), + KEY `b_gradgradhist_raw_ix` (`rawscaleid`), + KEY `b_gradgradhist_use2_ix` (`usermodified`), + KEY `b_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_grades_history` +-- Dumping data for table `b_grade_grades_history` -- -LOCK TABLES `m_grade_grades_history` WRITE; -/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +LOCK TABLES `b_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `b_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_newitem` +-- Table structure for table `b_grade_import_newitem` -- -DROP TABLE IF EXISTS `m_grade_import_newitem`; +DROP TABLE IF EXISTS `b_grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_newitem` ( +CREATE TABLE `b_grade_import_newitem` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `importcode` bigint NOT NULL, `importer` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradimponewi_imp_ix` (`importer`) + KEY `b_gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- Dumping data for table `b_grade_import_newitem` -- -LOCK TABLES `m_grade_import_newitem` WRITE; -/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +LOCK TABLES `b_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `b_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_import_values` +-- Table structure for table `b_grade_import_values` -- -DROP TABLE IF EXISTS `m_grade_import_values`; +DROP TABLE IF EXISTS `b_grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_import_values` ( +CREATE TABLE `b_grade_import_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint DEFAULT NULL, `newgradeitem` bigint DEFAULT NULL, @@ -6330,30 +6342,30 @@ CREATE TABLE `m_grade_import_values` ( `importer` bigint DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradimpovalu_ite_ix` (`itemid`), - KEY `m_gradimpovalu_new_ix` (`newgradeitem`), - KEY `m_gradimpovalu_imp_ix` (`importer`), - KEY `m_gradimpovalu_use_ix` (`userid`) + KEY `b_gradimpovalu_ite_ix` (`itemid`), + KEY `b_gradimpovalu_new_ix` (`newgradeitem`), + KEY `b_gradimpovalu_imp_ix` (`importer`), + KEY `b_gradimpovalu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_import_values` +-- Dumping data for table `b_grade_import_values` -- -LOCK TABLES `m_grade_import_values` WRITE; -/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +LOCK TABLES `b_grade_import_values` WRITE; +/*!40000 ALTER TABLE `b_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items` +-- Table structure for table `b_grade_items` -- -DROP TABLE IF EXISTS `m_grade_items`; +DROP TABLE IF EXISTS `b_grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items` ( +CREATE TABLE `b_grade_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, @@ -6386,35 +6398,35 @@ CREATE TABLE `m_grade_items` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_graditem_locloc_ix` (`locked`,`locktime`), - KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), - KEY `m_graditem_gra_ix` (`gradetype`), - KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), - KEY `m_graditem_cou_ix` (`courseid`), - KEY `m_graditem_cat_ix` (`categoryid`), - KEY `m_graditem_sca_ix` (`scaleid`), - KEY `m_graditem_out_ix` (`outcomeid`), - KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) + KEY `b_graditem_locloc_ix` (`locked`,`locktime`), + KEY `b_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `b_graditem_gra_ix` (`gradetype`), + KEY `b_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `b_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `b_graditem_cou_ix` (`courseid`), + KEY `b_graditem_cat_ix` (`categoryid`), + KEY `b_graditem_sca_ix` (`scaleid`), + KEY `b_graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- Dumping data for table `b_grade_items` -- -LOCK TABLES `m_grade_items` WRITE; -/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +LOCK TABLES `b_grade_items` WRITE; +/*!40000 ALTER TABLE `b_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_items_history` +-- Table structure for table `b_grade_items_history` -- -DROP TABLE IF EXISTS `m_grade_items_history`; +DROP TABLE IF EXISTS `b_grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_items_history` ( +CREATE TABLE `b_grade_items_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6450,60 +6462,60 @@ CREATE TABLE `m_grade_items_history` ( `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_graditemhist_act_ix` (`action`), - KEY `m_graditemhist_tim_ix` (`timemodified`), - KEY `m_graditemhist_old_ix` (`oldid`), - KEY `m_graditemhist_cou_ix` (`courseid`), - KEY `m_graditemhist_cat_ix` (`categoryid`), - KEY `m_graditemhist_sca_ix` (`scaleid`), - KEY `m_graditemhist_out_ix` (`outcomeid`), - KEY `m_graditemhist_log_ix` (`loggeduser`) + KEY `b_graditemhist_act_ix` (`action`), + KEY `b_graditemhist_tim_ix` (`timemodified`), + KEY `b_graditemhist_old_ix` (`oldid`), + KEY `b_graditemhist_cou_ix` (`courseid`), + KEY `b_graditemhist_cat_ix` (`categoryid`), + KEY `b_graditemhist_sca_ix` (`scaleid`), + KEY `b_graditemhist_out_ix` (`outcomeid`), + KEY `b_graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_items_history` +-- Dumping data for table `b_grade_items_history` -- -LOCK TABLES `m_grade_items_history` WRITE; -/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +LOCK TABLES `b_grade_items_history` WRITE; +/*!40000 ALTER TABLE `b_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_letters` +-- Table structure for table `b_grade_letters` -- -DROP TABLE IF EXISTS `m_grade_letters`; +DROP TABLE IF EXISTS `b_grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_letters` ( +CREATE TABLE `b_grade_letters` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) + UNIQUE KEY `b_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- Dumping data for table `b_grade_letters` -- -LOCK TABLES `m_grade_letters` WRITE; -/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +LOCK TABLES `b_grade_letters` WRITE; +/*!40000 ALTER TABLE `b_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes` +-- Table structure for table `b_grade_outcomes` -- -DROP TABLE IF EXISTS `m_grade_outcomes`; +DROP TABLE IF EXISTS `b_grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes` ( +CREATE TABLE `b_grade_outcomes` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6515,57 +6527,57 @@ CREATE TABLE `m_grade_outcomes` ( `timemodified` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), - KEY `m_gradoutc_cou_ix` (`courseid`), - KEY `m_gradoutc_sca_ix` (`scaleid`), - KEY `m_gradoutc_use_ix` (`usermodified`) + UNIQUE KEY `b_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `b_gradoutc_cou_ix` (`courseid`), + KEY `b_gradoutc_sca_ix` (`scaleid`), + KEY `b_gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- Dumping data for table `b_grade_outcomes` -- -LOCK TABLES `m_grade_outcomes` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_courses` +-- Table structure for table `b_grade_outcomes_courses` -- -DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +DROP TABLE IF EXISTS `b_grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_courses` ( +CREATE TABLE `b_grade_outcomes_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `outcomeid` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), - KEY `m_gradoutccour_cou_ix` (`courseid`), - KEY `m_gradoutccour_out_ix` (`outcomeid`) + UNIQUE KEY `b_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `b_gradoutccour_cou_ix` (`courseid`), + KEY `b_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_courses` +-- Dumping data for table `b_grade_outcomes_courses` -- -LOCK TABLES `m_grade_outcomes_courses` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_outcomes_history` +-- Table structure for table `b_grade_outcomes_history` -- -DROP TABLE IF EXISTS `m_grade_outcomes_history`; +DROP TABLE IF EXISTS `b_grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_outcomes_history` ( +CREATE TABLE `b_grade_outcomes_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -6579,87 +6591,87 @@ CREATE TABLE `m_grade_outcomes_history` ( `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_gradoutchist_act_ix` (`action`), - KEY `m_gradoutchist_tim_ix` (`timemodified`), - KEY `m_gradoutchist_old_ix` (`oldid`), - KEY `m_gradoutchist_cou_ix` (`courseid`), - KEY `m_gradoutchist_sca_ix` (`scaleid`), - KEY `m_gradoutchist_log_ix` (`loggeduser`) + KEY `b_gradoutchist_act_ix` (`action`), + KEY `b_gradoutchist_tim_ix` (`timemodified`), + KEY `b_gradoutchist_old_ix` (`oldid`), + KEY `b_gradoutchist_cou_ix` (`courseid`), + KEY `b_gradoutchist_sca_ix` (`scaleid`), + KEY `b_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_outcomes_history` +-- Dumping data for table `b_grade_outcomes_history` -- -LOCK TABLES `m_grade_outcomes_history` WRITE; -/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +LOCK TABLES `b_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `b_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grade_settings` +-- Table structure for table `b_grade_settings` -- -DROP TABLE IF EXISTS `m_grade_settings`; +DROP TABLE IF EXISTS `b_grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grade_settings` ( +CREATE TABLE `b_grade_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), - KEY `m_gradsett_cou_ix` (`courseid`) + UNIQUE KEY `b_gradsett_counam_uix` (`courseid`,`name`), + KEY `b_gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grade_settings` +-- Dumping data for table `b_grade_settings` -- -LOCK TABLES `m_grade_settings` WRITE; -/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +LOCK TABLES `b_grade_settings` WRITE; +/*!40000 ALTER TABLE `b_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_areas` +-- Table structure for table `b_grading_areas` -- -DROP TABLE IF EXISTS `m_grading_areas`; +DROP TABLE IF EXISTS `b_grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_areas` ( +CREATE TABLE `b_grading_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), - KEY `m_gradarea_con_ix` (`contextid`) + UNIQUE KEY `b_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `b_gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_grading_areas` +-- Dumping data for table `b_grading_areas` -- -LOCK TABLES `m_grading_areas` WRITE; -/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +LOCK TABLES `b_grading_areas` WRITE; +/*!40000 ALTER TABLE `b_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_definitions` +-- Table structure for table `b_grading_definitions` -- -DROP TABLE IF EXISTS `m_grading_definitions`; +DROP TABLE IF EXISTS `b_grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_definitions` ( +CREATE TABLE `b_grading_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6675,30 +6687,30 @@ CREATE TABLE `m_grading_definitions` ( `timecopied` bigint DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), - KEY `m_graddefi_are_ix` (`areaid`), - KEY `m_graddefi_use_ix` (`usermodified`), - KEY `m_graddefi_use2_ix` (`usercreated`) + UNIQUE KEY `b_graddefi_aremet_uix` (`areaid`,`method`), + KEY `b_graddefi_are_ix` (`areaid`), + KEY `b_graddefi_use_ix` (`usermodified`), + KEY `b_graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- Dumping data for table `b_grading_definitions` -- -LOCK TABLES `m_grading_definitions` WRITE; -/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +LOCK TABLES `b_grading_definitions` WRITE; +/*!40000 ALTER TABLE `b_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_grading_instances` +-- Table structure for table `b_grading_instances` -- -DROP TABLE IF EXISTS `m_grading_instances`; +DROP TABLE IF EXISTS `b_grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_grading_instances` ( +CREATE TABLE `b_grading_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `raterid` bigint NOT NULL, @@ -6709,55 +6721,55 @@ CREATE TABLE `m_grading_instances` ( `feedbackformat` tinyint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradinst_def_ix` (`definitionid`), - KEY `m_gradinst_rat_ix` (`raterid`) + KEY `b_gradinst_def_ix` (`definitionid`), + KEY `b_gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- Dumping data for table `b_grading_instances` -- -LOCK TABLES `m_grading_instances` WRITE; -/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +LOCK TABLES `b_grading_instances` WRITE; +/*!40000 ALTER TABLE `b_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_comments` +-- Table structure for table `b_gradingform_guide_comments` -- -DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +DROP TABLE IF EXISTS `b_gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_comments` ( +CREATE TABLE `b_gradingform_guide_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcomm_def_ix` (`definitionid`) + KEY `b_gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_comments` +-- Dumping data for table `b_gradingform_guide_comments` -- -LOCK TABLES `m_gradingform_guide_comments` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_criteria` +-- Table structure for table `b_gradingform_guide_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +DROP TABLE IF EXISTS `b_gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_criteria` ( +CREATE TABLE `b_gradingform_guide_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, @@ -6768,27 +6780,27 @@ CREATE TABLE `m_gradingform_guide_criteria` ( `descriptionmarkersformat` tinyint DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_gradguidcrit_def_ix` (`definitionid`) + KEY `b_gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_guide_criteria` +-- Dumping data for table `b_gradingform_guide_criteria` -- -LOCK TABLES `m_gradingform_guide_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_guide_fillings` +-- Table structure for table `b_gradingform_guide_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +DROP TABLE IF EXISTS `b_gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_guide_fillings` ( +CREATE TABLE `b_gradingform_guide_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6796,56 +6808,56 @@ CREATE TABLE `m_gradingform_guide_fillings` ( `remarkformat` tinyint DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradguidfill_ins_ix` (`instanceid`), - KEY `m_gradguidfill_cri_ix` (`criterionid`) + UNIQUE KEY `b_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradguidfill_ins_ix` (`instanceid`), + KEY `b_gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- Dumping data for table `b_gradingform_guide_fillings` -- -LOCK TABLES `m_gradingform_guide_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +LOCK TABLES `b_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_criteria` +-- Table structure for table `b_gradingform_rubric_criteria` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +DROP TABLE IF EXISTS `b_gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_criteria` ( +CREATE TABLE `b_gradingform_rubric_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrcrit_def_ix` (`definitionid`) + KEY `b_gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_criteria` +-- Dumping data for table `b_gradingform_rubric_criteria` -- -LOCK TABLES `m_gradingform_rubric_criteria` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_fillings` +-- Table structure for table `b_gradingform_rubric_fillings` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +DROP TABLE IF EXISTS `b_gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_fillings` ( +CREATE TABLE `b_gradingform_rubric_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, @@ -6853,57 +6865,57 @@ CREATE TABLE `m_gradingform_rubric_fillings` ( `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `remarkformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), - KEY `m_gradrubrfill_lev_ix` (`levelid`), - KEY `m_gradrubrfill_ins_ix` (`instanceid`), - KEY `m_gradrubrfill_cri_ix` (`criterionid`) + UNIQUE KEY `b_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `b_gradrubrfill_lev_ix` (`levelid`), + KEY `b_gradrubrfill_ins_ix` (`instanceid`), + KEY `b_gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- Dumping data for table `b_gradingform_rubric_fillings` -- -LOCK TABLES `m_gradingform_rubric_fillings` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_gradingform_rubric_levels` +-- Table structure for table `b_gradingform_rubric_levels` -- -DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +DROP TABLE IF EXISTS `b_gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_gradingform_rubric_levels` ( +CREATE TABLE `b_gradingform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `criterionid` bigint NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_gradrubrleve_cri_ix` (`criterionid`) + KEY `b_gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_gradingform_rubric_levels` +-- Dumping data for table `b_gradingform_rubric_levels` -- -LOCK TABLES `m_gradingform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +LOCK TABLES `b_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings` +-- Table structure for table `b_groupings` -- -DROP TABLE IF EXISTS `m_groupings`; +DROP TABLE IF EXISTS `b_groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings` ( +CREATE TABLE `b_groupings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6914,55 +6926,55 @@ CREATE TABLE `m_groupings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn2_ix` (`idnumber`), - KEY `m_grou_cou2_ix` (`courseid`) + KEY `b_grou_idn2_ix` (`idnumber`), + KEY `b_grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- Dumping data for table `b_groupings` -- -LOCK TABLES `m_groupings` WRITE; -/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +LOCK TABLES `b_groupings` WRITE; +/*!40000 ALTER TABLE `b_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groupings_groups` +-- Table structure for table `b_groupings_groups` -- -DROP TABLE IF EXISTS `m_groupings_groups`; +DROP TABLE IF EXISTS `b_groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groupings_groups` ( +CREATE TABLE `b_groupings_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupingid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grougrou_gro_ix` (`groupingid`), - KEY `m_grougrou_gro2_ix` (`groupid`) + KEY `b_grougrou_gro_ix` (`groupingid`), + KEY `b_grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- Dumping data for table `b_groupings_groups` -- -LOCK TABLES `m_groupings_groups` WRITE; -/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +LOCK TABLES `b_groupings_groups` WRITE; +/*!40000 ALTER TABLE `b_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups` +-- Table structure for table `b_groups` -- -DROP TABLE IF EXISTS `m_groups`; +DROP TABLE IF EXISTS `b_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups` ( +CREATE TABLE `b_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -6971,33 +6983,31 @@ CREATE TABLE `m_groups` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `picture` bigint NOT NULL DEFAULT '0', - `visibility` tinyint(1) NOT NULL DEFAULT '0', - `participation` tinyint(1) NOT NULL DEFAULT '1', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_grou_idn_ix` (`idnumber`), - KEY `m_grou_cou_ix` (`courseid`) + KEY `b_grou_idn_ix` (`idnumber`), + KEY `b_grou_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups` +-- Dumping data for table `b_groups` -- -LOCK TABLES `m_groups` WRITE; -/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +LOCK TABLES `b_groups` WRITE; +/*!40000 ALTER TABLE `b_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_groups_members` +-- Table structure for table `b_groups_members` -- -DROP TABLE IF EXISTS `m_groups_members`; +DROP TABLE IF EXISTS `b_groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_groups_members` ( +CREATE TABLE `b_groups_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7005,29 +7015,29 @@ CREATE TABLE `m_groups_members` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), - KEY `m_groumemb_gro_ix` (`groupid`), - KEY `m_groumemb_use_ix` (`userid`) + UNIQUE KEY `b_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `b_groumemb_gro_ix` (`groupid`), + KEY `b_groumemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_groups_members` +-- Dumping data for table `b_groups_members` -- -LOCK TABLES `m_groups_members` WRITE; -/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +LOCK TABLES `b_groups_members` WRITE; +/*!40000 ALTER TABLE `b_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p` +-- Table structure for table `b_h5p` -- -DROP TABLE IF EXISTS `m_h5p`; +DROP TABLE IF EXISTS `b_h5p`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p` ( +CREATE TABLE `b_h5p` ( `id` bigint NOT NULL AUTO_INCREMENT, `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `mainlibraryid` bigint NOT NULL, @@ -7038,28 +7048,28 @@ CREATE TABLE `m_h5p` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_h5p_mai_ix` (`mainlibraryid`), - KEY `m_h5p_pat_ix` (`pathnamehash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5p_pat_ix` (`pathnamehash`), + KEY `b_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p` +-- Dumping data for table `b_h5p` -- -LOCK TABLES `m_h5p` WRITE; -/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +LOCK TABLES `b_h5p` WRITE; +/*!40000 ALTER TABLE `b_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_contents_libraries` +-- Table structure for table `b_h5p_contents_libraries` -- -DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +DROP TABLE IF EXISTS `b_h5p_contents_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_contents_libraries` ( +CREATE TABLE `b_h5p_contents_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pid` bigint NOT NULL, `libraryid` bigint NOT NULL, @@ -7067,28 +7077,28 @@ CREATE TABLE `m_h5p_contents_libraries` ( `dropcss` tinyint(1) NOT NULL, `weight` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), - KEY `m_h5pcontlibr_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `b_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_contents_libraries` +-- Dumping data for table `b_h5p_contents_libraries` -- -LOCK TABLES `m_h5p_contents_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +LOCK TABLES `b_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_contents_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries` +-- Table structure for table `b_h5p_libraries` -- -DROP TABLE IF EXISTS `m_h5p_libraries`; +DROP TABLE IF EXISTS `b_h5p_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries` ( +CREATE TABLE `b_h5p_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7110,79 +7120,79 @@ CREATE TABLE `m_h5p_libraries` ( `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `enabled` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries` +-- Dumping data for table `b_h5p_libraries` -- -LOCK TABLES `m_h5p_libraries` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +LOCK TABLES `b_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_libraries_cachedassets` +-- Table structure for table `b_h5p_libraries_cachedassets` -- -DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +DROP TABLE IF EXISTS `b_h5p_libraries_cachedassets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_libraries_cachedassets` ( +CREATE TABLE `b_h5p_libraries_cachedassets` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrcach_lib_ix` (`libraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_libraries_cachedassets` +-- Dumping data for table `b_h5p_libraries_cachedassets` -- -LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +LOCK TABLES `b_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_libraries_cachedassets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5p_library_dependencies` +-- Table structure for table `b_h5p_library_dependencies` -- -DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +DROP TABLE IF EXISTS `b_h5p_library_dependencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5p_library_dependencies` ( +CREATE TABLE `b_h5p_library_dependencies` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `requiredlibraryid` bigint NOT NULL, `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_h5plibrdepe_lib_ix` (`libraryid`), - KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_h5plibrdepe_lib_ix` (`libraryid`), + KEY `b_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5p_library_dependencies` +-- Dumping data for table `b_h5p_library_dependencies` -- -LOCK TABLES `m_h5p_library_dependencies` WRITE; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +LOCK TABLES `b_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5p_library_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity` +-- Table structure for table `b_h5pactivity` -- -DROP TABLE IF EXISTS `m_h5pactivity`; +DROP TABLE IF EXISTS `b_h5pactivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity` ( +CREATE TABLE `b_h5pactivity` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7196,27 +7206,27 @@ CREATE TABLE `m_h5pactivity` ( `grademethod` smallint NOT NULL DEFAULT '1', `reviewmode` smallint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_h5pa_cou_ix` (`course`) + KEY `b_h5pa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity` +-- Dumping data for table `b_h5pactivity` -- -LOCK TABLES `m_h5pactivity` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts` +-- Table structure for table `b_h5pactivity_attempts` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +DROP TABLE IF EXISTS `b_h5pactivity_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts` ( +CREATE TABLE `b_h5pactivity_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pactivityid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7230,31 +7240,31 @@ CREATE TABLE `m_h5pactivity_attempts` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), - KEY `m_h5paatte_tim_ix` (`timecreated`), - KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), - KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), - KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) + UNIQUE KEY `b_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `b_h5paatte_tim_ix` (`timecreated`), + KEY `b_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `b_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `b_h5paatte_h5p_ix` (`h5pactivityid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts` +-- Dumping data for table `b_h5pactivity_attempts` -- -LOCK TABLES `m_h5pactivity_attempts` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_h5pactivity_attempts_results` +-- Table structure for table `b_h5pactivity_attempts_results` -- -DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +DROP TABLE IF EXISTS `b_h5pactivity_attempts_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_h5pactivity_attempts_results` ( +CREATE TABLE `b_h5pactivity_attempts_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptid` bigint NOT NULL, `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -7270,28 +7280,28 @@ CREATE TABLE `m_h5pactivity_attempts_results` ( `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), - KEY `m_h5paatteresu_att_ix` (`attemptid`) + KEY `b_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `b_h5paatteresu_att_ix` (`attemptid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_h5pactivity_attempts_results` +-- Dumping data for table `b_h5pactivity_attempts_results` -- -LOCK TABLES `m_h5pactivity_attempts_results` WRITE; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +LOCK TABLES `b_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_h5pactivity_attempts_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_imscp` +-- Table structure for table `b_imscp` -- -DROP TABLE IF EXISTS `m_imscp`; +DROP TABLE IF EXISTS `b_imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_imscp` ( +CREATE TABLE `b_imscp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7302,27 +7312,27 @@ CREATE TABLE `m_imscp` ( `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_imsc_cou_ix` (`course`) + KEY `b_imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_imscp` +-- Dumping data for table `b_imscp` -- -LOCK TABLES `m_imscp` WRITE; -/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +LOCK TABLES `b_imscp` WRITE; +/*!40000 ALTER TABLE `b_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_imscp` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_infected_files` +-- Table structure for table `b_infected_files` -- -DROP TABLE IF EXISTS `m_infected_files`; +DROP TABLE IF EXISTS `b_infected_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_infected_files` ( +CREATE TABLE `b_infected_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7330,27 +7340,27 @@ CREATE TABLE `m_infected_files` ( `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_infefile_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_infected_files` +-- Dumping data for table `b_infected_files` -- -LOCK TABLES `m_infected_files` WRITE; -/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +LOCK TABLES `b_infected_files` WRITE; +/*!40000 ALTER TABLE `b_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_infected_files` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_label` +-- Table structure for table `b_label` -- -DROP TABLE IF EXISTS `m_label`; +DROP TABLE IF EXISTS `b_label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_label` ( +CREATE TABLE `b_label` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7358,27 +7368,27 @@ CREATE TABLE `m_label` ( `introformat` smallint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_labe_cou_ix` (`course`) + KEY `b_labe_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_label` +-- Dumping data for table `b_label` -- -LOCK TABLES `m_label` WRITE; -/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +LOCK TABLES `b_label` WRITE; +/*!40000 ALTER TABLE `b_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_label` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson` +-- Table structure for table `b_lesson` -- -DROP TABLE IF EXISTS `m_lesson`; +DROP TABLE IF EXISTS `b_lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson` ( +CREATE TABLE `b_lesson` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7422,27 +7432,27 @@ CREATE TABLE `m_lesson` ( `completiontimespent` bigint DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_less_cou_ix` (`course`) + KEY `b_less_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson` +-- Dumping data for table `b_lesson` -- -LOCK TABLES `m_lesson` WRITE; -/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +LOCK TABLES `b_lesson` WRITE; +/*!40000 ALTER TABLE `b_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_answers` +-- Table structure for table `b_lesson_answers` -- -DROP TABLE IF EXISTS `m_lesson_answers`; +DROP TABLE IF EXISTS `b_lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_answers` ( +CREATE TABLE `b_lesson_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7457,28 +7467,28 @@ CREATE TABLE `m_lesson_answers` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `responseformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessansw_les_ix` (`lessonid`), - KEY `m_lessansw_pag_ix` (`pageid`) + KEY `b_lessansw_les_ix` (`lessonid`), + KEY `b_lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_answers` +-- Dumping data for table `b_lesson_answers` -- -LOCK TABLES `m_lesson_answers` WRITE; -/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +LOCK TABLES `b_lesson_answers` WRITE; +/*!40000 ALTER TABLE `b_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_attempts` +-- Table structure for table `b_lesson_attempts` -- -DROP TABLE IF EXISTS `m_lesson_attempts`; +DROP TABLE IF EXISTS `b_lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_attempts` ( +CREATE TABLE `b_lesson_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', @@ -7489,30 +7499,30 @@ CREATE TABLE `m_lesson_attempts` ( `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timeseen` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessatte_use_ix` (`userid`), - KEY `m_lessatte_les_ix` (`lessonid`), - KEY `m_lessatte_pag_ix` (`pageid`), - KEY `m_lessatte_ans_ix` (`answerid`) + KEY `b_lessatte_use_ix` (`userid`), + KEY `b_lessatte_les_ix` (`lessonid`), + KEY `b_lessatte_pag_ix` (`pageid`), + KEY `b_lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_attempts` +-- Dumping data for table `b_lesson_attempts` -- -LOCK TABLES `m_lesson_attempts` WRITE; -/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +LOCK TABLES `b_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `b_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_branch` +-- Table structure for table `b_lesson_branch` -- -DROP TABLE IF EXISTS `m_lesson_branch`; +DROP TABLE IF EXISTS `b_lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_branch` ( +CREATE TABLE `b_lesson_branch` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7522,29 +7532,29 @@ CREATE TABLE `m_lesson_branch` ( `timeseen` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessbran_use_ix` (`userid`), - KEY `m_lessbran_les_ix` (`lessonid`), - KEY `m_lessbran_pag_ix` (`pageid`) + KEY `b_lessbran_use_ix` (`userid`), + KEY `b_lessbran_les_ix` (`lessonid`), + KEY `b_lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_branch` +-- Dumping data for table `b_lesson_branch` -- -LOCK TABLES `m_lesson_branch` WRITE; -/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +LOCK TABLES `b_lesson_branch` WRITE; +/*!40000 ALTER TABLE `b_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_grades` +-- Table structure for table `b_lesson_grades` -- -DROP TABLE IF EXISTS `m_lesson_grades`; +DROP TABLE IF EXISTS `b_lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_grades` ( +CREATE TABLE `b_lesson_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7552,28 +7562,28 @@ CREATE TABLE `m_lesson_grades` ( `late` smallint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lessgrad_use_ix` (`userid`), - KEY `m_lessgrad_les_ix` (`lessonid`) + KEY `b_lessgrad_use_ix` (`userid`), + KEY `b_lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_grades` +-- Dumping data for table `b_lesson_grades` -- -LOCK TABLES `m_lesson_grades` WRITE; -/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +LOCK TABLES `b_lesson_grades` WRITE; +/*!40000 ALTER TABLE `b_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_overrides` +-- Table structure for table `b_lesson_overrides` -- -DROP TABLE IF EXISTS `m_lesson_overrides`; +DROP TABLE IF EXISTS `b_lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_overrides` ( +CREATE TABLE `b_lesson_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -7586,29 +7596,29 @@ CREATE TABLE `m_lesson_overrides` ( `retake` smallint DEFAULT NULL, `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_lessover_les_ix` (`lessonid`), - KEY `m_lessover_gro_ix` (`groupid`), - KEY `m_lessover_use_ix` (`userid`) + KEY `b_lessover_les_ix` (`lessonid`), + KEY `b_lessover_gro_ix` (`groupid`), + KEY `b_lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_overrides` +-- Dumping data for table `b_lesson_overrides` -- -LOCK TABLES `m_lesson_overrides` WRITE; -/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +LOCK TABLES `b_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `b_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_pages` +-- Table structure for table `b_lesson_pages` -- -DROP TABLE IF EXISTS `m_lesson_pages`; +DROP TABLE IF EXISTS `b_lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_pages` ( +CREATE TABLE `b_lesson_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `prevpageid` bigint NOT NULL DEFAULT '0', @@ -7623,27 +7633,27 @@ CREATE TABLE `m_lesson_pages` ( `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentsformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesspage_les_ix` (`lessonid`) + KEY `b_lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_pages` +-- Dumping data for table `b_lesson_pages` -- -LOCK TABLES `m_lesson_pages` WRITE; -/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +LOCK TABLES `b_lesson_pages` WRITE; +/*!40000 ALTER TABLE `b_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lesson_timer` +-- Table structure for table `b_lesson_timer` -- -DROP TABLE IF EXISTS `m_lesson_timer`; +DROP TABLE IF EXISTS `b_lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lesson_timer` ( +CREATE TABLE `b_lesson_timer` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7652,28 +7662,28 @@ CREATE TABLE `m_lesson_timer` ( `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_lesstime_use_ix` (`userid`), - KEY `m_lesstime_les_ix` (`lessonid`) + KEY `b_lesstime_use_ix` (`userid`), + KEY `b_lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lesson_timer` +-- Dumping data for table `b_lesson_timer` -- -LOCK TABLES `m_lesson_timer` WRITE; -/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +LOCK TABLES `b_lesson_timer` WRITE; +/*!40000 ALTER TABLE `b_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_license` +-- Table structure for table `b_license` -- -DROP TABLE IF EXISTS `m_license`; +DROP TABLE IF EXISTS `b_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_license` ( +CREATE TABLE `b_license` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -7683,55 +7693,55 @@ CREATE TABLE `m_license` ( `custom` tinyint(1) NOT NULL DEFAULT '0', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_license` +-- Dumping data for table `b_license` -- -LOCK TABLES `m_license` WRITE; -/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; -INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); -/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +LOCK TABLES `b_license` WRITE; +/*!40000 ALTER TABLE `b_license` DISABLE KEYS */; +INSERT INTO `b_license` 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 `b_license` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lock_db` +-- Table structure for table `b_lock_db` -- -DROP TABLE IF EXISTS `m_lock_db`; +DROP TABLE IF EXISTS `b_lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lock_db` ( +CREATE TABLE `b_lock_db` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint DEFAULT NULL, `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), - KEY `m_lockdb_exp_ix` (`expires`), - KEY `m_lockdb_own_ix` (`owner`) + UNIQUE KEY `b_lockdb_res_uix` (`resourcekey`), + KEY `b_lockdb_exp_ix` (`expires`), + KEY `b_lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- Dumping data for table `b_lock_db` -- -LOCK TABLES `m_lock_db` WRITE; -/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +LOCK TABLES `b_lock_db` WRITE; +/*!40000 ALTER TABLE `b_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lock_db` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log` +-- Table structure for table `b_log` -- -DROP TABLE IF EXISTS `m_log`; +DROP TABLE IF EXISTS `b_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log` ( +CREATE TABLE `b_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -7743,31 +7753,31 @@ CREATE TABLE `m_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_log_coumodact_ix` (`course`,`module`,`action`), - KEY `m_log_tim_ix` (`time`), - KEY `m_log_act_ix` (`action`), - KEY `m_log_usecou_ix` (`userid`,`course`), - KEY `m_log_cmi_ix` (`cmid`) + KEY `b_log_coumodact_ix` (`course`,`module`,`action`), + KEY `b_log_tim_ix` (`time`), + KEY `b_log_act_ix` (`action`), + KEY `b_log_usecou_ix` (`userid`,`course`), + KEY `b_log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log` +-- Dumping data for table `b_log` -- -LOCK TABLES `m_log` WRITE; -/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +LOCK TABLES `b_log` WRITE; +/*!40000 ALTER TABLE `b_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_display` +-- Table structure for table `b_log_display` -- -DROP TABLE IF EXISTS `m_log_display`; +DROP TABLE IF EXISTS `b_log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_display` ( +CREATE TABLE `b_log_display` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7775,28 +7785,28 @@ CREATE TABLE `m_log_display` ( `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) + UNIQUE KEY `b_logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- Dumping data for table `b_log_display` -- -LOCK TABLES `m_log_display` WRITE; -/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; -INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); -/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +LOCK TABLES `b_log_display` WRITE; +/*!40000 ALTER TABLE `b_log_display` DISABLE KEYS */; +INSERT INTO `b_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `b_log_display` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_log_queries` +-- Table structure for table `b_log_queries` -- -DROP TABLE IF EXISTS `m_log_queries`; +DROP TABLE IF EXISTS `b_log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_log_queries` ( +CREATE TABLE `b_log_queries` ( `id` bigint NOT NULL AUTO_INCREMENT, `qtype` mediumint NOT NULL, `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7811,22 +7821,22 @@ CREATE TABLE `m_log_queries` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_log_queries` +-- Dumping data for table `b_log_queries` -- -LOCK TABLES `m_log_queries` WRITE; -/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +LOCK TABLES `b_log_queries` WRITE; +/*!40000 ALTER TABLE `b_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_log_queries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_logstore_standard_log` +-- Table structure for table `b_logstore_standard_log` -- -DROP TABLE IF EXISTS `m_logstore_standard_log`; +DROP TABLE IF EXISTS `b_logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_logstore_standard_log` ( +CREATE TABLE `b_logstore_standard_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7849,35 +7859,34 @@ CREATE TABLE `m_logstore_standard_log` ( `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `realuserid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_logsstanlog_tim_ix` (`timecreated`), - KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), - KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), - KEY `m_logsstanlog_con_ix` (`contextid`), - KEY `m_logsstanlog_use_ix` (`userid`), - KEY `m_logsstanlog_cou_ix` (`courseid`), - KEY `m_logsstanlog_rea_ix` (`realuserid`), - KEY `m_logsstanlog_rel_ix` (`relateduserid`) -) ENGINE=InnoDB AUTO_INCREMENT=1814 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; + KEY `b_logsstanlog_tim_ix` (`timecreated`), + KEY `b_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `b_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `b_logsstanlog_con_ix` (`contextid`), + KEY `b_logsstanlog_use_ix` (`userid`), + KEY `b_logsstanlog_cou_ix` (`courseid`), + KEY `b_logsstanlog_rea_ix` (`realuserid`), + KEY `b_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_logstore_standard_log` +-- Dumping data for table `b_logstore_standard_log` -- -LOCK TABLES `m_logstore_standard_log` WRITE; -/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; -INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL),(1788,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"tool/uploadcourse:use\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727707810,'cli',NULL,NULL),(1789,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/premium:accesspremium\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727707823,'cli',NULL,NULL),(1790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"gradeexport_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ods\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"h5pcustomcss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"core_h5p\";}',1727707838,'cli',NULL,NULL),(1792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"markinganonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1727707838,'cli',NULL,NULL),(1793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"markinganonymous_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1727707838,'cli',NULL,NULL),(1794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"markinganonymous_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1727707838,'cli',NULL,NULL),(1795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"forum_announcementmaxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"forum_announcementsubscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"countrycode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1801,'\\core\\event\\config_log_created','core','created','config_log','config_log',2000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"gateway\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"aws_sns\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1802,'\\core\\event\\config_log_created','core','created','config_log','config_log',2001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"loginpasswordtoggle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1727707839,'cli',NULL,NULL),(1803,'\\core\\event\\config_log_created','core','created','config_log','config_log',2002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"sync_updateuserchunk\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1727707839,'cli',NULL,NULL),(1804,'\\core\\event\\config_log_created','core','created','config_log','config_log',2003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"test_clustermode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1727707839,'cli',NULL,NULL),(1805,'\\core\\event\\config_log_created','core','created','config_log','config_log',2004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1727707839,'cli',NULL,NULL),(1806,'\\core\\event\\config_log_created','core','created','config_log','config_log',2005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultanswerformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"qtype_ordering\";}',1727707839,'cli',NULL,NULL),(1807,'\\core\\event\\config_log_created','core','created','config_log','config_log',2006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1727707839,'cli',NULL,NULL),(1808,'\\core\\event\\config_log_created','core','created','config_log','config_log',2007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"task_adhoc_failed_retention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1809,'\\core\\event\\config_log_created','core','created','config_log','config_log',2008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"usecredchain\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1810,'\\core\\event\\config_log_created','core','created','config_log','config_log',2009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"api_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1811,'\\core\\event\\config_log_created','core','created','config_log','config_log',2010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"api_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1812,'\\core\\event\\config_log_created','core','created','config_log','config_log',2011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"api_region\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"ap-southeast-2\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1727707859,'web','172.18.0.1',NULL); -/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +LOCK TABLES `b_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `b_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti` +-- Table structure for table `b_lti` -- -DROP TABLE IF EXISTS `m_lti`; +DROP TABLE IF EXISTS `b_lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti` ( +CREATE TABLE `b_lti` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -7905,27 +7914,27 @@ CREATE TABLE `m_lti` ( `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_lti_cou_ix` (`course`) + KEY `b_lti_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti` +-- Dumping data for table `b_lti` -- -LOCK TABLES `m_lti` WRITE; -/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +LOCK TABLES `b_lti` WRITE; +/*!40000 ALTER TABLE `b_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_access_tokens` +-- Table structure for table `b_lti_access_tokens` -- -DROP TABLE IF EXISTS `m_lti_access_tokens`; +DROP TABLE IF EXISTS `b_lti_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_access_tokens` ( +CREATE TABLE `b_lti_access_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -7934,55 +7943,28 @@ CREATE TABLE `m_lti_access_tokens` ( `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), - KEY `m_ltiaccetoke_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_lti_access_tokens` --- - -LOCK TABLES `m_lti_access_tokens` WRITE; -/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_lti_coursevisible` --- - -DROP TABLE IF EXISTS `m_lti_coursevisible`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_coursevisible` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `typeid` bigint NOT NULL, - `courseid` bigint NOT NULL, - `coursevisible` tinyint(1) NOT NULL, - PRIMARY KEY (`id`), - KEY `m_lticour_cou_ix` (`courseid`), - KEY `m_lticour_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_ltiaccetoke_tok_uix` (`token`), + KEY `b_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_coursevisible` +-- Dumping data for table `b_lti_access_tokens` -- -LOCK TABLES `m_lti_coursevisible` WRITE; -/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +LOCK TABLES `b_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `b_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_submission` +-- Table structure for table `b_lti_submission` -- -DROP TABLE IF EXISTS `m_lti_submission`; +DROP TABLE IF EXISTS `b_lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_submission` ( +CREATE TABLE `b_lti_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -7993,27 +7975,27 @@ CREATE TABLE `m_lti_submission` ( `launchid` bigint NOT NULL, `state` tinyint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltisubm_lti_ix` (`ltiid`) + KEY `b_ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_submission` +-- Dumping data for table `b_lti_submission` -- -LOCK TABLES `m_lti_submission` WRITE; -/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +LOCK TABLES `b_lti_submission` WRITE; +/*!40000 ALTER TABLE `b_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_proxies` +-- Table structure for table `b_lti_tool_proxies` -- -DROP TABLE IF EXISTS `m_lti_tool_proxies`; +DROP TABLE IF EXISTS `b_lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_proxies` ( +CREATE TABLE `b_lti_tool_proxies` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -8028,27 +8010,27 @@ CREATE TABLE `m_lti_tool_proxies` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) + UNIQUE KEY `b_ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_proxies` +-- Dumping data for table `b_lti_tool_proxies` -- -LOCK TABLES `m_lti_tool_proxies` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +LOCK TABLES `b_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_tool_settings` +-- Table structure for table `b_lti_tool_settings` -- -DROP TABLE IF EXISTS `m_lti_tool_settings`; +DROP TABLE IF EXISTS `b_lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_tool_settings` ( +CREATE TABLE `b_lti_tool_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxyid` bigint NOT NULL, `typeid` bigint DEFAULT NULL, @@ -8058,30 +8040,30 @@ CREATE TABLE `m_lti_tool_settings` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitoolsett_too_ix` (`toolproxyid`), - KEY `m_ltitoolsett_cou_ix` (`course`), - KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), - KEY `m_ltitoolsett_typ_ix` (`typeid`) + KEY `b_ltitoolsett_too_ix` (`toolproxyid`), + KEY `b_ltitoolsett_typ_ix` (`typeid`), + KEY `b_ltitoolsett_cou_ix` (`course`), + KEY `b_ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_tool_settings` +-- Dumping data for table `b_lti_tool_settings` -- -LOCK TABLES `m_lti_tool_settings` WRITE; -/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +LOCK TABLES `b_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `b_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types` +-- Table structure for table `b_lti_types` -- -DROP TABLE IF EXISTS `m_lti_types`; +DROP TABLE IF EXISTS `b_lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types` ( +CREATE TABLE `b_lti_types` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -8101,81 +8083,55 @@ CREATE TABLE `m_lti_types` ( `timemodified` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), - KEY `m_ltitype_cou_ix` (`course`), - KEY `m_ltitype_too_ix` (`tooldomain`) + UNIQUE KEY `b_ltitype_cli_uix` (`clientid`), + KEY `b_ltitype_cou_ix` (`course`), + KEY `b_ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types` +-- Dumping data for table `b_lti_types` -- -LOCK TABLES `m_lti_types` WRITE; -/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +LOCK TABLES `b_lti_types` WRITE; +/*!40000 ALTER TABLE `b_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types_categories` +-- Table structure for table `b_lti_types_config` -- -DROP TABLE IF EXISTS `m_lti_types_categories`; +DROP TABLE IF EXISTS `b_lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types_categories` ( +CREATE TABLE `b_lti_types_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, - `categoryid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_ltitypecate_typ_ix` (`typeid`), - KEY `m_ltitypecate_cat_ix` (`categoryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_lti_types_categories` +-- Dumping data for table `b_lti_types_config` -- -LOCK TABLES `m_lti_types_categories` WRITE; -/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +LOCK TABLES `b_lti_types_config` WRITE; +/*!40000 ALTER TABLE `b_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_lti_types_config` +-- Table structure for table `b_ltiservice_gradebookservices` -- -DROP TABLE IF EXISTS `m_lti_types_config`; +DROP TABLE IF EXISTS `b_ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_lti_types_config` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `typeid` bigint NOT NULL, - `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, - PRIMARY KEY (`id`), - KEY `m_ltitypeconf_typ_ix` (`typeid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_lti_types_config` --- - -LOCK TABLES `m_lti_types_config` WRITE; -/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_ltiservice_gradebookservices` --- - -DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_ltiservice_gradebookservices` ( +CREATE TABLE `b_ltiservice_gradebookservices` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeitemid` bigint NOT NULL, `courseid` bigint NOT NULL, @@ -8183,59 +8139,33 @@ CREATE TABLE `m_ltiservice_gradebookservices` ( `typeid` bigint DEFAULT NULL, `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `ltilinkid` bigint DEFAULT NULL, - `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_ltisgrad_lti_ix` (`ltilinkid`), - KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) + KEY `b_ltisgrad_lti_ix` (`ltilinkid`), + KEY `b_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` --- - -LOCK TABLES `m_ltiservice_gradebookservices` WRITE; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_matrix_room` --- - -DROP TABLE IF EXISTS `m_matrix_room`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_matrix_room` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `commid` bigint NOT NULL, - `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_matrroom_com_ix` (`commid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_matrix_room` +-- Dumping data for table `b_ltiservice_gradebookservices` -- -LOCK TABLES `m_matrix_room` WRITE; -/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +LOCK TABLES `b_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message` +-- Table structure for table `b_message` -- -DROP TABLE IF EXISTS `m_message`; +DROP TABLE IF EXISTS `b_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message` ( +CREATE TABLE `b_message` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8254,165 +8184,165 @@ CREATE TABLE `m_message` ( `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `b_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message` +-- Dumping data for table `b_message` -- -LOCK TABLES `m_message` WRITE; -/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +LOCK TABLES `b_message` WRITE; +/*!40000 ALTER TABLE `b_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_airnotifier_devices` +-- Table structure for table `b_message_airnotifier_devices` -- -DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +DROP TABLE IF EXISTS `b_message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_airnotifier_devices` ( +CREATE TABLE `b_message_airnotifier_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userdeviceid` bigint NOT NULL, `enable` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) + UNIQUE KEY `b_messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_airnotifier_devices` +-- Dumping data for table `b_message_airnotifier_devices` -- -LOCK TABLES `m_message_airnotifier_devices` WRITE; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +LOCK TABLES `b_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contact_requests` +-- Table structure for table `b_message_contact_requests` -- -DROP TABLE IF EXISTS `m_message_contact_requests`; +DROP TABLE IF EXISTS `b_message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contact_requests` ( +CREATE TABLE `b_message_contact_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `requesteduserid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), - KEY `m_messcontrequ_use_ix` (`userid`), - KEY `m_messcontrequ_req_ix` (`requesteduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `b_messcontrequ_use_ix` (`userid`), + KEY `b_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contact_requests` +-- Dumping data for table `b_message_contact_requests` -- -LOCK TABLES `m_message_contact_requests` WRITE; -/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +LOCK TABLES `b_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `b_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_contacts` +-- Table structure for table `b_message_contacts` -- -DROP TABLE IF EXISTS `m_message_contacts`; +DROP TABLE IF EXISTS `b_message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_contacts` ( +CREATE TABLE `b_message_contacts` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `contactid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), - KEY `m_messcont_use_ix` (`userid`), - KEY `m_messcont_con_ix` (`contactid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; + UNIQUE KEY `b_messcont_usecon_uix` (`userid`,`contactid`), + KEY `b_messcont_use_ix` (`userid`), + KEY `b_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_contacts` +-- Dumping data for table `b_message_contacts` -- -LOCK TABLES `m_message_contacts` WRITE; -/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +LOCK TABLES `b_message_contacts` WRITE; +/*!40000 ALTER TABLE `b_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_actions` +-- Table structure for table `b_message_conversation_actions` -- -DROP TABLE IF EXISTS `m_message_conversation_actions`; +DROP TABLE IF EXISTS `b_message_conversation_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_actions` ( +CREATE TABLE `b_message_conversation_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `conversationid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvacti_use_ix` (`userid`), - KEY `m_messconvacti_con_ix` (`conversationid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_messconvacti_use_ix` (`userid`), + KEY `b_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_actions` +-- Dumping data for table `b_message_conversation_actions` -- -LOCK TABLES `m_message_conversation_actions` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +LOCK TABLES `b_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversation_members` +-- Table structure for table `b_message_conversation_members` -- -DROP TABLE IF EXISTS `m_message_conversation_members`; +DROP TABLE IF EXISTS `b_message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversation_members` ( +CREATE TABLE `b_message_conversation_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `conversationid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messconvmemb_con_ix` (`conversationid`), - KEY `m_messconvmemb_use_ix` (`userid`) + KEY `b_messconvmemb_con_ix` (`conversationid`), + KEY `b_messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversation_members` +-- Dumping data for table `b_message_conversation_members` -- -LOCK TABLES `m_message_conversation_members` WRITE; -/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +LOCK TABLES `b_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `b_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_conversations` +-- Table structure for table `b_message_conversations` -- -DROP TABLE IF EXISTS `m_message_conversations`; +DROP TABLE IF EXISTS `b_message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_conversations` ( +CREATE TABLE `b_message_conversations` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '1', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -8422,163 +8352,163 @@ CREATE TABLE `m_message_conversations` ( `itemid` bigint DEFAULT NULL, `contextid` bigint DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', - `timemodified` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messconv_typ_ix` (`type`), - KEY `m_messconv_con_ix` (`convhash`), - KEY `m_messconv_con2_ix` (`contextid`), - KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) + KEY `b_messconv_typ_ix` (`type`), + KEY `b_messconv_con_ix` (`convhash`), + KEY `b_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `b_messconv_con2_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_conversations` +-- Dumping data for table `b_message_conversations` -- -LOCK TABLES `m_message_conversations` WRITE; -/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +LOCK TABLES `b_message_conversations` WRITE; +/*!40000 ALTER TABLE `b_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_email_messages` +-- Table structure for table `b_message_email_messages` -- -DROP TABLE IF EXISTS `m_message_email_messages`; +DROP TABLE IF EXISTS `b_message_email_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_email_messages` ( +CREATE TABLE `b_message_email_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridto` bigint NOT NULL, `conversationid` bigint NOT NULL, `messageid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messemaimess_use_ix` (`useridto`), - KEY `m_messemaimess_con_ix` (`conversationid`), - KEY `m_messemaimess_mes_ix` (`messageid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_messemaimess_use_ix` (`useridto`), + KEY `b_messemaimess_con_ix` (`conversationid`), + KEY `b_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_email_messages` +-- Dumping data for table `b_message_email_messages` -- -LOCK TABLES `m_message_email_messages` WRITE; -/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +LOCK TABLES `b_message_email_messages` WRITE; +/*!40000 ALTER TABLE `b_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_email_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup` +-- Table structure for table `b_message_popup` -- -DROP TABLE IF EXISTS `m_message_popup`; +DROP TABLE IF EXISTS `b_message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup` ( +CREATE TABLE `b_message_popup` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` bigint NOT NULL, `isread` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), - KEY `m_messpopu_isr_ix` (`isread`) + UNIQUE KEY `b_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `b_messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- Dumping data for table `b_message_popup` -- -LOCK TABLES `m_message_popup` WRITE; -/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +LOCK TABLES `b_message_popup` WRITE; +/*!40000 ALTER TABLE `b_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_popup_notifications` +-- Table structure for table `b_message_popup_notifications` -- -DROP TABLE IF EXISTS `m_message_popup_notifications`; +DROP TABLE IF EXISTS `b_message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_popup_notifications` ( +CREATE TABLE `b_message_popup_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `notificationid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messpopunoti_not_ix` (`notificationid`) + KEY `b_messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- Dumping data for table `b_message_popup_notifications` -- -LOCK TABLES `m_message_popup_notifications` WRITE; -/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +LOCK TABLES `b_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `b_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_processors` +-- Table structure for table `b_message_processors` -- -DROP TABLE IF EXISTS `m_message_processors`; +DROP TABLE IF EXISTS `b_message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_processors` ( +CREATE TABLE `b_message_processors` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_processors` +-- Dumping data for table `b_message_processors` -- -LOCK TABLES `m_message_processors` WRITE; -/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; -INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); -/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +LOCK TABLES `b_message_processors` WRITE; +/*!40000 ALTER TABLE `b_message_processors` DISABLE KEYS */; +INSERT INTO `b_message_processors` VALUES (1,'airnotifier',1),(2,'email',0),(3,'popup',1); +/*!40000 ALTER TABLE `b_message_processors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_providers` +-- Table structure for table `b_message_providers` -- -DROP TABLE IF EXISTS `m_message_providers`; +DROP TABLE IF EXISTS `b_message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_providers` ( +CREATE TABLE `b_message_providers` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores the message providers (modules and core sy'; + UNIQUE KEY `b_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- Dumping data for table `b_message_providers` -- -LOCK TABLES `m_message_providers` WRITE; -/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; -INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(47,'failedtaskmaxdelay','moodle','moodle/site:config'),(48,'enrolcoursewelcomemessage','moodle',NULL); -/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +LOCK TABLES `b_message_providers` WRITE; +/*!40000 ALTER TABLE `b_message_providers` DISABLE KEYS */; +INSERT INTO `b_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `b_message_providers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_read` +-- Table structure for table `b_message_read` -- -DROP TABLE IF EXISTS `m_message_read`; +DROP TABLE IF EXISTS `b_message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_read` ( +CREATE TABLE `b_message_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', @@ -8597,87 +8527,87 @@ CREATE TABLE `m_message_read` ( `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), - KEY `m_messread_nottim_ix` (`notification`,`timeread`), - KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), - KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) + KEY `b_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `b_messread_nottim_ix` (`notification`,`timeread`), + KEY `b_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `b_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_read` +-- Dumping data for table `b_message_read` -- -LOCK TABLES `m_message_read` WRITE; -/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +LOCK TABLES `b_message_read` WRITE; +/*!40000 ALTER TABLE `b_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_read` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_user_actions` +-- Table structure for table `b_message_user_actions` -- -DROP TABLE IF EXISTS `m_message_user_actions`; +DROP TABLE IF EXISTS `b_message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_user_actions` ( +CREATE TABLE `b_message_user_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `messageid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), - KEY `m_messuseracti_use_ix` (`userid`), - KEY `m_messuseracti_mes_ix` (`messageid`) + UNIQUE KEY `b_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `b_messuseracti_use_ix` (`userid`), + KEY `b_messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_user_actions` +-- Dumping data for table `b_message_user_actions` -- -LOCK TABLES `m_message_user_actions` WRITE; -/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +LOCK TABLES `b_message_user_actions` WRITE; +/*!40000 ALTER TABLE `b_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_message_users_blocked` +-- Table structure for table `b_message_users_blocked` -- -DROP TABLE IF EXISTS `m_message_users_blocked`; +DROP TABLE IF EXISTS `b_message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_message_users_blocked` ( +CREATE TABLE `b_message_users_blocked` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `blockeduserid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), - KEY `m_messuserbloc_use_ix` (`userid`), - KEY `m_messuserbloc_blo_ix` (`blockeduserid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `b_messuserbloc_use_ix` (`userid`), + KEY `b_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_message_users_blocked` +-- Dumping data for table `b_message_users_blocked` -- -LOCK TABLES `m_message_users_blocked` WRITE; -/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +LOCK TABLES `b_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `b_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_datakeys` +-- Table structure for table `b_messageinbound_datakeys` -- -DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +DROP TABLE IF EXISTS `b_messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_datakeys` ( +CREATE TABLE `b_messageinbound_datakeys` ( `id` bigint NOT NULL AUTO_INCREMENT, `handler` bigint NOT NULL, `datavalue` bigint NOT NULL, @@ -8685,28 +8615,28 @@ CREATE TABLE `m_messageinbound_datakeys` ( `timecreated` bigint NOT NULL, `expires` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), - KEY `m_messdata_han_ix` (`handler`) + UNIQUE KEY `b_messdata_handat_uix` (`handler`,`datavalue`), + KEY `b_messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_datakeys` +-- Dumping data for table `b_messageinbound_datakeys` -- -LOCK TABLES `m_messageinbound_datakeys` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_handlers` +-- Table structure for table `b_messageinbound_handlers` -- -DROP TABLE IF EXISTS `m_messageinbound_handlers`; +DROP TABLE IF EXISTS `b_messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_handlers` ( +CREATE TABLE `b_messageinbound_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8714,55 +8644,55 @@ CREATE TABLE `m_messageinbound_handlers` ( `validateaddress` tinyint(1) NOT NULL DEFAULT '1', `enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_messhand_cla_uix` (`classname`) + UNIQUE KEY `b_messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_handlers` +-- Dumping data for table `b_messageinbound_handlers` -- -LOCK TABLES `m_messageinbound_handlers` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; -INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); -/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `b_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `b_messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messageinbound_messagelist` +-- Table structure for table `b_messageinbound_messagelist` -- -DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +DROP TABLE IF EXISTS `b_messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messageinbound_messagelist` ( +CREATE TABLE `b_messageinbound_messagelist` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `userid` bigint NOT NULL, `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_messmess_use_ix` (`userid`) + KEY `b_messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messageinbound_messagelist` +-- Dumping data for table `b_messageinbound_messagelist` -- -LOCK TABLES `m_messageinbound_messagelist` WRITE; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +LOCK TABLES `b_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_messages` +-- Table structure for table `b_messages` -- -DROP TABLE IF EXISTS `m_messages`; +DROP TABLE IF EXISTS `b_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_messages` ( +CREATE TABLE `b_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `conversationid` bigint NOT NULL, @@ -8772,32 +8702,32 @@ CREATE TABLE `m_messages` ( `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timecreated` bigint NOT NULL, - `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), - KEY `m_mess_use_ix` (`useridfrom`), - KEY `m_mess_con_ix` (`conversationid`) + KEY `b_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `b_mess_use_ix` (`useridfrom`), + KEY `b_mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_messages` +-- Dumping data for table `b_messages` -- -LOCK TABLES `m_messages` WRITE; -/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +LOCK TABLES `b_messages` WRITE; +/*!40000 ALTER TABLE `b_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_messages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_application` +-- Table structure for table `b_mnet_application` -- -DROP TABLE IF EXISTS `m_mnet_application`; +DROP TABLE IF EXISTS `b_mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_application` ( +CREATE TABLE `b_mnet_application` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8809,23 +8739,23 @@ CREATE TABLE `m_mnet_application` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_application` +-- Dumping data for table `b_mnet_application` -- -LOCK TABLES `m_mnet_application` WRITE; -/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; -INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); -/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +LOCK TABLES `b_mnet_application` WRITE; +/*!40000 ALTER TABLE `b_mnet_application` DISABLE KEYS */; +INSERT INTO `b_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `b_mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host` +-- Table structure for table `b_mnet_host` -- -DROP TABLE IF EXISTS `m_mnet_host`; +DROP TABLE IF EXISTS `b_mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host` ( +CREATE TABLE `b_mnet_host` ( `id` bigint NOT NULL AUTO_INCREMENT, `deleted` tinyint(1) NOT NULL DEFAULT '0', `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8842,56 +8772,56 @@ CREATE TABLE `m_mnet_host` ( `applicationid` bigint NOT NULL DEFAULT '1', `sslverification` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mnethost_app_ix` (`applicationid`), - KEY `m_mnethost_las_ix` (`last_log_id`) + KEY `b_mnethost_las_ix` (`last_log_id`), + KEY `b_mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- Dumping data for table `b_mnet_host` -- -LOCK TABLES `m_mnet_host` WRITE; -/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; -INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +LOCK TABLES `b_mnet_host` WRITE; +/*!40000 ALTER TABLE `b_mnet_host` DISABLE KEYS */; +INSERT INTO `b_mnet_host` VALUES (1,0,'http://webserver','172.18.0.6','','',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 `b_mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_host2service` +-- Table structure for table `b_mnet_host2service` -- -DROP TABLE IF EXISTS `m_mnet_host2service`; +DROP TABLE IF EXISTS `b_mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_host2service` ( +CREATE TABLE `b_mnet_host2service` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `serviceid` bigint NOT NULL DEFAULT '0', `publish` tinyint(1) NOT NULL DEFAULT '0', `subscribe` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) + UNIQUE KEY `b_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_host2service` +-- Dumping data for table `b_mnet_host2service` -- -LOCK TABLES `m_mnet_host2service` WRITE; -/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +LOCK TABLES `b_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `b_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_log` +-- Table structure for table `b_mnet_log` -- -DROP TABLE IF EXISTS `m_mnet_log`; +DROP TABLE IF EXISTS `b_mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_log` ( +CREATE TABLE `b_mnet_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `remoteid` bigint NOT NULL DEFAULT '0', @@ -8906,27 +8836,27 @@ CREATE TABLE `m_mnet_log` ( `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) + KEY `b_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- Dumping data for table `b_mnet_log` -- -LOCK TABLES `m_mnet_log` WRITE; -/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +LOCK TABLES `b_mnet_log` WRITE; +/*!40000 ALTER TABLE `b_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_rpc` +-- Table structure for table `b_mnet_remote_rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +DROP TABLE IF EXISTS `b_mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_rpc` ( +CREATE TABLE `b_mnet_remote_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8938,49 +8868,49 @@ CREATE TABLE `m_mnet_remote_rpc` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_rpc` +-- Dumping data for table `b_mnet_remote_rpc` -- -LOCK TABLES `m_mnet_remote_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); -/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `b_mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_remote_service2rpc` +-- Table structure for table `b_mnet_remote_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +DROP TABLE IF EXISTS `b_mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_remote_service2rpc` ( +CREATE TABLE `b_mnet_remote_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `b_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_remote_service2rpc` +-- Dumping data for table `b_mnet_remote_service2rpc` -- -LOCK TABLES `m_mnet_remote_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); -/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `b_mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_rpc` +-- Table structure for table `b_mnet_rpc` -- -DROP TABLE IF EXISTS `m_mnet_rpc`; +DROP TABLE IF EXISTS `b_mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_rpc` ( +CREATE TABLE `b_mnet_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -8993,28 +8923,28 @@ CREATE TABLE `m_mnet_rpc` ( `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `static` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) + KEY `b_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- Dumping data for table `b_mnet_rpc` -- -LOCK TABLES `m_mnet_rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); -/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `b_mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service` +-- Table structure for table `b_mnet_service` -- -DROP TABLE IF EXISTS `m_mnet_service`; +DROP TABLE IF EXISTS `b_mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service` ( +CREATE TABLE `b_mnet_service` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9025,49 +8955,49 @@ CREATE TABLE `m_mnet_service` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service` +-- Dumping data for table `b_mnet_service` -- -LOCK TABLES `m_mnet_service` WRITE; -/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; -INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); -/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +LOCK TABLES `b_mnet_service` WRITE; +/*!40000 ALTER TABLE `b_mnet_service` DISABLE KEYS */; +INSERT INTO `b_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `b_mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_service2rpc` +-- Table structure for table `b_mnet_service2rpc` -- -DROP TABLE IF EXISTS `m_mnet_service2rpc`; +DROP TABLE IF EXISTS `b_mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_service2rpc` ( +CREATE TABLE `b_mnet_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) + UNIQUE KEY `b_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_mnet_service2rpc` +-- Dumping data for table `b_mnet_service2rpc` -- -LOCK TABLES `m_mnet_service2rpc` WRITE; -/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; -INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); -/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +LOCK TABLES `b_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `b_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `b_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `b_mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_session` +-- Table structure for table `b_mnet_session` -- -DROP TABLE IF EXISTS `m_mnet_session`; +DROP TABLE IF EXISTS `b_mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_session` ( +CREATE TABLE `b_mnet_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9078,55 +9008,55 @@ CREATE TABLE `m_mnet_session` ( `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `expires` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetsess_tok_uix` (`token`), - KEY `m_mnetsess_use_ix` (`userid`), - KEY `m_mnetsess_mne_ix` (`mnethostid`) + UNIQUE KEY `b_mnetsess_tok_uix` (`token`), + KEY `b_mnetsess_use_ix` (`userid`), + KEY `b_mnetsess_mne_ix` (`mnethostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- Dumping data for table `b_mnet_session` -- -LOCK TABLES `m_mnet_session` WRITE; -/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +LOCK TABLES `b_mnet_session` WRITE; +/*!40000 ALTER TABLE `b_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnet_sso_access_control` +-- Table structure for table `b_mnet_sso_access_control` -- -DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +DROP TABLE IF EXISTS `b_mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnet_sso_access_control` ( +CREATE TABLE `b_mnet_sso_access_control` ( `id` bigint NOT NULL AUTO_INCREMENT, `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `mnet_host_id` bigint NOT NULL DEFAULT '0', `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) + UNIQUE KEY `b_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- Dumping data for table `b_mnet_sso_access_control` -- -LOCK TABLES `m_mnet_sso_access_control` WRITE; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +LOCK TABLES `b_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_courses` +-- Table structure for table `b_mnetservice_enrol_courses` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +DROP TABLE IF EXISTS `b_mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_courses` ( +CREATE TABLE `b_mnetservice_enrol_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `remoteid` bigint NOT NULL, @@ -9142,27 +9072,27 @@ CREATE TABLE `m_mnetservice_enrol_courses` ( `roleid` bigint NOT NULL, `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) + UNIQUE KEY `b_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- Dumping data for table `b_mnetservice_enrol_courses` -- -LOCK TABLES `m_mnetservice_enrol_courses` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +LOCK TABLES `b_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_mnetservice_enrol_enrolments` +-- Table structure for table `b_mnetservice_enrol_enrolments` -- -DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +DROP TABLE IF EXISTS `b_mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_mnetservice_enrol_enrolments` ( +CREATE TABLE `b_mnetservice_enrol_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -9171,28 +9101,28 @@ CREATE TABLE `m_mnetservice_enrol_enrolments` ( `enroltime` bigint NOT NULL DEFAULT '0', `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_mnetenroenro_use_ix` (`userid`), - KEY `m_mnetenroenro_hos_ix` (`hostid`) + KEY `b_mnetenroenro_use_ix` (`userid`), + KEY `b_mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- Dumping data for table `b_mnetservice_enrol_enrolments` -- -LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +LOCK TABLES `b_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_modules` +-- Table structure for table `b_modules` -- -DROP TABLE IF EXISTS `m_modules`; +DROP TABLE IF EXISTS `b_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_modules` ( +CREATE TABLE `b_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', @@ -9200,85 +9130,56 @@ CREATE TABLE `m_modules` ( `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_modu_nam_ix` (`name`) + KEY `b_modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_modules` --- - -LOCK TABLES `m_modules` WRITE; -/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; -INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); -/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_moodlenet_share_progress` --- - -DROP TABLE IF EXISTS `m_moodlenet_share_progress`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_moodlenet_share_progress` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `type` tinyint NOT NULL, - `courseid` bigint NOT NULL, - `cmid` bigint DEFAULT NULL, - `userid` bigint NOT NULL, - `timecreated` bigint NOT NULL, - `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `status` tinyint DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_moodlenet_share_progress` +-- Dumping data for table `b_modules` -- -LOCK TABLES `m_moodlenet_share_progress` WRITE; -/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +LOCK TABLES `b_modules` WRITE; +/*!40000 ALTER TABLE `b_modules` DISABLE KEYS */; +INSERT INTO `b_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `b_modules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_my_pages` +-- Table structure for table `b_my_pages` -- -DROP TABLE IF EXISTS `m_my_pages`; +DROP TABLE IF EXISTS `b_my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_my_pages` ( +CREATE TABLE `b_my_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint DEFAULT '0', `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '1', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_mypage_usepri_ix` (`userid`,`private`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; + KEY `b_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_my_pages` +-- Dumping data for table `b_my_pages` -- -LOCK TABLES `m_my_pages` WRITE; -/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; -INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); -/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +LOCK TABLES `b_my_pages` WRITE; +/*!40000 ALTER TABLE `b_my_pages` DISABLE KEYS */; +INSERT INTO `b_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `b_my_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_notifications` +-- Table structure for table `b_notifications` -- -DROP TABLE IF EXISTS `m_notifications`; +DROP TABLE IF EXISTS `b_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_notifications` ( +CREATE TABLE `b_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `useridto` bigint NOT NULL, @@ -9295,30 +9196,28 @@ CREATE TABLE `m_notifications` ( `timecreated` bigint NOT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_noti_use_ix` (`useridfrom`), - KEY `m_noti_use2_ix` (`useridto`), - KEY `m_noti_tim_ix` (`timecreated`), - KEY `m_noti_tim2_ix` (`timeread`) + KEY `b_noti_use_ix` (`useridfrom`), + KEY `b_noti_use2_ix` (`useridto`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_notifications` +-- Dumping data for table `b_notifications` -- -LOCK TABLES `m_notifications` WRITE; -/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +LOCK TABLES `b_notifications` WRITE; +/*!40000 ALTER TABLE `b_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_notifications` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_access_token` +-- Table structure for table `b_oauth2_access_token` -- -DROP TABLE IF EXISTS `m_oauth2_access_token`; +DROP TABLE IF EXISTS `b_oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_access_token` ( +CREATE TABLE `b_oauth2_access_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9328,28 +9227,28 @@ CREATE TABLE `m_oauth2_access_token` ( `expires` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), - KEY `m_oautaccetoke_use_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_oautaccetoke_iss_uix` (`issuerid`), + KEY `b_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_access_token` +-- Dumping data for table `b_oauth2_access_token` -- -LOCK TABLES `m_oauth2_access_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +LOCK TABLES `b_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_endpoint` +-- Table structure for table `b_oauth2_endpoint` -- -DROP TABLE IF EXISTS `m_oauth2_endpoint`; +DROP TABLE IF EXISTS `b_oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_endpoint` ( +CREATE TABLE `b_oauth2_endpoint` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9358,28 +9257,28 @@ CREATE TABLE `m_oauth2_endpoint` ( `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `issuerid` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_oautendp_iss_ix` (`issuerid`), - KEY `m_oautendp_use_ix` (`usermodified`) + KEY `b_oautendp_iss_ix` (`issuerid`), + KEY `b_oautendp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_endpoint` +-- Dumping data for table `b_oauth2_endpoint` -- -LOCK TABLES `m_oauth2_endpoint` WRITE; -/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +LOCK TABLES `b_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `b_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_issuer` +-- Table structure for table `b_oauth2_issuer` -- -DROP TABLE IF EXISTS `m_oauth2_issuer`; +DROP TABLE IF EXISTS `b_oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_issuer` ( +CREATE TABLE `b_oauth2_issuer` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9407,22 +9306,22 @@ CREATE TABLE `m_oauth2_issuer` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_issuer` +-- Dumping data for table `b_oauth2_issuer` -- -LOCK TABLES `m_oauth2_issuer` WRITE; -/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +LOCK TABLES `b_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `b_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_refresh_token` +-- Table structure for table `b_oauth2_refresh_token` -- -DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +DROP TABLE IF EXISTS `b_oauth2_refresh_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_refresh_token` ( +CREATE TABLE `b_oauth2_refresh_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9431,29 +9330,29 @@ CREATE TABLE `m_oauth2_refresh_token` ( `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), - KEY `m_oautrefrtoke_iss_ix` (`issuerid`), - KEY `m_oautrefrtoke_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `b_oautrefrtoke_iss_ix` (`issuerid`), + KEY `b_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_refresh_token` +-- Dumping data for table `b_oauth2_refresh_token` -- -LOCK TABLES `m_oauth2_refresh_token` WRITE; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +LOCK TABLES `b_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_refresh_token` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_system_account` +-- Table structure for table `b_oauth2_system_account` -- -DROP TABLE IF EXISTS `m_oauth2_system_account`; +DROP TABLE IF EXISTS `b_oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_system_account` ( +CREATE TABLE `b_oauth2_system_account` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, @@ -9464,28 +9363,28 @@ CREATE TABLE `m_oauth2_system_account` ( `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), - KEY `m_oautsystacco_use_ix` (`usermodified`) + UNIQUE KEY `b_oautsystacco_iss_uix` (`issuerid`), + KEY `b_oautsystacco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- Dumping data for table `b_oauth2_system_account` -- -LOCK TABLES `m_oauth2_system_account` WRITE; -/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +LOCK TABLES `b_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `b_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_oauth2_user_field_mapping` +-- Table structure for table `b_oauth2_user_field_mapping` -- -DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +DROP TABLE IF EXISTS `b_oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_oauth2_user_field_mapping` ( +CREATE TABLE `b_oauth2_user_field_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -9494,29 +9393,29 @@ CREATE TABLE `m_oauth2_user_field_mapping` ( `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), - KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), - KEY `m_oautuserfielmapp_use_ix` (`usermodified`) + UNIQUE KEY `b_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `b_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `b_oautuserfielmapp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_oauth2_user_field_mapping` +-- Dumping data for table `b_oauth2_user_field_mapping` -- -LOCK TABLES `m_oauth2_user_field_mapping` WRITE; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +LOCK TABLES `b_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_page` +-- Table structure for table `b_page` -- -DROP TABLE IF EXISTS `m_page`; +DROP TABLE IF EXISTS `b_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_page` ( +CREATE TABLE `b_page` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9531,52 +9430,52 @@ CREATE TABLE `m_page` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_page_cou_ix` (`course`) + KEY `b_page_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- Dumping data for table `b_page` -- -LOCK TABLES `m_page` WRITE; -/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +LOCK TABLES `b_page` WRITE; +/*!40000 ALTER TABLE `b_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_page` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_paygw_paypal` +-- Table structure for table `b_paygw_paypal` -- -DROP TABLE IF EXISTS `m_paygw_paypal`; +DROP TABLE IF EXISTS `b_paygw_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_paygw_paypal` ( +CREATE TABLE `b_paygw_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `paymentid` bigint NOT NULL, `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', PRIMARY KEY (`id`), - UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) + UNIQUE KEY `b_paygpayp_pay_uix` (`paymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_paygw_paypal` +-- Dumping data for table `b_paygw_paypal` -- -LOCK TABLES `m_paygw_paypal` WRITE; -/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +LOCK TABLES `b_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `b_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_paygw_paypal` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_accounts` +-- Table structure for table `b_payment_accounts` -- -DROP TABLE IF EXISTS `m_payment_accounts`; +DROP TABLE IF EXISTS `b_payment_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_accounts` ( +CREATE TABLE `b_payment_accounts` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -9586,27 +9485,27 @@ CREATE TABLE `m_payment_accounts` ( `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_paymacco_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_accounts` +-- Dumping data for table `b_payment_accounts` -- -LOCK TABLES `m_payment_accounts` WRITE; -/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +LOCK TABLES `b_payment_accounts` WRITE; +/*!40000 ALTER TABLE `b_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_accounts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payment_gateways` +-- Table structure for table `b_payment_gateways` -- -DROP TABLE IF EXISTS `m_payment_gateways`; +DROP TABLE IF EXISTS `b_payment_gateways`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payment_gateways` ( +CREATE TABLE `b_payment_gateways` ( `id` bigint NOT NULL AUTO_INCREMENT, `accountid` bigint NOT NULL, `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9615,27 +9514,27 @@ CREATE TABLE `m_payment_gateways` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_paymgate_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payment_gateways` +-- Dumping data for table `b_payment_gateways` -- -LOCK TABLES `m_payment_gateways` WRITE; -/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +LOCK TABLES `b_payment_gateways` WRITE; +/*!40000 ALTER TABLE `b_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payment_gateways` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_payments` +-- Table structure for table `b_payments` -- -DROP TABLE IF EXISTS `m_payments`; +DROP TABLE IF EXISTS `b_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_payments` ( +CREATE TABLE `b_payments` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9648,30 +9547,30 @@ CREATE TABLE `m_payments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_paym_gat_ix` (`gateway`), - KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), - KEY `m_paym_use_ix` (`userid`), - KEY `m_paym_acc_ix` (`accountid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_paym_gat_ix` (`gateway`), + KEY `b_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `b_paym_use_ix` (`userid`), + KEY `b_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_payments` +-- Dumping data for table `b_payments` -- -LOCK TABLES `m_payments` WRITE; -/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +LOCK TABLES `b_payments` WRITE; +/*!40000 ALTER TABLE `b_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_payments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance` +-- Table structure for table `b_portfolio_instance` -- -DROP TABLE IF EXISTS `m_portfolio_instance`; +DROP TABLE IF EXISTS `b_portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance` ( +CREATE TABLE `b_portfolio_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9681,77 +9580,77 @@ CREATE TABLE `m_portfolio_instance` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance` +-- Dumping data for table `b_portfolio_instance` -- -LOCK TABLES `m_portfolio_instance` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_config` +-- Table structure for table `b_portfolio_instance_config` -- -DROP TABLE IF EXISTS `m_portfolio_instance_config`; +DROP TABLE IF EXISTS `b_portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_config` ( +CREATE TABLE `b_portfolio_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstconf_nam_ix` (`name`), - KEY `m_portinstconf_ins_ix` (`instance`) + KEY `b_portinstconf_nam_ix` (`name`), + KEY `b_portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_config` +-- Dumping data for table `b_portfolio_instance_config` -- -LOCK TABLES `m_portfolio_instance_config` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_instance_user` +-- Table structure for table `b_portfolio_instance_user` -- -DROP TABLE IF EXISTS `m_portfolio_instance_user`; +DROP TABLE IF EXISTS `b_portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_instance_user` ( +CREATE TABLE `b_portfolio_instance_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_portinstuser_ins_ix` (`instance`), - KEY `m_portinstuser_use_ix` (`userid`) + KEY `b_portinstuser_ins_ix` (`instance`), + KEY `b_portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_instance_user` +-- Dumping data for table `b_portfolio_instance_user` -- -LOCK TABLES `m_portfolio_instance_user` WRITE; -/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +LOCK TABLES `b_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `b_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_log` +-- Table structure for table `b_portfolio_log` -- -DROP TABLE IF EXISTS `m_portfolio_log`; +DROP TABLE IF EXISTS `b_portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_log` ( +CREATE TABLE `b_portfolio_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `time` bigint NOT NULL, @@ -9764,55 +9663,55 @@ CREATE TABLE `m_portfolio_log` ( `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portlog_use_ix` (`userid`), - KEY `m_portlog_por_ix` (`portfolio`), - KEY `m_portlog_tem_ix` (`tempdataid`) + KEY `b_portlog_use_ix` (`userid`), + KEY `b_portlog_por_ix` (`portfolio`), + KEY `b_portlog_tem_ix` (`tempdataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- Dumping data for table `b_portfolio_log` -- -LOCK TABLES `m_portfolio_log` WRITE; -/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +LOCK TABLES `b_portfolio_log` WRITE; +/*!40000 ALTER TABLE `b_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_mahara_queue` +-- Table structure for table `b_portfolio_mahara_queue` -- -DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +DROP TABLE IF EXISTS `b_portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_mahara_queue` ( +CREATE TABLE `b_portfolio_mahara_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `transferid` bigint NOT NULL, `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_portmahaqueu_tok_ix` (`token`), - KEY `m_portmahaqueu_tra_ix` (`transferid`) + KEY `b_portmahaqueu_tok_ix` (`token`), + KEY `b_portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_portfolio_mahara_queue` +-- Dumping data for table `b_portfolio_mahara_queue` -- -LOCK TABLES `m_portfolio_mahara_queue` WRITE; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +LOCK TABLES `b_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_portfolio_tempdata` +-- Table structure for table `b_portfolio_tempdata` -- -DROP TABLE IF EXISTS `m_portfolio_tempdata`; +DROP TABLE IF EXISTS `b_portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_portfolio_tempdata` ( +CREATE TABLE `b_portfolio_tempdata` ( `id` bigint NOT NULL AUTO_INCREMENT, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `expirytime` bigint NOT NULL, @@ -9820,28 +9719,28 @@ CREATE TABLE `m_portfolio_tempdata` ( `instance` bigint DEFAULT '0', `queued` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_porttemp_use_ix` (`userid`), - KEY `m_porttemp_ins_ix` (`instance`) + KEY `b_porttemp_use_ix` (`userid`), + KEY `b_porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- Dumping data for table `b_portfolio_tempdata` -- -LOCK TABLES `m_portfolio_tempdata` WRITE; -/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +LOCK TABLES `b_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `b_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_post` +-- Table structure for table `b_post` -- -DROP TABLE IF EXISTS `m_post`; +DROP TABLE IF EXISTS `b_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_post` ( +CREATE TABLE `b_post` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `userid` bigint NOT NULL DEFAULT '0', @@ -9862,33 +9761,33 @@ CREATE TABLE `m_post` ( `created` bigint NOT NULL DEFAULT '0', `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), - KEY `m_post_las_ix` (`lastmodified`), - KEY `m_post_mod_ix` (`module`), - KEY `m_post_sub_ix` (`subject`), - KEY `m_post_use_ix` (`usermodified`), - KEY `m_post_cou_ix` (`courseid`), - KEY `m_post_cou2_ix` (`coursemoduleid`) + UNIQUE KEY `b_post_iduse_uix` (`id`,`userid`), + KEY `b_post_las_ix` (`lastmodified`), + KEY `b_post_mod_ix` (`module`), + KEY `b_post_sub_ix` (`subject`), + KEY `b_post_use_ix` (`usermodified`), + KEY `b_post_cou_ix` (`courseid`), + KEY `b_post_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- Dumping data for table `b_post` -- -LOCK TABLES `m_post` WRITE; -/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +LOCK TABLES `b_post` WRITE; +/*!40000 ALTER TABLE `b_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_post` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_profiling` +-- Table structure for table `b_profiling` -- -DROP TABLE IF EXISTS `m_profiling`; +DROP TABLE IF EXISTS `b_profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_profiling` ( +CREATE TABLE `b_profiling` ( `id` bigint NOT NULL AUTO_INCREMENT, `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -9901,29 +9800,29 @@ CREATE TABLE `m_profiling` ( `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_prof_run_uix` (`runid`), - KEY `m_prof_urlrun_ix` (`url`,`runreference`), - KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) + UNIQUE KEY `b_prof_run_uix` (`runid`), + KEY `b_prof_urlrun_ix` (`url`,`runreference`), + KEY `b_prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_profiling` +-- Dumping data for table `b_profiling` -- -LOCK TABLES `m_profiling` WRITE; -/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +LOCK TABLES `b_profiling` WRITE; +/*!40000 ALTER TABLE `b_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_profiling` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext` +-- Table structure for table `b_qtype_ddimageortext` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext` ( +CREATE TABLE `b_qtype_ddimageortext` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -9935,27 +9834,27 @@ CREATE TABLE `m_qtype_ddimageortext` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddim_que_ix` (`questionid`) + KEY `b_qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- Dumping data for table `b_qtype_ddimageortext` -- -LOCK TABLES `m_qtype_ddimageortext` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drags` +-- Table structure for table `b_qtype_ddimageortext_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drags` ( +CREATE TABLE `b_qtype_ddimageortext_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9963,27 +9862,27 @@ CREATE TABLE `m_qtype_ddimageortext_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrag_que_ix` (`questionid`) + KEY `b_qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- Dumping data for table `b_qtype_ddimageortext_drags` -- -LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddimageortext_drops` +-- Table structure for table `b_qtype_ddimageortext_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +DROP TABLE IF EXISTS `b_qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddimageortext_drops` ( +CREATE TABLE `b_qtype_ddimageortext_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -9992,27 +9891,27 @@ CREATE TABLE `m_qtype_ddimageortext_drops` ( `choice` bigint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_qtypddimdrop_que_ix` (`questionid`) + KEY `b_qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddimageortext_drops` +-- Dumping data for table `b_qtype_ddimageortext_drops` -- -LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker` +-- Table structure for table `b_qtype_ddmarker` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker`; +DROP TABLE IF EXISTS `b_qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker` ( +CREATE TABLE `b_qtype_ddmarker` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10025,27 +9924,27 @@ CREATE TABLE `m_qtype_ddmarker` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showmisplaced` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddma_que_ix` (`questionid`) + KEY `b_qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- Dumping data for table `b_qtype_ddmarker` -- -LOCK TABLES `m_qtype_ddmarker` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drags` +-- Table structure for table `b_qtype_ddmarker_drags` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +DROP TABLE IF EXISTS `b_qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drags` ( +CREATE TABLE `b_qtype_ddmarker_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -10053,27 +9952,27 @@ CREATE TABLE `m_qtype_ddmarker_drags` ( `infinite` smallint NOT NULL DEFAULT '0', `noofdrags` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_qtypddmadrag_que_ix` (`questionid`) + KEY `b_qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drags` +-- Dumping data for table `b_qtype_ddmarker_drags` -- -LOCK TABLES `m_qtype_ddmarker_drags` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_ddmarker_drops` +-- Table structure for table `b_qtype_ddmarker_drops` -- -DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +DROP TABLE IF EXISTS `b_qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ddmarker_drops` ( +CREATE TABLE `b_qtype_ddmarker_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', @@ -10081,27 +9980,27 @@ CREATE TABLE `m_qtype_ddmarker_drops` ( `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `choice` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_qtypddmadrop_que_ix` (`questionid`) + KEY `b_qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_ddmarker_drops` +-- Dumping data for table `b_qtype_ddmarker_drops` -- -LOCK TABLES `m_qtype_ddmarker_drops` WRITE; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +LOCK TABLES `b_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essay_options` +-- Table structure for table `b_qtype_essay_options` -- -DROP TABLE IF EXISTS `m_qtype_essay_options`; +DROP TABLE IF EXISTS `b_qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essay_options` ( +CREATE TABLE `b_qtype_essay_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -10118,27 +10017,27 @@ CREATE TABLE `m_qtype_essay_options` ( `maxbytes` bigint NOT NULL DEFAULT '0', `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essay_options` +-- Dumping data for table `b_qtype_essay_options` -- -LOCK TABLES `m_qtype_essay_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_essaywiris_backup` +-- Table structure for table `b_qtype_essaywiris_backup` -- -DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +DROP TABLE IF EXISTS `b_qtype_essaywiris_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_essaywiris_backup` ( +CREATE TABLE `b_qtype_essaywiris_backup` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', @@ -10151,22 +10050,22 @@ CREATE TABLE `m_qtype_essaywiris_backup` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_essaywiris_backup` +-- Dumping data for table `b_qtype_essaywiris_backup` -- -LOCK TABLES `m_qtype_essaywiris_backup` WRITE; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +LOCK TABLES `b_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_essaywiris_backup` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_options` +-- Table structure for table `b_qtype_match_options` -- -DROP TABLE IF EXISTS `m_qtype_match_options`; +DROP TABLE IF EXISTS `b_qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_options` ( +CREATE TABLE `b_qtype_match_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10178,54 +10077,54 @@ CREATE TABLE `m_qtype_match_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- Dumping data for table `b_qtype_match_options` -- -LOCK TABLES `m_qtype_match_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_match_subquestions` +-- Table structure for table `b_qtype_match_subquestions` -- -DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +DROP TABLE IF EXISTS `b_qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_match_subquestions` ( +CREATE TABLE `b_qtype_match_subquestions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `questiontextformat` tinyint NOT NULL DEFAULT '0', `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_qtypmatcsubq_que_ix` (`questionid`) + KEY `b_qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_match_subquestions` +-- Dumping data for table `b_qtype_match_subquestions` -- -LOCK TABLES `m_qtype_match_subquestions` WRITE; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +LOCK TABLES `b_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_multichoice_options` +-- Table structure for table `b_qtype_multichoice_options` -- -DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +DROP TABLE IF EXISTS `b_qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_multichoice_options` ( +CREATE TABLE `b_qtype_multichoice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '0', @@ -10241,64 +10140,27 @@ CREATE TABLE `m_qtype_multichoice_options` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_multichoice_options` --- - -LOCK TABLES `m_qtype_multichoice_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_qtype_ordering_options` --- - -DROP TABLE IF EXISTS `m_qtype_ordering_options`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_ordering_options` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `questionid` bigint NOT NULL DEFAULT '0', - `layouttype` tinyint NOT NULL DEFAULT '0', - `selecttype` tinyint NOT NULL DEFAULT '0', - `selectcount` smallint NOT NULL DEFAULT '2', - `gradingtype` tinyint NOT NULL DEFAULT '0', - `showgrading` tinyint NOT NULL DEFAULT '0', - `numberingstyle` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', - `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', - `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', - `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', - `shownumcorrect` tinyint NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypordeopti_que_uix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for ordering questions'; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_qtype_ordering_options` +-- Dumping data for table `b_qtype_multichoice_options` -- -LOCK TABLES `m_qtype_ordering_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_ordering_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_ordering_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_randomsamatch_options` +-- Table structure for table `b_qtype_randomsamatch_options` -- -DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +DROP TABLE IF EXISTS `b_qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_randomsamatch_options` ( +CREATE TABLE `b_qtype_randomsamatch_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `choose` bigint NOT NULL DEFAULT '4', @@ -10311,79 +10173,79 @@ CREATE TABLE `m_qtype_randomsamatch_options` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) + UNIQUE KEY `b_qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_randomsamatch_options` +-- Dumping data for table `b_qtype_randomsamatch_options` -- -LOCK TABLES `m_qtype_randomsamatch_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_shortanswer_options` +-- Table structure for table `b_qtype_shortanswer_options` -- -DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +DROP TABLE IF EXISTS `b_qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_shortanswer_options` ( +CREATE TABLE `b_qtype_shortanswer_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `usecase` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) + UNIQUE KEY `b_qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_shortanswer_options` +-- Dumping data for table `b_qtype_shortanswer_options` -- -LOCK TABLES `m_qtype_shortanswer_options` WRITE; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +LOCK TABLES `b_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq` +-- Table structure for table `b_qtype_wq` -- -DROP TABLE IF EXISTS `m_qtype_wq`; +DROP TABLE IF EXISTS `b_qtype_wq`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq` ( +CREATE TABLE `b_qtype_wq` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', PRIMARY KEY (`id`), - KEY `m_qtypwq_que_ix` (`question`) + KEY `b_qtypwq_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq` +-- Dumping data for table `b_qtype_wq` -- -LOCK TABLES `m_qtype_wq` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +LOCK TABLES `b_qtype_wq` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_qtype_wq_variables` +-- Table structure for table `b_qtype_wq_variables` -- -DROP TABLE IF EXISTS `m_qtype_wq_variables`; +DROP TABLE IF EXISTS `b_qtype_wq_variables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_qtype_wq_variables` ( +CREATE TABLE `b_qtype_wq_variables` ( `id` bigint NOT NULL AUTO_INCREMENT, `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10392,22 +10254,22 @@ CREATE TABLE `m_qtype_wq_variables` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_qtype_wq_variables` +-- Dumping data for table `b_qtype_wq_variables` -- -LOCK TABLES `m_qtype_wq_variables` WRITE; -/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +LOCK TABLES `b_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `b_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_qtype_wq_variables` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question` +-- Table structure for table `b_question` -- -DROP TABLE IF EXISTS `m_question`; +DROP TABLE IF EXISTS `b_question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question` ( +CREATE TABLE `b_question` ( `id` bigint NOT NULL AUTO_INCREMENT, `parent` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10425,30 +10287,30 @@ CREATE TABLE `m_question` ( `createdby` bigint DEFAULT NULL, `modifiedby` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_ques_qty_ix` (`qtype`), - KEY `m_ques_par_ix` (`parent`), - KEY `m_ques_cre_ix` (`createdby`), - KEY `m_ques_mod_ix` (`modifiedby`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; + KEY `b_ques_qty_ix` (`qtype`), + KEY `b_ques_par_ix` (`parent`), + KEY `b_ques_cre_ix` (`createdby`), + KEY `b_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question` +-- Dumping data for table `b_question` -- -LOCK TABLES `m_question` WRITE; -/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +LOCK TABLES `b_question` WRITE; +/*!40000 ALTER TABLE `b_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_answers` +-- Table structure for table `b_question_answers` -- -DROP TABLE IF EXISTS `m_question_answers`; +DROP TABLE IF EXISTS `b_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_answers` ( +CREATE TABLE `b_question_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10457,53 +10319,53 @@ CREATE TABLE `m_question_answers` ( `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `feedbackformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesansw_que_ix` (`question`) + KEY `b_quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- Dumping data for table `b_question_answers` -- -LOCK TABLES `m_question_answers` WRITE; -/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +LOCK TABLES `b_question_answers` WRITE; +/*!40000 ALTER TABLE `b_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_step_data` +-- Table structure for table `b_question_attempt_step_data` -- -DROP TABLE IF EXISTS `m_question_attempt_step_data`; +DROP TABLE IF EXISTS `b_question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_step_data` ( +CREATE TABLE `b_question_attempt_step_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptstepid` bigint NOT NULL, `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_quesattestepdata_att_ix` (`attemptstepid`) + KEY `b_quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- Dumping data for table `b_question_attempt_step_data` -- -LOCK TABLES `m_question_attempt_step_data` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +LOCK TABLES `b_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempt_steps` +-- Table structure for table `b_question_attempt_steps` -- -DROP TABLE IF EXISTS `m_question_attempt_steps`; +DROP TABLE IF EXISTS `b_question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempt_steps` ( +CREATE TABLE `b_question_attempt_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionattemptid` bigint NOT NULL, `sequencenumber` bigint NOT NULL, @@ -10512,29 +10374,29 @@ CREATE TABLE `m_question_attempt_steps` ( `timecreated` bigint NOT NULL, `userid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), - KEY `m_quesattestep_que_ix` (`questionattemptid`), - KEY `m_quesattestep_use_ix` (`userid`) + UNIQUE KEY `b_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `b_quesattestep_que_ix` (`questionattemptid`), + KEY `b_quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- Dumping data for table `b_question_attempt_steps` -- -LOCK TABLES `m_question_attempt_steps` WRITE; -/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +LOCK TABLES `b_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `b_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_attempts` +-- Table structure for table `b_question_attempts` -- -DROP TABLE IF EXISTS `m_question_attempts`; +DROP TABLE IF EXISTS `b_question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_attempts` ( +CREATE TABLE `b_question_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -10550,58 +10412,58 @@ CREATE TABLE `m_question_attempts` ( `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), - KEY `m_quesatte_beh_ix` (`behaviour`), - KEY `m_quesatte_que_ix` (`questionid`), - KEY `m_quesatte_que2_ix` (`questionusageid`) + UNIQUE KEY `b_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `b_quesatte_beh_ix` (`behaviour`), + KEY `b_quesatte_que_ix` (`questionid`), + KEY `b_quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- Dumping data for table `b_question_attempts` -- -LOCK TABLES `m_question_attempts` WRITE; -/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +LOCK TABLES `b_question_attempts` WRITE; +/*!40000 ALTER TABLE `b_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_bank_entries` +-- Table structure for table `b_question_bank_entries` -- -DROP TABLE IF EXISTS `m_question_bank_entries`; +DROP TABLE IF EXISTS `b_question_bank_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_bank_entries` ( +CREATE TABLE `b_question_bank_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `questioncategoryid` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `ownerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), - KEY `m_quesbankentr_que_ix` (`questioncategoryid`), - KEY `m_quesbankentr_own_ix` (`ownerid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `b_quesbankentr_que_ix` (`questioncategoryid`), + KEY `b_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_bank_entries` +-- Dumping data for table `b_question_bank_entries` -- -LOCK TABLES `m_question_bank_entries` WRITE; -/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +LOCK TABLES `b_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `b_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated` +-- Table structure for table `b_question_calculated` -- -DROP TABLE IF EXISTS `m_question_calculated`; +DROP TABLE IF EXISTS `b_question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated` ( +CREATE TABLE `b_question_calculated` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', @@ -10610,28 +10472,28 @@ CREATE TABLE `m_question_calculated` ( `correctanswerlength` bigint NOT NULL DEFAULT '2', `correctanswerformat` bigint NOT NULL DEFAULT '2', PRIMARY KEY (`id`), - KEY `m_quescalc_ans_ix` (`answer`), - KEY `m_quescalc_que_ix` (`question`) + KEY `b_quescalc_ans_ix` (`answer`), + KEY `b_quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated` +-- Dumping data for table `b_question_calculated` -- -LOCK TABLES `m_question_calculated` WRITE; -/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +LOCK TABLES `b_question_calculated` WRITE; +/*!40000 ALTER TABLE `b_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_calculated_options` +-- Table structure for table `b_question_calculated_options` -- -DROP TABLE IF EXISTS `m_question_calculated_options`; +DROP TABLE IF EXISTS `b_question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_calculated_options` ( +CREATE TABLE `b_question_calculated_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `synchronize` tinyint NOT NULL DEFAULT '0', @@ -10646,27 +10508,27 @@ CREATE TABLE `m_question_calculated_options` ( `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quescalcopti_que_ix` (`question`) + KEY `b_quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_calculated_options` +-- Dumping data for table `b_question_calculated_options` -- -LOCK TABLES `m_question_calculated_options` WRITE; -/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +LOCK TABLES `b_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `b_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_categories` +-- Table structure for table `b_question_categories` -- -DROP TABLE IF EXISTS `m_question_categories`; +DROP TABLE IF EXISTS `b_question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_categories` ( +CREATE TABLE `b_question_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL DEFAULT '0', @@ -10677,30 +10539,30 @@ CREATE TABLE `m_question_categories` ( `sortorder` bigint NOT NULL DEFAULT '999', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), - UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), - KEY `m_quescate_con_ix` (`contextid`), - KEY `m_quescate_par_ix` (`parent`) + UNIQUE KEY `b_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `b_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `b_quescate_con_ix` (`contextid`), + KEY `b_quescate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_categories` +-- Dumping data for table `b_question_categories` -- -LOCK TABLES `m_question_categories` WRITE; -/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +LOCK TABLES `b_question_categories` WRITE; +/*!40000 ALTER TABLE `b_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_categories` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_definitions` +-- Table structure for table `b_question_dataset_definitions` -- -DROP TABLE IF EXISTS `m_question_dataset_definitions`; +DROP TABLE IF EXISTS `b_question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_definitions` ( +CREATE TABLE `b_question_dataset_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -10708,80 +10570,80 @@ CREATE TABLE `m_question_dataset_definitions` ( `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdatadefi_cat_ix` (`category`) + KEY `b_quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_definitions` +-- Dumping data for table `b_question_dataset_definitions` -- -LOCK TABLES `m_question_dataset_definitions` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +LOCK TABLES `b_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_dataset_items` +-- Table structure for table `b_question_dataset_items` -- -DROP TABLE IF EXISTS `m_question_dataset_items`; +DROP TABLE IF EXISTS `b_question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_dataset_items` ( +CREATE TABLE `b_question_dataset_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `definition` bigint NOT NULL DEFAULT '0', `itemnumber` bigint NOT NULL DEFAULT '0', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesdataitem_def_ix` (`definition`) + KEY `b_quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_dataset_items` +-- Dumping data for table `b_question_dataset_items` -- -LOCK TABLES `m_question_dataset_items` WRITE; -/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +LOCK TABLES `b_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `b_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_datasets` +-- Table structure for table `b_question_datasets` -- -DROP TABLE IF EXISTS `m_question_datasets`; +DROP TABLE IF EXISTS `b_question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_datasets` ( +CREATE TABLE `b_question_datasets` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `datasetdefinition` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), - KEY `m_quesdata_que_ix` (`question`), - KEY `m_quesdata_dat_ix` (`datasetdefinition`) + KEY `b_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `b_quesdata_que_ix` (`question`), + KEY `b_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_datasets` +-- Dumping data for table `b_question_datasets` -- -LOCK TABLES `m_question_datasets` WRITE; -/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +LOCK TABLES `b_question_datasets` WRITE; +/*!40000 ALTER TABLE `b_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_ddwtos` +-- Table structure for table `b_question_ddwtos` -- -DROP TABLE IF EXISTS `m_question_ddwtos`; +DROP TABLE IF EXISTS `b_question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_ddwtos` ( +CREATE TABLE `b_question_ddwtos` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10793,27 +10655,27 @@ CREATE TABLE `m_question_ddwtos` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesddwt_que_ix` (`questionid`) + KEY `b_quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_ddwtos` +-- Dumping data for table `b_question_ddwtos` -- -LOCK TABLES `m_question_ddwtos` WRITE; -/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +LOCK TABLES `b_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `b_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_gapselect` +-- Table structure for table `b_question_gapselect` -- -DROP TABLE IF EXISTS `m_question_gapselect`; +DROP TABLE IF EXISTS `b_question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_gapselect` ( +CREATE TABLE `b_question_gapselect` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', @@ -10825,27 +10687,27 @@ CREATE TABLE `m_question_gapselect` ( `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quesgaps_que_ix` (`questionid`) + KEY `b_quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_gapselect` +-- Dumping data for table `b_question_gapselect` -- -LOCK TABLES `m_question_gapselect` WRITE; -/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +LOCK TABLES `b_question_gapselect` WRITE; +/*!40000 ALTER TABLE `b_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_hints` +-- Table structure for table `b_question_hints` -- -DROP TABLE IF EXISTS `m_question_hints`; +DROP TABLE IF EXISTS `b_question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_hints` ( +CREATE TABLE `b_question_hints` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -10854,79 +10716,79 @@ CREATE TABLE `m_question_hints` ( `clearwrong` tinyint(1) DEFAULT NULL, `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_queshint_que_ix` (`questionid`) + KEY `b_queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- Dumping data for table `b_question_hints` -- -LOCK TABLES `m_question_hints` WRITE; -/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +LOCK TABLES `b_question_hints` WRITE; +/*!40000 ALTER TABLE `b_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_hints` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_multianswer` +-- Table structure for table `b_question_multianswer` -- -DROP TABLE IF EXISTS `m_question_multianswer`; +DROP TABLE IF EXISTS `b_question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_multianswer` ( +CREATE TABLE `b_question_multianswer` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesmult_que_ix` (`question`) + KEY `b_quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_multianswer` +-- Dumping data for table `b_question_multianswer` -- -LOCK TABLES `m_question_multianswer` WRITE; -/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +LOCK TABLES `b_question_multianswer` WRITE; +/*!40000 ALTER TABLE `b_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical` +-- Table structure for table `b_question_numerical` -- -DROP TABLE IF EXISTS `m_question_numerical`; +DROP TABLE IF EXISTS `b_question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical` ( +CREATE TABLE `b_question_numerical` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', PRIMARY KEY (`id`), - KEY `m_quesnume_ans_ix` (`answer`), - KEY `m_quesnume_que_ix` (`question`) + KEY `b_quesnume_ans_ix` (`answer`), + KEY `b_quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_numerical` +-- Dumping data for table `b_question_numerical` -- -LOCK TABLES `m_question_numerical` WRITE; -/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +LOCK TABLES `b_question_numerical` WRITE; +/*!40000 ALTER TABLE `b_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_options` +-- Table structure for table `b_question_numerical_options` -- -DROP TABLE IF EXISTS `m_question_numerical_options`; +DROP TABLE IF EXISTS `b_question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_options` ( +CREATE TABLE `b_question_numerical_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `showunits` smallint NOT NULL DEFAULT '0', @@ -10934,54 +10796,54 @@ CREATE TABLE `m_question_numerical_options` ( `unitgradingtype` smallint NOT NULL DEFAULT '0', `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', PRIMARY KEY (`id`), - KEY `m_quesnumeopti_que_ix` (`question`) + KEY `b_quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- Dumping data for table `b_question_numerical_options` -- -LOCK TABLES `m_question_numerical_options` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +LOCK TABLES `b_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_numerical_units` +-- Table structure for table `b_question_numerical_units` -- -DROP TABLE IF EXISTS `m_question_numerical_units`; +DROP TABLE IF EXISTS `b_question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_numerical_units` ( +CREATE TABLE `b_question_numerical_units` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), - KEY `m_quesnumeunit_que_ix` (`question`) + UNIQUE KEY `b_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `b_quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- Dumping data for table `b_question_numerical_units` -- -LOCK TABLES `m_question_numerical_units` WRITE; -/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +LOCK TABLES `b_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `b_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_references` +-- Table structure for table `b_question_references` -- -DROP TABLE IF EXISTS `m_question_references`; +DROP TABLE IF EXISTS `b_question_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_references` ( +CREATE TABLE `b_question_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -10990,29 +10852,29 @@ CREATE TABLE `m_question_references` ( `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quesrefe_usi_ix` (`usingcontextid`), - KEY `m_quesrefe_que_ix` (`questionbankentryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quesrefe_usi_ix` (`usingcontextid`), + KEY `b_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_references` +-- Dumping data for table `b_question_references` -- -LOCK TABLES `m_question_references` WRITE; -/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +LOCK TABLES `b_question_references` WRITE; +/*!40000 ALTER TABLE `b_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_analysis` +-- Table structure for table `b_question_response_analysis` -- -DROP TABLE IF EXISTS `m_question_response_analysis`; +DROP TABLE IF EXISTS `b_question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_analysis` ( +CREATE TABLE `b_question_response_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11024,53 +10886,53 @@ CREATE TABLE `m_question_response_analysis` ( `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespanal_que_ix` (`questionid`) + KEY `b_quesrespanal_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_response_analysis` +-- Dumping data for table `b_question_response_analysis` -- -LOCK TABLES `m_question_response_analysis` WRITE; -/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +LOCK TABLES `b_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `b_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_response_count` +-- Table structure for table `b_question_response_count` -- -DROP TABLE IF EXISTS `m_question_response_count`; +DROP TABLE IF EXISTS `b_question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_response_count` ( +CREATE TABLE `b_question_response_count` ( `id` bigint NOT NULL AUTO_INCREMENT, `analysisid` bigint NOT NULL, `try` bigint NOT NULL, `rcount` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quesrespcoun_ana_ix` (`analysisid`) + KEY `b_quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- Dumping data for table `b_question_response_count` -- -LOCK TABLES `m_question_response_count` WRITE; -/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +LOCK TABLES `b_question_response_count` WRITE; +/*!40000 ALTER TABLE `b_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_set_references` +-- Table structure for table `b_question_set_references` -- -DROP TABLE IF EXISTS `m_question_set_references`; +DROP TABLE IF EXISTS `b_question_set_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_set_references` ( +CREATE TABLE `b_question_set_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -11079,29 +10941,29 @@ CREATE TABLE `m_question_set_references` ( `questionscontextid` bigint NOT NULL DEFAULT '0', `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), - KEY `m_quessetrefe_usi_ix` (`usingcontextid`), - KEY `m_quessetrefe_que_ix` (`questionscontextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `b_quessetrefe_usi_ix` (`usingcontextid`), + KEY `b_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_set_references` +-- Dumping data for table `b_question_set_references` -- -LOCK TABLES `m_question_set_references` WRITE; -/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +LOCK TABLES `b_question_set_references` WRITE; +/*!40000 ALTER TABLE `b_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_set_references` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_statistics` +-- Table structure for table `b_question_statistics` -- -DROP TABLE IF EXISTS `m_question_statistics`; +DROP TABLE IF EXISTS `b_question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_statistics` ( +CREATE TABLE `b_question_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL, @@ -11121,108 +10983,108 @@ CREATE TABLE `m_question_statistics` ( `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quesstat_que_ix` (`questionid`) + KEY `b_quesstat_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_statistics` +-- Dumping data for table `b_question_statistics` -- -LOCK TABLES `m_question_statistics` WRITE; -/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +LOCK TABLES `b_question_statistics` WRITE; +/*!40000 ALTER TABLE `b_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_truefalse` +-- Table structure for table `b_question_truefalse` -- -DROP TABLE IF EXISTS `m_question_truefalse`; +DROP TABLE IF EXISTS `b_question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_truefalse` ( +CREATE TABLE `b_question_truefalse` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `trueanswer` bigint NOT NULL DEFAULT '0', `falseanswer` bigint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_questrue_que_ix` (`question`) + KEY `b_questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_question_truefalse` +-- Dumping data for table `b_question_truefalse` -- -LOCK TABLES `m_question_truefalse` WRITE; -/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +LOCK TABLES `b_question_truefalse` WRITE; +/*!40000 ALTER TABLE `b_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_usages` +-- Table structure for table `b_question_usages` -- -DROP TABLE IF EXISTS `m_question_usages`; +DROP TABLE IF EXISTS `b_question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_usages` ( +CREATE TABLE `b_question_usages` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_quesusag_con_ix` (`contextid`) + KEY `b_quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- Dumping data for table `b_question_usages` -- -LOCK TABLES `m_question_usages` WRITE; -/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +LOCK TABLES `b_question_usages` WRITE; +/*!40000 ALTER TABLE `b_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_usages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_question_versions` +-- Table structure for table `b_question_versions` -- -DROP TABLE IF EXISTS `m_question_versions`; +DROP TABLE IF EXISTS `b_question_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_question_versions` ( +CREATE TABLE `b_question_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint NOT NULL DEFAULT '1', `questionid` bigint NOT NULL DEFAULT '0', `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', PRIMARY KEY (`id`), - KEY `m_quesvers_que_ix` (`questionbankentryid`), - KEY `m_quesvers_que2_ix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_quesvers_que_ix` (`questionbankentryid`), + KEY `b_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_versions` +-- Dumping data for table `b_question_versions` -- -LOCK TABLES `m_question_versions` WRITE; -/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +LOCK TABLES `b_question_versions` WRITE; +/*!40000 ALTER TABLE `b_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz` +-- Table structure for table `b_quiz` -- -DROP TABLE IF EXISTS `m_quiz`; +DROP TABLE IF EXISTS `b_quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz` ( +CREATE TABLE `b_quiz` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11242,7 +11104,6 @@ CREATE TABLE `m_quiz` ( `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', `reviewattempt` mediumint NOT NULL DEFAULT '0', `reviewcorrectness` mediumint NOT NULL DEFAULT '0', - `reviewmaxmarks` mediumint NOT NULL DEFAULT '0', `reviewmarks` mediumint NOT NULL DEFAULT '0', `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', @@ -11266,27 +11127,27 @@ CREATE TABLE `m_quiz` ( `completionminattempts` bigint NOT NULL DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quiz_cou_ix` (`course`) + KEY `b_quiz_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz` +-- Dumping data for table `b_quiz` -- -LOCK TABLES `m_quiz` WRITE; -/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +LOCK TABLES `b_quiz` WRITE; +/*!40000 ALTER TABLE `b_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_attempts` +-- Table structure for table `b_quiz_attempts` -- -DROP TABLE IF EXISTS `m_quiz_attempts`; +DROP TABLE IF EXISTS `b_quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_attempts` ( +CREATE TABLE `b_quiz_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -11304,31 +11165,31 @@ CREATE TABLE `m_quiz_attempts` ( `sumgrades` decimal(10,5) DEFAULT NULL, `gradednotificationsenttime` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), - UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), - KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), - KEY `m_quizatte_qui_ix` (`quiz`), - KEY `m_quizatte_use_ix` (`userid`) + UNIQUE KEY `b_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `b_quizatte_uni_uix` (`uniqueid`), + KEY `b_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `b_quizatte_qui_ix` (`quiz`), + KEY `b_quizatte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_attempts` +-- Dumping data for table `b_quiz_attempts` -- -LOCK TABLES `m_quiz_attempts` WRITE; -/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +LOCK TABLES `b_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `b_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_feedback` +-- Table structure for table `b_quiz_feedback` -- -DROP TABLE IF EXISTS `m_quiz_feedback`; +DROP TABLE IF EXISTS `b_quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_feedback` ( +CREATE TABLE `b_quiz_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL DEFAULT '0', `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11336,82 +11197,55 @@ CREATE TABLE `m_quiz_feedback` ( `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), - KEY `m_quizfeed_qui_ix` (`quizid`) + KEY `b_quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- Dumping data for table `b_quiz_feedback` -- -LOCK TABLES `m_quiz_feedback` WRITE; -/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +LOCK TABLES `b_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `b_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_grade_items` +-- Table structure for table `b_quiz_grades` -- -DROP TABLE IF EXISTS `m_quiz_grade_items`; +DROP TABLE IF EXISTS `b_quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_grade_items` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `quizid` bigint NOT NULL, - `sortorder` bigint NOT NULL, - `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - UNIQUE KEY `m_quizgraditem_quisor_uix` (`quizid`,`sortorder`), - KEY `m_quizgraditem_qui_ix` (`quizid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_quiz_grade_items` --- - -LOCK TABLES `m_quiz_grade_items` WRITE; -/*!40000 ALTER TABLE `m_quiz_grade_items` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_grade_items` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_quiz_grades` --- - -DROP TABLE IF EXISTS `m_quiz_grades`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_grades` ( +CREATE TABLE `b_quiz_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizgrad_use_ix` (`userid`), - KEY `m_quizgrad_qui_ix` (`quiz`) + KEY `b_quizgrad_use_ix` (`userid`), + KEY `b_quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- Dumping data for table `b_quiz_grades` -- -LOCK TABLES `m_quiz_grades` WRITE; -/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +LOCK TABLES `b_quiz_grades` WRITE; +/*!40000 ALTER TABLE `b_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overrides` +-- Table structure for table `b_quiz_overrides` -- -DROP TABLE IF EXISTS `m_quiz_overrides`; +DROP TABLE IF EXISTS `b_quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overrides` ( +CREATE TABLE `b_quiz_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, @@ -11422,29 +11256,29 @@ CREATE TABLE `m_quiz_overrides` ( `attempts` mediumint DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_quizover_qui_ix` (`quiz`), - KEY `m_quizover_gro_ix` (`groupid`), - KEY `m_quizover_use_ix` (`userid`) + KEY `b_quizover_qui_ix` (`quiz`), + KEY `b_quizover_gro_ix` (`groupid`), + KEY `b_quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- Dumping data for table `b_quiz_overrides` -- -LOCK TABLES `m_quiz_overrides` WRITE; -/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +LOCK TABLES `b_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `b_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_overview_regrades` +-- Table structure for table `b_quiz_overview_regrades` -- -DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +DROP TABLE IF EXISTS `b_quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_overview_regrades` ( +CREATE TABLE `b_quiz_overview_regrades` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, @@ -11453,114 +11287,111 @@ CREATE TABLE `m_quiz_overview_regrades` ( `regraded` smallint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) + KEY `b_quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- Dumping data for table `b_quiz_overview_regrades` -- -LOCK TABLES `m_quiz_overview_regrades` WRITE; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +LOCK TABLES `b_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_reports` +-- Table structure for table `b_quiz_reports` -- -DROP TABLE IF EXISTS `m_quiz_reports`; +DROP TABLE IF EXISTS `b_quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_reports` ( +CREATE TABLE `b_quiz_reports` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `displayorder` bigint NOT NULL, `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizrepo_nam_uix` (`name`) + UNIQUE KEY `b_quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- Dumping data for table `b_quiz_reports` -- -LOCK TABLES `m_quiz_reports` WRITE; -/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; -INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); -/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +LOCK TABLES `b_quiz_reports` WRITE; +/*!40000 ALTER TABLE `b_quiz_reports` DISABLE KEYS */; +INSERT INTO `b_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `b_quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_sections` +-- Table structure for table `b_quiz_sections` -- -DROP TABLE IF EXISTS `m_quiz_sections`; +DROP TABLE IF EXISTS `b_quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_sections` ( +CREATE TABLE `b_quiz_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `firstslot` bigint NOT NULL, `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shufflequestions` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), - KEY `m_quizsect_qui_ix` (`quizid`) + UNIQUE KEY `b_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `b_quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- Dumping data for table `b_quiz_sections` -- -LOCK TABLES `m_quiz_sections` WRITE; -/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +LOCK TABLES `b_quiz_sections` WRITE; +/*!40000 ALTER TABLE `b_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_slots` +-- Table structure for table `b_quiz_slots` -- -DROP TABLE IF EXISTS `m_quiz_slots`; +DROP TABLE IF EXISTS `b_quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_slots` ( +CREATE TABLE `b_quiz_slots` ( `id` bigint NOT NULL AUTO_INCREMENT, `slot` bigint NOT NULL, `quizid` bigint NOT NULL DEFAULT '0', `page` bigint NOT NULL, - `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `requireprevious` smallint NOT NULL DEFAULT '0', `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', - `quizgradeitemid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), - KEY `m_quizslot_qui_ix` (`quizid`), - KEY `m_quizslot_qui2_ix` (`quizgradeitemid`) + UNIQUE KEY `b_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `b_quizslot_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- Dumping data for table `b_quiz_slots` -- -LOCK TABLES `m_quiz_slots` WRITE; -/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +LOCK TABLES `b_quiz_slots` WRITE; +/*!40000 ALTER TABLE `b_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quiz_statistics` +-- Table structure for table `b_quiz_statistics` -- -DROP TABLE IF EXISTS `m_quiz_statistics`; +DROP TABLE IF EXISTS `b_quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quiz_statistics` ( +CREATE TABLE `b_quiz_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `whichattempts` smallint NOT NULL, @@ -11585,22 +11416,22 @@ CREATE TABLE `m_quiz_statistics` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quiz_statistics` +-- Dumping data for table `b_quiz_statistics` -- -LOCK TABLES `m_quiz_statistics` WRITE; -/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +LOCK TABLES `b_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `b_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_quizsettings` +-- Table structure for table `b_quizaccess_seb_quizsettings` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +DROP TABLE IF EXISTS `b_quizaccess_seb_quizsettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_quizsettings` ( +CREATE TABLE `b_quizaccess_seb_quizsettings` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `cmid` bigint NOT NULL, @@ -11631,30 +11462,30 @@ CREATE TABLE `m_quizaccess_seb_quizsettings` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), - UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), - KEY `m_quizsebquiz_tem_ix` (`templateid`), - KEY `m_quizsebquiz_use_ix` (`usermodified`) + UNIQUE KEY `b_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `b_quizsebquiz_cmi_uix` (`cmid`), + KEY `b_quizsebquiz_tem_ix` (`templateid`), + KEY `b_quizsebquiz_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_quizsettings` +-- Dumping data for table `b_quizaccess_seb_quizsettings` -- -LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +LOCK TABLES `b_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_quizsettings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_quizaccess_seb_template` +-- Table structure for table `b_quizaccess_seb_template` -- -DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +DROP TABLE IF EXISTS `b_quizaccess_seb_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_quizaccess_seb_template` ( +CREATE TABLE `b_quizaccess_seb_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -11665,27 +11496,27 @@ CREATE TABLE `m_quizaccess_seb_template` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_quizsebtemp_use_ix` (`usermodified`) + KEY `b_quizsebtemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_quizaccess_seb_template` +-- Dumping data for table `b_quizaccess_seb_template` -- -LOCK TABLES `m_quizaccess_seb_template` WRITE; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +LOCK TABLES `b_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_quizaccess_seb_template` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_rating` +-- Table structure for table `b_rating` -- -DROP TABLE IF EXISTS `m_rating`; +DROP TABLE IF EXISTS `b_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_rating` ( +CREATE TABLE `b_rating` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11697,30 +11528,30 @@ CREATE TABLE `m_rating` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), - KEY `m_rati_con_ix` (`contextid`), - KEY `m_rati_use_ix` (`userid`), - KEY `m_rati_sca_ix` (`scaleid`) + KEY `b_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `b_rati_con_ix` (`contextid`), + KEY `b_rati_use_ix` (`userid`), + KEY `b_rati_sca_ix` (`scaleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_rating` +-- Dumping data for table `b_rating` -- -LOCK TABLES `m_rating` WRITE; -/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +LOCK TABLES `b_rating` WRITE; +/*!40000 ALTER TABLE `b_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_rating` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_registration_hubs` +-- Table structure for table `b_registration_hubs` -- -DROP TABLE IF EXISTS `m_registration_hubs`; +DROP TABLE IF EXISTS `b_registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_registration_hubs` ( +CREATE TABLE `b_registration_hubs` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11733,22 +11564,22 @@ CREATE TABLE `m_registration_hubs` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_registration_hubs` +-- Dumping data for table `b_registration_hubs` -- -LOCK TABLES `m_registration_hubs` WRITE; -/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +LOCK TABLES `b_registration_hubs` WRITE; +/*!40000 ALTER TABLE `b_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_audience` +-- Table structure for table `b_reportbuilder_audience` -- -DROP TABLE IF EXISTS `m_reportbuilder_audience`; +DROP TABLE IF EXISTS `b_reportbuilder_audience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_audience` ( +CREATE TABLE `b_reportbuilder_audience` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL, `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -11759,29 +11590,29 @@ CREATE TABLE `m_reportbuilder_audience` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoaudi_rep_ix` (`reportid`), - KEY `m_repoaudi_use_ix` (`usercreated`), - KEY `m_repoaudi_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repoaudi_rep_ix` (`reportid`), + KEY `b_repoaudi_use_ix` (`usercreated`), + KEY `b_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_audience` +-- Dumping data for table `b_reportbuilder_audience` -- -LOCK TABLES `m_reportbuilder_audience` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_audience` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_column` +-- Table structure for table `b_reportbuilder_column` -- -DROP TABLE IF EXISTS `m_reportbuilder_column`; +DROP TABLE IF EXISTS `b_reportbuilder_column`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_column` ( +CREATE TABLE `b_reportbuilder_column` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11796,29 +11627,29 @@ CREATE TABLE `m_reportbuilder_column` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repocolu_rep_ix` (`reportid`), - KEY `m_repocolu_use_ix` (`usercreated`), - KEY `m_repocolu_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repocolu_rep_ix` (`reportid`), + KEY `b_repocolu_use_ix` (`usercreated`), + KEY `b_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_column` +-- Dumping data for table `b_reportbuilder_column` -- -LOCK TABLES `m_reportbuilder_column` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_column` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_filter` +-- Table structure for table `b_reportbuilder_filter` -- -DROP TABLE IF EXISTS `m_reportbuilder_filter`; +DROP TABLE IF EXISTS `b_reportbuilder_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_filter` ( +CREATE TABLE `b_reportbuilder_filter` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11830,30 +11661,29 @@ CREATE TABLE `m_reportbuilder_filter` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`), - KEY `m_repofilt_rep_ix` (`reportid`), - KEY `m_repofilt_use_ix` (`usercreated`), - KEY `m_repofilt_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_repofilt_rep_ix` (`reportid`), + KEY `b_repofilt_use_ix` (`usercreated`), + KEY `b_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_filter` +-- Dumping data for table `b_reportbuilder_filter` -- -LOCK TABLES `m_reportbuilder_filter` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_filter` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_report` +-- Table structure for table `b_reportbuilder_report` -- -DROP TABLE IF EXISTS `m_reportbuilder_report`; +DROP TABLE IF EXISTS `b_reportbuilder_report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_report` ( +CREATE TABLE `b_reportbuilder_report` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11870,29 +11700,29 @@ CREATE TABLE `m_reportbuilder_report` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reporepo_use_ix` (`usercreated`), - KEY `m_reporepo_use2_ix` (`usermodified`), - KEY `m_reporepo_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_reporepo_use_ix` (`usercreated`), + KEY `b_reporepo_use2_ix` (`usermodified`), + KEY `b_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_report` +-- Dumping data for table `b_reportbuilder_report` -- -LOCK TABLES `m_reportbuilder_report` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_reportbuilder_schedule` +-- Table structure for table `b_reportbuilder_schedule` -- -DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +DROP TABLE IF EXISTS `b_reportbuilder_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_reportbuilder_schedule` ( +CREATE TABLE `b_reportbuilder_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11913,30 +11743,30 @@ CREATE TABLE `m_reportbuilder_schedule` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reposche_rep_ix` (`reportid`), - KEY `m_reposche_use_ix` (`userviewas`), - KEY `m_reposche_use2_ix` (`usercreated`), - KEY `m_reposche_use3_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_reposche_rep_ix` (`reportid`), + KEY `b_reposche_use_ix` (`userviewas`), + KEY `b_reposche_use2_ix` (`usercreated`), + KEY `b_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_reportbuilder_schedule` +-- Dumping data for table `b_reportbuilder_schedule` -- -LOCK TABLES `m_reportbuilder_schedule` WRITE; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +LOCK TABLES `b_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_reportbuilder_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository` +-- Table structure for table `b_repository` -- -DROP TABLE IF EXISTS `m_repository`; +DROP TABLE IF EXISTS `b_repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository` ( +CREATE TABLE `b_repository` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `visible` tinyint(1) DEFAULT '1', @@ -11946,23 +11776,23 @@ CREATE TABLE `m_repository` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository` +-- Dumping data for table `b_repository` -- -LOCK TABLES `m_repository` WRITE; -/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; -INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); -/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +LOCK TABLES `b_repository` WRITE; +/*!40000 ALTER TABLE `b_repository` DISABLE KEYS */; +INSERT INTO `b_repository` 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 `b_repository` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instance_config` +-- Table structure for table `b_repository_instance_config` -- -DROP TABLE IF EXISTS `m_repository_instance_config`; +DROP TABLE IF EXISTS `b_repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instance_config` ( +CREATE TABLE `b_repository_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -11972,22 +11802,22 @@ CREATE TABLE `m_repository_instance_config` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_instance_config` +-- Dumping data for table `b_repository_instance_config` -- -LOCK TABLES `m_repository_instance_config` WRITE; -/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +LOCK TABLES `b_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `b_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_instances` +-- Table structure for table `b_repository_instances` -- -DROP TABLE IF EXISTS `m_repository_instances`; +DROP TABLE IF EXISTS `b_repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_instances` ( +CREATE TABLE `b_repository_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `typeid` bigint NOT NULL, @@ -11999,29 +11829,29 @@ CREATE TABLE `m_repository_instances` ( `timemodified` bigint DEFAULT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_repoinst_use_ix` (`userid`), - KEY `m_repoinst_con_ix` (`contextid`) + KEY `b_repoinst_use_ix` (`userid`), + KEY `b_repoinst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- Dumping data for table `b_repository_instances` -- -LOCK TABLES `m_repository_instances` WRITE; -/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; -INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); -/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +LOCK TABLES `b_repository_instances` WRITE; +/*!40000 ALTER TABLE `b_repository_instances` DISABLE KEYS */; +INSERT INTO `b_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080035,1734080035,0),(2,'',2,0,1,NULL,NULL,1734080036,1734080036,0),(3,'',3,0,1,NULL,NULL,1734080038,1734080038,0),(4,'',4,0,1,NULL,NULL,1734080039,1734080039,0),(5,'',5,0,1,NULL,NULL,1734080040,1734080040,0),(6,'',6,0,1,NULL,NULL,1734080040,1734080040,0),(7,'',7,0,1,NULL,NULL,1734080040,1734080040,0),(8,'',8,0,1,NULL,NULL,1734080041,1734080041,0); +/*!40000 ALTER TABLE `b_repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_repository_onedrive_access` +-- Table structure for table `b_repository_onedrive_access` -- -DROP TABLE IF EXISTS `m_repository_onedrive_access`; +DROP TABLE IF EXISTS `b_repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_repository_onedrive_access` ( +CREATE TABLE `b_repository_onedrive_access` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, @@ -12029,27 +11859,27 @@ CREATE TABLE `m_repository_onedrive_access` ( `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_repoonedacce_use_ix` (`usermodified`) + KEY `b_repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_repository_onedrive_access` +-- Dumping data for table `b_repository_onedrive_access` -- -LOCK TABLES `m_repository_onedrive_access` WRITE; -/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +LOCK TABLES `b_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `b_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource` +-- Table structure for table `b_resource` -- -DROP TABLE IF EXISTS `m_resource`; +DROP TABLE IF EXISTS `b_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource` ( +CREATE TABLE `b_resource` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12064,27 +11894,27 @@ CREATE TABLE `m_resource` ( `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_reso_cou_ix` (`course`) + KEY `b_reso_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- Dumping data for table `b_resource` -- -LOCK TABLES `m_resource` WRITE; -/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +LOCK TABLES `b_resource` WRITE; +/*!40000 ALTER TABLE `b_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_resource_old` +-- Table structure for table `b_resource_old` -- -DROP TABLE IF EXISTS `m_resource_old`; +DROP TABLE IF EXISTS `b_resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_resource_old` ( +CREATE TABLE `b_resource_old` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12102,28 +11932,28 @@ CREATE TABLE `m_resource_old` ( `newid` bigint DEFAULT NULL, `migrated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_resoold_old_uix` (`oldid`), - KEY `m_resoold_cmi_ix` (`cmid`) + UNIQUE KEY `b_resoold_old_uix` (`oldid`), + KEY `b_resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- Dumping data for table `b_resource_old` -- -LOCK TABLES `m_resource_old` WRITE; -/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +LOCK TABLES `b_resource_old` WRITE; +/*!40000 ALTER TABLE `b_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_resource_old` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role` +-- Table structure for table `b_role` -- -DROP TABLE IF EXISTS `m_role`; +DROP TABLE IF EXISTS `b_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role` ( +CREATE TABLE `b_role` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12131,141 +11961,141 @@ CREATE TABLE `m_role` ( `sortorder` bigint NOT NULL DEFAULT '0', `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_role_sor_uix` (`sortorder`), - UNIQUE KEY `m_role_sho_uix` (`shortname`) + UNIQUE KEY `b_role_sor_uix` (`sortorder`), + UNIQUE KEY `b_role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role` +-- Dumping data for table `b_role` -- -LOCK TABLES `m_role` WRITE; -/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; -INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); -/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +LOCK TABLES `b_role` WRITE; +/*!40000 ALTER TABLE `b_role` DISABLE KEYS */; +INSERT INTO `b_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `b_role` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_assign` +-- Table structure for table `b_role_allow_assign` -- -DROP TABLE IF EXISTS `m_role_allow_assign`; +DROP TABLE IF EXISTS `b_role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_assign` ( +CREATE TABLE `b_role_allow_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowassign` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), - KEY `m_rolealloassi_rol_ix` (`roleid`), - KEY `m_rolealloassi_all_ix` (`allowassign`) + UNIQUE KEY `b_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `b_rolealloassi_rol_ix` (`roleid`), + KEY `b_rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_assign` +-- Dumping data for table `b_role_allow_assign` -- -LOCK TABLES `m_role_allow_assign` WRITE; -/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; -INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); -/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +LOCK TABLES `b_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `b_role_allow_assign` DISABLE KEYS */; +INSERT INTO `b_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `b_role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_override` +-- Table structure for table `b_role_allow_override` -- -DROP TABLE IF EXISTS `m_role_allow_override`; +DROP TABLE IF EXISTS `b_role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_override` ( +CREATE TABLE `b_role_allow_override` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowoverride` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), - KEY `m_rolealloover_rol_ix` (`roleid`), - KEY `m_rolealloover_all_ix` (`allowoverride`) + UNIQUE KEY `b_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `b_rolealloover_rol_ix` (`roleid`), + KEY `b_rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_allow_override` +-- Dumping data for table `b_role_allow_override` -- -LOCK TABLES `m_role_allow_override` WRITE; -/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; -INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); -/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +LOCK TABLES `b_role_allow_override` WRITE; +/*!40000 ALTER TABLE `b_role_allow_override` DISABLE KEYS */; +INSERT INTO `b_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `b_role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_switch` +-- Table structure for table `b_role_allow_switch` -- -DROP TABLE IF EXISTS `m_role_allow_switch`; +DROP TABLE IF EXISTS `b_role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_switch` ( +CREATE TABLE `b_role_allow_switch` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowswitch` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), - KEY `m_rolealloswit_rol_ix` (`roleid`), - KEY `m_rolealloswit_all_ix` (`allowswitch`) + UNIQUE KEY `b_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `b_rolealloswit_rol_ix` (`roleid`), + KEY `b_rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- Dumping data for table `b_role_allow_switch` -- -LOCK TABLES `m_role_allow_switch` WRITE; -/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; -INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); -/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +LOCK TABLES `b_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `b_role_allow_switch` DISABLE KEYS */; +INSERT INTO `b_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `b_role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_allow_view` +-- Table structure for table `b_role_allow_view` -- -DROP TABLE IF EXISTS `m_role_allow_view`; +DROP TABLE IF EXISTS `b_role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_allow_view` ( +CREATE TABLE `b_role_allow_view` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowview` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), - KEY `m_rolealloview_rol_ix` (`roleid`), - KEY `m_rolealloview_all_ix` (`allowview`) + UNIQUE KEY `b_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `b_rolealloview_rol_ix` (`roleid`), + KEY `b_rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- Dumping data for table `b_role_allow_view` -- -LOCK TABLES `m_role_allow_view` WRITE; -/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; -INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); -/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +LOCK TABLES `b_role_allow_view` WRITE; +/*!40000 ALTER TABLE `b_role_allow_view` DISABLE KEYS */; +INSERT INTO `b_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `b_role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_assignments` +-- Table structure for table `b_role_assignments` -- -DROP TABLE IF EXISTS `m_role_assignments`; +DROP TABLE IF EXISTS `b_role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_assignments` ( +CREATE TABLE `b_role_assignments` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', @@ -12276,34 +12106,33 @@ CREATE TABLE `m_role_assignments` ( `itemid` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_roleassi_sor_ix` (`sortorder`), - KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), - KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), - KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), - KEY `m_roleassi_rol_ix` (`roleid`), - KEY `m_roleassi_con_ix` (`contextid`), - KEY `m_roleassi_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; + KEY `b_roleassi_sor_ix` (`sortorder`), + KEY `b_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `b_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `b_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `b_roleassi_rol_ix` (`roleid`), + KEY `b_roleassi_con_ix` (`contextid`), + KEY `b_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_assignments` +-- Dumping data for table `b_role_assignments` -- -LOCK TABLES `m_role_assignments` WRITE; -/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; -INSERT INTO `m_role_assignments` VALUES (1,3,21,3,1566471448,2,'',0,0),(2,5,21,4,1566471456,2,'',0,0); -/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +LOCK TABLES `b_role_assignments` WRITE; +/*!40000 ALTER TABLE `b_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_capabilities` +-- Table structure for table `b_role_capabilities` -- -DROP TABLE IF EXISTS `m_role_capabilities`; +DROP TABLE IF EXISTS `b_role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_capabilities` ( +CREATE TABLE `b_role_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', @@ -12312,87 +12141,87 @@ CREATE TABLE `m_role_capabilities` ( `timemodified` bigint NOT NULL DEFAULT '0', `modifierid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), - KEY `m_rolecapa_rol_ix` (`roleid`), - KEY `m_rolecapa_con_ix` (`contextid`), - KEY `m_rolecapa_mod_ix` (`modifierid`), - KEY `m_rolecapa_cap_ix` (`capability`) -) ENGINE=InnoDB AUTO_INCREMENT=1539 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; + UNIQUE KEY `b_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `b_rolecapa_rol_ix` (`roleid`), + KEY `b_rolecapa_con_ix` (`contextid`), + KEY `b_rolecapa_mod_ix` (`modifierid`), + KEY `b_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1487 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- Dumping data for table `b_role_capabilities` -- -LOCK TABLES `m_role_capabilities` WRITE; -/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; -INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0),(1520,1,1,'moodle/contentbank:copyanycontent',1,1696857216,0),(1521,1,2,'moodle/contentbank:copyanycontent',1,1696857216,0),(1522,1,1,'moodle/contentbank:copycontent',1,1696857216,0),(1523,1,2,'moodle/contentbank:copycontent',1,1696857216,0),(1524,1,3,'moodle/contentbank:copycontent',1,1696857216,0),(1525,1,3,'moodle/course:configurecoursecommunication',1,1696857216,0),(1526,1,1,'moodle/course:configurecoursecommunication',1,1696857216,0),(1527,1,3,'moodle/moodlenet:sharecourse',1,1696857216,0),(1528,1,1,'moodle/moodlenet:sharecourse',1,1696857216,0),(1529,1,5,'mod/forum:canmailnow',1,1696857218,0),(1530,1,4,'mod/forum:canmailnow',1,1696857218,0),(1531,1,3,'mod/forum:canmailnow',1,1696857218,0),(1532,1,1,'mod/forum:canmailnow',1,1696857218,0),(1533,1,3,'communication/matrix:moderator',1,1696857220,0),(1534,1,1,'communication/matrix:moderator',1,1696857220,0),(1535,1,4,'communication/matrix:moderator',1,1696857220,0),(1536,1,7,'tool/mfa:mfaaccess',1,1696857229,0),(1537,1,1,'tool/uploadcourse:use',1,1727707810,0),(1538,1,7,'tiny/premium:accesspremium',1,1727707823,0); -/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +LOCK TABLES `b_role_capabilities` WRITE; +/*!40000 ALTER TABLE `b_role_capabilities` DISABLE KEYS */; +INSERT INTO `b_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734079899,0),(2,1,2,'moodle/site:configview',1,1734079899,0),(3,1,1,'moodle/site:readallmessages',1,1734079899,0),(4,1,3,'moodle/site:readallmessages',1,1734079899,0),(5,1,1,'moodle/site:manageallmessaging',1,1734079899,0),(6,1,1,'moodle/site:deleteanymessage',1,1734079899,0),(7,1,1,'moodle/site:sendmessage',1,1734079899,0),(8,1,7,'moodle/site:sendmessage',1,1734079899,0),(9,1,7,'moodle/site:senderrormessage',1,1734079899,0),(10,1,7,'moodle/site:deleteownmessage',1,1734079899,0),(11,1,1,'moodle/site:approvecourse',1,1734079899,0),(12,1,3,'moodle/backup:backupcourse',1,1734079899,0),(13,1,1,'moodle/backup:backupcourse',1,1734079899,0),(14,1,3,'moodle/backup:backupsection',1,1734079899,0),(15,1,1,'moodle/backup:backupsection',1,1734079899,0),(16,1,3,'moodle/backup:backupactivity',1,1734079899,0),(17,1,1,'moodle/backup:backupactivity',1,1734079899,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734079899,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734079899,0),(20,1,3,'moodle/backup:downloadfile',1,1734079899,0),(21,1,1,'moodle/backup:downloadfile',1,1734079899,0),(22,1,3,'moodle/backup:configure',1,1734079899,0),(23,1,1,'moodle/backup:configure',1,1734079899,0),(24,1,1,'moodle/backup:userinfo',1,1734079899,0),(25,1,1,'moodle/backup:anonymise',1,1734079899,0),(26,1,3,'moodle/restore:restorecourse',1,1734079900,0),(27,1,1,'moodle/restore:restorecourse',1,1734079900,0),(28,1,3,'moodle/restore:restoresection',1,1734079900,0),(29,1,1,'moodle/restore:restoresection',1,1734079900,0),(30,1,3,'moodle/restore:restoreactivity',1,1734079900,0),(31,1,1,'moodle/restore:restoreactivity',1,1734079900,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734079900,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734079900,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734079900,0),(36,1,3,'moodle/restore:uploadfile',1,1734079900,0),(37,1,1,'moodle/restore:uploadfile',1,1734079900,0),(38,1,3,'moodle/restore:configure',1,1734079900,0),(39,1,1,'moodle/restore:configure',1,1734079900,0),(40,1,2,'moodle/restore:rolldates',1,1734079900,0),(41,1,1,'moodle/restore:rolldates',1,1734079900,0),(42,1,1,'moodle/restore:userinfo',1,1734079900,0),(43,1,1,'moodle/restore:createuser',1,1734079900,0),(44,1,3,'moodle/site:manageblocks',1,1734079900,0),(45,1,1,'moodle/site:manageblocks',1,1734079900,0),(46,1,3,'moodle/site:accessallgroups',1,1734079900,0),(47,1,1,'moodle/site:accessallgroups',1,1734079900,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734079900,0),(49,1,4,'moodle/site:viewfullnames',1,1734079900,0),(50,1,3,'moodle/site:viewfullnames',1,1734079901,0),(51,1,1,'moodle/site:viewfullnames',1,1734079901,0),(52,1,4,'moodle/site:viewuseridentity',1,1734079901,0),(53,1,3,'moodle/site:viewuseridentity',1,1734079901,0),(54,1,1,'moodle/site:viewuseridentity',1,1734079901,0),(55,1,4,'moodle/site:viewreports',1,1734079901,0),(56,1,3,'moodle/site:viewreports',1,1734079901,0),(57,1,1,'moodle/site:viewreports',1,1734079901,0),(58,1,3,'moodle/site:trustcontent',1,1734079901,0),(59,1,1,'moodle/site:trustcontent',1,1734079901,0),(60,1,1,'moodle/site:uploadusers',1,1734079901,0),(61,1,3,'moodle/filter:manage',1,1734079901,0),(62,1,1,'moodle/filter:manage',1,1734079901,0),(63,1,1,'moodle/user:create',1,1734079901,0),(64,1,1,'moodle/user:delete',1,1734079901,0),(65,1,1,'moodle/user:update',1,1734079901,0),(66,1,6,'moodle/user:viewdetails',1,1734079901,0),(67,1,5,'moodle/user:viewdetails',1,1734079901,0),(68,1,4,'moodle/user:viewdetails',1,1734079901,0),(69,1,3,'moodle/user:viewdetails',1,1734079901,0),(70,1,1,'moodle/user:viewdetails',1,1734079901,0),(71,1,1,'moodle/user:viewalldetails',1,1734079901,0),(72,1,1,'moodle/user:viewlastip',1,1734079901,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734079902,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734079902,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734079902,0),(76,1,1,'moodle/user:loginas',1,1734079902,0),(77,1,1,'moodle/user:managesyspages',1,1734079902,0),(78,1,7,'moodle/user:manageownblocks',1,1734079902,0),(79,1,7,'moodle/user:manageownfiles',1,1734079902,0),(80,1,1,'moodle/my:configsyspages',1,1734079902,0),(81,1,3,'moodle/role:assign',1,1734079902,0),(82,1,1,'moodle/role:assign',1,1734079902,0),(83,1,4,'moodle/role:review',1,1734079902,0),(84,1,3,'moodle/role:review',1,1734079902,0),(85,1,1,'moodle/role:review',1,1734079902,0),(86,1,1,'moodle/role:override',1,1734079902,0),(87,1,3,'moodle/role:safeoverride',1,1734079902,0),(88,1,1,'moodle/role:manage',1,1734079902,0),(89,1,3,'moodle/role:switchroles',1,1734079902,0),(90,1,1,'moodle/role:switchroles',1,1734079902,0),(91,1,1,'moodle/category:manage',1,1734079902,0),(92,1,6,'moodle/category:viewcourselist',1,1734079902,0),(93,1,7,'moodle/category:viewcourselist',1,1734079902,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734079902,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734079902,0),(96,1,1,'moodle/cohort:manage',1,1734079902,0),(97,1,1,'moodle/cohort:assign',1,1734079903,0),(98,1,3,'moodle/cohort:view',1,1734079903,0),(99,1,1,'moodle/cohort:view',1,1734079903,0),(100,1,2,'moodle/course:create',1,1734079903,0),(101,1,1,'moodle/course:create',1,1734079903,0),(102,1,3,'moodle/course:creategroupconversations',1,1734079903,0),(103,1,1,'moodle/course:creategroupconversations',1,1734079903,0),(104,1,1,'moodle/course:delete',1,1734079903,0),(105,1,3,'moodle/course:update',1,1734079903,0),(106,1,1,'moodle/course:update',1,1734079903,0),(107,1,1,'moodle/course:view',1,1734079903,0),(108,1,3,'moodle/course:enrolreview',1,1734079903,0),(109,1,1,'moodle/course:enrolreview',1,1734079903,0),(110,1,3,'moodle/course:enrolconfig',1,1734079903,0),(111,1,1,'moodle/course:enrolconfig',1,1734079903,0),(112,1,3,'moodle/course:reviewotherusers',1,1734079903,0),(113,1,1,'moodle/course:reviewotherusers',1,1734079903,0),(114,1,4,'moodle/course:bulkmessaging',1,1734079903,0),(115,1,3,'moodle/course:bulkmessaging',1,1734079903,0),(116,1,1,'moodle/course:bulkmessaging',1,1734079903,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734079903,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734079904,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734079904,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734079904,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734079904,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734079904,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734079904,0),(124,1,3,'moodle/course:visibility',1,1734079904,0),(125,1,1,'moodle/course:visibility',1,1734079904,0),(126,1,3,'moodle/course:managefiles',1,1734079904,0),(127,1,1,'moodle/course:managefiles',1,1734079904,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734079904,0),(132,1,3,'moodle/course:manageactivities',1,1734079904,0),(133,1,1,'moodle/course:manageactivities',1,1734079904,0),(134,1,3,'moodle/course:activityvisibility',1,1734079904,0),(135,1,1,'moodle/course:activityvisibility',1,1734079904,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734079904,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734079904,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734079904,0),(139,1,5,'moodle/course:viewparticipants',1,1734079904,0),(140,1,4,'moodle/course:viewparticipants',1,1734079905,0),(141,1,3,'moodle/course:viewparticipants',1,1734079905,0),(142,1,1,'moodle/course:viewparticipants',1,1734079905,0),(143,1,3,'moodle/course:changefullname',1,1734079905,0),(144,1,1,'moodle/course:changefullname',1,1734079905,0),(145,1,3,'moodle/course:changeshortname',1,1734079905,0),(146,1,1,'moodle/course:changeshortname',1,1734079905,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734079905,0),(148,1,3,'moodle/course:renameroles',1,1734079905,0),(149,1,1,'moodle/course:renameroles',1,1734079905,0),(150,1,3,'moodle/course:changeidnumber',1,1734079905,0),(151,1,1,'moodle/course:changeidnumber',1,1734079905,0),(152,1,3,'moodle/course:changecategory',1,1734079905,0),(153,1,1,'moodle/course:changecategory',1,1734079905,0),(154,1,3,'moodle/course:changesummary',1,1734079905,0),(155,1,1,'moodle/course:changesummary',1,1734079905,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734079905,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734079905,0),(158,1,1,'moodle/site:viewparticipants',1,1734079905,0),(159,1,5,'moodle/course:isincompletionreports',1,1734079905,0),(160,1,5,'moodle/course:viewscales',1,1734079905,0),(161,1,4,'moodle/course:viewscales',1,1734079905,0),(162,1,3,'moodle/course:viewscales',1,1734079905,0),(163,1,1,'moodle/course:viewscales',1,1734079906,0),(164,1,3,'moodle/course:managescales',1,1734079906,0),(165,1,1,'moodle/course:managescales',1,1734079906,0),(166,1,3,'moodle/course:managegroups',1,1734079906,0),(167,1,1,'moodle/course:managegroups',1,1734079906,0),(168,1,3,'moodle/course:reset',1,1734079906,0),(169,1,1,'moodle/course:reset',1,1734079906,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734079906,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734079906,0),(172,1,1,'moodle/course:tag',1,1734079906,0),(173,1,3,'moodle/course:tag',1,1734079906,0),(174,1,6,'moodle/blog:view',1,1734079906,0),(175,1,7,'moodle/blog:view',1,1734079906,0),(176,1,5,'moodle/blog:view',1,1734079906,0),(177,1,4,'moodle/blog:view',1,1734079906,0),(178,1,3,'moodle/blog:view',1,1734079906,0),(179,1,1,'moodle/blog:view',1,1734079906,0),(180,1,6,'moodle/blog:search',1,1734079906,0),(181,1,7,'moodle/blog:search',1,1734079906,0),(182,1,5,'moodle/blog:search',1,1734079906,0),(183,1,4,'moodle/blog:search',1,1734079906,0),(184,1,3,'moodle/blog:search',1,1734079906,0),(185,1,1,'moodle/blog:search',1,1734079906,0),(186,1,1,'moodle/blog:viewdrafts',1,1734079907,0),(187,1,7,'moodle/blog:create',1,1734079907,0),(188,1,1,'moodle/blog:create',1,1734079907,0),(189,1,4,'moodle/blog:manageentries',1,1734079907,0),(190,1,3,'moodle/blog:manageentries',1,1734079907,0),(191,1,1,'moodle/blog:manageentries',1,1734079907,0),(192,1,5,'moodle/blog:manageexternal',1,1734079907,0),(193,1,7,'moodle/blog:manageexternal',1,1734079907,0),(194,1,4,'moodle/blog:manageexternal',1,1734079907,0),(195,1,3,'moodle/blog:manageexternal',1,1734079907,0),(196,1,1,'moodle/blog:manageexternal',1,1734079907,0),(197,1,7,'moodle/calendar:manageownentries',1,1734079907,0),(198,1,1,'moodle/calendar:manageownentries',1,1734079907,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734079907,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734079907,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734079907,0),(202,1,4,'moodle/calendar:manageentries',1,1734079907,0),(203,1,3,'moodle/calendar:manageentries',1,1734079907,0),(204,1,1,'moodle/calendar:manageentries',1,1734079907,0),(205,1,1,'moodle/user:editprofile',1,1734079907,0),(206,1,6,'moodle/user:editownprofile',-1000,1734079907,0),(207,1,7,'moodle/user:editownprofile',1,1734079907,0),(208,1,1,'moodle/user:editownprofile',1,1734079907,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734079907,0),(210,1,7,'moodle/user:changeownpassword',1,1734079907,0),(211,1,1,'moodle/user:changeownpassword',1,1734079908,0),(212,1,5,'moodle/user:readuserposts',1,1734079908,0),(213,1,4,'moodle/user:readuserposts',1,1734079908,0),(214,1,3,'moodle/user:readuserposts',1,1734079908,0),(215,1,1,'moodle/user:readuserposts',1,1734079908,0),(216,1,5,'moodle/user:readuserblogs',1,1734079908,0),(217,1,4,'moodle/user:readuserblogs',1,1734079908,0),(218,1,3,'moodle/user:readuserblogs',1,1734079908,0),(219,1,1,'moodle/user:readuserblogs',1,1734079908,0),(220,1,1,'moodle/user:editmessageprofile',1,1734079908,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734079908,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734079908,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734079908,0),(224,1,3,'moodle/question:managecategory',1,1734079908,0),(225,1,1,'moodle/question:managecategory',1,1734079908,0),(226,1,3,'moodle/question:add',1,1734079908,0),(227,1,1,'moodle/question:add',1,1734079908,0),(228,1,3,'moodle/question:editmine',1,1734079908,0),(229,1,1,'moodle/question:editmine',1,1734079908,0),(230,1,3,'moodle/question:editall',1,1734079908,0),(231,1,1,'moodle/question:editall',1,1734079908,0),(232,1,3,'moodle/question:viewmine',1,1734079908,0),(233,1,1,'moodle/question:viewmine',1,1734079908,0),(234,1,3,'moodle/question:viewall',1,1734079909,0),(235,1,1,'moodle/question:viewall',1,1734079909,0),(236,1,3,'moodle/question:usemine',1,1734079909,0),(237,1,1,'moodle/question:usemine',1,1734079909,0),(238,1,3,'moodle/question:useall',1,1734079909,0),(239,1,1,'moodle/question:useall',1,1734079909,0),(240,1,3,'moodle/question:movemine',1,1734079909,0),(241,1,1,'moodle/question:movemine',1,1734079909,0),(242,1,3,'moodle/question:moveall',1,1734079909,0),(243,1,1,'moodle/question:moveall',1,1734079909,0),(244,1,1,'moodle/question:config',1,1734079909,0),(245,1,5,'moodle/question:flag',1,1734079909,0),(246,1,4,'moodle/question:flag',1,1734079909,0),(247,1,3,'moodle/question:flag',1,1734079909,0),(248,1,1,'moodle/question:flag',1,1734079909,0),(249,1,3,'moodle/question:tagmine',1,1734079909,0),(250,1,1,'moodle/question:tagmine',1,1734079909,0),(251,1,3,'moodle/question:tagall',1,1734079909,0),(252,1,1,'moodle/question:tagall',1,1734079909,0),(253,1,4,'moodle/site:doclinks',1,1734079909,0),(254,1,3,'moodle/site:doclinks',1,1734079909,0),(255,1,1,'moodle/site:doclinks',1,1734079909,0),(256,1,3,'moodle/course:sectionvisibility',1,1734079909,0),(257,1,1,'moodle/course:sectionvisibility',1,1734079909,0),(258,1,3,'moodle/course:useremail',1,1734079910,0),(259,1,1,'moodle/course:useremail',1,1734079910,0),(260,1,3,'moodle/course:viewhiddensections',1,1734079910,0),(261,1,1,'moodle/course:viewhiddensections',1,1734079910,0),(262,1,3,'moodle/course:setcurrentsection',1,1734079910,0),(263,1,1,'moodle/course:setcurrentsection',1,1734079910,0),(264,1,3,'moodle/course:movesections',1,1734079910,0),(265,1,1,'moodle/course:movesections',1,1734079910,0),(266,1,4,'moodle/grade:viewall',1,1734079910,0),(267,1,3,'moodle/grade:viewall',1,1734079910,0),(268,1,1,'moodle/grade:viewall',1,1734079910,0),(269,1,5,'moodle/grade:view',1,1734079910,0),(270,1,4,'moodle/grade:viewhidden',1,1734079910,0),(271,1,3,'moodle/grade:viewhidden',1,1734079910,0),(272,1,1,'moodle/grade:viewhidden',1,1734079910,0),(273,1,3,'moodle/grade:import',1,1734079910,0),(274,1,1,'moodle/grade:import',1,1734079910,0),(275,1,4,'moodle/grade:export',1,1734079910,0),(276,1,3,'moodle/grade:export',1,1734079910,0),(277,1,1,'moodle/grade:export',1,1734079910,0),(278,1,3,'moodle/grade:manage',1,1734079910,0),(279,1,1,'moodle/grade:manage',1,1734079910,0),(280,1,3,'moodle/grade:edit',1,1734079910,0),(281,1,1,'moodle/grade:edit',1,1734079910,0),(282,1,3,'moodle/grade:managegradingforms',1,1734079911,0),(283,1,1,'moodle/grade:managegradingforms',1,1734079911,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734079911,0),(285,1,1,'moodle/grade:managesharedforms',1,1734079911,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734079911,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734079911,0),(288,1,3,'moodle/grade:manageletters',1,1734079911,0),(289,1,1,'moodle/grade:manageletters',1,1734079911,0),(290,1,3,'moodle/grade:hide',1,1734079911,0),(291,1,1,'moodle/grade:hide',1,1734079911,0),(292,1,3,'moodle/grade:lock',1,1734079911,0),(293,1,1,'moodle/grade:lock',1,1734079911,0),(294,1,3,'moodle/grade:unlock',1,1734079911,0),(295,1,1,'moodle/grade:unlock',1,1734079911,0),(296,1,7,'moodle/my:manageblocks',1,1734079911,0),(297,1,4,'moodle/notes:view',1,1734079911,0),(298,1,3,'moodle/notes:view',1,1734079911,0),(299,1,1,'moodle/notes:view',1,1734079911,0),(300,1,4,'moodle/notes:manage',1,1734079911,0),(301,1,3,'moodle/notes:manage',1,1734079911,0),(302,1,1,'moodle/notes:manage',1,1734079911,0),(303,1,1,'moodle/tag:manage',1,1734079911,0),(304,1,1,'moodle/tag:edit',1,1734079911,0),(305,1,7,'moodle/tag:flag',1,1734079911,0),(306,1,4,'moodle/tag:editblocks',1,1734079912,0),(307,1,3,'moodle/tag:editblocks',1,1734079912,0),(308,1,1,'moodle/tag:editblocks',1,1734079912,0),(309,1,6,'moodle/block:view',1,1734079912,0),(310,1,7,'moodle/block:view',1,1734079912,0),(311,1,5,'moodle/block:view',1,1734079912,0),(312,1,4,'moodle/block:view',1,1734079912,0),(313,1,3,'moodle/block:view',1,1734079912,0),(314,1,3,'moodle/block:edit',1,1734079912,0),(315,1,1,'moodle/block:edit',1,1734079912,0),(316,1,7,'moodle/portfolio:export',1,1734079912,0),(317,1,5,'moodle/portfolio:export',1,1734079912,0),(318,1,4,'moodle/portfolio:export',1,1734079912,0),(319,1,3,'moodle/portfolio:export',1,1734079912,0),(320,1,8,'moodle/comment:view',1,1734079912,0),(321,1,6,'moodle/comment:view',1,1734079912,0),(322,1,7,'moodle/comment:view',1,1734079912,0),(323,1,5,'moodle/comment:view',1,1734079912,0),(324,1,4,'moodle/comment:view',1,1734079912,0),(325,1,3,'moodle/comment:view',1,1734079912,0),(326,1,1,'moodle/comment:view',1,1734079912,0),(327,1,7,'moodle/comment:post',1,1734079912,0),(328,1,5,'moodle/comment:post',1,1734079913,0),(329,1,4,'moodle/comment:post',1,1734079913,0),(330,1,3,'moodle/comment:post',1,1734079913,0),(331,1,1,'moodle/comment:post',1,1734079913,0),(332,1,3,'moodle/comment:delete',1,1734079913,0),(333,1,1,'moodle/comment:delete',1,1734079913,0),(334,1,1,'moodle/webservice:createtoken',1,1734079913,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734079913,0),(336,1,7,'moodle/rating:view',1,1734079913,0),(337,1,5,'moodle/rating:view',1,1734079913,0),(338,1,4,'moodle/rating:view',1,1734079913,0),(339,1,3,'moodle/rating:view',1,1734079913,0),(340,1,1,'moodle/rating:view',1,1734079913,0),(341,1,7,'moodle/rating:viewany',1,1734079913,0),(342,1,5,'moodle/rating:viewany',1,1734079913,0),(343,1,4,'moodle/rating:viewany',1,1734079913,0),(344,1,3,'moodle/rating:viewany',1,1734079913,0),(345,1,1,'moodle/rating:viewany',1,1734079913,0),(346,1,7,'moodle/rating:viewall',1,1734079913,0),(347,1,5,'moodle/rating:viewall',1,1734079913,0),(348,1,4,'moodle/rating:viewall',1,1734079913,0),(349,1,3,'moodle/rating:viewall',1,1734079913,0),(350,1,1,'moodle/rating:viewall',1,1734079913,0),(351,1,7,'moodle/rating:rate',1,1734079914,0),(352,1,5,'moodle/rating:rate',1,1734079914,0),(353,1,4,'moodle/rating:rate',1,1734079914,0),(354,1,3,'moodle/rating:rate',1,1734079914,0),(355,1,1,'moodle/rating:rate',1,1734079914,0),(356,1,4,'moodle/course:markcomplete',1,1734079914,0),(357,1,3,'moodle/course:markcomplete',1,1734079914,0),(358,1,1,'moodle/course:markcomplete',1,1734079914,0),(359,1,4,'moodle/course:overridecompletion',1,1734079914,0),(360,1,3,'moodle/course:overridecompletion',1,1734079914,0),(361,1,1,'moodle/course:overridecompletion',1,1734079914,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734079914,0),(363,1,7,'moodle/badges:viewbadges',1,1734079914,0),(364,1,7,'moodle/badges:manageownbadges',1,1734079914,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734079914,0),(366,1,7,'moodle/badges:earnbadge',1,1734079914,0),(367,1,1,'moodle/badges:createbadge',1,1734079914,0),(368,1,3,'moodle/badges:createbadge',1,1734079914,0),(369,1,1,'moodle/badges:deletebadge',1,1734079914,0),(370,1,3,'moodle/badges:deletebadge',1,1734079914,0),(371,1,1,'moodle/badges:configuredetails',1,1734079915,0),(372,1,3,'moodle/badges:configuredetails',1,1734079915,0),(373,1,1,'moodle/badges:configurecriteria',1,1734079915,0),(374,1,3,'moodle/badges:configurecriteria',1,1734079915,0),(375,1,1,'moodle/badges:configuremessages',1,1734079915,0),(376,1,3,'moodle/badges:configuremessages',1,1734079915,0),(377,1,1,'moodle/badges:awardbadge',1,1734079915,0),(378,1,4,'moodle/badges:awardbadge',1,1734079915,0),(379,1,3,'moodle/badges:awardbadge',1,1734079915,0),(380,1,1,'moodle/badges:revokebadge',1,1734079915,0),(381,1,4,'moodle/badges:revokebadge',1,1734079915,0),(382,1,3,'moodle/badges:revokebadge',1,1734079915,0),(383,1,1,'moodle/badges:viewawarded',1,1734079915,0),(384,1,4,'moodle/badges:viewawarded',1,1734079915,0),(385,1,3,'moodle/badges:viewawarded',1,1734079915,0),(386,1,6,'moodle/search:query',1,1734079915,0),(387,1,7,'moodle/search:query',1,1734079915,0),(388,1,5,'moodle/search:query',1,1734079915,0),(389,1,4,'moodle/search:query',1,1734079915,0),(390,1,3,'moodle/search:query',1,1734079915,0),(391,1,1,'moodle/search:query',1,1734079915,0),(392,1,1,'moodle/competency:competencymanage',1,1734079915,0),(393,1,7,'moodle/competency:competencyview',1,1734079915,0),(394,1,3,'moodle/competency:competencygrade',1,1734079915,0),(395,1,4,'moodle/competency:competencygrade',1,1734079916,0),(396,1,1,'moodle/competency:competencygrade',1,1734079916,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734079916,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734079916,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734079916,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734079916,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734079916,0),(402,1,1,'moodle/competency:planmanage',1,1734079916,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734079916,0),(404,1,1,'moodle/competency:planview',1,1734079916,0),(405,1,1,'moodle/competency:planviewdraft',1,1734079916,0),(406,1,7,'moodle/competency:planviewown',1,1734079916,0),(407,1,1,'moodle/competency:planrequestreview',1,1734079916,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734079916,0),(409,1,1,'moodle/competency:planreview',1,1734079916,0),(410,1,1,'moodle/competency:plancomment',1,1734079916,0),(411,1,7,'moodle/competency:plancommentown',1,1734079916,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734079916,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734079916,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734079916,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734079916,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734079917,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734079917,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734079917,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734079917,0),(420,1,1,'moodle/competency:templatemanage',1,1734079917,0),(421,1,4,'moodle/analytics:listinsights',1,1734079917,0),(422,1,3,'moodle/analytics:listinsights',1,1734079917,0),(423,1,1,'moodle/analytics:listinsights',1,1734079917,0),(424,1,1,'moodle/analytics:managemodels',1,1734079917,0),(425,1,1,'moodle/competency:templateview',1,1734079917,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734079917,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734079917,0),(428,1,1,'moodle/competency:userevidenceview',1,1734079917,0),(429,1,4,'moodle/site:messageanyuser',1,1734079917,0),(430,1,3,'moodle/site:messageanyuser',1,1734079917,0),(431,1,1,'moodle/site:messageanyuser',1,1734079917,0),(432,1,7,'moodle/course:togglecompletion',1,1734079917,0),(433,1,7,'moodle/analytics:listowninsights',1,1734079917,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734079917,0),(435,1,1,'moodle/h5p:deploy',1,1734079917,0),(436,1,3,'moodle/h5p:deploy',1,1734079917,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734079917,0),(438,1,1,'moodle/course:recommendactivity',1,1734079918,0),(439,1,1,'moodle/contentbank:access',1,1734079918,0),(440,1,2,'moodle/contentbank:access',1,1734079918,0),(441,1,3,'moodle/contentbank:access',1,1734079918,0),(442,1,1,'moodle/contentbank:upload',1,1734079918,0),(443,1,2,'moodle/contentbank:upload',1,1734079918,0),(444,1,3,'moodle/contentbank:upload',1,1734079918,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734079918,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734079918,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734079918,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734079918,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734079918,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734079918,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734079918,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734079918,0),(453,1,1,'moodle/contentbank:useeditor',1,1734079918,0),(454,1,2,'moodle/contentbank:useeditor',1,1734079918,0),(455,1,3,'moodle/contentbank:useeditor',1,1734079918,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734079918,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734079918,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734079918,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734079918,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734079918,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734079918,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734079919,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734079919,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734079919,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734079919,0),(467,1,7,'moodle/reportbuilder:view',1,1734079919,0),(468,1,1,'moodle/reportbuilder:edit',1,1734079919,0),(469,1,6,'mod/assign:view',1,1734079955,0),(470,1,5,'mod/assign:view',1,1734079955,0),(471,1,4,'mod/assign:view',1,1734079955,0),(472,1,3,'mod/assign:view',1,1734079955,0),(473,1,1,'mod/assign:view',1,1734079955,0),(474,1,5,'mod/assign:submit',1,1734079955,0),(475,1,4,'mod/assign:grade',1,1734079955,0),(476,1,3,'mod/assign:grade',1,1734079955,0),(477,1,1,'mod/assign:grade',1,1734079955,0),(478,1,4,'mod/assign:exportownsubmission',1,1734079955,0),(479,1,3,'mod/assign:exportownsubmission',1,1734079955,0),(480,1,1,'mod/assign:exportownsubmission',1,1734079955,0),(481,1,5,'mod/assign:exportownsubmission',1,1734079955,0),(482,1,3,'mod/assign:addinstance',1,1734079955,0),(483,1,1,'mod/assign:addinstance',1,1734079955,0),(484,1,4,'mod/assign:grantextension',1,1734079955,0),(485,1,3,'mod/assign:grantextension',1,1734079955,0),(486,1,1,'mod/assign:grantextension',1,1734079955,0),(487,1,3,'mod/assign:revealidentities',1,1734079955,0),(488,1,1,'mod/assign:revealidentities',1,1734079955,0),(489,1,3,'mod/assign:reviewgrades',1,1734079955,0),(490,1,1,'mod/assign:reviewgrades',1,1734079955,0),(491,1,3,'mod/assign:releasegrades',1,1734079955,0),(492,1,1,'mod/assign:releasegrades',1,1734079955,0),(493,1,3,'mod/assign:managegrades',1,1734079955,0),(494,1,1,'mod/assign:managegrades',1,1734079955,0),(495,1,3,'mod/assign:manageallocations',1,1734079956,0),(496,1,1,'mod/assign:manageallocations',1,1734079956,0),(497,1,3,'mod/assign:viewgrades',1,1734079956,0),(498,1,1,'mod/assign:viewgrades',1,1734079956,0),(499,1,4,'mod/assign:viewgrades',1,1734079956,0),(500,1,1,'mod/assign:viewblinddetails',1,1734079956,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734079956,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734079956,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734079956,0),(504,1,3,'mod/assign:manageoverrides',1,1734079956,0),(505,1,1,'mod/assign:manageoverrides',1,1734079956,0),(506,1,4,'mod/assign:showhiddengrader',1,1734079956,0),(507,1,3,'mod/assign:showhiddengrader',1,1734079956,0),(508,1,1,'mod/assign:showhiddengrader',1,1734079956,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734079956,0),(510,1,6,'mod/assignment:view',1,1734079957,0),(511,1,5,'mod/assignment:view',1,1734079957,0),(512,1,4,'mod/assignment:view',1,1734079957,0),(513,1,3,'mod/assignment:view',1,1734079957,0),(514,1,1,'mod/assignment:view',1,1734079957,0),(515,1,3,'mod/assignment:addinstance',1,1734079957,0),(516,1,1,'mod/assignment:addinstance',1,1734079957,0),(517,1,5,'mod/assignment:submit',1,1734079957,0),(518,1,4,'mod/assignment:grade',1,1734079957,0),(519,1,3,'mod/assignment:grade',1,1734079957,0),(520,1,1,'mod/assignment:grade',1,1734079957,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734079957,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734079957,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734079957,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734079957,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734079958,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734079958,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734079958,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734079958,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734079958,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734079958,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734079958,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734079958,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734079958,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734079958,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734079958,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734079958,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734079959,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734079959,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734079959,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734079959,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734079959,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734079959,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734079959,0),(554,1,3,'mod/book:addinstance',1,1734079960,0),(555,1,1,'mod/book:addinstance',1,1734079960,0),(556,1,6,'mod/book:read',1,1734079960,0),(557,1,8,'mod/book:read',1,1734079960,0),(558,1,5,'mod/book:read',1,1734079960,0),(559,1,4,'mod/book:read',1,1734079960,0),(560,1,3,'mod/book:read',1,1734079960,0),(561,1,1,'mod/book:read',1,1734079960,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734079960,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734079960,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734079960,0),(565,1,3,'mod/book:edit',1,1734079960,0),(566,1,1,'mod/book:edit',1,1734079960,0),(567,1,3,'mod/chat:addinstance',1,1734079961,0),(568,1,1,'mod/chat:addinstance',1,1734079961,0),(569,1,5,'mod/chat:chat',1,1734079961,0),(570,1,4,'mod/chat:chat',1,1734079961,0),(571,1,3,'mod/chat:chat',1,1734079961,0),(572,1,1,'mod/chat:chat',1,1734079961,0),(573,1,5,'mod/chat:readlog',1,1734079961,0),(574,1,4,'mod/chat:readlog',1,1734079961,0),(575,1,3,'mod/chat:readlog',1,1734079961,0),(576,1,1,'mod/chat:readlog',1,1734079961,0),(577,1,4,'mod/chat:deletelog',1,1734079961,0),(578,1,3,'mod/chat:deletelog',1,1734079961,0),(579,1,1,'mod/chat:deletelog',1,1734079961,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734079961,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734079961,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734079961,0),(583,1,4,'mod/chat:exportsession',1,1734079961,0),(584,1,3,'mod/chat:exportsession',1,1734079961,0),(585,1,1,'mod/chat:exportsession',1,1734079961,0),(586,1,7,'mod/chat:view',1,1734079961,0),(587,1,6,'mod/chat:view',1,1734079962,0),(588,1,3,'mod/choice:addinstance',1,1734079962,0),(589,1,1,'mod/choice:addinstance',1,1734079962,0),(590,1,5,'mod/choice:choose',1,1734079962,0),(591,1,4,'mod/choice:choose',1,1734079962,0),(592,1,3,'mod/choice:choose',1,1734079962,0),(593,1,4,'mod/choice:readresponses',1,1734079962,0),(594,1,3,'mod/choice:readresponses',1,1734079962,0),(595,1,1,'mod/choice:readresponses',1,1734079962,0),(596,1,4,'mod/choice:deleteresponses',1,1734079962,0),(597,1,3,'mod/choice:deleteresponses',1,1734079962,0),(598,1,1,'mod/choice:deleteresponses',1,1734079962,0),(599,1,4,'mod/choice:downloadresponses',1,1734079962,0),(600,1,3,'mod/choice:downloadresponses',1,1734079963,0),(601,1,1,'mod/choice:downloadresponses',1,1734079963,0),(602,1,7,'mod/choice:view',1,1734079963,0),(603,1,6,'mod/choice:view',1,1734079963,0),(604,1,3,'mod/data:addinstance',1,1734079963,0),(605,1,1,'mod/data:addinstance',1,1734079963,0),(606,1,8,'mod/data:viewentry',1,1734079963,0),(607,1,6,'mod/data:viewentry',1,1734079963,0),(608,1,5,'mod/data:viewentry',1,1734079963,0),(609,1,4,'mod/data:viewentry',1,1734079963,0),(610,1,3,'mod/data:viewentry',1,1734079963,0),(611,1,1,'mod/data:viewentry',1,1734079964,0),(612,1,5,'mod/data:writeentry',1,1734079964,0),(613,1,4,'mod/data:writeentry',1,1734079964,0),(614,1,3,'mod/data:writeentry',1,1734079964,0),(615,1,1,'mod/data:writeentry',1,1734079964,0),(616,1,5,'mod/data:comment',1,1734079964,0),(617,1,4,'mod/data:comment',1,1734079964,0),(618,1,3,'mod/data:comment',1,1734079964,0),(619,1,1,'mod/data:comment',1,1734079964,0),(620,1,4,'mod/data:rate',1,1734079964,0),(621,1,3,'mod/data:rate',1,1734079964,0),(622,1,1,'mod/data:rate',1,1734079964,0),(623,1,4,'mod/data:viewrating',1,1734079964,0),(624,1,3,'mod/data:viewrating',1,1734079964,0),(625,1,1,'mod/data:viewrating',1,1734079964,0),(626,1,4,'mod/data:viewanyrating',1,1734079964,0),(627,1,3,'mod/data:viewanyrating',1,1734079964,0),(628,1,1,'mod/data:viewanyrating',1,1734079964,0),(629,1,4,'mod/data:viewallratings',1,1734079964,0),(630,1,3,'mod/data:viewallratings',1,1734079964,0),(631,1,1,'mod/data:viewallratings',1,1734079965,0),(632,1,4,'mod/data:approve',1,1734079965,0),(633,1,3,'mod/data:approve',1,1734079965,0),(634,1,1,'mod/data:approve',1,1734079965,0),(635,1,4,'mod/data:manageentries',1,1734079965,0),(636,1,3,'mod/data:manageentries',1,1734079965,0),(637,1,1,'mod/data:manageentries',1,1734079965,0),(638,1,4,'mod/data:managecomments',1,1734079965,0),(639,1,3,'mod/data:managecomments',1,1734079965,0),(640,1,1,'mod/data:managecomments',1,1734079965,0),(641,1,3,'mod/data:managetemplates',1,1734079965,0),(642,1,1,'mod/data:managetemplates',1,1734079965,0),(643,1,4,'mod/data:viewalluserpresets',1,1734079965,0),(644,1,3,'mod/data:viewalluserpresets',1,1734079965,0),(645,1,1,'mod/data:viewalluserpresets',1,1734079965,0),(646,1,1,'mod/data:manageuserpresets',1,1734079965,0),(647,1,1,'mod/data:exportentry',1,1734079965,0),(648,1,4,'mod/data:exportentry',1,1734079965,0),(649,1,3,'mod/data:exportentry',1,1734079965,0),(650,1,1,'mod/data:exportownentry',1,1734079965,0),(651,1,4,'mod/data:exportownentry',1,1734079965,0),(652,1,3,'mod/data:exportownentry',1,1734079965,0),(653,1,5,'mod/data:exportownentry',1,1734079966,0),(654,1,1,'mod/data:exportallentries',1,1734079966,0),(655,1,4,'mod/data:exportallentries',1,1734079966,0),(656,1,3,'mod/data:exportallentries',1,1734079966,0),(657,1,1,'mod/data:exportuserinfo',1,1734079966,0),(658,1,4,'mod/data:exportuserinfo',1,1734079966,0),(659,1,3,'mod/data:exportuserinfo',1,1734079966,0),(660,1,6,'mod/data:view',1,1734079966,0),(661,1,5,'mod/data:view',1,1734079966,0),(662,1,4,'mod/data:view',1,1734079966,0),(663,1,3,'mod/data:view',1,1734079966,0),(664,1,1,'mod/data:view',1,1734079966,0),(665,1,3,'mod/feedback:addinstance',1,1734079967,0),(666,1,1,'mod/feedback:addinstance',1,1734079967,0),(667,1,6,'mod/feedback:view',1,1734079967,0),(668,1,8,'mod/feedback:view',1,1734079967,0),(669,1,5,'mod/feedback:view',1,1734079967,0),(670,1,4,'mod/feedback:view',1,1734079967,0),(671,1,3,'mod/feedback:view',1,1734079967,0),(672,1,1,'mod/feedback:view',1,1734079967,0),(673,1,8,'mod/feedback:complete',1,1734079967,0),(674,1,5,'mod/feedback:complete',1,1734079967,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734079967,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734079967,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734079967,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734079967,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734079968,0),(680,1,1,'mod/feedback:mapcourse',1,1734079968,0),(681,1,3,'mod/feedback:edititems',1,1734079968,0),(682,1,1,'mod/feedback:edititems',1,1734079968,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734079968,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734079968,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734079968,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734079968,0),(687,1,3,'mod/feedback:deletetemplate',1,1734079968,0),(688,1,1,'mod/feedback:deletetemplate',1,1734079968,0),(689,1,4,'mod/feedback:viewreports',1,1734079968,0),(690,1,3,'mod/feedback:viewreports',1,1734079968,0),(691,1,1,'mod/feedback:viewreports',1,1734079968,0),(692,1,4,'mod/feedback:receivemail',1,1734079968,0),(693,1,3,'mod/feedback:receivemail',1,1734079968,0),(694,1,3,'mod/folder:addinstance',1,1734079968,0),(695,1,1,'mod/folder:addinstance',1,1734079969,0),(696,1,6,'mod/folder:view',1,1734079969,0),(697,1,7,'mod/folder:view',1,1734079969,0),(698,1,3,'mod/folder:managefiles',1,1734079969,0),(699,1,3,'mod/forum:addinstance',1,1734079970,0),(700,1,1,'mod/forum:addinstance',1,1734079970,0),(701,1,8,'mod/forum:viewdiscussion',1,1734079970,0),(702,1,6,'mod/forum:viewdiscussion',1,1734079970,0),(703,1,5,'mod/forum:viewdiscussion',1,1734079970,0),(704,1,4,'mod/forum:viewdiscussion',1,1734079970,0),(705,1,3,'mod/forum:viewdiscussion',1,1734079970,0),(706,1,1,'mod/forum:viewdiscussion',1,1734079970,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734079970,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734079970,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734079970,0),(710,1,5,'mod/forum:startdiscussion',1,1734079970,0),(711,1,4,'mod/forum:startdiscussion',1,1734079970,0),(712,1,3,'mod/forum:startdiscussion',1,1734079970,0),(713,1,1,'mod/forum:startdiscussion',1,1734079970,0),(714,1,5,'mod/forum:replypost',1,1734079970,0),(715,1,4,'mod/forum:replypost',1,1734079970,0),(716,1,3,'mod/forum:replypost',1,1734079971,0),(717,1,1,'mod/forum:replypost',1,1734079971,0),(718,1,4,'mod/forum:addnews',1,1734079971,0),(719,1,3,'mod/forum:addnews',1,1734079971,0),(720,1,1,'mod/forum:addnews',1,1734079971,0),(721,1,4,'mod/forum:replynews',1,1734079971,0),(722,1,3,'mod/forum:replynews',1,1734079971,0),(723,1,1,'mod/forum:replynews',1,1734079971,0),(724,1,5,'mod/forum:viewrating',1,1734079971,0),(725,1,4,'mod/forum:viewrating',1,1734079971,0),(726,1,3,'mod/forum:viewrating',1,1734079971,0),(727,1,1,'mod/forum:viewrating',1,1734079971,0),(728,1,4,'mod/forum:viewanyrating',1,1734079971,0),(729,1,3,'mod/forum:viewanyrating',1,1734079971,0),(730,1,1,'mod/forum:viewanyrating',1,1734079971,0),(731,1,4,'mod/forum:viewallratings',1,1734079971,0),(732,1,3,'mod/forum:viewallratings',1,1734079971,0),(733,1,1,'mod/forum:viewallratings',1,1734079971,0),(734,1,4,'mod/forum:rate',1,1734079971,0),(735,1,3,'mod/forum:rate',1,1734079971,0),(736,1,1,'mod/forum:rate',1,1734079971,0),(737,1,4,'mod/forum:postprivatereply',1,1734079971,0),(738,1,3,'mod/forum:postprivatereply',1,1734079971,0),(739,1,1,'mod/forum:postprivatereply',1,1734079971,0),(740,1,4,'mod/forum:readprivatereplies',1,1734079971,0),(741,1,3,'mod/forum:readprivatereplies',1,1734079972,0),(742,1,1,'mod/forum:readprivatereplies',1,1734079972,0),(743,1,5,'mod/forum:createattachment',1,1734079972,0),(744,1,4,'mod/forum:createattachment',1,1734079972,0),(745,1,3,'mod/forum:createattachment',1,1734079972,0),(746,1,1,'mod/forum:createattachment',1,1734079972,0),(747,1,5,'mod/forum:deleteownpost',1,1734079972,0),(748,1,4,'mod/forum:deleteownpost',1,1734079972,0),(749,1,3,'mod/forum:deleteownpost',1,1734079972,0),(750,1,1,'mod/forum:deleteownpost',1,1734079972,0),(751,1,4,'mod/forum:deleteanypost',1,1734079972,0),(752,1,3,'mod/forum:deleteanypost',1,1734079972,0),(753,1,1,'mod/forum:deleteanypost',1,1734079972,0),(754,1,4,'mod/forum:splitdiscussions',1,1734079972,0),(755,1,3,'mod/forum:splitdiscussions',1,1734079972,0),(756,1,1,'mod/forum:splitdiscussions',1,1734079972,0),(757,1,4,'mod/forum:movediscussions',1,1734079972,0),(758,1,3,'mod/forum:movediscussions',1,1734079972,0),(759,1,1,'mod/forum:movediscussions',1,1734079972,0),(760,1,4,'mod/forum:pindiscussions',1,1734079972,0),(761,1,3,'mod/forum:pindiscussions',1,1734079972,0),(762,1,1,'mod/forum:pindiscussions',1,1734079973,0),(763,1,4,'mod/forum:editanypost',1,1734079973,0),(764,1,3,'mod/forum:editanypost',1,1734079973,0),(765,1,1,'mod/forum:editanypost',1,1734079973,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734079973,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734079973,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734079973,0),(769,1,4,'mod/forum:viewsubscribers',1,1734079973,0),(770,1,3,'mod/forum:viewsubscribers',1,1734079973,0),(771,1,1,'mod/forum:viewsubscribers',1,1734079973,0),(772,1,4,'mod/forum:managesubscriptions',1,1734079973,0),(773,1,3,'mod/forum:managesubscriptions',1,1734079973,0),(774,1,1,'mod/forum:managesubscriptions',1,1734079973,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734079973,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734079973,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734079973,0),(778,1,4,'mod/forum:exportdiscussion',1,1734079973,0),(779,1,3,'mod/forum:exportdiscussion',1,1734079973,0),(780,1,1,'mod/forum:exportdiscussion',1,1734079973,0),(781,1,4,'mod/forum:exportforum',1,1734079973,0),(782,1,3,'mod/forum:exportforum',1,1734079973,0),(783,1,1,'mod/forum:exportforum',1,1734079974,0),(784,1,4,'mod/forum:exportpost',1,1734079974,0),(785,1,3,'mod/forum:exportpost',1,1734079974,0),(786,1,1,'mod/forum:exportpost',1,1734079974,0),(787,1,4,'mod/forum:exportownpost',1,1734079974,0),(788,1,3,'mod/forum:exportownpost',1,1734079974,0),(789,1,1,'mod/forum:exportownpost',1,1734079974,0),(790,1,5,'mod/forum:exportownpost',1,1734079974,0),(791,1,4,'mod/forum:addquestion',1,1734079974,0),(792,1,3,'mod/forum:addquestion',1,1734079974,0),(793,1,1,'mod/forum:addquestion',1,1734079974,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734079974,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734079974,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734079974,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734079974,0),(798,1,4,'mod/forum:canposttomygroups',1,1734079974,0),(799,1,3,'mod/forum:canposttomygroups',1,1734079974,0),(800,1,1,'mod/forum:canposttomygroups',1,1734079974,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734079974,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734079974,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734079974,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734079975,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734079975,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734079975,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734079975,0),(808,1,4,'mod/forum:grade',1,1734079975,0),(809,1,3,'mod/forum:grade',1,1734079975,0),(810,1,1,'mod/forum:grade',1,1734079975,0),(811,1,3,'mod/glossary:addinstance',1,1734079976,0),(812,1,1,'mod/glossary:addinstance',1,1734079976,0),(813,1,8,'mod/glossary:view',1,1734079976,0),(814,1,6,'mod/glossary:view',1,1734079976,0),(815,1,5,'mod/glossary:view',1,1734079976,0),(816,1,4,'mod/glossary:view',1,1734079976,0),(817,1,3,'mod/glossary:view',1,1734079976,0),(818,1,1,'mod/glossary:view',1,1734079976,0),(819,1,5,'mod/glossary:write',1,1734079976,0),(820,1,4,'mod/glossary:write',1,1734079976,0),(821,1,3,'mod/glossary:write',1,1734079976,0),(822,1,1,'mod/glossary:write',1,1734079976,0),(823,1,4,'mod/glossary:manageentries',1,1734079976,0),(824,1,3,'mod/glossary:manageentries',1,1734079976,0),(825,1,1,'mod/glossary:manageentries',1,1734079976,0),(826,1,4,'mod/glossary:managecategories',1,1734079976,0),(827,1,3,'mod/glossary:managecategories',1,1734079976,0),(828,1,1,'mod/glossary:managecategories',1,1734079976,0),(829,1,5,'mod/glossary:comment',1,1734079976,0),(830,1,4,'mod/glossary:comment',1,1734079976,0),(831,1,3,'mod/glossary:comment',1,1734079976,0),(832,1,1,'mod/glossary:comment',1,1734079976,0),(833,1,4,'mod/glossary:managecomments',1,1734079977,0),(834,1,3,'mod/glossary:managecomments',1,1734079977,0),(835,1,1,'mod/glossary:managecomments',1,1734079977,0),(836,1,4,'mod/glossary:import',1,1734079977,0),(837,1,3,'mod/glossary:import',1,1734079977,0),(838,1,1,'mod/glossary:import',1,1734079977,0),(839,1,4,'mod/glossary:export',1,1734079977,0),(840,1,3,'mod/glossary:export',1,1734079977,0),(841,1,1,'mod/glossary:export',1,1734079977,0),(842,1,4,'mod/glossary:approve',1,1734079977,0),(843,1,3,'mod/glossary:approve',1,1734079977,0),(844,1,1,'mod/glossary:approve',1,1734079977,0),(845,1,4,'mod/glossary:rate',1,1734079977,0),(846,1,3,'mod/glossary:rate',1,1734079977,0),(847,1,1,'mod/glossary:rate',1,1734079977,0),(848,1,4,'mod/glossary:viewrating',1,1734079977,0),(849,1,3,'mod/glossary:viewrating',1,1734079977,0),(850,1,1,'mod/glossary:viewrating',1,1734079977,0),(851,1,4,'mod/glossary:viewanyrating',1,1734079977,0),(852,1,3,'mod/glossary:viewanyrating',1,1734079977,0),(853,1,1,'mod/glossary:viewanyrating',1,1734079977,0),(854,1,4,'mod/glossary:viewallratings',1,1734079977,0),(855,1,3,'mod/glossary:viewallratings',1,1734079977,0),(856,1,1,'mod/glossary:viewallratings',1,1734079978,0),(857,1,4,'mod/glossary:exportentry',1,1734079978,0),(858,1,3,'mod/glossary:exportentry',1,1734079978,0),(859,1,1,'mod/glossary:exportentry',1,1734079978,0),(860,1,4,'mod/glossary:exportownentry',1,1734079978,0),(861,1,3,'mod/glossary:exportownentry',1,1734079978,0),(862,1,1,'mod/glossary:exportownentry',1,1734079978,0),(863,1,5,'mod/glossary:exportownentry',1,1734079978,0),(864,1,6,'mod/h5pactivity:view',1,1734079978,0),(865,1,5,'mod/h5pactivity:view',1,1734079979,0),(866,1,4,'mod/h5pactivity:view',1,1734079979,0),(867,1,3,'mod/h5pactivity:view',1,1734079979,0),(868,1,1,'mod/h5pactivity:view',1,1734079979,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734079979,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734079979,0),(871,1,5,'mod/h5pactivity:submit',1,1734079979,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734079979,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734079979,0),(874,1,6,'mod/imscp:view',1,1734079979,0),(875,1,7,'mod/imscp:view',1,1734079979,0),(876,1,3,'mod/imscp:addinstance',1,1734079979,0),(877,1,1,'mod/imscp:addinstance',1,1734079979,0),(878,1,3,'mod/label:addinstance',1,1734079980,0),(879,1,1,'mod/label:addinstance',1,1734079980,0),(880,1,7,'mod/label:view',1,1734079980,0),(881,1,6,'mod/label:view',1,1734079980,0),(882,1,3,'mod/lesson:addinstance',1,1734079981,0),(883,1,1,'mod/lesson:addinstance',1,1734079981,0),(884,1,3,'mod/lesson:edit',1,1734079981,0),(885,1,1,'mod/lesson:edit',1,1734079981,0),(886,1,4,'mod/lesson:grade',1,1734079981,0),(887,1,3,'mod/lesson:grade',1,1734079981,0),(888,1,1,'mod/lesson:grade',1,1734079981,0),(889,1,4,'mod/lesson:viewreports',1,1734079981,0),(890,1,3,'mod/lesson:viewreports',1,1734079981,0),(891,1,1,'mod/lesson:viewreports',1,1734079981,0),(892,1,4,'mod/lesson:manage',1,1734079981,0),(893,1,3,'mod/lesson:manage',1,1734079981,0),(894,1,1,'mod/lesson:manage',1,1734079981,0),(895,1,3,'mod/lesson:manageoverrides',1,1734079981,0),(896,1,1,'mod/lesson:manageoverrides',1,1734079981,0),(897,1,7,'mod/lesson:view',1,1734079981,0),(898,1,6,'mod/lesson:view',1,1734079981,0),(899,1,5,'mod/lti:view',1,1734079982,0),(900,1,4,'mod/lti:view',1,1734079982,0),(901,1,3,'mod/lti:view',1,1734079982,0),(902,1,1,'mod/lti:view',1,1734079982,0),(903,1,3,'mod/lti:addinstance',1,1734079983,0),(904,1,1,'mod/lti:addinstance',1,1734079983,0),(905,1,4,'mod/lti:manage',1,1734079983,0),(906,1,3,'mod/lti:manage',1,1734079983,0),(907,1,1,'mod/lti:manage',1,1734079983,0),(908,1,3,'mod/lti:addcoursetool',1,1734079983,0),(909,1,1,'mod/lti:addcoursetool',1,1734079983,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734079983,0),(912,1,3,'mod/lti:addmanualinstance',1,1734079983,0),(913,1,1,'mod/lti:addmanualinstance',1,1734079983,0),(914,1,3,'mod/lti:requesttooladd',1,1734079983,0),(915,1,1,'mod/lti:requesttooladd',1,1734079983,0),(916,1,6,'mod/page:view',1,1734079984,0),(917,1,7,'mod/page:view',1,1734079984,0),(918,1,3,'mod/page:addinstance',1,1734079984,0),(919,1,1,'mod/page:addinstance',1,1734079984,0),(920,1,6,'mod/quiz:view',1,1734079985,0),(921,1,5,'mod/quiz:view',1,1734079985,0),(922,1,4,'mod/quiz:view',1,1734079985,0),(923,1,3,'mod/quiz:view',1,1734079985,0),(924,1,1,'mod/quiz:view',1,1734079985,0),(925,1,3,'mod/quiz:addinstance',1,1734079985,0),(926,1,1,'mod/quiz:addinstance',1,1734079985,0),(927,1,5,'mod/quiz:attempt',1,1734079985,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734079985,0),(929,1,3,'mod/quiz:manage',1,1734079985,0),(930,1,1,'mod/quiz:manage',1,1734079985,0),(931,1,3,'mod/quiz:manageoverrides',1,1734079985,0),(932,1,1,'mod/quiz:manageoverrides',1,1734079985,0),(933,1,4,'mod/quiz:viewoverrides',1,1734079985,0),(934,1,3,'mod/quiz:viewoverrides',1,1734079985,0),(935,1,1,'mod/quiz:viewoverrides',1,1734079985,0),(936,1,4,'mod/quiz:preview',1,1734079985,0),(937,1,3,'mod/quiz:preview',1,1734079985,0),(938,1,1,'mod/quiz:preview',1,1734079986,0),(939,1,4,'mod/quiz:grade',1,1734079986,0),(940,1,3,'mod/quiz:grade',1,1734079986,0),(941,1,1,'mod/quiz:grade',1,1734079986,0),(942,1,4,'mod/quiz:regrade',1,1734079986,0),(943,1,3,'mod/quiz:regrade',1,1734079986,0),(944,1,1,'mod/quiz:regrade',1,1734079986,0),(945,1,4,'mod/quiz:viewreports',1,1734079986,0),(946,1,3,'mod/quiz:viewreports',1,1734079986,0),(947,1,1,'mod/quiz:viewreports',1,1734079986,0),(948,1,3,'mod/quiz:deleteattempts',1,1734079986,0),(949,1,1,'mod/quiz:deleteattempts',1,1734079986,0),(950,1,6,'mod/resource:view',1,1734079987,0),(951,1,7,'mod/resource:view',1,1734079987,0),(952,1,3,'mod/resource:addinstance',1,1734079987,0),(953,1,1,'mod/resource:addinstance',1,1734079987,0),(954,1,3,'mod/scorm:addinstance',1,1734079988,0),(955,1,1,'mod/scorm:addinstance',1,1734079988,0),(956,1,4,'mod/scorm:viewreport',1,1734079988,0),(957,1,3,'mod/scorm:viewreport',1,1734079988,0),(958,1,1,'mod/scorm:viewreport',1,1734079988,0),(959,1,5,'mod/scorm:skipview',1,1734079988,0),(960,1,5,'mod/scorm:savetrack',1,1734079988,0),(961,1,4,'mod/scorm:savetrack',1,1734079988,0),(962,1,3,'mod/scorm:savetrack',1,1734079988,0),(963,1,1,'mod/scorm:savetrack',1,1734079988,0),(964,1,5,'mod/scorm:viewscores',1,1734079988,0),(965,1,4,'mod/scorm:viewscores',1,1734079988,0),(966,1,3,'mod/scorm:viewscores',1,1734079988,0),(967,1,1,'mod/scorm:viewscores',1,1734079989,0),(968,1,4,'mod/scorm:deleteresponses',1,1734079989,0),(969,1,3,'mod/scorm:deleteresponses',1,1734079989,0),(970,1,1,'mod/scorm:deleteresponses',1,1734079989,0),(971,1,3,'mod/survey:addinstance',1,1734079990,0),(972,1,1,'mod/survey:addinstance',1,1734079990,0),(973,1,5,'mod/survey:participate',1,1734079990,0),(974,1,4,'mod/survey:participate',1,1734079990,0),(975,1,3,'mod/survey:participate',1,1734079990,0),(976,1,1,'mod/survey:participate',1,1734079990,0),(977,1,4,'mod/survey:readresponses',1,1734079990,0),(978,1,3,'mod/survey:readresponses',1,1734079990,0),(979,1,1,'mod/survey:readresponses',1,1734079990,0),(980,1,4,'mod/survey:download',1,1734079990,0),(981,1,3,'mod/survey:download',1,1734079990,0),(982,1,1,'mod/survey:download',1,1734079990,0),(983,1,6,'mod/url:view',1,1734079991,0),(984,1,7,'mod/url:view',1,1734079991,0),(985,1,3,'mod/url:addinstance',1,1734079991,0),(986,1,1,'mod/url:addinstance',1,1734079991,0),(987,1,3,'mod/wiki:addinstance',1,1734079992,0),(988,1,1,'mod/wiki:addinstance',1,1734079992,0),(989,1,6,'mod/wiki:viewpage',1,1734079992,0),(990,1,8,'mod/wiki:viewpage',1,1734079992,0),(991,1,5,'mod/wiki:viewpage',1,1734079992,0),(992,1,4,'mod/wiki:viewpage',1,1734079992,0),(993,1,3,'mod/wiki:viewpage',1,1734079992,0),(994,1,1,'mod/wiki:viewpage',1,1734079992,0),(995,1,5,'mod/wiki:editpage',1,1734079992,0),(996,1,4,'mod/wiki:editpage',1,1734079992,0),(997,1,3,'mod/wiki:editpage',1,1734079992,0),(998,1,1,'mod/wiki:editpage',1,1734079992,0),(999,1,5,'mod/wiki:createpage',1,1734079992,0),(1000,1,4,'mod/wiki:createpage',1,1734079992,0),(1001,1,3,'mod/wiki:createpage',1,1734079992,0),(1002,1,1,'mod/wiki:createpage',1,1734079992,0),(1003,1,5,'mod/wiki:viewcomment',1,1734079992,0),(1004,1,4,'mod/wiki:viewcomment',1,1734079992,0),(1005,1,3,'mod/wiki:viewcomment',1,1734079992,0),(1006,1,1,'mod/wiki:viewcomment',1,1734079992,0),(1007,1,5,'mod/wiki:editcomment',1,1734079992,0),(1008,1,4,'mod/wiki:editcomment',1,1734079992,0),(1009,1,3,'mod/wiki:editcomment',1,1734079993,0),(1010,1,1,'mod/wiki:editcomment',1,1734079993,0),(1011,1,4,'mod/wiki:managecomment',1,1734079993,0),(1012,1,3,'mod/wiki:managecomment',1,1734079993,0),(1013,1,1,'mod/wiki:managecomment',1,1734079993,0),(1014,1,4,'mod/wiki:managefiles',1,1734079993,0),(1015,1,3,'mod/wiki:managefiles',1,1734079993,0),(1016,1,1,'mod/wiki:managefiles',1,1734079993,0),(1017,1,4,'mod/wiki:overridelock',1,1734079993,0),(1018,1,3,'mod/wiki:overridelock',1,1734079993,0),(1019,1,1,'mod/wiki:overridelock',1,1734079993,0),(1020,1,4,'mod/wiki:managewiki',1,1734079993,0),(1021,1,3,'mod/wiki:managewiki',1,1734079993,0),(1022,1,1,'mod/wiki:managewiki',1,1734079993,0),(1023,1,6,'mod/workshop:view',1,1734079994,0),(1024,1,5,'mod/workshop:view',1,1734079994,0),(1025,1,4,'mod/workshop:view',1,1734079994,0),(1026,1,3,'mod/workshop:view',1,1734079994,0),(1027,1,1,'mod/workshop:view',1,1734079994,0),(1028,1,3,'mod/workshop:addinstance',1,1734079994,0),(1029,1,1,'mod/workshop:addinstance',1,1734079994,0),(1030,1,4,'mod/workshop:switchphase',1,1734079994,0),(1031,1,3,'mod/workshop:switchphase',1,1734079994,0),(1032,1,1,'mod/workshop:switchphase',1,1734079994,0),(1033,1,3,'mod/workshop:editdimensions',1,1734079994,0),(1034,1,1,'mod/workshop:editdimensions',1,1734079994,0),(1035,1,5,'mod/workshop:submit',1,1734079994,0),(1036,1,5,'mod/workshop:peerassess',1,1734079994,0),(1037,1,4,'mod/workshop:manageexamples',1,1734079995,0),(1038,1,3,'mod/workshop:manageexamples',1,1734079995,0),(1039,1,1,'mod/workshop:manageexamples',1,1734079995,0),(1040,1,4,'mod/workshop:allocate',1,1734079995,0),(1041,1,3,'mod/workshop:allocate',1,1734079995,0),(1042,1,1,'mod/workshop:allocate',1,1734079995,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734079995,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734079995,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734079995,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734079995,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734079995,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734079995,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734079995,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734079995,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734079995,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734079995,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734079995,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734079995,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734079995,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734079996,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734079996,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734079996,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734079996,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734079996,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734079996,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734079996,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734079996,0),(1067,1,4,'mod/workshop:overridegrades',1,1734079996,0),(1068,1,3,'mod/workshop:overridegrades',1,1734079996,0),(1069,1,1,'mod/workshop:overridegrades',1,1734079996,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734079996,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734079996,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734079996,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734079996,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734079996,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734079997,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734079997,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734079997,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734079997,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734079997,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734079999,0),(1081,1,1,'enrol/category:config',1,1734080000,0),(1082,1,3,'enrol/category:config',1,1734080000,0),(1083,1,3,'enrol/cohort:config',1,1734080000,0),(1084,1,1,'enrol/cohort:config',1,1734080000,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080000,0),(1086,1,1,'enrol/database:unenrol',1,1734080000,0),(1087,1,1,'enrol/database:config',1,1734080000,0),(1088,1,3,'enrol/database:config',1,1734080000,0),(1089,1,1,'enrol/fee:config',1,1734080001,0),(1090,1,1,'enrol/fee:manage',1,1734080001,0),(1091,1,3,'enrol/fee:manage',1,1734080001,0),(1092,1,1,'enrol/fee:unenrol',1,1734080001,0),(1093,1,1,'enrol/guest:config',1,1734080001,0),(1094,1,3,'enrol/guest:config',1,1734080001,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080001,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080002,0),(1097,1,1,'enrol/ldap:manage',1,1734080002,0),(1098,1,1,'enrol/lti:config',1,1734080003,0),(1099,1,3,'enrol/lti:config',1,1734080003,0),(1100,1,1,'enrol/lti:unenrol',1,1734080004,0),(1101,1,3,'enrol/lti:unenrol',1,1734080004,0),(1102,1,1,'enrol/manual:config',1,1734080004,0),(1103,1,1,'enrol/manual:enrol',1,1734080004,0),(1104,1,3,'enrol/manual:enrol',1,1734080004,0),(1105,1,1,'enrol/manual:manage',1,1734080004,0),(1106,1,3,'enrol/manual:manage',1,1734080004,0),(1107,1,1,'enrol/manual:unenrol',1,1734080004,0),(1108,1,3,'enrol/manual:unenrol',1,1734080004,0),(1109,1,1,'enrol/meta:config',1,1734080004,0),(1110,1,3,'enrol/meta:config',1,1734080004,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080004,0),(1112,1,1,'enrol/meta:unenrol',1,1734080004,0),(1113,1,1,'enrol/mnet:config',1,1734080005,0),(1114,1,3,'enrol/mnet:config',1,1734080005,0),(1115,1,1,'enrol/paypal:config',1,1734080005,0),(1116,1,1,'enrol/paypal:manage',1,1734080005,0),(1117,1,3,'enrol/paypal:manage',1,1734080005,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080005,0),(1119,1,3,'enrol/self:config',1,1734080006,0),(1120,1,1,'enrol/self:config',1,1734080006,0),(1121,1,3,'enrol/self:manage',1,1734080006,0),(1122,1,1,'enrol/self:manage',1,1734080006,0),(1123,1,5,'enrol/self:unenrolself',1,1734080006,0),(1124,1,3,'enrol/self:unenrol',1,1734080006,0),(1125,1,1,'enrol/self:unenrol',1,1734080006,0),(1126,1,7,'enrol/self:enrolself',1,1734080006,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080006,0),(1128,1,3,'block/accessreview:addinstance',1,1734080007,0),(1129,1,1,'block/accessreview:addinstance',1,1734080007,0),(1130,1,3,'block/accessreview:view',1,1734080008,0),(1131,1,1,'block/accessreview:view',1,1734080008,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080008,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080008,0),(1134,1,3,'block/activity_results:addinstance',1,1734080008,0),(1135,1,1,'block/activity_results:addinstance',1,1734080008,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080008,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080008,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080008,0),(1139,1,3,'block/badges:addinstance',1,1734080008,0),(1140,1,1,'block/badges:addinstance',1,1734080009,0),(1141,1,7,'block/badges:myaddinstance',1,1734080009,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080009,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080009,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080009,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080009,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080009,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080009,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080010,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080010,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080010,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080010,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080010,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080010,0),(1154,1,7,'block/comments:myaddinstance',1,1734080010,0),(1155,1,3,'block/comments:addinstance',1,1734080010,0),(1156,1,1,'block/comments:addinstance',1,1734080010,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080010,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080010,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080011,0),(1160,1,3,'block/course_list:addinstance',1,1734080011,0),(1161,1,1,'block/course_list:addinstance',1,1734080011,0),(1162,1,3,'block/course_summary:addinstance',1,1734080011,0),(1163,1,1,'block/course_summary:addinstance',1,1734080011,0),(1164,1,3,'block/feedback:addinstance',1,1734080011,0),(1165,1,1,'block/feedback:addinstance',1,1734080011,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080012,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080012,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080012,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080012,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080012,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080012,0),(1172,1,7,'block/html:myaddinstance',1,1734080012,0),(1173,1,3,'block/html:addinstance',1,1734080012,0),(1174,1,1,'block/html:addinstance',1,1734080012,0),(1175,1,3,'block/login:addinstance',1,1734080012,0),(1176,1,1,'block/login:addinstance',1,1734080012,0),(1177,1,3,'block/lp:addinstance',1,1734080013,0),(1178,1,1,'block/lp:addinstance',1,1734080013,0),(1179,1,7,'block/lp:myaddinstance',1,1734080013,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080013,0),(1181,1,3,'block/mentees:addinstance',1,1734080013,0),(1182,1,1,'block/mentees:addinstance',1,1734080013,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080013,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080013,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080014,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080014,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080014,0),(1188,1,3,'block/myprofile:addinstance',1,1734080014,0),(1189,1,1,'block/myprofile:addinstance',1,1734080014,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080014,0),(1191,1,3,'block/navigation:addinstance',1,1734080014,0),(1192,1,1,'block/navigation:addinstance',1,1734080014,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080015,0),(1194,1,3,'block/news_items:addinstance',1,1734080015,0),(1195,1,1,'block/news_items:addinstance',1,1734080015,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080015,0),(1197,1,3,'block/online_users:addinstance',1,1734080015,0),(1198,1,1,'block/online_users:addinstance',1,1734080015,0),(1199,1,7,'block/online_users:viewlist',1,1734080015,0),(1200,1,6,'block/online_users:viewlist',-1,1734080015,0),(1201,1,5,'block/online_users:viewlist',1,1734080015,0),(1202,1,4,'block/online_users:viewlist',1,1734080015,0),(1203,1,3,'block/online_users:viewlist',1,1734080015,0),(1204,1,1,'block/online_users:viewlist',1,1734080015,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080015,0),(1206,1,3,'block/private_files:addinstance',1,1734080016,0),(1207,1,1,'block/private_files:addinstance',1,1734080016,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080016,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080016,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080016,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080016,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080016,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080017,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080017,0),(1215,1,3,'block/rss_client:addinstance',1,1734080017,0),(1216,1,1,'block/rss_client:addinstance',1,1734080017,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080017,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080017,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080017,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080017,0),(1221,1,3,'block/search_forums:addinstance',1,1734080018,0),(1222,1,1,'block/search_forums:addinstance',1,1734080018,0),(1223,1,3,'block/section_links:addinstance',1,1734080018,0),(1224,1,1,'block/section_links:addinstance',1,1734080018,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080018,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080018,0),(1227,1,7,'block/settings:myaddinstance',1,1734080018,0),(1228,1,3,'block/settings:addinstance',1,1734080018,0),(1229,1,1,'block/settings:addinstance',1,1734080018,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080019,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080019,0),(1232,1,3,'block/social_activities:addinstance',1,1734080019,0),(1233,1,1,'block/social_activities:addinstance',1,1734080019,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080019,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080019,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080019,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080019,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080019,0),(1239,1,7,'block/tags:myaddinstance',1,1734080020,0),(1240,1,3,'block/tags:addinstance',1,1734080020,0),(1241,1,1,'block/tags:addinstance',1,1734080020,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080020,0),(1243,1,4,'report/completion:view',1,1734080026,0),(1244,1,3,'report/completion:view',1,1734080026,0),(1245,1,1,'report/completion:view',1,1734080026,0),(1246,1,4,'report/courseoverview:view',1,1734080026,0),(1247,1,3,'report/courseoverview:view',1,1734080026,0),(1248,1,1,'report/courseoverview:view',1,1734080026,0),(1249,1,4,'report/log:view',1,1734080027,0),(1250,1,3,'report/log:view',1,1734080027,0),(1251,1,1,'report/log:view',1,1734080027,0),(1252,1,4,'report/log:viewtoday',1,1734080027,0),(1253,1,3,'report/log:viewtoday',1,1734080027,0),(1254,1,1,'report/log:viewtoday',1,1734080027,0),(1255,1,4,'report/loglive:view',1,1734080027,0),(1256,1,3,'report/loglive:view',1,1734080027,0),(1257,1,1,'report/loglive:view',1,1734080027,0),(1258,1,4,'report/outline:view',1,1734080027,0),(1259,1,3,'report/outline:view',1,1734080027,0),(1260,1,1,'report/outline:view',1,1734080028,0),(1261,1,4,'report/outline:viewuserreport',1,1734080028,0),(1262,1,3,'report/outline:viewuserreport',1,1734080028,0),(1263,1,1,'report/outline:viewuserreport',1,1734080028,0),(1264,1,4,'report/participation:view',1,1734080028,0),(1265,1,3,'report/participation:view',1,1734080028,0),(1266,1,1,'report/participation:view',1,1734080028,0),(1267,1,1,'report/performance:view',1,1734080028,0),(1268,1,4,'report/progress:view',1,1734080028,0),(1269,1,3,'report/progress:view',1,1734080028,0),(1270,1,1,'report/progress:view',1,1734080029,0),(1271,1,1,'report/security:view',1,1734080029,0),(1272,1,4,'report/stats:view',1,1734080029,0),(1273,1,3,'report/stats:view',1,1734080029,0),(1274,1,1,'report/stats:view',1,1734080029,0),(1275,1,1,'report/status:view',1,1734080029,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080030,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080030,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080030,0),(1279,1,4,'gradeexport/ods:view',1,1734080030,0),(1280,1,3,'gradeexport/ods:view',1,1734080030,0),(1281,1,1,'gradeexport/ods:view',1,1734080030,0),(1282,1,1,'gradeexport/ods:publish',1,1734080030,0),(1283,1,4,'gradeexport/txt:view',1,1734080030,0),(1284,1,3,'gradeexport/txt:view',1,1734080030,0),(1285,1,1,'gradeexport/txt:view',1,1734080030,0),(1286,1,1,'gradeexport/txt:publish',1,1734080030,0),(1287,1,4,'gradeexport/xls:view',1,1734080030,0),(1288,1,3,'gradeexport/xls:view',1,1734080031,0),(1289,1,1,'gradeexport/xls:view',1,1734080031,0),(1290,1,1,'gradeexport/xls:publish',1,1734080031,0),(1291,1,4,'gradeexport/xml:view',1,1734080031,0),(1292,1,3,'gradeexport/xml:view',1,1734080031,0),(1293,1,1,'gradeexport/xml:view',1,1734080031,0),(1294,1,1,'gradeexport/xml:publish',1,1734080031,0),(1295,1,3,'gradeimport/csv:view',1,1734080031,0),(1296,1,1,'gradeimport/csv:view',1,1734080031,0),(1297,1,3,'gradeimport/direct:view',1,1734080031,0),(1298,1,1,'gradeimport/direct:view',1,1734080031,0),(1299,1,3,'gradeimport/xml:view',1,1734080032,0),(1300,1,1,'gradeimport/xml:view',1,1734080032,0),(1301,1,1,'gradeimport/xml:publish',1,1734080032,0),(1302,1,4,'gradereport/grader:view',1,1734080032,0),(1303,1,3,'gradereport/grader:view',1,1734080032,0),(1304,1,1,'gradereport/grader:view',1,1734080032,0),(1305,1,4,'gradereport/history:view',1,1734080032,0),(1306,1,3,'gradereport/history:view',1,1734080032,0),(1307,1,1,'gradereport/history:view',1,1734080032,0),(1308,1,4,'gradereport/outcomes:view',1,1734080032,0),(1309,1,3,'gradereport/outcomes:view',1,1734080033,0),(1310,1,1,'gradereport/outcomes:view',1,1734080033,0),(1311,1,7,'gradereport/overview:view',1,1734080033,0),(1312,1,3,'gradereport/singleview:view',1,1734080033,0),(1313,1,1,'gradereport/singleview:view',1,1734080033,0),(1314,1,3,'gradereport/summary:view',1,1734080033,0),(1315,1,4,'gradereport/summary:view',1,1734080033,0),(1316,1,1,'gradereport/summary:view',1,1734080033,0),(1317,1,5,'gradereport/user:view',1,1734080033,0),(1318,1,4,'gradereport/user:view',1,1734080033,0),(1319,1,3,'gradereport/user:view',1,1734080033,0),(1320,1,1,'gradereport/user:view',1,1734080034,0),(1321,1,7,'repository/areafiles:view',1,1734080035,0),(1322,1,2,'repository/contentbank:view',1,1734080036,0),(1323,1,3,'repository/contentbank:view',1,1734080036,0),(1324,1,1,'repository/contentbank:view',1,1734080036,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080036,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080036,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080036,0),(1331,1,2,'repository/coursefiles:view',1,1734080037,0),(1332,1,4,'repository/coursefiles:view',1,1734080037,0),(1333,1,3,'repository/coursefiles:view',1,1734080037,0),(1334,1,1,'repository/coursefiles:view',1,1734080037,0),(1335,1,7,'repository/dropbox:view',1,1734080037,0),(1336,1,7,'repository/equella:view',1,1734080037,0),(1337,1,2,'repository/filesystem:view',1,1734080037,0),(1338,1,4,'repository/filesystem:view',1,1734080038,0),(1339,1,3,'repository/filesystem:view',1,1734080038,0),(1340,1,1,'repository/filesystem:view',1,1734080038,0),(1341,1,7,'repository/flickr:view',1,1734080038,0),(1342,1,7,'repository/flickr_public:view',1,1734080038,0),(1343,1,7,'repository/googledocs:view',1,1734080038,0),(1344,1,2,'repository/local:view',1,1734080038,0),(1345,1,4,'repository/local:view',1,1734080038,0),(1346,1,3,'repository/local:view',1,1734080039,0),(1347,1,1,'repository/local:view',1,1734080039,0),(1348,1,7,'repository/merlot:view',1,1734080039,0),(1349,1,7,'repository/nextcloud:view',1,1734080039,0),(1350,1,7,'repository/onedrive:view',1,1734080039,0),(1351,1,7,'repository/recent:view',1,1734080040,0),(1352,1,7,'repository/s3:view',1,1734080040,0),(1353,1,7,'repository/upload:view',1,1734080040,0),(1354,1,7,'repository/url:view',1,1734080040,0),(1355,1,7,'repository/user:view',1,1734080040,0),(1356,1,2,'repository/webdav:view',1,1734080041,0),(1357,1,4,'repository/webdav:view',1,1734080041,0),(1358,1,3,'repository/webdav:view',1,1734080041,0),(1359,1,1,'repository/webdav:view',1,1734080041,0),(1360,1,7,'repository/wikimedia:view',1,1734080041,0),(1361,1,7,'repository/youtube:view',1,1734080041,0),(1362,1,3,'moodle/question:commentmine',1,1734080043,0),(1363,1,1,'moodle/question:commentmine',1,1734080043,0),(1364,1,3,'moodle/question:commentall',1,1734080044,0),(1365,1,1,'moodle/question:commentall',1,1734080044,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080044,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080044,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080050,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080050,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080050,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080050,0),(1373,1,1,'tool/customlang:view',1,1734080051,0),(1374,1,1,'tool/customlang:edit',1,1734080051,0),(1375,1,1,'tool/customlang:export',1,1734080051,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080052,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080052,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080054,0),(1379,1,4,'tool/monitor:subscribe',1,1734080055,0),(1380,1,3,'tool/monitor:subscribe',1,1734080055,0),(1381,1,1,'tool/monitor:subscribe',1,1734080055,0),(1382,1,4,'tool/monitor:managerules',1,1734080055,0),(1383,1,3,'tool/monitor:managerules',1,1734080055,0),(1384,1,1,'tool/monitor:managerules',1,1734080055,0),(1385,1,1,'tool/monitor:managetool',1,1734080055,0),(1386,1,7,'tool/policy:accept',1,1734080056,0),(1387,1,1,'tool/policy:managedocs',1,1734080056,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080056,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080057,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080057,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080057,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080057,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080057,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080057,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080057,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080058,0),(1397,1,1,'tool/usertours:managetours',1,1734080059,0),(1398,1,1,'contenttype/h5p:access',1,1734080061,0),(1399,1,2,'contenttype/h5p:access',1,1734080061,0),(1400,1,3,'contenttype/h5p:access',1,1734080061,0),(1401,1,1,'contenttype/h5p:upload',1,1734080061,0),(1402,1,2,'contenttype/h5p:upload',1,1734080061,0),(1403,1,3,'contenttype/h5p:upload',1,1734080061,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080061,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080061,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080061,0),(1407,1,3,'booktool/importhtml:import',1,1734080064,0),(1408,1,1,'booktool/importhtml:import',1,1734080065,0),(1409,1,6,'booktool/print:print',1,1734080065,0),(1410,1,8,'booktool/print:print',1,1734080065,0),(1411,1,5,'booktool/print:print',1,1734080065,0),(1412,1,4,'booktool/print:print',1,1734080065,0),(1413,1,3,'booktool/print:print',1,1734080065,0),(1414,1,1,'booktool/print:print',1,1734080065,0),(1415,1,4,'forumreport/summary:view',1,1734080068,0),(1416,1,3,'forumreport/summary:view',1,1734080068,0),(1417,1,1,'forumreport/summary:view',1,1734080068,0),(1418,1,4,'forumreport/summary:viewall',1,1734080068,0),(1419,1,3,'forumreport/summary:viewall',1,1734080068,0),(1420,1,1,'forumreport/summary:viewall',1,1734080068,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080069,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080069,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080069,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080069,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080069,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080069,0),(1427,1,4,'quiz/statistics:view',1,1734080070,0),(1428,1,3,'quiz/statistics:view',1,1734080070,0),(1429,1,1,'quiz/statistics:view',1,1734080070,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080071,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080071,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080071,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080072,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080072,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080072,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080072,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080072,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080072,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080072,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080073,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080073,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080073,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080073,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080073,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080073,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080073,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080073,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080074,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080074,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080074,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080074,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080074,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080074,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080074,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080075,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080075,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080075,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080075,0),(1481,1,3,'atto/h5p:addembed',1,1734080079,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080081,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080081,0),(1484,1,3,'tiny/h5p:addembed',1,1734080082,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080083,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080083,0); +/*!40000 ALTER TABLE `b_role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_context_levels` +-- Table structure for table `b_role_context_levels` -- -DROP TABLE IF EXISTS `m_role_context_levels`; +DROP TABLE IF EXISTS `b_role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_context_levels` ( +CREATE TABLE `b_role_context_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `contextlevel` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), - KEY `m_rolecontleve_rol_ix` (`roleid`) + UNIQUE KEY `b_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `b_rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- Dumping data for table `b_role_context_levels` -- -LOCK TABLES `m_role_context_levels` WRITE; -/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; -INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +LOCK TABLES `b_role_context_levels` WRITE; +/*!40000 ALTER TABLE `b_role_context_levels` DISABLE KEYS */; +INSERT INTO `b_role_context_levels` 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 `b_role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_role_names` +-- Table structure for table `b_role_names` -- -DROP TABLE IF EXISTS `m_role_names`; +DROP TABLE IF EXISTS `b_role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_role_names` ( +CREATE TABLE `b_role_names` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), - KEY `m_rolename_rol_ix` (`roleid`), - KEY `m_rolename_con_ix` (`contextid`) + UNIQUE KEY `b_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `b_rolename_rol_ix` (`roleid`), + KEY `b_rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_role_names` +-- Dumping data for table `b_role_names` -- -LOCK TABLES `m_role_names` WRITE; -/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +LOCK TABLES `b_role_names` WRITE; +/*!40000 ALTER TABLE `b_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_role_names` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale` +-- Table structure for table `b_scale` -- -DROP TABLE IF EXISTS `m_scale`; +DROP TABLE IF EXISTS `b_scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale` ( +CREATE TABLE `b_scale` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -12402,29 +12231,29 @@ CREATE TABLE `m_scale` ( `descriptionformat` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scal_cou_ix` (`courseid`), - KEY `m_scal_use_ix` (`userid`) + KEY `b_scal_cou_ix` (`courseid`), + KEY `b_scal_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale` +-- Dumping data for table `b_scale` -- -LOCK TABLES `m_scale` WRITE; -/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; -INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); -/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +LOCK TABLES `b_scale` WRITE; +/*!40000 ALTER TABLE `b_scale` DISABLE KEYS */; +INSERT INTO `b_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734079919),(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,1734079919); +/*!40000 ALTER TABLE `b_scale` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scale_history` +-- Table structure for table `b_scale_history` -- -DROP TABLE IF EXISTS `m_scale_history`; +DROP TABLE IF EXISTS `b_scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scale_history` ( +CREATE TABLE `b_scale_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, @@ -12437,32 +12266,32 @@ CREATE TABLE `m_scale_history` ( `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scalhist_act_ix` (`action`), - KEY `m_scalhist_tim_ix` (`timemodified`), - KEY `m_scalhist_old_ix` (`oldid`), - KEY `m_scalhist_cou_ix` (`courseid`), - KEY `m_scalhist_log_ix` (`loggeduser`), - KEY `m_scalhist_use_ix` (`userid`) + KEY `b_scalhist_act_ix` (`action`), + KEY `b_scalhist_tim_ix` (`timemodified`), + KEY `b_scalhist_old_ix` (`oldid`), + KEY `b_scalhist_cou_ix` (`courseid`), + KEY `b_scalhist_log_ix` (`loggeduser`), + KEY `b_scalhist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scale_history` +-- Dumping data for table `b_scale_history` -- -LOCK TABLES `m_scale_history` WRITE; -/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +LOCK TABLES `b_scale_history` WRITE; +/*!40000 ALTER TABLE `b_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scale_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm` +-- Table structure for table `b_scorm` -- -DROP TABLE IF EXISTS `m_scorm`; +DROP TABLE IF EXISTS `b_scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm` ( +CREATE TABLE `b_scorm` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12505,27 +12334,27 @@ CREATE TABLE `m_scorm` ( `completionstatusallscos` tinyint(1) DEFAULT NULL, `autocommit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scor_cou_ix` (`course`) + KEY `b_scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- Dumping data for table `b_scorm` -- -LOCK TABLES `m_scorm` WRITE; -/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +LOCK TABLES `b_scorm` WRITE; +/*!40000 ALTER TABLE `b_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_aicc_session` +-- Table structure for table `b_scorm_aicc_session` -- -DROP TABLE IF EXISTS `m_scorm_aicc_session`; +DROP TABLE IF EXISTS `b_scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_aicc_session` ( +CREATE TABLE `b_scorm_aicc_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', @@ -12539,79 +12368,28 @@ CREATE TABLE `m_scorm_aicc_session` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scoraiccsess_sco_ix` (`scormid`), - KEY `m_scoraiccsess_use_ix` (`userid`) + KEY `b_scoraiccsess_sco_ix` (`scormid`), + KEY `b_scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_aicc_session` --- - -LOCK TABLES `m_scorm_aicc_session` WRITE; -/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_scorm_attempt` --- - -DROP TABLE IF EXISTS `m_scorm_attempt`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_attempt` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL, - `scormid` bigint NOT NULL, - `attempt` bigint NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `m_scoratte_use_ix` (`userid`), - KEY `m_scoratte_sco_ix` (`scormid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_scorm_attempt` --- - -LOCK TABLES `m_scorm_attempt` WRITE; -/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_scorm_element` --- - -DROP TABLE IF EXISTS `m_scorm_element`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_element` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - UNIQUE KEY `m_scorelem_ele_uix` (`element`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_scorm_element` +-- Dumping data for table `b_scorm_aicc_session` -- -LOCK TABLES `m_scorm_element` WRITE; -/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +LOCK TABLES `b_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `b_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes` +-- Table structure for table `b_scorm_scoes` -- -DROP TABLE IF EXISTS `m_scorm_scoes`; +DROP TABLE IF EXISTS `b_scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes` ( +CREATE TABLE `b_scorm_scoes` ( `id` bigint NOT NULL AUTO_INCREMENT, `scorm` bigint NOT NULL DEFAULT '0', `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12623,83 +12401,86 @@ CREATE TABLE `m_scorm_scoes` ( `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scorscoe_sco_ix` (`scorm`) + KEY `b_scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes` +-- Dumping data for table `b_scorm_scoes` -- -LOCK TABLES `m_scorm_scoes` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_data` +-- Table structure for table `b_scorm_scoes_data` -- -DROP TABLE IF EXISTS `m_scorm_scoes_data`; +DROP TABLE IF EXISTS `b_scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_data` ( +CREATE TABLE `b_scorm_scoes_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_scorscoedata_sco_ix` (`scoid`) + KEY `b_scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_data` +-- Dumping data for table `b_scorm_scoes_data` -- -LOCK TABLES `m_scorm_scoes_data` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_scoes_value` +-- Table structure for table `b_scorm_scoes_track` -- -DROP TABLE IF EXISTS `m_scorm_scoes_value`; +DROP TABLE IF EXISTS `b_scorm_scoes_track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_scoes_value` ( +CREATE TABLE `b_scorm_scoes_track` ( `id` bigint NOT NULL AUTO_INCREMENT, - `scoid` bigint NOT NULL, - `attemptid` bigint NOT NULL, - `elementid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_scorscoevalu_sco_ix` (`scoid`), - KEY `m_scorscoevalu_att_ix` (`attemptid`), - KEY `m_scorscoevalu_ele_ix` (`elementid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + UNIQUE KEY `b_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `b_scorscoetrac_use_ix` (`userid`), + KEY `b_scorscoetrac_sco_ix` (`scormid`), + KEY `b_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_scoes_value` +-- Dumping data for table `b_scorm_scoes_track` -- -LOCK TABLES `m_scorm_scoes_value` WRITE; -/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +LOCK TABLES `b_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_track` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_mapinfo` +-- Table structure for table `b_scorm_seq_mapinfo` -- -DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +DROP TABLE IF EXISTS `b_scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_mapinfo` ( +CREATE TABLE `b_scorm_seq_mapinfo` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `objectiveid` bigint NOT NULL DEFAULT '0', @@ -12709,29 +12490,29 @@ CREATE TABLE `m_scorm_seq_mapinfo` ( `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), - KEY `m_scorseqmapi_sco_ix` (`scoid`), - KEY `m_scorseqmapi_obj_ix` (`objectiveid`) + UNIQUE KEY `b_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `b_scorseqmapi_sco_ix` (`scoid`), + KEY `b_scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_mapinfo` +-- Dumping data for table `b_scorm_seq_mapinfo` -- -LOCK TABLES `m_scorm_seq_mapinfo` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_objective` +-- Table structure for table `b_scorm_seq_objective` -- -DROP TABLE IF EXISTS `m_scorm_seq_objective`; +DROP TABLE IF EXISTS `b_scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_objective` ( +CREATE TABLE `b_scorm_seq_objective` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `primaryobj` tinyint(1) NOT NULL DEFAULT '0', @@ -12739,28 +12520,28 @@ CREATE TABLE `m_scorm_seq_objective` ( `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqobje_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_objective` +-- Dumping data for table `b_scorm_seq_objective` -- -LOCK TABLES `m_scorm_seq_objective` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprule` +-- Table structure for table `b_scorm_seq_rolluprule` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +DROP TABLE IF EXISTS `b_scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprule` ( +CREATE TABLE `b_scorm_seq_rolluprule` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12769,57 +12550,57 @@ CREATE TABLE `m_scorm_seq_rolluprule` ( `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqroll_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprule` +-- Dumping data for table `b_scorm_seq_rolluprule` -- -LOCK TABLES `m_scorm_seq_rolluprule` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rolluprulecond` +-- Table structure for table `b_scorm_seq_rolluprulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +DROP TABLE IF EXISTS `b_scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rolluprulecond` ( +CREATE TABLE `b_scorm_seq_rolluprulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `rollupruleid` bigint NOT NULL DEFAULT '0', `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), - KEY `m_scorseqroll_sco2_ix` (`scoid`), - KEY `m_scorseqroll_rol_ix` (`rollupruleid`) + UNIQUE KEY `b_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `b_scorseqroll_sco2_ix` (`scoid`), + KEY `b_scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rolluprulecond` +-- Dumping data for table `b_scorm_seq_rolluprulecond` -- -LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_rulecond` +-- Table structure for table `b_scorm_seq_rulecond` -- -DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +DROP TABLE IF EXISTS `b_scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_rulecond` ( +CREATE TABLE `b_scorm_seq_rulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `ruleconditionsid` bigint NOT NULL DEFAULT '0', @@ -12828,57 +12609,57 @@ CREATE TABLE `m_scorm_seq_rulecond` ( `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), - KEY `m_scorseqrule_sco2_ix` (`scoid`), - KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) + UNIQUE KEY `b_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `b_scorseqrule_sco2_ix` (`scoid`), + KEY `b_scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_rulecond` +-- Dumping data for table `b_scorm_seq_rulecond` -- -LOCK TABLES `m_scorm_seq_rulecond` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_scorm_seq_ruleconds` +-- Table structure for table `b_scorm_seq_ruleconds` -- -DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +DROP TABLE IF EXISTS `b_scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_scorm_seq_ruleconds` ( +CREATE TABLE `b_scorm_seq_ruleconds` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', `ruletype` tinyint NOT NULL DEFAULT '0', `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), - KEY `m_scorseqrule_sco_ix` (`scoid`) + UNIQUE KEY `b_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `b_scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_scorm_seq_ruleconds` +-- Dumping data for table `b_scorm_seq_ruleconds` -- -LOCK TABLES `m_scorm_seq_ruleconds` WRITE; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +LOCK TABLES `b_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_index_requests` +-- Table structure for table `b_search_index_requests` -- -DROP TABLE IF EXISTS `m_search_index_requests`; +DROP TABLE IF EXISTS `b_search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_index_requests` ( +CREATE TABLE `b_search_index_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12887,28 +12668,28 @@ CREATE TABLE `m_search_index_requests` ( `partialtime` bigint NOT NULL, `indexpriority` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), - KEY `m_searinderequ_con_ix` (`contextid`) + KEY `b_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `b_searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- Dumping data for table `b_search_index_requests` -- -LOCK TABLES `m_search_index_requests` WRITE; -/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +LOCK TABLES `b_search_index_requests` WRITE; +/*!40000 ALTER TABLE `b_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_search_simpledb_index` +-- Table structure for table `b_search_simpledb_index` -- -DROP TABLE IF EXISTS `m_search_simpledb_index`; +DROP TABLE IF EXISTS `b_search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_search_simpledb_index` ( +CREATE TABLE `b_search_simpledb_index` ( `id` bigint NOT NULL AUTO_INCREMENT, `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemid` bigint NOT NULL, @@ -12924,32 +12705,32 @@ CREATE TABLE `m_search_simpledb_index` ( `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), - KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), - KEY `m_searsimpinde_con_ix` (`contextid`), - KEY `m_searsimpinde_cou_ix` (`courseid`), - KEY `m_searsimpinde_are_ix` (`areaid`), - FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) + UNIQUE KEY `b_searsimpinde_doc_uix` (`docid`), + KEY `b_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `b_searsimpinde_con_ix` (`contextid`), + KEY `b_searsimpinde_cou_ix` (`courseid`), + KEY `b_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `b_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_search_simpledb_index` +-- Dumping data for table `b_search_simpledb_index` -- -LOCK TABLES `m_search_simpledb_index` WRITE; -/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +LOCK TABLES `b_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `b_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_sessions` +-- Table structure for table `b_sessions` -- -DROP TABLE IF EXISTS `m_sessions`; +DROP TABLE IF EXISTS `b_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_sessions` ( +CREATE TABLE `b_sessions` ( `id` bigint NOT NULL AUTO_INCREMENT, `state` bigint NOT NULL DEFAULT '0', `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -12960,32 +12741,31 @@ CREATE TABLE `m_sessions` ( `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_sess_sid_uix` (`sid`), - KEY `m_sess_sta_ix` (`state`), - KEY `m_sess_tim_ix` (`timecreated`), - KEY `m_sess_tim2_ix` (`timemodified`), - KEY `m_sess_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; + UNIQUE KEY `b_sess_sid_uix` (`sid`), + KEY `b_sess_sta_ix` (`state`), + KEY `b_sess_tim_ix` (`timecreated`), + KEY `b_sess_tim2_ix` (`timemodified`), + KEY `b_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_sessions` +-- Dumping data for table `b_sessions` -- -LOCK TABLES `m_sessions` WRITE; -/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; -INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'),(9,0,'167da678681d3e8226c97a1053305127',0,NULL,1727707859,1727707861,'172.18.0.1','172.18.0.1'); -/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +LOCK TABLES `b_sessions` WRITE; +/*!40000 ALTER TABLE `b_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_sessions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_daily` +-- Table structure for table `b_stats_daily` -- -DROP TABLE IF EXISTS `m_stats_daily`; +DROP TABLE IF EXISTS `b_stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_daily` ( +CREATE TABLE `b_stats_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -12994,29 +12774,29 @@ CREATE TABLE `m_stats_daily` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statdail_cou_ix` (`courseid`), - KEY `m_statdail_tim_ix` (`timeend`), - KEY `m_statdail_rol_ix` (`roleid`) + KEY `b_statdail_cou_ix` (`courseid`), + KEY `b_statdail_tim_ix` (`timeend`), + KEY `b_statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_daily` +-- Dumping data for table `b_stats_daily` -- -LOCK TABLES `m_stats_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +LOCK TABLES `b_stats_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_monthly` +-- Table structure for table `b_stats_monthly` -- -DROP TABLE IF EXISTS `m_stats_monthly`; +DROP TABLE IF EXISTS `b_stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_monthly` ( +CREATE TABLE `b_stats_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -13025,29 +12805,29 @@ CREATE TABLE `m_stats_monthly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statmont_cou_ix` (`courseid`), - KEY `m_statmont_tim_ix` (`timeend`), - KEY `m_statmont_rol_ix` (`roleid`) + KEY `b_statmont_cou_ix` (`courseid`), + KEY `b_statmont_tim_ix` (`timeend`), + KEY `b_statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_monthly` +-- Dumping data for table `b_stats_monthly` -- -LOCK TABLES `m_stats_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +LOCK TABLES `b_stats_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_daily` +-- Table structure for table `b_stats_user_daily` -- -DROP TABLE IF EXISTS `m_stats_user_daily`; +DROP TABLE IF EXISTS `b_stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_daily` ( +CREATE TABLE `b_stats_user_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -13057,30 +12837,30 @@ CREATE TABLE `m_stats_user_daily` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserdail_cou_ix` (`courseid`), - KEY `m_statuserdail_use_ix` (`userid`), - KEY `m_statuserdail_rol_ix` (`roleid`), - KEY `m_statuserdail_tim_ix` (`timeend`) + KEY `b_statuserdail_cou_ix` (`courseid`), + KEY `b_statuserdail_use_ix` (`userid`), + KEY `b_statuserdail_rol_ix` (`roleid`), + KEY `b_statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_daily` +-- Dumping data for table `b_stats_user_daily` -- -LOCK TABLES `m_stats_user_daily` WRITE; -/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +LOCK TABLES `b_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `b_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_monthly` +-- Table structure for table `b_stats_user_monthly` -- -DROP TABLE IF EXISTS `m_stats_user_monthly`; +DROP TABLE IF EXISTS `b_stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_monthly` ( +CREATE TABLE `b_stats_user_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -13090,30 +12870,30 @@ CREATE TABLE `m_stats_user_monthly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statusermont_cou_ix` (`courseid`), - KEY `m_statusermont_use_ix` (`userid`), - KEY `m_statusermont_rol_ix` (`roleid`), - KEY `m_statusermont_tim_ix` (`timeend`) + KEY `b_statusermont_cou_ix` (`courseid`), + KEY `b_statusermont_use_ix` (`userid`), + KEY `b_statusermont_rol_ix` (`roleid`), + KEY `b_statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_monthly` +-- Dumping data for table `b_stats_user_monthly` -- -LOCK TABLES `m_stats_user_monthly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +LOCK TABLES `b_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_user_weekly` +-- Table structure for table `b_stats_user_weekly` -- -DROP TABLE IF EXISTS `m_stats_user_weekly`; +DROP TABLE IF EXISTS `b_stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_user_weekly` ( +CREATE TABLE `b_stats_user_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', @@ -13123,30 +12903,30 @@ CREATE TABLE `m_stats_user_weekly` ( `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_statuserweek_cou_ix` (`courseid`), - KEY `m_statuserweek_use_ix` (`userid`), - KEY `m_statuserweek_rol_ix` (`roleid`), - KEY `m_statuserweek_tim_ix` (`timeend`) + KEY `b_statuserweek_cou_ix` (`courseid`), + KEY `b_statuserweek_use_ix` (`userid`), + KEY `b_statuserweek_rol_ix` (`roleid`), + KEY `b_statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_user_weekly` +-- Dumping data for table `b_stats_user_weekly` -- -LOCK TABLES `m_stats_user_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +LOCK TABLES `b_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_stats_weekly` +-- Table structure for table `b_stats_weekly` -- -DROP TABLE IF EXISTS `m_stats_weekly`; +DROP TABLE IF EXISTS `b_stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_stats_weekly` ( +CREATE TABLE `b_stats_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', @@ -13155,29 +12935,29 @@ CREATE TABLE `m_stats_weekly` ( `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_statweek_cou_ix` (`courseid`), - KEY `m_statweek_tim_ix` (`timeend`), - KEY `m_statweek_rol_ix` (`roleid`) + KEY `b_statweek_cou_ix` (`courseid`), + KEY `b_statweek_tim_ix` (`timeend`), + KEY `b_statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_stats_weekly` +-- Dumping data for table `b_stats_weekly` -- -LOCK TABLES `m_stats_weekly` WRITE; -/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +LOCK TABLES `b_stats_weekly` WRITE; +/*!40000 ALTER TABLE `b_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey` +-- Table structure for table `b_survey` -- -DROP TABLE IF EXISTS `m_survey`; +DROP TABLE IF EXISTS `b_survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey` ( +CREATE TABLE `b_survey` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', @@ -13190,55 +12970,55 @@ CREATE TABLE `m_survey` ( `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_surv_cou_ix` (`course`) + KEY `b_surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- Dumping data for table `b_survey` -- -LOCK TABLES `m_survey` WRITE; -/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; -INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); -/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +LOCK TABLES `b_survey` WRITE; +/*!40000 ALTER TABLE `b_survey` DISABLE KEYS */; +INSERT INTO `b_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `b_survey` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_analysis` +-- Table structure for table `b_survey_analysis` -- -DROP TABLE IF EXISTS `m_survey_analysis`; +DROP TABLE IF EXISTS `b_survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_analysis` ( +CREATE TABLE `b_survey_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `survey` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survanal_use_ix` (`userid`), - KEY `m_survanal_sur_ix` (`survey`) + KEY `b_survanal_use_ix` (`userid`), + KEY `b_survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_analysis` +-- Dumping data for table `b_survey_analysis` -- -LOCK TABLES `m_survey_analysis` WRITE; -/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +LOCK TABLES `b_survey_analysis` WRITE; +/*!40000 ALTER TABLE `b_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_answers` +-- Table structure for table `b_survey_answers` -- -DROP TABLE IF EXISTS `m_survey_answers`; +DROP TABLE IF EXISTS `b_survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_answers` ( +CREATE TABLE `b_survey_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `survey` bigint NOT NULL DEFAULT '0', @@ -13247,29 +13027,29 @@ CREATE TABLE `m_survey_answers` ( `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_survansw_use_ix` (`userid`), - KEY `m_survansw_sur_ix` (`survey`), - KEY `m_survansw_que_ix` (`question`) + KEY `b_survansw_use_ix` (`userid`), + KEY `b_survansw_sur_ix` (`survey`), + KEY `b_survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- Dumping data for table `b_survey_answers` -- -LOCK TABLES `m_survey_answers` WRITE; -/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +LOCK TABLES `b_survey_answers` WRITE; +/*!40000 ALTER TABLE `b_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_survey_questions` +-- Table structure for table `b_survey_questions` -- -DROP TABLE IF EXISTS `m_survey_questions`; +DROP TABLE IF EXISTS `b_survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_survey_questions` ( +CREATE TABLE `b_survey_questions` ( `id` bigint NOT NULL AUTO_INCREMENT, `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13282,23 +13062,23 @@ CREATE TABLE `m_survey_questions` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_survey_questions` +-- Dumping data for table `b_survey_questions` -- -LOCK TABLES `m_survey_questions` WRITE; -/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; -INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); -/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +LOCK TABLES `b_survey_questions` WRITE; +/*!40000 ALTER TABLE `b_survey_questions` DISABLE KEYS */; +INSERT INTO `b_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `b_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag` +-- Table structure for table `b_tag` -- -DROP TABLE IF EXISTS `m_tag`; +DROP TABLE IF EXISTS `b_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag` ( +CREATE TABLE `b_tag` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `tagcollid` bigint NOT NULL, @@ -13310,30 +13090,30 @@ CREATE TABLE `m_tag` ( `flag` smallint DEFAULT '0', `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), - KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), - KEY `m_tag_use_ix` (`userid`), - KEY `m_tag_tag_ix` (`tagcollid`) + UNIQUE KEY `b_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `b_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `b_tag_use_ix` (`userid`), + KEY `b_tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- Dumping data for table `b_tag` -- -LOCK TABLES `m_tag` WRITE; -/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +LOCK TABLES `b_tag` WRITE; +/*!40000 ALTER TABLE `b_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_area` +-- Table structure for table `b_tag_area` -- -DROP TABLE IF EXISTS `m_tag_area`; +DROP TABLE IF EXISTS `b_tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_area` ( +CREATE TABLE `b_tag_area` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13344,29 +13124,29 @@ CREATE TABLE `m_tag_area` ( `showstandard` tinyint(1) NOT NULL DEFAULT '0', `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), - KEY `m_tagarea_tag_ix` (`tagcollid`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines various tag areas, one area is identified by compone'; + UNIQUE KEY `b_tagarea_comite_uix` (`component`,`itemtype`), + KEY `b_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- Dumping data for table `b_tag_area` -- -LOCK TABLES `m_tag_area` WRITE; -/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; -INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0),(12,'core_badges','badge',1,1,'badge_get_tagged_badges','/badges/lib.php',0,0),(13,'core_reportbuilder','reportbuilder_report',1,1,'core_reportbuilder_get_tagged_reports','/reportbuilder/lib.php',0,0); -/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +LOCK TABLES `b_tag_area` WRITE; +/*!40000 ALTER TABLE `b_tag_area` DISABLE KEYS */; +INSERT INTO `b_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `b_tag_area` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_coll` +-- Table structure for table `b_tag_coll` -- -DROP TABLE IF EXISTS `m_tag_coll`; +DROP TABLE IF EXISTS `b_tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_coll` ( +CREATE TABLE `b_tag_coll` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `isdefault` tinyint NOT NULL DEFAULT '0', @@ -13379,48 +13159,48 @@ CREATE TABLE `m_tag_coll` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tag_coll` +-- Dumping data for table `b_tag_coll` -- -LOCK TABLES `m_tag_coll` WRITE; -/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; -INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); -/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +LOCK TABLES `b_tag_coll` WRITE; +/*!40000 ALTER TABLE `b_tag_coll` DISABLE KEYS */; +INSERT INTO `b_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `b_tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_correlation` +-- Table structure for table `b_tag_correlation` -- -DROP TABLE IF EXISTS `m_tag_correlation`; +DROP TABLE IF EXISTS `b_tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_correlation` ( +CREATE TABLE `b_tag_correlation` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tagcorr_tag_ix` (`tagid`) + KEY `b_tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- Dumping data for table `b_tag_correlation` -- -LOCK TABLES `m_tag_correlation` WRITE; -/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +LOCK TABLES `b_tag_correlation` WRITE; +/*!40000 ALTER TABLE `b_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tag_instance` +-- Table structure for table `b_tag_instance` -- -DROP TABLE IF EXISTS `m_tag_instance`; +DROP TABLE IF EXISTS `b_tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tag_instance` ( +CREATE TABLE `b_tag_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13432,30 +13212,30 @@ CREATE TABLE `m_tag_instance` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), - KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), - KEY `m_taginst_tag_ix` (`tagid`), - KEY `m_taginst_con_ix` (`contextid`) + UNIQUE KEY `b_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `b_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `b_taginst_tag_ix` (`tagid`), + KEY `b_taginst_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- Dumping data for table `b_tag_instance` -- -LOCK TABLES `m_tag_instance` WRITE; -/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +LOCK TABLES `b_tag_instance` WRITE; +/*!40000 ALTER TABLE `b_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_adhoc` +-- Table structure for table `b_task_adhoc` -- -DROP TABLE IF EXISTS `m_task_adhoc`; +DROP TABLE IF EXISTS `b_task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_adhoc` ( +CREATE TABLE `b_task_adhoc` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13463,37 +13243,35 @@ CREATE TABLE `m_task_adhoc` ( `faildelay` bigint DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, - `attemptsavailable` tinyint DEFAULT NULL, - `firststartingtime` bigint DEFAULT NULL, - `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_taskadho_nex_ix` (`nextruntime`), - KEY `m_taskadho_use_ix` (`userid`), - KEY `m_taskadho_tim_ix` (`timestarted`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; + KEY `b_taskadho_nex_ix` (`nextruntime`), + KEY `b_taskadho_tim_ix` (`timestarted`), + KEY `b_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_adhoc` +-- Dumping data for table `b_task_adhoc` -- -LOCK TABLES `m_task_adhoc` WRITE; -/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; -INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,NULL,NULL,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,NULL,NULL,NULL,1,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,NULL,NULL,NULL,1,NULL,1696857375); -/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +LOCK TABLES `b_task_adhoc` WRITE; +/*!40000 ALTER TABLE `b_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_log` +-- Table structure for table `b_task_log` -- -DROP TABLE IF EXISTS `m_task_log`; +DROP TABLE IF EXISTS `b_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_log` ( +CREATE TABLE `b_task_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` smallint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13508,34 +13286,35 @@ CREATE TABLE `m_task_log` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_tasklog_cla_ix` (`classname`), - KEY `m_tasklog_tim_ix` (`timestart`), - KEY `m_tasklog_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_tasklog_cla_ix` (`classname`), + KEY `b_tasklog_tim_ix` (`timestart`), + KEY `b_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_task_log` +-- Dumping data for table `b_task_log` -- -LOCK TABLES `m_task_log` WRITE; -/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +LOCK TABLES `b_task_log` WRITE; +/*!40000 ALTER TABLE `b_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_task_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_task_scheduled` +-- Table structure for table `b_task_scheduled` -- -DROP TABLE IF EXISTS `m_task_scheduled`; +DROP TABLE IF EXISTS `b_task_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_task_scheduled` ( +CREATE TABLE `b_task_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `lastruntime` bigint DEFAULT NULL, `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13548,28 +13327,28 @@ CREATE TABLE `m_task_scheduled` ( `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tasksche_cla_uix` (`classname`) -) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of scheduled tasks to be run by cron.'; + UNIQUE KEY `b_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- Dumping data for table `b_task_scheduled` -- -LOCK TABLES `m_task_scheduled` WRITE; -/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; -INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1727708400,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1727708700,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1727709000,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1727751420,'57','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1727709900,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1727710200,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1727710500,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1727737200,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1727727840,'24','21','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1727931000,'50','5','*','*','4',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1727717700,'35','18','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1727707800,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1727707800,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1727718900,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1727718900,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1727738100,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1727737200,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1727715600,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1727707920,'52','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1727710680,'38','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1727746800,'40','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1727710200,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1727710920,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1727737200,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1727743800,'50','1','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1727737200,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1727737200,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1727709180,'13','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1727709300,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1727709000,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1727780640,'4','12','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1727709720,'22','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1727987400,'30','21','*','*','4',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1727918880,'28','2','*','*','4',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1727740800,'0','1','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1727766000,'0','8','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1727708100,'55','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1727780400,'0','12','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1727758800,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1727781240,'14','12','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1727708880,'8','16','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1727753100,'25','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1727707860,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1727744100,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1727707860,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1727760780,'33','6','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1727768760,'46','8','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1727751840,'4','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1727737200,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1727767680,'28','8','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1727788080,'8','14','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1727739480,'38','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1727785620,'27','13','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1727747880,'58','2','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1727730000,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1727736420,'47','23','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1727707860,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1727740140,'49','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1727708100,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1727708100,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1727769900,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1727740200,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1727708100,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1727737200,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1727710980,'43','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1727708400,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1727737980,'13','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1727739540,'39','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1727740800,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1727740800,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1727738340,'19','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1727738040,'14','0','*','*','*',0,0,0,NULL,NULL,NULL),(121,'moodle','\\core_communication\\task\\synchronise_providers_task',0,1728260940,'29','1','*','*','1',0,0,0,NULL,NULL,NULL),(122,'moodle','\\core\\task\\automated_backup_report_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL); -/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +LOCK TABLES `b_task_scheduled` WRITE; +/*!40000 ALTER TABLE `b_task_scheduled` DISABLE KEYS */; +INSERT INTO `b_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734117780,0,'23','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734126180,0,'43','5','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734498780,0,'13','13','*','*','3',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734098460,0,'1','22','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734114120,0,'22','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734085980,0,'33','18','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735677540,0,'39','4','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734106260,0,'11','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734106980,0,'23','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734105720,0,'2','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734079980,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734150600,0,'30','12','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081420,0,'17','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734103680,0,'28','23','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734166380,0,'53','16','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734081360,0,'16','17','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734080340,0,'59','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734142920,0,'22','10','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734398400,0,'20','9','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080040,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734448140,0,'9','23','*','*','2',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734102000,0,'0','23','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734087600,0,'0','19','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080100,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734082380,0,'33','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734138000,0,'0','9','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734141600,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113580,0,'13','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734100020,0,'27','22','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734122160,0,'36','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734147420,0,'37','11','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734083100,0,'45','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734135780,0,'23','8','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080100,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734127080,0,'58','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734122280,0,'38','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_task_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tiny_autosave` +-- Table structure for table `b_tiny_autosave` -- -DROP TABLE IF EXISTS `m_tiny_autosave`; +DROP TABLE IF EXISTS `b_tiny_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tiny_autosave` ( +CREATE TABLE `b_tiny_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -13580,27 +13359,27 @@ CREATE TABLE `m_tiny_autosave` ( `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) + UNIQUE KEY `b_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- Dumping data for table `b_tiny_autosave` -- -LOCK TABLES `m_tiny_autosave` WRITE; -/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +LOCK TABLES `b_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `b_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tiny_autosave` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_areas` +-- Table structure for table `b_tool_brickfield_areas` -- -DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +DROP TABLE IF EXISTS `b_tool_brickfield_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_areas` ( +CREATE TABLE `b_tool_brickfield_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, @@ -13615,34 +13394,34 @@ CREATE TABLE `m_tool_brickfield_areas` ( `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), - KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), - KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), - KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), - KEY `m_toolbricarea_cou_ix` (`courseid`), - KEY `m_toolbricarea_cmi_ix` (`cmid`), - KEY `m_toolbricarea_cat_ix` (`categoryid`), - KEY `m_toolbricarea_con_ix` (`contextid`) + KEY `b_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `b_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `b_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `b_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `b_toolbricarea_cou_ix` (`courseid`), + KEY `b_toolbricarea_cmi_ix` (`cmid`), + KEY `b_toolbricarea_cat_ix` (`categoryid`), + KEY `b_toolbricarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_areas` +-- Dumping data for table `b_tool_brickfield_areas` -- -LOCK TABLES `m_tool_brickfield_areas` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_areas` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_acts` +-- Table structure for table `b_tool_brickfield_cache_acts` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +DROP TABLE IF EXISTS `b_tool_brickfield_cache_acts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_acts` ( +CREATE TABLE `b_tool_brickfield_cache_acts` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13652,28 +13431,28 @@ CREATE TABLE `m_tool_brickfield_cache_acts` ( `passedactivities` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachacts_sta_ix` (`status`), - KEY `m_toolbriccachacts_cou_ix` (`courseid`) + KEY `b_toolbriccachacts_sta_ix` (`status`), + KEY `b_toolbriccachacts_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_acts` +-- Dumping data for table `b_tool_brickfield_cache_acts` -- -LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_acts` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_cache_check` +-- Table structure for table `b_tool_brickfield_cache_check` -- -DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +DROP TABLE IF EXISTS `b_tool_brickfield_cache_check`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_cache_check` ( +CREATE TABLE `b_tool_brickfield_cache_check` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13681,29 +13460,29 @@ CREATE TABLE `m_tool_brickfield_cache_check` ( `checkcount` bigint DEFAULT NULL, `errorcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccachchec_sta_ix` (`status`), - KEY `m_toolbriccachchec_err_ix` (`errorcount`), - KEY `m_toolbriccachchec_cou_ix` (`courseid`) + KEY `b_toolbriccachchec_sta_ix` (`status`), + KEY `b_toolbriccachchec_err_ix` (`errorcount`), + KEY `b_toolbriccachchec_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_cache_check` +-- Dumping data for table `b_tool_brickfield_cache_check` -- -LOCK TABLES `m_tool_brickfield_cache_check` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_cache_check` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_checks` +-- Table structure for table `b_tool_brickfield_checks` -- -DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +DROP TABLE IF EXISTS `b_tool_brickfield_checks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_checks` ( +CREATE TABLE `b_tool_brickfield_checks` ( `id` bigint NOT NULL AUTO_INCREMENT, `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13711,30 +13490,30 @@ CREATE TABLE `m_tool_brickfield_checks` ( `status` smallint NOT NULL, `severity` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricchec_che_ix` (`checktype`), - KEY `m_toolbricchec_che2_ix` (`checkgroup`), - KEY `m_toolbricchec_sta_ix` (`status`) + KEY `b_toolbricchec_che_ix` (`checktype`), + KEY `b_toolbricchec_che2_ix` (`checkgroup`), + KEY `b_toolbricchec_sta_ix` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_checks` +-- Dumping data for table `b_tool_brickfield_checks` -- -LOCK TABLES `m_tool_brickfield_checks` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; -INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `b_tool_brickfield_checks` 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 `b_tool_brickfield_checks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_content` +-- Table structure for table `b_tool_brickfield_content` -- -DROP TABLE IF EXISTS `m_tool_brickfield_content`; +DROP TABLE IF EXISTS `b_tool_brickfield_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_content` ( +CREATE TABLE `b_tool_brickfield_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -13743,56 +13522,56 @@ CREATE TABLE `m_tool_brickfield_content` ( `timecreated` bigint NOT NULL, `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbriccont_sta_ix` (`status`), - KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), - KEY `m_toolbriccont_are_ix` (`areaid`) + KEY `b_toolbriccont_sta_ix` (`status`), + KEY `b_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `b_toolbriccont_are_ix` (`areaid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- Dumping data for table `b_tool_brickfield_content` -- -LOCK TABLES `m_tool_brickfield_content` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_content` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_errors` +-- Table structure for table `b_tool_brickfield_errors` -- -DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +DROP TABLE IF EXISTS `b_tool_brickfield_errors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_errors` ( +CREATE TABLE `b_tool_brickfield_errors` ( `id` bigint NOT NULL AUTO_INCREMENT, `resultid` bigint NOT NULL, `linenumber` bigint NOT NULL DEFAULT '0', `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - KEY `m_toolbricerro_res_ix` (`resultid`) + KEY `b_toolbricerro_res_ix` (`resultid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_errors` +-- Dumping data for table `b_tool_brickfield_errors` -- -LOCK TABLES `m_tool_brickfield_errors` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_errors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_process` +-- Table structure for table `b_tool_brickfield_process` -- -DROP TABLE IF EXISTS `m_tool_brickfield_process`; +DROP TABLE IF EXISTS `b_tool_brickfield_process`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_process` ( +CREATE TABLE `b_tool_brickfield_process` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -13801,55 +13580,55 @@ CREATE TABLE `m_tool_brickfield_process` ( `timecreated` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricproc_tim_ix` (`timecompleted`) + KEY `b_toolbricproc_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- Dumping data for table `b_tool_brickfield_process` -- -LOCK TABLES `m_tool_brickfield_process` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_process` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_results` +-- Table structure for table `b_tool_brickfield_results` -- -DROP TABLE IF EXISTS `m_tool_brickfield_results`; +DROP TABLE IF EXISTS `b_tool_brickfield_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_results` ( +CREATE TABLE `b_tool_brickfield_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `contentid` bigint DEFAULT NULL, `checkid` bigint NOT NULL, `errorcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), - KEY `m_toolbricresu_con_ix` (`contentid`), - KEY `m_toolbricresu_che_ix` (`checkid`) + KEY `b_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `b_toolbricresu_con_ix` (`contentid`), + KEY `b_toolbricresu_che_ix` (`checkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_results` +-- Dumping data for table `b_tool_brickfield_results` -- -LOCK TABLES `m_tool_brickfield_results` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_results` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_schedule` +-- Table structure for table `b_tool_brickfield_schedule` -- -DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +DROP TABLE IF EXISTS `b_tool_brickfield_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_schedule` ( +CREATE TABLE `b_tool_brickfield_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '50', `instanceid` bigint NOT NULL, @@ -13858,28 +13637,28 @@ CREATE TABLE `m_tool_brickfield_schedule` ( `timeanalyzed` bigint DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), - KEY `m_toolbricsche_sta_ix` (`status`) + UNIQUE KEY `b_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `b_toolbricsche_sta_ix` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_schedule` +-- Dumping data for table `b_tool_brickfield_schedule` -- -LOCK TABLES `m_tool_brickfield_schedule` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_schedule` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_brickfield_summary` +-- Table structure for table `b_tool_brickfield_summary` -- -DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +DROP TABLE IF EXISTS `b_tool_brickfield_summary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_brickfield_summary` ( +CREATE TABLE `b_tool_brickfield_summary` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `status` tinyint(1) DEFAULT NULL, @@ -13908,28 +13687,28 @@ CREATE TABLE `m_tool_brickfield_summary` ( `percentchecktype6` bigint DEFAULT NULL, `percentchecktype7` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolbricsumm_sta_ix` (`status`), - KEY `m_toolbricsumm_cou_ix` (`courseid`) + KEY `b_toolbricsumm_sta_ix` (`status`), + KEY `b_toolbricsumm_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_brickfield_summary` +-- Dumping data for table `b_tool_brickfield_summary` -- -LOCK TABLES `m_tool_brickfield_summary` WRITE; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +LOCK TABLES `b_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_brickfield_summary` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_cohortroles` +-- Table structure for table `b_tool_cohortroles` -- -DROP TABLE IF EXISTS `m_tool_cohortroles`; +DROP TABLE IF EXISTS `b_tool_cohortroles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_cohortroles` ( +CREATE TABLE `b_tool_cohortroles` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -13938,27 +13717,27 @@ CREATE TABLE `m_tool_cohortroles` ( `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) + UNIQUE KEY `b_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_cohortroles` +-- Dumping data for table `b_tool_cohortroles` -- -LOCK TABLES `m_tool_cohortroles` WRITE; -/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +LOCK TABLES `b_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `b_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_cohortroles` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang` +-- Table structure for table `b_tool_customlang` -- -DROP TABLE IF EXISTS `m_tool_customlang`; +DROP TABLE IF EXISTS `b_tool_customlang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang` ( +CREATE TABLE `b_tool_customlang` ( `id` bigint NOT NULL AUTO_INCREMENT, `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `componentid` bigint NOT NULL, @@ -13971,28 +13750,28 @@ CREATE TABLE `m_tool_customlang` ( `outdated` smallint DEFAULT '0', `modified` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), - KEY `m_toolcust_com_ix` (`componentid`) + UNIQUE KEY `b_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `b_toolcust_com_ix` (`componentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- Dumping data for table `b_tool_customlang` -- -LOCK TABLES `m_tool_customlang` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +LOCK TABLES `b_tool_customlang` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_customlang_components` +-- Table structure for table `b_tool_customlang_components` -- -DROP TABLE IF EXISTS `m_tool_customlang_components`; +DROP TABLE IF EXISTS `b_tool_customlang_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_customlang_components` ( +CREATE TABLE `b_tool_customlang_components` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14001,22 +13780,22 @@ CREATE TABLE `m_tool_customlang_components` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_customlang_components` +-- Dumping data for table `b_tool_customlang_components` -- -LOCK TABLES `m_tool_customlang_components` WRITE; -/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +LOCK TABLES `b_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `b_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_customlang_components` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_category` +-- Table structure for table `b_tool_dataprivacy_category` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_category` ( +CREATE TABLE `b_tool_dataprivacy_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14029,47 +13808,22 @@ CREATE TABLE `m_tool_dataprivacy_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_category` --- - -LOCK TABLES `m_tool_dataprivacy_category` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_tool_dataprivacy_contextlist` --- - -DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_contextlist` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `timecreated` bigint NOT NULL DEFAULT '0', - `timemodified` bigint NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_tool_dataprivacy_contextlist` +-- Dumping data for table `b_tool_dataprivacy_category` -- -LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- Table structure for table `b_tool_dataprivacy_ctxexpired` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxexpired`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( +CREATE TABLE `b_tool_dataprivacy_ctxexpired` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14080,27 +13834,27 @@ CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) + UNIQUE KEY `b_tooldatactxe_con_uix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- Dumping data for table `b_tool_dataprivacy_ctxexpired` -- -LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxexpired` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- Table structure for table `b_tool_dataprivacy_ctxinstance` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxinstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( +CREATE TABLE `b_tool_dataprivacy_ctxinstance` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -14109,29 +13863,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), - KEY `m_tooldatactxi_pur_ix` (`purposeid`), - KEY `m_tooldatactxi_cat_ix` (`categoryid`) + UNIQUE KEY `b_tooldatactxi_con_uix` (`contextid`), + KEY `b_tooldatactxi_pur_ix` (`purposeid`), + KEY `b_tooldatactxi_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- Dumping data for table `b_tool_dataprivacy_ctxinstance` -- -LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxinstance` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- Table structure for table `b_tool_dataprivacy_ctxlevel` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_ctxlevel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( +CREATE TABLE `b_tool_dataprivacy_ctxlevel` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` smallint NOT NULL, `purposeid` bigint DEFAULT NULL, @@ -14140,57 +13894,29 @@ CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), - KEY `m_tooldatactxl_cat_ix` (`categoryid`), - KEY `m_tooldatactxl_pur_ix` (`purposeid`) + UNIQUE KEY `b_tooldatactxl_con_uix` (`contextlevel`), + KEY `b_tooldatactxl_cat_ix` (`categoryid`), + KEY `b_tooldatactxl_pur_ix` (`purposeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_ctxlevel` --- - -LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` --- - -DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `contextid` bigint NOT NULL, - `contextlistid` bigint NOT NULL, - `status` tinyint NOT NULL DEFAULT '0', - `timecreated` bigint NOT NULL DEFAULT '0', - `timemodified` bigint NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- Dumping data for table `b_tool_dataprivacy_ctxlevel` -- -LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_ctxlevel` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purpose` +-- Table structure for table `b_tool_dataprivacy_purpose` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_purpose`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purpose` ( +CREATE TABLE `b_tool_dataprivacy_purpose` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14207,22 +13933,22 @@ CREATE TABLE `m_tool_dataprivacy_purpose` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purpose` +-- Dumping data for table `b_tool_dataprivacy_purpose` -- -LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_purposerole` +-- Table structure for table `b_tool_dataprivacy_purposerole` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_purposerole` ( +CREATE TABLE `b_tool_dataprivacy_purposerole` ( `id` bigint NOT NULL AUTO_INCREMENT, `purposeid` bigint NOT NULL, `roleid` bigint NOT NULL, @@ -14234,30 +13960,30 @@ CREATE TABLE `m_tool_dataprivacy_purposerole` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), - KEY `m_tooldatapurp_pur_ix` (`purposeid`), - KEY `m_tooldatapurp_rol_ix` (`roleid`), - KEY `m_tooldatapurp_use_ix` (`usermodified`) + UNIQUE KEY `b_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `b_tooldatapurp_pur_ix` (`purposeid`), + KEY `b_tooldatapurp_rol_ix` (`roleid`), + KEY `b_tooldatapurp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_purposerole` +-- Dumping data for table `b_tool_dataprivacy_purposerole` -- -LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_request` +-- Table structure for table `b_tool_dataprivacy_request` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +DROP TABLE IF EXISTS `b_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_request` ( +CREATE TABLE `b_tool_dataprivacy_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '0', `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14274,149 +14000,31543 @@ CREATE TABLE `m_tool_dataprivacy_request` ( `timemodified` bigint NOT NULL DEFAULT '0', `creationmethod` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_tooldatarequ_use_ix` (`userid`), - KEY `m_tooldatarequ_req_ix` (`requestedby`), - KEY `m_tooldatarequ_dpo_ix` (`dpo`), - KEY `m_tooldatarequ_use2_ix` (`usermodified`) + KEY `b_tooldatarequ_use_ix` (`userid`), + KEY `b_tooldatarequ_req_ix` (`requestedby`), + KEY `b_tooldatarequ_dpo_ix` (`dpo`), + KEY `b_tooldatarequ_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_dataprivacy_request` +-- Dumping data for table `b_tool_dataprivacy_request` -- -LOCK TABLES `m_tool_dataprivacy_request` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +LOCK TABLES `b_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- Table structure for table `b_tool_monitor_events` -- -DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +DROP TABLE IF EXISTS `b_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( +CREATE TABLE `b_tool_monitor_events` ( `id` bigint NOT NULL AUTO_INCREMENT, - `requestid` bigint NOT NULL, - `contextlistid` bigint NOT NULL, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), - KEY `m_tooldatarqstctxl_req_ix` (`requestid`), - KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; + KEY `b_toolmonieven_cou_ix` (`courseid`), + KEY `b_toolmonieven_con_ix` (`contextid`), + KEY `b_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_dataprivacy_rqst_ctxlst` +-- Dumping data for table `b_tool_monitor_events` -- -LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; -/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +LOCK TABLES `b_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_mfa` +-- Table structure for table `b_tool_monitor_history` -- -DROP TABLE IF EXISTS `m_tool_mfa`; +DROP TABLE IF EXISTS `b_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_mfa` ( +CREATE TABLE `b_tool_monitor_history` ( `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, `userid` bigint NOT NULL, - `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timecreated` bigint DEFAULT NULL, - `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timemodified` bigint DEFAULT NULL, - `lastverified` bigint DEFAULT NULL, - `revoked` tinyint(1) NOT NULL DEFAULT '0', - `lockcounter` mediumint NOT NULL DEFAULT '0', + `timesent` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmfa_use_ix` (`userid`), - KEY `m_toolmfa_fac_ix` (`factor`), - KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; + UNIQUE KEY `b_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `b_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_history` +-- + +LOCK TABLES `b_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_rules` +-- + +LOCK TABLES `b_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `b_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `b_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_monitor_subscriptions` +-- + +LOCK TABLES `b_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy` +-- + +DROP TABLE IF EXISTS `b_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_policy` +-- + +LOCK TABLES `b_tool_policy` WRITE; +/*!40000 ALTER TABLE `b_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `b_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `b_toolpoliacce_pol_ix` (`policyversionid`), + KEY `b_toolpoliacce_use_ix` (`userid`), + KEY `b_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_acceptances` +-- + +LOCK TABLES `b_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `b_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolpolivers_use_ix` (`usermodified`), + KEY `b_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_policy_versions` +-- + +LOCK TABLES `b_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `b_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_toolrecycate_tim_ix` (`timecreated`), + KEY `b_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_category` +-- + +LOCK TABLES `b_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `b_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_toolrecycour_tim_ix` (`timecreated`), + KEY `b_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_tool_recyclebin_course` +-- + +LOCK TABLES `b_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `b_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `b_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_steps` +-- + +LOCK TABLES `b_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `b_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `b_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_tool_usertours_tours` +-- + +LOCK TABLES `b_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `b_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `b_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `b_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_upgrade_log` +-- + +DROP TABLE IF EXISTS `b_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_upgrlog_tim_ix` (`timemodified`), + KEY `b_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `b_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_upgrade_log` +-- + +LOCK TABLES `b_upgrade_log` WRITE; +/*!40000 ALTER TABLE `b_upgrade_log` DISABLE KEYS */; +INSERT INTO `b_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734079920),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734079948),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734079948),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079948),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079948),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079949),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734079949),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079949),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079950),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734079950),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079950),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079951),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079951),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079951),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079951),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734079951),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079951),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079952),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079952),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079952),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079952),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079952),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734079952),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079953),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079953),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734079953),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079953),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734079953),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734079953),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734079954),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734079954),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079954),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079954),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734079956),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079956),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079957),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734079957),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079957),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079958),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734079959),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079959),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079960),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734079960),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079960),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079961),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734079962),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079962),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079962),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079963),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079963),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079963),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734079966),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079966),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079967),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734079968),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079968),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079968),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734079969),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079969),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079970),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734079975),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079975),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079976),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734079978),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079978),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079978),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734079979),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079979),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079979),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734079979),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079979),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079980),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734079980),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079980),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079981),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734079981),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079981),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079982),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734079983),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079983),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079983),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734079984),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079984),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079985),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734079986),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079986),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079987),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734079987),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079987),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079988),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734079989),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079989),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079989),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734079990),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079990),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734079991),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079991),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079991),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734079993),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079993),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079994),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079997),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079997),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734079997),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734079998),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734079998),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734079998),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079998),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734079998),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079998),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734079999),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734079999),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734079999),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080000),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080000),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080000),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080001),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080001),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080001),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080002),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080002),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080002),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080003),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080004),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080004),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080004),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080005),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080005),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080005),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080006),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080006),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080006),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080007),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080007),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080007),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080008),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080008),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080008),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080009),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080009),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080009),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080010),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080010),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080010),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080011),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080011),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080011),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080012),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080012),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080012),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080013),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080013),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080013),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080014),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080014),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080014),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080015),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080015),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080015),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080016),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080016),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080016),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080017),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080017),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080017),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080018),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080018),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080018),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080019),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080019),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080019),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080020),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080020),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080020),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080021),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080021),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080021),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080022),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080022),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080022),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080022),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080022),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080023),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080023),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080023),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080023),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080023),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080023),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080024),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080024),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080024),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080024),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080024),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080024),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080025),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080025),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080025),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080026),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080026),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080026),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080027),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080027),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080027),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080028),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080028),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080028),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080029),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080029),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080029),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080030),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080030),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080030),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080031),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080031),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080031),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080032),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080032),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080032),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080033),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080033),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080033),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080034),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080034),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080034),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080035),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080035),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080035),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080036),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080036),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080036),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080037),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080037),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080037),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080038),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080038),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080038),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080039),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080039),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080039),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080040),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080040),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080040),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080041),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080041),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080041),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080042),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080042),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080042),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080043),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080043),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080043),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080044),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080044),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080044),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080045),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080045),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080045),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080046),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080046),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080046),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080047),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080047),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080047),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080048),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080048),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080048),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080049),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080049),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080049),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080049),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080049),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080049),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080050),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080050),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080050),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080050),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080050),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080051),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080051),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080051),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080051),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080052),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080052),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080052),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080053),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080053),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080053),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080053),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080053),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080053),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080054),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080054),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080054),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080054),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080054),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080054),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080055),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080055),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080055),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080056),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080056),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080056),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080057),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080057),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080057),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080058),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080058),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080058),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080059),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080059),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080059),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080059),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080059),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080060),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080060),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080060),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080060),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080061),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080061),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080061),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080061),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080061),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080062),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080062),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080062),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080062),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080063),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080063),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080063),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080063),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080063),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080063),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080064),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080064),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080064),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080065),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080065),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080065),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080066),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080066),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080066),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080067),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080067),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080067),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080068),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080068),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080068),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080069),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080069),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080069),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080070),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080070),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080070),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080070),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080070),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080070),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080071),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080071),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080071),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080075),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080075),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080075),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080076),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080076),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080076),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080077),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080077),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080077),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080078),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080078),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080078),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080079),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080079),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080079),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080080),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080080),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080080),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080081),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080081),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080081),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080082),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080082),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080082),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080082),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080082),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080082),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080083),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080083),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080083),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080083),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080083),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080083),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080084),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080084),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080084),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080084),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080084),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080084),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080085),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080085),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080085); +/*!40000 ALTER TABLE `b_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_url` +-- + +DROP TABLE IF EXISTS `b_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_url` +-- + +LOCK TABLES `b_url` WRITE; +/*!40000 ALTER TABLE `b_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user` +-- + +DROP TABLE IF EXISTS `b_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_user_mneuse_uix` (`mnethostid`,`username`), + KEY `b_user_del_ix` (`deleted`), + KEY `b_user_con_ix` (`confirmed`), + KEY `b_user_fir_ix` (`firstname`), + KEY `b_user_las_ix` (`lastname`), + KEY `b_user_cit_ix` (`city`), + KEY `b_user_cou_ix` (`country`), + KEY `b_user_las2_ix` (`lastaccess`), + KEY `b_user_ema_ix` (`email`), + KEY `b_user_aut_ix` (`auth`), + KEY `b_user_idn_ix` (`idnumber`), + KEY `b_user_fir2_ix` (`firstnamephonetic`), + KEY `b_user_las3_ix` (`lastnamephonetic`), + KEY `b_user_mid_ix` (`middlename`), + KEY `b_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user` +-- + +LOCK TABLES `b_user` WRITE; +/*!40000 ALTER TABLE `b_user` DISABLE KEYS */; +INSERT INTO `b_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$okSy2C0wtYXfqIyGbqLtOeMo5LpNFmtbtG7FYHrQP3QqkcBKJrUzS','','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,1734079898,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$vPmP7Oczi/BdNpFDPZPvJOEKlZpXGTwdymzGuh5z6iBQ8jI.P3Rai','','Admin','User','moodle@example.com',0,'','','','','','Perth','AU','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080141,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `b_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_devices` +-- + +DROP TABLE IF EXISTS `b_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `b_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `b_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_devices` +-- + +LOCK TABLES `b_user_devices` WRITE; +/*!40000 ALTER TABLE `b_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_enrolments` +-- + +DROP TABLE IF EXISTS `b_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `b_userenro_enr_ix` (`enrolid`), + KEY `b_userenro_use_ix` (`userid`), + KEY `b_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_enrolments` +-- + +LOCK TABLES `b_user_enrolments` WRITE; +/*!40000 ALTER TABLE `b_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_category` +-- + +DROP TABLE IF EXISTS `b_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_category` +-- + +LOCK TABLES `b_user_info_category` WRITE; +/*!40000 ALTER TABLE `b_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_data` +-- + +DROP TABLE IF EXISTS `b_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_data` +-- + +LOCK TABLES `b_user_info_data` WRITE; +/*!40000 ALTER TABLE `b_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_info_field` +-- + +DROP TABLE IF EXISTS `b_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_info_field` +-- + +LOCK TABLES `b_user_info_field` WRITE; +/*!40000 ALTER TABLE `b_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_lastaccess` +-- + +DROP TABLE IF EXISTS `b_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userlast_usecou_uix` (`userid`,`courseid`), + KEY `b_userlast_use_ix` (`userid`), + KEY `b_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_lastaccess` +-- + +LOCK TABLES `b_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `b_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_history` +-- + +DROP TABLE IF EXISTS `b_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `b_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_user_password_history` +-- + +LOCK TABLES `b_user_password_history` WRITE; +/*!40000 ALTER TABLE `b_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_password_resets` +-- + +DROP TABLE IF EXISTS `b_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `b_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_password_resets` +-- + +LOCK TABLES `b_user_password_resets` WRITE; +/*!40000 ALTER TABLE `b_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_preferences` +-- + +DROP TABLE IF EXISTS `b_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `b_userpref_usenam_uix` (`userid`,`name`), + KEY `b_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_preferences` +-- + +LOCK TABLES `b_user_preferences` WRITE; +/*!40000 ALTER TABLE `b_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_user_private_key` +-- + +DROP TABLE IF EXISTS `b_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_userprivkey_scrval_ix` (`script`,`value`), + KEY `b_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_user_private_key` +-- + +LOCK TABLES `b_user_private_key` WRITE; +/*!40000 ALTER TABLE `b_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki` +-- + +DROP TABLE IF EXISTS `b_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki` +-- + +LOCK TABLES `b_wiki` WRITE; +/*!40000 ALTER TABLE `b_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_links` +-- + +DROP TABLE IF EXISTS `b_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `b_wikilink_fro_ix` (`frompageid`), + KEY `b_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_links` +-- + +LOCK TABLES `b_wiki_links` WRITE; +/*!40000 ALTER TABLE `b_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_locks` +-- + +DROP TABLE IF EXISTS `b_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_locks` +-- + +LOCK TABLES `b_wiki_locks` WRITE; +/*!40000 ALTER TABLE `b_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_pages` +-- + +DROP TABLE IF EXISTS `b_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `b_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_pages` +-- + +LOCK TABLES `b_wiki_pages` WRITE; +/*!40000 ALTER TABLE `b_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `b_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `b_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_subwikis` +-- + +LOCK TABLES `b_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `b_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `b_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `b_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_synonyms` +-- + +LOCK TABLES `b_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `b_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_wiki_versions` +-- + +DROP TABLE IF EXISTS `b_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_wiki_versions` +-- + +LOCK TABLES `b_wiki_versions` WRITE; +/*!40000 ALTER TABLE `b_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop` +-- + +DROP TABLE IF EXISTS `b_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `b_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop` +-- + +LOCK TABLES `b_workshop` WRITE; +/*!40000 ALTER TABLE `b_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `b_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `b_workaggr_wor_ix` (`workshopid`), + KEY `b_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_aggregations` +-- + +LOCK TABLES `b_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `b_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_assessments` +-- + +DROP TABLE IF EXISTS `b_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workasse_sub_ix` (`submissionid`), + KEY `b_workasse_gra_ix` (`gradinggradeoverby`), + KEY `b_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshop_assessments` +-- + +LOCK TABLES `b_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `b_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_grades` +-- + +DROP TABLE IF EXISTS `b_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `b_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_grades` +-- + +LOCK TABLES `b_workshop_grades` WRITE; +/*!40000 ALTER TABLE `b_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshop_submissions` +-- + +DROP TABLE IF EXISTS `b_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_worksubm_wor_ix` (`workshopid`), + KEY `b_worksubm_gra_ix` (`gradeoverby`), + KEY `b_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshop_submissions` +-- + +LOCK TABLES `b_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `b_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `b_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopallocation_scheduled` +-- + +LOCK TABLES `b_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `b_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopeval_best_settings` +-- + +LOCK TABLES `b_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `b_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_accumulative` +-- + +LOCK TABLES `b_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `b_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_comments` +-- + +DROP TABLE IF EXISTS `b_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_comments` +-- + +LOCK TABLES `b_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `b_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `b_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors` +-- + +LOCK TABLES `b_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `b_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `b_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `b_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `b_workshopform_numerrors_map` +-- + +LOCK TABLES `b_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric` +-- + +LOCK TABLES `b_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `b_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_config` +-- + +LOCK TABLES `b_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `b_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_workshopform_rubric_levels` +-- + +LOCK TABLES `b_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets` +-- + +DROP TABLE IF EXISTS `m_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets` +-- + +LOCK TABLES `m_adminpresets` WRITE; +/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; +INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); +/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app` +-- + +LOCK TABLES `m_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappit_con_ix` (`configlogid`), + KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it` +-- + +LOCK TABLES `m_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappita_con_ix` (`configlogid`), + KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it_a` +-- + +LOCK TABLES `m_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_plug` +-- + +LOCK TABLES `m_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it` +-- + +LOCK TABLES `m_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; +INSERT INTO `m_adminpresets_it` 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 `m_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it_a` +-- + +LOCK TABLES `m_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_plug` +-- + +LOCK TABLES `m_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `m_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `m_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_indicator_calc` +-- + +LOCK TABLES `m_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models` +-- + +DROP TABLE IF EXISTS `m_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmode_enatra_ix` (`enabled`,`trained`), + KEY `m_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models` +-- + +LOCK TABLES `m_analytics_models` WRITE; +/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; +INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,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,1566467672,NULL,1566467672,1566467672,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,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,1612456671,NULL,1612456671,1612456671,0); +/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models_log` +-- + +DROP TABLE IF EXISTS `m_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmodelog_mod_ix` (`modelid`), + KEY `m_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models_log` +-- + +LOCK TABLES `m_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `m_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predict_samples` +-- + +LOCK TABLES `m_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `m_analpredacti_pre_ix` (`predictionid`), + KEY `m_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_prediction_actions` +-- + +LOCK TABLES `m_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predictions` +-- + +DROP TABLE IF EXISTS `m_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `m_analpred_mod_ix` (`modelid`), + KEY `m_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predictions` +-- + +LOCK TABLES `m_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `m_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_train_samples` +-- + +LOCK TABLES `m_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `m_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analusedanal_modact_ix` (`modelid`,`action`), + KEY `m_analusedanal_mod_ix` (`modelid`), + KEY `m_analusedanal_ana_ix` (`analysableid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_used_analysables` +-- + +LOCK TABLES `m_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_files` +-- + +DROP TABLE IF EXISTS `m_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `m_analusedfile_mod_ix` (`modelid`), + KEY `m_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_analytics_used_files` +-- + +LOCK TABLES `m_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign` +-- + +DROP TABLE IF EXISTS `m_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `markinganonymous` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou_ix` (`course`), + KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign` +-- + +LOCK TABLES `m_assign` WRITE; +/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_grades` +-- + +DROP TABLE IF EXISTS `m_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `m_assigrad_use_ix` (`userid`), + KEY `m_assigrad_att_ix` (`attemptnumber`), + KEY `m_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_grades` +-- + +LOCK TABLES `m_assign_grades` WRITE; +/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_overrides` +-- + +DROP TABLE IF EXISTS `m_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_assiover_ass_ix` (`assignid`), + KEY `m_assiover_gro_ix` (`groupid`), + KEY `m_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_overrides` +-- + +LOCK TABLES `m_assign_overrides` WRITE; +/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `m_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_assiplugconf_plu_ix` (`plugin`), + KEY `m_assiplugconf_sub_ix` (`subtype`), + KEY `m_assiplugconf_nam_ix` (`name`), + KEY `m_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_plugin_config` +-- + +LOCK TABLES `m_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_submission` +-- + +DROP TABLE IF EXISTS `m_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `m_assisubm_use_ix` (`userid`), + KEY `m_assisubm_att_ix` (`attemptnumber`), + KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `m_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_submission` +-- + +LOCK TABLES `m_assign_submission` WRITE; +/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_flags` +-- + +DROP TABLE IF EXISTS `m_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiuserflag_mai_ix` (`mailed`), + KEY `m_assiuserflag_use_ix` (`userid`), + KEY `m_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_flags` +-- + +LOCK TABLES `m_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `m_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiusermapp_ass_ix` (`assignment`), + KEY `m_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assign_user_mapping` +-- + +LOCK TABLES `m_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assicomm_ass_ix` (`assignment`), + KEY `m_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_comments` +-- + +LOCK TABLES `m_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `m_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `m_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass2_ix` (`assignment`), + KEY `m_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_assignfeedback_file` +-- + +LOCK TABLES `m_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment` +-- + +DROP TABLE IF EXISTS `m_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment` +-- + +LOCK TABLES `m_assignment` WRITE; +/*!40000 ALTER TABLE `m_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_submissions` +-- + +DROP TABLE IF EXISTS `m_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assisubm_use2_ix` (`userid`), + KEY `m_assisubm_mai_ix` (`mailed`), + KEY `m_assisubm_tim_ix` (`timemarked`), + KEY `m_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_submissions` +-- + +LOCK TABLES `m_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `m_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `m_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiupgr_old_ix` (`oldcmid`), + KEY `m_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_upgrade` +-- + +LOCK TABLES `m_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `m_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass_ix` (`assignment`), + KEY `m_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_file` +-- + +LOCK TABLES `m_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assionli_ass_ix` (`assignment`), + KEY `m_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_onlinetext` +-- + +LOCK TABLES `m_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), + KEY `m_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_lti_linked_login` +-- + +LOCK TABLES `m_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `m_authoautlinklogi_use_ix` (`usermodified`), + KEY `m_authoautlinklogi_use2_ix` (`userid`), + KEY `m_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_oauth2_linked_login` +-- + +LOCK TABLES `m_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_controllers` +-- + +DROP TABLE IF EXISTS `m_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcont_bac_uix` (`backupid`), + KEY `m_backcont_typite_ix` (`type`,`itemid`), + KEY `m_backcont_use_ix` (`userid`), + KEY `m_backcont_useite_ix` (`userid`,`itemid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_controllers` +-- + +LOCK TABLES `m_backup_controllers` WRITE; +/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; +INSERT INTO `m_backup_controllers` VALUES (1,'562b0be17855b7a8415749e64056b136','restore','course',2,'moodle2',1,10,2,500,1,0,'5ed73ae369f6f3fca1bb5854609995f8',1736241431,0,0.00000000000000,'TzoxODoicmVzdG9yZV9jb250cm9sbGVyIjoyMjp7czoxMToiACoAcHJvZ3Jlc3MiO086Mjk6ImNvcmVccHJvZ3Jlc3NcZGlzcGxheV9pZl9zbG93IjoxNDp7czoxOToiACoAbGFzdHByb2dyZXNzdGltZSI7TjtzOjg6IgAqAGNvdW50IjtOO3M6MTU6IgAqAGRlc2NyaXB0aW9ucyI7YTowOnt9czo4OiIAKgBtYXhlcyI7YTowOnt9czoxMToiACoAY3VycmVudHMiO2E6MDp7fXM6MTU6IgAqAHBhcmVudGNvdW50cyI7YTowOnt9czoyNjoiAGNvcmVccHJvZ3Jlc3NcZGlzcGxheQBiYXIiO047czoxMzoiACoAbGFzdHdpYmJsZSI7TjtzOjE1OiIAKgBjdXJyZW50c3RhdGUiO2k6MDtzOjEyOiIAKgBkaXJlY3Rpb24iO2k6MTtzOjE1OiIAKgBkaXNwbGF5bmFtZXMiO2I6MDtzOjU6IgAqAGlkIjtOO3M6MTA6IgAqAGhlYWRpbmciO3M6MTQ6IlByZXBhcmluZyBkYXRhIjtzOjEyOiIAKgBzdGFydHRpbWUiO2k6MTczNjI0MTQzNjt9czo5OiIAKgBsb2dnZXIiO086MTY6ImVycm9yX2xvZ19sb2dnZXIiOjQ6e3M6ODoiACoAbGV2ZWwiO2k6NTA7czoxMToiACoAc2hvd2RhdGUiO2I6MDtzOjEyOiIAKgBzaG93bGV2ZWwiO2I6MDtzOjc6IgAqAG5leHQiO086MTE6ImZpbGVfbG9nZ2VyIjo1OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjE7czoxMjoiACoAc2hvd2xldmVsIjtiOjE7czo3OiIAKgBuZXh0IjtPOjE1OiJkYXRhYmFzZV9sb2dnZXIiOjk6e3M6ODoiACoAbGV2ZWwiO2k6NTA7czoxMToiACoAc2hvd2RhdGUiO2I6MTtzOjEyOiIAKgBzaG93bGV2ZWwiO2I6MTtzOjc6IgAqAG5leHQiO047czoxMDoiACoAZGF0ZWNvbCI7czoxMToidGltZWNyZWF0ZWQiO3M6MTE6IgAqAGxldmVsY29sIjtzOjg6ImxvZ2xldmVsIjtzOjEzOiIAKgBtZXNzYWdlY29sIjtzOjc6Im1lc3NhZ2UiO3M6MTE6IgAqAGxvZ3RhYmxlIjtzOjExOiJiYWNrdXBfbG9ncyI7czoxMDoiACoAY29sdW1ucyI7YToxOntzOjg6ImJhY2t1cGlkIjtzOjMyOiI1NjJiMGJlMTc4NTViN2E4NDE1NzQ5ZTY0MDU2YjEzNiI7fX1zOjExOiIAKgBmdWxscGF0aCI7czo2OToiL3Zhci93d3cvbW9vZGxlZGF0YS90ZW1wL2JhY2t1cC8vNTYyYjBiZTE3ODU1YjdhODQxNTc0OWU2NDA1NmIxMzYubG9nIjt9fXM6MTc6IgAqAHJlbGVhc2VzZXNzaW9uIjtiOjE7czo3OiIAKgBjb3B5IjtOO3M6NzoiACoAbW9kZSI7aToxMDtzOjEwOiIAKgB0ZW1wZGlyIjtzOjMyOiIxOGIwZjJjNGNhZjY0MTI0M2NiNjNlYjk2ZDQ4N2E2YiI7czoxMjoiACoAcmVzdG9yZWlkIjtzOjMyOiI1NjJiMGJlMTc4NTViN2E4NDE1NzQ5ZTY0MDU2YjEzNiI7czoxMToiACoAY291cnNlaWQiO2k6MjtzOjc6IgAqAHR5cGUiO3M6NjoiY291cnNlIjtzOjk6IgAqAGZvcm1hdCI7czo3OiJtb29kbGUyIjtzOjE0OiIAKgBpbnRlcmFjdGl2ZSI7YjoxO3M6OToiACoAdXNlcmlkIjtzOjE6IjIiO3M6MTI6IgAqAG9wZXJhdGlvbiI7czo3OiJyZXN0b3JlIjtzOjk6IgAqAHRhcmdldCI7aToxO3M6MTE6IgAqAHNhbWVzaXRlIjtiOjE7czo5OiIAKgBzdGF0dXMiO2k6NTAwO3M6MTE6IgAqAHByZWNoZWNrIjtOO3M6NzoiACoAaW5mbyI7Tzo4OiJzdGRDbGFzcyI6MjY6e3M6MTQ6Im1vb2RsZV92ZXJzaW9uIjtzOjEzOiIyMDIyMTEyODE1LjAxIjtzOjE0OiJtb29kbGVfcmVsZWFzZSI7czoyNToiNC4xLjE1KyAoQnVpbGQ6IDIwMjQxMjEzKSI7czoxNDoiYmFja3VwX3ZlcnNpb24iO3M6MTA6IjIwMjIxMTI4MDAiO3M6MTQ6ImJhY2t1cF9yZWxlYXNlIjtzOjM6IjQuMSI7czoxMToiYmFja3VwX2RhdGUiO3M6MTA6IjE3MzYyMzk5NjgiO3M6MTY6Im1uZXRfcmVtb3RldXNlcnMiO3M6MToiMCI7czoxNjoib3JpZ2luYWxfd3d3cm9vdCI7czoyMToiaHR0cDovL2xvY2FsaG9zdDo4MDAwIjtzOjI5OiJvcmlnaW5hbF9zaXRlX2lkZW50aWZpZXJfaGFzaCI7czozMjoiOTZiZGM3OTMzMjgyZTcyNzcxMjYyM2Y5OWM0ZDRmN2YiO3M6MTg6Im9yaWdpbmFsX2NvdXJzZV9pZCI7czoxOiIyIjtzOjI0OiJvcmlnaW5hbF9jb3Vyc2VfZnVsbG5hbWUiO3M6MTE6IlRlc3QgY291cnNlIjtzOjI1OiJvcmlnaW5hbF9jb3Vyc2Vfc2hvcnRuYW1lIjtzOjI6IkMxIjtzOjI1OiJvcmlnaW5hbF9jb3Vyc2Vfc3RhcnRkYXRlIjtzOjEwOiIxNTY2NTE0ODAwIjtzOjIzOiJvcmlnaW5hbF9jb3Vyc2VfZW5kZGF0ZSI7czoxMDoiMTU5ODA1MDgwMCI7czoyNToib3JpZ2luYWxfY291cnNlX2NvbnRleHRpZCI7czoyOiIyMSI7czoyNToib3JpZ2luYWxfc3lzdGVtX2NvbnRleHRpZCI7czoxOiIxIjtzOjQzOiJpbmNsdWRlX2ZpbGVfcmVmZXJlbmNlc190b19leHRlcm5hbF9jb250ZW50IjtpOjA7czoyMjoib3JpZ2luYWxfY291cnNlX2Zvcm1hdCI7czo2OiJ0b3BpY3MiO3M6MTM6ImluY2x1ZGVfZmlsZXMiO3M6MToiMSI7czo0OiJ0eXBlIjtzOjY6ImNvdXJzZSI7czo2OiJmb3JtYXQiO3M6NzoibW9vZGxlMiI7czo0OiJtb2RlIjtzOjI6IjEwIjtzOjEzOiJyb2xlX21hcHBpbmdzIjtPOjg6InN0ZENsYXNzIjoyOntzOjg6Im1vZGlmaWVkIjtiOjA7czo4OiJtYXBwaW5ncyI7YTowOnt9fXM6ODoic2VjdGlvbnMiO2E6Mzp7czo5OiJzZWN0aW9uXzYiO086ODoic3RkQ2xhc3MiOjQ6e3M6OToic2VjdGlvbmlkIjtzOjE6IjYiO3M6NToidGl0bGUiO3M6MjA6Ik1hdGhUeXBlIEludGVncmF0aW9uIjtzOjk6ImRpcmVjdG9yeSI7czoxODoic2VjdGlvbnMvc2VjdGlvbl82IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7czoxOiIxIjtzOjE4OiJzZWN0aW9uXzZfdXNlcmluZm8iO3M6MToiMSI7fX1zOjk6InNlY3Rpb25fNyI7Tzo4OiJzdGRDbGFzcyI6NDp7czo5OiJzZWN0aW9uaWQiO3M6MToiNyI7czo1OiJ0aXRsZSI7czoxMjoiV2lyaXNRdWl6emVzIjtzOjk6ImRpcmVjdG9yeSI7czoxODoic2VjdGlvbnMvc2VjdGlvbl83IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTg6InNlY3Rpb25fN19pbmNsdWRlZCI7czoxOiIxIjtzOjE4OiJzZWN0aW9uXzdfdXNlcmluZm8iO3M6MToiMSI7fX1zOjk6InNlY3Rpb25fOCI7Tzo4OiJzdGRDbGFzcyI6NDp7czo5OiJzZWN0aW9uaWQiO3M6MToiOCI7czo1OiJ0aXRsZSI7czoyMDoiQWRkaXRpb25hbCByZXNvdXJjZXMiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJzZWN0aW9ucy9zZWN0aW9uXzgiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7czoxOiIxIjt9fX1zOjEwOiJhY3Rpdml0aWVzIjthOjE3OntzOjY6InBhZ2VfMiI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoxOiIyIjtzOjk6InNlY3Rpb25pZCI7czoxOiI2IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6NToidGl0bGUiO3M6MzY6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyI7czo5OiJkaXJlY3RvcnkiO3M6MTc6ImFjdGl2aXRpZXMvcGFnZV8yIjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTU6InBhZ2VfMl9pbmNsdWRlZCI7czoxOiIxIjtzOjE1OiJwYWdlXzJfdXNlcmluZm8iO3M6MToiMSI7fX1zOjY6InBhZ2VfMyI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoxOiIzIjtzOjk6InNlY3Rpb25pZCI7czoxOiI2IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6NToidGl0bGUiO3M6NDQ6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyAtIExhVGVYIjtzOjk6ImRpcmVjdG9yeSI7czoxNzoiYWN0aXZpdGllcy9wYWdlXzMiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNToicGFnZV8zX2luY2x1ZGVkIjtzOjE6IjEiO3M6MTU6InBhZ2VfM191c2VyaW5mbyI7czoxOiIxIjt9fXM6NjoicGFnZV80IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjE6IjQiO3M6OToic2VjdGlvbmlkIjtzOjE6IjYiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicGFnZSI7czo1OiJ0aXRsZSI7czo2MToiRmlsdGVyIHRlc3Q6IFBhZ2UgcmVuZGVyIHZhbGlkYXRpb25zIC0gV2lyaXMgZm9ybXVsYXMgKyBMYVRlWCI7czo5OiJkaXJlY3RvcnkiO3M6MTc6ImFjdGl2aXRpZXMvcGFnZV80IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTU6InBhZ2VfNF9pbmNsdWRlZCI7czoxOiIxIjtzOjE1OiJwYWdlXzRfdXNlcmluZm8iO3M6MToiMSI7fX1zOjY6InBhZ2VfNSI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoxOiI1IjtzOjk6InNlY3Rpb25pZCI7czoxOiI2IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InBhZ2UiO3M6NToidGl0bGUiO3M6NDg6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyAtIFdpcmlzIFJUTCI7czo5OiJkaXJlY3RvcnkiO3M6MTc6ImFjdGl2aXRpZXMvcGFnZV81IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTU6InBhZ2VfNV9pbmNsdWRlZCI7czoxOiIxIjtzOjE1OiJwYWdlXzVfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6ImZvcnVtXzYiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MToiNiI7czo5OiJzZWN0aW9uaWQiO3M6MToiNiI7czoxMDoibW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czo1OiJ0aXRsZSI7czoxODoiRmlsdGVyIHRlc3Q6IEZvcnVtIjtzOjk6ImRpcmVjdG9yeSI7czoxODoiYWN0aXZpdGllcy9mb3J1bV82IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTY6ImZvcnVtXzZfaW5jbHVkZWQiO3M6MToiMSI7czoxNjoiZm9ydW1fNl91c2VyaW5mbyI7czoxOiIxIjt9fXM6NjoicXVpel83IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjE6IjciO3M6OToic2VjdGlvbmlkIjtzOjE6IjYiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxNzoiRmlsdGVyIHRlc3Q6IFF1aXoiO3M6OToiZGlyZWN0b3J5IjtzOjE3OiJhY3Rpdml0aWVzL3F1aXpfNyI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE1OiJxdWl6XzdfaW5jbHVkZWQiO3M6MToiMSI7czoxNToicXVpel83X3VzZXJpbmZvIjtzOjE6IjEiO319czo2OiJxdWl6XzgiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MToiOCI7czo5OiJzZWN0aW9uaWQiO3M6MToiNyI7czoxMDoibW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjU6InRpdGxlIjtzOjU6IlNtb2tlIjtzOjk6ImRpcmVjdG9yeSI7czoxNzoiYWN0aXZpdGllcy9xdWl6XzgiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNToicXVpel84X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTU6InF1aXpfOF91c2VyaW5mbyI7czoxOiIxIjt9fXM6NjoicXVpel85IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjE6IjkiO3M6OToic2VjdGlvbmlkIjtzOjE6IjciO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czo1OiJDbG96ZSI7czo5OiJkaXJlY3RvcnkiO3M6MTc6ImFjdGl2aXRpZXMvcXVpel85IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTU6InF1aXpfOV9pbmNsdWRlZCI7czoxOiIxIjtzOjE1OiJxdWl6XzlfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InF1aXpfMTAiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTAiO3M6OToic2VjdGlvbmlkIjtzOjE6IjciO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czo1OiJFc3NheSI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcXVpel8xMCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InF1aXpfMTBfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InF1aXpfMTEiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTEiO3M6OToic2VjdGlvbmlkIjtzOjE6IjciO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czo1OiJNYXRjaCI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcXVpel8xMSI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJxdWl6XzExX2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InF1aXpfMTFfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InF1aXpfMTIiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTIiO3M6OToic2VjdGlvbmlkIjtzOjE6IjciO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxMToiTXVsdGljaG9pY2UiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTIiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzEyX3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJxdWl6XzIyIjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjIyIjtzOjk6InNlY3Rpb25pZCI7czoxOiI3IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6MTI6IlNob3J0IEFuc3dlciI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcXVpel8yMiI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJxdWl6XzIyX2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InF1aXpfMjJfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InF1aXpfMTQiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTQiO3M6OToic2VjdGlvbmlkIjtzOjE6IjciO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxMzoiVHJ1ZSBvciBGYWxzZSI7czo5OiJkaXJlY3RvcnkiO3M6MTg6ImFjdGl2aXRpZXMvcXVpel8xNCI7czo4OiJzZXR0aW5ncyI7YToyOntzOjE2OiJxdWl6XzE0X2luY2x1ZGVkIjtzOjE6IjEiO3M6MTY6InF1aXpfMTRfdXNlcmluZm8iO3M6MToiMSI7fX1zOjc6InF1aXpfMTUiO086ODoic3RkQ2xhc3MiOjY6e3M6ODoibW9kdWxlaWQiO3M6MjoiMTUiO3M6OToic2VjdGlvbmlkIjtzOjE6IjgiO3M6MTA6Im1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czo1OiJ0aXRsZSI7czoxODoiU2hvcnQgQW5zd2VyIC0gb2xkIjtzOjk6ImRpcmVjdG9yeSI7czoxODoiYWN0aXZpdGllcy9xdWl6XzE1IjtzOjg6InNldHRpbmdzIjthOjI6e3M6MTY6InF1aXpfMTVfaW5jbHVkZWQiO3M6MToiMSI7czoxNjoicXVpel8xNV91c2VyaW5mbyI7czoxOiIxIjt9fXM6NzoicXVpel8xNiI7Tzo4OiJzdGRDbGFzcyI6Njp7czo4OiJtb2R1bGVpZCI7czoyOiIxNiI7czo5OiJzZWN0aW9uaWQiO3M6MToiOCI7czoxMDoibW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlRlc3QiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTYiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xNl9pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzE2X3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJxdWl6XzE3IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE3IjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6MTY6IkdyYXBoaWNhbCBBbnN3ZXIiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTciO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xN19pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzE3X3VzZXJpbmZvIjtzOjE6IjEiO319czo3OiJxdWl6XzE4IjtPOjg6InN0ZENsYXNzIjo2OntzOjg6Im1vZHVsZWlkIjtzOjI6IjE4IjtzOjk6InNlY3Rpb25pZCI7czoxOiI4IjtzOjEwOiJtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6NToidGl0bGUiO3M6NDY6IlJhbmRvbSB2YXJpYWJsZXM6IEdlbmVyYXRpbmcgdGFibGVzIGZyb20gbGlzdHMiO3M6OToiZGlyZWN0b3J5IjtzOjE4OiJhY3Rpdml0aWVzL3F1aXpfMTgiO3M6ODoic2V0dGluZ3MiO2E6Mjp7czoxNjoicXVpel8xOF9pbmNsdWRlZCI7czoxOiIxIjtzOjE2OiJxdWl6XzE4X3VzZXJpbmZvIjtzOjE6IjEiO319fXM6NjoiY291cnNlIjtPOjg6InN0ZENsYXNzIjo0OntzOjg6ImNvdXJzZWlkIjtzOjE6IjIiO3M6NToidGl0bGUiO3M6MjoiQzEiO3M6OToiZGlyZWN0b3J5IjtzOjY6ImNvdXJzZSI7czo4OiJzZXR0aW5ncyI7YTowOnt9fXM6MTM6InJvb3Rfc2V0dGluZ3MiO2E6MjE6e3M6ODoiZmlsZW5hbWUiO3M6MjY6Ik1vb2RlLVRlc3RpbmdSZXNvdXJjZXMubWJ6IjtzOjc6Imltc2NjMTEiO3M6MToiMCI7czo1OiJ1c2VycyI7czoxOiIxIjtzOjk6ImFub255bWl6ZSI7czoxOiIwIjtzOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtzOjE6IjEiO3M6MTA6ImFjdGl2aXRpZXMiO3M6MToiMSI7czo2OiJibG9ja3MiO3M6MToiMSI7czo1OiJmaWxlcyI7czoxOiIxIjtzOjc6ImZpbHRlcnMiO3M6MToiMSI7czo4OiJjb21tZW50cyI7czoxOiIxIjtzOjY6ImJhZGdlcyI7czoxOiIxIjtzOjE0OiJjYWxlbmRhcmV2ZW50cyI7czoxOiIxIjtzOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3M6MToiMSI7czo0OiJsb2dzIjtzOjE6IjAiO3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7czoxOiIwIjtzOjEyOiJxdWVzdGlvbmJhbmsiO3M6MToiMSI7czo2OiJncm91cHMiO3M6MToiMSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjE6IjEiO3M6MTE6ImN1c3RvbWZpZWxkIjtzOjE6IjEiO3M6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7czoxOiIxIjtzOjExOiJsZWdhY3lmaWxlcyI7czoxOiIxIjt9fXM6NzoiACoAcGxhbiI7TzoxMjoicmVzdG9yZV9wbGFuIjoxMTp7czo3OiIAKgBuYW1lIjtzOjEyOiJyZXN0b3JlX3BsYW4iO3M6MTE6IgAqAHNldHRpbmdzIjthOjY1OntzOjU6InVzZXJzIjtPOjIxOiJyZXN0b3JlX3VzZXJzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NToidXNlcnMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MjY6e3M6MTY6InJvbGVfYXNzaWdubWVudHMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX3JvbGVfYXNzaWdubWVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoyOTE7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyMToicm9vdF9yb2xlX2Fzc2lnbm1lbnRzIjtzOjg6IgAqAGxhYmVsIjtzOjI5OiJJbmNsdWRlIHVzZXIgcm9sZSBhc3NpZ25tZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjkzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6ODoiY29tbWVudHMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjI0OiJyZXN0b3JlX2NvbW1lbnRzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6ODoiY29tbWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MzE4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTM6InJvb3RfY29tbWVudHMiO3M6ODoiACoAbGFiZWwiO3M6MTY6IkluY2x1ZGUgY29tbWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMyMDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjY6ImJhZGdlcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjI6InJlc3RvcmVfYmFkZ2VzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6NjoiYmFkZ2VzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzoyNjoicmVzdG9yZV9hY3Rpdml0aWVzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTA6ImFjdGl2aXRpZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTk6e3M6NjoiYmFkZ2VzIjtyOjM1NjtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJyZXN0b3JlX2dyYWRlX2hpc3Rvcmllc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM2ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MDtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MzY2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM2ODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjA7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjA7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJwYWdlXzJfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicGFnZV8yX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTU6InBhZ2VfMl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDAxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicGFnZV8yX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MTE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX3NlY3Rpb25fdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl82X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjY6e3M6MTU6InBhZ2VfMl91c2VyaW5mbyI7cjo0MjY7czoxNToicGFnZV8zX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0Mjc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJwYWdlXzNfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQzODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7cjo0MzY7czoxNToicGFnZV8zX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InBhZ2VfM19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE1OiJwYWdlXzNfdXNlcmluZm8iO3I6NDU0O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NTU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzZfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjc6e3M6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDcyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDI3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicGFnZV8yX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0NzI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MDE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJwYWdlXzNfaW5jbHVkZWQiO3I6NDcxO3M6MTU6InBhZ2VfNF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDcyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJwYWdlXzRfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNToicGFnZV80X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0OTU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJwYWdlXzRfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjUwNTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDI3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NTA1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicGFnZV80X2luY2x1ZGVkIjtyOjUwMzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9wYWdlXzRfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTA1O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDk1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjQ5Mzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9wYWdlXzRfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6InBhZ2VfNF9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InBhZ2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJQYWdlIjtzOjU6InRpdGxlIjtzOjQ6IlBhZ2UiO319czoxMDoiACoAc2V0dGluZyI7cjo0OTU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InBhZ2VfNV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDcyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJwYWdlXzVfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNToicGFnZV81X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo1NzM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJwYWdlXzVfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjU4MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6NDI3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NTgzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicGFnZV81X2luY2x1ZGVkIjtyOjU4MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9wYWdlXzVfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTgzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NTczO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjU3MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9wYWdlXzVfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6InBhZ2VfNV9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InBhZ2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJQYWdlIjtzOjU6InRpdGxlIjtzOjQ6IlBhZ2UiO319czoxMDoiACoAc2V0dGluZyI7cjo1NzM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6ImZvcnVtXzZfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQ3MjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoiZm9ydW1fNl9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJmb3J1bV82X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo2NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJmb3J1bV82X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo2NjE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjQyNztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjY2MTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6ImZvcnVtXzZfaW5jbHVkZWQiO3I6NjU5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X2ZvcnVtXzZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NjYxO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NjUxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjY0OTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9mb3J1bV82X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJmb3J1bV82X2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NToiZm9ydW0iO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo1OiJGb3J1bSI7czo1OiJ0aXRsZSI7czo1OiJGb3J1bSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjY1MTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicXVpel83X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0NzI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfN19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE1OiJxdWl6XzdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjcyOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfN191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NzM5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl82X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo0Mjc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo3Mzk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJxdWl6XzdfaW5jbHVkZWQiO3I6NzM3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfN191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo3Mzk7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo3Mjk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzZfaW5jbHVkZWQiO3I6NzI3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfN19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNToicXVpel83X2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjcyOTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl82X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjIwOiJNYXRoVHlwZSBJbnRlZ3JhdGlvbiI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDcyO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo5O31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQ1NTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3BhZ2VfM19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNToicGFnZV8zX2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicGFnZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlBhZ2UiO3M6NToidGl0bGUiO3M6NDoiUGFnZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjQ1NTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDM4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNDoiYWN0aXZpdHlfcGFnZV8zX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQzODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicGFnZV80X3VzZXJpbmZvIjtyOjUyMDtzOjE1OiJwYWdlXzVfdXNlcmluZm8iO3I6NTk4O3M6MTY6ImZvcnVtXzZfdXNlcmluZm8iO3I6Njc2O3M6MTU6InF1aXpfN191c2VyaW5mbyI7cjo3NTQ7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQyNztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7cjo0ODA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0Mjc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjk7fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDExO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNToicGFnZV8yX2luY2x1ZGVkIjtyOjQwOTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9wYWdlXzJfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDExO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjozOTk7czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjQ4Njt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9wYWdlXzJfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6InBhZ2VfMl9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InBhZ2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJQYWdlIjtzOjU6InRpdGxlIjtzOjQ6IlBhZ2UiO319czoxMDoiACoAc2V0dGluZyI7cjo0MDE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InBhZ2VfM19pbmNsdWRlZCI7cjo0NjU7czoxNToicGFnZV80X2luY2x1ZGVkIjtyOjU0MztzOjE1OiJwYWdlXzVfaW5jbHVkZWQiO3I6NjIxO3M6MTY6ImZvcnVtXzZfaW5jbHVkZWQiO3I6Njk5O3M6MTU6InF1aXpfN19pbmNsdWRlZCI7cjo3Nzc7czoxNToicXVpel84X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfOF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE1OiJxdWl6XzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjkzNDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InF1aXpfOF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTQ0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMjoicmVzdG9yZV9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo3OntzOjE1OiJxdWl6XzhfdXNlcmluZm8iO3I6OTU5O3M6MTU6InF1aXpfOV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6OTYwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToicXVpel85X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzdfdXNlcmluZm8iO3I6OTY5O3M6MTU6InF1aXpfOV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE1OiJxdWl6XzlfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNToicXVpel85X3VzZXJpbmZvIjtyOjk4Nzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTg4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl83X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7TzozMjoicmVzdG9yZV9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fN19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo4OntzOjE4OiJzZWN0aW9uXzdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMDU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NjA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJxdWl6XzhfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMDU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5MzQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJxdWl6XzlfaW5jbHVkZWQiO3I6MTAwNDtzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDA1O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTY6InF1aXpfMTBfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMjg7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzEwX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMDM4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo5NjA7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMDM4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8xMF9pbmNsdWRlZCI7cjoxMDM2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTBfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTAzODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEwMjg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTAyNjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzEwX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjEwMjg7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMDU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicXVpel8xMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTEwNjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTFfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjExMTY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjk2MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjExMTY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzExX2luY2x1ZGVkIjtyOjExMTQ7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xMV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMTE2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTEwNjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fN19pbmNsdWRlZCI7cjoxMTA0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTFfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJxdWl6IjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUXVpeiI7czo1OiJ0aXRsZSI7czo0OiJRdWl6Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTEwNjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8xMl9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTAwNTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJxdWl6XzEyX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMTg0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xMl91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTE5NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6OTYwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTE5NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTJfaW5jbHVkZWQiO3I6MTE5Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzEyX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjExOTQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMTg0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl83X2luY2x1ZGVkIjtyOjExODI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xMl9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjoxMTg0O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzIyX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxMDA1O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzIyX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTY6InF1aXpfMjJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjEyNjI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzIyX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMjcyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjo5NjA7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMjcyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxNjoicXVpel8yMl9pbmNsdWRlZCI7cjoxMjcwO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMjJfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTI3MjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEyNjI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTI2MDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzIyX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJxdWl6XzIyX2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjEyNjI7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTRfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMDU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicXVpel8xNF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTM0MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTRfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEzNTA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjk2MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEzNTA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzE0X2luY2x1ZGVkIjtyOjEzNDg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xNF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzUwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTM0MDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fN19pbmNsdWRlZCI7cjoxMzM4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjU6ImFjdGl2aXR5X3F1aXpfMTRfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJxdWl6IjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUXVpeiI7czo1OiJ0aXRsZSI7czo0OiJRdWl6Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTM0MDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTM7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl83X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjEyOiJXaXJpc1F1aXp6ZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMDU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjk7fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTg4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNDoiYWN0aXZpdHlfcXVpel85X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE1OiJxdWl6XzlfaW5jbHVkZWQiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo0OiJxdWl6IjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiUXVpeiI7czo1OiJ0aXRsZSI7czo0OiJRdWl6Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6OTg4O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9xdWl6XzlfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6OTcxO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzEwX3VzZXJpbmZvIjtyOjEwNTM7czoxNjoicXVpel8xMV91c2VyaW5mbyI7cjoxMTMxO3M6MTY6InF1aXpfMTJfdXNlcmluZm8iO3I6MTIwOTtzOjE2OiJxdWl6XzIyX3VzZXJpbmZvIjtyOjEyODc7czoxNjoicXVpel8xNF91c2VyaW5mbyI7cjoxMzY1O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NjA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTAxMzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fN191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk2MDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6OTt9czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NDQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJxdWl6XzhfaW5jbHVkZWQiO3I6OTQyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3F1aXpfOF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5NDQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjkzMjtzOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTAxOTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV9xdWl6XzhfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6InF1aXpfOF9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjo5MzQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InF1aXpfOV9pbmNsdWRlZCI7cjo5OTg7czoxNjoicXVpel8xMF9pbmNsdWRlZCI7cjoxMDc2O3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO3I6MTE1NDtzOjE2OiJxdWl6XzEyX2luY2x1ZGVkIjtyOjEyMzI7czoxNjoicXVpel8yMl9pbmNsdWRlZCI7cjoxMzEwO3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3I6MTM4ODtzOjE2OiJxdWl6XzE1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoicmVzdG9yZV9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTVfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNjoicXVpel8xNV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTU0NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMzOiJyZXN0b3JlX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTY6InF1aXpfMTVfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE1NTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX3NlY3Rpb25fdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjQ6e3M6MTY6InF1aXpfMTVfdXNlcmluZm8iO3I6MTU3MjtzOjE2OiJxdWl6XzE2X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNTczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzM6InJlc3RvcmVfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xNl91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTU4NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7cjoxNTgyO3M6MTY6InF1aXpfMTZfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoicXVpel8xNl9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE2OiJxdWl6XzE2X3VzZXJpbmZvIjtyOjE2MDA7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE2MDE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtPOjMyOiJyZXN0b3JlX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjU6e3M6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MTYxODtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE1NzM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzE1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNjE4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTU0NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTZfaW5jbHVkZWQiO3I6MTYxNztzOjE2OiJxdWl6XzE3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNjE4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzE3X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTY6InF1aXpfMTdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE2NDE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzE3X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjUxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNTczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTY1MTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTdfaW5jbHVkZWQiO3I6MTY0OTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzE3X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE2NTE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjQxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtyOjE2Mzk7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xN19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNjoicXVpel8xN19pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjoxNjQxO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzE4X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNjE4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6InJlc3RvcmVfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzE4X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTY6InF1aXpfMThfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjE3MTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMzoicmVzdG9yZV9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJxdWl6XzE4X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyODM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzI5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoxNTczO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTcyOTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMThfaW5jbHVkZWQiO3I6MTcyNzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzE4X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE3Mjk7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czoxMDoiACoAc2V0dGluZyI7cjozNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzE5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO3M6ODoiACoAdmFsdWUiO2I6MDt9czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtyOjE3MTc7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xOF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNjoicXVpel8xOF9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjoxNzE5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzhfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MjA6IkFkZGl0aW9uYWwgcmVzb3VyY2VzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNjE4O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo5O31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE2MDE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzE2X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJxdWl6XzE2X2luY2x1ZGVkIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NDoicXVpeiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IlF1aXoiO3M6NToidGl0bGUiO3M6NDoiUXVpeiI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjE2MDE7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE1ODQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzE2X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1ODQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTdfdXNlcmluZm8iO3I6MTY2NjtzOjE2OiJxdWl6XzE4X3VzZXJpbmZvIjtyOjE3NDQ7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjI4MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE1NzM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3I6MTYyNjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fOF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1NzM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjk7fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTU1NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTY6InF1aXpfMTVfaW5jbHVkZWQiO3I6MTU1NTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjI1OiJhY3Rpdml0eV9xdWl6XzE1X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1NTc7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjEzO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjE1NDU7czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtyOjE2MzI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoyNToiYWN0aXZpdHlfcXVpel8xNV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNjoicXVpel8xNV9pbmNsdWRlZCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjQ6InF1aXoiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJRdWl6IjtzOjU6InRpdGxlIjtzOjQ6IlF1aXoiO319czoxMDoiACoAc2V0dGluZyI7cjoxNTQ3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxMzt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE2OiJxdWl6XzE2X2luY2x1ZGVkIjtyOjE2MTE7czoxNjoicXVpel8xN19pbmNsdWRlZCI7cjoxNjg5O3M6MTY6InF1aXpfMThfaW5jbHVkZWQiO3I6MTc2Nzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNToicm9vdF9hY3Rpdml0aWVzIjtzOjg6IgAqAGxhYmVsIjtzOjMyOiJJbmNsdWRlIGFjdGl2aXRpZXMgYW5kIHJlc291cmNlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzU3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM0NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NToidXNlcnMiO3I6MzQ1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmFkZ2VzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJhZGdlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzQ3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6InJlc3RvcmVfdXNlcnNjb21wbGV0aW9uX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTU6InVzZXJzY29tcGxldGlvbiI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoxOTUxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfdXNlcnNjb21wbGV0aW9uIjtzOjg6IgAqAGxhYmVsIjtzOjMxOiJJbmNsdWRlIHVzZXIgY29tcGxldGlvbiBkZXRhaWxzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxOTUzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTtzOjg6IgAqAHZhbHVlIjtiOjA7fXM6NDoibG9ncyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MjA6InJlc3RvcmVfbG9nc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjQ6ImxvZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTk3ODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjk6InJvb3RfbG9ncyI7czo4OiIAKgBsYWJlbCI7czoxOToiSW5jbHVkZSBjb3Vyc2UgbG9ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTk4MDtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjA7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjA7czo4OiIAKgB2YWx1ZSI7YjowO31zOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6Mzc3O3M6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7cjo4NjQ7czoxNToicGFnZV8yX3VzZXJpbmZvIjtyOjQyMDtzOjE1OiJwYWdlXzNfdXNlcmluZm8iO3I6NDQ3O3M6MTU6InBhZ2VfNF91c2VyaW5mbyI7cjo1MTQ7czoxNToicGFnZV81X3VzZXJpbmZvIjtyOjU5MjtzOjE2OiJmb3J1bV82X3VzZXJpbmZvIjtyOjY3MDtzOjE1OiJxdWl6XzdfdXNlcmluZm8iO3I6NzQ4O3M6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7cjoxNDc2O3M6MTU6InF1aXpfOF91c2VyaW5mbyI7cjo5NTM7czoxNToicXVpel85X3VzZXJpbmZvIjtyOjk4MDtzOjE2OiJxdWl6XzEwX3VzZXJpbmZvIjtyOjEwNDc7czoxNjoicXVpel8xMV91c2VyaW5mbyI7cjoxMTI1O3M6MTY6InF1aXpfMTJfdXNlcmluZm8iO3I6MTIwMztzOjE2OiJxdWl6XzIyX3VzZXJpbmZvIjtyOjEyODE7czoxNjoicXVpel8xNF91c2VyaW5mbyI7cjoxMzU5O3M6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7cjoxODUyO3M6MTY6InF1aXpfMTVfdXNlcmluZm8iO3I6MTU2NjtzOjE2OiJxdWl6XzE2X3VzZXJpbmZvIjtyOjE1OTM7czoxNjoicXVpel8xN191c2VyaW5mbyI7cjoxNjYwO3M6MTY6InF1aXpfMThfdXNlcmluZm8iO3I6MTczODt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMDoicm9vdF91c2VycyI7czo4OiIAKgBsYWJlbCI7czoyMjoiSW5jbHVkZSBlbnJvbGxlZCB1c2VycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjgzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjEwOiJlbnJvbG1lbnRzIjtPOjIxOiJyZXN0b3JlX3VzZXJzX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTA6ImVucm9sbWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czozOiJpbnQiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNDoiYmFja3VwX3NldHRpbmdfdWlfc2VsZWN0Ijo4OntzOjc6IgAqAG5hbWUiO3M6MTU6InJvb3RfZW5yb2xtZW50cyI7czo4OiIAKgBsYWJlbCI7czoyNToiSW5jbHVkZSBlbnJvbG1lbnQgbWV0aG9kcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjMwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjAzOTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjk6IgAqAHZhbHVlcyI7YTozOntpOjA7czozODoiTm8sIHJlc3RvcmUgdXNlcnMgYXMgbWFudWFsIGVucm9sbWVudHMiO2k6MTtzOjM1OiJZZXMsIGJ1dCBvbmx5IGlmIHVzZXJzIGFyZSBpbmNsdWRlZCI7aToyO3M6MTE6IlllcywgYWx3YXlzIjt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtyOjI5MztzOjExOiJwZXJtaXNzaW9ucyI7TzoyNzoicmVzdG9yZV9wZXJtaXNzaW9uc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjExOiJwZXJtaXNzaW9ucyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxNjoicm9vdF9wZXJtaXNzaW9ucyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBwZXJtaXNzaW9uIG92ZXJyaWRlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjA2MztzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czoxMDoiYWN0aXZpdGllcyI7cjozNTc7czo2OiJibG9ja3MiO086MjM6InJlc3RvcmVfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjY6ImJsb2NrcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMToicm9vdF9ibG9ja3MiO3M6ODoiACoAbGFiZWwiO3M6MTQ6IkluY2x1ZGUgYmxvY2tzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMDg1O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjc6ImZpbHRlcnMiO086MjM6InJlc3RvcmVfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjc6ImZpbHRlcnMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTI6InJvb3RfZmlsdGVycyI7czo4OiIAKgBsYWJlbCI7czoxNToiSW5jbHVkZSBmaWx0ZXJzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMTA2O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjg6ImNvbW1lbnRzIjtyOjMyMDtzOjY6ImJhZGdlcyI7cjozNDc7czoxNDoiY2FsZW5kYXJldmVudHMiO086MzA6InJlc3RvcmVfY2FsZW5kYXJldmVudHNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMTI5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3I6MTk1MztzOjQ6ImxvZ3MiO3I6MTk4MDtzOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MzY4O3M6NjoiZ3JvdXBzIjtPOjIyOiJyZXN0b3JlX2dyb3Vwc19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjY6Imdyb3VwcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAbmFtZSI7czoxMToicm9vdF9ncm91cHMiO3M6ODoiACoAbGFiZWwiO3M6Mjg6IkluY2x1ZGUgZ3JvdXBzIGFuZCBncm91cGluZ3MiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIxNTM7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTI6ImNvbXBldGVuY2llcyI7TzoyODoicmVzdG9yZV9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIxNzQ7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTE6ImN1c3RvbWZpZWxkIjtPOjI3OiJyZXN0b3JlX2N1c3RvbWZpZWxkX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTE6ImN1c3RvbWZpZWxkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE2OiJyb290X2N1c3RvbWZpZWxkIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGN1c3RvbSBmaWVsZHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIxOTU7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTg6ImNvbnRlbnRiYW5rY29udGVudCI7TzozNDoicmVzdG9yZV9jb250ZW50YmFua2NvbnRlbnRfc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxODoiY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjIzOiJyb290X2NvbnRlbnRiYW5rY29udGVudCI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBjb250ZW50IGJhbmsgY29udGVudCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjEwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjIxNjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO31zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6MTt9czo5OiJ4YXBpc3RhdGUiO086MjU6InJlc3RvcmVfeGFwaXN0YXRlX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6OToieGFwaXN0YXRlIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aTowO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE0OiJyb290X3hhcGlzdGF0ZSI7czo4OiIAKgBsYWJlbCI7czo1NDoiSW5jbHVkZSB1c2VyJ3Mgc3RhdGUgaW4gY29udGVudCBzdWNoIGFzIEg1UCBhY3Rpdml0aWVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MTA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjM3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6MTM6IgAqAGNoYW5nZWFibGUiO2I6MDtzOjc6IgAqAHRleHQiO047fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aToxO31zOjExOiJsZWdhY3lmaWxlcyI7TzoyMzoicmVzdG9yZV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MTE6ImxlZ2FjeWZpbGVzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgBuYW1lIjtzOjE2OiJyb290X2xlZ2FjeWZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjI3OiJJbmNsdWRlIGxlZ2FjeSBjb3Vyc2UgZmlsZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAdHlwZSI7aToxMDtzOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIyNTg7czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7Tjt9czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjE7fXM6MTQ6Im92ZXJ3cml0ZV9jb25mIjtPOjM3OiJyZXN0b3JlX2NvdXJzZV9vdmVyd3JpdGVfY29uZl9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE0OiJvdmVyd3JpdGVfY29uZiI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MDtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTozOntzOjE1OiJjb3Vyc2VfZnVsbG5hbWUiO086MzY6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2VxdWFscyI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyMjc5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzY6InJlc3RvcmVfY291cnNlX2RlZmF1bHRjdXN0b21fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNToiY291cnNlX2Z1bGxuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjExOiJUZXN0IGNvdXJzZSI7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7czoxMToiVGVzdCBjb3Vyc2UiO3M6ODoiACoAdnR5cGUiO3M6NDoidGV4dCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjE0OiJvdmVyd3JpdGVfY29uZiI7cjoyMjg3O31zOjEyOiIAKgB1aXNldHRpbmciO086MzE6ImJhY2t1cF9zZXR0aW5nX3VpX2RlZmF1bHRjdXN0b20iOjc6e3M6NzoiACoAbmFtZSI7czoyMjoiY291cnNlX2NvdXJzZV9mdWxsbmFtZSI7czo4OiIAKgBsYWJlbCI7czoxMToiQ291cnNlIG5hbWUiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6NDp7czoxMToiY3VzdG9tdmFsdWUiO3M6MTE6IlRlc3QgY291cnNlIjtzOjEyOiJkZWZhdWx0dmFsdWUiO3M6MTE6IlRlc3QgY291cnNlIjtzOjExOiJjdXN0b21sYWJlbCI7czo5OiJPdmVyd3JpdGUiO3M6NDoidHlwZSI7czo0OiJ0ZXh0Ijt9czo3OiIAKgB0eXBlIjtpOjQwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjI4OTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e319czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjU7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7czoxMToiVGVzdCBjb3Vyc2UiO3M6MTI6IgAqAGxhc3R2YWx1ZSI7czoxMToiVGVzdCBjb3Vyc2UiO3M6ODoiACoAdmFsdWUiO2k6MDt9czoxNjoiY291cnNlX3Nob3J0bmFtZSI7TzozNjoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfZXF1YWxzIjo1OntzOjEwOiIAKgBzZXR0aW5nIjtyOjIyNzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozNjoicmVzdG9yZV9jb3Vyc2VfZGVmYXVsdGN1c3RvbV9zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjE2OiJjb3Vyc2Vfc2hvcnRuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjI6IkMxIjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjI6IkMxIjtzOjg6IgAqAHZ0eXBlIjtzOjQ6InRleHQiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czoxNDoib3ZlcndyaXRlX2NvbmYiO3I6MjMxNjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2V0dGluZ191aV9kZWZhdWx0Y3VzdG9tIjo3OntzOjc6IgAqAG5hbWUiO3M6MjM6ImNvdXJzZV9jb3Vyc2Vfc2hvcnRuYW1lIjtzOjg6IgAqAGxhYmVsIjtzOjE3OiJDb3Vyc2Ugc2hvcnQgbmFtZSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTo0OntzOjExOiJjdXN0b212YWx1ZSI7czoyOiJDMSI7czoxMjoiZGVmYXVsdHZhbHVlIjtzOjI6IkMxIjtzOjExOiJjdXN0b21sYWJlbCI7czo5OiJPdmVyd3JpdGUiO3M6NDoidHlwZSI7czo0OiJ0ZXh0Ijt9czo3OiIAKgB0eXBlIjtpOjQwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjMxODtzOjEwOiIAKgBvcHRpb25zIjthOjA6e319czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjU7fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7czoyOiJDMSI7czoxMjoiACoAbGFzdHZhbHVlIjtzOjI6IkMxIjtzOjg6IgAqAHZhbHVlIjtpOjA7fXM6MTY6ImNvdXJzZV9zdGFydGRhdGUiO086MzY6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX2VxdWFscyI6NTp7czoxMDoiACoAc2V0dGluZyI7cjoyMjc5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzY6InJlc3RvcmVfY291cnNlX2RlZmF1bHRjdXN0b21fc2V0dGluZyI6MTE6e3M6NzoiACoAbmFtZSI7czoxNjoiY291cnNlX3N0YXJ0ZGF0ZSI7czo4OiIAKgB2YWx1ZSI7aToxNTY2NTE0ODAwO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTU2NjUxNDgwMDtzOjg6IgAqAHZ0eXBlIjtzOjM6ImludCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjE0OiJvdmVyd3JpdGVfY29uZiI7cjoyMzQ1O31zOjEyOiIAKgB1aXNldHRpbmciO086MzE6ImJhY2t1cF9zZXR0aW5nX3VpX2RlZmF1bHRjdXN0b20iOjc6e3M6NzoiACoAbmFtZSI7czoyMzoiY291cnNlX2NvdXJzZV9zdGFydGRhdGUiO3M6ODoiACoAbGFiZWwiO3M6MTc6IkNvdXJzZSBzdGFydCBkYXRlIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjQ6e3M6MTE6ImN1c3RvbXZhbHVlIjtzOjEwOiIxNTY2NTE0ODAwIjtzOjEyOiJkZWZhdWx0dmFsdWUiO3M6MTA6IjE1NjY1MTQ4MDAiO3M6NDoidHlwZSI7czoxODoiZGF0ZV90aW1lX3NlbGVjdG9yIjtzOjExOiJjdXN0b21sYWJlbCI7czo5OiJPdmVyd3JpdGUiO31zOjc6IgAqAHR5cGUiO2k6NDA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMzQ3O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fX1zOjc6IgAqAGhlbHAiO2E6MDp7fXM6ODoiACoAbGV2ZWwiO2k6NTt9czoxNToiACoAZGVmYXVsdHZhbHVlIjtpOjE1NjY1MTQ4MDA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE1NjY1MTQ4MDA7czo4OiIAKgB2YWx1ZSI7aTowO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNDoiYmFja3VwX3NldHRpbmdfdWlfc2VsZWN0Ijo4OntzOjc6IgAqAG5hbWUiO3M6MjE6ImNvdXJzZV9vdmVyd3JpdGVfY29uZiI7czo4OiIAKgBsYWJlbCI7czozMDoiT3ZlcndyaXRlIGNvdXJzZSBjb25maWd1cmF0aW9uIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MzA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjc5O3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6OToiACoAdmFsdWVzIjthOjI6e2k6MTtzOjM6IlllcyI7aTowO3M6MjoiTm8iO319czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjU7fXM6MTU6ImNvdXJzZV9mdWxsbmFtZSI7cjoyMjg5O3M6MTY6ImNvdXJzZV9zaG9ydG5hbWUiO3I6MjMxODtzOjE2OiJjb3Vyc2Vfc3RhcnRkYXRlIjtyOjIzNDc7czoyNToia2VlcF9yb2xlc19hbmRfZW5yb2xtZW50cyI7TzozMDoicmVzdG9yZV9jb3Vyc2VfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo3OiIAKgBuYW1lIjtzOjI1OiJrZWVwX3JvbGVzX2FuZF9lbnJvbG1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aTowO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjU7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI0OiJiYWNrdXBfc2V0dGluZ191aV9zZWxlY3QiOjg6e3M6NzoiACoAbmFtZSI7czozMjoiY291cnNlX2tlZXBfcm9sZXNfYW5kX2Vucm9sbWVudHMiO3M6ODoiACoAbGFiZWwiO3M6MzM6IktlZXAgY3VycmVudCByb2xlcyBhbmQgZW5yb2xtZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgB0eXBlIjtpOjMwO3M6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjM5MTtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjk6IgAqAHZhbHVlcyI7YToyOntpOjE7czozOiJZZXMiO2k6MDtzOjI6Ik5vIjt9fXM6NzoiACoAaGVscCI7YTowOnt9czo4OiIAKgBsZXZlbCI7aTo1O31zOjI1OiJrZWVwX2dyb3Vwc19hbmRfZ3JvdXBpbmdzIjtPOjMwOiJyZXN0b3JlX2NvdXJzZV9nZW5lcmljX3NldHRpbmciOjExOntzOjc6IgAqAG5hbWUiO3M6MjU6ImtlZXBfZ3JvdXBzX2FuZF9ncm91cGluZ3MiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NTtzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjQ6ImJhY2t1cF9zZXR0aW5nX3VpX3NlbGVjdCI6ODp7czo3OiIAKgBuYW1lIjtzOjMyOiJjb3Vyc2Vfa2VlcF9ncm91cHNfYW5kX2dyb3VwaW5ncyI7czo4OiIAKgBsYWJlbCI7czozMzoiS2VlcCBjdXJyZW50IGdyb3VwcyBhbmQgZ3JvdXBpbmdzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAHR5cGUiO2k6MzA7czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNDEzO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6OToiACoAdmFsdWVzIjthOjI6e2k6MTtzOjM6IlllcyI7aTowO3M6MjoiTm8iO319czo3OiIAKgBoZWxwIjthOjA6e31zOjg6IgAqAGxldmVsIjtpOjU7fXM6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7cjo0NzI7czoxODoic2VjdGlvbl82X3VzZXJpbmZvIjtyOjQyNztzOjE1OiJwYWdlXzJfaW5jbHVkZWQiO3I6NDAxO3M6MTU6InBhZ2VfMl91c2VyaW5mbyI7cjo0MTE7czoxNToicGFnZV8zX2luY2x1ZGVkIjtyOjQ1NTtzOjE1OiJwYWdlXzNfdXNlcmluZm8iO3I6NDM4O3M6MTU6InBhZ2VfNF9pbmNsdWRlZCI7cjo0OTU7czoxNToicGFnZV80X3VzZXJpbmZvIjtyOjUwNTtzOjE1OiJwYWdlXzVfaW5jbHVkZWQiO3I6NTczO3M6MTU6InBhZ2VfNV91c2VyaW5mbyI7cjo1ODM7czoxNjoiZm9ydW1fNl9pbmNsdWRlZCI7cjo2NTE7czoxNjoiZm9ydW1fNl91c2VyaW5mbyI7cjo2NjE7czoxNToicXVpel83X2luY2x1ZGVkIjtyOjcyOTtzOjE1OiJxdWl6XzdfdXNlcmluZm8iO3I6NzM5O3M6MTg6InNlY3Rpb25fN19pbmNsdWRlZCI7cjoxMDA1O3M6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7cjo5NjA7czoxNToicXVpel84X2luY2x1ZGVkIjtyOjkzNDtzOjE1OiJxdWl6XzhfdXNlcmluZm8iO3I6OTQ0O3M6MTU6InF1aXpfOV9pbmNsdWRlZCI7cjo5ODg7czoxNToicXVpel85X3VzZXJpbmZvIjtyOjk3MTtzOjE2OiJxdWl6XzEwX2luY2x1ZGVkIjtyOjEwMjg7czoxNjoicXVpel8xMF91c2VyaW5mbyI7cjoxMDM4O3M6MTY6InF1aXpfMTFfaW5jbHVkZWQiO3I6MTEwNjtzOjE2OiJxdWl6XzExX3VzZXJpbmZvIjtyOjExMTY7czoxNjoicXVpel8xMl9pbmNsdWRlZCI7cjoxMTg0O3M6MTY6InF1aXpfMTJfdXNlcmluZm8iO3I6MTE5NDtzOjE2OiJxdWl6XzIyX2luY2x1ZGVkIjtyOjEyNjI7czoxNjoicXVpel8yMl91c2VyaW5mbyI7cjoxMjcyO3M6MTY6InF1aXpfMTRfaW5jbHVkZWQiO3I6MTM0MDtzOjE2OiJxdWl6XzE0X3VzZXJpbmZvIjtyOjEzNTA7czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtyOjE2MTg7czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtyOjE1NzM7czoxNjoicXVpel8xNV9pbmNsdWRlZCI7cjoxNTQ3O3M6MTY6InF1aXpfMTVfdXNlcmluZm8iO3I6MTU1NztzOjE2OiJxdWl6XzE2X2luY2x1ZGVkIjtyOjE2MDE7czoxNjoicXVpel8xNl91c2VyaW5mbyI7cjoxNTg0O3M6MTY6InF1aXpfMTdfaW5jbHVkZWQiO3I6MTY0MTtzOjE2OiJxdWl6XzE3X3VzZXJpbmZvIjtyOjE2NTE7czoxNjoicXVpel8xOF9pbmNsdWRlZCI7cjoxNzE5O3M6MTY6InF1aXpfMThfdXNlcmluZm8iO3I6MTcyOTt9czo4OiIAKgB0YXNrcyI7YToyMzp7aTowO086MTc6InJlc3RvcmVfcm9vdF90YXNrIjo2OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF90YXNrIjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjE5OntpOjA7cjoyODM7aToxO3I6MjAzOTtpOjI7cjoyOTM7aTozO3I6MjA2MztpOjQ7cjozNTc7aTo1O3I6MjA4NTtpOjY7cjoyMTA2O2k6NztyOjMyMDtpOjg7cjozNDc7aTo5O3I6MjEyOTtpOjEwO3I6MTk1MztpOjExO3I6MTk4MDtpOjEyO3I6MzY4O2k6MTM7cjoyMTUzO2k6MTQ7cjoyMTc0O2k6MTU7cjoyMTk1O2k6MTY7cjoyMjE2O2k6MTc7cjoyMjM3O2k6MTg7cjoyMjU4O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxO086MTk6InJlc3RvcmVfY291cnNlX3Rhc2siOjg6e3M6NzoiACoAbmFtZSI7czoyOiJDMSI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YTo2OntpOjA7cjoyMjc5O2k6MTtyOjIyODk7aToyO3I6MjMxODtpOjM7cjoyMzQ3O2k6NDtyOjIzOTE7aTo1O3I6MjQxMzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjI1MztzOjEyOiIAKgBjb250ZXh0aWQiO047fWk6MjtPOjIwOiJyZXN0b3JlX3NlY3Rpb25fdGFzayI6OTp7czo3OiIAKgBuYW1lIjtzOjIwOiJNYXRoVHlwZSBJbnRlZ3JhdGlvbiI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0NzI7aToxO3I6NDI3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6Nzg7czoxMjoiACoAY29udGV4dGlkIjtOO3M6MTI6IgAqAHNlY3Rpb25pZCI7aTowO31pOjM7TzoyNjoicmVzdG9yZV9wYWdlX2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6MzY6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0MDE7aToxO3I6NDExO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTAwO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicGFnZSI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiIyIjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo0O086MjY6InJlc3RvcmVfcGFnZV9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjQ0OiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMgLSBMYVRlWCI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0NTU7aToxO3I6NDM4O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTA5O3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicGFnZSI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiIzIjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo1O086MjY6InJlc3RvcmVfcGFnZV9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjYxOiJGaWx0ZXIgdGVzdDogUGFnZSByZW5kZXIgdmFsaWRhdGlvbnMgLSBXaXJpcyBmb3JtdWxhcyArIExhVGVYIjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjQ5NTtpOjE7cjo1MDU7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxMTg7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJwYWdlIjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjE6IjQiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjY7TzoyNjoicmVzdG9yZV9wYWdlX2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6NDg6IkZpbHRlciB0ZXN0OiBQYWdlIHJlbmRlciB2YWxpZGF0aW9ucyAtIFdpcmlzIFJUTCI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo1NzM7aToxO3I6NTgzO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTI3O3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicGFnZSI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiI1IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo3O086Mjc6InJlc3RvcmVfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czoxODoiRmlsdGVyIHRlc3Q6IEZvcnVtIjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjY1MTtpOjE7cjo2NjE7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxMzY7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiI2IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo4O086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjE3OiJGaWx0ZXIgdGVzdDogUXVpeiI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo3Mjk7aToxO3I6NzM5O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTQ1O3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiI3IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aTo5O086MjA6InJlc3RvcmVfc2VjdGlvbl90YXNrIjo5OntzOjc6IgAqAG5hbWUiO3M6MTI6IldpcmlzUXVpenplcyI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMDA1O2k6MTtyOjk2MDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjg1O3M6MTI6IgAqAGNvbnRleHRpZCI7TjtzOjEyOiIAKgBzZWN0aW9uaWQiO2k6MDt9aToxMDtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo1OiJTbW9rZSI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo5MzQ7aToxO3I6OTQ0O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTU0O3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiI4IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxMTtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo1OiJDbG96ZSI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo5ODg7aToxO3I6OTcxO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTYzO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoxOiI5IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxMjtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo1OiJFc3NheSI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMDI4O2k6MTtyOjEwMzg7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxNzI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjEwIjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxMztPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo1OiJNYXRjaCI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMTA2O2k6MTtyOjExMTY7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxODE7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjExIjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxNDtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czoxMToiTXVsdGljaG9pY2UiO3M6NzoiACoAcGxhbiI7cjoyODA7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MTE4NDtpOjE7cjoxMTk0O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDtzOjc6IgAqAGluZm8iO3I6MTkwO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NDoicXVpeiI7czoxMToiACoAbW9kdWxlaWQiO2k6MDtzOjE0OiIAKgBvbGRtb2R1bGVpZCI7czoyOiIxMiI7czoxOToiACoAb2xkbW9kdWxldmVyc2lvbiI7aTowO3M6MTI6IgAqAGNvbnRleHRpZCI7aTowO3M6MTU6IgAqAG9sZGNvbnRleHRpZCI7aTowO3M6MTM6IgAqAGFjdGl2aXR5aWQiO2k6MDtzOjE2OiIAKgBvbGRhY3Rpdml0eWlkIjtpOjA7fWk6MTU7TzoyNjoicmVzdG9yZV9xdWl6X2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6MTI6IlNob3J0IEFuc3dlciI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMjYyO2k6MTtyOjEyNzI7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoxOTk7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjIyIjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxNjtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czoxMzoiVHJ1ZSBvciBGYWxzZSI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMzQwO2k6MTtyOjEzNTA7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoyMDg7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjE0IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxNztPOjIwOiJyZXN0b3JlX3NlY3Rpb25fdGFzayI6OTp7czo3OiIAKgBuYW1lIjtzOjIwOiJBZGRpdGlvbmFsIHJlc291cmNlcyI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxNjE4O2k6MTtyOjE1NzM7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjo5MjtzOjEyOiIAKgBjb250ZXh0aWQiO047czoxMjoiACoAc2VjdGlvbmlkIjtpOjA7fWk6MTg7TzoyNjoicmVzdG9yZV9xdWl6X2FjdGl2aXR5X3Rhc2siOjE1OntzOjc6IgAqAG5hbWUiO3M6MTg6IlNob3J0IEFuc3dlciAtIG9sZCI7czo3OiIAKgBwbGFuIjtyOjI4MDtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxNTQ3O2k6MTtyOjE1NTc7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO3M6NzoiACoAaW5mbyI7cjoyMTc7czoxMzoiACoAbW9kdWxlbmFtZSI7czo0OiJxdWl6IjtzOjExOiIAKgBtb2R1bGVpZCI7aTowO3M6MTQ6IgAqAG9sZG1vZHVsZWlkIjtzOjI6IjE1IjtzOjE5OiIAKgBvbGRtb2R1bGV2ZXJzaW9uIjtpOjA7czoxMjoiACoAY29udGV4dGlkIjtpOjA7czoxNToiACoAb2xkY29udGV4dGlkIjtpOjA7czoxMzoiACoAYWN0aXZpdHlpZCI7aTowO3M6MTY6IgAqAG9sZGFjdGl2aXR5aWQiO2k6MDt9aToxOTtPOjI2OiJyZXN0b3JlX3F1aXpfYWN0aXZpdHlfdGFzayI6MTU6e3M6NzoiACoAbmFtZSI7czo0OiJUZXN0IjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE2MDE7aToxO3I6MTU4NDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjIyNjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTYiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjIwO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjE2OiJHcmFwaGljYWwgQW5zd2VyIjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE2NDE7aToxO3I6MTY1MTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjIzNTtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTciO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjIxO086MjY6InJlc3RvcmVfcXVpel9hY3Rpdml0eV90YXNrIjoxNTp7czo3OiIAKgBuYW1lIjtzOjQ2OiJSYW5kb20gdmFyaWFibGVzOiBHZW5lcmF0aW5nIHRhYmxlcyBmcm9tIGxpc3RzIjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE3MTk7aToxO3I6MTcyOTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7czo3OiIAKgBpbmZvIjtyOjI0NDtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjQ6InF1aXoiO3M6MTE6IgAqAG1vZHVsZWlkIjtpOjA7czoxNDoiACoAb2xkbW9kdWxlaWQiO3M6MjoiMTgiO3M6MTk6IgAqAG9sZG1vZHVsZXZlcnNpb24iO2k6MDtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MDtzOjE1OiIAKgBvbGRjb250ZXh0aWQiO2k6MDtzOjEzOiIAKgBhY3Rpdml0eWlkIjtpOjA7czoxNjoiACoAb2xkYWN0aXZpdHlpZCI7aTowO31pOjIyO086MTg6InJlc3RvcmVfZmluYWxfdGFzayI6Njp7czo3OiIAKgBuYW1lIjtzOjEwOiJmaW5hbF90YXNrIjtzOjc6IgAqAHBsYW4iO3I6MjgwO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTtzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6NjU6Ii92YXIvd3d3L21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzE4YjBmMmM0Y2FmNjQxMjQzY2I2M2ViOTZkNDg3YTZiIjtzOjEyOiIAKgBwcmVsb2FkZWQiO2I6MDtzOjEwOiIAKgBkZWNvZGVyIjtPOjI0OiJyZXN0b3JlX2RlY29kZV9wcm9jZXNzb3IiOjU6e3M6MTE6IgAqAGNvbnRlbnRzIjthOjA6e31zOjg6IgAqAHJ1bGVzIjthOjA6e31zOjEyOiIAKgByZXN0b3JlaWQiO3M6MzI6IjU2MmIwYmUxNzg1NWI3YTg0MTU3NDllNjQwNTZiMTM2IjtzOjE2OiIAKgBzb3VyY2V3d3dyb290IjtzOjIxOiJodHRwOi8vbG9jYWxob3N0OjgwMDAiO3M6MTY6IgAqAHRhcmdldHd3d3Jvb3QiO3M6MjE6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMCI7fXM6MTc6IgAqAG1pc3Npbmdtb2R1bGVzIjtiOjA7czoyMzoiACoAZXhjbHVkaW5nZGFjdGl2aXRpZXMiO2I6MDt9czoxMjoiACoAZXhlY3V0aW9uIjtpOjE7czoxNjoiACoAZXhlY3V0aW9udGltZSI7aTowO3M6MTE6IgAqAGNoZWNrc3VtIjtzOjMyOiI1ZWQ3M2FlMzY5ZjZmM2ZjYTFiYjU4NTQ2MDk5OTVmOCI7fQ=='),(2,'4cc78b880fef56ed8db5c460a4552ee8','restore','course',2,'moodle2',1,10,2,1000,1,0,'075ffe8c5f7f989bce34485f5fa0dae1',1736241437,1736241456,0.00000000000000,''); +/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_courses` +-- + +DROP TABLE IF EXISTS `m_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_courses` +-- + +LOCK TABLES `m_backup_courses` WRITE; +/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_logs` +-- + +DROP TABLE IF EXISTS `m_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), + KEY `m_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_backup_logs` +-- + +LOCK TABLES `m_backup_logs` WRITE; +/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; +INSERT INTO `m_backup_logs` VALUES (1,'562b0be17855b7a8415749e64056b136',40,'instantiating restore controller 562b0be17855b7a8415749e64056b136',1736241431),(2,'562b0be17855b7a8415749e64056b136',50,'setting controller status to 100',1736241431),(3,'562b0be17855b7a8415749e64056b136',50,'loading backup info',1736241431),(4,'562b0be17855b7a8415749e64056b136',50,'loading controller plan',1736241431),(5,'562b0be17855b7a8415749e64056b136',50,'setting controller status to 300',1736241431),(6,'562b0be17855b7a8415749e64056b136',50,'applying restore defaults',1736241431),(7,'562b0be17855b7a8415749e64056b136',50,'Unknown setting: questionbank',1736241431),(8,'562b0be17855b7a8415749e64056b136',50,'setting controller status to 400',1736241431),(9,'562b0be17855b7a8415749e64056b136',40,'checking plan security',1736241431),(10,'562b0be17855b7a8415749e64056b136',50,'setting controller status to 500',1736241431),(11,'562b0be17855b7a8415749e64056b136',40,'checking plan security',1736241431),(12,'562b0be17855b7a8415749e64056b136',40,'checking plan security',1736241431),(13,'562b0be17855b7a8415749e64056b136',40,'checking plan security',1736241431),(14,'562b0be17855b7a8415749e64056b136',50,'saving controller to db',1736241431),(15,'562b0be17855b7a8415749e64056b136',50,'calculating controller checksum 5ed73ae369f6f3fca1bb5854609995f8',1736241431),(16,'4cc78b880fef56ed8db5c460a4552ee8',40,'instantiating restore controller 4cc78b880fef56ed8db5c460a4552ee8',1736241436),(17,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 100',1736241436),(18,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading backup info',1736241436),(19,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller plan',1736241436),(20,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 300',1736241436),(21,'4cc78b880fef56ed8db5c460a4552ee8',50,'applying restore defaults',1736241436),(22,'4cc78b880fef56ed8db5c460a4552ee8',50,'Unknown setting: questionbank',1736241436),(23,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 400',1736241436),(24,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241436),(25,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 500',1736241436),(26,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241436),(27,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241436),(28,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241437),(29,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241437),(30,'4cc78b880fef56ed8db5c460a4552ee8',50,'calculating controller checksum c6febb8b194221115e864d9f6fc9d643',1736241437),(31,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller from db',1736241438),(32,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241438),(33,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241438),(34,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241438),(35,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241438),(36,'4cc78b880fef56ed8db5c460a4552ee8',50,'calculating controller checksum c6febb8b194221115e864d9f6fc9d643',1736241438),(37,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller from db',1736241440),(38,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241440),(39,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241440),(40,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241440),(41,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241440),(42,'4cc78b880fef56ed8db5c460a4552ee8',50,'calculating controller checksum c6febb8b194221115e864d9f6fc9d643',1736241440),(43,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller from db',1736241443),(44,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241443),(45,'4cc78b880fef56ed8db5c460a4552ee8',40,'checking plan security',1736241443),(46,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 600',1736241443),(47,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241443),(48,'4cc78b880fef56ed8db5c460a4552ee8',50,'calculating controller checksum 9ba61aaec88d0d6e91497c86c5c062e3',1736241443),(49,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller from db',1736241443),(50,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 700',1736241443),(51,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241443),(52,'4cc78b880fef56ed8db5c460a4552ee8',50,'calculating controller checksum 15f4ab038a7cd6972cff4ce44a80cdb5',1736241443),(53,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller from db',1736241443),(54,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 800',1736241443),(55,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241443),(56,'4cc78b880fef56ed8db5c460a4552ee8',50,'calculating controller checksum 075ffe8c5f7f989bce34485f5fa0dae1',1736241443),(57,'4cc78b880fef56ed8db5c460a4552ee8',50,'loading controller from db',1736241443),(58,'4cc78b880fef56ed8db5c460a4552ee8',50,'processing file aliases queue. 0 entries.',1736241456),(59,'4cc78b880fef56ed8db5c460a4552ee8',50,'setting controller status to 1000',1736241456),(60,'4cc78b880fef56ed8db5c460a4552ee8',50,'saving controller to db',1736241456); +/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge` +-- + +DROP TABLE IF EXISTS `m_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badg_typ_ix` (`type`), + KEY `m_badg_cou_ix` (`courseid`), + KEY `m_badg_use_ix` (`usermodified`), + KEY `m_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge` +-- + +LOCK TABLES `m_badge` WRITE; +/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_alignment` +-- + +DROP TABLE IF EXISTS `m_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcomp_bad3_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_alignment` +-- + +LOCK TABLES `m_badge_alignment` WRITE; +/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `m_badgback_use_ix` (`userid`), + KEY `m_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack` +-- + +LOCK TABLES `m_badge_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgbackoaut_use_ix` (`usermodified`), + KEY `m_badgbackoaut_use2_ix` (`userid`), + KEY `m_badgbackoaut_iss_ix` (`issuerid`), + KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack_oauth2` +-- + +LOCK TABLES `m_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria` +-- + +DROP TABLE IF EXISTS `m_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `m_badgcrit_cri_ix` (`criteriatype`), + KEY `m_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria` +-- + +LOCK TABLES `m_badge_criteria` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritmet_cri_ix` (`critid`), + KEY `m_badgcritmet_use_ix` (`userid`), + KEY `m_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_badge_criteria_met` +-- + +LOCK TABLES `m_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria_param` +-- + +LOCK TABLES `m_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_endorsement` +-- + +DROP TABLE IF EXISTS `m_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_endorsement` +-- + +LOCK TABLES `m_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external` +-- + +DROP TABLE IF EXISTS `m_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external` +-- + +LOCK TABLES `m_badge_external` WRITE; +/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), + KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_backpack` +-- + +LOCK TABLES `m_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `m_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_identifier` +-- + +LOCK TABLES `m_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_issued` +-- + +DROP TABLE IF EXISTS `m_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `m_badgissu_bad_ix` (`badgeid`), + KEY `m_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_issued` +-- + +LOCK TABLES `m_badge_issued` WRITE; +/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_manual_award` +-- + +DROP TABLE IF EXISTS `m_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgmanuawar_bad_ix` (`badgeid`), + KEY `m_badgmanuawar_rec_ix` (`recipientid`), + KEY `m_badgmanuawar_iss_ix` (`issuerid`), + KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_manual_award` +-- + +LOCK TABLES `m_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_related` +-- + +DROP TABLE IF EXISTS `m_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `m_badgrela_bad_ix` (`badgeid`), + KEY `m_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_related` +-- + +LOCK TABLES `m_badge_related` WRITE; +/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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 NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_bigbluebuttonbn` +-- + +LOCK TABLES `m_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_bigblogs_cou_ix` (`courseid`), + KEY `m_bigblogs_log_ix` (`log`), + KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `m_bigblogs_uselog_ix` (`userid`,`log`), + KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_logs` +-- + +LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_bigbreco_cou_ix` (`courseid`), + KEY `m_bigbreco_rec_ix` (`recordingid`), + KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `m_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block` +-- + +DROP TABLE IF EXISTS `m_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block` +-- + +LOCK TABLES `m_block` WRITE; +/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; +INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(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),(29,'private_files',0,0,1),(31,'recent_activity',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,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); +/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_instances` +-- + +DROP TABLE IF EXISTS `m_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `m_blocinst_tim_ix` (`timemodified`), + KEY `m_blocinst_par_ix` (`parentcontextid`), + KEY `m_blocinst_blo_ix` (`blockname`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_instances` +-- + +LOCK TABLES `m_block_instances` WRITE; +/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; +INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); +/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_positions` +-- + +DROP TABLE IF EXISTS `m_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `m_blocposi_blo_ix` (`blockinstanceid`), + KEY `m_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_positions` +-- + +LOCK TABLES `m_block_positions` WRITE; +/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recent_activity` +-- + +DROP TABLE IF EXISTS `m_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recent_activity` +-- + +LOCK TABLES `m_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `m_blocrece_use_ix` (`userid`), + KEY `m_blocrece_cou_ix` (`courseid`), + KEY `m_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recentlyaccesseditems` +-- + +LOCK TABLES `m_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_rss_client` +-- + +DROP TABLE IF EXISTS `m_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_block_rss_client` +-- + +LOCK TABLES `m_block_rss_client` WRITE; +/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_association` +-- + +DROP TABLE IF EXISTS `m_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blogasso_con_ix` (`contextid`), + KEY `m_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_association` +-- + +LOCK TABLES `m_blog_association` WRITE; +/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_external` +-- + +DROP TABLE IF EXISTS `m_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_blog_external` +-- + +LOCK TABLES `m_blog_external` WRITE; +/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book` +-- + +DROP TABLE IF EXISTS `m_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book` +-- + +LOCK TABLES `m_book` WRITE; +/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book_chapters` +-- + +DROP TABLE IF EXISTS `m_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book_chapters` +-- + +LOCK TABLES `m_book_chapters` WRITE; +/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_filters` +-- + +DROP TABLE IF EXISTS `m_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_filters` +-- + +LOCK TABLES `m_cache_filters` WRITE; +/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_flags` +-- + +DROP TABLE IF EXISTS `m_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_cachflag_fla_ix` (`flagtype`), + KEY `m_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_flags` +-- + +LOCK TABLES `m_cache_flags` WRITE; +/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; +INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1736241403,'1',1736248603),(2,'accesslib/dirtycontexts','/1/3/21',1736241443,'1',1736248643),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1736241319,'1',1736248519),(6,'accesslib/dirtyusers','3',1736241448,'1',1736248648),(7,'accesslib/dirtyusers','4',1736241448,'1',1736248648); +/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_capabilities` +-- + +DROP TABLE IF EXISTS `m_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=746 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_capabilities` +-- + +LOCK TABLES `m_capabilities` WRITE; +/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; +INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(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),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0),(734,'moodle/group:configurecustomfields','write',10,'moodle',16),(735,'moodle/contentbank:copyanycontent','write',50,'moodle',16),(736,'moodle/contentbank:copycontent','write',50,'moodle',16),(737,'moodle/course:configurecoursecommunication','write',50,'moodle',0),(738,'moodle/moodlenet:sharecourse','read',50,'moodle',0),(739,'mod/forum:canmailnow','write',70,'mod_forum',16),(740,'communication/matrix:moderator','read',50,'communication_matrix',0),(741,'tool/mfa:mfaaccess','write',30,'tool_mfa',0),(742,'factor/capability:cannotpassfactor','read',10,'factor_capability',0),(743,'moodle/reportbuilder:viewall','read',10,'moodle',0),(744,'tool/uploadcourse:use','write',40,'tool_uploadcourse',16),(745,'tiny/premium:accesspremium','read',30,'tiny_premium',0); +/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat` +-- + +DROP TABLE IF EXISTS `m_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat` +-- + +LOCK TABLES `m_chat` WRITE; +/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages` +-- + +DROP TABLE IF EXISTS `m_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmess_use_ix` (`userid`), + KEY `m_chatmess_gro_ix` (`groupid`), + KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages` +-- + +LOCK TABLES `m_chat_messages` WRITE; +/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages_current` +-- + +DROP TABLE IF EXISTS `m_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmesscurr_use_ix` (`userid`), + KEY `m_chatmesscurr_gro_ix` (`groupid`), + KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages_current` +-- + +LOCK TABLES `m_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_users` +-- + +DROP TABLE IF EXISTS `m_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_chatuser_use_ix` (`userid`), + KEY `m_chatuser_las_ix` (`lastping`), + KEY `m_chatuser_gro_ix` (`groupid`), + KEY `m_chatuser_cha_ix` (`chatid`), + KEY `m_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_chat_users` +-- + +LOCK TABLES `m_chat_users` WRITE; +/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice` +-- + +DROP TABLE IF EXISTS `m_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice` +-- + +LOCK TABLES `m_choice` WRITE; +/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_answers` +-- + +DROP TABLE IF EXISTS `m_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiansw_use_ix` (`userid`), + KEY `m_choiansw_cho_ix` (`choiceid`), + KEY `m_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_answers` +-- + +LOCK TABLES `m_choice_answers` WRITE; +/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_options` +-- + +DROP TABLE IF EXISTS `m_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_options` +-- + +LOCK TABLES `m_choice_options` WRITE; +/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort` +-- + +DROP TABLE IF EXISTS `m_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_cohort` +-- + +LOCK TABLES `m_cohort` WRITE; +/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort_members` +-- + +DROP TABLE IF EXISTS `m_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `m_cohomemb_coh_ix` (`cohortid`), + KEY `m_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cohort_members` +-- + +LOCK TABLES `m_cohort_members` WRITE; +/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_comments` +-- + +DROP TABLE IF EXISTS `m_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `m_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_comments` +-- + +LOCK TABLES `m_comments` WRITE; +/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication` +-- + +DROP TABLE IF EXISTS `m_communication`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `active` tinyint(1) NOT NULL DEFAULT '1', + `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_comm_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication` +-- + +LOCK TABLES `m_communication` WRITE; +/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_customlink` +-- + +DROP TABLE IF EXISTS `m_communication_customlink`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_customlink` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_commcust_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_communication_customlink` +-- + +LOCK TABLES `m_communication_customlink` WRITE; +/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_user` +-- + +DROP TABLE IF EXISTS `m_communication_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `userid` bigint NOT NULL, + `synced` tinyint(1) NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_commuser_com_ix` (`commid`), + KEY `m_commuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication_user` +-- + +LOCK TABLES `m_communication_user` WRITE; +/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency` +-- + +DROP TABLE IF EXISTS `m_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `m_comp_rul_ix` (`ruleoutcome`), + KEY `m_comp_sca_ix` (`scaleid`), + KEY `m_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency` +-- + +LOCK TABLES `m_competency` WRITE; +/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `m_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `m_compcour_cou2_ix` (`courseid`), + KEY `m_compcour_com_ix` (`competencyid`), + KEY `m_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_coursecomp` +-- + +LOCK TABLES `m_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_cou_uix` (`courseid`), + KEY `m_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_competency_coursecompsetting` +-- + +LOCK TABLES `m_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_evidence` +-- + +DROP TABLE IF EXISTS `m_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compevid_use_ix` (`usercompetencyid`), + KEY `m_compevid_act_ix` (`actionuserid`), + KEY `m_compevid_con_ix` (`contextid`), + KEY `m_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_evidence` +-- + +LOCK TABLES `m_competency_evidence` WRITE; +/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_framework` +-- + +DROP TABLE IF EXISTS `m_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), + KEY `m_compfram_con_ix` (`contextid`), + KEY `m_compfram_sca_ix` (`scaleid`), + KEY `m_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_framework` +-- + +LOCK TABLES `m_competency_framework` WRITE; +/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `m_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `m_compmodu_cmi_ix` (`cmid`), + KEY `m_compmodu_com_ix` (`competencyid`), + KEY `m_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_modulecomp` +-- + +LOCK TABLES `m_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plan` +-- + +DROP TABLE IF EXISTS `m_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compplan_usesta_ix` (`userid`,`status`), + KEY `m_compplan_tem_ix` (`templateid`), + KEY `m_compplan_stadue_ix` (`status`,`duedate`), + KEY `m_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plan` +-- + +LOCK TABLES `m_competency_plan` WRITE; +/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plancomp` +-- + +DROP TABLE IF EXISTS `m_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), + KEY `m_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plancomp` +-- + +LOCK TABLES `m_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `m_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comprela_com_ix` (`competencyid`), + KEY `m_comprela_rel_ix` (`relatedcompetencyid`), + KEY `m_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_relatedcomp` +-- + +LOCK TABLES `m_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_template` +-- + +DROP TABLE IF EXISTS `m_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_use_ix` (`usermodified`), + KEY `m_comptemp_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_template` +-- + +LOCK TABLES `m_competency_template` WRITE; +/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `m_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `m_comptemp_tem2_ix` (`templateid`), + KEY `m_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecohort` +-- + +LOCK TABLES `m_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `m_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_tem_ix` (`templateid`), + KEY `m_comptemp_com_ix` (`competencyid`), + KEY `m_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecomp` +-- + +LOCK TABLES `m_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercomp` +-- + +DROP TABLE IF EXISTS `m_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `m_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercomp` +-- + +LOCK TABLES `m_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `m_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `m_compuser_use4_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompcourse` +-- + +LOCK TABLES `m_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `m_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `m_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompplan` +-- + +LOCK TABLES `m_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidence` +-- + +DROP TABLE IF EXISTS `m_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compuser_use_ix` (`userid`), + KEY `m_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidence` +-- + +LOCK TABLES `m_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `m_compuser_use2_ix` (`userevidenceid`), + KEY `m_compuser_use6_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidencecomp` +-- + +LOCK TABLES `m_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config` +-- + +DROP TABLE IF EXISTS `m_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=623 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config` +-- + +LOCK TABLES `m_config` WRITE; +/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; +INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2024042200'),(9,'backup_release','4.4'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','tiny,atto,textarea'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1736241322'),(25,'jsrev','1736241322'),(26,'gdversion','2'),(27,'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'),(28,'version','2024042205.03'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1736241322'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.4.5+ (Build: 20250103)'),(380,'branch','404'),(381,'localcachedirpurged','1736241323'),(382,'scheduledtaskreset','1736241323'),(383,'allversionshash','ce6dcf59eb3846276d8a2b6361ddd15afd065892'),(385,'registrationpending','1'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1736241322'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v127'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','119121804f83bebf03c5bb5e4a15c3fd10e50531'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'),(616,'format_plugins_sortorder','topics,weeks,singleactivity,social'),(617,'gradeexport_default','ods'),(618,'forum_announcementmaxattachments','1'),(619,'forum_announcementsubscription','1'),(620,'loginpasswordtoggle','2'),(621,'task_adhoc_failed_retention','2419200'); +/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_log` +-- + +DROP TABLE IF EXISTS `m_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_conflog_tim_ix` (`timemodified`), + KEY `m_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2019 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_log` +-- + +LOCK TABLES `m_config_log` WRITE; +/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; +INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL),(1989,2,1727707838,NULL,'gradeexport_default','ods',NULL),(1990,2,1727707838,'core_h5p','h5pcustomcss','',NULL),(1991,2,1727707838,'assign','markinganonymous','0',NULL),(1992,2,1727707838,'assign','markinganonymous_adv','',NULL),(1993,2,1727707838,'assign','markinganonymous_locked','',NULL),(1994,2,1727707838,NULL,'forum_announcementmaxattachments','1',NULL),(1995,2,1727707838,NULL,'forum_announcementsubscription','1',NULL),(1996,2,1727707839,'factor_sms','enabled','0',NULL),(1997,2,1727707839,'factor_sms','weight','100',NULL),(1998,2,1727707839,'factor_sms','duration','1800',NULL),(1999,2,1727707839,'factor_sms','countrycode','0',NULL),(2000,2,1727707839,'factor_sms','gateway','aws_sns',NULL),(2001,2,1727707839,NULL,'loginpasswordtoggle','2',NULL),(2002,2,1727707839,'auth_ldap','sync_updateuserchunk','1000',NULL),(2003,2,1727707839,'cachestore_redis','test_clustermode','0',NULL),(2004,2,1727707839,'enrol_manual','sendcoursewelcomemessage','1',NULL),(2005,2,1727707839,'qtype_ordering','defaultanswerformat','0',NULL),(2006,2,1727707839,'qtype_wq','log_server_errors','0',NULL),(2007,2,1727707838,NULL,'task_adhoc_failed_retention','2419200',NULL),(2008,2,1727707846,'factor_sms','usecredchain','0',NULL),(2009,2,1727707846,'factor_sms','api_key','',NULL),(2010,2,1727707846,'factor_sms','api_secret','',NULL),(2011,2,1727707846,'factor_sms','api_region','ap-southeast-2',NULL),(2012,2,1736241328,'backup','backup_general_customfield','1',NULL),(2013,2,1736241328,'backup','backup_general_customfield_locked','',NULL),(2014,2,1736241328,'backup','backup_import_customfield','1',NULL),(2015,2,1736241328,'backup','backup_import_customfield_locked','',NULL),(2016,2,1736241328,'backup','backup_auto_customfield','1',NULL),(2017,2,1736241328,'restore','restore_general_customfield','1',NULL),(2018,2,1736241328,'restore','restore_general_customfield_locked','',NULL); +/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_plugins` +-- + +DROP TABLE IF EXISTS `m_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2505 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_plugins` +-- + +LOCK TABLES `m_config_plugins` WRITE; +/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; +INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2024042200'),(198,'availability_completion','version','2024042200'),(199,'availability_date','version','2024042200'),(200,'availability_grade','version','2024042200'),(201,'availability_group','version','2024042200'),(202,'availability_grouping','version','2024042200'),(203,'availability_profile','version','2024042200'),(204,'qtype_calculated','version','2024042200'),(205,'qtype_calculatedmulti','version','2024042200'),(206,'qtype_calculatedsimple','version','2024042200'),(207,'qtype_ddimageortext','version','2024042200'),(208,'qtype_ddmarker','version','2024042200'),(209,'qtype_ddwtos','version','2024042200'),(210,'qtype_description','version','2024042200'),(211,'qtype_essay','version','2024042200'),(212,'qtype_gapselect','version','2024042200'),(213,'qtype_match','version','2024042200'),(214,'qtype_missingtype','version','2024042200'),(215,'qtype_multianswer','version','2024042200'),(216,'qtype_multichoice','version','2024042200'),(217,'qtype_numerical','version','2024042200'),(218,'qtype_random','version','2024042200'),(219,'qtype_randomsamatch','version','2024042200'),(220,'qtype_shortanswer','version','2024042200'),(221,'qtype_truefalse','version','2024042200'),(222,'mod_assign','version','2024042200'),(225,'mod_book','version','2024042200'),(226,'mod_chat','version','2024042200'),(227,'mod_choice','version','2024042200'),(228,'mod_data','version','2024042201'),(229,'mod_feedback','version','2024042200'),(231,'mod_folder','version','2024042200'),(233,'mod_forum','version','2024042200'),(234,'mod_glossary','version','2024042200'),(235,'mod_imscp','version','2024042200'),(237,'mod_label','version','2024042200'),(238,'mod_lesson','version','2024042200'),(239,'mod_lti','version','2024042200'),(240,'mod_page','version','2024042200'),(242,'mod_quiz','version','2024042200'),(243,'mod_resource','version','2024042200'),(244,'mod_scorm','version','2024042200'),(245,'mod_survey','version','2024042200'),(247,'mod_url','version','2024042200'),(249,'mod_wiki','version','2024042200'),(251,'mod_workshop','version','2024042200'),(252,'auth_cas','version','2024042200'),(254,'auth_db','version','2024042200'),(256,'auth_email','version','2024042200'),(257,'auth_ldap','version','2024042200'),(259,'auth_lti','version','2024042200'),(260,'auth_manual','version','2024042200'),(261,'auth_mnet','version','2024042200'),(263,'auth_nologin','version','2024042200'),(264,'auth_none','version','2024042200'),(265,'auth_oauth2','version','2024042200'),(266,'auth_shibboleth','version','2024042200'),(268,'auth_webservice','version','2024042200'),(269,'calendartype_gregorian','version','2024042200'),(270,'enrol_category','version','2024042200'),(272,'enrol_cohort','version','2024042200'),(273,'enrol_database','version','2024042200'),(275,'enrol_flatfile','version','2024042200'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2024042200'),(286,'enrol_imsenterprise','version','2024042200'),(288,'enrol_ldap','version','2024042200'),(290,'enrol_lti','version','2024042200'),(291,'enrol_manual','version','2024042200'),(293,'enrol_meta','version','2024042200'),(295,'enrol_mnet','version','2024042200'),(296,'enrol_paypal','version','2024042200'),(297,'enrol_self','version','2024042200'),(299,'message_airnotifier','version','2024042200'),(329,'message_email','version','2024042200'),(442,'message_popup','version','2024042200'),(474,'block_activity_modules','version','2024042200'),(475,'block_activity_results','version','2024042200'),(476,'block_admin_bookmarks','version','2024042200'),(477,'block_badges','version','2024042200'),(478,'block_blog_menu','version','2024042200'),(479,'block_blog_recent','version','2024042200'),(480,'block_blog_tags','version','2024042200'),(481,'block_calendar_month','version','2024042200'),(482,'block_calendar_upcoming','version','2024042200'),(483,'block_comments','version','2024042200'),(485,'block_completionstatus','version','2024042200'),(486,'block_course_list','version','2024042200'),(487,'block_course_summary','version','2024042200'),(488,'block_feedback','version','2024042200'),(490,'block_globalsearch','version','2024042200'),(491,'block_glossary_random','version','2024042200'),(492,'block_html','version','2024042200'),(493,'block_login','version','2024042200'),(494,'block_lp','version','2024042200'),(495,'block_mentees','version','2024042200'),(496,'block_mnet_hosts','version','2024042200'),(497,'block_myoverview','version','2024042200'),(498,'block_myprofile','version','2024042200'),(499,'block_navigation','version','2024042200'),(500,'block_news_items','version','2024042200'),(501,'block_online_users','version','2024042200'),(503,'block_private_files','version','2024042200'),(506,'block_recent_activity','version','2024042200'),(507,'block_rss_client','version','2024042200'),(508,'block_search_forums','version','2024042200'),(509,'block_section_links','version','2024042200'),(510,'block_selfcompletion','version','2024042200'),(511,'block_settings','version','2024042200'),(512,'block_site_main_menu','version','2024042200'),(513,'block_social_activities','version','2024042200'),(514,'block_tag_flickr','version','2024042200'),(515,'block_tag_youtube','version','2024042200'),(517,'block_tags','version','2024042200'),(518,'media_html5audio','version','2024042200'),(519,'media_html5video','version','2024042200'),(521,'media_videojs','version','2024042200'),(522,'media_vimeo','version','2024042200'),(523,'media_youtube','version','2024042200'),(524,'filter_activitynames','version','2024042200'),(526,'filter_algebra','version','2024042200'),(528,'filter_data','version','2024042200'),(530,'filter_emailprotect','version','2024042200'),(531,'filter_emoticon','version','2024042200'),(532,'filter_glossary','version','2024042200'),(534,'filter_mathjaxloader','version','2024042200'),(536,'filter_mediaplugin','version','2024042200'),(538,'filter_multilang','version','2024042200'),(539,'filter_tex','version','2024042200'),(541,'filter_tidy','version','2024042200'),(542,'filter_urltolink','version','2024042200'),(543,'editor_atto','version','2024042200'),(545,'editor_textarea','version','2024042200'),(547,'format_singleactivity','version','2024042200'),(548,'format_social','version','2024042200'),(549,'format_topics','version','2024042200'),(550,'format_weeks','version','2024042200'),(551,'dataformat_csv','version','2024042200'),(552,'dataformat_excel','version','2024042200'),(553,'dataformat_html','version','2024042200'),(554,'dataformat_json','version','2024042200'),(555,'dataformat_ods','version','2024042200'),(556,'profilefield_checkbox','version','2024042200'),(557,'profilefield_datetime','version','2024042200'),(558,'profilefield_menu','version','2024042200'),(559,'profilefield_text','version','2024042200'),(560,'profilefield_textarea','version','2024042200'),(561,'report_backups','version','2024042200'),(562,'report_competency','version','2024042200'),(563,'report_completion','version','2024042200'),(565,'report_configlog','version','2024042200'),(566,'report_courseoverview','version','2024042200'),(567,'report_eventlist','version','2024042200'),(568,'report_insights','version','2024042200'),(569,'report_log','version','2024042200'),(571,'report_loglive','version','2024042200'),(572,'report_outline','version','2024042200'),(574,'report_participation','version','2024042200'),(576,'report_performance','version','2024042200'),(577,'report_progress','version','2024042200'),(579,'report_questioninstances','version','2024042200'),(580,'report_security','version','2024042200'),(581,'report_stats','version','2024042200'),(583,'report_usersessions','version','2024042200'),(584,'gradeexport_ods','version','2024042200'),(585,'gradeexport_txt','version','2024042200'),(586,'gradeexport_xls','version','2024042200'),(587,'gradeexport_xml','version','2024042200'),(588,'gradeimport_csv','version','2024042200'),(589,'gradeimport_direct','version','2024042200'),(590,'gradeimport_xml','version','2024042200'),(591,'gradereport_grader','version','2024042200'),(592,'gradereport_history','version','2024042200'),(593,'gradereport_outcomes','version','2024042200'),(594,'gradereport_overview','version','2024042200'),(595,'gradereport_singleview','version','2024042200'),(596,'gradereport_user','version','2024042200'),(597,'gradingform_guide','version','2024042200'),(598,'gradingform_rubric','version','2024042200'),(599,'mlbackend_php','version','2024042200'),(600,'mlbackend_python','version','2024042200'),(601,'mnetservice_enrol','version','2024042200'),(602,'webservice_rest','version','2024042200'),(603,'webservice_soap','version','2024042200'),(605,'repository_areafiles','version','2024042200'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2024042200'),(611,'repository_dropbox','version','2024042200'),(612,'repository_equella','version','2024042200'),(613,'repository_filesystem','version','2024042200'),(614,'repository_flickr','version','2024042200'),(615,'repository_flickr_public','version','2024042200'),(616,'repository_googledocs','version','2024042200'),(617,'repository_local','version','2024042200'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2024042200'),(622,'repository_onedrive','version','2024042200'),(624,'repository_recent','version','2024042200'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2024042200'),(630,'repository_upload','version','2024042200'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2024042200'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2024042200'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2024042200'),(643,'repository_wikimedia','version','2024042200'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2024042200'),(650,'portfolio_download','version','2024042200'),(651,'portfolio_flickr','version','2024042200'),(652,'portfolio_googledocs','version','2024042200'),(653,'portfolio_mahara','version','2024042200'),(655,'search_simpledb','version','2024042200'),(657,'search_solr','version','2024042200'),(658,'qbehaviour_adaptive','version','2024042200'),(659,'qbehaviour_adaptivenopenalty','version','2024042200'),(660,'qbehaviour_deferredcbm','version','2024042200'),(661,'qbehaviour_deferredfeedback','version','2024042200'),(662,'qbehaviour_immediatecbm','version','2024042200'),(663,'qbehaviour_immediatefeedback','version','2024042200'),(664,'qbehaviour_informationitem','version','2024042200'),(665,'qbehaviour_interactive','version','2024042200'),(666,'qbehaviour_interactivecountback','version','2024042200'),(667,'qbehaviour_manualgraded','version','2024042200'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2024042200'),(671,'qformat_aiken','version','2024042200'),(672,'qformat_blackboard_six','version','2024042200'),(674,'qformat_gift','version','2024042200'),(675,'qformat_missingword','version','2024042200'),(676,'qformat_multianswer','version','2024042200'),(678,'qformat_xhtml','version','2024042200'),(679,'qformat_xml','version','2024042200'),(680,'tool_analytics','version','2024042200'),(682,'tool_availabilityconditions','version','2024042200'),(683,'tool_behat','version','2024042200'),(684,'tool_capability','version','2024042200'),(685,'tool_cohortroles','version','2024042200'),(686,'tool_customlang','version','2024042200'),(688,'tool_dataprivacy','version','2024042200'),(707,'tool_dbtransfer','version','2024042200'),(708,'tool_filetypes','version','2024042200'),(709,'tool_generator','version','2024042200'),(711,'tool_httpsreplace','version','2024042200'),(712,'tool_innodb','version','2024042200'),(713,'tool_installaddon','version','2024042200'),(714,'tool_langimport','version','2024042200'),(715,'tool_log','version','2024042200'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2024042201'),(719,'tool_lpimportcsv','version','2024042200'),(720,'tool_lpmigrate','version','2024042200'),(721,'tool_messageinbound','version','2024042200'),(740,'tool_mobile','version','2024042200'),(741,'tool_monitor','version','2024042200'),(748,'tool_multilangupgrade','version','2024042200'),(749,'tool_oauth2','version','2024042200'),(750,'tool_phpunit','version','2024042200'),(751,'tool_policy','version','2024042200'),(752,'tool_profiling','version','2024042200'),(753,'tool_recyclebin','version','2024042200'),(754,'tool_replace','version','2024042200'),(755,'tool_spamcleaner','version','2024042200'),(756,'tool_task','version','2024042200'),(757,'tool_templatelibrary','version','2024042200'),(758,'tool_unsuproles','version','2024042200'),(760,'tool_uploadcourse','version','2024042200'),(761,'tool_uploaduser','version','2024042200'),(762,'tool_usertours','version','2024042200'),(764,'tool_xmldb','version','2024042200'),(765,'cachestore_apcu','version','2024042200'),(766,'cachestore_file','version','2024042200'),(770,'cachestore_redis','version','2024042200'),(771,'cachestore_session','version','2024042200'),(772,'cachestore_static','version','2024042200'),(773,'cachelock_file','version','2024042200'),(774,'fileconverter_googledrive','version','2024042200'),(775,'fileconverter_unoconv','version','2024042200'),(777,'theme_boost','version','2024042200'),(782,'assignsubmission_comments','version','2024042200'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2024042200'),(788,'assignsubmission_onlinetext','version','2024042200'),(790,'assignfeedback_comments','version','2024042200'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2024042200'),(798,'assignfeedback_file','version','2024042200'),(800,'assignfeedback_offline','version','2024042200'),(805,'booktool_exportimscp','version','2024042200'),(806,'booktool_importhtml','version','2024042200'),(807,'booktool_print','version','2024042200'),(808,'datafield_checkbox','version','2024042200'),(809,'datafield_date','version','2024042200'),(810,'datafield_file','version','2024042200'),(811,'datafield_latlong','version','2024042200'),(812,'datafield_menu','version','2024042200'),(813,'datafield_multimenu','version','2024042200'),(814,'datafield_number','version','2024042200'),(815,'datafield_picture','version','2024042200'),(816,'datafield_radiobutton','version','2024042200'),(817,'datafield_text','version','2024042200'),(818,'datafield_textarea','version','2024042200'),(819,'datafield_url','version','2024042200'),(820,'datapreset_imagegallery','version','2024042200'),(821,'ltiservice_gradebookservices','version','2024042200'),(822,'ltiservice_memberships','version','2024042200'),(823,'ltiservice_profile','version','2024042200'),(824,'ltiservice_toolproxy','version','2024042200'),(825,'ltiservice_toolsettings','version','2024042200'),(826,'quiz_grading','version','2024042200'),(828,'quiz_overview','version','2024042200'),(830,'quiz_responses','version','2024042200'),(832,'quiz_statistics','version','2024042200'),(834,'quizaccess_delaybetweenattempts','version','2024042200'),(835,'quizaccess_ipaddress','version','2024042200'),(836,'quizaccess_numattempts','version','2024042200'),(837,'quizaccess_offlineattempts','version','2024042200'),(838,'quizaccess_openclosedate','version','2024042200'),(839,'quizaccess_password','version','2024042200'),(841,'quizaccess_securewindow','version','2024042200'),(842,'quizaccess_timelimit','version','2024042200'),(843,'scormreport_basic','version','2024042200'),(844,'scormreport_graphs','version','2024042200'),(845,'scormreport_interactions','version','2024042200'),(846,'scormreport_objectives','version','2024042200'),(847,'workshopform_accumulative','version','2024042200'),(849,'workshopform_comments','version','2024042200'),(851,'workshopform_numerrors','version','2024042200'),(853,'workshopform_rubric','version','2024042200'),(855,'workshopallocation_manual','version','2024042200'),(856,'workshopallocation_random','version','2024042200'),(857,'workshopallocation_scheduled','version','2024042200'),(858,'workshopeval_best','version','2024042200'),(859,'atto_accessibilitychecker','version','2024042200'),(860,'atto_accessibilityhelper','version','2024042200'),(861,'atto_align','version','2024042200'),(862,'atto_backcolor','version','2024042200'),(863,'atto_bold','version','2024042200'),(864,'atto_charmap','version','2024042200'),(865,'atto_clear','version','2024042200'),(866,'atto_collapse','version','2024042200'),(867,'atto_emoticon','version','2024042200'),(868,'atto_equation','version','2024042200'),(869,'atto_fontcolor','version','2024042200'),(870,'atto_html','version','2024042200'),(871,'atto_image','version','2024042200'),(872,'atto_indent','version','2024042200'),(873,'atto_italic','version','2024042200'),(874,'atto_link','version','2024042200'),(875,'atto_managefiles','version','2024042200'),(876,'atto_media','version','2024042200'),(877,'atto_noautolink','version','2024042200'),(878,'atto_orderedlist','version','2024042200'),(879,'atto_recordrtc','version','2024042200'),(880,'atto_rtl','version','2024042200'),(881,'atto_strike','version','2024042200'),(882,'atto_subscript','version','2024042200'),(883,'atto_superscript','version','2024042200'),(884,'atto_table','version','2024042200'),(885,'atto_title','version','2024042200'),(886,'atto_underline','version','2024042200'),(887,'atto_undo','version','2024042200'),(888,'atto_unorderedlist','version','2024042200'),(899,'logstore_database','version','2024042200'),(901,'logstore_standard','version','2024042200'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024110400'),(1881,'atto_wiris','version','2024110400'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024121900'),(1936,'qtype_matchwiris','version','2024121900'),(1937,'qtype_multianswerwiris','version','2024121900'),(1938,'qtype_multichoicewiris','version','2024121900'),(1939,'qtype_shortanswerwiris','version','2024121900'),(1940,'qtype_truefalsewiris','version','2024121900'),(1941,'qtype_wq','version','2024121900'),(1942,'mod_h5pactivity','version','2024042200'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2024042200'),(1946,'customfield_date','version','2024042200'),(1947,'customfield_select','version','2024042200'),(1948,'customfield_text','version','2024042200'),(1949,'customfield_textarea','version','2024042200'),(1950,'enrol_fee','version','2024042200'),(1951,'block_recentlyaccessedcourses','version','2024042200'),(1953,'block_recentlyaccesseditems','version','2024042200'),(1954,'block_starredcourses','version','2024042200'),(1955,'block_timeline','version','2024042200'),(1957,'filter_displayh5p','version','2024042200'),(1959,'dataformat_pdf','version','2024042200'),(1960,'report_infectedfiles','version','2024042200'),(1961,'report_status','version','2024042200'),(1962,'repository_contentbank','version','2024042200'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2024042200'),(1967,'tool_licensemanager','version','2024042200'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2024042200'),(1970,'contenttype_h5p','version','2024042200'),(1971,'theme_classic','version','2024042200'),(1972,'local_wirisquizzes','version','2024121900'),(1974,'paygw_paypal','version','2024042200'),(1976,'forumreport_summary','version','2024042200'),(1977,'ltiservice_basicoutcomes','version','2024042200'),(1978,'quizaccess_seb','version','2024042200'),(1980,'atto_emojipicker','version','2024042200'),(1981,'atto_h5p','version','2024042200'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1736241334'),(2102,'block_accessreview','version','2024042200'),(2103,'profilefield_social','version','2024042200'),(2104,'tool_brickfield','version','2024042200'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2024042200'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2024042200'),(2310,'qbank_columnsortorder','version','2024042203'),(2311,'qbank_comment','version','2024042200'),(2312,'qbank_customfields','version','2024042200'),(2313,'qbank_deletequestion','version','2024042200'),(2314,'qbank_editquestion','version','2024042200'),(2315,'qbank_exportquestions','version','2024042200'),(2316,'qbank_exporttoxml','version','2024042200'),(2317,'qbank_history','version','2024042200'),(2318,'qbank_importquestions','version','2024042200'),(2319,'qbank_managecategories','version','2024042200'),(2320,'qbank_previewquestion','version','2024042200'),(2321,'qbank_statistics','version','2024042200'),(2322,'qbank_tagquestion','version','2024042200'),(2323,'qbank_usage','version','2024042200'),(2324,'qbank_viewcreator','version','2024042200'),(2325,'qbank_viewquestionname','version','2024042200'),(2326,'qbank_viewquestiontext','version','2024042200'),(2327,'qbank_viewquestiontype','version','2024042200'),(2328,'tool_admin_presets','version','2024042200'),(2329,'tool_componentlibrary','version','2024042200'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix, api_secret@@factor_sms'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2024042200'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2024042200'),(2354,'datapreset_journal','version','2024042200'),(2355,'datapreset_proposals','version','2024042200'),(2356,'datapreset_resources','version','2024042200'),(2357,'tiny_accessibilitychecker','version','2024042200'),(2358,'tiny_autosave','version','2024042200'),(2359,'tiny_equation','version','2024042200'),(2360,'tiny_h5p','version','2024042200'),(2361,'tiny_link','version','2024042200'),(2362,'tiny_media','version','2024042200'),(2363,'tiny_recordrtc','version','2024042201'),(2364,'tiny_wiris','version','2024110400'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2024042200'),(2389,'communication_matrix','version','2024042200'),(2390,'filter_codehighlighter','version','2024042200'),(2391,'tool_mfa','version','2024042200'),(2392,'tiny_html','version','2024042200'),(2393,'tiny_noautolink','version','2024042200'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2024042201'),(2397,'factor_admin','version','2024042200'),(2398,'factor_auth','version','2024042200'),(2399,'factor_capability','version','2024042200'),(2400,'factor_cohort','version','2024042200'),(2401,'factor_email','version','2024042200'),(2402,'factor_grace','version','2024042200'),(2403,'factor_iprange','version','2024042200'),(2404,'factor_nosetup','version','2024042200'),(2405,'factor_role','version','2024042200'),(2406,'factor_token','version','2024042200'),(2407,'factor_totp','version','2024042200'),(2408,'factor_webauthn','version','2024042200'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','30'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'),(2467,'message','airnotifier_provider_moodle_failedtaskmaxdelay_locked','0'),(2468,'message','email_provider_moodle_failedtaskmaxdelay_locked','0'),(2469,'message','popup_provider_moodle_failedtaskmaxdelay_locked','0'),(2470,'message','message_provider_moodle_failedtaskmaxdelay_enabled','email,popup'),(2471,'message','airnotifier_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2472,'message','email_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2473,'message','popup_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2474,'message','message_provider_moodle_enrolcoursewelcomemessage_enabled','airnotifier,email,popup'),(2475,'qtype_ordering','version','2024042200'),(2476,'url','allowvariables','1'),(2477,'report_themeusage','version','2024042200'),(2478,'h5plib_v127','version','2024042200'),(2479,'factor_sms','version','2024042200'),(2480,'core_h5p','h5pcustomcss',''),(2481,'assign','markinganonymous','0'),(2482,'assign','markinganonymous_adv',''),(2483,'assign','markinganonymous_locked',''),(2484,'factor_sms','enabled','0'),(2485,'factor_sms','weight','100'),(2486,'factor_sms','duration','1800'),(2487,'factor_sms','countrycode','0'),(2488,'factor_sms','gateway','aws_sns'),(2489,'auth_ldap','sync_updateuserchunk','1000'),(2490,'cachestore_redis','test_clustermode','0'),(2491,'enrol_manual','sendcoursewelcomemessage','1'),(2492,'qtype_ordering','defaultanswerformat','0'),(2493,'qtype_wq','log_server_errors','0'),(2494,'factor_sms','usecredchain','0'),(2495,'factor_sms','api_key',''),(2496,'factor_sms','api_secret',''),(2497,'factor_sms','api_region','ap-southeast-2'),(2498,'backup','backup_general_customfield','1'),(2499,'backup','backup_general_customfield_locked',''),(2500,'backup','backup_import_customfield','1'),(2501,'backup','backup_import_customfield_locked',''),(2502,'backup','backup_auto_customfield','1'),(2503,'restore','restore_general_customfield','1'),(2504,'restore','restore_general_customfield_locked',''); +/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_contentbank_content` +-- + +DROP TABLE IF EXISTS `m_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_contcont_nam_ix` (`name`), + KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `m_contcont_con_ix` (`contextid`), + KEY `m_contcont_use_ix` (`usermodified`), + KEY `m_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_contentbank_content` +-- + +LOCK TABLES `m_contentbank_content` WRITE; +/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context` +-- + +DROP TABLE IF EXISTS `m_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_cont_ins_ix` (`instanceid`), + KEY `m_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_context` +-- + +LOCK TABLES `m_context` WRITE; +/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; +INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0),(31,30,5,'/1/31',2,0),(32,70,2,'/1/3/21/32',4,0),(33,70,3,'/1/3/21/33',4,0),(34,70,4,'/1/3/21/34',4,0),(35,70,5,'/1/3/21/35',4,0),(36,70,6,'/1/3/21/36',4,0),(37,70,7,'/1/3/21/37',4,0),(38,70,8,'/1/3/21/38',4,0),(39,70,9,'/1/3/21/39',4,0),(40,70,10,'/1/3/21/40',4,0),(41,70,11,'/1/3/21/41',4,0),(42,70,12,'/1/3/21/42',4,0),(43,70,13,'/1/3/21/43',4,0),(44,70,14,'/1/3/21/44',4,0),(45,70,15,'/1/3/21/45',4,0),(46,70,16,'/1/3/21/46',4,0),(47,70,17,'/1/3/21/47',4,0),(48,70,18,'/1/3/21/48',4,0); +/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context_temp` +-- + +DROP TABLE IF EXISTS `m_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_context_temp` +-- + +LOCK TABLES `m_context_temp` WRITE; +/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course` +-- + +DROP TABLE IF EXISTS `m_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_cour_cat_ix` (`category`), + KEY `m_cour_idn_ix` (`idnumber`), + KEY `m_cour_sho_ix` (`shortname`), + KEY `m_cour_sor_ix` (`sortorder`), + KEY `m_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course` +-- + +LOCK TABLES `m_course` WRITE; +/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; +INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1736241323,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1736241457,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_categories` +-- + +DROP TABLE IF EXISTS `m_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_categories` +-- + +LOCK TABLES `m_course_categories` WRITE; +/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; +INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); +/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `m_courcompaggrmeth_cou_ix` (`course`), + KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_aggr_methd` +-- + +LOCK TABLES `m_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `m_courcompcritcomp_use_ix` (`userid`), + KEY `m_courcompcritcomp_cou_ix` (`course`), + KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_crit_compl` +-- + +LOCK TABLES `m_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `m_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_criteria` +-- + +LOCK TABLES `m_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `m_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), + KEY `m_courcompdefa_mod_ix` (`module`), + KEY `m_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_defaults` +-- + +LOCK TABLES `m_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completions` +-- + +DROP TABLE IF EXISTS `m_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), + KEY `m_courcomp_use_ix` (`userid`), + KEY `m_courcomp_cou_ix` (`course`), + KEY `m_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completions` +-- + +LOCK TABLES `m_course_completions` WRITE; +/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_format_options` +-- + +DROP TABLE IF EXISTS `m_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `m_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_format_options` +-- + +LOCK TABLES `m_course_format_options` WRITE; +/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; +INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); +/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules` +-- + +DROP TABLE IF EXISTS `m_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courmodu_vis_ix` (`visible`), + KEY `m_courmodu_cou_ix` (`course`), + KEY `m_courmodu_mod_ix` (`module`), + KEY `m_courmodu_ins_ix` (`instance`), + KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `m_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules` +-- + +LOCK TABLES `m_course_modules` WRITE; +/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; +INSERT INTO `m_course_modules` VALUES (2,2,15,1,6,'',1711023091,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(3,2,15,2,6,'',1711023987,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(4,2,15,3,6,'',1711024082,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(5,2,15,4,6,'',1729524109,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(6,2,9,2,6,'',1711024652,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(7,2,16,1,6,'',1711024806,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(8,2,16,2,7,'',1727336879,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(9,2,16,3,7,'',1727275517,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(10,2,16,4,7,'',1727276507,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(11,2,16,5,7,'',1727276423,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(12,2,16,6,7,'',1727276469,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(13,2,16,7,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(14,2,16,8,7,'',1727276551,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(15,2,16,9,8,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(16,2,16,10,8,'',1727339025,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(17,2,16,11,8,'',1727333880,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(18,2,16,12,8,'',1727275855,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''); +/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_completion` +-- + +DROP TABLE IF EXISTS `m_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_modules_completion` +-- + +LOCK TABLES `m_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `m_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules_viewed` +-- + +LOCK TABLES `m_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_published` +-- + +DROP TABLE IF EXISTS `m_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courpubl_cou_ix` (`courseid`), + KEY `m_courpubl_hub_ix` (`hubcourseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_course_published` +-- + +LOCK TABLES `m_course_published` WRITE; +/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_request` +-- + +DROP TABLE IF EXISTS `m_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_request` +-- + +LOCK TABLES `m_course_request` WRITE; +/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_sections` +-- + +DROP TABLE IF EXISTS `m_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_sections` +-- + +LOCK TABLES `m_course_sections` WRITE; +/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; +INSERT INTO `m_course_sections` VALUES (6,2,0,'MathType Integration','',1,'2,3,4,5,6,7',1,NULL,NULL,NULL,1736241448),(7,2,1,'WirisQuizzes','',1,'8,9,10,11,12,13,14',1,NULL,NULL,NULL,1736241454),(8,2,2,'Additional resources','',1,'15,16,17,18',1,NULL,NULL,NULL,1736241455); +/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_category` +-- + +DROP TABLE IF EXISTS `m_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `m_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_category` +-- + +LOCK TABLES `m_customfield_category` WRITE; +/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_data` +-- + +DROP TABLE IF EXISTS `m_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `valuetrust` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `m_custdata_fie_ix` (`fieldid`), + KEY `m_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_data` +-- + +LOCK TABLES `m_customfield_data` WRITE; +/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_field` +-- + +DROP TABLE IF EXISTS `m_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `m_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_field` +-- + +LOCK TABLES `m_customfield_field` WRITE; +/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data` +-- + +DROP TABLE IF EXISTS `m_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data` +-- + +LOCK TABLES `m_data` WRITE; +/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_content` +-- + +DROP TABLE IF EXISTS `m_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datacont_rec_ix` (`recordid`), + KEY `m_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_content` +-- + +LOCK TABLES `m_data_content` WRITE; +/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_fields` +-- + +DROP TABLE IF EXISTS `m_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datafiel_typdat_ix` (`type`,`dataid`), + KEY `m_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_fields` +-- + +LOCK TABLES `m_data_fields` WRITE; +/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_records` +-- + +DROP TABLE IF EXISTS `m_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_datareco_dat_ix` (`dataid`), + KEY `m_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_records` +-- + +LOCK TABLES `m_data_records` WRITE; +/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `m_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_editor_atto_autosave` +-- + +LOCK TABLES `m_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol` +-- + +DROP TABLE IF EXISTS `m_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enro_enr_ix` (`enrol`), + KEY `m_enro_cou_ix` (`courseid`), + KEY `m_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol` +-- + +LOCK TABLES `m_enrol` WRITE; +/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; +INSERT INTO `m_enrol` VALUES (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,1566468838,1566468838),(4,'manual',0,2,2,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,1566468838,1566468838),(5,'self',1,2,3,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,1566468838,1566468838); +/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `m_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enroflat_cou_ix` (`courseid`), + KEY `m_enroflat_use_ix` (`userid`), + KEY `m_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_flatfile` +-- + +LOCK TABLES `m_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` tinyint(1) NOT NULL DEFAULT '0', + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), + UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_app_registration` +-- + +LOCK TABLES `m_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `m_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_context` +-- + +LOCK TABLES `m_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `m_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_deployment` +-- + +LOCK TABLES `m_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_context` +-- + +LOCK TABLES `m_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2resolink_con_ix` (`contextid`), + KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourceid` bigint NOT NULL, + `ltideploymentid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_resource_link` +-- + +LOCK TABLES `m_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltitoolconsmap_too_ix` (`toolid`), + KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), + KEY `m_enroltitool_enr_ix` (`enrolid`), + KEY `m_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_tools` +-- + +LOCK TABLES `m_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_user_resource_link` +-- + +LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltiuser_use_ix` (`userid`), + KEY `m_enroltiuser_too_ix` (`toolid`), + KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_users` +-- + +LOCK TABLES `m_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_paypal` +-- + +DROP TABLE IF EXISTS `m_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enropayp_bus_ix` (`business`), + KEY `m_enropayp_rec_ix` (`receiver_email`), + KEY `m_enropayp_cou_ix` (`courseid`), + KEY `m_enropayp_use_ix` (`userid`), + KEY `m_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_paypal` +-- + +LOCK TABLES `m_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event` +-- + +DROP TABLE IF EXISTS `m_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_even_cou_ix` (`courseid`), + KEY `m_even_use_ix` (`userid`), + KEY `m_even_tim_ix` (`timestart`), + KEY `m_even_tim2_ix` (`timeduration`), + KEY `m_even_uui_ix` (`uuid`), + KEY `m_even_typtim_ix` (`type`,`timesort`), + KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `m_even_cat_ix` (`categoryid`), + KEY `m_even_sub_ix` (`subscriptionid`), + KEY `m_even_eve_ix` (`eventtype`), + KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event` +-- + +LOCK TABLES `m_event` WRITE; +/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event_subscriptions` +-- + +DROP TABLE IF EXISTS `m_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_evensubs_cou_ix` (`courseid`), + KEY `m_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event_subscriptions` +-- + +LOCK TABLES `m_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_handlers` +-- + +DROP TABLE IF EXISTS `m_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_handlers` +-- + +LOCK TABLES `m_events_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue` +-- + +DROP TABLE IF EXISTS `m_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue` +-- + +LOCK TABLES `m_events_queue` WRITE; +/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `m_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueuhand_que_ix` (`queuedeventid`), + KEY `m_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_events_queue_handlers` +-- + +LOCK TABLES `m_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_functions` +-- + +DROP TABLE IF EXISTS `m_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=760 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_functions` +-- + +LOCK TABLES `m_external_functions` WRITE; +/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; +INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','','moodle_mobile_app'),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','','moodle_mobile_app'),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL),(738,'core_blog_get_access_information','\\core_blog\\external\\get_access_information','execute',NULL,'moodle','','moodle_mobile_app'),(739,'core_blog_add_entry','\\core_blog\\external\\add_entry','execute',NULL,'moodle','','moodle_mobile_app'),(740,'core_blog_delete_entry','\\core_blog\\external\\delete_entry','execute',NULL,'moodle','','moodle_mobile_app'),(741,'core_blog_prepare_entry_for_edition','\\core_blog\\external\\prepare_entry_for_edition','execute',NULL,'moodle','','moodle_mobile_app'),(742,'core_blog_update_entry','\\core_blog\\external\\update_entry','execute',NULL,'moodle','','moodle_mobile_app'),(743,'core_check_get_result_admintree','core\\check\\external\\get_result_admintree','execute',NULL,'moodle','',NULL),(744,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(745,'core_filters_get_all_states','core_filters\\external\\get_all_states','execute',NULL,'moodle','','moodle_mobile_app'),(746,'mod_quiz_save_overrides','mod_quiz\\external\\save_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(747,'mod_quiz_delete_overrides','mod_quiz\\external\\delete_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(748,'mod_quiz_get_overrides','mod_quiz\\external\\get_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(749,'mod_quiz_create_grade_items','mod_quiz\\external\\create_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(750,'mod_quiz_delete_grade_items','mod_quiz\\external\\delete_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(751,'mod_quiz_update_grade_items','mod_quiz\\external\\update_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(752,'mod_quiz_update_slots','mod_quiz\\external\\update_slots','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(753,'mod_quiz_get_edit_grading_page_data','mod_quiz\\external\\get_edit_grading_page_data','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(754,'mod_quiz_create_grade_item_per_section','mod_quiz\\external\\create_grade_item_per_section','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(755,'tool_dataprivacy_get_access_information','\\tool_dataprivacy\\external\\get_access_information','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(756,'tool_dataprivacy_create_data_request','\\tool_dataprivacy\\external\\create_data_request','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(757,'tool_dataprivacy_get_data_requests','\\tool_dataprivacy\\external\\get_data_requests','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(758,'tool_policy_get_user_acceptances','\\tool_policy\\external\\get_user_acceptances','execute',NULL,'tool_policy','','moodle_mobile_app'),(759,'tool_policy_set_acceptances_status','\\tool_policy\\external\\set_acceptances_status','execute',NULL,'tool_policy','','moodle_mobile_app'); +/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services` +-- + +DROP TABLE IF EXISTS `m_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services` +-- + +LOCK TABLES `m_external_services` WRITE; +/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; +INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_functions` +-- + +DROP TABLE IF EXISTS `m_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=3104 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services_functions` +-- + +LOCK TABLES `m_external_services_functions` WRITE; +/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; +INSERT INTO `m_external_services_functions` VALUES (2676,1,'core_badges_get_user_badges'),(2677,1,'core_calendar_get_calendar_monthly_view'),(2678,1,'core_calendar_get_calendar_day_view'),(2679,1,'core_calendar_get_calendar_upcoming_view'),(2680,1,'core_calendar_update_event_start_day'),(2681,1,'core_calendar_create_calendar_events'),(2682,1,'core_calendar_delete_calendar_events'),(2683,1,'core_calendar_get_calendar_events'),(2684,1,'core_calendar_get_action_events_by_timesort'),(2685,1,'core_calendar_get_action_events_by_course'),(2686,1,'core_calendar_get_action_events_by_courses'),(2687,1,'core_calendar_get_calendar_event_by_id'),(2688,1,'core_calendar_submit_create_update_form'),(2689,1,'core_comment_get_comments'),(2690,1,'core_completion_get_activities_completion_status'),(2691,1,'core_completion_get_course_completion_status'),(2692,1,'core_completion_mark_course_self_completed'),(2693,1,'core_completion_update_activity_completion_status_manually'),(2694,1,'core_course_get_categories'),(2695,1,'core_course_get_contents'),(2696,1,'core_course_get_course_module'),(2697,1,'core_course_get_course_module_by_instance'),(2698,1,'core_course_get_courses'),(2699,1,'core_course_search_courses'),(2700,1,'core_course_view_course'),(2701,1,'core_course_get_user_navigation_options'),(2702,1,'core_course_get_user_administration_options'),(2703,1,'core_course_get_courses_by_field'),(2704,1,'core_course_check_updates'),(2705,1,'core_course_get_updates_since'),(2706,1,'core_enrol_get_course_enrolment_methods'),(2707,1,'core_enrol_get_enrolled_users'),(2708,1,'core_enrol_get_users_courses'),(2709,1,'core_files_get_files'),(2710,1,'core_get_component_strings'),(2711,1,'core_group_get_activity_allowed_groups'),(2712,1,'core_group_get_activity_groupmode'),(2713,1,'core_group_get_course_groupings'),(2714,1,'core_group_get_course_groups'),(2715,1,'core_group_get_course_user_groups'),(2716,1,'core_message_delete_contacts'),(2717,1,'core_message_delete_message'),(2718,1,'core_message_get_blocked_users'),(2719,1,'core_message_data_for_messagearea_search_messages'),(2720,1,'core_message_get_messages'),(2721,1,'core_message_get_unread_conversations_count'),(2722,1,'core_message_mark_all_notifications_as_read'),(2723,1,'core_message_mark_message_read'),(2724,1,'core_message_mark_notification_read'),(2725,1,'core_message_message_processor_config_form'),(2726,1,'core_message_search_contacts'),(2727,1,'core_message_send_instant_messages'),(2728,1,'core_message_get_user_notification_preferences'),(2729,1,'core_message_get_user_message_preferences'),(2730,1,'core_notes_create_notes'),(2731,1,'core_notes_delete_notes'),(2732,1,'core_notes_get_course_notes'),(2733,1,'core_notes_view_notes'),(2734,1,'core_question_update_flag'),(2735,1,'core_rating_get_item_ratings'),(2736,1,'core_rating_add_rating'),(2737,1,'core_tag_get_tagindex'),(2738,1,'core_user_add_user_device'),(2739,1,'core_user_add_user_private_files'),(2740,1,'core_user_get_course_user_profiles'),(2741,1,'core_user_get_users_by_field'),(2742,1,'core_user_remove_user_device'),(2743,1,'core_user_update_user_preferences'),(2744,1,'core_user_view_user_list'),(2745,1,'core_user_view_user_profile'),(2746,1,'core_user_get_user_preferences'),(2747,1,'core_user_update_picture'),(2748,1,'core_user_set_user_preferences'),(2749,1,'core_user_agree_site_policy'),(2750,1,'core_user_get_private_files_info'),(2751,1,'core_competency_competency_viewed'),(2752,1,'core_competency_list_course_competencies'),(2753,1,'core_competency_get_scale_values'),(2754,1,'core_competency_user_competency_viewed'),(2755,1,'core_competency_user_competency_viewed_in_plan'),(2756,1,'core_competency_user_competency_viewed_in_course'),(2757,1,'core_competency_user_competency_plan_viewed'),(2758,1,'core_competency_grade_competency_in_course'),(2759,1,'core_competency_delete_evidence'),(2760,1,'core_webservice_get_site_info'),(2761,1,'core_block_get_course_blocks'),(2762,1,'core_filters_get_available_in_context'),(2763,1,'mod_assign_get_grades'),(2764,1,'mod_assign_get_assignments'),(2765,1,'mod_assign_get_submissions'),(2766,1,'mod_assign_get_user_flags'),(2767,1,'mod_assign_set_user_flags'),(2768,1,'mod_assign_get_user_mappings'),(2769,1,'mod_assign_revert_submissions_to_draft'),(2770,1,'mod_assign_lock_submissions'),(2771,1,'mod_assign_unlock_submissions'),(2772,1,'mod_assign_save_submission'),(2773,1,'mod_assign_submit_for_grading'),(2774,1,'mod_assign_save_grade'),(2775,1,'mod_assign_save_grades'),(2776,1,'mod_assign_save_user_extensions'),(2777,1,'mod_assign_reveal_identities'),(2778,1,'mod_assign_view_grading_table'),(2779,1,'mod_assign_view_submission_status'),(2780,1,'mod_assign_get_submission_status'),(2781,1,'mod_assign_list_participants'),(2782,1,'mod_assign_submit_grading_form'),(2783,1,'mod_assign_get_participant'),(2784,1,'mod_assign_view_assign'),(2785,1,'mod_book_view_book'),(2786,1,'mod_book_get_books_by_courses'),(2787,1,'mod_chat_login_user'),(2788,1,'mod_chat_get_chat_users'),(2789,1,'mod_chat_send_chat_message'),(2790,1,'mod_chat_get_chat_latest_messages'),(2791,1,'mod_chat_view_chat'),(2792,1,'mod_chat_get_chats_by_courses'),(2793,1,'mod_chat_get_sessions'),(2794,1,'mod_chat_get_session_messages'),(2795,1,'mod_choice_get_choice_results'),(2796,1,'mod_choice_get_choice_options'),(2797,1,'mod_choice_submit_choice_response'),(2798,1,'mod_choice_view_choice'),(2799,1,'mod_choice_get_choices_by_courses'),(2800,1,'mod_choice_delete_choice_responses'),(2801,1,'mod_data_get_databases_by_courses'),(2802,1,'mod_data_view_database'),(2803,1,'mod_data_get_data_access_information'),(2804,1,'mod_data_get_entries'),(2805,1,'mod_data_get_entry'),(2806,1,'mod_data_get_fields'),(2807,1,'mod_data_search_entries'),(2808,1,'mod_data_approve_entry'),(2809,1,'mod_data_delete_entry'),(2810,1,'mod_data_add_entry'),(2811,1,'mod_data_update_entry'),(2812,1,'mod_feedback_get_feedbacks_by_courses'),(2813,1,'mod_feedback_get_feedback_access_information'),(2814,1,'mod_feedback_view_feedback'),(2815,1,'mod_feedback_get_current_completed_tmp'),(2816,1,'mod_feedback_get_items'),(2817,1,'mod_feedback_launch_feedback'),(2818,1,'mod_feedback_get_page_items'),(2819,1,'mod_feedback_process_page'),(2820,1,'mod_feedback_get_analysis'),(2821,1,'mod_feedback_get_unfinished_responses'),(2822,1,'mod_feedback_get_finished_responses'),(2823,1,'mod_feedback_get_non_respondents'),(2824,1,'mod_feedback_get_responses_analysis'),(2825,1,'mod_feedback_get_last_completed'),(2826,1,'mod_folder_view_folder'),(2827,1,'mod_folder_get_folders_by_courses'),(2828,1,'mod_forum_get_forums_by_courses'),(2829,1,'mod_forum_view_forum'),(2830,1,'mod_forum_view_forum_discussion'),(2831,1,'mod_forum_add_discussion_post'),(2832,1,'mod_forum_add_discussion'),(2833,1,'mod_forum_can_add_discussion'),(2834,1,'mod_glossary_get_glossaries_by_courses'),(2835,1,'mod_glossary_view_glossary'),(2836,1,'mod_glossary_view_entry'),(2837,1,'mod_glossary_get_entries_by_letter'),(2838,1,'mod_glossary_get_entries_by_date'),(2839,1,'mod_glossary_get_categories'),(2840,1,'mod_glossary_get_entries_by_category'),(2841,1,'mod_glossary_get_authors'),(2842,1,'mod_glossary_get_entries_by_author'),(2843,1,'mod_glossary_get_entries_by_author_id'),(2844,1,'mod_glossary_get_entries_by_search'),(2845,1,'mod_glossary_get_entries_by_term'),(2846,1,'mod_glossary_get_entries_to_approve'),(2847,1,'mod_glossary_get_entry_by_id'),(2848,1,'mod_glossary_add_entry'),(2849,1,'mod_imscp_view_imscp'),(2850,1,'mod_imscp_get_imscps_by_courses'),(2851,1,'mod_label_get_labels_by_courses'),(2852,1,'mod_lesson_get_lessons_by_courses'),(2853,1,'mod_lesson_get_lesson_access_information'),(2854,1,'mod_lesson_view_lesson'),(2855,1,'mod_lesson_get_questions_attempts'),(2856,1,'mod_lesson_get_user_grade'),(2857,1,'mod_lesson_get_user_attempt_grade'),(2858,1,'mod_lesson_get_content_pages_viewed'),(2859,1,'mod_lesson_get_user_timers'),(2860,1,'mod_lesson_get_pages'),(2861,1,'mod_lesson_launch_attempt'),(2862,1,'mod_lesson_get_page_data'),(2863,1,'mod_lesson_process_page'),(2864,1,'mod_lesson_finish_attempt'),(2865,1,'mod_lesson_get_attempts_overview'),(2866,1,'mod_lesson_get_user_attempt'),(2867,1,'mod_lesson_get_pages_possible_jumps'),(2868,1,'mod_lesson_get_lesson'),(2869,1,'mod_lti_get_tool_launch_data'),(2870,1,'mod_lti_get_ltis_by_courses'),(2871,1,'mod_lti_view_lti'),(2872,1,'mod_page_view_page'),(2873,1,'mod_page_get_pages_by_courses'),(2874,1,'mod_quiz_get_quizzes_by_courses'),(2875,1,'mod_quiz_view_quiz'),(2876,1,'mod_quiz_get_user_attempts'),(2877,1,'mod_quiz_get_user_best_grade'),(2878,1,'mod_quiz_get_combined_review_options'),(2879,1,'mod_quiz_start_attempt'),(2880,1,'mod_quiz_get_attempt_data'),(2881,1,'mod_quiz_get_attempt_summary'),(2882,1,'mod_quiz_save_attempt'),(2883,1,'mod_quiz_process_attempt'),(2884,1,'mod_quiz_get_attempt_review'),(2885,1,'mod_quiz_view_attempt'),(2886,1,'mod_quiz_view_attempt_summary'),(2887,1,'mod_quiz_view_attempt_review'),(2888,1,'mod_quiz_get_quiz_feedback_for_grade'),(2889,1,'mod_quiz_get_quiz_access_information'),(2890,1,'mod_quiz_get_attempt_access_information'),(2891,1,'mod_quiz_get_quiz_required_qtypes'),(2892,1,'mod_resource_view_resource'),(2893,1,'mod_resource_get_resources_by_courses'),(2894,1,'mod_scorm_view_scorm'),(2895,1,'mod_scorm_get_scorm_attempt_count'),(2896,1,'mod_scorm_get_scorm_scoes'),(2897,1,'mod_scorm_get_scorm_user_data'),(2898,1,'mod_scorm_insert_scorm_tracks'),(2899,1,'mod_scorm_get_scorm_sco_tracks'),(2900,1,'mod_scorm_get_scorms_by_courses'),(2901,1,'mod_scorm_launch_sco'),(2902,1,'mod_survey_get_surveys_by_courses'),(2903,1,'mod_survey_view_survey'),(2904,1,'mod_survey_get_questions'),(2905,1,'mod_survey_submit_answers'),(2906,1,'mod_url_view_url'),(2907,1,'mod_url_get_urls_by_courses'),(2908,1,'mod_wiki_get_wikis_by_courses'),(2909,1,'mod_wiki_view_wiki'),(2910,1,'mod_wiki_view_page'),(2911,1,'mod_wiki_get_subwikis'),(2912,1,'mod_wiki_get_subwiki_pages'),(2913,1,'mod_wiki_get_subwiki_files'),(2914,1,'mod_wiki_get_page_contents'),(2915,1,'mod_wiki_get_page_for_editing'),(2916,1,'mod_wiki_new_page'),(2917,1,'mod_wiki_edit_page'),(2918,1,'mod_workshop_get_workshops_by_courses'),(2919,1,'mod_workshop_get_workshop_access_information'),(2920,1,'mod_workshop_get_user_plan'),(2921,1,'mod_workshop_view_workshop'),(2922,1,'mod_workshop_add_submission'),(2923,1,'mod_workshop_update_submission'),(2924,1,'mod_workshop_delete_submission'),(2925,1,'mod_workshop_get_submissions'),(2926,1,'mod_workshop_get_submission'),(2927,1,'mod_workshop_get_submission_assessments'),(2928,1,'mod_workshop_get_assessment'),(2929,1,'mod_workshop_get_assessment_form_definition'),(2930,1,'mod_workshop_get_reviewer_assessments'),(2931,1,'mod_workshop_update_assessment'),(2932,1,'mod_workshop_get_grades'),(2933,1,'mod_workshop_evaluate_assessment'),(2934,1,'mod_workshop_get_grades_report'),(2935,1,'mod_workshop_view_submission'),(2936,1,'mod_workshop_evaluate_submission'),(2937,1,'enrol_guest_get_instance_info'),(2938,1,'enrol_self_get_instance_info'),(2939,1,'enrol_self_enrol_user'),(2940,1,'message_airnotifier_is_system_configured'),(2941,1,'message_airnotifier_are_notification_preferences_configured'),(2942,1,'message_airnotifier_get_user_devices'),(2943,1,'message_airnotifier_enable_device'),(2944,1,'message_popup_get_popup_notifications'),(2945,1,'message_popup_get_unread_popup_notification_count'),(2946,1,'report_insights_set_notuseful_prediction'),(2947,1,'report_insights_set_fixed_prediction'),(2948,1,'gradereport_overview_get_course_grades'),(2949,1,'gradereport_overview_view_grade_report'),(2950,1,'gradereport_user_get_grades_table'),(2951,1,'gradereport_user_view_grade_report'),(2952,1,'gradereport_user_get_grade_items'),(2953,1,'tool_dataprivacy_cancel_data_request'),(2954,1,'tool_dataprivacy_contact_dpo'),(2955,1,'tool_lp_data_for_course_competencies_page'),(2956,1,'tool_lp_data_for_plans_page'),(2957,1,'tool_lp_data_for_plan_page'),(2958,1,'tool_lp_data_for_user_evidence_list_page'),(2959,1,'tool_lp_data_for_user_evidence_page'),(2960,1,'tool_lp_data_for_user_competency_summary'),(2961,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2962,1,'tool_lp_data_for_user_competency_summary_in_course'),(2963,1,'tool_mobile_get_plugins_supporting_mobile'),(2964,1,'tool_mobile_get_public_config'),(2965,1,'tool_mobile_get_config'),(2966,1,'tool_mobile_get_autologin_key'),(2967,1,'tool_mobile_get_content'),(2968,1,'core_blog_get_entries'),(2969,1,'core_blog_view_entries'),(2970,1,'core_calendar_get_calendar_access_information'),(2971,1,'core_calendar_get_allowed_event_types'),(2972,1,'core_calendar_get_calendar_export_token'),(2973,1,'core_comment_add_comments'),(2974,1,'core_comment_delete_comments'),(2975,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2976,1,'core_course_get_recent_courses'),(2977,1,'core_course_set_favourite_courses'),(2978,1,'core_enrol_search_users'),(2979,1,'core_files_delete_draft_files'),(2980,1,'core_grades_grader_gradingpanel_point_fetch'),(2981,1,'core_grades_grader_gradingpanel_point_store'),(2982,1,'core_grades_grader_gradingpanel_scale_fetch'),(2983,1,'core_grades_grader_gradingpanel_scale_store'),(2984,1,'core_message_mute_conversations'),(2985,1,'core_message_unmute_conversations'),(2986,1,'core_message_block_user'),(2987,1,'core_message_get_contact_requests'),(2988,1,'core_message_create_contact_request'),(2989,1,'core_message_confirm_contact_request'),(2990,1,'core_message_decline_contact_request'),(2991,1,'core_message_get_received_contact_requests_count'),(2992,1,'core_message_delete_conversations_by_id'),(2993,1,'core_message_message_search_users'),(2994,1,'core_message_get_user_contacts'),(2995,1,'core_message_get_conversations'),(2996,1,'core_message_get_conversation'),(2997,1,'core_message_get_conversation_between_users'),(2998,1,'core_message_get_self_conversation'),(2999,1,'core_message_get_conversation_counts'),(3000,1,'core_message_get_unread_conversation_counts'),(3001,1,'core_message_get_conversation_members'),(3002,1,'core_message_get_member_info'),(3003,1,'core_message_mark_all_conversation_messages_as_read'),(3004,1,'core_message_send_messages_to_conversation'),(3005,1,'core_message_get_conversation_messages'),(3006,1,'core_message_unblock_user'),(3007,1,'core_message_set_favourite_conversations'),(3008,1,'core_message_unset_favourite_conversations'),(3009,1,'core_message_delete_message_for_all_users'),(3010,1,'core_tag_get_tagindex_per_area'),(3011,1,'core_tag_get_tag_areas'),(3012,1,'core_tag_get_tag_collections'),(3013,1,'core_tag_get_tag_cloud'),(3014,1,'core_block_get_dashboard_blocks'),(3015,1,'core_h5p_get_trusted_h5p_file'),(3016,1,'core_table_get_dynamic_table_content'),(3017,1,'core_xapi_statement_post'),(3018,1,'mod_forum_get_discussion_posts'),(3019,1,'mod_forum_get_forum_discussions'),(3020,1,'mod_forum_get_forum_access_information'),(3021,1,'mod_forum_set_subscription_state'),(3022,1,'mod_forum_set_lock_state'),(3023,1,'mod_forum_toggle_favourite_state'),(3024,1,'mod_forum_set_pin_state'),(3025,1,'mod_forum_delete_post'),(3026,1,'mod_forum_get_discussion_post'),(3027,1,'mod_forum_prepare_draft_area_for_post'),(3028,1,'mod_forum_update_discussion_post'),(3029,1,'mod_glossary_delete_entry'),(3030,1,'mod_glossary_update_entry'),(3031,1,'mod_glossary_prepare_entry_for_edition'),(3032,1,'mod_h5pactivity_get_h5pactivity_access_information'),(3033,1,'mod_h5pactivity_view_h5pactivity'),(3034,1,'mod_h5pactivity_get_attempts'),(3035,1,'mod_h5pactivity_get_results'),(3036,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(3037,1,'mod_scorm_get_scorm_access_information'),(3038,1,'block_recentlyaccesseditems_get_recent_items'),(3039,1,'block_starredcourses_get_starred_courses'),(3040,1,'report_insights_action_executed'),(3041,1,'tool_analytics_potential_contexts'),(3042,1,'tool_mobile_call_external_functions'),(3043,1,'tool_mobile_validate_subscription_key'),(3044,1,'tool_mobile_get_tokens_for_qr_login'),(3045,1,'tool_moodlenet_verify_webfinger'),(3046,1,'tool_moodlenet_search_courses'),(3047,1,'core_files_get_unused_draft_itemid'),(3048,1,'core_block_fetch_addable_blocks'),(3049,1,'mod_h5pactivity_log_report_viewed'),(3050,1,'mod_h5pactivity_get_user_attempts'),(3051,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(3052,1,'core_message_get_unread_notification_count'),(3053,1,'mod_assign_start_submission'),(3054,1,'mod_bigbluebuttonbn_can_join'),(3055,1,'mod_bigbluebuttonbn_get_recordings'),(3056,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(3057,1,'mod_bigbluebuttonbn_update_recording'),(3058,1,'mod_bigbluebuttonbn_end_meeting'),(3059,1,'mod_bigbluebuttonbn_completion_validate'),(3060,1,'mod_bigbluebuttonbn_meeting_info'),(3061,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(3062,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(3063,1,'mod_bigbluebuttonbn_get_join_url'),(3064,1,'core_grades_get_enrolled_users_for_search_widget'),(3065,1,'core_grades_get_enrolled_users_for_selector'),(3066,1,'core_grades_get_groups_for_search_widget'),(3067,1,'core_grades_get_groups_for_selector'),(3068,1,'core_grades_get_gradeitems'),(3069,1,'core_user_update_user_device_public_key'),(3070,1,'core_xapi_post_state'),(3071,1,'core_xapi_get_state'),(3072,1,'core_xapi_get_states'),(3073,1,'core_xapi_delete_state'),(3074,1,'core_reportbuilder_list_reports'),(3075,1,'core_reportbuilder_retrieve_report'),(3076,1,'core_reportbuilder_view_report'),(3077,1,'gradereport_grader_get_users_in_report'),(3078,1,'gradereport_singleview_get_grade_items_for_search_widget'),(3079,1,'gradereport_user_get_access_information'),(3080,1,'core_badges_get_user_badge_by_hash'),(3081,1,'core_group_get_groups_for_selector'),(3082,1,'core_my_view_page'),(3083,1,'core_search_get_results'),(3084,1,'core_search_get_search_areas_list'),(3085,1,'core_search_view_results'),(3086,1,'core_search_get_top_results'),(3087,1,'core_xapi_delete_states'),(3088,1,'core_reportbuilder_retrieve_system_report'),(3089,1,'core_reportbuilder_can_view_system_report'),(3090,1,'mod_chat_view_sessions'),(3091,1,'enrol_guest_validate_password'),(3092,1,'core_blog_get_access_information'),(3093,1,'core_blog_add_entry'),(3094,1,'core_blog_delete_entry'),(3095,1,'core_blog_prepare_entry_for_edition'),(3096,1,'core_blog_update_entry'),(3097,1,'core_grades_get_gradable_users'),(3098,1,'core_filters_get_all_states'),(3099,1,'tool_dataprivacy_get_access_information'),(3100,1,'tool_dataprivacy_create_data_request'),(3101,1,'tool_dataprivacy_get_data_requests'),(3102,1,'tool_policy_get_user_acceptances'),(3103,1,'tool_policy_set_acceptances_status'); +/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_users` +-- + +DROP TABLE IF EXISTS `m_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_exteservuser_ext_ix` (`externalserviceid`), + KEY `m_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_external_services_users` +-- + +LOCK TABLES `m_external_services_users` WRITE; +/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_tokens` +-- + +DROP TABLE IF EXISTS `m_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_extetoke_use_ix` (`userid`), + KEY `m_extetoke_ext_ix` (`externalserviceid`), + KEY `m_extetoke_con_ix` (`contextid`), + KEY `m_extetoke_cre_ix` (`creatorid`), + KEY `m_extetoke_tok_ix` (`token`), + KEY `m_extetoke_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_tokens` +-- + +LOCK TABLES `m_external_tokens` WRITE; +/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_favourite` +-- + +DROP TABLE IF EXISTS `m_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `m_favo_con_ix` (`contextid`), + KEY `m_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_favourite` +-- + +LOCK TABLES `m_favourite` WRITE; +/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback` +-- + +DROP TABLE IF EXISTS `m_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback` +-- + +LOCK TABLES `m_feedback` WRITE; +/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completed` +-- + +DROP TABLE IF EXISTS `m_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use_ix` (`userid`), + KEY `m_feedcomp_fee_ix` (`feedback`), + KEY `m_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completed` +-- + +LOCK TABLES `m_feedback_completed` WRITE; +/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `m_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use2_ix` (`userid`), + KEY `m_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completedtmp` +-- + +LOCK TABLES `m_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_item` +-- + +DROP TABLE IF EXISTS `m_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feeditem_fee_ix` (`feedback`), + KEY `m_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_item` +-- + +LOCK TABLES `m_feedback_item` WRITE; +/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedsitemap_cou_ix` (`courseid`), + KEY `m_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_sitecourse_map` +-- + +LOCK TABLES `m_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_template` +-- + +DROP TABLE IF EXISTS `m_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_template` +-- + +LOCK TABLES `m_feedback_template` WRITE; +/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_value` +-- + +DROP TABLE IF EXISTS `m_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou_ix` (`course_id`), + KEY `m_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_value` +-- + +LOCK TABLES `m_feedback_value` WRITE; +/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `m_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou2_ix` (`course_id`), + KEY `m_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_valuetmp` +-- + +LOCK TABLES `m_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_file_conversion` +-- + +DROP TABLE IF EXISTS `m_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_fileconv_sou_ix` (`sourcefileid`), + KEY `m_fileconv_des_ix` (`destfileid`), + KEY `m_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_file_conversion` +-- + +LOCK TABLES `m_file_conversion` WRITE; +/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files` +-- + +DROP TABLE IF EXISTS `m_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), + KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `m_file_con_ix` (`contenthash`), + KEY `m_file_con2_ix` (`contextid`), + KEY `m_file_use_ix` (`userid`), + KEY `m_file_ref_ix` (`referencefileid`), + KEY `m_file_lic_ix` (`license`), + KEY `m_file_fil_ix` (`filename`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_files` +-- + +LOCK TABLES `m_files` WRITE; +/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; +INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(8,'0a68058989971bd9f8d7004b9f68decd30fa7ec8','339eb5b9aae03341b440d7bebd4487e6d0023183',5,'user','draft',272946592,'/','Moode-TestingResources.mbz',2,272213,'application/vnd.moodle.backup',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:26:\"Moode-TestingResources.mbz\";}','Admin User','allrightsreserved',1736241403,1736241403,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c5e8a68997881b6fe00d5f43cb25180b0211d6ce',5,'user','draft',272946592,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736241403,1736241403,0,NULL); +/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files_reference` +-- + +DROP TABLE IF EXISTS `m_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `m_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_files_reference` +-- + +LOCK TABLES `m_files_reference` WRITE; +/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_active` +-- + +DROP TABLE IF EXISTS `m_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), + KEY `m_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_filter_active` +-- + +LOCK TABLES `m_filter_active` WRITE; +/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; +INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); +/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_config` +-- + +DROP TABLE IF EXISTS `m_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `m_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_config` +-- + +LOCK TABLES `m_filter_config` WRITE; +/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_wiris_formulas` +-- + +LOCK TABLES `m_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_folder` +-- + +DROP TABLE IF EXISTS `m_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `m_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_folder` +-- + +LOCK TABLES `m_folder` WRITE; +/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum` +-- + +DROP TABLE IF EXISTS `m_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foru_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum` +-- + +LOCK TABLES `m_forum` WRITE; +/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; +INSERT INTO `m_forum` VALUES (2,2,'general','Filter test: Forum','',1,0,0,0,0,0,100,0,0,512000,9,0,1,0,0,1711024652,0,0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_digests` +-- + +DROP TABLE IF EXISTS `m_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `m_forudige_use_ix` (`userid`), + KEY `m_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_digests` +-- + +LOCK TABLES `m_forum_digests` WRITE; +/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `m_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `m_forudiscsubs_for_ix` (`forum`), + KEY `m_forudiscsubs_use_ix` (`userid`), + KEY `m_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_discussion_subs` +-- + +LOCK TABLES `m_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; +INSERT INTO `m_forum_discussion_subs` VALUES (1,2,5,1,1711024722),(2,2,2,1,1729523140); +/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussions` +-- + +DROP TABLE IF EXISTS `m_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forudisc_use_ix` (`userid`), + KEY `m_forudisc_cou_ix` (`course`), + KEY `m_forudisc_for_ix` (`forum`), + KEY `m_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_discussions` +-- + +LOCK TABLES `m_forum_discussions` WRITE; +/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; +INSERT INTO `m_forum_discussions` VALUES (1,2,2,'Filter test: Forum',1,5,0,0,1711024722,5,0,0,0,0); +/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_grades` +-- + +DROP TABLE IF EXISTS `m_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `m_forugrad_use_ix` (`userid`), + KEY `m_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_grades` +-- + +LOCK TABLES `m_forum_grades` WRITE; +/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_posts` +-- + +DROP TABLE IF EXISTS `m_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forupost_use_ix` (`userid`), + KEY `m_forupost_cre_ix` (`created`), + KEY `m_forupost_mai_ix` (`mailed`), + KEY `m_forupost_dis_ix` (`discussion`), + KEY `m_forupost_par_ix` (`parent`), + KEY `m_forupost_pri_ix` (`privatereplyto`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_posts` +-- + +LOCK TABLES `m_forum_posts` WRITE; +/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; +INSERT INTO `m_forum_posts` VALUES (1,1,0,5,1711024722,1729523140,0,'Filter test: Forum','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:`Courier New`¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«mi mathvariant=¨bold-italic¨ mathcolor=¨#7F0000¨»x«/mi»«mo mathvariant=¨bold¨ mathcolor=¨#7F0000¨»+«/mo»«mfrac mathcolor=¨#7F0000¨»«mi mathvariant=¨bold¨»y«/mi»«mi mathvariant=¨bold¨»z«/mi»«/mfrac»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x-y}$$

',1,0,'',0,0,0,31,885,0); +/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_queue` +-- + +DROP TABLE IF EXISTS `m_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruqueu_use_ix` (`userid`), + KEY `m_foruqueu_dis_ix` (`discussionid`), + KEY `m_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_queue` +-- + +LOCK TABLES `m_forum_queue` WRITE; +/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_read` +-- + +DROP TABLE IF EXISTS `m_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruread_posuse_ix` (`postid`,`userid`), + KEY `m_foruread_use_ix` (`userid`), + KEY `m_foruread_foruse_ix` (`forumid`,`userid`), + KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_read` +-- + +LOCK TABLES `m_forum_read` WRITE; +/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `m_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), + KEY `m_forusubs_use_ix` (`userid`), + KEY `m_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_forum_subscriptions` +-- + +LOCK TABLES `m_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `m_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_track_prefs` +-- + +LOCK TABLES `m_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary` +-- + +DROP TABLE IF EXISTS `m_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary` +-- + +LOCK TABLES `m_glossary` WRITE; +/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_alias` +-- + +DROP TABLE IF EXISTS `m_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_alias` +-- + +LOCK TABLES `m_glossary_alias` WRITE; +/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_categories` +-- + +LOCK TABLES `m_glossary_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries` +-- + +DROP TABLE IF EXISTS `m_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_glosentr_use_ix` (`userid`), + KEY `m_glosentr_con_ix` (`concept`), + KEY `m_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries` +-- + +LOCK TABLES `m_glossary_entries` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glosentrcate_cat_ix` (`categoryid`), + KEY `m_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries_categories` +-- + +LOCK TABLES `m_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_formats` +-- + +DROP TABLE IF EXISTS `m_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_formats` +-- + +LOCK TABLES `m_glossary_formats` WRITE; +/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; +INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories` +-- + +DROP TABLE IF EXISTS `m_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcate_cou_ix` (`courseid`), + KEY `m_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_categories` +-- + +LOCK TABLES `m_grade_categories` WRITE; +/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; +INSERT INTO `m_grade_categories` VALUES (2,2,NULL,1,'/2/','?',13,0,0,1,0,1736241449,1736241449,0); +/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories_history` +-- + +DROP TABLE IF EXISTS `m_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcatehist_act_ix` (`action`), + KEY `m_gradcatehist_tim_ix` (`timemodified`), + KEY `m_gradcatehist_old_ix` (`oldid`), + KEY `m_gradcatehist_cou_ix` (`courseid`), + KEY `m_gradcatehist_par_ix` (`parent`), + KEY `m_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_categories_history` +-- + +LOCK TABLES `m_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; +INSERT INTO `m_grade_categories_history` VALUES (1,1,1,'system',1736241443,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1736241443,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,3,1,'coursedelete',1736241443,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(4,1,2,'system',1736241449,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(5,2,2,'system',1736241449,2,2,NULL,1,'/2/','?',13,0,0,1,0,0,0); +/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades` +-- + +DROP TABLE IF EXISTS `m_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `m_gradgrad_ite_ix` (`itemid`), + KEY `m_gradgrad_use_ix` (`userid`), + KEY `m_gradgrad_raw_ix` (`rawscaleid`), + KEY `m_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_grades` +-- + +LOCK TABLES `m_grade_grades` WRITE; +/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; +INSERT INTO `m_grade_grades` VALUES (1,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(3,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232620,1736238892,'used',0.11111),(4,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(5,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232871,1733232872,'used',0.11111),(6,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(7,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733233223,1736239145,'used',0.11111),(8,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(9,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239285,1736239285,'used',0.11111),(10,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(11,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239334,1736239334,'used',0.11111),(12,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(13,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(14,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239830,1736239833,'used',0.11111),(15,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239382,1736239382,'used',0.11111),(16,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(17,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(18,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(19,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(20,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(21,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(22,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(23,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(24,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000); +/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades_history` +-- + +DROP TABLE IF EXISTS `m_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradgradhist_act_ix` (`action`), + KEY `m_gradgradhist_tim_ix` (`timemodified`), + KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `m_gradgradhist_old_ix` (`oldid`), + KEY `m_gradgradhist_ite_ix` (`itemid`), + KEY `m_gradgradhist_use_ix` (`userid`), + KEY `m_gradgradhist_raw_ix` (`rawscaleid`), + KEY `m_gradgradhist_use2_ix` (`usermodified`), + KEY `m_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_grades_history` +-- + +LOCK TABLES `m_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; +INSERT INTO `m_grade_grades_history` VALUES (1,1,1,'restore',1736241449,2,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(2,1,2,'restore',1736241449,2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(3,1,3,'restore',1736241450,2,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(4,1,4,'restore',1736241450,2,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(5,1,5,'restore',1736241451,2,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(6,1,6,'restore',1736241451,2,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(7,1,7,'restore',1736241451,2,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(8,1,8,'restore',1736241452,2,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(9,1,9,'restore',1736241453,2,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(10,1,10,'restore',1736241453,2,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(11,1,11,'restore',1736241453,2,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(12,1,12,'restore',1736241453,2,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(13,1,13,'restore',1736241454,2,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(14,1,14,'restore',1736241454,2,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(15,1,15,'restore',1736241455,2,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(16,1,16,'restore',1736241455,2,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(17,1,17,'restore',1736241455,2,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(18,1,18,'restore',1736241455,2,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(19,1,19,'restore',1736241455,2,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(20,1,20,'restore',1736241455,2,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(21,1,21,'restore',1736241455,2,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(22,1,22,'restore',1736241455,2,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(23,1,23,'restore',1736241455,2,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(24,1,24,'restore',1736241455,2,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0); +/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `m_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_import_newitem` +-- + +LOCK TABLES `m_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_values` +-- + +DROP TABLE IF EXISTS `m_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradimpovalu_ite_ix` (`itemid`), + KEY `m_gradimpovalu_new_ix` (`newgradeitem`), + KEY `m_gradimpovalu_imp_ix` (`importer`), + KEY `m_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_import_values` +-- + +LOCK TABLES `m_grade_import_values` WRITE; +/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items` +-- + +DROP TABLE IF EXISTS `m_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_graditem_locloc_ix` (`locked`,`locktime`), + KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `m_graditem_gra_ix` (`gradetype`), + KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `m_graditem_cou_ix` (`courseid`), + KEY `m_graditem_cat_ix` (`categoryid`), + KEY `m_graditem_sca_ix` (`scaleid`), + KEY `m_graditem_out_ix` (`outcomeid`), + KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_items` +-- + +LOCK TABLES `m_grade_items` WRITE; +/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; +INSERT INTO `m_grade_items` VALUES (2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,1,0,1736241449,1736241449),(3,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,NULL,0,0,0,1,0,1736241449,1736241449),(4,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,NULL,0,0,0,1,0,1736241450,1736241450),(5,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,NULL,0,0,0,1,0,1736241451,1736241451),(6,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,NULL,0,0,0,1,0,1736241451,1736241451),(7,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,NULL,0,0,0,1,0,1736241453,1736241453),(8,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,NULL,0,0,0,1,0,1736241453,1736241453),(9,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,NULL,0,0,0,1,0,1736241454,1736241454),(10,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,NULL,0,0,0,1,0,1736241455,1736241455),(11,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,NULL,0,0,0,1,0,1736241455,1736241455),(12,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,NULL,0,0,0,1,0,1736241455,1736241455),(13,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,NULL,0,0,0,1,0,1736241455,1736241455),(14,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,NULL,0,0,0,1,0,1736241455,1736241455); +/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items_history` +-- + +DROP TABLE IF EXISTS `m_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_graditemhist_act_ix` (`action`), + KEY `m_graditemhist_tim_ix` (`timemodified`), + KEY `m_graditemhist_old_ix` (`oldid`), + KEY `m_graditemhist_cou_ix` (`courseid`), + KEY `m_graditemhist_cat_ix` (`categoryid`), + KEY `m_graditemhist_sca_ix` (`scaleid`), + KEY `m_graditemhist_out_ix` (`outcomeid`), + KEY `m_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_items_history` +-- + +LOCK TABLES `m_grade_items_history` WRITE; +/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; +INSERT INTO `m_grade_items_history` VALUES (1,1,1,'system',1736241443,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,3,1,'coursedelete',1736241443,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),(3,1,2,'system',1736241449,2,2,NULL,NULL,'course',NULL,2,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),(4,1,3,'restore',1736241449,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,0,0,NULL,0),(5,2,3,'restore',1736241449,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,0,0,1,0,NULL,0),(6,1,4,'restore',1736241450,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,4,0,0,0,0,0,NULL,0),(7,2,4,'restore',1736241450,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,0,0,1,0,NULL,0),(8,1,5,'restore',1736241451,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(9,2,5,'restore',1736241451,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,1,0,NULL,0),(10,1,6,'restore',1736241451,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(11,2,6,'restore',1736241451,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,0,0,1,0,NULL,0),(12,1,7,'restore',1736241453,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(13,2,7,'restore',1736241453,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,0,0,1,0,NULL,0),(14,1,8,'restore',1736241453,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(15,2,8,'restore',1736241453,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,0,0,1,0,NULL,0),(16,1,9,'restore',1736241454,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(17,2,9,'restore',1736241454,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,1,0,NULL,0),(18,1,10,'restore',1736241455,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(19,2,10,'restore',1736241455,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,0,0,1,0,NULL,0),(20,1,11,'restore',1736241455,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(21,2,11,'restore',1736241455,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,0,0,1,0,NULL,0),(22,1,12,'restore',1736241455,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(23,2,12,'restore',1736241455,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,0,0,1,0,NULL,0),(24,1,13,'restore',1736241455,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(25,2,13,'restore',1736241455,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,0,0,1,0,NULL,0),(26,1,14,'restore',1736241455,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(27,2,14,'restore',1736241455,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,0,0,1,0,NULL,0); +/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_letters` +-- + +DROP TABLE IF EXISTS `m_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_letters` +-- + +LOCK TABLES `m_grade_letters` WRITE; +/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `m_gradoutc_cou_ix` (`courseid`), + KEY `m_gradoutc_sca_ix` (`scaleid`), + KEY `m_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grade_outcomes` +-- + +LOCK TABLES `m_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `m_gradoutccour_cou_ix` (`courseid`), + KEY `m_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_courses` +-- + +LOCK TABLES `m_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradoutchist_act_ix` (`action`), + KEY `m_gradoutchist_tim_ix` (`timemodified`), + KEY `m_gradoutchist_old_ix` (`oldid`), + KEY `m_gradoutchist_cou_ix` (`courseid`), + KEY `m_gradoutchist_sca_ix` (`scaleid`), + KEY `m_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_history` +-- + +LOCK TABLES `m_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_settings` +-- + +DROP TABLE IF EXISTS `m_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), + KEY `m_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_settings` +-- + +LOCK TABLES `m_grade_settings` WRITE; +/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_areas` +-- + +DROP TABLE IF EXISTS `m_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `m_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_areas` +-- + +LOCK TABLES `m_grading_areas` WRITE; +/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; +INSERT INTO `m_grading_areas` VALUES (1,36,'mod_forum','forum',NULL); +/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_definitions` +-- + +DROP TABLE IF EXISTS `m_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), + KEY `m_graddefi_are_ix` (`areaid`), + KEY `m_graddefi_use_ix` (`usermodified`), + KEY `m_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_definitions` +-- + +LOCK TABLES `m_grading_definitions` WRITE; +/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_instances` +-- + +DROP TABLE IF EXISTS `m_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradinst_def_ix` (`definitionid`), + KEY `m_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_grading_instances` +-- + +LOCK TABLES `m_grading_instances` WRITE; +/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_comments` +-- + +LOCK TABLES `m_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_criteria` +-- + +LOCK TABLES `m_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradguidfill_ins_ix` (`instanceid`), + KEY `m_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_guide_fillings` +-- + +LOCK TABLES `m_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_criteria` +-- + +LOCK TABLES `m_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradrubrfill_lev_ix` (`levelid`), + KEY `m_gradrubrfill_ins_ix` (`instanceid`), + KEY `m_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_gradingform_rubric_fillings` +-- + +LOCK TABLES `m_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_levels` +-- + +LOCK TABLES `m_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings` +-- + +DROP TABLE IF EXISTS `m_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn2_ix` (`idnumber`), + KEY `m_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings` +-- + +LOCK TABLES `m_groupings` WRITE; +/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings_groups` +-- + +DROP TABLE IF EXISTS `m_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grougrou_gro_ix` (`groupingid`), + KEY `m_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_groupings_groups` +-- + +LOCK TABLES `m_groupings_groups` WRITE; +/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups` +-- + +DROP TABLE IF EXISTS `m_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `visibility` tinyint(1) NOT NULL DEFAULT '0', + `participation` tinyint(1) NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn_ix` (`idnumber`), + KEY `m_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups` +-- + +LOCK TABLES `m_groups` WRITE; +/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups_members` +-- + +DROP TABLE IF EXISTS `m_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `m_groumemb_gro_ix` (`groupid`), + KEY `m_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups_members` +-- + +LOCK TABLES `m_groups_members` WRITE; +/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p` +-- + +DROP TABLE IF EXISTS `m_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_h5p_mai_ix` (`mainlibraryid`), + KEY `m_h5p_pat_ix` (`pathnamehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p` +-- + +LOCK TABLES `m_h5p` WRITE; +/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `m_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_contents_libraries` +-- + +LOCK TABLES `m_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries` +-- + +LOCK TABLES `m_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries_cachedassets` +-- + +LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrdepe_lib_ix` (`libraryid`), + KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_library_dependencies` +-- + +LOCK TABLES `m_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity` +-- + +DROP TABLE IF EXISTS `m_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity` +-- + +LOCK TABLES `m_h5pactivity` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `m_h5paatte_tim_ix` (`timecreated`), + KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts` +-- + +LOCK TABLES `m_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `m_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts_results` +-- + +LOCK TABLES `m_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_imscp` +-- + +DROP TABLE IF EXISTS `m_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_imscp` +-- + +LOCK TABLES `m_imscp` WRITE; +/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_infected_files` +-- + +DROP TABLE IF EXISTS `m_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_infected_files` +-- + +LOCK TABLES `m_infected_files` WRITE; +/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_label` +-- + +DROP TABLE IF EXISTS `m_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_label` +-- + +LOCK TABLES `m_label` WRITE; +/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson` +-- + +DROP TABLE IF EXISTS `m_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson` +-- + +LOCK TABLES `m_lesson` WRITE; +/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_answers` +-- + +DROP TABLE IF EXISTS `m_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessansw_les_ix` (`lessonid`), + KEY `m_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_answers` +-- + +LOCK TABLES `m_lesson_answers` WRITE; +/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_attempts` +-- + +DROP TABLE IF EXISTS `m_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessatte_use_ix` (`userid`), + KEY `m_lessatte_les_ix` (`lessonid`), + KEY `m_lessatte_pag_ix` (`pageid`), + KEY `m_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_attempts` +-- + +LOCK TABLES `m_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_branch` +-- + +DROP TABLE IF EXISTS `m_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessbran_use_ix` (`userid`), + KEY `m_lessbran_les_ix` (`lessonid`), + KEY `m_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_branch` +-- + +LOCK TABLES `m_lesson_branch` WRITE; +/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_grades` +-- + +DROP TABLE IF EXISTS `m_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessgrad_use_ix` (`userid`), + KEY `m_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_grades` +-- + +LOCK TABLES `m_lesson_grades` WRITE; +/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_overrides` +-- + +DROP TABLE IF EXISTS `m_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_lessover_les_ix` (`lessonid`), + KEY `m_lessover_gro_ix` (`groupid`), + KEY `m_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_overrides` +-- + +LOCK TABLES `m_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_pages` +-- + +DROP TABLE IF EXISTS `m_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_pages` +-- + +LOCK TABLES `m_lesson_pages` WRITE; +/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_timer` +-- + +DROP TABLE IF EXISTS `m_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesstime_use_ix` (`userid`), + KEY `m_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_timer` +-- + +LOCK TABLES `m_lesson_timer` WRITE; +/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_license` +-- + +DROP TABLE IF EXISTS `m_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_license` +-- + +LOCK TABLES `m_license` WRITE; +/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; +INSERT INTO `m_license` 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','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); +/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lock_db` +-- + +DROP TABLE IF EXISTS `m_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), + KEY `m_lockdb_exp_ix` (`expires`), + KEY `m_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_lock_db` +-- + +LOCK TABLES `m_lock_db` WRITE; +/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log` +-- + +DROP TABLE IF EXISTS `m_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_log_coumodact_ix` (`course`,`module`,`action`), + KEY `m_log_tim_ix` (`time`), + KEY `m_log_act_ix` (`action`), + KEY `m_log_usecou_ix` (`userid`,`course`), + KEY `m_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log` +-- + +LOCK TABLES `m_log` WRITE; +/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_display` +-- + +DROP TABLE IF EXISTS `m_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_log_display` +-- + +LOCK TABLES `m_log_display` WRITE; +/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; +INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); +/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_queries` +-- + +DROP TABLE IF EXISTS `m_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log_queries` +-- + +LOCK TABLES `m_log_queries` WRITE; +/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `m_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_logsstanlog_tim_ix` (`timecreated`), + KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `m_logsstanlog_con_ix` (`contextid`), + KEY `m_logsstanlog_use_ix` (`userid`), + KEY `m_logsstanlog_cou_ix` (`courseid`), + KEY `m_logsstanlog_rea_ix` (`realuserid`), + KEY `m_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB AUTO_INCREMENT=1873 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_logstore_standard_log` +-- + +LOCK TABLES `m_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; +INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL),(1788,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"tool/uploadcourse:use\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727707810,'cli',NULL,NULL),(1789,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/premium:accesspremium\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727707823,'cli',NULL,NULL),(1790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"gradeexport_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ods\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"h5pcustomcss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"core_h5p\";}',1727707838,'cli',NULL,NULL),(1792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"markinganonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1727707838,'cli',NULL,NULL),(1793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"markinganonymous_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1727707838,'cli',NULL,NULL),(1794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"markinganonymous_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1727707838,'cli',NULL,NULL),(1795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"forum_announcementmaxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"forum_announcementsubscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"countrycode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1801,'\\core\\event\\config_log_created','core','created','config_log','config_log',2000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"gateway\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"aws_sns\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707839,'cli',NULL,NULL),(1802,'\\core\\event\\config_log_created','core','created','config_log','config_log',2001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"loginpasswordtoggle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1727707839,'cli',NULL,NULL),(1803,'\\core\\event\\config_log_created','core','created','config_log','config_log',2002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"sync_updateuserchunk\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1727707839,'cli',NULL,NULL),(1804,'\\core\\event\\config_log_created','core','created','config_log','config_log',2003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"test_clustermode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1727707839,'cli',NULL,NULL),(1805,'\\core\\event\\config_log_created','core','created','config_log','config_log',2004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1727707839,'cli',NULL,NULL),(1806,'\\core\\event\\config_log_created','core','created','config_log','config_log',2005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultanswerformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"qtype_ordering\";}',1727707839,'cli',NULL,NULL),(1807,'\\core\\event\\config_log_created','core','created','config_log','config_log',2006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1727707839,'cli',NULL,NULL),(1808,'\\core\\event\\config_log_created','core','created','config_log','config_log',2007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"task_adhoc_failed_retention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1727707838,'cli',NULL,NULL),(1809,'\\core\\event\\config_log_created','core','created','config_log','config_log',2008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"usecredchain\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1810,'\\core\\event\\config_log_created','core','created','config_log','config_log',2009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"api_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1811,'\\core\\event\\config_log_created','core','created','config_log','config_log',2010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"api_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1812,'\\core\\event\\config_log_created','core','created','config_log','config_log',2011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"api_region\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"ap-southeast-2\";s:6:\"plugin\";s:10:\"factor_sms\";}',1727707846,'cli',NULL,NULL),(1813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1727707859,'web','172.18.0.1',NULL),(1814,'\\core\\event\\config_log_created','core','created','config_log','config_log',2012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1736241328,'cli',NULL,NULL),(1815,'\\core\\event\\config_log_created','core','created','config_log','config_log',2013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_customfield_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1736241328,'cli',NULL,NULL),(1816,'\\core\\event\\config_log_created','core','created','config_log','config_log',2014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1736241328,'cli',NULL,NULL),(1817,'\\core\\event\\config_log_created','core','created','config_log','config_log',2015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_customfield_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1736241328,'cli',NULL,NULL),(1818,'\\core\\event\\config_log_created','core','created','config_log','config_log',2016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1736241328,'cli',NULL,NULL),(1819,'\\core\\event\\config_log_created','core','created','config_log','config_log',2017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1736241328,'cli',NULL,NULL),(1820,'\\core\\event\\config_log_created','core','created','config_log','config_log',2018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_customfield_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1736241328,'cli',NULL,NULL),(1821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1736241362,'web','172.18.0.1',NULL),(1822,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1736241371,'web','172.18.0.1',NULL),(1823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736241372,'web','172.18.0.1',NULL),(1824,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1736241373,'web','172.18.0.1',NULL),(1825,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',8,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:20;s:9:\"stepindex\";i:0;}',1736241389,'web','172.18.0.1',NULL),(1826,'\\core\\event\\draft_file_added','core','added','draft_file','files',8,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:272946592;s:8:\"filename\";s:26:\"Moode-TestingResources.mbz\";s:8:\"filesize\";i:272213;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"0a68058989971bd9f8d7004b9f68decd30fa7ec8\";}',1736241403,'web','172.18.0.1',NULL),(1827,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241443,'web','172.18.0.1',NULL),(1828,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',1,'d',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241443,'web','172.18.0.1',NULL),(1829,'\\core\\event\\role_unassigned','core','unassigned','role','role',3,'d',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";s:1:\"1\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736241443,'web','172.18.0.1',NULL),(1830,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',1,'d',0,21,50,2,2,2,3,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"1\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"3\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471448\";s:12:\"timemodified\";s:10:\"1566471448\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736241443,'web','172.18.0.1',NULL),(1831,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";s:1:\"2\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736241443,'web','172.18.0.1',NULL),(1832,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',2,'d',0,21,50,2,2,2,4,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"2\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"4\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471456\";s:12:\"timemodified\";s:10:\"1566471456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736241443,'web','172.18.0.1',NULL),(1833,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',1,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241443,'web','172.18.0.1',NULL),(1834,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',3,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736241443,'web','172.18.0.1',NULL),(1835,'\\core\\event\\course_content_deleted','core','deleted','course_content','course',2,'d',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:7:\"options\";a:3:{s:25:\"keep_roles_and_enrolments\";i:0;s:25:\"keep_groups_and_groupings\";i:0;s:6:\"userid\";s:1:\"2\";}}',1736241443,'web','172.18.0.1',NULL),(1836,'\\core\\event\\user_created','core','created','user','user',5,'c',0,31,30,5,2,0,5,0,'a:2:{s:9:\"restoreid\";s:32:\"4cc78b880fef56ed8db5c460a4552ee8\";s:8:\"courseid\";i:2;}',1736241443,'restore','172.18.0.1',NULL),(1837,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',4,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241448,'restore','172.18.0.1',NULL),(1838,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241448,'restore','172.18.0.1',NULL),(1839,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',4,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241448,'restore','172.18.0.1',NULL),(1840,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',5,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736241448,'restore','172.18.0.1',NULL),(1841,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:3;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736241448,'restore','172.18.0.1',NULL),(1842,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:4;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736241448,'restore','172.18.0.1',NULL),(1843,'\\core\\event\\course_section_created','core','created','course_section','course_sections',6,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"0\";}',1736241448,'restore','172.18.0.1',NULL),(1844,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241449,'restore','172.18.0.1',NULL),(1845,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',3,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241449,'restore','172.18.0.1',NULL),(1846,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241449,'restore','172.18.0.1',NULL),(1847,'\\core\\event\\course_section_created','core','created','course_section','course_sections',7,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"1\";}',1736241449,'restore','172.18.0.1',NULL),(1848,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',4,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241450,'restore','172.18.0.1',NULL),(1849,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241450,'restore','172.18.0.1',NULL),(1850,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',5,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241451,'restore','172.18.0.1',NULL),(1851,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241451,'restore','172.18.0.1',NULL),(1852,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',6,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241451,'restore','172.18.0.1',NULL),(1853,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241451,'restore','172.18.0.1',NULL),(1854,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',7,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241453,'restore','172.18.0.1',NULL),(1855,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241453,'restore','172.18.0.1',NULL),(1856,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',8,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241453,'restore','172.18.0.1',NULL),(1857,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241453,'restore','172.18.0.1',NULL),(1858,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',9,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241454,'restore','172.18.0.1',NULL),(1859,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241454,'restore','172.18.0.1',NULL),(1860,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',10,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1861,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1862,'\\core\\event\\course_section_created','core','created','course_section','course_sections',8,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"2\";}',1736241455,'restore','172.18.0.1',NULL),(1863,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',11,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1864,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1865,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',12,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1866,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1867,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',13,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1868,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1869,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',14,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1870,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241455,'restore','172.18.0.1',NULL),(1871,'\\core\\event\\course_restored','core','restored','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:6:{s:4:\"type\";s:6:\"course\";s:6:\"target\";i:0;s:4:\"mode\";i:10;s:9:\"operation\";s:7:\"restore\";s:8:\"samesite\";b:1;s:16:\"originalcourseid\";s:1:\"2\";}',1736241456,'restore','172.18.0.1',NULL),(1872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736241458,'web','172.18.0.1',NULL); +/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti` +-- + +DROP TABLE IF EXISTS `m_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti` +-- + +LOCK TABLES `m_lti` WRITE; +/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `m_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), + KEY `m_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_access_tokens` +-- + +LOCK TABLES `m_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_coursevisible` +-- + +DROP TABLE IF EXISTS `m_lti_coursevisible`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_coursevisible` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_lticour_cou_ix` (`courseid`), + KEY `m_lticour_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_coursevisible` +-- + +LOCK TABLES `m_lti_coursevisible` WRITE; +/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_submission` +-- + +DROP TABLE IF EXISTS `m_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_submission` +-- + +LOCK TABLES `m_lti_submission` WRITE; +/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `m_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_proxies` +-- + +LOCK TABLES `m_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `m_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitoolsett_too_ix` (`toolproxyid`), + KEY `m_ltitoolsett_cou_ix` (`course`), + KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), + KEY `m_ltitoolsett_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_settings` +-- + +LOCK TABLES `m_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types` +-- + +DROP TABLE IF EXISTS `m_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), + KEY `m_ltitype_cou_ix` (`course`), + KEY `m_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types` +-- + +LOCK TABLES `m_lti_types` WRITE; +/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_categories` +-- + +DROP TABLE IF EXISTS `m_lti_types_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypecate_typ_ix` (`typeid`), + KEY `m_ltitypecate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_categories` +-- + +LOCK TABLES `m_lti_types_categories` WRITE; +/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_config` +-- + +DROP TABLE IF EXISTS `m_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_config` +-- + +LOCK TABLES `m_lti_types_config` WRITE; +/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_ltisgrad_lti_ix` (`ltilinkid`), + KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_ltiservice_gradebookservices` +-- + +LOCK TABLES `m_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_matrix_room` +-- + +DROP TABLE IF EXISTS `m_matrix_room`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_matrix_room` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_matrroom_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_matrix_room` +-- + +LOCK TABLES `m_matrix_room` WRITE; +/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message` +-- + +DROP TABLE IF EXISTS `m_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message` +-- + +LOCK TABLES `m_message` WRITE; +/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_airnotifier_devices` +-- + +LOCK TABLES `m_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contact_requests` +-- + +DROP TABLE IF EXISTS `m_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `m_messcontrequ_use_ix` (`userid`), + KEY `m_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contact_requests` +-- + +LOCK TABLES `m_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contacts` +-- + +DROP TABLE IF EXISTS `m_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), + KEY `m_messcont_use_ix` (`userid`), + KEY `m_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contacts` +-- + +LOCK TABLES `m_message_contacts` WRITE; +/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `m_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvacti_use_ix` (`userid`), + KEY `m_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_actions` +-- + +LOCK TABLES `m_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_members` +-- + +DROP TABLE IF EXISTS `m_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvmemb_con_ix` (`conversationid`), + KEY `m_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_members` +-- + +LOCK TABLES `m_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversations` +-- + +DROP TABLE IF EXISTS `m_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconv_typ_ix` (`type`), + KEY `m_messconv_con_ix` (`convhash`), + KEY `m_messconv_con2_ix` (`contextid`), + KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversations` +-- + +LOCK TABLES `m_message_conversations` WRITE; +/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_email_messages` +-- + +DROP TABLE IF EXISTS `m_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messemaimess_use_ix` (`useridto`), + KEY `m_messemaimess_con_ix` (`conversationid`), + KEY `m_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_email_messages` +-- + +LOCK TABLES `m_message_email_messages` WRITE; +/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup` +-- + +DROP TABLE IF EXISTS `m_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `m_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup` +-- + +LOCK TABLES `m_message_popup` WRITE; +/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `m_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_popup_notifications` +-- + +LOCK TABLES `m_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_processors` +-- + +DROP TABLE IF EXISTS `m_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_processors` +-- + +LOCK TABLES `m_message_processors` WRITE; +/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; +INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); +/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_providers` +-- + +DROP TABLE IF EXISTS `m_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_message_providers` +-- + +LOCK TABLES `m_message_providers` WRITE; +/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; +INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(47,'failedtaskmaxdelay','moodle','moodle/site:config'),(48,'enrolcoursewelcomemessage','moodle',NULL); +/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_read` +-- + +DROP TABLE IF EXISTS `m_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_messread_nottim_ix` (`notification`,`timeread`), + KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_read` +-- + +LOCK TABLES `m_message_read` WRITE; +/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_user_actions` +-- + +DROP TABLE IF EXISTS `m_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `m_messuseracti_use_ix` (`userid`), + KEY `m_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_user_actions` +-- + +LOCK TABLES `m_message_user_actions` WRITE; +/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_users_blocked` +-- + +DROP TABLE IF EXISTS `m_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `m_messuserbloc_use_ix` (`userid`), + KEY `m_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_users_blocked` +-- + +LOCK TABLES `m_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), + KEY `m_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_datakeys` +-- + +LOCK TABLES `m_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `m_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_handlers` +-- + +LOCK TABLES `m_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_messagelist` +-- + +LOCK TABLES `m_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messages` +-- + +DROP TABLE IF EXISTS `m_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `m_mess_use_ix` (`useridfrom`), + KEY `m_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messages` +-- + +LOCK TABLES `m_messages` WRITE; +/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_application` +-- + +DROP TABLE IF EXISTS `m_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_application` +-- + +LOCK TABLES `m_mnet_application` WRITE; +/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; +INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host` +-- + +DROP TABLE IF EXISTS `m_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mnethost_app_ix` (`applicationid`), + KEY `m_mnethost_las_ix` (`last_log_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_host` +-- + +LOCK TABLES `m_mnet_host` WRITE; +/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; +INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',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 `m_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host2service` +-- + +DROP TABLE IF EXISTS `m_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_host2service` +-- + +LOCK TABLES `m_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_log` +-- + +DROP TABLE IF EXISTS `m_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_log` +-- + +LOCK TABLES `m_mnet_log` WRITE; +/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_remote_rpc` +-- + +LOCK TABLES `m_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_remote_service2rpc` +-- + +LOCK TABLES `m_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_rpc` +-- + +LOCK TABLES `m_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service` +-- + +DROP TABLE IF EXISTS `m_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service` +-- + +LOCK TABLES `m_mnet_service` WRITE; +/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; +INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service2rpc` +-- + +LOCK TABLES `m_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_session` +-- + +DROP TABLE IF EXISTS `m_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetsess_tok_uix` (`token`), + KEY `m_mnetsess_use_ix` (`userid`), + KEY `m_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_session` +-- + +LOCK TABLES `m_mnet_session` WRITE; +/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnet_sso_access_control` +-- + +LOCK TABLES `m_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_courses` +-- + +LOCK TABLES `m_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetenroenro_use_ix` (`userid`), + KEY `m_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_modules` +-- + +DROP TABLE IF EXISTS `m_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_modules` +-- + +LOCK TABLES `m_modules` WRITE; +/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; +INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(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,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); +/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_moodlenet_share_progress` +-- + +DROP TABLE IF EXISTS `m_moodlenet_share_progress`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_moodlenet_share_progress` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL, + `courseid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_moodlenet_share_progress` +-- + +LOCK TABLES `m_moodlenet_share_progress` WRITE; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_my_pages` +-- + +DROP TABLE IF EXISTS `m_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_my_pages` +-- + +LOCK TABLES `m_my_pages` WRITE; +/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; +INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_notifications` +-- + +DROP TABLE IF EXISTS `m_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_noti_use_ix` (`useridfrom`), + KEY `m_noti_use2_ix` (`useridto`), + KEY `m_noti_tim_ix` (`timecreated`), + KEY `m_noti_tim2_ix` (`timeread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_notifications` +-- + +LOCK TABLES `m_notifications` WRITE; +/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), + KEY `m_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_access_token` +-- + +LOCK TABLES `m_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `m_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_oautendp_iss_ix` (`issuerid`), + KEY `m_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_endpoint` +-- + +LOCK TABLES `m_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `m_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_issuer` +-- + +LOCK TABLES `m_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `m_oautrefrtoke_iss_ix` (`issuerid`), + KEY `m_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_refresh_token` +-- + +LOCK TABLES `m_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `m_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), + KEY `m_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_oauth2_system_account` +-- + +LOCK TABLES `m_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `m_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_user_field_mapping` +-- + +LOCK TABLES `m_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_page` +-- + +DROP TABLE IF EXISTS `m_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_page_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_page` +-- + +LOCK TABLES `m_page` WRITE; +/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; +INSERT INTO `m_page` VALUES (1,2,'Filter test: Page render validations','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨24px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»y«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»

',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»2«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Tahoma¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»


',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',3,1711023907),(2,2,'Filter test: Page render validations - LaTeX','

$$\\sqrt{x+2}$$


',1,'

$$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',2,1711024006),(3,2,'Filter test: Page render validations - Wiris formulas + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mroot»«mroot»«mroot»«mroot»«mi»x«/mi»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«/math»

LaTeX formula: $$\\sqrt{x+2}$$


',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

LaTeX formula: $$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1711024082),(4,2,'Filter test: Page render validations - Wiris RTL','

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,'

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1729524109); +/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_paygw_paypal` +-- + +DROP TABLE IF EXISTS `m_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_paygw_paypal` +-- + +LOCK TABLES `m_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_accounts` +-- + +DROP TABLE IF EXISTS `m_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_accounts` +-- + +LOCK TABLES `m_payment_accounts` WRITE; +/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_gateways` +-- + +DROP TABLE IF EXISTS `m_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_gateways` +-- + +LOCK TABLES `m_payment_gateways` WRITE; +/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payments` +-- + +DROP TABLE IF EXISTS `m_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_paym_gat_ix` (`gateway`), + KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `m_paym_use_ix` (`userid`), + KEY `m_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payments` +-- + +LOCK TABLES `m_payments` WRITE; +/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_instance` +-- + +LOCK TABLES `m_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstconf_nam_ix` (`name`), + KEY `m_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_config` +-- + +LOCK TABLES `m_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstuser_ins_ix` (`instance`), + KEY `m_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_user` +-- + +LOCK TABLES `m_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_log` +-- + +DROP TABLE IF EXISTS `m_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portlog_use_ix` (`userid`), + KEY `m_portlog_por_ix` (`portfolio`), + KEY `m_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_log` +-- + +LOCK TABLES `m_portfolio_log` WRITE; +/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portmahaqueu_tok_ix` (`token`), + KEY `m_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_mahara_queue` +-- + +LOCK TABLES `m_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `m_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_porttemp_use_ix` (`userid`), + KEY `m_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_portfolio_tempdata` +-- + +LOCK TABLES `m_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_post` +-- + +DROP TABLE IF EXISTS `m_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), + KEY `m_post_las_ix` (`lastmodified`), + KEY `m_post_mod_ix` (`module`), + KEY `m_post_sub_ix` (`subject`), + KEY `m_post_use_ix` (`usermodified`), + KEY `m_post_cou_ix` (`courseid`), + KEY `m_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_post` +-- + +LOCK TABLES `m_post` WRITE; +/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_profiling` +-- + +DROP TABLE IF EXISTS `m_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_prof_run_uix` (`runid`), + KEY `m_prof_urlrun_ix` (`url`,`runreference`), + KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_profiling` +-- + +LOCK TABLES `m_profiling` WRITE; +/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext` +-- + +LOCK TABLES `m_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddimageortext_drags` +-- + +LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext_drops` +-- + +LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_ddmarker` +-- + +LOCK TABLES `m_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drags` +-- + +LOCK TABLES `m_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drops` +-- + +LOCK TABLES `m_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `m_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essay_options` +-- + +LOCK TABLES `m_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; +INSERT INTO `m_qtype_essay_options` VALUES (1,84,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(2,85,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(3,86,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(4,87,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(5,88,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(6,89,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(7,90,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(8,91,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(9,92,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(10,93,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(11,94,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(12,95,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(13,168,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(14,169,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(15,170,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(16,171,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(17,204,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(18,205,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,NULL),(19,206,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,''),(20,207,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,NULL),(21,208,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,''),(22,209,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,NULL),(23,210,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(24,211,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(25,212,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,NULL),(26,213,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,''),(27,219,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''); +/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essaywiris_backup` +-- + +LOCK TABLES `m_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_options` +-- + +DROP TABLE IF EXISTS `m_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_qtype_match_options` +-- + +LOCK TABLES `m_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; +INSERT INTO `m_qtype_match_options` VALUES (1,105,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(2,106,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(3,107,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(4,108,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(5,109,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(6,110,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(7,111,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(8,112,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(9,113,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(10,114,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(11,115,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(12,116,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(13,117,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(14,118,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(15,119,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(16,120,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(17,172,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(18,173,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1); +/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_match_subquestions` +-- + +LOCK TABLES `m_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; +INSERT INTO `m_qtype_match_subquestions` VALUES (1,105,'

1

',1,'#a'),(2,105,'

2

',1,'#b'),(3,105,'

3

',1,'#c'),(4,106,'

1

',1,'#a'),(5,106,'

2

',1,'#b'),(6,106,'

3

',1,'#c'),(7,107,'

1

',1,'#a'),(8,107,'

2

',1,'#b'),(9,107,'

3

',1,'#c'),(10,108,'

1

',1,'#a'),(11,108,'

2

',1,'#b'),(12,108,'

3

',1,'#c'),(13,109,'

1

',1,'#a'),(14,109,'

2

',1,'#b'),(15,109,'

3

',1,'#c'),(16,110,'

1

',1,'#a'),(17,110,'

2

',1,'#b'),(18,110,'

3

',1,'#c'),(19,111,'

1

',1,'#a'),(20,111,'

2

',1,'#b'),(21,111,'

3

',1,'#c'),(22,112,'

1

',1,'#a'),(23,112,'

2

',1,'#b'),(24,112,'

3

',1,'#c'),(25,113,'

1

',1,'#a'),(26,113,'

2

',1,'#b'),(27,113,'

3

',1,'#c'),(28,114,'

1

',1,'#a'),(29,114,'

2

',1,'#b'),(30,114,'

3

',1,'#c'),(31,114,'

4

',1,'#d'),(32,114,'

5

',1,'#e'),(33,114,'

6

',1,'#f'),(34,115,'

1

',1,'#a'),(35,115,'

2

',1,'#b'),(36,115,'

3

',1,'#c'),(37,115,'

4

',1,'#d'),(38,115,'

5

',1,'#e'),(39,115,'

6

',1,'#f'),(40,116,'

1

',1,'#a'),(41,116,'

2

',1,'#b'),(42,116,'

3

',1,'#c'),(43,116,'

4

',1,'#d'),(44,116,'

5

',1,'#e'),(45,116,'

6

',1,'#f'),(46,117,'

1

',1,'#a'),(47,117,'

2

',1,'#b'),(48,117,'

3

',1,'#c'),(49,118,'

1

',1,'#a'),(50,118,'

2

',1,'#b'),(51,118,'

3

',1,'#c'),(52,119,'

1

',1,'#a'),(53,119,'

2

',1,'#b'),(54,119,'

3

',1,'#c'),(55,120,'

1

',1,'a'),(56,120,'

2

',1,'b'),(57,120,'

3

',1,'c'),(58,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(59,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(60,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(61,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(62,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'),(63,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(64,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(65,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(66,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(67,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'); +/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_multichoice_options` +-- + +LOCK TABLES `m_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; +INSERT INTO `m_qtype_multichoice_options` VALUES (1,30,0,1,0,'',1,'',1,'',1,'0',0,0),(2,35,0,1,0,'',1,'',1,'',1,'0',0,0),(3,38,0,1,0,'',1,'',1,'',1,'0',0,0),(4,42,0,1,0,'',1,'',1,'',1,'0',0,0),(5,43,0,1,1,'',1,'',1,'',1,'0',0,0),(6,44,2,1,0,'',1,'',1,'',1,'0',0,0),(7,45,2,1,1,'',1,'',1,'',1,'0',0,0),(8,46,1,1,0,'',1,'',1,'',1,'0',0,0),(9,47,1,1,1,'',1,'',1,'',1,'0',0,0),(10,51,0,1,0,'',1,'',1,'',1,'0',0,0),(11,53,0,1,0,'',1,'',1,'',1,'0',0,0),(12,54,0,1,1,'',1,'',1,'',1,'0',0,0),(13,55,2,1,0,'',1,'',1,'',1,'0',0,0),(14,56,2,1,1,'',1,'',1,'',1,'0',0,0),(15,57,1,1,0,'',1,'',1,'',1,'0',0,0),(16,58,1,1,1,'',1,'',1,'',1,'0',0,0),(17,61,0,1,0,'',1,'',1,'',1,'0',0,0),(18,65,0,1,0,'',1,'',1,'',1,'0',0,0),(19,68,0,1,0,'',1,'',1,'',1,'0',0,0),(20,121,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(21,122,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(22,123,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(23,124,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(24,125,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(25,126,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(26,127,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(27,128,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(28,129,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(29,130,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(30,131,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(31,132,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(32,177,0,1,1,'',1,'',1,'',1,'0',0,0),(33,181,0,1,0,'',1,'',1,'',1,'0',0,0),(34,184,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(35,185,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(36,203,0,1,0,'',1,'',1,'',1,'0',0,0); +/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ordering_options` +-- + +DROP TABLE IF EXISTS `m_qtype_ordering_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ordering_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layouttype` tinyint NOT NULL DEFAULT '0', + `selecttype` tinyint NOT NULL DEFAULT '0', + `selectcount` smallint NOT NULL DEFAULT '2', + `gradingtype` tinyint NOT NULL DEFAULT '0', + `showgrading` tinyint NOT NULL DEFAULT '0', + `numberingstyle` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypordeopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for ordering questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ordering_options` +-- + +LOCK TABLES `m_qtype_ordering_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_ordering_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ordering_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_randomsamatch_options` +-- + +LOCK TABLES `m_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_shortanswer_options` +-- + +LOCK TABLES `m_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; +INSERT INTO `m_qtype_shortanswer_options` VALUES (1,1,0),(2,2,0),(3,3,0),(4,4,0),(5,5,0),(6,6,0),(7,7,0),(8,8,0),(9,9,0),(10,10,0),(11,11,0),(12,12,0),(13,13,0),(14,14,0),(15,15,0),(16,16,0),(17,17,0),(18,18,0),(19,19,0),(20,20,0),(21,21,0),(22,22,0),(23,23,0),(24,24,0),(25,28,0),(26,29,0),(27,33,0),(28,34,0),(29,39,0),(30,50,0),(31,52,0),(32,59,0),(33,60,0),(34,62,0),(35,63,0),(36,64,0),(37,66,0),(38,67,0),(39,69,0),(40,70,0),(41,71,0),(42,72,0),(43,73,0),(44,74,0),(45,75,0),(46,76,0),(47,77,0),(48,78,0),(49,79,0),(50,80,0),(51,81,0),(52,82,0),(53,83,0),(54,133,0),(55,134,0),(56,135,0),(57,136,0),(58,137,0),(59,138,0),(60,139,0),(61,140,0),(62,141,0),(63,142,0),(64,143,0),(65,144,0),(66,145,0),(67,146,0),(68,147,0),(69,148,0),(70,149,0),(71,150,0),(72,151,0),(73,152,0),(74,153,0),(75,154,0),(76,155,0),(77,156,0),(78,157,0),(79,158,0),(80,159,0),(81,160,0),(82,161,0),(83,162,0),(84,163,0),(85,164,0),(86,165,0),(87,166,0),(88,167,0),(89,175,0),(90,180,0),(91,183,0),(92,186,0),(93,187,0),(94,188,0),(95,189,0),(96,190,0),(97,191,0),(98,192,0),(99,193,0),(100,194,0),(101,195,0),(102,196,0),(103,197,0),(104,198,0),(105,199,0),(106,202,0),(107,214,0),(108,215,0),(109,216,0),(110,217,0),(111,218,0); +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq` +-- + +DROP TABLE IF EXISTS `m_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `m_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq` +-- + +LOCK TABLES `m_qtype_wq` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; +INSERT INTO `m_qtype_wq` VALUES (1,1,'adeu]]>.,\'truefalse0.001falsetruehello]]>','hash','options'),(2,2,'adeu]]>.,\'truefalse0falsetruehello]]>','hash','options'),(3,3,'x+1x-1.,\'0.001falsetrue','hash','options'),(4,4,'x+1x-1.,\'0.001falsetrue','hash','options'),(5,5,'x+1.,\'0.001falsetruepopupEditor','hash','options'),(6,6,'x+1.,\'0.001falsetruetextField','hash','options'),(7,7,'x+1.,\'0.001falsetruetextField','hash','options'),(8,8,'x+1.,\'0.001falsetrue]]>','hash','options'),(9,9,'x+1.,\'0.001falsetrue]]>','hash','options'),(10,10,'x+1x-1.,\'0.001falsetrue','hash','options'),(11,11,'x+1x-1.,\'0.001falsetrue','hash','options'),(12,12,'2/4.,\'','hash','options'),(13,13,'2/4.,\'','hash','options'),(14,14,'2/4.,\'','hash','options'),(15,15,'x+1.,\'','hash','options'),(16,16,'x+1.,\'','hash','options'),(17,17,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>S1=#s1falsefalsetextField','hash','options'),(18,18,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>#s1falsefalsetextField','hash','options'),(19,19,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(20,20,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(21,21,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(22,22,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(23,23,'["a","A","B"]inlineGraphtrue','hash','options'),(24,24,'["a","A","B"]inlineGraphtrue','hash','options'),(25,25,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruepopupEditortextField','hash','options'),(26,26,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(27,27,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(28,31,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(29,32,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(30,36,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(31,37,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(32,40,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(33,41,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(34,48,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(35,49,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(36,69,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0,2,4,6,8L2=1,3,5,7,9M=123456789]]>#L10.001falsetrue','hash','options'),(37,70,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse;en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0;2;4;6;8L2=1;3;5;7;9M=123456789]]>#L10.001falsetrue','hash','options'),(38,71,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0 2 4 6 8L2=1 3 5 7 9M=123456789]]>#L10.001falsetrue','hash','options'),(39,72,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditorand','hash','options'),(40,73,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(41,74,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>x =5y =10z = 15]]>0.001falsetrue0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(42,75,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x):=prime?xxprime?x{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>2gftruefalse0.001','hash','options'),(43,76,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>credit1=00credit2=00credit3=00decrease_mark=0.50.5gf(x):=beginif remainderx,7 == 2 thencredit1=0.4decrease_mark=1endif remainderx,2 == 0 thencredit2=0.3·decrease_markendif remainderx,40 thencredit3=0.3·decrease_markendc=credit1+credit2+credit3return cend{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>58truefalse0.001','hash','options'),(44,77,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x,y):=prime?x, prime?yx,yprime?x,prime?y{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>p1 = 2p2 = 3]]>truefalse0.001gftruepopupEditorand','hash','options'),(45,78,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>parameter answer = 0{53,117,183}2curve1plotter1"1"x-2x+3plotter1{186,72,72}2curve2plotter1"2"answerplotter1xx2x6\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"curve2\",\"value_content\":\"x0\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"2\",\"external\":true,\"ref\":\"curve2\"}],\"id\":\"plotter1\",\"aspect_ratio\":0.9955555555555555,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.09375,\"grid_subdivisions\":2}],\"handwriting\":[]}]]]]>]]>(x-2)(x+3)0.001falsetrue','hash','options'),(46,79,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x1=1x2=2]]>0.001falsetruetruepopupEditor','hash','options'),(47,80,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>5%0.001falsetrue','hash','options'),(48,81,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>1000.001falsetrue200]]>','hash','options'),(49,82,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruepopupEditorsin x]]>','hash','options'),(50,83,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruetextFieldsin x','hash','options'),(51,84,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(52,85,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(53,86,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(54,87,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(55,88,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(56,89,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(57,90,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(58,91,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(59,92,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(60,93,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(61,94,'','hash','options'),(62,95,'\n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Untitled calc</mtext>\n </math>\n \n \n en\n \n \n \n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Sheet 1</mtext>\n </math>\n \n \n # Automatically generated by WirisQuizzes.\ns1 = random(2, 4);\ns2 = random(5, 7);\ns3 = random(8, 10);\n \n \n \n \n]]>evaluate]]>0.001falsetrue','hash','options'),(63,96,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash',''),(64,97,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(65,98,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(66,99,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(67,100,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(68,101,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(69,102,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(70,103,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(71,104,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(72,105,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalse','hash','options'),(73,106,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(74,107,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(75,108,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalsefalse','hash','options'),(76,109,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(77,110,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(78,111,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetruefalsetrue','hash','options'),(79,112,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(80,113,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(81,114,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','options'),(82,115,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(83,116,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(84,117,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrue','hash','options'),(85,118,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(86,119,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(87,120,'','hash','options'),(88,121,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(89,122,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(90,123,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(91,124,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(92,125,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(93,126,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(94,127,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(95,128,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(96,129,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(97,130,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(98,131,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(99,132,'','hash','options'),(100,133,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = "WirisQuizzes"\nb = "for Moodle"]]>#afalsefalsetextFieldInitial content test #a','hash','options'),(101,134,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextFieldInitial content test','hash','options'),(102,135,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextField','hash','options'),(103,136,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(104,137,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(105,138,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(106,139,'["a"]inlineGraphfalseand','hash','options'),(107,140,'["a"]inlineGraphfalseand','hash','options'),(108,141,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>','hash','options'),(109,142,'["c"]inlineGraphfalseand','hash','options'),(110,143,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>never','hash','options'),(111,144,'["e"]1.092981724275775inlineGraphfalseand','hash','options'),(112,145,'Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphtrueHola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[3.3157894736842124,6.163967611336033],\"text\":\"Adéu\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(113,146,'inlineGraphtrue','hash','options'),(114,147,'5.25inlineGraphtrue','hash','options'),(115,148,'["a"]inlineGraphfalseand','hash','options'),(116,149,'["b"]inlineGraphfalseand','hash','options'),(117,150,'inlineGraphfalse','hash','options'),(118,151,'y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["f"]inlineGraphfalseandy=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[23.210526315789465,-24.273279352226716],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"}],\"id\":\"\",\"center\":[12.625506072874495,7.481781376518223],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(119,152,'["c"]inlineGraphfalseand','hash','options'),(120,153,'["c"]inlineGraphfalseand','hash','options'),(121,154,'y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["d"]inlineGraphfalseandy=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-15.966666666666661,6.141666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(122,155,'inlineGraphfalseand','hash','options'),(123,156,'["c"]0inlineGraphfalseand','hash','options'),(124,157,'inlineGraphtrue','hash','options'),(125,158,'inlineGraphtrue','hash','options'),(126,159,'["m"]inlineGraphfalseand','hash','options'),(127,160,'["f","a","b","c","d","e"]["f","a","b","c","d","e"]["f","a","b","c","d","e"]inlineGraphtrueand','hash','options'),(128,161,'["a","b","c","d","e"]["a","b","c","d","e","A","B","C","D","E"]inlineGraphtrueand','hash','options'),(129,162,'["b"]inlineGraphfalseand','hash','options'),(130,163,'["a","b","c","d","e"]inlineGraphtruedistribute10 10 25 50 5','hash','options'),(131,164,'x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphfalse','hash','options'),(132,165,'inlineGraphtrue','hash','options'),(133,166,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChartinlineGraphlabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(134,167,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>pieChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(135,168,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(136,169,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(137,170,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(138,171,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(139,172,'','hash','options'),(140,173,'','hash','options'),(141,174,'textField','hash','options'),(142,176,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,83b=random2..6/a3c=maxa,b3d=mina,b{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001textField','hash','options'),(143,178,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(144,179,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(145,182,']]>0.001popupEditor]]>textField','hash','options'),(146,184,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(147,185,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(148,186,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(149,187,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(150,188,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(151,189,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(152,190,'23textField','hash','options'),(153,191,'23textField','hash','options'),(154,192,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(155,193,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(156,194,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(157,195,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(158,196,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(159,197,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(160,198,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(161,199,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(162,200,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(163,201,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(164,204,'','hash','options'),(165,205,'','hash','options'),(166,206,'','hash','options'),(167,207,'','hash','options'),(168,208,'','hash','options'),(169,209,'','hash','options'),(170,210,'','hash','options'),(171,211,'','hash','options'),(172,212,'','hash','options'),(173,213,'','hash','options'),(174,214,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p=plotter1plotter2d1]]>1.,\'0.001falsetrue','hash','options'),(175,215,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(176,216,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(177,217,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(178,218,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(179,219,'.,\'','hash','options'); +/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `m_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq_variables` +-- + +LOCK TABLES `m_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question` +-- + +DROP TABLE IF EXISTS `m_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_ques_qty_ix` (`qtype`), + KEY `m_ques_par_ix` (`parent`), + KEY `m_ques_cre_ix` (`createdby`), + KEY `m_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question` +-- + +LOCK TABLES `m_question` WRITE; +/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; +INSERT INTO `m_question` VALUES (1,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082554+4KbwKA',1727339154,1727339154,2,2),(2,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082618+6WjKb7',1727339178,1727339178,2,2),(3,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120082826+0buqce',1732091306,1732091306,2,2),(4,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083149+7EiEDB',1732091509,1732091509,2,2),(5,0,'Equation - Validate input method Math editor in a popup','

Test to validate math editor in a popup

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083347+YJWFXh',1732091627,1732091627,2,2),(6,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083634+Xg4Hh5',1732091794,1732091794,2,2),(7,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083643+Etdxqe',1732091803,1732091803,2,2),(8,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083746+gBdoX7',1732091866,1732091866,2,2),(9,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083949+Oz9lyt',1732091989,1732091989,2,2),(10,0,'Equation - Grading functions','

Test to validate equation grading functions

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084851+zSv2ev',1732092531,1732092531,2,2),(11,0,'Equation - Grading functions','

Test to validate equation grading functions

S1 = x+1 (100%)

S2 = x-1 (20%)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084921+XLY4eT',1732092561,1732092561,2,2),(12,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085546+F5230N',1732092946,1732092946,2,2),(13,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085656+z5BqJO',1732093016,1732093016,2,2),(14,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084703+SkVob1',1736239623,1736239623,2,2),(15,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085914+uF7nuW',1732093154,1732093154,2,2),(16,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084714+EPOdSC',1736239634,1736239634,2,2),(17,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120103118+CdeIML',1732098678,1732098678,2,2),(18,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084749+d8YFxh',1736239669,1736239669,2,2),(19,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112607+h8UfUB',1732101967,1732101967,2,2),(20,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082942+gVBZUT',1736238582,1736238582,2,2),(21,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112931+tTMblP',1732102171,1732102171,2,2),(22,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082958+dQakY7',1736238598,1736238598,2,2),(23,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084537+VDo3EL',1736239537,1736239537,2,2),(24,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084554+2IgxUi',1736239554,1736239554,2,2),(25,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+ocSqVI',1727275591,1727275591,3,3),(26,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074627+8ayycR',1732088787,1732088787,2,2),(27,0,'Cloze - Random variables (s3) + Popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074658+QGwe4X',1732088818,1732088818,2,2),(28,25,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+kTQdHq',1727275591,1727275591,3,3),(29,25,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+09R7bC',1727275591,1727275591,3,3),(30,25,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+Gw5BfM',1727275591,1727275591,3,3),(31,0,'Answer input field - Plain text','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+zHJw68',1727275591,1727275591,3,3),(32,0,'Cloze - Validate Cloze question with Plain text as Answer input field','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074308+XEuz0f',1732088588,1732088588,2,2),(33,31,'Answer input field - Plain text','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+3tnFwu',1727275591,1727275591,3,3),(34,31,'Answer input field - Plain text','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+HVDlSe',1727275591,1727275591,3,3),(35,31,'Answer input field - Plain text','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+XYKfTy',1727275591,1727275591,3,3),(36,0,'Cloze - Combining embedded Short Answer and Multichoice questions','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+Hng3Rr',1727275591,1727275591,3,3),(37,0,'Cloze - Validate MC and SA embedded questions are compatible within the same question','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074206+h2m8jA',1732088526,1732088526,2,2),(38,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+MVyL5U',1727275591,1727275591,3,3),(39,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+REwTHm',1727275591,1727275591,3,3),(40,0,'Cloze - Embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+gWJF3Z',1727275591,1727275591,3,3),(41,0,'Cloze - Validate Cloze question embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074224+NniBub',1732088544,1732088544,2,2),(42,40,'Cloze - Embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+rQfbuG',1727275591,1727275591,3,3),(43,40,'Cloze - Embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+7k6vA4',1727275591,1727275591,3,3),(44,40,'Cloze - Embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+IS6deN',1727275591,1727275591,3,3),(45,40,'Cloze - Embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+n23yZl',1727275591,1727275591,3,3),(46,40,'Cloze - Embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+z0PBxO',1727275591,1727275591,3,3),(47,40,'Cloze - Embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+toUmLc',1727275591,1727275591,3,3),(48,0,'Cloze - Embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+VOixhN',1727275591,1727275591,3,3),(49,0,'Cloze - Validate Cloze question embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074334+eU2KQk',1732088614,1732088614,2,2),(50,48,'Cloze - Embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+541WQU',1727275591,1727275591,3,3),(51,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074206+seDutt',1732088526,1732088526,2,2),(52,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074206+TzbhIG',1732088526,1732088526,2,2),(53,41,'Cloze - Validate Cloze question embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cyUDuD',1732088544,1732088544,2,2),(54,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+3Tkdil',1732088544,1732088544,2,2),(55,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cnDdqu',1732088544,1732088544,2,2),(56,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+2bJsrr',1732088544,1732088544,2,2),(57,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+H69zeA',1732088544,1732088544,2,2),(58,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+59e8Cn',1732088544,1732088544,2,2),(59,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+5iWkoE',1732088588,1732088588,2,2),(60,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+ni0ffM',1732088588,1732088588,2,2),(61,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074308+Bq5JnQ',1732088588,1732088588,2,2),(62,49,'Cloze - Validate Cloze question embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074334+hQ46uM',1732088614,1732088614,2,2),(63,26,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+QhOTZi',1732088787,1732088787,2,2),(64,26,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+WoGKR3',1732088787,1732088787,2,2),(65,26,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074627+G8cYU1',1732088787,1732088787,2,2),(66,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+wAloXO',1732088818,1732088818,2,2),(67,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+F8KJwI',1732088818,1732088818,2,2),(68,27,'Cloze - Random variables (s3) + Popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074658+fHcdVS',1732088818,1732088818,2,2),(69,0,'Generating tables from lists - Comma as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+1kRkmO',1727275591,1727275591,3,3),(70,0,'Generating tables from lists - Semicolon as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+WOwgrQ',1727275591,1727275591,3,3),(71,0,'Generating tables from lists - Space as list element separator (copy)','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+w24mLd',1727275591,1727275591,3,3),(72,0,'Compound answer - All answers must be correct','

Test: Compound answer with All answers must be correct option.

Correct answer is 

x = 5 

y = 10 

z = 15

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+eGtAT0',1727275591,1727275591,3,3),(73,0,'Compound answer - Distributed grades','

Test: Compound answer with distributed grades.

Correct answer is 

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+X5GNUZ',1727275591,1727275591,3,3),(74,0,'Compound answer - Multiple answers (any answer)','

Test: Compound answer with multiple answers. 

Ticket: https://wiris.kanbanize.com/ctrl_board/17/cards/20589/details/ 

Answer 1

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

Answer 2

wiris - This answer is configured to be evaluated as Any answer.


',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+ZrGDVJ',1727275591,1727275591,3,3),(75,0,'Basic grading function','

Test: test a basic grading function. The defined function is #gf(x) which is true if the inserted number is prime and false otherwise.

The mark of the question must be:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+OyPIjI',1727275591,1727275591,3,3),(76,0,'Custom marks','

Test: this question uses a grading function with several outputs.

Question: M is a number whose ramainder is 2 when divided by 7. It is also divisible by 2, but not by 4. Give a possible value of M.

Examples:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+qvGXUF',1727275591,1727275591,3,3),(77,0,'Grading functions on a compound answer','

Test: custom grading functions on compound answers. Insert two prime numbers. The grading function is gf(x,y)=[prime?(x), prime?(y)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+VOoULx',1727275591,1727275591,3,3),(78,0,'Comparing graphical student answer','

Test: Check parameter answer when it stores a plotter.

Question: Write a monomic polynomial of degree two with roots 2 and -3.

',1,'

The correct answer is in blue, your answer in red.

#plotter1

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+vvaL9H',1727275591,1727275591,3,3),(79,0,'Generate steps to solve the problem','

Test: testing parameter answer variable to generate steps to solve the problem in the answer feedback. Answer is 1 and 2, in this order.

Question: Find the roots of the polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»3«/mn»«mi»x«/mi»«mo»+«/mo»«mn»2«/mn»«/math»

',1,'To find the roots of a polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»+«/mo»«mi»b«/mi»«mo»§#183;«/mo»«mi»x«/mi»«mo»+«/mo»«mi»c«/mi»«/math» you have to use the following formula:
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfrac»«mrow»«mo»-«/mo»«mi»b«/mi»«mo»§#177;«/mo»«msqrt»«msup»«mi»b«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mi»c«/mi»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«/math»
Thus, with «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»b«/mi»«mo»=«/mo»«mo»-«/mo»«mn»3«/mn»«/math» and «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»c«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mn»2«/mn»«/math»
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«msqrt»«msup»«mrow»«mo»(«/mo»«mo»-«/mo»«mn»3«/mn»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mn»2«/mn»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«mn»1«/mn»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mo»{«/mo»«mn»1«/mn»«mo»,«/mo»«mn»2«/mn»«mo»}«/mo»«/math»
',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144637+bDGcAy',1727275597,1727275597,3,3),(80,0,'Parameter answer with percent symbol','

Test: parameter answer with percent symbol. Check it renders. Correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»5«/mn»«mo»%«/mo»«/math»

',1,'

This is the student answer: #answer

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+3U0BHk',1727275598,1727275598,3,3),(81,0,'Math editor embedded','

Test: Validate input method Math editor embedded

Initial content: 200

Correct answer: 100

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+Z61krd',1727275598,1727275598,3,3),(82,0,'Math editor in a popup','

Test: Validate input method Math editor in a popup

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+w0sTYf',1727275598,1727275598,3,3),(83,0,'Plain text','

Test: Validate input method Plain text

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+YPXiSS',1727275598,1727275598,3,3),(84,0,'Essay display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+kLXKCG',1727275598,1727275598,3,3),(85,0,'Essay - display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141932+J0TRrw',1733235572,1733235572,2,2),(86,0,'Essay display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+eXylYS',1727275598,1727275598,3,3),(87,0,'Essay - display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141943+1mzFGX',1733235583,1733235583,2,2),(88,0,'Essay display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+v9cSGP',1727275598,1727275598,3,3),(89,0,'Essay - display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141952+POYZEq',1733235592,1733235592,2,2),(90,0,'Essay replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+X2E7Qw',1727275598,1727275598,3,3),(91,0,'Essay - replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142001+H9OpeY',1733235601,1733235601,2,2),(92,0,'Essay replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+BpqV5V',1727275598,1727275598,3,3),(93,0,'Essay - replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142015+aOcXTd',1733235615,1733235615,2,2),(94,0,'Simple Essay question','

Test: Validate Essay question type works

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+s4KetD',1727275598,1727275598,3,3),(95,0,'Essay - Random Variables','s1= #s1
s2 =#s2
s3= #s3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241120074936+7Rhlm8',1732088976,1732088976,2,2),(96,0,'Simple True or False question','

Test: true or false question type works.

Is QA the best team ever?

Answer: true

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+AAKfuA',1727275598,1727275598,3,3),(97,0,'True or False Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+WgIEPe',1727275598,1727275598,3,3),(98,0,'True or False - Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142441+KVXviN',1733235881,1733235881,2,2),(99,0,'True or False display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+kLQDkw',1727275598,1727275598,3,3),(100,0,'True or False - display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142452+CpEaDG',1733235892,1733235892,2,2),(101,0,'True or False display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+1WGktT',1727275598,1727275598,3,3),(102,0,'True or False - display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142515+hOUTsy',1733235915,1733235915,2,2),(103,0,'True or False question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+lHzm0e',1727275598,1727275598,3,3),(104,0,'True or False - question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142502+FxbqbR',1733235902,1733235902,2,2),(105,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+yzNWRF',1727275598,1727275598,3,3),(106,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134714+4Sa9G8',1733233634,1733233634,2,2),(107,0,'Matching - question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142210+QbniNX',1733235730,1733235730,2,2),(108,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+8NC3T6',1727275598,1727275598,3,3),(109,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134747+EcD9n7',1733233667,1733233667,2,2),(110,0,'Matching - question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142222+Fv9igJ',1733235742,1733235742,2,2),(111,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+JWGI0d',1727275598,1727275598,3,3),(112,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134850+sfhnP8',1733233730,1733233730,2,2),(113,0,'Matching - question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142251+857fcu',1733235771,1733235771,2,2),(114,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+stZNPD',1727275598,1727275598,3,3),(115,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134825+99bXOd',1733233705,1733233705,2,2),(116,0,'Matching - question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142236+1SVpg0',1733235756,1733235756,2,2),(117,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+PurKaA',1727275598,1727275598,3,3),(118,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134637+HQM8xU',1733233597,1733233597,2,2),(119,0,'Matching - question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142156+RjT3hV',1733235716,1733235716,2,2),(120,0,'Simple Matching Question','

Test: Validate Matching Question type works

Answers: 

1 - a

2 - b

3 - c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+1fi15h',1727275598,1727275598,3,3),(121,0,'Multichoice display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+9p5Agr',1727275598,1727275598,3,3),(122,0,'Multichoice - display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142321+E2RYzZ',1733235801,1733235801,2,2),(123,0,'Multichoice display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+kvh9uE',1727275598,1727275598,3,3),(124,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142333+rGxnwb',1733235813,1733235813,2,2),(125,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142335+PReeyN',1733235815,1733235815,2,2),(126,0,'Multichoice question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ozc7XI',1727275598,1727275598,3,3),(127,0,'Multichoice - question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142348+cI6AEy',1733235828,1733235828,2,2),(128,0,'Multichoice question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+HvFBjA',1727275598,1727275598,3,3),(129,0,'Multichoice - question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142400+4nzHcB',1733235840,1733235840,2,2),(130,0,'Multichoice question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ca1FgB',1727275598,1727275598,3,3),(131,0,'Multichoice - question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142414+LmNu6x',1733235854,1733235854,2,2),(132,0,'Simple Multichoice question','

Test: Validate Multichoice question type works

What\'s the value of «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mn»0«/mn»«/math»?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+nLd0Wn',1727275598,1727275598,3,3),(133,0,'Short Answer text answer type with random variables','

Test: Validate Short Answer Text answer type with random variables.

Correct answer:  #a

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+HNXfNF',1727275598,1727275598,3,3),(134,0,'Short Answer text question with initial content','

Test: Validate Short Answer text answer type with initial content

Answer: wiris

Initial content: Initial content test

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+lj2YAK',1727275598,1727275598,3,3),(135,0,'Simple Short Answer text question','

Test: Validate Short Answer text answer type

Answer: wiris

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+ncYtny',1727275598,1727275598,3,3),(136,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+YeXHaw',1727333895,1727333895,2,2),(137,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105719+qavB6c',1732100239,1732100239,2,2),(138,0,'Plotter - Initial content','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105758+V1kBjd',1732100278,1732100278,2,2),(139,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082922+MpPJuN',1736238562,1736238562,2,2),(140,0,'GA 10','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLgM9h',1727333895,1727333895,2,2),(141,0,'Sketch - Validate all sketch propieties','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110733+tujOPF',1732100853,1732100853,2,2),(142,0,'GA 11','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+fRjvbC',1727333895,1727333895,2,2),(143,0,'Sketch - Validate initial content','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110839+XpzBRs',1732100919,1732100919,2,2),(144,0,'GA 12','

Test: tolerance. Correct answer is a circle centered at origin with radius between 3 and 5. The exact correct answer is radius 4.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+FVBnE8',1727333895,1727333895,2,2),(145,0,'GA 13','

Test: labels. The initial content is already the correct answer. Check that labels are displayed both at the attempt and the correction.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+RMJRi2',1727333895,1727333895,2,2),(146,0,'GA 14','

Test: parallelogram. Draw a (-7,5), (0,-4), (5, 5) parallelogram

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLqyMF',1727333895,1727333895,2,2),(147,0,'GA 15','

Test: Custom graph. Check axis have been removed.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+isNwZR',1727333895,1727333895,2,2),(148,0,'GA 16','

Test: custom graph: axis ratio is 1:5. Build a circle centered at origin of radius 10.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+SV6ZYb',1727333895,1727333895,2,2),(149,0,'GA 17','

Test: Parabola. Draw a parabola with the given line as directriu and the point (4,3) as the focus.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+OLhJeU',1727333895,1727333895,2,2),(150,0,'GA 18','

Test: prohibit superfluous elements. The correct answer is the point (0,0), if the student answer contains any other element, the answer must be graded as incorrect.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+UcVQNF',1727333895,1727333895,2,2),(151,0,'GA 19','

Test: wiris.com graphical answer question example 1. Check the question can be answered correctly.


Question: Draw the bisector of the highlighted angle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+NIrDOO',1727333895,1727333895,2,2),(152,0,'GA 2','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+V6uUcD',1727333895,1727333895,2,2),(153,0,'Plotter - Validate customized toolbar','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105859+d9iCNk',1732100339,1732100339,2,2),(154,0,'GA 20','

Test: wiris.com graphical answer question example 2. Check the question can be answered correctly.


Question: Fill the region delimited by «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfenced open=¨{¨ close=¨¨»«mtable columnalign=¨left¨»«mtr»«mtd»«mi»x«/mi»«mo»-«/mo»«mi»y«/mi»«mo»§#8201;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mi»x«/mi»«mo»§#160;«/mo»«mo»§#60;«/mo»«mo»§#160;«/mo»«mn»10«/mn»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+fTT5Fo',1727333896,1727333896,2,2),(155,0,'GA 21','

Test: handrwitted paths. Check that initial content is visible and answer the question with a handwritted path.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+AObML8',1727333896,1727333896,2,2),(156,0,'GA 23','

Test: angle between rays. Draw an angle between the two rays.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+LSAUU6',1727333896,1727333896,2,2),(157,0,'GA 24','

Test: line width. Check that the initial content lines have width 8. Correct answer is the has the same lines. Try to change width to 4px.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+GnyNwE',1727333896,1727333896,2,2),(158,0,'GA 25','

Test: SA multiple correct answers: parallelogram. 

Correct answer is a parallelogram with vertices on (5,5), (-5,5), (5,-5), (-5,-5), but draw anything as the correct answer. The expected behaviour is that the grade of the question is 0.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+ElYLe5',1727333896,1727333896,2,2),(159,0,'GA 3','

Test: precision. Draw the incircle of the triangle

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+XpK1Hp',1727333896,1727333896,2,2),(160,0,'GA 4','

Test: match color. All elements must be red #B71C1C

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+leaV6j',1727333896,1727333896,2,2),(161,0,'GA 5','

Test: line type to dots of all elements

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+rTaTfI',1727333896,1727333896,2,2),(162,0,'GA 6','

Test: area. Draw the area of an ellipse

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+loLf0C',1727333896,1727333896,2,2),(163,0,'GA 7','

Test: distributed grades. Draw 5 circles of radius 2, each one centered on one of the 5 points

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+Q2Pdgg',1727333896,1727333896,2,2),(164,0,'GA 8','

Test: draw expression (x+3)^2.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+DU4DvN',1727333896,1727333896,2,2),(165,0,'GA 9','

Test: custom toolbar. Check you can only draw polygons.  square of vertices (0,4) (0, -4) (4, 0) (-4, 0) 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+lHDnne',1727333896,1727333896,2,2),(166,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120113051+U4RQ4p',1732102251,1732102251,2,2),(167,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107083011+ucPab7',1736238611,1736238611,2,2),(168,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926074813+IqDAga',1727336893,1727336893,2,2),(169,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926083936+9d8rXb',1727339976,1727339976,2,2),(170,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141508+26RfTp',1733235308,1733235308,2,2),(171,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+250103115615+3GPXnw',1735905375,1735905375,2,2),(172,0,'Test: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240926074813+d920KY',1727336893,1727336893,2,2),(173,0,'Smoke: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203141526+i6F0iU',1733235326,1733235326,2,2),(174,0,'Test: Cloze Question - SA text','

Answer anything to the following question. Correct answer is wiris.


Question: {#1}



',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+Cku1Kc',1727336893,1727336893,2,2),(175,174,'Test: Cloze Question - SA text','{:SA:=wiris}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074813+04Agmw',1727336893,1727336893,2,2),(176,0,'Test: Cloze question - MC','

What is the degree of the following polynomial? «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»a«/mi»«/mrow»«/msup»«mo»-«/mo»«mn»3«/mn»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»b«/mi»«/mrow»«/msup»«mo»+«/mo»«mn»2«/mn»«mi»x«/mi»«/math»

Solution: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+51Jjj6',1727336893,1727336893,2,2),(177,176,'Test: Cloze question - MC','{:MCS:=#c~#d~1}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074813+PhSmQz',1727336893,1727336893,2,2),(178,0,'Test: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+FgwJva',1727336894,1727336894,2,2),(179,0,'Smoke: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241203141537+ulWCbO',1733235337,1733235337,2,2),(180,178,'Test: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+uA58FM',1727336894,1727336894,2,2),(181,178,'Test: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074814+BxgQ8A',1727336894,1727336894,2,2),(182,0,'Test: Cloze question - SA equation','

Answer anything. Correct answer is 100.


Question: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+ddllH4',1727336894,1727336894,2,2),(183,182,'Test: Cloze question - SA equation','{:SA:=100}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+9jaEFS',1727336894,1727336894,2,2),(184,0,'Test: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240926074814+kRh61Y',1727336894,1727336894,2,2),(185,0,'Smoke: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203141559+Fc4KDY',1733235359,1733235359,2,2),(186,0,'Test: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074815+jaDKjo',1727336895,1727336895,2,2),(187,0,'Smoke: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141614+ZhNTKY',1733235374,1733235374,2,2),(188,0,'Test: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+kroxEj',1727336897,1727336897,2,2),(189,0,'Smoke: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141626+FwyLlG',1733235386,1733235386,2,2),(190,0,'Test: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+PNiSJD',1727336897,1727336897,2,2),(191,0,'Smoke: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141640+LKHoia',1733235400,1733235400,2,2),(192,0,'Test: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+TTof2a',1727336897,1727336897,2,2),(193,0,'Smoke: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141656+llcx85',1733235416,1733235416,2,2),(194,0,'Test: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Z2OZat',1727336897,1727336897,2,2),(195,0,'Smoke: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141709+lMRB0g',1733235429,1733235429,2,2),(196,0,'Test: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Qujcjy',1727336897,1727336897,2,2),(197,0,'Smoke: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141729+9wSeac',1733235449,1733235449,2,2),(198,0,'Test: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+ZnGzCA',1727336897,1727336897,2,2),(199,0,'Smoke: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141744+jt7wEC',1733235464,1733235464,2,2),(200,0,'Test: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240926074817+vQD9RK',1727336897,1727336897,2,2),(201,0,'Smoke: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203141757+7mSinE',1733235477,1733235477,2,2),(202,179,'Smoke: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241203141537+PtLvQt',1733235337,1733235337,2,2),(203,179,'Smoke: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241203141537+wng4G1',1733235337,1733235337,2,2),(204,0,'0 attachments','

0

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+oh0pGl',1727337430,1727337430,2,2),(205,0,'1 attachment','

1

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+RsIdPH',1727337430,1727337430,2,2),(206,0,'1 attachment','Test: 1 attachment allowed',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080053+6QTwXK',1727337653,1727337653,2,2),(207,0,'2 attachments','

2

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+eKTuGr',1727337430,1727337430,2,2),(208,0,'2 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080109+A7ZsdW',1727337669,1727337669,2,2),(209,0,'3 attachments','

3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+ENYQCe',1727337430,1727337430,2,2),(210,0,'3 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080119+qHGDy5',1727337679,1727337679,2,2),(211,0,'3 attachments','

Test: 3 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080143+CywcFP',1727337703,1727337703,2,2),(212,0,'4 or more attachments','

4...

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+tFNZza',1727337430,1727337430,2,2),(213,0,'4 or more attachments','

Test: 4 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080133+CIFDX9',1727337693,1727337693,2,2),(214,0,'Filter test: Graph plotter','

Graph plotter: #p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124159+3EygB0',1711024919,1711024919,5,5),(215,0,'Filter test: Graph plotter','

Graph plotter 2D: #plot2d


Graph plotter 3D: #plot3d

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124600+uIwYmn',1711025160,1711025160,5,5),(216,0,'Filter test: Graph plotter','

Graph plotter 2D: #plotter2


Graph plotter 3D: #plotter3

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124755+6YOrmv',1711025275,1711025275,5,5),(217,0,'05 graph','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124958+l8CE2j',1711025398,1711025398,5,5),(218,0,'Filter test: CAS plotter','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321125041+tRo9kU',1711025441,1711025441,5,5),(219,0,'Filter test: Wiris formula + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«mover»«mo»§#8644;«/mo»«mover»«mo»§#8644;«/mo»«mi»adf«/mi»«/mover»«/mover»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«mi»x«/mi»«mi»x«/mi»«/msqrt»«/msqrt»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x+2}$$

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240321125253+MHkCuR',1711025573,1711025573,5,5); +/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_answers` +-- + +DROP TABLE IF EXISTS `m_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesansw_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_answers` +-- + +LOCK TABLES `m_question_answers` WRITE; +/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; +INSERT INTO `m_question_answers` VALUES (1,1,'adeu',0,1.0000000,'',1),(2,2,'adeu',0,1.0000000,'',1),(3,3,'x+1',0,1.0000000,'',1),(4,3,'x-1',0,1.0000000,'',1),(5,4,'x+1',0,1.0000000,'',1),(6,4,'x-1',0,1.0000000,'',1),(7,5,'x+1',0,1.0000000,'',1),(8,6,'x+1',0,1.0000000,'',1),(9,7,'x+1',0,1.0000000,'',1),(10,8,'x+1',0,1.0000000,'',1),(11,9,'x+1',0,1.0000000,'',1),(12,10,'x+1',0,1.0000000,'',1),(13,10,'x-1',0,0.2000000,'',1),(14,11,'x+1',0,1.0000000,'',1),(15,11,'x-1',0,0.2000000,'',1),(16,12,'2/4',0,1.0000000,'',1),(17,13,'2/4',0,1.0000000,'',1),(18,14,'2/4',0,1.0000000,'',1),(19,15,'x+1',0,1.0000000,'',1),(20,16,'x+1',0,1.0000000,'',1),(21,17,'S1=#s1',0,1.0000000,'',1),(22,18,'#s1',0,1.0000000,'',1),(23,19,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[1],[2],[2],[3]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(24,20,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(25,21,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2,3,4],[2,1,2,3],[4,3,4,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(26,22,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(27,23,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(28,24,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(29,28,'#s1',0,1.0000000,'',1),(30,29,'#s2',0,1.0000000,'',1),(31,30,'#s1',1,1.0000000,'',1),(32,30,'#s2',1,0.0000000,'',1),(33,33,'#s1',0,1.0000000,'',1),(34,34,'#s2',0,1.0000000,'',1),(35,35,'#s1',1,1.0000000,'',1),(36,35,'#s2',1,0.0000000,'',1),(37,38,'#s1',1,1.0000000,'',1),(38,38,'#s2',1,0.0000000,'',1),(39,38,'#s3',1,0.0000000,'',1),(40,38,'#s4',1,0.0000000,'',1),(41,39,'#s3',0,1.0000000,'',1),(42,42,'#s1',1,1.0000000,'',1),(43,42,'#s2',1,0.0000000,'',1),(44,42,'#s3',1,0.0000000,'',1),(45,42,'#s4',1,0.0000000,'',1),(46,43,'#s1',1,1.0000000,'',1),(47,43,'#s2',1,0.0000000,'',1),(48,43,'#s3',1,0.0000000,'',1),(49,43,'#s4',1,0.0000000,'',1),(50,44,'#s1',1,1.0000000,'',1),(51,44,'#s2',1,0.0000000,'',1),(52,44,'#s3',1,0.0000000,'',1),(53,44,'#s4',1,0.0000000,'',1),(54,45,'#s1',1,1.0000000,'',1),(55,45,'#s2',1,0.0000000,'',1),(56,45,'#s3',1,0.0000000,'',1),(57,45,'#s4',1,0.0000000,'',1),(58,46,'#s1',1,1.0000000,'',1),(59,46,'#s2',1,0.0000000,'',1),(60,46,'#s3',1,0.0000000,'',1),(61,46,'#s4',1,0.0000000,'',1),(62,47,'#s1',1,1.0000000,'',1),(63,47,'#s2',1,0.0000000,'',1),(64,47,'#s3',1,0.0000000,'',1),(65,47,'#s4',1,0.0000000,'',1),(66,50,'#sol',0,1.0000000,'',1),(67,51,'#s1',1,1.0000000,'',1),(68,51,'#s2',1,0.0000000,'',1),(69,51,'#s3',1,0.0000000,'',1),(70,51,'#s4',1,0.0000000,'',1),(71,52,'#s3',0,1.0000000,'',1),(72,53,'#s1',1,1.0000000,'',1),(73,53,'#s2',1,0.0000000,'',1),(74,53,'#s3',1,0.0000000,'',1),(75,53,'#s4',1,0.0000000,'',1),(76,54,'#s1',1,1.0000000,'',1),(77,54,'#s2',1,0.0000000,'',1),(78,54,'#s3',1,0.0000000,'',1),(79,54,'#s4',1,0.0000000,'',1),(80,55,'#s1',1,1.0000000,'',1),(81,55,'#s2',1,0.0000000,'',1),(82,55,'#s3',1,0.0000000,'',1),(83,55,'#s4',1,0.0000000,'',1),(84,56,'#s1',1,1.0000000,'',1),(85,56,'#s2',1,0.0000000,'',1),(86,56,'#s3',1,0.0000000,'',1),(87,56,'#s4',1,0.0000000,'',1),(88,57,'#s1',1,1.0000000,'',1),(89,57,'#s2',1,0.0000000,'',1),(90,57,'#s3',1,0.0000000,'',1),(91,57,'#s4',1,0.0000000,'',1),(92,58,'#s1',1,1.0000000,'',1),(93,58,'#s2',1,0.0000000,'',1),(94,58,'#s3',1,0.0000000,'',1),(95,58,'#s4',1,0.0000000,'',1),(96,59,'#s1',0,1.0000000,'',1),(97,60,'#s2',0,1.0000000,'',1),(98,61,'#s1',1,1.0000000,'',1),(99,61,'#s2',1,0.0000000,'',1),(100,62,'#sol',0,1.0000000,'',1),(101,63,'#s1',0,1.0000000,'',1),(102,64,'#s2',0,1.0000000,'',1),(103,65,'#s1',1,1.0000000,'',1),(104,65,'#s2',1,0.0000000,'',1),(105,66,'#s1',0,1.0000000,'',1),(106,67,'#s2',0,1.0000000,'',1),(107,68,'#s1',1,1.0000000,'',1),(108,68,'#s2',1,0.0000000,'',1),(109,69,'#L1',0,1.0000000,'',1),(110,70,'#L1',0,1.0000000,'',1),(111,71,'#L1',0,1.0000000,'',1),(112,72,'x =5y =10z =15',0,1.0000000,'',1),(113,73,'x =5y =10z =15',0,1.0000000,'',1),(114,74,'x =5y =10z =15',0,1.0000000,'',1),(115,74,'x =5y =10z = 15',0,0.0000000,'',1),(116,75,'2',0,1.0000000,'',1),(117,76,'58',0,1.0000000,'',1),(118,77,'p1 = 2p2 = 3',0,1.0000000,'',1),(119,78,'(x-2)(x+3)',0,1.0000000,'',1),(120,79,'x1=1x2=2',0,1.0000000,'

If your answer were correct, «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»1«/mn»«mo»)«/mo»«mo»=«/mo»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»2«/mn»«mo»)«/mo»«mo»=«/mo»«mn»0«/mn»«/math»


',1),(121,80,'5%',0,1.0000000,'',1),(122,81,'100',0,1.0000000,'',1),(123,82,'cos x',0,1.0000000,'',1),(124,83,'cos x',0,1.0000000,'',1),(125,96,'True',0,1.0000000,'',1),(126,96,'False',0,0.0000000,'',1),(127,97,'True',0,0.0000000,'',1),(128,97,'False',0,1.0000000,'',1),(129,98,'True',0,0.0000000,'',1),(130,98,'False',0,1.0000000,'',1),(131,99,'True',0,0.0000000,'',1),(132,99,'False',0,1.0000000,'',1),(133,100,'True',0,0.0000000,'',1),(134,100,'False',0,1.0000000,'',1),(135,101,'True',0,1.0000000,'',1),(136,101,'False',0,0.0000000,'',1),(137,102,'True',0,1.0000000,'',1),(138,102,'False',0,0.0000000,'',1),(139,103,'True',0,1.0000000,'',1),(140,103,'False',0,0.0000000,'',1),(141,104,'True',0,1.0000000,'',1),(142,104,'False',0,0.0000000,'',1),(143,121,'

#a

',1,0.7000000,'',1),(144,121,'

#b

',1,0.1250000,'',1),(145,121,'

#c

',1,0.3333333,'',1),(146,121,'

#d

',1,1.0000000,'',1),(147,122,'

#a

',1,0.7000000,'',1),(148,122,'

#b

',1,0.1250000,'',1),(149,122,'

#c

',1,0.3333333,'',1),(150,122,'

#d

',1,1.0000000,'',1),(151,123,'

#a

',1,0.7000000,'',1),(152,123,'

#b

',1,0.1250000,'',1),(153,123,'

#c

',1,0.3333333,'',1),(154,123,'

#d

',1,1.0000000,'',1),(155,124,'

#a

',1,0.7000000,'',1),(156,124,'

#b

',1,0.1250000,'',1),(157,124,'

#c

',1,0.3333333,'',1),(158,124,'

#d

',1,1.0000000,'',1),(159,125,'

#a

',1,0.7000000,'',1),(160,125,'

#b

',1,0.1250000,'',1),(161,125,'

#c

',1,0.3333333,'',1),(162,125,'

#d

',1,1.0000000,'',1),(163,126,'

#a

',1,0.7000000,'',1),(164,126,'

#b

',1,0.1250000,'',1),(165,126,'

#c

',1,0.3333333,'',1),(166,126,'

#d

',1,1.0000000,'',1),(167,127,'

#a

',1,0.7000000,'',1),(168,127,'

#b

',1,0.1250000,'',1),(169,127,'

#c

',1,0.3333333,'',1),(170,127,'

#d

',1,1.0000000,'',1),(171,128,'

#a

',1,0.7000000,'',1),(172,128,'

#b

',1,0.1250000,'',1),(173,128,'

#c

',1,0.3333333,'',1),(174,128,'

#d

',1,1.0000000,'',1),(175,128,'

e

',1,0.5000000,'',1),(176,128,'

f

',1,0.0000000,'',1),(177,128,'

g

',1,-0.1000000,'',1),(178,129,'

#a

',1,0.7000000,'',1),(179,129,'

#b

',1,0.1250000,'',1),(180,129,'

#c

',1,0.3333333,'',1),(181,129,'

#d

',1,1.0000000,'',1),(182,129,'

e

',1,0.5000000,'',1),(183,129,'

f

',1,0.0000000,'',1),(184,129,'

g

',1,-0.1000000,'',1),(185,130,'

#a

',1,0.7000000,'',1),(186,130,'

#b

',1,0.1250000,'',1),(187,130,'

#c

',1,0.3333333,'',1),(188,130,'

#d

',1,1.0000000,'',1),(189,131,'

#a

',1,0.7000000,'',1),(190,131,'

#b

',1,0.1250000,'',1),(191,131,'

#c

',1,0.3333333,'',1),(192,131,'

#d

',1,1.0000000,'',1),(193,132,'

0

',1,1.0000000,'',1),(194,132,'

1

',1,0.0000000,'',1),(195,132,'

1/2

',1,0.0000000,'',1),(196,133,'#a',0,1.0000000,'',1),(197,134,'wiris',0,1.0000000,'',1),(198,135,'wiris',0,1.0000000,'',1),(199,136,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(200,137,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(201,138,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(202,139,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(203,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(204,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(205,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(206,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(207,142,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(208,143,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(209,144,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[0,8,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[-8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line\",\"coordinates\":[0,8,-32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_perpendicular_to_element_by_point\",\"input\":[\"a\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"b\",\"C\"],\"output\":[\"c\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"C\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"D\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"d\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"E\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(210,145,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.993927125506076,5.1437246963562755],\"text\":\"Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(211,146,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-7,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-7,5],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-7,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-7,5],[0,-4],[5,5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(212,147,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0.850202429149796,3.698380566801619],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-14.40086298742808,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(213,148,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-100,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"aspect_ratio\":0.2,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":105,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(214,149,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-3,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,-3,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[-0.5,-0.5,-25,0.5,4,3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"parabola_by_focus_and_directrix\",\"input\":[\"a\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(215,150,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]}],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21.000000000000004,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(216,151,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-34.68825910931174,14.113360323886642],\"text\":\"y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(217,152,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label\":true,\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(218,153,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label_visibility\":\"always\",\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(219,154,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-11.806666666666665,-14.61833333333334],\"text\":\"y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(220,155,'{\"elements\":[{\"id\":\"k\",\"type\":\"path\",\"coordinates\":[[-1.2753036437246976,6.504048582995951],[-1.2753036437246976,6.461538461538462],[-1.1477732793522275,6.419028340080972],[-1.0627530364372486,6.419028340080972],[-0.8076923076923102,6.376518218623482],[-0.467611336032391,6.3340080971659924],[0.34008097165991913,6.206477732793522],[0.6376518218623453,6.1214574898785425],[0.6801619433198383,6.078947368421053],[0.6801619433198383,5.823886639676114],[0.34008097165991913,5.228744939271255],[-0.34008097165991913,4.676113360323887],[-1.0202429149797574,4.208502024291498],[-1.4028340080971677,3.9534412955465585],[-1.6153846153846168,3.8259109311740893],[-1.7004048582995956,3.783400809716599],[-1.7004048582995956,3.7408906882591095],[-1.7004048582995956,3.698380566801619],[-1.2327935222672082,3.358299595141701],[-0.4251012145749016,3.145748987854251],[0.29757085020242613,3.018218623481782],[1.0627530364372468,2.805668016194332],[1.5303643724696343,2.720647773279352],[1.7854251012145745,2.5506072874493926],[1.827935222672064,2.508097165991903],[1.8704453441295534,2.4230769230769234],[1.9129554655870429,2.168016194331985],[1.827935222672064,1.8279352226720658],[1.1052631578947363,1.1477732793522275],[0.46761133603238747,0.6376518218623488],[-0.4251012145749016,0.04251012145748945],[-0.892712550607289,-0.5101214574898787],[-0.892712550607289,-0.6801619433198383],[-0.9352226720647785,-0.8502024291497978],[-0.8502024291497996,-1.190283400809717],[-0.6376518218623488,-1.4453441295546554],[-0.4251012145749016,-1.6578947368421044],[-0.08502024291498245,-1.7854251012145745],[0.21255060728744724,-1.8704453441295534],[0.34008097165991913,-2.040485829959513],[0.5101214574898769,-2.1255060728744937],[0.5101214574898769,-2.2955465587044532],[0.5101214574898769,-2.5080971659919022],[0.12753036437246834,-3.1882591093117405],[-0.17004048582996134,-3.7408906882591086],[-0.3825910931174086,-4.336032388663968],[-0.5101214574898805,-4.761133603238866],[-0.5101214574898805,-5.0161943319838045],[-0.5101214574898805,-5.143724696356275],[-0.4251012145749016,-5.228744939271255],[-0.34008097165991913,-5.313765182186234],[0.34008097165991913,-5.653846153846153],[0.5951417004048558,-5.738866396761132],[1.1052631578947363,-5.823886639676111],[1.6153846153846132,-5.951417004048583]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(221,156,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"ray\",\"coordinates\":[[-4,0],[12,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[-4,0],[96,0],[66.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line\",\"coordinates\":[0,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(222,157,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":8,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":8,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":8,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(223,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-5,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-5,5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(224,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[5,-5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[5,-5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[5,-5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,0.4000000,'',1),(225,159,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-8,-4],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[8,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[8,0],[-8,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-10.329959514170039,-6.334008097165992],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,69.12369486469211,0,8,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-5.93980298026617,-1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,26.434877486920414,0,5.93980298026617,1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-4.800543408594238,-3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"conic\",\"coordinates\":[1,1,22.40978135469628,0,4.800543408594238,3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-2.7403463888604045,-0.624889577481275],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line\",\"coordinates\":[-3.375110422518725,5.259653611139596,-5.962268935591418],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[-3.1882591093117423,7.3117408906882595],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"conic\",\"coordinates\":[1,1,24.11433968758707,0,0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[-2.1536727846589545,3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"i\",\"type\":\"conic\",\"coordinates\":[1,1,3.6949082301156793,0,2.1536727846589545,-3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[2.75804688138985,3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"j\",\"type\":\"conic\",\"coordinates\":[1,1,11.17757806749135,0,-2.75804688138985,-3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"K\",\"type\":\"point\",\"coordinates\":[0.604374096730895,1.239373858133919],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"k\",\"type\":\"line\",\"coordinates\":[4.760626141866081,0.604374096730895,-3.6262445803853702],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"L\",\"type\":\"point\",\"coordinates\":[0.5712658275867035,1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"M\",\"type\":\"point\",\"coordinates\":[1.1774231959990473,-1.7056442010002382],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"l\",\"type\":\"line\",\"coordinates\":[16,4,-15.140917747199456],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"N\",\"type\":\"point\",\"coordinates\":[1.3612304557176151,-1.6596923860705963],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"m\",\"type\":\"conic\",\"coordinates\":[1,1,-8.03190688014069,0,-0.5712658275867035,-1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"D\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"a\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"c\"],\"output\":[\"F\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"F\",\"A\"],\"output\":[\"f\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"f\",\"e\"],\"output\":[\"G\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"G\"],\"output\":[\"g\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"H\"],\"output\":[\"h\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"h\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"I\",\"B\"],\"output\":[\"i\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"h\",\"b\"],\"output\":[\"J\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"J\",\"B\"],\"output\":[\"j\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"i\",\"j\"],\"output\":[\"K\"]},{\"type\":\"line_by_two_points\",\"input\":[\"B\",\"K\"],\"output\":[\"k\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"g\",\"k\"],\"output\":[\"L\"]},{\"type\":\"point_on_generic_element\",\"input\":[\"c\"],\"output\":[\"M\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"c\",\"L\"],\"output\":[\"l\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"l\",\"c\"],\"output\":[\"N\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"L\",\"N\"],\"output\":[\"m\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"f\"},{\"color\":\"#725950\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#CA3E6C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"h\"},{\"color\":\"#DBB14D\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"i\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"j\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"l\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"m\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"K\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"L\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"M\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"N\"}],\"id\":\"\",\"center\":[2.5577276006935006,4.127780122988777],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":22.67206477732791,\"height\":13.999999999999986,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(226,160,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,-6,0,6,0],[6,0,-6,0,6]],\"piece_reversed\":[false,false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"yAxis\",\"a\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"B\"],\"output\":[\"e\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"e\",\"d\",\"c\",\"b\"],\"output\":[\"f\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#B71C1C3F\",\"color\":\"#B71C1C\",\"ref\":\"f\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(227,161,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"C\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(228,162,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"ellipse_by_foci_and_point\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#BA48483F\",\"color\":\"#BA4848\",\"ref\":\"b\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(229,163,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[2,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-8,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-8,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,48,0,-4,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,-4,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,16,0,-2,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"F\"],\"output\":[\"a\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"G\"],\"output\":[\"b\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"H\"],\"output\":[\"c\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"I\"],\"output\":[\"d\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"J\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(230,164,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.951417004048583,1.317813765182187],\"text\":\"x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(231,165,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polygon\",\"coordinates\":[[0,4],[-4,0],[0,-4],[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"polygon_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"A\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"A\",\"a\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#3575B73F\",\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":14,\"height\":14,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(232,166,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,4,3,2,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(233,167,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(234,175,'wiris',0,1.0000000,'',1),(235,177,'#c',1,1.0000000,'',1),(236,177,'#d',1,0.0000000,'',1),(237,177,'1',1,0.0000000,'',1),(238,180,'#sol',0,1.0000000,'',1),(239,181,'#corr',1,1.0000000,'',1),(240,181,'#incorr',1,0.0000000,'',1),(241,183,'100',0,1.0000000,'',1),(242,184,'

#p

',1,1.0000000,'',1),(243,184,'

23

',1,0.0000000,'',1),(244,184,'

#q

',1,0.0000000,'',1),(245,184,'

#r

',1,0.0000000,'',1),(246,185,'

#p

',1,1.0000000,'',1),(247,185,'

23

',1,0.0000000,'',1),(248,185,'

#q

',1,0.0000000,'',1),(249,185,'

#r

',1,0.0000000,'',1),(250,186,'m =#mn =#n',0,1.0000000,'',1),(251,187,'m =#mn =#n',0,1.0000000,'',1),(252,188,'A-1=#j#f#g#h',0,1.0000000,'',1),(253,189,'A-1=#j#f#g#h',0,1.0000000,'',1),(254,190,'23',0,1.0000000,'',1),(255,191,'23',0,1.0000000,'',1),(256,192,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(257,193,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(258,194,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(259,195,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(260,196,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(261,197,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(262,198,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(263,199,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(264,200,'True',0,0.0000000,'',1),(265,200,'False',0,1.0000000,'',1),(266,201,'True',0,0.0000000,'',1),(267,201,'False',0,1.0000000,'',1),(268,202,'#sol',0,1.0000000,'',1),(269,203,'#corr',1,1.0000000,'',1),(270,203,'#incorr',1,0.0000000,'',1),(271,214,'1',0,1.0000000,'',1),(272,215,'1',0,1.0000000,'',1),(273,216,'1',0,1.0000000,'',1),(274,217,'#r',0,1.0000000,'',1),(275,218,'#r',0,1.0000000,'',1); +/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `m_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB AUTO_INCREMENT=1279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_step_data` +-- + +LOCK TABLES `m_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; +INSERT INTO `m_question_attempt_step_data` VALUES (1,1,'_qi','141342]]>4]]>1]]>241{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(2,2,'answer','

43

'),(3,2,'answerformat','1'),(4,2,'_sqi','0{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(5,3,'-finish','1'),(6,4,'-comment',''),(7,4,'-commentformat','1'),(8,4,'-mark','1'),(9,4,'-maxmark','1'),(10,5,'_stemorder','61,62,60,58,59'),(11,5,'_choiceorder','62,59,61,58,60'),(12,5,'_qi','14'),(13,6,'sub0','3'),(14,6,'sub1','1'),(15,6,'sub2','5'),(16,6,'sub3','4'),(17,6,'sub4','2'),(18,6,'_sqi','0'),(19,7,'-finish','1'),(20,8,'_sub2_order','239,240'),(21,8,'_qi','23158314111]]>-3]]>1]]>non-singular]]>-9]]>-4]]>-1]]>0]]>0]]>-1]]>singular]]>31]]>1-31non - singular-9-4-100-1singular31'),(22,8,'_sub1_response_hash','c16a5320fa475530d9583c34fd356ef5'),(23,8,'_sub1_c16a53_matching_answer','194'),(24,8,'_sub1_matching_answer','0'),(25,8,'_gc','0'),(26,9,'sub1_answer','31'),(27,9,'sub2_answer','0'),(28,9,'_sqi','031'),(29,10,'-finish','1'),(30,11,'_order','244,242,245,243'),(31,11,'_qi','5734948]]>2]]>16]]>14]]>9]]>8216149{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(32,12,'answer','1'),(33,12,'_sqi','0{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(34,13,'-finish','1'),(35,14,'_qi','6615m =3/73/7n =55]]>411007]]>-2]]>-5]]>-4]]>5]]>-7]]>-4]]>285]]>7-2-5-45-7-428/5'),(36,14,'_matching_answer_grade',NULL),(37,14,'_matching_answer','0'),(38,14,'_response_hash','73a8ba18e38861e7e64fd93ecfa62fe1'),(39,14,'_gc','0'),(40,15,'answer','m =3/73/7n =55'),(41,15,'_sqi','0m =3/73/7n =55]]>'),(42,16,'-finish','1'),(43,17,'-comment',''),(44,17,'-commentformat','1'),(45,17,'-mark','1'),(46,17,'-maxmark','1'),(47,18,'_qi','20533A-1=-123423723-523]]>4115]]>4]]>7]]>1]]>423]]>723]]>-523]]>-123]]>54714/237/23-5/23-1/23'),(48,18,'_matching_answer_grade',NULL),(49,18,'_matching_answer_wq','0'),(50,18,'_matching_answer','252'),(51,18,'_response_hash','47b81d02bbfe5b6e0aec0b1eb0cff243'),(52,18,'_gc','0'),(53,19,'answer','A-1=-123423723-523'),(54,19,'_sqi','0A-1=-123423723-523]]>'),(55,20,'-finish','1'),(56,21,'_qi','123411'),(57,21,'_matching_answer_grade',NULL),(58,21,'_matching_answer_wq','0'),(59,21,'_matching_answer','254'),(60,21,'_response_hash','37693cfc748049e45d87b8c7d8b9aacd'),(61,21,'_gc','0'),(62,22,'answer','23'),(63,22,'_sqi','023'),(64,23,'-finish','1'),(65,24,'_qi','2020411'),(66,24,'_matching_answer_grade',NULL),(67,24,'_matching_answer_wq','0'),(68,24,'_matching_answer','256'),(69,24,'_response_hash','10d52669e4b0a37d803e611aa2db8c7a'),(70,24,'_gc','0'),(71,25,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(72,25,'_sqi','0'),(73,26,'-finish','1'),(74,27,'_qi','966Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4111111'),(75,27,'_matching_answer_grade',NULL),(76,27,'_matching_answer_wq','0'),(77,27,'_matching_answer','258'),(78,27,'_response_hash','003e9e0fc7eb1c02c2fb9953ca410435'),(79,27,'_gc','0'),(80,28,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(81,28,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(82,29,'-finish','1'),(83,30,'_qi','12405Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111'),(84,30,'_matching_answer_grade',NULL),(85,30,'_matching_answer_wq','0'),(86,30,'_matching_answer','260'),(87,30,'_response_hash','4186f11014de2f37f9b6e330c7abc196'),(88,30,'_gc','0'),(89,31,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(90,31,'_sqi','0Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(91,32,'-finish','1'),(92,33,'_qi','7721MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(93,33,'_matching_answer_grade',NULL),(94,33,'_matching_answer_wq','0'),(95,33,'_matching_answer','262'),(96,33,'_response_hash','7708449cc92611db16527647620c825a'),(97,33,'_gc','0'),(98,34,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,0,0,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(99,34,'_sqi','0MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(100,35,'-finish','1'),(101,36,'_qi','48363442]]>true]]>42true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(102,37,'answer','1'),(103,37,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(104,38,'-finish','1'),(105,39,'_qi','321694-1]]>8]]>2]]>-182{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(106,40,'answer','

nlk

'),(107,40,'answerformat','1'),(108,40,'_sqi','0{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(109,41,'-finish','1'),(110,42,'_stemorder','59,62,58,60,61'),(111,42,'_choiceorder','62,58,60,61,59'),(112,42,'_qi','14'),(113,43,'sub0','1'),(114,43,'sub1','1'),(115,43,'sub2','2'),(116,43,'sub3','3'),(117,43,'sub4','4'),(118,43,'_sqi','0'),(119,44,'-finish','1'),(120,45,'_sub2_order','239,240'),(121,45,'_qi','9650-159411-2]]>-8]]>9]]>non-singular]]>-9]]>-2]]>0]]>-2]]>-1]]>3]]>singular]]>-159]]>-2-89non - singular-9-20-2-13singular-159'),(122,45,'_sub1_response_hash','59f72fd83d81659d5e3f6f9b8d0ab19a'),(123,45,'_sub1_59f72f_matching_answer','194'),(124,45,'_sub1_matching_answer','0'),(125,45,'_gc','0'),(126,46,'sub1_answer','-159'),(127,46,'sub2_answer','0'),(128,46,'_sqi','0-159'),(129,47,'-finish','1'),(130,48,'_order','244,242,245,243'),(131,48,'_qi','2951345]]>2]]>10]]>8]]>6]]>521086{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(132,49,'answer','1'),(133,49,'_sqi','0{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(134,50,'-finish','1'),(135,51,'_qi','55244m =55n =-12-12]]>41111-2]]>4]]>-4]]>-4]]>1]]>3]]>5]]>-12]]>-24-4-4135-12'),(136,51,'_matching_answer_grade',NULL),(137,51,'_matching_answer_wq','0'),(138,51,'_matching_answer','250'),(139,51,'_response_hash','dd9a7a6cce1f03d2367753d410374e3b'),(140,51,'_gc','0'),(141,52,'answer','m =55n =-12-12'),(142,52,'_sqi','0m =55n =-12-12]]>'),(143,53,'-finish','1'),(144,54,'_qi','1633A-1=]]>4003]]>-1]]>7]]>3]]>116]]>-716]]>316]]>316]]>3-1731/16-7/163/163/16'),(145,54,'_matching_answer_grade',NULL),(146,54,'_matching_answer','0'),(147,54,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(148,54,'_gc','0'),(149,55,'answer','A-1='),(150,55,'_sqi','0A-1=]]>'),(151,56,'-finish','1'),(152,57,'_qi','156410'),(153,57,'_matching_answer_grade',NULL),(154,57,'_matching_answer','0'),(155,57,'_response_hash','9f61408e3afb633e50cdf1b20de6f466'),(156,57,'_gc','0'),(157,58,'answer','56'),(158,58,'_sqi','056'),(159,59,'-finish','1'),(160,60,'_qi','21421410'),(161,60,'_matching_answer_grade',NULL),(162,60,'_matching_answer','0'),(163,60,'_response_hash','29054952006d9193e306bf87f271dc75'),(164,60,'_gc','0'),(165,61,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":false,\"circuits\":[{\"vertices\":[[0,2,-2,0],[4,0,0,4]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"rectangle\",\"coordinates\":[[-17.00404858299595,12.511893122658284],[17.00404858299595,-12.511893122658284]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"b\",\"c\",\"a\",\"viewport_\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(166,61,'_sqi','0'),(167,62,'-finish','1'),(168,63,'_qi','1309Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4100000'),(169,63,'_matching_answer_grade',NULL),(170,63,'_matching_answer','0'),(171,63,'_response_hash','0de0ad96cf7878c0f2c00d4b7e88f031'),(172,63,'_gc','0'),(173,64,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[6],[0],[7],[0],[8]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(174,64,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(175,65,'-finish','1'),(176,66,'_qi','37973Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41000'),(177,66,'_matching_answer_grade',NULL),(178,66,'_matching_answer','0'),(179,66,'_response_hash','2bbabe2d7d3f118d21693659aa83e310'),(180,66,'_gc','0'),(181,67,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[2,1,1,1],[2.1,2.1,2.1,2.1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(182,67,'_sqi','0Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(183,68,'-finish','1'),(184,69,'_qi','24053label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410010'),(185,69,'_matching_answer_grade',NULL),(186,69,'_matching_answer','0'),(187,69,'_response_hash','772f051438a69080777d5ec076948b9a'),(188,69,'_gc','0'),(189,70,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,5,4,3,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(190,70,'_sqi','0label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(191,71,'-finish','1'),(192,72,'_qi','15093444]]>true]]>44true{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(193,73,'_sqi','0{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(194,74,'-finish','1'),(195,75,'_qi','516440]]>4]]>3]]>043{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(196,76,'answer',''),(197,76,'answerformat','1'),(198,76,'_sqi','0{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(199,77,'-finish','1'),(200,78,'_stemorder','58,61,60,62,59'),(201,78,'_choiceorder','60,62,59,61,58'),(202,78,'_qi','14'),(203,79,'sub0','0'),(204,79,'sub1','0'),(205,79,'sub2','0'),(206,79,'sub3','0'),(207,79,'sub4','0'),(208,79,'_sqi','0'),(209,80,'-finish','1'),(210,81,'_sub2_order','239,240'),(211,81,'_qi','5314742]]>-1]]>1]]>non-singular]]>7]]>-4]]>-3]]>-2]]>2]]>-1]]>singular]]>13]]>2-11non - singular7-4-3-22-1singular13'),(212,82,'sub1_answer',''),(213,82,'sub2_answer',''),(214,82,'_sqi','0'),(215,83,'-finish','1'),(216,84,'_order','245,243,244,242'),(217,84,'_qi','5650748]]>6]]>48]]>46]]>25]]>86484625{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(218,85,'answer','-1'),(219,85,'_sqi','0{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(220,86,'-finish','1'),(221,87,'_qi','64938m =n =]]>40000-4]]>-2]]>-2]]>3]]>4]]>-4]]>7]]>-3]]>-4-2-234-47-3'),(222,87,'_matching_answer_grade',NULL),(223,87,'_matching_answer','0'),(224,87,'_response_hash','cc360376877b687c44a80c488663ca90'),(225,87,'_gc','0'),(226,88,'answer','m =n ='),(227,88,'_sqi','0m =n =]]>{"symbols":["-","2","3","4","7","=","m","n"," "," "],"structure":["General","Fraction","Multiline"]}'),(228,89,'-finish','1'),(229,90,'_qi','48867A-1=]]>4004]]>4]]>7]]>3]]>14]]>716]]>-14]]>-316]]>44731/47/16-1/4-3/16'),(230,90,'_matching_answer_grade',NULL),(231,90,'_matching_answer','0'),(232,90,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(233,90,'_gc','0'),(234,91,'answer','A-1='),(235,91,'_sqi','0A-1=]]>'),(236,92,'-finish','1'),(237,93,'_qi','1410'),(238,93,'_matching_answer_grade',NULL),(239,93,'_matching_answer','0'),(240,93,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(241,93,'_gc','0'),(242,94,'answer',''),(243,94,'_sqi','0'),(244,95,'-finish','1'),(245,96,'_qi','50077410'),(246,96,'_matching_answer_grade',NULL),(247,96,'_matching_answer','0'),(248,96,'_response_hash','079aaedffee93abbfa52fc0c7b093e25'),(249,96,'_gc','0'),(250,97,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(251,97,'_sqi','0'),(252,98,'-finish','1'),(253,99,'_qi','14532Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4101111'),(254,99,'_matching_answer_grade',NULL),(255,99,'_matching_answer','0'),(256,99,'_response_hash','44a84633d66cb020334070a73bfbb6bd'),(257,99,'_gc','0'),(258,100,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(259,100,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(260,101,'-finish','1'),(261,102,'_qi','2692641000'),(262,102,'_matching_answer_grade',NULL),(263,102,'_matching_answer','0'),(264,102,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(265,102,'_gc','0'),(266,103,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(267,103,'_sqi','0'),(268,104,'-finish','1'),(269,105,'_qi','57759410000'),(270,105,'_matching_answer_grade',NULL),(271,105,'_matching_answer','0'),(272,105,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(273,105,'_gc','0'),(274,106,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(275,106,'_sqi','0'),(276,107,'-finish','1'),(277,108,'_qi','34651424]]>true]]>24true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(278,109,'answer','0'),(279,109,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(280,110,'-finish','1'),(281,111,'_sub1_order','72,73,74,75'),(282,111,'_sub2_order','76,79,78,77'),(283,111,'_sub3_order','80,81,82,83'),(284,111,'_sub4_order','85,84,87,86'),(285,111,'_sub5_order','88,89,90,91'),(286,111,'_sub6_order','94,92,95,93'),(287,111,'_qi','6197341]]>7]]>0]]>0]]>1700{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(288,112,'sub1_answer','0'),(289,112,'sub2_answer','0'),(290,112,'sub3_answer','0'),(291,112,'sub4_answer','1'),(292,112,'sub5_answer','0'),(293,112,'sub6_answer','1'),(294,112,'_sqi','0{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(295,113,'-finish','1'),(296,114,'_sub1_order','67,68,69,70'),(297,114,'_qi','5534124116]]>3]]>2]]>3]]>6323{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(298,114,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(299,114,'_sub2_c81e72_matching_answer','64'),(300,114,'_sub2_matching_answer','0'),(301,114,'_gc','0'),(302,115,'sub1_answer','0'),(303,115,'sub2_answer','2'),(304,115,'_sqi','02{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(305,116,'-finish','1'),(306,117,'_sub3_order','98,99'),(307,117,'_qi','170581241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(308,117,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(309,117,'_sub1_c4ca42_matching_answer','89'),(310,117,'_sub1_matching_answer','0'),(311,117,'_gc','0'),(312,117,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(313,117,'_sub2_c81e72_matching_answer','90'),(314,117,'_sub2_matching_answer','0'),(315,118,'sub1_answer','1'),(316,118,'sub2_answer','2'),(317,118,'sub3_answer','0'),(318,118,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(319,119,'-finish','1'),(320,120,'_qi','365603x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(321,120,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(322,120,'_sub1_7cd1d0_matching_answer','93'),(323,120,'_sub1_matching_answer','0'),(324,120,'_gc','0'),(325,121,'sub1_answer','3x+1'),(326,121,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(327,122,'-finish','1'),(328,123,'_sub3_order','107,108'),(329,123,'_qi','582391241111]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(330,123,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(331,123,'_sub1_c4ca42_matching_answer','98'),(332,123,'_sub1_matching_answer','0'),(333,123,'_gc','0'),(334,123,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(335,123,'_sub2_c81e72_matching_answer','99'),(336,123,'_sub2_matching_answer','0'),(337,124,'sub1_answer','1'),(338,124,'sub2_answer','2'),(339,124,'sub3_answer','0'),(340,124,'_sqi','012{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(341,125,'-finish','1'),(342,126,'_sub1_order','72,73,74,75'),(343,126,'_sub2_order','77,79,76,78'),(344,126,'_sub3_order','80,81,82,83'),(345,126,'_sub4_order','84,85,87,86'),(346,126,'_sub5_order','88,89,90,91'),(347,126,'_sub6_order','93,94,92,95'),(348,126,'_qi','1454249]]>8]]>7]]>9]]>9879{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(349,127,'sub1_answer','1'),(350,127,'sub2_answer','3'),(351,127,'sub3_answer','1'),(352,127,'sub4_answer','2'),(353,127,'sub5_answer','3'),(354,127,'sub6_answer','0'),(355,127,'_sqi','0{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(356,128,'-finish','1'),(357,129,'_sub1_order','67,68,69,70'),(358,129,'_qi','64906g4107]]>10]]>1]]>1]]>71011{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(359,129,'_sub2_response_hash','b2f5ff47436671b6e533d8dc3614845d'),(360,129,'_sub2_b2f5ff_matching_answer','0'),(361,129,'_sub2_matching_answer','0'),(362,129,'_gc','0'),(363,130,'sub1_answer','2'),(364,130,'sub2_answer','g'),(365,130,'_sqi','0g{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(366,131,'-finish','1'),(367,132,'_sub3_order','98,99'),(368,132,'_qi','259112141001]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(369,132,'_sub1_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(370,132,'_sub1_c81e72_matching_answer','0'),(371,132,'_sub1_matching_answer','0'),(372,132,'_gc','0'),(373,132,'_sub2_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(374,132,'_sub2_c4ca42_matching_answer','0'),(375,132,'_sub2_matching_answer','0'),(376,133,'sub1_answer','2'),(377,133,'sub2_answer','1'),(378,133,'sub3_answer','1'),(379,133,'_sqi','021{"symbols":["1","2"],"structure":["General","Fraction"]}'),(380,134,'-finish','1'),(381,135,'_qi','3843154103·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(382,135,'_sub1_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(383,135,'_sub1_e4da3b_matching_answer','0'),(384,135,'_sub1_matching_answer','0'),(385,135,'_gc','0'),(386,136,'sub1_answer','5'),(387,136,'_sqi','05{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(388,137,'-finish','1'),(389,138,'_sub3_order','107,108'),(390,138,'_qi','46764541001]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(391,138,'_sub1_response_hash','a87ff679a2f3e71d9181a67b7542122c'),(392,138,'_sub1_a87ff6_matching_answer','0'),(393,138,'_sub1_matching_answer','0'),(394,138,'_gc','0'),(395,138,'_sub2_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(396,138,'_sub2_e4da3b_matching_answer','0'),(397,138,'_sub2_matching_answer','0'),(398,139,'sub1_answer','4'),(399,139,'sub2_answer','5'),(400,139,'sub3_answer','0'),(401,139,'_sqi','045{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(402,140,'-finish','1'),(403,141,'_sub1_order','72,73,74,75'),(404,141,'_sub2_order','76,78,79,77'),(405,141,'_sub3_order','80,81,82,83'),(406,141,'_sub4_order','84,85,86,87'),(407,141,'_sub5_order','88,89,90,91'),(408,141,'_sub6_order','95,92,94,93'),(409,141,'_qi','451448]]>1]]>3]]>8]]>8138{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(410,142,'sub1_answer','0'),(411,142,'sub2_answer','2'),(412,142,'sub3_answer','2'),(413,142,'sub4_answer','1'),(414,142,'sub5_answer','0'),(415,142,'sub6_answer','0'),(416,142,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(417,143,'-finish','1'),(418,144,'_sub1_order','67,68,69,70'),(419,144,'_qi','16270j4106]]>4]]>10]]>0]]>64100{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(420,144,'_sub2_response_hash','363b122c528f54df4a0446b6bab05515'),(421,144,'_sub2_363b12_matching_answer','0'),(422,144,'_sub2_matching_answer','0'),(423,144,'_gc','0'),(424,145,'sub1_answer','1'),(425,145,'sub2_answer','j'),(426,145,'_sqi','0j{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(427,146,'-finish','1'),(428,147,'_sub3_order','98,99'),(429,147,'_qi','506421241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(430,147,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(431,147,'_sub1_c4ca42_matching_answer','89'),(432,147,'_sub1_matching_answer','0'),(433,147,'_gc','0'),(434,147,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(435,147,'_sub2_c81e72_matching_answer','90'),(436,147,'_sub2_matching_answer','0'),(437,148,'sub1_answer','1'),(438,148,'sub2_answer','2'),(439,148,'sub3_answer','0'),(440,148,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(441,149,'-finish','1'),(442,150,'_qi','206693x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(443,150,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(444,150,'_sub1_7cd1d0_matching_answer','93'),(445,150,'_sub1_matching_answer','0'),(446,150,'_gc','0'),(447,151,'sub1_answer','3x+1'),(448,151,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(449,152,'-finish','1'),(450,153,'_sub3_order','107,108'),(451,153,'_qi','410161241111]]>2]]>6]]>126{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(452,153,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(453,153,'_sub1_c4ca42_matching_answer','98'),(454,153,'_sub1_matching_answer','0'),(455,153,'_gc','0'),(456,153,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(457,153,'_sub2_c81e72_matching_answer','99'),(458,153,'_sub2_matching_answer','0'),(459,154,'sub1_answer','1'),(460,154,'sub2_answer','2'),(461,154,'sub3_answer','0'),(462,154,'_sqi','012{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(463,155,'-finish','1'),(464,156,'_qi','285844'),(465,157,'answer','

ytw3e5

'),(466,157,'answerformat','1'),(467,157,'_sqi','0'),(468,158,'-finish','1'),(469,159,'-comment',''),(470,159,'-commentformat','1'),(471,159,'-mark','1'),(472,159,'-maxmark','1'),(473,160,'_qi','624004'),(474,161,'answer','

ye45r3

'),(475,161,'answerformat','1'),(476,161,'_sqi','0'),(477,162,'-finish','1'),(478,163,'-comment',''),(479,163,'-commentformat','1'),(480,163,'-mark','1'),(481,163,'-maxmark','1'),(482,164,'_qi','73304'),(483,165,'answer',''),(484,165,'answerformat','1'),(485,165,'_sqi','0'),(486,165,'auxiliar_text','

ewrqat

'),(487,166,'-finish','1'),(488,167,'-comment',''),(489,167,'-commentformat','1'),(490,167,'-mark','1'),(491,167,'-maxmark','1'),(492,168,'_qi','384264'),(493,169,'answer',''),(494,169,'answerformat','2'),(495,169,'_sqi','0'),(496,170,'-finish','1'),(497,171,'-comment',''),(498,171,'-commentformat','1'),(499,171,'-mark','1'),(500,171,'-maxmark','1'),(501,172,'_qi','461354'),(502,173,'answer',''),(503,173,'answerformat','2'),(504,173,'_sqi','0'),(505,174,'-finish','1'),(506,175,'-comment',''),(507,175,'-commentformat','1'),(508,175,'-mark','1'),(509,175,'-maxmark','1'),(510,176,'_qi','179744_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>4]]>6]]>9]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce196660469'),(511,177,'answer','

469

'),(512,177,'answerformat','1'),(513,177,'_sqi','0'),(514,178,'-finish','1'),(515,179,'-comment',''),(516,179,'-commentformat','1'),(517,179,'-mark','1'),(518,179,'-maxmark','1'),(519,180,'_qi','14'),(520,181,'answer',''),(521,181,'answerformat','1'),(522,181,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(523,181,'_sqi','0'),(524,182,'-finish','1'),(525,183,'-comment',''),(526,183,'-commentformat','1'),(527,183,'-mark','1'),(528,183,'-maxmark','1'),(529,184,'_qi','14'),(530,185,'answer',''),(531,185,'answerformat','1'),(532,185,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(533,185,'_sqi','0'),(534,186,'-finish','1'),(535,187,'-comment',''),(536,187,'-commentformat','1'),(537,187,'-mark','1'),(538,187,'-maxmark','1'),(539,188,'_qi','14'),(540,189,'answer',''),(541,189,'answerformat','1'),(542,189,'attachments','09108d8c1d030a2baf423c08832c1684'),(543,189,'_sqi','0'),(544,190,'-finish','1'),(545,191,'-comment',''),(546,191,'-commentformat','1'),(547,191,'-mark','1'),(548,191,'-maxmark','1'),(549,192,'_qi','14'),(550,193,'answer',''),(551,193,'answerformat','1'),(552,193,'attachments','12c85e59613b7de618233faff91e5edd'),(553,193,'_sqi','0'),(554,194,'-finish','1'),(555,195,'-comment',''),(556,195,'-commentformat','1'),(557,195,'-mark','1'),(558,195,'-maxmark','1'),(559,196,'_qi','192244'),(560,197,'answer',''),(561,197,'answerformat','1'),(562,197,'_sqi','0'),(563,198,'-finish','1'),(564,199,'_qi','178534'),(565,200,'answer',''),(566,200,'answerformat','1'),(567,200,'_sqi','0'),(568,201,'-finish','1'),(569,202,'_qi','274334'),(570,203,'answer',''),(571,203,'answerformat','1'),(572,203,'_sqi','0'),(573,203,'auxiliar_text',''),(574,204,'-finish','1'),(575,205,'_qi','546534'),(576,206,'answer',''),(577,206,'answerformat','2'),(578,206,'_sqi','0'),(579,207,'-finish','1'),(580,208,'_qi','574564'),(581,209,'answer',''),(582,209,'answerformat','2'),(583,209,'_sqi','0'),(584,210,'-finish','1'),(585,211,'_qi','102084_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>3]]>5]]>10]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce1966603510'),(586,212,'answer',''),(587,212,'answerformat','1'),(588,212,'_sqi','0'),(589,213,'-finish','1'),(590,214,'_qi','14'),(591,215,'answer',''),(592,215,'answerformat','1'),(593,215,'attachments',''),(594,215,'_sqi','0'),(595,216,'-finish','1'),(596,217,'_qi','14'),(597,218,'answer',''),(598,218,'answerformat','1'),(599,218,'attachments',''),(600,218,'_sqi','0'),(601,219,'-finish','1'),(602,220,'_qi','14'),(603,221,'answer',''),(604,221,'answerformat','1'),(605,221,'attachments',''),(606,221,'_sqi','0'),(607,222,'-finish','1'),(608,223,'_qi','14'),(609,224,'answer',''),(610,224,'answerformat','1'),(611,224,'attachments',''),(612,224,'_sqi','0'),(613,225,'-finish','1'),(614,226,'_stemorder','47,48,46'),(615,226,'_choiceorder','47,48,46'),(616,226,'_qi','3092742]]>3]]>5]]>235{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(617,227,'sub0','1'),(618,227,'sub1','2'),(619,227,'sub2','3'),(620,227,'_sqi','0{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(621,228,'-finish','1'),(622,229,'_stemorder','3,2,1'),(623,229,'_choiceorder','2,1,3'),(624,229,'_qi','577947]]>5]]>0]]>750{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(625,230,'sub0','3'),(626,230,'sub1','1'),(627,230,'sub2','2'),(628,230,'_sqi','0{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(629,231,'-finish','1'),(630,232,'_stemorder','10,12,11'),(631,232,'_choiceorder','10,11,12'),(632,232,'_qi','5824847]]>3]]>3]]>733{"symbols":["3","7"],"structure":["General","Fraction"]}'),(633,233,'sub0','1'),(634,233,'sub1','2'),(635,233,'sub2','3'),(636,233,'_sqi','0{"symbols":["3","7"],"structure":["General","Fraction"]}'),(637,234,'-finish','1'),(638,235,'_stemorder','33,28,32,30,31,29'),(639,235,'_choiceorder','33,30,29,32,31,28'),(640,235,'_qi','36649410]]>3]]>1]]>30]]>3]]>10]]>103130310{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(641,236,'sub0','1'),(642,236,'sub1','6'),(643,236,'sub2','3'),(644,236,'sub3','2'),(645,236,'sub4','5'),(646,236,'sub5','4'),(647,236,'_sqi','0{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(648,237,'-finish','1'),(649,238,'_stemorder','21,20,19'),(650,238,'_choiceorder','21,20,19'),(651,238,'_qi','5890043]]>1]]>8]]>318{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(652,239,'sub0','1'),(653,239,'sub1','2'),(654,239,'sub2','3'),(655,239,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(656,239,'auxiliar_text',''),(657,240,'-finish','1'),(658,241,'_stemorder','46,48,47'),(659,241,'_choiceorder','46,47,48'),(660,241,'_qi','3511343]]>7]]>1]]>371{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(661,242,'sub0','1'),(662,242,'sub1','3'),(663,242,'sub2','2'),(664,242,'_sqi','0{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(665,243,'-finish','1'),(666,244,'_stemorder','3,2,1'),(667,244,'_choiceorder','3,1,2'),(668,244,'_qi','26095410]]>8]]>0]]>1080{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(669,245,'sub0','1'),(670,245,'sub1','3'),(671,245,'sub2','2'),(672,245,'_sqi','0{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(673,246,'-finish','1'),(674,247,'_stemorder','12,10,11'),(675,247,'_choiceorder','11,10,12'),(676,247,'_qi','2561542]]>2]]>4]]>224{"symbols":["2","4"],"structure":["General","Fraction"]}'),(677,248,'sub0','3'),(678,248,'sub1','1'),(679,248,'sub2','2'),(680,248,'_sqi','0{"symbols":["2","4"],"structure":["General","Fraction"]}'),(681,249,'-finish','1'),(682,250,'_stemorder','33,30,31,29,32,28'),(683,250,'_choiceorder','28,29,32,33,30,31'),(684,250,'_qi','1844349]]>6]]>0]]>54]]>0]]>0]]>9605400{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(685,251,'sub0','4'),(686,251,'sub1','3'),(687,251,'sub2','6'),(688,251,'sub3','2'),(689,251,'sub4','5'),(690,251,'sub5','1'),(691,251,'_sqi','0{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(692,252,'-finish','1'),(693,253,'_stemorder','20,19,21'),(694,253,'_choiceorder','20,21,19'),(695,253,'_qi','6387240]]>5]]>4]]>054{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(696,254,'sub0','1'),(697,254,'sub1','3'),(698,254,'sub2','2'),(699,254,'_sqi','0{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(700,254,'auxiliar_text',''),(701,255,'-finish','1'),(702,256,'_stemorder','48,47,46'),(703,256,'_choiceorder','48,47,46'),(704,256,'_qi','425947]]>3]]>0]]>730{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(705,257,'sub0','1'),(706,257,'sub1','2'),(707,257,'sub2','2'),(708,257,'_sqi','0{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(709,258,'-finish','1'),(710,259,'_stemorder','3,1,2'),(711,259,'_choiceorder','3,1,2'),(712,259,'_qi','3334047]]>4]]>3]]>743{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(713,260,'sub0','1'),(714,260,'sub1','1'),(715,260,'sub2','1'),(716,260,'_sqi','0{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(717,261,'-finish','1'),(718,262,'_stemorder','10,12,11'),(719,262,'_choiceorder','12,11,10'),(720,262,'_qi','3274343]]>10]]>9]]>3109{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(721,263,'sub0','1'),(722,263,'sub1','1'),(723,263,'sub2','1'),(724,263,'_sqi','0{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(725,264,'-finish','1'),(726,265,'_stemorder','33,30,28,31,29,32'),(727,265,'_choiceorder','33,32,31,28,30,29'),(728,265,'_qi','1372046]]>5]]>0]]>30]]>0]]>0]]>6503000{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(729,266,'sub0','1'),(730,266,'sub1','1'),(731,266,'sub2','1'),(732,266,'sub3','1'),(733,266,'sub4','1'),(734,266,'sub5','1'),(735,266,'_sqi','0{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(736,267,'-finish','1'),(737,268,'_stemorder','19,20,21'),(738,268,'_choiceorder','20,21,19'),(739,268,'_qi','5570342]]>1]]>2]]>212{"symbols":["1","2"],"structure":["General","Fraction"]}'),(740,269,'sub0','1'),(741,269,'sub1','1'),(742,269,'sub2','1'),(743,269,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(744,269,'auxiliar_text',''),(745,270,'sub0','1'),(746,270,'sub1','1'),(747,270,'sub2','1'),(748,270,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(749,270,'auxiliar_text',''),(750,271,'-finish','1'),(751,272,'_stemorder','51,50,49'),(752,272,'_choiceorder','49,50,51'),(753,272,'_qi','399604155]]>155]]>151]]>155155151{"symbols":["1","5"],"structure":["General","Fraction"]}'),(754,273,'sub0','1'),(755,273,'sub1','3'),(756,273,'sub2','2'),(757,273,'_sqi','0{"symbols":["1","5"],"structure":["General","Fraction"]}'),(758,274,'-finish','1'),(759,275,'_stemorder','6,4,5'),(760,275,'_choiceorder','4,5,6'),(761,275,'_qi','531434194]]>36]]>147]]>19436147{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(762,276,'sub0','3'),(763,276,'sub1','1'),(764,276,'sub2','2'),(765,276,'_sqi','0{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(766,277,'-finish','1'),(767,278,'_stemorder','15,14,13'),(768,278,'_choiceorder','14,13,15'),(769,278,'_qi','474384187]]>136]]>77]]>18713677{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(770,279,'sub0','3'),(771,279,'sub1','1'),(772,279,'sub2','2'),(773,279,'_sqi','0{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(774,280,'-finish','1'),(775,281,'_stemorder','36,34,39,35,37,38'),(776,281,'_choiceorder','35,39,36,37,38,34'),(777,281,'_qi','323094323]]>129]]>108]]>41667]]>13932]]>34884]]>323129108416671393234884{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(778,282,'sub0','3'),(779,282,'sub1','6'),(780,282,'sub2','2'),(781,282,'sub3','1'),(782,282,'sub4','4'),(783,282,'sub5','5'),(784,282,'_sqi','0{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(785,283,'-finish','1'),(786,284,'_stemorder','22,24,23'),(787,284,'_choiceorder','23,22,24'),(788,284,'_qi','377964174]]>180]]>92]]>17418092{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(789,285,'sub0','2'),(790,285,'sub1','3'),(791,285,'sub2','1'),(792,285,'_sqi','0{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(793,285,'auxiliar_text',''),(794,286,'-finish','1'),(795,287,'_stemorder','53,52,54'),(796,287,'_choiceorder','53,54,52'),(797,287,'_qi','649484169]]>28]]>39]]>1692839{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(798,288,'sub0','0'),(799,288,'sub1','0'),(800,288,'sub2','0'),(801,288,'_sqi','0{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(802,289,'-finish','1'),(803,290,'_stemorder','7,8,9'),(804,290,'_choiceorder','7,8,9'),(805,290,'_qi','50500455]]>102]]>96]]>5510296{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(806,291,'sub0','0'),(807,291,'sub1','0'),(808,291,'sub2','0'),(809,291,'_sqi','0{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(810,292,'-finish','1'),(811,293,'_stemorder','16,18,17'),(812,293,'_choiceorder','17,18,16'),(813,293,'_qi','12569422]]>170]]>96]]>2217096{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(814,294,'sub0','0'),(815,294,'sub1','0'),(816,294,'sub2','0'),(817,294,'_sqi','0{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(818,295,'-finish','1'),(819,296,'_stemorder','43,41,42,40,45,44'),(820,296,'_choiceorder','40,43,41,44,45,42'),(821,296,'_qi','381444619]]>87]]>169]]>53853]]>14703]]>104611]]>619871695385314703104611{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(822,297,'sub0','0'),(823,297,'sub1','0'),(824,297,'sub2','0'),(825,297,'sub3','0'),(826,297,'sub4','0'),(827,297,'sub5','0'),(828,297,'_sqi','0{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(829,298,'-finish','1'),(830,299,'_stemorder','25,27,26'),(831,299,'_choiceorder','25,27,26'),(832,299,'_qi','35524156]]>83]]>183]]>15683183{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(833,300,'sub0','0'),(834,300,'sub1','0'),(835,300,'sub2','0'),(836,300,'_sqi','0{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(837,300,'auxiliar_text',''),(838,301,'-finish','1'),(839,302,'_stemorder','54,53,52'),(840,302,'_choiceorder','54,52,53'),(841,302,'_qi','45242488]]>152]]>71]]>8815271{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(842,303,'sub0','1'),(843,303,'sub1','3'),(844,303,'sub2','2'),(845,303,'_sqi','0{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(846,304,'-finish','1'),(847,305,'_stemorder','8,7,9'),(848,305,'_choiceorder','7,8,9'),(849,305,'_qi','293434138]]>34]]>195]]>13834195{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(850,306,'sub0','2'),(851,306,'sub1','1'),(852,306,'sub2','3'),(853,306,'_sqi','0{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(854,307,'-finish','1'),(855,308,'_stemorder','18,16,17'),(856,308,'_choiceorder','17,16,18'),(857,308,'_qi','2172477]]>124]]>30]]>7712430{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(858,309,'sub0','3'),(859,309,'sub1','2'),(860,309,'sub2','1'),(861,309,'_sqi','0{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(862,310,'-finish','1'),(863,311,'_stemorder','42,45,43,44,40,41'),(864,311,'_choiceorder','40,45,44,42,43,41'),(865,311,'_qi','103434278]]>5]]>112]]>1390]]>560]]>31136]]>2785112139056031136{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(866,312,'sub0','4'),(867,312,'sub1','2'),(868,312,'sub2','5'),(869,312,'sub3','3'),(870,312,'sub4','1'),(871,312,'sub5','6'),(872,312,'_sqi','0{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(873,313,'-finish','1'),(874,314,'_stemorder','26,25,27'),(875,314,'_choiceorder','25,26,27'),(876,314,'_qi','60145495]]>161]]>106]]>95161106{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(877,315,'sub0','2'),(878,315,'sub1','1'),(879,315,'sub2','3'),(880,315,'_sqi','0{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(881,315,'auxiliar_text',''),(882,316,'-finish','1'),(883,317,'_order','144,146,145,143'),(884,317,'_qi','616984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(885,318,'answer','1'),(886,318,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(887,319,'-finish','1'),(888,320,'_order','152,154,153,151'),(889,320,'_qi','396984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(890,321,'answer','0'),(891,321,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(892,322,'-finish','1'),(893,323,'_order','164,165,163,166'),(894,323,'_qi','532104sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(895,324,'answer','2'),(896,324,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(897,324,'auxiliar_text',''),(898,325,'-finish','1'),(899,326,'_order','171,172,174,173,176,175,177'),(900,326,'_qi','350134sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(901,327,'answer','6'),(902,327,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(903,328,'-finish','1'),(904,329,'_order','186,188,185,187'),(905,329,'_qi','276994sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(906,330,'answer','3'),(907,330,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(908,331,'-finish','1'),(909,332,'_order','146,143,145,144'),(910,332,'_qi','139844sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(911,333,'answer','-1'),(912,333,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(913,334,'-finish','1'),(914,335,'_order','153,152,151,154'),(915,335,'_qi','621814sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(916,336,'answer','-1'),(917,336,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(918,337,'-finish','1'),(919,338,'_order','165,164,166,163'),(920,338,'_qi','497554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(921,339,'answer','-1'),(922,339,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(923,339,'auxiliar_text',''),(924,340,'-finish','1'),(925,341,'_order','173,171,174,172,176,177,175'),(926,341,'_qi','429924sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(927,342,'answer','-1'),(928,342,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(929,343,'-finish','1'),(930,344,'_order','188,187,185,186'),(931,344,'_qi','41034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(932,345,'answer','-1'),(933,345,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(934,346,'-finish','1'),(935,347,'_order','147,149,148,150'),(936,347,'_qi','437874sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(937,348,'answer','3'),(938,348,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(939,349,'-finish','1'),(940,350,'_order','159,162,160,161'),(941,350,'_qi','345714sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(942,351,'answer','1'),(943,351,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(944,352,'-finish','1'),(945,353,'_order','170,167,168,169'),(946,353,'_qi','136034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(947,354,'answer','0'),(948,354,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(949,354,'auxiliar_text',''),(950,355,'-finish','1'),(951,356,'_order','182,183,181,179,178,180,184'),(952,356,'_qi','148554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(953,357,'answer','2'),(954,357,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(955,358,'-finish','1'),(956,359,'_order','189,192,190,191'),(957,359,'_qi','423234sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(958,360,'answer','1'),(959,360,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(960,361,'-finish','1'),(961,362,'_qi','1x+1]]>4110'),(962,362,'_matching_answer_grade',NULL),(963,362,'_matching_answer_wq','0'),(964,362,'_matching_answer','5'),(965,362,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(966,362,'_gc','0'),(967,363,'answer','x+1'),(968,363,'_sqi','0x+1]]>'),(969,364,'-finish','1'),(970,365,'_qi','1x+1411'),(971,365,'_matching_answer_grade',NULL),(972,365,'_matching_answer_wq','0'),(973,365,'_matching_answer','7'),(974,365,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(975,365,'_gc','0'),(976,366,'answer','x+1'),(977,366,'_sqi','0x+1'),(978,367,'-finish','1'),(979,368,'_qi','1x+1411'),(980,368,'_matching_answer_grade',NULL),(981,368,'_matching_answer_wq','0'),(982,368,'_matching_answer','9'),(983,368,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(984,368,'_gc','0'),(985,369,'answer','x+1'),(986,369,'_sqi','0x+1'),(987,370,'-finish','1'),(988,371,'_qi','1x+1]]>411'),(989,371,'_matching_answer_grade',NULL),(990,371,'_matching_answer_wq','0'),(991,371,'_matching_answer','11'),(992,371,'_response_hash','f01ab95a5ce189e069f442a773063b74'),(993,371,'_gc','0'),(994,372,'answer','x+1'),(995,372,'_sqi','0x+1]]>'),(996,373,'-finish','1'),(997,374,'_qi','1x+1]]>4110'),(998,374,'_matching_answer_grade',NULL),(999,374,'_matching_answer_wq','0'),(1000,374,'_matching_answer','14'),(1001,374,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1002,374,'_gc','0'),(1003,375,'answer','x+1'),(1004,375,'_sqi','0x+1]]>'),(1005,376,'-finish','1'),(1006,377,'_qi','124]]>411'),(1007,377,'_matching_answer_grade',NULL),(1008,377,'_matching_answer_wq','0'),(1009,377,'_matching_answer','18'),(1010,377,'_response_hash','e86c69ca13fc9efd66e7b2ca8703c543'),(1011,377,'_gc','0'),(1012,378,'answer','24'),(1013,378,'_sqi','024]]>'),(1014,379,'-finish','1'),(1015,380,'_qi','1x+1]]>41'),(1016,380,'_matching_answer_grade',NULL),(1017,380,'_matching_answer_wq','0'),(1018,380,'_matching_answer','20'),(1019,380,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1020,380,'_gc','0'),(1021,381,'answer','x+1'),(1022,381,'_sqi','0x+1]]>'),(1023,382,'-finish','1'),(1024,383,'_qi','4439774117]]>7{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1025,383,'_matching_answer_grade',NULL),(1026,383,'_matching_answer_wq','0'),(1027,383,'_matching_answer','22'),(1028,383,'_response_hash','8f14e45fceea167a5a36dedd4bea2543'),(1029,383,'_gc','0'),(1030,384,'answer','7'),(1031,384,'_sqi','07{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1032,385,'-finish','1'),(1033,386,'_qi','1411111'),(1034,386,'_matching_answer_grade',NULL),(1035,386,'_matching_answer_wq','0'),(1036,386,'_matching_answer','28'),(1037,386,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1038,386,'_gc','0'),(1039,387,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1040,387,'_sqi','0'),(1041,388,'-finish','1'),(1042,389,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1043,389,'_matching_answer_grade',NULL),(1044,389,'_matching_answer_wq','0'),(1045,389,'_matching_answer','24'),(1046,389,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1047,389,'_gc','0'),(1048,390,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1049,390,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1050,391,'-finish','1'),(1051,392,'_qi','1label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(1052,392,'_matching_answer_grade',NULL),(1053,392,'_matching_answer_wq','0'),(1054,392,'_matching_answer','26'),(1055,392,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1056,392,'_gc','0'),(1057,393,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1058,393,'_sqi','0label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1059,394,'-finish','1'),(1060,395,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1061,395,'_matching_answer_grade',NULL),(1062,395,'_matching_answer_wq','0'),(1063,395,'_matching_answer','233'),(1064,395,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1065,395,'_gc','0'),(1066,396,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1067,396,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1068,397,'-finish','1'),(1069,398,'_qi','1]]>4000'),(1070,398,'_matching_answer_grade',NULL),(1071,398,'_matching_answer','0'),(1072,398,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1073,398,'_gc','0'),(1074,399,'answer',''),(1075,399,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1076,400,'-finish','1'),(1077,401,'_qi','14'),(1078,402,'-finish','1'),(1079,403,'_qi','14'),(1080,404,'-finish','1'),(1081,405,'_qi','14'),(1082,406,'-finish','1'),(1083,407,'_qi','14'),(1084,408,'-finish','1'),(1085,409,'_qi','14'),(1086,410,'-finish','1'),(1087,411,'_qi','14'),(1088,412,'-finish','1'),(1089,413,'_qi','138314<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1090,414,'-finish','1'),(1091,415,'_qi','14'),(1092,416,'-finish','1'),(1093,417,'_qi','14'),(1094,418,'-finish','1'),(1095,419,'_qi','14'),(1096,420,'-finish','1'),(1097,421,'_qi','14'),(1098,422,'-finish','1'),(1099,423,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1100,423,'_matching_answer_grade',NULL),(1101,423,'_matching_answer_wq','1'),(1102,423,'_matching_answer','6'),(1103,423,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1104,423,'_gc','0'),(1105,424,'answer','x-1'),(1106,424,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1107,425,'-finish','1'),(1108,426,'_qi','1x-1410'),(1109,426,'_matching_answer_grade',NULL),(1110,426,'_matching_answer','0'),(1111,426,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1112,426,'_gc','0'),(1113,427,'answer','x-1'),(1114,427,'_sqi','0x-1'),(1115,428,'-finish','1'),(1116,429,'_qi','1x-1410'),(1117,429,'_matching_answer_grade',NULL),(1118,429,'_matching_answer','0'),(1119,429,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1120,429,'_gc','0'),(1121,430,'answer','x-1'),(1122,430,'_sqi','0x-1'),(1123,431,'-finish','1'),(1124,432,'_qi','1<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>410'),(1125,432,'_matching_answer_grade',NULL),(1126,432,'_matching_answer','0'),(1127,432,'_response_hash','6ded3c6fae36bb38feebe6da719033bb'),(1128,432,'_gc','0'),(1129,433,'answer','x-1'),(1130,433,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>'),(1131,434,'-finish','1'),(1132,435,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1133,435,'_matching_answer_grade','1'),(1134,435,'_matching_answer_wq','1'),(1135,435,'_matching_answer','15'),(1136,435,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1137,435,'_gc','0'),(1138,436,'answer','x-1'),(1139,436,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1140,437,'-finish','1'),(1141,438,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>411'),(1142,438,'_matching_answer_grade',NULL),(1143,438,'_matching_answer_wq','0'),(1144,438,'_matching_answer','18'),(1145,438,'_response_hash','b33a966a245c149efbf5869fd9ffd8ed'),(1146,438,'_gc','0'),(1147,439,'answer','12'),(1148,439,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>'),(1149,440,'-finish','1'),(1150,441,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>41'),(1151,441,'_matching_answer_grade',NULL),(1152,441,'_matching_answer_wq','0'),(1153,441,'_matching_answer','20'),(1154,441,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1155,441,'_gc','0'),(1156,442,'answer','x-1'),(1157,442,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1158,443,'-finish','1'),(1159,444,'_qi','321610411<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1160,444,'_matching_answer_grade',NULL),(1161,444,'_matching_answer_wq','0'),(1162,444,'_matching_answer','22'),(1163,444,'_response_hash','d3d9446802a44259755d38e6d163e820'),(1164,444,'_gc','0'),(1165,445,'answer','10'),(1166,445,'_sqi','010{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1167,446,'-finish','1'),(1168,447,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1169,447,'_matching_answer_grade',NULL),(1170,447,'_matching_answer_wq','0'),(1171,447,'_matching_answer','28'),(1172,447,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1173,447,'_gc','0'),(1174,448,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1175,448,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1176,449,'-finish','1'),(1177,450,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1178,450,'_matching_answer_grade',NULL),(1179,450,'_matching_answer_wq','0'),(1180,450,'_matching_answer','24'),(1181,450,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1182,450,'_gc','0'),(1183,451,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1184,451,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1185,452,'-finish','1'),(1186,453,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1187,453,'_matching_answer_grade',NULL),(1188,453,'_matching_answer_wq','0'),(1189,453,'_matching_answer','26'),(1190,453,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1191,453,'_gc','0'),(1192,454,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1193,454,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1194,455,'-finish','1'),(1195,456,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1196,456,'_matching_answer_grade',NULL),(1197,456,'_matching_answer_wq','0'),(1198,456,'_matching_answer','233'),(1199,456,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1200,456,'_gc','0'),(1201,457,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1202,457,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1203,458,'-finish','1'),(1204,459,'_qi','553394<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>4</mn></mrow></math>false4{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1205,460,'answer','0'),(1206,460,'_sqi','0{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1207,461,'-finish','1'),(1208,462,'_qi','56834<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1209,463,'answer','0'),(1210,463,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1211,464,'-finish','1'),(1212,465,'_qi','538874<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1213,466,'answer','0'),(1214,466,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1215,467,'-finish','1'),(1216,468,'_qi','347764'),(1217,469,'answer','1'),(1218,469,'_sqi','0'),(1219,469,'auxiliar_text',''),(1220,470,'-finish','1'),(1221,471,'_qi','363854<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>8</mn></mrow></math>false8{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1222,472,'answer','0'),(1223,472,'_sqi','0{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1224,473,'-finish','1'),(1225,474,'_qi','271744<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1226,475,'answer','0'),(1227,475,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1228,476,'-finish','1'),(1229,477,'_qi','566694<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>3</mn></mrow></math>true3{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1230,478,'answer','1'),(1231,478,'_sqi','0{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1232,479,'-finish','1'),(1233,480,'_qi','572424'),(1234,481,'answer','1'),(1235,481,'_sqi','0'),(1236,481,'auxiliar_text',''),(1237,482,'-finish','1'),(1238,483,'_qi','378284<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1239,484,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1240,485,'-finish','1'),(1241,486,'_qi','102194<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>10</mn></mrow></math>false10{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1242,487,'_sqi','0{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1243,488,'-finish','1'),(1244,489,'_qi','296574<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1245,490,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1246,491,'-finish','1'),(1247,492,'_qi','429794'),(1248,493,'answer','1'),(1249,493,'_sqi','0'),(1250,493,'auxiliar_text',''),(1251,494,'-finish','1'),(1252,495,'_qi','89814<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1253,496,'answer','1'),(1254,496,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1255,497,'-finish','1'),(1256,498,'_qi','324944<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1257,499,'answer','1'),(1258,499,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1259,500,'-finish','1'),(1260,501,'_qi','369894<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>1</mn></mrow></math>false1{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1261,502,'answer','1'),(1262,502,'_sqi','0{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1263,503,'-finish','1'),(1264,504,'_qi','145494'),(1265,505,'answer','1'),(1266,505,'_sqi','0'),(1267,505,'auxiliar_text',''),(1268,506,'-finish','1'),(1269,507,'_qi','636274<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>2</mn></mrow></math>true2{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1270,508,'_sqi','0{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1271,509,'-finish','1'),(1272,510,'_qi','233504<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>9</mn></mrow></math>false9{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1273,511,'_sqi','0{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1274,512,'-finish','1'),(1275,513,'_qi','139974<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>7</mn></mrow></math>true7{"symbols":["7","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1276,514,'-finish','1'),(1277,515,'_qi','629474'),(1278,516,'-finish','1'); +/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `m_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `m_quesattestep_que_ix` (`questionattemptid`), + KEY `m_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=517 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempt_steps` +-- + +LOCK TABLES `m_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; +INSERT INTO `m_question_attempt_steps` VALUES (1,1,0,'todo',NULL,1733231846,4),(2,1,1,'complete',NULL,1733231871,4),(3,1,2,'needsgrading',NULL,1733232336,4),(4,1,3,'mangrright',1.0000000,1736238892,2),(5,2,0,'todo',NULL,1733231846,4),(6,2,1,'complete',NULL,1733231917,4),(7,2,2,'gradedright',1.0000000,1733232336,4),(8,3,0,'todo',NULL,1733231846,4),(9,3,1,'complete',NULL,1733232057,4),(10,3,2,'gradedright',1.0000000,1733232336,4),(11,4,0,'todo',NULL,1733231846,4),(12,4,1,'complete',NULL,1733232069,4),(13,4,2,'gradedright',1.0000000,1733232336,4),(14,5,0,'todo',NULL,1733231846,4),(15,5,1,'complete',NULL,1733232185,4),(16,5,2,'gradedwrong',0.0000000,1733232336,4),(17,5,3,'mangrright',1.0000000,1736238709,2),(18,6,0,'todo',NULL,1733231846,4),(19,6,1,'complete',NULL,1733232240,4),(20,6,2,'gradedright',1.0000000,1733232336,4),(21,7,0,'todo',NULL,1733231846,4),(22,7,1,'complete',NULL,1733232249,4),(23,7,2,'gradedright',1.0000000,1733232336,4),(24,8,0,'todo',NULL,1733231846,4),(25,8,1,'complete',NULL,1733232256,4),(26,8,2,'gradedright',1.0000000,1733232336,4),(27,9,0,'todo',NULL,1733231846,4),(28,9,1,'complete',NULL,1733232265,4),(29,9,2,'gradedright',1.0000000,1733232336,4),(30,10,0,'todo',NULL,1733231846,4),(31,10,1,'complete',NULL,1733232284,4),(32,10,2,'gradedright',1.0000000,1733232336,4),(33,11,0,'todo',NULL,1733231846,4),(34,11,1,'complete',NULL,1733232319,4),(35,11,2,'gradedright',1.0000000,1733232336,4),(36,12,0,'todo',NULL,1733231846,4),(37,12,1,'complete',NULL,1733232333,4),(38,12,2,'gradedright',1.0000000,1733232336,4),(39,13,0,'todo',NULL,1733232368,4),(40,13,1,'complete',NULL,1733232374,4),(41,13,2,'needsgrading',NULL,1733232537,4),(42,14,0,'todo',NULL,1733232368,4),(43,14,1,'complete',NULL,1733232399,4),(44,14,2,'gradedpartial',0.8000000,1733232537,4),(45,15,0,'todo',NULL,1733232368,4),(46,15,1,'complete',NULL,1733232408,4),(47,15,2,'gradedright',1.0000000,1733232537,4),(48,16,0,'todo',NULL,1733232368,4),(49,16,1,'complete',NULL,1733232415,4),(50,16,2,'gradedright',1.0000000,1733232537,4),(51,17,0,'todo',NULL,1733232368,4),(52,17,1,'complete',NULL,1733232493,4),(53,17,2,'gradedright',1.0000000,1733232537,4),(54,18,0,'todo',NULL,1733232368,4),(55,18,1,'complete',NULL,1733232498,4),(56,18,2,'gradedwrong',0.0000000,1733232537,4),(57,19,0,'todo',NULL,1733232368,4),(58,19,1,'complete',NULL,1733232503,4),(59,19,2,'gradedwrong',0.0000000,1733232537,4),(60,20,0,'todo',NULL,1733232368,4),(61,20,1,'complete',NULL,1733232508,4),(62,20,2,'gradedwrong',0.0000000,1733232537,4),(63,21,0,'todo',NULL,1733232368,4),(64,21,1,'complete',NULL,1733232517,4),(65,21,2,'gradedwrong',0.0000000,1733232537,4),(66,22,0,'todo',NULL,1733232368,4),(67,22,1,'complete',NULL,1733232524,4),(68,22,2,'gradedwrong',0.0000000,1733232537,4),(69,23,0,'todo',NULL,1733232368,4),(70,23,1,'complete',NULL,1733232530,4),(71,23,2,'gradedwrong',0.0000000,1733232537,4),(72,24,0,'todo',NULL,1733232368,4),(73,24,1,'todo',NULL,1733232533,4),(74,24,2,'gaveup',NULL,1733232537,4),(75,25,0,'todo',NULL,1733232577,4),(76,25,1,'todo',NULL,1733232582,4),(77,25,2,'gaveup',NULL,1733232620,4),(78,26,0,'todo',NULL,1733232577,4),(79,26,1,'todo',NULL,1733232584,4),(80,26,2,'gaveup',NULL,1733232620,4),(81,27,0,'todo',NULL,1733232577,4),(82,27,1,'todo',NULL,1733232588,4),(83,27,2,'gaveup',NULL,1733232620,4),(84,28,0,'todo',NULL,1733232577,4),(85,28,1,'todo',NULL,1733232591,4),(86,28,2,'gaveup',NULL,1733232620,4),(87,29,0,'todo',NULL,1733232577,4),(88,29,1,'complete',NULL,1733232595,4),(89,29,2,'gradedwrong',0.0000000,1733232620,4),(90,30,0,'todo',NULL,1733232577,4),(91,30,1,'complete',NULL,1733232599,4),(92,30,2,'gradedwrong',0.0000000,1733232620,4),(93,31,0,'todo',NULL,1733232577,4),(94,31,1,'todo',NULL,1733232601,4),(95,31,2,'gaveup',NULL,1733232620,4),(96,32,0,'todo',NULL,1733232577,4),(97,32,1,'complete',NULL,1733232603,4),(98,32,2,'gradedwrong',0.0000000,1733232620,4),(99,33,0,'todo',NULL,1733232577,4),(100,33,1,'complete',NULL,1733232606,4),(101,33,2,'gradedwrong',0.0000000,1733232620,4),(102,34,0,'todo',NULL,1733232577,4),(103,34,1,'complete',NULL,1733232608,4),(104,34,2,'gradedwrong',0.0000000,1733232620,4),(105,35,0,'todo',NULL,1733232577,4),(106,35,1,'complete',NULL,1733232611,4),(107,35,2,'gradedwrong',0.0000000,1733232620,4),(108,36,0,'todo',NULL,1733232577,4),(109,36,1,'complete',NULL,1733232614,4),(110,36,2,'gradedwrong',0.0000000,1733232620,4),(111,37,0,'todo',NULL,1733232644,4),(112,37,1,'complete',NULL,1733232659,4),(113,37,2,'gradedright',1.0000000,1733232758,4),(114,38,0,'todo',NULL,1733232644,4),(115,38,1,'complete',NULL,1733232667,4),(116,38,2,'gradedright',1.0000000,1733232758,4),(117,39,0,'todo',NULL,1733232644,4),(118,39,1,'complete',NULL,1733232675,4),(119,39,2,'gradedright',1.0000000,1733232758,4),(120,40,0,'todo',NULL,1733232644,4),(121,40,1,'complete',NULL,1733232686,4),(122,40,2,'gradedright',1.0000000,1733232758,4),(123,41,0,'todo',NULL,1733232644,4),(124,41,1,'complete',NULL,1733232755,4),(125,41,2,'gradedright',1.0000000,1733232758,4),(126,42,0,'todo',NULL,1733232771,4),(127,42,1,'complete',NULL,1733232782,4),(128,42,2,'gradedwrong',0.0000000,1733232813,4),(129,43,0,'todo',NULL,1733232771,4),(130,43,1,'complete',NULL,1733232787,4),(131,43,2,'gradedwrong',0.0000000,1733232813,4),(132,44,0,'todo',NULL,1733232771,4),(133,44,1,'complete',NULL,1733232794,4),(134,44,2,'gradedwrong',0.0000000,1733232813,4),(135,45,0,'todo',NULL,1733232771,4),(136,45,1,'complete',NULL,1733232801,4),(137,45,2,'gradedwrong',0.0000000,1733232813,4),(138,46,0,'todo',NULL,1733232771,4),(139,46,1,'complete',NULL,1733232808,4),(140,46,2,'gradedpartial',0.3333333,1733232813,4),(141,47,0,'todo',NULL,1733232828,4),(142,47,1,'complete',NULL,1733232842,4),(143,47,2,'gradedpartial',0.3333333,1733232871,4),(144,48,0,'todo',NULL,1733232828,4),(145,48,1,'complete',NULL,1733232847,4),(146,48,2,'gradedwrong',0.0000000,1733232871,4),(147,49,0,'todo',NULL,1733232828,4),(148,49,1,'complete',NULL,1733232853,4),(149,49,2,'gradedright',1.0000000,1733232871,4),(150,50,0,'todo',NULL,1733232828,4),(151,50,1,'complete',NULL,1733232860,4),(152,50,2,'gradedright',1.0000000,1733232871,4),(153,51,0,'todo',NULL,1733232828,4),(154,51,1,'complete',NULL,1733232868,4),(155,51,2,'gradedright',1.0000000,1733232871,4),(156,52,0,'todo',NULL,1733232904,4),(157,52,1,'complete',NULL,1733232910,4),(158,52,2,'needsgrading',NULL,1733232995,4),(159,52,3,'mangrright',1.0000000,1736239063,2),(160,53,0,'todo',NULL,1733232904,4),(161,53,1,'complete',NULL,1733232910,4),(162,53,2,'needsgrading',NULL,1733232995,4),(163,53,3,'mangrright',1.0000000,1736239078,2),(164,54,0,'todo',NULL,1733232904,4),(165,54,1,'todo',NULL,1733232914,4),(166,54,2,'gaveup',NULL,1733232995,4),(167,54,3,'mangrright',1.0000000,1736239087,2),(168,55,0,'todo',NULL,1733232904,4),(169,55,1,'todo',NULL,1733232919,4),(170,55,2,'gaveup',NULL,1733232995,4),(171,55,3,'mangrright',1.0000000,1736239098,2),(172,56,0,'todo',NULL,1733232904,4),(173,56,1,'todo',NULL,1733232919,4),(174,56,2,'gaveup',NULL,1733232995,4),(175,56,3,'mangrright',1.0000000,1736239108,2),(176,57,0,'todo',NULL,1733232904,4),(177,57,1,'complete',NULL,1733232926,4),(178,57,2,'needsgrading',NULL,1733232995,4),(179,57,3,'mangrright',1.0000000,1736239116,2),(180,58,0,'todo',NULL,1733232904,4),(181,58,1,'invalid',NULL,1733232990,4),(182,58,2,'needsgrading',NULL,1733232995,4),(183,58,3,'mangrright',1.0000000,1736239124,2),(184,59,0,'todo',NULL,1733232904,4),(185,59,1,'invalid',NULL,1733232990,4),(186,59,2,'needsgrading',NULL,1733232995,4),(187,59,3,'mangrright',1.0000000,1736239132,2),(188,60,0,'todo',NULL,1733232904,4),(189,60,1,'invalid',NULL,1733232990,4),(190,60,2,'needsgrading',NULL,1733232995,4),(191,60,3,'mangrright',1.0000000,1736239139,2),(192,61,0,'todo',NULL,1733232904,4),(193,61,1,'invalid',NULL,1733232990,4),(194,61,2,'needsgrading',NULL,1733232995,4),(195,61,3,'mangrright',1.0000000,1736239145,2),(196,62,0,'todo',NULL,1733233202,4),(197,62,1,'todo',NULL,1733233207,4),(198,62,2,'gaveup',NULL,1733233223,4),(199,63,0,'todo',NULL,1733233202,4),(200,63,1,'todo',NULL,1733233207,4),(201,63,2,'gaveup',NULL,1733233223,4),(202,64,0,'todo',NULL,1733233202,4),(203,64,1,'todo',NULL,1733233209,4),(204,64,2,'gaveup',NULL,1733233223,4),(205,65,0,'todo',NULL,1733233202,4),(206,65,1,'todo',NULL,1733233212,4),(207,65,2,'gaveup',NULL,1733233223,4),(208,66,0,'todo',NULL,1733233202,4),(209,66,1,'todo',NULL,1733233212,4),(210,66,2,'gaveup',NULL,1733233223,4),(211,67,0,'todo',NULL,1733233202,4),(212,67,1,'todo',NULL,1733233215,4),(213,67,2,'gaveup',NULL,1733233223,4),(214,68,0,'todo',NULL,1733233202,4),(215,68,1,'invalid',NULL,1733233219,4),(216,68,2,'gaveup',NULL,1733233223,4),(217,69,0,'todo',NULL,1733233202,4),(218,69,1,'invalid',NULL,1733233219,4),(219,69,2,'gaveup',NULL,1733233223,4),(220,70,0,'todo',NULL,1733233202,4),(221,70,1,'invalid',NULL,1733233219,4),(222,70,2,'gaveup',NULL,1733233223,4),(223,71,0,'todo',NULL,1733233202,4),(224,71,1,'invalid',NULL,1733233219,4),(225,71,2,'gaveup',NULL,1733233223,4),(226,72,0,'todo',NULL,1733233238,4),(227,72,1,'complete',NULL,1733233248,4),(228,72,2,'gradedright',1.0000000,1733233312,4),(229,73,0,'todo',NULL,1733233238,4),(230,73,1,'complete',NULL,1733233266,4),(231,73,2,'gradedright',1.0000000,1733233312,4),(232,74,0,'todo',NULL,1733233238,4),(233,74,1,'complete',NULL,1733233266,4),(234,74,2,'gradedpartial',0.3333333,1733233312,4),(235,75,0,'todo',NULL,1733233238,4),(236,75,1,'complete',NULL,1733233290,4),(237,75,2,'gradedpartial',0.6666667,1733233312,4),(238,76,0,'todo',NULL,1733233238,4),(239,76,1,'complete',NULL,1733233307,4),(240,76,2,'gradedright',1.0000000,1733233312,4),(241,77,0,'todo',NULL,1733233329,4),(242,77,1,'complete',NULL,1733233339,4),(243,77,2,'gradedright',1.0000000,1733233415,4),(244,78,0,'todo',NULL,1733233329,4),(245,78,1,'complete',NULL,1733233360,4),(246,78,2,'gradedright',1.0000000,1733233415,4),(247,79,0,'todo',NULL,1733233329,4),(248,79,1,'complete',NULL,1733233360,4),(249,79,2,'gradedpartial',0.3333333,1733233415,4),(250,80,0,'todo',NULL,1733233329,4),(251,80,1,'complete',NULL,1733233399,4),(252,80,2,'gradedpartial',0.6666667,1733233415,4),(253,81,0,'todo',NULL,1733233329,4),(254,81,1,'complete',NULL,1733233410,4),(255,81,2,'gradedright',1.0000000,1733233415,4),(256,82,0,'todo',NULL,1733233427,4),(257,82,1,'complete',NULL,1733233434,4),(258,82,2,'gradedpartial',0.6666667,1733233745,4),(259,83,0,'todo',NULL,1733233427,4),(260,83,1,'complete',NULL,1733233455,4),(261,83,2,'gradedpartial',0.3333333,1733233745,4),(262,84,0,'todo',NULL,1733233427,4),(263,84,1,'complete',NULL,1733233455,4),(264,84,2,'gradedpartial',0.3333333,1733233745,4),(265,85,0,'todo',NULL,1733233427,4),(266,85,1,'complete',NULL,1733233467,4),(267,85,2,'gradedpartial',0.1666667,1733233745,4),(268,86,0,'todo',NULL,1733233427,4),(269,86,1,'complete',NULL,1733233481,4),(270,86,2,'complete',NULL,1733233742,4),(271,86,3,'gradedpartial',0.3333333,1733233745,4),(272,87,0,'todo',NULL,1733233751,4),(273,87,1,'complete',NULL,1733233787,4),(274,87,2,'gradedwrong',0.0000000,1733233853,4),(275,88,0,'todo',NULL,1733233751,4),(276,88,1,'complete',NULL,1733233810,4),(277,88,2,'gradedright',1.0000000,1733233853,4),(278,89,0,'todo',NULL,1733233751,4),(279,89,1,'complete',NULL,1733233810,4),(280,89,2,'gradedright',1.0000000,1733233853,4),(281,90,0,'todo',NULL,1733233751,4),(282,90,1,'complete',NULL,1733233839,4),(283,90,2,'gradedright',1.0000000,1733233853,4),(284,91,0,'todo',NULL,1733233751,4),(285,91,1,'complete',NULL,1733233850,4),(286,91,2,'gradedright',1.0000000,1733233853,4),(287,92,0,'todo',NULL,1736239173,4),(288,92,1,'todo',NULL,1736239178,4),(289,92,2,'gaveup',NULL,1736239208,4),(290,93,0,'todo',NULL,1736239173,4),(291,93,1,'todo',NULL,1736239185,4),(292,93,2,'gaveup',NULL,1736239208,4),(293,94,0,'todo',NULL,1736239173,4),(294,94,1,'todo',NULL,1736239185,4),(295,94,2,'gaveup',NULL,1736239208,4),(296,95,0,'todo',NULL,1736239173,4),(297,95,1,'todo',NULL,1736239200,4),(298,95,2,'gaveup',NULL,1736239208,4),(299,96,0,'todo',NULL,1736239173,4),(300,96,1,'todo',NULL,1736239204,4),(301,96,2,'gaveup',NULL,1736239208,4),(302,97,0,'todo',NULL,1736239216,4),(303,97,1,'complete',NULL,1736239228,4),(304,97,2,'gradedright',1.0000000,1736239285,4),(305,98,0,'todo',NULL,1736239216,4),(306,98,1,'complete',NULL,1736239247,4),(307,98,2,'gradedright',1.0000000,1736239285,4),(308,99,0,'todo',NULL,1736239216,4),(309,99,1,'complete',NULL,1736239247,4),(310,99,2,'gradedright',1.0000000,1736239285,4),(311,100,0,'todo',NULL,1736239216,4),(312,100,1,'complete',NULL,1736239269,4),(313,100,2,'gradedright',1.0000000,1736239285,4),(314,101,0,'todo',NULL,1736239216,4),(315,101,1,'complete',NULL,1736239280,4),(316,101,2,'gradedright',1.0000000,1736239285,4),(317,102,0,'todo',NULL,1733233873,4),(318,102,1,'complete',NULL,1733233884,4),(319,102,2,'gradedright',1.0000000,1733233904,4),(320,103,0,'todo',NULL,1733233873,4),(321,103,1,'complete',NULL,1733233884,4),(322,103,2,'gradedpartial',0.1250000,1733233904,4),(323,104,0,'todo',NULL,1733233873,4),(324,104,1,'complete',NULL,1733233888,4),(325,104,2,'gradedpartial',0.7000000,1733233904,4),(326,105,0,'todo',NULL,1733233873,4),(327,105,1,'complete',NULL,1733233896,4),(328,105,2,'gradedwrong',-0.1000000,1733233904,4),(329,106,0,'todo',NULL,1733233873,4),(330,106,1,'complete',NULL,1733233901,4),(331,106,2,'gradedpartial',0.3333333,1733233904,4),(332,107,0,'todo',NULL,1733233910,4),(333,107,1,'todo',NULL,1733233915,4),(334,107,2,'gaveup',NULL,1733233924,4),(335,108,0,'todo',NULL,1733233910,4),(336,108,1,'todo',NULL,1733233915,4),(337,108,2,'gaveup',NULL,1733233924,4),(338,109,0,'todo',NULL,1733233910,4),(339,109,1,'todo',NULL,1733233917,4),(340,109,2,'gaveup',NULL,1733233924,4),(341,110,0,'todo',NULL,1733233910,4),(342,110,1,'todo',NULL,1733233919,4),(343,110,2,'gaveup',NULL,1733233924,4),(344,111,0,'todo',NULL,1733233910,4),(345,111,1,'todo',NULL,1733233921,4),(346,111,2,'gaveup',NULL,1733233924,4),(347,112,0,'todo',NULL,1736239303,4),(348,112,1,'complete',NULL,1736239320,4),(349,112,2,'gradedright',1.0000000,1736239334,4),(350,113,0,'todo',NULL,1736239303,4),(351,113,1,'complete',NULL,1736239320,4),(352,113,2,'gradedright',1.0000000,1736239334,4),(353,114,0,'todo',NULL,1736239303,4),(354,114,1,'complete',NULL,1736239324,4),(355,114,2,'gradedright',1.0000000,1736239334,4),(356,115,0,'todo',NULL,1736239303,4),(357,115,1,'complete',NULL,1736239328,4),(358,115,2,'gradedright',1.0000000,1736239334,4),(359,116,0,'todo',NULL,1736239303,4),(360,116,1,'complete',NULL,1736239331,4),(361,116,2,'gradedright',1.0000000,1736239334,4),(362,117,0,'todo',NULL,1736239693,4),(363,117,1,'complete',NULL,1736239705,4),(364,117,2,'gradedright',1.0000000,1736239748,4),(365,118,0,'todo',NULL,1736239693,4),(366,118,1,'complete',NULL,1736239708,4),(367,118,2,'gradedright',1.0000000,1736239748,4),(368,119,0,'todo',NULL,1736239693,4),(369,119,1,'complete',NULL,1736239710,4),(370,119,2,'gradedright',1.0000000,1736239748,4),(371,120,0,'todo',NULL,1736239693,4),(372,120,1,'complete',NULL,1736239713,4),(373,120,2,'gradedright',1.0000000,1736239748,4),(374,121,0,'todo',NULL,1736239693,4),(375,121,1,'complete',NULL,1736239716,4),(376,121,2,'gradedright',1.0000000,1736239748,4),(377,122,0,'todo',NULL,1736239693,4),(378,122,1,'complete',NULL,1736239724,4),(379,122,2,'gradedright',1.0000000,1736239748,4),(380,123,0,'todo',NULL,1736239693,4),(381,123,1,'complete',NULL,1736239724,4),(382,123,2,'gradedright',1.0000000,1736239748,4),(383,124,0,'todo',NULL,1736239693,4),(384,124,1,'complete',NULL,1736239728,4),(385,124,2,'gradedright',1.0000000,1736239748,4),(386,125,0,'todo',NULL,1736239693,4),(387,125,1,'complete',NULL,1736239731,4),(388,125,2,'gradedright',1.0000000,1736239748,4),(389,126,0,'todo',NULL,1736239693,4),(390,126,1,'complete',NULL,1736239735,4),(391,126,2,'gradedright',1.0000000,1736239748,4),(392,127,0,'todo',NULL,1736239693,4),(393,127,1,'complete',NULL,1736239740,4),(394,127,2,'gradedright',1.0000000,1736239748,4),(395,128,0,'todo',NULL,1736239693,4),(396,128,1,'complete',NULL,1736239744,4),(397,128,2,'gradedright',1.0000000,1736239748,4),(398,129,0,'todo',NULL,1736239761,4),(399,129,1,'complete',NULL,1736239766,4),(400,129,2,'gradedwrong',0.0000000,1736239770,4),(401,130,0,'todo',NULL,1736239761,4),(402,130,1,'gaveup',NULL,1736239770,4),(403,131,0,'todo',NULL,1736239761,4),(404,131,1,'gaveup',NULL,1736239770,4),(405,132,0,'todo',NULL,1736239761,4),(406,132,1,'gaveup',NULL,1736239770,4),(407,133,0,'todo',NULL,1736239761,4),(408,133,1,'gaveup',NULL,1736239770,4),(409,134,0,'todo',NULL,1736239761,4),(410,134,1,'gaveup',NULL,1736239770,4),(411,135,0,'todo',NULL,1736239761,4),(412,135,1,'gaveup',NULL,1736239770,4),(413,136,0,'todo',NULL,1736239761,4),(414,136,1,'gaveup',NULL,1736239770,4),(415,137,0,'todo',NULL,1736239761,4),(416,137,1,'gaveup',NULL,1736239770,4),(417,138,0,'todo',NULL,1736239761,4),(418,138,1,'gaveup',NULL,1736239770,4),(419,139,0,'todo',NULL,1736239761,4),(420,139,1,'gaveup',NULL,1736239770,4),(421,140,0,'todo',NULL,1736239761,4),(422,140,1,'gaveup',NULL,1736239770,4),(423,141,0,'todo',NULL,1736239777,4),(424,141,1,'complete',NULL,1736239784,4),(425,141,2,'gradedright',1.0000000,1736239830,4),(426,142,0,'todo',NULL,1736239777,4),(427,142,1,'complete',NULL,1736239790,4),(428,142,2,'gradedwrong',0.0000000,1736239830,4),(429,143,0,'todo',NULL,1736239777,4),(430,143,1,'complete',NULL,1736239794,4),(431,143,2,'gradedwrong',0.0000000,1736239830,4),(432,144,0,'todo',NULL,1736239777,4),(433,144,1,'complete',NULL,1736239798,4),(434,144,2,'gradedwrong',0.0000000,1736239830,4),(435,145,0,'todo',NULL,1736239777,4),(436,145,1,'complete',NULL,1736239801,4),(437,145,2,'gradedpartial',0.2000000,1736239830,4),(438,146,0,'todo',NULL,1736239777,4),(439,146,1,'complete',NULL,1736239809,4),(440,146,2,'gradedright',1.0000000,1736239830,4),(441,147,0,'todo',NULL,1736239777,4),(442,147,1,'complete',NULL,1736239809,4),(443,147,2,'gradedright',1.0000000,1736239830,4),(444,148,0,'todo',NULL,1736239777,4),(445,148,1,'complete',NULL,1736239813,4),(446,148,2,'gradedright',1.0000000,1736239830,4),(447,149,0,'todo',NULL,1736239777,4),(448,149,1,'complete',NULL,1736239816,4),(449,149,2,'gradedright',1.0000000,1736239830,4),(450,150,0,'todo',NULL,1736239777,4),(451,150,1,'complete',NULL,1736239818,4),(452,150,2,'gradedright',1.0000000,1736239830,4),(453,151,0,'todo',NULL,1736239777,4),(454,151,1,'complete',NULL,1736239822,4),(455,151,2,'gradedright',1.0000000,1736239830,4),(456,152,0,'todo',NULL,1736239777,4),(457,152,1,'complete',NULL,1736239827,4),(458,152,2,'gradedright',1.0000000,1736239830,4),(459,153,0,'todo',NULL,1733234357,4),(460,153,1,'complete',NULL,1733234370,4),(461,153,2,'gradedright',1.0000000,1733234402,4),(462,154,0,'todo',NULL,1733234357,4),(463,154,1,'complete',NULL,1733234370,4),(464,154,2,'gradedright',1.0000000,1733234402,4),(465,155,0,'todo',NULL,1733234357,4),(466,155,1,'complete',NULL,1733234383,4),(467,155,2,'gradedright',1.0000000,1733234402,4),(468,156,0,'todo',NULL,1733234357,4),(469,156,1,'complete',NULL,1733234388,4),(470,156,2,'gradedright',1.0000000,1733234402,4),(471,157,0,'todo',NULL,1733234412,4),(472,157,1,'complete',NULL,1733234425,4),(473,157,2,'gradedright',1.0000000,1733234441,4),(474,158,0,'todo',NULL,1733234412,4),(475,158,1,'complete',NULL,1733234425,4),(476,158,2,'gradedright',1.0000000,1733234441,4),(477,159,0,'todo',NULL,1733234412,4),(478,159,1,'complete',NULL,1733234429,4),(479,159,2,'gradedright',1.0000000,1733234441,4),(480,160,0,'todo',NULL,1733234412,4),(481,160,1,'complete',NULL,1733234438,4),(482,160,2,'gradedright',1.0000000,1733234441,4),(483,161,0,'todo',NULL,1733234447,4),(484,161,1,'todo',NULL,1733234452,4),(485,161,2,'gaveup',NULL,1733234461,4),(486,162,0,'todo',NULL,1733234447,4),(487,162,1,'todo',NULL,1733234452,4),(488,162,2,'gaveup',NULL,1733234461,4),(489,163,0,'todo',NULL,1733234447,4),(490,163,1,'todo',NULL,1733234454,4),(491,163,2,'gaveup',NULL,1733234461,4),(492,164,0,'todo',NULL,1733234447,4),(493,164,1,'complete',NULL,1733234458,4),(494,164,2,'gradedright',1.0000000,1733234461,4),(495,165,0,'todo',NULL,1733234476,4),(496,165,1,'complete',NULL,1733234487,4),(497,165,2,'gradedright',1.0000000,1733234507,4),(498,166,0,'todo',NULL,1733234476,4),(499,166,1,'complete',NULL,1733234487,4),(500,166,2,'gradedwrong',0.0000000,1733234507,4),(501,167,0,'todo',NULL,1733234476,4),(502,167,1,'complete',NULL,1733234496,4),(503,167,2,'gradedwrong',0.0000000,1733234507,4),(504,168,0,'todo',NULL,1733234476,4),(505,168,1,'complete',NULL,1733234503,4),(506,168,2,'gradedright',1.0000000,1733234507,4),(507,169,0,'todo',NULL,1736239374,4),(508,169,1,'todo',NULL,1736239379,4),(509,169,2,'gaveup',NULL,1736239382,4),(510,170,0,'todo',NULL,1736239374,4),(511,170,1,'todo',NULL,1736239379,4),(512,170,2,'gaveup',NULL,1736239382,4),(513,171,0,'todo',NULL,1736239374,4),(514,171,1,'gaveup',NULL,1736239382,4),(515,172,0,'todo',NULL,1736239374,4),(516,172,1,'gaveup',NULL,1736239382,4); +/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempts` +-- + +DROP TABLE IF EXISTS `m_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `m_quesatte_beh_ix` (`behaviour`), + KEY `m_quesatte_que_ix` (`questionid`), + KEY `m_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB AUTO_INCREMENT=173 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_attempts` +-- + +LOCK TABLES `m_question_attempts` WRITE; +/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; +INSERT INTO `m_question_attempts` VALUES (1,1,1,'manualgraded',169,1413,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'43\n',1736238892),(2,1,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {-arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C; arctan(x) + C}','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',1733232339),(3,1,3,'deferredfeedback',178,23158,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 31\n','part 1: 31; part 2: non - singular','The content can not be displayed.',1733232339),(4,1,4,'deferredfeedback',184,57349,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 2 cm long?\n: 14\n; 16\n; 9\n; 23\n','16\n','16\n',1733232339),(5,1,5,'deferredfeedback',186,6615,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1736238709),(6,1,6,'deferredfeedback',188,20533,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(7,1,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','23',1733232339),(8,1,8,'deferredfeedback',192,2020,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(9,1,9,'deferredfeedback',194,966,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(10,1,10,'deferredfeedback',196,12405,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(11,1,11,'deferredfeedback',198,7721,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232339),(12,1,12,'deferredfeedback',200,48363,1.0000000,0.0000000,1.0000000,0,'42 is even\n','True','True',1733232339),(13,2,1,'manualgraded',169,32169,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'nlk\n',1733232539),(14,2,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n} -> {-arctan(cos(x)) + C; -cos(x) + C; arctan(x) + C; x - cos(2x)/2 + C; ln(2x+5) + C}','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C',1733232539),(15,2,3,'deferredfeedback',178,9650,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: -159\n','part 1: -159; part 2: non - singular','The content can not be displayed.',1733232539),(16,2,4,'deferredfeedback',184,29513,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 5-sided regular polygon, with each side 2 cm long?\n: 8\n; 10\n; 6\n; 23\n','10\n','10\n',1733232539),(17,2,5,'deferredfeedback',186,55244,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232539),(18,2,6,'deferredfeedback',188,1633,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(19,2,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','56',1733232539),(20,2,8,'deferredfeedback',192,21421,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(21,2,9,'deferredfeedback',194,1309,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(22,2,10,'deferredfeedback',196,37973,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(23,2,11,'deferredfeedback',198,24053,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232539),(24,2,12,'deferredfeedback',200,15093,1.0000000,0.0000000,1.0000000,0,'44 is even\n','True',NULL,1733232539),(25,3,1,'manualgraded',169,5164,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'',1733232623),(26,3,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral sin left parenthesis x right parenthesis d x]\n\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {arctan(x) + C; -arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C}','[integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',NULL,1733232623),(27,3,3,'deferredfeedback',178,53147,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 13\n','part 1: 13; part 2: non - singular','The content can not be displayed.',1733232623),(28,3,4,'deferredfeedback',184,56507,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 6 cm long?\n: 25\n; 23\n; 46\n; 48\n','48\n',NULL,1733232623),(29,3,5,'deferredfeedback',186,64938,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232623),(30,3,6,'deferredfeedback',188,48867,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(31,3,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','',1733232623),(32,3,8,'deferredfeedback',192,50077,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(33,3,9,'deferredfeedback',194,14532,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(34,3,10,'deferredfeedback',196,26926,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(35,3,11,'deferredfeedback',198,57759,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232623),(36,3,12,'deferredfeedback',200,34651,1.0000000,0.0000000,1.0000000,0,'24 is even\n','True','False',1733232623),(37,4,1,'deferredfeedback',41,61973,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 1 (this is the correct answer for each sub-question)\n\n- S2 = 7\n\n- S3 = 0\n\n- S4 = 0\n\nDrop-down format {1; 7; 0; 0}\n\nShuffled drop-down format {1; 0; 0; 7}\n\nHorizontal format {1; 7; 0; 0}\n\nShuffled horizontal {7; 1; 0; 0}\n\nVertical format {1; 7; 0; 0}\n\nShuffled vertical format {0; 1; 0; 7}\n\n','part 1: 1; part 2: 1; part 3: 1; part 4: 1; part 5: 1; part 6: 1','The content can not be displayed.',1733232761),(38,4,2,'deferredfeedback',37,55341,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 3\n\n- S3 = 2 (This is the correct answer for the Short Answer question)\n\n- S4 = 3\n\nDrop-down format {6; 3; 2; 3}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 2','The content can not be displayed.',1733232761),(39,4,3,'deferredfeedback',32,17058,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(40,4,4,'deferredfeedback',49,36560,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232761),(41,4,5,'deferredfeedback',27,58239,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(42,5,1,'deferredfeedback',41,14542,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 9 (this is the correct answer for each sub-question)\n\n- S2 = 8\n\n- S3 = 7\n\n- S4 = 9\n\nDrop-down format {9; 8; 7; 9}\n\nShuffled drop-down format {8; 9; 9; 7}\n\nHorizontal format {9; 8; 7; 9}\n\nShuffled horizontal {9; 8; 9; 7}\n\nVertical format {9; 8; 7; 9}\n\nShuffled vertical format {8; 7; 9; 9}\n\n','part 1: 9; part 2: 9; part 3: 9; part 4: 9; part 5: 9; part 6: 9','The content can not be displayed.',1733232815),(43,5,2,'deferredfeedback',37,64906,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 7 (this is the correct answer for the Multichoice question)\n\n- S2 = 10\n\n- S3 = 1 (This is the correct answer for the Short Answer question)\n\n- S4 = 1\n\nDrop-down format {7; 10; 1; 1}\n\nShort Answer question _____\n\n','part 1: 7; part 2: 1','The content can not be displayed.',1733232815),(44,5,3,'deferredfeedback',32,25911,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(45,5,4,'deferredfeedback',49,38431,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232815),(46,5,5,'deferredfeedback',27,4676,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(47,6,1,'deferredfeedback',41,4514,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 8 (this is the correct answer for each sub-question)\n\n- S2 = 1\n\n- S3 = 3\n\n- S4 = 8\n\nDrop-down format {8; 1; 3; 8}\n\nShuffled drop-down format {8; 3; 8; 1}\n\nHorizontal format {8; 1; 3; 8}\n\nShuffled horizontal {8; 1; 3; 8}\n\nVertical format {8; 1; 3; 8}\n\nShuffled vertical format {8; 8; 3; 1}\n\n','part 1: 8; part 2: 8; part 3: 8; part 4: 8; part 5: 8; part 6: 8','The content can not be displayed.',1733232872),(48,6,2,'deferredfeedback',37,16270,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 4\n\n- S3 = 10 (This is the correct answer for the Short Answer question)\n\n- S4 = 0\n\nDrop-down format {6; 4; 10; 0}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 10','The content can not be displayed.',1733232872),(49,6,3,'deferredfeedback',32,50642,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(50,6,4,'deferredfeedback',49,20669,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232872),(51,6,5,'deferredfeedback',27,41016,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 6\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(52,7,1,'manualgraded',84,28584,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'ytw3e5\n',1736239063),(53,7,2,'manualgraded',86,62400,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'ye45r3\n',1736239078),(54,7,3,'manualgraded',88,7330,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1736239087),(55,7,4,'manualgraded',90,38426,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1736239098),(56,7,5,'manualgraded',92,46135,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1736239108),(57,7,6,'manualgraded',95,17974,1.0000000,0.0000000,1.0000000,0,'s1= 4\ns2 =6\ns3= 9\n\n',NULL,'469\n',1736239116),(58,7,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'Attachments: image (15).png (53.1 KB)',1736239124),(59,7,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'Attachments: image (15).png (53.1 KB)',1736239132),(60,7,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'Attachments: image (13).png (59.3 KB)',1736239139),(61,7,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'Attachments: image (14).png (65.3 KB), image (13).png (59.3 KB), image (12).png (66.1 KB), image (11).png (58.9 KB), image (10).png (58.7 KB), image (9).png (68.6 KB), image (8).png (56.7 KB)',1736239145),(62,8,1,'manualgraded',84,19224,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'',1733233223),(63,8,2,'manualgraded',86,17853,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'',1733233223),(64,8,3,'manualgraded',88,27433,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1733233223),(65,8,4,'manualgraded',90,54653,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1733233223),(66,8,5,'manualgraded',92,57456,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1733233223),(67,8,6,'manualgraded',95,10208,1.0000000,0.0000000,1.0000000,0,'s1= 3\ns2 =5\ns3= 10\n\n',NULL,'',1733233223),(68,8,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'',1733233223),(69,8,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'',1733233223),(70,8,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'',1733233223),(71,8,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'',1733233223),(72,9,1,'deferredfeedback',117,30927,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 2\n\n2 - 3\n\n3 - 5\n {2\n; 3\n; 1\n} -> {3; 5; 2}','2\n -> 3; 3\n -> 5; 1\n -> 2','2\n -> 3; 3\n -> 5; 1\n -> 2',1733233312),(73,9,2,'deferredfeedback',105,5779,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 5\n\n3 - 0\n {3\n; 2\n; 1\n} -> {5; 7; 0}','3\n -> 0; 2\n -> 5; 1\n -> 7','3\n -> 0; 2\n -> 5; 1\n -> 7',1733233312),(74,9,3,'deferredfeedback',108,58248,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 3\n {1\n; 3\n; 2\n} -> {7; 3; 3}','1\n -> 7; 3\n -> 3; 2\n -> 3','1\n -> 7; 3\n -> 3; 2\n -> 3',1733233312),(75,9,4,'deferredfeedback',114,36649,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 10\n\n2 -  3\n\n3 - 1\n\n4 - 30\n\n5 - 3\n\n6 - 10\n {6\n; 1\n; 5\n; 3\n; 4\n; 2\n} -> {10; 1; 3; 3; 30; 10}','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3',1733233312),(76,9,5,'deferredfeedback',111,58900,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 3\n\n2 - 1\n\n3 - 8\n {3\n; 2\n; 1\n} -> {8; 1; 3}','3\n -> 8; 2\n -> 1; 1\n -> 3','3\n -> 8; 2\n -> 1; 1\n -> 3',1733233312),(77,10,1,'deferredfeedback',117,35113,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 3\n\n2 - 7\n\n3 - 1\n {1\n; 3\n; 2\n} -> {3; 7; 1}','1\n -> 3; 3\n -> 1; 2\n -> 7','1\n -> 3; 3\n -> 1; 2\n -> 7',1733233415),(78,10,2,'deferredfeedback',105,26095,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 10\n\n2 - 8\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 10; 8}','3\n -> 0; 2\n -> 8; 1\n -> 10','3\n -> 0; 2\n -> 8; 1\n -> 10',1733233415),(79,10,3,'deferredfeedback',108,25615,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 2\n\n2 - 2\n\n3 - 4\n {3\n; 1\n; 2\n} -> {2; 2; 4}','3\n -> 4; 1\n -> 2; 2\n -> 2','3\n -> 4; 1\n -> 2; 2\n -> 2',1733233415),(80,10,4,'deferredfeedback',114,18443,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 9\n\n2 -  6\n\n3 - 0\n\n4 - 54\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 4\n; 2\n; 5\n; 1\n} -> {9; 6; 0; 0; 0; 54}','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9',1733233415),(81,10,5,'deferredfeedback',111,63872,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 0\n\n2 - 5\n\n3 - 4\n {2\n; 1\n; 3\n} -> {5; 4; 0}','2\n -> 5; 1\n -> 0; 3\n -> 4','2\n -> 5; 1\n -> 0; 3\n -> 4',1733233415),(82,11,1,'deferredfeedback',117,4259,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 3; 7}','3\n -> 0; 2\n -> 3; 1\n -> 7','3\n -> 0; 2\n -> 3; 1\n -> 3',1733233745),(83,11,2,'deferredfeedback',105,33340,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 4\n\n3 - 3\n {3\n; 1\n; 2\n} -> {3; 7; 4}','3\n -> 3; 1\n -> 7; 2\n -> 4','3\n -> 3; 1\n -> 3; 2\n -> 3',1733233745),(84,11,3,'deferredfeedback',108,32743,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 3\n\n2 - 10\n\n3 - 9\n {1\n; 3\n; 2\n} -> {9; 10; 3}','1\n -> 3; 3\n -> 9; 2\n -> 10','1\n -> 9; 3\n -> 9; 2\n -> 9',1733233745),(85,11,4,'deferredfeedback',114,13720,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 6\n\n2 -  5\n\n3 - 0\n\n4 - 30\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 1\n; 4\n; 2\n; 5\n} -> {0; 0; 30; 6; 0; 5}','6\n -> 0; 3\n -> 0; 1\n -> 6; 4\n -> 30; 2\n -> 5; 5\n -> 0','6\n -> 0; 3\n -> 0; 1\n -> 0; 4\n -> 0; 2\n -> 0; 5\n -> 0',1733233745),(86,11,5,'deferredfeedback',111,55703,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 2\n\n2 - 1\n\n3 - 2\n {1\n; 2\n; 3\n} -> {1; 2; 2}','1\n -> 2; 2\n -> 1; 3\n -> 2','1\n -> 1; 2\n -> 1; 3\n -> 1',1733233745),(87,12,1,'deferredfeedback',118,39960,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 155\n\n2 - 155\n\n3 - 151\n {3\n; 2\n; 1\n} -> {155; 155; 151}','3\n -> 151; 2\n -> 155; 1\n -> 155','3\n -> 155; 2\n -> 151; 1\n -> 155',1733233853),(88,12,2,'deferredfeedback',106,53143,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 194\n\n2 - 36\n\n3 - 147\n {3\n; 1\n; 2\n} -> {194; 36; 147}','3\n -> 147; 1\n -> 194; 2\n -> 36','3\n -> 147; 1\n -> 194; 2\n -> 36',1733233853),(89,12,3,'deferredfeedback',109,47438,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 187\n\n2 - 136\n\n3 - 77\n {3\n; 2\n; 1\n} -> {136; 187; 77}','3\n -> 77; 2\n -> 136; 1\n -> 187','3\n -> 77; 2\n -> 136; 1\n -> 187',1733233853),(90,12,4,'deferredfeedback',115,32309,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 323\n\n2 -  129\n\n3 - 108\n\n4 - 41667\n\n5 - 13932\n\n6 - 34884\n {3\n; 1\n; 6\n; 2\n; 4\n; 5\n} -> {129; 34884; 108; 41667; 13932; 323}','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932',1733233853),(91,12,5,'deferredfeedback',112,37796,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 174\n\n2 - 180\n\n3 - 92\n {1\n; 3\n; 2\n} -> {180; 174; 92}','1\n -> 174; 3\n -> 92; 2\n -> 180','1\n -> 174; 3\n -> 92; 2\n -> 180',1733233853),(92,13,1,'deferredfeedback',119,64948,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 169\n\n2 - 28\n\n3 - 39\n {2\n; 1\n; 3\n} -> {28; 39; 169}','2\n -> 28; 1\n -> 169; 3\n -> 39',NULL,1736239208),(93,13,2,'deferredfeedback',107,50500,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 55\n\n2 - 102\n\n3 - 96\n {1\n; 2\n; 3\n} -> {55; 102; 96}','1\n -> 55; 2\n -> 102; 3\n -> 96',NULL,1736239208),(94,13,3,'deferredfeedback',110,12569,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 22\n\n2 - 170\n\n3 - 96\n {1\n; 3\n; 2\n} -> {170; 96; 22}','1\n -> 22; 3\n -> 96; 2\n -> 170',NULL,1736239208),(95,13,4,'deferredfeedback',116,38144,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 619\n\n2 -  87\n\n3 - 169\n\n4 - 53853\n\n5 - 14703\n\n6 - 104611\n {4\n; 2\n; 3\n; 1\n; 6\n; 5\n} -> {619; 53853; 87; 14703; 104611; 169}','4\n -> 53853; 2\n -> 87; 3\n -> 169; 1\n -> 619; 6\n -> 104611; 5\n -> 14703',NULL,1736239208),(96,13,5,'deferredfeedback',113,3552,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 156\n\n2 - 83\n\n3 - 183\n {1\n; 3\n; 2\n} -> {156; 183; 83}','1\n -> 156; 3\n -> 183; 2\n -> 83',NULL,1736239208),(97,14,1,'deferredfeedback',119,45242,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 88\n\n2 - 152\n\n3 - 71\n {3\n; 2\n; 1\n} -> {71; 88; 152}','3\n -> 71; 2\n -> 152; 1\n -> 88','3\n -> 71; 2\n -> 152; 1\n -> 88',1736239285),(98,14,2,'deferredfeedback',107,29343,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 138\n\n2 - 34\n\n3 - 195\n {2\n; 1\n; 3\n} -> {138; 34; 195}','2\n -> 34; 1\n -> 138; 3\n -> 195','2\n -> 34; 1\n -> 138; 3\n -> 195',1736239285),(99,14,3,'deferredfeedback',110,2172,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 77\n\n2 - 124\n\n3 - 30\n {3\n; 1\n; 2\n} -> {124; 77; 30}','3\n -> 30; 1\n -> 77; 2\n -> 124','3\n -> 30; 1\n -> 77; 2\n -> 124',1736239285),(100,14,4,'deferredfeedback',116,10343,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 278\n\n2 -  5\n\n3 - 112\n\n4 - 1390\n\n5 - 560\n\n6 - 31136\n {3\n; 6\n; 4\n; 5\n; 1\n; 2\n} -> {278; 31136; 560; 112; 1390; 5}','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5',1736239285),(101,14,5,'deferredfeedback',113,60145,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 95\n\n2 - 161\n\n3 - 106\n {2\n; 1\n; 3\n} -> {95; 161; 106}','2\n -> 161; 1\n -> 95; 3\n -> 106','2\n -> 161; 1\n -> 95; 3\n -> 106',1736239285),(102,15,1,'deferredfeedback',121,61698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1733233904),(103,15,2,'deferredfeedback',123,39698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','cos(x)\n',1733233904),(104,15,3,'deferredfeedback',126,53210,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','sin(x)\n',1733233904),(105,15,4,'deferredfeedback',128,35013,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: sin(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; f\n; e\n; g\n','[sin(x),cos(x),tan(x)]\n','g\n',1733233904),(106,15,5,'deferredfeedback',130,27699,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','tan(x)\n',1733233904),(107,16,1,'deferredfeedback',121,13984,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(108,16,2,'deferredfeedback',123,62181,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: tan(x)\n; cos(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(109,16,3,'deferredfeedback',126,49755,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(110,16,4,'deferredfeedback',128,42992,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; f\n; g\n; e\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(111,16,5,'deferredfeedback',130,4103,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(112,17,1,'deferredfeedback',122,43787,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(113,17,2,'deferredfeedback',125,34571,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(114,17,3,'deferredfeedback',127,13603,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(115,17,4,'deferredfeedback',129,14855,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: e\n; f\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; sin(x)\n; tan(x)\n; g\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(116,17,5,'deferredfeedback',131,42323,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(117,18,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(118,18,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(119,18,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1736239752),(120,18,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(121,18,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(122,18,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(123,18,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(124,18,8,'deferredfeedback',18,44397,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 7\n','The content can not be displayed.','7',1736239752),(125,18,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239752),(126,18,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239752),(127,18,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239752),(128,18,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239752),(129,19,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(130,19,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(131,19,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239770),(132,19,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(133,19,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(134,19,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(135,19,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(136,19,8,'deferredfeedback',18,13831,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.',NULL,1736239770),(137,19,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239770),(138,19,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239770),(139,19,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239770),(140,19,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239770),(141,20,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(142,20,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(143,20,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x-1',1736239833),(144,20,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(145,20,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(146,20,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(147,20,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(148,20,8,'deferredfeedback',18,3216,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.','10',1736239833),(149,20,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239833),(150,20,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239833),(151,20,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239833),(152,20,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239833),(153,21,1,'deferredfeedback',97,55339,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 4 prime? Answer is false\n','False','False',1733234402),(154,21,2,'deferredfeedback',99,5683,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234402),(155,21,3,'deferredfeedback',103,53887,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 0 a prime number?\n\nAnswer: false\n','False','False',1733234402),(156,21,4,'deferredfeedback',101,34776,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234402),(157,22,1,'deferredfeedback',97,36385,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 8 prime? Answer is false\n','False','False',1733234441),(158,22,2,'deferredfeedback',99,27174,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234441),(159,22,3,'deferredfeedback',103,56669,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 3 a prime number?\n\nAnswer: true\n','True','True',1733234441),(160,22,4,'deferredfeedback',101,57242,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234441),(161,23,1,'deferredfeedback',97,37828,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True',NULL,1733234461),(162,23,2,'deferredfeedback',99,10219,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 10 prime? Answer is false\nInitial content: \n\n','False',NULL,1733234461),(163,23,3,'deferredfeedback',103,29657,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 5 a prime number?\n\nAnswer: true\n','True',NULL,1733234461),(164,23,4,'deferredfeedback',101,42979,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234461),(165,24,1,'deferredfeedback',97,8981,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True','True',1733234507),(166,24,2,'deferredfeedback',99,32494,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 0 prime? Answer is false\nInitial content: \n\n','False','True',1733234507),(167,24,3,'deferredfeedback',103,36989,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 1 a prime number?\n\nAnswer: false\n','False','True',1733234507),(168,24,4,'deferredfeedback',101,14549,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234507),(169,25,1,'deferredfeedback',98,63627,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 2 prime? Answer is true\n','True',NULL,1736239382),(170,25,2,'deferredfeedback',100,23350,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 9 prime? Answer is false\nInitial content: \n\n','False',NULL,1736239382),(171,25,3,'deferredfeedback',104,13997,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 7 a prime number?\n\nAnswer: true\n','True',NULL,1736239382),(172,25,4,'deferredfeedback',102,62947,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True',NULL,1736239382); +/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_bank_entries` +-- + +DROP TABLE IF EXISTS `m_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `m_quesbankentr_que_ix` (`questioncategoryid`), + KEY `m_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_bank_entries` +-- + +LOCK TABLES `m_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; +INSERT INTO `m_question_bank_entries` VALUES (1,3,NULL,2),(2,3,NULL,2),(3,3,NULL,2),(4,3,NULL,2),(5,3,NULL,2),(6,3,NULL,2),(7,3,NULL,2),(8,3,NULL,2),(9,3,NULL,2),(10,3,NULL,2),(11,3,NULL,2),(12,3,NULL,2),(13,5,NULL,3),(14,5,NULL,3),(15,5,NULL,3),(16,5,NULL,3),(17,5,NULL,3),(18,5,NULL,3),(19,5,NULL,3),(20,5,NULL,3),(21,5,NULL,3),(22,5,NULL,3),(23,5,NULL,3),(24,5,NULL,3),(25,5,NULL,3),(26,5,NULL,3),(27,5,NULL,3),(28,5,NULL,3),(29,5,NULL,3),(30,5,NULL,3),(31,5,NULL,3),(32,5,NULL,3),(33,5,NULL,2),(34,5,NULL,2),(35,5,NULL,2),(36,5,NULL,2),(37,5,NULL,2),(38,5,NULL,2),(39,5,NULL,2),(40,5,NULL,2),(41,5,NULL,2),(42,5,NULL,2),(43,5,NULL,2),(44,5,NULL,2),(45,5,NULL,2),(46,5,NULL,2),(47,5,NULL,2),(48,5,NULL,2),(49,5,NULL,2),(50,5,NULL,2),(51,8,NULL,3),(52,8,NULL,3),(53,8,NULL,3),(54,11,NULL,3),(55,11,NULL,3),(56,11,NULL,3),(57,12,NULL,3),(58,12,NULL,3),(59,12,NULL,3),(60,13,NULL,3),(61,13,NULL,3),(62,13,NULL,3),(63,14,NULL,3),(64,14,NULL,3),(65,14,NULL,3),(66,15,NULL,3),(67,15,NULL,3),(68,15,NULL,3),(69,15,NULL,3),(70,15,NULL,3),(71,15,NULL,3),(72,16,NULL,3),(73,16,NULL,3),(74,16,NULL,3),(75,16,NULL,3),(76,16,NULL,3),(77,17,NULL,3),(78,17,NULL,3),(79,17,NULL,3),(80,17,NULL,3),(81,17,NULL,3),(82,17,NULL,3),(83,18,NULL,3),(84,18,NULL,3),(85,18,NULL,3),(86,18,NULL,3),(87,18,NULL,3),(88,18,NULL,3),(89,19,NULL,3),(90,19,NULL,3),(91,19,NULL,3),(92,27,NULL,2),(93,27,NULL,2),(94,27,NULL,2),(95,27,NULL,2),(96,27,NULL,2),(97,27,NULL,2),(98,27,NULL,2),(99,27,NULL,2),(100,27,NULL,2),(101,27,NULL,2),(102,27,NULL,2),(103,27,NULL,2),(104,27,NULL,2),(105,27,NULL,2),(106,27,NULL,2),(107,27,NULL,2),(108,27,NULL,2),(109,27,NULL,2),(110,27,NULL,2),(111,27,NULL,2),(112,27,NULL,2),(113,27,NULL,2),(114,27,NULL,2),(115,27,NULL,2),(116,27,NULL,2),(117,29,NULL,2),(118,29,NULL,2),(119,29,NULL,2),(120,29,NULL,2),(121,29,NULL,2),(122,29,NULL,2),(123,29,NULL,2),(124,29,NULL,2),(125,29,NULL,2),(126,29,NULL,2),(127,29,NULL,2),(128,29,NULL,2),(129,29,NULL,2),(130,29,NULL,2),(131,29,NULL,2),(132,29,NULL,2),(133,29,NULL,2),(134,29,NULL,2),(135,29,NULL,2),(136,29,NULL,2),(137,29,NULL,2),(138,29,NULL,2),(139,30,NULL,2),(140,30,NULL,2),(141,30,NULL,2),(142,30,NULL,2),(143,30,NULL,2),(144,42,NULL,5),(145,43,NULL,5),(146,43,NULL,5); +/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated` +-- + +DROP TABLE IF EXISTS `m_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `m_quescalc_ans_ix` (`answer`), + KEY `m_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated` +-- + +LOCK TABLES `m_question_calculated` WRITE; +/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated_options` +-- + +DROP TABLE IF EXISTS `m_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated_options` +-- + +LOCK TABLES `m_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_categories` +-- + +DROP TABLE IF EXISTS `m_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `m_quescate_con_ix` (`contextid`), + KEY `m_quescate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_categories` +-- + +LOCK TABLES `m_question_categories` WRITE; +/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; +INSERT INTO `m_question_categories` VALUES (1,'top',21,'',0,'localhost:8000+250107091724+O8c10f',0,0,NULL),(2,'Default for Acceptance course WQ',44,'The default category for questions shared in context \'Acceptance course WQ\'.',0,'localhost:8000+240925144519+5DIRTA',45,999,NULL),(3,'WirisQuizzes for Moodle - Acceptance Testing Resources',21,'

This is a question bank containing all WirisQuizzes moodle questions that are used for testing the application.

Managed by QA. 

',1,'localhost:8000+240925144631+nj3Qc8',1,2,NULL),(4,'Question type',21,'',0,'localhost:8000+240925144631+chMgq7',3,1,NULL),(5,'Cloze',21,'',0,'localhost:8000+240925144631+a6ge1S',4,1,NULL),(6,'Common functionalities',21,'',0,'localhost:8000+240925144631+jdytNN',3,0,NULL),(7,'Display random variables',21,'',0,'localhost:8000+240925144631+gYA321',6,999,NULL),(8,'Generating tables from lists',21,'',0,'localhost:8000+240925144631+EXBgpn',7,999,NULL),(9,'Short Answer',21,'',0,'localhost:8000+240925144631+nmYJl5',4,6,NULL),(10,'Equation answer type',21,'',0,'localhost:8000+240925144631+NAYvNF',9,0,NULL),(11,'Compound Answer',21,'',0,'localhost:8000+240925144631+4pDSf0',10,999,NULL),(12,'Custom grading functions',21,'',0,'localhost:8000+240925144631+1l8oA0',10,999,NULL),(13,'Parameter answer',21,'',0,'localhost:8000+240925144631+F0v1hF',10,999,NULL),(14,'Answer input method',21,'',0,'localhost:8000+240925144638+YPEzT1',10,999,NULL),(15,'Essay',21,'',0,'localhost:8000+240925144638+E3XR9C',4,2,NULL),(16,'True or False',21,'',0,'localhost:8000+240925144638+BLR3qr',4,7,NULL),(17,'Matching',21,'',0,'localhost:8000+240925144638+k2dNuM',4,4,NULL),(18,'Multichoice',21,'',0,'localhost:8000+240925144638+ME0FnK',4,5,NULL),(19,'Text answer type',21,'',0,'localhost:8000+240925144638+CmCWb2',9,1,NULL),(20,'Default for Tables and lists',48,'The default category for questions shared in context \'Tables and lists\'.',0,'localhost:8000+240925145058+WRemKS',46,999,NULL),(21,'Default for Short Answer',48,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+240925145159+lWd2bQ',46,999,NULL),(22,'Default for Matching',44,'The default category for questions shared in context \'Matching\'.',0,'localhost:8000+240925150025+Nan3CV',45,999,NULL),(23,'Default for Multiple Choice',48,'The default category for questions shared in context \'Multiple Choice\'.',0,'localhost:8000+240925150112+0kVrGc',46,999,NULL),(24,'Default for Essay',44,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+240925150149+sBBsoW',45,999,NULL),(25,'Default for True or False',48,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+240925150234+AZfY9y',46,999,NULL),(26,'Default for Graphical Answer',44,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+240926065802+Z7KBFd',45,999,NULL),(27,'Graphic question type',21,'',1,'localhost:8000+240926065815+DXHTqF',9,2,NULL),(28,'Default for All type of questions',48,'The default category for questions shared in context \'All type of questions\'.',0,'localhost:8000+240926074801+zuun2w',46,999,NULL),(29,'All type of Questions',21,'

Sanity tests for all type of questions

',1,'localhost:8000+240926074812+AuNI2d',4,0,NULL),(30,'Essay Attachments',21,'',1,'localhost:8000+240926075710+4lL66n',15,3,NULL),(31,'Default for Test',44,'The default category for questions shared in context \'Test\'.',0,'localhost:8000+240926082348+xN51BH',45,999,NULL),(32,'Default for Cloze',37,'The default category for questions shared in context \'Cloze\'.',0,'localhost:8000+241120073921+V9AEK2',47,999,NULL),(33,'Default for Essay',45,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+241120074735+sTONZ7',52,999,NULL),(34,'Default for Match',41,'The default category for questions shared in context \'Match\'.',0,'localhost:8000+241120075044+VvRf1D',49,999,NULL),(35,'Default for Multichoice',40,'The default category for questions shared in context \'Multichoice\'.',0,'localhost:8000+241120075507+WPEoHF',55,999,NULL),(36,'Default for True or False',44,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+241120075806+vdG1On',51,999,NULL),(37,'Default for Graphical Answer',45,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+241120075858+rHvK7k',1,999,NULL),(38,'Default for Short Answer',45,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241120075917+Z3vLAE',52,999,NULL),(39,'Default for Random variables: Generating tables from lists',48,'The default category for questions shared in context \'Random variables: Generating tables from lists\'.',0,'localhost:8000+241120111736+Fk9TeO',46,999,NULL),(40,'Default for Smoke',38,'The default category for questions shared in context \'Smoke\'.',0,'localhost:8000+241203141443+Ay4CXz',53,999,NULL),(41,'Default for Filter test: Quiz',37,'The default category for questions shared in context \'Filter test: Quiz\'.',0,'localhost:8000+240321124012+cO9J1z',54,999,NULL),(42,'Default for C1',21,'The default category for questions shared in context \'C1\'.',0,'localhost:8000+240321124012+WJbcPY',1,999,NULL),(43,'WIRIS quizzes tour',21,'',0,'localhost:8000+240321124958+Ba5EXV',1,999,NULL),(44,'Default for Short Answer',43,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',56,999,NULL),(45,'top',46,'',0,'localhost:8000+250107091735+GDQgTM',0,0,NULL),(46,'top',48,'',0,'localhost:8000+250107091735+sQmb4a',0,0,NULL),(47,'top',39,'',0,'localhost:8000+250107091735+6uRmYT',0,0,NULL),(48,'top',47,'',0,'localhost:8000+250107091735+umy7sh',0,0,NULL),(49,'top',41,'',0,'localhost:8000+250107091735+2pM4tT',0,0,NULL),(50,'top',42,'',0,'localhost:8000+250107091735+bbEarY',0,0,NULL),(51,'top',44,'',0,'localhost:8000+250107091735+GByx48',0,0,NULL),(52,'top',45,'',0,'localhost:8000+250107091735+MfTP8r',0,0,NULL),(53,'top',38,'',0,'localhost:8000+250107091735+nkUvhk',0,0,NULL),(54,'top',37,'',0,'localhost:8000+250107091735+1hdzWG',0,0,NULL),(55,'top',40,'',0,'localhost:8000+250107091735+JvCErD',0,0,NULL),(56,'top',43,'',0,'localhost:8000+250107091735+BchLiz',0,0,NULL); +/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `m_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_definitions` +-- + +LOCK TABLES `m_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_items` +-- + +DROP TABLE IF EXISTS `m_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_items` +-- + +LOCK TABLES `m_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_datasets` +-- + +DROP TABLE IF EXISTS `m_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `m_quesdata_que_ix` (`question`), + KEY `m_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_datasets` +-- + +LOCK TABLES `m_question_datasets` WRITE; +/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_ddwtos` +-- + +DROP TABLE IF EXISTS `m_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_ddwtos` +-- + +LOCK TABLES `m_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_gapselect` +-- + +DROP TABLE IF EXISTS `m_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_gapselect` +-- + +LOCK TABLES `m_question_gapselect` WRITE; +/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_hints` +-- + +DROP TABLE IF EXISTS `m_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_hints` +-- + +LOCK TABLES `m_question_hints` WRITE; +/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_multianswer` +-- + +DROP TABLE IF EXISTS `m_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesmult_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_multianswer` +-- + +LOCK TABLES `m_question_multianswer` WRITE; +/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; +INSERT INTO `m_question_multianswer` VALUES (1,25,'28,29,30'),(2,26,'63,64,65'),(3,27,'66,67,68'),(4,31,'33,34,35'),(5,32,'59,60,61'),(6,36,'38,39'),(7,37,'51,52'),(8,40,'42,43,44,45,46,47'),(9,41,'53,54,55,56,57,58'),(10,48,'50'),(11,49,'62'),(12,174,'175'),(13,176,'177'),(14,178,'180,181'),(15,179,'202,203'),(16,182,'183'); +/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical` +-- + +DROP TABLE IF EXISTS `m_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `m_quesnume_ans_ix` (`answer`), + KEY `m_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical` +-- + +LOCK TABLES `m_question_numerical` WRITE; +/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_options` +-- + +DROP TABLE IF EXISTS `m_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `m_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_options` +-- + +LOCK TABLES `m_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_units` +-- + +DROP TABLE IF EXISTS `m_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `m_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_numerical_units` +-- + +LOCK TABLES `m_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_references` +-- + +DROP TABLE IF EXISTS `m_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quesrefe_usi_ix` (`usingcontextid`), + KEY `m_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_references` +-- + +LOCK TABLES `m_question_references` WRITE; +/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; +INSERT INTO `m_question_references` VALUES (1,37,'mod_quiz','slot',1,144,NULL),(2,37,'mod_quiz','slot',2,145,NULL),(3,37,'mod_quiz','slot',3,146,NULL),(4,38,'mod_quiz','slot',4,117,NULL),(5,38,'mod_quiz','slot',5,118,NULL),(6,38,'mod_quiz','slot',6,123,NULL),(7,38,'mod_quiz','slot',7,128,NULL),(8,38,'mod_quiz','slot',8,129,NULL),(9,38,'mod_quiz','slot',9,130,NULL),(10,38,'mod_quiz','slot',10,131,NULL),(11,38,'mod_quiz','slot',11,132,NULL),(12,38,'mod_quiz','slot',12,133,NULL),(13,38,'mod_quiz','slot',13,134,NULL),(14,38,'mod_quiz','slot',14,135,NULL),(15,38,'mod_quiz','slot',15,136,NULL),(16,39,'mod_quiz','slot',16,24,NULL),(17,39,'mod_quiz','slot',17,21,NULL),(18,39,'mod_quiz','slot',18,17,NULL),(19,39,'mod_quiz','slot',19,31,NULL),(20,39,'mod_quiz','slot',20,13,NULL),(21,40,'mod_quiz','slot',21,66,NULL),(22,40,'mod_quiz','slot',22,67,NULL),(23,40,'mod_quiz','slot',23,68,NULL),(24,40,'mod_quiz','slot',24,69,NULL),(25,40,'mod_quiz','slot',25,70,NULL),(26,40,'mod_quiz','slot',26,71,NULL),(27,40,'mod_quiz','slot',27,140,NULL),(28,40,'mod_quiz','slot',28,141,NULL),(29,40,'mod_quiz','slot',29,142,NULL),(30,40,'mod_quiz','slot',30,143,NULL),(31,41,'mod_quiz','slot',31,81,NULL),(32,41,'mod_quiz','slot',32,77,NULL),(33,41,'mod_quiz','slot',33,78,NULL),(34,41,'mod_quiz','slot',34,80,NULL),(35,41,'mod_quiz','slot',35,79,NULL),(36,42,'mod_quiz','slot',36,83,NULL),(37,42,'mod_quiz','slot',37,84,NULL),(38,42,'mod_quiz','slot',38,85,NULL),(39,42,'mod_quiz','slot',39,86,NULL),(40,42,'mod_quiz','slot',40,87,NULL),(41,43,'mod_quiz','slot',41,2,NULL),(42,43,'mod_quiz','slot',42,3,NULL),(43,43,'mod_quiz','slot',43,4,NULL),(44,43,'mod_quiz','slot',44,5,NULL),(45,43,'mod_quiz','slot',45,6,NULL),(46,43,'mod_quiz','slot',46,7,NULL),(47,43,'mod_quiz','slot',47,8,NULL),(48,43,'mod_quiz','slot',48,9,NULL),(49,43,'mod_quiz','slot',49,12,NULL),(50,43,'mod_quiz','slot',50,10,NULL),(51,43,'mod_quiz','slot',51,11,NULL),(52,43,'mod_quiz','slot',52,116,NULL),(53,44,'mod_quiz','slot',53,73,NULL),(54,44,'mod_quiz','slot',54,74,NULL),(55,44,'mod_quiz','slot',55,76,NULL),(56,44,'mod_quiz','slot',56,75,NULL),(57,45,'mod_quiz','slot',57,64,NULL),(58,45,'mod_quiz','slot',58,63,NULL),(59,45,'mod_quiz','slot',59,65,NULL),(60,45,'mod_quiz','slot',60,54,NULL),(61,45,'mod_quiz','slot',61,55,NULL),(62,45,'mod_quiz','slot',62,56,NULL),(63,45,'mod_quiz','slot',63,58,NULL),(64,45,'mod_quiz','slot',64,57,NULL),(65,45,'mod_quiz','slot',65,60,NULL),(66,45,'mod_quiz','slot',66,61,NULL),(67,45,'mod_quiz','slot',67,62,NULL),(68,45,'mod_quiz','slot',68,59,NULL),(69,45,'mod_quiz','slot',69,89,NULL),(70,45,'mod_quiz','slot',70,90,NULL),(71,45,'mod_quiz','slot',71,91,NULL),(72,46,'mod_quiz','slot',72,1,NULL),(73,47,'mod_quiz','slot',73,92,NULL),(74,47,'mod_quiz','slot',74,93,NULL),(75,47,'mod_quiz','slot',75,94,NULL),(76,47,'mod_quiz','slot',76,95,NULL),(77,47,'mod_quiz','slot',77,96,NULL),(78,47,'mod_quiz','slot',78,97,NULL),(79,47,'mod_quiz','slot',79,98,NULL),(80,47,'mod_quiz','slot',80,99,NULL),(81,47,'mod_quiz','slot',81,100,NULL),(82,47,'mod_quiz','slot',82,101,NULL),(83,47,'mod_quiz','slot',83,102,NULL),(84,47,'mod_quiz','slot',84,103,NULL),(85,47,'mod_quiz','slot',85,104,NULL),(86,47,'mod_quiz','slot',86,105,NULL),(87,47,'mod_quiz','slot',87,106,NULL),(88,47,'mod_quiz','slot',88,107,NULL),(89,47,'mod_quiz','slot',89,108,NULL),(90,47,'mod_quiz','slot',90,109,NULL),(91,47,'mod_quiz','slot',91,110,NULL),(92,47,'mod_quiz','slot',92,111,NULL),(93,48,'mod_quiz','slot',93,51,NULL),(94,48,'mod_quiz','slot',94,52,NULL),(95,48,'mod_quiz','slot',95,53,NULL); +/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_analysis` +-- + +DROP TABLE IF EXISTS `m_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_response_analysis` +-- + +LOCK TABLES `m_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_count` +-- + +DROP TABLE IF EXISTS `m_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_response_count` +-- + +LOCK TABLES `m_question_response_count` WRITE; +/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_set_references` +-- + +DROP TABLE IF EXISTS `m_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quessetrefe_usi_ix` (`usingcontextid`), + KEY `m_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_set_references` +-- + +LOCK TABLES `m_question_set_references` WRITE; +/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_statistics` +-- + +DROP TABLE IF EXISTS `m_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_statistics` +-- + +LOCK TABLES `m_question_statistics` WRITE; +/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_truefalse` +-- + +DROP TABLE IF EXISTS `m_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_questrue_que_ix` (`question`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_truefalse` +-- + +LOCK TABLES `m_question_truefalse` WRITE; +/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; +INSERT INTO `m_question_truefalse` VALUES (1,96,125,126,0),(2,97,127,128,0),(3,98,129,130,0),(4,99,131,132,0),(5,100,133,134,0),(6,101,135,136,0),(7,102,137,138,0),(8,103,139,140,0),(9,104,141,142,0),(10,200,264,265,0),(11,201,266,267,0); +/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_usages` +-- + +DROP TABLE IF EXISTS `m_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_question_usages` +-- + +LOCK TABLES `m_question_usages` WRITE; +/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; +INSERT INTO `m_question_usages` VALUES (1,38,'mod_quiz','deferredfeedback'),(2,38,'mod_quiz','deferredfeedback'),(3,38,'mod_quiz','deferredfeedback'),(4,39,'mod_quiz','deferredfeedback'),(5,39,'mod_quiz','deferredfeedback'),(6,39,'mod_quiz','deferredfeedback'),(7,40,'mod_quiz','deferredfeedback'),(8,40,'mod_quiz','deferredfeedback'),(9,41,'mod_quiz','deferredfeedback'),(10,41,'mod_quiz','deferredfeedback'),(11,41,'mod_quiz','deferredfeedback'),(12,41,'mod_quiz','deferredfeedback'),(13,41,'mod_quiz','deferredfeedback'),(14,41,'mod_quiz','deferredfeedback'),(15,42,'mod_quiz','deferredfeedback'),(16,42,'mod_quiz','deferredfeedback'),(17,42,'mod_quiz','deferredfeedback'),(18,43,'mod_quiz','deferredfeedback'),(19,43,'mod_quiz','deferredfeedback'),(20,43,'mod_quiz','deferredfeedback'),(21,44,'mod_quiz','deferredfeedback'),(22,44,'mod_quiz','deferredfeedback'),(23,44,'mod_quiz','deferredfeedback'),(24,44,'mod_quiz','deferredfeedback'),(25,44,'mod_quiz','deferredfeedback'); +/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_versions` +-- + +DROP TABLE IF EXISTS `m_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `m_quesvers_que_ix` (`questionbankentryid`), + KEY `m_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_versions` +-- + +LOCK TABLES `m_question_versions` WRITE; +/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; +INSERT INTO `m_question_versions` VALUES (1,1,1,1,'ready'),(2,1,2,2,'ready'),(3,2,1,3,'ready'),(4,2,2,4,'ready'),(5,3,1,5,'ready'),(6,4,1,6,'ready'),(7,4,2,7,'ready'),(8,5,1,8,'ready'),(9,5,2,9,'ready'),(10,6,1,10,'ready'),(11,6,2,11,'ready'),(12,7,1,12,'ready'),(13,7,2,13,'ready'),(14,7,3,14,'ready'),(15,8,1,15,'ready'),(16,8,2,16,'ready'),(17,9,1,17,'ready'),(18,9,2,18,'ready'),(19,10,1,19,'ready'),(20,10,2,20,'ready'),(21,11,1,21,'ready'),(22,11,2,22,'ready'),(23,12,1,23,'ready'),(24,12,2,24,'ready'),(25,13,1,25,'ready'),(26,13,2,26,'ready'),(27,13,3,27,'ready'),(28,14,1,28,'ready'),(29,15,1,29,'ready'),(30,16,1,30,'ready'),(31,17,1,31,'ready'),(32,17,2,32,'ready'),(33,18,1,33,'ready'),(34,19,1,34,'ready'),(35,20,1,35,'ready'),(36,21,1,36,'ready'),(37,21,2,37,'ready'),(38,22,1,38,'ready'),(39,23,1,39,'ready'),(40,24,1,40,'ready'),(41,24,2,41,'ready'),(42,25,1,42,'ready'),(43,26,1,43,'ready'),(44,27,1,44,'ready'),(45,28,1,45,'ready'),(46,29,1,46,'ready'),(47,30,1,47,'ready'),(48,31,1,48,'ready'),(49,31,2,49,'ready'),(50,32,1,50,'ready'),(51,33,2,51,'ready'),(52,34,2,52,'ready'),(53,35,2,53,'ready'),(54,36,2,54,'ready'),(55,37,2,55,'ready'),(56,38,2,56,'ready'),(57,39,2,57,'ready'),(58,40,2,58,'ready'),(59,41,2,59,'ready'),(60,42,2,60,'ready'),(61,43,2,61,'ready'),(62,44,2,62,'ready'),(63,45,2,63,'ready'),(64,46,2,64,'ready'),(65,47,2,65,'ready'),(66,48,3,66,'ready'),(67,49,3,67,'ready'),(68,50,3,68,'ready'),(69,51,1,69,'ready'),(70,52,1,70,'ready'),(71,53,1,71,'ready'),(72,54,1,72,'ready'),(73,55,1,73,'ready'),(74,56,1,74,'ready'),(75,57,1,75,'ready'),(76,58,1,76,'ready'),(77,59,1,77,'ready'),(78,60,1,78,'ready'),(79,61,1,79,'ready'),(80,62,1,80,'ready'),(81,63,1,81,'ready'),(82,64,1,82,'ready'),(83,65,1,83,'ready'),(84,66,1,84,'ready'),(85,66,2,85,'ready'),(86,67,1,86,'ready'),(87,67,2,87,'ready'),(88,68,1,88,'ready'),(89,68,2,89,'ready'),(90,69,1,90,'ready'),(91,69,2,91,'ready'),(92,70,1,92,'ready'),(93,70,2,93,'ready'),(94,71,1,94,'ready'),(95,71,2,95,'ready'),(96,72,1,96,'ready'),(97,73,1,97,'ready'),(98,73,2,98,'ready'),(99,74,1,99,'ready'),(100,74,2,100,'ready'),(101,75,1,101,'ready'),(102,75,2,102,'ready'),(103,76,1,103,'ready'),(104,76,2,104,'ready'),(105,77,1,105,'ready'),(106,77,2,106,'ready'),(107,77,3,107,'ready'),(108,78,1,108,'ready'),(109,78,2,109,'ready'),(110,78,3,110,'ready'),(111,79,1,111,'ready'),(112,79,2,112,'ready'),(113,79,3,113,'ready'),(114,80,1,114,'ready'),(115,80,2,115,'ready'),(116,80,3,116,'ready'),(117,81,1,117,'ready'),(118,81,2,118,'ready'),(119,81,3,119,'ready'),(120,82,1,120,'ready'),(121,83,1,121,'ready'),(122,83,2,122,'ready'),(123,84,1,123,'ready'),(124,84,2,124,'ready'),(125,84,3,125,'ready'),(126,85,1,126,'ready'),(127,85,2,127,'ready'),(128,86,1,128,'ready'),(129,86,2,129,'ready'),(130,87,1,130,'ready'),(131,87,2,131,'ready'),(132,88,1,132,'ready'),(133,89,1,133,'ready'),(134,90,1,134,'ready'),(135,91,1,135,'ready'),(136,92,1,136,'ready'),(137,92,2,137,'ready'),(138,92,3,138,'ready'),(139,92,4,139,'ready'),(140,93,1,140,'ready'),(141,93,2,141,'ready'),(142,94,1,142,'ready'),(143,94,2,143,'ready'),(144,95,1,144,'ready'),(145,96,1,145,'ready'),(146,97,1,146,'ready'),(147,98,1,147,'ready'),(148,99,1,148,'ready'),(149,100,1,149,'ready'),(150,101,1,150,'ready'),(151,102,1,151,'ready'),(152,103,1,152,'ready'),(153,103,2,153,'ready'),(154,104,1,154,'ready'),(155,105,1,155,'ready'),(156,106,1,156,'ready'),(157,107,1,157,'ready'),(158,108,1,158,'ready'),(159,109,1,159,'ready'),(160,110,1,160,'ready'),(161,111,1,161,'ready'),(162,112,1,162,'ready'),(163,113,1,163,'ready'),(164,114,1,164,'ready'),(165,115,1,165,'ready'),(166,116,1,166,'ready'),(167,116,2,167,'ready'),(168,117,1,168,'ready'),(169,117,2,169,'ready'),(170,117,3,170,'ready'),(171,117,4,171,'ready'),(172,118,1,172,'ready'),(173,118,2,173,'ready'),(174,119,1,174,'ready'),(175,120,1,175,'ready'),(176,121,1,176,'ready'),(177,122,1,177,'ready'),(178,123,1,178,'ready'),(179,123,2,179,'ready'),(180,124,1,180,'ready'),(181,125,1,181,'ready'),(182,126,1,182,'ready'),(183,127,1,183,'ready'),(184,128,1,184,'ready'),(185,128,2,185,'ready'),(186,129,1,186,'ready'),(187,129,2,187,'ready'),(188,130,1,188,'ready'),(189,130,2,189,'ready'),(190,131,1,190,'ready'),(191,131,2,191,'ready'),(192,132,1,192,'ready'),(193,132,2,193,'ready'),(194,133,1,194,'ready'),(195,133,2,195,'ready'),(196,134,1,196,'ready'),(197,134,2,197,'ready'),(198,135,1,198,'ready'),(199,135,2,199,'ready'),(200,136,1,200,'ready'),(201,136,2,201,'ready'),(202,137,2,202,'ready'),(203,138,2,203,'ready'),(204,139,1,204,'ready'),(205,140,1,205,'ready'),(206,140,2,206,'ready'),(207,141,1,207,'ready'),(208,141,2,208,'ready'),(209,142,1,209,'ready'),(210,142,2,210,'ready'),(211,142,3,211,'ready'),(212,143,1,212,'ready'),(213,143,2,213,'ready'),(214,144,1,214,'ready'),(215,144,2,215,'ready'),(216,144,3,216,'ready'),(217,145,1,217,'ready'),(218,145,2,218,'ready'),(219,146,1,219,'ready'); +/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz` +-- + +DROP TABLE IF EXISTS `m_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmaxmarks` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quiz_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz` +-- + +LOCK TABLES `m_quiz` WRITE; +/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; +INSERT INTO `m_quiz` VALUES (1,2,'Filter test: Quiz','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1711024806,1711024806,'','','-',0,0,0,0,0,0,0),(2,2,'Smoke','Smoke and sanity tests.',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,13.00000,10.00000,1727336879,1732088341,'','','-',0,0,0,0,0,0,0),(3,2,'Cloze','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275517,1727275832,'','','-',0,0,0,0,0,0,0),(4,2,'Essay','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,10.00000,10.00000,1727276507,1727276507,'','','-',0,0,0,0,0,0,0),(5,2,'Match','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276423,1732089040,'','','-',0,0,0,0,0,0,0),(6,2,'Multichoice','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276469,1732089130,'','','-',0,0,0,0,0,0,0),(7,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736239685,'','','-',0,0,0,0,0,0,0),(8,2,'True or False','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,4.00000,10.00000,1727276551,1727276551,'','','-',0,0,0,0,0,0,0),(9,2,'Short Answer - old','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275915,1732089458,'','','-',0,0,0,0,0,0,0),(10,2,'Test','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,1.00000,10.00000,1727339025,1727339025,'','','-',0,0,0,0,0,0,0),(11,2,'Graphical Answer','

Test suite for the Short Answer Graphical sub-question type.

',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,20.00000,10.00000,1727333880,1727333880,'','','-',0,0,0,0,0,0,0),(12,2,'Random variables: Generating tables from lists','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1727275855,1727276623,'','','-',0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_attempts` +-- + +DROP TABLE IF EXISTS `m_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), + KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `m_quizatte_qui_ix` (`quiz`), + KEY `m_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_attempts` +-- + +LOCK TABLES `m_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; +INSERT INTO `m_quiz_attempts` VALUES (1,2,4,1,1,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733231846,1733232336,1736238892,0,0,13.00000,1733232336),(2,2,4,2,2,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232368,1733232537,1733232537,0,0,NULL,1733232537),(3,2,4,3,3,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232577,1733232620,1733232620,0,0,0.00000,1733232620),(4,3,4,1,4,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232644,1733232758,1733232758,0,0,15.00000,1733232758),(5,3,4,2,5,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232771,1733232813,1733232813,0,0,1.00000,1733232813),(6,3,4,3,6,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232828,1733232871,1733232871,0,0,9.00000,1733232871),(7,4,4,1,7,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733232904,1733232995,1736239145,0,0,10.00000,1733232995),(8,4,4,2,8,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733233202,1733233223,1733233223,0,0,0.00000,1733233223),(9,5,4,1,9,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233238,1733233312,1733233312,0,0,4.00000,1733233312),(10,5,4,2,10,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233329,1733233415,1733233415,0,0,4.00000,1733233415),(11,5,4,3,11,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233427,1733233745,1733233745,0,0,1.83333,1733233745),(12,5,4,4,12,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233751,1733233853,1733233853,0,0,4.00000,1733233853),(13,5,4,5,13,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239173,1736239208,1736239208,0,0,0.00000,1736239208),(14,5,4,6,14,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239216,1736239285,1736239285,0,0,5.00000,1736239285),(15,6,4,1,15,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233873,1733233904,1733233904,0,0,2.05833,1733233904),(16,6,4,2,16,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233910,1733233924,1733233924,0,0,0.00000,1733233924),(17,6,4,3,17,'1,2,0,3,0,4,0,5,0',3,0,'finished',1736239303,1736239334,1736239334,0,0,5.00000,1736239334),(18,7,4,1,18,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239693,1736239748,1736239748,0,0,12.00000,1736239748),(19,7,4,2,19,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',0,0,'finished',1736239761,1736239770,1736239770,0,0,0.00000,1736239770),(20,7,4,3,20,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239777,1736239830,1736239830,0,0,8.20000,1736239830),(21,8,4,1,21,'1,2,0,3,0,4,0',2,0,'finished',1733234357,1733234402,1733234402,0,0,4.00000,1733234402),(22,8,4,2,22,'1,2,0,3,0,4,0',2,0,'finished',1733234412,1733234441,1733234441,0,0,4.00000,1733234441),(23,8,4,3,23,'1,2,0,3,0,4,0',2,0,'finished',1733234447,1733234461,1733234461,0,0,1.00000,1733234461),(24,8,4,4,24,'1,2,0,3,0,4,0',2,0,'finished',1733234476,1733234507,1733234507,0,0,2.00000,1733234507),(25,8,4,5,25,'1,2,0,3,0,4,0',0,0,'finished',1736239374,1736239382,1736239382,0,0,0.00000,1736239382); +/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_feedback` +-- + +DROP TABLE IF EXISTS `m_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `m_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_feedback` +-- + +LOCK TABLES `m_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; +INSERT INTO `m_quiz_feedback` VALUES (1,1,'',1,0.00000,11.00000),(2,2,'',1,0.00000,11.00000),(3,3,'',1,0.00000,11.00000),(4,4,'',1,0.00000,11.00000),(5,5,'',1,0.00000,11.00000),(6,6,'',1,0.00000,11.00000),(7,7,'',1,0.00000,11.00000),(8,8,'',1,0.00000,11.00000),(9,9,'',1,0.00000,11.00000),(10,10,'',1,0.00000,11.00000),(11,11,'',1,0.00000,11.00000),(12,12,'',1,0.00000,11.00000); +/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grade_items` +-- + +DROP TABLE IF EXISTS `m_quiz_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizgraditem_quisor_uix` (`quizid`,`sortorder`), + KEY `m_quizgraditem_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_grade_items` +-- + +LOCK TABLES `m_quiz_grade_items` WRITE; +/*!40000 ALTER TABLE `m_quiz_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grades` +-- + +DROP TABLE IF EXISTS `m_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizgrad_use_ix` (`userid`), + KEY `m_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_grades` +-- + +LOCK TABLES `m_quiz_grades` WRITE; +/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; +INSERT INTO `m_quiz_grades` VALUES (1,2,4,10.00000,1736238892),(2,3,4,10.00000,1733232872),(3,4,4,10.00000,1736239145),(4,5,4,10.00000,1736239285),(5,6,4,10.00000,1736239334),(6,7,4,10.00000,1736239833),(7,8,4,10.00000,1736239382); +/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overrides` +-- + +DROP TABLE IF EXISTS `m_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quizover_qui_ix` (`quiz`), + KEY `m_quizover_gro_ix` (`groupid`), + KEY `m_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overrides` +-- + +LOCK TABLES `m_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_overview_regrades` +-- + +LOCK TABLES `m_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_reports` +-- + +DROP TABLE IF EXISTS `m_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_reports` +-- + +LOCK TABLES `m_quiz_reports` WRITE; +/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; +INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_sections` +-- + +DROP TABLE IF EXISTS `m_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `m_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_sections` +-- + +LOCK TABLES `m_quiz_sections` WRITE; +/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; +INSERT INTO `m_quiz_sections` VALUES (1,1,1,'',0),(2,2,1,'',0),(3,3,1,'',0),(4,4,1,'Essay Generic',0),(5,4,7,'Attachments',0),(6,5,1,'',0),(7,6,1,'',0),(8,7,1,'Equation',0),(9,7,8,'Text',0),(10,7,9,'Plotter',0),(11,7,10,'Statistic charts',0),(12,8,1,'',0),(13,9,1,'Answer Input Method',0),(14,9,4,'Compound Answer',0),(15,9,8,'Custom Grading Function',0),(16,9,10,'Parameter answer',0),(17,9,13,'Text answer type',0),(18,10,1,'',0),(19,11,1,'',0),(20,12,1,'',0); +/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_slots` +-- + +DROP TABLE IF EXISTS `m_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `quizgradeitemid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `m_quizslot_qui_ix` (`quizid`), + KEY `m_quizslot_qui2_ix` (`quizgradeitemid`) +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_quiz_slots` +-- + +LOCK TABLES `m_quiz_slots` WRITE; +/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; +INSERT INTO `m_quiz_slots` VALUES (1,1,1,1,NULL,0,1.0000000,NULL),(2,2,1,2,NULL,0,1.0000000,NULL),(3,3,1,3,NULL,0,1.0000000,NULL),(4,1,2,1,NULL,0,1.0000000,NULL),(5,2,2,2,NULL,0,1.0000000,NULL),(6,3,2,3,NULL,0,2.0000000,NULL),(7,4,2,4,NULL,0,1.0000000,NULL),(8,5,2,5,NULL,0,1.0000000,NULL),(9,6,2,6,NULL,0,1.0000000,NULL),(10,7,2,7,NULL,0,1.0000000,NULL),(11,8,2,8,NULL,0,1.0000000,NULL),(12,9,2,9,NULL,0,1.0000000,NULL),(13,10,2,10,NULL,0,1.0000000,NULL),(14,11,2,11,NULL,0,1.0000000,NULL),(15,12,2,12,NULL,0,1.0000000,NULL),(16,1,3,1,NULL,0,6.0000000,NULL),(17,2,3,2,NULL,0,2.0000000,NULL),(18,3,3,3,NULL,0,3.0000000,NULL),(19,4,3,4,NULL,0,1.0000000,NULL),(20,5,3,5,NULL,0,3.0000000,NULL),(21,1,4,1,NULL,0,1.0000000,NULL),(22,2,4,1,NULL,0,1.0000000,NULL),(23,3,4,2,NULL,0,1.0000000,NULL),(24,4,4,3,NULL,0,1.0000000,NULL),(25,5,4,3,NULL,0,1.0000000,NULL),(26,6,4,4,NULL,0,1.0000000,NULL),(27,7,4,5,NULL,0,1.0000000,NULL),(28,8,4,5,NULL,0,1.0000000,NULL),(29,9,4,5,NULL,0,1.0000000,NULL),(30,10,4,5,NULL,0,1.0000000,NULL),(31,1,5,1,NULL,0,1.0000000,NULL),(32,2,5,2,NULL,0,1.0000000,NULL),(33,3,5,2,NULL,0,1.0000000,NULL),(34,4,5,3,NULL,0,1.0000000,NULL),(35,5,5,4,NULL,0,1.0000000,NULL),(36,1,6,1,NULL,0,1.0000000,NULL),(37,2,6,1,NULL,0,1.0000000,NULL),(38,3,6,2,NULL,0,1.0000000,NULL),(39,4,6,3,NULL,0,1.0000000,NULL),(40,5,6,4,NULL,0,1.0000000,NULL),(41,1,7,1,NULL,0,1.0000000,NULL),(42,2,7,2,NULL,0,1.0000000,NULL),(43,3,7,3,NULL,0,1.0000000,NULL),(44,4,7,4,NULL,0,1.0000000,NULL),(45,5,7,5,NULL,0,1.0000000,NULL),(46,6,7,6,NULL,0,1.0000000,NULL),(47,7,7,6,NULL,0,1.0000000,NULL),(48,8,7,7,NULL,0,1.0000000,NULL),(49,9,7,8,NULL,0,1.0000000,NULL),(50,10,7,9,NULL,0,1.0000000,NULL),(51,11,7,10,NULL,0,1.0000000,NULL),(52,12,7,11,NULL,0,1.0000000,NULL),(53,1,8,1,NULL,0,1.0000000,NULL),(54,2,8,1,NULL,0,1.0000000,NULL),(55,3,8,2,NULL,0,1.0000000,NULL),(56,4,8,3,NULL,0,1.0000000,NULL),(57,1,9,1,NULL,0,1.0000000,NULL),(58,2,9,1,NULL,0,1.0000000,NULL),(59,3,9,1,NULL,0,1.0000000,NULL),(60,4,9,2,NULL,0,1.0000000,NULL),(61,5,9,2,NULL,0,1.0000000,NULL),(62,6,9,2,NULL,0,1.0000000,NULL),(63,7,9,3,NULL,0,1.0000000,NULL),(64,8,9,3,NULL,0,1.0000000,NULL),(65,9,9,3,NULL,0,1.0000000,NULL),(66,10,9,3,NULL,0,1.0000000,NULL),(67,11,9,3,NULL,0,1.0000000,NULL),(68,12,9,3,NULL,0,1.0000000,NULL),(69,13,9,4,NULL,0,1.0000000,NULL),(70,14,9,4,NULL,0,1.0000000,NULL),(71,15,9,4,NULL,0,1.0000000,NULL),(72,1,10,1,NULL,0,1.0000000,NULL),(73,1,11,1,NULL,0,1.0000000,NULL),(74,2,11,1,NULL,0,1.0000000,NULL),(75,3,11,1,NULL,0,1.0000000,NULL),(76,4,11,1,NULL,0,1.0000000,NULL),(77,5,11,1,NULL,0,1.0000000,NULL),(78,6,11,2,NULL,0,1.0000000,NULL),(79,7,11,2,NULL,0,1.0000000,NULL),(80,8,11,2,NULL,0,1.0000000,NULL),(81,9,11,2,NULL,0,1.0000000,NULL),(82,10,11,2,NULL,0,1.0000000,NULL),(83,11,11,2,NULL,0,1.0000000,NULL),(84,12,11,3,NULL,0,1.0000000,NULL),(85,13,11,3,NULL,0,1.0000000,NULL),(86,14,11,3,NULL,0,1.0000000,NULL),(87,15,11,3,NULL,0,1.0000000,NULL),(88,16,11,3,NULL,0,1.0000000,NULL),(89,17,11,3,NULL,0,1.0000000,NULL),(90,18,11,4,NULL,0,1.0000000,NULL),(91,19,11,4,NULL,0,1.0000000,NULL),(92,20,11,4,NULL,0,1.0000000,NULL),(93,1,12,1,NULL,0,1.0000000,NULL),(94,2,12,2,NULL,0,1.0000000,NULL),(95,3,12,3,NULL,0,1.0000000,NULL); +/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_statistics` +-- + +DROP TABLE IF EXISTS `m_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `m_quiz_statistics` +-- + +LOCK TABLES `m_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), + KEY `m_quizsebquiz_tem_ix` (`templateid`), + KEY `m_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_template` +-- + +LOCK TABLES `m_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_rating` +-- + +DROP TABLE IF EXISTS `m_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `m_rati_con_ix` (`contextid`), + KEY `m_rati_use_ix` (`userid`), + KEY `m_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_rating` +-- + +LOCK TABLES `m_rating` WRITE; +/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_registration_hubs` +-- + +DROP TABLE IF EXISTS `m_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_registration_hubs` +-- + +LOCK TABLES `m_registration_hubs` WRITE; +/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoaudi_rep_ix` (`reportid`), + KEY `m_repoaudi_use_ix` (`usercreated`), + KEY `m_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_audience` +-- + +LOCK TABLES `m_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repocolu_rep_ix` (`reportid`), + KEY `m_repocolu_use_ix` (`usercreated`), + KEY `m_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_column` +-- + +LOCK TABLES `m_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`), + KEY `m_repofilt_rep_ix` (`reportid`), + KEY `m_repofilt_use_ix` (`usercreated`), + KEY `m_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_filter` +-- + +LOCK TABLES `m_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reporepo_use_ix` (`usercreated`), + KEY `m_reporepo_use2_ix` (`usermodified`), + KEY `m_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_report` +-- + +LOCK TABLES `m_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reposche_rep_ix` (`reportid`), + KEY `m_reposche_use_ix` (`userviewas`), + KEY `m_reposche_use2_ix` (`usercreated`), + KEY `m_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_schedule` +-- + +LOCK TABLES `m_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository` +-- + +DROP TABLE IF EXISTS `m_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository` +-- + +LOCK TABLES `m_repository` WRITE; +/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; +INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); +/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instance_config` +-- + +DROP TABLE IF EXISTS `m_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_instance_config` +-- + +LOCK TABLES `m_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instances` +-- + +DROP TABLE IF EXISTS `m_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoinst_use_ix` (`userid`), + KEY `m_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_repository_instances` +-- + +LOCK TABLES `m_repository_instances` WRITE; +/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; +INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); +/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `m_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_onedrive_access` +-- + +LOCK TABLES `m_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource` +-- + +DROP TABLE IF EXISTS `m_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource` +-- + +LOCK TABLES `m_resource` WRITE; +/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource_old` +-- + +DROP TABLE IF EXISTS `m_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_resoold_old_uix` (`oldid`), + KEY `m_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_resource_old` +-- + +LOCK TABLES `m_resource_old` WRITE; +/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role` +-- + +DROP TABLE IF EXISTS `m_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_role_sor_uix` (`sortorder`), + UNIQUE KEY `m_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role` +-- + +LOCK TABLES `m_role` WRITE; +/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; +INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_assign` +-- + +DROP TABLE IF EXISTS `m_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `m_rolealloassi_rol_ix` (`roleid`), + KEY `m_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_assign` +-- + +LOCK TABLES `m_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; +INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_override` +-- + +DROP TABLE IF EXISTS `m_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `m_rolealloover_rol_ix` (`roleid`), + KEY `m_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_override` +-- + +LOCK TABLES `m_role_allow_override` WRITE; +/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; +INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_switch` +-- + +DROP TABLE IF EXISTS `m_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `m_rolealloswit_rol_ix` (`roleid`), + KEY `m_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_switch` +-- + +LOCK TABLES `m_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; +INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_view` +-- + +DROP TABLE IF EXISTS `m_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `m_rolealloview_rol_ix` (`roleid`), + KEY `m_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_allow_view` +-- + +LOCK TABLES `m_role_allow_view` WRITE; +/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; +INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_assignments` +-- + +DROP TABLE IF EXISTS `m_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_roleassi_sor_ix` (`sortorder`), + KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `m_roleassi_rol_ix` (`roleid`), + KEY `m_roleassi_con_ix` (`contextid`), + KEY `m_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_assignments` +-- + +LOCK TABLES `m_role_assignments` WRITE; +/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; +INSERT INTO `m_role_assignments` VALUES (3,3,21,3,1736241448,2,'',0,0),(4,5,21,4,1736241448,2,'',0,0); +/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_capabilities` +-- + +DROP TABLE IF EXISTS `m_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `m_rolecapa_rol_ix` (`roleid`), + KEY `m_rolecapa_con_ix` (`contextid`), + KEY `m_rolecapa_mod_ix` (`modifierid`), + KEY `m_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1539 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_capabilities` +-- + +LOCK TABLES `m_role_capabilities` WRITE; +/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; +INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0),(1520,1,1,'moodle/contentbank:copyanycontent',1,1696857216,0),(1521,1,2,'moodle/contentbank:copyanycontent',1,1696857216,0),(1522,1,1,'moodle/contentbank:copycontent',1,1696857216,0),(1523,1,2,'moodle/contentbank:copycontent',1,1696857216,0),(1524,1,3,'moodle/contentbank:copycontent',1,1696857216,0),(1525,1,3,'moodle/course:configurecoursecommunication',1,1696857216,0),(1526,1,1,'moodle/course:configurecoursecommunication',1,1696857216,0),(1527,1,3,'moodle/moodlenet:sharecourse',1,1696857216,0),(1528,1,1,'moodle/moodlenet:sharecourse',1,1696857216,0),(1529,1,5,'mod/forum:canmailnow',1,1696857218,0),(1530,1,4,'mod/forum:canmailnow',1,1696857218,0),(1531,1,3,'mod/forum:canmailnow',1,1696857218,0),(1532,1,1,'mod/forum:canmailnow',1,1696857218,0),(1533,1,3,'communication/matrix:moderator',1,1696857220,0),(1534,1,1,'communication/matrix:moderator',1,1696857220,0),(1535,1,4,'communication/matrix:moderator',1,1696857220,0),(1536,1,7,'tool/mfa:mfaaccess',1,1696857229,0),(1537,1,1,'tool/uploadcourse:use',1,1727707810,0),(1538,1,7,'tiny/premium:accesspremium',1,1727707823,0); +/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_context_levels` +-- + +DROP TABLE IF EXISTS `m_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `m_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_role_context_levels` +-- + +LOCK TABLES `m_role_context_levels` WRITE; +/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; +INSERT INTO `m_role_context_levels` 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 `m_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_names` +-- + +DROP TABLE IF EXISTS `m_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `m_rolename_rol_ix` (`roleid`), + KEY `m_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_names` +-- + +LOCK TABLES `m_role_names` WRITE; +/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale` +-- + +DROP TABLE IF EXISTS `m_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scal_cou_ix` (`courseid`), + KEY `m_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale` +-- + +LOCK TABLES `m_scale` WRITE; +/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; +INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(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,1566467672); +/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale_history` +-- + +DROP TABLE IF EXISTS `m_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scalhist_act_ix` (`action`), + KEY `m_scalhist_tim_ix` (`timemodified`), + KEY `m_scalhist_old_ix` (`oldid`), + KEY `m_scalhist_cou_ix` (`courseid`), + KEY `m_scalhist_log_ix` (`loggeduser`), + KEY `m_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale_history` +-- + +LOCK TABLES `m_scale_history` WRITE; +/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm` +-- + +DROP TABLE IF EXISTS `m_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_scorm` +-- + +LOCK TABLES `m_scorm` WRITE; +/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `m_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scoraiccsess_sco_ix` (`scormid`), + KEY `m_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_aicc_session` +-- + +LOCK TABLES `m_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_attempt` +-- + +DROP TABLE IF EXISTS `m_scorm_attempt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_attempt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `scormid` bigint NOT NULL, + `attempt` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_scoratte_use_ix` (`userid`), + KEY `m_scoratte_sco_ix` (`scormid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_attempt` +-- + +LOCK TABLES `m_scorm_attempt` WRITE; +/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_element` +-- + +DROP TABLE IF EXISTS `m_scorm_element`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_element` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorelem_ele_uix` (`element`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_element` +-- + +LOCK TABLES `m_scorm_element` WRITE; +/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes` +-- + +LOCK TABLES `m_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_data` +-- + +LOCK TABLES `m_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `m_scorscoetrac_use_ix` (`userid`), + KEY `m_scorscoetrac_sco_ix` (`scormid`), + KEY `m_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_track` +-- + +LOCK TABLES `m_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_value` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL, + `attemptid` bigint NOT NULL, + `elementid` bigint NOT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoevalu_sco_ix` (`scoid`), + KEY `m_scorscoevalu_att_ix` (`attemptid`), + KEY `m_scorscoevalu_ele_ix` (`elementid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_value` +-- + +LOCK TABLES `m_scorm_scoes_value` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `m_scorseqmapi_sco_ix` (`scoid`), + KEY `m_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_mapinfo` +-- + +LOCK TABLES `m_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_objective` +-- + +LOCK TABLES `m_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprule` +-- + +LOCK TABLES `m_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `m_scorseqroll_sco2_ix` (`scoid`), + KEY `m_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `m_scorseqrule_sco2_ix` (`scoid`), + KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rulecond` +-- + +LOCK TABLES `m_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_ruleconds` +-- + +LOCK TABLES `m_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_index_requests` +-- + +DROP TABLE IF EXISTS `m_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `m_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_search_index_requests` +-- + +LOCK TABLES `m_search_index_requests` WRITE; +/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `m_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), + KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `m_searsimpinde_con_ix` (`contextid`), + KEY `m_searsimpinde_cou_ix` (`courseid`), + KEY `m_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_search_simpledb_index` +-- + +LOCK TABLES `m_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_sessions` +-- + +DROP TABLE IF EXISTS `m_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_sess_sid_uix` (`sid`), + KEY `m_sess_sta_ix` (`state`), + KEY `m_sess_tim_ix` (`timecreated`), + KEY `m_sess_tim2_ix` (`timemodified`), + KEY `m_sess_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_sessions` +-- + +LOCK TABLES `m_sessions` WRITE; +/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; +INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'),(9,0,'167da678681d3e8226c97a1053305127',0,NULL,1727707859,1727707861,'172.18.0.1','172.18.0.1'),(11,0,'294e5138549224785619342e49e90db7',2,NULL,1736241371,1736241458,'172.18.0.1','172.18.0.1'); +/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_daily` +-- + +DROP TABLE IF EXISTS `m_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statdail_cou_ix` (`courseid`), + KEY `m_statdail_tim_ix` (`timeend`), + KEY `m_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_daily` +-- + +LOCK TABLES `m_stats_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statmont_cou_ix` (`courseid`), + KEY `m_statmont_tim_ix` (`timeend`), + KEY `m_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_monthly` +-- + +LOCK TABLES `m_stats_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_daily` +-- + +DROP TABLE IF EXISTS `m_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserdail_cou_ix` (`courseid`), + KEY `m_statuserdail_use_ix` (`userid`), + KEY `m_statuserdail_rol_ix` (`roleid`), + KEY `m_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_daily` +-- + +LOCK TABLES `m_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statusermont_cou_ix` (`courseid`), + KEY `m_statusermont_use_ix` (`userid`), + KEY `m_statusermont_rol_ix` (`roleid`), + KEY `m_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_monthly` +-- + +LOCK TABLES `m_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserweek_cou_ix` (`courseid`), + KEY `m_statuserweek_use_ix` (`userid`), + KEY `m_statuserweek_rol_ix` (`roleid`), + KEY `m_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_weekly` +-- + +LOCK TABLES `m_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statweek_cou_ix` (`courseid`), + KEY `m_statweek_tim_ix` (`timeend`), + KEY `m_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_weekly` +-- + +LOCK TABLES `m_stats_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey` +-- + +DROP TABLE IF EXISTS `m_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey` +-- + +LOCK TABLES `m_survey` WRITE; +/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; +INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_analysis` +-- + +DROP TABLE IF EXISTS `m_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survanal_use_ix` (`userid`), + KEY `m_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_analysis` +-- + +LOCK TABLES `m_survey_analysis` WRITE; +/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_answers` +-- + +DROP TABLE IF EXISTS `m_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survansw_use_ix` (`userid`), + KEY `m_survansw_sur_ix` (`survey`), + KEY `m_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_survey_answers` +-- + +LOCK TABLES `m_survey_answers` WRITE; +/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_questions` +-- + +DROP TABLE IF EXISTS `m_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_questions` +-- + +LOCK TABLES `m_survey_questions` WRITE; +/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; +INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag` +-- + +DROP TABLE IF EXISTS `m_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `m_tag_use_ix` (`userid`), + KEY `m_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag` +-- + +LOCK TABLES `m_tag` WRITE; +/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_area` +-- + +DROP TABLE IF EXISTS `m_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), + KEY `m_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_area` +-- + +LOCK TABLES `m_tag_area` WRITE; +/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; +INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0),(12,'core_badges','badge',1,1,'badge_get_tagged_badges','/badges/lib.php',0,0),(13,'core_reportbuilder','reportbuilder_report',1,1,'core_reportbuilder_get_tagged_reports','/reportbuilder/lib.php',0,0); +/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_coll` +-- + +DROP TABLE IF EXISTS `m_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_coll` +-- + +LOCK TABLES `m_tag_coll` WRITE; +/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; +INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_correlation` +-- + +DROP TABLE IF EXISTS `m_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_correlation` +-- + +LOCK TABLES `m_tag_correlation` WRITE; +/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_instance` +-- + +DROP TABLE IF EXISTS `m_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `m_taginst_tag_ix` (`tagid`), + KEY `m_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tag_instance` +-- + +LOCK TABLES `m_tag_instance` WRITE; +/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_adhoc` +-- + +DROP TABLE IF EXISTS `m_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + `attemptsavailable` tinyint DEFAULT NULL, + `firststartingtime` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_taskadho_nex_ix` (`nextruntime`), + KEY `m_taskadho_use_ix` (`userid`), + KEY `m_taskadho_tim_ix` (`timestarted`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_adhoc` +-- + +LOCK TABLES `m_task_adhoc` WRITE; +/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; +INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,NULL,NULL,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,NULL,NULL,NULL,1,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,NULL,NULL,NULL,1,NULL,1696857375),(12,'core','\\core\\task\\send_login_notifications',1736241370,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/131.0.0.0 Safari\\/537.36\",\"loginip\":\"172.18.0.1\",\"logintime\":1736241371}',2,NULL,NULL,NULL,12,NULL,1736241371),(13,'','\\core\\task\\refresh_mod_calendar_events_task',1736241455,0,'{\"courseid\":2}',NULL,NULL,NULL,NULL,12,NULL,1736241456); +/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_log` +-- + +DROP TABLE IF EXISTS `m_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_tasklog_cla_ix` (`classname`), + KEY `m_tasklog_tim_ix` (`timestart`), + KEY `m_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_log` +-- + +LOCK TABLES `m_task_log` WRITE; +/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_scheduled` +-- + +DROP TABLE IF EXISTS `m_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_task_scheduled` +-- + +LOCK TABLES `m_task_scheduled` WRITE; +/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; +INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1736244000,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1736244300,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1736244600,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1736307600,'40','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1736241900,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1736242200,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1736242500,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1736294400,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1736315400,'50','5','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1736577360,'36','6','*','*','6',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1736244600,'10','10','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1736243400,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1736243400,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1736241600,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1736254500,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1736254500,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1736242200,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1736252100,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1736294400,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1736251200,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1736243640,'54','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1736241900,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1736302680,'18','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1736242200,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1736242920,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1727737200,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1727743800,'50','1','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1727737200,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1727737200,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1727709180,'13','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1727709300,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1727709000,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1727780640,'4','12','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1727709720,'22','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1727987400,'30','21','*','*','4',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1727918880,'28','2','*','*','4',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1727740800,'0','1','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1727766000,'0','8','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1727708100,'55','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1727780400,'0','12','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1727758800,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1727781240,'14','12','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1727708880,'8','16','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1727753100,'25','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1727707860,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1727744100,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1727707860,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1727760780,'33','6','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1727768760,'46','8','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1727751840,'4','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1736294400,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1736241600,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1736302140,'9','2','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1738372680,'18','1','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1736296080,'28','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1727785620,'27','13','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1727707800,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1727747880,'58','2','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1727730000,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1727736420,'47','23','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1727707800,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1727707860,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1736296140,'29','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1727708100,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1727708100,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1727769900,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1727740200,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1727708100,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1727707800,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1727737200,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1727710980,'43','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1727708400,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1727708400,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1736294820,'7','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1736295060,'11','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1736298000,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1736298000,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1727738340,'19','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1727738040,'14','0','*','*','*',0,0,0,NULL,NULL,NULL),(121,'moodle','\\core_communication\\task\\synchronise_providers_task',0,1736313540,'19','5','*','*','3',0,0,0,NULL,NULL,NULL),(122,'moodle','\\core\\task\\automated_backup_report_task',0,1736241360,'*','*','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tiny_autosave` +-- + +DROP TABLE IF EXISTS `m_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tiny_autosave` +-- + +LOCK TABLES `m_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `m_toolbricarea_cou_ix` (`courseid`), + KEY `m_toolbricarea_cmi_ix` (`cmid`), + KEY `m_toolbricarea_cat_ix` (`categoryid`), + KEY `m_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_areas` +-- + +LOCK TABLES `m_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachacts_sta_ix` (`status`), + KEY `m_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_acts` +-- + +LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachchec_sta_ix` (`status`), + KEY `m_toolbriccachchec_err_ix` (`errorcount`), + KEY `m_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_check` +-- + +LOCK TABLES `m_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricchec_che_ix` (`checktype`), + KEY `m_toolbricchec_che2_ix` (`checkgroup`), + KEY `m_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_checks` +-- + +LOCK TABLES `m_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `m_tool_brickfield_checks` 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 `m_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccont_sta_ix` (`status`), + KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `m_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_content` +-- + +LOCK TABLES `m_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_errors` +-- + +LOCK TABLES `m_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_brickfield_process` +-- + +LOCK TABLES `m_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `m_toolbricresu_con_ix` (`contentid`), + KEY `m_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_results` +-- + +LOCK TABLES `m_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_schedule` +-- + +LOCK TABLES `m_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricsumm_sta_ix` (`status`), + KEY `m_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_summary` +-- + +LOCK TABLES `m_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `m_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_cohortroles` +-- + +LOCK TABLES `m_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang` +-- + +DROP TABLE IF EXISTS `m_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `m_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang` +-- + +LOCK TABLES `m_tool_customlang` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `m_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_customlang_components` +-- + +LOCK TABLES `m_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_category` +-- + +LOCK TABLES `m_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_contextlist` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_contextlist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_contextlist` +-- + +LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), + KEY `m_tooldatactxi_pur_ix` (`purposeid`), + KEY `m_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), + KEY `m_tooldatactxl_cat_ix` (`categoryid`), + KEY `m_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purpose` +-- + +LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `m_tooldatapurp_pur_ix` (`purposeid`), + KEY `m_tooldatapurp_rol_ix` (`roleid`), + KEY `m_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatarequ_use_ix` (`userid`), + KEY `m_tooldatarequ_req_ix` (`requestedby`), + KEY `m_tooldatarequ_dpo_ix` (`dpo`), + KEY `m_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_request` +-- + +LOCK TABLES `m_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `requestid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), + KEY `m_tooldatarqstctxl_req_ix` (`requestid`), + KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa` +-- + +DROP TABLE IF EXISTS `m_tool_mfa`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `lastverified` bigint DEFAULT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `lockcounter` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfa_use_ix` (`userid`), + KEY `m_toolmfa_fac_ix` (`factor`), + KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa` +-- + +LOCK TABLES `m_tool_mfa` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_auth` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_auth`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_auth` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `lastverified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfaauth_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_mfa_auth` +-- + +LOCK TABLES `m_tool_mfa_auth` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_secrets` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_secrets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `expiry` bigint NOT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmfasecr_fac_ix` (`factor`), + KEY `m_toolmfasecr_exp_ix` (`expiry`), + KEY `m_toolmfasecr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa_secrets` +-- + +LOCK TABLES `m_tool_mfa_secrets` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonieven_cou_ix` (`courseid`), + KEY `m_toolmonieven_con_ix` (`contextid`), + KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- + +LOCK TABLES `m_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `m_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_history` +-- + +LOCK TABLES `m_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_rules` +-- + +LOCK TABLES `m_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_subscriptions` +-- + +LOCK TABLES `m_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy` +-- + +DROP TABLE IF EXISTS `m_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- + +LOCK TABLES `m_tool_policy` WRITE; +/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `m_toolpoliacce_pol_ix` (`policyversionid`), + KEY `m_toolpoliacce_use_ix` (`userid`), + KEY `m_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_acceptances` +-- + +LOCK TABLES `m_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `m_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpolivers_use_ix` (`usermodified`), + KEY `m_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_versions` +-- + +LOCK TABLES `m_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolrecycate_tim_ix` (`timecreated`), + KEY `m_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- + +LOCK TABLES `m_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolrecycour_tim_ix` (`timecreated`), + KEY `m_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- + +LOCK TABLES `m_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `m_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_steps` +-- + +LOCK TABLES `m_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(26,12,'tour_gradebook_search_title,tool_usertours','tour_gradebook_search_content,tool_usertours',1,0,'.tertiary-navigation .user-search',0,'{}'),(27,12,'tour_gradebook_filter_title,tool_usertours','tour_gradebook_filter_content,tool_usertours',1,0,'.tertiary-navigation .initials-selector',1,'{}'),(28,12,'tour_gradebook_action_title,tool_usertours','tour_gradebook_action_content,tool_usertours',1,0,'tr.heading th.highlightable .action-menu.grader',2,'{}'); +/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_tours` +-- + +LOCK TABLES `m_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,10,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,8,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,6,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',1,4,'','{\"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),(8,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',1,3,'','{\"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),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,2,'','{\"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),(11,'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),(12,'tour_gradebook_tour_name,tool_usertours','tour_gradebook_tour_description,tool_usertours','/grade/report/grader/index.php%',1,0,'','{\"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); +/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_upgrade_log` +-- + +DROP TABLE IF EXISTS `m_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_upgrlog_tim_ix` (`timemodified`), + KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `m_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=9581 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_upgrade_log` +-- + +LOCK TABLES `m_upgrade_log` WRITE; +/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; +INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023100900','Starting core upgrade',NULL,'',0,1696857215),(6766,0,'core','2023051500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6767,0,'core','2023062200','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6768,0,'core','2023062700.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6769,0,'core','2023062900.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6770,0,'core','2023080100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6771,0,'core','2023081500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6772,0,'core','2023081800.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6773,0,'core','2023082200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6774,0,'core','2023082200.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6775,0,'core','2023082200.04','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6776,0,'core','2023082600.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6777,0,'core','2023082600.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6778,0,'core','2023082600.05','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6779,0,'core','2023090100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6780,0,'core','2023090200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6781,0,'core','2023091300.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6782,0,'core','2023100400.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6783,0,'core','2023100400.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6784,0,'core','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6785,0,'core','2023100900','2023100900','Core upgraded',NULL,'',0,1696857217),(6786,0,'antivirus_clamav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6787,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6788,0,'antivirus_clamav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6789,0,'availability_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6790,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6791,0,'availability_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6792,0,'availability_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6793,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6794,0,'availability_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6795,0,'availability_grade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6796,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6797,0,'availability_grade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6798,0,'availability_group','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6799,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6800,0,'availability_group','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6801,0,'availability_grouping','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6802,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6803,0,'availability_grouping','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6804,0,'availability_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6805,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6806,0,'availability_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6807,0,'qtype_calculated','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6808,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6809,0,'qtype_calculated','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6810,0,'qtype_calculatedmulti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6811,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6812,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6813,0,'qtype_calculatedsimple','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6814,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6815,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6816,0,'qtype_ddimageortext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6817,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6818,0,'qtype_ddimageortext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6819,0,'qtype_ddmarker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6820,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6821,0,'qtype_ddmarker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6822,0,'qtype_ddwtos','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6823,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6824,0,'qtype_ddwtos','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6825,0,'qtype_description','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6826,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6827,0,'qtype_description','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6828,0,'qtype_essay','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6829,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6830,0,'qtype_essay','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6831,0,'qtype_essaywiris','2023020702','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6832,0,'qtype_essaywiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6833,0,'qtype_essaywiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6834,0,'qtype_gapselect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6835,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6836,0,'qtype_gapselect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6837,0,'qtype_match','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6838,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6839,0,'qtype_match','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6840,0,'qtype_matchwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6841,0,'qtype_matchwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6842,0,'qtype_matchwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6843,0,'qtype_missingtype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6844,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6845,0,'qtype_missingtype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6846,0,'qtype_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6847,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6848,0,'qtype_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6849,0,'qtype_multianswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6850,0,'qtype_multianswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6851,0,'qtype_multianswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6852,0,'qtype_multichoice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6853,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6854,0,'qtype_multichoice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6855,0,'qtype_multichoicewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6856,0,'qtype_multichoicewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6857,0,'qtype_multichoicewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6858,0,'qtype_numerical','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6859,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6860,0,'qtype_numerical','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6861,0,'qtype_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6862,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6863,0,'qtype_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6864,0,'qtype_randomsamatch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6865,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6866,0,'qtype_randomsamatch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6867,0,'qtype_shortanswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6868,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6869,0,'qtype_shortanswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6870,0,'qtype_shortanswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6871,0,'qtype_shortanswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6872,0,'qtype_shortanswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6873,0,'qtype_truefalse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6874,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6875,0,'qtype_truefalse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6876,0,'qtype_truefalsewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6877,0,'qtype_truefalsewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6878,0,'qtype_truefalsewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6879,0,'qtype_wq','2023020701','2023092202','Starting plugin upgrade',NULL,'',0,1696857218),(6880,0,'qtype_wq','2023092202','2023092202','Upgrade savepoint reached',NULL,'',0,1696857218),(6881,0,'qtype_wq','2023092202','2023092202','Plugin upgraded',NULL,'',0,1696857218),(6882,0,'mod_assign','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6883,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6884,0,'mod_assign','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6885,0,'mod_bigbluebuttonbn','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6886,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6887,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6888,0,'mod_book','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6889,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6890,0,'mod_book','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6891,0,'mod_chat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6892,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6893,0,'mod_chat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6894,0,'mod_choice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6895,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6896,0,'mod_choice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6897,0,'mod_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6898,0,'mod_data','2023061300','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6899,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6900,0,'mod_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6901,0,'mod_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6902,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6903,0,'mod_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6904,0,'mod_folder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6905,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6906,0,'mod_folder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6907,0,'mod_forum','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6908,0,'mod_forum','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6909,0,'mod_forum','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6910,0,'mod_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6911,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6912,0,'mod_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6913,0,'mod_h5pactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6914,0,'mod_h5pactivity','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6915,0,'mod_h5pactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6916,0,'mod_h5pactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6917,0,'mod_imscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6918,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6919,0,'mod_imscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6920,0,'mod_label','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6921,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6922,0,'mod_label','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6923,0,'mod_lesson','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6924,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6925,0,'mod_lesson','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6926,0,'mod_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6927,0,'mod_lti','2023070501','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6928,0,'mod_lti','2023081101','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6929,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6930,0,'mod_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6931,0,'mod_page','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6932,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6933,0,'mod_page','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6934,0,'mod_quiz','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6935,0,'mod_quiz','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6936,0,'mod_quiz','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6937,0,'mod_quiz','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6938,0,'mod_resource','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6939,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6940,0,'mod_resource','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6941,0,'mod_scorm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6942,0,'mod_scorm','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6943,0,'mod_scorm','2023042402','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6944,0,'mod_scorm','2023042403','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6945,0,'mod_scorm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6946,0,'mod_scorm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6947,0,'mod_survey','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6948,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6949,0,'mod_survey','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6950,0,'mod_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6951,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6952,0,'mod_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6953,0,'mod_wiki','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6954,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6955,0,'mod_wiki','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6956,0,'mod_workshop','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6957,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6958,0,'mod_workshop','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6959,0,'auth_cas','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6960,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6961,0,'auth_cas','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6962,0,'auth_db','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6963,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6964,0,'auth_db','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6965,0,'auth_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6966,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6967,0,'auth_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6968,0,'auth_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6969,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6970,0,'auth_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6971,0,'auth_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6972,0,'auth_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6973,0,'auth_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6974,0,'auth_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6975,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6976,0,'auth_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6977,0,'auth_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6978,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6979,0,'auth_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6980,0,'auth_nologin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6981,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6982,0,'auth_nologin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6983,0,'auth_none','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6984,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6985,0,'auth_none','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6986,0,'auth_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6987,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6988,0,'auth_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6989,0,'auth_shibboleth','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6990,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6991,0,'auth_shibboleth','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6992,0,'auth_webservice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6993,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6994,0,'auth_webservice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6995,0,'calendartype_gregorian','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6996,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6997,0,'calendartype_gregorian','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6998,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(6999,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7000,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7001,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(7002,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7003,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7004,0,'customfield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7005,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7006,0,'customfield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7007,0,'customfield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7008,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7009,0,'customfield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7010,0,'customfield_select','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7011,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7012,0,'customfield_select','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7013,0,'customfield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7014,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7015,0,'customfield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7016,0,'customfield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7017,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7018,0,'customfield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7019,0,'enrol_category','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7020,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7021,0,'enrol_category','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7022,0,'enrol_cohort','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7023,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7024,0,'enrol_cohort','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7025,0,'enrol_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7026,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7027,0,'enrol_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7028,0,'enrol_fee','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7029,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7030,0,'enrol_fee','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7031,0,'enrol_flatfile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7032,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7033,0,'enrol_flatfile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7034,0,'enrol_guest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7035,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7036,0,'enrol_guest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7037,0,'enrol_imsenterprise','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7038,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7039,0,'enrol_imsenterprise','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7040,0,'enrol_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7041,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7042,0,'enrol_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7043,0,'enrol_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7044,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7045,0,'enrol_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7046,0,'enrol_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7047,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7048,0,'enrol_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7049,0,'enrol_meta','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7050,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7051,0,'enrol_meta','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7052,0,'enrol_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7053,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7054,0,'enrol_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7055,0,'enrol_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7056,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7057,0,'enrol_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7058,0,'enrol_self','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7059,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7060,0,'enrol_self','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7061,0,'message_airnotifier','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7062,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7063,0,'message_airnotifier','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7064,0,'message_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7065,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7066,0,'message_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7067,0,'message_popup','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7068,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7069,0,'message_popup','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7070,0,'block_accessreview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7071,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7072,0,'block_accessreview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7073,0,'block_activity_modules','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7074,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7075,0,'block_activity_modules','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7076,0,'block_activity_results','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7077,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7078,0,'block_activity_results','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7079,0,'block_admin_bookmarks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7080,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7081,0,'block_admin_bookmarks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7082,0,'block_badges','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7083,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7084,0,'block_badges','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7085,0,'block_blog_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7086,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7087,0,'block_blog_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7088,0,'block_blog_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7089,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7090,0,'block_blog_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7091,0,'block_blog_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7092,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7093,0,'block_blog_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7094,0,'block_calendar_month','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7095,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7096,0,'block_calendar_month','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7097,0,'block_calendar_upcoming','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7098,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7099,0,'block_calendar_upcoming','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7100,0,'block_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7101,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7102,0,'block_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7103,0,'block_completionstatus','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7104,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7105,0,'block_completionstatus','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7106,0,'block_course_list','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7107,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7108,0,'block_course_list','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7109,0,'block_course_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7110,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7111,0,'block_course_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7112,0,'block_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7113,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7114,0,'block_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7115,0,'block_globalsearch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7116,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7117,0,'block_globalsearch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7118,0,'block_glossary_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7119,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7120,0,'block_glossary_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7121,0,'block_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7122,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7123,0,'block_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7124,0,'block_login','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7125,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7126,0,'block_login','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7127,0,'block_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7128,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7129,0,'block_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7130,0,'block_mentees','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7131,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7132,0,'block_mentees','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7133,0,'block_mnet_hosts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7134,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7135,0,'block_mnet_hosts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7136,0,'block_myoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7137,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7138,0,'block_myoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7139,0,'block_myprofile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7140,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7141,0,'block_myprofile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7142,0,'block_navigation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7143,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7144,0,'block_navigation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7145,0,'block_news_items','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7146,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7147,0,'block_news_items','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7148,0,'block_online_users','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7149,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7150,0,'block_online_users','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7151,0,'block_private_files','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7152,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7153,0,'block_private_files','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7154,0,'block_recent_activity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7155,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7156,0,'block_recent_activity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7157,0,'block_recentlyaccessedcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7158,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7159,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7160,0,'block_recentlyaccesseditems','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7161,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7162,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7163,0,'block_rss_client','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7164,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7165,0,'block_rss_client','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7166,0,'block_search_forums','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7167,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7168,0,'block_search_forums','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7169,0,'block_section_links','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7170,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7171,0,'block_section_links','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7172,0,'block_selfcompletion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7173,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7174,0,'block_selfcompletion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7175,0,'block_settings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7176,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7177,0,'block_settings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7178,0,'block_site_main_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7179,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7180,0,'block_site_main_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7181,0,'block_social_activities','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7182,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7183,0,'block_social_activities','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7184,0,'block_starredcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7185,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7186,0,'block_starredcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7187,0,'block_tag_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7188,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7189,0,'block_tag_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7190,0,'block_tag_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7191,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7192,0,'block_tag_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7193,0,'block_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7194,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7195,0,'block_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7196,0,'block_timeline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7197,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7198,0,'block_timeline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7199,0,'media_html5audio','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7200,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7201,0,'media_html5audio','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7202,0,'media_html5video','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7203,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7204,0,'media_html5video','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7205,0,'media_videojs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7206,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7207,0,'media_videojs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7208,0,'media_vimeo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7209,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7210,0,'media_vimeo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7211,0,'media_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7212,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7213,0,'media_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7214,0,'filter_activitynames','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7215,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7216,0,'filter_activitynames','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7217,0,'filter_algebra','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7218,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7219,0,'filter_algebra','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7220,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857223),(7221,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7222,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1696857223),(7223,0,'filter_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7224,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7225,0,'filter_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7226,0,'filter_displayh5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7227,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7228,0,'filter_displayh5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7229,0,'filter_emailprotect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7230,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7231,0,'filter_emailprotect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7232,0,'filter_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7233,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7234,0,'filter_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7235,0,'filter_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7236,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7237,0,'filter_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7238,0,'filter_mathjaxloader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7239,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7240,0,'filter_mathjaxloader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7241,0,'filter_mediaplugin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7242,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7243,0,'filter_mediaplugin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7244,0,'filter_multilang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7245,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7246,0,'filter_multilang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7247,0,'filter_tex','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7248,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7249,0,'filter_tex','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7250,0,'filter_tidy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7251,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7252,0,'filter_tidy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7253,0,'filter_urltolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7254,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7255,0,'filter_urltolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7256,0,'filter_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7257,0,'filter_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7258,0,'filter_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7259,0,'editor_atto','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7260,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7261,0,'editor_atto','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7262,0,'editor_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7263,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7264,0,'editor_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7265,0,'editor_tiny','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7266,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7267,0,'editor_tiny','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7268,0,'format_singleactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7269,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7270,0,'format_singleactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7271,0,'format_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7272,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7273,0,'format_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7274,0,'format_topics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7275,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7276,0,'format_topics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7277,0,'format_weeks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7278,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7279,0,'format_weeks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7280,0,'dataformat_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7281,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7282,0,'dataformat_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7283,0,'dataformat_excel','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7284,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7285,0,'dataformat_excel','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7286,0,'dataformat_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7287,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7288,0,'dataformat_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7289,0,'dataformat_json','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7290,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7291,0,'dataformat_json','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7292,0,'dataformat_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7293,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7294,0,'dataformat_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7295,0,'dataformat_pdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7296,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7297,0,'dataformat_pdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7298,0,'profilefield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7299,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7300,0,'profilefield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7301,0,'profilefield_datetime','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7302,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7303,0,'profilefield_datetime','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7304,0,'profilefield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7305,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7306,0,'profilefield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7307,0,'profilefield_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7308,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7309,0,'profilefield_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7310,0,'profilefield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7311,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7312,0,'profilefield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7313,0,'profilefield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7314,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7315,0,'profilefield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7316,0,'report_backups','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7317,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7318,0,'report_backups','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7319,0,'report_competency','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7320,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7321,0,'report_competency','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7322,0,'report_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7323,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7324,0,'report_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7325,0,'report_configlog','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7326,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7327,0,'report_configlog','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7328,0,'report_courseoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7329,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7330,0,'report_courseoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7331,0,'report_eventlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7332,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7333,0,'report_eventlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7334,0,'report_infectedfiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7335,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7336,0,'report_infectedfiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7337,0,'report_insights','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7338,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7339,0,'report_insights','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7340,0,'report_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7341,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7342,0,'report_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7343,0,'report_loglive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7344,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7345,0,'report_loglive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7346,0,'report_outline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7347,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7348,0,'report_outline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7349,0,'report_participation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7350,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7351,0,'report_participation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7352,0,'report_performance','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7353,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7354,0,'report_performance','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7355,0,'report_progress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7356,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7357,0,'report_progress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7358,0,'report_questioninstances','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7359,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7360,0,'report_questioninstances','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7361,0,'report_security','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7362,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7363,0,'report_security','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7364,0,'report_stats','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7365,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7366,0,'report_stats','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7367,0,'report_status','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7368,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7369,0,'report_status','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7370,0,'report_usersessions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7371,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7372,0,'report_usersessions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7373,0,'gradeexport_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7374,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7375,0,'gradeexport_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7376,0,'gradeexport_txt','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7377,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7378,0,'gradeexport_txt','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7379,0,'gradeexport_xls','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7380,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7381,0,'gradeexport_xls','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7382,0,'gradeexport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7383,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7384,0,'gradeexport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7385,0,'gradeimport_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7386,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7387,0,'gradeimport_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7388,0,'gradeimport_direct','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7389,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7390,0,'gradeimport_direct','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7391,0,'gradeimport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7392,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7393,0,'gradeimport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7394,0,'gradereport_grader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7395,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7396,0,'gradereport_grader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7397,0,'gradereport_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7398,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7399,0,'gradereport_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7400,0,'gradereport_outcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7401,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7402,0,'gradereport_outcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7403,0,'gradereport_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7404,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7405,0,'gradereport_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7406,0,'gradereport_singleview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7407,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7408,0,'gradereport_singleview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7409,0,'gradereport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7410,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7411,0,'gradereport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7412,0,'gradereport_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7413,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7414,0,'gradereport_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7415,0,'gradingform_guide','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7416,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7417,0,'gradingform_guide','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7418,0,'gradingform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7419,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7420,0,'gradingform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7421,0,'mlbackend_php','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7422,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7423,0,'mlbackend_php','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7424,0,'mlbackend_python','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7425,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7426,0,'mlbackend_python','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7427,0,'mnetservice_enrol','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7428,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7429,0,'mnetservice_enrol','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7430,0,'webservice_rest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7431,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7432,0,'webservice_rest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7433,0,'webservice_soap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7434,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7435,0,'webservice_soap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7436,0,'repository_areafiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7437,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7438,0,'repository_areafiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7439,0,'repository_contentbank','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7440,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7441,0,'repository_contentbank','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7442,0,'repository_coursefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7443,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7444,0,'repository_coursefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7445,0,'repository_dropbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7446,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7447,0,'repository_dropbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7448,0,'repository_equella','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7449,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7450,0,'repository_equella','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7451,0,'repository_filesystem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7452,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7453,0,'repository_filesystem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7454,0,'repository_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7455,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7456,0,'repository_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7457,0,'repository_flickr_public','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7458,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7459,0,'repository_flickr_public','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7460,0,'repository_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7461,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7462,0,'repository_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7463,0,'repository_local','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7464,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7465,0,'repository_local','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7466,0,'repository_merlot','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7467,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7468,0,'repository_merlot','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7469,0,'repository_nextcloud','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7470,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7471,0,'repository_nextcloud','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7472,0,'repository_onedrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7473,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7474,0,'repository_onedrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7475,0,'repository_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7476,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7477,0,'repository_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7478,0,'repository_s3','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7479,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7480,0,'repository_s3','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7481,0,'repository_upload','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7482,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7483,0,'repository_upload','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7484,0,'repository_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7485,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7486,0,'repository_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7487,0,'repository_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7488,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7489,0,'repository_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7490,0,'repository_webdav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7491,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7492,0,'repository_webdav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7493,0,'repository_wikimedia','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7494,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7495,0,'repository_wikimedia','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7496,0,'repository_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7497,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7498,0,'repository_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7499,0,'portfolio_download','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7500,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7501,0,'portfolio_download','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7502,0,'portfolio_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7503,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7504,0,'portfolio_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7505,0,'portfolio_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7506,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7507,0,'portfolio_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7508,0,'portfolio_mahara','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7509,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7510,0,'portfolio_mahara','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7511,0,'search_simpledb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7512,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7513,0,'search_simpledb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7514,0,'search_solr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7515,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7516,0,'search_solr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7517,0,'qbank_bulkmove','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7518,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7519,0,'qbank_bulkmove','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7520,0,'qbank_columnsortorder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7521,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7522,0,'qbank_columnsortorder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7523,0,'qbank_comment','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7524,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7525,0,'qbank_comment','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7526,0,'qbank_customfields','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7527,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7528,0,'qbank_customfields','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7529,0,'qbank_deletequestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7530,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7531,0,'qbank_deletequestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7532,0,'qbank_editquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7533,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7534,0,'qbank_editquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7535,0,'qbank_exportquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7536,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7537,0,'qbank_exportquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7538,0,'qbank_exporttoxml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7539,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7540,0,'qbank_exporttoxml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7541,0,'qbank_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7542,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7543,0,'qbank_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7544,0,'qbank_importquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7545,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7546,0,'qbank_importquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7547,0,'qbank_managecategories','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7548,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7549,0,'qbank_managecategories','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7550,0,'qbank_previewquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7551,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7552,0,'qbank_previewquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7553,0,'qbank_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7554,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7555,0,'qbank_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7556,0,'qbank_tagquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7557,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7558,0,'qbank_tagquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7559,0,'qbank_usage','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7560,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7561,0,'qbank_usage','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7562,0,'qbank_viewcreator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7563,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7564,0,'qbank_viewcreator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7565,0,'qbank_viewquestionname','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7566,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7567,0,'qbank_viewquestionname','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7568,0,'qbank_viewquestiontext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7569,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7570,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7571,0,'qbank_viewquestiontype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7572,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7573,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7574,0,'qbehaviour_adaptive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7575,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7576,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7577,0,'qbehaviour_adaptivenopenalty','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7578,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7579,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7580,0,'qbehaviour_deferredcbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7581,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7582,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7583,0,'qbehaviour_deferredfeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7584,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7585,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7586,0,'qbehaviour_immediatecbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7587,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7588,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7589,0,'qbehaviour_immediatefeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7590,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7591,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7592,0,'qbehaviour_informationitem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7593,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7594,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7595,0,'qbehaviour_interactive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7596,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7597,0,'qbehaviour_interactive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7598,0,'qbehaviour_interactivecountback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7599,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7600,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7601,0,'qbehaviour_manualgraded','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7602,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7603,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7604,0,'qbehaviour_missing','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7605,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7606,0,'qbehaviour_missing','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7607,0,'qformat_aiken','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7608,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7609,0,'qformat_aiken','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7610,0,'qformat_blackboard_six','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7611,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7612,0,'qformat_blackboard_six','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7613,0,'qformat_gift','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7614,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7615,0,'qformat_gift','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7616,0,'qformat_missingword','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7617,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7618,0,'qformat_missingword','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7619,0,'qformat_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7620,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7621,0,'qformat_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7622,0,'qformat_xhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7623,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7624,0,'qformat_xhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7625,0,'qformat_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7626,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7627,0,'qformat_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7628,0,'tool_admin_presets','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7629,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7630,0,'tool_admin_presets','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7631,0,'tool_analytics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7632,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7633,0,'tool_analytics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7634,0,'tool_availabilityconditions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7635,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7636,0,'tool_availabilityconditions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7637,0,'tool_behat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7638,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7639,0,'tool_behat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7640,0,'tool_brickfield','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7641,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7642,0,'tool_brickfield','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7643,0,'tool_capability','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7644,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7645,0,'tool_capability','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7646,0,'tool_cohortroles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7647,0,'tool_cohortroles','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7648,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7649,0,'tool_cohortroles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7650,0,'tool_componentlibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7651,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7652,0,'tool_componentlibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7653,0,'tool_customlang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7654,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7655,0,'tool_customlang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7656,0,'tool_dataprivacy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7657,0,'tool_dataprivacy','2023062700','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7658,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7659,0,'tool_dataprivacy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7660,0,'tool_dbtransfer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7661,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7662,0,'tool_dbtransfer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7663,0,'tool_filetypes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7664,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7665,0,'tool_filetypes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7666,0,'tool_generator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7667,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7668,0,'tool_generator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7669,0,'tool_httpsreplace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7670,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7671,0,'tool_httpsreplace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7672,0,'tool_innodb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7673,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7674,0,'tool_innodb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7675,0,'tool_installaddon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7676,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7677,0,'tool_installaddon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7678,0,'tool_langimport','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7679,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7680,0,'tool_langimport','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7681,0,'tool_licensemanager','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7682,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7683,0,'tool_licensemanager','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7684,0,'tool_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7685,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7686,0,'tool_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7687,0,'tool_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7688,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7689,0,'tool_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7690,0,'tool_lpimportcsv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7691,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7692,0,'tool_lpimportcsv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7693,0,'tool_lpmigrate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7694,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7695,0,'tool_lpmigrate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7696,0,'tool_messageinbound','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7697,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7698,0,'tool_messageinbound','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7699,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857229),(7700,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7701,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1696857229),(7702,0,'tool_mobile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7703,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7704,0,'tool_mobile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7705,0,'tool_monitor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7706,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7707,0,'tool_monitor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7708,0,'tool_moodlenet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7709,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7710,0,'tool_moodlenet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7711,0,'tool_multilangupgrade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7712,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7713,0,'tool_multilangupgrade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7714,0,'tool_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7715,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7716,0,'tool_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7717,0,'tool_phpunit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7718,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7719,0,'tool_phpunit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7720,0,'tool_policy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7721,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7722,0,'tool_policy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7723,0,'tool_profiling','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7724,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7725,0,'tool_profiling','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7726,0,'tool_recyclebin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7727,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7728,0,'tool_recyclebin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7729,0,'tool_replace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7730,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7731,0,'tool_replace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7732,0,'tool_spamcleaner','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7733,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7734,0,'tool_spamcleaner','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7735,0,'tool_task','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7736,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7737,0,'tool_task','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7738,0,'tool_templatelibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7739,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7740,0,'tool_templatelibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7741,0,'tool_unsuproles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7742,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7743,0,'tool_unsuproles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7744,0,'tool_uploadcourse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7745,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7746,0,'tool_uploadcourse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7747,0,'tool_uploaduser','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7748,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7749,0,'tool_uploaduser','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7750,0,'tool_usertours','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7751,0,'tool_usertours','2023053000','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7752,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7753,0,'tool_usertours','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7754,0,'tool_xmldb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7755,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7756,0,'tool_xmldb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7757,0,'cachestore_apcu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7758,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7759,0,'cachestore_apcu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7760,0,'cachestore_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7761,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7762,0,'cachestore_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7763,0,'cachestore_redis','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7764,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7765,0,'cachestore_redis','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7766,0,'cachestore_session','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7767,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7768,0,'cachestore_session','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7769,0,'cachestore_static','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7770,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7771,0,'cachestore_static','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7772,0,'cachelock_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7773,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7774,0,'cachelock_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7775,0,'fileconverter_googledrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7776,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7777,0,'fileconverter_googledrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7778,0,'fileconverter_unoconv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7779,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7780,0,'fileconverter_unoconv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7781,0,'contenttype_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7782,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7783,0,'contenttype_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7784,0,'theme_boost','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7785,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7786,0,'theme_boost','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7787,0,'theme_classic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7788,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7789,0,'theme_classic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7790,0,'local_wirisquizzes','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857230),(7791,0,'local_wirisquizzes','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857230),(7792,0,'local_wirisquizzes','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857230),(7793,0,'h5plib_v124','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7794,0,'h5plib_v124','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7795,0,'h5plib_v124','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7796,0,'paygw_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7797,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7798,0,'paygw_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7799,0,'assignsubmission_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7800,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7801,0,'assignsubmission_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7802,0,'assignsubmission_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7803,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7804,0,'assignsubmission_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7805,0,'assignsubmission_onlinetext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7806,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7807,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7808,0,'assignfeedback_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7809,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7810,0,'assignfeedback_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7811,0,'assignfeedback_editpdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7812,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7813,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7814,0,'assignfeedback_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7815,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7816,0,'assignfeedback_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7817,0,'assignfeedback_offline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7818,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7819,0,'assignfeedback_offline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7820,0,'booktool_exportimscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7821,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7822,0,'booktool_exportimscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7823,0,'booktool_importhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7824,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7825,0,'booktool_importhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7826,0,'booktool_print','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7827,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7828,0,'booktool_print','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7829,0,'datafield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7830,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7831,0,'datafield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7832,0,'datafield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7833,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7834,0,'datafield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7835,0,'datafield_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7836,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7837,0,'datafield_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7838,0,'datafield_latlong','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7839,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7840,0,'datafield_latlong','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7841,0,'datafield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7842,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7843,0,'datafield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7844,0,'datafield_multimenu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7845,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7846,0,'datafield_multimenu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7847,0,'datafield_number','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7848,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7849,0,'datafield_number','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7850,0,'datafield_picture','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7851,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7852,0,'datafield_picture','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7853,0,'datafield_radiobutton','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7854,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7855,0,'datafield_radiobutton','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7856,0,'datafield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7857,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7858,0,'datafield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7859,0,'datafield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7860,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7861,0,'datafield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7862,0,'datafield_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7863,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7864,0,'datafield_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7865,0,'datapreset_imagegallery','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7866,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7867,0,'datapreset_imagegallery','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7868,0,'datapreset_journal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7869,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7870,0,'datapreset_journal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7871,0,'datapreset_proposals','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7872,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7873,0,'datapreset_proposals','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7874,0,'datapreset_resources','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7875,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7876,0,'datapreset_resources','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7877,0,'forumreport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7878,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7879,0,'forumreport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7880,0,'ltiservice_basicoutcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7881,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7882,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7883,0,'ltiservice_gradebookservices','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7884,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7885,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7886,0,'ltiservice_memberships','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7887,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7888,0,'ltiservice_memberships','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7889,0,'ltiservice_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7890,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7891,0,'ltiservice_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7892,0,'ltiservice_toolproxy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7893,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7894,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7895,0,'ltiservice_toolsettings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7896,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7897,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7898,0,'quiz_grading','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7899,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7900,0,'quiz_grading','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7901,0,'quiz_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7902,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7903,0,'quiz_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7904,0,'quiz_responses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7905,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7906,0,'quiz_responses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7907,0,'quiz_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7908,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7909,0,'quiz_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7910,0,'quizaccess_delaybetweenattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7911,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7912,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7913,0,'quizaccess_ipaddress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7914,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7915,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7916,0,'quizaccess_numattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7917,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7918,0,'quizaccess_numattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7919,0,'quizaccess_offlineattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7920,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7921,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7922,0,'quizaccess_openclosedate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7923,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7924,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7925,0,'quizaccess_password','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7926,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7927,0,'quizaccess_password','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7928,0,'quizaccess_seb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7929,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7930,0,'quizaccess_seb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7931,0,'quizaccess_securewindow','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7932,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7933,0,'quizaccess_securewindow','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7934,0,'quizaccess_timelimit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7935,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7936,0,'quizaccess_timelimit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7937,0,'scormreport_basic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7938,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7939,0,'scormreport_basic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7940,0,'scormreport_graphs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7941,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7942,0,'scormreport_graphs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7943,0,'scormreport_interactions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7944,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7945,0,'scormreport_interactions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7946,0,'scormreport_objectives','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7947,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7948,0,'scormreport_objectives','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7949,0,'workshopform_accumulative','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7950,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7951,0,'workshopform_accumulative','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7952,0,'workshopform_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7953,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7954,0,'workshopform_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7955,0,'workshopform_numerrors','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7956,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7957,0,'workshopform_numerrors','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7958,0,'workshopform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7959,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7960,0,'workshopform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7961,0,'workshopallocation_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7962,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7963,0,'workshopallocation_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7964,0,'workshopallocation_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7965,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7966,0,'workshopallocation_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7967,0,'workshopallocation_scheduled','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7968,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7969,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7970,0,'workshopeval_best','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7971,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7972,0,'workshopeval_best','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7973,0,'atto_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7974,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7975,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7976,0,'atto_accessibilityhelper','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7977,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7978,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7979,0,'atto_align','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7980,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7981,0,'atto_align','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7982,0,'atto_backcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7983,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7984,0,'atto_backcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7985,0,'atto_bold','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7986,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7987,0,'atto_bold','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7988,0,'atto_charmap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7989,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7990,0,'atto_charmap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7991,0,'atto_clear','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7992,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7993,0,'atto_clear','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7994,0,'atto_collapse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7995,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7996,0,'atto_collapse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7997,0,'atto_emojipicker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7998,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7999,0,'atto_emojipicker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8000,0,'atto_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8001,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8002,0,'atto_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8003,0,'atto_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8004,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8005,0,'atto_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8006,0,'atto_fontcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8007,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8008,0,'atto_fontcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8009,0,'atto_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8010,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8011,0,'atto_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8012,0,'atto_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8013,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8014,0,'atto_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8015,0,'atto_image','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8016,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8017,0,'atto_image','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8018,0,'atto_indent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8019,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8020,0,'atto_indent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8021,0,'atto_italic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8022,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8023,0,'atto_italic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8024,0,'atto_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8025,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8026,0,'atto_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8027,0,'atto_managefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8028,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8029,0,'atto_managefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8030,0,'atto_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8031,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8032,0,'atto_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8033,0,'atto_noautolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8034,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8035,0,'atto_noautolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8036,0,'atto_orderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8037,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8038,0,'atto_orderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8039,0,'atto_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8040,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8041,0,'atto_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8042,0,'atto_rtl','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8043,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8044,0,'atto_rtl','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8045,0,'atto_strike','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8046,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8047,0,'atto_strike','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8048,0,'atto_subscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8049,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8050,0,'atto_subscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8051,0,'atto_superscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8052,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8053,0,'atto_superscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8054,0,'atto_table','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8055,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8056,0,'atto_table','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8057,0,'atto_title','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8058,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8059,0,'atto_title','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8060,0,'atto_underline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8061,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8062,0,'atto_underline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8063,0,'atto_undo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8064,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8065,0,'atto_undo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8066,0,'atto_unorderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8067,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8068,0,'atto_unorderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8069,0,'atto_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8070,0,'atto_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8071,0,'atto_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8072,0,'tiny_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8073,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8074,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8075,0,'tiny_autosave','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8076,0,'tiny_autosave','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8077,0,'tiny_autosave','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8078,0,'tiny_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8079,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8080,0,'tiny_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8081,0,'tiny_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8082,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8083,0,'tiny_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8084,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8085,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8086,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8087,0,'tiny_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8088,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8089,0,'tiny_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8090,0,'tiny_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8091,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8092,0,'tiny_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8093,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8094,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8095,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8096,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8097,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8098,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8099,0,'tiny_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8100,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8101,0,'tiny_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8102,0,'tiny_wiris','2022112300','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8103,0,'tiny_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8104,0,'tiny_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8105,0,'logstore_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8106,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8107,0,'logstore_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8108,0,'logstore_standard','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8109,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8110,0,'logstore_standard','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8111,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8112,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8113,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8114,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8115,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8116,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8117,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8118,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8119,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8120,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8121,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8122,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8123,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8124,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8125,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8126,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8127,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8128,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8129,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8130,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8131,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8132,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8133,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8134,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8135,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8136,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8137,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8138,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8139,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8140,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8141,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8142,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8143,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8144,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8145,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8146,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8147,0,'core','2023100900','2024042203.09','Starting core upgrade',NULL,'',0,1727707757),(8148,0,'core','2023110900','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707757),(8149,0,'core','2023120100.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707757),(8150,0,'core','2023121800.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8151,0,'core','2023122100.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8152,0,'core','2023122100.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8153,0,'core','2024010400.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8154,0,'core','2024012300','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8155,0,'core','2024020200.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8156,0,'core','2024021500.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8157,0,'core','2024021500.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8158,0,'core','2024022300.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8159,0,'core','2024030500.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8160,0,'core','2024030500.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8161,0,'core','2024032600.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8162,0,'core','2024041200','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8163,0,'core','2024042201.09','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8164,0,'core','2024042203.08','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8165,0,'core','2024042203.09','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8166,0,'core','2024042203.09','2024042203.09','Core upgraded',NULL,'',0,1727707765),(8167,0,'antivirus_clamav','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707765),(8168,0,'antivirus_clamav','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707765),(8169,0,'antivirus_clamav','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707765),(8170,0,'availability_completion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707765),(8171,0,'availability_completion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707765),(8172,0,'availability_completion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707765),(8173,0,'availability_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707765),(8174,0,'availability_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707765),(8175,0,'availability_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8176,0,'availability_grade','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8177,0,'availability_grade','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8178,0,'availability_grade','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8179,0,'availability_group','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8180,0,'availability_group','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8181,0,'availability_group','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8182,0,'availability_grouping','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8183,0,'availability_grouping','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8184,0,'availability_grouping','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8185,0,'availability_profile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8186,0,'availability_profile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8187,0,'availability_profile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8188,0,'qtype_calculated','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8189,0,'qtype_calculated','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8190,0,'qtype_calculated','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8191,0,'qtype_calculatedmulti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8192,0,'qtype_calculatedmulti','2024011700','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8193,0,'qtype_calculatedmulti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8194,0,'qtype_calculatedmulti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8195,0,'qtype_calculatedsimple','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8196,0,'qtype_calculatedsimple','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8197,0,'qtype_calculatedsimple','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8198,0,'qtype_ddimageortext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8199,0,'qtype_ddimageortext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8200,0,'qtype_ddimageortext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8201,0,'qtype_ddmarker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8202,0,'qtype_ddmarker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8203,0,'qtype_ddmarker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8204,0,'qtype_ddwtos','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8205,0,'qtype_ddwtos','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8206,0,'qtype_ddwtos','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8207,0,'qtype_description','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8208,0,'qtype_description','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8209,0,'qtype_description','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8210,0,'qtype_essay','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8211,0,'qtype_essay','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8212,0,'qtype_essay','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8213,0,'qtype_essaywiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707767),(8214,0,'qtype_essaywiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707767),(8215,0,'qtype_essaywiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707767),(8216,0,'qtype_gapselect','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8217,0,'qtype_gapselect','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8218,0,'qtype_gapselect','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8219,0,'qtype_match','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8220,0,'qtype_match','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8221,0,'qtype_match','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8222,0,'qtype_matchwiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707767),(8223,0,'qtype_matchwiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707767),(8224,0,'qtype_matchwiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707767),(8225,0,'qtype_missingtype','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8226,0,'qtype_missingtype','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707768),(8227,0,'qtype_missingtype','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707768),(8228,0,'qtype_multianswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707768),(8229,0,'qtype_multianswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707768),(8230,0,'qtype_multianswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707768),(8231,0,'qtype_multianswerwiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707768),(8232,0,'qtype_multianswerwiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707768),(8233,0,'qtype_multianswerwiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707768),(8234,0,'qtype_multichoice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707768),(8235,0,'qtype_multichoice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707768),(8236,0,'qtype_multichoice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707769),(8237,0,'qtype_multichoicewiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707769),(8238,0,'qtype_multichoicewiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707769),(8239,0,'qtype_multichoicewiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707769),(8240,0,'qtype_numerical','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707769),(8241,0,'qtype_numerical','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707769),(8242,0,'qtype_numerical','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707769),(8243,0,'qtype_ordering',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707769),(8244,0,'qtype_ordering','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707769),(8245,0,'qtype_ordering','2024042200','2024042200','Plugin installed',NULL,'',0,1727707770),(8246,0,'qtype_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8247,0,'qtype_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8248,0,'qtype_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8249,0,'qtype_randomsamatch','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8250,0,'qtype_randomsamatch','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8251,0,'qtype_randomsamatch','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8252,0,'qtype_shortanswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8253,0,'qtype_shortanswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8254,0,'qtype_shortanswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8255,0,'qtype_shortanswerwiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707770),(8256,0,'qtype_shortanswerwiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707770),(8257,0,'qtype_shortanswerwiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707770),(8258,0,'qtype_truefalse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8259,0,'qtype_truefalse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8260,0,'qtype_truefalse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8261,0,'qtype_truefalsewiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707771),(8262,0,'qtype_truefalsewiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707771),(8263,0,'qtype_truefalsewiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707771),(8264,0,'qtype_wq','2023092202','2024032204','Starting plugin upgrade',NULL,'',0,1727707771),(8265,0,'qtype_wq','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707771),(8266,0,'qtype_wq','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707771),(8267,0,'mod_assign','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8268,0,'mod_assign','2023103000','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8269,0,'mod_assign','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8270,0,'mod_assign','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707771),(8271,0,'mod_bigbluebuttonbn','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8272,0,'mod_bigbluebuttonbn','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8273,0,'mod_bigbluebuttonbn','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707771),(8274,0,'mod_book','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8275,0,'mod_book','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8276,0,'mod_book','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707771),(8277,0,'mod_chat','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8278,0,'mod_chat','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8279,0,'mod_chat','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8280,0,'mod_choice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8281,0,'mod_choice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8282,0,'mod_choice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8283,0,'mod_data','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727707772),(8284,0,'mod_data','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727707772),(8285,0,'mod_data','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727707772),(8286,0,'mod_feedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8287,0,'mod_feedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8288,0,'mod_feedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8289,0,'mod_folder','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8290,0,'mod_folder','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8291,0,'mod_folder','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8292,0,'mod_forum','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8293,0,'mod_forum','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8294,0,'mod_forum','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8295,0,'mod_glossary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8296,0,'mod_glossary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8297,0,'mod_glossary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8298,0,'mod_h5pactivity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8299,0,'mod_h5pactivity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8300,0,'mod_h5pactivity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8301,0,'mod_imscp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8302,0,'mod_imscp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8303,0,'mod_imscp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8304,0,'mod_label','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8305,0,'mod_label','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8306,0,'mod_label','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8307,0,'mod_lesson','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8308,0,'mod_lesson','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8309,0,'mod_lesson','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8310,0,'mod_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8311,0,'mod_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8312,0,'mod_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8313,0,'mod_page','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8314,0,'mod_page','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8315,0,'mod_page','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8316,0,'mod_quiz','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8317,0,'mod_quiz','2023112300','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8318,0,'mod_quiz','2023112400','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8319,0,'mod_quiz','2023112401','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8320,0,'mod_quiz','2023112402','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8321,0,'mod_quiz','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8322,0,'mod_quiz','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707774),(8323,0,'mod_resource','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707774),(8324,0,'mod_resource','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8325,0,'mod_resource','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707774),(8326,0,'mod_scorm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707774),(8327,0,'mod_scorm','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8328,0,'mod_scorm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8329,0,'mod_scorm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707774),(8330,0,'mod_survey','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707774),(8331,0,'mod_survey','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8332,0,'mod_survey','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8333,0,'mod_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8334,0,'mod_url','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8335,0,'mod_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8336,0,'mod_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8337,0,'mod_wiki','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8338,0,'mod_wiki','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8339,0,'mod_wiki','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8340,0,'mod_workshop','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8341,0,'mod_workshop','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8342,0,'mod_workshop','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8343,0,'auth_cas','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8344,0,'auth_cas','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8345,0,'auth_cas','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8346,0,'auth_db','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8347,0,'auth_db','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8348,0,'auth_db','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8349,0,'auth_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8350,0,'auth_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8351,0,'auth_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8352,0,'auth_ldap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8353,0,'auth_ldap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8354,0,'auth_ldap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8355,0,'auth_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8356,0,'auth_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8357,0,'auth_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8358,0,'auth_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8359,0,'auth_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8360,0,'auth_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8361,0,'auth_mnet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8362,0,'auth_mnet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8363,0,'auth_mnet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8364,0,'auth_nologin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8365,0,'auth_nologin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8366,0,'auth_nologin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8367,0,'auth_none','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8368,0,'auth_none','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8369,0,'auth_none','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8370,0,'auth_oauth2','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8371,0,'auth_oauth2','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8372,0,'auth_oauth2','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8373,0,'auth_shibboleth','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8374,0,'auth_shibboleth','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8375,0,'auth_shibboleth','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8376,0,'auth_webservice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8377,0,'auth_webservice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8378,0,'auth_webservice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8379,0,'calendartype_gregorian','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8380,0,'calendartype_gregorian','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8381,0,'calendartype_gregorian','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8382,0,'communication_customlink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8383,0,'communication_customlink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8384,0,'communication_customlink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8385,0,'communication_matrix','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8386,0,'communication_matrix','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8387,0,'communication_matrix','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8388,0,'customfield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8389,0,'customfield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8390,0,'customfield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8391,0,'customfield_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8392,0,'customfield_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8393,0,'customfield_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8394,0,'customfield_select','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8395,0,'customfield_select','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8396,0,'customfield_select','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8397,0,'customfield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8398,0,'customfield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8399,0,'customfield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8400,0,'customfield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8401,0,'customfield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8402,0,'customfield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8403,0,'enrol_category','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8404,0,'enrol_category','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8405,0,'enrol_category','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8406,0,'enrol_cohort','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8407,0,'enrol_cohort','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8408,0,'enrol_cohort','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8409,0,'enrol_database','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8410,0,'enrol_database','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8411,0,'enrol_database','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8412,0,'enrol_fee','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8413,0,'enrol_fee','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8414,0,'enrol_fee','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8415,0,'enrol_flatfile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8416,0,'enrol_flatfile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8417,0,'enrol_flatfile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8418,0,'enrol_guest','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8419,0,'enrol_guest','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8420,0,'enrol_guest','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8421,0,'enrol_imsenterprise','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8422,0,'enrol_imsenterprise','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8423,0,'enrol_imsenterprise','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8424,0,'enrol_ldap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8425,0,'enrol_ldap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8426,0,'enrol_ldap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8427,0,'enrol_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8428,0,'enrol_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8429,0,'enrol_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8430,0,'enrol_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8431,0,'enrol_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8432,0,'enrol_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8433,0,'enrol_meta','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8434,0,'enrol_meta','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8435,0,'enrol_meta','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8436,0,'enrol_mnet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8437,0,'enrol_mnet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8438,0,'enrol_mnet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8439,0,'enrol_paypal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8440,0,'enrol_paypal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8441,0,'enrol_paypal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8442,0,'enrol_self','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8443,0,'enrol_self','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8444,0,'enrol_self','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8445,0,'message_airnotifier','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8446,0,'message_airnotifier','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8447,0,'message_airnotifier','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8448,0,'message_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8449,0,'message_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8450,0,'message_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8451,0,'message_popup','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8452,0,'message_popup','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8453,0,'message_popup','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8454,0,'block_accessreview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8455,0,'block_accessreview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8456,0,'block_accessreview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8457,0,'block_activity_modules','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8458,0,'block_activity_modules','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8459,0,'block_activity_modules','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8460,0,'block_activity_results','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8461,0,'block_activity_results','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8462,0,'block_activity_results','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8463,0,'block_admin_bookmarks','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8464,0,'block_admin_bookmarks','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8465,0,'block_admin_bookmarks','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8466,0,'block_badges','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8467,0,'block_badges','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8468,0,'block_badges','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8469,0,'block_blog_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8470,0,'block_blog_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8471,0,'block_blog_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8472,0,'block_blog_recent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8473,0,'block_blog_recent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8474,0,'block_blog_recent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8475,0,'block_blog_tags','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8476,0,'block_blog_tags','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8477,0,'block_blog_tags','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8478,0,'block_calendar_month','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8479,0,'block_calendar_month','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8480,0,'block_calendar_month','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8481,0,'block_calendar_upcoming','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8482,0,'block_calendar_upcoming','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8483,0,'block_calendar_upcoming','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8484,0,'block_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8485,0,'block_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8486,0,'block_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8487,0,'block_completionstatus','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8488,0,'block_completionstatus','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8489,0,'block_completionstatus','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8490,0,'block_course_list','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8491,0,'block_course_list','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8492,0,'block_course_list','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8493,0,'block_course_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8494,0,'block_course_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8495,0,'block_course_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8496,0,'block_feedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8497,0,'block_feedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8498,0,'block_feedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8499,0,'block_globalsearch','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8500,0,'block_globalsearch','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8501,0,'block_globalsearch','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8502,0,'block_glossary_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8503,0,'block_glossary_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8504,0,'block_glossary_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8505,0,'block_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8506,0,'block_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8507,0,'block_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8508,0,'block_login','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8509,0,'block_login','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8510,0,'block_login','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8511,0,'block_lp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8512,0,'block_lp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8513,0,'block_lp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8514,0,'block_mentees','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8515,0,'block_mentees','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8516,0,'block_mentees','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8517,0,'block_mnet_hosts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8518,0,'block_mnet_hosts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8519,0,'block_mnet_hosts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8520,0,'block_myoverview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8521,0,'block_myoverview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8522,0,'block_myoverview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8523,0,'block_myprofile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8524,0,'block_myprofile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8525,0,'block_myprofile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8526,0,'block_navigation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8527,0,'block_navigation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8528,0,'block_navigation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8529,0,'block_news_items','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8530,0,'block_news_items','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8531,0,'block_news_items','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8532,0,'block_online_users','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8533,0,'block_online_users','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8534,0,'block_online_users','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8535,0,'block_private_files','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8536,0,'block_private_files','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8537,0,'block_private_files','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8538,0,'block_recent_activity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8539,0,'block_recent_activity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8540,0,'block_recent_activity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8541,0,'block_recentlyaccessedcourses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8542,0,'block_recentlyaccessedcourses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8543,0,'block_recentlyaccessedcourses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8544,0,'block_recentlyaccesseditems','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8545,0,'block_recentlyaccesseditems','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8546,0,'block_recentlyaccesseditems','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8547,0,'block_rss_client','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8548,0,'block_rss_client','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8549,0,'block_rss_client','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8550,0,'block_search_forums','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8551,0,'block_search_forums','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8552,0,'block_search_forums','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8553,0,'block_section_links','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8554,0,'block_section_links','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8555,0,'block_section_links','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8556,0,'block_selfcompletion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8557,0,'block_selfcompletion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8558,0,'block_selfcompletion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8559,0,'block_settings','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8560,0,'block_settings','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8561,0,'block_settings','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8562,0,'block_site_main_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8563,0,'block_site_main_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8564,0,'block_site_main_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8565,0,'block_social_activities','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8566,0,'block_social_activities','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8567,0,'block_social_activities','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8568,0,'block_starredcourses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8569,0,'block_starredcourses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8570,0,'block_starredcourses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8571,0,'block_tag_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8572,0,'block_tag_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8573,0,'block_tag_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8574,0,'block_tag_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8575,0,'block_tag_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8576,0,'block_tag_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8577,0,'block_tags','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8578,0,'block_tags','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8579,0,'block_tags','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8580,0,'block_timeline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8581,0,'block_timeline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8582,0,'block_timeline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8583,0,'media_html5audio','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8584,0,'media_html5audio','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8585,0,'media_html5audio','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8586,0,'media_html5video','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8587,0,'media_html5video','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8588,0,'media_html5video','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8589,0,'media_videojs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8590,0,'media_videojs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8591,0,'media_videojs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8592,0,'media_vimeo','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8593,0,'media_vimeo','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8594,0,'media_vimeo','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8595,0,'media_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8596,0,'media_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8597,0,'media_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8598,0,'filter_activitynames','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8599,0,'filter_activitynames','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8600,0,'filter_activitynames','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8601,0,'filter_algebra','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8602,0,'filter_algebra','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8603,0,'filter_algebra','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8604,0,'filter_codehighlighter','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8605,0,'filter_codehighlighter','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8606,0,'filter_codehighlighter','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8607,0,'filter_data','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8608,0,'filter_data','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8609,0,'filter_data','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8610,0,'filter_displayh5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8611,0,'filter_displayh5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8612,0,'filter_displayh5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8613,0,'filter_emailprotect','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8614,0,'filter_emailprotect','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8615,0,'filter_emailprotect','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8616,0,'filter_emoticon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8617,0,'filter_emoticon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8618,0,'filter_emoticon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8619,0,'filter_glossary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8620,0,'filter_glossary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8621,0,'filter_glossary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8622,0,'filter_mathjaxloader','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8623,0,'filter_mathjaxloader','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8624,0,'filter_mathjaxloader','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8625,0,'filter_mediaplugin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8626,0,'filter_mediaplugin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8627,0,'filter_mediaplugin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8628,0,'filter_multilang','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8629,0,'filter_multilang','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8630,0,'filter_multilang','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8631,0,'filter_tex','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8632,0,'filter_tex','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8633,0,'filter_tex','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8634,0,'filter_tidy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8635,0,'filter_tidy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8636,0,'filter_tidy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8637,0,'filter_urltolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8638,0,'filter_urltolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8639,0,'filter_urltolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8640,0,'filter_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727707788),(8641,0,'filter_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727707788),(8642,0,'filter_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727707788),(8643,0,'editor_atto','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8644,0,'editor_atto','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8645,0,'editor_atto','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8646,0,'editor_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8647,0,'editor_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8648,0,'editor_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8649,0,'editor_tiny','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8650,0,'editor_tiny','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8651,0,'editor_tiny','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8652,0,'format_singleactivity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8653,0,'format_singleactivity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8654,0,'format_singleactivity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8655,0,'format_social','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8656,0,'format_social','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8657,0,'format_social','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8658,0,'format_topics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8659,0,'format_topics','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8660,0,'format_topics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8661,0,'format_topics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8662,0,'format_weeks','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8663,0,'format_weeks','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8664,0,'format_weeks','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8665,0,'dataformat_csv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8666,0,'dataformat_csv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8667,0,'dataformat_csv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8668,0,'dataformat_excel','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8669,0,'dataformat_excel','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8670,0,'dataformat_excel','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8671,0,'dataformat_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8672,0,'dataformat_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707790),(8673,0,'dataformat_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707790),(8674,0,'dataformat_json','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707790),(8675,0,'dataformat_json','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707790),(8676,0,'dataformat_json','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707790),(8677,0,'dataformat_ods','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8678,0,'dataformat_ods','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707791),(8679,0,'dataformat_ods','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707791),(8680,0,'dataformat_pdf','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8681,0,'dataformat_pdf','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707791),(8682,0,'dataformat_pdf','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707791),(8683,0,'profilefield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8684,0,'profilefield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707791),(8685,0,'profilefield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707791),(8686,0,'profilefield_datetime','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8687,0,'profilefield_datetime','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8688,0,'profilefield_datetime','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8689,0,'profilefield_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8690,0,'profilefield_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8691,0,'profilefield_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8692,0,'profilefield_social','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8693,0,'profilefield_social','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8694,0,'profilefield_social','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8695,0,'profilefield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8696,0,'profilefield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8697,0,'profilefield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8698,0,'profilefield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8699,0,'profilefield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8700,0,'profilefield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8701,0,'report_backups','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8702,0,'report_backups','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8703,0,'report_backups','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8704,0,'report_competency','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8705,0,'report_competency','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8706,0,'report_competency','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8707,0,'report_completion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8708,0,'report_completion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8709,0,'report_completion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8710,0,'report_configlog','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8711,0,'report_configlog','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8712,0,'report_configlog','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8713,0,'report_courseoverview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8714,0,'report_courseoverview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8715,0,'report_courseoverview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8716,0,'report_eventlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8717,0,'report_eventlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8718,0,'report_eventlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8719,0,'report_infectedfiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8720,0,'report_infectedfiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8721,0,'report_infectedfiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8722,0,'report_insights','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8723,0,'report_insights','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8724,0,'report_insights','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8725,0,'report_log','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8726,0,'report_log','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8727,0,'report_log','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8728,0,'report_loglive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8729,0,'report_loglive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8730,0,'report_loglive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8731,0,'report_outline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8732,0,'report_outline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8733,0,'report_outline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8734,0,'report_participation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8735,0,'report_participation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8736,0,'report_participation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8737,0,'report_performance','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8738,0,'report_performance','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8739,0,'report_performance','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8740,0,'report_progress','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8741,0,'report_progress','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8742,0,'report_progress','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8743,0,'report_questioninstances','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8744,0,'report_questioninstances','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8745,0,'report_questioninstances','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8746,0,'report_security','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8747,0,'report_security','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8748,0,'report_security','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8749,0,'report_stats','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8750,0,'report_stats','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8751,0,'report_stats','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8752,0,'report_status','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8753,0,'report_status','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8754,0,'report_status','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8755,0,'report_themeusage',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707794),(8756,0,'report_themeusage','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8757,0,'report_themeusage','2024042200','2024042200','Plugin installed',NULL,'',0,1727707794),(8758,0,'report_usersessions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8759,0,'report_usersessions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8760,0,'report_usersessions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8761,0,'gradeexport_ods','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8762,0,'gradeexport_ods','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8763,0,'gradeexport_ods','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8764,0,'gradeexport_txt','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8765,0,'gradeexport_txt','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8766,0,'gradeexport_txt','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8767,0,'gradeexport_xls','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8768,0,'gradeexport_xls','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8769,0,'gradeexport_xls','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8770,0,'gradeexport_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8771,0,'gradeexport_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8772,0,'gradeexport_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8773,0,'gradeimport_csv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8774,0,'gradeimport_csv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8775,0,'gradeimport_csv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8776,0,'gradeimport_direct','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8777,0,'gradeimport_direct','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8778,0,'gradeimport_direct','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8779,0,'gradeimport_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8780,0,'gradeimport_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8781,0,'gradeimport_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8782,0,'gradereport_grader','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8783,0,'gradereport_grader','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8784,0,'gradereport_grader','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8785,0,'gradereport_history','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8786,0,'gradereport_history','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8787,0,'gradereport_history','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8788,0,'gradereport_outcomes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8789,0,'gradereport_outcomes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8790,0,'gradereport_outcomes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8791,0,'gradereport_overview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8792,0,'gradereport_overview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8793,0,'gradereport_overview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8794,0,'gradereport_singleview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8795,0,'gradereport_singleview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8796,0,'gradereport_singleview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8797,0,'gradereport_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8798,0,'gradereport_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8799,0,'gradereport_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8800,0,'gradereport_user','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8801,0,'gradereport_user','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8802,0,'gradereport_user','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8803,0,'gradingform_guide','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8804,0,'gradingform_guide','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8805,0,'gradingform_guide','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8806,0,'gradingform_rubric','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8807,0,'gradingform_rubric','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8808,0,'gradingform_rubric','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8809,0,'mlbackend_php','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8810,0,'mlbackend_php','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8811,0,'mlbackend_php','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8812,0,'mlbackend_python','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8813,0,'mlbackend_python','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8814,0,'mlbackend_python','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8815,0,'mnetservice_enrol','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8816,0,'mnetservice_enrol','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8817,0,'mnetservice_enrol','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8818,0,'webservice_rest','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8819,0,'webservice_rest','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8820,0,'webservice_rest','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8821,0,'webservice_soap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8822,0,'webservice_soap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8823,0,'webservice_soap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8824,0,'repository_areafiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8825,0,'repository_areafiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8826,0,'repository_areafiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8827,0,'repository_contentbank','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8828,0,'repository_contentbank','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8829,0,'repository_contentbank','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8830,0,'repository_coursefiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8831,0,'repository_coursefiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8832,0,'repository_coursefiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8833,0,'repository_dropbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8834,0,'repository_dropbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8835,0,'repository_dropbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8836,0,'repository_equella','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8837,0,'repository_equella','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8838,0,'repository_equella','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8839,0,'repository_filesystem','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8840,0,'repository_filesystem','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8841,0,'repository_filesystem','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8842,0,'repository_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8843,0,'repository_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8844,0,'repository_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8845,0,'repository_flickr_public','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8846,0,'repository_flickr_public','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8847,0,'repository_flickr_public','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8848,0,'repository_googledocs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8849,0,'repository_googledocs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8850,0,'repository_googledocs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8851,0,'repository_local','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8852,0,'repository_local','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8853,0,'repository_local','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8854,0,'repository_merlot','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8855,0,'repository_merlot','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8856,0,'repository_merlot','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8857,0,'repository_nextcloud','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8858,0,'repository_nextcloud','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8859,0,'repository_nextcloud','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8860,0,'repository_onedrive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8861,0,'repository_onedrive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8862,0,'repository_onedrive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8863,0,'repository_recent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8864,0,'repository_recent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8865,0,'repository_recent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8866,0,'repository_s3','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8867,0,'repository_s3','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8868,0,'repository_s3','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8869,0,'repository_upload','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8870,0,'repository_upload','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8871,0,'repository_upload','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8872,0,'repository_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8873,0,'repository_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8874,0,'repository_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8875,0,'repository_user','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8876,0,'repository_user','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8877,0,'repository_user','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8878,0,'repository_webdav','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8879,0,'repository_webdav','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8880,0,'repository_webdav','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8881,0,'repository_wikimedia','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8882,0,'repository_wikimedia','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8883,0,'repository_wikimedia','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8884,0,'repository_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8885,0,'repository_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8886,0,'repository_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8887,0,'portfolio_download','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8888,0,'portfolio_download','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8889,0,'portfolio_download','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8890,0,'portfolio_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8891,0,'portfolio_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8892,0,'portfolio_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8893,0,'portfolio_googledocs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8894,0,'portfolio_googledocs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8895,0,'portfolio_googledocs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8896,0,'portfolio_mahara','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8897,0,'portfolio_mahara','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8898,0,'portfolio_mahara','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8899,0,'search_simpledb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8900,0,'search_simpledb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8901,0,'search_simpledb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8902,0,'search_solr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8903,0,'search_solr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8904,0,'search_solr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8905,0,'qbank_bulkmove','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8906,0,'qbank_bulkmove','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8907,0,'qbank_bulkmove','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8908,0,'qbank_columnsortorder','2023100900','2024042202','Starting plugin upgrade',NULL,'',0,1727707800),(8909,0,'qbank_columnsortorder','2024042201','2024042202','Upgrade savepoint reached',NULL,'',0,1727707800),(8910,0,'qbank_columnsortorder','2024042202','2024042202','Upgrade savepoint reached',NULL,'',0,1727707800),(8911,0,'qbank_columnsortorder','2024042202','2024042202','Plugin upgraded',NULL,'',0,1727707800),(8912,0,'qbank_comment','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8913,0,'qbank_comment','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8914,0,'qbank_comment','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8915,0,'qbank_customfields','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8916,0,'qbank_customfields','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8917,0,'qbank_customfields','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8918,0,'qbank_deletequestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8919,0,'qbank_deletequestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8920,0,'qbank_deletequestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8921,0,'qbank_editquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8922,0,'qbank_editquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8923,0,'qbank_editquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8924,0,'qbank_exportquestions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8925,0,'qbank_exportquestions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8926,0,'qbank_exportquestions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8927,0,'qbank_exporttoxml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8928,0,'qbank_exporttoxml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8929,0,'qbank_exporttoxml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8930,0,'qbank_history','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8931,0,'qbank_history','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8932,0,'qbank_history','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8933,0,'qbank_importquestions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8934,0,'qbank_importquestions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8935,0,'qbank_importquestions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8936,0,'qbank_managecategories','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8937,0,'qbank_managecategories','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8938,0,'qbank_managecategories','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8939,0,'qbank_previewquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8940,0,'qbank_previewquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8941,0,'qbank_previewquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8942,0,'qbank_statistics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8943,0,'qbank_statistics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8944,0,'qbank_statistics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8945,0,'qbank_tagquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8946,0,'qbank_tagquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8947,0,'qbank_tagquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8948,0,'qbank_usage','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8949,0,'qbank_usage','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8950,0,'qbank_usage','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8951,0,'qbank_viewcreator','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8952,0,'qbank_viewcreator','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8953,0,'qbank_viewcreator','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8954,0,'qbank_viewquestionname','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8955,0,'qbank_viewquestionname','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8956,0,'qbank_viewquestionname','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8957,0,'qbank_viewquestiontext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8958,0,'qbank_viewquestiontext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8959,0,'qbank_viewquestiontext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8960,0,'qbank_viewquestiontype','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8961,0,'qbank_viewquestiontype','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8962,0,'qbank_viewquestiontype','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8963,0,'qbehaviour_adaptive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8964,0,'qbehaviour_adaptive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8965,0,'qbehaviour_adaptive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8966,0,'qbehaviour_adaptivenopenalty','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8967,0,'qbehaviour_adaptivenopenalty','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8968,0,'qbehaviour_adaptivenopenalty','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8969,0,'qbehaviour_deferredcbm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8970,0,'qbehaviour_deferredcbm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8971,0,'qbehaviour_deferredcbm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8972,0,'qbehaviour_deferredfeedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8973,0,'qbehaviour_deferredfeedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8974,0,'qbehaviour_deferredfeedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8975,0,'qbehaviour_immediatecbm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8976,0,'qbehaviour_immediatecbm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8977,0,'qbehaviour_immediatecbm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8978,0,'qbehaviour_immediatefeedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8979,0,'qbehaviour_immediatefeedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8980,0,'qbehaviour_immediatefeedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8981,0,'qbehaviour_informationitem','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8982,0,'qbehaviour_informationitem','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8983,0,'qbehaviour_informationitem','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8984,0,'qbehaviour_interactive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8985,0,'qbehaviour_interactive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8986,0,'qbehaviour_interactive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8987,0,'qbehaviour_interactivecountback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8988,0,'qbehaviour_interactivecountback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8989,0,'qbehaviour_interactivecountback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8990,0,'qbehaviour_manualgraded','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8991,0,'qbehaviour_manualgraded','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8992,0,'qbehaviour_manualgraded','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8993,0,'qbehaviour_missing','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8994,0,'qbehaviour_missing','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8995,0,'qbehaviour_missing','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8996,0,'qformat_aiken','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8997,0,'qformat_aiken','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8998,0,'qformat_aiken','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(8999,0,'qformat_blackboard_six','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9000,0,'qformat_blackboard_six','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9001,0,'qformat_blackboard_six','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9002,0,'qformat_gift','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9003,0,'qformat_gift','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9004,0,'qformat_gift','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9005,0,'qformat_missingword','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9006,0,'qformat_missingword','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9007,0,'qformat_missingword','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9008,0,'qformat_multianswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9009,0,'qformat_multianswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9010,0,'qformat_multianswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9011,0,'qformat_xhtml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9012,0,'qformat_xhtml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9013,0,'qformat_xhtml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9014,0,'qformat_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9015,0,'qformat_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9016,0,'qformat_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9017,0,'tool_admin_presets','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9018,0,'tool_admin_presets','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9019,0,'tool_admin_presets','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9020,0,'tool_analytics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9021,0,'tool_analytics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9022,0,'tool_analytics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9023,0,'tool_availabilityconditions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9024,0,'tool_availabilityconditions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9025,0,'tool_availabilityconditions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9026,0,'tool_behat','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9027,0,'tool_behat','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9028,0,'tool_behat','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9029,0,'tool_brickfield','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9030,0,'tool_brickfield','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9031,0,'tool_brickfield','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9032,0,'tool_capability','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9033,0,'tool_capability','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9034,0,'tool_capability','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9035,0,'tool_cohortroles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9036,0,'tool_cohortroles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9037,0,'tool_cohortroles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9038,0,'tool_componentlibrary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9039,0,'tool_componentlibrary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9040,0,'tool_componentlibrary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9041,0,'tool_customlang','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9042,0,'tool_customlang','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9043,0,'tool_customlang','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9044,0,'tool_dataprivacy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9045,0,'tool_dataprivacy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9046,0,'tool_dataprivacy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9047,0,'tool_dbtransfer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9048,0,'tool_dbtransfer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9049,0,'tool_dbtransfer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9050,0,'tool_filetypes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9051,0,'tool_filetypes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9052,0,'tool_filetypes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9053,0,'tool_generator','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9054,0,'tool_generator','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9055,0,'tool_generator','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9056,0,'tool_httpsreplace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9057,0,'tool_httpsreplace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9058,0,'tool_httpsreplace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9059,0,'tool_innodb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9060,0,'tool_innodb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9061,0,'tool_innodb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9062,0,'tool_installaddon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9063,0,'tool_installaddon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9064,0,'tool_installaddon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9065,0,'tool_langimport','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9066,0,'tool_langimport','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9067,0,'tool_langimport','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9068,0,'tool_licensemanager','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9069,0,'tool_licensemanager','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9070,0,'tool_licensemanager','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9071,0,'tool_log','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9072,0,'tool_log','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9073,0,'tool_log','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9074,0,'tool_lp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9075,0,'tool_lp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9076,0,'tool_lp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9077,0,'tool_lpimportcsv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9078,0,'tool_lpimportcsv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9079,0,'tool_lpimportcsv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9080,0,'tool_lpmigrate','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9081,0,'tool_lpmigrate','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9082,0,'tool_lpmigrate','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9083,0,'tool_messageinbound','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9084,0,'tool_messageinbound','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9085,0,'tool_messageinbound','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9086,0,'tool_mfa','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9087,0,'tool_mfa','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9088,0,'tool_mfa','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9089,0,'tool_mobile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9090,0,'tool_mobile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9091,0,'tool_mobile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9092,0,'tool_monitor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9093,0,'tool_monitor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9094,0,'tool_monitor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9095,0,'tool_moodlenet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9096,0,'tool_moodlenet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9097,0,'tool_moodlenet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9098,0,'tool_multilangupgrade','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9099,0,'tool_multilangupgrade','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9100,0,'tool_multilangupgrade','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9101,0,'tool_oauth2','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9102,0,'tool_oauth2','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9103,0,'tool_oauth2','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9104,0,'tool_phpunit','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9105,0,'tool_phpunit','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9106,0,'tool_phpunit','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9107,0,'tool_policy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9108,0,'tool_policy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9109,0,'tool_policy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9110,0,'tool_profiling','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9111,0,'tool_profiling','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9112,0,'tool_profiling','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9113,0,'tool_recyclebin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9114,0,'tool_recyclebin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9115,0,'tool_recyclebin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9116,0,'tool_replace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9117,0,'tool_replace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9118,0,'tool_replace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9119,0,'tool_spamcleaner','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9120,0,'tool_spamcleaner','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9121,0,'tool_spamcleaner','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9122,0,'tool_task','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9123,0,'tool_task','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9124,0,'tool_task','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9125,0,'tool_templatelibrary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9126,0,'tool_templatelibrary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9127,0,'tool_templatelibrary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9128,0,'tool_unsuproles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9129,0,'tool_unsuproles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9130,0,'tool_unsuproles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9131,0,'tool_uploadcourse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9132,0,'tool_uploadcourse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9133,0,'tool_uploadcourse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9134,0,'tool_uploaduser','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9135,0,'tool_uploaduser','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9136,0,'tool_uploaduser','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9137,0,'tool_usertours','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9138,0,'tool_usertours','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9139,0,'tool_usertours','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9140,0,'tool_xmldb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9141,0,'tool_xmldb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9142,0,'tool_xmldb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9143,0,'cachestore_apcu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9144,0,'cachestore_apcu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9145,0,'cachestore_apcu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9146,0,'cachestore_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9147,0,'cachestore_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9148,0,'cachestore_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9149,0,'cachestore_redis','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9150,0,'cachestore_redis','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9151,0,'cachestore_redis','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9152,0,'cachestore_session','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9153,0,'cachestore_session','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9154,0,'cachestore_session','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9155,0,'cachestore_static','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9156,0,'cachestore_static','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9157,0,'cachestore_static','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9158,0,'cachelock_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9159,0,'cachelock_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9160,0,'cachelock_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9161,0,'fileconverter_googledrive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9162,0,'fileconverter_googledrive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9163,0,'fileconverter_googledrive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9164,0,'fileconverter_unoconv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9165,0,'fileconverter_unoconv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9166,0,'fileconverter_unoconv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9167,0,'contenttype_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9168,0,'contenttype_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9169,0,'contenttype_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9170,0,'theme_boost','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9171,0,'theme_boost','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9172,0,'theme_boost','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9173,0,'theme_classic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9174,0,'theme_classic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9175,0,'theme_classic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9176,0,'local_wirisquizzes','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707810),(9177,0,'local_wirisquizzes','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707810),(9178,0,'local_wirisquizzes','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707810),(9179,0,'h5plib_v127',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707810),(9180,0,'h5plib_v127','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9181,0,'h5plib_v127','2024042200','2024042200','Plugin installed',NULL,'',0,1727707810),(9182,0,'paygw_paypal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9183,0,'paygw_paypal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9184,0,'paygw_paypal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9185,0,'assignsubmission_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9186,0,'assignsubmission_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9187,0,'assignsubmission_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9188,0,'assignsubmission_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9189,0,'assignsubmission_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9190,0,'assignsubmission_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9191,0,'assignsubmission_onlinetext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9192,0,'assignsubmission_onlinetext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9193,0,'assignsubmission_onlinetext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9194,0,'assignfeedback_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9195,0,'assignfeedback_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9196,0,'assignfeedback_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9197,0,'assignfeedback_editpdf','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9198,0,'assignfeedback_editpdf','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9199,0,'assignfeedback_editpdf','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9200,0,'assignfeedback_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9201,0,'assignfeedback_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9202,0,'assignfeedback_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9203,0,'assignfeedback_offline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9204,0,'assignfeedback_offline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9205,0,'assignfeedback_offline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9206,0,'booktool_exportimscp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9207,0,'booktool_exportimscp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9208,0,'booktool_exportimscp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9209,0,'booktool_importhtml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9210,0,'booktool_importhtml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9211,0,'booktool_importhtml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9212,0,'booktool_print','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9213,0,'booktool_print','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9214,0,'booktool_print','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9215,0,'datafield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9216,0,'datafield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9217,0,'datafield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9218,0,'datafield_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9219,0,'datafield_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9220,0,'datafield_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9221,0,'datafield_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9222,0,'datafield_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9223,0,'datafield_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9224,0,'datafield_latlong','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9225,0,'datafield_latlong','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9226,0,'datafield_latlong','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9227,0,'datafield_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9228,0,'datafield_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9229,0,'datafield_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9230,0,'datafield_multimenu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9231,0,'datafield_multimenu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9232,0,'datafield_multimenu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9233,0,'datafield_number','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9234,0,'datafield_number','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9235,0,'datafield_number','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9236,0,'datafield_picture','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9237,0,'datafield_picture','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9238,0,'datafield_picture','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9239,0,'datafield_radiobutton','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9240,0,'datafield_radiobutton','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9241,0,'datafield_radiobutton','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9242,0,'datafield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9243,0,'datafield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9244,0,'datafield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9245,0,'datafield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9246,0,'datafield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9247,0,'datafield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9248,0,'datafield_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9249,0,'datafield_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9250,0,'datafield_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9251,0,'datapreset_imagegallery','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9252,0,'datapreset_imagegallery','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9253,0,'datapreset_imagegallery','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9254,0,'datapreset_journal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9255,0,'datapreset_journal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9256,0,'datapreset_journal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9257,0,'datapreset_proposals','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9258,0,'datapreset_proposals','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9259,0,'datapreset_proposals','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9260,0,'datapreset_resources','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9261,0,'datapreset_resources','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9262,0,'datapreset_resources','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9263,0,'forumreport_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9264,0,'forumreport_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9265,0,'forumreport_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9266,0,'ltiservice_basicoutcomes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9267,0,'ltiservice_basicoutcomes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9268,0,'ltiservice_basicoutcomes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9269,0,'ltiservice_gradebookservices','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9270,0,'ltiservice_gradebookservices','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9271,0,'ltiservice_gradebookservices','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9272,0,'ltiservice_memberships','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9273,0,'ltiservice_memberships','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9274,0,'ltiservice_memberships','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9275,0,'ltiservice_profile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9276,0,'ltiservice_profile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9277,0,'ltiservice_profile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9278,0,'ltiservice_toolproxy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9279,0,'ltiservice_toolproxy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9280,0,'ltiservice_toolproxy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9281,0,'ltiservice_toolsettings','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9282,0,'ltiservice_toolsettings','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9283,0,'ltiservice_toolsettings','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9284,0,'quiz_grading','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9285,0,'quiz_grading','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9286,0,'quiz_grading','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9287,0,'quiz_overview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9288,0,'quiz_overview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9289,0,'quiz_overview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9290,0,'quiz_responses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9291,0,'quiz_responses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9292,0,'quiz_responses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9293,0,'quiz_statistics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9294,0,'quiz_statistics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9295,0,'quiz_statistics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9296,0,'quizaccess_delaybetweenattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9297,0,'quizaccess_delaybetweenattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9298,0,'quizaccess_delaybetweenattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9299,0,'quizaccess_ipaddress','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9300,0,'quizaccess_ipaddress','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9301,0,'quizaccess_ipaddress','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9302,0,'quizaccess_numattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9303,0,'quizaccess_numattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9304,0,'quizaccess_numattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9305,0,'quizaccess_offlineattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9306,0,'quizaccess_offlineattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9307,0,'quizaccess_offlineattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9308,0,'quizaccess_openclosedate','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9309,0,'quizaccess_openclosedate','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9310,0,'quizaccess_openclosedate','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9311,0,'quizaccess_password','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9312,0,'quizaccess_password','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9313,0,'quizaccess_password','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9314,0,'quizaccess_seb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9315,0,'quizaccess_seb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9316,0,'quizaccess_seb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9317,0,'quizaccess_securewindow','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9318,0,'quizaccess_securewindow','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9319,0,'quizaccess_securewindow','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9320,0,'quizaccess_timelimit','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9321,0,'quizaccess_timelimit','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9322,0,'quizaccess_timelimit','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9323,0,'scormreport_basic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9324,0,'scormreport_basic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9325,0,'scormreport_basic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9326,0,'scormreport_graphs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9327,0,'scormreport_graphs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9328,0,'scormreport_graphs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9329,0,'scormreport_interactions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9330,0,'scormreport_interactions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9331,0,'scormreport_interactions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9332,0,'scormreport_objectives','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9333,0,'scormreport_objectives','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9334,0,'scormreport_objectives','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9335,0,'workshopform_accumulative','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9336,0,'workshopform_accumulative','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9337,0,'workshopform_accumulative','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9338,0,'workshopform_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9339,0,'workshopform_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9340,0,'workshopform_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9341,0,'workshopform_numerrors','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9342,0,'workshopform_numerrors','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9343,0,'workshopform_numerrors','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9344,0,'workshopform_rubric','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9345,0,'workshopform_rubric','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9346,0,'workshopform_rubric','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9347,0,'workshopallocation_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9348,0,'workshopallocation_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9349,0,'workshopallocation_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9350,0,'workshopallocation_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9351,0,'workshopallocation_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9352,0,'workshopallocation_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9353,0,'workshopallocation_scheduled','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9354,0,'workshopallocation_scheduled','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9355,0,'workshopallocation_scheduled','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9356,0,'workshopeval_best','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9357,0,'workshopeval_best','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9358,0,'workshopeval_best','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9359,0,'atto_accessibilitychecker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9360,0,'atto_accessibilitychecker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9361,0,'atto_accessibilitychecker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9362,0,'atto_accessibilityhelper','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9363,0,'atto_accessibilityhelper','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9364,0,'atto_accessibilityhelper','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9365,0,'atto_align','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9366,0,'atto_align','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9367,0,'atto_align','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9368,0,'atto_backcolor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9369,0,'atto_backcolor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9370,0,'atto_backcolor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9371,0,'atto_bold','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9372,0,'atto_bold','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9373,0,'atto_bold','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9374,0,'atto_charmap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9375,0,'atto_charmap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9376,0,'atto_charmap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9377,0,'atto_clear','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9378,0,'atto_clear','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9379,0,'atto_clear','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9380,0,'atto_collapse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9381,0,'atto_collapse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9382,0,'atto_collapse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9383,0,'atto_emojipicker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9384,0,'atto_emojipicker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9385,0,'atto_emojipicker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9386,0,'atto_emoticon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9387,0,'atto_emoticon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9388,0,'atto_emoticon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9389,0,'atto_equation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9390,0,'atto_equation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9391,0,'atto_equation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9392,0,'atto_fontcolor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9393,0,'atto_fontcolor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9394,0,'atto_fontcolor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9395,0,'atto_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9396,0,'atto_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9397,0,'atto_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9398,0,'atto_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9399,0,'atto_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9400,0,'atto_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9401,0,'atto_image','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9402,0,'atto_image','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9403,0,'atto_image','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9404,0,'atto_indent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9405,0,'atto_indent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9406,0,'atto_indent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9407,0,'atto_italic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9408,0,'atto_italic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9409,0,'atto_italic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9410,0,'atto_link','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9411,0,'atto_link','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9412,0,'atto_link','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9413,0,'atto_managefiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9414,0,'atto_managefiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9415,0,'atto_managefiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9416,0,'atto_media','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9417,0,'atto_media','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9418,0,'atto_media','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9419,0,'atto_noautolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9420,0,'atto_noautolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9421,0,'atto_noautolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9422,0,'atto_orderedlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9423,0,'atto_orderedlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9424,0,'atto_orderedlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9425,0,'atto_recordrtc','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9426,0,'atto_recordrtc','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9427,0,'atto_recordrtc','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9428,0,'atto_rtl','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9429,0,'atto_rtl','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9430,0,'atto_rtl','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9431,0,'atto_strike','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9432,0,'atto_strike','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9433,0,'atto_strike','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9434,0,'atto_subscript','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9435,0,'atto_subscript','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9436,0,'atto_subscript','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9437,0,'atto_superscript','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9438,0,'atto_superscript','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9439,0,'atto_superscript','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9440,0,'atto_table','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9441,0,'atto_table','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9442,0,'atto_table','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9443,0,'atto_title','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9444,0,'atto_title','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9445,0,'atto_title','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9446,0,'atto_underline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9447,0,'atto_underline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9448,0,'atto_underline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9449,0,'atto_undo','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9450,0,'atto_undo','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9451,0,'atto_undo','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9452,0,'atto_unorderedlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9453,0,'atto_unorderedlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9454,0,'atto_unorderedlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9455,0,'atto_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727707822),(9456,0,'atto_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727707822),(9457,0,'atto_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727707822),(9458,0,'tiny_accessibilitychecker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9459,0,'tiny_accessibilitychecker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9460,0,'tiny_accessibilitychecker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9461,0,'tiny_autosave','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9462,0,'tiny_autosave','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9463,0,'tiny_autosave','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9464,0,'tiny_equation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9465,0,'tiny_equation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9466,0,'tiny_equation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9467,0,'tiny_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9468,0,'tiny_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9469,0,'tiny_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9470,0,'tiny_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9471,0,'tiny_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9472,0,'tiny_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9473,0,'tiny_link','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9474,0,'tiny_link','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9475,0,'tiny_link','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9476,0,'tiny_media','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9477,0,'tiny_media','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9478,0,'tiny_media','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9479,0,'tiny_noautolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9480,0,'tiny_noautolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9481,0,'tiny_noautolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9482,0,'tiny_premium','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727707823),(9483,0,'tiny_premium','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727707823),(9484,0,'tiny_premium','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727707823),(9485,0,'tiny_recordrtc','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9486,0,'tiny_recordrtc','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9487,0,'tiny_recordrtc','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9488,0,'tiny_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727707823),(9489,0,'tiny_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727707823),(9490,0,'tiny_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727707823),(9491,0,'logstore_database','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9492,0,'logstore_database','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9493,0,'logstore_database','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9494,0,'logstore_standard','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9495,0,'logstore_standard','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9496,0,'logstore_standard','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9497,0,'factor_admin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9498,0,'factor_admin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9499,0,'factor_admin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9500,0,'factor_auth','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9501,0,'factor_auth','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9502,0,'factor_auth','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9503,0,'factor_capability','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9504,0,'factor_capability','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9505,0,'factor_capability','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9506,0,'factor_cohort','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9507,0,'factor_cohort','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9508,0,'factor_cohort','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9509,0,'factor_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9510,0,'factor_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9511,0,'factor_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9512,0,'factor_grace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9513,0,'factor_grace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9514,0,'factor_grace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9515,0,'factor_iprange','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9516,0,'factor_iprange','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9517,0,'factor_iprange','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9518,0,'factor_nosetup','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9519,0,'factor_nosetup','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9520,0,'factor_nosetup','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9521,0,'factor_role','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9522,0,'factor_role','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9523,0,'factor_role','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9524,0,'factor_sms',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707825),(9525,0,'factor_sms','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9526,0,'factor_sms','2024042200','2024042200','Plugin installed',NULL,'',0,1727707825),(9527,0,'factor_token','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9528,0,'factor_token','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9529,0,'factor_token','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9530,0,'factor_totp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9531,0,'factor_totp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9532,0,'factor_totp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9533,0,'factor_webauthn','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9534,0,'factor_webauthn','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9535,0,'factor_webauthn','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9536,0,'core','2024042203.09','2024042205.03','Starting core upgrade',NULL,'',0,1736241317),(9537,0,'core','2024042205.03','2024042205.03','Upgrade savepoint reached',NULL,'',0,1736241317),(9538,0,'core','2024042205.03','2024042205.03','Core upgraded',NULL,'',0,1736241319),(9539,0,'qtype_essaywiris','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241319),(9540,0,'qtype_essaywiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241319),(9541,0,'qtype_essaywiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241319),(9542,0,'qtype_matchwiris','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241319),(9543,0,'qtype_matchwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241319),(9544,0,'qtype_matchwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241319),(9545,0,'qtype_multianswerwiris','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241319),(9546,0,'qtype_multianswerwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241319),(9547,0,'qtype_multianswerwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241319),(9548,0,'qtype_multichoicewiris','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241319),(9549,0,'qtype_multichoicewiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241319),(9550,0,'qtype_multichoicewiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241319),(9551,0,'qtype_shortanswerwiris','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241319),(9552,0,'qtype_shortanswerwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241319),(9553,0,'qtype_shortanswerwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241320),(9554,0,'qtype_truefalsewiris','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241320),(9555,0,'qtype_truefalsewiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241320),(9556,0,'qtype_truefalsewiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241320),(9557,0,'qtype_wq','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241320),(9558,0,'qtype_wq','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241320),(9559,0,'qtype_wq','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241320),(9560,0,'filter_wiris','2024082700','2024110400','Starting plugin upgrade',NULL,'',0,1736241320),(9561,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736241320),(9562,0,'filter_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736241320),(9563,0,'qbank_columnsortorder','2024042202','2024042203','Starting plugin upgrade',NULL,'',0,1736241320),(9564,0,'qbank_columnsortorder','2024042203','2024042203','Upgrade savepoint reached',NULL,'',0,1736241320),(9565,0,'qbank_columnsortorder','2024042203','2024042203','Plugin upgraded',NULL,'',0,1736241320),(9566,0,'tool_lp','2024042200','2024042201','Starting plugin upgrade',NULL,'',0,1736241320),(9567,0,'tool_lp','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1736241320),(9568,0,'tool_lp','2024042201','2024042201','Plugin upgraded',NULL,'',0,1736241320),(9569,0,'local_wirisquizzes','2024032204','2024121900','Starting plugin upgrade',NULL,'',0,1736241320),(9570,0,'local_wirisquizzes','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241320),(9571,0,'local_wirisquizzes','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241320),(9572,0,'atto_wiris','2024082700','2024110400','Starting plugin upgrade',NULL,'',0,1736241320),(9573,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736241320),(9574,0,'atto_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736241321),(9575,0,'tiny_recordrtc','2024042200','2024042201','Starting plugin upgrade',NULL,'',0,1736241321),(9576,0,'tiny_recordrtc','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1736241321),(9577,0,'tiny_recordrtc','2024042201','2024042201','Plugin upgraded',NULL,'',0,1736241321),(9578,0,'tiny_wiris','2024082700','2024110400','Starting plugin upgrade',NULL,'',0,1736241321),(9579,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736241321),(9580,0,'tiny_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736241321); +/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_url` +-- + +DROP TABLE IF EXISTS `m_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_url` +-- + +LOCK TABLES `m_url` WRITE; +/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user` +-- + +DROP TABLE IF EXISTS `m_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), + KEY `m_user_del_ix` (`deleted`), + KEY `m_user_con_ix` (`confirmed`), + KEY `m_user_fir_ix` (`firstname`), + KEY `m_user_las_ix` (`lastname`), + KEY `m_user_cit_ix` (`city`), + KEY `m_user_cou_ix` (`country`), + KEY `m_user_las2_ix` (`lastaccess`), + KEY `m_user_ema_ix` (`email`), + KEY `m_user_aut_ix` (`auth`), + KEY `m_user_idn_ix` (`idnumber`), + KEY `m_user_fir2_ix` (`firstnamephonetic`), + KEY `m_user_las3_ix` (`lastnamephonetic`), + KEY `m_user_mid_ix` (`middlename`), + KEY `m_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user` +-- + +LOCK TABLES `m_user` WRITE; +/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; +INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1736241436,1696857375,1736241371,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL),(5,'manual',1,0,0,0,1,'anon1','restored','','anonfirstname1','anonlastname1','anon1@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1566468604,1711026678,1711026340,1711026595,'127.0.0.1','',0,'',0,1,0,1,1,0,1729522397,1566468652,0,'','anonlastnamephonetic1','anonfirstnamephonetic1','anonmiddlename1','anonalternatename1',NULL); +/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_devices` +-- + +DROP TABLE IF EXISTS `m_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `m_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- + +LOCK TABLES `m_user_devices` WRITE; +/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_enrolments` +-- + +DROP TABLE IF EXISTS `m_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `m_userenro_enr_ix` (`enrolid`), + KEY `m_userenro_use_ix` (`userid`), + KEY `m_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_enrolments` +-- + +LOCK TABLES `m_user_enrolments` WRITE; +/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; +INSERT INTO `m_user_enrolments` VALUES (3,0,4,3,1566471399,0,2,1736241448,1736241448),(4,0,4,4,1566471399,0,2,1736241448,1736241448); +/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_category` +-- + +DROP TABLE IF EXISTS `m_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_category` +-- + +LOCK TABLES `m_user_info_category` WRITE; +/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_data` +-- + +DROP TABLE IF EXISTS `m_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_data` +-- + +LOCK TABLES `m_user_info_data` WRITE; +/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_field` +-- + +DROP TABLE IF EXISTS `m_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_field` +-- + +LOCK TABLES `m_user_info_field` WRITE; +/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_lastaccess` +-- + +DROP TABLE IF EXISTS `m_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), + KEY `m_userlast_use_ix` (`userid`), + KEY `m_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- + +LOCK TABLES `m_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_history` +-- + +DROP TABLE IF EXISTS `m_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- + +LOCK TABLES `m_user_password_history` WRITE; +/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_resets` +-- + +DROP TABLE IF EXISTS `m_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_password_resets` +-- + +LOCK TABLES `m_user_password_resets` WRITE; +/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_preferences` +-- + +DROP TABLE IF EXISTS `m_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), + KEY `m_userpref_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_preferences` +-- + +LOCK TABLES `m_user_preferences` WRITE; +/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; +INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'),(17,2,'tool_usertours_tour_completion_time_8','1736241389'),(18,2,'filepicker_recentrepository','4'),(19,2,'filepicker_recentlicense','allrightsreserved'); +/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_private_key` +-- + +DROP TABLE IF EXISTS `m_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_userprivkey_scrval_ix` (`script`,`value`), + KEY `m_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_private_key` +-- + +LOCK TABLES `m_user_private_key` WRITE; +/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki` +-- + +DROP TABLE IF EXISTS `m_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki` +-- + +LOCK TABLES `m_wiki` WRITE; +/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_links` +-- + +DROP TABLE IF EXISTS `m_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_wikilink_fro_ix` (`frompageid`), + KEY `m_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_links` +-- + +LOCK TABLES `m_wiki_links` WRITE; +/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_locks` +-- + +DROP TABLE IF EXISTS `m_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_locks` +-- + +LOCK TABLES `m_wiki_locks` WRITE; +/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_pages` +-- + +DROP TABLE IF EXISTS `m_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `m_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_pages` +-- + +LOCK TABLES `m_wiki_pages` WRITE; +/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `m_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `m_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_subwikis` +-- + +LOCK TABLES `m_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `m_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_synonyms` +-- + +LOCK TABLES `m_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_versions` +-- + +DROP TABLE IF EXISTS `m_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_versions` +-- + +LOCK TABLES `m_wiki_versions` WRITE; +/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop` +-- + +DROP TABLE IF EXISTS `m_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `m_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- + +LOCK TABLES `m_workshop` WRITE; +/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `m_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `m_workaggr_wor_ix` (`workshopid`), + KEY `m_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- + +LOCK TABLES `m_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_assessments` +-- + +DROP TABLE IF EXISTS `m_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workasse_sub_ix` (`submissionid`), + KEY `m_workasse_gra_ix` (`gradinggradeoverby`), + KEY `m_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_assessments` +-- + +LOCK TABLES `m_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_grades` +-- + +DROP TABLE IF EXISTS `m_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `m_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- + +LOCK TABLES `m_workshop_grades` WRITE; +/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_submissions` +-- + +DROP TABLE IF EXISTS `m_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_worksubm_wor_ix` (`workshopid`), + KEY `m_worksubm_gra_ix` (`gradeoverby`), + KEY `m_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- + +LOCK TABLES `m_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopallocation_scheduled` +-- + +LOCK TABLES `m_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopeval_best_settings` +-- + +LOCK TABLES `m_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `m_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_accumulative` +-- + +LOCK TABLES `m_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_comments` +-- + +DROP TABLE IF EXISTS `m_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_comments` +-- + +LOCK TABLES `m_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- + +LOCK TABLES `m_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `m_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- + +LOCK TABLES `m_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric` +-- + +LOCK TABLES `m_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_config` +-- + +LOCK TABLES `m_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_levels` +-- + +LOCK TABLES `m_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_xapi_states` +-- + +DROP TABLE IF EXISTS `m_xapi_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_xapi_states` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_xapistat_comite_ix` (`component`,`itemid`), + KEY `m_xapistat_use_ix` (`userid`), + KEY `m_xapistat_tim_ix` (`timemodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_xapi_states` +-- + +LOCK TABLES `m_xapi_states` WRITE; +/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets` +-- + +DROP TABLE IF EXISTS `t_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets` +-- + +LOCK TABLES `t_adminpresets` WRITE; +/*!40000 ALTER TABLE `t_adminpresets` DISABLE KEYS */; +INSERT INTO `t_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','https://www.example.com/moodle','','','',1,1734080194,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','https://www.example.com/moodle','','','',2,1734080195,0); +/*!40000 ALTER TABLE `t_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app` +-- + +LOCK TABLES `t_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappit_con_ix` (`configlogid`), + KEY `t_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_app_it` +-- + +LOCK TABLES `t_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_admiappita_con_ix` (`configlogid`), + KEY `t_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_it_a` +-- + +LOCK TABLES `t_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_app_plug` +-- + +LOCK TABLES `t_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it` +-- + +LOCK TABLES `t_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it` DISABLE KEYS */; +INSERT INTO `t_adminpresets_it` 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','1'),(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','0'); +/*!40000 ALTER TABLE `t_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `t_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_adminpresets_it_a` +-- + +LOCK TABLES `t_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `t_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_adminpresets_plug` +-- + +LOCK TABLES `t_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `t_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `t_adminpresets_plug` 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,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `t_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `t_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `t_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_indicator_calc` +-- + +LOCK TABLES `t_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models` +-- + +DROP TABLE IF EXISTS `t_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmode_enatra_ix` (`enabled`,`trained`), + KEY `t_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models` +-- + +LOCK TABLES `t_analytics_models` WRITE; +/*!40000 ALTER TABLE `t_analytics_models` DISABLE KEYS */; +INSERT INTO `t_analytics_models` 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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,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,1734080198,NULL,1734080198,1734080198,0); +/*!40000 ALTER TABLE `t_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_models_log` +-- + +DROP TABLE IF EXISTS `t_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analmodelog_mod_ix` (`modelid`), + KEY `t_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_models_log` +-- + +LOCK TABLES `t_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `t_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `t_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predict_samples` +-- + +LOCK TABLES `t_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `t_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `t_analpredacti_pre_ix` (`predictionid`), + KEY `t_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_prediction_actions` +-- + +LOCK TABLES `t_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_predictions` +-- + +DROP TABLE IF EXISTS `t_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `t_analpred_mod_ix` (`modelid`), + KEY `t_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_predictions` +-- + +LOCK TABLES `t_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `t_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `t_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `t_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_train_samples` +-- + +LOCK TABLES `t_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `t_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `t_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_analusedanal_modact_ix` (`modelid`,`action`), + KEY `t_analusedanal_ana_ix` (`analysableid`), + KEY `t_analusedanal_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_analytics_used_analysables` +-- + +LOCK TABLES `t_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_analytics_used_files` +-- + +DROP TABLE IF EXISTS `t_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `t_analusedfile_mod_ix` (`modelid`), + KEY `t_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_analytics_used_files` +-- + +LOCK TABLES `t_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `t_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign` +-- + +DROP TABLE IF EXISTS `t_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou_ix` (`course`), + KEY `t_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign` +-- + +LOCK TABLES `t_assign` WRITE; +/*!40000 ALTER TABLE `t_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_grades` +-- + +DROP TABLE IF EXISTS `t_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `t_assigrad_use_ix` (`userid`), + KEY `t_assigrad_att_ix` (`attemptnumber`), + KEY `t_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_grades` +-- + +LOCK TABLES `t_assign_grades` WRITE; +/*!40000 ALTER TABLE `t_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_overrides` +-- + +DROP TABLE IF EXISTS `t_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_assiover_ass_ix` (`assignid`), + KEY `t_assiover_gro_ix` (`groupid`), + KEY `t_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_overrides` +-- + +LOCK TABLES `t_assign_overrides` WRITE; +/*!40000 ALTER TABLE `t_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `t_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_assiplugconf_plu_ix` (`plugin`), + KEY `t_assiplugconf_sub_ix` (`subtype`), + KEY `t_assiplugconf_nam_ix` (`name`), + KEY `t_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_plugin_config` +-- + +LOCK TABLES `t_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `t_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_submission` +-- + +DROP TABLE IF EXISTS `t_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `t_assisubm_use_ix` (`userid`), + KEY `t_assisubm_att_ix` (`attemptnumber`), + KEY `t_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `t_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assign_submission` +-- + +LOCK TABLES `t_assign_submission` WRITE; +/*!40000 ALTER TABLE `t_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_flags` +-- + +DROP TABLE IF EXISTS `t_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiuserflag_mai_ix` (`mailed`), + KEY `t_assiuserflag_use_ix` (`userid`), + KEY `t_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_flags` +-- + +LOCK TABLES `t_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `t_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `t_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiusermapp_ass_ix` (`assignment`), + KEY `t_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assign_user_mapping` +-- + +LOCK TABLES `t_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `t_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assicomm_ass_ix` (`assignment`), + KEY `t_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_comments` +-- + +LOCK TABLES `t_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `t_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `t_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `t_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `t_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `t_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `t_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `t_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass2_ix` (`assignment`), + KEY `t_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_assignfeedback_file` +-- + +LOCK TABLES `t_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `t_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment` +-- + +DROP TABLE IF EXISTS `t_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment` +-- + +LOCK TABLES `t_assignment` WRITE; +/*!40000 ALTER TABLE `t_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_submissions` +-- + +DROP TABLE IF EXISTS `t_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assisubm_use2_ix` (`userid`), + KEY `t_assisubm_mai_ix` (`mailed`), + KEY `t_assisubm_tim_ix` (`timemarked`), + KEY `t_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_submissions` +-- + +LOCK TABLES `t_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `t_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `t_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiupgr_old_ix` (`oldcmid`), + KEY `t_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_upgrade` +-- + +LOCK TABLES `t_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `t_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `t_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assifile_ass_ix` (`assignment`), + KEY `t_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignsubmission_file` +-- + +LOCK TABLES `t_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `t_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assionli_ass_ix` (`assignment`), + KEY `t_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignsubmission_onlinetext` +-- + +LOCK TABLES `t_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `t_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_authltilinklogi_useisssu_uix` (`userid`,`issuer256`,`sub256`), + KEY `t_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_auth_lti_linked_login` +-- + +LOCK TABLES `t_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `t_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `t_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `t_authoautlinklogi_use_ix` (`usermodified`), + KEY `t_authoautlinklogi_use2_ix` (`userid`), + KEY `t_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_auth_oauth2_linked_login` +-- + +LOCK TABLES `t_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_controllers` +-- + +DROP TABLE IF EXISTS `t_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_backcont_bac_uix` (`backupid`), + KEY `t_backcont_typite_ix` (`type`,`itemid`), + KEY `t_backcont_useite_ix` (`userid`,`itemid`), + KEY `t_backcont_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_backup_controllers` +-- + +LOCK TABLES `t_backup_controllers` WRITE; +/*!40000 ALTER TABLE `t_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_courses` +-- + +DROP TABLE IF EXISTS `t_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_backup_courses` +-- + +LOCK TABLES `t_backup_courses` WRITE; +/*!40000 ALTER TABLE `t_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_backup_logs` +-- + +DROP TABLE IF EXISTS `t_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_backlogs_bacid_uix` (`backupid`,`id`), + KEY `t_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_backup_logs` +-- + +LOCK TABLES `t_backup_logs` WRITE; +/*!40000 ALTER TABLE `t_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge` +-- + +DROP TABLE IF EXISTS `t_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badg_typ_ix` (`type`), + KEY `t_badg_cou_ix` (`courseid`), + KEY `t_badg_use_ix` (`usermodified`), + KEY `t_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge` +-- + +LOCK TABLES `t_badge` WRITE; +/*!40000 ALTER TABLE `t_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_alignment` +-- + +DROP TABLE IF EXISTS `t_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_badgalig_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_alignment` +-- + +LOCK TABLES `t_badge_alignment` WRITE; +/*!40000 ALTER TABLE `t_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_backpack` +-- + +DROP TABLE IF EXISTS `t_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `t_badgback_use_ix` (`userid`), + KEY `t_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_backpack` +-- + +LOCK TABLES `t_badge_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `t_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badgbackoaut_use_ix` (`usermodified`), + KEY `t_badgbackoaut_use2_ix` (`userid`), + KEY `t_badgbackoaut_iss_ix` (`issuerid`), + KEY `t_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_backpack_oauth2` +-- + +LOCK TABLES `t_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria` +-- + +DROP TABLE IF EXISTS `t_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `t_badgcrit_cri_ix` (`criteriatype`), + KEY `t_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_criteria` +-- + +LOCK TABLES `t_badge_criteria` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `t_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_badgcritmet_cri_ix` (`critid`), + KEY `t_badgcritmet_use_ix` (`userid`), + KEY `t_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_badge_criteria_met` +-- + +LOCK TABLES `t_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `t_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_criteria_param` +-- + +LOCK TABLES `t_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `t_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_endorsement` +-- + +DROP TABLE IF EXISTS `t_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_endorsement` +-- + +LOCK TABLES `t_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `t_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external` +-- + +DROP TABLE IF EXISTS `t_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_external` +-- + +LOCK TABLES `t_badge_external` WRITE; +/*!40000 ALTER TABLE `t_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `t_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `t_badgexteback_bac2_uix` (`backpackweburl`), + KEY `t_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_badge_external_backpack` +-- + +LOCK TABLES `t_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `t_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `t_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `t_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `t_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `t_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_external_identifier` +-- + +LOCK TABLES `t_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `t_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_issued` +-- + +DROP TABLE IF EXISTS `t_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `t_badgissu_bad_ix` (`badgeid`), + KEY `t_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_issued` +-- + +LOCK TABLES `t_badge_issued` WRITE; +/*!40000 ALTER TABLE `t_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_manual_award` +-- + +DROP TABLE IF EXISTS `t_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_badgmanuawar_bad_ix` (`badgeid`), + KEY `t_badgmanuawar_rec_ix` (`recipientid`), + KEY `t_badgmanuawar_iss_ix` (`issuerid`), + KEY `t_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_manual_award` +-- + +LOCK TABLES `t_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `t_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_badge_related` +-- + +DROP TABLE IF EXISTS `t_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `t_badgrela_bad_ix` (`badgeid`), + KEY `t_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_badge_related` +-- + +LOCK TABLES `t_badge_related` WRITE; +/*!40000 ALTER TABLE `t_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint 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', + `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', + `completionattendance` int NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_bigbluebuttonbn` +-- + +LOCK TABLES `t_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_bigblogs_cou_ix` (`courseid`), + KEY `t_bigblogs_log_ix` (`log`), + KEY `t_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `t_bigblogs_uselog_ix` (`userid`,`log`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_bigbluebuttonbn_logs` +-- + +LOCK TABLES `t_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `t_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_bigbreco_cou_ix` (`courseid`), + KEY `t_bigbreco_rec_ix` (`recordingid`), + KEY `t_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `t_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `t_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block` +-- + +DROP TABLE IF EXISTS `t_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block` +-- + +LOCK TABLES `t_block` WRITE; +/*!40000 ALTER TABLE `t_block` DISABLE KEYS */; +INSERT INTO `t_block` 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 `t_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_instances` +-- + +DROP TABLE IF EXISTS `t_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `t_blocinst_tim_ix` (`timemodified`), + KEY `t_blocinst_par_ix` (`parentcontextid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_instances` +-- + +LOCK TABLES `t_block_instances` WRITE; +/*!40000 ALTER TABLE `t_block_instances` DISABLE KEYS */; +INSERT INTO `t_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1734080306,1734080306),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1734080306,1734080306),(3,'timeline',1,0,0,'my-index','2','content',0,'',1734080306,1734080306),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1734080306,1734080306),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1734080306,1734080306); +/*!40000 ALTER TABLE `t_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_positions` +-- + +DROP TABLE IF EXISTS `t_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `t_blocposi_blo_ix` (`blockinstanceid`), + KEY `t_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_positions` +-- + +LOCK TABLES `t_block_positions` WRITE; +/*!40000 ALTER TABLE `t_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_recent_activity` +-- + +DROP TABLE IF EXISTS `t_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block_recent_activity` +-- + +LOCK TABLES `t_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `t_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `t_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `t_blocrece_use_ix` (`userid`), + KEY `t_blocrece_cou_ix` (`courseid`), + KEY `t_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_block_recentlyaccesseditems` +-- + +LOCK TABLES `t_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_block_rss_client` +-- + +DROP TABLE IF EXISTS `t_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_block_rss_client` +-- + +LOCK TABLES `t_block_rss_client` WRITE; +/*!40000 ALTER TABLE `t_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_blog_association` +-- + +DROP TABLE IF EXISTS `t_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_blogasso_con_ix` (`contextid`), + KEY `t_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_blog_association` +-- + +LOCK TABLES `t_blog_association` WRITE; +/*!40000 ALTER TABLE `t_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_blog_external` +-- + +DROP TABLE IF EXISTS `t_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_blog_external` +-- + +LOCK TABLES `t_blog_external` WRITE; +/*!40000 ALTER TABLE `t_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_book` +-- + +DROP TABLE IF EXISTS `t_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_book` +-- + +LOCK TABLES `t_book` WRITE; +/*!40000 ALTER TABLE `t_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_book_chapters` +-- + +DROP TABLE IF EXISTS `t_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_book_chapters` +-- + +LOCK TABLES `t_book_chapters` WRITE; +/*!40000 ALTER TABLE `t_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cache_filters` +-- + +DROP TABLE IF EXISTS `t_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cache_filters` +-- + +LOCK TABLES `t_cache_filters` WRITE; +/*!40000 ALTER TABLE `t_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cache_flags` +-- + +DROP TABLE IF EXISTS `t_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_cachflag_fla_ix` (`flagtype`), + KEY `t_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cache_flags` +-- + +LOCK TABLES `t_cache_flags` WRITE; +/*!40000 ALTER TABLE `t_cache_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_capabilities` +-- + +DROP TABLE IF EXISTS `t_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_capabilities` +-- + +LOCK TABLES `t_capabilities` WRITE; +/*!40000 ALTER TABLE `t_capabilities` DISABLE KEYS */; +INSERT INTO `t_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site: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/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); +/*!40000 ALTER TABLE `t_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat` +-- + +DROP TABLE IF EXISTS `t_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat` +-- + +LOCK TABLES `t_chat` WRITE; +/*!40000 ALTER TABLE `t_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_messages` +-- + +DROP TABLE IF EXISTS `t_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chatmess_use_ix` (`userid`), + KEY `t_chatmess_gro_ix` (`groupid`), + KEY `t_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat_messages` +-- + +LOCK TABLES `t_chat_messages` WRITE; +/*!40000 ALTER TABLE `t_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_messages_current` +-- + +DROP TABLE IF EXISTS `t_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_chatmesscurr_use_ix` (`userid`), + KEY `t_chatmesscurr_gro_ix` (`groupid`), + KEY `t_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `t_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_chat_messages_current` +-- + +LOCK TABLES `t_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `t_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_chat_users` +-- + +DROP TABLE IF EXISTS `t_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_chatuser_use_ix` (`userid`), + KEY `t_chatuser_las_ix` (`lastping`), + KEY `t_chatuser_gro_ix` (`groupid`), + KEY `t_chatuser_cha_ix` (`chatid`), + KEY `t_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_chat_users` +-- + +LOCK TABLES `t_chat_users` WRITE; +/*!40000 ALTER TABLE `t_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice` +-- + +DROP TABLE IF EXISTS `t_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice` +-- + +LOCK TABLES `t_choice` WRITE; +/*!40000 ALTER TABLE `t_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice_answers` +-- + +DROP TABLE IF EXISTS `t_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choiansw_use_ix` (`userid`), + KEY `t_choiansw_cho_ix` (`choiceid`), + KEY `t_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice_answers` +-- + +LOCK TABLES `t_choice_answers` WRITE; +/*!40000 ALTER TABLE `t_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_choice_options` +-- + +DROP TABLE IF EXISTS `t_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_choice_options` +-- + +LOCK TABLES `t_choice_options` WRITE; +/*!40000 ALTER TABLE `t_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cohort` +-- + +DROP TABLE IF EXISTS `t_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_cohort` +-- + +LOCK TABLES `t_cohort` WRITE; +/*!40000 ALTER TABLE `t_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_cohort_members` +-- + +DROP TABLE IF EXISTS `t_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `t_cohomemb_coh_ix` (`cohortid`), + KEY `t_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_cohort_members` +-- + +LOCK TABLES `t_cohort_members` WRITE; +/*!40000 ALTER TABLE `t_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_comments` +-- + +DROP TABLE IF EXISTS `t_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `t_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_comments` +-- + +LOCK TABLES `t_comments` WRITE; +/*!40000 ALTER TABLE `t_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency` +-- + +DROP TABLE IF EXISTS `t_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `t_comp_rul_ix` (`ruleoutcome`), + KEY `t_comp_sca_ix` (`scaleid`), + KEY `t_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_competency` +-- + +LOCK TABLES `t_competency` WRITE; +/*!40000 ALTER TABLE `t_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `t_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `t_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `t_compcour_cou2_ix` (`courseid`), + KEY `t_compcour_com_ix` (`competencyid`), + KEY `t_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_coursecomp` +-- + +LOCK TABLES `t_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `t_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compcour_cou_uix` (`courseid`), + KEY `t_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_competency_coursecompsetting` +-- + +LOCK TABLES `t_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_evidence` +-- + +DROP TABLE IF EXISTS `t_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compevid_use_ix` (`usercompetencyid`), + KEY `t_compevid_con_ix` (`contextid`), + KEY `t_compevid_act_ix` (`actionuserid`), + KEY `t_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_evidence` +-- + +LOCK TABLES `t_competency_evidence` WRITE; +/*!40000 ALTER TABLE `t_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_framework` +-- + +DROP TABLE IF EXISTS `t_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compfram_idn_uix` (`idnumber`), + KEY `t_compfram_con_ix` (`contextid`), + KEY `t_compfram_sca_ix` (`scaleid`), + KEY `t_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_framework` +-- + +LOCK TABLES `t_competency_framework` WRITE; +/*!40000 ALTER TABLE `t_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `t_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `t_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `t_compmodu_cmi_ix` (`cmid`), + KEY `t_compmodu_com_ix` (`competencyid`), + KEY `t_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_modulecomp` +-- + +LOCK TABLES `t_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_plan` +-- + +DROP TABLE IF EXISTS `t_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compplan_usesta_ix` (`userid`,`status`), + KEY `t_compplan_tem_ix` (`templateid`), + KEY `t_compplan_stadue_ix` (`status`,`duedate`), + KEY `t_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_plan` +-- + +LOCK TABLES `t_competency_plan` WRITE; +/*!40000 ALTER TABLE `t_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_plancomp` +-- + +DROP TABLE IF EXISTS `t_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compplan_placom_uix` (`planid`,`competencyid`), + KEY `t_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_plancomp` +-- + +LOCK TABLES `t_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `t_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `t_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_comprela_com_ix` (`competencyid`), + KEY `t_comprela_rel_ix` (`relatedcompetencyid`), + KEY `t_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_relatedcomp` +-- + +LOCK TABLES `t_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `t_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_template` +-- + +DROP TABLE IF EXISTS `t_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_comptemp_con_ix` (`contextid`), + KEY `t_comptemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_template` +-- + +LOCK TABLES `t_competency_template` WRITE; +/*!40000 ALTER TABLE `t_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `t_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `t_comptemp_tem2_ix` (`templateid`), + KEY `t_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_templatecohort` +-- + +LOCK TABLES `t_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `t_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_comptemp_tem_ix` (`templateid`), + KEY `t_comptemp_com_ix` (`competencyid`), + KEY `t_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_templatecomp` +-- + +LOCK TABLES `t_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercomp` +-- + +DROP TABLE IF EXISTS `t_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `t_compuser_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercomp` +-- + +LOCK TABLES `t_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `t_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `t_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `t_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercompcourse` +-- + +LOCK TABLES `t_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `t_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `t_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_usercompplan` +-- + +LOCK TABLES `t_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `t_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_userevidence` +-- + +DROP TABLE IF EXISTS `t_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_compuser_use4_ix` (`userid`), + KEY `t_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_userevidence` +-- + +LOCK TABLES `t_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `t_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `t_compuser_use6_ix` (`userevidenceid`), + KEY `t_compuser_use7_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_competency_userevidencecomp` +-- + +LOCK TABLES `t_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config` +-- + +DROP TABLE IF EXISTS `t_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=578 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config` +-- + +LOCK TABLES `t_config` WRITE; +/*!40000 ALTER TABLE `t_config` DISABLE KEYS */; +INSERT INTO `t_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','VNXO8Na53kfH9i4jYkek9MrM2ZVWnPVWwww.example.com'),(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','atto,tinymce,textarea,tiny'),(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','1734080375'),(25,'jsrev','1734080375'),(26,'templaterev','1734080375'),(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','2022112815.01'),(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,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','1'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','1'),(51,'messaging','1'),(52,'enablecustomreports','1'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'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'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1734080173'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(158,'timezone','Australia/Perth'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','en'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1734080440'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'requiremodintro','0'),(181,'registerauth',''),(182,'authloginviaemail','0'),(183,'allowaccountssameemail','0'),(184,'authpreventaccountcreation','0'),(185,'loginpageautofocus','0'),(186,'guestloginbutton','1'),(187,'limitconcurrentlogins','0'),(188,'alternateloginurl',''),(189,'forgottenpasswordurl',''),(190,'auth_instructions',''),(191,'allowemailaddresses',''),(192,'denyemailaddresses',''),(193,'verifychangedemail','1'),(194,'recaptchapublickey',''),(195,'recaptchaprivatekey',''),(196,'filteruploadedfiles','0'),(197,'filtermatchoneperpage','0'),(198,'filtermatchonepertext','0'),(199,'filternavigationwithsystemcontext','0'),(200,'media_default_width','640'),(201,'media_default_height','360'),(202,'portfolio_moderate_filesize_threshold','1048576'),(203,'portfolio_high_filesize_threshold','5242880'),(204,'portfolio_moderate_db_threshold','20'),(205,'portfolio_high_db_threshold','50'),(206,'repositorycacheexpire','120'),(207,'repositorygetfiletimeout','30'),(208,'repositorysyncfiletimeout','1'),(209,'repositorysyncimagetimeout','3'),(210,'repositoryallowexternallinks','1'),(211,'legacyfilesinnewcourses','0'),(212,'legacyfilesaddallowed','1'),(213,'searchengine','simpledb'),(214,'searchindexwhendisabled','0'),(215,'searchindextime','600'),(216,'searchallavailablecourses','0'),(217,'searchincludeallcourses','0'),(218,'searchenablecategories','0'),(219,'searchdefaultcategory','core-all'),(220,'searchhideallcategory','0'),(221,'searchmaxtopresults','3'),(222,'searchteacherroles',''),(223,'searchenginequeryonly',''),(224,'searchbannerenable','0'),(225,'searchbanner',''),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','1800'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','1'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts',''),(270,'curlsecurityallowedport',''),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'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'),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','1'),(310,'defaulthomepage','1'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','1'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','1'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'sitenameintitle','shortname'),(324,'formatstringstriptags','1'),(325,'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\"}]'),(326,'docroot','https://docs.moodle.org'),(327,'doclang',''),(328,'doctonewwindow','0'),(329,'coursecontactduplicates','0'),(330,'courselistshortnames','0'),(331,'coursesperpage','20'),(332,'courseswithsummarieslimit','10'),(333,'courseoverviewfileslimit','1'),(334,'courseoverviewfilesext','web_image'),(335,'coursegraceperiodbefore','0'),(336,'coursegraceperiodafter','0'),(337,'useexternalyui','0'),(338,'yuicomboloading','1'),(339,'cachejs','1'),(340,'additionalhtmlhead',''),(341,'additionalhtmltopofbody',''),(342,'additionalhtmlfooter',''),(343,'cachetemplates','1'),(344,'pathtophp',''),(345,'pathtodu',''),(346,'aspellpath',''),(347,'pathtodot',''),(348,'pathtogs','/usr/bin/gs'),(349,'pathtopdftoppm',''),(350,'pathtopython',''),(351,'supportname','Admin User'),(352,'supportpage',''),(353,'supportavailability','1'),(354,'dbsessions','0'),(355,'sessiontimeoutwarning','1200'),(356,'sessioncookie',''),(357,'sessioncookiepath',''),(358,'sessioncookiedomain',''),(359,'statsfirstrun','none'),(360,'statsmaxruntime','0'),(361,'statsruntimedays','31'),(362,'statsuserthreshold','0'),(363,'slasharguments','1'),(364,'getremoteaddrconf','3'),(365,'reverseproxyignore',''),(366,'proxyhost',''),(367,'proxyport','0'),(368,'proxytype','HTTP'),(369,'proxyuser',''),(370,'proxypassword',''),(371,'proxybypass','localhost, 127.0.0.1'),(372,'proxylogunsafe','0'),(373,'proxyfixunsafe','0'),(374,'maintenance_enabled','0'),(375,'maintenance_message',''),(376,'deleteunconfirmed','168'),(377,'deleteincompleteusers','0'),(378,'disablegradehistory','0'),(379,'gradehistorylifetime','0'),(380,'tempdatafoldercleanup','168'),(381,'filescleanupperiod','86400'),(382,'extramemorylimit','512M'),(383,'maxtimelimit','0'),(384,'curlcache','120'),(385,'curltimeoutkbitrate','56'),(386,'cron_enabled','1'),(387,'task_scheduled_concurrency_limit','3'),(388,'task_scheduled_max_runtime','1800'),(389,'task_adhoc_concurrency_limit','3'),(390,'task_adhoc_max_runtime','1800'),(391,'task_logmode','1'),(392,'task_logtostdout','1'),(393,'task_logretention','2419200'),(394,'task_logretainruns','20'),(395,'smtphosts',''),(396,'smtpsecure',''),(397,'smtpauthtype','LOGIN'),(398,'smtpuser',''),(399,'smtppass',''),(400,'smtpmaxbulk','1'),(401,'noreplyaddress','noreply@www.example.com'),(402,'allowedemaildomains',''),(403,'divertallemailsto',''),(404,'divertallemailsexcept',''),(405,'emaildkimselector',''),(406,'sitemailcharset','0'),(407,'allowusermailcharset','0'),(408,'allowattachments','1'),(409,'mailnewline','LF'),(410,'emailfromvia','1'),(411,'emailsubjectprefix',''),(412,'emailheaders',''),(413,'updateautocheck','1'),(414,'updateminmaturity','200'),(415,'updatenotifybuilds','0'),(416,'enablewsdocumentation','0'),(417,'customreportslimit','0'),(418,'customreportsliveediting','1'),(419,'dndallowtextandlinks','0'),(420,'pathtosassc',''),(421,'contextlocking','0'),(422,'contextlockappliestoadmin','1'),(423,'forceclean','0'),(424,'enablecourserelativedates','0'),(425,'debug','0'),(426,'debugdisplay','0'),(427,'perfdebug','7'),(428,'debugstringids','0'),(429,'debugsqltrace','0'),(430,'debugvalidators','0'),(431,'debugpageinfo','0'),(432,'profilingenabled','0'),(433,'profilingincluded',''),(434,'profilingexcluded',''),(435,'profilingautofrec','0'),(436,'profilingallowme','0'),(437,'profilingallowall','0'),(438,'profilingslow','0'),(439,'profilinglifetime','1440'),(440,'profilingimportprefix','(I)'),(441,'allowguestmymoodle','1'),(442,'release','4.1.15+ (Build: 20241213)'),(443,'branch','401'),(444,'phpunittest','10d17a55bb39832d31c1226d768089cd712840db'),(445,'localcachedirpurged','1734080375'),(446,'scheduledtaskreset','1734080376'),(447,'paygw_plugins_sortorder','paypal'),(448,'allversionshash','10d17a55bb39832d31c1226d768089cd712840db'),(449,'enableaccessibilitytools','1'),(450,'notloggedinroleid','6'),(451,'guestroleid','6'),(452,'defaultuserroleid','7'),(453,'creatornewroleid','3'),(454,'restorernewroleid','3'),(455,'sitepolicyhandler',''),(456,'gradebookroles','5'),(457,'h5plibraryhandler','h5plib_v124'),(458,'airnotifierurl','https://messages.moodle.net'),(459,'airnotifierport','443'),(460,'airnotifiermobileappname','com.moodle.moodlemobile'),(461,'airnotifierappname','commoodlemoodlemobile'),(462,'airnotifieraccesskey',''),(463,'bigbluebuttonbn_default_dpa_accepted','0'),(464,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(465,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(466,'bigbluebuttonbn_poll_interval','5'),(467,'bigbluebuttonbn_welcome_default',''),(468,'bigbluebuttonbn_welcome_editable','1'),(469,'bigbluebuttonbn_recording_default','1'),(470,'bigbluebuttonbn_recording_refresh_period','300'),(471,'bigbluebuttonbn_recording_editable','1'),(472,'bigbluebuttonbn_recording_all_from_start_default','0'),(473,'bigbluebuttonbn_recording_all_from_start_editable','0'),(474,'bigbluebuttonbn_recording_hide_button_default','0'),(475,'bigbluebuttonbn_recording_hide_button_editable','0'),(476,'bigbluebuttonbn_importrecordings_enabled','0'),(477,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(478,'bigbluebuttonbn_recordings_deleted_default','1'),(479,'bigbluebuttonbn_recordings_deleted_editable','0'),(480,'bigbluebuttonbn_recordings_imported_default','0'),(481,'bigbluebuttonbn_recordings_imported_editable','1'),(482,'bigbluebuttonbn_recordings_preview_default','1'),(483,'bigbluebuttonbn_recordings_preview_editable','0'),(484,'bigbluebuttonbn_recordings_asc_sort','0'),(485,'bigbluebuttonbn_recording_protect_editable','1'),(486,'bigbluebuttonbn_waitformoderator_default','0'),(487,'bigbluebuttonbn_waitformoderator_editable','1'),(488,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(489,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(490,'bigbluebuttonbn_voicebridge_editable','0'),(491,'bigbluebuttonbn_preuploadpresentation_editable','0'),(492,'bigbluebuttonbn_userlimit_default','0'),(493,'bigbluebuttonbn_userlimit_editable','0'),(494,'bigbluebuttonbn_participant_moderator_default','0'),(495,'bigbluebuttonbn_muteonstart_default','0'),(496,'bigbluebuttonbn_muteonstart_editable','0'),(497,'bigbluebuttonbn_disablecam_default','0'),(498,'bigbluebuttonbn_disablecam_editable','1'),(499,'bigbluebuttonbn_disablemic_default','0'),(500,'bigbluebuttonbn_disablemic_editable','1'),(501,'bigbluebuttonbn_disableprivatechat_default','0'),(502,'bigbluebuttonbn_disableprivatechat_editable','1'),(503,'bigbluebuttonbn_disablepublicchat_default','0'),(504,'bigbluebuttonbn_disablepublicchat_editable','1'),(505,'bigbluebuttonbn_disablenote_default','0'),(506,'bigbluebuttonbn_disablenote_editable','1'),(507,'bigbluebuttonbn_hideuserlist_default','0'),(508,'bigbluebuttonbn_hideuserlist_editable','1'),(509,'bigbluebuttonbn_recordingready_enabled','0'),(510,'bigbluebuttonbn_meetingevents_enabled','0'),(511,'bigbluebuttonbn_guestaccess_enabled','0'),(512,'chat_method','ajax'),(513,'chat_refresh_userlist','10'),(514,'chat_old_ping','35'),(515,'chat_refresh_room','5'),(516,'chat_normal_updatemode','jsupdate'),(517,'chat_serverhost','www.example.com'),(518,'chat_serverip','127.0.0.1'),(519,'chat_serverport','9111'),(520,'chat_servermax','100'),(521,'data_enablerssfeeds','0'),(522,'feedback_allowfullanonymous','0'),(523,'forum_displaymode','3'),(524,'forum_shortpost','300'),(525,'forum_longpost','600'),(526,'forum_manydiscussions','100'),(527,'forum_maxbytes','512000'),(528,'forum_maxattachments','9'),(529,'forum_subscription','0'),(530,'forum_trackingtype','1'),(531,'forum_trackreadposts','1'),(532,'forum_allowforcedreadtracking','0'),(533,'forum_oldpostdays','14'),(534,'forum_usermarksread','0'),(535,'forum_cleanreadtime','2'),(536,'digestmailtime','17'),(537,'forum_enablerssfeeds','0'),(538,'forum_enabletimedposts','1'),(539,'glossary_entbypage','10'),(540,'glossary_dupentries','0'),(541,'glossary_allowcomments','0'),(542,'glossary_linkbydefault','1'),(543,'glossary_defaultapproval','1'),(544,'glossary_enablerssfeeds','0'),(545,'glossary_linkentries','0'),(546,'glossary_casesensitive','0'),(547,'glossary_fullmatch','0'),(548,'block_course_list_adminview','all'),(549,'block_course_list_hideallcourseslink','0'),(550,'block_online_users_timetosee','5'),(551,'block_online_users_onlinestatushiding','1'),(552,'block_rss_client_num_entries','5'),(553,'block_rss_client_timeout','30'),(554,'block_html_allowcssclasses','0'),(555,'pathtounoconv','/usr/bin/unoconv'),(556,'filter_multilang_force_old','0'),(557,'logguests','1'),(558,'loglifetime','0'),(559,'profileroles','5,4,3'),(560,'coursecontact','3'),(561,'frontpage','6'),(562,'frontpageloggedin','6'),(563,'maxcategorydepth','2'),(564,'frontpagecourselimit','200'),(565,'commentsperpage','15'),(566,'defaultfrontpageroleid','8'),(567,'messageinbound_enabled','0'),(568,'messageinbound_mailbox',''),(569,'messageinbound_domain',''),(570,'messageinbound_host',''),(571,'messageinbound_hostssl','ssl'),(572,'messageinbound_hostuser',''),(573,'messageinbound_hostpass',''),(574,'mobilecssurl',''),(575,'webserviceprotocols','rest'),(576,'enablemobilewebservice','1'),(577,'registrationpending','1'); +/*!40000 ALTER TABLE `t_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config_log` +-- + +DROP TABLE IF EXISTS `t_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_conflog_tim_ix` (`timemodified`), + KEY `t_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1903 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config_log` +-- + +LOCK TABLES `t_config_log` WRITE; +/*!40000 ALTER TABLE `t_config_log` DISABLE KEYS */; +INSERT INTO `t_config_log` VALUES (1,0,1734080202,NULL,'enableuserfeedback','0',NULL),(2,0,1734080202,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1734080202,NULL,'userfeedback_remindafter','90',NULL),(4,0,1734080202,NULL,'enableoutcomes','0',NULL),(5,0,1734080202,NULL,'usecomments','1',NULL),(6,0,1734080202,NULL,'usetags','1',NULL),(7,0,1734080202,NULL,'enablenotes','1',NULL),(8,0,1734080202,NULL,'enableportfolios','0',NULL),(9,0,1734080202,NULL,'enablewebservices','0',NULL),(10,0,1734080202,NULL,'enablestats','0',NULL),(11,0,1734080202,NULL,'enablerssfeeds','0',NULL),(12,0,1734080202,NULL,'enableblogs','1',NULL),(13,0,1734080202,NULL,'enablecompletion','1',NULL),(14,0,1734080202,NULL,'completiondefault','1',NULL),(15,0,1734080202,NULL,'enableavailability','1',NULL),(16,0,1734080202,NULL,'enableplagiarism','0',NULL),(17,0,1734080202,NULL,'enablebadges','1',NULL),(18,0,1734080202,NULL,'enableglobalsearch','0',NULL),(19,0,1734080202,NULL,'allowstealth','0',NULL),(20,0,1734080202,NULL,'enableanalytics','1',NULL),(21,0,1734080202,'core_competency','enabled','1',NULL),(22,0,1734080202,NULL,'messaging','1',NULL),(23,0,1734080202,NULL,'enablecustomreports','1',NULL),(24,0,1734080202,NULL,'allowemojipicker','1',NULL),(25,0,1734080202,NULL,'userfiltersdefault','realname',NULL),(26,0,1734080202,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1734080202,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1734080202,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1734080202,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1734080202,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1734080202,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1734080202,NULL,'enroladminnewcourse','1',NULL),(33,0,1734080202,NULL,'autologinguests','0',NULL),(34,0,1734080202,NULL,'hiddenuserfields','',NULL),(35,0,1734080202,NULL,'showuseridentity','email',NULL),(36,0,1734080203,NULL,'fullnamedisplay','language',NULL),(37,0,1734080203,NULL,'alternativefullnameformat','language',NULL),(38,0,1734080203,NULL,'maxusersperpage','100',NULL),(39,0,1734080203,NULL,'enablegravatar','0',NULL),(40,0,1734080203,NULL,'gravatardefaulturl','mm',NULL),(41,0,1734080203,NULL,'agedigitalconsentverification','0',NULL),(42,0,1734080203,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),(43,0,1734080203,NULL,'sitepolicy','',NULL),(44,0,1734080203,NULL,'sitepolicyguest','',NULL),(45,0,1734080203,'moodlecourse','visible','1',NULL),(46,0,1734080203,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1734080203,'moodlecourse','participantsperpage','20',NULL),(48,0,1734080203,'moodlecourse','format','topics',NULL),(49,0,1734080203,'moodlecourse','maxsections','52',NULL),(50,0,1734080203,'moodlecourse','numsections','4',NULL),(51,0,1734080203,'moodlecourse','hiddensections','1',NULL),(52,0,1734080203,'moodlecourse','coursedisplay','0',NULL),(53,0,1734080203,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1734080203,'moodlecourse','courseduration','31536000',NULL),(55,0,1734080203,'moodlecourse','lang','',NULL),(56,0,1734080203,'moodlecourse','newsitems','5',NULL),(57,0,1734080203,'moodlecourse','showgrades','1',NULL),(58,0,1734080203,'moodlecourse','showreports','0',NULL),(59,0,1734080203,'moodlecourse','showactivitydates','1',NULL),(60,0,1734080203,'moodlecourse','maxbytes','0',NULL),(61,0,1734080203,'moodlecourse','enablecompletion','1',NULL),(62,0,1734080203,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1734080203,'moodlecourse','groupmode','0',NULL),(64,0,1734080203,'moodlecourse','groupmodeforce','0',NULL),(65,0,1734080203,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1734080203,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1734080203,NULL,'enablecourserequests','1',NULL),(68,0,1734080203,NULL,'defaultrequestcategory','1',NULL),(69,0,1734080203,NULL,'lockrequestcategory','0',NULL),(70,0,1734080203,NULL,'courserequestnotify','',NULL),(71,0,1734080203,NULL,'activitychoosertabmode','0',NULL),(72,0,1734080203,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1734080203,'backup','loglifetime','30',NULL),(74,0,1734080203,'backup','backup_general_users','1',NULL),(75,0,1734080203,'backup','backup_general_users_locked','',NULL),(76,0,1734080203,'backup','backup_general_anonymize','0',NULL),(77,0,1734080203,'backup','backup_general_anonymize_locked','',NULL),(78,0,1734080203,'backup','backup_general_role_assignments','1',NULL),(79,0,1734080203,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1734080203,'backup','backup_general_activities','1',NULL),(81,0,1734080203,'backup','backup_general_activities_locked','',NULL),(82,0,1734080203,'backup','backup_general_blocks','1',NULL),(83,0,1734080203,'backup','backup_general_blocks_locked','',NULL),(84,0,1734080203,'backup','backup_general_files','1',NULL),(85,0,1734080203,'backup','backup_general_files_locked','',NULL),(86,0,1734080203,'backup','backup_general_filters','1',NULL),(87,0,1734080204,'backup','backup_general_filters_locked','',NULL),(88,0,1734080204,'backup','backup_general_comments','1',NULL),(89,0,1734080204,'backup','backup_general_comments_locked','',NULL),(90,0,1734080204,'backup','backup_general_badges','1',NULL),(91,0,1734080204,'backup','backup_general_badges_locked','',NULL),(92,0,1734080204,'backup','backup_general_calendarevents','1',NULL),(93,0,1734080204,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1734080204,'backup','backup_general_userscompletion','1',NULL),(95,0,1734080204,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1734080204,'backup','backup_general_logs','0',NULL),(97,0,1734080204,'backup','backup_general_logs_locked','',NULL),(98,0,1734080204,'backup','backup_general_histories','0',NULL),(99,0,1734080204,'backup','backup_general_histories_locked','',NULL),(100,0,1734080204,'backup','backup_general_questionbank','1',NULL),(101,0,1734080204,'backup','backup_general_questionbank_locked','',NULL),(102,0,1734080204,'backup','backup_general_groups','1',NULL),(103,0,1734080204,'backup','backup_general_groups_locked','',NULL),(104,0,1734080204,'backup','backup_general_competencies','1',NULL),(105,0,1734080204,'backup','backup_general_competencies_locked','',NULL),(106,0,1734080204,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1734080204,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1734080204,'backup','backup_general_legacyfiles','1',NULL),(109,0,1734080204,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1734080204,'backup','import_general_maxresults','10',NULL),(111,0,1734080204,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1734080204,'backup','backup_import_permissions','0',NULL),(113,0,1734080204,'backup','backup_import_permissions_locked','',NULL),(114,0,1734080204,'backup','backup_import_activities','1',NULL),(115,0,1734080204,'backup','backup_import_activities_locked','',NULL),(116,0,1734080204,'backup','backup_import_blocks','1',NULL),(117,0,1734080204,'backup','backup_import_blocks_locked','',NULL),(118,0,1734080204,'backup','backup_import_filters','1',NULL),(119,0,1734080204,'backup','backup_import_filters_locked','',NULL),(120,0,1734080204,'backup','backup_import_calendarevents','1',NULL),(121,0,1734080204,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1734080204,'backup','backup_import_questionbank','1',NULL),(123,0,1734080204,'backup','backup_import_questionbank_locked','',NULL),(124,0,1734080204,'backup','backup_import_groups','1',NULL),(125,0,1734080204,'backup','backup_import_groups_locked','',NULL),(126,0,1734080204,'backup','backup_import_competencies','1',NULL),(127,0,1734080204,'backup','backup_import_competencies_locked','',NULL),(128,0,1734080204,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1734080204,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1734080204,'backup','backup_import_legacyfiles','1',NULL),(131,0,1734080204,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1734080204,'backup','backup_auto_active','0',NULL),(133,0,1734080204,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1734080204,'backup','backup_auto_hour','0',NULL),(135,0,1734080204,'backup','backup_auto_minute','0',NULL),(136,0,1734080204,'backup','backup_auto_storage','0',NULL),(137,0,1734080204,'backup','backup_auto_destination','',NULL),(138,0,1734080204,'backup','backup_auto_max_kept','1',NULL),(139,0,1734080204,'backup','backup_auto_delete_days','0',NULL),(140,0,1734080204,'backup','backup_auto_min_kept','0',NULL),(141,0,1734080204,'backup','backup_shortname','0',NULL),(142,0,1734080204,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1734080204,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1734080204,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1734080204,'backup','backup_auto_users','1',NULL),(146,0,1734080204,'backup','backup_auto_role_assignments','1',NULL),(147,0,1734080204,'backup','backup_auto_activities','1',NULL),(148,0,1734080204,'backup','backup_auto_blocks','1',NULL),(149,0,1734080204,'backup','backup_auto_files','1',NULL),(150,0,1734080204,'backup','backup_auto_filters','1',NULL),(151,0,1734080204,'backup','backup_auto_comments','1',NULL),(152,0,1734080204,'backup','backup_auto_badges','1',NULL),(153,0,1734080204,'backup','backup_auto_calendarevents','1',NULL),(154,0,1734080205,'backup','backup_auto_userscompletion','1',NULL),(155,0,1734080205,'backup','backup_auto_logs','0',NULL),(156,0,1734080205,'backup','backup_auto_histories','0',NULL),(157,0,1734080205,'backup','backup_auto_questionbank','1',NULL),(158,0,1734080205,'backup','backup_auto_groups','1',NULL),(159,0,1734080205,'backup','backup_auto_competencies','1',NULL),(160,0,1734080205,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1734080205,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1734080205,'restore','restore_general_users','1',NULL),(163,0,1734080205,'restore','restore_general_users_locked','',NULL),(164,0,1734080205,'restore','restore_general_enrolments','1',NULL),(165,0,1734080205,'restore','restore_general_enrolments_locked','',NULL),(166,0,1734080205,'restore','restore_general_role_assignments','1',NULL),(167,0,1734080205,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1734080205,'restore','restore_general_permissions','1',NULL),(169,0,1734080205,'restore','restore_general_permissions_locked','',NULL),(170,0,1734080205,'restore','restore_general_activities','1',NULL),(171,0,1734080205,'restore','restore_general_activities_locked','',NULL),(172,0,1734080205,'restore','restore_general_blocks','1',NULL),(173,0,1734080205,'restore','restore_general_blocks_locked','',NULL),(174,0,1734080205,'restore','restore_general_filters','1',NULL),(175,0,1734080205,'restore','restore_general_filters_locked','',NULL),(176,0,1734080205,'restore','restore_general_comments','1',NULL),(177,0,1734080205,'restore','restore_general_comments_locked','',NULL),(178,0,1734080205,'restore','restore_general_badges','1',NULL),(179,0,1734080205,'restore','restore_general_badges_locked','',NULL),(180,0,1734080205,'restore','restore_general_calendarevents','1',NULL),(181,0,1734080205,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1734080205,'restore','restore_general_userscompletion','1',NULL),(183,0,1734080205,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1734080205,'restore','restore_general_logs','1',NULL),(185,0,1734080205,'restore','restore_general_logs_locked','',NULL),(186,0,1734080205,'restore','restore_general_histories','1',NULL),(187,0,1734080205,'restore','restore_general_histories_locked','',NULL),(188,0,1734080205,'restore','restore_general_groups','1',NULL),(189,0,1734080205,'restore','restore_general_groups_locked','',NULL),(190,0,1734080205,'restore','restore_general_competencies','1',NULL),(191,0,1734080205,'restore','restore_general_competencies_locked','',NULL),(192,0,1734080205,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1734080205,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1734080205,'restore','restore_general_legacyfiles','1',NULL),(195,0,1734080205,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1734080205,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1734080205,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1734080205,'restore','restore_merge_course_fullname','1',NULL),(199,0,1734080205,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1734080205,'restore','restore_merge_course_shortname','1',NULL),(201,0,1734080205,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1734080205,'restore','restore_merge_course_startdate','1',NULL),(203,0,1734080205,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1734080205,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1734080205,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1734080205,'restore','restore_replace_course_fullname','1',NULL),(207,0,1734080205,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1734080205,'restore','restore_replace_course_shortname','1',NULL),(209,0,1734080205,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1734080205,'restore','restore_replace_course_startdate','1',NULL),(211,0,1734080205,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1734080205,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1734080205,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1734080205,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1734080205,NULL,'enableasyncbackup','0',NULL),(217,0,1734080205,'backup','backup_async_message_users','0',NULL),(218,0,1734080205,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1734080206,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(220,0,1734080206,NULL,'grade_profilereport','user',NULL),(221,0,1734080206,NULL,'grade_aggregationposition','1',NULL),(222,0,1734080206,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1734080206,NULL,'grade_hiddenasdate','0',NULL),(224,0,1734080206,NULL,'gradepublishing','0',NULL),(225,0,1734080206,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1734080206,NULL,'grade_export_displaytype','1',NULL),(227,0,1734080206,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1734080206,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1734080206,NULL,'grade_export_customprofilefields','',NULL),(230,0,1734080206,NULL,'recovergradesdefault','0',NULL),(231,0,1734080206,NULL,'gradeexport','',NULL),(232,0,1734080206,NULL,'unlimitedgrades','0',NULL),(233,0,1734080206,NULL,'grade_report_showmin','1',NULL),(234,0,1734080206,NULL,'gradepointmax','100',NULL),(235,0,1734080206,NULL,'gradepointdefault','100',NULL),(236,0,1734080206,NULL,'grade_minmaxtouse','1',NULL),(237,0,1734080206,NULL,'grade_mygrades_report','overview',NULL),(238,0,1734080206,NULL,'gradereport_mygradeurl','',NULL),(239,0,1734080206,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1734080206,NULL,'grade_aggregation','13',NULL),(241,0,1734080206,NULL,'grade_aggregation_flag','0',NULL),(242,0,1734080206,NULL,'grade_aggregations_visible','13',NULL),(243,0,1734080206,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1734080206,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1734080206,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1734080206,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1734080206,NULL,'grade_keephigh','0',NULL),(248,0,1734080206,NULL,'grade_keephigh_flag','3',NULL),(249,0,1734080206,NULL,'grade_droplow','0',NULL),(250,0,1734080206,NULL,'grade_droplow_flag','2',NULL),(251,0,1734080206,NULL,'grade_overridecat','1',NULL),(252,0,1734080206,NULL,'grade_displaytype','1',NULL),(253,0,1734080206,NULL,'grade_decimalpoints','2',NULL),(254,0,1734080206,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1734080206,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1734080206,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1734080206,NULL,'grade_report_quickgrading','1',NULL),(258,0,1734080206,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1734080206,NULL,'grade_report_meanselection','1',NULL),(260,0,1734080206,NULL,'grade_report_enableajax','0',NULL),(261,0,1734080206,NULL,'grade_report_showcalculations','1',NULL),(262,0,1734080206,NULL,'grade_report_showeyecons','0',NULL),(263,0,1734080206,NULL,'grade_report_showaverages','1',NULL),(264,0,1734080206,NULL,'grade_report_showlocks','0',NULL),(265,0,1734080206,NULL,'grade_report_showranges','0',NULL),(266,0,1734080206,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1734080206,NULL,'grade_report_showuserimage','1',NULL),(268,0,1734080206,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1734080206,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1734080206,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1734080206,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1734080206,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1734080206,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1734080206,NULL,'grade_report_historyperpage','50',NULL),(275,0,1734080206,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1734080206,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1734080206,NULL,'grade_report_user_showrank','0',NULL),(278,0,1734080206,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1734080206,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1734080206,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1734080206,NULL,'grade_report_user_showrange','1',NULL),(282,0,1734080206,NULL,'grade_report_user_showweight','1',NULL),(283,0,1734080207,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1734080207,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1734080207,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1734080207,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1734080207,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1734080207,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1734080207,'analytics','modeinstruction','',NULL),(290,0,1734080207,'analytics','percentonline','0',NULL),(291,0,1734080207,'analytics','typeinstitution','',NULL),(292,0,1734080207,'analytics','levelinstitution','',NULL),(293,0,1734080207,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1734080207,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1734080207,'analytics','modeloutputdir','',NULL),(296,0,1734080207,'analytics','onlycli','1',NULL),(297,0,1734080207,'analytics','modeltimelimit','1200',NULL),(298,0,1734080207,'analytics','calclifetime','35',NULL),(299,0,1734080207,NULL,'badges_defaultissuername','',NULL),(300,0,1734080207,NULL,'badges_defaultissuercontact','',NULL),(301,0,1734080207,NULL,'badges_badgesalt','badges1734080173',NULL),(302,0,1734080207,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1734080207,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1734080207,NULL,'rememberuserlicensepref','1',NULL),(305,0,1734080207,NULL,'timezone','Australia/Perth',NULL),(306,0,1734080208,NULL,'forcetimezone','99',NULL),(307,0,1734080208,NULL,'country','0',NULL),(308,0,1734080208,NULL,'defaultcity','',NULL),(309,0,1734080208,NULL,'geoip2file','/var/www/phpunitdata/geoip/GeoLite2-City.mmdb',NULL),(310,0,1734080208,NULL,'googlemapkey3','',NULL),(311,0,1734080208,NULL,'allcountrycodes','',NULL),(312,0,1734080208,NULL,'autolang','1',NULL),(313,0,1734080208,NULL,'lang','en',NULL),(314,0,1734080208,NULL,'autolangusercreation','1',NULL),(315,0,1734080208,NULL,'langmenu','1',NULL),(316,0,1734080208,NULL,'langlist','',NULL),(317,0,1734080208,NULL,'langcache','1',NULL),(318,0,1734080208,NULL,'langstringcache','1',NULL),(319,0,1734080208,NULL,'locale','',NULL),(320,0,1734080208,NULL,'latinexcelexport','0',NULL),(321,0,1734080208,NULL,'messagingallusers','0',NULL),(322,0,1734080208,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1734080208,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1734080208,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1734080208,NULL,'messagingallowemailoverride','0',NULL),(326,0,1734080208,NULL,'requiremodintro','0',NULL),(327,0,1734080208,'antivirus','notifyemail','',NULL),(328,0,1734080208,'antivirus','notifylevel','2',NULL),(329,0,1734080208,'antivirus','threshold','1200',NULL),(330,0,1734080208,'antivirus','enablequarantine','0',NULL),(331,0,1734080208,'antivirus','quarantinetime','2419200',NULL),(332,0,1734080208,NULL,'registerauth','',NULL),(333,0,1734080208,NULL,'authloginviaemail','0',NULL),(334,0,1734080208,NULL,'allowaccountssameemail','0',NULL),(335,0,1734080208,NULL,'authpreventaccountcreation','0',NULL),(336,0,1734080208,NULL,'loginpageautofocus','0',NULL),(337,0,1734080208,NULL,'guestloginbutton','1',NULL),(338,0,1734080208,NULL,'limitconcurrentlogins','0',NULL),(339,0,1734080208,NULL,'alternateloginurl','',NULL),(340,0,1734080208,NULL,'forgottenpasswordurl','',NULL),(341,0,1734080208,NULL,'auth_instructions','',NULL),(342,0,1734080208,NULL,'allowemailaddresses','',NULL),(343,0,1734080208,NULL,'denyemailaddresses','',NULL),(344,0,1734080208,NULL,'verifychangedemail','1',NULL),(345,0,1734080208,NULL,'recaptchapublickey','',NULL),(346,0,1734080208,NULL,'recaptchaprivatekey','',NULL),(347,0,1734080208,'cachestore_apcu','testperformance','0',NULL),(348,0,1734080208,'cachestore_memcached','testservers','',NULL),(349,0,1734080208,'cachestore_mongodb','testserver','',NULL),(350,0,1734080208,'cachestore_redis','test_server','',NULL),(351,0,1734080208,'cachestore_redis','test_password','',NULL),(352,0,1734080208,'cachestore_redis','test_serializer','1',NULL),(353,0,1734080208,'cachestore_redis','test_ttl','0',NULL),(354,0,1734080209,NULL,'filteruploadedfiles','0',NULL),(355,0,1734080209,NULL,'filtermatchoneperpage','0',NULL),(356,0,1734080209,NULL,'filtermatchonepertext','0',NULL),(357,0,1734080209,NULL,'filternavigationwithsystemcontext','0',NULL),(358,0,1734080209,NULL,'media_default_width','640',NULL),(359,0,1734080209,NULL,'media_default_height','360',NULL),(360,0,1734080209,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(361,0,1734080209,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(362,0,1734080209,NULL,'portfolio_moderate_db_threshold','20',NULL),(363,0,1734080209,NULL,'portfolio_high_db_threshold','50',NULL),(364,0,1734080209,'question_preview','behaviour','deferredfeedback',NULL),(365,0,1734080209,'question_preview','correctness','1',NULL),(366,0,1734080209,'question_preview','marks','2',NULL),(367,0,1734080209,'question_preview','markdp','2',NULL),(368,0,1734080209,'question_preview','feedback','1',NULL),(369,0,1734080209,'question_preview','generalfeedback','1',NULL),(370,0,1734080209,'question_preview','rightanswer','1',NULL),(371,0,1734080209,'question_preview','history','0',NULL),(372,0,1734080209,NULL,'repositorycacheexpire','120',NULL),(373,0,1734080209,NULL,'repositorygetfiletimeout','30',NULL),(374,0,1734080209,NULL,'repositorysyncfiletimeout','1',NULL),(375,0,1734080209,NULL,'repositorysyncimagetimeout','3',NULL),(376,0,1734080209,NULL,'repositoryallowexternallinks','1',NULL),(377,0,1734080209,NULL,'legacyfilesinnewcourses','0',NULL),(378,0,1734080209,NULL,'legacyfilesaddallowed','1',NULL),(379,0,1734080209,NULL,'searchengine','simpledb',NULL),(380,0,1734080209,NULL,'searchindexwhendisabled','0',NULL),(381,0,1734080209,NULL,'searchindextime','600',NULL),(382,0,1734080209,NULL,'searchallavailablecourses','0',NULL),(383,0,1734080209,NULL,'searchincludeallcourses','0',NULL),(384,0,1734080209,NULL,'searchenablecategories','0',NULL),(385,0,1734080209,NULL,'searchdefaultcategory','core-all',NULL),(386,0,1734080209,NULL,'searchhideallcategory','0',NULL),(387,0,1734080209,NULL,'searchmaxtopresults','3',NULL),(388,0,1734080209,NULL,'searchteacherroles','',NULL),(389,0,1734080209,NULL,'searchenginequeryonly','',NULL),(390,0,1734080209,NULL,'searchbannerenable','0',NULL),(391,0,1734080209,NULL,'searchbanner','',NULL),(392,0,1734080209,NULL,'allowbeforeblock','0',NULL),(393,0,1734080209,NULL,'allowedip','',NULL),(394,0,1734080209,NULL,'blockedip','',NULL),(395,0,1734080209,NULL,'protectusernames','1',NULL),(396,0,1734080209,NULL,'forcelogin','0',NULL),(397,0,1734080209,NULL,'forceloginforprofiles','1',NULL),(398,0,1734080209,NULL,'forceloginforprofileimage','0',NULL),(399,0,1734080209,NULL,'opentowebcrawlers','0',NULL),(400,0,1734080209,NULL,'allowindexing','0',NULL),(401,0,1734080209,NULL,'maxbytes','0',NULL),(402,0,1734080209,NULL,'userquota','104857600',NULL),(403,0,1734080209,NULL,'allowobjectembed','0',NULL),(404,0,1734080209,NULL,'enabletrusttext','0',NULL),(405,0,1734080209,NULL,'maxeditingtime','1800',NULL),(406,0,1734080209,NULL,'extendedusernamechars','0',NULL),(407,0,1734080209,NULL,'keeptagnamecase','1',NULL),(408,0,1734080209,NULL,'profilesforenrolledusersonly','1',NULL),(409,0,1734080209,NULL,'cronclionly','1',NULL),(410,0,1734080209,NULL,'cronremotepassword','',NULL),(411,0,1734080209,'tool_task','enablerunnow','1',NULL),(412,0,1734080209,NULL,'lockoutthreshold','0',NULL),(413,0,1734080209,NULL,'lockoutwindow','1800',NULL),(414,0,1734080209,NULL,'lockoutduration','1800',NULL),(415,0,1734080210,NULL,'passwordpolicy','1',NULL),(416,0,1734080210,NULL,'minpasswordlength','8',NULL),(417,0,1734080210,NULL,'minpassworddigits','1',NULL),(418,0,1734080210,NULL,'minpasswordlower','1',NULL),(419,0,1734080210,NULL,'minpasswordupper','1',NULL),(420,0,1734080210,NULL,'minpasswordnonalphanum','1',NULL),(421,0,1734080210,NULL,'maxconsecutiveidentchars','0',NULL),(422,0,1734080210,NULL,'passwordpolicycheckonlogin','0',NULL),(423,0,1734080210,NULL,'passwordreuselimit','0',NULL),(424,0,1734080210,NULL,'pwresettime','1800',NULL),(425,0,1734080210,NULL,'passwordchangelogout','0',NULL),(426,0,1734080210,NULL,'passwordchangetokendeletion','0',NULL),(427,0,1734080210,NULL,'tokenduration','7257600',NULL),(428,0,1734080210,NULL,'groupenrolmentkeypolicy','1',NULL),(429,0,1734080210,NULL,'disableuserimages','0',NULL),(430,0,1734080210,NULL,'emailchangeconfirmation','1',NULL),(431,0,1734080210,NULL,'rememberusername','2',NULL),(432,0,1734080210,NULL,'strictformsrequired','0',NULL),(433,0,1734080210,'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, bigbluebuttonbn_shared_secret@@none',NULL),(434,0,1734080210,NULL,'cookiesecure','1',NULL),(435,0,1734080210,NULL,'cookiehttponly','0',NULL),(436,0,1734080210,NULL,'allowframembedding','0',NULL),(437,0,1734080210,NULL,'curlsecurityblockedhosts','127.0.0.1\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),(438,0,1734080210,NULL,'curlsecurityallowedport','443\n80',NULL),(439,0,1734080210,NULL,'referrerpolicy','default',NULL),(440,0,1734080210,NULL,'displayloginfailures','0',NULL),(441,0,1734080210,NULL,'notifyloginfailures','',NULL),(442,0,1734080210,NULL,'notifyloginthreshold','10',NULL),(443,0,1734080210,NULL,'themelist','',NULL),(444,0,1734080210,NULL,'themedesignermode','0',NULL),(445,0,1734080210,NULL,'allowuserthemes','0',NULL),(446,0,1734080210,NULL,'allowcoursethemes','0',NULL),(447,0,1734080210,NULL,'allowcategorythemes','0',NULL),(448,0,1734080210,NULL,'allowcohortthemes','0',NULL),(449,0,1734080210,NULL,'allowthemechangeonurl','0',NULL),(450,0,1734080210,NULL,'allowuserblockhiding','1',NULL),(451,0,1734080210,NULL,'langmenuinsecurelayout','0',NULL),(452,0,1734080210,NULL,'logininfoinsecurelayout','0',NULL),(453,0,1734080210,NULL,'custommenuitems','',NULL),(454,0,1734080210,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),(455,0,1734080210,NULL,'enabledevicedetection','1',NULL),(456,0,1734080210,NULL,'devicedetectregex','[]',NULL),(457,0,1734080210,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(458,0,1734080210,'theme_boost','preset','default.scss',NULL),(459,0,1734080210,'theme_boost','presetfiles','',NULL),(460,0,1734080210,'theme_boost','backgroundimage','',NULL),(461,0,1734080210,'theme_boost','loginbackgroundimage','',NULL),(462,0,1734080210,'theme_boost','brandcolor','',NULL),(463,0,1734080210,'theme_boost','scsspre','',NULL),(464,0,1734080210,'theme_boost','scss','',NULL),(465,0,1734080210,'theme_classic','navbardark','0',NULL),(466,0,1734080210,'theme_classic','unaddableblocks','',NULL),(467,0,1734080210,'theme_classic','preset','default.scss',NULL),(468,0,1734080210,'theme_classic','presetfiles','',NULL),(469,0,1734080210,'theme_classic','backgroundimage','',NULL),(470,0,1734080210,'theme_classic','loginbackgroundimage','',NULL),(471,0,1734080210,'theme_classic','brandcolor','',NULL),(472,0,1734080210,'theme_classic','scsspre','',NULL),(473,0,1734080210,'theme_classic','scss','',NULL),(474,0,1734080210,'core_admin','logo','',NULL),(475,0,1734080210,'core_admin','logocompact','',NULL),(476,0,1734080210,'core_admin','favicon','',NULL),(477,0,1734080211,'core_admin','coursecolor1','#81ecec',NULL),(478,0,1734080211,'core_admin','coursecolor2','#74b9ff',NULL),(479,0,1734080211,'core_admin','coursecolor3','#a29bfe',NULL),(480,0,1734080211,'core_admin','coursecolor4','#dfe6e9',NULL),(481,0,1734080211,'core_admin','coursecolor5','#00b894',NULL),(482,0,1734080211,'core_admin','coursecolor6','#0984e3',NULL),(483,0,1734080211,'core_admin','coursecolor7','#b2bec3',NULL),(484,0,1734080211,'core_admin','coursecolor8','#fdcb6e',NULL),(485,0,1734080211,'core_admin','coursecolor9','#fd79a8',NULL),(486,0,1734080211,'core_admin','coursecolor10','#6c5ce7',NULL),(487,0,1734080211,NULL,'calendartype','gregorian',NULL),(488,0,1734080211,NULL,'calendar_adminseesall','0',NULL),(489,0,1734080211,NULL,'calendar_site_timeformat','0',NULL),(490,0,1734080211,NULL,'calendar_startwday','1',NULL),(491,0,1734080211,NULL,'calendar_weekend','65',NULL),(492,0,1734080211,NULL,'calendar_lookahead','21',NULL),(493,0,1734080211,NULL,'calendar_maxevents','10',NULL),(494,0,1734080211,NULL,'enablecalendarexport','1',NULL),(495,0,1734080211,NULL,'calendar_customexport','1',NULL),(496,0,1734080211,NULL,'calendar_exportlookahead','365',NULL),(497,0,1734080211,NULL,'calendar_exportlookback','5',NULL),(498,0,1734080211,NULL,'calendar_exportsalt','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK',NULL),(499,0,1734080211,NULL,'calendar_showicalsource','1',NULL),(500,0,1734080211,NULL,'useblogassociations','1',NULL),(501,0,1734080211,NULL,'bloglevel','4',NULL),(502,0,1734080211,NULL,'useexternalblogs','1',NULL),(503,0,1734080211,NULL,'externalblogcrontime','86400',NULL),(504,0,1734080211,NULL,'maxexternalblogsperuser','1',NULL),(505,0,1734080211,NULL,'blogusecomments','1',NULL),(506,0,1734080211,NULL,'blogshowcommentscount','1',NULL),(507,0,1734080211,NULL,'enabledashboard','1',NULL),(508,0,1734080211,NULL,'defaulthomepage','3',NULL),(509,0,1734080211,NULL,'navshowfullcoursenames','0',NULL),(510,0,1734080211,NULL,'navshowcategories','1',NULL),(511,0,1734080211,NULL,'navshowmycoursecategories','0',NULL),(512,0,1734080211,NULL,'navshowallcourses','0',NULL),(513,0,1734080211,NULL,'navsortmycoursessort','sortorder',NULL),(514,0,1734080211,NULL,'navsortmycourseshiddenlast','1',NULL),(515,0,1734080211,NULL,'navcourselimit','10',NULL),(516,0,1734080211,NULL,'usesitenameforsitepages','0',NULL),(517,0,1734080211,NULL,'linkadmincategories','1',NULL),(518,0,1734080211,NULL,'linkcoursesections','1',NULL),(519,0,1734080211,NULL,'navshowfrontpagemods','1',NULL),(520,0,1734080211,NULL,'navadduserpostslinks','1',NULL),(521,0,1734080211,NULL,'sitenameintitle','shortname',NULL),(522,0,1734080211,NULL,'formatstringstriptags','1',NULL),(523,0,1734080211,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),(524,0,1734080211,NULL,'docroot','https://docs.moodle.org',NULL),(525,0,1734080211,NULL,'doclang','',NULL),(526,0,1734080211,NULL,'doctonewwindow','0',NULL),(527,0,1734080211,NULL,'coursecontactduplicates','0',NULL),(528,0,1734080211,NULL,'courselistshortnames','0',NULL),(529,0,1734080211,NULL,'coursesperpage','20',NULL),(530,0,1734080211,NULL,'courseswithsummarieslimit','10',NULL),(531,0,1734080211,NULL,'courseoverviewfileslimit','1',NULL),(532,0,1734080211,NULL,'courseoverviewfilesext','web_image',NULL),(533,0,1734080211,NULL,'coursegraceperiodbefore','0',NULL),(534,0,1734080211,NULL,'coursegraceperiodafter','0',NULL),(535,0,1734080211,NULL,'useexternalyui','0',NULL),(536,0,1734080211,NULL,'yuicomboloading','1',NULL),(537,0,1734080212,NULL,'cachejs','1',NULL),(538,0,1734080212,NULL,'additionalhtmlhead','',NULL),(539,0,1734080212,NULL,'additionalhtmltopofbody','',NULL),(540,0,1734080212,NULL,'additionalhtmlfooter','',NULL),(541,0,1734080212,NULL,'cachetemplates','1',NULL),(542,0,1734080212,NULL,'pathtophp','','/usr/local/bin/php'),(543,0,1734080212,NULL,'pathtodu','',NULL),(544,0,1734080212,NULL,'aspellpath','',NULL),(545,0,1734080212,NULL,'pathtodot','',NULL),(546,0,1734080212,NULL,'pathtogs','/usr/bin/gs',NULL),(547,0,1734080212,NULL,'pathtopdftoppm','',NULL),(548,0,1734080212,NULL,'pathtopython','',NULL),(549,0,1734080212,NULL,'supportname','Admin User',NULL),(550,0,1734080212,NULL,'supportpage','',NULL),(551,0,1734080212,NULL,'supportavailability','1',NULL),(552,0,1734080212,NULL,'dbsessions','0',NULL),(553,0,1734080212,NULL,'sessiontimeoutwarning','1200',NULL),(554,0,1734080212,NULL,'sessioncookie','',NULL),(555,0,1734080212,NULL,'sessioncookiepath','',NULL),(556,0,1734080212,NULL,'sessioncookiedomain','',NULL),(557,0,1734080212,NULL,'statsfirstrun','none',NULL),(558,0,1734080212,NULL,'statsmaxruntime','0',NULL),(559,0,1734080212,NULL,'statsruntimedays','31',NULL),(560,0,1734080212,NULL,'statsuserthreshold','0',NULL),(561,0,1734080212,NULL,'slasharguments','1',NULL),(562,0,1734080212,NULL,'getremoteaddrconf','3',NULL),(563,0,1734080212,NULL,'reverseproxyignore','',NULL),(564,0,1734080212,NULL,'proxyhost','',NULL),(565,0,1734080212,NULL,'proxyport','0',NULL),(566,0,1734080212,NULL,'proxytype','HTTP',NULL),(567,0,1734080212,NULL,'proxyuser','',NULL),(568,0,1734080212,NULL,'proxypassword','',NULL),(569,0,1734080212,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(570,0,1734080212,NULL,'proxylogunsafe','0',NULL),(571,0,1734080212,NULL,'proxyfixunsafe','0',NULL),(572,0,1734080212,NULL,'maintenance_enabled','0',NULL),(573,0,1734080212,NULL,'maintenance_message','',NULL),(574,0,1734080212,NULL,'deleteunconfirmed','168',NULL),(575,0,1734080212,NULL,'deleteincompleteusers','0',NULL),(576,0,1734080212,NULL,'disablegradehistory','0',NULL),(577,0,1734080212,NULL,'gradehistorylifetime','0',NULL),(578,0,1734080212,NULL,'tempdatafoldercleanup','168',NULL),(579,0,1734080212,NULL,'filescleanupperiod','86400',NULL),(580,0,1734080212,NULL,'extramemorylimit','512M',NULL),(581,0,1734080212,NULL,'maxtimelimit','0',NULL),(582,0,1734080212,NULL,'curlcache','120',NULL),(583,0,1734080212,NULL,'curltimeoutkbitrate','56',NULL),(584,0,1734080212,NULL,'cron_enabled','1',NULL),(585,0,1734080212,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1734080212,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1734080212,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1734080212,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1734080213,NULL,'task_logmode','1',NULL),(590,0,1734080213,NULL,'task_logtostdout','1',NULL),(591,0,1734080213,NULL,'task_logretention','2419200',NULL),(592,0,1734080213,NULL,'task_logretainruns','20',NULL),(593,0,1734080213,NULL,'smtphosts','',NULL),(594,0,1734080213,NULL,'smtpsecure','',NULL),(595,0,1734080213,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1734080213,NULL,'smtpuser','',NULL),(597,0,1734080213,NULL,'smtppass','',NULL),(598,0,1734080213,NULL,'smtpmaxbulk','1',NULL),(599,0,1734080213,NULL,'noreplyaddress','noreply@www.example.com',NULL),(600,0,1734080213,NULL,'allowedemaildomains','',NULL),(601,0,1734080213,NULL,'divertallemailsto','',NULL),(602,0,1734080213,NULL,'divertallemailsexcept','',NULL),(603,0,1734080213,NULL,'emaildkimselector','',NULL),(604,0,1734080213,NULL,'sitemailcharset','0',NULL),(605,0,1734080213,NULL,'allowusermailcharset','0',NULL),(606,0,1734080213,NULL,'allowattachments','1',NULL),(607,0,1734080213,NULL,'mailnewline','LF',NULL),(608,0,1734080213,NULL,'emailfromvia','1',NULL),(609,0,1734080213,NULL,'emailsubjectprefix','',NULL),(610,0,1734080213,NULL,'emailheaders','',NULL),(611,0,1734080213,NULL,'updateautocheck','1',NULL),(612,0,1734080213,NULL,'updateminmaturity','200',NULL),(613,0,1734080213,NULL,'updatenotifybuilds','0',NULL),(614,0,1734080213,NULL,'enablewsdocumentation','0',NULL),(615,0,1734080213,NULL,'customreportslimit','0',NULL),(616,0,1734080213,NULL,'customreportsliveediting','1',NULL),(617,0,1734080213,NULL,'dndallowtextandlinks','0',NULL),(618,0,1734080213,NULL,'pathtosassc','',NULL),(619,0,1734080213,NULL,'contextlocking','0',NULL),(620,0,1734080213,NULL,'contextlockappliestoadmin','1',NULL),(621,0,1734080213,NULL,'forceclean','0',NULL),(622,0,1734080213,NULL,'enablecourserelativedates','0',NULL),(623,0,1734080213,NULL,'debug','0','32767'),(624,0,1734080213,NULL,'debugdisplay','0','1'),(625,0,1734080213,NULL,'perfdebug','7',NULL),(626,0,1734080213,NULL,'debugstringids','0',NULL),(627,0,1734080213,NULL,'debugsqltrace','0',NULL),(628,0,1734080213,NULL,'debugvalidators','0',NULL),(629,0,1734080213,NULL,'debugpageinfo','0',NULL),(630,0,1734080213,NULL,'profilingenabled','0',NULL),(631,0,1734080213,NULL,'profilingincluded','',NULL),(632,0,1734080213,NULL,'profilingexcluded','',NULL),(633,0,1734080213,NULL,'profilingautofrec','0',NULL),(634,0,1734080213,NULL,'profilingallowme','0',NULL),(635,0,1734080213,NULL,'profilingallowall','0',NULL),(636,0,1734080213,NULL,'profilingslow','0',NULL),(637,0,1734080213,NULL,'profilinglifetime','1440',NULL),(638,0,1734080213,NULL,'profilingimportprefix','(I)',NULL),(639,0,1734080219,'core_competency','pushcourseratingstouserplans','1',NULL),(640,0,1734080221,NULL,'calendar_exportsalt','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL','wEjTEGOay6vjZCAZf1nh0lXQJjtTAFC2jmeBxD8P4bEtoXboeGJNJL8wqXuK'),(641,0,1734080221,NULL,'defaulthomepage','1','3'),(642,0,1734080221,NULL,'allowguestmymoodle','1',NULL),(643,0,1734080221,NULL,'pathtophp','','/usr/local/bin/php'),(644,0,1734080222,NULL,'debug','0','32767'),(645,0,1734080222,NULL,'debugdisplay','0','1'),(646,0,1734080229,NULL,'calendar_exportsalt','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR','h0LUyY0TkfDG6W5iktNW4X9Rq2HCBnDAcZsB6QscCb2y6x38dnvK5sdJQArL'),(647,0,1734080229,NULL,'pathtophp','','/usr/local/bin/php'),(648,0,1734080230,NULL,'debug','0','32767'),(649,0,1734080230,NULL,'debugdisplay','0','1'),(650,0,1734080307,'activitynames','filter_active','1',''),(651,0,1734080307,'core_filter','order','activitynames','activitynames'),(652,0,1734080307,'displayh5p','filter_active','1',''),(653,0,1734080307,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(654,0,1734080308,'emoticon','filter_active','1',''),(655,0,1734080308,'mathjaxloader','filter_active','1',''),(656,0,1734080308,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(657,0,1734080308,'mediaplugin','filter_active','1',''),(658,0,1734080309,'urltolink','filter_active','1',''),(659,0,1734080309,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(660,0,1734080309,'tiny','editor_visibility','1','0'),(661,2,1734080384,NULL,'enableaccessibilitytools','1',NULL),(662,2,1734080384,'tool_moodlenet','enablemoodlenet','1',NULL),(663,2,1734080384,NULL,'notloggedinroleid','6',NULL),(664,2,1734080384,NULL,'guestroleid','6',NULL),(665,2,1734080384,NULL,'defaultuserroleid','7',NULL),(666,2,1734080384,NULL,'creatornewroleid','3',NULL),(667,2,1734080384,NULL,'restorernewroleid','3',NULL),(668,2,1734080384,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(669,2,1734080384,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(670,2,1734080384,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(671,2,1734080384,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(672,2,1734080384,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(673,2,1734080384,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(674,2,1734080384,'tool_dataprivacy','showdataretentionsummary','1',NULL),(675,2,1734080384,'tool_log','exportlog','1',NULL),(676,2,1734080384,NULL,'sitepolicyhandler','',NULL),(677,2,1734080385,NULL,'gradebookroles','5',NULL),(678,2,1734080385,'analytics','logstore','logstore_standard',NULL),(679,2,1734080385,NULL,'h5plibraryhandler','h5plib_v124',NULL),(680,2,1734080386,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(681,2,1734080386,NULL,'airnotifierport','443',NULL),(682,2,1734080386,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(683,2,1734080386,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(684,2,1734080386,NULL,'airnotifieraccesskey','',NULL),(685,2,1734080386,'message_airnotifier','encryptnotifications','0',NULL),(686,2,1734080386,'message_airnotifier','encryptprocessing','0',NULL),(687,2,1734080386,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(688,2,1734080386,'assign','showrecentsubmissions','0',NULL),(689,2,1734080386,'assign','submissionreceipts','1',NULL),(690,2,1734080386,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(691,2,1734080386,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(692,2,1734080386,'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),(693,2,1734080386,'assign','maxperpage','-1',NULL),(694,2,1734080386,'assign','alwaysshowdescription','1',NULL),(695,2,1734080386,'assign','alwaysshowdescription_adv','',NULL),(696,2,1734080387,'assign','alwaysshowdescription_locked','',NULL),(697,2,1734080387,'assign','allowsubmissionsfromdate','0',NULL),(698,2,1734080387,'assign','allowsubmissionsfromdate_enabled','1',NULL),(699,2,1734080387,'assign','allowsubmissionsfromdate_adv','',NULL),(700,2,1734080387,'assign','duedate','604800',NULL),(701,2,1734080387,'assign','duedate_enabled','1',NULL),(702,2,1734080387,'assign','duedate_adv','',NULL),(703,2,1734080387,'assign','cutoffdate','1209600',NULL),(704,2,1734080387,'assign','cutoffdate_enabled','',NULL),(705,2,1734080387,'assign','cutoffdate_adv','',NULL),(706,2,1734080387,'assign','enabletimelimit','0',NULL),(707,2,1734080387,'assign','gradingduedate','1209600',NULL),(708,2,1734080387,'assign','gradingduedate_enabled','1',NULL),(709,2,1734080387,'assign','gradingduedate_adv','',NULL),(710,2,1734080387,'assign','submissiondrafts','0',NULL),(711,2,1734080387,'assign','submissiondrafts_adv','',NULL),(712,2,1734080387,'assign','submissiondrafts_locked','',NULL),(713,2,1734080387,'assign','requiresubmissionstatement','0',NULL),(714,2,1734080387,'assign','requiresubmissionstatement_adv','',NULL),(715,2,1734080387,'assign','requiresubmissionstatement_locked','',NULL),(716,2,1734080387,'assign','attemptreopenmethod','none',NULL),(717,2,1734080387,'assign','attemptreopenmethod_adv','',NULL),(718,2,1734080387,'assign','attemptreopenmethod_locked','',NULL),(719,2,1734080387,'assign','maxattempts','-1',NULL),(720,2,1734080387,'assign','maxattempts_adv','',NULL),(721,2,1734080387,'assign','maxattempts_locked','',NULL),(722,2,1734080387,'assign','teamsubmission','0',NULL),(723,2,1734080387,'assign','teamsubmission_adv','',NULL),(724,2,1734080387,'assign','teamsubmission_locked','',NULL),(725,2,1734080387,'assign','preventsubmissionnotingroup','0',NULL),(726,2,1734080387,'assign','preventsubmissionnotingroup_adv','',NULL),(727,2,1734080387,'assign','preventsubmissionnotingroup_locked','',NULL),(728,2,1734080387,'assign','requireallteammemberssubmit','0',NULL),(729,2,1734080387,'assign','requireallteammemberssubmit_adv','',NULL),(730,2,1734080387,'assign','requireallteammemberssubmit_locked','',NULL),(731,2,1734080387,'assign','teamsubmissiongroupingid','',NULL),(732,2,1734080387,'assign','teamsubmissiongroupingid_adv','',NULL),(733,2,1734080387,'assign','sendnotifications','0',NULL),(734,2,1734080387,'assign','sendnotifications_adv','',NULL),(735,2,1734080387,'assign','sendnotifications_locked','',NULL),(736,2,1734080387,'assign','sendlatenotifications','0',NULL),(737,2,1734080387,'assign','sendlatenotifications_adv','',NULL),(738,2,1734080387,'assign','sendlatenotifications_locked','',NULL),(739,2,1734080387,'assign','sendstudentnotifications','1',NULL),(740,2,1734080387,'assign','sendstudentnotifications_adv','',NULL),(741,2,1734080387,'assign','sendstudentnotifications_locked','',NULL),(742,2,1734080387,'assign','blindmarking','0',NULL),(743,2,1734080387,'assign','blindmarking_adv','',NULL),(744,2,1734080387,'assign','blindmarking_locked','',NULL),(745,2,1734080387,'assign','hidegrader','0',NULL),(746,2,1734080387,'assign','hidegrader_adv','',NULL),(747,2,1734080387,'assign','hidegrader_locked','',NULL),(748,2,1734080387,'assign','markingworkflow','0',NULL),(749,2,1734080387,'assign','markingworkflow_adv','',NULL),(750,2,1734080387,'assign','markingworkflow_locked','',NULL),(751,2,1734080387,'assign','markingallocation','0',NULL),(752,2,1734080387,'assign','markingallocation_adv','',NULL),(753,2,1734080387,'assign','markingallocation_locked','',NULL),(754,2,1734080387,'assignsubmission_file','default','1',NULL),(755,2,1734080387,'assignsubmission_file','maxfiles','20',NULL),(756,2,1734080387,'assignsubmission_file','filetypes','',NULL),(757,2,1734080387,'assignsubmission_file','maxbytes','0',NULL),(758,2,1734080388,'assignsubmission_onlinetext','default','0',NULL),(759,2,1734080388,'assignfeedback_comments','default','1',NULL),(760,2,1734080388,'assignfeedback_comments','inline','0',NULL),(761,2,1734080388,'assignfeedback_comments','inline_adv','',NULL),(762,2,1734080388,'assignfeedback_comments','inline_locked','',NULL),(763,2,1734080388,'assignfeedback_editpdf','default','1',NULL),(764,2,1734080388,'assignfeedback_editpdf','stamps','',NULL),(765,2,1734080388,'assignfeedback_file','default','0',NULL),(766,2,1734080388,'assignfeedback_offline','default','0',NULL),(767,2,1734080388,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(768,2,1734080388,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(769,2,1734080388,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(770,2,1734080388,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(771,2,1734080388,NULL,'bigbluebuttonbn_welcome_default','',NULL),(772,2,1734080388,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(773,2,1734080388,NULL,'bigbluebuttonbn_recording_default','1',NULL),(774,2,1734080388,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(775,2,1734080388,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(776,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(777,2,1734080388,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(778,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(779,2,1734080388,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(780,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(781,2,1734080388,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(782,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(783,2,1734080388,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(784,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(785,2,1734080388,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(786,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(787,2,1734080388,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(788,2,1734080388,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(789,2,1734080388,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(790,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(791,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(792,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(793,2,1734080388,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(794,2,1734080388,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(795,2,1734080389,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(796,2,1734080389,'mod_bigbluebuttonbn','presentationdefault','',NULL),(797,2,1734080389,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(798,2,1734080389,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(799,2,1734080389,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(800,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(801,2,1734080389,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(802,2,1734080389,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(803,2,1734080389,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(804,2,1734080389,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(805,2,1734080389,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(806,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(807,2,1734080389,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(808,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(809,2,1734080389,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(810,2,1734080389,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(811,2,1734080389,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(812,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(813,2,1734080389,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(814,2,1734080389,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(815,2,1734080389,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(816,2,1734080389,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(817,2,1734080389,'book','numberingoptions','0,1,2,3',NULL),(818,2,1734080389,'book','numbering','1',NULL),(819,2,1734080389,NULL,'chat_method','ajax',NULL),(820,2,1734080389,NULL,'chat_refresh_userlist','10',NULL),(821,2,1734080389,NULL,'chat_old_ping','35',NULL),(822,2,1734080389,NULL,'chat_refresh_room','5',NULL),(823,2,1734080389,NULL,'chat_normal_updatemode','jsupdate',NULL),(824,2,1734080389,NULL,'chat_serverhost','www.example.com',NULL),(825,2,1734080389,NULL,'chat_serverip','127.0.0.1',NULL),(826,2,1734080389,NULL,'chat_serverport','9111',NULL),(827,2,1734080389,NULL,'chat_servermax','100',NULL),(828,2,1734080389,NULL,'data_enablerssfeeds','0',NULL),(829,2,1734080389,NULL,'feedback_allowfullanonymous','0',NULL),(830,2,1734080389,'resource','framesize','130',NULL),(831,2,1734080389,'resource','displayoptions','0,1,4,5,6',NULL),(832,2,1734080389,'resource','printintro','1',NULL),(833,2,1734080389,'resource','display','0',NULL),(834,2,1734080389,'resource','showsize','0',NULL),(835,2,1734080389,'resource','showtype','0',NULL),(836,2,1734080389,'resource','showdate','0',NULL),(837,2,1734080389,'resource','popupwidth','620',NULL),(838,2,1734080389,'resource','popupheight','450',NULL),(839,2,1734080389,'resource','filterfiles','0',NULL),(840,2,1734080390,'folder','showexpanded','1',NULL),(841,2,1734080390,'folder','maxsizetodownload','0',NULL),(842,2,1734080390,NULL,'forum_displaymode','3',NULL),(843,2,1734080390,NULL,'forum_shortpost','300',NULL),(844,2,1734080390,NULL,'forum_longpost','600',NULL),(845,2,1734080390,NULL,'forum_manydiscussions','100',NULL),(846,2,1734080390,NULL,'forum_maxbytes','512000',NULL),(847,2,1734080390,NULL,'forum_maxattachments','9',NULL),(848,2,1734080390,NULL,'forum_subscription','0',NULL),(849,2,1734080390,NULL,'forum_trackingtype','1',NULL),(850,2,1734080390,NULL,'forum_trackreadposts','1',NULL),(851,2,1734080390,NULL,'forum_allowforcedreadtracking','0',NULL),(852,2,1734080390,NULL,'forum_oldpostdays','14',NULL),(853,2,1734080390,NULL,'forum_usermarksread','0',NULL),(854,2,1734080390,NULL,'forum_cleanreadtime','2',NULL),(855,2,1734080390,NULL,'digestmailtime','17',NULL),(856,2,1734080390,NULL,'forum_enablerssfeeds','0',NULL),(857,2,1734080390,NULL,'forum_enabletimedposts','1',NULL),(858,2,1734080390,NULL,'glossary_entbypage','10',NULL),(859,2,1734080390,NULL,'glossary_dupentries','0',NULL),(860,2,1734080390,NULL,'glossary_allowcomments','0',NULL),(861,2,1734080390,NULL,'glossary_linkbydefault','1',NULL),(862,2,1734080390,NULL,'glossary_defaultapproval','1',NULL),(863,2,1734080390,NULL,'glossary_enablerssfeeds','0',NULL),(864,2,1734080390,NULL,'glossary_linkentries','0',NULL),(865,2,1734080390,NULL,'glossary_casesensitive','0',NULL),(866,2,1734080390,NULL,'glossary_fullmatch','0',NULL),(867,2,1734080390,'imscp','keepold','1',NULL),(868,2,1734080390,'imscp','keepold_adv','',NULL),(869,2,1734080390,'mod_lesson','mediafile','',NULL),(870,2,1734080390,'mod_lesson','mediafile_adv','1',NULL),(871,2,1734080390,'mod_lesson','mediawidth','640',NULL),(872,2,1734080390,'mod_lesson','mediaheight','480',NULL),(873,2,1734080390,'mod_lesson','mediaclose','0',NULL),(874,2,1734080390,'mod_lesson','progressbar','0',NULL),(875,2,1734080390,'mod_lesson','progressbar_adv','',NULL),(876,2,1734080390,'mod_lesson','ongoing','0',NULL),(877,2,1734080390,'mod_lesson','ongoing_adv','1',NULL),(878,2,1734080390,'mod_lesson','displayleftmenu','0',NULL),(879,2,1734080390,'mod_lesson','displayleftmenu_adv','',NULL),(880,2,1734080390,'mod_lesson','displayleftif','0',NULL),(881,2,1734080390,'mod_lesson','displayleftif_adv','1',NULL),(882,2,1734080390,'mod_lesson','slideshow','0',NULL),(883,2,1734080390,'mod_lesson','slideshow_adv','1',NULL),(884,2,1734080390,'mod_lesson','slideshowwidth','640',NULL),(885,2,1734080390,'mod_lesson','slideshowheight','480',NULL),(886,2,1734080390,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(887,2,1734080390,'mod_lesson','maxanswers','5',NULL),(888,2,1734080390,'mod_lesson','maxanswers_adv','1',NULL),(889,2,1734080390,'mod_lesson','defaultfeedback','0',NULL),(890,2,1734080390,'mod_lesson','defaultfeedback_adv','1',NULL),(891,2,1734080390,'mod_lesson','activitylink','',NULL),(892,2,1734080390,'mod_lesson','activitylink_adv','1',NULL),(893,2,1734080390,'mod_lesson','timelimit','0',NULL),(894,2,1734080390,'mod_lesson','timelimit_adv','',NULL),(895,2,1734080391,'mod_lesson','password','0',NULL),(896,2,1734080391,'mod_lesson','password_adv','1',NULL),(897,2,1734080391,'mod_lesson','modattempts','0',NULL),(898,2,1734080391,'mod_lesson','modattempts_adv','',NULL),(899,2,1734080391,'mod_lesson','displayreview','0',NULL),(900,2,1734080391,'mod_lesson','displayreview_adv','',NULL),(901,2,1734080391,'mod_lesson','maximumnumberofattempts','1',NULL),(902,2,1734080391,'mod_lesson','maximumnumberofattempts_adv','',NULL),(903,2,1734080391,'mod_lesson','defaultnextpage','0',NULL),(904,2,1734080391,'mod_lesson','defaultnextpage_adv','1',NULL),(905,2,1734080391,'mod_lesson','numberofpagestoshow','1',NULL),(906,2,1734080391,'mod_lesson','numberofpagestoshow_adv','1',NULL),(907,2,1734080391,'mod_lesson','practice','0',NULL),(908,2,1734080391,'mod_lesson','practice_adv','',NULL),(909,2,1734080391,'mod_lesson','customscoring','1',NULL),(910,2,1734080391,'mod_lesson','customscoring_adv','1',NULL),(911,2,1734080391,'mod_lesson','retakesallowed','0',NULL),(912,2,1734080391,'mod_lesson','retakesallowed_adv','',NULL),(913,2,1734080391,'mod_lesson','handlingofretakes','0',NULL),(914,2,1734080391,'mod_lesson','handlingofretakes_adv','1',NULL),(915,2,1734080391,'mod_lesson','minimumnumberofquestions','0',NULL),(916,2,1734080391,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(917,2,1734080391,'page','displayoptions','5',NULL),(918,2,1734080391,'page','printintro','0',NULL),(919,2,1734080391,'page','printlastmodified','1',NULL),(920,2,1734080391,'page','display','5',NULL),(921,2,1734080391,'page','popupwidth','620',NULL),(922,2,1734080391,'page','popupheight','450',NULL),(923,2,1734080391,'quiz','timelimit','0',NULL),(924,2,1734080391,'quiz','timelimit_adv','',NULL),(925,2,1734080391,'quiz','timelimit_locked','',NULL),(926,2,1734080391,'quiz','notifyattemptgradeddelay','18000',NULL),(927,2,1734080391,'quiz','overduehandling','autosubmit',NULL),(928,2,1734080391,'quiz','overduehandling_adv','',NULL),(929,2,1734080391,'quiz','overduehandling_locked','',NULL),(930,2,1734080391,'quiz','graceperiod','86400',NULL),(931,2,1734080391,'quiz','graceperiod_adv','',NULL),(932,2,1734080391,'quiz','graceperiod_locked','',NULL),(933,2,1734080391,'quiz','graceperiodmin','60',NULL),(934,2,1734080391,'quiz','attempts','0',NULL),(935,2,1734080391,'quiz','attempts_adv','',NULL),(936,2,1734080391,'quiz','attempts_locked','',NULL),(937,2,1734080391,'quiz','grademethod','1',NULL),(938,2,1734080391,'quiz','grademethod_adv','',NULL),(939,2,1734080391,'quiz','grademethod_locked','',NULL),(940,2,1734080391,'quiz','maximumgrade','10',NULL),(941,2,1734080391,'quiz','maximumgrade_locked','',NULL),(942,2,1734080391,'quiz','questionsperpage','1',NULL),(943,2,1734080391,'quiz','questionsperpage_adv','',NULL),(944,2,1734080391,'quiz','questionsperpage_locked','',NULL),(945,2,1734080391,'quiz','navmethod','free',NULL),(946,2,1734080391,'quiz','navmethod_adv','1',NULL),(947,2,1734080391,'quiz','navmethod_locked','',NULL),(948,2,1734080391,'quiz','shuffleanswers','1',NULL),(949,2,1734080391,'quiz','shuffleanswers_adv','',NULL),(950,2,1734080391,'quiz','shuffleanswers_locked','',NULL),(951,2,1734080391,'quiz','preferredbehaviour','deferredfeedback',NULL),(952,2,1734080391,'quiz','preferredbehaviour_locked','',NULL),(953,2,1734080391,'quiz','canredoquestions','0',NULL),(954,2,1734080391,'quiz','canredoquestions_adv','1',NULL),(955,2,1734080391,'quiz','canredoquestions_locked','',NULL),(956,2,1734080392,'quiz','attemptonlast','0',NULL),(957,2,1734080392,'quiz','attemptonlast_adv','1',NULL),(958,2,1734080392,'quiz','attemptonlast_locked','',NULL),(959,2,1734080392,'quiz','reviewattempt','69904',NULL),(960,2,1734080392,'quiz','reviewcorrectness','69904',NULL),(961,2,1734080392,'quiz','reviewmarks','69904',NULL),(962,2,1734080392,'quiz','reviewspecificfeedback','69904',NULL),(963,2,1734080392,'quiz','reviewgeneralfeedback','69904',NULL),(964,2,1734080392,'quiz','reviewrightanswer','69904',NULL),(965,2,1734080392,'quiz','reviewoverallfeedback','4368',NULL),(966,2,1734080392,'quiz','showuserpicture','0',NULL),(967,2,1734080392,'quiz','showuserpicture_adv','',NULL),(968,2,1734080392,'quiz','showuserpicture_locked','',NULL),(969,2,1734080392,'quiz','decimalpoints','2',NULL),(970,2,1734080392,'quiz','decimalpoints_adv','',NULL),(971,2,1734080392,'quiz','decimalpoints_locked','',NULL),(972,2,1734080392,'quiz','questiondecimalpoints','-1',NULL),(973,2,1734080392,'quiz','questiondecimalpoints_adv','',NULL),(974,2,1734080392,'quiz','questiondecimalpoints_locked','',NULL),(975,2,1734080392,'quiz','showblocks','0',NULL),(976,2,1734080392,'quiz','showblocks_adv','1',NULL),(977,2,1734080392,'quiz','showblocks_locked','',NULL),(978,2,1734080392,'quiz','quizpassword','',NULL),(979,2,1734080392,'quiz','quizpassword_adv','',NULL),(980,2,1734080392,'quiz','quizpassword_required','',NULL),(981,2,1734080392,'quiz','quizpassword_locked','',NULL),(982,2,1734080392,'quiz','subnet','',NULL),(983,2,1734080392,'quiz','subnet_adv','1',NULL),(984,2,1734080392,'quiz','subnet_locked','',NULL),(985,2,1734080392,'quiz','delay1','0',NULL),(986,2,1734080392,'quiz','delay1_adv','1',NULL),(987,2,1734080392,'quiz','delay1_locked','',NULL),(988,2,1734080392,'quiz','delay2','0',NULL),(989,2,1734080392,'quiz','delay2_adv','1',NULL),(990,2,1734080392,'quiz','delay2_locked','',NULL),(991,2,1734080392,'quiz','browsersecurity','-',NULL),(992,2,1734080392,'quiz','browsersecurity_adv','1',NULL),(993,2,1734080392,'quiz','browsersecurity_locked','',NULL),(994,2,1734080392,'quiz','initialnumfeedbacks','2',NULL),(995,2,1734080392,'quiz','autosaveperiod','60',NULL),(996,2,1734080392,'quiz_statistics','getstatslocktimeout','900',NULL),(997,2,1734080392,'quizaccess_seb','autoreconfigureseb','1',NULL),(998,2,1734080392,'quizaccess_seb','showseblinks','seb,http',NULL),(999,2,1734080392,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1000,2,1734080392,'quizaccess_seb','quizpasswordrequired','0',NULL),(1001,2,1734080392,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1002,2,1734080392,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1003,2,1734080392,'scorm','displaycoursestructure','0',NULL),(1004,2,1734080392,'scorm','displaycoursestructure_adv','',NULL),(1005,2,1734080392,'scorm','popup','0',NULL),(1006,2,1734080392,'scorm','popup_adv','',NULL),(1007,2,1734080392,'scorm','framewidth','100',NULL),(1008,2,1734080392,'scorm','framewidth_adv','1',NULL),(1009,2,1734080392,'scorm','frameheight','500',NULL),(1010,2,1734080392,'scorm','frameheight_adv','1',NULL),(1011,2,1734080392,'scorm','winoptgrp_adv','1',NULL),(1012,2,1734080392,'scorm','scrollbars','0',NULL),(1013,2,1734080392,'scorm','directories','0',NULL),(1014,2,1734080392,'scorm','location','0',NULL),(1015,2,1734080392,'scorm','menubar','0',NULL),(1016,2,1734080392,'scorm','toolbar','0',NULL),(1017,2,1734080393,'scorm','status','0',NULL),(1018,2,1734080393,'scorm','skipview','0',NULL),(1019,2,1734080393,'scorm','skipview_adv','1',NULL),(1020,2,1734080393,'scorm','hidebrowse','0',NULL),(1021,2,1734080393,'scorm','hidebrowse_adv','1',NULL),(1022,2,1734080393,'scorm','hidetoc','0',NULL),(1023,2,1734080393,'scorm','hidetoc_adv','1',NULL),(1024,2,1734080393,'scorm','nav','1',NULL),(1025,2,1734080393,'scorm','nav_adv','1',NULL),(1026,2,1734080393,'scorm','navpositionleft','-100',NULL),(1027,2,1734080393,'scorm','navpositionleft_adv','1',NULL),(1028,2,1734080393,'scorm','navpositiontop','-100',NULL),(1029,2,1734080393,'scorm','navpositiontop_adv','1',NULL),(1030,2,1734080393,'scorm','collapsetocwinsize','767',NULL),(1031,2,1734080393,'scorm','collapsetocwinsize_adv','1',NULL),(1032,2,1734080393,'scorm','displayattemptstatus','1',NULL),(1033,2,1734080393,'scorm','displayattemptstatus_adv','',NULL),(1034,2,1734080393,'scorm','grademethod','1',NULL),(1035,2,1734080393,'scorm','maxgrade','100',NULL),(1036,2,1734080393,'scorm','maxattempt','0',NULL),(1037,2,1734080393,'scorm','whatgrade','0',NULL),(1038,2,1734080393,'scorm','forcecompleted','0',NULL),(1039,2,1734080393,'scorm','forcenewattempt','0',NULL),(1040,2,1734080393,'scorm','autocommit','0',NULL),(1041,2,1734080393,'scorm','masteryoverride','1',NULL),(1042,2,1734080393,'scorm','lastattemptlock','0',NULL),(1043,2,1734080393,'scorm','auto','0',NULL),(1044,2,1734080393,'scorm','updatefreq','0',NULL),(1045,2,1734080393,'scorm','scormstandard','0',NULL),(1046,2,1734080393,'scorm','allowtypeexternal','0',NULL),(1047,2,1734080393,'scorm','allowtypelocalsync','0',NULL),(1048,2,1734080393,'scorm','allowtypeexternalaicc','0',NULL),(1049,2,1734080393,'scorm','allowaicchacp','0',NULL),(1050,2,1734080393,'scorm','aicchacptimeout','30',NULL),(1051,2,1734080393,'scorm','aicchacpkeepsessiondata','1',NULL),(1052,2,1734080393,'scorm','aiccuserid','1',NULL),(1053,2,1734080393,'scorm','forcejavascript','1',NULL),(1054,2,1734080393,'scorm','allowapidebug','0',NULL),(1055,2,1734080393,'scorm','apidebugmask','.*',NULL),(1056,2,1734080393,'scorm','protectpackagedownloads','0',NULL),(1057,2,1734080393,'label','dndmedia','1',NULL),(1058,2,1734080393,'label','dndresizewidth','400',NULL),(1059,2,1734080393,'label','dndresizeheight','400',NULL),(1060,2,1734080393,'url','framesize','130',NULL),(1061,2,1734080393,'url','secretphrase','',NULL),(1062,2,1734080393,'url','rolesinparams','0',NULL),(1063,2,1734080393,'url','displayoptions','0,1,5,6',NULL),(1064,2,1734080393,'url','printintro','1',NULL),(1065,2,1734080393,'url','display','0',NULL),(1066,2,1734080393,'url','popupwidth','620',NULL),(1067,2,1734080393,'url','popupheight','450',NULL),(1068,2,1734080393,'workshop','grade','80',NULL),(1069,2,1734080393,'workshop','gradinggrade','20',NULL),(1070,2,1734080393,'workshop','gradedecimals','0',NULL),(1071,2,1734080393,'workshop','maxbytes','0',NULL),(1072,2,1734080393,'workshop','strategy','accumulative',NULL),(1073,2,1734080393,'workshop','examplesmode','0',NULL),(1074,2,1734080393,'workshopallocation_random','numofreviews','5',NULL),(1075,2,1734080393,'workshopform_numerrors','grade0','No',NULL),(1076,2,1734080393,'workshopform_numerrors','grade1','Yes',NULL),(1077,2,1734080393,'workshopeval_best','comparison','5',NULL),(1078,2,1734080394,'tool_brickfield','analysistype','0',NULL),(1079,2,1734080394,'tool_brickfield','deletehistoricaldata','1',NULL),(1080,2,1734080394,'tool_brickfield','batch','1000',NULL),(1081,2,1734080394,'tool_brickfield','perpage','50',NULL),(1082,2,1734080394,'tool_recyclebin','coursebinenable','1',NULL),(1083,2,1734080394,'tool_recyclebin','coursebinexpiry','604800',NULL),(1084,2,1734080394,'tool_recyclebin','categorybinenable','1',NULL),(1085,2,1734080394,'tool_recyclebin','categorybinexpiry','604800',NULL),(1086,2,1734080394,'tool_recyclebin','autohide','1',NULL),(1087,2,1734080394,'antivirus_clamav','runningmethod','commandline',NULL),(1088,2,1734080394,'antivirus_clamav','pathtoclam','',NULL),(1089,2,1734080394,'antivirus_clamav','pathtounixsocket','',NULL),(1090,2,1734080394,'antivirus_clamav','tcpsockethost','',NULL),(1091,2,1734080394,'antivirus_clamav','tcpsocketport','3310',NULL),(1092,2,1734080394,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1093,2,1734080394,'antivirus_clamav','tries','1',NULL),(1094,2,1734080394,'auth_cas','auth_name','CAS',NULL),(1095,2,1734080394,'auth_cas','auth_logo','',NULL),(1096,2,1734080394,'auth_cas','hostname','',NULL),(1097,2,1734080394,'auth_cas','baseuri','',NULL),(1098,2,1734080394,'auth_cas','port','0',NULL),(1099,2,1734080394,'auth_cas','casversion','2.0',NULL),(1100,2,1734080394,'auth_cas','language','CAS_Languages_English',NULL),(1101,2,1734080394,'auth_cas','proxycas','0',NULL),(1102,2,1734080394,'auth_cas','logoutcas','0',NULL),(1103,2,1734080394,'auth_cas','multiauth','0',NULL),(1104,2,1734080394,'auth_cas','certificate_check','0',NULL),(1105,2,1734080394,'auth_cas','certificate_path','',NULL),(1106,2,1734080394,'auth_cas','curl_ssl_version','',NULL),(1107,2,1734080394,'auth_cas','logout_return_url','',NULL),(1108,2,1734080394,'auth_cas','host_url','',NULL),(1109,2,1734080394,'auth_cas','ldap_version','3',NULL),(1110,2,1734080394,'auth_cas','start_tls','0',NULL),(1111,2,1734080394,'auth_cas','ldapencoding','utf-8',NULL),(1112,2,1734080394,'auth_cas','pagesize','250',NULL),(1113,2,1734080394,'auth_cas','bind_dn','',NULL),(1114,2,1734080394,'auth_cas','bind_pw','',NULL),(1115,2,1734080394,'auth_cas','user_type','default',NULL),(1116,2,1734080394,'auth_cas','contexts','',NULL),(1117,2,1734080394,'auth_cas','search_sub','0',NULL),(1118,2,1734080394,'auth_cas','opt_deref','0',NULL),(1119,2,1734080394,'auth_cas','user_attribute','',NULL),(1120,2,1734080394,'auth_cas','memberattribute','',NULL),(1121,2,1734080394,'auth_cas','memberattribute_isdn','0',NULL),(1122,2,1734080394,'auth_cas','objectclass','',NULL),(1123,2,1734080394,'auth_cas','attrcreators','',NULL),(1124,2,1734080394,'auth_cas','groupecreators','',NULL),(1125,2,1734080394,'auth_cas','removeuser','0',NULL),(1126,2,1734080395,'auth_cas','field_map_firstname','',NULL),(1127,2,1734080395,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1128,2,1734080395,'auth_cas','field_updateremote_firstname','0',NULL),(1129,2,1734080395,'auth_cas','field_lock_firstname','unlocked',NULL),(1130,2,1734080395,'auth_cas','field_map_lastname','',NULL),(1131,2,1734080395,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1132,2,1734080395,'auth_cas','field_updateremote_lastname','0',NULL),(1133,2,1734080395,'auth_cas','field_lock_lastname','unlocked',NULL),(1134,2,1734080395,'auth_cas','field_map_email','',NULL),(1135,2,1734080395,'auth_cas','field_updatelocal_email','oncreate',NULL),(1136,2,1734080395,'auth_cas','field_updateremote_email','0',NULL),(1137,2,1734080395,'auth_cas','field_lock_email','unlocked',NULL),(1138,2,1734080395,'auth_cas','field_map_city','',NULL),(1139,2,1734080395,'auth_cas','field_updatelocal_city','oncreate',NULL),(1140,2,1734080395,'auth_cas','field_updateremote_city','0',NULL),(1141,2,1734080395,'auth_cas','field_lock_city','unlocked',NULL),(1142,2,1734080395,'auth_cas','field_map_country','',NULL),(1143,2,1734080395,'auth_cas','field_updatelocal_country','oncreate',NULL),(1144,2,1734080395,'auth_cas','field_updateremote_country','0',NULL),(1145,2,1734080395,'auth_cas','field_lock_country','unlocked',NULL),(1146,2,1734080395,'auth_cas','field_map_lang','',NULL),(1147,2,1734080395,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1148,2,1734080395,'auth_cas','field_updateremote_lang','0',NULL),(1149,2,1734080395,'auth_cas','field_lock_lang','unlocked',NULL),(1150,2,1734080395,'auth_cas','field_map_description','',NULL),(1151,2,1734080395,'auth_cas','field_updatelocal_description','oncreate',NULL),(1152,2,1734080395,'auth_cas','field_updateremote_description','0',NULL),(1153,2,1734080395,'auth_cas','field_lock_description','unlocked',NULL),(1154,2,1734080395,'auth_cas','field_map_idnumber','',NULL),(1155,2,1734080395,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1156,2,1734080395,'auth_cas','field_updateremote_idnumber','0',NULL),(1157,2,1734080395,'auth_cas','field_lock_idnumber','unlocked',NULL),(1158,2,1734080395,'auth_cas','field_map_institution','',NULL),(1159,2,1734080395,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1160,2,1734080395,'auth_cas','field_updateremote_institution','0',NULL),(1161,2,1734080395,'auth_cas','field_lock_institution','unlocked',NULL),(1162,2,1734080395,'auth_cas','field_map_department','',NULL),(1163,2,1734080395,'auth_cas','field_updatelocal_department','oncreate',NULL),(1164,2,1734080395,'auth_cas','field_updateremote_department','0',NULL),(1165,2,1734080395,'auth_cas','field_lock_department','unlocked',NULL),(1166,2,1734080395,'auth_cas','field_map_phone1','',NULL),(1167,2,1734080395,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1168,2,1734080395,'auth_cas','field_updateremote_phone1','0',NULL),(1169,2,1734080395,'auth_cas','field_lock_phone1','unlocked',NULL),(1170,2,1734080395,'auth_cas','field_map_phone2','',NULL),(1171,2,1734080395,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1172,2,1734080395,'auth_cas','field_updateremote_phone2','0',NULL),(1173,2,1734080395,'auth_cas','field_lock_phone2','unlocked',NULL),(1174,2,1734080395,'auth_cas','field_map_address','',NULL),(1175,2,1734080395,'auth_cas','field_updatelocal_address','oncreate',NULL),(1176,2,1734080395,'auth_cas','field_updateremote_address','0',NULL),(1177,2,1734080395,'auth_cas','field_lock_address','unlocked',NULL),(1178,2,1734080395,'auth_cas','field_map_firstnamephonetic','',NULL),(1179,2,1734080395,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1180,2,1734080395,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1181,2,1734080395,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1182,2,1734080395,'auth_cas','field_map_lastnamephonetic','',NULL),(1183,2,1734080395,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1184,2,1734080395,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1185,2,1734080395,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1186,2,1734080395,'auth_cas','field_map_middlename','',NULL),(1187,2,1734080396,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1188,2,1734080396,'auth_cas','field_updateremote_middlename','0',NULL),(1189,2,1734080396,'auth_cas','field_lock_middlename','unlocked',NULL),(1190,2,1734080396,'auth_cas','field_map_alternatename','',NULL),(1191,2,1734080396,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1192,2,1734080396,'auth_cas','field_updateremote_alternatename','0',NULL),(1193,2,1734080396,'auth_cas','field_lock_alternatename','unlocked',NULL),(1194,2,1734080396,'auth_email','recaptcha','0',NULL),(1195,2,1734080396,'auth_email','field_lock_firstname','unlocked',NULL),(1196,2,1734080396,'auth_email','field_lock_lastname','unlocked',NULL),(1197,2,1734080396,'auth_email','field_lock_email','unlocked',NULL),(1198,2,1734080396,'auth_email','field_lock_city','unlocked',NULL),(1199,2,1734080396,'auth_email','field_lock_country','unlocked',NULL),(1200,2,1734080396,'auth_email','field_lock_lang','unlocked',NULL),(1201,2,1734080396,'auth_email','field_lock_description','unlocked',NULL),(1202,2,1734080396,'auth_email','field_lock_idnumber','unlocked',NULL),(1203,2,1734080396,'auth_email','field_lock_institution','unlocked',NULL),(1204,2,1734080396,'auth_email','field_lock_department','unlocked',NULL),(1205,2,1734080396,'auth_email','field_lock_phone1','unlocked',NULL),(1206,2,1734080396,'auth_email','field_lock_phone2','unlocked',NULL),(1207,2,1734080396,'auth_email','field_lock_address','unlocked',NULL),(1208,2,1734080396,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1209,2,1734080396,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1210,2,1734080396,'auth_email','field_lock_middlename','unlocked',NULL),(1211,2,1734080396,'auth_email','field_lock_alternatename','unlocked',NULL),(1212,2,1734080396,'auth_db','host','127.0.0.1',NULL),(1213,2,1734080396,'auth_db','type','mysqli',NULL),(1214,2,1734080396,'auth_db','sybasequoting','0',NULL),(1215,2,1734080396,'auth_db','name','',NULL),(1216,2,1734080396,'auth_db','user','',NULL),(1217,2,1734080396,'auth_db','pass','',NULL),(1218,2,1734080396,'auth_db','table','',NULL),(1219,2,1734080396,'auth_db','fielduser','',NULL),(1220,2,1734080396,'auth_db','fieldpass','',NULL),(1221,2,1734080396,'auth_db','passtype','plaintext',NULL),(1222,2,1734080396,'auth_db','extencoding','utf-8',NULL),(1223,2,1734080396,'auth_db','setupsql','',NULL),(1224,2,1734080396,'auth_db','debugauthdb','0',NULL),(1225,2,1734080396,'auth_db','changepasswordurl','',NULL),(1226,2,1734080396,'auth_db','removeuser','0',NULL),(1227,2,1734080396,'auth_db','updateusers','0',NULL),(1228,2,1734080396,'auth_db','field_map_firstname','',NULL),(1229,2,1734080396,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1230,2,1734080396,'auth_db','field_updateremote_firstname','0',NULL),(1231,2,1734080396,'auth_db','field_lock_firstname','unlocked',NULL),(1232,2,1734080396,'auth_db','field_map_lastname','',NULL),(1233,2,1734080396,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1234,2,1734080396,'auth_db','field_updateremote_lastname','0',NULL),(1235,2,1734080396,'auth_db','field_lock_lastname','unlocked',NULL),(1236,2,1734080396,'auth_db','field_map_email','',NULL),(1237,2,1734080396,'auth_db','field_updatelocal_email','oncreate',NULL),(1238,2,1734080396,'auth_db','field_updateremote_email','0',NULL),(1239,2,1734080396,'auth_db','field_lock_email','unlocked',NULL),(1240,2,1734080396,'auth_db','field_map_city','',NULL),(1241,2,1734080396,'auth_db','field_updatelocal_city','oncreate',NULL),(1242,2,1734080396,'auth_db','field_updateremote_city','0',NULL),(1243,2,1734080396,'auth_db','field_lock_city','unlocked',NULL),(1244,2,1734080396,'auth_db','field_map_country','',NULL),(1245,2,1734080396,'auth_db','field_updatelocal_country','oncreate',NULL),(1246,2,1734080396,'auth_db','field_updateremote_country','0',NULL),(1247,2,1734080396,'auth_db','field_lock_country','unlocked',NULL),(1248,2,1734080396,'auth_db','field_map_lang','',NULL),(1249,2,1734080396,'auth_db','field_updatelocal_lang','oncreate',NULL),(1250,2,1734080396,'auth_db','field_updateremote_lang','0',NULL),(1251,2,1734080396,'auth_db','field_lock_lang','unlocked',NULL),(1252,2,1734080397,'auth_db','field_map_description','',NULL),(1253,2,1734080397,'auth_db','field_updatelocal_description','oncreate',NULL),(1254,2,1734080397,'auth_db','field_updateremote_description','0',NULL),(1255,2,1734080397,'auth_db','field_lock_description','unlocked',NULL),(1256,2,1734080397,'auth_db','field_map_idnumber','',NULL),(1257,2,1734080397,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1258,2,1734080397,'auth_db','field_updateremote_idnumber','0',NULL),(1259,2,1734080397,'auth_db','field_lock_idnumber','unlocked',NULL),(1260,2,1734080397,'auth_db','field_map_institution','',NULL),(1261,2,1734080397,'auth_db','field_updatelocal_institution','oncreate',NULL),(1262,2,1734080397,'auth_db','field_updateremote_institution','0',NULL),(1263,2,1734080397,'auth_db','field_lock_institution','unlocked',NULL),(1264,2,1734080397,'auth_db','field_map_department','',NULL),(1265,2,1734080397,'auth_db','field_updatelocal_department','oncreate',NULL),(1266,2,1734080397,'auth_db','field_updateremote_department','0',NULL),(1267,2,1734080397,'auth_db','field_lock_department','unlocked',NULL),(1268,2,1734080397,'auth_db','field_map_phone1','',NULL),(1269,2,1734080397,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1270,2,1734080397,'auth_db','field_updateremote_phone1','0',NULL),(1271,2,1734080397,'auth_db','field_lock_phone1','unlocked',NULL),(1272,2,1734080397,'auth_db','field_map_phone2','',NULL),(1273,2,1734080397,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1274,2,1734080397,'auth_db','field_updateremote_phone2','0',NULL),(1275,2,1734080397,'auth_db','field_lock_phone2','unlocked',NULL),(1276,2,1734080397,'auth_db','field_map_address','',NULL),(1277,2,1734080397,'auth_db','field_updatelocal_address','oncreate',NULL),(1278,2,1734080397,'auth_db','field_updateremote_address','0',NULL),(1279,2,1734080397,'auth_db','field_lock_address','unlocked',NULL),(1280,2,1734080397,'auth_db','field_map_firstnamephonetic','',NULL),(1281,2,1734080397,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1282,2,1734080397,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1283,2,1734080397,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1284,2,1734080397,'auth_db','field_map_lastnamephonetic','',NULL),(1285,2,1734080397,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1286,2,1734080397,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1287,2,1734080397,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1288,2,1734080397,'auth_db','field_map_middlename','',NULL),(1289,2,1734080397,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1290,2,1734080397,'auth_db','field_updateremote_middlename','0',NULL),(1291,2,1734080397,'auth_db','field_lock_middlename','unlocked',NULL),(1292,2,1734080397,'auth_db','field_map_alternatename','',NULL),(1293,2,1734080397,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1294,2,1734080397,'auth_db','field_updateremote_alternatename','0',NULL),(1295,2,1734080397,'auth_db','field_lock_alternatename','unlocked',NULL),(1296,2,1734080397,'auth_ldap','host_url','',NULL),(1297,2,1734080397,'auth_ldap','ldap_version','3',NULL),(1298,2,1734080397,'auth_ldap','start_tls','0',NULL),(1299,2,1734080397,'auth_ldap','ldapencoding','utf-8',NULL),(1300,2,1734080397,'auth_ldap','pagesize','250',NULL),(1301,2,1734080397,'auth_ldap','preventpassindb','0',NULL),(1302,2,1734080397,'auth_ldap','bind_dn','',NULL),(1303,2,1734080397,'auth_ldap','bind_pw','',NULL),(1304,2,1734080397,'auth_ldap','user_type','default',NULL),(1305,2,1734080397,'auth_ldap','contexts','',NULL),(1306,2,1734080397,'auth_ldap','search_sub','0',NULL),(1307,2,1734080397,'auth_ldap','opt_deref','0',NULL),(1308,2,1734080397,'auth_ldap','user_attribute','',NULL),(1309,2,1734080397,'auth_ldap','suspended_attribute','',NULL),(1310,2,1734080397,'auth_ldap','memberattribute','',NULL),(1311,2,1734080397,'auth_ldap','memberattribute_isdn','0',NULL),(1312,2,1734080397,'auth_ldap','objectclass','',NULL),(1313,2,1734080397,'auth_ldap','forcechangepassword','0',NULL),(1314,2,1734080397,'auth_ldap','stdchangepassword','0',NULL),(1315,2,1734080397,'auth_ldap','passtype','plaintext',NULL),(1316,2,1734080397,'auth_ldap','changepasswordurl','',NULL),(1317,2,1734080397,'auth_ldap','expiration','0',NULL),(1318,2,1734080398,'auth_ldap','expiration_warning','',NULL),(1319,2,1734080398,'auth_ldap','expireattr','',NULL),(1320,2,1734080398,'auth_ldap','gracelogins','0',NULL),(1321,2,1734080398,'auth_ldap','graceattr','',NULL),(1322,2,1734080398,'auth_ldap','auth_user_create','0',NULL),(1323,2,1734080398,'auth_ldap','create_context','',NULL),(1324,2,1734080398,'auth_ldap','managercontext','',NULL),(1325,2,1734080398,'auth_ldap','coursecreatorcontext','',NULL),(1326,2,1734080398,'auth_ldap','removeuser','0',NULL),(1327,2,1734080398,'auth_ldap','sync_suspended','0',NULL),(1328,2,1734080398,'auth_ldap','ntlmsso_enabled','0',NULL),(1329,2,1734080398,'auth_ldap','ntlmsso_subnet','',NULL),(1330,2,1734080398,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1331,2,1734080398,'auth_ldap','ntlmsso_type','ntlm',NULL),(1332,2,1734080398,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1333,2,1734080398,'auth_ldap','field_map_firstname','',NULL),(1334,2,1734080398,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1335,2,1734080398,'auth_ldap','field_updateremote_firstname','0',NULL),(1336,2,1734080398,'auth_ldap','field_lock_firstname','unlocked',NULL),(1337,2,1734080398,'auth_ldap','field_map_lastname','',NULL),(1338,2,1734080398,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1339,2,1734080398,'auth_ldap','field_updateremote_lastname','0',NULL),(1340,2,1734080398,'auth_ldap','field_lock_lastname','unlocked',NULL),(1341,2,1734080398,'auth_ldap','field_map_email','',NULL),(1342,2,1734080398,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1343,2,1734080398,'auth_ldap','field_updateremote_email','0',NULL),(1344,2,1734080398,'auth_ldap','field_lock_email','unlocked',NULL),(1345,2,1734080398,'auth_ldap','field_map_city','',NULL),(1346,2,1734080398,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1347,2,1734080398,'auth_ldap','field_updateremote_city','0',NULL),(1348,2,1734080398,'auth_ldap','field_lock_city','unlocked',NULL),(1349,2,1734080398,'auth_ldap','field_map_country','',NULL),(1350,2,1734080398,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1351,2,1734080398,'auth_ldap','field_updateremote_country','0',NULL),(1352,2,1734080398,'auth_ldap','field_lock_country','unlocked',NULL),(1353,2,1734080398,'auth_ldap','field_map_lang','',NULL),(1354,2,1734080398,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1355,2,1734080398,'auth_ldap','field_updateremote_lang','0',NULL),(1356,2,1734080398,'auth_ldap','field_lock_lang','unlocked',NULL),(1357,2,1734080398,'auth_ldap','field_map_description','',NULL),(1358,2,1734080398,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1359,2,1734080398,'auth_ldap','field_updateremote_description','0',NULL),(1360,2,1734080398,'auth_ldap','field_lock_description','unlocked',NULL),(1361,2,1734080398,'auth_ldap','field_map_idnumber','',NULL),(1362,2,1734080398,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1363,2,1734080398,'auth_ldap','field_updateremote_idnumber','0',NULL),(1364,2,1734080398,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1365,2,1734080398,'auth_ldap','field_map_institution','',NULL),(1366,2,1734080398,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1367,2,1734080398,'auth_ldap','field_updateremote_institution','0',NULL),(1368,2,1734080398,'auth_ldap','field_lock_institution','unlocked',NULL),(1369,2,1734080398,'auth_ldap','field_map_department','',NULL),(1370,2,1734080398,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1371,2,1734080398,'auth_ldap','field_updateremote_department','0',NULL),(1372,2,1734080398,'auth_ldap','field_lock_department','unlocked',NULL),(1373,2,1734080398,'auth_ldap','field_map_phone1','',NULL),(1374,2,1734080398,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1375,2,1734080398,'auth_ldap','field_updateremote_phone1','0',NULL),(1376,2,1734080398,'auth_ldap','field_lock_phone1','unlocked',NULL),(1377,2,1734080398,'auth_ldap','field_map_phone2','',NULL),(1378,2,1734080398,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1379,2,1734080398,'auth_ldap','field_updateremote_phone2','0',NULL),(1380,2,1734080398,'auth_ldap','field_lock_phone2','unlocked',NULL),(1381,2,1734080398,'auth_ldap','field_map_address','',NULL),(1382,2,1734080398,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1383,2,1734080398,'auth_ldap','field_updateremote_address','0',NULL),(1384,2,1734080399,'auth_ldap','field_lock_address','unlocked',NULL),(1385,2,1734080399,'auth_ldap','field_map_firstnamephonetic','',NULL),(1386,2,1734080399,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1387,2,1734080399,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1388,2,1734080399,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1389,2,1734080399,'auth_ldap','field_map_lastnamephonetic','',NULL),(1390,2,1734080399,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1391,2,1734080399,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1392,2,1734080399,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1393,2,1734080399,'auth_ldap','field_map_middlename','',NULL),(1394,2,1734080399,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1395,2,1734080399,'auth_ldap','field_updateremote_middlename','0',NULL),(1396,2,1734080399,'auth_ldap','field_lock_middlename','unlocked',NULL),(1397,2,1734080399,'auth_ldap','field_map_alternatename','',NULL),(1398,2,1734080399,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1399,2,1734080399,'auth_ldap','field_updateremote_alternatename','0',NULL),(1400,2,1734080399,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1401,2,1734080399,'auth_manual','expiration','0',NULL),(1402,2,1734080399,'auth_manual','expirationtime','30',NULL),(1403,2,1734080399,'auth_manual','expiration_warning','0',NULL),(1404,2,1734080399,'auth_manual','field_lock_firstname','unlocked',NULL),(1405,2,1734080399,'auth_manual','field_lock_lastname','unlocked',NULL),(1406,2,1734080399,'auth_manual','field_lock_email','unlocked',NULL),(1407,2,1734080399,'auth_manual','field_lock_city','unlocked',NULL),(1408,2,1734080399,'auth_manual','field_lock_country','unlocked',NULL),(1409,2,1734080399,'auth_manual','field_lock_lang','unlocked',NULL),(1410,2,1734080399,'auth_manual','field_lock_description','unlocked',NULL),(1411,2,1734080399,'auth_manual','field_lock_idnumber','unlocked',NULL),(1412,2,1734080399,'auth_manual','field_lock_institution','unlocked',NULL),(1413,2,1734080399,'auth_manual','field_lock_department','unlocked',NULL),(1414,2,1734080399,'auth_manual','field_lock_phone1','unlocked',NULL),(1415,2,1734080399,'auth_manual','field_lock_phone2','unlocked',NULL),(1416,2,1734080399,'auth_manual','field_lock_address','unlocked',NULL),(1417,2,1734080399,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1418,2,1734080399,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1419,2,1734080399,'auth_manual','field_lock_middlename','unlocked',NULL),(1420,2,1734080399,'auth_manual','field_lock_alternatename','unlocked',NULL),(1421,2,1734080399,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1422,2,1734080399,'auth_none','field_lock_firstname','unlocked',NULL),(1423,2,1734080399,'auth_none','field_lock_lastname','unlocked',NULL),(1424,2,1734080399,'auth_none','field_lock_email','unlocked',NULL),(1425,2,1734080399,'auth_none','field_lock_city','unlocked',NULL),(1426,2,1734080399,'auth_none','field_lock_country','unlocked',NULL),(1427,2,1734080399,'auth_none','field_lock_lang','unlocked',NULL),(1428,2,1734080399,'auth_none','field_lock_description','unlocked',NULL),(1429,2,1734080399,'auth_none','field_lock_idnumber','unlocked',NULL),(1430,2,1734080399,'auth_none','field_lock_institution','unlocked',NULL),(1431,2,1734080399,'auth_none','field_lock_department','unlocked',NULL),(1432,2,1734080399,'auth_none','field_lock_phone1','unlocked',NULL),(1433,2,1734080399,'auth_none','field_lock_phone2','unlocked',NULL),(1434,2,1734080399,'auth_none','field_lock_address','unlocked',NULL),(1435,2,1734080399,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1436,2,1734080399,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1437,2,1734080399,'auth_none','field_lock_middlename','unlocked',NULL),(1438,2,1734080399,'auth_none','field_lock_alternatename','unlocked',NULL),(1439,2,1734080399,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1440,2,1734080399,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1441,2,1734080399,'auth_oauth2','field_lock_email','unlocked',NULL),(1442,2,1734080399,'auth_oauth2','field_lock_city','unlocked',NULL),(1443,2,1734080399,'auth_oauth2','field_lock_country','unlocked',NULL),(1444,2,1734080399,'auth_oauth2','field_lock_lang','unlocked',NULL),(1445,2,1734080400,'auth_oauth2','field_lock_description','unlocked',NULL),(1446,2,1734080400,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1447,2,1734080400,'auth_oauth2','field_lock_institution','unlocked',NULL),(1448,2,1734080400,'auth_oauth2','field_lock_department','unlocked',NULL),(1449,2,1734080400,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1450,2,1734080400,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1451,2,1734080400,'auth_oauth2','field_lock_address','unlocked',NULL),(1452,2,1734080400,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1453,2,1734080400,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1454,2,1734080400,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1455,2,1734080400,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1456,2,1734080400,'auth_shibboleth','user_attribute','',NULL),(1457,2,1734080400,'auth_shibboleth','convert_data','',NULL),(1458,2,1734080400,'auth_shibboleth','alt_login','off',NULL),(1459,2,1734080400,'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),(1460,2,1734080400,'auth_shibboleth','logout_handler','',NULL),(1461,2,1734080400,'auth_shibboleth','logout_return_url','',NULL),(1462,2,1734080400,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1463,2,1734080400,'auth_shibboleth','auth_logo','',NULL),(1464,2,1734080400,'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),(1465,2,1734080400,'auth_shibboleth','changepasswordurl','',NULL),(1466,2,1734080400,'auth_shibboleth','field_map_firstname','',NULL),(1467,2,1734080400,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1468,2,1734080400,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1469,2,1734080400,'auth_shibboleth','field_map_lastname','',NULL),(1470,2,1734080400,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1471,2,1734080400,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1472,2,1734080400,'auth_shibboleth','field_map_email','',NULL),(1473,2,1734080400,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1474,2,1734080400,'auth_shibboleth','field_lock_email','unlocked',NULL),(1475,2,1734080400,'auth_shibboleth','field_map_city','',NULL),(1476,2,1734080400,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1477,2,1734080400,'auth_shibboleth','field_lock_city','unlocked',NULL),(1478,2,1734080400,'auth_shibboleth','field_map_country','',NULL),(1479,2,1734080400,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1480,2,1734080400,'auth_shibboleth','field_lock_country','unlocked',NULL),(1481,2,1734080400,'auth_shibboleth','field_map_lang','',NULL),(1482,2,1734080400,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1483,2,1734080400,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1484,2,1734080400,'auth_shibboleth','field_map_description','',NULL),(1485,2,1734080400,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1486,2,1734080400,'auth_shibboleth','field_lock_description','unlocked',NULL),(1487,2,1734080400,'auth_shibboleth','field_map_idnumber','',NULL),(1488,2,1734080400,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1489,2,1734080400,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1490,2,1734080400,'auth_shibboleth','field_map_institution','',NULL),(1491,2,1734080400,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1492,2,1734080400,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1493,2,1734080400,'auth_shibboleth','field_map_department','',NULL),(1494,2,1734080400,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1495,2,1734080400,'auth_shibboleth','field_lock_department','unlocked',NULL),(1496,2,1734080400,'auth_shibboleth','field_map_phone1','',NULL),(1497,2,1734080400,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1498,2,1734080400,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1499,2,1734080400,'auth_shibboleth','field_map_phone2','',NULL),(1500,2,1734080400,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1501,2,1734080400,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1502,2,1734080400,'auth_shibboleth','field_map_address','',NULL),(1503,2,1734080400,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1504,2,1734080400,'auth_shibboleth','field_lock_address','unlocked',NULL),(1505,2,1734080400,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1506,2,1734080400,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1507,2,1734080400,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1508,2,1734080400,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1509,2,1734080400,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1510,2,1734080401,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1511,2,1734080401,'auth_shibboleth','field_map_middlename','',NULL),(1512,2,1734080401,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1513,2,1734080401,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1514,2,1734080401,'auth_shibboleth','field_map_alternatename','',NULL),(1515,2,1734080401,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1516,2,1734080401,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1517,2,1734080401,'block_accessreview','whattoshow','showboth',NULL),(1518,2,1734080401,'block_accessreview','errordisplay','showint',NULL),(1519,2,1734080401,'block_accessreview','toolpage','errors',NULL),(1520,2,1734080401,'block_activity_results','config_showbest','3',NULL),(1521,2,1734080401,'block_activity_results','config_showbest_locked','',NULL),(1522,2,1734080401,'block_activity_results','config_showworst','0',NULL),(1523,2,1734080401,'block_activity_results','config_showworst_locked','',NULL),(1524,2,1734080401,'block_activity_results','config_usegroups','0',NULL),(1525,2,1734080401,'block_activity_results','config_usegroups_locked','',NULL),(1526,2,1734080401,'block_activity_results','config_nameformat','1',NULL),(1527,2,1734080401,'block_activity_results','config_nameformat_locked','',NULL),(1528,2,1734080401,'block_activity_results','config_gradeformat','1',NULL),(1529,2,1734080401,'block_activity_results','config_gradeformat_locked','',NULL),(1530,2,1734080401,'block_activity_results','config_decimalpoints','2',NULL),(1531,2,1734080401,'block_activity_results','config_decimalpoints_locked','',NULL),(1532,2,1734080401,'block_myoverview','displaycategories','1',NULL),(1533,2,1734080401,'block_myoverview','layouts','card,list,summary',NULL),(1534,2,1734080401,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1535,2,1734080401,'block_myoverview','displaygroupingall','1',NULL),(1536,2,1734080401,'block_myoverview','displaygroupinginprogress','1',NULL),(1537,2,1734080401,'block_myoverview','displaygroupingpast','1',NULL),(1538,2,1734080401,'block_myoverview','displaygroupingfuture','1',NULL),(1539,2,1734080401,'block_myoverview','displaygroupingcustomfield','0',NULL),(1540,2,1734080401,'block_myoverview','customfiltergrouping','',NULL),(1541,2,1734080401,'block_myoverview','displaygroupingfavourites','1',NULL),(1542,2,1734080401,'block_myoverview','displaygroupinghidden','1',NULL),(1543,2,1734080401,NULL,'block_course_list_adminview','all',NULL),(1544,2,1734080401,NULL,'block_course_list_hideallcourseslink','0',NULL),(1545,2,1734080401,NULL,'block_online_users_timetosee','5',NULL),(1546,2,1734080401,NULL,'block_online_users_onlinestatushiding','1',NULL),(1547,2,1734080401,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1548,2,1734080401,NULL,'block_rss_client_num_entries','5',NULL),(1549,2,1734080401,NULL,'block_rss_client_timeout','30',NULL),(1550,2,1734080401,'block_section_links','numsections1','22',NULL),(1551,2,1734080401,'block_section_links','incby1','2',NULL),(1552,2,1734080401,'block_section_links','numsections2','40',NULL),(1553,2,1734080401,'block_section_links','incby2','5',NULL),(1554,2,1734080401,'block_section_links','showsectionname','0',NULL),(1555,2,1734080401,'block_starredcourses','displaycategories','1',NULL),(1556,2,1734080401,NULL,'block_html_allowcssclasses','0',NULL),(1557,2,1734080402,'block_tag_youtube','apikey','',NULL),(1558,2,1734080402,'format_singleactivity','activitytype','forum',NULL),(1559,2,1734080402,'format_topics','indentation','1',NULL),(1560,2,1734080402,'format_weeks','indentation','1',NULL),(1561,2,1734080402,'fileconverter_googledrive','issuerid','',NULL),(1562,2,1734080402,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1563,2,1734080402,'enrol_cohort','roleid','5',NULL),(1564,2,1734080402,'enrol_cohort','unenrolaction','0',NULL),(1565,2,1734080402,'enrol_meta','nosyncroleids','',NULL),(1566,2,1734080402,'enrol_meta','syncall','1',NULL),(1567,2,1734080402,'enrol_meta','unenrolaction','3',NULL),(1568,2,1734080402,'enrol_meta','coursesort','sortorder',NULL),(1569,2,1734080402,'enrol_fee','expiredaction','3',NULL),(1570,2,1734080402,'enrol_fee','status','1',NULL),(1571,2,1734080402,'enrol_fee','cost','0',NULL),(1572,2,1734080402,'enrol_fee','currency','USD',NULL),(1573,2,1734080402,'enrol_fee','roleid','5',NULL),(1574,2,1734080402,'enrol_fee','enrolperiod','0',NULL),(1575,2,1734080402,'enrol_database','dbtype','',NULL),(1576,2,1734080402,'enrol_database','dbhost','localhost',NULL),(1577,2,1734080402,'enrol_database','dbuser','',NULL),(1578,2,1734080402,'enrol_database','dbpass','',NULL),(1579,2,1734080402,'enrol_database','dbname','',NULL),(1580,2,1734080402,'enrol_database','dbencoding','utf-8',NULL),(1581,2,1734080402,'enrol_database','dbsetupsql','',NULL),(1582,2,1734080402,'enrol_database','dbsybasequoting','0',NULL),(1583,2,1734080402,'enrol_database','debugdb','0',NULL),(1584,2,1734080402,'enrol_database','localcoursefield','idnumber',NULL),(1585,2,1734080402,'enrol_database','localuserfield','idnumber',NULL),(1586,2,1734080402,'enrol_database','localrolefield','shortname',NULL),(1587,2,1734080402,'enrol_database','localcategoryfield','id',NULL),(1588,2,1734080402,'enrol_database','remoteenroltable','',NULL),(1589,2,1734080402,'enrol_database','remotecoursefield','',NULL),(1590,2,1734080402,'enrol_database','remoteuserfield','',NULL),(1591,2,1734080402,'enrol_database','remoterolefield','',NULL),(1592,2,1734080402,'enrol_database','remoteotheruserfield','',NULL),(1593,2,1734080402,'enrol_database','defaultrole','5',NULL),(1594,2,1734080402,'enrol_database','ignorehiddencourses','0',NULL),(1595,2,1734080402,'enrol_database','unenrolaction','0',NULL),(1596,2,1734080402,'enrol_database','newcoursetable','',NULL),(1597,2,1734080402,'enrol_database','newcoursefullname','fullname',NULL),(1598,2,1734080402,'enrol_database','newcourseshortname','shortname',NULL),(1599,2,1734080403,'enrol_database','newcourseidnumber','idnumber',NULL),(1600,2,1734080403,'enrol_database','newcoursecategory','',NULL),(1601,2,1734080403,'enrol_database','defaultcategory','1',NULL),(1602,2,1734080403,'enrol_database','templatecourse','',NULL),(1603,2,1734080403,'enrol_flatfile','location','',NULL),(1604,2,1734080403,'enrol_flatfile','encoding','UTF-8',NULL),(1605,2,1734080403,'enrol_flatfile','mailstudents','0',NULL),(1606,2,1734080403,'enrol_flatfile','mailteachers','0',NULL),(1607,2,1734080403,'enrol_flatfile','mailadmins','0',NULL),(1608,2,1734080403,'enrol_flatfile','unenrolaction','3',NULL),(1609,2,1734080403,'enrol_flatfile','expiredaction','3',NULL),(1610,2,1734080403,'enrol_guest','requirepassword','0',NULL),(1611,2,1734080403,'enrol_guest','usepasswordpolicy','0',NULL),(1612,2,1734080403,'enrol_guest','showhint','0',NULL),(1613,2,1734080403,'enrol_guest','defaultenrol','1',NULL),(1614,2,1734080403,'enrol_guest','status','1',NULL),(1615,2,1734080403,'enrol_guest','status_adv','',NULL),(1616,2,1734080403,'enrol_imsenterprise','imsfilelocation','',NULL),(1617,2,1734080403,'enrol_imsenterprise','logtolocation','',NULL),(1618,2,1734080403,'enrol_imsenterprise','mailadmins','0',NULL),(1619,2,1734080403,'enrol_imsenterprise','createnewusers','0',NULL),(1620,2,1734080403,'enrol_imsenterprise','imsupdateusers','0',NULL),(1621,2,1734080403,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1622,2,1734080403,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1623,2,1734080403,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1624,2,1734080403,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1625,2,1734080403,'enrol_imsenterprise','imsrolemap01','5',NULL),(1626,2,1734080403,'enrol_imsenterprise','imsrolemap02','3',NULL),(1627,2,1734080403,'enrol_imsenterprise','imsrolemap03','3',NULL),(1628,2,1734080403,'enrol_imsenterprise','imsrolemap04','5',NULL),(1629,2,1734080403,'enrol_imsenterprise','imsrolemap05','0',NULL),(1630,2,1734080403,'enrol_imsenterprise','imsrolemap06','4',NULL),(1631,2,1734080403,'enrol_imsenterprise','imsrolemap07','0',NULL),(1632,2,1734080403,'enrol_imsenterprise','imsrolemap08','4',NULL),(1633,2,1734080403,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1634,2,1734080403,'enrol_imsenterprise','createnewcourses','0',NULL),(1635,2,1734080403,'enrol_imsenterprise','updatecourses','0',NULL),(1636,2,1734080403,'enrol_imsenterprise','createnewcategories','0',NULL),(1637,2,1734080403,'enrol_imsenterprise','nestedcategories','0',NULL),(1638,2,1734080403,'enrol_imsenterprise','categoryidnumber','0',NULL),(1639,2,1734080403,'enrol_imsenterprise','categoryseparator','',NULL),(1640,2,1734080403,'enrol_imsenterprise','imsunenrol','0',NULL),(1641,2,1734080403,'enrol_imsenterprise','unenrolaction','0',NULL),(1642,2,1734080403,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1643,2,1734080403,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1644,2,1734080404,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1645,2,1734080404,'enrol_imsenterprise','imsrestricttarget','',NULL),(1646,2,1734080404,'enrol_imsenterprise','imscapitafix','0',NULL),(1647,2,1734080404,'enrol_ldap','host_url','',NULL),(1648,2,1734080404,'enrol_ldap','start_tls','0',NULL),(1649,2,1734080404,'enrol_ldap','ldap_version','3',NULL),(1650,2,1734080404,'enrol_ldap','ldapencoding','utf-8',NULL),(1651,2,1734080404,'enrol_ldap','pagesize','250',NULL),(1652,2,1734080404,'enrol_ldap','bind_dn','',NULL),(1653,2,1734080404,'enrol_ldap','bind_pw','',NULL),(1654,2,1734080404,'enrol_ldap','course_search_sub','0',NULL),(1655,2,1734080404,'enrol_ldap','memberattribute_isdn','0',NULL),(1656,2,1734080404,'enrol_ldap','user_contexts','',NULL),(1657,2,1734080404,'enrol_ldap','user_search_sub','0',NULL),(1658,2,1734080404,'enrol_ldap','user_type','default',NULL),(1659,2,1734080404,'enrol_ldap','opt_deref','0',NULL),(1660,2,1734080404,'enrol_ldap','idnumber_attribute','',NULL),(1661,2,1734080404,'enrol_ldap','objectclass','',NULL),(1662,2,1734080404,'enrol_ldap','course_idnumber','',NULL),(1663,2,1734080404,'enrol_ldap','course_shortname','',NULL),(1664,2,1734080404,'enrol_ldap','course_fullname','',NULL),(1665,2,1734080404,'enrol_ldap','course_summary','',NULL),(1666,2,1734080404,'enrol_ldap','ignorehiddencourses','0',NULL),(1667,2,1734080404,'enrol_ldap','unenrolaction','0',NULL),(1668,2,1734080404,'enrol_ldap','autocreate','0',NULL),(1669,2,1734080404,'enrol_ldap','category','1',NULL),(1670,2,1734080404,'enrol_ldap','template','',NULL),(1671,2,1734080404,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1672,2,1734080404,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1673,2,1734080404,'enrol_ldap','course_summary_updateonsync','0',NULL),(1674,2,1734080404,'enrol_ldap','nested_groups','0',NULL),(1675,2,1734080404,'enrol_ldap','group_memberofattribute','',NULL),(1676,2,1734080404,'enrol_manual','expiredaction','1',NULL),(1677,2,1734080404,'enrol_manual','expirynotifyhour','6',NULL),(1678,2,1734080404,'enrol_manual','defaultenrol','1',NULL),(1679,2,1734080404,'enrol_manual','status','0',NULL),(1680,2,1734080404,'enrol_manual','roleid','5',NULL),(1681,2,1734080404,'enrol_manual','enrolstart','4',NULL),(1682,2,1734080404,'enrol_manual','enrolperiod','0',NULL),(1683,2,1734080404,'enrol_manual','expirynotify','0',NULL),(1684,2,1734080404,'enrol_manual','expirythreshold','86400',NULL),(1685,2,1734080404,'enrol_mnet','roleid','5',NULL),(1686,2,1734080404,'enrol_mnet','roleid_adv','1',NULL),(1687,2,1734080404,'enrol_paypal','paypalbusiness','',NULL),(1688,2,1734080404,'enrol_paypal','mailstudents','0',NULL),(1689,2,1734080404,'enrol_paypal','mailteachers','0',NULL),(1690,2,1734080404,'enrol_paypal','mailadmins','0',NULL),(1691,2,1734080404,'enrol_paypal','expiredaction','3',NULL),(1692,2,1734080404,'enrol_paypal','status','1',NULL),(1693,2,1734080404,'enrol_paypal','cost','0',NULL),(1694,2,1734080404,'enrol_paypal','currency','USD',NULL),(1695,2,1734080404,'enrol_paypal','roleid','5',NULL),(1696,2,1734080405,'enrol_paypal','enrolperiod','0',NULL),(1697,2,1734080405,'enrol_lti','emaildisplay','2',NULL),(1698,2,1734080405,'enrol_lti','city','',NULL),(1699,2,1734080405,'enrol_lti','country','',NULL),(1700,2,1734080405,'enrol_lti','timezone','99',NULL),(1701,2,1734080405,'enrol_lti','lang','en',NULL),(1702,2,1734080405,'enrol_lti','institution','',NULL),(1703,2,1734080405,'enrol_self','requirepassword','0',NULL),(1704,2,1734080405,'enrol_self','usepasswordpolicy','0',NULL),(1705,2,1734080405,'enrol_self','showhint','0',NULL),(1706,2,1734080405,'enrol_self','expiredaction','1',NULL),(1707,2,1734080405,'enrol_self','expirynotifyhour','6',NULL),(1708,2,1734080405,'enrol_self','defaultenrol','1',NULL),(1709,2,1734080405,'enrol_self','status','1',NULL),(1710,2,1734080405,'enrol_self','newenrols','1',NULL),(1711,2,1734080405,'enrol_self','groupkey','0',NULL),(1712,2,1734080405,'enrol_self','roleid','5',NULL),(1713,2,1734080405,'enrol_self','enrolperiod','0',NULL),(1714,2,1734080405,'enrol_self','expirynotify','0',NULL),(1715,2,1734080405,'enrol_self','expirythreshold','86400',NULL),(1716,2,1734080405,'enrol_self','longtimenosee','0',NULL),(1717,2,1734080405,'enrol_self','maxenrolled','0',NULL),(1718,2,1734080405,'enrol_self','sendcoursewelcomemessage','1',NULL),(1719,2,1734080405,'filter_urltolink','formats','1,4,0',NULL),(1720,2,1734080405,'filter_urltolink','embedimages','1',NULL),(1721,2,1734080405,'filter_emoticon','formats','1,4,0',NULL),(1722,2,1734080405,'filter_displayh5p','allowedsources','',NULL),(1723,2,1734080405,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1724,2,1734080405,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1725,2,1734080405,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1726,2,1734080405,'filter_mathjaxloader','additionaldelimiters','',NULL),(1727,2,1734080405,'filter_wiris','editor_enable','1',NULL),(1728,2,1734080405,'filter_wiris','chem_editor_enable','1',NULL),(1729,2,1734080405,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1730,2,1734080405,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1731,2,1734080405,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1732,2,1734080405,'filter_wiris','imageserviceprotocol','https',NULL),(1733,2,1734080405,'filter_wiris','rendertype','php',NULL),(1734,2,1734080405,'filter_wiris','imageformat','svg',NULL),(1735,2,1734080405,'filter_wiris','pluginperformance','1',NULL),(1736,2,1734080405,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1737,2,1734080405,'filter_wiris','access_provider_enabled','0',NULL),(1738,2,1734080405,NULL,'filter_multilang_force_old','0',NULL),(1739,2,1734080405,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1740,2,1734080405,'filter_tex','latexbackground','#FFFFFF',NULL),(1741,2,1734080405,'filter_tex','density','120',NULL),(1742,2,1734080405,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1743,2,1734080405,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1744,2,1734080405,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1745,2,1734080405,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1746,2,1734080405,'filter_tex','pathmimetex','',NULL),(1747,2,1734080405,'filter_tex','convertformat','gif',NULL),(1748,2,1734080406,'logstore_database','dbdriver','',NULL),(1749,2,1734080406,'logstore_database','dbhost','',NULL),(1750,2,1734080406,'logstore_database','dbuser','',NULL),(1751,2,1734080406,'logstore_database','dbpass','',NULL),(1752,2,1734080406,'logstore_database','dbname','',NULL),(1753,2,1734080406,'logstore_database','dbtable','',NULL),(1754,2,1734080406,'logstore_database','dbpersist','0',NULL),(1755,2,1734080406,'logstore_database','dbsocket','',NULL),(1756,2,1734080406,'logstore_database','dbport','',NULL),(1757,2,1734080406,'logstore_database','dbschema','',NULL),(1758,2,1734080406,'logstore_database','dbcollation','',NULL),(1759,2,1734080406,'logstore_database','dbhandlesoptions','0',NULL),(1760,2,1734080406,'logstore_database','buffersize','50',NULL),(1761,2,1734080406,'logstore_database','jsonformat','1',NULL),(1762,2,1734080406,'logstore_database','logguests','0',NULL),(1763,2,1734080406,'logstore_database','includelevels','1,2,0',NULL),(1764,2,1734080406,'logstore_database','includeactions','c,r,u,d',NULL),(1765,2,1734080406,'logstore_legacy','loglegacy','0',NULL),(1766,2,1734080406,NULL,'logguests','1',NULL),(1767,2,1734080406,NULL,'loglifetime','0',NULL),(1768,2,1734080406,'logstore_standard','logguests','1',NULL),(1769,2,1734080406,'logstore_standard','jsonformat','1',NULL),(1770,2,1734080406,'logstore_standard','loglifetime','0',NULL),(1771,2,1734080406,'logstore_standard','buffersize','50',NULL),(1772,2,1734080406,'mlbackend_python','useserver','0',NULL),(1773,2,1734080406,'mlbackend_python','host','',NULL),(1774,2,1734080406,'mlbackend_python','port','0',NULL),(1775,2,1734080406,'mlbackend_python','secure','0',NULL),(1776,2,1734080406,'mlbackend_python','username','default',NULL),(1777,2,1734080406,'mlbackend_python','password','',NULL),(1778,2,1734080406,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1779,2,1734080406,'media_videojs','audioextensions','html_audio',NULL),(1780,2,1734080406,'media_videojs','youtube','1',NULL),(1781,2,1734080406,'media_videojs','videocssclass','video-js',NULL),(1782,2,1734080406,'media_videojs','audiocssclass','video-js',NULL),(1783,2,1734080406,'media_videojs','limitsize','1',NULL),(1784,2,1734080406,'paygw_paypal','surcharge','0',NULL),(1785,2,1734080406,'qtype_multichoice','answerhowmany','1',NULL),(1786,2,1734080406,'qtype_multichoice','shuffleanswers','1',NULL),(1787,2,1734080406,'qtype_multichoice','answernumbering','abc',NULL),(1788,2,1734080406,'qtype_multichoice','showstandardinstruction','0',NULL),(1789,2,1734080406,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1790,2,1734080406,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1791,2,1734080406,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1792,2,1734080407,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1793,2,1734080407,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1794,2,1734080407,'qtype_wq','access_provider_enabled','0',NULL),(1795,2,1734080407,'qtype_wq','filtercodes_compatibility','0',NULL),(1796,2,1734080407,'qtype_wq','debug_mode_enabled','0',NULL),(1797,2,1734080407,'qtype_wq','log_server_errors','0',NULL),(1798,2,1734080407,'search_solr','server_hostname','127.0.0.1',NULL),(1799,2,1734080407,'search_solr','indexname','',NULL),(1800,2,1734080407,'search_solr','secure','0',NULL),(1801,2,1734080407,'search_solr','server_port','8983',NULL),(1802,2,1734080407,'search_solr','server_username','',NULL),(1803,2,1734080407,'search_solr','server_password','',NULL),(1804,2,1734080407,'search_solr','server_timeout','30',NULL),(1805,2,1734080407,'search_solr','ssl_cert','',NULL),(1806,2,1734080407,'search_solr','ssl_key','',NULL),(1807,2,1734080407,'search_solr','ssl_keypassword','',NULL),(1808,2,1734080407,'search_solr','ssl_cainfo','',NULL),(1809,2,1734080407,'search_solr','ssl_capath','',NULL),(1810,2,1734080407,'search_solr','fileindexing','1',NULL),(1811,2,1734080407,'search_solr','maxindexfilekb','2097152',NULL),(1812,2,1734080407,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1813,2,1734080407,'search_solr','alternateindexname','',NULL),(1814,2,1734080407,'search_solr','alternatesecure','0',NULL),(1815,2,1734080407,'search_solr','alternateserver_port','8983',NULL),(1816,2,1734080407,'search_solr','alternateserver_username','',NULL),(1817,2,1734080407,'search_solr','alternateserver_password','',NULL),(1818,2,1734080407,'search_solr','alternatessl_cert','',NULL),(1819,2,1734080407,'search_solr','alternatessl_key','',NULL),(1820,2,1734080407,'search_solr','alternatessl_keypassword','',NULL),(1821,2,1734080407,'search_solr','alternatessl_cainfo','',NULL),(1822,2,1734080407,'search_solr','alternatessl_capath','',NULL),(1823,2,1734080407,'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),(1824,2,1734080407,'editor_atto','autosavefrequency','60',NULL),(1825,2,1734080407,'atto_collapse','showgroups','6',NULL),(1826,2,1734080407,'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),(1827,2,1734080407,'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),(1828,2,1734080407,'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),(1829,2,1734080407,'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),(1830,2,1734080407,'atto_recordrtc','allowedtypes','both',NULL),(1831,2,1734080407,'atto_recordrtc','audiobitrate','128000',NULL),(1832,2,1734080407,'atto_recordrtc','videobitrate','2500000',NULL),(1833,2,1734080407,'atto_recordrtc','audiotimelimit','120',NULL),(1834,2,1734080407,'atto_recordrtc','videotimelimit','120',NULL),(1835,2,1734080407,'atto_table','allowborders','0',NULL),(1836,2,1734080407,'atto_table','allowbackgroundcolour','0',NULL),(1837,2,1734080407,'atto_table','allowwidth','0',NULL),(1838,2,1734080408,'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),(1839,2,1734080408,'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),(1840,2,1734080408,'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),(1841,2,1734080408,'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),(1842,2,1734080408,'tiny_recordrtc','allowedtypes','both',NULL),(1843,2,1734080408,'tiny_recordrtc','audiobitrate','128000',NULL),(1844,2,1734080408,'tiny_recordrtc','videobitrate','2500000',NULL),(1845,2,1734080408,'tiny_recordrtc','audiotimelimit','120',NULL),(1846,2,1734080408,'tiny_recordrtc','videotimelimit','120',NULL),(1847,2,1734080408,'editor_tiny','branding','1',NULL),(1848,2,1734080408,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1849,2,1734080408,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1850,2,1734080408,'editor_tinymce','customconfig','',NULL),(1851,2,1734080408,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1852,2,1734080408,'tinymce_spellchecker','spellengine','',NULL),(1853,2,1734080408,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1854,2,1734080408,NULL,'profileroles','5,4,3',NULL),(1855,2,1734080408,NULL,'calendar_exportsalt','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj','9QxTIDpC9LCXB0yUoHAAG5bWcEeW07JNAGTdDdWcDSYLvHl0F4v4I7pzB6aR'),(1856,2,1734080409,NULL,'coursecontact','3',NULL),(1857,2,1734080409,NULL,'frontpage','6',NULL),(1858,2,1734080409,NULL,'frontpageloggedin','6',NULL),(1859,2,1734080409,NULL,'maxcategorydepth','2',NULL),(1860,2,1734080409,NULL,'frontpagecourselimit','200',NULL),(1861,2,1734080409,NULL,'commentsperpage','15',NULL),(1862,2,1734080409,NULL,'defaultfrontpageroleid','8',NULL),(1863,2,1734080409,NULL,'pathtophp','','/usr/local/bin/php'),(1864,2,1734080409,NULL,'messageinbound_enabled','0',NULL),(1865,2,1734080409,NULL,'messageinbound_mailbox','',NULL),(1866,2,1734080409,NULL,'messageinbound_domain','',NULL),(1867,2,1734080409,NULL,'messageinbound_host','',NULL),(1868,2,1734080409,NULL,'messageinbound_hostssl','ssl',NULL),(1869,2,1734080409,NULL,'messageinbound_hostuser','',NULL),(1870,2,1734080409,NULL,'messageinbound_hostpass','',NULL),(1871,2,1734080410,'tool_mobile','apppolicy','',NULL),(1872,2,1734080410,'tool_mobile','typeoflogin','1',NULL),(1873,2,1734080410,'tool_mobile','qrcodetype','2',NULL),(1874,2,1734080410,'tool_mobile','qrkeyttl','600',NULL),(1875,2,1734080410,'tool_mobile','qrsameipcheck','1',NULL),(1876,2,1734080410,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1877,2,1734080410,'tool_mobile','minimumversion','',NULL),(1878,2,1734080410,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1879,2,1734080410,NULL,'mobilecssurl','',NULL),(1880,2,1734080410,'tool_mobile','enablesmartappbanners','0',NULL),(1881,2,1734080410,'tool_mobile','iosappid','633359593',NULL),(1882,2,1734080410,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1883,2,1734080410,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1884,2,1734080410,'tool_mobile','forcelogout','0',NULL),(1885,2,1734080410,'tool_mobile','disabledfeatures','',NULL),(1886,2,1734080410,'tool_mobile','custommenuitems','',NULL),(1887,2,1734080410,'tool_mobile','filetypeexclusionlist','',NULL),(1888,2,1734080410,'tool_mobile','customlangstrings','',NULL),(1889,2,1734080410,NULL,'debug','0','32767'),(1890,2,1734080410,NULL,'debugdisplay','0','1'),(1891,2,1734080418,NULL,'enablemobilewebservice','1',NULL),(1892,2,1734080426,NULL,'calendar_exportsalt','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR','UAgK0eLPvk9I7luHootYl9DQTD904IAHY6D5xbPtX3yjuNlh8KZe2uq37Ipj'),(1893,2,1734080426,NULL,'pathtophp','','/usr/local/bin/php'),(1894,2,1734080427,NULL,'debug','0','32767'),(1895,2,1734080427,NULL,'debugdisplay','0','1'),(1896,2,1734080427,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1897,2,1734080427,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1898,2,1734080437,NULL,'enablewebservices','0','1'),(1899,2,1734080451,NULL,'calendar_exportsalt','Oq7X1zDzMB7S1iM1Hcizm97cLXLQAwzqbCbtUzwgF0akDkxdY7pEV71lW8Iw','qPAcAUrRBB63BtM4UGROzgvTwP3NlVjQe3Vl0IEOE0p2QNEzP0pNoEfwkAYR'),(1900,2,1734080452,NULL,'pathtophp','','/usr/local/bin/php'),(1901,2,1734080453,NULL,'debug','0','32767'),(1902,2,1734080453,NULL,'debugdisplay','0','1'); +/*!40000 ALTER TABLE `t_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_config_plugins` +-- + +DROP TABLE IF EXISTS `t_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2096 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_config_plugins` +-- + +LOCK TABLES `t_config_plugins` WRITE; +/*!40000 ALTER TABLE `t_config_plugins` DISABLE KEYS */; +INSERT INTO `t_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'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,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_serializer','1'),(195,'cachestore_redis','test_ttl','0'),(196,'question_preview','behaviour','deferredfeedback'),(197,'question_preview','correctness','1'),(198,'question_preview','marks','2'),(199,'question_preview','markdp','2'),(200,'question_preview','feedback','1'),(201,'question_preview','generalfeedback','1'),(202,'question_preview','rightanswer','1'),(203,'question_preview','history','0'),(204,'tool_task','enablerunnow','1'),(205,'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, bigbluebuttonbn_shared_secret@@none'),(206,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(207,'theme_boost','preset','default.scss'),(208,'theme_boost','presetfiles',''),(209,'theme_boost','backgroundimage',''),(210,'theme_boost','loginbackgroundimage',''),(211,'theme_boost','brandcolor',''),(212,'theme_boost','scsspre',''),(213,'theme_boost','scss',''),(214,'theme_classic','navbardark','0'),(215,'theme_classic','unaddableblocks',''),(216,'theme_classic','preset','default.scss'),(217,'theme_classic','presetfiles',''),(218,'theme_classic','backgroundimage',''),(219,'theme_classic','loginbackgroundimage',''),(220,'theme_classic','brandcolor',''),(221,'theme_classic','scsspre',''),(222,'theme_classic','scss',''),(223,'core_admin','logo',''),(224,'core_admin','logocompact',''),(225,'core_admin','favicon',''),(226,'core_admin','coursecolor1','#81ecec'),(227,'core_admin','coursecolor2','#74b9ff'),(228,'core_admin','coursecolor3','#a29bfe'),(229,'core_admin','coursecolor4','#dfe6e9'),(230,'core_admin','coursecolor5','#00b894'),(231,'core_admin','coursecolor6','#0984e3'),(232,'core_admin','coursecolor7','#b2bec3'),(233,'core_admin','coursecolor8','#fdcb6e'),(234,'core_admin','coursecolor9','#fd79a8'),(235,'core_admin','coursecolor10','#6c5ce7'),(236,'core_competency','pushcourseratingstouserplans','1'),(237,'antivirus_clamav','version','2022112800'),(238,'availability_completion','version','2022112800'),(239,'availability_date','version','2022112800'),(240,'availability_grade','version','2022112800'),(241,'availability_group','version','2022112800'),(242,'availability_grouping','version','2022112800'),(243,'availability_profile','version','2022112800'),(244,'qtype_calculated','version','2022112800'),(245,'qtype_calculatedmulti','version','2022112800'),(246,'qtype_calculatedsimple','version','2022112800'),(247,'qtype_ddimageortext','version','2022112800'),(248,'qtype_ddmarker','version','2022112800'),(249,'qtype_ddwtos','version','2022112800'),(250,'qtype_description','version','2022112800'),(251,'qtype_essay','version','2022112800'),(252,'qtype_essaywiris','version','2024032206'),(253,'qtype_gapselect','version','2022112800'),(254,'qtype_match','version','2022112800'),(255,'qtype_matchwiris','version','2024032206'),(256,'qtype_missingtype','version','2022112800'),(257,'qtype_multianswer','version','2022112800'),(258,'qtype_multianswerwiris','version','2024032206'),(259,'qtype_multichoice','version','2022112800'),(260,'qtype_multichoicewiris','version','2024032206'),(261,'qtype_numerical','version','2022112800'),(262,'qtype_random','version','2022112800'),(263,'qtype_randomsamatch','version','2022112800'),(264,'qtype_shortanswer','version','2022112800'),(265,'qtype_shortanswerwiris','version','2024032206'),(266,'qtype_truefalse','version','2022112800'),(267,'qtype_truefalsewiris','version','2024032206'),(268,'qtype_wq','version','2024032206'),(269,'mod_assign','version','2022112801'),(270,'mod_assignment','version','2022112800'),(272,'mod_bigbluebuttonbn','version','2022112800'),(274,'mod_book','version','2022112800'),(275,'mod_chat','version','2022112800'),(276,'mod_choice','version','2022112800'),(277,'mod_data','version','2022112801'),(278,'mod_feedback','version','2022112800'),(280,'mod_folder','version','2022112800'),(282,'mod_forum','version','2022112801'),(283,'mod_glossary','version','2022112800'),(284,'mod_h5pactivity','version','2022112801'),(285,'mod_imscp','version','2022112800'),(287,'mod_label','version','2022112801'),(288,'mod_lesson','version','2022112800'),(289,'mod_lti','version','2022112800'),(291,'mod_lti','kid','dfb22e5c28892dddbd2a'),(292,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC8neoR7eY6/Db5\nmd7szOFYCjXXEBKy5OKsxY3oiffoJi0sShs4m7xsZeidnxmtDZQHGZzJAWb4UVMn\nFH3Qry5S9ttqH+fp1TmTX7/3sf10r9ClY3jnZVsV0hOGL5Xg3OVRsy0eBStpwQUI\nO3JVw4WJ1qX2G2WFIk1teqA3cEtQUItiOEd3UqsMGRgKF1+RtZSPGXKRh5pAXuv6\ntVpLPv/XaRJ+boMvCUwzeAL4Q8yA6T2N4cDKFzEPC6Bag4pTLo4ofK1Y66D79LgV\n7zfE2o/LJrP5DonYzl/5e/Dwhe2Bs5/kNTkwLa828VT4IMvUXRI21fk0Q8gwiJzj\n4EFrpR6nAgMBAAECggEAGNiQceYtss1wjHapd/YRJSDLMNZMMEaYWXv4ko5CGtGU\nl8X3SgCx1HGkL8c6gaJNQpYsIgpOPx2vX3GClU/OQV2FT7h+Oz48RF6TkhRfN9TF\nHlQ5I/olAn3W1pFEJAfVKWr54X961YZ4nDoAeK211I9y8zVurRf0rRw/KK5hLWYE\nnvC2gZlxgbzTQoiu/o4UdMKBlb725hdnh0OlwNxQlDqLccDswujL5M7U51ZWwBfA\ncgcEc5gK8ExBiosCQK6yQE69gs1BVRfDdMTzJeyjnKmy6JLNACjs3CbN5E9baeLp\nkpbSEmxGZMMiYUeGhid9YqRLDtzRSgDZ6xVudqOI+QKBgQDxpRn6vJMCeLTMAJVQ\nPoS0bnpCii7xOfMF8Gq5C4uaokUHm/bHBuHmbQUh3ViHWDGWx0cZRKEQLwM/E/fH\ng2npwVD0TQ8Mldzn05WqIqBr9o3hd/fSlB27atM/APySJ8WGbAqdY+03ODebxv8r\niY0PjuHkoVzwQS0nH19iipp/MwKBgQDH0l7A5zsLUSpS/r7VjXVJQR+T5Qzn3AmU\nDsOWLEaNqzA10HT92DiDeGD6ILlUr0zpeTHBVN/EwsJA/RtwYjMLcwhSXor/nbhu\nW05gU58f2RDBHn+7a8aV/rrmr6e6+iOcWIOrJrb/9LdvlEvFEn/1i5Wc239gnS7N\nz6wmE03yvQKBgQCjE0zJDeIYVOWOlwYtNUPRkI0pwp+TZAxCAdHEN6prHP+A9xw/\njMF/BCvmgr5v+HDe1HWC8/HOPivusccR+fnMKw47EJYLZEfEm+HxA5VHxwhRFOlG\nT3cRODJ/3maVLAn9gYRYW0uHbIT6t/0UoKt1yHNiHBPgf9u8/0sb8XX6SQKBgQCP\njLCncjY3nhqCvyGHNvVgJ9mwnKcV1jxHUgfuVWZmFeovbs7tIa0PvaYlaubZUIo3\nW+qDkh6jMqrslyhkJxe2jPAYhHTkx4CcPxniF5DEB2OC6Q8oLHfgf7vzR5N+vn5g\nrjIA/XIQFNTG4slADVdBpgJYSlOKq8DY9+0a+VlRHQKBgH+inHmkawp6+lwQEe4U\n6GB6RQZ9b2BYoszY5vQlSiCW/SJdTg8Trn3gdW6F54gdOWgYzVeEEeGqTx/GZA4Y\n01idcqIOS1bhpZWI8K2i9beHRjmu93sk/BbbJ3a6lgEKvpd9wHdx3+019bd1hImS\n1+Aw1vzq+J+ASTwPB+9Do0bJ\n-----END PRIVATE KEY-----\n'),(293,'mod_page','version','2022112800'),(295,'mod_quiz','version','2022112800'),(296,'mod_resource','version','2022112800'),(297,'mod_scorm','version','2022112800'),(298,'mod_survey','version','2022112800'),(300,'mod_url','version','2022112800'),(302,'mod_wiki','version','2022112800'),(304,'mod_workshop','version','2022112800'),(305,'auth_cas','version','2022112800'),(307,'auth_db','version','2022112800'),(309,'auth_email','version','2022112800'),(310,'auth_ldap','version','2022112800'),(312,'auth_lti','version','2022112801'),(313,'auth_manual','version','2022112800'),(314,'auth_mnet','version','2022112800'),(316,'auth_nologin','version','2022112800'),(317,'auth_none','version','2022112800'),(318,'auth_oauth2','version','2022112800'),(319,'auth_shibboleth','version','2022112800'),(321,'auth_webservice','version','2022112800'),(322,'calendartype_gregorian','version','2022112800'),(323,'customfield_checkbox','version','2022112800'),(324,'customfield_date','version','2022112800'),(325,'customfield_select','version','2022112800'),(326,'customfield_text','version','2022112800'),(327,'customfield_textarea','version','2022112800'),(328,'enrol_category','version','2022112800'),(330,'enrol_cohort','version','2022112800'),(331,'enrol_database','version','2022112800'),(333,'enrol_fee','version','2022112800'),(334,'enrol_flatfile','version','2022112800'),(336,'enrol_flatfile','map_1','manager'),(337,'enrol_flatfile','map_2','coursecreator'),(338,'enrol_flatfile','map_3','editingteacher'),(339,'enrol_flatfile','map_4','teacher'),(340,'enrol_flatfile','map_5','student'),(341,'enrol_flatfile','map_6','guest'),(342,'enrol_flatfile','map_7','user'),(343,'enrol_flatfile','map_8','frontpage'),(344,'enrol_guest','version','2022112800'),(345,'enrol_imsenterprise','version','2022112800'),(347,'enrol_ldap','version','2022112800'),(349,'enrol_lti','version','2022112800'),(351,'enrol_lti','lti_13_kid','af1e76c275bc606d638d'),(352,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC2xYRmFz9h+z42\nnazV8OuKCBlBK4OwS4QILBr5/0gq0OsxZWbh2ai/zHR53N8OsmB2jDhCn+HTsnJz\nVeavIc8AADk0GqnVz8XfiAw2AucjeZqELqqj8GDrHoa8rOE8dUjyQqSYdhNHnIjg\nRHCRJsTD3HiR3tpJGxbcSfpjTQ7FnxsKeFKI23fYQcPWjbcu3nYOKxUaF1S6S7sh\n86E8cDdjJDBFXo9Zk+Bpl6o5TWWv/aA3R+9OVXlktkluNS9CvG+dQ8BsSQI6rcla\nEndcB069ZennkOUJ5jQlb/y0tQIm+BUxOQudwTHH8egrOJWGavhobXgpspPnYMtp\nGFDwouRjAgMBAAECggEAEzfDiySIopnTWdTMdpZlfdcKKMMVjrTyBhX1JDJGeVIM\nWN5LqhXD25745FNoFNiGshBeXgsHqMXLqPrwTZvlcx+S5Dqlfvjg2ncoqYk2mpFP\nwPRTNvewiShljHM1H7FJYUfGnM1Vi6MW9VXc7DZCXEHTX6sqEqPJjJIuxMA2fGrn\n5IN29wGD8ED4VlqOrFmoNpYr/WQA0iCVpra4bVahMubeMaZr/F+ZiorWKA2FhpsW\nmTQTKSq4g18lS9npn/jBsRi1uMl0rLjVMTBFHalnVBIeem7XRj2pCIPKAmZ7mLKr\nCC/wCgVG4wFA5n1ZgZOMNpT+YgeEeejHWgRT3NtgEQKBgQDZzmw8Fb0RFtcBvqq1\n5zZ5tqc7w4ZEfMkd1pdsFG8cZAoda1ZdcnQtQLpveaQtRP1ZyOQFckFLoiGW32wY\n0Uhq5gS+VfwwxiM8CROQRXc7w41y3g9xLrSTQfggR3i2Ul8itpbW3syI/tAfH5vg\nLBphRsEWRO0NOx8tCL+nhWC++QKBgQDW0lerg8f+JmTUUmbZWOGomM9teJiiWJPS\ntHGGxb2fC27iIQCqwlLbwlqCmcey7wJPjyssDUUK8nrQ+9AN3agddo2fxR71Qtpa\na5Pv0iaIF4yCm34xufJ2pIF2oQEUUmCQTBX+by7gbP64JtVvvJMFr1F6VmEz2ZHa\nToa7bgkpOwKBgQCVIMjqutehA8pi33Fy6sRZwb3vJYihC++IBo3W6obJIZXrXrrb\ncKoq8c601MycUkhFWU8Gi5w5dOEatA8HTwQObT+CMs1hd8hYKr7CYU2qFdKbe3+H\nNztcOCbzsvvrmaqZ0fqlVBcnFZDaPoIzkv7c69z4qmjETl6iLwNKaAA9wQKBgQDI\njMB6B+Iqm69gJLmNyZOJ8Xcc7QwZ6/W9LOYbevnGxEa1ZzgXMqlmLjCPYn9zxfxz\nR+Z3DsBZMvyDo8KdX0S2lNoswTtgnxP4fBw1NQzx2oI74GxUghMgvf17QV4fmbQ6\noj2aNjQeIsM+KkryMKtVEFJRktjWLhUjKFJSIqz8xwKBgGdWOFvds1e9PU1YFHji\npe+r/7JwYobJ9aBJRnaMM8bdSJTi0qvHZYa059etML7E8uCiT279htvwTRf8N8ue\nxK/l2EtFbFU7jRlN0XTgj8+BRtjHrfY5kZbDz3aummIznpCEOBWld9rPNLdUm2UU\nkaJUpHjtZj+rMXUGBH4BDvpu\n-----END PRIVATE KEY-----\n'),(353,'enrol_manual','version','2022112800'),(355,'enrol_meta','version','2022112800'),(357,'enrol_mnet','version','2022112800'),(358,'enrol_paypal','version','2022112800'),(359,'enrol_self','version','2022112800'),(361,'message_airnotifier','version','2022112800'),(363,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(365,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(366,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(367,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(368,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(369,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(370,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(371,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(372,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(373,'message','airnotifier_provider_mod_feedback_message_locked','0'),(374,'message','airnotifier_provider_mod_forum_posts_locked','0'),(375,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_forum_digests_locked','0'),(377,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(378,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(379,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(380,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(381,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(383,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(384,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(385,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_newlogin_locked','0'),(387,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_notices_locked','0'),(389,'message','airnotifier_provider_moodle_errors_locked','0'),(390,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(391,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(392,'message','airnotifier_provider_moodle_backup_locked','0'),(393,'message','airnotifier_provider_moodle_courserequested_locked','0'),(394,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(395,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(397,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(399,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(400,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(401,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(403,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(404,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(405,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(406,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(407,'message','airnotifier_provider_moodle_insights_locked','0'),(408,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(409,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(410,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(411,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(412,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(413,'message','airnotifier_provider_moodle_infected_locked','0'),(414,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(415,'message_email','version','2022112800'),(417,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(418,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(419,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(420,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(421,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(422,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(423,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(424,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(425,'message','email_provider_enrol_self_expiry_notification_locked','0'),(426,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(427,'message','email_provider_mod_assign_assign_notification_locked','0'),(428,'message','message_provider_mod_assign_assign_notification_enabled','email'),(429,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(430,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(431,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(432,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(433,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(434,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(435,'message','email_provider_mod_feedback_submission_locked','0'),(436,'message','message_provider_mod_feedback_submission_enabled','email'),(437,'message','email_provider_mod_feedback_message_locked','0'),(438,'message','message_provider_mod_feedback_message_enabled','email'),(439,'message','email_provider_mod_forum_posts_locked','0'),(440,'message','email_provider_mod_forum_digests_locked','0'),(441,'message','message_provider_mod_forum_digests_enabled','email'),(442,'message','email_provider_mod_lesson_graded_essay_locked','0'),(443,'message','email_provider_mod_quiz_submission_locked','0'),(444,'message','message_provider_mod_quiz_submission_enabled','email'),(445,'message','email_provider_mod_quiz_confirmation_locked','0'),(446,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(447,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(448,'message','email_provider_moodle_newlogin_locked','0'),(449,'message','email_provider_moodle_notices_locked','0'),(450,'message','message_provider_moodle_notices_enabled','email'),(451,'message','email_provider_moodle_errors_locked','0'),(452,'message','message_provider_moodle_errors_enabled','email'),(453,'message','email_provider_moodle_availableupdate_locked','0'),(454,'message','message_provider_moodle_availableupdate_enabled','email'),(455,'message','email_provider_moodle_instantmessage_locked','0'),(456,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(457,'message','email_provider_moodle_backup_locked','0'),(458,'message','message_provider_moodle_backup_enabled','email'),(459,'message','email_provider_moodle_courserequested_locked','0'),(460,'message','message_provider_moodle_courserequested_enabled','email'),(461,'message','email_provider_moodle_courserequestapproved_locked','0'),(462,'message','email_provider_moodle_courserequestrejected_locked','0'),(463,'message','email_provider_moodle_coursecompleted_locked','0'),(464,'message','email_provider_moodle_coursecontentupdated_locked','0'),(465,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(466,'message','email_provider_moodle_badgecreatornotice_locked','0'),(467,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(468,'message','email_provider_moodle_competencyplancomment_locked','0'),(469,'message','message_provider_moodle_competencyplancomment_enabled','email'),(470,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(471,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(472,'message','email_provider_moodle_insights_locked','0'),(473,'message','email_provider_moodle_messagecontactrequests_locked','0'),(474,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(475,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(476,'message','email_provider_moodle_gradenotifications_locked','0'),(477,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(478,'message','email_provider_moodle_infected_locked','0'),(479,'message','message_provider_moodle_infected_enabled','email'),(480,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(481,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(482,'message_popup','version','2022112800'),(484,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(485,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(486,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(487,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(488,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(489,'message','popup_provider_mod_assign_assign_notification_locked','0'),(490,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(491,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(492,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(493,'message','popup_provider_mod_feedback_submission_locked','0'),(494,'message','popup_provider_mod_feedback_message_locked','0'),(495,'message','popup_provider_mod_forum_posts_locked','0'),(496,'message','popup_provider_mod_forum_digests_locked','0'),(497,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(498,'message','popup_provider_mod_quiz_submission_locked','0'),(499,'message','popup_provider_mod_quiz_confirmation_locked','0'),(500,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(501,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(502,'message','popup_provider_moodle_newlogin_locked','0'),(503,'message','popup_provider_moodle_notices_locked','0'),(504,'message','popup_provider_moodle_errors_locked','0'),(505,'message','popup_provider_moodle_availableupdate_locked','0'),(506,'message','popup_provider_moodle_instantmessage_locked','0'),(507,'message','popup_provider_moodle_backup_locked','0'),(508,'message','popup_provider_moodle_courserequested_locked','0'),(509,'message','popup_provider_moodle_courserequestapproved_locked','0'),(510,'message','popup_provider_moodle_courserequestrejected_locked','0'),(511,'message','popup_provider_moodle_coursecompleted_locked','0'),(512,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(513,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(514,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(515,'message','popup_provider_moodle_competencyplancomment_locked','0'),(516,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(517,'message','popup_provider_moodle_insights_locked','0'),(518,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(519,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(520,'message','popup_provider_moodle_gradenotifications_locked','0'),(521,'message','popup_provider_moodle_infected_locked','0'),(522,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(523,'block_accessreview','version','2022112800'),(524,'block_activity_modules','version','2022112800'),(525,'block_activity_results','version','2022112800'),(526,'block_admin_bookmarks','version','2022112800'),(527,'block_badges','version','2022112800'),(528,'block_blog_menu','version','2022112800'),(529,'block_blog_recent','version','2022112800'),(530,'block_blog_tags','version','2022112800'),(531,'block_calendar_month','version','2022112800'),(532,'block_calendar_upcoming','version','2022112800'),(533,'block_comments','version','2022112800'),(534,'block_completionstatus','version','2022112800'),(535,'block_course_list','version','2022112800'),(536,'block_course_summary','version','2022112800'),(538,'block_feedback','version','2022112800'),(540,'block_globalsearch','version','2022112800'),(541,'block_glossary_random','version','2022112800'),(542,'block_html','version','2022112800'),(543,'block_login','version','2022112800'),(544,'block_lp','version','2022112800'),(545,'block_mentees','version','2022112800'),(546,'block_mnet_hosts','version','2022112800'),(547,'block_myoverview','version','2022112800'),(548,'block_myprofile','version','2022112800'),(549,'block_navigation','version','2022112800'),(550,'block_news_items','version','2022112800'),(551,'block_online_users','version','2022112800'),(552,'block_private_files','version','2022112800'),(553,'block_recent_activity','version','2022112800'),(554,'block_recentlyaccessedcourses','version','2022112800'),(556,'block_recentlyaccesseditems','version','2022112800'),(557,'block_rss_client','version','2022112800'),(559,'block_search_forums','version','2022112800'),(560,'block_section_links','version','2022112800'),(561,'block_selfcompletion','version','2022112800'),(563,'block_settings','version','2022112800'),(564,'block_site_main_menu','version','2022112800'),(565,'block_social_activities','version','2022112800'),(566,'block_starredcourses','version','2022112800'),(567,'block_tag_flickr','version','2022112800'),(568,'block_tag_youtube','version','2022112800'),(570,'block_tags','version','2022112800'),(571,'block_timeline','version','2022112800'),(573,'media_html5audio','version','2022112800'),(574,'media_html5video','version','2022112800'),(575,'media_videojs','version','2022112800'),(576,'media_vimeo','version','2022112800'),(577,'media_youtube','version','2022112800'),(578,'filter_activitynames','version','2022112800'),(580,'filter_algebra','version','2022112800'),(581,'filter_data','version','2022112800'),(583,'filter_displayh5p','version','2022112800'),(585,'filter_emailprotect','version','2022112800'),(586,'filter_emoticon','version','2022112800'),(588,'filter_glossary','version','2022112800'),(590,'filter_mathjaxloader','version','2022112800'),(592,'filter_mediaplugin','version','2022112800'),(594,'filter_multilang','version','2022112800'),(595,'filter_tex','version','2022112800'),(597,'filter_tidy','version','2022112800'),(598,'filter_urltolink','version','2022112800'),(600,'filter_wiris','version','2024110400'),(601,'editor_atto','version','2022112800'),(603,'editor_textarea','version','2022112800'),(604,'editor_tiny','version','2022112800'),(606,'editor_tinymce','version','2022112800'),(607,'format_singleactivity','version','2022112800'),(608,'format_social','version','2022112800'),(609,'format_topics','version','2022112801'),(610,'format_weeks','version','2022112801'),(611,'dataformat_csv','version','2022112800'),(612,'dataformat_excel','version','2022112800'),(613,'dataformat_html','version','2022112800'),(614,'dataformat_json','version','2022112800'),(615,'dataformat_ods','version','2022112800'),(616,'dataformat_pdf','version','2022112800'),(617,'profilefield_checkbox','version','2022112800'),(618,'profilefield_datetime','version','2022112800'),(619,'profilefield_menu','version','2022112800'),(620,'profilefield_social','version','2022112800'),(621,'profilefield_text','version','2022112800'),(622,'profilefield_textarea','version','2022112800'),(623,'report_backups','version','2022112800'),(624,'report_competency','version','2022112800'),(625,'report_completion','version','2022112800'),(627,'report_configlog','version','2022112800'),(628,'report_courseoverview','version','2022112800'),(629,'report_eventlist','version','2022112800'),(630,'report_infectedfiles','version','2022112800'),(631,'report_insights','version','2022112800'),(632,'report_log','version','2022112800'),(634,'report_loglive','version','2022112800'),(635,'report_outline','version','2022112800'),(637,'report_participation','version','2022112800'),(639,'report_performance','version','2022112800'),(640,'report_progress','version','2022112800'),(642,'report_questioninstances','version','2022112800'),(643,'report_security','version','2022112800'),(644,'report_stats','version','2022112800'),(646,'report_status','version','2022112800'),(647,'report_usersessions','version','2022112800'),(648,'gradeexport_ods','version','2022112800'),(649,'gradeexport_txt','version','2022112800'),(650,'gradeexport_xls','version','2022112800'),(651,'gradeexport_xml','version','2022112800'),(652,'gradeimport_csv','version','2022112800'),(653,'gradeimport_direct','version','2022112800'),(654,'gradeimport_xml','version','2022112800'),(655,'gradereport_grader','version','2022112800'),(656,'gradereport_history','version','2022112800'),(657,'gradereport_outcomes','version','2022112800'),(658,'gradereport_overview','version','2022112800'),(659,'gradereport_singleview','version','2022112800'),(660,'gradereport_summary','version','2022112800'),(661,'gradereport_user','version','2022112800'),(662,'gradingform_guide','version','2022112800'),(663,'gradingform_rubric','version','2022112800'),(664,'mlbackend_php','version','2022112800'),(665,'mlbackend_python','version','2022112800'),(666,'mnetservice_enrol','version','2022112800'),(667,'webservice_rest','version','2022112800'),(668,'webservice_soap','version','2022112800'),(669,'repository_areafiles','version','2022112800'),(671,'areafiles','enablecourseinstances','0'),(672,'areafiles','enableuserinstances','0'),(673,'repository_contentbank','version','2022112800'),(675,'contentbank','enablecourseinstances','0'),(676,'contentbank','enableuserinstances','0'),(677,'repository_coursefiles','version','2022112800'),(678,'repository_dropbox','version','2022112800'),(679,'repository_equella','version','2022112800'),(680,'repository_filesystem','version','2022112800'),(681,'repository_flickr','version','2022112800'),(682,'repository_flickr_public','version','2022112800'),(683,'repository_googledocs','version','2022112800'),(684,'repository_local','version','2022112800'),(686,'local','enablecourseinstances','0'),(687,'local','enableuserinstances','0'),(688,'repository_merlot','version','2022112800'),(689,'repository_nextcloud','version','2022112800'),(690,'repository_onedrive','version','2022112800'),(691,'repository_recent','version','2022112800'),(693,'recent','enablecourseinstances','0'),(694,'recent','enableuserinstances','0'),(695,'repository_s3','version','2022112800'),(696,'repository_upload','version','2022112800'),(698,'upload','enablecourseinstances','0'),(699,'upload','enableuserinstances','0'),(700,'repository_url','version','2022112800'),(702,'url','enablecourseinstances','0'),(703,'url','enableuserinstances','0'),(704,'repository_user','version','2022112800'),(706,'user','enablecourseinstances','0'),(707,'user','enableuserinstances','0'),(708,'repository_webdav','version','2022112800'),(709,'repository_wikimedia','version','2022112800'),(711,'wikimedia','enablecourseinstances','0'),(712,'wikimedia','enableuserinstances','0'),(713,'repository_youtube','version','2022112800'),(715,'portfolio_download','version','2022112800'),(716,'portfolio_flickr','version','2022112800'),(717,'portfolio_googledocs','version','2022112800'),(718,'portfolio_mahara','version','2022112800'),(719,'search_simpledb','version','2022112800'),(721,'search_solr','version','2022112800'),(722,'qbank_bulkmove','version','2022112800'),(723,'qbank_columnsortorder','version','2022112800'),(724,'qbank_comment','version','2022112800'),(725,'qbank_customfields','version','2022112800'),(726,'qbank_deletequestion','version','2022112800'),(727,'qbank_editquestion','version','2022112800'),(728,'qbank_exportquestions','version','2022112800'),(729,'qbank_exporttoxml','version','2022112800'),(730,'qbank_history','version','2022112800'),(731,'qbank_importquestions','version','2022112800'),(732,'qbank_managecategories','version','2022112800'),(733,'qbank_previewquestion','version','2022112800'),(734,'qbank_statistics','version','2022112800'),(735,'qbank_tagquestion','version','2022112800'),(736,'qbank_usage','version','2022112800'),(737,'qbank_viewcreator','version','2022112800'),(738,'qbank_viewquestionname','version','2022112800'),(739,'qbank_viewquestiontext','version','2022112800'),(740,'qbank_viewquestiontype','version','2022112800'),(741,'qbehaviour_adaptive','version','2022112800'),(742,'qbehaviour_adaptivenopenalty','version','2022112800'),(743,'qbehaviour_deferredcbm','version','2022112800'),(744,'qbehaviour_deferredfeedback','version','2022112800'),(745,'qbehaviour_immediatecbm','version','2022112800'),(746,'qbehaviour_immediatefeedback','version','2022112800'),(747,'qbehaviour_informationitem','version','2022112800'),(748,'qbehaviour_interactive','version','2022112800'),(749,'qbehaviour_interactivecountback','version','2022112800'),(750,'qbehaviour_manualgraded','version','2022112800'),(752,'question','disabledbehaviours','manualgraded'),(753,'qbehaviour_missing','version','2022112800'),(754,'qformat_aiken','version','2022112800'),(755,'qformat_blackboard_six','version','2022112800'),(756,'qformat_gift','version','2022112800'),(757,'qformat_missingword','version','2022112800'),(758,'qformat_multianswer','version','2022112800'),(759,'qformat_xhtml','version','2022112800'),(760,'qformat_xml','version','2022112800'),(761,'tool_admin_presets','version','2022112800'),(762,'tool_analytics','version','2022112800'),(763,'tool_availabilityconditions','version','2022112800'),(764,'tool_behat','version','2022112802'),(765,'tool_brickfield','version','2022112800'),(767,'tool_capability','version','2022112800'),(768,'tool_cohortroles','version','2022112801'),(769,'tool_componentlibrary','version','2022112800'),(770,'tool_customlang','version','2022112800'),(772,'tool_dataprivacy','version','2022112800'),(773,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(774,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(775,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(776,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(777,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(778,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(779,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(780,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(781,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(782,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(783,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(784,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(785,'tool_dbtransfer','version','2022112800'),(786,'tool_filetypes','version','2022112800'),(787,'tool_generator','version','2022112800'),(788,'tool_httpsreplace','version','2022112800'),(789,'tool_innodb','version','2022112800'),(790,'tool_installaddon','version','2022112800'),(791,'tool_langimport','version','2022112800'),(792,'tool_licensemanager','version','2022112800'),(793,'tool_log','version','2022112800'),(795,'tool_log','enabled_stores',''),(796,'tool_lp','version','2022112801'),(797,'tool_lpimportcsv','version','2022112800'),(798,'tool_lpmigrate','version','2022112800'),(799,'tool_messageinbound','version','2022112800'),(800,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(801,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(802,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(803,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(804,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(805,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(806,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(807,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(808,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(809,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(810,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(811,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(812,'tool_mobile','version','2022112801'),(813,'tool_monitor','version','2022112800'),(814,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(815,'message','email_provider_tool_monitor_notification_locked','0'),(816,'message','popup_provider_tool_monitor_notification_locked','0'),(817,'message','message_provider_tool_monitor_notification_enabled','email'),(818,'tool_moodlenet','version','2022112800'),(820,'tool_multilangupgrade','version','2022112800'),(821,'tool_oauth2','version','2022112800'),(822,'tool_phpunit','version','2022112800'),(823,'tool_policy','version','2022112800'),(824,'tool_profiling','version','2022112800'),(825,'tool_recyclebin','version','2022112800'),(826,'tool_replace','version','2022112800'),(827,'tool_spamcleaner','version','2022112800'),(828,'tool_task','version','2022112800'),(829,'tool_templatelibrary','version','2022112800'),(830,'tool_unsuproles','version','2022112800'),(832,'tool_uploadcourse','version','2022112800'),(833,'tool_uploaduser','version','2022112800'),(834,'tool_usertours','version','2022112800'),(836,'tool_xmldb','version','2022112800'),(837,'cachestore_apcu','version','2022112800'),(838,'cachestore_file','version','2022112800'),(839,'cachestore_memcached','version','2022112800'),(840,'cachestore_mongodb','version','2022112801'),(841,'cachestore_redis','version','2022112800'),(842,'cachestore_session','version','2022112800'),(843,'cachestore_static','version','2022112800'),(844,'cachelock_file','version','2022112800'),(845,'fileconverter_googledrive','version','2022112800'),(846,'fileconverter_unoconv','version','2022112800'),(848,'contenttype_h5p','version','2022112800'),(849,'theme_boost','version','2022112800'),(850,'theme_classic','version','2022112800'),(851,'local_wirisquizzes','version','2024032205'),(852,'h5plib_v124','version','2022112800'),(853,'paygw_paypal','version','2022112800'),(855,'assignsubmission_comments','version','2022112800'),(857,'assignsubmission_file','sortorder','1'),(858,'assignsubmission_comments','sortorder','2'),(859,'assignsubmission_onlinetext','sortorder','0'),(860,'assignsubmission_file','version','2022112800'),(861,'assignsubmission_onlinetext','version','2022112800'),(863,'assignfeedback_comments','version','2022112800'),(865,'assignfeedback_comments','sortorder','0'),(866,'assignfeedback_editpdf','sortorder','1'),(867,'assignfeedback_file','sortorder','3'),(868,'assignfeedback_offline','sortorder','2'),(869,'assignfeedback_editpdf','version','2022112801'),(871,'assignfeedback_file','version','2022112800'),(873,'assignfeedback_offline','version','2022112800'),(874,'assignment_offline','version','2022112800'),(875,'assignment_online','version','2022112800'),(876,'assignment_upload','version','2022112800'),(877,'assignment_uploadsingle','version','2022112800'),(878,'booktool_exportimscp','version','2022112800'),(879,'booktool_importhtml','version','2022112800'),(880,'booktool_print','version','2022112800'),(881,'datafield_checkbox','version','2022112800'),(882,'datafield_date','version','2022112800'),(883,'datafield_file','version','2022112800'),(884,'datafield_latlong','version','2022112800'),(885,'datafield_menu','version','2022112800'),(886,'datafield_multimenu','version','2022112800'),(887,'datafield_number','version','2022112800'),(888,'datafield_picture','version','2022112800'),(889,'datafield_radiobutton','version','2022112800'),(890,'datafield_text','version','2022112800'),(891,'datafield_textarea','version','2022112800'),(892,'datafield_url','version','2022112800'),(893,'datapreset_imagegallery','version','2022112800'),(894,'datapreset_journal','version','2022112800'),(895,'datapreset_proposals','version','2022112800'),(896,'datapreset_resources','version','2022112800'),(897,'forumreport_summary','version','2022112800'),(898,'ltiservice_basicoutcomes','version','2022112800'),(899,'ltiservice_gradebookservices','version','2022112800'),(900,'ltiservice_memberships','version','2022112800'),(901,'ltiservice_profile','version','2022112800'),(902,'ltiservice_toolproxy','version','2022112800'),(903,'ltiservice_toolsettings','version','2022112800'),(904,'quiz_grading','version','2022112800'),(906,'quiz_overview','version','2022112800'),(908,'quiz_responses','version','2022112800'),(910,'quiz_statistics','version','2022112804'),(912,'quizaccess_delaybetweenattempts','version','2022112800'),(913,'quizaccess_ipaddress','version','2022112800'),(914,'quizaccess_numattempts','version','2022112800'),(915,'quizaccess_offlineattempts','version','2022112800'),(916,'quizaccess_openclosedate','version','2022112800'),(917,'quizaccess_password','version','2022112800'),(918,'quizaccess_seb','version','2022112800'),(920,'quizaccess_securewindow','version','2022112800'),(921,'quizaccess_timelimit','version','2022112800'),(922,'scormreport_basic','version','2022112800'),(923,'scormreport_graphs','version','2022112800'),(924,'scormreport_interactions','version','2022112800'),(925,'scormreport_objectives','version','2022112800'),(926,'workshopform_accumulative','version','2022112800'),(928,'workshopform_comments','version','2022112800'),(930,'workshopform_numerrors','version','2022112800'),(932,'workshopform_rubric','version','2022112800'),(934,'workshopallocation_manual','version','2022112800'),(935,'workshopallocation_random','version','2022112800'),(936,'workshopallocation_scheduled','version','2022112800'),(937,'workshopeval_best','version','2022112800'),(938,'atto_accessibilitychecker','version','2022112800'),(939,'atto_accessibilityhelper','version','2022112800'),(940,'atto_align','version','2022112800'),(941,'atto_backcolor','version','2022112800'),(942,'atto_bold','version','2022112800'),(943,'atto_charmap','version','2022112800'),(944,'atto_clear','version','2022112800'),(945,'atto_collapse','version','2022112800'),(946,'atto_emojipicker','version','2022112800'),(947,'atto_emoticon','version','2022112800'),(948,'atto_equation','version','2022112800'),(949,'atto_fontcolor','version','2022112800'),(950,'atto_h5p','version','2022112800'),(951,'atto_html','version','2022112800'),(952,'atto_image','version','2022112800'),(953,'atto_indent','version','2022112800'),(954,'atto_italic','version','2022112800'),(955,'atto_link','version','2022112800'),(956,'atto_managefiles','version','2022112800'),(957,'atto_media','version','2022112800'),(958,'atto_noautolink','version','2022112800'),(959,'atto_orderedlist','version','2022112800'),(960,'atto_recordrtc','version','2022112800'),(961,'atto_rtl','version','2022112800'),(962,'atto_strike','version','2022112800'),(963,'atto_subscript','version','2022112800'),(964,'atto_superscript','version','2022112800'),(965,'atto_table','version','2022112800'),(966,'atto_title','version','2022112800'),(967,'atto_underline','version','2022112800'),(968,'atto_undo','version','2022112800'),(969,'atto_unorderedlist','version','2022112800'),(970,'atto_wiris','version','2024110400'),(972,'tiny_accessibilitychecker','version','2022112800'),(973,'tiny_autosave','version','2022112800'),(974,'tiny_equation','version','2022112800'),(975,'tiny_h5p','version','2022112800'),(976,'tiny_link','version','2022112800'),(977,'tiny_media','version','2022112800'),(978,'tiny_recordrtc','version','2022112800'),(979,'tiny_wiris','version','2024110400'),(980,'tinymce_ctrlhelp','version','2022112800'),(981,'tinymce_managefiles','version','2022112800'),(982,'tinymce_moodleemoticon','version','2022112800'),(983,'tinymce_moodleimage','version','2022112800'),(984,'tinymce_moodlemedia','version','2022112800'),(985,'tinymce_moodlenolink','version','2022112800'),(986,'tinymce_pdw','version','2022112800'),(987,'tinymce_spellchecker','version','2022112800'),(989,'tinymce_tiny_mce_wiris','version','2023121300'),(990,'tinymce_wrap','version','2022112800'),(991,'logstore_database','version','2022112800'),(992,'logstore_legacy','version','2022112800'),(993,'logstore_standard','version','2022112800'),(994,'tool_moodlenet','enablemoodlenet','1'),(995,'tool_dataprivacy','contactdataprotectionofficer','0'),(996,'tool_dataprivacy','automaticdataexportapproval','0'),(997,'tool_dataprivacy','automaticdatadeletionapproval','0'),(998,'tool_dataprivacy','automaticdeletionrequests','1'),(999,'tool_dataprivacy','privacyrequestexpiry','604800'),(1000,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(1001,'tool_dataprivacy','showdataretentionsummary','1'),(1002,'tool_log','exportlog','1'),(1003,'analytics','logstore','logstore_standard'),(1004,'message_airnotifier','encryptnotifications','0'),(1005,'message_airnotifier','encryptprocessing','0'),(1006,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1007,'assign','showrecentsubmissions','0'),(1008,'assign','submissionreceipts','1'),(1009,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1010,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1011,'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.'),(1012,'assign','maxperpage','-1'),(1013,'assign','alwaysshowdescription','1'),(1014,'assign','alwaysshowdescription_adv',''),(1015,'assign','alwaysshowdescription_locked',''),(1016,'assign','allowsubmissionsfromdate','0'),(1017,'assign','allowsubmissionsfromdate_enabled','1'),(1018,'assign','allowsubmissionsfromdate_adv',''),(1019,'assign','duedate','604800'),(1020,'assign','duedate_enabled','1'),(1021,'assign','duedate_adv',''),(1022,'assign','cutoffdate','1209600'),(1023,'assign','cutoffdate_enabled',''),(1024,'assign','cutoffdate_adv',''),(1025,'assign','enabletimelimit','0'),(1026,'assign','gradingduedate','1209600'),(1027,'assign','gradingduedate_enabled','1'),(1028,'assign','gradingduedate_adv',''),(1029,'assign','submissiondrafts','0'),(1030,'assign','submissiondrafts_adv',''),(1031,'assign','submissiondrafts_locked',''),(1032,'assign','requiresubmissionstatement','0'),(1033,'assign','requiresubmissionstatement_adv',''),(1034,'assign','requiresubmissionstatement_locked',''),(1035,'assign','attemptreopenmethod','none'),(1036,'assign','attemptreopenmethod_adv',''),(1037,'assign','attemptreopenmethod_locked',''),(1038,'assign','maxattempts','-1'),(1039,'assign','maxattempts_adv',''),(1040,'assign','maxattempts_locked',''),(1041,'assign','teamsubmission','0'),(1042,'assign','teamsubmission_adv',''),(1043,'assign','teamsubmission_locked',''),(1044,'assign','preventsubmissionnotingroup','0'),(1045,'assign','preventsubmissionnotingroup_adv',''),(1046,'assign','preventsubmissionnotingroup_locked',''),(1047,'assign','requireallteammemberssubmit','0'),(1048,'assign','requireallteammemberssubmit_adv',''),(1049,'assign','requireallteammemberssubmit_locked',''),(1050,'assign','teamsubmissiongroupingid',''),(1051,'assign','teamsubmissiongroupingid_adv',''),(1052,'assign','sendnotifications','0'),(1053,'assign','sendnotifications_adv',''),(1054,'assign','sendnotifications_locked',''),(1055,'assign','sendlatenotifications','0'),(1056,'assign','sendlatenotifications_adv',''),(1057,'assign','sendlatenotifications_locked',''),(1058,'assign','sendstudentnotifications','1'),(1059,'assign','sendstudentnotifications_adv',''),(1060,'assign','sendstudentnotifications_locked',''),(1061,'assign','blindmarking','0'),(1062,'assign','blindmarking_adv',''),(1063,'assign','blindmarking_locked',''),(1064,'assign','hidegrader','0'),(1065,'assign','hidegrader_adv',''),(1066,'assign','hidegrader_locked',''),(1067,'assign','markingworkflow','0'),(1068,'assign','markingworkflow_adv',''),(1069,'assign','markingworkflow_locked',''),(1070,'assign','markingallocation','0'),(1071,'assign','markingallocation_adv',''),(1072,'assign','markingallocation_locked',''),(1073,'assignsubmission_file','default','1'),(1074,'assignsubmission_file','maxfiles','20'),(1075,'assignsubmission_file','filetypes',''),(1076,'assignsubmission_file','maxbytes','0'),(1077,'assignsubmission_onlinetext','default','0'),(1078,'assignfeedback_comments','default','1'),(1079,'assignfeedback_comments','inline','0'),(1080,'assignfeedback_comments','inline_adv',''),(1081,'assignfeedback_comments','inline_locked',''),(1082,'assignfeedback_editpdf','default','1'),(1083,'assignfeedback_editpdf','stamps',''),(1084,'assignfeedback_file','default','0'),(1085,'assignfeedback_offline','default','0'),(1086,'mod_bigbluebuttonbn','presentationdefault',''),(1087,'book','numberingoptions','0,1,2,3'),(1088,'book','numbering','1'),(1089,'resource','framesize','130'),(1090,'resource','displayoptions','0,1,4,5,6'),(1091,'resource','printintro','1'),(1092,'resource','display','0'),(1093,'resource','showsize','0'),(1094,'resource','showtype','0'),(1095,'resource','showdate','0'),(1096,'resource','popupwidth','620'),(1097,'resource','popupheight','450'),(1098,'resource','filterfiles','0'),(1099,'folder','showexpanded','1'),(1100,'folder','maxsizetodownload','0'),(1101,'imscp','keepold','1'),(1102,'imscp','keepold_adv',''),(1103,'mod_lesson','mediafile',''),(1104,'mod_lesson','mediafile_adv','1'),(1105,'mod_lesson','mediawidth','640'),(1106,'mod_lesson','mediaheight','480'),(1107,'mod_lesson','mediaclose','0'),(1108,'mod_lesson','progressbar','0'),(1109,'mod_lesson','progressbar_adv',''),(1110,'mod_lesson','ongoing','0'),(1111,'mod_lesson','ongoing_adv','1'),(1112,'mod_lesson','displayleftmenu','0'),(1113,'mod_lesson','displayleftmenu_adv',''),(1114,'mod_lesson','displayleftif','0'),(1115,'mod_lesson','displayleftif_adv','1'),(1116,'mod_lesson','slideshow','0'),(1117,'mod_lesson','slideshow_adv','1'),(1118,'mod_lesson','slideshowwidth','640'),(1119,'mod_lesson','slideshowheight','480'),(1120,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1121,'mod_lesson','maxanswers','5'),(1122,'mod_lesson','maxanswers_adv','1'),(1123,'mod_lesson','defaultfeedback','0'),(1124,'mod_lesson','defaultfeedback_adv','1'),(1125,'mod_lesson','activitylink',''),(1126,'mod_lesson','activitylink_adv','1'),(1127,'mod_lesson','timelimit','0'),(1128,'mod_lesson','timelimit_adv',''),(1129,'mod_lesson','password','0'),(1130,'mod_lesson','password_adv','1'),(1131,'mod_lesson','modattempts','0'),(1132,'mod_lesson','modattempts_adv',''),(1133,'mod_lesson','displayreview','0'),(1134,'mod_lesson','displayreview_adv',''),(1135,'mod_lesson','maximumnumberofattempts','1'),(1136,'mod_lesson','maximumnumberofattempts_adv',''),(1137,'mod_lesson','defaultnextpage','0'),(1138,'mod_lesson','defaultnextpage_adv','1'),(1139,'mod_lesson','numberofpagestoshow','1'),(1140,'mod_lesson','numberofpagestoshow_adv','1'),(1141,'mod_lesson','practice','0'),(1142,'mod_lesson','practice_adv',''),(1143,'mod_lesson','customscoring','1'),(1144,'mod_lesson','customscoring_adv','1'),(1145,'mod_lesson','retakesallowed','0'),(1146,'mod_lesson','retakesallowed_adv',''),(1147,'mod_lesson','handlingofretakes','0'),(1148,'mod_lesson','handlingofretakes_adv','1'),(1149,'mod_lesson','minimumnumberofquestions','0'),(1150,'mod_lesson','minimumnumberofquestions_adv','1'),(1151,'page','displayoptions','5'),(1152,'page','printintro','0'),(1153,'page','printlastmodified','1'),(1154,'page','display','5'),(1155,'page','popupwidth','620'),(1156,'page','popupheight','450'),(1157,'quiz','timelimit','0'),(1158,'quiz','timelimit_adv',''),(1159,'quiz','timelimit_locked',''),(1160,'quiz','notifyattemptgradeddelay','18000'),(1161,'quiz','overduehandling','autosubmit'),(1162,'quiz','overduehandling_adv',''),(1163,'quiz','overduehandling_locked',''),(1164,'quiz','graceperiod','86400'),(1165,'quiz','graceperiod_adv',''),(1166,'quiz','graceperiod_locked',''),(1167,'quiz','graceperiodmin','60'),(1168,'quiz','attempts','0'),(1169,'quiz','attempts_adv',''),(1170,'quiz','attempts_locked',''),(1171,'quiz','grademethod','1'),(1172,'quiz','grademethod_adv',''),(1173,'quiz','grademethod_locked',''),(1174,'quiz','maximumgrade','10'),(1175,'quiz','maximumgrade_locked',''),(1176,'quiz','questionsperpage','1'),(1177,'quiz','questionsperpage_adv',''),(1178,'quiz','questionsperpage_locked',''),(1179,'quiz','navmethod','free'),(1180,'quiz','navmethod_adv','1'),(1181,'quiz','navmethod_locked',''),(1182,'quiz','shuffleanswers','1'),(1183,'quiz','shuffleanswers_adv',''),(1184,'quiz','shuffleanswers_locked',''),(1185,'quiz','preferredbehaviour','deferredfeedback'),(1186,'quiz','preferredbehaviour_locked',''),(1187,'quiz','canredoquestions','0'),(1188,'quiz','canredoquestions_adv','1'),(1189,'quiz','canredoquestions_locked',''),(1190,'quiz','attemptonlast','0'),(1191,'quiz','attemptonlast_adv','1'),(1192,'quiz','attemptonlast_locked',''),(1193,'quiz','reviewattempt','69904'),(1194,'quiz','reviewcorrectness','69904'),(1195,'quiz','reviewmarks','69904'),(1196,'quiz','reviewspecificfeedback','69904'),(1197,'quiz','reviewgeneralfeedback','69904'),(1198,'quiz','reviewrightanswer','69904'),(1199,'quiz','reviewoverallfeedback','4368'),(1200,'quiz','showuserpicture','0'),(1201,'quiz','showuserpicture_adv',''),(1202,'quiz','showuserpicture_locked',''),(1203,'quiz','decimalpoints','2'),(1204,'quiz','decimalpoints_adv',''),(1205,'quiz','decimalpoints_locked',''),(1206,'quiz','questiondecimalpoints','-1'),(1207,'quiz','questiondecimalpoints_adv',''),(1208,'quiz','questiondecimalpoints_locked',''),(1209,'quiz','showblocks','0'),(1210,'quiz','showblocks_adv','1'),(1211,'quiz','showblocks_locked',''),(1212,'quiz','quizpassword',''),(1213,'quiz','quizpassword_adv',''),(1214,'quiz','quizpassword_required',''),(1215,'quiz','quizpassword_locked',''),(1216,'quiz','subnet',''),(1217,'quiz','subnet_adv','1'),(1218,'quiz','subnet_locked',''),(1219,'quiz','delay1','0'),(1220,'quiz','delay1_adv','1'),(1221,'quiz','delay1_locked',''),(1222,'quiz','delay2','0'),(1223,'quiz','delay2_adv','1'),(1224,'quiz','delay2_locked',''),(1225,'quiz','browsersecurity','-'),(1226,'quiz','browsersecurity_adv','1'),(1227,'quiz','browsersecurity_locked',''),(1228,'quiz','initialnumfeedbacks','2'),(1229,'quiz','autosaveperiod','60'),(1230,'quiz_statistics','getstatslocktimeout','900'),(1231,'quizaccess_seb','autoreconfigureseb','1'),(1232,'quizaccess_seb','showseblinks','seb,http'),(1233,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1234,'quizaccess_seb','quizpasswordrequired','0'),(1235,'quizaccess_seb','displayblocksbeforestart','0'),(1236,'quizaccess_seb','displayblockswhenfinished','1'),(1237,'scorm','displaycoursestructure','0'),(1238,'scorm','displaycoursestructure_adv',''),(1239,'scorm','popup','0'),(1240,'scorm','popup_adv',''),(1241,'scorm','framewidth','100'),(1242,'scorm','framewidth_adv','1'),(1243,'scorm','frameheight','500'),(1244,'scorm','frameheight_adv','1'),(1245,'scorm','winoptgrp_adv','1'),(1246,'scorm','scrollbars','0'),(1247,'scorm','directories','0'),(1248,'scorm','location','0'),(1249,'scorm','menubar','0'),(1250,'scorm','toolbar','0'),(1251,'scorm','status','0'),(1252,'scorm','skipview','0'),(1253,'scorm','skipview_adv','1'),(1254,'scorm','hidebrowse','0'),(1255,'scorm','hidebrowse_adv','1'),(1256,'scorm','hidetoc','0'),(1257,'scorm','hidetoc_adv','1'),(1258,'scorm','nav','1'),(1259,'scorm','nav_adv','1'),(1260,'scorm','navpositionleft','-100'),(1261,'scorm','navpositionleft_adv','1'),(1262,'scorm','navpositiontop','-100'),(1263,'scorm','navpositiontop_adv','1'),(1264,'scorm','collapsetocwinsize','767'),(1265,'scorm','collapsetocwinsize_adv','1'),(1266,'scorm','displayattemptstatus','1'),(1267,'scorm','displayattemptstatus_adv',''),(1268,'scorm','grademethod','1'),(1269,'scorm','maxgrade','100'),(1270,'scorm','maxattempt','0'),(1271,'scorm','whatgrade','0'),(1272,'scorm','forcecompleted','0'),(1273,'scorm','forcenewattempt','0'),(1274,'scorm','autocommit','0'),(1275,'scorm','masteryoverride','1'),(1276,'scorm','lastattemptlock','0'),(1277,'scorm','auto','0'),(1278,'scorm','updatefreq','0'),(1279,'scorm','scormstandard','0'),(1280,'scorm','allowtypeexternal','0'),(1281,'scorm','allowtypelocalsync','0'),(1282,'scorm','allowtypeexternalaicc','0'),(1283,'scorm','allowaicchacp','0'),(1284,'scorm','aicchacptimeout','30'),(1285,'scorm','aicchacpkeepsessiondata','1'),(1286,'scorm','aiccuserid','1'),(1287,'scorm','forcejavascript','1'),(1288,'scorm','allowapidebug','0'),(1289,'scorm','apidebugmask','.*'),(1290,'scorm','protectpackagedownloads','0'),(1291,'label','dndmedia','1'),(1292,'label','dndresizewidth','400'),(1293,'label','dndresizeheight','400'),(1294,'url','framesize','130'),(1295,'url','secretphrase',''),(1296,'url','rolesinparams','0'),(1297,'url','displayoptions','0,1,5,6'),(1298,'url','printintro','1'),(1299,'url','display','0'),(1300,'url','popupwidth','620'),(1301,'url','popupheight','450'),(1302,'workshop','grade','80'),(1303,'workshop','gradinggrade','20'),(1304,'workshop','gradedecimals','0'),(1305,'workshop','maxbytes','0'),(1306,'workshop','strategy','accumulative'),(1307,'workshop','examplesmode','0'),(1308,'workshopallocation_random','numofreviews','5'),(1309,'workshopform_numerrors','grade0','No'),(1310,'workshopform_numerrors','grade1','Yes'),(1311,'workshopeval_best','comparison','5'),(1312,'tool_brickfield','analysistype','0'),(1313,'tool_brickfield','deletehistoricaldata','1'),(1314,'tool_brickfield','batch','1000'),(1315,'tool_brickfield','perpage','50'),(1316,'tool_recyclebin','coursebinenable','1'),(1317,'tool_recyclebin','coursebinexpiry','604800'),(1318,'tool_recyclebin','categorybinenable','1'),(1319,'tool_recyclebin','categorybinexpiry','604800'),(1320,'tool_recyclebin','autohide','1'),(1321,'antivirus_clamav','runningmethod','commandline'),(1322,'antivirus_clamav','pathtoclam',''),(1323,'antivirus_clamav','pathtounixsocket',''),(1324,'antivirus_clamav','tcpsockethost',''),(1325,'antivirus_clamav','tcpsocketport','3310'),(1326,'antivirus_clamav','clamfailureonupload','tryagain'),(1327,'antivirus_clamav','tries','1'),(1328,'auth_cas','auth_name','CAS'),(1329,'auth_cas','auth_logo',''),(1330,'auth_cas','hostname',''),(1331,'auth_cas','baseuri',''),(1332,'auth_cas','port','0'),(1333,'auth_cas','casversion','2.0'),(1334,'auth_cas','language','CAS_Languages_English'),(1335,'auth_cas','proxycas','0'),(1336,'auth_cas','logoutcas','0'),(1337,'auth_cas','multiauth','0'),(1338,'auth_cas','certificate_check','0'),(1339,'auth_cas','certificate_path',''),(1340,'auth_cas','curl_ssl_version',''),(1341,'auth_cas','logout_return_url',''),(1342,'auth_cas','host_url',''),(1343,'auth_cas','ldap_version','3'),(1344,'auth_cas','start_tls','0'),(1345,'auth_cas','ldapencoding','utf-8'),(1346,'auth_cas','pagesize','250'),(1347,'auth_cas','bind_dn',''),(1348,'auth_cas','bind_pw',''),(1349,'auth_cas','user_type','default'),(1350,'auth_cas','contexts',''),(1351,'auth_cas','search_sub','0'),(1352,'auth_cas','opt_deref','0'),(1353,'auth_cas','user_attribute',''),(1354,'auth_cas','memberattribute',''),(1355,'auth_cas','memberattribute_isdn','0'),(1356,'auth_cas','objectclass',''),(1357,'auth_cas','attrcreators',''),(1358,'auth_cas','groupecreators',''),(1359,'auth_cas','removeuser','0'),(1360,'auth_cas','field_map_firstname',''),(1361,'auth_cas','field_updatelocal_firstname','oncreate'),(1362,'auth_cas','field_updateremote_firstname','0'),(1363,'auth_cas','field_lock_firstname','unlocked'),(1364,'auth_cas','field_map_lastname',''),(1365,'auth_cas','field_updatelocal_lastname','oncreate'),(1366,'auth_cas','field_updateremote_lastname','0'),(1367,'auth_cas','field_lock_lastname','unlocked'),(1368,'auth_cas','field_map_email',''),(1369,'auth_cas','field_updatelocal_email','oncreate'),(1370,'auth_cas','field_updateremote_email','0'),(1371,'auth_cas','field_lock_email','unlocked'),(1372,'auth_cas','field_map_city',''),(1373,'auth_cas','field_updatelocal_city','oncreate'),(1374,'auth_cas','field_updateremote_city','0'),(1375,'auth_cas','field_lock_city','unlocked'),(1376,'auth_cas','field_map_country',''),(1377,'auth_cas','field_updatelocal_country','oncreate'),(1378,'auth_cas','field_updateremote_country','0'),(1379,'auth_cas','field_lock_country','unlocked'),(1380,'auth_cas','field_map_lang',''),(1381,'auth_cas','field_updatelocal_lang','oncreate'),(1382,'auth_cas','field_updateremote_lang','0'),(1383,'auth_cas','field_lock_lang','unlocked'),(1384,'auth_cas','field_map_description',''),(1385,'auth_cas','field_updatelocal_description','oncreate'),(1386,'auth_cas','field_updateremote_description','0'),(1387,'auth_cas','field_lock_description','unlocked'),(1388,'auth_cas','field_map_idnumber',''),(1389,'auth_cas','field_updatelocal_idnumber','oncreate'),(1390,'auth_cas','field_updateremote_idnumber','0'),(1391,'auth_cas','field_lock_idnumber','unlocked'),(1392,'auth_cas','field_map_institution',''),(1393,'auth_cas','field_updatelocal_institution','oncreate'),(1394,'auth_cas','field_updateremote_institution','0'),(1395,'auth_cas','field_lock_institution','unlocked'),(1396,'auth_cas','field_map_department',''),(1397,'auth_cas','field_updatelocal_department','oncreate'),(1398,'auth_cas','field_updateremote_department','0'),(1399,'auth_cas','field_lock_department','unlocked'),(1400,'auth_cas','field_map_phone1',''),(1401,'auth_cas','field_updatelocal_phone1','oncreate'),(1402,'auth_cas','field_updateremote_phone1','0'),(1403,'auth_cas','field_lock_phone1','unlocked'),(1404,'auth_cas','field_map_phone2',''),(1405,'auth_cas','field_updatelocal_phone2','oncreate'),(1406,'auth_cas','field_updateremote_phone2','0'),(1407,'auth_cas','field_lock_phone2','unlocked'),(1408,'auth_cas','field_map_address',''),(1409,'auth_cas','field_updatelocal_address','oncreate'),(1410,'auth_cas','field_updateremote_address','0'),(1411,'auth_cas','field_lock_address','unlocked'),(1412,'auth_cas','field_map_firstnamephonetic',''),(1413,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1414,'auth_cas','field_updateremote_firstnamephonetic','0'),(1415,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1416,'auth_cas','field_map_lastnamephonetic',''),(1417,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1418,'auth_cas','field_updateremote_lastnamephonetic','0'),(1419,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1420,'auth_cas','field_map_middlename',''),(1421,'auth_cas','field_updatelocal_middlename','oncreate'),(1422,'auth_cas','field_updateremote_middlename','0'),(1423,'auth_cas','field_lock_middlename','unlocked'),(1424,'auth_cas','field_map_alternatename',''),(1425,'auth_cas','field_updatelocal_alternatename','oncreate'),(1426,'auth_cas','field_updateremote_alternatename','0'),(1427,'auth_cas','field_lock_alternatename','unlocked'),(1428,'auth_email','recaptcha','0'),(1429,'auth_email','field_lock_firstname','unlocked'),(1430,'auth_email','field_lock_lastname','unlocked'),(1431,'auth_email','field_lock_email','unlocked'),(1432,'auth_email','field_lock_city','unlocked'),(1433,'auth_email','field_lock_country','unlocked'),(1434,'auth_email','field_lock_lang','unlocked'),(1435,'auth_email','field_lock_description','unlocked'),(1436,'auth_email','field_lock_idnumber','unlocked'),(1437,'auth_email','field_lock_institution','unlocked'),(1438,'auth_email','field_lock_department','unlocked'),(1439,'auth_email','field_lock_phone1','unlocked'),(1440,'auth_email','field_lock_phone2','unlocked'),(1441,'auth_email','field_lock_address','unlocked'),(1442,'auth_email','field_lock_firstnamephonetic','unlocked'),(1443,'auth_email','field_lock_lastnamephonetic','unlocked'),(1444,'auth_email','field_lock_middlename','unlocked'),(1445,'auth_email','field_lock_alternatename','unlocked'),(1446,'auth_db','host','127.0.0.1'),(1447,'auth_db','type','mysqli'),(1448,'auth_db','sybasequoting','0'),(1449,'auth_db','name',''),(1450,'auth_db','user',''),(1451,'auth_db','pass',''),(1452,'auth_db','table',''),(1453,'auth_db','fielduser',''),(1454,'auth_db','fieldpass',''),(1455,'auth_db','passtype','plaintext'),(1456,'auth_db','extencoding','utf-8'),(1457,'auth_db','setupsql',''),(1458,'auth_db','debugauthdb','0'),(1459,'auth_db','changepasswordurl',''),(1460,'auth_db','removeuser','0'),(1461,'auth_db','updateusers','0'),(1462,'auth_db','field_map_firstname',''),(1463,'auth_db','field_updatelocal_firstname','oncreate'),(1464,'auth_db','field_updateremote_firstname','0'),(1465,'auth_db','field_lock_firstname','unlocked'),(1466,'auth_db','field_map_lastname',''),(1467,'auth_db','field_updatelocal_lastname','oncreate'),(1468,'auth_db','field_updateremote_lastname','0'),(1469,'auth_db','field_lock_lastname','unlocked'),(1470,'auth_db','field_map_email',''),(1471,'auth_db','field_updatelocal_email','oncreate'),(1472,'auth_db','field_updateremote_email','0'),(1473,'auth_db','field_lock_email','unlocked'),(1474,'auth_db','field_map_city',''),(1475,'auth_db','field_updatelocal_city','oncreate'),(1476,'auth_db','field_updateremote_city','0'),(1477,'auth_db','field_lock_city','unlocked'),(1478,'auth_db','field_map_country',''),(1479,'auth_db','field_updatelocal_country','oncreate'),(1480,'auth_db','field_updateremote_country','0'),(1481,'auth_db','field_lock_country','unlocked'),(1482,'auth_db','field_map_lang',''),(1483,'auth_db','field_updatelocal_lang','oncreate'),(1484,'auth_db','field_updateremote_lang','0'),(1485,'auth_db','field_lock_lang','unlocked'),(1486,'auth_db','field_map_description',''),(1487,'auth_db','field_updatelocal_description','oncreate'),(1488,'auth_db','field_updateremote_description','0'),(1489,'auth_db','field_lock_description','unlocked'),(1490,'auth_db','field_map_idnumber',''),(1491,'auth_db','field_updatelocal_idnumber','oncreate'),(1492,'auth_db','field_updateremote_idnumber','0'),(1493,'auth_db','field_lock_idnumber','unlocked'),(1494,'auth_db','field_map_institution',''),(1495,'auth_db','field_updatelocal_institution','oncreate'),(1496,'auth_db','field_updateremote_institution','0'),(1497,'auth_db','field_lock_institution','unlocked'),(1498,'auth_db','field_map_department',''),(1499,'auth_db','field_updatelocal_department','oncreate'),(1500,'auth_db','field_updateremote_department','0'),(1501,'auth_db','field_lock_department','unlocked'),(1502,'auth_db','field_map_phone1',''),(1503,'auth_db','field_updatelocal_phone1','oncreate'),(1504,'auth_db','field_updateremote_phone1','0'),(1505,'auth_db','field_lock_phone1','unlocked'),(1506,'auth_db','field_map_phone2',''),(1507,'auth_db','field_updatelocal_phone2','oncreate'),(1508,'auth_db','field_updateremote_phone2','0'),(1509,'auth_db','field_lock_phone2','unlocked'),(1510,'auth_db','field_map_address',''),(1511,'auth_db','field_updatelocal_address','oncreate'),(1512,'auth_db','field_updateremote_address','0'),(1513,'auth_db','field_lock_address','unlocked'),(1514,'auth_db','field_map_firstnamephonetic',''),(1515,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1516,'auth_db','field_updateremote_firstnamephonetic','0'),(1517,'auth_db','field_lock_firstnamephonetic','unlocked'),(1518,'auth_db','field_map_lastnamephonetic',''),(1519,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1520,'auth_db','field_updateremote_lastnamephonetic','0'),(1521,'auth_db','field_lock_lastnamephonetic','unlocked'),(1522,'auth_db','field_map_middlename',''),(1523,'auth_db','field_updatelocal_middlename','oncreate'),(1524,'auth_db','field_updateremote_middlename','0'),(1525,'auth_db','field_lock_middlename','unlocked'),(1526,'auth_db','field_map_alternatename',''),(1527,'auth_db','field_updatelocal_alternatename','oncreate'),(1528,'auth_db','field_updateremote_alternatename','0'),(1529,'auth_db','field_lock_alternatename','unlocked'),(1530,'auth_ldap','host_url',''),(1531,'auth_ldap','ldap_version','3'),(1532,'auth_ldap','start_tls','0'),(1533,'auth_ldap','ldapencoding','utf-8'),(1534,'auth_ldap','pagesize','250'),(1535,'auth_ldap','preventpassindb','0'),(1536,'auth_ldap','bind_dn',''),(1537,'auth_ldap','bind_pw',''),(1538,'auth_ldap','user_type','default'),(1539,'auth_ldap','contexts',''),(1540,'auth_ldap','search_sub','0'),(1541,'auth_ldap','opt_deref','0'),(1542,'auth_ldap','user_attribute',''),(1543,'auth_ldap','suspended_attribute',''),(1544,'auth_ldap','memberattribute',''),(1545,'auth_ldap','memberattribute_isdn','0'),(1546,'auth_ldap','objectclass',''),(1547,'auth_ldap','forcechangepassword','0'),(1548,'auth_ldap','stdchangepassword','0'),(1549,'auth_ldap','passtype','plaintext'),(1550,'auth_ldap','changepasswordurl',''),(1551,'auth_ldap','expiration','0'),(1552,'auth_ldap','expiration_warning',''),(1553,'auth_ldap','expireattr',''),(1554,'auth_ldap','gracelogins','0'),(1555,'auth_ldap','graceattr',''),(1556,'auth_ldap','auth_user_create','0'),(1557,'auth_ldap','create_context',''),(1558,'auth_ldap','managercontext',''),(1559,'auth_ldap','coursecreatorcontext',''),(1560,'auth_ldap','removeuser','0'),(1561,'auth_ldap','sync_suspended','0'),(1562,'auth_ldap','ntlmsso_enabled','0'),(1563,'auth_ldap','ntlmsso_subnet',''),(1564,'auth_ldap','ntlmsso_ie_fastpath','0'),(1565,'auth_ldap','ntlmsso_type','ntlm'),(1566,'auth_ldap','ntlmsso_remoteuserformat',''),(1567,'auth_ldap','field_map_firstname',''),(1568,'auth_ldap','field_updatelocal_firstname','oncreate'),(1569,'auth_ldap','field_updateremote_firstname','0'),(1570,'auth_ldap','field_lock_firstname','unlocked'),(1571,'auth_ldap','field_map_lastname',''),(1572,'auth_ldap','field_updatelocal_lastname','oncreate'),(1573,'auth_ldap','field_updateremote_lastname','0'),(1574,'auth_ldap','field_lock_lastname','unlocked'),(1575,'auth_ldap','field_map_email',''),(1576,'auth_ldap','field_updatelocal_email','oncreate'),(1577,'auth_ldap','field_updateremote_email','0'),(1578,'auth_ldap','field_lock_email','unlocked'),(1579,'auth_ldap','field_map_city',''),(1580,'auth_ldap','field_updatelocal_city','oncreate'),(1581,'auth_ldap','field_updateremote_city','0'),(1582,'auth_ldap','field_lock_city','unlocked'),(1583,'auth_ldap','field_map_country',''),(1584,'auth_ldap','field_updatelocal_country','oncreate'),(1585,'auth_ldap','field_updateremote_country','0'),(1586,'auth_ldap','field_lock_country','unlocked'),(1587,'auth_ldap','field_map_lang',''),(1588,'auth_ldap','field_updatelocal_lang','oncreate'),(1589,'auth_ldap','field_updateremote_lang','0'),(1590,'auth_ldap','field_lock_lang','unlocked'),(1591,'auth_ldap','field_map_description',''),(1592,'auth_ldap','field_updatelocal_description','oncreate'),(1593,'auth_ldap','field_updateremote_description','0'),(1594,'auth_ldap','field_lock_description','unlocked'),(1595,'auth_ldap','field_map_idnumber',''),(1596,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1597,'auth_ldap','field_updateremote_idnumber','0'),(1598,'auth_ldap','field_lock_idnumber','unlocked'),(1599,'auth_ldap','field_map_institution',''),(1600,'auth_ldap','field_updatelocal_institution','oncreate'),(1601,'auth_ldap','field_updateremote_institution','0'),(1602,'auth_ldap','field_lock_institution','unlocked'),(1603,'auth_ldap','field_map_department',''),(1604,'auth_ldap','field_updatelocal_department','oncreate'),(1605,'auth_ldap','field_updateremote_department','0'),(1606,'auth_ldap','field_lock_department','unlocked'),(1607,'auth_ldap','field_map_phone1',''),(1608,'auth_ldap','field_updatelocal_phone1','oncreate'),(1609,'auth_ldap','field_updateremote_phone1','0'),(1610,'auth_ldap','field_lock_phone1','unlocked'),(1611,'auth_ldap','field_map_phone2',''),(1612,'auth_ldap','field_updatelocal_phone2','oncreate'),(1613,'auth_ldap','field_updateremote_phone2','0'),(1614,'auth_ldap','field_lock_phone2','unlocked'),(1615,'auth_ldap','field_map_address',''),(1616,'auth_ldap','field_updatelocal_address','oncreate'),(1617,'auth_ldap','field_updateremote_address','0'),(1618,'auth_ldap','field_lock_address','unlocked'),(1619,'auth_ldap','field_map_firstnamephonetic',''),(1620,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1621,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1622,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1623,'auth_ldap','field_map_lastnamephonetic',''),(1624,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1625,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1626,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1627,'auth_ldap','field_map_middlename',''),(1628,'auth_ldap','field_updatelocal_middlename','oncreate'),(1629,'auth_ldap','field_updateremote_middlename','0'),(1630,'auth_ldap','field_lock_middlename','unlocked'),(1631,'auth_ldap','field_map_alternatename',''),(1632,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1633,'auth_ldap','field_updateremote_alternatename','0'),(1634,'auth_ldap','field_lock_alternatename','unlocked'),(1635,'auth_manual','expiration','0'),(1636,'auth_manual','expirationtime','30'),(1637,'auth_manual','expiration_warning','0'),(1638,'auth_manual','field_lock_firstname','unlocked'),(1639,'auth_manual','field_lock_lastname','unlocked'),(1640,'auth_manual','field_lock_email','unlocked'),(1641,'auth_manual','field_lock_city','unlocked'),(1642,'auth_manual','field_lock_country','unlocked'),(1643,'auth_manual','field_lock_lang','unlocked'),(1644,'auth_manual','field_lock_description','unlocked'),(1645,'auth_manual','field_lock_idnumber','unlocked'),(1646,'auth_manual','field_lock_institution','unlocked'),(1647,'auth_manual','field_lock_department','unlocked'),(1648,'auth_manual','field_lock_phone1','unlocked'),(1649,'auth_manual','field_lock_phone2','unlocked'),(1650,'auth_manual','field_lock_address','unlocked'),(1651,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1652,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1653,'auth_manual','field_lock_middlename','unlocked'),(1654,'auth_manual','field_lock_alternatename','unlocked'),(1655,'auth_mnet','rpc_negotiation_timeout','30'),(1656,'auth_none','field_lock_firstname','unlocked'),(1657,'auth_none','field_lock_lastname','unlocked'),(1658,'auth_none','field_lock_email','unlocked'),(1659,'auth_none','field_lock_city','unlocked'),(1660,'auth_none','field_lock_country','unlocked'),(1661,'auth_none','field_lock_lang','unlocked'),(1662,'auth_none','field_lock_description','unlocked'),(1663,'auth_none','field_lock_idnumber','unlocked'),(1664,'auth_none','field_lock_institution','unlocked'),(1665,'auth_none','field_lock_department','unlocked'),(1666,'auth_none','field_lock_phone1','unlocked'),(1667,'auth_none','field_lock_phone2','unlocked'),(1668,'auth_none','field_lock_address','unlocked'),(1669,'auth_none','field_lock_firstnamephonetic','unlocked'),(1670,'auth_none','field_lock_lastnamephonetic','unlocked'),(1671,'auth_none','field_lock_middlename','unlocked'),(1672,'auth_none','field_lock_alternatename','unlocked'),(1673,'auth_oauth2','field_lock_firstname','unlocked'),(1674,'auth_oauth2','field_lock_lastname','unlocked'),(1675,'auth_oauth2','field_lock_email','unlocked'),(1676,'auth_oauth2','field_lock_city','unlocked'),(1677,'auth_oauth2','field_lock_country','unlocked'),(1678,'auth_oauth2','field_lock_lang','unlocked'),(1679,'auth_oauth2','field_lock_description','unlocked'),(1680,'auth_oauth2','field_lock_idnumber','unlocked'),(1681,'auth_oauth2','field_lock_institution','unlocked'),(1682,'auth_oauth2','field_lock_department','unlocked'),(1683,'auth_oauth2','field_lock_phone1','unlocked'),(1684,'auth_oauth2','field_lock_phone2','unlocked'),(1685,'auth_oauth2','field_lock_address','unlocked'),(1686,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1687,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1688,'auth_oauth2','field_lock_middlename','unlocked'),(1689,'auth_oauth2','field_lock_alternatename','unlocked'),(1690,'auth_shibboleth','user_attribute',''),(1691,'auth_shibboleth','convert_data',''),(1692,'auth_shibboleth','alt_login','off'),(1693,'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'),(1694,'auth_shibboleth','logout_handler',''),(1695,'auth_shibboleth','logout_return_url',''),(1696,'auth_shibboleth','login_name','Shibboleth Login'),(1697,'auth_shibboleth','auth_logo',''),(1698,'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.'),(1699,'auth_shibboleth','changepasswordurl',''),(1700,'auth_shibboleth','field_map_firstname',''),(1701,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1702,'auth_shibboleth','field_lock_firstname','unlocked'),(1703,'auth_shibboleth','field_map_lastname',''),(1704,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1705,'auth_shibboleth','field_lock_lastname','unlocked'),(1706,'auth_shibboleth','field_map_email',''),(1707,'auth_shibboleth','field_updatelocal_email','oncreate'),(1708,'auth_shibboleth','field_lock_email','unlocked'),(1709,'auth_shibboleth','field_map_city',''),(1710,'auth_shibboleth','field_updatelocal_city','oncreate'),(1711,'auth_shibboleth','field_lock_city','unlocked'),(1712,'auth_shibboleth','field_map_country',''),(1713,'auth_shibboleth','field_updatelocal_country','oncreate'),(1714,'auth_shibboleth','field_lock_country','unlocked'),(1715,'auth_shibboleth','field_map_lang',''),(1716,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1717,'auth_shibboleth','field_lock_lang','unlocked'),(1718,'auth_shibboleth','field_map_description',''),(1719,'auth_shibboleth','field_updatelocal_description','oncreate'),(1720,'auth_shibboleth','field_lock_description','unlocked'),(1721,'auth_shibboleth','field_map_idnumber',''),(1722,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1723,'auth_shibboleth','field_lock_idnumber','unlocked'),(1724,'auth_shibboleth','field_map_institution',''),(1725,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1726,'auth_shibboleth','field_lock_institution','unlocked'),(1727,'auth_shibboleth','field_map_department',''),(1728,'auth_shibboleth','field_updatelocal_department','oncreate'),(1729,'auth_shibboleth','field_lock_department','unlocked'),(1730,'auth_shibboleth','field_map_phone1',''),(1731,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1732,'auth_shibboleth','field_lock_phone1','unlocked'),(1733,'auth_shibboleth','field_map_phone2',''),(1734,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1735,'auth_shibboleth','field_lock_phone2','unlocked'),(1736,'auth_shibboleth','field_map_address',''),(1737,'auth_shibboleth','field_updatelocal_address','oncreate'),(1738,'auth_shibboleth','field_lock_address','unlocked'),(1739,'auth_shibboleth','field_map_firstnamephonetic',''),(1740,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1741,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1742,'auth_shibboleth','field_map_lastnamephonetic',''),(1743,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1744,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1745,'auth_shibboleth','field_map_middlename',''),(1746,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1747,'auth_shibboleth','field_lock_middlename','unlocked'),(1748,'auth_shibboleth','field_map_alternatename',''),(1749,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1750,'auth_shibboleth','field_lock_alternatename','unlocked'),(1751,'block_accessreview','whattoshow','showboth'),(1752,'block_accessreview','errordisplay','showint'),(1753,'block_accessreview','toolpage','errors'),(1754,'block_activity_results','config_showbest','3'),(1755,'block_activity_results','config_showbest_locked',''),(1756,'block_activity_results','config_showworst','0'),(1757,'block_activity_results','config_showworst_locked',''),(1758,'block_activity_results','config_usegroups','0'),(1759,'block_activity_results','config_usegroups_locked',''),(1760,'block_activity_results','config_nameformat','1'),(1761,'block_activity_results','config_nameformat_locked',''),(1762,'block_activity_results','config_gradeformat','1'),(1763,'block_activity_results','config_gradeformat_locked',''),(1764,'block_activity_results','config_decimalpoints','2'),(1765,'block_activity_results','config_decimalpoints_locked',''),(1766,'block_myoverview','displaycategories','1'),(1767,'block_myoverview','layouts','card,list,summary'),(1768,'block_myoverview','displaygroupingallincludinghidden','0'),(1769,'block_myoverview','displaygroupingall','1'),(1770,'block_myoverview','displaygroupinginprogress','1'),(1771,'block_myoverview','displaygroupingpast','1'),(1772,'block_myoverview','displaygroupingfuture','1'),(1773,'block_myoverview','displaygroupingcustomfield','0'),(1774,'block_myoverview','customfiltergrouping',''),(1775,'block_myoverview','displaygroupingfavourites','1'),(1776,'block_myoverview','displaygroupinghidden','1'),(1777,'block_recentlyaccessedcourses','displaycategories','1'),(1778,'block_section_links','numsections1','22'),(1779,'block_section_links','incby1','2'),(1780,'block_section_links','numsections2','40'),(1781,'block_section_links','incby2','5'),(1782,'block_section_links','showsectionname','0'),(1783,'block_starredcourses','displaycategories','1'),(1784,'block_tag_youtube','apikey',''),(1785,'format_singleactivity','activitytype','forum'),(1786,'format_topics','indentation','1'),(1787,'format_weeks','indentation','1'),(1788,'fileconverter_googledrive','issuerid',''),(1789,'enrol_cohort','roleid','5'),(1790,'enrol_cohort','unenrolaction','0'),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_fee','expiredaction','3'),(1796,'enrol_fee','status','1'),(1797,'enrol_fee','cost','0'),(1798,'enrol_fee','currency','USD'),(1799,'enrol_fee','roleid','5'),(1800,'enrol_fee','enrolperiod','0'),(1801,'enrol_database','dbtype',''),(1802,'enrol_database','dbhost','localhost'),(1803,'enrol_database','dbuser',''),(1804,'enrol_database','dbpass',''),(1805,'enrol_database','dbname',''),(1806,'enrol_database','dbencoding','utf-8'),(1807,'enrol_database','dbsetupsql',''),(1808,'enrol_database','dbsybasequoting','0'),(1809,'enrol_database','debugdb','0'),(1810,'enrol_database','localcoursefield','idnumber'),(1811,'enrol_database','localuserfield','idnumber'),(1812,'enrol_database','localrolefield','shortname'),(1813,'enrol_database','localcategoryfield','id'),(1814,'enrol_database','remoteenroltable',''),(1815,'enrol_database','remotecoursefield',''),(1816,'enrol_database','remoteuserfield',''),(1817,'enrol_database','remoterolefield',''),(1818,'enrol_database','remoteotheruserfield',''),(1819,'enrol_database','defaultrole','5'),(1820,'enrol_database','ignorehiddencourses','0'),(1821,'enrol_database','unenrolaction','0'),(1822,'enrol_database','newcoursetable',''),(1823,'enrol_database','newcoursefullname','fullname'),(1824,'enrol_database','newcourseshortname','shortname'),(1825,'enrol_database','newcourseidnumber','idnumber'),(1826,'enrol_database','newcoursecategory',''),(1827,'enrol_database','defaultcategory','1'),(1828,'enrol_database','templatecourse',''),(1829,'enrol_flatfile','location',''),(1830,'enrol_flatfile','encoding','UTF-8'),(1831,'enrol_flatfile','mailstudents','0'),(1832,'enrol_flatfile','mailteachers','0'),(1833,'enrol_flatfile','mailadmins','0'),(1834,'enrol_flatfile','unenrolaction','3'),(1835,'enrol_flatfile','expiredaction','3'),(1836,'enrol_guest','requirepassword','0'),(1837,'enrol_guest','usepasswordpolicy','0'),(1838,'enrol_guest','showhint','0'),(1839,'enrol_guest','defaultenrol','1'),(1840,'enrol_guest','status','1'),(1841,'enrol_guest','status_adv',''),(1842,'enrol_imsenterprise','imsfilelocation',''),(1843,'enrol_imsenterprise','logtolocation',''),(1844,'enrol_imsenterprise','mailadmins','0'),(1845,'enrol_imsenterprise','createnewusers','0'),(1846,'enrol_imsenterprise','imsupdateusers','0'),(1847,'enrol_imsenterprise','imsdeleteusers','0'),(1848,'enrol_imsenterprise','fixcaseusernames','0'),(1849,'enrol_imsenterprise','fixcasepersonalnames','0'),(1850,'enrol_imsenterprise','imssourcedidfallback','0'),(1851,'enrol_imsenterprise','imsrolemap01','5'),(1852,'enrol_imsenterprise','imsrolemap02','3'),(1853,'enrol_imsenterprise','imsrolemap03','3'),(1854,'enrol_imsenterprise','imsrolemap04','5'),(1855,'enrol_imsenterprise','imsrolemap05','0'),(1856,'enrol_imsenterprise','imsrolemap06','4'),(1857,'enrol_imsenterprise','imsrolemap07','0'),(1858,'enrol_imsenterprise','imsrolemap08','4'),(1859,'enrol_imsenterprise','truncatecoursecodes','0'),(1860,'enrol_imsenterprise','createnewcourses','0'),(1861,'enrol_imsenterprise','updatecourses','0'),(1862,'enrol_imsenterprise','createnewcategories','0'),(1863,'enrol_imsenterprise','nestedcategories','0'),(1864,'enrol_imsenterprise','categoryidnumber','0'),(1865,'enrol_imsenterprise','categoryseparator',''),(1866,'enrol_imsenterprise','imsunenrol','0'),(1867,'enrol_imsenterprise','unenrolaction','0'),(1868,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1869,'enrol_imsenterprise','imscoursemapfullname','short'),(1870,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1871,'enrol_imsenterprise','imsrestricttarget',''),(1872,'enrol_imsenterprise','imscapitafix','0'),(1873,'enrol_ldap','host_url',''),(1874,'enrol_ldap','start_tls','0'),(1875,'enrol_ldap','ldap_version','3'),(1876,'enrol_ldap','ldapencoding','utf-8'),(1877,'enrol_ldap','pagesize','250'),(1878,'enrol_ldap','bind_dn',''),(1879,'enrol_ldap','bind_pw',''),(1880,'enrol_ldap','course_search_sub','0'),(1881,'enrol_ldap','memberattribute_isdn','0'),(1882,'enrol_ldap','user_contexts',''),(1883,'enrol_ldap','user_search_sub','0'),(1884,'enrol_ldap','user_type','default'),(1885,'enrol_ldap','opt_deref','0'),(1886,'enrol_ldap','idnumber_attribute',''),(1887,'enrol_ldap','objectclass',''),(1888,'enrol_ldap','course_idnumber',''),(1889,'enrol_ldap','course_shortname',''),(1890,'enrol_ldap','course_fullname',''),(1891,'enrol_ldap','course_summary',''),(1892,'enrol_ldap','ignorehiddencourses','0'),(1893,'enrol_ldap','unenrolaction','0'),(1894,'enrol_ldap','autocreate','0'),(1895,'enrol_ldap','category','1'),(1896,'enrol_ldap','template',''),(1897,'enrol_ldap','course_shortname_updateonsync','0'),(1898,'enrol_ldap','course_fullname_updateonsync','0'),(1899,'enrol_ldap','course_summary_updateonsync','0'),(1900,'enrol_ldap','nested_groups','0'),(1901,'enrol_ldap','group_memberofattribute',''),(1902,'enrol_manual','expiredaction','1'),(1903,'enrol_manual','expirynotifyhour','6'),(1904,'enrol_manual','defaultenrol','1'),(1905,'enrol_manual','status','0'),(1906,'enrol_manual','roleid','5'),(1907,'enrol_manual','enrolstart','4'),(1908,'enrol_manual','enrolperiod','0'),(1909,'enrol_manual','expirynotify','0'),(1910,'enrol_manual','expirythreshold','86400'),(1911,'enrol_mnet','roleid','5'),(1912,'enrol_mnet','roleid_adv','1'),(1913,'enrol_paypal','paypalbusiness',''),(1914,'enrol_paypal','mailstudents','0'),(1915,'enrol_paypal','mailteachers','0'),(1916,'enrol_paypal','mailadmins','0'),(1917,'enrol_paypal','expiredaction','3'),(1918,'enrol_paypal','status','1'),(1919,'enrol_paypal','cost','0'),(1920,'enrol_paypal','currency','USD'),(1921,'enrol_paypal','roleid','5'),(1922,'enrol_paypal','enrolperiod','0'),(1923,'enrol_lti','emaildisplay','2'),(1924,'enrol_lti','city',''),(1925,'enrol_lti','country',''),(1926,'enrol_lti','timezone','99'),(1927,'enrol_lti','lang','en'),(1928,'enrol_lti','institution',''),(1929,'enrol_self','requirepassword','0'),(1930,'enrol_self','usepasswordpolicy','0'),(1931,'enrol_self','showhint','0'),(1932,'enrol_self','expiredaction','1'),(1933,'enrol_self','expirynotifyhour','6'),(1934,'enrol_self','defaultenrol','1'),(1935,'enrol_self','status','1'),(1936,'enrol_self','newenrols','1'),(1937,'enrol_self','groupkey','0'),(1938,'enrol_self','roleid','5'),(1939,'enrol_self','enrolperiod','0'),(1940,'enrol_self','expirynotify','0'),(1941,'enrol_self','expirythreshold','86400'),(1942,'enrol_self','longtimenosee','0'),(1943,'enrol_self','maxenrolled','0'),(1944,'enrol_self','sendcoursewelcomemessage','1'),(1945,'filter_urltolink','formats','1,4,0'),(1946,'filter_urltolink','embedimages','1'),(1947,'filter_emoticon','formats','1,4,0'),(1948,'filter_displayh5p','allowedsources',''),(1949,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1950,'filter_mathjaxloader','texfiltercompatibility','0'),(1951,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1952,'filter_mathjaxloader','additionaldelimiters',''),(1953,'filter_wiris','editor_enable','1'),(1954,'filter_wiris','chem_editor_enable','1'),(1955,'filter_wiris','allow_editorplugin_active_course','0'),(1956,'filter_wiris','imageservicehost','www.wiris.net'),(1957,'filter_wiris','imageservicepath','/demo/editor/render'),(1958,'filter_wiris','imageserviceprotocol','https'),(1959,'filter_wiris','rendertype','php'),(1960,'filter_wiris','imageformat','svg'),(1961,'filter_wiris','pluginperformance','1'),(1962,'filter_wiris','editormodalwindowfullscreen','0'),(1963,'filter_wiris','access_provider_enabled','0'),(1964,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1965,'filter_tex','latexbackground','#FFFFFF'),(1966,'filter_tex','density','120'),(1967,'filter_tex','pathlatex','/usr/bin/latex'),(1968,'filter_tex','pathdvips','/usr/bin/dvips'),(1969,'filter_tex','pathconvert','/usr/bin/convert'),(1970,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1971,'filter_tex','pathmimetex',''),(1972,'filter_tex','convertformat','gif'),(1973,'logstore_database','dbdriver',''),(1974,'logstore_database','dbhost',''),(1975,'logstore_database','dbuser',''),(1976,'logstore_database','dbpass',''),(1977,'logstore_database','dbname',''),(1978,'logstore_database','dbtable',''),(1979,'logstore_database','dbpersist','0'),(1980,'logstore_database','dbsocket',''),(1981,'logstore_database','dbport',''),(1982,'logstore_database','dbschema',''),(1983,'logstore_database','dbcollation',''),(1984,'logstore_database','dbhandlesoptions','0'),(1985,'logstore_database','buffersize','50'),(1986,'logstore_database','jsonformat','1'),(1987,'logstore_database','logguests','0'),(1988,'logstore_database','includelevels','1,2,0'),(1989,'logstore_database','includeactions','c,r,u,d'),(1990,'logstore_legacy','loglegacy','0'),(1991,'logstore_standard','logguests','1'),(1992,'logstore_standard','jsonformat','1'),(1993,'logstore_standard','loglifetime','0'),(1994,'logstore_standard','buffersize','50'),(1995,'mlbackend_python','useserver','0'),(1996,'mlbackend_python','host',''),(1997,'mlbackend_python','port','0'),(1998,'mlbackend_python','secure','0'),(1999,'mlbackend_python','username','default'),(2000,'mlbackend_python','password',''),(2001,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2002,'media_videojs','audioextensions','html_audio'),(2003,'media_videojs','youtube','1'),(2004,'media_videojs','videocssclass','video-js'),(2005,'media_videojs','audiocssclass','video-js'),(2006,'media_videojs','limitsize','1'),(2007,'paygw_paypal','surcharge','0'),(2008,'qtype_multichoice','answerhowmany','1'),(2009,'qtype_multichoice','shuffleanswers','1'),(2010,'qtype_multichoice','answernumbering','abc'),(2011,'qtype_multichoice','showstandardinstruction','0'),(2012,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2013,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2014,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2015,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2016,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2017,'qtype_wq','access_provider_enabled','0'),(2018,'qtype_wq','filtercodes_compatibility','0'),(2019,'qtype_wq','debug_mode_enabled','0'),(2020,'qtype_wq','log_server_errors','0'),(2021,'search_solr','server_hostname','127.0.0.1'),(2022,'search_solr','indexname',''),(2023,'search_solr','secure','0'),(2024,'search_solr','server_port','8983'),(2025,'search_solr','server_username',''),(2026,'search_solr','server_password',''),(2027,'search_solr','server_timeout','30'),(2028,'search_solr','ssl_cert',''),(2029,'search_solr','ssl_key',''),(2030,'search_solr','ssl_keypassword',''),(2031,'search_solr','ssl_cainfo',''),(2032,'search_solr','ssl_capath',''),(2033,'search_solr','fileindexing','1'),(2034,'search_solr','maxindexfilekb','2097152'),(2035,'search_solr','alternateserver_hostname','127.0.0.1'),(2036,'search_solr','alternateindexname',''),(2037,'search_solr','alternatesecure','0'),(2038,'search_solr','alternateserver_port','8983'),(2039,'search_solr','alternateserver_username',''),(2040,'search_solr','alternateserver_password',''),(2041,'search_solr','alternatessl_cert',''),(2042,'search_solr','alternatessl_key',''),(2043,'search_solr','alternatessl_keypassword',''),(2044,'search_solr','alternatessl_cainfo',''),(2045,'search_solr','alternatessl_capath',''),(2046,'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'),(2047,'editor_atto','autosavefrequency','60'),(2048,'atto_collapse','showgroups','6'),(2049,'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'),(2050,'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'),(2051,'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'),(2052,'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'),(2053,'atto_recordrtc','allowedtypes','both'),(2054,'atto_recordrtc','audiobitrate','128000'),(2055,'atto_recordrtc','videobitrate','2500000'),(2056,'atto_recordrtc','audiotimelimit','120'),(2057,'atto_recordrtc','videotimelimit','120'),(2058,'atto_table','allowborders','0'),(2059,'atto_table','allowbackgroundcolour','0'),(2060,'atto_table','allowwidth','0'),(2061,'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'),(2062,'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'),(2063,'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'),(2064,'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'),(2065,'tiny_recordrtc','allowedtypes','both'),(2066,'tiny_recordrtc','audiobitrate','128000'),(2067,'tiny_recordrtc','videobitrate','2500000'),(2068,'tiny_recordrtc','audiotimelimit','120'),(2069,'tiny_recordrtc','videotimelimit','120'),(2070,'editor_tiny','branding','1'),(2071,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(2072,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'),(2073,'editor_tinymce','customconfig',''),(2074,'tinymce_moodleemoticon','requireemoticon','1'),(2075,'tinymce_spellchecker','spellengine',''),(2076,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(2077,'tool_mobile','apppolicy',''),(2078,'tool_mobile','typeoflogin','1'),(2079,'tool_mobile','qrcodetype','2'),(2080,'tool_mobile','qrkeyttl','600'),(2081,'tool_mobile','qrsameipcheck','1'),(2082,'tool_mobile','forcedurlscheme','moodlemobile'),(2083,'tool_mobile','minimumversion',''),(2084,'tool_mobile','autologinmintimebetweenreq','360'),(2085,'tool_mobile','enablesmartappbanners','0'),(2086,'tool_mobile','iosappid','633359593'),(2087,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2088,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2089,'tool_mobile','forcelogout','0'),(2090,'tool_mobile','disabledfeatures',''),(2091,'tool_mobile','custommenuitems',''),(2092,'tool_mobile','filetypeexclusionlist',''),(2093,'tool_mobile','customlangstrings',''),(2094,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2095,'tool_moodlenet','defaultmoodlenet','https://moodle.net'); +/*!40000 ALTER TABLE `t_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_contentbank_content` +-- + +DROP TABLE IF EXISTS `t_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_contcont_nam_ix` (`name`), + KEY `t_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `t_contcont_con_ix` (`contextid`), + KEY `t_contcont_use_ix` (`usermodified`), + KEY `t_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_contentbank_content` +-- + +LOCK TABLES `t_contentbank_content` WRITE; +/*!40000 ALTER TABLE `t_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_context` +-- + +DROP TABLE IF EXISTS `t_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_cont_ins_ix` (`instanceid`), + KEY `t_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_context` +-- + +LOCK TABLES `t_context` WRITE; +/*!40000 ALTER TABLE `t_context` DISABLE KEYS */; +INSERT INTO `t_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0); +/*!40000 ALTER TABLE `t_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_context_temp` +-- + +DROP TABLE IF EXISTS `t_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_context_temp` +-- + +LOCK TABLES `t_context_temp` WRITE; +/*!40000 ALTER TABLE `t_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course` +-- + +DROP TABLE IF EXISTS `t_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint 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 NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint 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 NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_cour_cat_ix` (`category`), + KEY `t_cour_idn_ix` (`idnumber`), + KEY `t_cour_sho_ix` (`shortname`), + KEY `t_cour_sor_ix` (`sortorder`), + KEY `t_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course` +-- + +LOCK TABLES `t_course` WRITE; +/*!40000 ALTER TABLE `t_course` DISABLE KEYS */; +INSERT INTO `t_course` VALUES (1,0,0,'PHPUnit test site','phpunit','',NULL,0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1734080173,1734080452,0,0,0,1734080375,NULL,0,NULL); +/*!40000 ALTER TABLE `t_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_categories` +-- + +DROP TABLE IF EXISTS `t_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_categories` +-- + +LOCK TABLES `t_course_categories` WRITE; +/*!40000 ALTER TABLE `t_course_categories` DISABLE KEYS */; +INSERT INTO `t_course_categories` VALUES (1,'Category 1',NULL,NULL,1,0,10000,0,1,1,1734080173,1,'/1',NULL); +/*!40000 ALTER TABLE `t_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `t_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `t_courcompaggrmeth_cou_ix` (`course`), + KEY `t_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_aggr_methd` +-- + +LOCK TABLES `t_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `t_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `t_courcompcritcomp_use_ix` (`userid`), + KEY `t_courcompcritcomp_cou_ix` (`course`), + KEY `t_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `t_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_crit_compl` +-- + +LOCK TABLES `t_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `t_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_criteria` +-- + +LOCK TABLES `t_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `t_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `t_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint 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 NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcompdefa_coumod_uix` (`course`,`module`), + KEY `t_courcompdefa_mod_ix` (`module`), + KEY `t_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completion_defaults` +-- + +LOCK TABLES `t_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `t_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_completions` +-- + +DROP TABLE IF EXISTS `t_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_courcomp_usecou_uix` (`userid`,`course`), + KEY `t_courcomp_use_ix` (`userid`), + KEY `t_courcomp_cou_ix` (`course`), + KEY `t_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_completions` +-- + +LOCK TABLES `t_course_completions` WRITE; +/*!40000 ALTER TABLE `t_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_format_options` +-- + +DROP TABLE IF EXISTS `t_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `t_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_format_options` +-- + +LOCK TABLES `t_course_format_options` WRITE; +/*!40000 ALTER TABLE `t_course_format_options` DISABLE KEYS */; +INSERT INTO `t_course_format_options` VALUES (1,1,'site',0,'numsections','1'); +/*!40000 ALTER TABLE `t_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules` +-- + +DROP TABLE IF EXISTS `t_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint 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 NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courmodu_vis_ix` (`visible`), + KEY `t_courmodu_cou_ix` (`course`), + KEY `t_courmodu_mod_ix` (`module`), + KEY `t_courmodu_ins_ix` (`instance`), + KEY `t_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `t_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_modules` +-- + +LOCK TABLES `t_course_modules` WRITE; +/*!40000 ALTER TABLE `t_course_modules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules_completion` +-- + +DROP TABLE IF EXISTS `t_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_modules_completion` +-- + +LOCK TABLES `t_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `t_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `t_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `t_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_modules_viewed` +-- + +LOCK TABLES `t_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `t_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_published` +-- + +DROP TABLE IF EXISTS `t_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_courpubl_hub_ix` (`hubcourseid`), + KEY `t_courpubl_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_course_published` +-- + +LOCK TABLES `t_course_published` WRITE; +/*!40000 ALTER TABLE `t_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_request` +-- + +DROP TABLE IF EXISTS `t_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_request` +-- + +LOCK TABLES `t_course_request` WRITE; +/*!40000 ALTER TABLE `t_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_course_sections` +-- + +DROP TABLE IF EXISTS `t_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_course_sections` +-- + +LOCK TABLES `t_course_sections` WRITE; +/*!40000 ALTER TABLE `t_course_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_category` +-- + +DROP TABLE IF EXISTS `t_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `t_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_category` +-- + +LOCK TABLES `t_customfield_category` WRITE; +/*!40000 ALTER TABLE `t_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_data` +-- + +DROP TABLE IF EXISTS `t_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `t_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `t_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `t_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `t_custdata_fie_ix` (`fieldid`), + KEY `t_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_data` +-- + +LOCK TABLES `t_customfield_data` WRITE; +/*!40000 ALTER TABLE `t_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_customfield_field` +-- + +DROP TABLE IF EXISTS `t_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `t_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_customfield_field` +-- + +LOCK TABLES `t_customfield_field` WRITE; +/*!40000 ALTER TABLE `t_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data` +-- + +DROP TABLE IF EXISTS `t_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data` +-- + +LOCK TABLES `t_data` WRITE; +/*!40000 ALTER TABLE `t_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_content` +-- + +DROP TABLE IF EXISTS `t_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_datacont_rec_ix` (`recordid`), + KEY `t_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_content` +-- + +LOCK TABLES `t_data_content` WRITE; +/*!40000 ALTER TABLE `t_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_fields` +-- + +DROP TABLE IF EXISTS `t_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_datafiel_typdat_ix` (`type`,`dataid`), + KEY `t_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_fields` +-- + +LOCK TABLES `t_data_fields` WRITE; +/*!40000 ALTER TABLE `t_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_data_records` +-- + +DROP TABLE IF EXISTS `t_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_datareco_dat_ix` (`dataid`), + KEY `t_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_data_records` +-- + +LOCK TABLES `t_data_records` WRITE; +/*!40000 ALTER TABLE `t_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `t_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_editor_atto_autosave` +-- + +LOCK TABLES `t_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `t_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol` +-- + +DROP TABLE IF EXISTS `t_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enro_enr_ix` (`enrol`), + KEY `t_enro_cou_ix` (`courseid`), + KEY `t_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol` +-- + +LOCK TABLES `t_enrol` WRITE; +/*!40000 ALTER TABLE `t_enrol` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `t_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enroflat_cou_ix` (`courseid`), + KEY `t_enroflat_use_ix` (`userid`), + KEY `t_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_flatfile` +-- + +LOCK TABLES `t_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `t_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `status` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `t_enroltiappregi_pla_uix` (`platformclienthash`), + UNIQUE KEY `t_enroltiappregi_pla2_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_app_registration` +-- + +LOCK TABLES `t_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `t_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_context` +-- + +LOCK TABLES `t_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `t_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_deployment` +-- + +LOCK TABLES `t_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `t_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_lti2_context` +-- + +LOCK TABLES `t_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `t_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2resolink_con_ix` (`contextid`), + KEY `t_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `t_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `t_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `t_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `t_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `t_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `t_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `t_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `resourceid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `t_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `t_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_resource_link` +-- + +LOCK TABLES `t_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltitoolconsmap_too_ix` (`toolid`), + KEY `t_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `t_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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 NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltitool_uui_uix` (`uuid`), + KEY `t_enroltitool_enr_ix` (`enrolid`), + KEY `t_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_tools` +-- + +LOCK TABLES `t_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `t_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `t_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_enrol_lti_user_resource_link` +-- + +LOCK TABLES `t_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `t_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_enroltiuser_use_ix` (`userid`), + KEY `t_enroltiuser_too_ix` (`toolid`), + KEY `t_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_lti_users` +-- + +LOCK TABLES `t_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `t_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_enrol_paypal` +-- + +DROP TABLE IF EXISTS `t_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_enropayp_bus_ix` (`business`), + KEY `t_enropayp_rec_ix` (`receiver_email`), + KEY `t_enropayp_cou_ix` (`courseid`), + KEY `t_enropayp_use_ix` (`userid`), + KEY `t_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_enrol_paypal` +-- + +LOCK TABLES `t_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `t_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_event` +-- + +DROP TABLE IF EXISTS `t_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_even_cou_ix` (`courseid`), + KEY `t_even_use_ix` (`userid`), + KEY `t_even_tim_ix` (`timestart`), + KEY `t_even_tim2_ix` (`timeduration`), + KEY `t_even_uui_ix` (`uuid`), + KEY `t_even_typtim_ix` (`type`,`timesort`), + KEY `t_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `t_even_eve_ix` (`eventtype`), + KEY `t_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `t_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), + KEY `t_even_cat_ix` (`categoryid`), + KEY `t_even_sub_ix` (`subscriptionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_event` +-- + +LOCK TABLES `t_event` WRITE; +/*!40000 ALTER TABLE `t_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_event_subscriptions` +-- + +DROP TABLE IF EXISTS `t_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_evensubs_cou_ix` (`courseid`), + KEY `t_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_event_subscriptions` +-- + +LOCK TABLES `t_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_handlers` +-- + +DROP TABLE IF EXISTS `t_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_handlers` +-- + +LOCK TABLES `t_events_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_queue` +-- + +DROP TABLE IF EXISTS `t_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_queue` +-- + +LOCK TABLES `t_events_queue` WRITE; +/*!40000 ALTER TABLE `t_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `t_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_evenqueuhand_que_ix` (`queuedeventid`), + KEY `t_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_events_queue_handlers` +-- + +LOCK TABLES `t_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `t_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_functions` +-- + +DROP TABLE IF EXISTS `t_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_functions` +-- + +LOCK TABLES `t_external_functions` WRITE; +/*!40000 ALTER TABLE `t_external_functions` DISABLE KEYS */; +INSERT INTO `t_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_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_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'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'),(18,'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'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'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'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'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),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'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'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'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'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(116,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(117,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(118,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(119,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(120,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(121,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(123,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(124,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(128,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(130,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(132,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(133,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(134,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(135,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(136,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(147,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(167,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(170,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(174,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(176,'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'),(177,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(178,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(180,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(181,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(182,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(183,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(184,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(185,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(187,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(188,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(189,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(190,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(191,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(192,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(193,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(195,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(196,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(197,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(198,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(199,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(202,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(203,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(204,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(205,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(206,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(207,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(208,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(209,'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'),(210,'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),(211,'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'),(212,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(213,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(214,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(215,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(216,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(217,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(218,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(219,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(220,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(221,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(222,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(223,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(224,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(225,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(226,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(227,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(228,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(229,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(230,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(231,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(232,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(233,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(234,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(235,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(238,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(239,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(240,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(242,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(243,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(245,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(246,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(247,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(248,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(249,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(250,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(251,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(252,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(253,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(254,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(255,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(256,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(257,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(258,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(259,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(260,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(261,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(262,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(263,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(264,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(265,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(266,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(267,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(268,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(269,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(270,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(271,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(272,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(273,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(274,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(275,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(276,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(277,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(280,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(282,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(283,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(284,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(285,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(286,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(287,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(288,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(289,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(290,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(291,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(292,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(293,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(294,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(295,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(296,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(297,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(298,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(299,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(300,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(301,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(302,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(303,'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),(304,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(305,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(306,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(307,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(308,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(309,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(310,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(311,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(316,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(317,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(318,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(320,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(321,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(323,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(324,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(326,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(327,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(328,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(331,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(350,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(351,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(352,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(356,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(357,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(367,'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'),(368,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(370,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(371,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(372,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(373,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(384,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(385,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(386,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(387,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(392,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(395,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(396,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(398,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(400,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(401,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(408,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(409,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(410,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(412,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(413,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(414,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(419,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(422,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(423,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(425,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(427,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(428,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(430,'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'),(431,'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'),(432,'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'),(433,'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'),(434,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(436,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(437,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(438,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(439,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(441,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(442,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(445,'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),(446,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(449,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(461,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(462,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(463,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(464,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(467,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(472,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(473,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(474,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(476,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(477,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(490,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(492,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(494,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(497,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'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),(504,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(508,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(510,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(515,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(520,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(521,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(523,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(524,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(528,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(529,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(531,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(535,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(536,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(540,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(541,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(544,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(546,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(553,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(556,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(560,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(563,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(573,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(574,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(575,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(576,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(577,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(578,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(579,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(580,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(582,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(584,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(587,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(588,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(589,'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'),(590,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(592,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(593,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(594,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(595,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(596,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(598,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(599,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(600,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(601,'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'),(602,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(605,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(607,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(608,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(609,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(610,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(611,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(612,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(613,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(614,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(616,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(623,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(631,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(635,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(638,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(639,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(640,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(642,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(643,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(644,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(645,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(646,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(647,'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'),(648,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(649,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(650,'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'),(651,'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'),(652,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(660,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(662,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(663,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(664,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(665,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(666,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(667,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(668,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(669,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(670,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(671,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(672,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(673,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(674,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(677,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL); +/*!40000 ALTER TABLE `t_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services` +-- + +DROP TABLE IF EXISTS `t_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_services` +-- + +LOCK TABLES `t_external_services` WRITE; +/*!40000 ALTER TABLE `t_external_services` DISABLE KEYS */; +INSERT INTO `t_external_services` VALUES (1,'Moodle mobile web service',1,NULL,0,'moodle',1734080197,1734080437,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `t_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services_functions` +-- + +DROP TABLE IF EXISTS `t_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=396 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_services_functions` +-- + +LOCK TABLES `t_external_services_functions` WRITE; +/*!40000 ALTER TABLE `t_external_services_functions` DISABLE KEYS */; +INSERT INTO `t_external_services_functions` VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_blog_get_entries'),(3,1,'core_blog_view_entries'),(4,1,'core_calendar_get_calendar_monthly_view'),(5,1,'core_calendar_get_calendar_day_view'),(6,1,'core_calendar_get_calendar_upcoming_view'),(7,1,'core_calendar_update_event_start_day'),(8,1,'core_calendar_create_calendar_events'),(9,1,'core_calendar_delete_calendar_events'),(10,1,'core_calendar_get_calendar_events'),(11,1,'core_calendar_get_action_events_by_timesort'),(12,1,'core_calendar_get_action_events_by_course'),(13,1,'core_calendar_get_action_events_by_courses'),(14,1,'core_calendar_get_calendar_event_by_id'),(15,1,'core_calendar_submit_create_update_form'),(16,1,'core_calendar_get_calendar_access_information'),(17,1,'core_calendar_get_allowed_event_types'),(18,1,'core_calendar_get_calendar_export_token'),(19,1,'core_comment_get_comments'),(20,1,'core_comment_add_comments'),(21,1,'core_comment_delete_comments'),(22,1,'core_completion_get_activities_completion_status'),(23,1,'core_completion_get_course_completion_status'),(24,1,'core_completion_mark_course_self_completed'),(25,1,'core_completion_update_activity_completion_status_manually'),(26,1,'core_course_get_categories'),(27,1,'core_course_get_contents'),(28,1,'core_course_get_course_module'),(29,1,'core_course_get_course_module_by_instance'),(30,1,'core_course_get_courses'),(31,1,'core_course_search_courses'),(32,1,'core_course_view_course'),(33,1,'core_course_get_user_navigation_options'),(34,1,'core_course_get_user_administration_options'),(35,1,'core_course_get_courses_by_field'),(36,1,'core_course_check_updates'),(37,1,'core_course_get_updates_since'),(38,1,'core_course_get_enrolled_courses_by_timeline_classification'),(39,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(40,1,'core_course_get_recent_courses'),(41,1,'core_course_set_favourite_courses'),(42,1,'core_enrol_get_course_enrolment_methods'),(43,1,'core_enrol_get_enrolled_users'),(44,1,'core_enrol_search_users'),(45,1,'core_enrol_get_users_courses'),(46,1,'core_files_get_files'),(47,1,'core_files_delete_draft_files'),(48,1,'core_files_get_unused_draft_itemid'),(49,1,'core_get_component_strings'),(50,1,'core_grades_grader_gradingpanel_point_fetch'),(51,1,'core_grades_grader_gradingpanel_point_store'),(52,1,'core_grades_grader_gradingpanel_scale_fetch'),(53,1,'core_grades_grader_gradingpanel_scale_store'),(54,1,'core_grades_get_enrolled_users_for_search_widget'),(55,1,'core_grades_get_groups_for_search_widget'),(56,1,'core_grades_get_gradable_users'),(57,1,'core_group_get_activity_allowed_groups'),(58,1,'core_group_get_activity_groupmode'),(59,1,'core_group_get_course_groupings'),(60,1,'core_group_get_course_groups'),(61,1,'core_group_get_course_user_groups'),(62,1,'core_message_mute_conversations'),(63,1,'core_message_unmute_conversations'),(64,1,'core_message_block_user'),(65,1,'core_message_get_contact_requests'),(66,1,'core_message_create_contact_request'),(67,1,'core_message_confirm_contact_request'),(68,1,'core_message_decline_contact_request'),(69,1,'core_message_get_received_contact_requests_count'),(70,1,'core_message_delete_contacts'),(71,1,'core_message_delete_conversations_by_id'),(72,1,'core_message_delete_message'),(73,1,'core_message_get_blocked_users'),(74,1,'core_message_data_for_messagearea_search_messages'),(75,1,'core_message_message_search_users'),(76,1,'core_message_get_user_contacts'),(77,1,'core_message_get_conversations'),(78,1,'core_message_get_conversation'),(79,1,'core_message_get_conversation_between_users'),(80,1,'core_message_get_self_conversation'),(81,1,'core_message_get_messages'),(82,1,'core_message_get_conversation_counts'),(83,1,'core_message_get_unread_conversation_counts'),(84,1,'core_message_get_conversation_members'),(85,1,'core_message_get_member_info'),(86,1,'core_message_get_unread_conversations_count'),(87,1,'core_message_mark_all_notifications_as_read'),(88,1,'core_message_mark_all_conversation_messages_as_read'),(89,1,'core_message_mark_message_read'),(90,1,'core_message_mark_notification_read'),(91,1,'core_message_message_processor_config_form'),(92,1,'core_message_search_contacts'),(93,1,'core_message_send_instant_messages'),(94,1,'core_message_send_messages_to_conversation'),(95,1,'core_message_get_conversation_messages'),(96,1,'core_message_unblock_user'),(97,1,'core_message_get_user_notification_preferences'),(98,1,'core_message_get_user_message_preferences'),(99,1,'core_message_set_favourite_conversations'),(100,1,'core_message_unset_favourite_conversations'),(101,1,'core_message_delete_message_for_all_users'),(102,1,'core_message_get_unread_notification_count'),(103,1,'core_notes_create_notes'),(104,1,'core_notes_delete_notes'),(105,1,'core_notes_get_course_notes'),(106,1,'core_notes_view_notes'),(107,1,'core_question_update_flag'),(108,1,'core_rating_get_item_ratings'),(109,1,'core_rating_add_rating'),(110,1,'core_tag_get_tagindex'),(111,1,'core_tag_get_tagindex_per_area'),(112,1,'core_tag_get_tag_areas'),(113,1,'core_tag_get_tag_collections'),(114,1,'core_tag_get_tag_cloud'),(115,1,'core_user_add_user_device'),(116,1,'core_user_update_user_device_public_key'),(117,1,'core_user_add_user_private_files'),(118,1,'core_user_get_course_user_profiles'),(119,1,'core_user_get_users_by_field'),(120,1,'core_user_remove_user_device'),(121,1,'core_user_update_user_preferences'),(122,1,'core_user_view_user_list'),(123,1,'core_user_view_user_profile'),(124,1,'core_user_get_user_preferences'),(125,1,'core_user_update_picture'),(126,1,'core_user_set_user_preferences'),(127,1,'core_user_agree_site_policy'),(128,1,'core_user_get_private_files_info'),(129,1,'core_competency_competency_viewed'),(130,1,'core_competency_list_course_competencies'),(131,1,'core_competency_get_scale_values'),(132,1,'core_competency_user_competency_viewed'),(133,1,'core_competency_user_competency_viewed_in_plan'),(134,1,'core_competency_user_competency_viewed_in_course'),(135,1,'core_competency_user_competency_plan_viewed'),(136,1,'core_competency_grade_competency_in_course'),(137,1,'core_competency_delete_evidence'),(138,1,'core_webservice_get_site_info'),(139,1,'core_block_get_course_blocks'),(140,1,'core_block_get_dashboard_blocks'),(141,1,'core_block_fetch_addable_blocks'),(142,1,'core_filters_get_available_in_context'),(143,1,'core_h5p_get_trusted_h5p_file'),(144,1,'core_table_get_dynamic_table_content'),(145,1,'core_xapi_statement_post'),(146,1,'core_reportbuilder_list_reports'),(147,1,'core_reportbuilder_retrieve_report'),(148,1,'core_reportbuilder_view_report'),(149,1,'mod_assign_get_grades'),(150,1,'mod_assign_get_assignments'),(151,1,'mod_assign_get_submissions'),(152,1,'mod_assign_get_user_flags'),(153,1,'mod_assign_set_user_flags'),(154,1,'mod_assign_get_user_mappings'),(155,1,'mod_assign_revert_submissions_to_draft'),(156,1,'mod_assign_lock_submissions'),(157,1,'mod_assign_unlock_submissions'),(158,1,'mod_assign_save_submission'),(159,1,'mod_assign_submit_for_grading'),(160,1,'mod_assign_save_grade'),(161,1,'mod_assign_save_grades'),(162,1,'mod_assign_save_user_extensions'),(163,1,'mod_assign_reveal_identities'),(164,1,'mod_assign_view_grading_table'),(165,1,'mod_assign_view_submission_status'),(166,1,'mod_assign_get_submission_status'),(167,1,'mod_assign_list_participants'),(168,1,'mod_assign_submit_grading_form'),(169,1,'mod_assign_get_participant'),(170,1,'mod_assign_view_assign'),(171,1,'mod_assign_start_submission'),(172,1,'mod_bigbluebuttonbn_can_join'),(173,1,'mod_bigbluebuttonbn_get_recordings'),(174,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(175,1,'mod_bigbluebuttonbn_update_recording'),(176,1,'mod_bigbluebuttonbn_end_meeting'),(177,1,'mod_bigbluebuttonbn_completion_validate'),(178,1,'mod_bigbluebuttonbn_meeting_info'),(179,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(180,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(181,1,'mod_bigbluebuttonbn_get_join_url'),(182,1,'mod_book_view_book'),(183,1,'mod_book_get_books_by_courses'),(184,1,'mod_chat_login_user'),(185,1,'mod_chat_get_chat_users'),(186,1,'mod_chat_send_chat_message'),(187,1,'mod_chat_get_chat_latest_messages'),(188,1,'mod_chat_view_chat'),(189,1,'mod_chat_get_chats_by_courses'),(190,1,'mod_chat_get_sessions'),(191,1,'mod_chat_get_session_messages'),(192,1,'mod_choice_get_choice_results'),(193,1,'mod_choice_get_choice_options'),(194,1,'mod_choice_submit_choice_response'),(195,1,'mod_choice_view_choice'),(196,1,'mod_choice_get_choices_by_courses'),(197,1,'mod_choice_delete_choice_responses'),(198,1,'mod_data_get_databases_by_courses'),(199,1,'mod_data_view_database'),(200,1,'mod_data_get_data_access_information'),(201,1,'mod_data_get_entries'),(202,1,'mod_data_get_entry'),(203,1,'mod_data_get_fields'),(204,1,'mod_data_search_entries'),(205,1,'mod_data_approve_entry'),(206,1,'mod_data_delete_entry'),(207,1,'mod_data_add_entry'),(208,1,'mod_data_update_entry'),(209,1,'mod_feedback_get_feedbacks_by_courses'),(210,1,'mod_feedback_get_feedback_access_information'),(211,1,'mod_feedback_view_feedback'),(212,1,'mod_feedback_get_current_completed_tmp'),(213,1,'mod_feedback_get_items'),(214,1,'mod_feedback_launch_feedback'),(215,1,'mod_feedback_get_page_items'),(216,1,'mod_feedback_process_page'),(217,1,'mod_feedback_get_analysis'),(218,1,'mod_feedback_get_unfinished_responses'),(219,1,'mod_feedback_get_finished_responses'),(220,1,'mod_feedback_get_non_respondents'),(221,1,'mod_feedback_get_responses_analysis'),(222,1,'mod_feedback_get_last_completed'),(223,1,'mod_folder_view_folder'),(224,1,'mod_folder_get_folders_by_courses'),(225,1,'mod_forum_get_forums_by_courses'),(226,1,'mod_forum_get_discussion_posts'),(227,1,'mod_forum_get_forum_discussions_paginated'),(228,1,'mod_forum_get_forum_discussions'),(229,1,'mod_forum_view_forum'),(230,1,'mod_forum_view_forum_discussion'),(231,1,'mod_forum_add_discussion_post'),(232,1,'mod_forum_add_discussion'),(233,1,'mod_forum_can_add_discussion'),(234,1,'mod_forum_get_forum_access_information'),(235,1,'mod_forum_set_subscription_state'),(236,1,'mod_forum_set_lock_state'),(237,1,'mod_forum_toggle_favourite_state'),(238,1,'mod_forum_set_pin_state'),(239,1,'mod_forum_delete_post'),(240,1,'mod_forum_get_discussion_post'),(241,1,'mod_forum_prepare_draft_area_for_post'),(242,1,'mod_forum_update_discussion_post'),(243,1,'mod_glossary_get_glossaries_by_courses'),(244,1,'mod_glossary_view_glossary'),(245,1,'mod_glossary_view_entry'),(246,1,'mod_glossary_get_entries_by_letter'),(247,1,'mod_glossary_get_entries_by_date'),(248,1,'mod_glossary_get_categories'),(249,1,'mod_glossary_get_entries_by_category'),(250,1,'mod_glossary_get_authors'),(251,1,'mod_glossary_get_entries_by_author'),(252,1,'mod_glossary_get_entries_by_author_id'),(253,1,'mod_glossary_get_entries_by_search'),(254,1,'mod_glossary_get_entries_by_term'),(255,1,'mod_glossary_get_entries_to_approve'),(256,1,'mod_glossary_get_entry_by_id'),(257,1,'mod_glossary_add_entry'),(258,1,'mod_glossary_delete_entry'),(259,1,'mod_glossary_update_entry'),(260,1,'mod_glossary_prepare_entry_for_edition'),(261,1,'mod_h5pactivity_get_h5pactivity_access_information'),(262,1,'mod_h5pactivity_view_h5pactivity'),(263,1,'mod_h5pactivity_get_attempts'),(264,1,'mod_h5pactivity_get_results'),(265,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(266,1,'mod_h5pactivity_log_report_viewed'),(267,1,'mod_h5pactivity_get_user_attempts'),(268,1,'mod_imscp_view_imscp'),(269,1,'mod_imscp_get_imscps_by_courses'),(270,1,'mod_label_get_labels_by_courses'),(271,1,'mod_lesson_get_lessons_by_courses'),(272,1,'mod_lesson_get_lesson_access_information'),(273,1,'mod_lesson_view_lesson'),(274,1,'mod_lesson_get_questions_attempts'),(275,1,'mod_lesson_get_user_grade'),(276,1,'mod_lesson_get_user_attempt_grade'),(277,1,'mod_lesson_get_content_pages_viewed'),(278,1,'mod_lesson_get_user_timers'),(279,1,'mod_lesson_get_pages'),(280,1,'mod_lesson_launch_attempt'),(281,1,'mod_lesson_get_page_data'),(282,1,'mod_lesson_process_page'),(283,1,'mod_lesson_finish_attempt'),(284,1,'mod_lesson_get_attempts_overview'),(285,1,'mod_lesson_get_user_attempt'),(286,1,'mod_lesson_get_pages_possible_jumps'),(287,1,'mod_lesson_get_lesson'),(288,1,'mod_lti_get_tool_launch_data'),(289,1,'mod_lti_get_ltis_by_courses'),(290,1,'mod_lti_view_lti'),(291,1,'mod_page_view_page'),(292,1,'mod_page_get_pages_by_courses'),(293,1,'mod_quiz_get_quizzes_by_courses'),(294,1,'mod_quiz_view_quiz'),(295,1,'mod_quiz_get_user_attempts'),(296,1,'mod_quiz_get_user_best_grade'),(297,1,'mod_quiz_get_combined_review_options'),(298,1,'mod_quiz_start_attempt'),(299,1,'mod_quiz_get_attempt_data'),(300,1,'mod_quiz_get_attempt_summary'),(301,1,'mod_quiz_save_attempt'),(302,1,'mod_quiz_process_attempt'),(303,1,'mod_quiz_get_attempt_review'),(304,1,'mod_quiz_view_attempt'),(305,1,'mod_quiz_view_attempt_summary'),(306,1,'mod_quiz_view_attempt_review'),(307,1,'mod_quiz_get_quiz_feedback_for_grade'),(308,1,'mod_quiz_get_quiz_access_information'),(309,1,'mod_quiz_get_attempt_access_information'),(310,1,'mod_quiz_get_quiz_required_qtypes'),(311,1,'mod_resource_view_resource'),(312,1,'mod_resource_get_resources_by_courses'),(313,1,'mod_scorm_view_scorm'),(314,1,'mod_scorm_get_scorm_attempt_count'),(315,1,'mod_scorm_get_scorm_scoes'),(316,1,'mod_scorm_get_scorm_user_data'),(317,1,'mod_scorm_insert_scorm_tracks'),(318,1,'mod_scorm_get_scorm_sco_tracks'),(319,1,'mod_scorm_get_scorms_by_courses'),(320,1,'mod_scorm_launch_sco'),(321,1,'mod_scorm_get_scorm_access_information'),(322,1,'mod_survey_get_surveys_by_courses'),(323,1,'mod_survey_view_survey'),(324,1,'mod_survey_get_questions'),(325,1,'mod_survey_submit_answers'),(326,1,'mod_url_view_url'),(327,1,'mod_url_get_urls_by_courses'),(328,1,'mod_wiki_get_wikis_by_courses'),(329,1,'mod_wiki_view_wiki'),(330,1,'mod_wiki_view_page'),(331,1,'mod_wiki_get_subwikis'),(332,1,'mod_wiki_get_subwiki_pages'),(333,1,'mod_wiki_get_subwiki_files'),(334,1,'mod_wiki_get_page_contents'),(335,1,'mod_wiki_get_page_for_editing'),(336,1,'mod_wiki_new_page'),(337,1,'mod_wiki_edit_page'),(338,1,'mod_workshop_get_workshops_by_courses'),(339,1,'mod_workshop_get_workshop_access_information'),(340,1,'mod_workshop_get_user_plan'),(341,1,'mod_workshop_view_workshop'),(342,1,'mod_workshop_add_submission'),(343,1,'mod_workshop_update_submission'),(344,1,'mod_workshop_delete_submission'),(345,1,'mod_workshop_get_submissions'),(346,1,'mod_workshop_get_submission'),(347,1,'mod_workshop_get_submission_assessments'),(348,1,'mod_workshop_get_assessment'),(349,1,'mod_workshop_get_assessment_form_definition'),(350,1,'mod_workshop_get_reviewer_assessments'),(351,1,'mod_workshop_update_assessment'),(352,1,'mod_workshop_get_grades'),(353,1,'mod_workshop_evaluate_assessment'),(354,1,'mod_workshop_get_grades_report'),(355,1,'mod_workshop_view_submission'),(356,1,'mod_workshop_evaluate_submission'),(357,1,'enrol_guest_get_instance_info'),(358,1,'enrol_self_get_instance_info'),(359,1,'enrol_self_enrol_user'),(360,1,'message_airnotifier_is_system_configured'),(361,1,'message_airnotifier_are_notification_preferences_configured'),(362,1,'message_airnotifier_get_user_devices'),(363,1,'message_airnotifier_enable_device'),(364,1,'message_popup_get_popup_notifications'),(365,1,'message_popup_get_unread_popup_notification_count'),(366,1,'block_recentlyaccesseditems_get_recent_items'),(367,1,'block_starredcourses_get_starred_courses'),(368,1,'report_insights_set_notuseful_prediction'),(369,1,'report_insights_set_fixed_prediction'),(370,1,'report_insights_action_executed'),(371,1,'gradereport_overview_get_course_grades'),(372,1,'gradereport_overview_view_grade_report'),(373,1,'gradereport_singleview_get_grade_items_for_search_widget'),(374,1,'gradereport_user_get_grades_table'),(375,1,'gradereport_user_view_grade_report'),(376,1,'gradereport_user_get_grade_items'),(377,1,'tool_analytics_potential_contexts'),(378,1,'tool_lp_data_for_course_competencies_page'),(379,1,'tool_lp_data_for_plans_page'),(380,1,'tool_lp_data_for_plan_page'),(381,1,'tool_lp_data_for_user_evidence_list_page'),(382,1,'tool_lp_data_for_user_evidence_page'),(383,1,'tool_lp_data_for_user_competency_summary'),(384,1,'tool_lp_data_for_user_competency_summary_in_plan'),(385,1,'tool_lp_data_for_user_competency_summary_in_course'),(386,1,'tool_mobile_get_plugins_supporting_mobile'),(387,1,'tool_mobile_get_public_config'),(388,1,'tool_mobile_get_config'),(389,1,'tool_mobile_get_autologin_key'),(390,1,'tool_mobile_get_content'),(391,1,'tool_mobile_call_external_functions'),(392,1,'tool_mobile_validate_subscription_key'),(393,1,'tool_mobile_get_tokens_for_qr_login'),(394,1,'tool_moodlenet_verify_webfinger'),(395,1,'tool_moodlenet_search_courses'); +/*!40000 ALTER TABLE `t_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_services_users` +-- + +DROP TABLE IF EXISTS `t_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_exteservuser_ext_ix` (`externalserviceid`), + KEY `t_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_external_services_users` +-- + +LOCK TABLES `t_external_services_users` WRITE; +/*!40000 ALTER TABLE `t_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_external_tokens` +-- + +DROP TABLE IF EXISTS `t_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_extetoke_tok_ix` (`token`), + KEY `t_extetoke_sid_ix` (`sid`), + KEY `t_extetoke_use_ix` (`userid`), + KEY `t_extetoke_ext_ix` (`externalserviceid`), + KEY `t_extetoke_con_ix` (`contextid`), + KEY `t_extetoke_cre_ix` (`creatorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_external_tokens` +-- + +LOCK TABLES `t_external_tokens` WRITE; +/*!40000 ALTER TABLE `t_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_favourite` +-- + +DROP TABLE IF EXISTS `t_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `t_favo_con_ix` (`contextid`), + KEY `t_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_favourite` +-- + +LOCK TABLES `t_favourite` WRITE; +/*!40000 ALTER TABLE `t_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback` +-- + +DROP TABLE IF EXISTS `t_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback` +-- + +LOCK TABLES `t_feedback` WRITE; +/*!40000 ALTER TABLE `t_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_completed` +-- + +DROP TABLE IF EXISTS `t_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedcomp_use_ix` (`userid`), + KEY `t_feedcomp_fee_ix` (`feedback`), + KEY `t_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_completed` +-- + +LOCK TABLES `t_feedback_completed` WRITE; +/*!40000 ALTER TABLE `t_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `t_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedcomp_use2_ix` (`userid`), + KEY `t_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_completedtmp` +-- + +LOCK TABLES `t_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_item` +-- + +DROP TABLE IF EXISTS `t_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_feeditem_fee_ix` (`feedback`), + KEY `t_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_item` +-- + +LOCK TABLES `t_feedback_item` WRITE; +/*!40000 ALTER TABLE `t_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `t_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_feedsitemap_cou_ix` (`courseid`), + KEY `t_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_sitecourse_map` +-- + +LOCK TABLES `t_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_template` +-- + +DROP TABLE IF EXISTS `t_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_template` +-- + +LOCK TABLES `t_feedback_template` WRITE; +/*!40000 ALTER TABLE `t_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_value` +-- + +DROP TABLE IF EXISTS `t_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou_ix` (`course_id`), + KEY `t_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_value` +-- + +LOCK TABLES `t_feedback_value` WRITE; +/*!40000 ALTER TABLE `t_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `t_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `t_feedvalu_cou2_ix` (`course_id`), + KEY `t_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_feedback_valuetmp` +-- + +LOCK TABLES `t_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `t_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_file_conversion` +-- + +DROP TABLE IF EXISTS `t_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_fileconv_sou_ix` (`sourcefileid`), + KEY `t_fileconv_des_ix` (`destfileid`), + KEY `t_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_file_conversion` +-- + +LOCK TABLES `t_file_conversion` WRITE; +/*!40000 ALTER TABLE `t_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_files` +-- + +DROP TABLE IF EXISTS `t_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_file_pat_uix` (`pathnamehash`), + KEY `t_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `t_file_con_ix` (`contenthash`), + KEY `t_file_lic_ix` (`license`), + KEY `t_file_fil_ix` (`filename`), + KEY `t_file_con2_ix` (`contextid`), + KEY `t_file_use_ix` (`userid`), + KEY `t_file_ref_ix` (`referencefileid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_files` +-- + +LOCK TABLES `t_files` WRITE; +/*!40000 ALTER TABLE `t_files` DISABLE KEYS */; +INSERT INTO `t_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1734080351,1734080351,0,NULL); +/*!40000 ALTER TABLE `t_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_files_reference` +-- + +DROP TABLE IF EXISTS `t_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `t_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_files_reference` +-- + +LOCK TABLES `t_files_reference` WRITE; +/*!40000 ALTER TABLE `t_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_active` +-- + +DROP TABLE IF EXISTS `t_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtacti_confil_uix` (`contextid`,`filter`), + KEY `t_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_filter_active` +-- + +LOCK TABLES `t_filter_active` WRITE; +/*!40000 ALTER TABLE `t_filter_active` DISABLE KEYS */; +INSERT INTO `t_filter_active` 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 `t_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_config` +-- + +DROP TABLE IF EXISTS `t_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `t_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_filter_config` +-- + +LOCK TABLES `t_filter_config` WRITE; +/*!40000 ALTER TABLE `t_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `t_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_filter_wiris_formulas` +-- + +LOCK TABLES `t_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_folder` +-- + +DROP TABLE IF EXISTS `t_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint 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 `t_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_folder` +-- + +LOCK TABLES `t_folder` WRITE; +/*!40000 ALTER TABLE `t_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum` +-- + +DROP TABLE IF EXISTS `t_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foru_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum` +-- + +LOCK TABLES `t_forum` WRITE; +/*!40000 ALTER TABLE `t_forum` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_digests` +-- + +DROP TABLE IF EXISTS `t_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `t_forudige_use_ix` (`userid`), + KEY `t_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_digests` +-- + +LOCK TABLES `t_forum_digests` WRITE; +/*!40000 ALTER TABLE `t_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `t_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `t_forudiscsubs_for_ix` (`forum`), + KEY `t_forudiscsubs_use_ix` (`userid`), + KEY `t_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_discussion_subs` +-- + +LOCK TABLES `t_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `t_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_discussions` +-- + +DROP TABLE IF EXISTS `t_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_forudisc_use_ix` (`userid`), + KEY `t_forudisc_cou_ix` (`course`), + KEY `t_forudisc_for_ix` (`forum`), + KEY `t_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_discussions` +-- + +LOCK TABLES `t_forum_discussions` WRITE; +/*!40000 ALTER TABLE `t_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_grades` +-- + +DROP TABLE IF EXISTS `t_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `t_forugrad_use_ix` (`userid`), + KEY `t_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_grades` +-- + +LOCK TABLES `t_forum_grades` WRITE; +/*!40000 ALTER TABLE `t_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_posts` +-- + +DROP TABLE IF EXISTS `t_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_forupost_use_ix` (`userid`), + KEY `t_forupost_cre_ix` (`created`), + KEY `t_forupost_mai_ix` (`mailed`), + KEY `t_forupost_pri_ix` (`privatereplyto`), + KEY `t_forupost_dis_ix` (`discussion`), + KEY `t_forupost_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_posts` +-- + +LOCK TABLES `t_forum_posts` WRITE; +/*!40000 ALTER TABLE `t_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_queue` +-- + +DROP TABLE IF EXISTS `t_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foruqueu_use_ix` (`userid`), + KEY `t_foruqueu_dis_ix` (`discussionid`), + KEY `t_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_queue` +-- + +LOCK TABLES `t_forum_queue` WRITE; +/*!40000 ALTER TABLE `t_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_read` +-- + +DROP TABLE IF EXISTS `t_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_foruread_foruse_ix` (`forumid`,`userid`), + KEY `t_foruread_disuse_ix` (`discussionid`,`userid`), + KEY `t_foruread_posuse_ix` (`postid`,`userid`), + KEY `t_foruread_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_read` +-- + +LOCK TABLES `t_forum_read` WRITE; +/*!40000 ALTER TABLE `t_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `t_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_forusubs_usefor_uix` (`userid`,`forum`), + KEY `t_forusubs_use_ix` (`userid`), + KEY `t_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_forum_subscriptions` +-- + +LOCK TABLES `t_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `t_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_forum_track_prefs` +-- + +LOCK TABLES `t_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `t_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary` +-- + +DROP TABLE IF EXISTS `t_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary` +-- + +LOCK TABLES `t_glossary` WRITE; +/*!40000 ALTER TABLE `t_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_alias` +-- + +DROP TABLE IF EXISTS `t_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_alias` +-- + +LOCK TABLES `t_glossary_alias` WRITE; +/*!40000 ALTER TABLE `t_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_categories` +-- + +DROP TABLE IF EXISTS `t_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_categories` +-- + +LOCK TABLES `t_glossary_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_entries` +-- + +DROP TABLE IF EXISTS `t_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_glosentr_use_ix` (`userid`), + KEY `t_glosentr_con_ix` (`concept`), + KEY `t_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_entries` +-- + +LOCK TABLES `t_glossary_entries` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `t_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_glosentrcate_cat_ix` (`categoryid`), + KEY `t_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_entries_categories` +-- + +LOCK TABLES `t_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `t_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_glossary_formats` +-- + +DROP TABLE IF EXISTS `t_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_glossary_formats` +-- + +LOCK TABLES `t_glossary_formats` WRITE; +/*!40000 ALTER TABLE `t_glossary_formats` DISABLE KEYS */; +INSERT INTO `t_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `t_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_categories` +-- + +DROP TABLE IF EXISTS `t_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradcate_cou_ix` (`courseid`), + KEY `t_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_categories` +-- + +LOCK TABLES `t_grade_categories` WRITE; +/*!40000 ALTER TABLE `t_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_categories_history` +-- + +DROP TABLE IF EXISTS `t_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint 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 NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradcatehist_act_ix` (`action`), + KEY `t_gradcatehist_tim_ix` (`timemodified`), + KEY `t_gradcatehist_old_ix` (`oldid`), + KEY `t_gradcatehist_cou_ix` (`courseid`), + KEY `t_gradcatehist_par_ix` (`parent`), + KEY `t_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_categories_history` +-- + +LOCK TABLES `t_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `t_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_grades` +-- + +DROP TABLE IF EXISTS `t_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `t_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `t_gradgrad_ite_ix` (`itemid`), + KEY `t_gradgrad_use_ix` (`userid`), + KEY `t_gradgrad_raw_ix` (`rawscaleid`), + KEY `t_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_grades` +-- + +LOCK TABLES `t_grade_grades` WRITE; +/*!40000 ALTER TABLE `t_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_grades_history` +-- + +DROP TABLE IF EXISTS `t_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint 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 DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradgradhist_act_ix` (`action`), + KEY `t_gradgradhist_tim_ix` (`timemodified`), + KEY `t_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `t_gradgradhist_old_ix` (`oldid`), + KEY `t_gradgradhist_ite_ix` (`itemid`), + KEY `t_gradgradhist_use_ix` (`userid`), + KEY `t_gradgradhist_raw_ix` (`rawscaleid`), + KEY `t_gradgradhist_use2_ix` (`usermodified`), + KEY `t_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_grades_history` +-- + +LOCK TABLES `t_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `t_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `t_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_import_newitem` +-- + +LOCK TABLES `t_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `t_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_import_values` +-- + +DROP TABLE IF EXISTS `t_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradimpovalu_ite_ix` (`itemid`), + KEY `t_gradimpovalu_new_ix` (`newgradeitem`), + KEY `t_gradimpovalu_imp_ix` (`importer`), + KEY `t_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_import_values` +-- + +LOCK TABLES `t_grade_import_values` WRITE; +/*!40000 ALTER TABLE `t_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_items` +-- + +DROP TABLE IF EXISTS `t_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_graditem_locloc_ix` (`locked`,`locktime`), + KEY `t_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `t_graditem_gra_ix` (`gradetype`), + KEY `t_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `t_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), + KEY `t_graditem_cou_ix` (`courseid`), + KEY `t_graditem_cat_ix` (`categoryid`), + KEY `t_graditem_sca_ix` (`scaleid`), + KEY `t_graditem_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_items` +-- + +LOCK TABLES `t_grade_items` WRITE; +/*!40000 ALTER TABLE `t_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_items_history` +-- + +DROP TABLE IF EXISTS `t_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint 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 NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_graditemhist_act_ix` (`action`), + KEY `t_graditemhist_tim_ix` (`timemodified`), + KEY `t_graditemhist_old_ix` (`oldid`), + KEY `t_graditemhist_cou_ix` (`courseid`), + KEY `t_graditemhist_cat_ix` (`categoryid`), + KEY `t_graditemhist_sca_ix` (`scaleid`), + KEY `t_graditemhist_out_ix` (`outcomeid`), + KEY `t_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_items_history` +-- + +LOCK TABLES `t_grade_items_history` WRITE; +/*!40000 ALTER TABLE `t_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_letters` +-- + +DROP TABLE IF EXISTS `t_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_letters` +-- + +LOCK TABLES `t_grade_letters` WRITE; +/*!40000 ALTER TABLE `t_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `t_gradoutc_cou_ix` (`courseid`), + KEY `t_gradoutc_sca_ix` (`scaleid`), + KEY `t_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grade_outcomes` +-- + +LOCK TABLES `t_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `t_gradoutccour_cou_ix` (`courseid`), + KEY `t_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_outcomes_courses` +-- + +LOCK TABLES `t_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `t_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_gradoutchist_act_ix` (`action`), + KEY `t_gradoutchist_tim_ix` (`timemodified`), + KEY `t_gradoutchist_old_ix` (`oldid`), + KEY `t_gradoutchist_cou_ix` (`courseid`), + KEY `t_gradoutchist_sca_ix` (`scaleid`), + KEY `t_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_outcomes_history` +-- + +LOCK TABLES `t_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `t_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grade_settings` +-- + +DROP TABLE IF EXISTS `t_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradsett_counam_uix` (`courseid`,`name`), + KEY `t_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grade_settings` +-- + +LOCK TABLES `t_grade_settings` WRITE; +/*!40000 ALTER TABLE `t_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_areas` +-- + +DROP TABLE IF EXISTS `t_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `t_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_grading_areas` +-- + +LOCK TABLES `t_grading_areas` WRITE; +/*!40000 ALTER TABLE `t_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_definitions` +-- + +DROP TABLE IF EXISTS `t_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_graddefi_aremet_uix` (`areaid`,`method`), + KEY `t_graddefi_are_ix` (`areaid`), + KEY `t_graddefi_use_ix` (`usermodified`), + KEY `t_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grading_definitions` +-- + +LOCK TABLES `t_grading_definitions` WRITE; +/*!40000 ALTER TABLE `t_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_grading_instances` +-- + +DROP TABLE IF EXISTS `t_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradinst_def_ix` (`definitionid`), + KEY `t_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_grading_instances` +-- + +LOCK TABLES `t_grading_instances` WRITE; +/*!40000 ALTER TABLE `t_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_guide_comments` +-- + +LOCK TABLES `t_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `t_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_guide_criteria` +-- + +LOCK TABLES `t_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `t_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradguidfill_ins_ix` (`instanceid`), + KEY `t_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_gradingform_guide_fillings` +-- + +LOCK TABLES `t_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_rubric_criteria` +-- + +LOCK TABLES `t_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `t_gradrubrfill_lev_ix` (`levelid`), + KEY `t_gradrubrfill_ins_ix` (`instanceid`), + KEY `t_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_gradingform_rubric_fillings` +-- + +LOCK TABLES `t_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `t_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_gradingform_rubric_levels` +-- + +LOCK TABLES `t_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groupings` +-- + +DROP TABLE IF EXISTS `t_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grou_idn2_ix` (`idnumber`), + KEY `t_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_groupings` +-- + +LOCK TABLES `t_groupings` WRITE; +/*!40000 ALTER TABLE `t_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groupings_groups` +-- + +DROP TABLE IF EXISTS `t_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grougrou_gro_ix` (`groupingid`), + KEY `t_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_groupings_groups` +-- + +LOCK TABLES `t_groupings_groups` WRITE; +/*!40000 ALTER TABLE `t_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groups` +-- + +DROP TABLE IF EXISTS `t_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_grou_idn_ix` (`idnumber`), + KEY `t_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_groups` +-- + +LOCK TABLES `t_groups` WRITE; +/*!40000 ALTER TABLE `t_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_groups_members` +-- + +DROP TABLE IF EXISTS `t_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `t_groumemb_gro_ix` (`groupid`), + KEY `t_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_groups_members` +-- + +LOCK TABLES `t_groups_members` WRITE; +/*!40000 ALTER TABLE `t_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p` +-- + +DROP TABLE IF EXISTS `t_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_h5p_pat_ix` (`pathnamehash`), + KEY `t_h5p_mai_ix` (`mainlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p` +-- + +LOCK TABLES `t_h5p` WRITE; +/*!40000 ALTER TABLE `t_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `t_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `t_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_contents_libraries` +-- + +LOCK TABLES `t_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_libraries` +-- + +DROP TABLE IF EXISTS `t_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_libraries` +-- + +LOCK TABLES `t_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `t_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_libraries_cachedassets` +-- + +LOCK TABLES `t_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `t_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_h5plibrdepe_lib_ix` (`libraryid`), + KEY `t_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5p_library_dependencies` +-- + +LOCK TABLES `t_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity` +-- + +DROP TABLE IF EXISTS `t_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity` +-- + +LOCK TABLES `t_h5pactivity` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `t_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `t_h5paatte_tim_ix` (`timecreated`), + KEY `t_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `t_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `t_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity_attempts` +-- + +LOCK TABLES `t_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `t_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `t_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_h5pactivity_attempts_results` +-- + +LOCK TABLES `t_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_imscp` +-- + +DROP TABLE IF EXISTS `t_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_imscp` +-- + +LOCK TABLES `t_imscp` WRITE; +/*!40000 ALTER TABLE `t_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_infected_files` +-- + +DROP TABLE IF EXISTS `t_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_infected_files` +-- + +LOCK TABLES `t_infected_files` WRITE; +/*!40000 ALTER TABLE `t_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_label` +-- + +DROP TABLE IF EXISTS `t_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_label` +-- + +LOCK TABLES `t_label` WRITE; +/*!40000 ALTER TABLE `t_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson` +-- + +DROP TABLE IF EXISTS `t_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson` +-- + +LOCK TABLES `t_lesson` WRITE; +/*!40000 ALTER TABLE `t_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_answers` +-- + +DROP TABLE IF EXISTS `t_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessansw_les_ix` (`lessonid`), + KEY `t_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_answers` +-- + +LOCK TABLES `t_lesson_answers` WRITE; +/*!40000 ALTER TABLE `t_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_attempts` +-- + +DROP TABLE IF EXISTS `t_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessatte_use_ix` (`userid`), + KEY `t_lessatte_les_ix` (`lessonid`), + KEY `t_lessatte_pag_ix` (`pageid`), + KEY `t_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_attempts` +-- + +LOCK TABLES `t_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `t_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_branch` +-- + +DROP TABLE IF EXISTS `t_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessbran_use_ix` (`userid`), + KEY `t_lessbran_les_ix` (`lessonid`), + KEY `t_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_branch` +-- + +LOCK TABLES `t_lesson_branch` WRITE; +/*!40000 ALTER TABLE `t_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_grades` +-- + +DROP TABLE IF EXISTS `t_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lessgrad_use_ix` (`userid`), + KEY `t_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_grades` +-- + +LOCK TABLES `t_lesson_grades` WRITE; +/*!40000 ALTER TABLE `t_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_overrides` +-- + +DROP TABLE IF EXISTS `t_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_lessover_les_ix` (`lessonid`), + KEY `t_lessover_gro_ix` (`groupid`), + KEY `t_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_overrides` +-- + +LOCK TABLES `t_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `t_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_pages` +-- + +DROP TABLE IF EXISTS `t_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_pages` +-- + +LOCK TABLES `t_lesson_pages` WRITE; +/*!40000 ALTER TABLE `t_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lesson_timer` +-- + +DROP TABLE IF EXISTS `t_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_lesstime_use_ix` (`userid`), + KEY `t_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lesson_timer` +-- + +LOCK TABLES `t_lesson_timer` WRITE; +/*!40000 ALTER TABLE `t_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_license` +-- + +DROP TABLE IF EXISTS `t_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_license` +-- + +LOCK TABLES `t_license` WRITE; +/*!40000 ALTER TABLE `t_license` DISABLE KEYS */; +INSERT INTO `t_license` 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 `t_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lock_db` +-- + +DROP TABLE IF EXISTS `t_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_lockdb_res_uix` (`resourcekey`), + KEY `t_lockdb_exp_ix` (`expires`), + KEY `t_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_lock_db` +-- + +LOCK TABLES `t_lock_db` WRITE; +/*!40000 ALTER TABLE `t_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log` +-- + +DROP TABLE IF EXISTS `t_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_log_coumodact_ix` (`course`,`module`,`action`), + KEY `t_log_tim_ix` (`time`), + KEY `t_log_act_ix` (`action`), + KEY `t_log_usecou_ix` (`userid`,`course`), + KEY `t_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_log` +-- + +LOCK TABLES `t_log` WRITE; +/*!40000 ALTER TABLE `t_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log_display` +-- + +DROP TABLE IF EXISTS `t_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_log_display` +-- + +LOCK TABLES `t_log_display` WRITE; +/*!40000 ALTER TABLE `t_log_display` DISABLE KEYS */; +INSERT INTO `t_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); +/*!40000 ALTER TABLE `t_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_log_queries` +-- + +DROP TABLE IF EXISTS `t_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_log_queries` +-- + +LOCK TABLES `t_log_queries` WRITE; +/*!40000 ALTER TABLE `t_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `t_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_logsstanlog_tim_ix` (`timecreated`), + KEY `t_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `t_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `t_logsstanlog_con_ix` (`contextid`), + KEY `t_logsstanlog_use_ix` (`userid`), + KEY `t_logsstanlog_cou_ix` (`courseid`), + KEY `t_logsstanlog_rea_ix` (`realuserid`), + KEY `t_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_logstore_standard_log` +-- + +LOCK TABLES `t_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `t_logstore_standard_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti` +-- + +DROP TABLE IF EXISTS `t_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti` +-- + +LOCK TABLES `t_lti` WRITE; +/*!40000 ALTER TABLE `t_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `t_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltiaccetoke_tok_uix` (`token`), + KEY `t_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_access_tokens` +-- + +LOCK TABLES `t_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `t_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_submission` +-- + +DROP TABLE IF EXISTS `t_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_submission` +-- + +LOCK TABLES `t_lti_submission` WRITE; +/*!40000 ALTER TABLE `t_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `t_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_tool_proxies` +-- + +LOCK TABLES `t_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `t_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltitoolsett_too_ix` (`toolproxyid`), + KEY `t_ltitoolsett_typ_ix` (`typeid`), + KEY `t_ltitoolsett_cou_ix` (`course`), + KEY `t_ltitoolsett_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_tool_settings` +-- + +LOCK TABLES `t_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `t_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_types` +-- + +DROP TABLE IF EXISTS `t_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_ltitype_cli_uix` (`clientid`), + KEY `t_ltitype_cou_ix` (`course`), + KEY `t_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_types` +-- + +LOCK TABLES `t_lti_types` WRITE; +/*!40000 ALTER TABLE `t_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_lti_types_config` +-- + +DROP TABLE IF EXISTS `t_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_lti_types_config` +-- + +LOCK TABLES `t_lti_types_config` WRITE; +/*!40000 ALTER TABLE `t_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `t_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_ltisgrad_lti_ix` (`ltilinkid`), + KEY `t_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_ltiservice_gradebookservices` +-- + +LOCK TABLES `t_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message` +-- + +DROP TABLE IF EXISTS `t_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message` +-- + +LOCK TABLES `t_message` WRITE; +/*!40000 ALTER TABLE `t_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `t_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_airnotifier_devices` +-- + +LOCK TABLES `t_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_contact_requests` +-- + +DROP TABLE IF EXISTS `t_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `t_messcontrequ_use_ix` (`userid`), + KEY `t_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_contact_requests` +-- + +LOCK TABLES `t_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `t_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_contacts` +-- + +DROP TABLE IF EXISTS `t_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messcont_usecon_uix` (`userid`,`contactid`), + KEY `t_messcont_use_ix` (`userid`), + KEY `t_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_contacts` +-- + +LOCK TABLES `t_message_contacts` WRITE; +/*!40000 ALTER TABLE `t_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `t_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messconvacti_use_ix` (`userid`), + KEY `t_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversation_actions` +-- + +LOCK TABLES `t_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversation_members` +-- + +DROP TABLE IF EXISTS `t_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messconvmemb_con_ix` (`conversationid`), + KEY `t_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversation_members` +-- + +LOCK TABLES `t_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `t_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_conversations` +-- + +DROP TABLE IF EXISTS `t_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_messconv_typ_ix` (`type`), + KEY `t_messconv_con_ix` (`convhash`), + KEY `t_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), + KEY `t_messconv_con2_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_conversations` +-- + +LOCK TABLES `t_message_conversations` WRITE; +/*!40000 ALTER TABLE `t_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_email_messages` +-- + +DROP TABLE IF EXISTS `t_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messemaimess_use_ix` (`useridto`), + KEY `t_messemaimess_con_ix` (`conversationid`), + KEY `t_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_email_messages` +-- + +LOCK TABLES `t_message_email_messages` WRITE; +/*!40000 ALTER TABLE `t_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_popup` +-- + +DROP TABLE IF EXISTS `t_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `t_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_popup` +-- + +LOCK TABLES `t_message_popup` WRITE; +/*!40000 ALTER TABLE `t_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `t_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_popup_notifications` +-- + +LOCK TABLES `t_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `t_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_processors` +-- + +DROP TABLE IF EXISTS `t_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_processors` +-- + +LOCK TABLES `t_message_processors` WRITE; +/*!40000 ALTER TABLE `t_message_processors` DISABLE KEYS */; +INSERT INTO `t_message_processors` VALUES (1,'airnotifier',1),(2,'email',1),(3,'popup',1); +/*!40000 ALTER TABLE `t_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_providers` +-- + +DROP TABLE IF EXISTS `t_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_message_providers` +-- + +LOCK TABLES `t_message_providers` WRITE; +/*!40000 ALTER TABLE `t_message_providers` DISABLE KEYS */; +INSERT INTO `t_message_providers` 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,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); +/*!40000 ALTER TABLE `t_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_read` +-- + +DROP TABLE IF EXISTS `t_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `t_messread_nottim_ix` (`notification`,`timeread`), + KEY `t_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `t_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_read` +-- + +LOCK TABLES `t_message_read` WRITE; +/*!40000 ALTER TABLE `t_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_user_actions` +-- + +DROP TABLE IF EXISTS `t_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `t_messuseracti_use_ix` (`userid`), + KEY `t_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_user_actions` +-- + +LOCK TABLES `t_message_user_actions` WRITE; +/*!40000 ALTER TABLE `t_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_message_users_blocked` +-- + +DROP TABLE IF EXISTS `t_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `t_messuserbloc_use_ix` (`userid`), + KEY `t_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_message_users_blocked` +-- + +LOCK TABLES `t_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `t_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `t_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_messdata_handat_uix` (`handler`,`datavalue`), + KEY `t_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_datakeys` +-- + +LOCK TABLES `t_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `t_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_handlers` +-- + +LOCK TABLES `t_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `t_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `t_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `t_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messageinbound_messagelist` +-- + +LOCK TABLES `t_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_messages` +-- + +DROP TABLE IF EXISTS `t_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `t_mess_use_ix` (`useridfrom`), + KEY `t_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_messages` +-- + +LOCK TABLES `t_messages` WRITE; +/*!40000 ALTER TABLE `t_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_application` +-- + +DROP TABLE IF EXISTS `t_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_application` +-- + +LOCK TABLES `t_mnet_application` WRITE; +/*!40000 ALTER TABLE `t_mnet_application` DISABLE KEYS */; +INSERT INTO `t_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `t_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_host` +-- + +DROP TABLE IF EXISTS `t_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_mnethost_las_ix` (`last_log_id`), + KEY `t_mnethost_app_ix` (`applicationid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_host` +-- + +LOCK TABLES `t_mnet_host` WRITE; +/*!40000 ALTER TABLE `t_mnet_host` DISABLE KEYS */; +INSERT INTO `t_mnet_host` VALUES (1,0,'https://www.example.com/moodle','93.184.215.14','','',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 `t_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_host2service` +-- + +DROP TABLE IF EXISTS `t_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_host2service` +-- + +LOCK TABLES `t_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `t_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_log` +-- + +DROP TABLE IF EXISTS `t_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_log` +-- + +LOCK TABLES `t_mnet_log` WRITE; +/*!40000 ALTER TABLE `t_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_remote_rpc` +-- + +LOCK TABLES `t_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `t_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_remote_service2rpc` +-- + +LOCK TABLES `t_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `t_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_rpc` +-- + +LOCK TABLES `t_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `t_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_service` +-- + +DROP TABLE IF EXISTS `t_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_service` +-- + +LOCK TABLES `t_mnet_service` WRITE; +/*!40000 ALTER TABLE `t_mnet_service` DISABLE KEYS */; +INSERT INTO `t_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `t_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `t_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_mnet_service2rpc` +-- + +LOCK TABLES `t_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `t_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `t_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `t_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_session` +-- + +DROP TABLE IF EXISTS `t_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetsess_tok_uix` (`token`), + KEY `t_mnetsess_use_ix` (`userid`), + KEY `t_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_session` +-- + +LOCK TABLES `t_mnet_session` WRITE; +/*!40000 ALTER TABLE `t_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `t_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnet_sso_access_control` +-- + +LOCK TABLES `t_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `t_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnetservice_enrol_courses` +-- + +LOCK TABLES `t_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `t_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_mnetenroenro_use_ix` (`userid`), + KEY `t_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `t_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_modules` +-- + +DROP TABLE IF EXISTS `t_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_modules` +-- + +LOCK TABLES `t_modules` WRITE; +/*!40000 ALTER TABLE `t_modules` DISABLE KEYS */; +INSERT INTO `t_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); +/*!40000 ALTER TABLE `t_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_my_pages` +-- + +DROP TABLE IF EXISTS `t_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_my_pages` +-- + +LOCK TABLES `t_my_pages` WRITE; +/*!40000 ALTER TABLE `t_my_pages` DISABLE KEYS */; +INSERT INTO `t_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `t_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_notifications` +-- + +DROP TABLE IF EXISTS `t_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_noti_use_ix` (`useridfrom`), + KEY `t_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_notifications` +-- + +LOCK TABLES `t_notifications` WRITE; +/*!40000 ALTER TABLE `t_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `t_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautaccetoke_iss_uix` (`issuerid`), + KEY `t_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_access_token` +-- + +LOCK TABLES `t_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `t_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_oautendp_iss_ix` (`issuerid`), + KEY `t_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_endpoint` +-- + +LOCK TABLES `t_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `t_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `t_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_issuer` +-- + +LOCK TABLES `t_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `t_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `t_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `t_oautrefrtoke_iss_ix` (`issuerid`), + KEY `t_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_refresh_token` +-- + +LOCK TABLES `t_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `t_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautsystacco_iss_uix` (`issuerid`), + KEY `t_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_oauth2_system_account` +-- + +LOCK TABLES `t_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `t_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `t_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `t_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `t_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_oauth2_user_field_mapping` +-- + +LOCK TABLES `t_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_page` +-- + +DROP TABLE IF EXISTS `t_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_page_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_page` +-- + +LOCK TABLES `t_page` WRITE; +/*!40000 ALTER TABLE `t_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_paygw_paypal` +-- + +DROP TABLE IF EXISTS `t_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `t_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_paygw_paypal` +-- + +LOCK TABLES `t_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `t_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payment_accounts` +-- + +DROP TABLE IF EXISTS `t_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payment_accounts` +-- + +LOCK TABLES `t_payment_accounts` WRITE; +/*!40000 ALTER TABLE `t_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payment_gateways` +-- + +DROP TABLE IF EXISTS `t_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payment_gateways` +-- + +LOCK TABLES `t_payment_gateways` WRITE; +/*!40000 ALTER TABLE `t_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_payments` +-- + +DROP TABLE IF EXISTS `t_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_paym_gat_ix` (`gateway`), + KEY `t_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `t_paym_use_ix` (`userid`), + KEY `t_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_payments` +-- + +LOCK TABLES `t_payments` WRITE; +/*!40000 ALTER TABLE `t_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_instance` +-- + +LOCK TABLES `t_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_portinstconf_nam_ix` (`name`), + KEY `t_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_instance_config` +-- + +LOCK TABLES `t_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `t_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_portinstuser_ins_ix` (`instance`), + KEY `t_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_instance_user` +-- + +LOCK TABLES `t_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `t_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_log` +-- + +DROP TABLE IF EXISTS `t_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_portlog_use_ix` (`userid`), + KEY `t_portlog_por_ix` (`portfolio`), + KEY `t_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_log` +-- + +LOCK TABLES `t_portfolio_log` WRITE; +/*!40000 ALTER TABLE `t_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `t_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_portmahaqueu_tok_ix` (`token`), + KEY `t_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_portfolio_mahara_queue` +-- + +LOCK TABLES `t_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `t_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_porttemp_use_ix` (`userid`), + KEY `t_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_portfolio_tempdata` +-- + +LOCK TABLES `t_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `t_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_post` +-- + +DROP TABLE IF EXISTS `t_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_post_iduse_uix` (`id`,`userid`), + KEY `t_post_las_ix` (`lastmodified`), + KEY `t_post_mod_ix` (`module`), + KEY `t_post_sub_ix` (`subject`), + KEY `t_post_use_ix` (`usermodified`), + KEY `t_post_cou_ix` (`courseid`), + KEY `t_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_post` +-- + +LOCK TABLES `t_post` WRITE; +/*!40000 ALTER TABLE `t_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_profiling` +-- + +DROP TABLE IF EXISTS `t_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_prof_run_uix` (`runid`), + KEY `t_prof_urlrun_ix` (`url`,`runreference`), + KEY `t_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_profiling` +-- + +LOCK TABLES `t_profiling` WRITE; +/*!40000 ALTER TABLE `t_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddimageortext` +-- + +LOCK TABLES `t_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddimageortext_drags` +-- + +LOCK TABLES `t_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `t_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddimageortext_drops` +-- + +LOCK TABLES `t_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_ddmarker` +-- + +LOCK TABLES `t_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddmarker_drags` +-- + +LOCK TABLES `t_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `t_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_ddmarker_drops` +-- + +LOCK TABLES `t_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `t_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_essay_options` +-- + +LOCK TABLES `t_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `t_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_essaywiris_backup` +-- + +LOCK TABLES `t_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_match_options` +-- + +DROP TABLE IF EXISTS `t_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_qtype_match_options` +-- + +LOCK TABLES `t_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `t_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_match_subquestions` +-- + +LOCK TABLES `t_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `t_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_multichoice_options` +-- + +LOCK TABLES `t_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `t_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_randomsamatch_options` +-- + +LOCK TABLES `t_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `t_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_shortanswer_options` +-- + +LOCK TABLES `t_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_wq` +-- + +DROP TABLE IF EXISTS `t_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `t_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_wq` +-- + +LOCK TABLES `t_qtype_wq` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `t_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_qtype_wq_variables` +-- + +LOCK TABLES `t_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `t_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question` +-- + +DROP TABLE IF EXISTS `t_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_ques_qty_ix` (`qtype`), + KEY `t_ques_par_ix` (`parent`), + KEY `t_ques_cre_ix` (`createdby`), + KEY `t_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question` +-- + +LOCK TABLES `t_question` WRITE; +/*!40000 ALTER TABLE `t_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_answers` +-- + +DROP TABLE IF EXISTS `t_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_answers` +-- + +LOCK TABLES `t_question_answers` WRITE; +/*!40000 ALTER TABLE `t_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `t_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempt_step_data` +-- + +LOCK TABLES `t_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `t_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `t_quesattestep_que_ix` (`questionattemptid`), + KEY `t_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempt_steps` +-- + +LOCK TABLES `t_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `t_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_attempts` +-- + +DROP TABLE IF EXISTS `t_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `t_quesatte_beh_ix` (`behaviour`), + KEY `t_quesatte_que_ix` (`questionid`), + KEY `t_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_attempts` +-- + +LOCK TABLES `t_question_attempts` WRITE; +/*!40000 ALTER TABLE `t_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_bank_entries` +-- + +DROP TABLE IF EXISTS `t_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `t_quesbankentr_que_ix` (`questioncategoryid`), + KEY `t_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_bank_entries` +-- + +LOCK TABLES `t_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `t_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_calculated` +-- + +DROP TABLE IF EXISTS `t_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `t_quescalc_ans_ix` (`answer`), + KEY `t_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_calculated` +-- + +LOCK TABLES `t_question_calculated` WRITE; +/*!40000 ALTER TABLE `t_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_calculated_options` +-- + +DROP TABLE IF EXISTS `t_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_calculated_options` +-- + +LOCK TABLES `t_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `t_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_categories` +-- + +DROP TABLE IF EXISTS `t_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `t_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `t_quescate_con_ix` (`contextid`), + KEY `t_quescate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_categories` +-- + +LOCK TABLES `t_question_categories` WRITE; +/*!40000 ALTER TABLE `t_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `t_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_dataset_definitions` +-- + +LOCK TABLES `t_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_dataset_items` +-- + +DROP TABLE IF EXISTS `t_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_dataset_items` +-- + +LOCK TABLES `t_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `t_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_datasets` +-- + +DROP TABLE IF EXISTS `t_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `t_quesdata_que_ix` (`question`), + KEY `t_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_datasets` +-- + +LOCK TABLES `t_question_datasets` WRITE; +/*!40000 ALTER TABLE `t_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_ddwtos` +-- + +DROP TABLE IF EXISTS `t_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_ddwtos` +-- + +LOCK TABLES `t_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `t_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_gapselect` +-- + +DROP TABLE IF EXISTS `t_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_gapselect` +-- + +LOCK TABLES `t_question_gapselect` WRITE; +/*!40000 ALTER TABLE `t_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_hints` +-- + +DROP TABLE IF EXISTS `t_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_hints` +-- + +LOCK TABLES `t_question_hints` WRITE; +/*!40000 ALTER TABLE `t_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_multianswer` +-- + +DROP TABLE IF EXISTS `t_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesmult_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_multianswer` +-- + +LOCK TABLES `t_question_multianswer` WRITE; +/*!40000 ALTER TABLE `t_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical` +-- + +DROP TABLE IF EXISTS `t_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `t_quesnume_ans_ix` (`answer`), + KEY `t_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_numerical` +-- + +LOCK TABLES `t_question_numerical` WRITE; +/*!40000 ALTER TABLE `t_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical_options` +-- + +DROP TABLE IF EXISTS `t_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `t_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_numerical_options` +-- + +LOCK TABLES `t_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_numerical_units` +-- + +DROP TABLE IF EXISTS `t_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `t_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_numerical_units` +-- + +LOCK TABLES `t_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `t_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_references` +-- + +DROP TABLE IF EXISTS `t_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quesrefe_usi_ix` (`usingcontextid`), + KEY `t_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_references` +-- + +LOCK TABLES `t_question_references` WRITE; +/*!40000 ALTER TABLE `t_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_response_analysis` +-- + +DROP TABLE IF EXISTS `t_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_response_analysis` +-- + +LOCK TABLES `t_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `t_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_response_count` +-- + +DROP TABLE IF EXISTS `t_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_response_count` +-- + +LOCK TABLES `t_question_response_count` WRITE; +/*!40000 ALTER TABLE `t_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_set_references` +-- + +DROP TABLE IF EXISTS `t_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `t_quessetrefe_usi_ix` (`usingcontextid`), + KEY `t_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_set_references` +-- + +LOCK TABLES `t_question_set_references` WRITE; +/*!40000 ALTER TABLE `t_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_statistics` +-- + +DROP TABLE IF EXISTS `t_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_statistics` +-- + +LOCK TABLES `t_question_statistics` WRITE; +/*!40000 ALTER TABLE `t_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_truefalse` +-- + +DROP TABLE IF EXISTS `t_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `t_questrue_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_question_truefalse` +-- + +LOCK TABLES `t_question_truefalse` WRITE; +/*!40000 ALTER TABLE `t_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_usages` +-- + +DROP TABLE IF EXISTS `t_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_usages` +-- + +LOCK TABLES `t_question_usages` WRITE; +/*!40000 ALTER TABLE `t_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_question_versions` +-- + +DROP TABLE IF EXISTS `t_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `t_quesvers_que_ix` (`questionbankentryid`), + KEY `t_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_question_versions` +-- + +LOCK TABLES `t_question_versions` WRITE; +/*!40000 ALTER TABLE `t_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz` +-- + +DROP TABLE IF EXISTS `t_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quiz_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quiz` +-- + +LOCK TABLES `t_quiz` WRITE; +/*!40000 ALTER TABLE `t_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_attempts` +-- + +DROP TABLE IF EXISTS `t_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `t_quizatte_uni_uix` (`uniqueid`), + KEY `t_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `t_quizatte_qui_ix` (`quiz`), + KEY `t_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quiz_attempts` +-- + +LOCK TABLES `t_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `t_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_feedback` +-- + +DROP TABLE IF EXISTS `t_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint 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 `t_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_feedback` +-- + +LOCK TABLES `t_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `t_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_grades` +-- + +DROP TABLE IF EXISTS `t_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quizgrad_use_ix` (`userid`), + KEY `t_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_grades` +-- + +LOCK TABLES `t_quiz_grades` WRITE; +/*!40000 ALTER TABLE `t_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_overrides` +-- + +DROP TABLE IF EXISTS `t_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_quizover_qui_ix` (`quiz`), + KEY `t_quizover_gro_ix` (`groupid`), + KEY `t_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_overrides` +-- + +LOCK TABLES `t_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `t_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `t_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_overview_regrades` +-- + +LOCK TABLES `t_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_reports` +-- + +DROP TABLE IF EXISTS `t_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_reports` +-- + +LOCK TABLES `t_quiz_reports` WRITE; +/*!40000 ALTER TABLE `t_quiz_reports` DISABLE KEYS */; +INSERT INTO `t_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `t_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_sections` +-- + +DROP TABLE IF EXISTS `t_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `t_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_sections` +-- + +LOCK TABLES `t_quiz_sections` WRITE; +/*!40000 ALTER TABLE `t_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_slots` +-- + +DROP TABLE IF EXISTS `t_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `t_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_quiz_slots` +-- + +LOCK TABLES `t_quiz_slots` WRITE; +/*!40000 ALTER TABLE `t_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quiz_statistics` +-- + +DROP TABLE IF EXISTS `t_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint 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_bin 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 `t_quiz_statistics` +-- + +LOCK TABLES `t_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `t_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `t_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `t_quizsebquiz_cmi_uix` (`cmid`), + KEY `t_quizsebquiz_tem_ix` (`templateid`), + KEY `t_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `t_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `t_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_quizaccess_seb_template` +-- + +LOCK TABLES `t_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_rating` +-- + +DROP TABLE IF EXISTS `t_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `t_rati_con_ix` (`contextid`), + KEY `t_rati_use_ix` (`userid`), + KEY `t_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_rating` +-- + +LOCK TABLES `t_rating` WRITE; +/*!40000 ALTER TABLE `t_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_registration_hubs` +-- + +DROP TABLE IF EXISTS `t_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_registration_hubs` +-- + +LOCK TABLES `t_registration_hubs` WRITE; +/*!40000 ALTER TABLE `t_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repoaudi_rep_ix` (`reportid`), + KEY `t_repoaudi_use_ix` (`usercreated`), + KEY `t_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_audience` +-- + +LOCK TABLES `t_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repocolu_rep_ix` (`reportid`), + KEY `t_repocolu_use_ix` (`usercreated`), + KEY `t_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_column` +-- + +LOCK TABLES `t_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repofilt_rep_ix` (`reportid`), + KEY `t_repofilt_use_ix` (`usercreated`), + KEY `t_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_filter` +-- + +LOCK TABLES `t_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reporepo_use_ix` (`usercreated`), + KEY `t_reporepo_use2_ix` (`usermodified`), + KEY `t_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_report` +-- + +LOCK TABLES `t_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `t_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reposche_rep_ix` (`reportid`), + KEY `t_reposche_use_ix` (`userviewas`), + KEY `t_reposche_use2_ix` (`usercreated`), + KEY `t_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_reportbuilder_schedule` +-- + +LOCK TABLES `t_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository` +-- + +DROP TABLE IF EXISTS `t_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_repository` +-- + +LOCK TABLES `t_repository` WRITE; +/*!40000 ALTER TABLE `t_repository` DISABLE KEYS */; +INSERT INTO `t_repository` 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 `t_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_instance_config` +-- + +DROP TABLE IF EXISTS `t_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_repository_instance_config` +-- + +LOCK TABLES `t_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `t_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_instances` +-- + +DROP TABLE IF EXISTS `t_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_repoinst_use_ix` (`userid`), + KEY `t_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_repository_instances` +-- + +LOCK TABLES `t_repository_instances` WRITE; +/*!40000 ALTER TABLE `t_repository_instances` DISABLE KEYS */; +INSERT INTO `t_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1734080322,1734080322,0),(2,'',2,0,1,NULL,NULL,1734080322,1734080322,0),(3,'',3,0,1,NULL,NULL,1734080325,1734080325,0),(4,'',4,0,1,NULL,NULL,1734080326,1734080326,0),(5,'',5,0,1,NULL,NULL,1734080327,1734080327,0),(6,'',6,0,1,NULL,NULL,1734080327,1734080327,0),(7,'',7,0,1,NULL,NULL,1734080327,1734080327,0),(8,'',8,0,1,NULL,NULL,1734080328,1734080328,0); +/*!40000 ALTER TABLE `t_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `t_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_repository_onedrive_access` +-- + +LOCK TABLES `t_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `t_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_resource` +-- + +DROP TABLE IF EXISTS `t_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_resource` +-- + +LOCK TABLES `t_resource` WRITE; +/*!40000 ALTER TABLE `t_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_resource_old` +-- + +DROP TABLE IF EXISTS `t_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_resoold_old_uix` (`oldid`), + KEY `t_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_resource_old` +-- + +LOCK TABLES `t_resource_old` WRITE; +/*!40000 ALTER TABLE `t_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role` +-- + +DROP TABLE IF EXISTS `t_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_role_sor_uix` (`sortorder`), + UNIQUE KEY `t_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role` +-- + +LOCK TABLES `t_role` WRITE; +/*!40000 ALTER TABLE `t_role` DISABLE KEYS */; +INSERT INTO `t_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `t_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_assign` +-- + +DROP TABLE IF EXISTS `t_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `t_rolealloassi_rol_ix` (`roleid`), + KEY `t_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_allow_assign` +-- + +LOCK TABLES `t_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `t_role_allow_assign` DISABLE KEYS */; +INSERT INTO `t_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `t_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_override` +-- + +DROP TABLE IF EXISTS `t_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `t_rolealloover_rol_ix` (`roleid`), + KEY `t_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_allow_override` +-- + +LOCK TABLES `t_role_allow_override` WRITE; +/*!40000 ALTER TABLE `t_role_allow_override` DISABLE KEYS */; +INSERT INTO `t_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `t_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_switch` +-- + +DROP TABLE IF EXISTS `t_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `t_rolealloswit_rol_ix` (`roleid`), + KEY `t_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_allow_switch` +-- + +LOCK TABLES `t_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `t_role_allow_switch` DISABLE KEYS */; +INSERT INTO `t_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `t_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_allow_view` +-- + +DROP TABLE IF EXISTS `t_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `t_rolealloview_rol_ix` (`roleid`), + KEY `t_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_allow_view` +-- + +LOCK TABLES `t_role_allow_view` WRITE; +/*!40000 ALTER TABLE `t_role_allow_view` DISABLE KEYS */; +INSERT INTO `t_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `t_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_assignments` +-- + +DROP TABLE IF EXISTS `t_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_roleassi_sor_ix` (`sortorder`), + KEY `t_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `t_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `t_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `t_roleassi_rol_ix` (`roleid`), + KEY `t_roleassi_con_ix` (`contextid`), + KEY `t_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_assignments` +-- + +LOCK TABLES `t_role_assignments` WRITE; +/*!40000 ALTER TABLE `t_role_assignments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_capabilities` +-- + +DROP TABLE IF EXISTS `t_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `t_rolecapa_rol_ix` (`roleid`), + KEY `t_rolecapa_con_ix` (`contextid`), + KEY `t_rolecapa_mod_ix` (`modifierid`), + KEY `t_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1488 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_capabilities` +-- + +LOCK TABLES `t_role_capabilities` WRITE; +/*!40000 ALTER TABLE `t_role_capabilities` DISABLE KEYS */; +INSERT INTO `t_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1734080174,0),(2,1,2,'moodle/site:configview',1,1734080174,0),(3,1,1,'moodle/site:readallmessages',1,1734080174,0),(4,1,3,'moodle/site:readallmessages',1,1734080174,0),(5,1,1,'moodle/site:manageallmessaging',1,1734080174,0),(6,1,1,'moodle/site:deleteanymessage',1,1734080174,0),(7,1,1,'moodle/site:sendmessage',1,1734080174,0),(8,1,7,'moodle/site:sendmessage',1,1734080174,0),(9,1,7,'moodle/site:senderrormessage',1,1734080174,0),(10,1,7,'moodle/site:deleteownmessage',1,1734080174,0),(11,1,1,'moodle/site:approvecourse',1,1734080174,0),(12,1,3,'moodle/backup:backupcourse',1,1734080174,0),(13,1,1,'moodle/backup:backupcourse',1,1734080174,0),(14,1,3,'moodle/backup:backupsection',1,1734080174,0),(15,1,1,'moodle/backup:backupsection',1,1734080174,0),(16,1,3,'moodle/backup:backupactivity',1,1734080175,0),(17,1,1,'moodle/backup:backupactivity',1,1734080175,0),(18,1,3,'moodle/backup:backuptargetimport',1,1734080175,0),(19,1,1,'moodle/backup:backuptargetimport',1,1734080175,0),(20,1,3,'moodle/backup:downloadfile',1,1734080175,0),(21,1,1,'moodle/backup:downloadfile',1,1734080175,0),(22,1,3,'moodle/backup:configure',1,1734080175,0),(23,1,1,'moodle/backup:configure',1,1734080175,0),(24,1,1,'moodle/backup:userinfo',1,1734080175,0),(25,1,1,'moodle/backup:anonymise',1,1734080175,0),(26,1,3,'moodle/restore:restorecourse',1,1734080175,0),(27,1,1,'moodle/restore:restorecourse',1,1734080175,0),(28,1,3,'moodle/restore:restoresection',1,1734080175,0),(29,1,1,'moodle/restore:restoresection',1,1734080175,0),(30,1,3,'moodle/restore:restoreactivity',1,1734080175,0),(31,1,1,'moodle/restore:restoreactivity',1,1734080175,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1734080175,0),(34,1,3,'moodle/restore:restoretargetimport',1,1734080175,0),(35,1,1,'moodle/restore:restoretargetimport',1,1734080175,0),(36,1,3,'moodle/restore:uploadfile',1,1734080175,0),(37,1,1,'moodle/restore:uploadfile',1,1734080175,0),(38,1,3,'moodle/restore:configure',1,1734080175,0),(39,1,1,'moodle/restore:configure',1,1734080175,0),(40,1,2,'moodle/restore:rolldates',1,1734080175,0),(41,1,1,'moodle/restore:rolldates',1,1734080176,0),(42,1,1,'moodle/restore:userinfo',1,1734080176,0),(43,1,1,'moodle/restore:createuser',1,1734080176,0),(44,1,3,'moodle/site:manageblocks',1,1734080176,0),(45,1,1,'moodle/site:manageblocks',1,1734080176,0),(46,1,3,'moodle/site:accessallgroups',1,1734080176,0),(47,1,1,'moodle/site:accessallgroups',1,1734080176,0),(48,1,1,'moodle/site:viewanonymousevents',1,1734080176,0),(49,1,4,'moodle/site:viewfullnames',1,1734080176,0),(50,1,3,'moodle/site:viewfullnames',1,1734080176,0),(51,1,1,'moodle/site:viewfullnames',1,1734080176,0),(52,1,4,'moodle/site:viewuseridentity',1,1734080176,0),(53,1,3,'moodle/site:viewuseridentity',1,1734080176,0),(54,1,1,'moodle/site:viewuseridentity',1,1734080176,0),(55,1,4,'moodle/site:viewreports',1,1734080176,0),(56,1,3,'moodle/site:viewreports',1,1734080176,0),(57,1,1,'moodle/site:viewreports',1,1734080176,0),(58,1,3,'moodle/site:trustcontent',1,1734080176,0),(59,1,1,'moodle/site:trustcontent',1,1734080176,0),(60,1,1,'moodle/site:uploadusers',1,1734080176,0),(61,1,3,'moodle/filter:manage',1,1734080176,0),(62,1,1,'moodle/filter:manage',1,1734080176,0),(63,1,1,'moodle/user:create',1,1734080176,0),(64,1,1,'moodle/user:delete',1,1734080177,0),(65,1,1,'moodle/user:update',1,1734080177,0),(66,1,6,'moodle/user:viewdetails',1,1734080177,0),(67,1,5,'moodle/user:viewdetails',1,1734080177,0),(68,1,4,'moodle/user:viewdetails',1,1734080177,0),(69,1,3,'moodle/user:viewdetails',1,1734080177,0),(70,1,1,'moodle/user:viewdetails',1,1734080177,0),(71,1,1,'moodle/user:viewalldetails',1,1734080177,0),(72,1,1,'moodle/user:viewlastip',1,1734080177,0),(73,1,4,'moodle/user:viewhiddendetails',1,1734080177,0),(74,1,3,'moodle/user:viewhiddendetails',1,1734080177,0),(75,1,1,'moodle/user:viewhiddendetails',1,1734080177,0),(76,1,1,'moodle/user:loginas',1,1734080177,0),(77,1,1,'moodle/user:managesyspages',1,1734080177,0),(78,1,7,'moodle/user:manageownblocks',1,1734080177,0),(79,1,7,'moodle/user:manageownfiles',1,1734080177,0),(80,1,1,'moodle/my:configsyspages',1,1734080177,0),(81,1,3,'moodle/role:assign',1,1734080177,0),(82,1,1,'moodle/role:assign',1,1734080177,0),(83,1,4,'moodle/role:review',1,1734080177,0),(84,1,3,'moodle/role:review',1,1734080177,0),(85,1,1,'moodle/role:review',1,1734080177,0),(86,1,1,'moodle/role:override',1,1734080177,0),(87,1,3,'moodle/role:safeoverride',1,1734080177,0),(88,1,1,'moodle/role:manage',1,1734080178,0),(89,1,3,'moodle/role:switchroles',1,1734080178,0),(90,1,1,'moodle/role:switchroles',1,1734080178,0),(91,1,1,'moodle/category:manage',1,1734080178,0),(92,1,6,'moodle/category:viewcourselist',1,1734080178,0),(93,1,7,'moodle/category:viewcourselist',1,1734080178,0),(94,1,2,'moodle/category:viewhiddencategories',1,1734080178,0),(95,1,1,'moodle/category:viewhiddencategories',1,1734080178,0),(96,1,1,'moodle/cohort:manage',1,1734080178,0),(97,1,1,'moodle/cohort:assign',1,1734080178,0),(98,1,3,'moodle/cohort:view',1,1734080178,0),(99,1,1,'moodle/cohort:view',1,1734080178,0),(100,1,2,'moodle/course:create',1,1734080178,0),(101,1,1,'moodle/course:create',1,1734080178,0),(102,1,3,'moodle/course:creategroupconversations',1,1734080178,0),(103,1,1,'moodle/course:creategroupconversations',1,1734080178,0),(104,1,1,'moodle/course:delete',1,1734080178,0),(105,1,3,'moodle/course:update',1,1734080178,0),(106,1,1,'moodle/course:update',1,1734080178,0),(107,1,1,'moodle/course:view',1,1734080178,0),(108,1,3,'moodle/course:enrolreview',1,1734080178,0),(109,1,1,'moodle/course:enrolreview',1,1734080178,0),(110,1,3,'moodle/course:enrolconfig',1,1734080178,0),(111,1,1,'moodle/course:enrolconfig',1,1734080178,0),(112,1,3,'moodle/course:reviewotherusers',1,1734080179,0),(113,1,1,'moodle/course:reviewotherusers',1,1734080179,0),(114,1,4,'moodle/course:bulkmessaging',1,1734080179,0),(115,1,3,'moodle/course:bulkmessaging',1,1734080179,0),(116,1,1,'moodle/course:bulkmessaging',1,1734080179,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1734080179,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1734080179,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1734080179,0),(120,1,2,'moodle/course:viewhiddencourses',1,1734080179,0),(121,1,4,'moodle/course:viewhiddencourses',1,1734080179,0),(122,1,3,'moodle/course:viewhiddencourses',1,1734080179,0),(123,1,1,'moodle/course:viewhiddencourses',1,1734080179,0),(124,1,3,'moodle/course:visibility',1,1734080179,0),(125,1,1,'moodle/course:visibility',1,1734080179,0),(126,1,3,'moodle/course:managefiles',1,1734080179,0),(127,1,1,'moodle/course:managefiles',1,1734080179,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1734080179,0),(132,1,3,'moodle/course:manageactivities',1,1734080179,0),(133,1,1,'moodle/course:manageactivities',1,1734080179,0),(134,1,3,'moodle/course:activityvisibility',1,1734080179,0),(135,1,1,'moodle/course:activityvisibility',1,1734080179,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1734080179,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1734080180,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1734080180,0),(139,1,5,'moodle/course:viewparticipants',1,1734080180,0),(140,1,4,'moodle/course:viewparticipants',1,1734080180,0),(141,1,3,'moodle/course:viewparticipants',1,1734080180,0),(142,1,1,'moodle/course:viewparticipants',1,1734080180,0),(143,1,3,'moodle/course:changefullname',1,1734080180,0),(144,1,1,'moodle/course:changefullname',1,1734080180,0),(145,1,3,'moodle/course:changeshortname',1,1734080180,0),(146,1,1,'moodle/course:changeshortname',1,1734080180,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1734080180,0),(148,1,3,'moodle/course:renameroles',1,1734080180,0),(149,1,1,'moodle/course:renameroles',1,1734080180,0),(150,1,3,'moodle/course:changeidnumber',1,1734080180,0),(151,1,1,'moodle/course:changeidnumber',1,1734080180,0),(152,1,3,'moodle/course:changecategory',1,1734080180,0),(153,1,1,'moodle/course:changecategory',1,1734080180,0),(154,1,3,'moodle/course:changesummary',1,1734080180,0),(155,1,1,'moodle/course:changesummary',1,1734080180,0),(156,1,3,'moodle/course:setforcedlanguage',1,1734080180,0),(157,1,1,'moodle/course:setforcedlanguage',1,1734080180,0),(158,1,1,'moodle/site:viewparticipants',1,1734080180,0),(159,1,5,'moodle/course:isincompletionreports',1,1734080180,0),(160,1,5,'moodle/course:viewscales',1,1734080181,0),(161,1,4,'moodle/course:viewscales',1,1734080181,0),(162,1,3,'moodle/course:viewscales',1,1734080181,0),(163,1,1,'moodle/course:viewscales',1,1734080181,0),(164,1,3,'moodle/course:managescales',1,1734080181,0),(165,1,1,'moodle/course:managescales',1,1734080181,0),(166,1,3,'moodle/course:managegroups',1,1734080181,0),(167,1,1,'moodle/course:managegroups',1,1734080181,0),(168,1,3,'moodle/course:reset',1,1734080181,0),(169,1,1,'moodle/course:reset',1,1734080181,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1734080181,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1734080181,0),(172,1,1,'moodle/course:tag',1,1734080181,0),(173,1,3,'moodle/course:tag',1,1734080181,0),(174,1,6,'moodle/blog:view',1,1734080181,0),(175,1,7,'moodle/blog:view',1,1734080181,0),(176,1,5,'moodle/blog:view',1,1734080181,0),(177,1,4,'moodle/blog:view',1,1734080181,0),(178,1,3,'moodle/blog:view',1,1734080181,0),(179,1,1,'moodle/blog:view',1,1734080181,0),(180,1,6,'moodle/blog:search',1,1734080181,0),(181,1,7,'moodle/blog:search',1,1734080181,0),(182,1,5,'moodle/blog:search',1,1734080181,0),(183,1,4,'moodle/blog:search',1,1734080181,0),(184,1,3,'moodle/blog:search',1,1734080182,0),(185,1,1,'moodle/blog:search',1,1734080182,0),(186,1,1,'moodle/blog:viewdrafts',1,1734080182,0),(187,1,7,'moodle/blog:create',1,1734080182,0),(188,1,1,'moodle/blog:create',1,1734080182,0),(189,1,4,'moodle/blog:manageentries',1,1734080182,0),(190,1,3,'moodle/blog:manageentries',1,1734080182,0),(191,1,1,'moodle/blog:manageentries',1,1734080182,0),(192,1,5,'moodle/blog:manageexternal',1,1734080182,0),(193,1,7,'moodle/blog:manageexternal',1,1734080182,0),(194,1,4,'moodle/blog:manageexternal',1,1734080182,0),(195,1,3,'moodle/blog:manageexternal',1,1734080182,0),(196,1,1,'moodle/blog:manageexternal',1,1734080182,0),(197,1,7,'moodle/calendar:manageownentries',1,1734080182,0),(198,1,1,'moodle/calendar:manageownentries',1,1734080182,0),(199,1,4,'moodle/calendar:managegroupentries',1,1734080182,0),(200,1,3,'moodle/calendar:managegroupentries',1,1734080182,0),(201,1,1,'moodle/calendar:managegroupentries',1,1734080182,0),(202,1,4,'moodle/calendar:manageentries',1,1734080182,0),(203,1,3,'moodle/calendar:manageentries',1,1734080182,0),(204,1,1,'moodle/calendar:manageentries',1,1734080182,0),(205,1,1,'moodle/user:editprofile',1,1734080182,0),(206,1,6,'moodle/user:editownprofile',-1000,1734080183,0),(207,1,7,'moodle/user:editownprofile',1,1734080183,0),(208,1,1,'moodle/user:editownprofile',1,1734080183,0),(209,1,6,'moodle/user:changeownpassword',-1000,1734080183,0),(210,1,7,'moodle/user:changeownpassword',1,1734080183,0),(211,1,1,'moodle/user:changeownpassword',1,1734080183,0),(212,1,5,'moodle/user:readuserposts',1,1734080183,0),(213,1,4,'moodle/user:readuserposts',1,1734080183,0),(214,1,3,'moodle/user:readuserposts',1,1734080183,0),(215,1,1,'moodle/user:readuserposts',1,1734080183,0),(216,1,5,'moodle/user:readuserblogs',1,1734080183,0),(217,1,4,'moodle/user:readuserblogs',1,1734080183,0),(218,1,3,'moodle/user:readuserblogs',1,1734080183,0),(219,1,1,'moodle/user:readuserblogs',1,1734080183,0),(220,1,1,'moodle/user:editmessageprofile',1,1734080183,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1734080183,0),(222,1,7,'moodle/user:editownmessageprofile',1,1734080183,0),(223,1,1,'moodle/user:editownmessageprofile',1,1734080183,0),(224,1,3,'moodle/question:managecategory',1,1734080183,0),(225,1,1,'moodle/question:managecategory',1,1734080183,0),(226,1,3,'moodle/question:add',1,1734080183,0),(227,1,1,'moodle/question:add',1,1734080183,0),(228,1,3,'moodle/question:editmine',1,1734080183,0),(229,1,1,'moodle/question:editmine',1,1734080184,0),(230,1,3,'moodle/question:editall',1,1734080184,0),(231,1,1,'moodle/question:editall',1,1734080184,0),(232,1,3,'moodle/question:viewmine',1,1734080184,0),(233,1,1,'moodle/question:viewmine',1,1734080184,0),(234,1,3,'moodle/question:viewall',1,1734080184,0),(235,1,1,'moodle/question:viewall',1,1734080184,0),(236,1,3,'moodle/question:usemine',1,1734080184,0),(237,1,1,'moodle/question:usemine',1,1734080184,0),(238,1,3,'moodle/question:useall',1,1734080184,0),(239,1,1,'moodle/question:useall',1,1734080184,0),(240,1,3,'moodle/question:movemine',1,1734080184,0),(241,1,1,'moodle/question:movemine',1,1734080184,0),(242,1,3,'moodle/question:moveall',1,1734080184,0),(243,1,1,'moodle/question:moveall',1,1734080184,0),(244,1,1,'moodle/question:config',1,1734080184,0),(245,1,5,'moodle/question:flag',1,1734080184,0),(246,1,4,'moodle/question:flag',1,1734080184,0),(247,1,3,'moodle/question:flag',1,1734080184,0),(248,1,1,'moodle/question:flag',1,1734080184,0),(249,1,3,'moodle/question:tagmine',1,1734080184,0),(250,1,1,'moodle/question:tagmine',1,1734080184,0),(251,1,3,'moodle/question:tagall',1,1734080185,0),(252,1,1,'moodle/question:tagall',1,1734080185,0),(253,1,4,'moodle/site:doclinks',1,1734080185,0),(254,1,3,'moodle/site:doclinks',1,1734080185,0),(255,1,1,'moodle/site:doclinks',1,1734080185,0),(256,1,3,'moodle/course:sectionvisibility',1,1734080185,0),(257,1,1,'moodle/course:sectionvisibility',1,1734080185,0),(258,1,3,'moodle/course:useremail',1,1734080185,0),(259,1,1,'moodle/course:useremail',1,1734080185,0),(260,1,3,'moodle/course:viewhiddensections',1,1734080185,0),(261,1,1,'moodle/course:viewhiddensections',1,1734080185,0),(262,1,3,'moodle/course:setcurrentsection',1,1734080185,0),(263,1,1,'moodle/course:setcurrentsection',1,1734080185,0),(264,1,3,'moodle/course:movesections',1,1734080185,0),(265,1,1,'moodle/course:movesections',1,1734080185,0),(266,1,4,'moodle/grade:viewall',1,1734080185,0),(267,1,3,'moodle/grade:viewall',1,1734080185,0),(268,1,1,'moodle/grade:viewall',1,1734080185,0),(269,1,5,'moodle/grade:view',1,1734080185,0),(270,1,4,'moodle/grade:viewhidden',1,1734080185,0),(271,1,3,'moodle/grade:viewhidden',1,1734080185,0),(272,1,1,'moodle/grade:viewhidden',1,1734080185,0),(273,1,3,'moodle/grade:import',1,1734080185,0),(274,1,1,'moodle/grade:import',1,1734080185,0),(275,1,4,'moodle/grade:export',1,1734080186,0),(276,1,3,'moodle/grade:export',1,1734080186,0),(277,1,1,'moodle/grade:export',1,1734080186,0),(278,1,3,'moodle/grade:manage',1,1734080186,0),(279,1,1,'moodle/grade:manage',1,1734080186,0),(280,1,3,'moodle/grade:edit',1,1734080186,0),(281,1,1,'moodle/grade:edit',1,1734080186,0),(282,1,3,'moodle/grade:managegradingforms',1,1734080186,0),(283,1,1,'moodle/grade:managegradingforms',1,1734080186,0),(284,1,1,'moodle/grade:sharegradingforms',1,1734080186,0),(285,1,1,'moodle/grade:managesharedforms',1,1734080186,0),(286,1,3,'moodle/grade:manageoutcomes',1,1734080186,0),(287,1,1,'moodle/grade:manageoutcomes',1,1734080186,0),(288,1,3,'moodle/grade:manageletters',1,1734080186,0),(289,1,1,'moodle/grade:manageletters',1,1734080186,0),(290,1,3,'moodle/grade:hide',1,1734080186,0),(291,1,1,'moodle/grade:hide',1,1734080186,0),(292,1,3,'moodle/grade:lock',1,1734080186,0),(293,1,1,'moodle/grade:lock',1,1734080186,0),(294,1,3,'moodle/grade:unlock',1,1734080186,0),(295,1,1,'moodle/grade:unlock',1,1734080186,0),(296,1,7,'moodle/my:manageblocks',1,1734080186,0),(297,1,4,'moodle/notes:view',1,1734080187,0),(298,1,3,'moodle/notes:view',1,1734080187,0),(299,1,1,'moodle/notes:view',1,1734080187,0),(300,1,4,'moodle/notes:manage',1,1734080187,0),(301,1,3,'moodle/notes:manage',1,1734080187,0),(302,1,1,'moodle/notes:manage',1,1734080187,0),(303,1,1,'moodle/tag:manage',1,1734080187,0),(304,1,1,'moodle/tag:edit',1,1734080187,0),(305,1,7,'moodle/tag:flag',1,1734080187,0),(306,1,4,'moodle/tag:editblocks',1,1734080187,0),(307,1,3,'moodle/tag:editblocks',1,1734080187,0),(308,1,1,'moodle/tag:editblocks',1,1734080187,0),(309,1,6,'moodle/block:view',1,1734080187,0),(310,1,7,'moodle/block:view',1,1734080187,0),(311,1,5,'moodle/block:view',1,1734080187,0),(312,1,4,'moodle/block:view',1,1734080187,0),(313,1,3,'moodle/block:view',1,1734080187,0),(314,1,3,'moodle/block:edit',1,1734080187,0),(315,1,1,'moodle/block:edit',1,1734080187,0),(316,1,7,'moodle/portfolio:export',1,1734080187,0),(317,1,5,'moodle/portfolio:export',1,1734080187,0),(318,1,4,'moodle/portfolio:export',1,1734080187,0),(319,1,3,'moodle/portfolio:export',1,1734080187,0),(320,1,8,'moodle/comment:view',1,1734080187,0),(321,1,6,'moodle/comment:view',1,1734080187,0),(322,1,7,'moodle/comment:view',1,1734080188,0),(323,1,5,'moodle/comment:view',1,1734080188,0),(324,1,4,'moodle/comment:view',1,1734080188,0),(325,1,3,'moodle/comment:view',1,1734080188,0),(326,1,1,'moodle/comment:view',1,1734080188,0),(327,1,7,'moodle/comment:post',1,1734080188,0),(328,1,5,'moodle/comment:post',1,1734080188,0),(329,1,4,'moodle/comment:post',1,1734080188,0),(330,1,3,'moodle/comment:post',1,1734080188,0),(331,1,1,'moodle/comment:post',1,1734080188,0),(332,1,3,'moodle/comment:delete',1,1734080188,0),(333,1,1,'moodle/comment:delete',1,1734080188,0),(334,1,1,'moodle/webservice:createtoken',1,1734080188,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1734080188,0),(336,1,7,'moodle/rating:view',1,1734080188,0),(337,1,5,'moodle/rating:view',1,1734080188,0),(338,1,4,'moodle/rating:view',1,1734080188,0),(339,1,3,'moodle/rating:view',1,1734080188,0),(340,1,1,'moodle/rating:view',1,1734080188,0),(341,1,7,'moodle/rating:viewany',1,1734080188,0),(342,1,5,'moodle/rating:viewany',1,1734080188,0),(343,1,4,'moodle/rating:viewany',1,1734080188,0),(344,1,3,'moodle/rating:viewany',1,1734080188,0),(345,1,1,'moodle/rating:viewany',1,1734080188,0),(346,1,7,'moodle/rating:viewall',1,1734080188,0),(347,1,5,'moodle/rating:viewall',1,1734080189,0),(348,1,4,'moodle/rating:viewall',1,1734080189,0),(349,1,3,'moodle/rating:viewall',1,1734080189,0),(350,1,1,'moodle/rating:viewall',1,1734080189,0),(351,1,7,'moodle/rating:rate',1,1734080189,0),(352,1,5,'moodle/rating:rate',1,1734080189,0),(353,1,4,'moodle/rating:rate',1,1734080189,0),(354,1,3,'moodle/rating:rate',1,1734080189,0),(355,1,1,'moodle/rating:rate',1,1734080189,0),(356,1,4,'moodle/course:markcomplete',1,1734080189,0),(357,1,3,'moodle/course:markcomplete',1,1734080189,0),(358,1,1,'moodle/course:markcomplete',1,1734080189,0),(359,1,4,'moodle/course:overridecompletion',1,1734080189,0),(360,1,3,'moodle/course:overridecompletion',1,1734080189,0),(361,1,1,'moodle/course:overridecompletion',1,1734080189,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1734080189,0),(363,1,7,'moodle/badges:viewbadges',1,1734080189,0),(364,1,7,'moodle/badges:manageownbadges',1,1734080189,0),(365,1,7,'moodle/badges:viewotherbadges',1,1734080189,0),(366,1,7,'moodle/badges:earnbadge',1,1734080189,0),(367,1,1,'moodle/badges:createbadge',1,1734080189,0),(368,1,3,'moodle/badges:createbadge',1,1734080189,0),(369,1,1,'moodle/badges:deletebadge',1,1734080189,0),(370,1,3,'moodle/badges:deletebadge',1,1734080190,0),(371,1,1,'moodle/badges:configuredetails',1,1734080190,0),(372,1,3,'moodle/badges:configuredetails',1,1734080190,0),(373,1,1,'moodle/badges:configurecriteria',1,1734080190,0),(374,1,3,'moodle/badges:configurecriteria',1,1734080190,0),(375,1,1,'moodle/badges:configuremessages',1,1734080190,0),(376,1,3,'moodle/badges:configuremessages',1,1734080190,0),(377,1,1,'moodle/badges:awardbadge',1,1734080190,0),(378,1,4,'moodle/badges:awardbadge',1,1734080190,0),(379,1,3,'moodle/badges:awardbadge',1,1734080190,0),(380,1,1,'moodle/badges:revokebadge',1,1734080190,0),(381,1,4,'moodle/badges:revokebadge',1,1734080190,0),(382,1,3,'moodle/badges:revokebadge',1,1734080190,0),(383,1,1,'moodle/badges:viewawarded',1,1734080190,0),(384,1,4,'moodle/badges:viewawarded',1,1734080190,0),(385,1,3,'moodle/badges:viewawarded',1,1734080190,0),(386,1,6,'moodle/search:query',1,1734080190,0),(387,1,7,'moodle/search:query',1,1734080190,0),(388,1,5,'moodle/search:query',1,1734080190,0),(389,1,4,'moodle/search:query',1,1734080190,0),(390,1,3,'moodle/search:query',1,1734080190,0),(391,1,1,'moodle/search:query',1,1734080190,0),(392,1,1,'moodle/competency:competencymanage',1,1734080190,0),(393,1,7,'moodle/competency:competencyview',1,1734080190,0),(394,1,3,'moodle/competency:competencygrade',1,1734080191,0),(395,1,4,'moodle/competency:competencygrade',1,1734080191,0),(396,1,1,'moodle/competency:competencygrade',1,1734080191,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1734080191,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1734080191,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1734080191,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1734080191,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1734080191,0),(402,1,1,'moodle/competency:planmanage',1,1734080191,0),(403,1,1,'moodle/competency:planmanagedraft',1,1734080191,0),(404,1,1,'moodle/competency:planview',1,1734080191,0),(405,1,1,'moodle/competency:planviewdraft',1,1734080191,0),(406,1,7,'moodle/competency:planviewown',1,1734080191,0),(407,1,1,'moodle/competency:planrequestreview',1,1734080191,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1734080191,0),(409,1,1,'moodle/competency:planreview',1,1734080191,0),(410,1,1,'moodle/competency:plancomment',1,1734080191,0),(411,1,7,'moodle/competency:plancommentown',1,1734080191,0),(412,1,1,'moodle/competency:usercompetencyview',1,1734080191,0),(413,1,3,'moodle/competency:usercompetencyview',1,1734080191,0),(414,1,4,'moodle/competency:usercompetencyview',1,1734080191,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1734080191,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1734080192,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1734080192,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1734080192,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1734080192,0),(420,1,1,'moodle/competency:templatemanage',1,1734080192,0),(421,1,4,'moodle/analytics:listinsights',1,1734080192,0),(422,1,3,'moodle/analytics:listinsights',1,1734080192,0),(423,1,1,'moodle/analytics:listinsights',1,1734080192,0),(424,1,1,'moodle/analytics:managemodels',1,1734080192,0),(425,1,1,'moodle/competency:templateview',1,1734080192,0),(426,1,1,'moodle/competency:userevidencemanage',1,1734080192,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1734080192,0),(428,1,1,'moodle/competency:userevidenceview',1,1734080192,0),(429,1,4,'moodle/site:messageanyuser',1,1734080192,0),(430,1,3,'moodle/site:messageanyuser',1,1734080192,0),(431,1,1,'moodle/site:messageanyuser',1,1734080192,0),(432,1,7,'moodle/course:togglecompletion',1,1734080192,0),(433,1,7,'moodle/analytics:listowninsights',1,1734080192,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1734080192,0),(435,1,1,'moodle/h5p:deploy',1,1734080192,0),(436,1,3,'moodle/h5p:deploy',1,1734080192,0),(437,1,1,'moodle/h5p:updatelibraries',1,1734080192,0),(438,1,1,'moodle/course:recommendactivity',1,1734080192,0),(439,1,1,'moodle/contentbank:access',1,1734080193,0),(440,1,2,'moodle/contentbank:access',1,1734080193,0),(441,1,3,'moodle/contentbank:access',1,1734080193,0),(442,1,1,'moodle/contentbank:upload',1,1734080193,0),(443,1,2,'moodle/contentbank:upload',1,1734080193,0),(444,1,3,'moodle/contentbank:upload',1,1734080193,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1734080193,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1734080193,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1734080193,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1734080193,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1734080193,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1734080193,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1734080193,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1734080193,0),(453,1,1,'moodle/contentbank:useeditor',1,1734080193,0),(454,1,2,'moodle/contentbank:useeditor',1,1734080193,0),(455,1,3,'moodle/contentbank:useeditor',1,1734080193,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1734080193,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1734080193,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1734080193,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1734080193,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1734080193,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1734080193,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1734080193,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1734080193,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1734080194,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1734080194,0),(467,1,7,'moodle/reportbuilder:view',1,1734080194,0),(468,1,1,'moodle/reportbuilder:edit',1,1734080194,0),(469,1,6,'mod/assign:view',1,1734080237,0),(470,1,5,'mod/assign:view',1,1734080237,0),(471,1,4,'mod/assign:view',1,1734080238,0),(472,1,3,'mod/assign:view',1,1734080238,0),(473,1,1,'mod/assign:view',1,1734080238,0),(474,1,5,'mod/assign:submit',1,1734080238,0),(475,1,4,'mod/assign:grade',1,1734080238,0),(476,1,3,'mod/assign:grade',1,1734080238,0),(477,1,1,'mod/assign:grade',1,1734080238,0),(478,1,4,'mod/assign:exportownsubmission',1,1734080238,0),(479,1,3,'mod/assign:exportownsubmission',1,1734080238,0),(480,1,1,'mod/assign:exportownsubmission',1,1734080238,0),(481,1,5,'mod/assign:exportownsubmission',1,1734080238,0),(482,1,3,'mod/assign:addinstance',1,1734080238,0),(483,1,1,'mod/assign:addinstance',1,1734080238,0),(484,1,4,'mod/assign:grantextension',1,1734080238,0),(485,1,3,'mod/assign:grantextension',1,1734080238,0),(486,1,1,'mod/assign:grantextension',1,1734080238,0),(487,1,3,'mod/assign:revealidentities',1,1734080238,0),(488,1,1,'mod/assign:revealidentities',1,1734080238,0),(489,1,3,'mod/assign:reviewgrades',1,1734080238,0),(490,1,1,'mod/assign:reviewgrades',1,1734080238,0),(491,1,3,'mod/assign:releasegrades',1,1734080238,0),(492,1,1,'mod/assign:releasegrades',1,1734080238,0),(493,1,3,'mod/assign:managegrades',1,1734080238,0),(494,1,1,'mod/assign:managegrades',1,1734080238,0),(495,1,3,'mod/assign:manageallocations',1,1734080239,0),(496,1,1,'mod/assign:manageallocations',1,1734080239,0),(497,1,3,'mod/assign:viewgrades',1,1734080239,0),(498,1,1,'mod/assign:viewgrades',1,1734080239,0),(499,1,4,'mod/assign:viewgrades',1,1734080239,0),(500,1,1,'mod/assign:viewblinddetails',1,1734080239,0),(501,1,4,'mod/assign:receivegradernotifications',1,1734080239,0),(502,1,3,'mod/assign:receivegradernotifications',1,1734080239,0),(503,1,1,'mod/assign:receivegradernotifications',1,1734080239,0),(504,1,3,'mod/assign:manageoverrides',1,1734080239,0),(505,1,1,'mod/assign:manageoverrides',1,1734080239,0),(506,1,4,'mod/assign:showhiddengrader',1,1734080239,0),(507,1,3,'mod/assign:showhiddengrader',1,1734080239,0),(508,1,1,'mod/assign:showhiddengrader',1,1734080239,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1734080239,0),(510,1,6,'mod/assignment:view',1,1734080240,0),(511,1,5,'mod/assignment:view',1,1734080240,0),(512,1,4,'mod/assignment:view',1,1734080240,0),(513,1,3,'mod/assignment:view',1,1734080240,0),(514,1,1,'mod/assignment:view',1,1734080240,0),(515,1,3,'mod/assignment:addinstance',1,1734080240,0),(516,1,1,'mod/assignment:addinstance',1,1734080240,0),(517,1,5,'mod/assignment:submit',1,1734080240,0),(518,1,4,'mod/assignment:grade',1,1734080240,0),(519,1,3,'mod/assignment:grade',1,1734080240,0),(520,1,1,'mod/assignment:grade',1,1734080240,0),(521,1,4,'mod/assignment:exportownsubmission',1,1734080240,0),(522,1,3,'mod/assignment:exportownsubmission',1,1734080240,0),(523,1,1,'mod/assignment:exportownsubmission',1,1734080240,0),(524,1,5,'mod/assignment:exportownsubmission',1,1734080240,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1734080241,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1734080241,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1734080241,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1734080241,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1734080241,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1734080241,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1734080241,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1734080241,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1734080241,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1734080241,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1734080242,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1734080242,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1734080242,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1734080242,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1734080242,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1734080242,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1734080242,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1734080242,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1734080242,0),(554,1,3,'mod/book:addinstance',1,1734080243,0),(555,1,1,'mod/book:addinstance',1,1734080243,0),(556,1,6,'mod/book:read',1,1734080243,0),(557,1,8,'mod/book:read',1,1734080243,0),(558,1,5,'mod/book:read',1,1734080243,0),(559,1,4,'mod/book:read',1,1734080243,0),(560,1,3,'mod/book:read',1,1734080243,0),(561,1,1,'mod/book:read',1,1734080243,0),(562,1,4,'mod/book:viewhiddenchapters',1,1734080243,0),(563,1,3,'mod/book:viewhiddenchapters',1,1734080243,0),(564,1,1,'mod/book:viewhiddenchapters',1,1734080243,0),(565,1,3,'mod/book:edit',1,1734080243,0),(566,1,1,'mod/book:edit',1,1734080243,0),(567,1,3,'mod/chat:addinstance',1,1734080244,0),(568,1,1,'mod/chat:addinstance',1,1734080244,0),(569,1,5,'mod/chat:chat',1,1734080244,0),(570,1,4,'mod/chat:chat',1,1734080244,0),(571,1,3,'mod/chat:chat',1,1734080244,0),(572,1,1,'mod/chat:chat',1,1734080244,0),(573,1,5,'mod/chat:readlog',1,1734080244,0),(574,1,4,'mod/chat:readlog',1,1734080244,0),(575,1,3,'mod/chat:readlog',1,1734080244,0),(576,1,1,'mod/chat:readlog',1,1734080244,0),(577,1,4,'mod/chat:deletelog',1,1734080244,0),(578,1,3,'mod/chat:deletelog',1,1734080244,0),(579,1,1,'mod/chat:deletelog',1,1734080244,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1734080244,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1734080245,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1734080245,0),(583,1,4,'mod/chat:exportsession',1,1734080245,0),(584,1,3,'mod/chat:exportsession',1,1734080245,0),(585,1,1,'mod/chat:exportsession',1,1734080245,0),(586,1,7,'mod/chat:view',1,1734080245,0),(587,1,6,'mod/chat:view',1,1734080245,0),(588,1,3,'mod/choice:addinstance',1,1734080245,0),(589,1,1,'mod/choice:addinstance',1,1734080245,0),(590,1,5,'mod/choice:choose',1,1734080245,0),(591,1,4,'mod/choice:choose',1,1734080245,0),(592,1,3,'mod/choice:choose',1,1734080245,0),(593,1,4,'mod/choice:readresponses',1,1734080246,0),(594,1,3,'mod/choice:readresponses',1,1734080246,0),(595,1,1,'mod/choice:readresponses',1,1734080246,0),(596,1,4,'mod/choice:deleteresponses',1,1734080246,0),(597,1,3,'mod/choice:deleteresponses',1,1734080246,0),(598,1,1,'mod/choice:deleteresponses',1,1734080246,0),(599,1,4,'mod/choice:downloadresponses',1,1734080246,0),(600,1,3,'mod/choice:downloadresponses',1,1734080246,0),(601,1,1,'mod/choice:downloadresponses',1,1734080246,0),(602,1,7,'mod/choice:view',1,1734080246,0),(603,1,6,'mod/choice:view',1,1734080246,0),(604,1,3,'mod/data:addinstance',1,1734080247,0),(605,1,1,'mod/data:addinstance',1,1734080247,0),(606,1,8,'mod/data:viewentry',1,1734080247,0),(607,1,6,'mod/data:viewentry',1,1734080247,0),(608,1,5,'mod/data:viewentry',1,1734080247,0),(609,1,4,'mod/data:viewentry',1,1734080247,0),(610,1,3,'mod/data:viewentry',1,1734080247,0),(611,1,1,'mod/data:viewentry',1,1734080247,0),(612,1,5,'mod/data:writeentry',1,1734080247,0),(613,1,4,'mod/data:writeentry',1,1734080247,0),(614,1,3,'mod/data:writeentry',1,1734080247,0),(615,1,1,'mod/data:writeentry',1,1734080247,0),(616,1,5,'mod/data:comment',1,1734080247,0),(617,1,4,'mod/data:comment',1,1734080247,0),(618,1,3,'mod/data:comment',1,1734080247,0),(619,1,1,'mod/data:comment',1,1734080247,0),(620,1,4,'mod/data:rate',1,1734080247,0),(621,1,3,'mod/data:rate',1,1734080247,0),(622,1,1,'mod/data:rate',1,1734080247,0),(623,1,4,'mod/data:viewrating',1,1734080248,0),(624,1,3,'mod/data:viewrating',1,1734080248,0),(625,1,1,'mod/data:viewrating',1,1734080248,0),(626,1,4,'mod/data:viewanyrating',1,1734080248,0),(627,1,3,'mod/data:viewanyrating',1,1734080248,0),(628,1,1,'mod/data:viewanyrating',1,1734080248,0),(629,1,4,'mod/data:viewallratings',1,1734080248,0),(630,1,3,'mod/data:viewallratings',1,1734080248,0),(631,1,1,'mod/data:viewallratings',1,1734080248,0),(632,1,4,'mod/data:approve',1,1734080248,0),(633,1,3,'mod/data:approve',1,1734080248,0),(634,1,1,'mod/data:approve',1,1734080248,0),(635,1,4,'mod/data:manageentries',1,1734080248,0),(636,1,3,'mod/data:manageentries',1,1734080248,0),(637,1,1,'mod/data:manageentries',1,1734080248,0),(638,1,4,'mod/data:managecomments',1,1734080248,0),(639,1,3,'mod/data:managecomments',1,1734080248,0),(640,1,1,'mod/data:managecomments',1,1734080248,0),(641,1,3,'mod/data:managetemplates',1,1734080248,0),(642,1,1,'mod/data:managetemplates',1,1734080248,0),(643,1,4,'mod/data:viewalluserpresets',1,1734080248,0),(644,1,3,'mod/data:viewalluserpresets',1,1734080248,0),(645,1,1,'mod/data:viewalluserpresets',1,1734080248,0),(646,1,1,'mod/data:manageuserpresets',1,1734080249,0),(647,1,1,'mod/data:exportentry',1,1734080249,0),(648,1,4,'mod/data:exportentry',1,1734080249,0),(649,1,3,'mod/data:exportentry',1,1734080249,0),(650,1,1,'mod/data:exportownentry',1,1734080249,0),(651,1,4,'mod/data:exportownentry',1,1734080249,0),(652,1,3,'mod/data:exportownentry',1,1734080249,0),(653,1,5,'mod/data:exportownentry',1,1734080249,0),(654,1,1,'mod/data:exportallentries',1,1734080249,0),(655,1,4,'mod/data:exportallentries',1,1734080249,0),(656,1,3,'mod/data:exportallentries',1,1734080249,0),(657,1,1,'mod/data:exportuserinfo',1,1734080249,0),(658,1,4,'mod/data:exportuserinfo',1,1734080249,0),(659,1,3,'mod/data:exportuserinfo',1,1734080249,0),(660,1,6,'mod/data:view',1,1734080249,0),(661,1,5,'mod/data:view',1,1734080249,0),(662,1,4,'mod/data:view',1,1734080249,0),(663,1,3,'mod/data:view',1,1734080249,0),(664,1,1,'mod/data:view',1,1734080249,0),(665,1,3,'mod/feedback:addinstance',1,1734080250,0),(666,1,1,'mod/feedback:addinstance',1,1734080251,0),(667,1,6,'mod/feedback:view',1,1734080251,0),(668,1,8,'mod/feedback:view',1,1734080251,0),(669,1,5,'mod/feedback:view',1,1734080251,0),(670,1,4,'mod/feedback:view',1,1734080251,0),(671,1,3,'mod/feedback:view',1,1734080251,0),(672,1,1,'mod/feedback:view',1,1734080251,0),(673,1,8,'mod/feedback:complete',1,1734080251,0),(674,1,5,'mod/feedback:complete',1,1734080251,0),(675,1,5,'mod/feedback:viewanalysepage',1,1734080251,0),(676,1,3,'mod/feedback:viewanalysepage',1,1734080251,0),(677,1,1,'mod/feedback:viewanalysepage',1,1734080251,0),(678,1,3,'mod/feedback:deletesubmissions',1,1734080251,0),(679,1,1,'mod/feedback:deletesubmissions',1,1734080251,0),(680,1,1,'mod/feedback:mapcourse',1,1734080251,0),(681,1,3,'mod/feedback:edititems',1,1734080251,0),(682,1,1,'mod/feedback:edititems',1,1734080251,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1734080251,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1734080251,0),(685,1,3,'mod/feedback:createpublictemplate',1,1734080251,0),(686,1,1,'mod/feedback:createpublictemplate',1,1734080252,0),(687,1,3,'mod/feedback:deletetemplate',1,1734080252,0),(688,1,1,'mod/feedback:deletetemplate',1,1734080252,0),(689,1,4,'mod/feedback:viewreports',1,1734080252,0),(690,1,3,'mod/feedback:viewreports',1,1734080252,0),(691,1,1,'mod/feedback:viewreports',1,1734080252,0),(692,1,4,'mod/feedback:receivemail',1,1734080252,0),(693,1,3,'mod/feedback:receivemail',1,1734080252,0),(694,1,3,'mod/folder:addinstance',1,1734080252,0),(695,1,1,'mod/folder:addinstance',1,1734080252,0),(696,1,6,'mod/folder:view',1,1734080252,0),(697,1,7,'mod/folder:view',1,1734080252,0),(698,1,3,'mod/folder:managefiles',1,1734080252,0),(699,1,3,'mod/forum:addinstance',1,1734080254,0),(700,1,1,'mod/forum:addinstance',1,1734080254,0),(701,1,8,'mod/forum:viewdiscussion',1,1734080254,0),(702,1,6,'mod/forum:viewdiscussion',1,1734080254,0),(703,1,5,'mod/forum:viewdiscussion',1,1734080254,0),(704,1,4,'mod/forum:viewdiscussion',1,1734080254,0),(705,1,3,'mod/forum:viewdiscussion',1,1734080254,0),(706,1,1,'mod/forum:viewdiscussion',1,1734080254,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1734080254,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1734080254,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1734080254,0),(710,1,5,'mod/forum:startdiscussion',1,1734080254,0),(711,1,4,'mod/forum:startdiscussion',1,1734080254,0),(712,1,3,'mod/forum:startdiscussion',1,1734080254,0),(713,1,1,'mod/forum:startdiscussion',1,1734080254,0),(714,1,5,'mod/forum:replypost',1,1734080255,0),(715,1,4,'mod/forum:replypost',1,1734080255,0),(716,1,3,'mod/forum:replypost',1,1734080255,0),(717,1,1,'mod/forum:replypost',1,1734080255,0),(718,1,4,'mod/forum:addnews',1,1734080255,0),(719,1,3,'mod/forum:addnews',1,1734080255,0),(720,1,1,'mod/forum:addnews',1,1734080255,0),(721,1,4,'mod/forum:replynews',1,1734080255,0),(722,1,3,'mod/forum:replynews',1,1734080255,0),(723,1,1,'mod/forum:replynews',1,1734080255,0),(724,1,5,'mod/forum:viewrating',1,1734080255,0),(725,1,4,'mod/forum:viewrating',1,1734080255,0),(726,1,3,'mod/forum:viewrating',1,1734080255,0),(727,1,1,'mod/forum:viewrating',1,1734080255,0),(728,1,4,'mod/forum:viewanyrating',1,1734080255,0),(729,1,3,'mod/forum:viewanyrating',1,1734080255,0),(730,1,1,'mod/forum:viewanyrating',1,1734080255,0),(731,1,4,'mod/forum:viewallratings',1,1734080255,0),(732,1,3,'mod/forum:viewallratings',1,1734080255,0),(733,1,1,'mod/forum:viewallratings',1,1734080255,0),(734,1,4,'mod/forum:rate',1,1734080255,0),(735,1,3,'mod/forum:rate',1,1734080255,0),(736,1,1,'mod/forum:rate',1,1734080255,0),(737,1,4,'mod/forum:postprivatereply',1,1734080256,0),(738,1,3,'mod/forum:postprivatereply',1,1734080256,0),(739,1,1,'mod/forum:postprivatereply',1,1734080256,0),(740,1,4,'mod/forum:readprivatereplies',1,1734080256,0),(741,1,3,'mod/forum:readprivatereplies',1,1734080256,0),(742,1,1,'mod/forum:readprivatereplies',1,1734080256,0),(743,1,5,'mod/forum:createattachment',1,1734080256,0),(744,1,4,'mod/forum:createattachment',1,1734080256,0),(745,1,3,'mod/forum:createattachment',1,1734080256,0),(746,1,1,'mod/forum:createattachment',1,1734080256,0),(747,1,5,'mod/forum:deleteownpost',1,1734080256,0),(748,1,4,'mod/forum:deleteownpost',1,1734080256,0),(749,1,3,'mod/forum:deleteownpost',1,1734080256,0),(750,1,1,'mod/forum:deleteownpost',1,1734080256,0),(751,1,4,'mod/forum:deleteanypost',1,1734080256,0),(752,1,3,'mod/forum:deleteanypost',1,1734080256,0),(753,1,1,'mod/forum:deleteanypost',1,1734080256,0),(754,1,4,'mod/forum:splitdiscussions',1,1734080256,0),(755,1,3,'mod/forum:splitdiscussions',1,1734080256,0),(756,1,1,'mod/forum:splitdiscussions',1,1734080256,0),(757,1,4,'mod/forum:movediscussions',1,1734080257,0),(758,1,3,'mod/forum:movediscussions',1,1734080257,0),(759,1,1,'mod/forum:movediscussions',1,1734080257,0),(760,1,4,'mod/forum:pindiscussions',1,1734080257,0),(761,1,3,'mod/forum:pindiscussions',1,1734080257,0),(762,1,1,'mod/forum:pindiscussions',1,1734080257,0),(763,1,4,'mod/forum:editanypost',1,1734080257,0),(764,1,3,'mod/forum:editanypost',1,1734080257,0),(765,1,1,'mod/forum:editanypost',1,1734080257,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1734080257,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1734080257,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1734080257,0),(769,1,4,'mod/forum:viewsubscribers',1,1734080257,0),(770,1,3,'mod/forum:viewsubscribers',1,1734080257,0),(771,1,1,'mod/forum:viewsubscribers',1,1734080257,0),(772,1,4,'mod/forum:managesubscriptions',1,1734080257,0),(773,1,3,'mod/forum:managesubscriptions',1,1734080257,0),(774,1,1,'mod/forum:managesubscriptions',1,1734080257,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1734080257,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1734080257,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1734080258,0),(778,1,4,'mod/forum:exportdiscussion',1,1734080258,0),(779,1,3,'mod/forum:exportdiscussion',1,1734080258,0),(780,1,1,'mod/forum:exportdiscussion',1,1734080258,0),(781,1,4,'mod/forum:exportforum',1,1734080258,0),(782,1,3,'mod/forum:exportforum',1,1734080258,0),(783,1,1,'mod/forum:exportforum',1,1734080258,0),(784,1,4,'mod/forum:exportpost',1,1734080258,0),(785,1,3,'mod/forum:exportpost',1,1734080258,0),(786,1,1,'mod/forum:exportpost',1,1734080258,0),(787,1,4,'mod/forum:exportownpost',1,1734080258,0),(788,1,3,'mod/forum:exportownpost',1,1734080258,0),(789,1,1,'mod/forum:exportownpost',1,1734080258,0),(790,1,5,'mod/forum:exportownpost',1,1734080258,0),(791,1,4,'mod/forum:addquestion',1,1734080258,0),(792,1,3,'mod/forum:addquestion',1,1734080258,0),(793,1,1,'mod/forum:addquestion',1,1734080258,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1734080258,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1734080259,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1734080259,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1734080259,0),(798,1,4,'mod/forum:canposttomygroups',1,1734080259,0),(799,1,3,'mod/forum:canposttomygroups',1,1734080259,0),(800,1,1,'mod/forum:canposttomygroups',1,1734080259,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1734080259,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1734080259,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1734080259,0),(804,1,4,'mod/forum:canoverridecutoff',1,1734080259,0),(805,1,3,'mod/forum:canoverridecutoff',1,1734080259,0),(806,1,1,'mod/forum:canoverridecutoff',1,1734080259,0),(807,1,7,'mod/forum:cantogglefavourite',1,1734080259,0),(808,1,4,'mod/forum:grade',1,1734080259,0),(809,1,3,'mod/forum:grade',1,1734080259,0),(810,1,1,'mod/forum:grade',1,1734080259,0),(811,1,3,'mod/glossary:addinstance',1,1734080260,0),(812,1,1,'mod/glossary:addinstance',1,1734080260,0),(813,1,8,'mod/glossary:view',1,1734080260,0),(814,1,6,'mod/glossary:view',1,1734080260,0),(815,1,5,'mod/glossary:view',1,1734080260,0),(816,1,4,'mod/glossary:view',1,1734080260,0),(817,1,3,'mod/glossary:view',1,1734080260,0),(818,1,1,'mod/glossary:view',1,1734080260,0),(819,1,5,'mod/glossary:write',1,1734080260,0),(820,1,4,'mod/glossary:write',1,1734080260,0),(821,1,3,'mod/glossary:write',1,1734080260,0),(822,1,1,'mod/glossary:write',1,1734080261,0),(823,1,4,'mod/glossary:manageentries',1,1734080261,0),(824,1,3,'mod/glossary:manageentries',1,1734080261,0),(825,1,1,'mod/glossary:manageentries',1,1734080261,0),(826,1,4,'mod/glossary:managecategories',1,1734080261,0),(827,1,3,'mod/glossary:managecategories',1,1734080261,0),(828,1,1,'mod/glossary:managecategories',1,1734080261,0),(829,1,5,'mod/glossary:comment',1,1734080261,0),(830,1,4,'mod/glossary:comment',1,1734080261,0),(831,1,3,'mod/glossary:comment',1,1734080261,0),(832,1,1,'mod/glossary:comment',1,1734080261,0),(833,1,4,'mod/glossary:managecomments',1,1734080261,0),(834,1,3,'mod/glossary:managecomments',1,1734080261,0),(835,1,1,'mod/glossary:managecomments',1,1734080261,0),(836,1,4,'mod/glossary:import',1,1734080261,0),(837,1,3,'mod/glossary:import',1,1734080261,0),(838,1,1,'mod/glossary:import',1,1734080261,0),(839,1,4,'mod/glossary:export',1,1734080261,0),(840,1,3,'mod/glossary:export',1,1734080261,0),(841,1,1,'mod/glossary:export',1,1734080261,0),(842,1,4,'mod/glossary:approve',1,1734080261,0),(843,1,3,'mod/glossary:approve',1,1734080262,0),(844,1,1,'mod/glossary:approve',1,1734080262,0),(845,1,4,'mod/glossary:rate',1,1734080262,0),(846,1,3,'mod/glossary:rate',1,1734080262,0),(847,1,1,'mod/glossary:rate',1,1734080262,0),(848,1,4,'mod/glossary:viewrating',1,1734080262,0),(849,1,3,'mod/glossary:viewrating',1,1734080262,0),(850,1,1,'mod/glossary:viewrating',1,1734080262,0),(851,1,4,'mod/glossary:viewanyrating',1,1734080262,0),(852,1,3,'mod/glossary:viewanyrating',1,1734080262,0),(853,1,1,'mod/glossary:viewanyrating',1,1734080262,0),(854,1,4,'mod/glossary:viewallratings',1,1734080262,0),(855,1,3,'mod/glossary:viewallratings',1,1734080262,0),(856,1,1,'mod/glossary:viewallratings',1,1734080262,0),(857,1,4,'mod/glossary:exportentry',1,1734080262,0),(858,1,3,'mod/glossary:exportentry',1,1734080262,0),(859,1,1,'mod/glossary:exportentry',1,1734080262,0),(860,1,4,'mod/glossary:exportownentry',1,1734080262,0),(861,1,3,'mod/glossary:exportownentry',1,1734080262,0),(862,1,1,'mod/glossary:exportownentry',1,1734080262,0),(863,1,5,'mod/glossary:exportownentry',1,1734080262,0),(864,1,6,'mod/h5pactivity:view',1,1734080263,0),(865,1,5,'mod/h5pactivity:view',1,1734080263,0),(866,1,4,'mod/h5pactivity:view',1,1734080263,0),(867,1,3,'mod/h5pactivity:view',1,1734080263,0),(868,1,1,'mod/h5pactivity:view',1,1734080263,0),(869,1,3,'mod/h5pactivity:addinstance',1,1734080263,0),(870,1,1,'mod/h5pactivity:addinstance',1,1734080263,0),(871,1,5,'mod/h5pactivity:submit',1,1734080263,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1734080263,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1734080264,0),(874,1,6,'mod/imscp:view',1,1734080264,0),(875,1,7,'mod/imscp:view',1,1734080264,0),(876,1,3,'mod/imscp:addinstance',1,1734080264,0),(877,1,1,'mod/imscp:addinstance',1,1734080264,0),(878,1,3,'mod/label:addinstance',1,1734080264,0),(879,1,1,'mod/label:addinstance',1,1734080265,0),(880,1,7,'mod/label:view',1,1734080265,0),(881,1,6,'mod/label:view',1,1734080265,0),(882,1,3,'mod/lesson:addinstance',1,1734080265,0),(883,1,1,'mod/lesson:addinstance',1,1734080266,0),(884,1,3,'mod/lesson:edit',1,1734080266,0),(885,1,1,'mod/lesson:edit',1,1734080266,0),(886,1,4,'mod/lesson:grade',1,1734080266,0),(887,1,3,'mod/lesson:grade',1,1734080266,0),(888,1,1,'mod/lesson:grade',1,1734080266,0),(889,1,4,'mod/lesson:viewreports',1,1734080266,0),(890,1,3,'mod/lesson:viewreports',1,1734080266,0),(891,1,1,'mod/lesson:viewreports',1,1734080266,0),(892,1,4,'mod/lesson:manage',1,1734080266,0),(893,1,3,'mod/lesson:manage',1,1734080266,0),(894,1,1,'mod/lesson:manage',1,1734080266,0),(895,1,3,'mod/lesson:manageoverrides',1,1734080266,0),(896,1,1,'mod/lesson:manageoverrides',1,1734080266,0),(897,1,7,'mod/lesson:view',1,1734080266,0),(898,1,6,'mod/lesson:view',1,1734080266,0),(899,1,5,'mod/lti:view',1,1734080267,0),(900,1,4,'mod/lti:view',1,1734080267,0),(901,1,3,'mod/lti:view',1,1734080268,0),(902,1,1,'mod/lti:view',1,1734080268,0),(903,1,3,'mod/lti:addinstance',1,1734080268,0),(904,1,1,'mod/lti:addinstance',1,1734080268,0),(905,1,4,'mod/lti:manage',1,1734080268,0),(906,1,3,'mod/lti:manage',1,1734080268,0),(907,1,1,'mod/lti:manage',1,1734080268,0),(908,1,3,'mod/lti:addcoursetool',1,1734080268,0),(909,1,1,'mod/lti:addcoursetool',1,1734080268,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1734080268,0),(912,1,3,'mod/lti:addmanualinstance',1,1734080268,0),(913,1,1,'mod/lti:addmanualinstance',1,1734080268,0),(914,1,3,'mod/lti:requesttooladd',1,1734080268,0),(915,1,1,'mod/lti:requesttooladd',1,1734080268,0),(916,1,6,'mod/page:view',1,1734080269,0),(917,1,7,'mod/page:view',1,1734080269,0),(918,1,3,'mod/page:addinstance',1,1734080269,0),(919,1,1,'mod/page:addinstance',1,1734080269,0),(920,1,6,'mod/quiz:view',1,1734080270,0),(921,1,5,'mod/quiz:view',1,1734080270,0),(922,1,4,'mod/quiz:view',1,1734080270,0),(923,1,3,'mod/quiz:view',1,1734080270,0),(924,1,1,'mod/quiz:view',1,1734080270,0),(925,1,3,'mod/quiz:addinstance',1,1734080270,0),(926,1,1,'mod/quiz:addinstance',1,1734080270,0),(927,1,5,'mod/quiz:attempt',1,1734080270,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1734080270,0),(929,1,3,'mod/quiz:manage',1,1734080270,0),(930,1,1,'mod/quiz:manage',1,1734080270,0),(931,1,3,'mod/quiz:manageoverrides',1,1734080270,0),(932,1,1,'mod/quiz:manageoverrides',1,1734080270,0),(933,1,4,'mod/quiz:viewoverrides',1,1734080270,0),(934,1,3,'mod/quiz:viewoverrides',1,1734080270,0),(935,1,1,'mod/quiz:viewoverrides',1,1734080271,0),(936,1,4,'mod/quiz:preview',1,1734080271,0),(937,1,3,'mod/quiz:preview',1,1734080271,0),(938,1,1,'mod/quiz:preview',1,1734080271,0),(939,1,4,'mod/quiz:grade',1,1734080271,0),(940,1,3,'mod/quiz:grade',1,1734080271,0),(941,1,1,'mod/quiz:grade',1,1734080271,0),(942,1,4,'mod/quiz:regrade',1,1734080271,0),(943,1,3,'mod/quiz:regrade',1,1734080271,0),(944,1,1,'mod/quiz:regrade',1,1734080271,0),(945,1,4,'mod/quiz:viewreports',1,1734080271,0),(946,1,3,'mod/quiz:viewreports',1,1734080271,0),(947,1,1,'mod/quiz:viewreports',1,1734080271,0),(948,1,3,'mod/quiz:deleteattempts',1,1734080271,0),(949,1,1,'mod/quiz:deleteattempts',1,1734080271,0),(950,1,6,'mod/resource:view',1,1734080272,0),(951,1,7,'mod/resource:view',1,1734080272,0),(952,1,3,'mod/resource:addinstance',1,1734080272,0),(953,1,1,'mod/resource:addinstance',1,1734080272,0),(954,1,3,'mod/scorm:addinstance',1,1734080273,0),(955,1,1,'mod/scorm:addinstance',1,1734080273,0),(956,1,4,'mod/scorm:viewreport',1,1734080273,0),(957,1,3,'mod/scorm:viewreport',1,1734080273,0),(958,1,1,'mod/scorm:viewreport',1,1734080273,0),(959,1,5,'mod/scorm:skipview',1,1734080273,0),(960,1,5,'mod/scorm:savetrack',1,1734080273,0),(961,1,4,'mod/scorm:savetrack',1,1734080273,0),(962,1,3,'mod/scorm:savetrack',1,1734080273,0),(963,1,1,'mod/scorm:savetrack',1,1734080273,0),(964,1,5,'mod/scorm:viewscores',1,1734080274,0),(965,1,4,'mod/scorm:viewscores',1,1734080274,0),(966,1,3,'mod/scorm:viewscores',1,1734080274,0),(967,1,1,'mod/scorm:viewscores',1,1734080274,0),(968,1,4,'mod/scorm:deleteresponses',1,1734080274,0),(969,1,3,'mod/scorm:deleteresponses',1,1734080274,0),(970,1,1,'mod/scorm:deleteresponses',1,1734080274,0),(971,1,3,'mod/survey:addinstance',1,1734080275,0),(972,1,1,'mod/survey:addinstance',1,1734080275,0),(973,1,5,'mod/survey:participate',1,1734080275,0),(974,1,4,'mod/survey:participate',1,1734080275,0),(975,1,3,'mod/survey:participate',1,1734080275,0),(976,1,1,'mod/survey:participate',1,1734080275,0),(977,1,4,'mod/survey:readresponses',1,1734080275,0),(978,1,3,'mod/survey:readresponses',1,1734080275,0),(979,1,1,'mod/survey:readresponses',1,1734080275,0),(980,1,4,'mod/survey:download',1,1734080275,0),(981,1,3,'mod/survey:download',1,1734080275,0),(982,1,1,'mod/survey:download',1,1734080275,0),(983,1,6,'mod/url:view',1,1734080276,0),(984,1,7,'mod/url:view',1,1734080276,0),(985,1,3,'mod/url:addinstance',1,1734080276,0),(986,1,1,'mod/url:addinstance',1,1734080276,0),(987,1,3,'mod/wiki:addinstance',1,1734080277,0),(988,1,1,'mod/wiki:addinstance',1,1734080277,0),(989,1,6,'mod/wiki:viewpage',1,1734080277,0),(990,1,8,'mod/wiki:viewpage',1,1734080277,0),(991,1,5,'mod/wiki:viewpage',1,1734080277,0),(992,1,4,'mod/wiki:viewpage',1,1734080277,0),(993,1,3,'mod/wiki:viewpage',1,1734080277,0),(994,1,1,'mod/wiki:viewpage',1,1734080277,0),(995,1,5,'mod/wiki:editpage',1,1734080277,0),(996,1,4,'mod/wiki:editpage',1,1734080277,0),(997,1,3,'mod/wiki:editpage',1,1734080277,0),(998,1,1,'mod/wiki:editpage',1,1734080277,0),(999,1,5,'mod/wiki:createpage',1,1734080277,0),(1000,1,4,'mod/wiki:createpage',1,1734080277,0),(1001,1,3,'mod/wiki:createpage',1,1734080277,0),(1002,1,1,'mod/wiki:createpage',1,1734080277,0),(1003,1,5,'mod/wiki:viewcomment',1,1734080277,0),(1004,1,4,'mod/wiki:viewcomment',1,1734080277,0),(1005,1,3,'mod/wiki:viewcomment',1,1734080277,0),(1006,1,1,'mod/wiki:viewcomment',1,1734080278,0),(1007,1,5,'mod/wiki:editcomment',1,1734080278,0),(1008,1,4,'mod/wiki:editcomment',1,1734080278,0),(1009,1,3,'mod/wiki:editcomment',1,1734080278,0),(1010,1,1,'mod/wiki:editcomment',1,1734080278,0),(1011,1,4,'mod/wiki:managecomment',1,1734080278,0),(1012,1,3,'mod/wiki:managecomment',1,1734080278,0),(1013,1,1,'mod/wiki:managecomment',1,1734080278,0),(1014,1,4,'mod/wiki:managefiles',1,1734080278,0),(1015,1,3,'mod/wiki:managefiles',1,1734080278,0),(1016,1,1,'mod/wiki:managefiles',1,1734080278,0),(1017,1,4,'mod/wiki:overridelock',1,1734080278,0),(1018,1,3,'mod/wiki:overridelock',1,1734080278,0),(1019,1,1,'mod/wiki:overridelock',1,1734080278,0),(1020,1,4,'mod/wiki:managewiki',1,1734080278,0),(1021,1,3,'mod/wiki:managewiki',1,1734080278,0),(1022,1,1,'mod/wiki:managewiki',1,1734080278,0),(1023,1,6,'mod/workshop:view',1,1734080279,0),(1024,1,5,'mod/workshop:view',1,1734080279,0),(1025,1,4,'mod/workshop:view',1,1734080279,0),(1026,1,3,'mod/workshop:view',1,1734080279,0),(1027,1,1,'mod/workshop:view',1,1734080279,0),(1028,1,3,'mod/workshop:addinstance',1,1734080279,0),(1029,1,1,'mod/workshop:addinstance',1,1734080279,0),(1030,1,4,'mod/workshop:switchphase',1,1734080279,0),(1031,1,3,'mod/workshop:switchphase',1,1734080279,0),(1032,1,1,'mod/workshop:switchphase',1,1734080279,0),(1033,1,3,'mod/workshop:editdimensions',1,1734080279,0),(1034,1,1,'mod/workshop:editdimensions',1,1734080279,0),(1035,1,5,'mod/workshop:submit',1,1734080280,0),(1036,1,5,'mod/workshop:peerassess',1,1734080280,0),(1037,1,4,'mod/workshop:manageexamples',1,1734080280,0),(1038,1,3,'mod/workshop:manageexamples',1,1734080280,0),(1039,1,1,'mod/workshop:manageexamples',1,1734080280,0),(1040,1,4,'mod/workshop:allocate',1,1734080280,0),(1041,1,3,'mod/workshop:allocate',1,1734080280,0),(1042,1,1,'mod/workshop:allocate',1,1734080280,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1734080280,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1734080280,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1734080280,0),(1046,1,5,'mod/workshop:viewauthornames',1,1734080280,0),(1047,1,4,'mod/workshop:viewauthornames',1,1734080280,0),(1048,1,3,'mod/workshop:viewauthornames',1,1734080280,0),(1049,1,1,'mod/workshop:viewauthornames',1,1734080280,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1734080280,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1734080280,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1734080280,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1734080280,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1734080281,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1734080281,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1734080281,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1734080281,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1734080281,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1734080281,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1734080281,0),(1064,1,4,'mod/workshop:viewallassessments',1,1734080281,0),(1065,1,3,'mod/workshop:viewallassessments',1,1734080281,0),(1066,1,1,'mod/workshop:viewallassessments',1,1734080281,0),(1067,1,4,'mod/workshop:overridegrades',1,1734080281,0),(1068,1,3,'mod/workshop:overridegrades',1,1734080281,0),(1069,1,1,'mod/workshop:overridegrades',1,1734080281,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1734080281,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1734080281,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1734080281,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1734080281,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1734080281,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1734080282,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1734080282,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1734080282,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1734080282,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1734080282,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1734080284,0),(1081,1,1,'enrol/category:config',1,1734080285,0),(1082,1,3,'enrol/category:config',1,1734080285,0),(1083,1,3,'enrol/cohort:config',1,1734080286,0),(1084,1,1,'enrol/cohort:config',1,1734080286,0),(1085,1,1,'enrol/cohort:unenrol',1,1734080286,0),(1086,1,1,'enrol/database:unenrol',1,1734080286,0),(1087,1,1,'enrol/database:config',1,1734080286,0),(1088,1,3,'enrol/database:config',1,1734080286,0),(1089,1,1,'enrol/fee:config',1,1734080286,0),(1090,1,1,'enrol/fee:manage',1,1734080286,0),(1091,1,3,'enrol/fee:manage',1,1734080286,0),(1092,1,1,'enrol/fee:unenrol',1,1734080286,0),(1093,1,1,'enrol/guest:config',1,1734080287,0),(1094,1,3,'enrol/guest:config',1,1734080287,0),(1095,1,1,'enrol/imsenterprise:config',1,1734080287,0),(1096,1,3,'enrol/imsenterprise:config',1,1734080287,0),(1097,1,1,'enrol/ldap:manage',1,1734080287,0),(1098,1,1,'enrol/lti:config',1,1734080289,0),(1099,1,3,'enrol/lti:config',1,1734080289,0),(1100,1,1,'enrol/lti:unenrol',1,1734080289,0),(1101,1,3,'enrol/lti:unenrol',1,1734080289,0),(1102,1,1,'enrol/manual:config',1,1734080289,0),(1103,1,1,'enrol/manual:enrol',1,1734080289,0),(1104,1,3,'enrol/manual:enrol',1,1734080290,0),(1105,1,1,'enrol/manual:manage',1,1734080290,0),(1106,1,3,'enrol/manual:manage',1,1734080290,0),(1107,1,1,'enrol/manual:unenrol',1,1734080290,0),(1108,1,3,'enrol/manual:unenrol',1,1734080290,0),(1109,1,1,'enrol/meta:config',1,1734080290,0),(1110,1,3,'enrol/meta:config',1,1734080290,0),(1111,1,1,'enrol/meta:selectaslinked',1,1734080290,0),(1112,1,1,'enrol/meta:unenrol',1,1734080290,0),(1113,1,1,'enrol/mnet:config',1,1734080290,0),(1114,1,3,'enrol/mnet:config',1,1734080290,0),(1115,1,1,'enrol/paypal:config',1,1734080291,0),(1116,1,1,'enrol/paypal:manage',1,1734080291,0),(1117,1,3,'enrol/paypal:manage',1,1734080291,0),(1118,1,1,'enrol/paypal:unenrol',1,1734080291,0),(1119,1,3,'enrol/self:config',1,1734080291,0),(1120,1,1,'enrol/self:config',1,1734080291,0),(1121,1,3,'enrol/self:manage',1,1734080291,0),(1122,1,1,'enrol/self:manage',1,1734080291,0),(1123,1,5,'enrol/self:unenrolself',1,1734080291,0),(1124,1,3,'enrol/self:unenrol',1,1734080292,0),(1125,1,1,'enrol/self:unenrol',1,1734080292,0),(1126,1,7,'enrol/self:enrolself',1,1734080292,0),(1127,1,7,'message/airnotifier:managedevice',1,1734080292,0),(1128,1,3,'block/accessreview:addinstance',1,1734080293,0),(1129,1,1,'block/accessreview:addinstance',1,1734080293,0),(1130,1,3,'block/accessreview:view',1,1734080293,0),(1131,1,1,'block/accessreview:view',1,1734080293,0),(1132,1,3,'block/activity_modules:addinstance',1,1734080294,0),(1133,1,1,'block/activity_modules:addinstance',1,1734080294,0),(1134,1,3,'block/activity_results:addinstance',1,1734080294,0),(1135,1,1,'block/activity_results:addinstance',1,1734080294,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1734080294,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1734080294,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1734080295,0),(1139,1,3,'block/badges:addinstance',1,1734080295,0),(1140,1,1,'block/badges:addinstance',1,1734080295,0),(1141,1,7,'block/badges:myaddinstance',1,1734080295,0),(1142,1,3,'block/blog_menu:addinstance',1,1734080295,0),(1143,1,1,'block/blog_menu:addinstance',1,1734080295,0),(1144,1,3,'block/blog_recent:addinstance',1,1734080295,0),(1145,1,1,'block/blog_recent:addinstance',1,1734080295,0),(1146,1,3,'block/blog_tags:addinstance',1,1734080296,0),(1147,1,1,'block/blog_tags:addinstance',1,1734080296,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1734080296,0),(1149,1,3,'block/calendar_month:addinstance',1,1734080296,0),(1150,1,1,'block/calendar_month:addinstance',1,1734080296,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1734080296,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1734080297,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1734080297,0),(1154,1,7,'block/comments:myaddinstance',1,1734080297,0),(1155,1,3,'block/comments:addinstance',1,1734080297,0),(1156,1,1,'block/comments:addinstance',1,1734080297,0),(1157,1,3,'block/completionstatus:addinstance',1,1734080297,0),(1158,1,1,'block/completionstatus:addinstance',1,1734080297,0),(1159,1,7,'block/course_list:myaddinstance',1,1734080297,0),(1160,1,3,'block/course_list:addinstance',1,1734080297,0),(1161,1,1,'block/course_list:addinstance',1,1734080297,0),(1162,1,3,'block/course_summary:addinstance',1,1734080298,0),(1163,1,1,'block/course_summary:addinstance',1,1734080298,0),(1164,1,3,'block/feedback:addinstance',1,1734080298,0),(1165,1,1,'block/feedback:addinstance',1,1734080298,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1734080298,0),(1167,1,3,'block/globalsearch:addinstance',1,1734080298,0),(1168,1,1,'block/globalsearch:addinstance',1,1734080298,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1734080298,0),(1170,1,3,'block/glossary_random:addinstance',1,1734080298,0),(1171,1,1,'block/glossary_random:addinstance',1,1734080299,0),(1172,1,7,'block/html:myaddinstance',1,1734080299,0),(1173,1,3,'block/html:addinstance',1,1734080299,0),(1174,1,1,'block/html:addinstance',1,1734080299,0),(1175,1,3,'block/login:addinstance',1,1734080299,0),(1176,1,1,'block/login:addinstance',1,1734080299,0),(1177,1,3,'block/lp:addinstance',1,1734080299,0),(1178,1,1,'block/lp:addinstance',1,1734080299,0),(1179,1,7,'block/lp:myaddinstance',1,1734080299,0),(1180,1,7,'block/mentees:myaddinstance',1,1734080300,0),(1181,1,3,'block/mentees:addinstance',1,1734080300,0),(1182,1,1,'block/mentees:addinstance',1,1734080300,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1734080300,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1734080300,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1734080300,0),(1186,1,7,'block/myoverview:myaddinstance',1,1734080300,0),(1187,1,7,'block/myprofile:myaddinstance',1,1734080300,0),(1188,1,3,'block/myprofile:addinstance',1,1734080300,0),(1189,1,1,'block/myprofile:addinstance',1,1734080300,0),(1190,1,7,'block/navigation:myaddinstance',1,1734080301,0),(1191,1,3,'block/navigation:addinstance',1,1734080301,0),(1192,1,1,'block/navigation:addinstance',1,1734080301,0),(1193,1,7,'block/news_items:myaddinstance',1,1734080301,0),(1194,1,3,'block/news_items:addinstance',1,1734080301,0),(1195,1,1,'block/news_items:addinstance',1,1734080301,0),(1196,1,7,'block/online_users:myaddinstance',1,1734080301,0),(1197,1,3,'block/online_users:addinstance',1,1734080301,0),(1198,1,1,'block/online_users:addinstance',1,1734080301,0),(1199,1,7,'block/online_users:viewlist',1,1734080301,0),(1200,1,6,'block/online_users:viewlist',-1,1734080301,0),(1201,1,5,'block/online_users:viewlist',1,1734080301,0),(1202,1,4,'block/online_users:viewlist',1,1734080301,0),(1203,1,3,'block/online_users:viewlist',1,1734080301,0),(1204,1,1,'block/online_users:viewlist',1,1734080301,0),(1205,1,7,'block/private_files:myaddinstance',1,1734080302,0),(1206,1,3,'block/private_files:addinstance',1,1734080302,0),(1207,1,1,'block/private_files:addinstance',1,1734080302,0),(1208,1,3,'block/recent_activity:addinstance',1,1734080302,0),(1209,1,1,'block/recent_activity:addinstance',1,1734080302,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1734080302,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1734080302,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1734080302,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1734080303,0),(1214,1,7,'block/rss_client:myaddinstance',1,1734080303,0),(1215,1,3,'block/rss_client:addinstance',1,1734080303,0),(1216,1,1,'block/rss_client:addinstance',1,1734080303,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1734080303,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1734080303,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1734080303,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1734080303,0),(1221,1,3,'block/search_forums:addinstance',1,1734080304,0),(1222,1,1,'block/search_forums:addinstance',1,1734080304,0),(1223,1,3,'block/section_links:addinstance',1,1734080304,0),(1224,1,1,'block/section_links:addinstance',1,1734080304,0),(1225,1,3,'block/selfcompletion:addinstance',1,1734080304,0),(1226,1,1,'block/selfcompletion:addinstance',1,1734080304,0),(1227,1,7,'block/settings:myaddinstance',1,1734080304,0),(1228,1,3,'block/settings:addinstance',1,1734080305,0),(1229,1,1,'block/settings:addinstance',1,1734080305,0),(1230,1,3,'block/site_main_menu:addinstance',1,1734080305,0),(1231,1,1,'block/site_main_menu:addinstance',1,1734080305,0),(1232,1,3,'block/social_activities:addinstance',1,1734080305,0),(1233,1,1,'block/social_activities:addinstance',1,1734080305,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1734080305,0),(1235,1,3,'block/tag_flickr:addinstance',1,1734080305,0),(1236,1,1,'block/tag_flickr:addinstance',1,1734080305,0),(1237,1,3,'block/tag_youtube:addinstance',1,1734080306,0),(1238,1,1,'block/tag_youtube:addinstance',1,1734080306,0),(1239,1,7,'block/tags:myaddinstance',1,1734080306,0),(1240,1,3,'block/tags:addinstance',1,1734080306,0),(1241,1,1,'block/tags:addinstance',1,1734080306,0),(1242,1,7,'block/timeline:myaddinstance',1,1734080306,0),(1243,1,4,'report/completion:view',1,1734080312,0),(1244,1,3,'report/completion:view',1,1734080312,0),(1245,1,1,'report/completion:view',1,1734080312,0),(1246,1,4,'report/courseoverview:view',1,1734080312,0),(1247,1,3,'report/courseoverview:view',1,1734080312,0),(1248,1,1,'report/courseoverview:view',1,1734080312,0),(1249,1,4,'report/log:view',1,1734080313,0),(1250,1,3,'report/log:view',1,1734080313,0),(1251,1,1,'report/log:view',1,1734080313,0),(1252,1,4,'report/log:viewtoday',1,1734080313,0),(1253,1,3,'report/log:viewtoday',1,1734080313,0),(1254,1,1,'report/log:viewtoday',1,1734080313,0),(1255,1,4,'report/loglive:view',1,1734080314,0),(1256,1,3,'report/loglive:view',1,1734080314,0),(1257,1,1,'report/loglive:view',1,1734080314,0),(1258,1,4,'report/outline:view',1,1734080314,0),(1259,1,3,'report/outline:view',1,1734080314,0),(1260,1,1,'report/outline:view',1,1734080314,0),(1261,1,4,'report/outline:viewuserreport',1,1734080314,0),(1262,1,3,'report/outline:viewuserreport',1,1734080314,0),(1263,1,1,'report/outline:viewuserreport',1,1734080314,0),(1264,1,4,'report/participation:view',1,1734080314,0),(1265,1,3,'report/participation:view',1,1734080314,0),(1266,1,1,'report/participation:view',1,1734080315,0),(1267,1,1,'report/performance:view',1,1734080315,0),(1268,1,4,'report/progress:view',1,1734080315,0),(1269,1,3,'report/progress:view',1,1734080315,0),(1270,1,1,'report/progress:view',1,1734080315,0),(1271,1,1,'report/security:view',1,1734080315,0),(1272,1,4,'report/stats:view',1,1734080315,0),(1273,1,3,'report/stats:view',1,1734080315,0),(1274,1,1,'report/stats:view',1,1734080316,0),(1275,1,1,'report/status:view',1,1734080316,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1734080316,0),(1277,1,7,'report/usersessions:manageownsessions',1,1734080316,0),(1278,1,1,'report/usersessions:manageownsessions',1,1734080316,0),(1279,1,4,'gradeexport/ods:view',1,1734080316,0),(1280,1,3,'gradeexport/ods:view',1,1734080316,0),(1281,1,1,'gradeexport/ods:view',1,1734080316,0),(1282,1,1,'gradeexport/ods:publish',1,1734080316,0),(1283,1,4,'gradeexport/txt:view',1,1734080317,0),(1284,1,3,'gradeexport/txt:view',1,1734080317,0),(1285,1,1,'gradeexport/txt:view',1,1734080317,0),(1286,1,1,'gradeexport/txt:publish',1,1734080317,0),(1287,1,4,'gradeexport/xls:view',1,1734080317,0),(1288,1,3,'gradeexport/xls:view',1,1734080317,0),(1289,1,1,'gradeexport/xls:view',1,1734080317,0),(1290,1,1,'gradeexport/xls:publish',1,1734080317,0),(1291,1,4,'gradeexport/xml:view',1,1734080317,0),(1292,1,3,'gradeexport/xml:view',1,1734080317,0),(1293,1,1,'gradeexport/xml:view',1,1734080317,0),(1294,1,1,'gradeexport/xml:publish',1,1734080317,0),(1295,1,3,'gradeimport/csv:view',1,1734080318,0),(1296,1,1,'gradeimport/csv:view',1,1734080318,0),(1297,1,3,'gradeimport/direct:view',1,1734080318,0),(1298,1,1,'gradeimport/direct:view',1,1734080318,0),(1299,1,3,'gradeimport/xml:view',1,1734080318,0),(1300,1,1,'gradeimport/xml:view',1,1734080318,0),(1301,1,1,'gradeimport/xml:publish',1,1734080318,0),(1302,1,4,'gradereport/grader:view',1,1734080318,0),(1303,1,3,'gradereport/grader:view',1,1734080318,0),(1304,1,1,'gradereport/grader:view',1,1734080318,0),(1305,1,4,'gradereport/history:view',1,1734080319,0),(1306,1,3,'gradereport/history:view',1,1734080319,0),(1307,1,1,'gradereport/history:view',1,1734080319,0),(1308,1,4,'gradereport/outcomes:view',1,1734080319,0),(1309,1,3,'gradereport/outcomes:view',1,1734080319,0),(1310,1,1,'gradereport/outcomes:view',1,1734080319,0),(1311,1,7,'gradereport/overview:view',1,1734080319,0),(1312,1,3,'gradereport/singleview:view',1,1734080319,0),(1313,1,1,'gradereport/singleview:view',1,1734080319,0),(1314,1,3,'gradereport/summary:view',1,1734080320,0),(1315,1,4,'gradereport/summary:view',1,1734080320,0),(1316,1,1,'gradereport/summary:view',1,1734080320,0),(1317,1,5,'gradereport/user:view',1,1734080320,0),(1318,1,4,'gradereport/user:view',1,1734080320,0),(1319,1,3,'gradereport/user:view',1,1734080320,0),(1320,1,1,'gradereport/user:view',1,1734080320,0),(1321,1,7,'repository/areafiles:view',1,1734080322,0),(1322,1,2,'repository/contentbank:view',1,1734080323,0),(1323,1,3,'repository/contentbank:view',1,1734080323,0),(1324,1,1,'repository/contentbank:view',1,1734080323,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1734080323,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1734080323,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1734080323,0),(1331,1,2,'repository/coursefiles:view',1,1734080323,0),(1332,1,4,'repository/coursefiles:view',1,1734080323,0),(1333,1,3,'repository/coursefiles:view',1,1734080323,0),(1334,1,1,'repository/coursefiles:view',1,1734080323,0),(1335,1,7,'repository/dropbox:view',1,1734080324,0),(1336,1,7,'repository/equella:view',1,1734080324,0),(1337,1,2,'repository/filesystem:view',1,1734080324,0),(1338,1,4,'repository/filesystem:view',1,1734080324,0),(1339,1,3,'repository/filesystem:view',1,1734080324,0),(1340,1,1,'repository/filesystem:view',1,1734080324,0),(1341,1,7,'repository/flickr:view',1,1734080324,0),(1342,1,7,'repository/flickr_public:view',1,1734080325,0),(1343,1,7,'repository/googledocs:view',1,1734080325,0),(1344,1,2,'repository/local:view',1,1734080325,0),(1345,1,4,'repository/local:view',1,1734080325,0),(1346,1,3,'repository/local:view',1,1734080325,0),(1347,1,1,'repository/local:view',1,1734080325,0),(1348,1,7,'repository/merlot:view',1,1734080325,0),(1349,1,7,'repository/nextcloud:view',1,1734080326,0),(1350,1,7,'repository/onedrive:view',1,1734080326,0),(1351,1,7,'repository/recent:view',1,1734080326,0),(1352,1,7,'repository/s3:view',1,1734080326,0),(1353,1,7,'repository/upload:view',1,1734080327,0),(1354,1,7,'repository/url:view',1,1734080327,0),(1355,1,7,'repository/user:view',1,1734080327,0),(1356,1,2,'repository/webdav:view',1,1734080327,0),(1357,1,4,'repository/webdav:view',1,1734080327,0),(1358,1,3,'repository/webdav:view',1,1734080328,0),(1359,1,1,'repository/webdav:view',1,1734080328,0),(1360,1,7,'repository/wikimedia:view',1,1734080328,0),(1361,1,7,'repository/youtube:view',1,1734080328,0),(1362,1,3,'moodle/question:commentmine',1,1734080330,0),(1363,1,1,'moodle/question:commentmine',1,1734080330,0),(1364,1,3,'moodle/question:commentall',1,1734080330,0),(1365,1,1,'moodle/question:commentall',1,1734080330,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1734080331,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1734080331,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1734080337,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1734080337,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1734080337,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1734080337,0),(1373,1,1,'tool/customlang:view',1,1734080338,0),(1374,1,1,'tool/customlang:edit',1,1734080338,0),(1375,1,1,'tool/customlang:export',1,1734080338,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1734080339,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1734080339,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1734080341,0),(1379,1,4,'tool/monitor:subscribe',1,1734080342,0),(1380,1,3,'tool/monitor:subscribe',1,1734080342,0),(1381,1,1,'tool/monitor:subscribe',1,1734080342,0),(1382,1,4,'tool/monitor:managerules',1,1734080342,0),(1383,1,3,'tool/monitor:managerules',1,1734080342,0),(1384,1,1,'tool/monitor:managerules',1,1734080342,0),(1385,1,1,'tool/monitor:managetool',1,1734080342,0),(1386,1,7,'tool/policy:accept',1,1734080344,0),(1387,1,1,'tool/policy:managedocs',1,1734080344,0),(1388,1,1,'tool/policy:viewacceptances',1,1734080344,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1734080345,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1734080345,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1734080345,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1734080345,0),(1393,1,4,'tool/recyclebin:viewitems',1,1734080345,0),(1394,1,3,'tool/recyclebin:viewitems',1,1734080345,0),(1395,1,1,'tool/recyclebin:viewitems',1,1734080345,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1734080346,0),(1397,1,1,'tool/usertours:managetours',1,1734080347,0),(1398,1,1,'contenttype/h5p:access',1,1734080348,0),(1399,1,2,'contenttype/h5p:access',1,1734080348,0),(1400,1,3,'contenttype/h5p:access',1,1734080348,0),(1401,1,1,'contenttype/h5p:upload',1,1734080348,0),(1402,1,2,'contenttype/h5p:upload',1,1734080348,0),(1403,1,3,'contenttype/h5p:upload',1,1734080349,0),(1404,1,1,'contenttype/h5p:useeditor',1,1734080349,0),(1405,1,2,'contenttype/h5p:useeditor',1,1734080349,0),(1406,1,3,'contenttype/h5p:useeditor',1,1734080349,0),(1407,1,3,'booktool/importhtml:import',1,1734080352,0),(1408,1,1,'booktool/importhtml:import',1,1734080352,0),(1409,1,6,'booktool/print:print',1,1734080352,0),(1410,1,8,'booktool/print:print',1,1734080353,0),(1411,1,5,'booktool/print:print',1,1734080353,0),(1412,1,4,'booktool/print:print',1,1734080353,0),(1413,1,3,'booktool/print:print',1,1734080353,0),(1414,1,1,'booktool/print:print',1,1734080353,0),(1415,1,4,'forumreport/summary:view',1,1734080355,0),(1416,1,3,'forumreport/summary:view',1,1734080355,0),(1417,1,1,'forumreport/summary:view',1,1734080355,0),(1418,1,4,'forumreport/summary:viewall',1,1734080355,0),(1419,1,3,'forumreport/summary:viewall',1,1734080355,0),(1420,1,1,'forumreport/summary:viewall',1,1734080355,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1734080356,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1734080357,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1734080357,0),(1424,1,4,'quiz/grading:viewidnumber',1,1734080357,0),(1425,1,3,'quiz/grading:viewidnumber',1,1734080357,0),(1426,1,1,'quiz/grading:viewidnumber',1,1734080357,0),(1427,1,4,'quiz/statistics:view',1,1734080358,0),(1428,1,3,'quiz/statistics:view',1,1734080358,0),(1429,1,1,'quiz/statistics:view',1,1734080358,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1734080359,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1734080359,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1734080359,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1734080359,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1734080359,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1734080359,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080359,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1734080360,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1734080360,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1734080360,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1734080360,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1734080360,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1734080360,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1734080360,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1734080360,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080360,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1734080361,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1734080361,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1734080361,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1734080361,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1734080361,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1734080361,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1734080361,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080361,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1734080362,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1734080362,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1734080362,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1734080362,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1734080362,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1734080362,0),(1481,1,3,'atto/h5p:addembed',1,1734080367,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1734080368,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1734080368,0),(1484,1,3,'tiny/h5p:addembed',1,1734080370,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1734080370,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1734080371,0),(1487,1,7,'webservice/rest:use',1,1734080418,2); +/*!40000 ALTER TABLE `t_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_context_levels` +-- + +DROP TABLE IF EXISTS `t_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `t_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_role_context_levels` +-- + +LOCK TABLES `t_role_context_levels` WRITE; +/*!40000 ALTER TABLE `t_role_context_levels` DISABLE KEYS */; +INSERT INTO `t_role_context_levels` 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 `t_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_role_names` +-- + +DROP TABLE IF EXISTS `t_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `t_rolename_rol_ix` (`roleid`), + KEY `t_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_role_names` +-- + +LOCK TABLES `t_role_names` WRITE; +/*!40000 ALTER TABLE `t_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scale` +-- + +DROP TABLE IF EXISTS `t_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scal_cou_ix` (`courseid`), + KEY `t_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scale` +-- + +LOCK TABLES `t_scale` WRITE; +/*!40000 ALTER TABLE `t_scale` DISABLE KEYS */; +INSERT INTO `t_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1734080194),(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,1734080194); +/*!40000 ALTER TABLE `t_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scale_history` +-- + +DROP TABLE IF EXISTS `t_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_scalhist_act_ix` (`action`), + KEY `t_scalhist_tim_ix` (`timemodified`), + KEY `t_scalhist_old_ix` (`oldid`), + KEY `t_scalhist_cou_ix` (`courseid`), + KEY `t_scalhist_log_ix` (`loggeduser`), + KEY `t_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scale_history` +-- + +LOCK TABLES `t_scale_history` WRITE; +/*!40000 ALTER TABLE `t_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm` +-- + +DROP TABLE IF EXISTS `t_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint 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 DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_scorm` +-- + +LOCK TABLES `t_scorm` WRITE; +/*!40000 ALTER TABLE `t_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `t_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scoraiccsess_sco_ix` (`scormid`), + KEY `t_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_aicc_session` +-- + +LOCK TABLES `t_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `t_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes` +-- + +LOCK TABLES `t_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_data` +-- + +LOCK TABLES `t_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `t_scorscoetrac_use_ix` (`userid`), + KEY `t_scorscoetrac_sco_ix` (`scormid`), + KEY `t_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_track` +-- + +LOCK TABLES `t_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint 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 `t_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `t_scorseqmapi_sco_ix` (`scoid`), + KEY `t_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_mapinfo` +-- + +LOCK TABLES `t_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_objective` +-- + +LOCK TABLES `t_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rolluprule` +-- + +LOCK TABLES `t_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `t_scorseqroll_sco2_ix` (`scoid`), + KEY `t_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `t_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `t_scorseqrule_sco2_ix` (`scoid`), + KEY `t_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_rulecond` +-- + +LOCK TABLES `t_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `t_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `t_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_seq_ruleconds` +-- + +LOCK TABLES `t_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_search_index_requests` +-- + +DROP TABLE IF EXISTS `t_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `t_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `t_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_search_index_requests` +-- + +LOCK TABLES `t_search_index_requests` WRITE; +/*!40000 ALTER TABLE `t_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `t_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `t_searsimpinde_doc_uix` (`docid`), + KEY `t_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `t_searsimpinde_con_ix` (`contextid`), + KEY `t_searsimpinde_cou_ix` (`courseid`), + KEY `t_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `t_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_search_simpledb_index` +-- + +LOCK TABLES `t_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `t_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_sessions` +-- + +DROP TABLE IF EXISTS `t_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_sess_sid_uix` (`sid`), + KEY `t_sess_sta_ix` (`state`), + KEY `t_sess_tim_ix` (`timecreated`), + KEY `t_sess_tim2_ix` (`timemodified`), + KEY `t_sess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_sessions` +-- + +LOCK TABLES `t_sessions` WRITE; +/*!40000 ALTER TABLE `t_sessions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_daily` +-- + +DROP TABLE IF EXISTS `t_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statdail_cou_ix` (`courseid`), + KEY `t_statdail_tim_ix` (`timeend`), + KEY `t_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_daily` +-- + +LOCK TABLES `t_stats_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_monthly` +-- + +DROP TABLE IF EXISTS `t_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statmont_cou_ix` (`courseid`), + KEY `t_statmont_tim_ix` (`timeend`), + KEY `t_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_monthly` +-- + +LOCK TABLES `t_stats_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_user_daily` +-- + +DROP TABLE IF EXISTS `t_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_statuserdail_cou_ix` (`courseid`), + KEY `t_statuserdail_use_ix` (`userid`), + KEY `t_statuserdail_rol_ix` (`roleid`), + KEY `t_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_user_daily` +-- + +LOCK TABLES `t_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `t_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `t_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_statusermont_cou_ix` (`courseid`), + KEY `t_statusermont_use_ix` (`userid`), + KEY `t_statusermont_rol_ix` (`roleid`), + KEY `t_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_user_monthly` +-- + +LOCK TABLES `t_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `t_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `t_statuserweek_cou_ix` (`courseid`), + KEY `t_statuserweek_use_ix` (`userid`), + KEY `t_statuserweek_rol_ix` (`roleid`), + KEY `t_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_user_weekly` +-- + +LOCK TABLES `t_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_stats_weekly` +-- + +DROP TABLE IF EXISTS `t_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_statweek_cou_ix` (`courseid`), + KEY `t_statweek_tim_ix` (`timeend`), + KEY `t_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_stats_weekly` +-- + +LOCK TABLES `t_stats_weekly` WRITE; +/*!40000 ALTER TABLE `t_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey` +-- + +DROP TABLE IF EXISTS `t_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_survey` +-- + +LOCK TABLES `t_survey` WRITE; +/*!40000 ALTER TABLE `t_survey` DISABLE KEYS */; +INSERT INTO `t_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `t_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey_analysis` +-- + +DROP TABLE IF EXISTS `t_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_survanal_use_ix` (`userid`), + KEY `t_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_survey_analysis` +-- + +LOCK TABLES `t_survey_analysis` WRITE; +/*!40000 ALTER TABLE `t_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey_answers` +-- + +DROP TABLE IF EXISTS `t_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_survansw_use_ix` (`userid`), + KEY `t_survansw_sur_ix` (`survey`), + KEY `t_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_survey_answers` +-- + +LOCK TABLES `t_survey_answers` WRITE; +/*!40000 ALTER TABLE `t_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_survey_questions` +-- + +DROP TABLE IF EXISTS `t_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_survey_questions` +-- + +LOCK TABLES `t_survey_questions` WRITE; +/*!40000 ALTER TABLE `t_survey_questions` DISABLE KEYS */; +INSERT INTO `t_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `t_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag` +-- + +DROP TABLE IF EXISTS `t_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `t_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `t_tag_use_ix` (`userid`), + KEY `t_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag` +-- + +LOCK TABLES `t_tag` WRITE; +/*!40000 ALTER TABLE `t_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_area` +-- + +DROP TABLE IF EXISTS `t_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_tagarea_comite_uix` (`component`,`itemtype`), + KEY `t_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag_area` +-- + +LOCK TABLES `t_tag_area` WRITE; +/*!40000 ALTER TABLE `t_tag_area` DISABLE KEYS */; +INSERT INTO `t_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); +/*!40000 ALTER TABLE `t_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_coll` +-- + +DROP TABLE IF EXISTS `t_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tag_coll` +-- + +LOCK TABLES `t_tag_coll` WRITE; +/*!40000 ALTER TABLE `t_tag_coll` DISABLE KEYS */; +INSERT INTO `t_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `t_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_correlation` +-- + +DROP TABLE IF EXISTS `t_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `t_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag_correlation` +-- + +LOCK TABLES `t_tag_correlation` WRITE; +/*!40000 ALTER TABLE `t_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tag_instance` +-- + +DROP TABLE IF EXISTS `t_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `t_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `t_taginst_tag_ix` (`tagid`), + KEY `t_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tag_instance` +-- + +LOCK TABLES `t_tag_instance` WRITE; +/*!40000 ALTER TABLE `t_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_task_adhoc` +-- + +DROP TABLE IF EXISTS `t_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_taskadho_nex_ix` (`nextruntime`), + KEY `t_taskadho_tim_ix` (`timestarted`), + KEY `t_taskadho_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_task_adhoc` +-- + +LOCK TABLES `t_task_adhoc` WRITE; +/*!40000 ALTER TABLE `t_task_adhoc` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_task_log` +-- + +DROP TABLE IF EXISTS `t_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_tasklog_cla_ix` (`classname`), + KEY `t_tasklog_tim_ix` (`timestart`), + KEY `t_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_task_log` +-- + +LOCK TABLES `t_task_log` WRITE; +/*!40000 ALTER TABLE `t_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_task_scheduled` +-- + +DROP TABLE IF EXISTS `t_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_task_scheduled` +-- + +LOCK TABLES `t_task_scheduled` WRITE; +/*!40000 ALTER TABLE `t_task_scheduled` DISABLE KEYS */; +INSERT INTO `t_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1734080400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1734080700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1734119700,0,'55','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1734081900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1734082500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1734105600,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\grade_history_cleanup_task',0,1734105600,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1734109200,0,'0','1','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1734194520,0,'42','0','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1734105180,0,'53','23','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1734083400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\badges_message_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_temp_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\file_trash_cleanup_task',0,1734087300,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_index_task',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\search_optimize_task',0,1734106500,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\stats_cron_task',0,1734105600,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\password_reset_cleanup_task',0,1734084000,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\complete_plans_task',0,1734080520,0,'2','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1734081060,0,'11','*','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1734115020,0,'37','2','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1734082200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\analytics_cleanup_task',0,1734082920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\task_log_cleanup_task',0,1734152040,0,'54','12','*','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_get_content_types_task',0,1735661100,0,'5','0','1','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1734108120,0,'42','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core\\task\\antivirus_cleanup_task',0,1734108360,0,'46','0','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1734080220,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core\\task\\task_lock_cleanup_task',0,1734108780,0,'53','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'mod_assign','\\mod_assign\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1734710400,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_chat','\\mod_chat\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_forum','\\mod_forum\\task\\cron_task',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1734164760,0,'26','16','*','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_reports_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_quiz','\\mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1734080280,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1734081120,0,'12','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\legacy_workshop_allocation_cron',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1734082200,0,'30','17','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1734105600,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1734082560,0,'36','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1734143940,0,'39','10','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1734081300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1734097080,0,'38','21','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1734083160,0,'46','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1734080400,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1734098400,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1734103320,0,'22','23','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1734412920,0,'22','13','*','*','2',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1734080340,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1734338700,0,'45','16','*','*','1',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1734127200,0,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1734094800,0,'0','21','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1734138300,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1734108600,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1734080400,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1734083760,0,'56','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1734152400,0,'0','13','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1734084000,0,'0','18','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1734113400,0,'10','2','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1734150480,0,'28','12','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1734120300,0,'5','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1734112500,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1734119460,0,'51','3','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1734080400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1734081000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1734080760,0,'6','17','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1734080400,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1734126960,0,'56','5','*','*','*',0,0,0,NULL,NULL,NULL),(109,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1734121320,0,'22','4','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tiny_autosave` +-- + +DROP TABLE IF EXISTS `t_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tiny_autosave` +-- + +LOCK TABLES `t_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `t_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `t_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `t_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `t_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `t_toolbricarea_cou_ix` (`courseid`), + KEY `t_toolbricarea_cmi_ix` (`cmid`), + KEY `t_toolbricarea_cat_ix` (`categoryid`), + KEY `t_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_areas` +-- + +LOCK TABLES `t_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbriccachacts_sta_ix` (`status`), + KEY `t_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_cache_acts` +-- + +LOCK TABLES `t_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbriccachchec_sta_ix` (`status`), + KEY `t_toolbriccachchec_err_ix` (`errorcount`), + KEY `t_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_cache_check` +-- + +LOCK TABLES `t_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_toolbricchec_che_ix` (`checktype`), + KEY `t_toolbricchec_che2_ix` (`checkgroup`), + KEY `t_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_checks` +-- + +LOCK TABLES `t_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `t_tool_brickfield_checks` 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 `t_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbriccont_sta_ix` (`status`), + KEY `t_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `t_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_brickfield_content` +-- + +LOCK TABLES `t_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `t_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_errors` +-- + +LOCK TABLES `t_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_brickfield_process` +-- + +LOCK TABLES `t_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `t_toolbricresu_con_ix` (`contentid`), + KEY `t_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_results` +-- + +LOCK TABLES `t_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `t_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_schedule` +-- + +LOCK TABLES `t_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `t_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t_toolbricsumm_sta_ix` (`status`), + KEY `t_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_brickfield_summary` +-- + +LOCK TABLES `t_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `t_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_cohortroles` +-- + +LOCK TABLES `t_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `t_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_customlang` +-- + +DROP TABLE IF EXISTS `t_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `t_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_customlang` +-- + +LOCK TABLES `t_tool_customlang` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `t_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `t_tool_customlang_components` +-- + +LOCK TABLES `t_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `t_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_category` +-- + +LOCK TABLES `t_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `t_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tooldatactxi_con_uix` (`contextid`), + KEY `t_tooldatactxi_pur_ix` (`purposeid`), + KEY `t_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `t_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `t_tooldatactxl_con_uix` (`contextlevel`), + KEY `t_tooldatactxl_cat_ix` (`categoryid`), + KEY `t_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `t_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `t_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_mfa` +-- Dumping data for table `t_tool_dataprivacy_purpose` -- -LOCK TABLES `m_tool_mfa` WRITE; -/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_mfa_auth` +-- Table structure for table `t_tool_dataprivacy_purposerole` -- -DROP TABLE IF EXISTS `m_tool_mfa_auth`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_mfa_auth` ( +CREATE TABLE `t_tool_dataprivacy_purposerole` ( `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL, - `lastverified` bigint NOT NULL DEFAULT '0', + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmfaauth_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the last time a successful MFA auth was registered fo'; + UNIQUE KEY `t_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `t_tooldatapurp_pur_ix` (`purposeid`), + KEY `t_tooldatapurp_rol_ix` (`roleid`), + KEY `t_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_mfa_auth` +-- Dumping data for table `t_tool_dataprivacy_purposerole` -- -LOCK TABLES `m_tool_mfa_auth` WRITE; -/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_mfa_secrets` +-- Table structure for table `t_tool_dataprivacy_request` -- -DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +DROP TABLE IF EXISTS `t_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_mfa_secrets` ( +CREATE TABLE `t_tool_dataprivacy_request` ( `id` bigint NOT NULL AUTO_INCREMENT, - `userid` bigint NOT NULL, - `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `timecreated` bigint NOT NULL, - `expiry` bigint NOT NULL, - `revoked` tinyint(1) NOT NULL DEFAULT '0', - `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolmfasecr_fac_ix` (`factor`), - KEY `m_toolmfasecr_exp_ix` (`expiry`), - KEY `m_toolmfasecr_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; + KEY `t_tooldatarequ_use_ix` (`userid`), + KEY `t_tooldatarequ_req_ix` (`requestedby`), + KEY `t_tooldatarequ_dpo_ix` (`dpo`), + KEY `t_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_mfa_secrets` +-- Dumping data for table `t_tool_dataprivacy_request` -- -LOCK TABLES `m_tool_mfa_secrets` WRITE; -/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +LOCK TABLES `t_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_events` +-- Table structure for table `t_tool_monitor_events` -- -DROP TABLE IF EXISTS `m_tool_monitor_events`; +DROP TABLE IF EXISTS `t_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_events` ( +CREATE TABLE `t_tool_monitor_events` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `contextid` bigint NOT NULL, @@ -14426,56 +45546,56 @@ CREATE TABLE `m_tool_monitor_events` ( `courseid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonieven_cou_ix` (`courseid`), - KEY `m_toolmonieven_con_ix` (`contextid`), - KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) + KEY `t_toolmonieven_cou_ix` (`courseid`), + KEY `t_toolmonieven_con_ix` (`contextid`), + KEY `t_toolmonieven_con2_ix` (`contextinstanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_monitor_events` +-- Dumping data for table `t_tool_monitor_events` -- -LOCK TABLES `m_tool_monitor_events` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_history` +-- Table structure for table `t_tool_monitor_history` -- -DROP TABLE IF EXISTS `m_tool_monitor_history`; +DROP TABLE IF EXISTS `t_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_history` ( +CREATE TABLE `t_tool_monitor_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `sid` bigint NOT NULL, `userid` bigint NOT NULL, `timesent` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), - KEY `m_toolmonihist_sid_ix` (`sid`) + UNIQUE KEY `t_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `t_toolmonihist_sid_ix` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_history` +-- Dumping data for table `t_tool_monitor_history` -- -LOCK TABLES `m_tool_monitor_history` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_rules` +-- Table structure for table `t_tool_monitor_rules` -- -DROP TABLE IF EXISTS `m_tool_monitor_rules`; +DROP TABLE IF EXISTS `t_tool_monitor_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_rules` ( +CREATE TABLE `t_tool_monitor_rules` ( `id` bigint NOT NULL AUTO_INCREMENT, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` tinyint(1) NOT NULL, @@ -14491,28 +45611,28 @@ CREATE TABLE `m_tool_monitor_rules` ( `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonirule_eve_ix` (`eventname`) + KEY `t_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonirule_eve_ix` (`eventname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_rules` +-- Dumping data for table `t_tool_monitor_rules` -- -LOCK TABLES `m_tool_monitor_rules` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_rules` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_monitor_subscriptions` +-- Table structure for table `t_tool_monitor_subscriptions` -- -DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +DROP TABLE IF EXISTS `t_tool_monitor_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_monitor_subscriptions` ( +CREATE TABLE `t_tool_monitor_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `ruleid` bigint NOT NULL, @@ -14522,53 +45642,53 @@ CREATE TABLE `m_tool_monitor_subscriptions` ( `lastnotificationsent` bigint NOT NULL DEFAULT '0', `inactivedate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), - KEY `m_toolmonisubs_rul_ix` (`ruleid`) + KEY `t_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `t_toolmonisubs_rul_ix` (`ruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_monitor_subscriptions` +-- Dumping data for table `t_tool_monitor_subscriptions` -- -LOCK TABLES `m_tool_monitor_subscriptions` WRITE; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +LOCK TABLES `t_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_monitor_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy` +-- Table structure for table `t_tool_policy` -- -DROP TABLE IF EXISTS `m_tool_policy`; +DROP TABLE IF EXISTS `t_tool_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy` ( +CREATE TABLE `t_tool_policy` ( `id` bigint NOT NULL AUTO_INCREMENT, `sortorder` mediumint NOT NULL DEFAULT '999', `currentversionid` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_toolpoli_cur_ix` (`currentversionid`) + KEY `t_toolpoli_cur_ix` (`currentversionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_policy` +-- Dumping data for table `t_tool_policy` -- -LOCK TABLES `m_tool_policy` WRITE; -/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +LOCK TABLES `t_tool_policy` WRITE; +/*!40000 ALTER TABLE `t_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_acceptances` +-- Table structure for table `t_tool_policy_acceptances` -- -DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +DROP TABLE IF EXISTS `t_tool_policy_acceptances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_acceptances` ( +CREATE TABLE `t_tool_policy_acceptances` ( `id` bigint NOT NULL AUTO_INCREMENT, `policyversionid` bigint NOT NULL, `userid` bigint NOT NULL, @@ -14579,30 +45699,30 @@ CREATE TABLE `m_tool_policy_acceptances` ( `timemodified` bigint NOT NULL, `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), - KEY `m_toolpoliacce_pol_ix` (`policyversionid`), - KEY `m_toolpoliacce_use_ix` (`userid`), - KEY `m_toolpoliacce_use2_ix` (`usermodified`) + UNIQUE KEY `t_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `t_toolpoliacce_pol_ix` (`policyversionid`), + KEY `t_toolpoliacce_use_ix` (`userid`), + KEY `t_toolpoliacce_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_acceptances` +-- Dumping data for table `t_tool_policy_acceptances` -- -LOCK TABLES `m_tool_policy_acceptances` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_acceptances` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_policy_versions` +-- Table structure for table `t_tool_policy_versions` -- -DROP TABLE IF EXISTS `m_tool_policy_versions`; +DROP TABLE IF EXISTS `t_tool_policy_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_policy_versions` ( +CREATE TABLE `t_tool_policy_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `type` smallint NOT NULL DEFAULT '0', @@ -14620,56 +45740,56 @@ CREATE TABLE `m_tool_policy_versions` ( `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `contentformat` smallint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolpolivers_use_ix` (`usermodified`), - KEY `m_toolpolivers_pol_ix` (`policyid`) + KEY `t_toolpolivers_use_ix` (`usermodified`), + KEY `t_toolpolivers_pol_ix` (`policyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_policy_versions` +-- Dumping data for table `t_tool_policy_versions` -- -LOCK TABLES `m_tool_policy_versions` WRITE; -/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +LOCK TABLES `t_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `t_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_policy_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_category` +-- Table structure for table `t_tool_recyclebin_category` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +DROP TABLE IF EXISTS `t_tool_recyclebin_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_category` ( +CREATE TABLE `t_tool_recyclebin_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_toolrecycate_tim_ix` (`timecreated`), - KEY `m_toolrecycate_cat_ix` (`categoryid`) + KEY `t_toolrecycate_tim_ix` (`timecreated`), + KEY `t_toolrecycate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_category` +-- Dumping data for table `t_tool_recyclebin_category` -- -LOCK TABLES `m_tool_recyclebin_category` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_recyclebin_course` +-- Table structure for table `t_tool_recyclebin_course` -- -DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +DROP TABLE IF EXISTS `t_tool_recyclebin_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_recyclebin_course` ( +CREATE TABLE `t_tool_recyclebin_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `section` bigint NOT NULL, @@ -14677,28 +45797,28 @@ CREATE TABLE `m_tool_recyclebin_course` ( `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_toolrecycour_tim_ix` (`timecreated`), - KEY `m_toolrecycour_cou_ix` (`courseid`) + KEY `t_toolrecycour_tim_ix` (`timecreated`), + KEY `t_toolrecycour_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_tool_recyclebin_course` +-- Dumping data for table `t_tool_recyclebin_course` -- -LOCK TABLES `m_tool_recyclebin_course` WRITE; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +LOCK TABLES `t_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_tool_recyclebin_course` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_steps` +-- Table structure for table `t_tool_usertours_steps` -- -DROP TABLE IF EXISTS `m_tool_usertours_steps`; +DROP TABLE IF EXISTS `t_tool_usertours_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_steps` ( +CREATE TABLE `t_tool_usertours_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `tourid` bigint NOT NULL, `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14709,29 +45829,29 @@ CREATE TABLE `m_tool_usertours_steps` ( `sortorder` bigint NOT NULL DEFAULT '0', `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), - KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), - KEY `m_tooluserstep_tou_ix` (`tourid`) -) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; + KEY `t_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `t_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_steps` +-- Dumping data for table `t_tool_usertours_steps` -- -LOCK TABLES `m_tool_usertours_steps` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'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\"}'),(22,8,'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\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(26,12,'tour_gradebook_search_title,tool_usertours','tour_gradebook_search_content,tool_usertours',1,0,'.tertiary-navigation .user-search',0,'{}'),(27,12,'tour_gradebook_filter_title,tool_usertours','tour_gradebook_filter_content,tool_usertours',1,0,'.tertiary-navigation .initials-selector',1,'{}'),(28,12,'tour_gradebook_action_title,tool_usertours','tour_gradebook_action_content,tool_usertours',1,0,'tr.heading th.highlightable .action-menu.grader',2,'{}'); -/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_steps` VALUES (1,1,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(2,2,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(3,2,'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\"}'),(4,2,'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\"}'),(5,3,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(6,4,'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 `t_tool_usertours_steps` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_tool_usertours_tours` +-- Table structure for table `t_tool_usertours_tours` -- -DROP TABLE IF EXISTS `m_tool_usertours_tours`; +DROP TABLE IF EXISTS `t_tool_usertours_tours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_tool_usertours_tours` ( +CREATE TABLE `t_tool_usertours_tours` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, @@ -14742,27 +45862,27 @@ CREATE TABLE `m_tool_usertours_tours` ( `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_tool_usertours_tours` +-- Dumping data for table `t_tool_usertours_tours` -- -LOCK TABLES `m_tool_usertours_tours` WRITE; -/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; -INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,10,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,8,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,7,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,6,NULL,'{\"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\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"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\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',1,4,'','{\"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),(8,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',1,3,'','{\"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),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,2,'','{\"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),(11,'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),(12,'tour_gradebook_tour_name,tool_usertours','tour_gradebook_tour_description,tool_usertours','/grade/report/grader/index.php%',1,0,'','{\"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); -/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +LOCK TABLES `t_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `t_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `t_tool_usertours_tours` VALUES (1,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',0,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),(2,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',0,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),(3,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',0,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),(4,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',0,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 `t_tool_usertours_tours` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_upgrade_log` +-- Table structure for table `t_upgrade_log` -- -DROP TABLE IF EXISTS `m_upgrade_log`; +DROP TABLE IF EXISTS `t_upgrade_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_upgrade_log` ( +CREATE TABLE `t_upgrade_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -14774,30 +45894,30 @@ CREATE TABLE `m_upgrade_log` ( `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_upgrlog_tim_ix` (`timemodified`), - KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), - KEY `m_upgrlog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=9536 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; + KEY `t_upgrlog_tim_ix` (`timemodified`), + KEY `t_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `t_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_upgrade_log` +-- Dumping data for table `t_upgrade_log` -- -LOCK TABLES `m_upgrade_log` WRITE; -/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; -INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023100900','Starting core upgrade',NULL,'',0,1696857215),(6766,0,'core','2023051500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6767,0,'core','2023062200','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6768,0,'core','2023062700.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6769,0,'core','2023062900.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6770,0,'core','2023080100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6771,0,'core','2023081500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6772,0,'core','2023081800.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6773,0,'core','2023082200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6774,0,'core','2023082200.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6775,0,'core','2023082200.04','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6776,0,'core','2023082600.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6777,0,'core','2023082600.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6778,0,'core','2023082600.05','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6779,0,'core','2023090100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6780,0,'core','2023090200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6781,0,'core','2023091300.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6782,0,'core','2023100400.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6783,0,'core','2023100400.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6784,0,'core','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6785,0,'core','2023100900','2023100900','Core upgraded',NULL,'',0,1696857217),(6786,0,'antivirus_clamav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6787,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6788,0,'antivirus_clamav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6789,0,'availability_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6790,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6791,0,'availability_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6792,0,'availability_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6793,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6794,0,'availability_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6795,0,'availability_grade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6796,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6797,0,'availability_grade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6798,0,'availability_group','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6799,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6800,0,'availability_group','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6801,0,'availability_grouping','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6802,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6803,0,'availability_grouping','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6804,0,'availability_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6805,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6806,0,'availability_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6807,0,'qtype_calculated','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6808,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6809,0,'qtype_calculated','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6810,0,'qtype_calculatedmulti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6811,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6812,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6813,0,'qtype_calculatedsimple','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6814,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6815,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6816,0,'qtype_ddimageortext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6817,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6818,0,'qtype_ddimageortext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6819,0,'qtype_ddmarker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6820,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6821,0,'qtype_ddmarker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6822,0,'qtype_ddwtos','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6823,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6824,0,'qtype_ddwtos','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6825,0,'qtype_description','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6826,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6827,0,'qtype_description','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6828,0,'qtype_essay','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6829,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6830,0,'qtype_essay','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6831,0,'qtype_essaywiris','2023020702','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6832,0,'qtype_essaywiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6833,0,'qtype_essaywiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6834,0,'qtype_gapselect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6835,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6836,0,'qtype_gapselect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6837,0,'qtype_match','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6838,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6839,0,'qtype_match','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6840,0,'qtype_matchwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6841,0,'qtype_matchwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6842,0,'qtype_matchwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6843,0,'qtype_missingtype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6844,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6845,0,'qtype_missingtype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6846,0,'qtype_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6847,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6848,0,'qtype_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6849,0,'qtype_multianswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6850,0,'qtype_multianswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6851,0,'qtype_multianswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6852,0,'qtype_multichoice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6853,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6854,0,'qtype_multichoice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6855,0,'qtype_multichoicewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6856,0,'qtype_multichoicewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6857,0,'qtype_multichoicewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6858,0,'qtype_numerical','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6859,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6860,0,'qtype_numerical','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6861,0,'qtype_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6862,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6863,0,'qtype_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6864,0,'qtype_randomsamatch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6865,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6866,0,'qtype_randomsamatch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6867,0,'qtype_shortanswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6868,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6869,0,'qtype_shortanswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6870,0,'qtype_shortanswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6871,0,'qtype_shortanswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6872,0,'qtype_shortanswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6873,0,'qtype_truefalse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6874,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6875,0,'qtype_truefalse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6876,0,'qtype_truefalsewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6877,0,'qtype_truefalsewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6878,0,'qtype_truefalsewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6879,0,'qtype_wq','2023020701','2023092202','Starting plugin upgrade',NULL,'',0,1696857218),(6880,0,'qtype_wq','2023092202','2023092202','Upgrade savepoint reached',NULL,'',0,1696857218),(6881,0,'qtype_wq','2023092202','2023092202','Plugin upgraded',NULL,'',0,1696857218),(6882,0,'mod_assign','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6883,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6884,0,'mod_assign','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6885,0,'mod_bigbluebuttonbn','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6886,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6887,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6888,0,'mod_book','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6889,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6890,0,'mod_book','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6891,0,'mod_chat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6892,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6893,0,'mod_chat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6894,0,'mod_choice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6895,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6896,0,'mod_choice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6897,0,'mod_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6898,0,'mod_data','2023061300','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6899,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6900,0,'mod_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6901,0,'mod_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6902,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6903,0,'mod_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6904,0,'mod_folder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6905,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6906,0,'mod_folder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6907,0,'mod_forum','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6908,0,'mod_forum','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6909,0,'mod_forum','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6910,0,'mod_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6911,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6912,0,'mod_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6913,0,'mod_h5pactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6914,0,'mod_h5pactivity','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6915,0,'mod_h5pactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6916,0,'mod_h5pactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6917,0,'mod_imscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6918,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6919,0,'mod_imscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6920,0,'mod_label','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6921,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6922,0,'mod_label','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6923,0,'mod_lesson','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6924,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6925,0,'mod_lesson','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6926,0,'mod_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6927,0,'mod_lti','2023070501','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6928,0,'mod_lti','2023081101','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6929,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6930,0,'mod_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6931,0,'mod_page','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6932,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6933,0,'mod_page','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6934,0,'mod_quiz','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6935,0,'mod_quiz','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6936,0,'mod_quiz','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6937,0,'mod_quiz','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6938,0,'mod_resource','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6939,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6940,0,'mod_resource','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6941,0,'mod_scorm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6942,0,'mod_scorm','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6943,0,'mod_scorm','2023042402','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6944,0,'mod_scorm','2023042403','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6945,0,'mod_scorm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6946,0,'mod_scorm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6947,0,'mod_survey','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6948,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6949,0,'mod_survey','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6950,0,'mod_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6951,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6952,0,'mod_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6953,0,'mod_wiki','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6954,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6955,0,'mod_wiki','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6956,0,'mod_workshop','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6957,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6958,0,'mod_workshop','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6959,0,'auth_cas','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6960,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6961,0,'auth_cas','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6962,0,'auth_db','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6963,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6964,0,'auth_db','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6965,0,'auth_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6966,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6967,0,'auth_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6968,0,'auth_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6969,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6970,0,'auth_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6971,0,'auth_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6972,0,'auth_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6973,0,'auth_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6974,0,'auth_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6975,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6976,0,'auth_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6977,0,'auth_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6978,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6979,0,'auth_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6980,0,'auth_nologin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6981,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6982,0,'auth_nologin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6983,0,'auth_none','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6984,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6985,0,'auth_none','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6986,0,'auth_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6987,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6988,0,'auth_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6989,0,'auth_shibboleth','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6990,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6991,0,'auth_shibboleth','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6992,0,'auth_webservice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6993,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6994,0,'auth_webservice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6995,0,'calendartype_gregorian','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6996,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6997,0,'calendartype_gregorian','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6998,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(6999,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7000,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7001,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(7002,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7003,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7004,0,'customfield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7005,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7006,0,'customfield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7007,0,'customfield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7008,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7009,0,'customfield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7010,0,'customfield_select','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7011,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7012,0,'customfield_select','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7013,0,'customfield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7014,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7015,0,'customfield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7016,0,'customfield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7017,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7018,0,'customfield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7019,0,'enrol_category','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7020,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7021,0,'enrol_category','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7022,0,'enrol_cohort','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7023,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7024,0,'enrol_cohort','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7025,0,'enrol_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7026,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7027,0,'enrol_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7028,0,'enrol_fee','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7029,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7030,0,'enrol_fee','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7031,0,'enrol_flatfile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7032,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7033,0,'enrol_flatfile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7034,0,'enrol_guest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7035,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7036,0,'enrol_guest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7037,0,'enrol_imsenterprise','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7038,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7039,0,'enrol_imsenterprise','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7040,0,'enrol_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7041,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7042,0,'enrol_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7043,0,'enrol_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7044,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7045,0,'enrol_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7046,0,'enrol_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7047,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7048,0,'enrol_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7049,0,'enrol_meta','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7050,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7051,0,'enrol_meta','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7052,0,'enrol_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7053,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7054,0,'enrol_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7055,0,'enrol_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7056,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7057,0,'enrol_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7058,0,'enrol_self','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7059,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7060,0,'enrol_self','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7061,0,'message_airnotifier','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7062,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7063,0,'message_airnotifier','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7064,0,'message_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7065,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7066,0,'message_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7067,0,'message_popup','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7068,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7069,0,'message_popup','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7070,0,'block_accessreview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7071,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7072,0,'block_accessreview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7073,0,'block_activity_modules','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7074,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7075,0,'block_activity_modules','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7076,0,'block_activity_results','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7077,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7078,0,'block_activity_results','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7079,0,'block_admin_bookmarks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7080,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7081,0,'block_admin_bookmarks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7082,0,'block_badges','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7083,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7084,0,'block_badges','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7085,0,'block_blog_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7086,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7087,0,'block_blog_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7088,0,'block_blog_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7089,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7090,0,'block_blog_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7091,0,'block_blog_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7092,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7093,0,'block_blog_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7094,0,'block_calendar_month','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7095,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7096,0,'block_calendar_month','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7097,0,'block_calendar_upcoming','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7098,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7099,0,'block_calendar_upcoming','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7100,0,'block_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7101,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7102,0,'block_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7103,0,'block_completionstatus','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7104,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7105,0,'block_completionstatus','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7106,0,'block_course_list','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7107,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7108,0,'block_course_list','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7109,0,'block_course_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7110,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7111,0,'block_course_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7112,0,'block_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7113,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7114,0,'block_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7115,0,'block_globalsearch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7116,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7117,0,'block_globalsearch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7118,0,'block_glossary_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7119,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7120,0,'block_glossary_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7121,0,'block_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7122,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7123,0,'block_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7124,0,'block_login','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7125,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7126,0,'block_login','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7127,0,'block_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7128,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7129,0,'block_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7130,0,'block_mentees','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7131,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7132,0,'block_mentees','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7133,0,'block_mnet_hosts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7134,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7135,0,'block_mnet_hosts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7136,0,'block_myoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7137,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7138,0,'block_myoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7139,0,'block_myprofile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7140,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7141,0,'block_myprofile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7142,0,'block_navigation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7143,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7144,0,'block_navigation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7145,0,'block_news_items','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7146,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7147,0,'block_news_items','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7148,0,'block_online_users','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7149,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7150,0,'block_online_users','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7151,0,'block_private_files','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7152,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7153,0,'block_private_files','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7154,0,'block_recent_activity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7155,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7156,0,'block_recent_activity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7157,0,'block_recentlyaccessedcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7158,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7159,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7160,0,'block_recentlyaccesseditems','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7161,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7162,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7163,0,'block_rss_client','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7164,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7165,0,'block_rss_client','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7166,0,'block_search_forums','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7167,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7168,0,'block_search_forums','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7169,0,'block_section_links','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7170,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7171,0,'block_section_links','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7172,0,'block_selfcompletion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7173,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7174,0,'block_selfcompletion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7175,0,'block_settings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7176,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7177,0,'block_settings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7178,0,'block_site_main_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7179,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7180,0,'block_site_main_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7181,0,'block_social_activities','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7182,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7183,0,'block_social_activities','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7184,0,'block_starredcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7185,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7186,0,'block_starredcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7187,0,'block_tag_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7188,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7189,0,'block_tag_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7190,0,'block_tag_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7191,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7192,0,'block_tag_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7193,0,'block_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7194,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7195,0,'block_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7196,0,'block_timeline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7197,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7198,0,'block_timeline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7199,0,'media_html5audio','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7200,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7201,0,'media_html5audio','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7202,0,'media_html5video','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7203,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7204,0,'media_html5video','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7205,0,'media_videojs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7206,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7207,0,'media_videojs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7208,0,'media_vimeo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7209,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7210,0,'media_vimeo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7211,0,'media_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7212,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7213,0,'media_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7214,0,'filter_activitynames','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7215,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7216,0,'filter_activitynames','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7217,0,'filter_algebra','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7218,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7219,0,'filter_algebra','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7220,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857223),(7221,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7222,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1696857223),(7223,0,'filter_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7224,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7225,0,'filter_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7226,0,'filter_displayh5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7227,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7228,0,'filter_displayh5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7229,0,'filter_emailprotect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7230,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7231,0,'filter_emailprotect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7232,0,'filter_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7233,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7234,0,'filter_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7235,0,'filter_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7236,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7237,0,'filter_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7238,0,'filter_mathjaxloader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7239,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7240,0,'filter_mathjaxloader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7241,0,'filter_mediaplugin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7242,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7243,0,'filter_mediaplugin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7244,0,'filter_multilang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7245,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7246,0,'filter_multilang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7247,0,'filter_tex','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7248,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7249,0,'filter_tex','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7250,0,'filter_tidy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7251,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7252,0,'filter_tidy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7253,0,'filter_urltolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7254,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7255,0,'filter_urltolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7256,0,'filter_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7257,0,'filter_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7258,0,'filter_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7259,0,'editor_atto','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7260,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7261,0,'editor_atto','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7262,0,'editor_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7263,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7264,0,'editor_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7265,0,'editor_tiny','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7266,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7267,0,'editor_tiny','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7268,0,'format_singleactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7269,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7270,0,'format_singleactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7271,0,'format_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7272,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7273,0,'format_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7274,0,'format_topics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7275,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7276,0,'format_topics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7277,0,'format_weeks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7278,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7279,0,'format_weeks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7280,0,'dataformat_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7281,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7282,0,'dataformat_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7283,0,'dataformat_excel','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7284,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7285,0,'dataformat_excel','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7286,0,'dataformat_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7287,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7288,0,'dataformat_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7289,0,'dataformat_json','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7290,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7291,0,'dataformat_json','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7292,0,'dataformat_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7293,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7294,0,'dataformat_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7295,0,'dataformat_pdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7296,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7297,0,'dataformat_pdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7298,0,'profilefield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7299,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7300,0,'profilefield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7301,0,'profilefield_datetime','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7302,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7303,0,'profilefield_datetime','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7304,0,'profilefield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7305,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7306,0,'profilefield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7307,0,'profilefield_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7308,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7309,0,'profilefield_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7310,0,'profilefield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7311,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7312,0,'profilefield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7313,0,'profilefield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7314,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7315,0,'profilefield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7316,0,'report_backups','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7317,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7318,0,'report_backups','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7319,0,'report_competency','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7320,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7321,0,'report_competency','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7322,0,'report_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7323,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7324,0,'report_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7325,0,'report_configlog','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7326,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7327,0,'report_configlog','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7328,0,'report_courseoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7329,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7330,0,'report_courseoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7331,0,'report_eventlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7332,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7333,0,'report_eventlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7334,0,'report_infectedfiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7335,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7336,0,'report_infectedfiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7337,0,'report_insights','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7338,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7339,0,'report_insights','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7340,0,'report_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7341,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7342,0,'report_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7343,0,'report_loglive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7344,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7345,0,'report_loglive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7346,0,'report_outline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7347,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7348,0,'report_outline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7349,0,'report_participation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7350,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7351,0,'report_participation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7352,0,'report_performance','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7353,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7354,0,'report_performance','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7355,0,'report_progress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7356,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7357,0,'report_progress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7358,0,'report_questioninstances','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7359,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7360,0,'report_questioninstances','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7361,0,'report_security','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7362,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7363,0,'report_security','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7364,0,'report_stats','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7365,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7366,0,'report_stats','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7367,0,'report_status','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7368,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7369,0,'report_status','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7370,0,'report_usersessions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7371,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7372,0,'report_usersessions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7373,0,'gradeexport_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7374,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7375,0,'gradeexport_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7376,0,'gradeexport_txt','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7377,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7378,0,'gradeexport_txt','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7379,0,'gradeexport_xls','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7380,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7381,0,'gradeexport_xls','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7382,0,'gradeexport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7383,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7384,0,'gradeexport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7385,0,'gradeimport_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7386,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7387,0,'gradeimport_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7388,0,'gradeimport_direct','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7389,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7390,0,'gradeimport_direct','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7391,0,'gradeimport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7392,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7393,0,'gradeimport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7394,0,'gradereport_grader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7395,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7396,0,'gradereport_grader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7397,0,'gradereport_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7398,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7399,0,'gradereport_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7400,0,'gradereport_outcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7401,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7402,0,'gradereport_outcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7403,0,'gradereport_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7404,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7405,0,'gradereport_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7406,0,'gradereport_singleview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7407,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7408,0,'gradereport_singleview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7409,0,'gradereport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7410,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7411,0,'gradereport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7412,0,'gradereport_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7413,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7414,0,'gradereport_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7415,0,'gradingform_guide','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7416,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7417,0,'gradingform_guide','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7418,0,'gradingform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7419,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7420,0,'gradingform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7421,0,'mlbackend_php','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7422,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7423,0,'mlbackend_php','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7424,0,'mlbackend_python','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7425,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7426,0,'mlbackend_python','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7427,0,'mnetservice_enrol','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7428,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7429,0,'mnetservice_enrol','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7430,0,'webservice_rest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7431,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7432,0,'webservice_rest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7433,0,'webservice_soap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7434,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7435,0,'webservice_soap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7436,0,'repository_areafiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7437,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7438,0,'repository_areafiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7439,0,'repository_contentbank','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7440,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7441,0,'repository_contentbank','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7442,0,'repository_coursefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7443,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7444,0,'repository_coursefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7445,0,'repository_dropbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7446,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7447,0,'repository_dropbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7448,0,'repository_equella','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7449,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7450,0,'repository_equella','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7451,0,'repository_filesystem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7452,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7453,0,'repository_filesystem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7454,0,'repository_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7455,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7456,0,'repository_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7457,0,'repository_flickr_public','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7458,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7459,0,'repository_flickr_public','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7460,0,'repository_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7461,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7462,0,'repository_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7463,0,'repository_local','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7464,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7465,0,'repository_local','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7466,0,'repository_merlot','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7467,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7468,0,'repository_merlot','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7469,0,'repository_nextcloud','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7470,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7471,0,'repository_nextcloud','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7472,0,'repository_onedrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7473,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7474,0,'repository_onedrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7475,0,'repository_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7476,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7477,0,'repository_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7478,0,'repository_s3','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7479,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7480,0,'repository_s3','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7481,0,'repository_upload','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7482,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7483,0,'repository_upload','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7484,0,'repository_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7485,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7486,0,'repository_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7487,0,'repository_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7488,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7489,0,'repository_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7490,0,'repository_webdav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7491,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7492,0,'repository_webdav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7493,0,'repository_wikimedia','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7494,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7495,0,'repository_wikimedia','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7496,0,'repository_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7497,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7498,0,'repository_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7499,0,'portfolio_download','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7500,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7501,0,'portfolio_download','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7502,0,'portfolio_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7503,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7504,0,'portfolio_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7505,0,'portfolio_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7506,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7507,0,'portfolio_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7508,0,'portfolio_mahara','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7509,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7510,0,'portfolio_mahara','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7511,0,'search_simpledb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7512,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7513,0,'search_simpledb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7514,0,'search_solr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7515,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7516,0,'search_solr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7517,0,'qbank_bulkmove','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7518,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7519,0,'qbank_bulkmove','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7520,0,'qbank_columnsortorder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7521,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7522,0,'qbank_columnsortorder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7523,0,'qbank_comment','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7524,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7525,0,'qbank_comment','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7526,0,'qbank_customfields','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7527,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7528,0,'qbank_customfields','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7529,0,'qbank_deletequestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7530,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7531,0,'qbank_deletequestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7532,0,'qbank_editquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7533,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7534,0,'qbank_editquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7535,0,'qbank_exportquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7536,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7537,0,'qbank_exportquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7538,0,'qbank_exporttoxml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7539,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7540,0,'qbank_exporttoxml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7541,0,'qbank_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7542,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7543,0,'qbank_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7544,0,'qbank_importquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7545,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7546,0,'qbank_importquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7547,0,'qbank_managecategories','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7548,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7549,0,'qbank_managecategories','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7550,0,'qbank_previewquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7551,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7552,0,'qbank_previewquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7553,0,'qbank_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7554,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7555,0,'qbank_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7556,0,'qbank_tagquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7557,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7558,0,'qbank_tagquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7559,0,'qbank_usage','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7560,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7561,0,'qbank_usage','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7562,0,'qbank_viewcreator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7563,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7564,0,'qbank_viewcreator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7565,0,'qbank_viewquestionname','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7566,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7567,0,'qbank_viewquestionname','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7568,0,'qbank_viewquestiontext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7569,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7570,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7571,0,'qbank_viewquestiontype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7572,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7573,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7574,0,'qbehaviour_adaptive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7575,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7576,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7577,0,'qbehaviour_adaptivenopenalty','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7578,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7579,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7580,0,'qbehaviour_deferredcbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7581,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7582,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7583,0,'qbehaviour_deferredfeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7584,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7585,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7586,0,'qbehaviour_immediatecbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7587,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7588,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7589,0,'qbehaviour_immediatefeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7590,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7591,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7592,0,'qbehaviour_informationitem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7593,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7594,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7595,0,'qbehaviour_interactive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7596,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7597,0,'qbehaviour_interactive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7598,0,'qbehaviour_interactivecountback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7599,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7600,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7601,0,'qbehaviour_manualgraded','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7602,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7603,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7604,0,'qbehaviour_missing','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7605,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7606,0,'qbehaviour_missing','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7607,0,'qformat_aiken','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7608,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7609,0,'qformat_aiken','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7610,0,'qformat_blackboard_six','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7611,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7612,0,'qformat_blackboard_six','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7613,0,'qformat_gift','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7614,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7615,0,'qformat_gift','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7616,0,'qformat_missingword','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7617,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7618,0,'qformat_missingword','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7619,0,'qformat_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7620,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7621,0,'qformat_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7622,0,'qformat_xhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7623,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7624,0,'qformat_xhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7625,0,'qformat_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7626,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7627,0,'qformat_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7628,0,'tool_admin_presets','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7629,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7630,0,'tool_admin_presets','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7631,0,'tool_analytics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7632,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7633,0,'tool_analytics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7634,0,'tool_availabilityconditions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7635,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7636,0,'tool_availabilityconditions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7637,0,'tool_behat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7638,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7639,0,'tool_behat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7640,0,'tool_brickfield','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7641,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7642,0,'tool_brickfield','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7643,0,'tool_capability','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7644,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7645,0,'tool_capability','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7646,0,'tool_cohortroles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7647,0,'tool_cohortroles','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7648,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7649,0,'tool_cohortroles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7650,0,'tool_componentlibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7651,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7652,0,'tool_componentlibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7653,0,'tool_customlang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7654,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7655,0,'tool_customlang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7656,0,'tool_dataprivacy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7657,0,'tool_dataprivacy','2023062700','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7658,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7659,0,'tool_dataprivacy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7660,0,'tool_dbtransfer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7661,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7662,0,'tool_dbtransfer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7663,0,'tool_filetypes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7664,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7665,0,'tool_filetypes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7666,0,'tool_generator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7667,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7668,0,'tool_generator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7669,0,'tool_httpsreplace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7670,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7671,0,'tool_httpsreplace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7672,0,'tool_innodb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7673,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7674,0,'tool_innodb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7675,0,'tool_installaddon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7676,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7677,0,'tool_installaddon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7678,0,'tool_langimport','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7679,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7680,0,'tool_langimport','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7681,0,'tool_licensemanager','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7682,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7683,0,'tool_licensemanager','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7684,0,'tool_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7685,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7686,0,'tool_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7687,0,'tool_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7688,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7689,0,'tool_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7690,0,'tool_lpimportcsv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7691,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7692,0,'tool_lpimportcsv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7693,0,'tool_lpmigrate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7694,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7695,0,'tool_lpmigrate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7696,0,'tool_messageinbound','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7697,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7698,0,'tool_messageinbound','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7699,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857229),(7700,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7701,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1696857229),(7702,0,'tool_mobile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7703,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7704,0,'tool_mobile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7705,0,'tool_monitor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7706,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7707,0,'tool_monitor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7708,0,'tool_moodlenet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7709,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7710,0,'tool_moodlenet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7711,0,'tool_multilangupgrade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7712,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7713,0,'tool_multilangupgrade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7714,0,'tool_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7715,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7716,0,'tool_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7717,0,'tool_phpunit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7718,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7719,0,'tool_phpunit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7720,0,'tool_policy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7721,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7722,0,'tool_policy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7723,0,'tool_profiling','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7724,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7725,0,'tool_profiling','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7726,0,'tool_recyclebin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7727,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7728,0,'tool_recyclebin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7729,0,'tool_replace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7730,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7731,0,'tool_replace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7732,0,'tool_spamcleaner','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7733,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7734,0,'tool_spamcleaner','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7735,0,'tool_task','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7736,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7737,0,'tool_task','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7738,0,'tool_templatelibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7739,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7740,0,'tool_templatelibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7741,0,'tool_unsuproles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7742,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7743,0,'tool_unsuproles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7744,0,'tool_uploadcourse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7745,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7746,0,'tool_uploadcourse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7747,0,'tool_uploaduser','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7748,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7749,0,'tool_uploaduser','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7750,0,'tool_usertours','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7751,0,'tool_usertours','2023053000','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7752,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7753,0,'tool_usertours','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7754,0,'tool_xmldb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7755,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7756,0,'tool_xmldb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7757,0,'cachestore_apcu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7758,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7759,0,'cachestore_apcu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7760,0,'cachestore_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7761,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7762,0,'cachestore_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7763,0,'cachestore_redis','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7764,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7765,0,'cachestore_redis','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7766,0,'cachestore_session','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7767,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7768,0,'cachestore_session','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7769,0,'cachestore_static','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7770,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7771,0,'cachestore_static','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7772,0,'cachelock_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7773,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7774,0,'cachelock_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7775,0,'fileconverter_googledrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7776,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7777,0,'fileconverter_googledrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7778,0,'fileconverter_unoconv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7779,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7780,0,'fileconverter_unoconv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7781,0,'contenttype_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7782,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7783,0,'contenttype_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7784,0,'theme_boost','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7785,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7786,0,'theme_boost','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7787,0,'theme_classic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7788,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7789,0,'theme_classic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7790,0,'local_wirisquizzes','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857230),(7791,0,'local_wirisquizzes','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857230),(7792,0,'local_wirisquizzes','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857230),(7793,0,'h5plib_v124','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7794,0,'h5plib_v124','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7795,0,'h5plib_v124','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7796,0,'paygw_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7797,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7798,0,'paygw_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7799,0,'assignsubmission_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7800,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7801,0,'assignsubmission_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7802,0,'assignsubmission_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7803,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7804,0,'assignsubmission_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7805,0,'assignsubmission_onlinetext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7806,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7807,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7808,0,'assignfeedback_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7809,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7810,0,'assignfeedback_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7811,0,'assignfeedback_editpdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7812,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7813,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7814,0,'assignfeedback_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7815,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7816,0,'assignfeedback_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7817,0,'assignfeedback_offline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7818,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7819,0,'assignfeedback_offline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7820,0,'booktool_exportimscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7821,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7822,0,'booktool_exportimscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7823,0,'booktool_importhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7824,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7825,0,'booktool_importhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7826,0,'booktool_print','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7827,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7828,0,'booktool_print','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7829,0,'datafield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7830,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7831,0,'datafield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7832,0,'datafield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7833,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7834,0,'datafield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7835,0,'datafield_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7836,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7837,0,'datafield_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7838,0,'datafield_latlong','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7839,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7840,0,'datafield_latlong','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7841,0,'datafield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7842,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7843,0,'datafield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7844,0,'datafield_multimenu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7845,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7846,0,'datafield_multimenu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7847,0,'datafield_number','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7848,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7849,0,'datafield_number','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7850,0,'datafield_picture','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7851,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7852,0,'datafield_picture','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7853,0,'datafield_radiobutton','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7854,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7855,0,'datafield_radiobutton','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7856,0,'datafield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7857,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7858,0,'datafield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7859,0,'datafield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7860,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7861,0,'datafield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7862,0,'datafield_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7863,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7864,0,'datafield_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7865,0,'datapreset_imagegallery','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7866,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7867,0,'datapreset_imagegallery','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7868,0,'datapreset_journal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7869,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7870,0,'datapreset_journal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7871,0,'datapreset_proposals','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7872,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7873,0,'datapreset_proposals','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7874,0,'datapreset_resources','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7875,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7876,0,'datapreset_resources','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7877,0,'forumreport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7878,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7879,0,'forumreport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7880,0,'ltiservice_basicoutcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7881,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7882,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7883,0,'ltiservice_gradebookservices','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7884,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7885,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7886,0,'ltiservice_memberships','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7887,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7888,0,'ltiservice_memberships','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7889,0,'ltiservice_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7890,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7891,0,'ltiservice_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7892,0,'ltiservice_toolproxy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7893,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7894,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7895,0,'ltiservice_toolsettings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7896,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7897,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7898,0,'quiz_grading','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7899,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7900,0,'quiz_grading','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7901,0,'quiz_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7902,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7903,0,'quiz_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7904,0,'quiz_responses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7905,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7906,0,'quiz_responses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7907,0,'quiz_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7908,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7909,0,'quiz_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7910,0,'quizaccess_delaybetweenattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7911,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7912,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7913,0,'quizaccess_ipaddress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7914,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7915,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7916,0,'quizaccess_numattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7917,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7918,0,'quizaccess_numattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7919,0,'quizaccess_offlineattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7920,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7921,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7922,0,'quizaccess_openclosedate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7923,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7924,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7925,0,'quizaccess_password','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7926,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7927,0,'quizaccess_password','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7928,0,'quizaccess_seb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7929,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7930,0,'quizaccess_seb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7931,0,'quizaccess_securewindow','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7932,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7933,0,'quizaccess_securewindow','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7934,0,'quizaccess_timelimit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7935,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7936,0,'quizaccess_timelimit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7937,0,'scormreport_basic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7938,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7939,0,'scormreport_basic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7940,0,'scormreport_graphs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7941,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7942,0,'scormreport_graphs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7943,0,'scormreport_interactions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7944,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7945,0,'scormreport_interactions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7946,0,'scormreport_objectives','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7947,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7948,0,'scormreport_objectives','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7949,0,'workshopform_accumulative','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7950,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7951,0,'workshopform_accumulative','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7952,0,'workshopform_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7953,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7954,0,'workshopform_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7955,0,'workshopform_numerrors','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7956,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7957,0,'workshopform_numerrors','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7958,0,'workshopform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7959,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7960,0,'workshopform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7961,0,'workshopallocation_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7962,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7963,0,'workshopallocation_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7964,0,'workshopallocation_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7965,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7966,0,'workshopallocation_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7967,0,'workshopallocation_scheduled','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7968,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7969,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7970,0,'workshopeval_best','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7971,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7972,0,'workshopeval_best','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7973,0,'atto_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7974,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7975,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7976,0,'atto_accessibilityhelper','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7977,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7978,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7979,0,'atto_align','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7980,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7981,0,'atto_align','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7982,0,'atto_backcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7983,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7984,0,'atto_backcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7985,0,'atto_bold','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7986,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7987,0,'atto_bold','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7988,0,'atto_charmap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7989,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7990,0,'atto_charmap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7991,0,'atto_clear','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7992,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7993,0,'atto_clear','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7994,0,'atto_collapse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7995,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7996,0,'atto_collapse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7997,0,'atto_emojipicker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7998,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7999,0,'atto_emojipicker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8000,0,'atto_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8001,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8002,0,'atto_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8003,0,'atto_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8004,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8005,0,'atto_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8006,0,'atto_fontcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8007,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8008,0,'atto_fontcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8009,0,'atto_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8010,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8011,0,'atto_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8012,0,'atto_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8013,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8014,0,'atto_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8015,0,'atto_image','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8016,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8017,0,'atto_image','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8018,0,'atto_indent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8019,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8020,0,'atto_indent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8021,0,'atto_italic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8022,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8023,0,'atto_italic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8024,0,'atto_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8025,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8026,0,'atto_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8027,0,'atto_managefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8028,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8029,0,'atto_managefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8030,0,'atto_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8031,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8032,0,'atto_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8033,0,'atto_noautolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8034,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8035,0,'atto_noautolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8036,0,'atto_orderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8037,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8038,0,'atto_orderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8039,0,'atto_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8040,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8041,0,'atto_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8042,0,'atto_rtl','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8043,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8044,0,'atto_rtl','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8045,0,'atto_strike','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8046,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8047,0,'atto_strike','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8048,0,'atto_subscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8049,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8050,0,'atto_subscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8051,0,'atto_superscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8052,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8053,0,'atto_superscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8054,0,'atto_table','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8055,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8056,0,'atto_table','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8057,0,'atto_title','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8058,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8059,0,'atto_title','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8060,0,'atto_underline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8061,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8062,0,'atto_underline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8063,0,'atto_undo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8064,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8065,0,'atto_undo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8066,0,'atto_unorderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8067,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8068,0,'atto_unorderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8069,0,'atto_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8070,0,'atto_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8071,0,'atto_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8072,0,'tiny_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8073,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8074,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8075,0,'tiny_autosave','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8076,0,'tiny_autosave','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8077,0,'tiny_autosave','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8078,0,'tiny_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8079,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8080,0,'tiny_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8081,0,'tiny_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8082,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8083,0,'tiny_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8084,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8085,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8086,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8087,0,'tiny_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8088,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8089,0,'tiny_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8090,0,'tiny_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8091,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8092,0,'tiny_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8093,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8094,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8095,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8096,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8097,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8098,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8099,0,'tiny_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8100,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8101,0,'tiny_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8102,0,'tiny_wiris','2022112300','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8103,0,'tiny_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8104,0,'tiny_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8105,0,'logstore_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8106,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8107,0,'logstore_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8108,0,'logstore_standard','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8109,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8110,0,'logstore_standard','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8111,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8112,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8113,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8114,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8115,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8116,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8117,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8118,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8119,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8120,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8121,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8122,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8123,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8124,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8125,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8126,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8127,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8128,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8129,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8130,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8131,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8132,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8133,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8134,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8135,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8136,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8137,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8138,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8139,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8140,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8141,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8142,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8143,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8144,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8145,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8146,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8147,0,'core','2023100900','2024042203.09','Starting core upgrade',NULL,'',0,1727707757),(8148,0,'core','2023110900','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707757),(8149,0,'core','2023120100.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707757),(8150,0,'core','2023121800.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8151,0,'core','2023122100.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8152,0,'core','2023122100.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8153,0,'core','2024010400.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707758),(8154,0,'core','2024012300','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8155,0,'core','2024020200.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8156,0,'core','2024021500.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8157,0,'core','2024021500.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8158,0,'core','2024022300.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8159,0,'core','2024030500.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8160,0,'core','2024030500.02','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8161,0,'core','2024032600.01','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707759),(8162,0,'core','2024041200','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8163,0,'core','2024042201.09','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8164,0,'core','2024042203.08','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8165,0,'core','2024042203.09','2024042203.09','Upgrade savepoint reached',NULL,'',0,1727707760),(8166,0,'core','2024042203.09','2024042203.09','Core upgraded',NULL,'',0,1727707765),(8167,0,'antivirus_clamav','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707765),(8168,0,'antivirus_clamav','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707765),(8169,0,'antivirus_clamav','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707765),(8170,0,'availability_completion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707765),(8171,0,'availability_completion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707765),(8172,0,'availability_completion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707765),(8173,0,'availability_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707765),(8174,0,'availability_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707765),(8175,0,'availability_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8176,0,'availability_grade','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8177,0,'availability_grade','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8178,0,'availability_grade','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8179,0,'availability_group','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8180,0,'availability_group','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8181,0,'availability_group','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8182,0,'availability_grouping','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8183,0,'availability_grouping','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8184,0,'availability_grouping','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8185,0,'availability_profile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8186,0,'availability_profile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8187,0,'availability_profile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8188,0,'qtype_calculated','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8189,0,'qtype_calculated','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8190,0,'qtype_calculated','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8191,0,'qtype_calculatedmulti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8192,0,'qtype_calculatedmulti','2024011700','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8193,0,'qtype_calculatedmulti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8194,0,'qtype_calculatedmulti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8195,0,'qtype_calculatedsimple','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8196,0,'qtype_calculatedsimple','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8197,0,'qtype_calculatedsimple','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8198,0,'qtype_ddimageortext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707766),(8199,0,'qtype_ddimageortext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707766),(8200,0,'qtype_ddimageortext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707766),(8201,0,'qtype_ddmarker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8202,0,'qtype_ddmarker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8203,0,'qtype_ddmarker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8204,0,'qtype_ddwtos','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8205,0,'qtype_ddwtos','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8206,0,'qtype_ddwtos','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8207,0,'qtype_description','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8208,0,'qtype_description','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8209,0,'qtype_description','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8210,0,'qtype_essay','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8211,0,'qtype_essay','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8212,0,'qtype_essay','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8213,0,'qtype_essaywiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707767),(8214,0,'qtype_essaywiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707767),(8215,0,'qtype_essaywiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707767),(8216,0,'qtype_gapselect','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8217,0,'qtype_gapselect','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8218,0,'qtype_gapselect','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8219,0,'qtype_match','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8220,0,'qtype_match','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707767),(8221,0,'qtype_match','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707767),(8222,0,'qtype_matchwiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707767),(8223,0,'qtype_matchwiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707767),(8224,0,'qtype_matchwiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707767),(8225,0,'qtype_missingtype','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707767),(8226,0,'qtype_missingtype','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707768),(8227,0,'qtype_missingtype','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707768),(8228,0,'qtype_multianswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707768),(8229,0,'qtype_multianswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707768),(8230,0,'qtype_multianswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707768),(8231,0,'qtype_multianswerwiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707768),(8232,0,'qtype_multianswerwiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707768),(8233,0,'qtype_multianswerwiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707768),(8234,0,'qtype_multichoice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707768),(8235,0,'qtype_multichoice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707768),(8236,0,'qtype_multichoice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707769),(8237,0,'qtype_multichoicewiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707769),(8238,0,'qtype_multichoicewiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707769),(8239,0,'qtype_multichoicewiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707769),(8240,0,'qtype_numerical','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707769),(8241,0,'qtype_numerical','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707769),(8242,0,'qtype_numerical','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707769),(8243,0,'qtype_ordering',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707769),(8244,0,'qtype_ordering','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707769),(8245,0,'qtype_ordering','2024042200','2024042200','Plugin installed',NULL,'',0,1727707770),(8246,0,'qtype_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8247,0,'qtype_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8248,0,'qtype_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8249,0,'qtype_randomsamatch','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8250,0,'qtype_randomsamatch','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8251,0,'qtype_randomsamatch','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8252,0,'qtype_shortanswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8253,0,'qtype_shortanswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8254,0,'qtype_shortanswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8255,0,'qtype_shortanswerwiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707770),(8256,0,'qtype_shortanswerwiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707770),(8257,0,'qtype_shortanswerwiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707770),(8258,0,'qtype_truefalse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707770),(8259,0,'qtype_truefalse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707770),(8260,0,'qtype_truefalse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707770),(8261,0,'qtype_truefalsewiris','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707771),(8262,0,'qtype_truefalsewiris','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707771),(8263,0,'qtype_truefalsewiris','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707771),(8264,0,'qtype_wq','2023092202','2024032204','Starting plugin upgrade',NULL,'',0,1727707771),(8265,0,'qtype_wq','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707771),(8266,0,'qtype_wq','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707771),(8267,0,'mod_assign','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8268,0,'mod_assign','2023103000','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8269,0,'mod_assign','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8270,0,'mod_assign','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707771),(8271,0,'mod_bigbluebuttonbn','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8272,0,'mod_bigbluebuttonbn','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8273,0,'mod_bigbluebuttonbn','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707771),(8274,0,'mod_book','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8275,0,'mod_book','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8276,0,'mod_book','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707771),(8277,0,'mod_chat','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707771),(8278,0,'mod_chat','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707771),(8279,0,'mod_chat','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8280,0,'mod_choice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8281,0,'mod_choice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8282,0,'mod_choice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8283,0,'mod_data','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727707772),(8284,0,'mod_data','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727707772),(8285,0,'mod_data','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727707772),(8286,0,'mod_feedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8287,0,'mod_feedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8288,0,'mod_feedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8289,0,'mod_folder','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8290,0,'mod_folder','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8291,0,'mod_folder','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8292,0,'mod_forum','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8293,0,'mod_forum','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8294,0,'mod_forum','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8295,0,'mod_glossary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8296,0,'mod_glossary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8297,0,'mod_glossary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8298,0,'mod_h5pactivity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8299,0,'mod_h5pactivity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707772),(8300,0,'mod_h5pactivity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707772),(8301,0,'mod_imscp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707772),(8302,0,'mod_imscp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8303,0,'mod_imscp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8304,0,'mod_label','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8305,0,'mod_label','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8306,0,'mod_label','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8307,0,'mod_lesson','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8308,0,'mod_lesson','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8309,0,'mod_lesson','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8310,0,'mod_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8311,0,'mod_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8312,0,'mod_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8313,0,'mod_page','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8314,0,'mod_page','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8315,0,'mod_page','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707773),(8316,0,'mod_quiz','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707773),(8317,0,'mod_quiz','2023112300','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8318,0,'mod_quiz','2023112400','2024042200','Upgrade savepoint reached',NULL,'',0,1727707773),(8319,0,'mod_quiz','2023112401','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8320,0,'mod_quiz','2023112402','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8321,0,'mod_quiz','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8322,0,'mod_quiz','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707774),(8323,0,'mod_resource','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707774),(8324,0,'mod_resource','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8325,0,'mod_resource','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707774),(8326,0,'mod_scorm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707774),(8327,0,'mod_scorm','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8328,0,'mod_scorm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8329,0,'mod_scorm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707774),(8330,0,'mod_survey','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707774),(8331,0,'mod_survey','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707774),(8332,0,'mod_survey','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8333,0,'mod_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8334,0,'mod_url','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8335,0,'mod_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8336,0,'mod_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8337,0,'mod_wiki','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8338,0,'mod_wiki','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8339,0,'mod_wiki','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8340,0,'mod_workshop','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8341,0,'mod_workshop','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8342,0,'mod_workshop','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8343,0,'auth_cas','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8344,0,'auth_cas','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8345,0,'auth_cas','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8346,0,'auth_db','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8347,0,'auth_db','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8348,0,'auth_db','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8349,0,'auth_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707775),(8350,0,'auth_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707775),(8351,0,'auth_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707775),(8352,0,'auth_ldap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8353,0,'auth_ldap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8354,0,'auth_ldap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8355,0,'auth_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8356,0,'auth_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8357,0,'auth_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8358,0,'auth_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8359,0,'auth_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8360,0,'auth_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8361,0,'auth_mnet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8362,0,'auth_mnet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8363,0,'auth_mnet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8364,0,'auth_nologin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8365,0,'auth_nologin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8366,0,'auth_nologin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707776),(8367,0,'auth_none','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707776),(8368,0,'auth_none','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707776),(8369,0,'auth_none','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8370,0,'auth_oauth2','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8371,0,'auth_oauth2','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8372,0,'auth_oauth2','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8373,0,'auth_shibboleth','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8374,0,'auth_shibboleth','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8375,0,'auth_shibboleth','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8376,0,'auth_webservice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8377,0,'auth_webservice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8378,0,'auth_webservice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8379,0,'calendartype_gregorian','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8380,0,'calendartype_gregorian','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8381,0,'calendartype_gregorian','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8382,0,'communication_customlink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8383,0,'communication_customlink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8384,0,'communication_customlink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8385,0,'communication_matrix','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8386,0,'communication_matrix','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8387,0,'communication_matrix','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8388,0,'customfield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8389,0,'customfield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707777),(8390,0,'customfield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707777),(8391,0,'customfield_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707777),(8392,0,'customfield_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8393,0,'customfield_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8394,0,'customfield_select','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8395,0,'customfield_select','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8396,0,'customfield_select','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8397,0,'customfield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8398,0,'customfield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8399,0,'customfield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8400,0,'customfield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8401,0,'customfield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8402,0,'customfield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8403,0,'enrol_category','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8404,0,'enrol_category','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8405,0,'enrol_category','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8406,0,'enrol_cohort','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8407,0,'enrol_cohort','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8408,0,'enrol_cohort','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8409,0,'enrol_database','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8410,0,'enrol_database','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8411,0,'enrol_database','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707778),(8412,0,'enrol_fee','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707778),(8413,0,'enrol_fee','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707778),(8414,0,'enrol_fee','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8415,0,'enrol_flatfile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8416,0,'enrol_flatfile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8417,0,'enrol_flatfile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8418,0,'enrol_guest','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8419,0,'enrol_guest','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8420,0,'enrol_guest','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8421,0,'enrol_imsenterprise','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8422,0,'enrol_imsenterprise','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8423,0,'enrol_imsenterprise','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8424,0,'enrol_ldap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8425,0,'enrol_ldap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8426,0,'enrol_ldap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8427,0,'enrol_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8428,0,'enrol_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8429,0,'enrol_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707779),(8430,0,'enrol_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707779),(8431,0,'enrol_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707779),(8432,0,'enrol_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8433,0,'enrol_meta','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8434,0,'enrol_meta','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8435,0,'enrol_meta','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8436,0,'enrol_mnet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8437,0,'enrol_mnet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8438,0,'enrol_mnet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8439,0,'enrol_paypal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8440,0,'enrol_paypal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8441,0,'enrol_paypal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8442,0,'enrol_self','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8443,0,'enrol_self','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8444,0,'enrol_self','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8445,0,'message_airnotifier','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8446,0,'message_airnotifier','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8447,0,'message_airnotifier','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8448,0,'message_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8449,0,'message_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8450,0,'message_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8451,0,'message_popup','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8452,0,'message_popup','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8453,0,'message_popup','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8454,0,'block_accessreview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8455,0,'block_accessreview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8456,0,'block_accessreview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8457,0,'block_activity_modules','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8458,0,'block_activity_modules','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8459,0,'block_activity_modules','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8460,0,'block_activity_results','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8461,0,'block_activity_results','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8462,0,'block_activity_results','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707780),(8463,0,'block_admin_bookmarks','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707780),(8464,0,'block_admin_bookmarks','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707780),(8465,0,'block_admin_bookmarks','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8466,0,'block_badges','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8467,0,'block_badges','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8468,0,'block_badges','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8469,0,'block_blog_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8470,0,'block_blog_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8471,0,'block_blog_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8472,0,'block_blog_recent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8473,0,'block_blog_recent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8474,0,'block_blog_recent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8475,0,'block_blog_tags','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8476,0,'block_blog_tags','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8477,0,'block_blog_tags','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8478,0,'block_calendar_month','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8479,0,'block_calendar_month','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8480,0,'block_calendar_month','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707781),(8481,0,'block_calendar_upcoming','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707781),(8482,0,'block_calendar_upcoming','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707781),(8483,0,'block_calendar_upcoming','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8484,0,'block_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8485,0,'block_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8486,0,'block_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8487,0,'block_completionstatus','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8488,0,'block_completionstatus','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8489,0,'block_completionstatus','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8490,0,'block_course_list','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8491,0,'block_course_list','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8492,0,'block_course_list','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8493,0,'block_course_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8494,0,'block_course_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8495,0,'block_course_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8496,0,'block_feedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8497,0,'block_feedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8498,0,'block_feedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8499,0,'block_globalsearch','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8500,0,'block_globalsearch','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8501,0,'block_globalsearch','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8502,0,'block_glossary_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8503,0,'block_glossary_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8504,0,'block_glossary_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707782),(8505,0,'block_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707782),(8506,0,'block_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707782),(8507,0,'block_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8508,0,'block_login','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8509,0,'block_login','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8510,0,'block_login','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8511,0,'block_lp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8512,0,'block_lp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8513,0,'block_lp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8514,0,'block_mentees','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8515,0,'block_mentees','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8516,0,'block_mentees','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8517,0,'block_mnet_hosts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8518,0,'block_mnet_hosts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8519,0,'block_mnet_hosts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8520,0,'block_myoverview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8521,0,'block_myoverview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8522,0,'block_myoverview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8523,0,'block_myprofile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8524,0,'block_myprofile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8525,0,'block_myprofile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8526,0,'block_navigation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8527,0,'block_navigation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8528,0,'block_navigation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8529,0,'block_news_items','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8530,0,'block_news_items','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8531,0,'block_news_items','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707783),(8532,0,'block_online_users','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707783),(8533,0,'block_online_users','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707783),(8534,0,'block_online_users','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8535,0,'block_private_files','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8536,0,'block_private_files','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8537,0,'block_private_files','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8538,0,'block_recent_activity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8539,0,'block_recent_activity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8540,0,'block_recent_activity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8541,0,'block_recentlyaccessedcourses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8542,0,'block_recentlyaccessedcourses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8543,0,'block_recentlyaccessedcourses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8544,0,'block_recentlyaccesseditems','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8545,0,'block_recentlyaccesseditems','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8546,0,'block_recentlyaccesseditems','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8547,0,'block_rss_client','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8548,0,'block_rss_client','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8549,0,'block_rss_client','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8550,0,'block_search_forums','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8551,0,'block_search_forums','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707784),(8552,0,'block_search_forums','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707784),(8553,0,'block_section_links','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707784),(8554,0,'block_section_links','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8555,0,'block_section_links','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8556,0,'block_selfcompletion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8557,0,'block_selfcompletion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8558,0,'block_selfcompletion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8559,0,'block_settings','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8560,0,'block_settings','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8561,0,'block_settings','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8562,0,'block_site_main_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8563,0,'block_site_main_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8564,0,'block_site_main_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8565,0,'block_social_activities','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8566,0,'block_social_activities','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8567,0,'block_social_activities','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8568,0,'block_starredcourses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8569,0,'block_starredcourses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8570,0,'block_starredcourses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8571,0,'block_tag_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8572,0,'block_tag_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8573,0,'block_tag_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8574,0,'block_tag_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8575,0,'block_tag_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8576,0,'block_tag_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707785),(8577,0,'block_tags','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707785),(8578,0,'block_tags','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707785),(8579,0,'block_tags','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8580,0,'block_timeline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8581,0,'block_timeline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8582,0,'block_timeline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8583,0,'media_html5audio','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8584,0,'media_html5audio','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8585,0,'media_html5audio','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8586,0,'media_html5video','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8587,0,'media_html5video','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8588,0,'media_html5video','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8589,0,'media_videojs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8590,0,'media_videojs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8591,0,'media_videojs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8592,0,'media_vimeo','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8593,0,'media_vimeo','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8594,0,'media_vimeo','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8595,0,'media_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8596,0,'media_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8597,0,'media_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8598,0,'filter_activitynames','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8599,0,'filter_activitynames','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8600,0,'filter_activitynames','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8601,0,'filter_algebra','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8602,0,'filter_algebra','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707786),(8603,0,'filter_algebra','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707786),(8604,0,'filter_codehighlighter','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707786),(8605,0,'filter_codehighlighter','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8606,0,'filter_codehighlighter','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8607,0,'filter_data','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8608,0,'filter_data','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8609,0,'filter_data','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8610,0,'filter_displayh5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8611,0,'filter_displayh5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8612,0,'filter_displayh5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8613,0,'filter_emailprotect','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8614,0,'filter_emailprotect','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8615,0,'filter_emailprotect','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8616,0,'filter_emoticon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8617,0,'filter_emoticon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8618,0,'filter_emoticon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8619,0,'filter_glossary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8620,0,'filter_glossary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8621,0,'filter_glossary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8622,0,'filter_mathjaxloader','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8623,0,'filter_mathjaxloader','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8624,0,'filter_mathjaxloader','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8625,0,'filter_mediaplugin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8626,0,'filter_mediaplugin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8627,0,'filter_mediaplugin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707787),(8628,0,'filter_multilang','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707787),(8629,0,'filter_multilang','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707787),(8630,0,'filter_multilang','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8631,0,'filter_tex','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8632,0,'filter_tex','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8633,0,'filter_tex','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8634,0,'filter_tidy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8635,0,'filter_tidy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8636,0,'filter_tidy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8637,0,'filter_urltolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8638,0,'filter_urltolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8639,0,'filter_urltolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8640,0,'filter_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727707788),(8641,0,'filter_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727707788),(8642,0,'filter_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727707788),(8643,0,'editor_atto','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8644,0,'editor_atto','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8645,0,'editor_atto','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8646,0,'editor_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8647,0,'editor_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8648,0,'editor_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8649,0,'editor_tiny','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8650,0,'editor_tiny','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8651,0,'editor_tiny','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8652,0,'format_singleactivity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707788),(8653,0,'format_singleactivity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707788),(8654,0,'format_singleactivity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707788),(8655,0,'format_social','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8656,0,'format_social','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8657,0,'format_social','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8658,0,'format_topics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8659,0,'format_topics','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8660,0,'format_topics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8661,0,'format_topics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8662,0,'format_weeks','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8663,0,'format_weeks','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8664,0,'format_weeks','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8665,0,'dataformat_csv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8666,0,'dataformat_csv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8667,0,'dataformat_csv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8668,0,'dataformat_excel','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8669,0,'dataformat_excel','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707789),(8670,0,'dataformat_excel','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707789),(8671,0,'dataformat_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707789),(8672,0,'dataformat_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707790),(8673,0,'dataformat_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707790),(8674,0,'dataformat_json','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707790),(8675,0,'dataformat_json','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707790),(8676,0,'dataformat_json','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707790),(8677,0,'dataformat_ods','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8678,0,'dataformat_ods','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707791),(8679,0,'dataformat_ods','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707791),(8680,0,'dataformat_pdf','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8681,0,'dataformat_pdf','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707791),(8682,0,'dataformat_pdf','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707791),(8683,0,'profilefield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8684,0,'profilefield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707791),(8685,0,'profilefield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707791),(8686,0,'profilefield_datetime','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707791),(8687,0,'profilefield_datetime','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8688,0,'profilefield_datetime','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8689,0,'profilefield_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8690,0,'profilefield_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8691,0,'profilefield_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8692,0,'profilefield_social','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8693,0,'profilefield_social','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8694,0,'profilefield_social','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8695,0,'profilefield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8696,0,'profilefield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8697,0,'profilefield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8698,0,'profilefield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8699,0,'profilefield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8700,0,'profilefield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8701,0,'report_backups','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8702,0,'report_backups','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8703,0,'report_backups','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8704,0,'report_competency','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8705,0,'report_competency','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8706,0,'report_competency','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8707,0,'report_completion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8708,0,'report_completion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707792),(8709,0,'report_completion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707792),(8710,0,'report_configlog','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707792),(8711,0,'report_configlog','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8712,0,'report_configlog','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8713,0,'report_courseoverview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8714,0,'report_courseoverview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8715,0,'report_courseoverview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8716,0,'report_eventlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8717,0,'report_eventlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8718,0,'report_eventlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8719,0,'report_infectedfiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8720,0,'report_infectedfiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8721,0,'report_infectedfiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8722,0,'report_insights','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8723,0,'report_insights','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8724,0,'report_insights','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8725,0,'report_log','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8726,0,'report_log','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8727,0,'report_log','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8728,0,'report_loglive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8729,0,'report_loglive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8730,0,'report_loglive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8731,0,'report_outline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8732,0,'report_outline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707793),(8733,0,'report_outline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707793),(8734,0,'report_participation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707793),(8735,0,'report_participation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8736,0,'report_participation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8737,0,'report_performance','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8738,0,'report_performance','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8739,0,'report_performance','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8740,0,'report_progress','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8741,0,'report_progress','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8742,0,'report_progress','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8743,0,'report_questioninstances','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8744,0,'report_questioninstances','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8745,0,'report_questioninstances','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8746,0,'report_security','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8747,0,'report_security','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8748,0,'report_security','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8749,0,'report_stats','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8750,0,'report_stats','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8751,0,'report_stats','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8752,0,'report_status','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8753,0,'report_status','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8754,0,'report_status','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707794),(8755,0,'report_themeusage',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707794),(8756,0,'report_themeusage','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8757,0,'report_themeusage','2024042200','2024042200','Plugin installed',NULL,'',0,1727707794),(8758,0,'report_usersessions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707794),(8759,0,'report_usersessions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707794),(8760,0,'report_usersessions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8761,0,'gradeexport_ods','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8762,0,'gradeexport_ods','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8763,0,'gradeexport_ods','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8764,0,'gradeexport_txt','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8765,0,'gradeexport_txt','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8766,0,'gradeexport_txt','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8767,0,'gradeexport_xls','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8768,0,'gradeexport_xls','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8769,0,'gradeexport_xls','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8770,0,'gradeexport_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8771,0,'gradeexport_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8772,0,'gradeexport_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8773,0,'gradeimport_csv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8774,0,'gradeimport_csv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8775,0,'gradeimport_csv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8776,0,'gradeimport_direct','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8777,0,'gradeimport_direct','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8778,0,'gradeimport_direct','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8779,0,'gradeimport_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8780,0,'gradeimport_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8781,0,'gradeimport_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707795),(8782,0,'gradereport_grader','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707795),(8783,0,'gradereport_grader','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707795),(8784,0,'gradereport_grader','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8785,0,'gradereport_history','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8786,0,'gradereport_history','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8787,0,'gradereport_history','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8788,0,'gradereport_outcomes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8789,0,'gradereport_outcomes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8790,0,'gradereport_outcomes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8791,0,'gradereport_overview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8792,0,'gradereport_overview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8793,0,'gradereport_overview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8794,0,'gradereport_singleview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8795,0,'gradereport_singleview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8796,0,'gradereport_singleview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8797,0,'gradereport_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8798,0,'gradereport_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8799,0,'gradereport_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8800,0,'gradereport_user','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8801,0,'gradereport_user','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8802,0,'gradereport_user','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8803,0,'gradingform_guide','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8804,0,'gradingform_guide','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8805,0,'gradingform_guide','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8806,0,'gradingform_rubric','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8807,0,'gradingform_rubric','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8808,0,'gradingform_rubric','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707796),(8809,0,'mlbackend_php','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707796),(8810,0,'mlbackend_php','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707796),(8811,0,'mlbackend_php','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8812,0,'mlbackend_python','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8813,0,'mlbackend_python','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8814,0,'mlbackend_python','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8815,0,'mnetservice_enrol','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8816,0,'mnetservice_enrol','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8817,0,'mnetservice_enrol','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8818,0,'webservice_rest','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8819,0,'webservice_rest','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8820,0,'webservice_rest','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8821,0,'webservice_soap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8822,0,'webservice_soap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8823,0,'webservice_soap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8824,0,'repository_areafiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8825,0,'repository_areafiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8826,0,'repository_areafiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8827,0,'repository_contentbank','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8828,0,'repository_contentbank','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8829,0,'repository_contentbank','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8830,0,'repository_coursefiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8831,0,'repository_coursefiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8832,0,'repository_coursefiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8833,0,'repository_dropbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707797),(8834,0,'repository_dropbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707797),(8835,0,'repository_dropbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707797),(8836,0,'repository_equella','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8837,0,'repository_equella','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8838,0,'repository_equella','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8839,0,'repository_filesystem','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8840,0,'repository_filesystem','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8841,0,'repository_filesystem','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8842,0,'repository_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8843,0,'repository_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8844,0,'repository_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8845,0,'repository_flickr_public','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8846,0,'repository_flickr_public','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8847,0,'repository_flickr_public','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8848,0,'repository_googledocs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8849,0,'repository_googledocs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8850,0,'repository_googledocs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8851,0,'repository_local','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8852,0,'repository_local','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8853,0,'repository_local','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8854,0,'repository_merlot','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8855,0,'repository_merlot','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8856,0,'repository_merlot','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8857,0,'repository_nextcloud','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8858,0,'repository_nextcloud','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8859,0,'repository_nextcloud','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8860,0,'repository_onedrive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8861,0,'repository_onedrive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707798),(8862,0,'repository_onedrive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707798),(8863,0,'repository_recent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707798),(8864,0,'repository_recent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8865,0,'repository_recent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8866,0,'repository_s3','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8867,0,'repository_s3','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8868,0,'repository_s3','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8869,0,'repository_upload','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8870,0,'repository_upload','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8871,0,'repository_upload','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8872,0,'repository_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8873,0,'repository_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8874,0,'repository_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8875,0,'repository_user','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8876,0,'repository_user','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8877,0,'repository_user','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8878,0,'repository_webdav','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8879,0,'repository_webdav','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8880,0,'repository_webdav','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8881,0,'repository_wikimedia','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8882,0,'repository_wikimedia','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8883,0,'repository_wikimedia','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8884,0,'repository_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8885,0,'repository_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8886,0,'repository_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8887,0,'portfolio_download','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8888,0,'portfolio_download','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707799),(8889,0,'portfolio_download','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707799),(8890,0,'portfolio_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707799),(8891,0,'portfolio_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8892,0,'portfolio_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8893,0,'portfolio_googledocs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8894,0,'portfolio_googledocs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8895,0,'portfolio_googledocs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8896,0,'portfolio_mahara','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8897,0,'portfolio_mahara','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8898,0,'portfolio_mahara','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8899,0,'search_simpledb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8900,0,'search_simpledb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8901,0,'search_simpledb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8902,0,'search_solr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8903,0,'search_solr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8904,0,'search_solr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8905,0,'qbank_bulkmove','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8906,0,'qbank_bulkmove','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8907,0,'qbank_bulkmove','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8908,0,'qbank_columnsortorder','2023100900','2024042202','Starting plugin upgrade',NULL,'',0,1727707800),(8909,0,'qbank_columnsortorder','2024042201','2024042202','Upgrade savepoint reached',NULL,'',0,1727707800),(8910,0,'qbank_columnsortorder','2024042202','2024042202','Upgrade savepoint reached',NULL,'',0,1727707800),(8911,0,'qbank_columnsortorder','2024042202','2024042202','Plugin upgraded',NULL,'',0,1727707800),(8912,0,'qbank_comment','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8913,0,'qbank_comment','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8914,0,'qbank_comment','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8915,0,'qbank_customfields','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707800),(8916,0,'qbank_customfields','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707800),(8917,0,'qbank_customfields','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707800),(8918,0,'qbank_deletequestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8919,0,'qbank_deletequestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8920,0,'qbank_deletequestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8921,0,'qbank_editquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8922,0,'qbank_editquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8923,0,'qbank_editquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8924,0,'qbank_exportquestions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8925,0,'qbank_exportquestions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8926,0,'qbank_exportquestions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8927,0,'qbank_exporttoxml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8928,0,'qbank_exporttoxml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8929,0,'qbank_exporttoxml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8930,0,'qbank_history','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8931,0,'qbank_history','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8932,0,'qbank_history','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8933,0,'qbank_importquestions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8934,0,'qbank_importquestions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8935,0,'qbank_importquestions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8936,0,'qbank_managecategories','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8937,0,'qbank_managecategories','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8938,0,'qbank_managecategories','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8939,0,'qbank_previewquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8940,0,'qbank_previewquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8941,0,'qbank_previewquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8942,0,'qbank_statistics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707801),(8943,0,'qbank_statistics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707801),(8944,0,'qbank_statistics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707801),(8945,0,'qbank_tagquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8946,0,'qbank_tagquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8947,0,'qbank_tagquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8948,0,'qbank_usage','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8949,0,'qbank_usage','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8950,0,'qbank_usage','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8951,0,'qbank_viewcreator','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8952,0,'qbank_viewcreator','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8953,0,'qbank_viewcreator','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8954,0,'qbank_viewquestionname','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8955,0,'qbank_viewquestionname','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8956,0,'qbank_viewquestionname','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8957,0,'qbank_viewquestiontext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8958,0,'qbank_viewquestiontext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8959,0,'qbank_viewquestiontext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8960,0,'qbank_viewquestiontype','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8961,0,'qbank_viewquestiontype','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8962,0,'qbank_viewquestiontype','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8963,0,'qbehaviour_adaptive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8964,0,'qbehaviour_adaptive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8965,0,'qbehaviour_adaptive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8966,0,'qbehaviour_adaptivenopenalty','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8967,0,'qbehaviour_adaptivenopenalty','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8968,0,'qbehaviour_adaptivenopenalty','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8969,0,'qbehaviour_deferredcbm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8970,0,'qbehaviour_deferredcbm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707802),(8971,0,'qbehaviour_deferredcbm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707802),(8972,0,'qbehaviour_deferredfeedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707802),(8973,0,'qbehaviour_deferredfeedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8974,0,'qbehaviour_deferredfeedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8975,0,'qbehaviour_immediatecbm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8976,0,'qbehaviour_immediatecbm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8977,0,'qbehaviour_immediatecbm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8978,0,'qbehaviour_immediatefeedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8979,0,'qbehaviour_immediatefeedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8980,0,'qbehaviour_immediatefeedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8981,0,'qbehaviour_informationitem','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8982,0,'qbehaviour_informationitem','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8983,0,'qbehaviour_informationitem','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8984,0,'qbehaviour_interactive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8985,0,'qbehaviour_interactive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8986,0,'qbehaviour_interactive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8987,0,'qbehaviour_interactivecountback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8988,0,'qbehaviour_interactivecountback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8989,0,'qbehaviour_interactivecountback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8990,0,'qbehaviour_manualgraded','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8991,0,'qbehaviour_manualgraded','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8992,0,'qbehaviour_manualgraded','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8993,0,'qbehaviour_missing','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8994,0,'qbehaviour_missing','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8995,0,'qbehaviour_missing','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707803),(8996,0,'qformat_aiken','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707803),(8997,0,'qformat_aiken','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707803),(8998,0,'qformat_aiken','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(8999,0,'qformat_blackboard_six','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9000,0,'qformat_blackboard_six','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9001,0,'qformat_blackboard_six','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9002,0,'qformat_gift','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9003,0,'qformat_gift','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9004,0,'qformat_gift','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9005,0,'qformat_missingword','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9006,0,'qformat_missingword','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9007,0,'qformat_missingword','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9008,0,'qformat_multianswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9009,0,'qformat_multianswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9010,0,'qformat_multianswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9011,0,'qformat_xhtml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9012,0,'qformat_xhtml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9013,0,'qformat_xhtml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9014,0,'qformat_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9015,0,'qformat_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9016,0,'qformat_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9017,0,'tool_admin_presets','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9018,0,'tool_admin_presets','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9019,0,'tool_admin_presets','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9020,0,'tool_analytics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707804),(9021,0,'tool_analytics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707804),(9022,0,'tool_analytics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707804),(9023,0,'tool_availabilityconditions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9024,0,'tool_availabilityconditions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9025,0,'tool_availabilityconditions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9026,0,'tool_behat','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9027,0,'tool_behat','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9028,0,'tool_behat','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9029,0,'tool_brickfield','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9030,0,'tool_brickfield','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9031,0,'tool_brickfield','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9032,0,'tool_capability','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9033,0,'tool_capability','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9034,0,'tool_capability','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9035,0,'tool_cohortroles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9036,0,'tool_cohortroles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9037,0,'tool_cohortroles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9038,0,'tool_componentlibrary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9039,0,'tool_componentlibrary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9040,0,'tool_componentlibrary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9041,0,'tool_customlang','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9042,0,'tool_customlang','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9043,0,'tool_customlang','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707805),(9044,0,'tool_dataprivacy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707805),(9045,0,'tool_dataprivacy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707805),(9046,0,'tool_dataprivacy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9047,0,'tool_dbtransfer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9048,0,'tool_dbtransfer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9049,0,'tool_dbtransfer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9050,0,'tool_filetypes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9051,0,'tool_filetypes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9052,0,'tool_filetypes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9053,0,'tool_generator','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9054,0,'tool_generator','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9055,0,'tool_generator','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9056,0,'tool_httpsreplace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9057,0,'tool_httpsreplace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9058,0,'tool_httpsreplace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9059,0,'tool_innodb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9060,0,'tool_innodb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9061,0,'tool_innodb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9062,0,'tool_installaddon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9063,0,'tool_installaddon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9064,0,'tool_installaddon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707806),(9065,0,'tool_langimport','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707806),(9066,0,'tool_langimport','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707806),(9067,0,'tool_langimport','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9068,0,'tool_licensemanager','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9069,0,'tool_licensemanager','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9070,0,'tool_licensemanager','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9071,0,'tool_log','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9072,0,'tool_log','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9073,0,'tool_log','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9074,0,'tool_lp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9075,0,'tool_lp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9076,0,'tool_lp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9077,0,'tool_lpimportcsv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9078,0,'tool_lpimportcsv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9079,0,'tool_lpimportcsv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9080,0,'tool_lpmigrate','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9081,0,'tool_lpmigrate','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9082,0,'tool_lpmigrate','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707807),(9083,0,'tool_messageinbound','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707807),(9084,0,'tool_messageinbound','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707807),(9085,0,'tool_messageinbound','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9086,0,'tool_mfa','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9087,0,'tool_mfa','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9088,0,'tool_mfa','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9089,0,'tool_mobile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9090,0,'tool_mobile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9091,0,'tool_mobile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9092,0,'tool_monitor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9093,0,'tool_monitor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9094,0,'tool_monitor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9095,0,'tool_moodlenet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9096,0,'tool_moodlenet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9097,0,'tool_moodlenet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9098,0,'tool_multilangupgrade','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9099,0,'tool_multilangupgrade','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9100,0,'tool_multilangupgrade','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9101,0,'tool_oauth2','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9102,0,'tool_oauth2','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9103,0,'tool_oauth2','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9104,0,'tool_phpunit','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9105,0,'tool_phpunit','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707808),(9106,0,'tool_phpunit','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707808),(9107,0,'tool_policy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707808),(9108,0,'tool_policy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9109,0,'tool_policy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9110,0,'tool_profiling','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9111,0,'tool_profiling','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9112,0,'tool_profiling','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9113,0,'tool_recyclebin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9114,0,'tool_recyclebin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9115,0,'tool_recyclebin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9116,0,'tool_replace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9117,0,'tool_replace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9118,0,'tool_replace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9119,0,'tool_spamcleaner','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9120,0,'tool_spamcleaner','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9121,0,'tool_spamcleaner','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9122,0,'tool_task','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9123,0,'tool_task','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9124,0,'tool_task','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9125,0,'tool_templatelibrary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9126,0,'tool_templatelibrary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9127,0,'tool_templatelibrary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9128,0,'tool_unsuproles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9129,0,'tool_unsuproles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9130,0,'tool_unsuproles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9131,0,'tool_uploadcourse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9132,0,'tool_uploadcourse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9133,0,'tool_uploadcourse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9134,0,'tool_uploaduser','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9135,0,'tool_uploaduser','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9136,0,'tool_uploaduser','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9137,0,'tool_usertours','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9138,0,'tool_usertours','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9139,0,'tool_usertours','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9140,0,'tool_xmldb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9141,0,'tool_xmldb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9142,0,'tool_xmldb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9143,0,'cachestore_apcu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9144,0,'cachestore_apcu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9145,0,'cachestore_apcu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9146,0,'cachestore_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9147,0,'cachestore_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9148,0,'cachestore_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9149,0,'cachestore_redis','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9150,0,'cachestore_redis','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9151,0,'cachestore_redis','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9152,0,'cachestore_session','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9153,0,'cachestore_session','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9154,0,'cachestore_session','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9155,0,'cachestore_static','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9156,0,'cachestore_static','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9157,0,'cachestore_static','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707809),(9158,0,'cachelock_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707809),(9159,0,'cachelock_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707809),(9160,0,'cachelock_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9161,0,'fileconverter_googledrive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9162,0,'fileconverter_googledrive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9163,0,'fileconverter_googledrive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9164,0,'fileconverter_unoconv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9165,0,'fileconverter_unoconv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9166,0,'fileconverter_unoconv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9167,0,'contenttype_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9168,0,'contenttype_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9169,0,'contenttype_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9170,0,'theme_boost','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9171,0,'theme_boost','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9172,0,'theme_boost','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9173,0,'theme_classic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9174,0,'theme_classic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9175,0,'theme_classic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9176,0,'local_wirisquizzes','2023092200','2024032204','Starting plugin upgrade',NULL,'',0,1727707810),(9177,0,'local_wirisquizzes','2024032204','2024032204','Upgrade savepoint reached',NULL,'',0,1727707810),(9178,0,'local_wirisquizzes','2024032204','2024032204','Plugin upgraded',NULL,'',0,1727707810),(9179,0,'h5plib_v127',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707810),(9180,0,'h5plib_v127','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9181,0,'h5plib_v127','2024042200','2024042200','Plugin installed',NULL,'',0,1727707810),(9182,0,'paygw_paypal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9183,0,'paygw_paypal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9184,0,'paygw_paypal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9185,0,'assignsubmission_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9186,0,'assignsubmission_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707810),(9187,0,'assignsubmission_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707810),(9188,0,'assignsubmission_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707810),(9189,0,'assignsubmission_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9190,0,'assignsubmission_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9191,0,'assignsubmission_onlinetext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9192,0,'assignsubmission_onlinetext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9193,0,'assignsubmission_onlinetext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9194,0,'assignfeedback_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9195,0,'assignfeedback_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9196,0,'assignfeedback_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9197,0,'assignfeedback_editpdf','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9198,0,'assignfeedback_editpdf','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9199,0,'assignfeedback_editpdf','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707811),(9200,0,'assignfeedback_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707811),(9201,0,'assignfeedback_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707811),(9202,0,'assignfeedback_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9203,0,'assignfeedback_offline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9204,0,'assignfeedback_offline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9205,0,'assignfeedback_offline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9206,0,'booktool_exportimscp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9207,0,'booktool_exportimscp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9208,0,'booktool_exportimscp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9209,0,'booktool_importhtml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9210,0,'booktool_importhtml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9211,0,'booktool_importhtml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9212,0,'booktool_print','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9213,0,'booktool_print','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9214,0,'booktool_print','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9215,0,'datafield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9216,0,'datafield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9217,0,'datafield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707812),(9218,0,'datafield_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707812),(9219,0,'datafield_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707812),(9220,0,'datafield_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9221,0,'datafield_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9222,0,'datafield_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9223,0,'datafield_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9224,0,'datafield_latlong','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9225,0,'datafield_latlong','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9226,0,'datafield_latlong','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9227,0,'datafield_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9228,0,'datafield_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9229,0,'datafield_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9230,0,'datafield_multimenu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9231,0,'datafield_multimenu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9232,0,'datafield_multimenu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9233,0,'datafield_number','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9234,0,'datafield_number','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9235,0,'datafield_number','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9236,0,'datafield_picture','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9237,0,'datafield_picture','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9238,0,'datafield_picture','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9239,0,'datafield_radiobutton','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9240,0,'datafield_radiobutton','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9241,0,'datafield_radiobutton','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707813),(9242,0,'datafield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707813),(9243,0,'datafield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707813),(9244,0,'datafield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9245,0,'datafield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9246,0,'datafield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9247,0,'datafield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9248,0,'datafield_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9249,0,'datafield_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9250,0,'datafield_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9251,0,'datapreset_imagegallery','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9252,0,'datapreset_imagegallery','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9253,0,'datapreset_imagegallery','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9254,0,'datapreset_journal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9255,0,'datapreset_journal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9256,0,'datapreset_journal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9257,0,'datapreset_proposals','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9258,0,'datapreset_proposals','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9259,0,'datapreset_proposals','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9260,0,'datapreset_resources','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9261,0,'datapreset_resources','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9262,0,'datapreset_resources','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9263,0,'forumreport_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9264,0,'forumreport_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9265,0,'forumreport_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707814),(9266,0,'ltiservice_basicoutcomes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707814),(9267,0,'ltiservice_basicoutcomes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707814),(9268,0,'ltiservice_basicoutcomes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9269,0,'ltiservice_gradebookservices','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9270,0,'ltiservice_gradebookservices','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9271,0,'ltiservice_gradebookservices','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9272,0,'ltiservice_memberships','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9273,0,'ltiservice_memberships','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9274,0,'ltiservice_memberships','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9275,0,'ltiservice_profile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9276,0,'ltiservice_profile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9277,0,'ltiservice_profile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9278,0,'ltiservice_toolproxy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9279,0,'ltiservice_toolproxy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9280,0,'ltiservice_toolproxy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9281,0,'ltiservice_toolsettings','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9282,0,'ltiservice_toolsettings','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9283,0,'ltiservice_toolsettings','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9284,0,'quiz_grading','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9285,0,'quiz_grading','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9286,0,'quiz_grading','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707815),(9287,0,'quiz_overview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707815),(9288,0,'quiz_overview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707815),(9289,0,'quiz_overview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9290,0,'quiz_responses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9291,0,'quiz_responses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9292,0,'quiz_responses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9293,0,'quiz_statistics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9294,0,'quiz_statistics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9295,0,'quiz_statistics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9296,0,'quizaccess_delaybetweenattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9297,0,'quizaccess_delaybetweenattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9298,0,'quizaccess_delaybetweenattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9299,0,'quizaccess_ipaddress','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9300,0,'quizaccess_ipaddress','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9301,0,'quizaccess_ipaddress','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9302,0,'quizaccess_numattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9303,0,'quizaccess_numattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9304,0,'quizaccess_numattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9305,0,'quizaccess_offlineattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9306,0,'quizaccess_offlineattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9307,0,'quizaccess_offlineattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9308,0,'quizaccess_openclosedate','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9309,0,'quizaccess_openclosedate','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9310,0,'quizaccess_openclosedate','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707816),(9311,0,'quizaccess_password','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707816),(9312,0,'quizaccess_password','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707816),(9313,0,'quizaccess_password','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9314,0,'quizaccess_seb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9315,0,'quizaccess_seb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9316,0,'quizaccess_seb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9317,0,'quizaccess_securewindow','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9318,0,'quizaccess_securewindow','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9319,0,'quizaccess_securewindow','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9320,0,'quizaccess_timelimit','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9321,0,'quizaccess_timelimit','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9322,0,'quizaccess_timelimit','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9323,0,'scormreport_basic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9324,0,'scormreport_basic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9325,0,'scormreport_basic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9326,0,'scormreport_graphs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9327,0,'scormreport_graphs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9328,0,'scormreport_graphs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9329,0,'scormreport_interactions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9330,0,'scormreport_interactions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9331,0,'scormreport_interactions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9332,0,'scormreport_objectives','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9333,0,'scormreport_objectives','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9334,0,'scormreport_objectives','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9335,0,'workshopform_accumulative','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9336,0,'workshopform_accumulative','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707817),(9337,0,'workshopform_accumulative','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707817),(9338,0,'workshopform_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707817),(9339,0,'workshopform_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9340,0,'workshopform_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9341,0,'workshopform_numerrors','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9342,0,'workshopform_numerrors','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9343,0,'workshopform_numerrors','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9344,0,'workshopform_rubric','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9345,0,'workshopform_rubric','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9346,0,'workshopform_rubric','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9347,0,'workshopallocation_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9348,0,'workshopallocation_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9349,0,'workshopallocation_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9350,0,'workshopallocation_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9351,0,'workshopallocation_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9352,0,'workshopallocation_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9353,0,'workshopallocation_scheduled','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9354,0,'workshopallocation_scheduled','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9355,0,'workshopallocation_scheduled','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9356,0,'workshopeval_best','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9357,0,'workshopeval_best','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9358,0,'workshopeval_best','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9359,0,'atto_accessibilitychecker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9360,0,'atto_accessibilitychecker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9361,0,'atto_accessibilitychecker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9362,0,'atto_accessibilityhelper','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707818),(9363,0,'atto_accessibilityhelper','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707818),(9364,0,'atto_accessibilityhelper','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707818),(9365,0,'atto_align','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9366,0,'atto_align','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9367,0,'atto_align','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9368,0,'atto_backcolor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9369,0,'atto_backcolor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9370,0,'atto_backcolor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9371,0,'atto_bold','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9372,0,'atto_bold','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9373,0,'atto_bold','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9374,0,'atto_charmap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9375,0,'atto_charmap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9376,0,'atto_charmap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9377,0,'atto_clear','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9378,0,'atto_clear','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9379,0,'atto_clear','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9380,0,'atto_collapse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9381,0,'atto_collapse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9382,0,'atto_collapse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9383,0,'atto_emojipicker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9384,0,'atto_emojipicker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9385,0,'atto_emojipicker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9386,0,'atto_emoticon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9387,0,'atto_emoticon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9388,0,'atto_emoticon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707819),(9389,0,'atto_equation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707819),(9390,0,'atto_equation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707819),(9391,0,'atto_equation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9392,0,'atto_fontcolor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9393,0,'atto_fontcolor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9394,0,'atto_fontcolor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9395,0,'atto_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9396,0,'atto_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9397,0,'atto_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9398,0,'atto_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9399,0,'atto_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9400,0,'atto_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9401,0,'atto_image','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9402,0,'atto_image','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9403,0,'atto_image','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9404,0,'atto_indent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9405,0,'atto_indent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9406,0,'atto_indent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9407,0,'atto_italic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9408,0,'atto_italic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9409,0,'atto_italic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9410,0,'atto_link','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9411,0,'atto_link','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9412,0,'atto_link','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707820),(9413,0,'atto_managefiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707820),(9414,0,'atto_managefiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707820),(9415,0,'atto_managefiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9416,0,'atto_media','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9417,0,'atto_media','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9418,0,'atto_media','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9419,0,'atto_noautolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9420,0,'atto_noautolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9421,0,'atto_noautolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9422,0,'atto_orderedlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9423,0,'atto_orderedlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9424,0,'atto_orderedlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9425,0,'atto_recordrtc','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9426,0,'atto_recordrtc','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9427,0,'atto_recordrtc','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9428,0,'atto_rtl','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9429,0,'atto_rtl','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9430,0,'atto_rtl','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9431,0,'atto_strike','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9432,0,'atto_strike','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9433,0,'atto_strike','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9434,0,'atto_subscript','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9435,0,'atto_subscript','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9436,0,'atto_subscript','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9437,0,'atto_superscript','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9438,0,'atto_superscript','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9439,0,'atto_superscript','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707821),(9440,0,'atto_table','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707821),(9441,0,'atto_table','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707821),(9442,0,'atto_table','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9443,0,'atto_title','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9444,0,'atto_title','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9445,0,'atto_title','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9446,0,'atto_underline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9447,0,'atto_underline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9448,0,'atto_underline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9449,0,'atto_undo','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9450,0,'atto_undo','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9451,0,'atto_undo','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9452,0,'atto_unorderedlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9453,0,'atto_unorderedlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9454,0,'atto_unorderedlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9455,0,'atto_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727707822),(9456,0,'atto_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727707822),(9457,0,'atto_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727707822),(9458,0,'tiny_accessibilitychecker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9459,0,'tiny_accessibilitychecker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9460,0,'tiny_accessibilitychecker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9461,0,'tiny_autosave','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9462,0,'tiny_autosave','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9463,0,'tiny_autosave','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9464,0,'tiny_equation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9465,0,'tiny_equation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9466,0,'tiny_equation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707822),(9467,0,'tiny_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707822),(9468,0,'tiny_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707822),(9469,0,'tiny_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9470,0,'tiny_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9471,0,'tiny_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9472,0,'tiny_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9473,0,'tiny_link','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9474,0,'tiny_link','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9475,0,'tiny_link','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9476,0,'tiny_media','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9477,0,'tiny_media','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9478,0,'tiny_media','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9479,0,'tiny_noautolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9480,0,'tiny_noautolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9481,0,'tiny_noautolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9482,0,'tiny_premium','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727707823),(9483,0,'tiny_premium','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727707823),(9484,0,'tiny_premium','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727707823),(9485,0,'tiny_recordrtc','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9486,0,'tiny_recordrtc','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9487,0,'tiny_recordrtc','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707823),(9488,0,'tiny_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727707823),(9489,0,'tiny_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727707823),(9490,0,'tiny_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727707823),(9491,0,'logstore_database','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707823),(9492,0,'logstore_database','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707823),(9493,0,'logstore_database','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9494,0,'logstore_standard','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9495,0,'logstore_standard','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9496,0,'logstore_standard','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9497,0,'factor_admin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9498,0,'factor_admin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9499,0,'factor_admin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9500,0,'factor_auth','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9501,0,'factor_auth','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9502,0,'factor_auth','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9503,0,'factor_capability','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9504,0,'factor_capability','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9505,0,'factor_capability','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9506,0,'factor_cohort','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9507,0,'factor_cohort','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9508,0,'factor_cohort','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9509,0,'factor_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9510,0,'factor_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9511,0,'factor_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9512,0,'factor_grace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9513,0,'factor_grace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9514,0,'factor_grace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9515,0,'factor_iprange','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707824),(9516,0,'factor_iprange','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707824),(9517,0,'factor_iprange','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707824),(9518,0,'factor_nosetup','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9519,0,'factor_nosetup','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9520,0,'factor_nosetup','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9521,0,'factor_role','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9522,0,'factor_role','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9523,0,'factor_role','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9524,0,'factor_sms',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727707825),(9525,0,'factor_sms','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9526,0,'factor_sms','2024042200','2024042200','Plugin installed',NULL,'',0,1727707825),(9527,0,'factor_token','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9528,0,'factor_token','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9529,0,'factor_token','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9530,0,'factor_totp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9531,0,'factor_totp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9532,0,'factor_totp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825),(9533,0,'factor_webauthn','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727707825),(9534,0,'factor_webauthn','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727707825),(9535,0,'factor_webauthn','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727707825); -/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +LOCK TABLES `t_upgrade_log` WRITE; +/*!40000 ALTER TABLE `t_upgrade_log` DISABLE KEYS */; +INSERT INTO `t_upgrade_log` VALUES (1,0,'core','2022112815.01','2022112815.01','Upgrade savepoint reached',NULL,'',0,1734080195),(2,0,'core','2022112815.01','2022112815.01','Core installed',NULL,'',0,1734080230),(3,0,'antivirus_clamav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(4,0,'antivirus_clamav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(5,0,'antivirus_clamav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(6,0,'availability_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(7,0,'availability_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(8,0,'availability_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080230),(9,0,'availability_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080230),(10,0,'availability_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080230),(11,0,'availability_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(12,0,'availability_grade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(13,0,'availability_grade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(14,0,'availability_grade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(15,0,'availability_group',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(16,0,'availability_group','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(17,0,'availability_group','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(18,0,'availability_grouping',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(19,0,'availability_grouping','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(20,0,'availability_grouping','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(21,0,'availability_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(22,0,'availability_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(23,0,'availability_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080231),(24,0,'qtype_calculated',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080231),(25,0,'qtype_calculated','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080231),(26,0,'qtype_calculated','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(27,0,'qtype_calculatedmulti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(28,0,'qtype_calculatedmulti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(29,0,'qtype_calculatedmulti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(30,0,'qtype_calculatedsimple',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(31,0,'qtype_calculatedsimple','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(32,0,'qtype_calculatedsimple','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(33,0,'qtype_ddimageortext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(34,0,'qtype_ddimageortext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(35,0,'qtype_ddimageortext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(36,0,'qtype_ddmarker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(37,0,'qtype_ddmarker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080232),(38,0,'qtype_ddmarker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080232),(39,0,'qtype_ddwtos',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080232),(40,0,'qtype_ddwtos','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(41,0,'qtype_ddwtos','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(42,0,'qtype_description',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(43,0,'qtype_description','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(44,0,'qtype_description','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(45,0,'qtype_essay',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(46,0,'qtype_essay','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(47,0,'qtype_essay','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(48,0,'qtype_essaywiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080233),(49,0,'qtype_essaywiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080233),(50,0,'qtype_essaywiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080233),(51,0,'qtype_gapselect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(52,0,'qtype_gapselect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080233),(53,0,'qtype_gapselect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080233),(54,0,'qtype_match',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080233),(55,0,'qtype_match','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(56,0,'qtype_match','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(57,0,'qtype_matchwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(58,0,'qtype_matchwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(59,0,'qtype_matchwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(60,0,'qtype_missingtype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(61,0,'qtype_missingtype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(62,0,'qtype_missingtype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(63,0,'qtype_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(64,0,'qtype_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080234),(65,0,'qtype_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080234),(66,0,'qtype_multianswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080234),(67,0,'qtype_multianswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080234),(68,0,'qtype_multianswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080234),(69,0,'qtype_multichoice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080234),(70,0,'qtype_multichoice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(71,0,'qtype_multichoice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(72,0,'qtype_multichoicewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080235),(73,0,'qtype_multichoicewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080235),(74,0,'qtype_multichoicewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080235),(75,0,'qtype_numerical',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(76,0,'qtype_numerical','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(77,0,'qtype_numerical','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(78,0,'qtype_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(79,0,'qtype_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(80,0,'qtype_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(81,0,'qtype_randomsamatch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(82,0,'qtype_randomsamatch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080235),(83,0,'qtype_randomsamatch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080235),(84,0,'qtype_shortanswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080235),(85,0,'qtype_shortanswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(86,0,'qtype_shortanswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(87,0,'qtype_shortanswerwiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(88,0,'qtype_shortanswerwiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(89,0,'qtype_shortanswerwiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(90,0,'qtype_truefalse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080236),(91,0,'qtype_truefalse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080236),(92,0,'qtype_truefalse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080236),(93,0,'qtype_truefalsewiris',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(94,0,'qtype_truefalsewiris','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080236),(95,0,'qtype_truefalsewiris','2024032206','2024032206','Plugin installed',NULL,'',0,1734080236),(96,0,'qtype_wq',NULL,'2024032206','Starting plugin installation',NULL,'',0,1734080236),(97,0,'qtype_wq','2024032206','2024032206','Upgrade savepoint reached',NULL,'',0,1734080237),(98,0,'qtype_wq','2024032206','2024032206','Plugin installed',NULL,'',0,1734080237),(99,0,'mod_assign',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080237),(100,0,'mod_assign','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080237),(101,0,'mod_assign','2022112801','2022112801','Plugin installed',NULL,'',0,1734080239),(102,0,'mod_assignment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080239),(103,0,'mod_assignment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080240),(104,0,'mod_assignment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080241),(105,0,'mod_bigbluebuttonbn',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080241),(106,0,'mod_bigbluebuttonbn','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080241),(107,0,'mod_bigbluebuttonbn','2022112800','2022112800','Plugin installed',NULL,'',0,1734080242),(108,0,'mod_book',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080242),(109,0,'mod_book','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080243),(110,0,'mod_book','2022112800','2022112800','Plugin installed',NULL,'',0,1734080243),(111,0,'mod_chat',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080243),(112,0,'mod_chat','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080244),(113,0,'mod_chat','2022112800','2022112800','Plugin installed',NULL,'',0,1734080245),(114,0,'mod_choice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080245),(115,0,'mod_choice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080245),(116,0,'mod_choice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080246),(117,0,'mod_data',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080246),(118,0,'mod_data','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080247),(119,0,'mod_data','2022112801','2022112801','Plugin installed',NULL,'',0,1734080250),(120,0,'mod_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080250),(121,0,'mod_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080250),(122,0,'mod_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080252),(123,0,'mod_folder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080252),(124,0,'mod_folder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080252),(125,0,'mod_folder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080253),(126,0,'mod_forum',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080253),(127,0,'mod_forum','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080254),(128,0,'mod_forum','2022112801','2022112801','Plugin installed',NULL,'',0,1734080260),(129,0,'mod_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080260),(130,0,'mod_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080260),(131,0,'mod_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080263),(132,0,'mod_h5pactivity',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080263),(133,0,'mod_h5pactivity','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080263),(134,0,'mod_h5pactivity','2022112801','2022112801','Plugin installed',NULL,'',0,1734080264),(135,0,'mod_imscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080264),(136,0,'mod_imscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080264),(137,0,'mod_imscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080264),(138,0,'mod_label',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080264),(139,0,'mod_label','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080264),(140,0,'mod_label','2022112801','2022112801','Plugin installed',NULL,'',0,1734080265),(141,0,'mod_lesson',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080265),(142,0,'mod_lesson','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080265),(143,0,'mod_lesson','2022112800','2022112800','Plugin installed',NULL,'',0,1734080267),(144,0,'mod_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080267),(145,0,'mod_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080267),(146,0,'mod_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(147,0,'mod_page',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(148,0,'mod_page','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080269),(149,0,'mod_page','2022112800','2022112800','Plugin installed',NULL,'',0,1734080269),(150,0,'mod_quiz',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080269),(151,0,'mod_quiz','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080270),(152,0,'mod_quiz','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(153,0,'mod_resource',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(154,0,'mod_resource','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080272),(155,0,'mod_resource','2022112800','2022112800','Plugin installed',NULL,'',0,1734080272),(156,0,'mod_scorm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080272),(157,0,'mod_scorm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080273),(158,0,'mod_scorm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080274),(159,0,'mod_survey',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080274),(160,0,'mod_survey','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080274),(161,0,'mod_survey','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(162,0,'mod_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(163,0,'mod_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080276),(164,0,'mod_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080276),(165,0,'mod_wiki',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080276),(166,0,'mod_wiki','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080277),(167,0,'mod_wiki','2022112800','2022112800','Plugin installed',NULL,'',0,1734080278),(168,0,'mod_workshop',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080278),(169,0,'mod_workshop','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080279),(170,0,'mod_workshop','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(171,0,'auth_cas',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(172,0,'auth_cas','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(173,0,'auth_cas','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(174,0,'auth_db',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(175,0,'auth_db','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(176,0,'auth_db','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(177,0,'auth_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(178,0,'auth_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(179,0,'auth_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080282),(180,0,'auth_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080282),(181,0,'auth_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080282),(182,0,'auth_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(183,0,'auth_lti',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080283),(184,0,'auth_lti','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080283),(185,0,'auth_lti','2022112801','2022112801','Plugin installed',NULL,'',0,1734080283),(186,0,'auth_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(187,0,'auth_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(188,0,'auth_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(189,0,'auth_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(190,0,'auth_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(191,0,'auth_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080283),(192,0,'auth_nologin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080283),(193,0,'auth_nologin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080283),(194,0,'auth_nologin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(195,0,'auth_none',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(196,0,'auth_none','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(197,0,'auth_none','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(198,0,'auth_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(199,0,'auth_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(200,0,'auth_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(201,0,'auth_shibboleth',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(202,0,'auth_shibboleth','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(203,0,'auth_shibboleth','2022112800','2022112800','Plugin installed',NULL,'',0,1734080284),(204,0,'auth_webservice',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080284),(205,0,'auth_webservice','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080284),(206,0,'auth_webservice','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(207,0,'calendartype_gregorian',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(208,0,'calendartype_gregorian','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(209,0,'calendartype_gregorian','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(210,0,'customfield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(211,0,'customfield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(212,0,'customfield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(213,0,'customfield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(214,0,'customfield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(215,0,'customfield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(216,0,'customfield_select',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(217,0,'customfield_select','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(218,0,'customfield_select','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(219,0,'customfield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(220,0,'customfield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(221,0,'customfield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(222,0,'customfield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(223,0,'customfield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(224,0,'customfield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080285),(225,0,'enrol_category',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080285),(226,0,'enrol_category','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080285),(227,0,'enrol_category','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(228,0,'enrol_cohort',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(229,0,'enrol_cohort','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(230,0,'enrol_cohort','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(231,0,'enrol_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(232,0,'enrol_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(233,0,'enrol_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080286),(234,0,'enrol_fee',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080286),(235,0,'enrol_fee','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080286),(236,0,'enrol_fee','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(237,0,'enrol_flatfile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(238,0,'enrol_flatfile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(239,0,'enrol_flatfile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(240,0,'enrol_guest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(241,0,'enrol_guest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(242,0,'enrol_guest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(243,0,'enrol_imsenterprise',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(244,0,'enrol_imsenterprise','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(245,0,'enrol_imsenterprise','2022112800','2022112800','Plugin installed',NULL,'',0,1734080287),(246,0,'enrol_ldap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080287),(247,0,'enrol_ldap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080287),(248,0,'enrol_ldap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080288),(249,0,'enrol_lti',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080288),(250,0,'enrol_lti','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(251,0,'enrol_lti','2022112800','2022112800','Plugin installed',NULL,'',0,1734080289),(252,0,'enrol_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080289),(253,0,'enrol_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080289),(254,0,'enrol_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(255,0,'enrol_meta',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(256,0,'enrol_meta','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(257,0,'enrol_meta','2022112800','2022112800','Plugin installed',NULL,'',0,1734080290),(258,0,'enrol_mnet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080290),(259,0,'enrol_mnet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080290),(260,0,'enrol_mnet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(261,0,'enrol_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(262,0,'enrol_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(263,0,'enrol_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080291),(264,0,'enrol_self',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080291),(265,0,'enrol_self','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080291),(266,0,'enrol_self','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(267,0,'message_airnotifier',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(268,0,'message_airnotifier','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(269,0,'message_airnotifier','2022112800','2022112800','Plugin installed',NULL,'',0,1734080292),(270,0,'message_email',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080292),(271,0,'message_email','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080292),(272,0,'message_email','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(273,0,'message_popup',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(274,0,'message_popup','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(275,0,'message_popup','2022112800','2022112800','Plugin installed',NULL,'',0,1734080293),(276,0,'block_accessreview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080293),(277,0,'block_accessreview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080293),(278,0,'block_accessreview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(279,0,'block_activity_modules',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(280,0,'block_activity_modules','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(281,0,'block_activity_modules','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(282,0,'block_activity_results',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(283,0,'block_activity_results','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(284,0,'block_activity_results','2022112800','2022112800','Plugin installed',NULL,'',0,1734080294),(285,0,'block_admin_bookmarks',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080294),(286,0,'block_admin_bookmarks','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080294),(287,0,'block_admin_bookmarks','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(288,0,'block_badges',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(289,0,'block_badges','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(290,0,'block_badges','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(291,0,'block_blog_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(292,0,'block_blog_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(293,0,'block_blog_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080295),(294,0,'block_blog_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080295),(295,0,'block_blog_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080295),(296,0,'block_blog_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(297,0,'block_blog_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(298,0,'block_blog_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(299,0,'block_blog_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(300,0,'block_calendar_month',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(301,0,'block_calendar_month','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(302,0,'block_calendar_month','2022112800','2022112800','Plugin installed',NULL,'',0,1734080296),(303,0,'block_calendar_upcoming',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080296),(304,0,'block_calendar_upcoming','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080296),(305,0,'block_calendar_upcoming','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(306,0,'block_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(307,0,'block_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(308,0,'block_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(309,0,'block_completionstatus',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(310,0,'block_completionstatus','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(311,0,'block_completionstatus','2022112800','2022112800','Plugin installed',NULL,'',0,1734080297),(312,0,'block_course_list',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080297),(313,0,'block_course_list','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080297),(314,0,'block_course_list','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(315,0,'block_course_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(316,0,'block_course_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(317,0,'block_course_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(318,0,'block_feedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(319,0,'block_feedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(320,0,'block_feedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(321,0,'block_globalsearch',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(322,0,'block_globalsearch','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(323,0,'block_globalsearch','2022112800','2022112800','Plugin installed',NULL,'',0,1734080298),(324,0,'block_glossary_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080298),(325,0,'block_glossary_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080298),(326,0,'block_glossary_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(327,0,'block_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(328,0,'block_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(329,0,'block_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(330,0,'block_login',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(331,0,'block_login','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(332,0,'block_login','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(333,0,'block_lp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(334,0,'block_lp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(335,0,'block_lp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080299),(336,0,'block_mentees',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080299),(337,0,'block_mentees','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080299),(338,0,'block_mentees','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(339,0,'block_mnet_hosts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(340,0,'block_mnet_hosts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(341,0,'block_mnet_hosts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(342,0,'block_myoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(343,0,'block_myoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(344,0,'block_myoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(345,0,'block_myprofile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(346,0,'block_myprofile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(347,0,'block_myprofile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080300),(348,0,'block_navigation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080300),(349,0,'block_navigation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080300),(350,0,'block_navigation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(351,0,'block_news_items',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(352,0,'block_news_items','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(353,0,'block_news_items','2022112800','2022112800','Plugin installed',NULL,'',0,1734080301),(354,0,'block_online_users',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080301),(355,0,'block_online_users','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080301),(356,0,'block_online_users','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(357,0,'block_private_files',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(358,0,'block_private_files','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(359,0,'block_private_files','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(360,0,'block_recent_activity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(361,0,'block_recent_activity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(362,0,'block_recent_activity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080302),(363,0,'block_recentlyaccessedcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080302),(364,0,'block_recentlyaccessedcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080302),(365,0,'block_recentlyaccessedcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(366,0,'block_recentlyaccesseditems',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(367,0,'block_recentlyaccesseditems','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(368,0,'block_recentlyaccesseditems','2022112800','2022112800','Plugin installed',NULL,'',0,1734080303),(369,0,'block_rss_client',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080303),(370,0,'block_rss_client','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080303),(371,0,'block_rss_client','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(372,0,'block_search_forums',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(373,0,'block_search_forums','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(374,0,'block_search_forums','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(375,0,'block_section_links',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(376,0,'block_section_links','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(377,0,'block_section_links','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(378,0,'block_selfcompletion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(379,0,'block_selfcompletion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(380,0,'block_selfcompletion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080304),(381,0,'block_settings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080304),(382,0,'block_settings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080304),(383,0,'block_settings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(384,0,'block_site_main_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(385,0,'block_site_main_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(386,0,'block_site_main_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(387,0,'block_social_activities',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(388,0,'block_social_activities','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(389,0,'block_social_activities','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(390,0,'block_starredcourses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(391,0,'block_starredcourses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(392,0,'block_starredcourses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080305),(393,0,'block_tag_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080305),(394,0,'block_tag_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080305),(395,0,'block_tag_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(396,0,'block_tag_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(397,0,'block_tag_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(398,0,'block_tag_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(399,0,'block_tags',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(400,0,'block_tags','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(401,0,'block_tags','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(402,0,'block_timeline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(403,0,'block_timeline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(404,0,'block_timeline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080306),(405,0,'media_html5audio',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080306),(406,0,'media_html5audio','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080306),(407,0,'media_html5audio','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(408,0,'media_html5video',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(409,0,'media_html5video','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(410,0,'media_html5video','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(411,0,'media_videojs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(412,0,'media_videojs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(413,0,'media_videojs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(414,0,'media_vimeo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(415,0,'media_vimeo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(416,0,'media_vimeo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(417,0,'media_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(418,0,'media_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(419,0,'media_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(420,0,'filter_activitynames',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(421,0,'filter_activitynames','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(422,0,'filter_activitynames','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(423,0,'filter_algebra',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(424,0,'filter_algebra','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(425,0,'filter_algebra','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(426,0,'filter_data',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(427,0,'filter_data','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(428,0,'filter_data','2022112800','2022112800','Plugin installed',NULL,'',0,1734080307),(429,0,'filter_displayh5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080307),(430,0,'filter_displayh5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080307),(431,0,'filter_displayh5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(432,0,'filter_emailprotect',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(433,0,'filter_emailprotect','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(434,0,'filter_emailprotect','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(435,0,'filter_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(436,0,'filter_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(437,0,'filter_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(438,0,'filter_glossary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(439,0,'filter_glossary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(440,0,'filter_glossary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(441,0,'filter_mathjaxloader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(442,0,'filter_mathjaxloader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(443,0,'filter_mathjaxloader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(444,0,'filter_mediaplugin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(445,0,'filter_mediaplugin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(446,0,'filter_mediaplugin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(447,0,'filter_multilang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(448,0,'filter_multilang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(449,0,'filter_multilang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080308),(450,0,'filter_tex',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080308),(451,0,'filter_tex','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080308),(452,0,'filter_tex','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(453,0,'filter_tidy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(454,0,'filter_tidy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(455,0,'filter_tidy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(456,0,'filter_urltolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(457,0,'filter_urltolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(458,0,'filter_urltolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(459,0,'filter_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080309),(460,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080309),(461,0,'filter_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080309),(462,0,'editor_atto',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(463,0,'editor_atto','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(464,0,'editor_atto','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(465,0,'editor_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(466,0,'editor_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(467,0,'editor_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080309),(468,0,'editor_tiny',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080309),(469,0,'editor_tiny','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080309),(470,0,'editor_tiny','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(471,0,'editor_tinymce',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(472,0,'editor_tinymce','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(473,0,'editor_tinymce','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(474,0,'format_singleactivity',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(475,0,'format_singleactivity','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(476,0,'format_singleactivity','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(477,0,'format_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(478,0,'format_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(479,0,'format_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(480,0,'format_topics',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(481,0,'format_topics','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(482,0,'format_topics','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(483,0,'format_weeks',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080310),(484,0,'format_weeks','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080310),(485,0,'format_weeks','2022112801','2022112801','Plugin installed',NULL,'',0,1734080310),(486,0,'dataformat_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(487,0,'dataformat_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(488,0,'dataformat_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(489,0,'dataformat_excel',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(490,0,'dataformat_excel','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(491,0,'dataformat_excel','2022112800','2022112800','Plugin installed',NULL,'',0,1734080310),(492,0,'dataformat_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080310),(493,0,'dataformat_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080310),(494,0,'dataformat_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(495,0,'dataformat_json',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(496,0,'dataformat_json','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(497,0,'dataformat_json','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(498,0,'dataformat_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(499,0,'dataformat_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(500,0,'dataformat_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(501,0,'dataformat_pdf',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(502,0,'dataformat_pdf','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(503,0,'dataformat_pdf','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(504,0,'profilefield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(505,0,'profilefield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(506,0,'profilefield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(507,0,'profilefield_datetime',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(508,0,'profilefield_datetime','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(509,0,'profilefield_datetime','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(510,0,'profilefield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(511,0,'profilefield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(512,0,'profilefield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(513,0,'profilefield_social',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(514,0,'profilefield_social','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(515,0,'profilefield_social','2022112800','2022112800','Plugin installed',NULL,'',0,1734080311),(516,0,'profilefield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080311),(517,0,'profilefield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080311),(518,0,'profilefield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(519,0,'profilefield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(520,0,'profilefield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(521,0,'profilefield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(522,0,'report_backups',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(523,0,'report_backups','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(524,0,'report_backups','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(525,0,'report_competency',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(526,0,'report_competency','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(527,0,'report_competency','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(528,0,'report_completion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(529,0,'report_completion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(530,0,'report_completion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(531,0,'report_configlog',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(532,0,'report_configlog','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(533,0,'report_configlog','2022112800','2022112800','Plugin installed',NULL,'',0,1734080312),(534,0,'report_courseoverview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080312),(535,0,'report_courseoverview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080312),(536,0,'report_courseoverview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(537,0,'report_eventlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(538,0,'report_eventlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(539,0,'report_eventlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(540,0,'report_infectedfiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(541,0,'report_infectedfiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(542,0,'report_infectedfiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(543,0,'report_insights',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(544,0,'report_insights','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(545,0,'report_insights','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(546,0,'report_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(547,0,'report_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(548,0,'report_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080313),(549,0,'report_loglive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080313),(550,0,'report_loglive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080313),(551,0,'report_loglive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(552,0,'report_outline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(553,0,'report_outline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(554,0,'report_outline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080314),(555,0,'report_participation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080314),(556,0,'report_participation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080314),(557,0,'report_participation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(558,0,'report_performance',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(559,0,'report_performance','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(560,0,'report_performance','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(561,0,'report_progress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(562,0,'report_progress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(563,0,'report_progress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(564,0,'report_questioninstances',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(565,0,'report_questioninstances','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(566,0,'report_questioninstances','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(567,0,'report_security',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(568,0,'report_security','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(569,0,'report_security','2022112800','2022112800','Plugin installed',NULL,'',0,1734080315),(570,0,'report_stats',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080315),(571,0,'report_stats','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080315),(572,0,'report_stats','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(573,0,'report_status',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(574,0,'report_status','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(575,0,'report_status','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(576,0,'report_usersessions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(577,0,'report_usersessions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(578,0,'report_usersessions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(579,0,'gradeexport_ods',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(580,0,'gradeexport_ods','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(581,0,'gradeexport_ods','2022112800','2022112800','Plugin installed',NULL,'',0,1734080316),(582,0,'gradeexport_txt',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080316),(583,0,'gradeexport_txt','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080316),(584,0,'gradeexport_txt','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(585,0,'gradeexport_xls',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(586,0,'gradeexport_xls','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(587,0,'gradeexport_xls','2022112800','2022112800','Plugin installed',NULL,'',0,1734080317),(588,0,'gradeexport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080317),(589,0,'gradeexport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080317),(590,0,'gradeexport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(591,0,'gradeimport_csv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(592,0,'gradeimport_csv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(593,0,'gradeimport_csv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(594,0,'gradeimport_direct',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(595,0,'gradeimport_direct','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(596,0,'gradeimport_direct','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(597,0,'gradeimport_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(598,0,'gradeimport_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(599,0,'gradeimport_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080318),(600,0,'gradereport_grader',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080318),(601,0,'gradereport_grader','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080318),(602,0,'gradereport_grader','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(603,0,'gradereport_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(604,0,'gradereport_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(605,0,'gradereport_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(606,0,'gradereport_outcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(607,0,'gradereport_outcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(608,0,'gradereport_outcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(609,0,'gradereport_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(610,0,'gradereport_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(611,0,'gradereport_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080319),(612,0,'gradereport_singleview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080319),(613,0,'gradereport_singleview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080319),(614,0,'gradereport_singleview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(615,0,'gradereport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(616,0,'gradereport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(617,0,'gradereport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(618,0,'gradereport_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(619,0,'gradereport_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080320),(620,0,'gradereport_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080320),(621,0,'gradingform_guide',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080320),(622,0,'gradingform_guide','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(623,0,'gradingform_guide','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(624,0,'gradingform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(625,0,'gradingform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(626,0,'gradingform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(627,0,'mlbackend_php',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(628,0,'mlbackend_php','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(629,0,'mlbackend_php','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(630,0,'mlbackend_python',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(631,0,'mlbackend_python','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080321),(632,0,'mlbackend_python','2022112800','2022112800','Plugin installed',NULL,'',0,1734080321),(633,0,'mnetservice_enrol',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080321),(634,0,'mnetservice_enrol','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(635,0,'mnetservice_enrol','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(636,0,'webservice_rest',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(637,0,'webservice_rest','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(638,0,'webservice_rest','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(639,0,'webservice_soap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(640,0,'webservice_soap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(641,0,'webservice_soap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(642,0,'repository_areafiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(643,0,'repository_areafiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(644,0,'repository_areafiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080322),(645,0,'repository_contentbank',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080322),(646,0,'repository_contentbank','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080322),(647,0,'repository_contentbank','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(648,0,'repository_coursefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(649,0,'repository_coursefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(650,0,'repository_coursefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080323),(651,0,'repository_dropbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080323),(652,0,'repository_dropbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080323),(653,0,'repository_dropbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(654,0,'repository_equella',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(655,0,'repository_equella','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(656,0,'repository_equella','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(657,0,'repository_filesystem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(658,0,'repository_filesystem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(659,0,'repository_filesystem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(660,0,'repository_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(661,0,'repository_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(662,0,'repository_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080324),(663,0,'repository_flickr_public',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080324),(664,0,'repository_flickr_public','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080324),(665,0,'repository_flickr_public','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(666,0,'repository_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(667,0,'repository_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(668,0,'repository_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(669,0,'repository_local',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(670,0,'repository_local','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(671,0,'repository_local','2022112800','2022112800','Plugin installed',NULL,'',0,1734080325),(672,0,'repository_merlot',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080325),(673,0,'repository_merlot','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080325),(674,0,'repository_merlot','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(675,0,'repository_nextcloud',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(676,0,'repository_nextcloud','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(677,0,'repository_nextcloud','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(678,0,'repository_onedrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(679,0,'repository_onedrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(680,0,'repository_onedrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(681,0,'repository_recent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(682,0,'repository_recent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(683,0,'repository_recent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080326),(684,0,'repository_s3',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080326),(685,0,'repository_s3','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080326),(686,0,'repository_s3','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(687,0,'repository_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(688,0,'repository_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(689,0,'repository_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(690,0,'repository_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(691,0,'repository_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(692,0,'repository_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(693,0,'repository_user',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(694,0,'repository_user','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(695,0,'repository_user','2022112800','2022112800','Plugin installed',NULL,'',0,1734080327),(696,0,'repository_webdav',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080327),(697,0,'repository_webdav','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080327),(698,0,'repository_webdav','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(699,0,'repository_wikimedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(700,0,'repository_wikimedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(701,0,'repository_wikimedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(702,0,'repository_youtube',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(703,0,'repository_youtube','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(704,0,'repository_youtube','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(705,0,'portfolio_download',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(706,0,'portfolio_download','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(707,0,'portfolio_download','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(708,0,'portfolio_flickr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(709,0,'portfolio_flickr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(710,0,'portfolio_flickr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080328),(711,0,'portfolio_googledocs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080328),(712,0,'portfolio_googledocs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080328),(713,0,'portfolio_googledocs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(714,0,'portfolio_mahara',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(715,0,'portfolio_mahara','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(716,0,'portfolio_mahara','2022112800','2022112800','Plugin installed',NULL,'',0,1734080329),(717,0,'search_simpledb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080329),(718,0,'search_simpledb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080329),(719,0,'search_simpledb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(720,0,'search_solr',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(721,0,'search_solr','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(722,0,'search_solr','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(723,0,'qbank_bulkmove',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(724,0,'qbank_bulkmove','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(725,0,'qbank_bulkmove','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(726,0,'qbank_columnsortorder',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(727,0,'qbank_columnsortorder','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(728,0,'qbank_columnsortorder','2022112800','2022112800','Plugin installed',NULL,'',0,1734080330),(729,0,'qbank_comment',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080330),(730,0,'qbank_comment','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080330),(731,0,'qbank_comment','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(732,0,'qbank_customfields',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(733,0,'qbank_customfields','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(734,0,'qbank_customfields','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(735,0,'qbank_deletequestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(736,0,'qbank_deletequestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(737,0,'qbank_deletequestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(738,0,'qbank_editquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(739,0,'qbank_editquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(740,0,'qbank_editquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(741,0,'qbank_exportquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(742,0,'qbank_exportquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(743,0,'qbank_exportquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(744,0,'qbank_exporttoxml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(745,0,'qbank_exporttoxml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(746,0,'qbank_exporttoxml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(747,0,'qbank_history',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(748,0,'qbank_history','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(749,0,'qbank_history','2022112800','2022112800','Plugin installed',NULL,'',0,1734080331),(750,0,'qbank_importquestions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080331),(751,0,'qbank_importquestions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080331),(752,0,'qbank_importquestions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(753,0,'qbank_managecategories',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(754,0,'qbank_managecategories','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(755,0,'qbank_managecategories','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(756,0,'qbank_previewquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(757,0,'qbank_previewquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(758,0,'qbank_previewquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(759,0,'qbank_statistics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(760,0,'qbank_statistics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(761,0,'qbank_statistics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(762,0,'qbank_tagquestion',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(763,0,'qbank_tagquestion','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(764,0,'qbank_tagquestion','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(765,0,'qbank_usage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(766,0,'qbank_usage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(767,0,'qbank_usage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(768,0,'qbank_viewcreator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(769,0,'qbank_viewcreator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(770,0,'qbank_viewcreator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(771,0,'qbank_viewquestionname',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(772,0,'qbank_viewquestionname','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(773,0,'qbank_viewquestionname','2022112800','2022112800','Plugin installed',NULL,'',0,1734080332),(774,0,'qbank_viewquestiontext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080332),(775,0,'qbank_viewquestiontext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080332),(776,0,'qbank_viewquestiontext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(777,0,'qbank_viewquestiontype',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(778,0,'qbank_viewquestiontype','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(779,0,'qbank_viewquestiontype','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(780,0,'qbehaviour_adaptive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(781,0,'qbehaviour_adaptive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(782,0,'qbehaviour_adaptive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(783,0,'qbehaviour_adaptivenopenalty',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(784,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(785,0,'qbehaviour_adaptivenopenalty','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(786,0,'qbehaviour_deferredcbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(787,0,'qbehaviour_deferredcbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(788,0,'qbehaviour_deferredcbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(789,0,'qbehaviour_deferredfeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(790,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(791,0,'qbehaviour_deferredfeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(792,0,'qbehaviour_immediatecbm',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(793,0,'qbehaviour_immediatecbm','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(794,0,'qbehaviour_immediatecbm','2022112800','2022112800','Plugin installed',NULL,'',0,1734080333),(795,0,'qbehaviour_immediatefeedback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080333),(796,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080333),(797,0,'qbehaviour_immediatefeedback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(798,0,'qbehaviour_informationitem',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(799,0,'qbehaviour_informationitem','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(800,0,'qbehaviour_informationitem','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(801,0,'qbehaviour_interactive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(802,0,'qbehaviour_interactive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(803,0,'qbehaviour_interactive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(804,0,'qbehaviour_interactivecountback',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(805,0,'qbehaviour_interactivecountback','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(806,0,'qbehaviour_interactivecountback','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(807,0,'qbehaviour_manualgraded',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(808,0,'qbehaviour_manualgraded','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(809,0,'qbehaviour_manualgraded','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(810,0,'qbehaviour_missing',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(811,0,'qbehaviour_missing','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(812,0,'qbehaviour_missing','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(813,0,'qformat_aiken',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(814,0,'qformat_aiken','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(815,0,'qformat_aiken','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(816,0,'qformat_blackboard_six',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(817,0,'qformat_blackboard_six','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080334),(818,0,'qformat_blackboard_six','2022112800','2022112800','Plugin installed',NULL,'',0,1734080334),(819,0,'qformat_gift',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080334),(820,0,'qformat_gift','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(821,0,'qformat_gift','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(822,0,'qformat_missingword',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(823,0,'qformat_missingword','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(824,0,'qformat_missingword','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(825,0,'qformat_multianswer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(826,0,'qformat_multianswer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(827,0,'qformat_multianswer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(828,0,'qformat_xhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(829,0,'qformat_xhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(830,0,'qformat_xhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(831,0,'qformat_xml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(832,0,'qformat_xml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(833,0,'qformat_xml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(834,0,'tool_admin_presets',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(835,0,'tool_admin_presets','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(836,0,'tool_admin_presets','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(837,0,'tool_analytics',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(838,0,'tool_analytics','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(839,0,'tool_analytics','2022112800','2022112800','Plugin installed',NULL,'',0,1734080335),(840,0,'tool_availabilityconditions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080335),(841,0,'tool_availabilityconditions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080335),(842,0,'tool_availabilityconditions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080336),(843,0,'tool_behat',NULL,'2022112802','Starting plugin installation',NULL,'',0,1734080336),(844,0,'tool_behat','2022112802','2022112802','Upgrade savepoint reached',NULL,'',0,1734080336),(845,0,'tool_behat','2022112802','2022112802','Plugin installed',NULL,'',0,1734080336),(846,0,'tool_brickfield',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080336),(847,0,'tool_brickfield','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(848,0,'tool_brickfield','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(849,0,'tool_capability',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080337),(850,0,'tool_capability','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080337),(851,0,'tool_capability','2022112800','2022112800','Plugin installed',NULL,'',0,1734080337),(852,0,'tool_cohortroles',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080337),(853,0,'tool_cohortroles','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080337),(854,0,'tool_cohortroles','2022112801','2022112801','Plugin installed',NULL,'',0,1734080338),(855,0,'tool_componentlibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(856,0,'tool_componentlibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(857,0,'tool_componentlibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(858,0,'tool_customlang',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(859,0,'tool_customlang','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080338),(860,0,'tool_customlang','2022112800','2022112800','Plugin installed',NULL,'',0,1734080338),(861,0,'tool_dataprivacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080338),(862,0,'tool_dataprivacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(863,0,'tool_dataprivacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(864,0,'tool_dbtransfer',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(865,0,'tool_dbtransfer','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(866,0,'tool_dbtransfer','2022112800','2022112800','Plugin installed',NULL,'',0,1734080339),(867,0,'tool_filetypes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080339),(868,0,'tool_filetypes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080339),(869,0,'tool_filetypes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(870,0,'tool_generator',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(871,0,'tool_generator','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(872,0,'tool_generator','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(873,0,'tool_httpsreplace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(874,0,'tool_httpsreplace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(875,0,'tool_httpsreplace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(876,0,'tool_innodb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(877,0,'tool_innodb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(878,0,'tool_innodb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(879,0,'tool_installaddon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(880,0,'tool_installaddon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(881,0,'tool_installaddon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(882,0,'tool_langimport',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(883,0,'tool_langimport','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(884,0,'tool_langimport','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(885,0,'tool_licensemanager',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(886,0,'tool_licensemanager','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(887,0,'tool_licensemanager','2022112800','2022112800','Plugin installed',NULL,'',0,1734080340),(888,0,'tool_log',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080340),(889,0,'tool_log','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080340),(890,0,'tool_log','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(891,0,'tool_lp',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(892,0,'tool_lp','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(893,0,'tool_lp','2022112801','2022112801','Plugin installed',NULL,'',0,1734080341),(894,0,'tool_lpimportcsv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(895,0,'tool_lpimportcsv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(896,0,'tool_lpimportcsv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(897,0,'tool_lpmigrate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(898,0,'tool_lpmigrate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(899,0,'tool_lpmigrate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(900,0,'tool_messageinbound',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080341),(901,0,'tool_messageinbound','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080341),(902,0,'tool_messageinbound','2022112800','2022112800','Plugin installed',NULL,'',0,1734080341),(903,0,'tool_mobile',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080341),(904,0,'tool_mobile','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080341),(905,0,'tool_mobile','2022112801','2022112801','Plugin installed',NULL,'',0,1734080342),(906,0,'tool_monitor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080342),(907,0,'tool_monitor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080342),(908,0,'tool_monitor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(909,0,'tool_moodlenet',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(910,0,'tool_moodlenet','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(911,0,'tool_moodlenet','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(912,0,'tool_multilangupgrade',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(913,0,'tool_multilangupgrade','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(914,0,'tool_multilangupgrade','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(915,0,'tool_oauth2',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(916,0,'tool_oauth2','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(917,0,'tool_oauth2','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(918,0,'tool_phpunit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(919,0,'tool_phpunit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080343),(920,0,'tool_phpunit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080343),(921,0,'tool_policy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080343),(922,0,'tool_policy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(923,0,'tool_policy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(924,0,'tool_profiling',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(925,0,'tool_profiling','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(926,0,'tool_profiling','2022112800','2022112800','Plugin installed',NULL,'',0,1734080344),(927,0,'tool_recyclebin',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080344),(928,0,'tool_recyclebin','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080344),(929,0,'tool_recyclebin','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(930,0,'tool_replace',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(931,0,'tool_replace','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(932,0,'tool_replace','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(933,0,'tool_spamcleaner',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(934,0,'tool_spamcleaner','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(935,0,'tool_spamcleaner','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(936,0,'tool_task',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(937,0,'tool_task','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(938,0,'tool_task','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(939,0,'tool_templatelibrary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(940,0,'tool_templatelibrary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080345),(941,0,'tool_templatelibrary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080345),(942,0,'tool_unsuproles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080345),(943,0,'tool_unsuproles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(944,0,'tool_unsuproles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(945,0,'tool_uploadcourse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(946,0,'tool_uploadcourse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(947,0,'tool_uploadcourse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(948,0,'tool_uploaduser',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(949,0,'tool_uploaduser','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(950,0,'tool_uploaduser','2022112800','2022112800','Plugin installed',NULL,'',0,1734080346),(951,0,'tool_usertours',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080346),(952,0,'tool_usertours','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080346),(953,0,'tool_usertours','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(954,0,'tool_xmldb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(955,0,'tool_xmldb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(956,0,'tool_xmldb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(957,0,'cachestore_apcu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(958,0,'cachestore_apcu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(959,0,'cachestore_apcu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(960,0,'cachestore_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(961,0,'cachestore_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(962,0,'cachestore_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(963,0,'cachestore_memcached',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(964,0,'cachestore_memcached','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(965,0,'cachestore_memcached','2022112800','2022112800','Plugin installed',NULL,'',0,1734080347),(966,0,'cachestore_mongodb',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080347),(967,0,'cachestore_mongodb','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080347),(968,0,'cachestore_mongodb','2022112801','2022112801','Plugin installed',NULL,'',0,1734080347),(969,0,'cachestore_redis',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080347),(970,0,'cachestore_redis','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080347),(971,0,'cachestore_redis','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(972,0,'cachestore_session',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(973,0,'cachestore_session','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(974,0,'cachestore_session','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(975,0,'cachestore_static',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(976,0,'cachestore_static','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(977,0,'cachestore_static','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(978,0,'cachelock_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(979,0,'cachelock_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(980,0,'cachelock_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(981,0,'fileconverter_googledrive',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(982,0,'fileconverter_googledrive','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(983,0,'fileconverter_googledrive','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(984,0,'fileconverter_unoconv',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(985,0,'fileconverter_unoconv','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(986,0,'fileconverter_unoconv','2022112800','2022112800','Plugin installed',NULL,'',0,1734080348),(987,0,'contenttype_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080348),(988,0,'contenttype_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080348),(989,0,'contenttype_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(990,0,'theme_boost',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(991,0,'theme_boost','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(992,0,'theme_boost','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(993,0,'theme_classic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(994,0,'theme_classic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(995,0,'theme_classic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(996,0,'local_wirisquizzes',NULL,'2024032205','Starting plugin installation',NULL,'',0,1734080349),(997,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',0,1734080349),(998,0,'local_wirisquizzes','2024032205','2024032205','Plugin installed',NULL,'',0,1734080349),(999,0,'h5plib_v124',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1000,0,'h5plib_v124','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1001,0,'h5plib_v124','2022112800','2022112800','Plugin installed',NULL,'',0,1734080349),(1002,0,'paygw_paypal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080349),(1003,0,'paygw_paypal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080349),(1004,0,'paygw_paypal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1005,0,'assignsubmission_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1006,0,'assignsubmission_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1007,0,'assignsubmission_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1008,0,'assignsubmission_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1009,0,'assignsubmission_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1010,0,'assignsubmission_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1011,0,'assignsubmission_onlinetext',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1012,0,'assignsubmission_onlinetext','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1013,0,'assignsubmission_onlinetext','2022112800','2022112800','Plugin installed',NULL,'',0,1734080350),(1014,0,'assignfeedback_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080350),(1015,0,'assignfeedback_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080350),(1016,0,'assignfeedback_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1017,0,'assignfeedback_editpdf',NULL,'2022112801','Starting plugin installation',NULL,'',0,1734080351),(1018,0,'assignfeedback_editpdf','2022112801','2022112801','Upgrade savepoint reached',NULL,'',0,1734080351),(1019,0,'assignfeedback_editpdf','2022112801','2022112801','Plugin installed',NULL,'',0,1734080351),(1020,0,'assignfeedback_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1021,0,'assignfeedback_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1022,0,'assignfeedback_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1023,0,'assignfeedback_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1024,0,'assignfeedback_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1025,0,'assignfeedback_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080351),(1026,0,'assignment_offline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080351),(1027,0,'assignment_offline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080351),(1028,0,'assignment_offline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1029,0,'assignment_online',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1030,0,'assignment_online','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1031,0,'assignment_online','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1032,0,'assignment_upload',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1033,0,'assignment_upload','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1034,0,'assignment_upload','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1035,0,'assignment_uploadsingle',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1036,0,'assignment_uploadsingle','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1037,0,'assignment_uploadsingle','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1038,0,'booktool_exportimscp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1039,0,'booktool_exportimscp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1040,0,'booktool_exportimscp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1041,0,'booktool_importhtml',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1042,0,'booktool_importhtml','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1043,0,'booktool_importhtml','2022112800','2022112800','Plugin installed',NULL,'',0,1734080352),(1044,0,'booktool_print',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080352),(1045,0,'booktool_print','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080352),(1046,0,'booktool_print','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1047,0,'datafield_checkbox',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1048,0,'datafield_checkbox','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1049,0,'datafield_checkbox','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1050,0,'datafield_date',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1051,0,'datafield_date','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1052,0,'datafield_date','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1053,0,'datafield_file',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1054,0,'datafield_file','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1055,0,'datafield_file','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1056,0,'datafield_latlong',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1057,0,'datafield_latlong','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1058,0,'datafield_latlong','2022112800','2022112800','Plugin installed',NULL,'',0,1734080353),(1059,0,'datafield_menu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080353),(1060,0,'datafield_menu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080353),(1061,0,'datafield_menu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1062,0,'datafield_multimenu',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1063,0,'datafield_multimenu','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1064,0,'datafield_multimenu','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1065,0,'datafield_number',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1066,0,'datafield_number','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1067,0,'datafield_number','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1068,0,'datafield_picture',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1069,0,'datafield_picture','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1070,0,'datafield_picture','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1071,0,'datafield_radiobutton',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1072,0,'datafield_radiobutton','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1073,0,'datafield_radiobutton','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1074,0,'datafield_text',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1075,0,'datafield_text','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1076,0,'datafield_text','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1077,0,'datafield_textarea',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1078,0,'datafield_textarea','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1079,0,'datafield_textarea','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1080,0,'datafield_url',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1081,0,'datafield_url','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1082,0,'datafield_url','2022112800','2022112800','Plugin installed',NULL,'',0,1734080354),(1083,0,'datapreset_imagegallery',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080354),(1084,0,'datapreset_imagegallery','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080354),(1085,0,'datapreset_imagegallery','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1086,0,'datapreset_journal',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1087,0,'datapreset_journal','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1088,0,'datapreset_journal','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1089,0,'datapreset_proposals',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1090,0,'datapreset_proposals','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1091,0,'datapreset_proposals','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1092,0,'datapreset_resources',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1093,0,'datapreset_resources','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1094,0,'datapreset_resources','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1095,0,'forumreport_summary',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1096,0,'forumreport_summary','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1097,0,'forumreport_summary','2022112800','2022112800','Plugin installed',NULL,'',0,1734080355),(1098,0,'ltiservice_basicoutcomes',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080355),(1099,0,'ltiservice_basicoutcomes','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080355),(1100,0,'ltiservice_basicoutcomes','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1101,0,'ltiservice_gradebookservices',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1102,0,'ltiservice_gradebookservices','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1103,0,'ltiservice_gradebookservices','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1104,0,'ltiservice_memberships',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1105,0,'ltiservice_memberships','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1106,0,'ltiservice_memberships','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1107,0,'ltiservice_profile',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1108,0,'ltiservice_profile','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1109,0,'ltiservice_profile','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1110,0,'ltiservice_toolproxy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1111,0,'ltiservice_toolproxy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1112,0,'ltiservice_toolproxy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1113,0,'ltiservice_toolsettings',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1114,0,'ltiservice_toolsettings','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1115,0,'ltiservice_toolsettings','2022112800','2022112800','Plugin installed',NULL,'',0,1734080356),(1116,0,'quiz_grading',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080356),(1117,0,'quiz_grading','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080356),(1118,0,'quiz_grading','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1119,0,'quiz_overview',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1120,0,'quiz_overview','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1121,0,'quiz_overview','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1122,0,'quiz_responses',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080357),(1123,0,'quiz_responses','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080357),(1124,0,'quiz_responses','2022112800','2022112800','Plugin installed',NULL,'',0,1734080357),(1125,0,'quiz_statistics',NULL,'2022112804','Starting plugin installation',NULL,'',0,1734080357),(1126,0,'quiz_statistics','2022112804','2022112804','Upgrade savepoint reached',NULL,'',0,1734080357),(1127,0,'quiz_statistics','2022112804','2022112804','Plugin installed',NULL,'',0,1734080358),(1128,0,'quizaccess_delaybetweenattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1129,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1130,0,'quizaccess_delaybetweenattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1131,0,'quizaccess_ipaddress',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1132,0,'quizaccess_ipaddress','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1133,0,'quizaccess_ipaddress','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1134,0,'quizaccess_numattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1135,0,'quizaccess_numattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1136,0,'quizaccess_numattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1137,0,'quizaccess_offlineattempts',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1138,0,'quizaccess_offlineattempts','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1139,0,'quizaccess_offlineattempts','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1140,0,'quizaccess_openclosedate',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1141,0,'quizaccess_openclosedate','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1142,0,'quizaccess_openclosedate','2022112800','2022112800','Plugin installed',NULL,'',0,1734080358),(1143,0,'quizaccess_password',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080358),(1144,0,'quizaccess_password','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080358),(1145,0,'quizaccess_password','2022112800','2022112800','Plugin installed',NULL,'',0,1734080359),(1146,0,'quizaccess_seb',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080359),(1147,0,'quizaccess_seb','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080359),(1148,0,'quizaccess_seb','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1149,0,'quizaccess_securewindow',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1150,0,'quizaccess_securewindow','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1151,0,'quizaccess_securewindow','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1152,0,'quizaccess_timelimit',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1153,0,'quizaccess_timelimit','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1154,0,'quizaccess_timelimit','2022112800','2022112800','Plugin installed',NULL,'',0,1734080362),(1155,0,'scormreport_basic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080362),(1156,0,'scormreport_basic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080362),(1157,0,'scormreport_basic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1158,0,'scormreport_graphs',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1159,0,'scormreport_graphs','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1160,0,'scormreport_graphs','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1161,0,'scormreport_interactions',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1162,0,'scormreport_interactions','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1163,0,'scormreport_interactions','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1164,0,'scormreport_objectives',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1165,0,'scormreport_objectives','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1166,0,'scormreport_objectives','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1167,0,'workshopform_accumulative',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1168,0,'workshopform_accumulative','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1169,0,'workshopform_accumulative','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1170,0,'workshopform_comments',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1171,0,'workshopform_comments','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080363),(1172,0,'workshopform_comments','2022112800','2022112800','Plugin installed',NULL,'',0,1734080363),(1173,0,'workshopform_numerrors',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080363),(1174,0,'workshopform_numerrors','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1175,0,'workshopform_numerrors','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1176,0,'workshopform_rubric',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1177,0,'workshopform_rubric','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1178,0,'workshopform_rubric','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1179,0,'workshopallocation_manual',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1180,0,'workshopallocation_manual','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1181,0,'workshopallocation_manual','2022112800','2022112800','Plugin installed',NULL,'',0,1734080364),(1182,0,'workshopallocation_random',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080364),(1183,0,'workshopallocation_random','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080364),(1184,0,'workshopallocation_random','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1185,0,'workshopallocation_scheduled',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1186,0,'workshopallocation_scheduled','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1187,0,'workshopallocation_scheduled','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1188,0,'workshopeval_best',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1189,0,'workshopeval_best','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1190,0,'workshopeval_best','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1191,0,'atto_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1192,0,'atto_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1193,0,'atto_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1194,0,'atto_accessibilityhelper',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1195,0,'atto_accessibilityhelper','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1196,0,'atto_accessibilityhelper','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1197,0,'atto_align',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1198,0,'atto_align','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1199,0,'atto_align','2022112800','2022112800','Plugin installed',NULL,'',0,1734080365),(1200,0,'atto_backcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080365),(1201,0,'atto_backcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080365),(1202,0,'atto_backcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1203,0,'atto_bold',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1204,0,'atto_bold','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1205,0,'atto_bold','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1206,0,'atto_charmap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1207,0,'atto_charmap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1208,0,'atto_charmap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1209,0,'atto_clear',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1210,0,'atto_clear','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1211,0,'atto_clear','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1212,0,'atto_collapse',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1213,0,'atto_collapse','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1214,0,'atto_collapse','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1215,0,'atto_emojipicker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1216,0,'atto_emojipicker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1217,0,'atto_emojipicker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1218,0,'atto_emoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1219,0,'atto_emoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1220,0,'atto_emoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1221,0,'atto_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1222,0,'atto_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1223,0,'atto_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080366),(1224,0,'atto_fontcolor',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080366),(1225,0,'atto_fontcolor','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080366),(1226,0,'atto_fontcolor','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1227,0,'atto_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1228,0,'atto_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1229,0,'atto_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1230,0,'atto_html',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1231,0,'atto_html','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1232,0,'atto_html','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1233,0,'atto_image',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1234,0,'atto_image','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1235,0,'atto_image','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1236,0,'atto_indent',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1237,0,'atto_indent','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1238,0,'atto_indent','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1239,0,'atto_italic',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1240,0,'atto_italic','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1241,0,'atto_italic','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1242,0,'atto_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1243,0,'atto_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1244,0,'atto_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1245,0,'atto_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1246,0,'atto_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1247,0,'atto_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080367),(1248,0,'atto_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080367),(1249,0,'atto_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080367),(1250,0,'atto_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1251,0,'atto_noautolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1252,0,'atto_noautolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1253,0,'atto_noautolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1254,0,'atto_orderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1255,0,'atto_orderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1256,0,'atto_orderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1257,0,'atto_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1258,0,'atto_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1259,0,'atto_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1260,0,'atto_rtl',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1261,0,'atto_rtl','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1262,0,'atto_rtl','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1263,0,'atto_strike',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1264,0,'atto_strike','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1265,0,'atto_strike','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1266,0,'atto_subscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080368),(1267,0,'atto_subscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080368),(1268,0,'atto_subscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080368),(1269,0,'atto_superscript',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1270,0,'atto_superscript','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1271,0,'atto_superscript','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1272,0,'atto_table',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1273,0,'atto_table','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1274,0,'atto_table','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1275,0,'atto_title',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1276,0,'atto_title','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1277,0,'atto_title','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1278,0,'atto_underline',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1279,0,'atto_underline','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1280,0,'atto_underline','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1281,0,'atto_undo',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1282,0,'atto_undo','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1283,0,'atto_undo','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1284,0,'atto_unorderedlist',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1285,0,'atto_unorderedlist','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1286,0,'atto_unorderedlist','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1287,0,'atto_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080369),(1288,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080369),(1289,0,'atto_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080369),(1290,0,'tiny_accessibilitychecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080369),(1291,0,'tiny_accessibilitychecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080369),(1292,0,'tiny_accessibilitychecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080369),(1293,0,'tiny_autosave',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1294,0,'tiny_autosave','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1295,0,'tiny_autosave','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1296,0,'tiny_equation',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1297,0,'tiny_equation','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1298,0,'tiny_equation','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1299,0,'tiny_h5p',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1300,0,'tiny_h5p','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1301,0,'tiny_h5p','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1302,0,'tiny_link',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1303,0,'tiny_link','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1304,0,'tiny_link','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1305,0,'tiny_media',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1306,0,'tiny_media','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1307,0,'tiny_media','2022112800','2022112800','Plugin installed',NULL,'',0,1734080370),(1308,0,'tiny_recordrtc',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080370),(1309,0,'tiny_recordrtc','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080370),(1310,0,'tiny_recordrtc','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1311,0,'tiny_wiris',NULL,'2024110400','Starting plugin installation',NULL,'',0,1734080371),(1312,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1734080371),(1313,0,'tiny_wiris','2024110400','2024110400','Plugin installed',NULL,'',0,1734080371),(1314,0,'tinymce_ctrlhelp',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1315,0,'tinymce_ctrlhelp','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1316,0,'tinymce_ctrlhelp','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1317,0,'tinymce_managefiles',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1318,0,'tinymce_managefiles','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1319,0,'tinymce_managefiles','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1320,0,'tinymce_moodleemoticon',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1321,0,'tinymce_moodleemoticon','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1322,0,'tinymce_moodleemoticon','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1323,0,'tinymce_moodleimage',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1324,0,'tinymce_moodleimage','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1325,0,'tinymce_moodleimage','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1326,0,'tinymce_moodlemedia',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1327,0,'tinymce_moodlemedia','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1328,0,'tinymce_moodlemedia','2022112800','2022112800','Plugin installed',NULL,'',0,1734080371),(1329,0,'tinymce_moodlenolink',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080371),(1330,0,'tinymce_moodlenolink','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080371),(1331,0,'tinymce_moodlenolink','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1332,0,'tinymce_pdw',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1333,0,'tinymce_pdw','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1334,0,'tinymce_pdw','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1335,0,'tinymce_spellchecker',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1336,0,'tinymce_spellchecker','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1337,0,'tinymce_spellchecker','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1338,0,'tinymce_tiny_mce_wiris',NULL,'2023121300','Starting plugin installation',NULL,'',0,1734080372),(1339,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Upgrade savepoint reached',NULL,'',0,1734080372),(1340,0,'tinymce_tiny_mce_wiris','2023121300','2023121300','Plugin installed',NULL,'',0,1734080372),(1341,0,'tinymce_wrap',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1342,0,'tinymce_wrap','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1343,0,'tinymce_wrap','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1344,0,'logstore_database',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1345,0,'logstore_database','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1346,0,'logstore_database','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1347,0,'logstore_legacy',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1348,0,'logstore_legacy','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1349,0,'logstore_legacy','2022112800','2022112800','Plugin installed',NULL,'',0,1734080372),(1350,0,'logstore_standard',NULL,'2022112800','Starting plugin installation',NULL,'',0,1734080372),(1351,0,'logstore_standard','2022112800','2022112800','Upgrade savepoint reached',NULL,'',0,1734080372),(1352,0,'logstore_standard','2022112800','2022112800','Plugin installed',NULL,'',0,1734080373); +/*!40000 ALTER TABLE `t_upgrade_log` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_url` +-- Table structure for table `t_url` -- -DROP TABLE IF EXISTS `m_url`; +DROP TABLE IF EXISTS `t_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_url` ( +CREATE TABLE `t_url` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14809,27 +45929,27 @@ CREATE TABLE `m_url` ( `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_url_cou_ix` (`course`) + KEY `t_url_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_url` +-- Dumping data for table `t_url` -- -LOCK TABLES `m_url` WRITE; -/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +LOCK TABLES `t_url` WRITE; +/*!40000 ALTER TABLE `t_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_url` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user` +-- Table structure for table `t_user` -- -DROP TABLE IF EXISTS `m_user`; +DROP TABLE IF EXISTS `t_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user` ( +CREATE TABLE `t_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'manual', `confirmed` tinyint(1) NOT NULL DEFAULT '0', @@ -14879,42 +45999,42 @@ CREATE TABLE `m_user` ( `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), - KEY `m_user_del_ix` (`deleted`), - KEY `m_user_con_ix` (`confirmed`), - KEY `m_user_fir_ix` (`firstname`), - KEY `m_user_las_ix` (`lastname`), - KEY `m_user_cit_ix` (`city`), - KEY `m_user_cou_ix` (`country`), - KEY `m_user_las2_ix` (`lastaccess`), - KEY `m_user_ema_ix` (`email`), - KEY `m_user_aut_ix` (`auth`), - KEY `m_user_idn_ix` (`idnumber`), - KEY `m_user_fir2_ix` (`firstnamephonetic`), - KEY `m_user_las3_ix` (`lastnamephonetic`), - KEY `m_user_mid_ix` (`middlename`), - KEY `m_user_alt_ix` (`alternatename`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; + UNIQUE KEY `t_user_mneuse_uix` (`mnethostid`,`username`), + KEY `t_user_del_ix` (`deleted`), + KEY `t_user_con_ix` (`confirmed`), + KEY `t_user_fir_ix` (`firstname`), + KEY `t_user_las_ix` (`lastname`), + KEY `t_user_cit_ix` (`city`), + KEY `t_user_cou_ix` (`country`), + KEY `t_user_las2_ix` (`lastaccess`), + KEY `t_user_ema_ix` (`email`), + KEY `t_user_aut_ix` (`auth`), + KEY `t_user_idn_ix` (`idnumber`), + KEY `t_user_fir2_ix` (`firstnamephonetic`), + KEY `t_user_las3_ix` (`lastnamephonetic`), + KEY `t_user_mid_ix` (`middlename`), + KEY `t_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user` +-- Dumping data for table `t_user` -- -LOCK TABLES `m_user` WRITE; -/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; -INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1696857375,1683023521,1696857375,'172.21.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL); -/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +LOCK TABLES `t_user` WRITE; +/*!40000 ALTER TABLE `t_user` DISABLE KEYS */; +INSERT INTO `t_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$DWS8t3qnWJvaGBoaLV1mHODJT.Cpi7KKRIh4dV9UhbDNLAgRQJwNa','','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,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$9M/ffOxTQ6cj2ZVDAihHi.ou6f74DFkapcIq3FGu2HF8Ot6/1ZuMi','','Admin','User','admin@example.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'0.0.0.0','',0,NULL,1,1,0,1,1,0,0,1734080174,0,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `t_user` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_devices` +-- Table structure for table `t_user_devices` -- -DROP TABLE IF EXISTS `m_user_devices`; +DROP TABLE IF EXISTS `t_user_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_devices` ( +CREATE TABLE `t_user_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -14928,29 +46048,29 @@ CREATE TABLE `m_user_devices` ( `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), - KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), - KEY `m_userdevi_use_ix` (`userid`) + UNIQUE KEY `t_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `t_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `t_userdevi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_devices` +-- Dumping data for table `t_user_devices` -- -LOCK TABLES `m_user_devices` WRITE; -/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +LOCK TABLES `t_user_devices` WRITE; +/*!40000 ALTER TABLE `t_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_devices` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_enrolments` +-- Table structure for table `t_user_enrolments` -- -DROP TABLE IF EXISTS `m_user_enrolments`; +DROP TABLE IF EXISTS `t_user_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_enrolments` ( +CREATE TABLE `t_user_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `status` bigint NOT NULL DEFAULT '0', `enrolid` bigint NOT NULL, @@ -14961,31 +46081,30 @@ CREATE TABLE `m_user_enrolments` ( `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), - KEY `m_userenro_enr_ix` (`enrolid`), - KEY `m_userenro_use_ix` (`userid`), - KEY `m_userenro_mod_ix` (`modifierid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; + UNIQUE KEY `t_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `t_userenro_enr_ix` (`enrolid`), + KEY `t_userenro_use_ix` (`userid`), + KEY `t_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_enrolments` +-- Dumping data for table `t_user_enrolments` -- -LOCK TABLES `m_user_enrolments` WRITE; -/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; -INSERT INTO `m_user_enrolments` VALUES (1,0,1,3,1566471399,0,2,1566471448,1566471448),(2,0,1,4,1566471399,0,2,1566471456,1566471456); -/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +LOCK TABLES `t_user_enrolments` WRITE; +/*!40000 ALTER TABLE `t_user_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_category` +-- Table structure for table `t_user_info_category` -- -DROP TABLE IF EXISTS `m_user_info_category`; +DROP TABLE IF EXISTS `t_user_info_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_category` ( +CREATE TABLE `t_user_info_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', @@ -14994,49 +46113,49 @@ CREATE TABLE `m_user_info_category` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_category` +-- Dumping data for table `t_user_info_category` -- -LOCK TABLES `m_user_info_category` WRITE; -/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +LOCK TABLES `t_user_info_category` WRITE; +/*!40000 ALTER TABLE `t_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_category` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_data` +-- Table structure for table `t_user_info_data` -- -DROP TABLE IF EXISTS `m_user_info_data`; +DROP TABLE IF EXISTS `t_user_info_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_data` ( +CREATE TABLE `t_user_info_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `fieldid` bigint NOT NULL DEFAULT '0', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `dataformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) + UNIQUE KEY `t_userinfodata_usefie_uix` (`userid`,`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_data` +-- Dumping data for table `t_user_info_data` -- -LOCK TABLES `m_user_info_data` WRITE; -/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +LOCK TABLES `t_user_info_data` WRITE; +/*!40000 ALTER TABLE `t_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_data` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_info_field` +-- Table structure for table `t_user_info_field` -- -DROP TABLE IF EXISTS `m_user_info_field`; +DROP TABLE IF EXISTS `t_user_info_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_info_field` ( +CREATE TABLE `t_user_info_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -15062,132 +46181,130 @@ CREATE TABLE `m_user_info_field` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_info_field` +-- Dumping data for table `t_user_info_field` -- -LOCK TABLES `m_user_info_field` WRITE; -/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +LOCK TABLES `t_user_info_field` WRITE; +/*!40000 ALTER TABLE `t_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_info_field` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_lastaccess` +-- Table structure for table `t_user_lastaccess` -- -DROP TABLE IF EXISTS `m_user_lastaccess`; +DROP TABLE IF EXISTS `t_user_lastaccess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_lastaccess` ( +CREATE TABLE `t_user_lastaccess` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `timeaccess` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), - KEY `m_userlast_use_ix` (`userid`), - KEY `m_userlast_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; + UNIQUE KEY `t_userlast_usecou_uix` (`userid`,`courseid`), + KEY `t_userlast_use_ix` (`userid`), + KEY `t_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_lastaccess` +-- Dumping data for table `t_user_lastaccess` -- -LOCK TABLES `m_user_lastaccess` WRITE; -/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; -INSERT INTO `m_user_lastaccess` VALUES (1,2,2,1683023521); -/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +LOCK TABLES `t_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `t_user_lastaccess` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_history` +-- Table structure for table `t_user_password_history` -- -DROP TABLE IF EXISTS `m_user_password_history`; +DROP TABLE IF EXISTS `t_user_password_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_history` ( +CREATE TABLE `t_user_password_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), - KEY `m_userpasshist_use_ix` (`userid`) + KEY `t_userpasshist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_user_password_history` +-- Dumping data for table `t_user_password_history` -- -LOCK TABLES `m_user_password_history` WRITE; -/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +LOCK TABLES `t_user_password_history` WRITE; +/*!40000 ALTER TABLE `t_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_history` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_password_resets` +-- Table structure for table `t_user_password_resets` -- -DROP TABLE IF EXISTS `m_user_password_resets`; +DROP TABLE IF EXISTS `t_user_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_password_resets` ( +CREATE TABLE `t_user_password_resets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timerequested` bigint NOT NULL, `timererequested` bigint NOT NULL DEFAULT '0', `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - KEY `m_userpassrese_use_ix` (`userid`) + KEY `t_userpassrese_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_password_resets` +-- Dumping data for table `t_user_password_resets` -- -LOCK TABLES `m_user_password_resets` WRITE; -/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +LOCK TABLES `t_user_password_resets` WRITE; +/*!40000 ALTER TABLE `t_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_preferences` +-- Table structure for table `t_user_preferences` -- -DROP TABLE IF EXISTS `m_user_preferences`; +DROP TABLE IF EXISTS `t_user_preferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_preferences` ( +CREATE TABLE `t_user_preferences` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), - UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), - KEY `m_userpref_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; + UNIQUE KEY `t_userpref_usenam_uix` (`userid`,`name`), + KEY `t_userpref_nam_ix` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_preferences` +-- Dumping data for table `t_user_preferences` -- -LOCK TABLES `m_user_preferences` WRITE; -/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; -INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'); -/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +LOCK TABLES `t_user_preferences` WRITE; +/*!40000 ALTER TABLE `t_user_preferences` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_user_private_key` +-- Table structure for table `t_user_private_key` -- -DROP TABLE IF EXISTS `m_user_private_key`; +DROP TABLE IF EXISTS `t_user_private_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_user_private_key` ( +CREATE TABLE `t_user_private_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15197,28 +46314,28 @@ CREATE TABLE `m_user_private_key` ( `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_userprivkey_scrval_ix` (`script`,`value`), - KEY `m_userprivkey_use_ix` (`userid`) + KEY `t_userprivkey_scrval_ix` (`script`,`value`), + KEY `t_userprivkey_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_user_private_key` +-- Dumping data for table `t_user_private_key` -- -LOCK TABLES `m_user_private_key` WRITE; -/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +LOCK TABLES `t_user_private_key` WRITE; +/*!40000 ALTER TABLE `t_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_user_private_key` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki` +-- Table structure for table `t_wiki` -- -DROP TABLE IF EXISTS `m_wiki`; +DROP TABLE IF EXISTS `t_wiki`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki` ( +CREATE TABLE `t_wiki` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', @@ -15233,55 +46350,55 @@ CREATE TABLE `m_wiki` ( `editbegin` bigint NOT NULL DEFAULT '0', `editend` bigint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wiki_cou_ix` (`course`) + KEY `t_wiki_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki` +-- Dumping data for table `t_wiki` -- -LOCK TABLES `m_wiki` WRITE; -/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +LOCK TABLES `t_wiki` WRITE; +/*!40000 ALTER TABLE `t_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_links` +-- Table structure for table `t_wiki_links` -- -DROP TABLE IF EXISTS `m_wiki_links`; +DROP TABLE IF EXISTS `t_wiki_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_links` ( +CREATE TABLE `t_wiki_links` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `frompageid` bigint NOT NULL DEFAULT '0', `topageid` bigint NOT NULL DEFAULT '0', `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`), - KEY `m_wikilink_fro_ix` (`frompageid`), - KEY `m_wikilink_sub_ix` (`subwikiid`) + KEY `t_wikilink_fro_ix` (`frompageid`), + KEY `t_wikilink_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_links` +-- Dumping data for table `t_wiki_links` -- -LOCK TABLES `m_wiki_links` WRITE; -/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +LOCK TABLES `t_wiki_links` WRITE; +/*!40000 ALTER TABLE `t_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_locks` +-- Table structure for table `t_wiki_locks` -- -DROP TABLE IF EXISTS `m_wiki_locks`; +DROP TABLE IF EXISTS `t_wiki_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_locks` ( +CREATE TABLE `t_wiki_locks` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, @@ -15292,22 +46409,22 @@ CREATE TABLE `m_wiki_locks` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_locks` +-- Dumping data for table `t_wiki_locks` -- -LOCK TABLES `m_wiki_locks` WRITE; -/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +LOCK TABLES `t_wiki_locks` WRITE; +/*!40000 ALTER TABLE `t_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_locks` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_pages` +-- Table structure for table `t_wiki_pages` -- -DROP TABLE IF EXISTS `m_wiki_pages`; +DROP TABLE IF EXISTS `t_wiki_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_pages` ( +CREATE TABLE `t_wiki_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', @@ -15319,81 +46436,81 @@ CREATE TABLE `m_wiki_pages` ( `pageviews` bigint NOT NULL DEFAULT '0', `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), - KEY `m_wikipage_sub_ix` (`subwikiid`) + UNIQUE KEY `t_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `t_wikipage_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_pages` +-- Dumping data for table `t_wiki_pages` -- -LOCK TABLES `m_wiki_pages` WRITE; -/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +LOCK TABLES `t_wiki_pages` WRITE; +/*!40000 ALTER TABLE `t_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_subwikis` +-- Table structure for table `t_wiki_subwikis` -- -DROP TABLE IF EXISTS `m_wiki_subwikis`; +DROP TABLE IF EXISTS `t_wiki_subwikis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_subwikis` ( +CREATE TABLE `t_wiki_subwikis` ( `id` bigint NOT NULL AUTO_INCREMENT, `wikiid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), - KEY `m_wikisubw_wik_ix` (`wikiid`) + UNIQUE KEY `t_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `t_wikisubw_wik_ix` (`wikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_subwikis` +-- Dumping data for table `t_wiki_subwikis` -- -LOCK TABLES `m_wiki_subwikis` WRITE; -/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +LOCK TABLES `t_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `t_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_subwikis` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_synonyms` +-- Table structure for table `t_wiki_synonyms` -- -DROP TABLE IF EXISTS `m_wiki_synonyms`; +DROP TABLE IF EXISTS `t_wiki_synonyms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_synonyms` ( +CREATE TABLE `t_wiki_synonyms` ( `id` bigint NOT NULL AUTO_INCREMENT, `subwikiid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', PRIMARY KEY (`id`), - UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) + UNIQUE KEY `t_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_synonyms` +-- Dumping data for table `t_wiki_synonyms` -- -LOCK TABLES `m_wiki_synonyms` WRITE; -/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +LOCK TABLES `t_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `t_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_wiki_versions` +-- Table structure for table `t_wiki_versions` -- -DROP TABLE IF EXISTS `m_wiki_versions`; +DROP TABLE IF EXISTS `t_wiki_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_wiki_versions` ( +CREATE TABLE `t_wiki_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `pageid` bigint NOT NULL DEFAULT '0', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, @@ -15402,27 +46519,27 @@ CREATE TABLE `m_wiki_versions` ( `timecreated` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_wikivers_pag_ix` (`pageid`) + KEY `t_wikivers_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_wiki_versions` +-- Dumping data for table `t_wiki_versions` -- -LOCK TABLES `m_wiki_versions` WRITE; -/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +LOCK TABLES `t_wiki_versions` WRITE; +/*!40000 ALTER TABLE `t_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_wiki_versions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop` +-- Table structure for table `t_workshop` -- -DROP TABLE IF EXISTS `m_workshop`; +DROP TABLE IF EXISTS `t_workshop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop` ( +CREATE TABLE `t_workshop` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15461,56 +46578,56 @@ CREATE TABLE `m_workshop` ( `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `overallfeedbackmaxbytes` bigint DEFAULT '100000', PRIMARY KEY (`id`), - KEY `m_work_cou_ix` (`course`) + KEY `t_work_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop` +-- Dumping data for table `t_workshop` -- -LOCK TABLES `m_workshop` WRITE; -/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +LOCK TABLES `t_workshop` WRITE; +/*!40000 ALTER TABLE `t_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_aggregations` +-- Table structure for table `t_workshop_aggregations` -- -DROP TABLE IF EXISTS `m_workshop_aggregations`; +DROP TABLE IF EXISTS `t_workshop_aggregations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_aggregations` ( +CREATE TABLE `t_workshop_aggregations` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `userid` bigint NOT NULL, `gradinggrade` decimal(10,5) DEFAULT NULL, `timegraded` bigint DEFAULT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), - KEY `m_workaggr_wor_ix` (`workshopid`), - KEY `m_workaggr_use_ix` (`userid`) + UNIQUE KEY `t_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `t_workaggr_wor_ix` (`workshopid`), + KEY `t_workaggr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_aggregations` +-- Dumping data for table `t_workshop_aggregations` -- -LOCK TABLES `m_workshop_aggregations` WRITE; -/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +LOCK TABLES `t_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `t_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_aggregations` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_assessments` +-- Table structure for table `t_workshop_assessments` -- -DROP TABLE IF EXISTS `m_workshop_assessments`; +DROP TABLE IF EXISTS `t_workshop_assessments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_assessments` ( +CREATE TABLE `t_workshop_assessments` ( `id` bigint NOT NULL AUTO_INCREMENT, `submissionid` bigint NOT NULL, `reviewerid` bigint NOT NULL, @@ -15527,29 +46644,29 @@ CREATE TABLE `m_workshop_assessments` ( `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `feedbackreviewerformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workasse_sub_ix` (`submissionid`), - KEY `m_workasse_gra_ix` (`gradinggradeoverby`), - KEY `m_workasse_rev_ix` (`reviewerid`) + KEY `t_workasse_sub_ix` (`submissionid`), + KEY `t_workasse_gra_ix` (`gradinggradeoverby`), + KEY `t_workasse_rev_ix` (`reviewerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshop_assessments` +-- Dumping data for table `t_workshop_assessments` -- -LOCK TABLES `m_workshop_assessments` WRITE; -/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +LOCK TABLES `t_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `t_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_grades` +-- Table structure for table `t_workshop_grades` -- -DROP TABLE IF EXISTS `m_workshop_grades`; +DROP TABLE IF EXISTS `t_workshop_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_grades` ( +CREATE TABLE `t_workshop_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assessmentid` bigint NOT NULL, `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', @@ -15558,28 +46675,28 @@ CREATE TABLE `m_workshop_grades` ( `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `peercommentformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), - KEY `m_workgrad_ass_ix` (`assessmentid`) + UNIQUE KEY `t_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `t_workgrad_ass_ix` (`assessmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_grades` +-- Dumping data for table `t_workshop_grades` -- -LOCK TABLES `m_workshop_grades` WRITE; -/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +LOCK TABLES `t_workshop_grades` WRITE; +/*!40000 ALTER TABLE `t_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshop_submissions` +-- Table structure for table `t_workshop_submissions` -- -DROP TABLE IF EXISTS `m_workshop_submissions`; +DROP TABLE IF EXISTS `t_workshop_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshop_submissions` ( +CREATE TABLE `t_workshop_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `example` tinyint DEFAULT '0', @@ -15600,29 +46717,29 @@ CREATE TABLE `m_workshop_submissions` ( `published` tinyint DEFAULT '0', `late` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_worksubm_wor_ix` (`workshopid`), - KEY `m_worksubm_gra_ix` (`gradeoverby`), - KEY `m_worksubm_aut_ix` (`authorid`) + KEY `t_worksubm_wor_ix` (`workshopid`), + KEY `t_worksubm_gra_ix` (`gradeoverby`), + KEY `t_worksubm_aut_ix` (`authorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshop_submissions` +-- Dumping data for table `t_workshop_submissions` -- -LOCK TABLES `m_workshop_submissions` WRITE; -/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +LOCK TABLES `t_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `t_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopallocation_scheduled` +-- Table structure for table `t_workshopallocation_scheduled` -- -DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +DROP TABLE IF EXISTS `t_workshopallocation_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopallocation_scheduled` ( +CREATE TABLE `t_workshopallocation_scheduled` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `enabled` tinyint NOT NULL DEFAULT '0', @@ -15633,52 +46750,52 @@ CREATE TABLE `m_workshopallocation_scheduled` ( `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), - UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) + UNIQUE KEY `t_worksche_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopallocation_scheduled` +-- Dumping data for table `t_workshopallocation_scheduled` -- -LOCK TABLES `m_workshopallocation_scheduled` WRITE; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +LOCK TABLES `t_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopallocation_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopeval_best_settings` +-- Table structure for table `t_workshopeval_best_settings` -- -DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +DROP TABLE IF EXISTS `t_workshopeval_best_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopeval_best_settings` ( +CREATE TABLE `t_workshopeval_best_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `comparison` smallint DEFAULT '5', PRIMARY KEY (`id`), - UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) + UNIQUE KEY `t_workbestsett_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopeval_best_settings` +-- Dumping data for table `t_workshopeval_best_settings` -- -LOCK TABLES `m_workshopeval_best_settings` WRITE; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +LOCK TABLES `t_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopeval_best_settings` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_accumulative` +-- Table structure for table `t_workshopform_accumulative` -- -DROP TABLE IF EXISTS `m_workshopform_accumulative`; +DROP TABLE IF EXISTS `t_workshopform_accumulative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_accumulative` ( +CREATE TABLE `t_workshopform_accumulative` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15687,54 +46804,54 @@ CREATE TABLE `m_workshopform_accumulative` ( `grade` bigint NOT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_workaccu_wor_ix` (`workshopid`) + KEY `t_workaccu_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_accumulative` +-- Dumping data for table `t_workshopform_accumulative` -- -LOCK TABLES `m_workshopform_accumulative` WRITE; -/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +LOCK TABLES `t_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `t_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_accumulative` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_comments` +-- Table structure for table `t_workshopform_comments` -- -DROP TABLE IF EXISTS `m_workshopform_comments`; +DROP TABLE IF EXISTS `t_workshopform_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_comments` ( +CREATE TABLE `t_workshopform_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workcomm_wor_ix` (`workshopid`) + KEY `t_workcomm_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_comments` +-- Dumping data for table `t_workshopform_comments` -- -LOCK TABLES `m_workshopform_comments` WRITE; -/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +LOCK TABLES `t_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `t_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_comments` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors` +-- Table structure for table `t_workshopform_numerrors` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors`; +DROP TABLE IF EXISTS `t_workshopform_numerrors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors` ( +CREATE TABLE `t_workshopform_numerrors` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', @@ -15745,156 +46862,123 @@ CREATE TABLE `m_workshopform_numerrors` ( `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `weight` mediumint DEFAULT '1', PRIMARY KEY (`id`), - KEY `m_worknume_wor_ix` (`workshopid`) + KEY `t_worknume_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors` +-- Dumping data for table `t_workshopform_numerrors` -- -LOCK TABLES `m_workshopform_numerrors` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_numerrors_map` +-- Table structure for table `t_workshopform_numerrors_map` -- -DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +DROP TABLE IF EXISTS `t_workshopform_numerrors_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_numerrors_map` ( +CREATE TABLE `t_workshopform_numerrors_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `nonegative` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), - KEY `m_worknumemap_wor_ix` (`workshopid`) + UNIQUE KEY `t_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `t_worknumemap_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 `m_workshopform_numerrors_map` +-- Dumping data for table `t_workshopform_numerrors_map` -- -LOCK TABLES `m_workshopform_numerrors_map` WRITE; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +LOCK TABLES `t_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_numerrors_map` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric` +-- Table structure for table `t_workshopform_rubric` -- -DROP TABLE IF EXISTS `m_workshopform_rubric`; +DROP TABLE IF EXISTS `t_workshopform_rubric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric` ( +CREATE TABLE `t_workshopform_rubric` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `sort` bigint DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `descriptionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubr_wor_ix` (`workshopid`) + KEY `t_workrubr_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric` +-- Dumping data for table `t_workshopform_rubric` -- -LOCK TABLES `m_workshopform_rubric` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_config` +-- Table structure for table `t_workshopform_rubric_config` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +DROP TABLE IF EXISTS `t_workshopform_rubric_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_config` ( +CREATE TABLE `t_workshopform_rubric_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `workshopid` bigint NOT NULL, `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', PRIMARY KEY (`id`), - UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) + UNIQUE KEY `t_workrubrconf_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_config` +-- Dumping data for table `t_workshopform_rubric_config` -- -LOCK TABLES `m_workshopform_rubric_config` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_config` ENABLE KEYS */; UNLOCK TABLES; -- --- Table structure for table `m_workshopform_rubric_levels` +-- Table structure for table `t_workshopform_rubric_levels` -- -DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +DROP TABLE IF EXISTS `t_workshopform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_workshopform_rubric_levels` ( +CREATE TABLE `t_workshopform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `dimensionid` bigint NOT NULL, `grade` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `definitionformat` smallint DEFAULT '0', PRIMARY KEY (`id`), - KEY `m_workrubrleve_dim_ix` (`dimensionid`) + KEY `t_workrubrleve_dim_ix` (`dimensionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `m_workshopform_rubric_levels` --- - -LOCK TABLES `m_workshopform_rubric_levels` WRITE; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `m_xapi_states` --- - -DROP TABLE IF EXISTS `m_xapi_states`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `m_xapi_states` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `userid` bigint DEFAULT NULL, - `itemid` bigint NOT NULL, - `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', - `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, - `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, - `timecreated` bigint NOT NULL, - `timemodified` bigint DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `m_xapistat_comite_ix` (`component`,`itemid`), - KEY `m_xapistat_use_ix` (`userid`), - KEY `m_xapistat_tim_ix` (`timemodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `m_xapi_states` +-- Dumping data for table `t_workshopform_rubric_levels` -- -LOCK TABLES `m_xapi_states` WRITE; -/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; -/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +LOCK TABLES `t_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_workshopform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -15906,4 +46990,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-09-30 14:55:30 +-- Dump completed on 2025-01-07 9:18:05 diff --git a/databases/MOODLE_405_STABLE.sql b/databases/MOODLE_405_STABLE.sql index e3e04ac..787a6b4 100644 --- a/databases/MOODLE_405_STABLE.sql +++ b/databases/MOODLE_405_STABLE.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.0.40, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.4.3, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ --- Server version 8.0.40 +-- Server version 8.4.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -1098,6 +1098,115 @@ LOCK TABLES `b_assignfeedback_file` WRITE; /*!40000 ALTER TABLE `b_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `b_assignment` +-- + +DROP TABLE IF EXISTS `b_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment` +-- + +LOCK TABLES `b_assignment` WRITE; +/*!40000 ALTER TABLE `b_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_submissions` +-- + +DROP TABLE IF EXISTS `b_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assisubm_use2_ix` (`userid`), + KEY `b_assisubm_mai_ix` (`mailed`), + KEY `b_assisubm_tim_ix` (`timemarked`), + KEY `b_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_submissions` +-- + +LOCK TABLES `b_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `b_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `b_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `b_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `b_assiupgr_old_ix` (`oldcmid`), + KEY `b_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_assignment_upgrade` +-- + +LOCK TABLES `b_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `b_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `b_assignsubmission_file` -- @@ -12806,6 +12915,39 @@ LOCK TABLES `b_scorm_scoes_data` WRITE; /*!40000 ALTER TABLE `b_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `b_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `b_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `b_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `b_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `b_scorscoetrac_use_ix` (`userid`), + KEY `b_scorscoetrac_sco_ix` (`scormid`), + KEY `b_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `b_scorm_scoes_track` +-- + +LOCK TABLES `b_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `b_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `b_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `b_scorm_scoes_value` -- @@ -17235,6 +17377,115 @@ LOCK TABLES `m_assignfeedback_file` WRITE; /*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `m_assignment` +-- + +DROP TABLE IF EXISTS `m_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment` +-- + +LOCK TABLES `m_assignment` WRITE; +/*!40000 ALTER TABLE `m_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_submissions` +-- + +DROP TABLE IF EXISTS `m_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assisubm_use2_ix` (`userid`), + KEY `m_assisubm_mai_ix` (`mailed`), + KEY `m_assisubm_tim_ix` (`timemarked`), + KEY `m_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_submissions` +-- + +LOCK TABLES `m_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `m_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `m_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiupgr_old_ix` (`oldcmid`), + KEY `m_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignment_upgrade` +-- + +LOCK TABLES `m_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `m_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `m_assignsubmission_file` -- @@ -17387,7 +17638,7 @@ CREATE TABLE `m_backup_controllers` ( KEY `m_backcont_typite_ix` (`type`,`itemid`), KEY `m_backcont_use_ix` (`userid`), KEY `m_backcont_useite_ix` (`userid`,`itemid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store the backup_controllers as they are used'; +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store the backup_controllers as they are used'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -17396,6 +17647,7 @@ CREATE TABLE `m_backup_controllers` ( LOCK TABLES `m_backup_controllers` WRITE; /*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; +INSERT INTO `m_backup_controllers` VALUES (1,'bbc86cf24c39cf4242b5bdc8228804da','restore','course',2,'moodle2',1,10,2,1000,1,0,'d965e05983424a81874509e6f6b69881',1736241946,1736241998,0.00000000000000,''); /*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; @@ -17443,7 +17695,7 @@ CREATE TABLE `m_backup_logs` ( PRIMARY KEY (`id`), UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), KEY `m_backlogs_bac_ix` (`backupid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store all the logs from backup and restore operations (by'; +) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store all the logs from backup and restore operations (by'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -17452,6 +17704,7 @@ CREATE TABLE `m_backup_logs` ( LOCK TABLES `m_backup_logs` WRITE; /*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; +INSERT INTO `m_backup_logs` VALUES (1,'bbc86cf24c39cf4242b5bdc8228804da',40,'instantiating restore controller bbc86cf24c39cf4242b5bdc8228804da',1736241946),(2,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 100',1736241946),(3,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading backup info',1736241946),(4,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller plan',1736241946),(5,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 300',1736241946),(6,'bbc86cf24c39cf4242b5bdc8228804da',50,'applying restore defaults',1736241946),(7,'bbc86cf24c39cf4242b5bdc8228804da',50,'Unknown setting: questionbank',1736241946),(8,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 400',1736241946),(9,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241946),(10,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 500',1736241946),(11,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241946),(12,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241946),(13,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241946),(14,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241946),(15,'bbc86cf24c39cf4242b5bdc8228804da',50,'calculating controller checksum 093bfefc7bf25c2ca9b491c1f22e1599',1736241946),(16,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller from db',1736241948),(17,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241948),(18,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241948),(19,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241948),(20,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241948),(21,'bbc86cf24c39cf4242b5bdc8228804da',50,'calculating controller checksum 093bfefc7bf25c2ca9b491c1f22e1599',1736241948),(22,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller from db',1736241950),(23,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241950),(24,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241950),(25,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241950),(26,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241951),(27,'bbc86cf24c39cf4242b5bdc8228804da',50,'calculating controller checksum 093bfefc7bf25c2ca9b491c1f22e1599',1736241951),(28,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller from db',1736241953),(29,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241953),(30,'bbc86cf24c39cf4242b5bdc8228804da',40,'checking plan security',1736241953),(31,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 600',1736241953),(32,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241953),(33,'bbc86cf24c39cf4242b5bdc8228804da',50,'calculating controller checksum 05a041757243098152d2fe50a403d85f',1736241953),(34,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller from db',1736241953),(35,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 700',1736241954),(36,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241954),(37,'bbc86cf24c39cf4242b5bdc8228804da',50,'calculating controller checksum 587520e4acfabf21416c9bbaf2159af3',1736241954),(38,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller from db',1736241954),(39,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 800',1736241954),(40,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241954),(41,'bbc86cf24c39cf4242b5bdc8228804da',50,'calculating controller checksum d965e05983424a81874509e6f6b69881',1736241954),(42,'bbc86cf24c39cf4242b5bdc8228804da',50,'loading controller from db',1736241954),(43,'bbc86cf24c39cf4242b5bdc8228804da',50,'processing file aliases queue. 0 entries.',1736241998),(44,'bbc86cf24c39cf4242b5bdc8228804da',50,'setting controller status to 1000',1736241998),(45,'bbc86cf24c39cf4242b5bdc8228804da',50,'saving controller to db',1736241998); /*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; UNLOCK TABLES; @@ -18387,7 +18640,7 @@ CREATE TABLE `m_cache_flags` ( PRIMARY KEY (`id`), KEY `m_cachflag_fla_ix` (`flagtype`), KEY `m_cachflag_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -18396,7 +18649,7 @@ CREATE TABLE `m_cache_flags` ( LOCK TABLES `m_cache_flags` WRITE; /*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; -INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1730726358,'1',1730733558),(2,'accesslib/dirtycontexts','/1/3/21',1566471456,'1',1566478656),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1730726812,'1',1730734012); +INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1736241940,'1',1736249140),(2,'accesslib/dirtycontexts','/1/3/21',1736241954,'1',1736249154),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1736241830,'1',1736249030),(6,'accesslib/dirtyusers','3',1736241978,'1',1736249178),(7,'accesslib/dirtyusers','4',1736241978,'1',1736249178); /*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; UNLOCK TABLES; @@ -19420,7 +19673,7 @@ CREATE TABLE `m_config` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `m_conf_nam_uix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=633 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +) ENGINE=InnoDB AUTO_INCREMENT=634 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -19429,7 +19682,7 @@ CREATE TABLE `m_config` ( LOCK TABLES `m_config` WRITE; /*!40000 ALTER TABLE `m_config` DISABLE KEYS */; -INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','tiny,atto,textarea'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1730726862'),(25,'jsrev','1730726862'),(26,'gdversion','2'),(27,'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'),(28,'version','2024100700.04'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1730726862'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.5+ (Build: 20241101)'),(380,'branch','405'),(381,'localcachedirpurged','1730726862'),(382,'scheduledtaskreset','1730726862'),(383,'allversionshash','965cec16ca4bc86dcd4a89c839d540622305d093'),(385,'registrationpending','0'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1730726862'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v127'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','b4a394fc930901bd0b44f6b9ac37a8fcb9e3b5d8'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'),(616,'format_plugins_sortorder','topics,weeks,singleactivity,social'),(618,'gradeexport_default','ods'),(619,'geoipdbedition','GeoLite2-City'),(620,'geoipmaxmindaccid',''),(621,'geoipmaxmindlicensekey',''),(622,'forum_announcementmaxattachments','1'),(623,'forum_announcementsubscription','1'),(624,'showloginform','1'),(625,'loginpasswordtoggle','2'),(626,'questiondefaultssave','1'),(627,'file_redactor_exifremoverenabled','0'),(628,'file_redactor_exifremovertoolpath',''),(629,'file_redactor_exifremoverremovetags','gps'),(630,'file_redactor_exifremovermimetype','image/jpeg\r\nimage/tiff'),(631,'task_adhoc_failed_retention','2419200'),(632,'supportemail','test@wiris.com'); +INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2024100700'),(9,'backup_release','4.5'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','tiny,atto,textarea'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1736241833'),(25,'jsrev','1736241833'),(26,'gdversion','2'),(27,'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'),(28,'version','2024100701.04'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'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'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1736241833'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'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\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.5.1+ (Build: 20250103)'),(380,'branch','405'),(381,'localcachedirpurged','1736241833'),(382,'scheduledtaskreset','1736241833'),(383,'allversionshash','34b9b837d58d1b35b49043beb90887f83ed47bc5'),(385,'registrationpending','1'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1736241833'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v127'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','0dbad14aca492af42ec68875f6df243bd0c94fc9'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'),(616,'format_plugins_sortorder','topics,weeks,singleactivity,social'),(618,'gradeexport_default','ods'),(619,'geoipdbedition','GeoLite2-City'),(620,'geoipmaxmindaccid',''),(621,'geoipmaxmindlicensekey',''),(622,'forum_announcementmaxattachments','1'),(623,'forum_announcementsubscription','1'),(624,'showloginform','1'),(625,'loginpasswordtoggle','2'),(626,'questiondefaultssave','1'),(627,'file_redactor_exifremoverenabled','0'),(628,'file_redactor_exifremovertoolpath',''),(629,'file_redactor_exifremoverremovetags','gps'),(630,'file_redactor_exifremovermimetype','image/jpeg\r\nimage/tiff'),(631,'task_adhoc_failed_retention','2419200'),(632,'supportemail','test@wiris.com'); /*!40000 ALTER TABLE `m_config` ENABLE KEYS */; UNLOCK TABLES; @@ -19451,7 +19704,7 @@ CREATE TABLE `m_config_log` ( PRIMARY KEY (`id`), KEY `m_conflog_tim_ix` (`timemodified`), KEY `m_conflog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=2053 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +) ENGINE=InnoDB AUTO_INCREMENT=2060 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -19460,7 +19713,7 @@ CREATE TABLE `m_config_log` ( LOCK TABLES `m_config_log` WRITE; /*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; -INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL),(1989,2,1727269040,'filter_wiris','rendertype','client','php'),(1990,2,1727271965,'filter_wiris','rendertype','php','client'),(1991,2,1730726874,NULL,'gradeexport_default','ods',NULL),(1992,2,1730726874,'aiprovider_azureai','apikey','',NULL),(1993,2,1730726874,'aiprovider_azureai','endpoint','',NULL),(1994,2,1730726874,'aiprovider_azureai','enableglobalratelimit','0',NULL),(1995,2,1730726874,'aiprovider_azureai','globalratelimit','100',NULL),(1996,2,1730726874,'aiprovider_azureai','enableuserratelimit','0',NULL),(1997,2,1730726874,'aiprovider_azureai','userratelimit','10',NULL),(1998,2,1730726874,'aiprovider_openai','apikey','',NULL),(1999,2,1730726874,'aiprovider_openai','orgid','',NULL),(2000,2,1730726874,'aiprovider_openai','enableglobalratelimit','0',NULL),(2001,2,1730726874,'aiprovider_openai','globalratelimit','100',NULL),(2002,2,1730726874,'aiprovider_openai','enableuserratelimit','0',NULL),(2003,2,1730726874,'aiprovider_openai','userratelimit','10',NULL),(2004,2,1730726874,'core_h5p','h5pcustomcss','',NULL),(2005,2,1730726874,NULL,'geoipdbedition','GeoLite2-City',NULL),(2006,2,1730726874,NULL,'geoipmaxmindaccid','',NULL),(2007,2,1730726874,NULL,'geoipmaxmindlicensekey','',NULL),(2008,2,1730726874,'mod_assign','defaultgradetype','1',NULL),(2009,2,1730726874,'mod_assign','defaultgradescale','',NULL),(2010,2,1730726874,'assign','markinganonymous','0',NULL),(2011,2,1730726874,'assign','markinganonymous_adv','',NULL),(2012,2,1730726874,'assign','markinganonymous_locked','',NULL),(2013,2,1730726874,'mod_bigbluebuttonbn','showpresentation_default','1',NULL),(2014,2,1730726874,'mod_bigbluebuttonbn','showpresentation_editable','0',NULL),(2015,2,1730726874,NULL,'forum_announcementmaxattachments','1',NULL),(2016,2,1730726874,NULL,'forum_announcementsubscription','1',NULL),(2017,2,1730726874,NULL,'showloginform','1',NULL),(2018,2,1730726874,NULL,'loginpasswordtoggle','2',NULL),(2019,2,1730726874,'auth_ldap','sync_updateuserchunk','1000',NULL),(2020,2,1730726874,'cachestore_redis','test_clustermode','0',NULL),(2021,2,1730726874,'enrol_database','newcoursestartdate','',NULL),(2022,2,1730726874,'enrol_database','newcourseenddate','',NULL),(2023,2,1730726874,'enrol_manual','sendcoursewelcomemessage','1',NULL),(2024,2,1730726874,NULL,'questiondefaultssave','1',NULL),(2025,2,1730726874,'qtype_ordering','defaultanswerformat','0',NULL),(2026,2,1730726874,'qtype_wq','log_server_errors','0',NULL),(2027,2,1730726874,'tiny_recordrtc','screenbitrate','2500000',NULL),(2028,2,1730726874,'tiny_recordrtc','screentimelimit','120',NULL),(2029,2,1730726874,'tiny_recordrtc','screensize','1280,720',NULL),(2030,2,1730726874,'tiny_recordrtc','allowedpausing','0',NULL),(2031,2,1730726874,NULL,'file_redactor_exifremoverenabled','0',NULL),(2032,2,1730726874,NULL,'file_redactor_exifremovertoolpath','',NULL),(2033,2,1730726874,NULL,'file_redactor_exifremoverremovetags','gps',NULL),(2034,2,1730726874,NULL,'file_redactor_exifremovermimetype','image/jpeg\r\nimage/tiff',NULL),(2035,2,1730726874,NULL,'task_adhoc_failed_retention','2419200',NULL),(2036,2,1730726874,'aiprovider_azureai','action_generate_text_deployment','',NULL),(2037,2,1730726874,'aiprovider_azureai','action_generate_text_apiversion','2024-06-01',NULL),(2038,2,1730726874,'aiprovider_azureai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.',NULL),(2039,2,1730726874,'aiprovider_azureai','action_generate_image_deployment','',NULL),(2040,2,1730726874,'aiprovider_azureai','action_generate_image_apiversion','2024-06-01',NULL),(2041,2,1730726874,'aiprovider_azureai','action_summarise_text_deployment','',NULL),(2042,2,1730726874,'aiprovider_azureai','action_summarise_text_apiversion','2024-06-01',NULL),(2043,2,1730726874,'aiprovider_azureai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.',NULL),(2044,2,1730726874,'aiprovider_openai','action_generate_text_model','gpt-4o',NULL),(2045,2,1730726874,'aiprovider_openai','action_generate_text_endpoint','https://api.openai.com/v1/chat/completions',NULL),(2046,2,1730726874,'aiprovider_openai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.',NULL),(2047,2,1730726874,'aiprovider_openai','action_generate_image_model','dall-e-3',NULL),(2048,2,1730726874,'aiprovider_openai','action_generate_image_endpoint','https://api.openai.com/v1/images/generations',NULL),(2049,2,1730726874,'aiprovider_openai','action_summarise_text_model','gpt-4o',NULL),(2050,2,1730726874,'aiprovider_openai','action_summarise_text_endpoint','https://api.openai.com/v1/chat/completions',NULL),(2051,2,1730726874,'aiprovider_openai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.',NULL),(2052,2,1730726886,NULL,'supportemail','test@wiris.com',NULL); +INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,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),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'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),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'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),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'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),(1568,2,1566468661,'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),(1569,2,1566468661,'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),(1570,2,1566468661,'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),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'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),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'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),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'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),(1908,2,1683023503,'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),(1909,2,1683023503,'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),(1910,2,1683023503,'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),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL),(1989,2,1727269040,'filter_wiris','rendertype','client','php'),(1990,2,1727271965,'filter_wiris','rendertype','php','client'),(1991,2,1730726874,NULL,'gradeexport_default','ods',NULL),(1992,2,1730726874,'aiprovider_azureai','apikey','',NULL),(1993,2,1730726874,'aiprovider_azureai','endpoint','',NULL),(1994,2,1730726874,'aiprovider_azureai','enableglobalratelimit','0',NULL),(1995,2,1730726874,'aiprovider_azureai','globalratelimit','100',NULL),(1996,2,1730726874,'aiprovider_azureai','enableuserratelimit','0',NULL),(1997,2,1730726874,'aiprovider_azureai','userratelimit','10',NULL),(1998,2,1730726874,'aiprovider_openai','apikey','',NULL),(1999,2,1730726874,'aiprovider_openai','orgid','',NULL),(2000,2,1730726874,'aiprovider_openai','enableglobalratelimit','0',NULL),(2001,2,1730726874,'aiprovider_openai','globalratelimit','100',NULL),(2002,2,1730726874,'aiprovider_openai','enableuserratelimit','0',NULL),(2003,2,1730726874,'aiprovider_openai','userratelimit','10',NULL),(2004,2,1730726874,'core_h5p','h5pcustomcss','',NULL),(2005,2,1730726874,NULL,'geoipdbedition','GeoLite2-City',NULL),(2006,2,1730726874,NULL,'geoipmaxmindaccid','',NULL),(2007,2,1730726874,NULL,'geoipmaxmindlicensekey','',NULL),(2008,2,1730726874,'mod_assign','defaultgradetype','1',NULL),(2009,2,1730726874,'mod_assign','defaultgradescale','',NULL),(2010,2,1730726874,'assign','markinganonymous','0',NULL),(2011,2,1730726874,'assign','markinganonymous_adv','',NULL),(2012,2,1730726874,'assign','markinganonymous_locked','',NULL),(2013,2,1730726874,'mod_bigbluebuttonbn','showpresentation_default','1',NULL),(2014,2,1730726874,'mod_bigbluebuttonbn','showpresentation_editable','0',NULL),(2015,2,1730726874,NULL,'forum_announcementmaxattachments','1',NULL),(2016,2,1730726874,NULL,'forum_announcementsubscription','1',NULL),(2017,2,1730726874,NULL,'showloginform','1',NULL),(2018,2,1730726874,NULL,'loginpasswordtoggle','2',NULL),(2019,2,1730726874,'auth_ldap','sync_updateuserchunk','1000',NULL),(2020,2,1730726874,'cachestore_redis','test_clustermode','0',NULL),(2021,2,1730726874,'enrol_database','newcoursestartdate','',NULL),(2022,2,1730726874,'enrol_database','newcourseenddate','',NULL),(2023,2,1730726874,'enrol_manual','sendcoursewelcomemessage','1',NULL),(2024,2,1730726874,NULL,'questiondefaultssave','1',NULL),(2025,2,1730726874,'qtype_ordering','defaultanswerformat','0',NULL),(2026,2,1730726874,'qtype_wq','log_server_errors','0',NULL),(2027,2,1730726874,'tiny_recordrtc','screenbitrate','2500000',NULL),(2028,2,1730726874,'tiny_recordrtc','screentimelimit','120',NULL),(2029,2,1730726874,'tiny_recordrtc','screensize','1280,720',NULL),(2030,2,1730726874,'tiny_recordrtc','allowedpausing','0',NULL),(2031,2,1730726874,NULL,'file_redactor_exifremoverenabled','0',NULL),(2032,2,1730726874,NULL,'file_redactor_exifremovertoolpath','',NULL),(2033,2,1730726874,NULL,'file_redactor_exifremoverremovetags','gps',NULL),(2034,2,1730726874,NULL,'file_redactor_exifremovermimetype','image/jpeg\r\nimage/tiff',NULL),(2035,2,1730726874,NULL,'task_adhoc_failed_retention','2419200',NULL),(2036,2,1730726874,'aiprovider_azureai','action_generate_text_deployment','',NULL),(2037,2,1730726874,'aiprovider_azureai','action_generate_text_apiversion','2024-06-01',NULL),(2038,2,1730726874,'aiprovider_azureai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.',NULL),(2039,2,1730726874,'aiprovider_azureai','action_generate_image_deployment','',NULL),(2040,2,1730726874,'aiprovider_azureai','action_generate_image_apiversion','2024-06-01',NULL),(2041,2,1730726874,'aiprovider_azureai','action_summarise_text_deployment','',NULL),(2042,2,1730726874,'aiprovider_azureai','action_summarise_text_apiversion','2024-06-01',NULL),(2043,2,1730726874,'aiprovider_azureai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.',NULL),(2044,2,1730726874,'aiprovider_openai','action_generate_text_model','gpt-4o',NULL),(2045,2,1730726874,'aiprovider_openai','action_generate_text_endpoint','https://api.openai.com/v1/chat/completions',NULL),(2046,2,1730726874,'aiprovider_openai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.',NULL),(2047,2,1730726874,'aiprovider_openai','action_generate_image_model','dall-e-3',NULL),(2048,2,1730726874,'aiprovider_openai','action_generate_image_endpoint','https://api.openai.com/v1/images/generations',NULL),(2049,2,1730726874,'aiprovider_openai','action_summarise_text_model','gpt-4o',NULL),(2050,2,1730726874,'aiprovider_openai','action_summarise_text_endpoint','https://api.openai.com/v1/chat/completions',NULL),(2051,2,1730726874,'aiprovider_openai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.',NULL),(2052,2,1730726886,NULL,'supportemail','test@wiris.com',NULL),(2053,2,1736241839,'backup','backup_general_customfield','1',NULL),(2054,2,1736241839,'backup','backup_general_customfield_locked','',NULL),(2055,2,1736241839,'backup','backup_import_customfield','1',NULL),(2056,2,1736241839,'backup','backup_import_customfield_locked','',NULL),(2057,2,1736241839,'backup','backup_auto_customfield','1',NULL),(2058,2,1736241839,'restore','restore_general_customfield','1',NULL),(2059,2,1736241839,'restore','restore_general_customfield_locked','',NULL); /*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; UNLOCK TABLES; @@ -19478,7 +19731,7 @@ CREATE TABLE `m_config_plugins` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2555 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +) ENGINE=InnoDB AUTO_INCREMENT=2562 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -19487,7 +19740,7 @@ CREATE TABLE `m_config_plugins` ( LOCK TABLES `m_config_plugins` WRITE; /*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; -INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2024100700'),(198,'availability_completion','version','2024100700'),(199,'availability_date','version','2024100700'),(200,'availability_grade','version','2024100700'),(201,'availability_group','version','2024100700'),(202,'availability_grouping','version','2024100700'),(203,'availability_profile','version','2024100700'),(204,'qtype_calculated','version','2024100700'),(205,'qtype_calculatedmulti','version','2024100700'),(206,'qtype_calculatedsimple','version','2024100700'),(207,'qtype_ddimageortext','version','2024100700'),(208,'qtype_ddmarker','version','2024100700'),(209,'qtype_ddwtos','version','2024100700'),(210,'qtype_description','version','2024100700'),(211,'qtype_essay','version','2024100700'),(212,'qtype_gapselect','version','2024100700'),(213,'qtype_match','version','2024100700'),(214,'qtype_missingtype','version','2024100700'),(215,'qtype_multianswer','version','2024100700'),(216,'qtype_multichoice','version','2024100700'),(217,'qtype_numerical','version','2024100700'),(218,'qtype_random','version','2024100700'),(219,'qtype_randomsamatch','version','2024100700'),(220,'qtype_shortanswer','version','2024100700'),(221,'qtype_truefalse','version','2024100700'),(222,'mod_assign','version','2024100700'),(225,'mod_book','version','2024100700'),(226,'mod_chat','version','2024100700'),(227,'mod_choice','version','2024100700'),(228,'mod_data','version','2024100700'),(229,'mod_feedback','version','2024100700'),(231,'mod_folder','version','2024100700'),(233,'mod_forum','version','2024100700'),(234,'mod_glossary','version','2024100700'),(235,'mod_imscp','version','2024100700'),(237,'mod_label','version','2024100700'),(238,'mod_lesson','version','2024100700'),(239,'mod_lti','version','2024100700'),(240,'mod_page','version','2024100700'),(242,'mod_quiz','version','2024100700'),(243,'mod_resource','version','2024100700'),(244,'mod_scorm','version','2024100700'),(245,'mod_survey','version','2024100700'),(247,'mod_url','version','2024100700'),(249,'mod_wiki','version','2024100700'),(251,'mod_workshop','version','2024100700'),(252,'auth_cas','version','2024100700'),(254,'auth_db','version','2024100700'),(256,'auth_email','version','2024100700'),(257,'auth_ldap','version','2024100700'),(259,'auth_lti','version','2024100700'),(260,'auth_manual','version','2024100700'),(261,'auth_mnet','version','2024100700'),(263,'auth_nologin','version','2024100700'),(264,'auth_none','version','2024100700'),(265,'auth_oauth2','version','2024100700'),(266,'auth_shibboleth','version','2024100700'),(268,'auth_webservice','version','2024100700'),(269,'calendartype_gregorian','version','2024100700'),(270,'enrol_category','version','2024100700'),(272,'enrol_cohort','version','2024100700'),(273,'enrol_database','version','2024100700'),(275,'enrol_flatfile','version','2024100700'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2024100700'),(286,'enrol_imsenterprise','version','2024100700'),(288,'enrol_ldap','version','2024100700'),(290,'enrol_lti','version','2024100700'),(291,'enrol_manual','version','2024100700'),(293,'enrol_meta','version','2024100700'),(295,'enrol_mnet','version','2024100700'),(296,'enrol_paypal','version','2024100700'),(297,'enrol_self','version','2024100700'),(299,'message_airnotifier','version','2024100700'),(329,'message_email','version','2024100700'),(442,'message_popup','version','2024100700'),(474,'block_activity_modules','version','2024100700'),(475,'block_activity_results','version','2024100700'),(476,'block_admin_bookmarks','version','2024100700'),(477,'block_badges','version','2024100700'),(478,'block_blog_menu','version','2024100700'),(479,'block_blog_recent','version','2024100700'),(480,'block_blog_tags','version','2024100700'),(481,'block_calendar_month','version','2024100700'),(482,'block_calendar_upcoming','version','2024100700'),(483,'block_comments','version','2024100700'),(485,'block_completionstatus','version','2024100700'),(486,'block_course_list','version','2024100700'),(487,'block_course_summary','version','2024100700'),(488,'block_feedback','version','2024100700'),(490,'block_globalsearch','version','2024100700'),(491,'block_glossary_random','version','2024100700'),(492,'block_html','version','2024100700'),(493,'block_login','version','2024100700'),(494,'block_lp','version','2024100700'),(495,'block_mentees','version','2024100700'),(496,'block_mnet_hosts','version','2024100700'),(497,'block_myoverview','version','2024100700'),(498,'block_myprofile','version','2024100700'),(499,'block_navigation','version','2024100700'),(500,'block_news_items','version','2024100700'),(501,'block_online_users','version','2024100700'),(503,'block_private_files','version','2024100700'),(506,'block_recent_activity','version','2024100700'),(507,'block_rss_client','version','2024100700'),(508,'block_search_forums','version','2024100700'),(509,'block_section_links','version','2024100700'),(510,'block_selfcompletion','version','2024100700'),(511,'block_settings','version','2024100700'),(512,'block_site_main_menu','version','2024100700'),(513,'block_social_activities','version','2024100700'),(514,'block_tag_flickr','version','2024100700'),(515,'block_tag_youtube','version','2024100700'),(517,'block_tags','version','2024100700'),(518,'media_html5audio','version','2024100700'),(519,'media_html5video','version','2024100700'),(521,'media_videojs','version','2024100700'),(522,'media_vimeo','version','2024100700'),(523,'media_youtube','version','2024100700'),(524,'filter_activitynames','version','2024100700'),(526,'filter_algebra','version','2024100700'),(528,'filter_data','version','2024100700'),(530,'filter_emailprotect','version','2024100700'),(531,'filter_emoticon','version','2024100700'),(532,'filter_glossary','version','2024100700'),(534,'filter_mathjaxloader','version','2024100700'),(536,'filter_mediaplugin','version','2024100700'),(538,'filter_multilang','version','2024100700'),(539,'filter_tex','version','2024100700'),(542,'filter_urltolink','version','2024100700'),(543,'editor_atto','version','2024100700'),(545,'editor_textarea','version','2024100700'),(547,'format_singleactivity','version','2024100700'),(548,'format_social','version','2024100700'),(549,'format_topics','version','2024100700'),(550,'format_weeks','version','2024100700'),(551,'dataformat_csv','version','2024100700'),(552,'dataformat_excel','version','2024100700'),(553,'dataformat_html','version','2024100700'),(554,'dataformat_json','version','2024100700'),(555,'dataformat_ods','version','2024100700'),(556,'profilefield_checkbox','version','2024100700'),(557,'profilefield_datetime','version','2024100700'),(558,'profilefield_menu','version','2024100700'),(559,'profilefield_text','version','2024100700'),(560,'profilefield_textarea','version','2024100700'),(561,'report_backups','version','2024100700'),(562,'report_competency','version','2024100700'),(563,'report_completion','version','2024100700'),(565,'report_configlog','version','2024100700'),(566,'report_courseoverview','version','2024100700'),(567,'report_eventlist','version','2024100700'),(568,'report_insights','version','2024100700'),(569,'report_log','version','2024100700'),(571,'report_loglive','version','2024100700'),(572,'report_outline','version','2024100700'),(574,'report_participation','version','2024100700'),(576,'report_performance','version','2024100700'),(577,'report_progress','version','2024100700'),(579,'report_questioninstances','version','2024100700'),(580,'report_security','version','2024100700'),(581,'report_stats','version','2024100700'),(583,'report_usersessions','version','2024100700'),(584,'gradeexport_ods','version','2024100700'),(585,'gradeexport_txt','version','2024100700'),(586,'gradeexport_xls','version','2024100700'),(587,'gradeexport_xml','version','2024100700'),(588,'gradeimport_csv','version','2024100700'),(589,'gradeimport_direct','version','2024100700'),(590,'gradeimport_xml','version','2024100700'),(591,'gradereport_grader','version','2024100700'),(592,'gradereport_history','version','2024100700'),(593,'gradereport_outcomes','version','2024100700'),(594,'gradereport_overview','version','2024100700'),(595,'gradereport_singleview','version','2024100700'),(596,'gradereport_user','version','2024100700'),(597,'gradingform_guide','version','2024100700'),(598,'gradingform_rubric','version','2024100700'),(599,'mlbackend_php','version','2024100700'),(600,'mlbackend_python','version','2024100700'),(601,'mnetservice_enrol','version','2024100700'),(602,'webservice_rest','version','2024100700'),(603,'webservice_soap','version','2024100700'),(605,'repository_areafiles','version','2024100700'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2024100700'),(611,'repository_dropbox','version','2024100700'),(612,'repository_equella','version','2024100700'),(613,'repository_filesystem','version','2024100700'),(614,'repository_flickr','version','2024100700'),(615,'repository_flickr_public','version','2024100700'),(616,'repository_googledocs','version','2024100700'),(617,'repository_local','version','2024100700'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2024100700'),(622,'repository_onedrive','version','2024100700'),(624,'repository_recent','version','2024100700'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2024100700'),(630,'repository_upload','version','2024100700'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2024100700'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2024100700'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2024100700'),(643,'repository_wikimedia','version','2024100700'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2024100700'),(650,'portfolio_download','version','2024100700'),(651,'portfolio_flickr','version','2024100700'),(652,'portfolio_googledocs','version','2024100700'),(653,'portfolio_mahara','version','2024100700'),(655,'search_simpledb','version','2024100700'),(657,'search_solr','version','2024100700'),(658,'qbehaviour_adaptive','version','2024100700'),(659,'qbehaviour_adaptivenopenalty','version','2024100700'),(660,'qbehaviour_deferredcbm','version','2024100700'),(661,'qbehaviour_deferredfeedback','version','2024100700'),(662,'qbehaviour_immediatecbm','version','2024100700'),(663,'qbehaviour_immediatefeedback','version','2024100700'),(664,'qbehaviour_informationitem','version','2024100700'),(665,'qbehaviour_interactive','version','2024100700'),(666,'qbehaviour_interactivecountback','version','2024100700'),(667,'qbehaviour_manualgraded','version','2024100700'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2024100700'),(671,'qformat_aiken','version','2024100700'),(672,'qformat_blackboard_six','version','2024100700'),(674,'qformat_gift','version','2024100700'),(675,'qformat_missingword','version','2024100700'),(676,'qformat_multianswer','version','2024100700'),(678,'qformat_xhtml','version','2024100700'),(679,'qformat_xml','version','2024100700'),(680,'tool_analytics','version','2024100700'),(682,'tool_availabilityconditions','version','2024100700'),(683,'tool_behat','version','2024100700'),(684,'tool_capability','version','2024100700'),(685,'tool_cohortroles','version','2024100700'),(686,'tool_customlang','version','2024100700'),(688,'tool_dataprivacy','version','2024100700'),(707,'tool_dbtransfer','version','2024100700'),(708,'tool_filetypes','version','2024100700'),(709,'tool_generator','version','2024100700'),(711,'tool_httpsreplace','version','2024100700'),(713,'tool_installaddon','version','2024100700'),(714,'tool_langimport','version','2024100700'),(715,'tool_log','version','2024100700'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2024100700'),(719,'tool_lpimportcsv','version','2024100700'),(720,'tool_lpmigrate','version','2024100700'),(721,'tool_messageinbound','version','2024100700'),(740,'tool_mobile','version','2024100700'),(741,'tool_monitor','version','2024100700'),(748,'tool_multilangupgrade','version','2024100700'),(749,'tool_oauth2','version','2024100700'),(750,'tool_phpunit','version','2024100700'),(751,'tool_policy','version','2024100700'),(752,'tool_profiling','version','2024100700'),(753,'tool_recyclebin','version','2024100700'),(754,'tool_replace','version','2024100700'),(755,'tool_spamcleaner','version','2024100700'),(756,'tool_task','version','2024100700'),(757,'tool_templatelibrary','version','2024100700'),(758,'tool_unsuproles','version','2024100700'),(760,'tool_uploadcourse','version','2024100700'),(761,'tool_uploaduser','version','2024100700'),(762,'tool_usertours','version','2024100700'),(764,'tool_xmldb','version','2024100700'),(765,'cachestore_apcu','version','2024100700'),(766,'cachestore_file','version','2024100700'),(770,'cachestore_redis','version','2024100700'),(771,'cachestore_session','version','2024100700'),(772,'cachestore_static','version','2024100700'),(773,'cachelock_file','version','2024100700'),(774,'fileconverter_googledrive','version','2024100700'),(775,'fileconverter_unoconv','version','2024100700'),(777,'theme_boost','version','2024100700'),(782,'assignsubmission_comments','version','2024100700'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2024100700'),(788,'assignsubmission_onlinetext','version','2024100700'),(790,'assignfeedback_comments','version','2024100700'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2024100700'),(798,'assignfeedback_file','version','2024100700'),(800,'assignfeedback_offline','version','2024100700'),(805,'booktool_exportimscp','version','2024100700'),(806,'booktool_importhtml','version','2024100700'),(807,'booktool_print','version','2024100700'),(808,'datafield_checkbox','version','2024100700'),(809,'datafield_date','version','2024100700'),(810,'datafield_file','version','2024100700'),(811,'datafield_latlong','version','2024100700'),(812,'datafield_menu','version','2024100700'),(813,'datafield_multimenu','version','2024100700'),(814,'datafield_number','version','2024100700'),(815,'datafield_picture','version','2024100700'),(816,'datafield_radiobutton','version','2024100700'),(817,'datafield_text','version','2024100700'),(818,'datafield_textarea','version','2024100700'),(819,'datafield_url','version','2024100700'),(820,'datapreset_imagegallery','version','2024100700'),(821,'ltiservice_gradebookservices','version','2024100700'),(822,'ltiservice_memberships','version','2024100700'),(823,'ltiservice_profile','version','2024100700'),(824,'ltiservice_toolproxy','version','2024100700'),(825,'ltiservice_toolsettings','version','2024100700'),(826,'quiz_grading','version','2024100700'),(828,'quiz_overview','version','2024100700'),(830,'quiz_responses','version','2024100700'),(832,'quiz_statistics','version','2024100700'),(834,'quizaccess_delaybetweenattempts','version','2024100700'),(835,'quizaccess_ipaddress','version','2024100700'),(836,'quizaccess_numattempts','version','2024100700'),(837,'quizaccess_offlineattempts','version','2024100700'),(838,'quizaccess_openclosedate','version','2024100700'),(839,'quizaccess_password','version','2024100700'),(841,'quizaccess_securewindow','version','2024100700'),(842,'quizaccess_timelimit','version','2024100700'),(843,'scormreport_basic','version','2024100700'),(844,'scormreport_graphs','version','2024100700'),(845,'scormreport_interactions','version','2024100700'),(846,'scormreport_objectives','version','2024100700'),(847,'workshopform_accumulative','version','2024100700'),(849,'workshopform_comments','version','2024100700'),(851,'workshopform_numerrors','version','2024100700'),(853,'workshopform_rubric','version','2024100700'),(855,'workshopallocation_manual','version','2024100700'),(856,'workshopallocation_random','version','2024100700'),(857,'workshopallocation_scheduled','version','2024100700'),(858,'workshopeval_best','version','2024100700'),(859,'atto_accessibilitychecker','version','2024100700'),(860,'atto_accessibilityhelper','version','2024100700'),(861,'atto_align','version','2024100700'),(862,'atto_backcolor','version','2024100700'),(863,'atto_bold','version','2024100700'),(864,'atto_charmap','version','2024100700'),(865,'atto_clear','version','2024100700'),(866,'atto_collapse','version','2024100700'),(867,'atto_emoticon','version','2024100700'),(868,'atto_equation','version','2024100700'),(869,'atto_fontcolor','version','2024100700'),(870,'atto_html','version','2024100700'),(871,'atto_image','version','2024100700'),(872,'atto_indent','version','2024100700'),(873,'atto_italic','version','2024100700'),(874,'atto_link','version','2024100700'),(875,'atto_managefiles','version','2024100700'),(876,'atto_media','version','2024100700'),(877,'atto_noautolink','version','2024100700'),(878,'atto_orderedlist','version','2024100700'),(879,'atto_recordrtc','version','2024100700'),(880,'atto_rtl','version','2024100700'),(881,'atto_strike','version','2024100700'),(882,'atto_subscript','version','2024100700'),(883,'atto_superscript','version','2024100700'),(884,'atto_table','version','2024100700'),(885,'atto_title','version','2024100700'),(886,'atto_underline','version','2024100700'),(887,'atto_undo','version','2024100700'),(888,'atto_unorderedlist','version','2024100700'),(899,'logstore_database','version','2024100700'),(901,'logstore_standard','version','2024100700'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','untilpass'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024110400'),(1881,'atto_wiris','version','2024110400'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024032205'),(1936,'qtype_matchwiris','version','2024032205'),(1937,'qtype_multianswerwiris','version','2024032205'),(1938,'qtype_multichoicewiris','version','2024032205'),(1939,'qtype_shortanswerwiris','version','2024032205'),(1940,'qtype_truefalsewiris','version','2024032205'),(1941,'qtype_wq','version','2024032205'),(1942,'mod_h5pactivity','version','2024100700'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2024100700'),(1946,'customfield_date','version','2024100700'),(1947,'customfield_select','version','2024100700'),(1948,'customfield_text','version','2024100700'),(1949,'customfield_textarea','version','2024100700'),(1950,'enrol_fee','version','2024100700'),(1951,'block_recentlyaccessedcourses','version','2024100700'),(1953,'block_recentlyaccesseditems','version','2024100700'),(1954,'block_starredcourses','version','2024100700'),(1955,'block_timeline','version','2024100700'),(1957,'filter_displayh5p','version','2024100700'),(1959,'dataformat_pdf','version','2024100700'),(1960,'report_infectedfiles','version','2024100700'),(1961,'report_status','version','2024100700'),(1962,'repository_contentbank','version','2024100700'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2024100700'),(1967,'tool_licensemanager','version','2024100700'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2024100700'),(1970,'contenttype_h5p','version','2024100700'),(1971,'theme_classic','version','2024100700'),(1972,'local_wirisquizzes','version','2024032205'),(1974,'paygw_paypal','version','2024100700'),(1976,'forumreport_summary','version','2024100700'),(1977,'ltiservice_basicoutcomes','version','2024100700'),(1978,'quizaccess_seb','version','2024100700'),(1980,'atto_emojipicker','version','2024100700'),(1981,'atto_h5p','version','2024100700'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1696857246'),(2102,'block_accessreview','version','2024100700'),(2103,'profilefield_social','version','2024100700'),(2104,'tool_brickfield','version','2024100700'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2024100700'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2024100700'),(2310,'qbank_columnsortorder','version','2024100700'),(2311,'qbank_comment','version','2024100700'),(2312,'qbank_customfields','version','2024100700'),(2313,'qbank_deletequestion','version','2024100700'),(2314,'qbank_editquestion','version','2024100700'),(2315,'qbank_exportquestions','version','2024100700'),(2316,'qbank_exporttoxml','version','2024100700'),(2317,'qbank_history','version','2024100700'),(2318,'qbank_importquestions','version','2024100700'),(2319,'qbank_managecategories','version','2024100700'),(2320,'qbank_previewquestion','version','2024100700'),(2321,'qbank_statistics','version','2024100700'),(2322,'qbank_tagquestion','version','2024100700'),(2323,'qbank_usage','version','2024100700'),(2324,'qbank_viewcreator','version','2024100700'),(2325,'qbank_viewquestionname','version','2024100700'),(2326,'qbank_viewquestiontext','version','2024100700'),(2327,'qbank_viewquestiontype','version','2024100700'),(2328,'tool_admin_presets','version','2024100700'),(2329,'tool_componentlibrary','version','2024100700'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix, api_secret@@factor_sms'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2024100700'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2024100700'),(2354,'datapreset_journal','version','2024100700'),(2355,'datapreset_proposals','version','2024100700'),(2356,'datapreset_resources','version','2024100700'),(2357,'tiny_accessibilitychecker','version','2024100700'),(2358,'tiny_autosave','version','2024100700'),(2359,'tiny_equation','version','2024100700'),(2360,'tiny_h5p','version','2024100700'),(2361,'tiny_link','version','2024100700'),(2362,'tiny_media','version','2024100700'),(2363,'tiny_recordrtc','version','2024100700'),(2364,'tiny_wiris','version','2024100700'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','audio,video'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2024100700'),(2389,'communication_matrix','version','2024100700'),(2390,'filter_codehighlighter','version','2024100700'),(2391,'tool_mfa','version','2024100700'),(2392,'tiny_html','version','2024100700'),(2393,'tiny_noautolink','version','2024100700'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2024100700'),(2397,'factor_admin','version','2024100700'),(2398,'factor_auth','version','2024100700'),(2399,'factor_capability','version','2024100700'),(2400,'factor_cohort','version','2024100700'),(2401,'factor_email','version','2024100700'),(2402,'factor_grace','version','2024100700'),(2403,'factor_iprange','version','2024100700'),(2404,'factor_nosetup','version','2024100700'),(2405,'factor_role','version','2024100700'),(2406,'factor_token','version','2024100700'),(2407,'factor_totp','version','2024100700'),(2408,'factor_webauthn','version','2024100700'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','29'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'),(2467,'message','airnotifier_provider_moodle_failedtaskmaxdelay_locked','0'),(2468,'message','email_provider_moodle_failedtaskmaxdelay_locked','0'),(2469,'message','popup_provider_moodle_failedtaskmaxdelay_locked','0'),(2470,'message','message_provider_moodle_failedtaskmaxdelay_enabled','email,popup'),(2471,'message','airnotifier_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2472,'message','email_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2473,'message','popup_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2474,'message','message_provider_moodle_enrolcoursewelcomemessage_enabled','airnotifier,email,popup'),(2475,'aiplacement_courseassist','version','2024100700'),(2476,'aiplacement_editor','version','2024100700'),(2477,'aiprovider_azureai','version','2024100700'),(2478,'aiprovider_openai','version','2024100700'),(2479,'qtype_ordering','version','2024100700'),(2480,'message','airnotifier_provider_mod_assign_assign_due_soon_locked','0'),(2481,'message','email_provider_mod_assign_assign_due_soon_locked','0'),(2482,'message','popup_provider_mod_assign_assign_due_soon_locked','0'),(2483,'message','message_provider_mod_assign_assign_due_soon_enabled','airnotifier,email,popup'),(2484,'message','airnotifier_provider_mod_assign_assign_overdue_locked','0'),(2485,'message','email_provider_mod_assign_assign_overdue_locked','0'),(2486,'message','popup_provider_mod_assign_assign_overdue_locked','0'),(2487,'message','message_provider_mod_assign_assign_overdue_enabled','airnotifier,email,popup'),(2488,'message','airnotifier_provider_mod_assign_assign_due_digest_locked','0'),(2489,'message','email_provider_mod_assign_assign_due_digest_locked','0'),(2490,'message','popup_provider_mod_assign_assign_due_digest_locked','0'),(2491,'message','message_provider_mod_assign_assign_due_digest_enabled','airnotifier,email,popup'),(2492,'message','airnotifier_provider_mod_quiz_quiz_open_soon_locked','0'),(2493,'message','email_provider_mod_quiz_quiz_open_soon_locked','0'),(2494,'message','popup_provider_mod_quiz_quiz_open_soon_locked','0'),(2495,'message','message_provider_mod_quiz_quiz_open_soon_enabled','airnotifier,email,popup'),(2496,'mod_subsection','version','2024100700'),(2498,'url','allowvariables','1'),(2499,'customfield_number','version','2024100703'),(2500,'report_themeusage','version','2024100700'),(2502,'smsgateway_aws','version','2024100700'),(2503,'tiny_aiplacement','version','2024100700'),(2504,'factor_sms','version','2024100700'),(2505,'core_plugin','recentfetch','1730726894'),(2506,'core_plugin','recentresponse','{\"status\":\"OK\",\"provider\":\"https:\\/\\/download.moodle.org\\/api\\/1.3\\/updates.php\",\"apiver\":\"1.3\",\"timegenerated\":1730726894,\"ticket\":\"JUM5JTkxMSVBQSUzRSU4MSUyQSUyOSVCMyVDNCVEQiU4MCVCNTVGJUIxSiVDRiVDQSVGOVVvJUNGdyU3RiVCOCVBRkNmJUZDJTJCVSU4QSUxMSUxQiU4NSU3QiU4RCU4OUw=\",\"forbranch\":\"4.5\",\"forversion\":\"2024100700.04\",\"updates\":{\"core\":[{\"version\":2024100700.04,\"release\":\"4.5+ (Build: 20241101)\",\"branch\":\"4.05\",\"maturity\":200,\"date\":1728112256,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable405\\/moodle-latest-405.zip\",\"norelease_index_info\":{\"version\":\"4.5+\",\"branch\":\"MOODLE_405_STABLE\",\"githash\":\"acff633\",\"date\":1730446155,\"zip\":{\"size\":97494887,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74172810,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.5\",\"branch\":\"MOODLE_405_STABLE\",\"githash\":\"52c0da7\",\"date\":1728112256,\"zip\":{\"size\":97470432,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74155937,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240115409}},{\"version\":2024110100,\"release\":\"5.0dev (Build: 20241101)\",\"branch\":\"5.00\",\"maturity\":50,\"date\":1730446136,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/moodle\\/moodle-latest.zip\",\"norelease_index_info\":{\"version\":\"5.0dev\",\"branch\":\"main\",\"githash\":\"d015c4c\",\"date\":1730446136,\"zip\":{\"size\":97489920,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74172935,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240110435}}],\"qtype_essaywiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33779\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33779\\/qtype_essaywiris_moodle45_2024032205.zip\",\"downloadmd5\":\"6a8cc4af5e38d06f164cd8cb4d2788cc\"}],\"qtype_matchwiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33780\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33780\\/qtype_matchwiris_moodle45_2024032205.zip\",\"downloadmd5\":\"6952bd70368d0a781ea68b48d7c72441\"}],\"qtype_multianswerwiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33778\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33778\\/qtype_multianswerwiris_moodle45_2024032205.zip\",\"downloadmd5\":\"e3ea86179b3d5ca6095e85bce6f739d1\"}],\"qtype_multichoicewiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33781\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33781\\/qtype_multichoicewiris_moodle45_2024032205.zip\",\"downloadmd5\":\"8dfc5cddbc5eaa1467f1748c1471c7c7\"}],\"qtype_shortanswerwiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33777\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33777\\/qtype_shortanswerwiris_moodle45_2024032205.zip\",\"downloadmd5\":\"97c8de7ebebef6e0f62645539f8267ff\"}],\"qtype_truefalsewiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33782\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33782\\/qtype_truefalsewiris_moodle45_2024032205.zip\",\"downloadmd5\":\"4906f6939b84513cf7619170213234ce\"}],\"qtype_wq\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33776\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33776\\/qtype_wq_moodle45_2024032205.zip\",\"downloadmd5\":\"d35df12f67b45724961dfa9394abaf7e\"}],\"filter_wiris\":[{\"version\":\"2024110400\",\"release\":\"8.8.1\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33784\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33784\\/filter_wiris_moodle45_2024110400.zip\",\"downloadmd5\":\"cc1af3a5b47b303b8c9ad4158059bfd6\"}],\"atto_wiris\":[{\"version\":\"2024110400\",\"release\":\"8.8.1\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33785\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33785\\/atto_wiris_moodle45_2024110400.zip\",\"downloadmd5\":\"3f7fc2fc86779efe4648e9032f4e3a77\"}],\"tiny_wiris\":[{\"version\":\"2024100700\",\"release\":\"8.8.0\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33324\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33324\\/tiny_wiris_moodle45_2024100700.zip\",\"downloadmd5\":\"244a92b4beb7057e8e200e5ae39517cd\"}],\"local_wirisquizzes\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33783\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33783\\/local_wirisquizzes_moodle45_2024032205.zip\",\"downloadmd5\":\"27f52d2036727f24e3afb908a0d4733c\"}]}}'),(2507,'h5plib_v127','version','2024100700'),(2508,'aiprovider_azureai','apikey',''),(2509,'aiprovider_azureai','endpoint',''),(2510,'aiprovider_azureai','enableglobalratelimit','0'),(2511,'aiprovider_azureai','globalratelimit','100'),(2512,'aiprovider_azureai','enableuserratelimit','0'),(2513,'aiprovider_azureai','userratelimit','10'),(2514,'aiprovider_openai','apikey',''),(2515,'aiprovider_openai','orgid',''),(2516,'aiprovider_openai','enableglobalratelimit','0'),(2517,'aiprovider_openai','globalratelimit','100'),(2518,'aiprovider_openai','enableuserratelimit','0'),(2519,'aiprovider_openai','userratelimit','10'),(2520,'core_h5p','h5pcustomcss',''),(2521,'mod_assign','defaultgradetype','1'),(2522,'mod_assign','defaultgradescale',''),(2523,'assign','markinganonymous','0'),(2524,'assign','markinganonymous_adv',''),(2525,'assign','markinganonymous_locked',''),(2526,'mod_bigbluebuttonbn','showpresentation_default','1'),(2527,'mod_bigbluebuttonbn','showpresentation_editable','0'),(2528,'auth_ldap','sync_updateuserchunk','1000'),(2529,'cachestore_redis','test_clustermode','0'),(2530,'enrol_database','newcoursestartdate',''),(2531,'enrol_database','newcourseenddate',''),(2532,'enrol_manual','sendcoursewelcomemessage','1'),(2533,'qtype_ordering','defaultanswerformat','0'),(2534,'qtype_wq','log_server_errors','0'),(2535,'tiny_recordrtc','screenbitrate','2500000'),(2536,'tiny_recordrtc','screentimelimit','120'),(2537,'tiny_recordrtc','screensize','1280,720'),(2538,'tiny_recordrtc','allowedpausing','0'),(2539,'aiprovider_azureai','action_generate_text_deployment',''),(2540,'aiprovider_azureai','action_generate_text_apiversion','2024-06-01'),(2541,'aiprovider_azureai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.'),(2542,'aiprovider_azureai','action_generate_image_deployment',''),(2543,'aiprovider_azureai','action_generate_image_apiversion','2024-06-01'),(2544,'aiprovider_azureai','action_summarise_text_deployment',''),(2545,'aiprovider_azureai','action_summarise_text_apiversion','2024-06-01'),(2546,'aiprovider_azureai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.'),(2547,'aiprovider_openai','action_generate_text_model','gpt-4o'),(2548,'aiprovider_openai','action_generate_text_endpoint','https://api.openai.com/v1/chat/completions'),(2549,'aiprovider_openai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.'),(2550,'aiprovider_openai','action_generate_image_model','dall-e-3'),(2551,'aiprovider_openai','action_generate_image_endpoint','https://api.openai.com/v1/images/generations'),(2552,'aiprovider_openai','action_summarise_text_model','gpt-4o'),(2553,'aiprovider_openai','action_summarise_text_endpoint','https://api.openai.com/v1/chat/completions'),(2554,'aiprovider_openai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.'); +INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2024100700'),(198,'availability_completion','version','2024100700'),(199,'availability_date','version','2024100700'),(200,'availability_grade','version','2024100700'),(201,'availability_group','version','2024100700'),(202,'availability_grouping','version','2024100700'),(203,'availability_profile','version','2024100700'),(204,'qtype_calculated','version','2024100700'),(205,'qtype_calculatedmulti','version','2024100700'),(206,'qtype_calculatedsimple','version','2024100700'),(207,'qtype_ddimageortext','version','2024100700'),(208,'qtype_ddmarker','version','2024100700'),(209,'qtype_ddwtos','version','2024100700'),(210,'qtype_description','version','2024100700'),(211,'qtype_essay','version','2024100700'),(212,'qtype_gapselect','version','2024100700'),(213,'qtype_match','version','2024100700'),(214,'qtype_missingtype','version','2024100700'),(215,'qtype_multianswer','version','2024100700'),(216,'qtype_multichoice','version','2024100700'),(217,'qtype_numerical','version','2024100700'),(218,'qtype_random','version','2024100700'),(219,'qtype_randomsamatch','version','2024100700'),(220,'qtype_shortanswer','version','2024100700'),(221,'qtype_truefalse','version','2024100700'),(222,'mod_assign','version','2024100700'),(225,'mod_book','version','2024100700'),(226,'mod_chat','version','2024100700'),(227,'mod_choice','version','2024100700'),(228,'mod_data','version','2024100700'),(229,'mod_feedback','version','2024100700'),(231,'mod_folder','version','2024100700'),(233,'mod_forum','version','2024100700'),(234,'mod_glossary','version','2024100700'),(235,'mod_imscp','version','2024100700'),(237,'mod_label','version','2024100700'),(238,'mod_lesson','version','2024100700'),(239,'mod_lti','version','2024100700'),(240,'mod_page','version','2024100700'),(242,'mod_quiz','version','2024100700'),(243,'mod_resource','version','2024100700'),(244,'mod_scorm','version','2024100700'),(245,'mod_survey','version','2024100700'),(247,'mod_url','version','2024100700'),(249,'mod_wiki','version','2024100700'),(251,'mod_workshop','version','2024100700'),(252,'auth_cas','version','2024100700'),(254,'auth_db','version','2024100700'),(256,'auth_email','version','2024100700'),(257,'auth_ldap','version','2024100700'),(259,'auth_lti','version','2024100700'),(260,'auth_manual','version','2024100700'),(261,'auth_mnet','version','2024100700'),(263,'auth_nologin','version','2024100700'),(264,'auth_none','version','2024100700'),(265,'auth_oauth2','version','2024100700'),(266,'auth_shibboleth','version','2024100700'),(268,'auth_webservice','version','2024100700'),(269,'calendartype_gregorian','version','2024100700'),(270,'enrol_category','version','2024100700'),(272,'enrol_cohort','version','2024100700'),(273,'enrol_database','version','2024100700'),(275,'enrol_flatfile','version','2024100700'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2024100700'),(286,'enrol_imsenterprise','version','2024100700'),(288,'enrol_ldap','version','2024100700'),(290,'enrol_lti','version','2024100700'),(291,'enrol_manual','version','2024100700'),(293,'enrol_meta','version','2024100700'),(295,'enrol_mnet','version','2024100700'),(296,'enrol_paypal','version','2024100700'),(297,'enrol_self','version','2024100700'),(299,'message_airnotifier','version','2024100700'),(329,'message_email','version','2024100700'),(442,'message_popup','version','2024100700'),(474,'block_activity_modules','version','2024100700'),(475,'block_activity_results','version','2024100700'),(476,'block_admin_bookmarks','version','2024100700'),(477,'block_badges','version','2024100700'),(478,'block_blog_menu','version','2024100700'),(479,'block_blog_recent','version','2024100700'),(480,'block_blog_tags','version','2024100700'),(481,'block_calendar_month','version','2024100700'),(482,'block_calendar_upcoming','version','2024100700'),(483,'block_comments','version','2024100700'),(485,'block_completionstatus','version','2024100700'),(486,'block_course_list','version','2024100700'),(487,'block_course_summary','version','2024100700'),(488,'block_feedback','version','2024100700'),(490,'block_globalsearch','version','2024100700'),(491,'block_glossary_random','version','2024100700'),(492,'block_html','version','2024100700'),(493,'block_login','version','2024100700'),(494,'block_lp','version','2024100700'),(495,'block_mentees','version','2024100700'),(496,'block_mnet_hosts','version','2024100700'),(497,'block_myoverview','version','2024100700'),(498,'block_myprofile','version','2024100700'),(499,'block_navigation','version','2024100700'),(500,'block_news_items','version','2024100700'),(501,'block_online_users','version','2024100700'),(503,'block_private_files','version','2024100700'),(506,'block_recent_activity','version','2024100700'),(507,'block_rss_client','version','2024100700'),(508,'block_search_forums','version','2024100700'),(509,'block_section_links','version','2024100700'),(510,'block_selfcompletion','version','2024100700'),(511,'block_settings','version','2024100700'),(512,'block_site_main_menu','version','2024100700'),(513,'block_social_activities','version','2024100700'),(514,'block_tag_flickr','version','2024100700'),(515,'block_tag_youtube','version','2024100700'),(517,'block_tags','version','2024100700'),(518,'media_html5audio','version','2024100700'),(519,'media_html5video','version','2024100700'),(521,'media_videojs','version','2024100700'),(522,'media_vimeo','version','2024100700'),(523,'media_youtube','version','2024100700'),(524,'filter_activitynames','version','2024100700'),(526,'filter_algebra','version','2024100700'),(528,'filter_data','version','2024100700'),(530,'filter_emailprotect','version','2024100700'),(531,'filter_emoticon','version','2024100700'),(532,'filter_glossary','version','2024100700'),(534,'filter_mathjaxloader','version','2024100700'),(536,'filter_mediaplugin','version','2024100700'),(538,'filter_multilang','version','2024100700'),(539,'filter_tex','version','2024100700'),(542,'filter_urltolink','version','2024100700'),(543,'editor_atto','version','2024100700'),(545,'editor_textarea','version','2024100700'),(547,'format_singleactivity','version','2024100700'),(548,'format_social','version','2024100700'),(549,'format_topics','version','2024100700'),(550,'format_weeks','version','2024100700'),(551,'dataformat_csv','version','2024100700'),(552,'dataformat_excel','version','2024100700'),(553,'dataformat_html','version','2024100700'),(554,'dataformat_json','version','2024100700'),(555,'dataformat_ods','version','2024100700'),(556,'profilefield_checkbox','version','2024100700'),(557,'profilefield_datetime','version','2024100700'),(558,'profilefield_menu','version','2024100700'),(559,'profilefield_text','version','2024100700'),(560,'profilefield_textarea','version','2024100700'),(561,'report_backups','version','2024100700'),(562,'report_competency','version','2024100700'),(563,'report_completion','version','2024100700'),(565,'report_configlog','version','2024100700'),(566,'report_courseoverview','version','2024100700'),(567,'report_eventlist','version','2024100700'),(568,'report_insights','version','2024100700'),(569,'report_log','version','2024100700'),(571,'report_loglive','version','2024100700'),(572,'report_outline','version','2024100700'),(574,'report_participation','version','2024100700'),(576,'report_performance','version','2024100700'),(577,'report_progress','version','2024100700'),(579,'report_questioninstances','version','2024100700'),(580,'report_security','version','2024100700'),(581,'report_stats','version','2024100700'),(583,'report_usersessions','version','2024100700'),(584,'gradeexport_ods','version','2024100700'),(585,'gradeexport_txt','version','2024100700'),(586,'gradeexport_xls','version','2024100700'),(587,'gradeexport_xml','version','2024100700'),(588,'gradeimport_csv','version','2024100700'),(589,'gradeimport_direct','version','2024100700'),(590,'gradeimport_xml','version','2024100700'),(591,'gradereport_grader','version','2024100700'),(592,'gradereport_history','version','2024100700'),(593,'gradereport_outcomes','version','2024100700'),(594,'gradereport_overview','version','2024100700'),(595,'gradereport_singleview','version','2024100700'),(596,'gradereport_user','version','2024100700'),(597,'gradingform_guide','version','2024100700'),(598,'gradingform_rubric','version','2024100700'),(599,'mlbackend_php','version','2024100700'),(600,'mlbackend_python','version','2024100700'),(601,'mnetservice_enrol','version','2024100700'),(602,'webservice_rest','version','2024100700'),(603,'webservice_soap','version','2024100700'),(605,'repository_areafiles','version','2024100700'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2024100700'),(611,'repository_dropbox','version','2024100700'),(612,'repository_equella','version','2024100700'),(613,'repository_filesystem','version','2024100700'),(614,'repository_flickr','version','2024100700'),(615,'repository_flickr_public','version','2024100700'),(616,'repository_googledocs','version','2024100700'),(617,'repository_local','version','2024100700'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2024100700'),(622,'repository_onedrive','version','2024100700'),(624,'repository_recent','version','2024100700'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2024100700'),(630,'repository_upload','version','2024100700'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2024100700'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2024100700'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2024100700'),(643,'repository_wikimedia','version','2024100700'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2024100700'),(650,'portfolio_download','version','2024100700'),(651,'portfolio_flickr','version','2024100700'),(652,'portfolio_googledocs','version','2024100700'),(653,'portfolio_mahara','version','2024100700'),(655,'search_simpledb','version','2024100700'),(657,'search_solr','version','2024100700'),(658,'qbehaviour_adaptive','version','2024100700'),(659,'qbehaviour_adaptivenopenalty','version','2024100700'),(660,'qbehaviour_deferredcbm','version','2024100700'),(661,'qbehaviour_deferredfeedback','version','2024100700'),(662,'qbehaviour_immediatecbm','version','2024100700'),(663,'qbehaviour_immediatefeedback','version','2024100700'),(664,'qbehaviour_informationitem','version','2024100700'),(665,'qbehaviour_interactive','version','2024100700'),(666,'qbehaviour_interactivecountback','version','2024100700'),(667,'qbehaviour_manualgraded','version','2024100700'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2024100700'),(671,'qformat_aiken','version','2024100700'),(672,'qformat_blackboard_six','version','2024100700'),(674,'qformat_gift','version','2024100700'),(675,'qformat_missingword','version','2024100700'),(676,'qformat_multianswer','version','2024100700'),(678,'qformat_xhtml','version','2024100700'),(679,'qformat_xml','version','2024100700'),(680,'tool_analytics','version','2024100700'),(682,'tool_availabilityconditions','version','2024100700'),(683,'tool_behat','version','2024100700'),(684,'tool_capability','version','2024100700'),(685,'tool_cohortroles','version','2024100700'),(686,'tool_customlang','version','2024100700'),(688,'tool_dataprivacy','version','2024100700'),(707,'tool_dbtransfer','version','2024100700'),(708,'tool_filetypes','version','2024100700'),(709,'tool_generator','version','2024100700'),(711,'tool_httpsreplace','version','2024100700'),(713,'tool_installaddon','version','2024100700'),(714,'tool_langimport','version','2024100700'),(715,'tool_log','version','2024100700'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2024100701'),(719,'tool_lpimportcsv','version','2024100700'),(720,'tool_lpmigrate','version','2024100700'),(721,'tool_messageinbound','version','2024100700'),(740,'tool_mobile','version','2024100700'),(741,'tool_monitor','version','2024100700'),(748,'tool_multilangupgrade','version','2024100700'),(749,'tool_oauth2','version','2024100700'),(750,'tool_phpunit','version','2024100700'),(751,'tool_policy','version','2024100700'),(752,'tool_profiling','version','2024100700'),(753,'tool_recyclebin','version','2024100700'),(754,'tool_replace','version','2024100700'),(755,'tool_spamcleaner','version','2024100700'),(756,'tool_task','version','2024100700'),(757,'tool_templatelibrary','version','2024100700'),(758,'tool_unsuproles','version','2024100700'),(760,'tool_uploadcourse','version','2024100700'),(761,'tool_uploaduser','version','2024100700'),(762,'tool_usertours','version','2024100700'),(764,'tool_xmldb','version','2024100700'),(765,'cachestore_apcu','version','2024100700'),(766,'cachestore_file','version','2024100700'),(770,'cachestore_redis','version','2024100700'),(771,'cachestore_session','version','2024100700'),(772,'cachestore_static','version','2024100700'),(773,'cachelock_file','version','2024100700'),(774,'fileconverter_googledrive','version','2024100700'),(775,'fileconverter_unoconv','version','2024100700'),(777,'theme_boost','version','2024100700'),(782,'assignsubmission_comments','version','2024100700'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2024100700'),(788,'assignsubmission_onlinetext','version','2024100700'),(790,'assignfeedback_comments','version','2024100700'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2024100700'),(798,'assignfeedback_file','version','2024100700'),(800,'assignfeedback_offline','version','2024100700'),(805,'booktool_exportimscp','version','2024100700'),(806,'booktool_importhtml','version','2024100700'),(807,'booktool_print','version','2024100700'),(808,'datafield_checkbox','version','2024100700'),(809,'datafield_date','version','2024100700'),(810,'datafield_file','version','2024100700'),(811,'datafield_latlong','version','2024100700'),(812,'datafield_menu','version','2024100700'),(813,'datafield_multimenu','version','2024100700'),(814,'datafield_number','version','2024100700'),(815,'datafield_picture','version','2024100700'),(816,'datafield_radiobutton','version','2024100700'),(817,'datafield_text','version','2024100700'),(818,'datafield_textarea','version','2024100700'),(819,'datafield_url','version','2024100700'),(820,'datapreset_imagegallery','version','2024100700'),(821,'ltiservice_gradebookservices','version','2024100700'),(822,'ltiservice_memberships','version','2024100700'),(823,'ltiservice_profile','version','2024100700'),(824,'ltiservice_toolproxy','version','2024100700'),(825,'ltiservice_toolsettings','version','2024100700'),(826,'quiz_grading','version','2024100700'),(828,'quiz_overview','version','2024100700'),(830,'quiz_responses','version','2024100700'),(832,'quiz_statistics','version','2024100700'),(834,'quizaccess_delaybetweenattempts','version','2024100700'),(835,'quizaccess_ipaddress','version','2024100700'),(836,'quizaccess_numattempts','version','2024100700'),(837,'quizaccess_offlineattempts','version','2024100700'),(838,'quizaccess_openclosedate','version','2024100700'),(839,'quizaccess_password','version','2024100700'),(841,'quizaccess_securewindow','version','2024100700'),(842,'quizaccess_timelimit','version','2024100700'),(843,'scormreport_basic','version','2024100700'),(844,'scormreport_graphs','version','2024100700'),(845,'scormreport_interactions','version','2024100700'),(846,'scormreport_objectives','version','2024100700'),(847,'workshopform_accumulative','version','2024100700'),(849,'workshopform_comments','version','2024100700'),(851,'workshopform_numerrors','version','2024100700'),(853,'workshopform_rubric','version','2024100700'),(855,'workshopallocation_manual','version','2024100700'),(856,'workshopallocation_random','version','2024100700'),(857,'workshopallocation_scheduled','version','2024100700'),(858,'workshopeval_best','version','2024100700'),(859,'atto_accessibilitychecker','version','2024100700'),(860,'atto_accessibilityhelper','version','2024100700'),(861,'atto_align','version','2024100700'),(862,'atto_backcolor','version','2024100700'),(863,'atto_bold','version','2024100700'),(864,'atto_charmap','version','2024100700'),(865,'atto_clear','version','2024100700'),(866,'atto_collapse','version','2024100700'),(867,'atto_emoticon','version','2024100700'),(868,'atto_equation','version','2024100700'),(869,'atto_fontcolor','version','2024100700'),(870,'atto_html','version','2024100700'),(871,'atto_image','version','2024100700'),(872,'atto_indent','version','2024100700'),(873,'atto_italic','version','2024100700'),(874,'atto_link','version','2024100700'),(875,'atto_managefiles','version','2024100700'),(876,'atto_media','version','2024100700'),(877,'atto_noautolink','version','2024100700'),(878,'atto_orderedlist','version','2024100700'),(879,'atto_recordrtc','version','2024100700'),(880,'atto_rtl','version','2024100700'),(881,'atto_strike','version','2024100700'),(882,'atto_subscript','version','2024100700'),(883,'atto_superscript','version','2024100700'),(884,'atto_table','version','2024100700'),(885,'atto_title','version','2024100700'),(886,'atto_underline','version','2024100700'),(887,'atto_undo','version','2024100700'),(888,'atto_unorderedlist','version','2024100700'),(899,'logstore_database','version','2024100700'),(901,'logstore_standard','version','2024100700'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','untilpass'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'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'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'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.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'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'),(1863,'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'),(1864,'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'),(1865,'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'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2024110400'),(1881,'atto_wiris','version','2024110400'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2024121900'),(1936,'qtype_matchwiris','version','2024121900'),(1937,'qtype_multianswerwiris','version','2024121900'),(1938,'qtype_multichoicewiris','version','2024121900'),(1939,'qtype_shortanswerwiris','version','2024121900'),(1940,'qtype_truefalsewiris','version','2024121900'),(1941,'qtype_wq','version','2024121900'),(1942,'mod_h5pactivity','version','2024100700'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2024100700'),(1946,'customfield_date','version','2024100700'),(1947,'customfield_select','version','2024100700'),(1948,'customfield_text','version','2024100700'),(1949,'customfield_textarea','version','2024100700'),(1950,'enrol_fee','version','2024100700'),(1951,'block_recentlyaccessedcourses','version','2024100700'),(1953,'block_recentlyaccesseditems','version','2024100700'),(1954,'block_starredcourses','version','2024100700'),(1955,'block_timeline','version','2024100700'),(1957,'filter_displayh5p','version','2024100700'),(1959,'dataformat_pdf','version','2024100700'),(1960,'report_infectedfiles','version','2024100700'),(1961,'report_status','version','2024100700'),(1962,'repository_contentbank','version','2024100700'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2024100700'),(1967,'tool_licensemanager','version','2024100700'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2024100700'),(1970,'contenttype_h5p','version','2024100700'),(1971,'theme_classic','version','2024100700'),(1972,'local_wirisquizzes','version','2024121900'),(1974,'paygw_paypal','version','2024100700'),(1976,'forumreport_summary','version','2024100700'),(1977,'ltiservice_basicoutcomes','version','2024100700'),(1978,'quizaccess_seb','version','2024100700'),(1980,'atto_emojipicker','version','2024100700'),(1981,'atto_h5p','version','2024100700'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'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.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1736241844'),(2102,'block_accessreview','version','2024100700'),(2103,'profilefield_social','version','2024100700'),(2104,'tool_brickfield','version','2024100700'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2024100700'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2024100700'),(2310,'qbank_columnsortorder','version','2024100701'),(2311,'qbank_comment','version','2024100700'),(2312,'qbank_customfields','version','2024100700'),(2313,'qbank_deletequestion','version','2024100700'),(2314,'qbank_editquestion','version','2024100700'),(2315,'qbank_exportquestions','version','2024100700'),(2316,'qbank_exporttoxml','version','2024100700'),(2317,'qbank_history','version','2024100700'),(2318,'qbank_importquestions','version','2024100700'),(2319,'qbank_managecategories','version','2024100700'),(2320,'qbank_previewquestion','version','2024100700'),(2321,'qbank_statistics','version','2024100700'),(2322,'qbank_tagquestion','version','2024100700'),(2323,'qbank_usage','version','2024100700'),(2324,'qbank_viewcreator','version','2024100700'),(2325,'qbank_viewquestionname','version','2024100700'),(2326,'qbank_viewquestiontext','version','2024100700'),(2327,'qbank_viewquestiontype','version','2024100700'),(2328,'tool_admin_presets','version','2024100700'),(2329,'tool_componentlibrary','version','2024100700'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix, api_secret@@factor_sms'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2024100700'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2024100700'),(2354,'datapreset_journal','version','2024100700'),(2355,'datapreset_proposals','version','2024100700'),(2356,'datapreset_resources','version','2024100700'),(2357,'tiny_accessibilitychecker','version','2024100700'),(2358,'tiny_autosave','version','2024100700'),(2359,'tiny_equation','version','2024100700'),(2360,'tiny_h5p','version','2024100700'),(2361,'tiny_link','version','2024100700'),(2362,'tiny_media','version','2024100700'),(2363,'tiny_recordrtc','version','2024100701'),(2364,'tiny_wiris','version','2024110400'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'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'),(2378,'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'),(2379,'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'),(2380,'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'),(2381,'tiny_recordrtc','allowedtypes','audio,video'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2024100700'),(2389,'communication_matrix','version','2024100700'),(2390,'filter_codehighlighter','version','2024100700'),(2391,'tool_mfa','version','2024100700'),(2392,'tiny_html','version','2024100700'),(2393,'tiny_noautolink','version','2024100700'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2024100700'),(2397,'factor_admin','version','2024100700'),(2398,'factor_auth','version','2024100700'),(2399,'factor_capability','version','2024100700'),(2400,'factor_cohort','version','2024100700'),(2401,'factor_email','version','2024100700'),(2402,'factor_grace','version','2024100700'),(2403,'factor_iprange','version','2024100700'),(2404,'factor_nosetup','version','2024100700'),(2405,'factor_role','version','2024100700'),(2406,'factor_token','version','2024100700'),(2407,'factor_totp','version','2024100700'),(2408,'factor_webauthn','version','2024100700'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','29'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'),(2467,'message','airnotifier_provider_moodle_failedtaskmaxdelay_locked','0'),(2468,'message','email_provider_moodle_failedtaskmaxdelay_locked','0'),(2469,'message','popup_provider_moodle_failedtaskmaxdelay_locked','0'),(2470,'message','message_provider_moodle_failedtaskmaxdelay_enabled','email,popup'),(2471,'message','airnotifier_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2472,'message','email_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2473,'message','popup_provider_moodle_enrolcoursewelcomemessage_locked','0'),(2474,'message','message_provider_moodle_enrolcoursewelcomemessage_enabled','airnotifier,email,popup'),(2475,'aiplacement_courseassist','version','2024100700'),(2476,'aiplacement_editor','version','2024100700'),(2477,'aiprovider_azureai','version','2024100700'),(2478,'aiprovider_openai','version','2024100700'),(2479,'qtype_ordering','version','2024100700'),(2480,'message','airnotifier_provider_mod_assign_assign_due_soon_locked','0'),(2481,'message','email_provider_mod_assign_assign_due_soon_locked','0'),(2482,'message','popup_provider_mod_assign_assign_due_soon_locked','0'),(2483,'message','message_provider_mod_assign_assign_due_soon_enabled','airnotifier,email,popup'),(2484,'message','airnotifier_provider_mod_assign_assign_overdue_locked','0'),(2485,'message','email_provider_mod_assign_assign_overdue_locked','0'),(2486,'message','popup_provider_mod_assign_assign_overdue_locked','0'),(2487,'message','message_provider_mod_assign_assign_overdue_enabled','airnotifier,email,popup'),(2488,'message','airnotifier_provider_mod_assign_assign_due_digest_locked','0'),(2489,'message','email_provider_mod_assign_assign_due_digest_locked','0'),(2490,'message','popup_provider_mod_assign_assign_due_digest_locked','0'),(2491,'message','message_provider_mod_assign_assign_due_digest_enabled','airnotifier,email,popup'),(2492,'message','airnotifier_provider_mod_quiz_quiz_open_soon_locked','0'),(2493,'message','email_provider_mod_quiz_quiz_open_soon_locked','0'),(2494,'message','popup_provider_mod_quiz_quiz_open_soon_locked','0'),(2495,'message','message_provider_mod_quiz_quiz_open_soon_enabled','airnotifier,email,popup'),(2496,'mod_subsection','version','2024100700'),(2498,'url','allowvariables','1'),(2499,'customfield_number','version','2024100703'),(2500,'report_themeusage','version','2024100700'),(2502,'smsgateway_aws','version','2024100700'),(2503,'tiny_aiplacement','version','2024100700'),(2504,'factor_sms','version','2024100700'),(2505,'core_plugin','recentfetch','1730726894'),(2506,'core_plugin','recentresponse','{\"status\":\"OK\",\"provider\":\"https:\\/\\/download.moodle.org\\/api\\/1.3\\/updates.php\",\"apiver\":\"1.3\",\"timegenerated\":1730726894,\"ticket\":\"JUM5JTkxMSVBQSUzRSU4MSUyQSUyOSVCMyVDNCVEQiU4MCVCNTVGJUIxSiVDRiVDQSVGOVVvJUNGdyU3RiVCOCVBRkNmJUZDJTJCVSU4QSUxMSUxQiU4NSU3QiU4RCU4OUw=\",\"forbranch\":\"4.5\",\"forversion\":\"2024100700.04\",\"updates\":{\"core\":[{\"version\":2024100700.04,\"release\":\"4.5+ (Build: 20241101)\",\"branch\":\"4.05\",\"maturity\":200,\"date\":1728112256,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable405\\/moodle-latest-405.zip\",\"norelease_index_info\":{\"version\":\"4.5+\",\"branch\":\"MOODLE_405_STABLE\",\"githash\":\"acff633\",\"date\":1730446155,\"zip\":{\"size\":97494887,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74172810,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.5\",\"branch\":\"MOODLE_405_STABLE\",\"githash\":\"52c0da7\",\"date\":1728112256,\"zip\":{\"size\":97470432,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74155937,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240115409}},{\"version\":2024110100,\"release\":\"5.0dev (Build: 20241101)\",\"branch\":\"5.00\",\"maturity\":50,\"date\":1730446136,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/moodle\\/moodle-latest.zip\",\"norelease_index_info\":{\"version\":\"5.0dev\",\"branch\":\"main\",\"githash\":\"d015c4c\",\"date\":1730446136,\"zip\":{\"size\":97489920,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74172935,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240110435}}],\"qtype_essaywiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33779\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33779\\/qtype_essaywiris_moodle45_2024032205.zip\",\"downloadmd5\":\"6a8cc4af5e38d06f164cd8cb4d2788cc\"}],\"qtype_matchwiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33780\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33780\\/qtype_matchwiris_moodle45_2024032205.zip\",\"downloadmd5\":\"6952bd70368d0a781ea68b48d7c72441\"}],\"qtype_multianswerwiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33778\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33778\\/qtype_multianswerwiris_moodle45_2024032205.zip\",\"downloadmd5\":\"e3ea86179b3d5ca6095e85bce6f739d1\"}],\"qtype_multichoicewiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33781\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33781\\/qtype_multichoicewiris_moodle45_2024032205.zip\",\"downloadmd5\":\"8dfc5cddbc5eaa1467f1748c1471c7c7\"}],\"qtype_shortanswerwiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33777\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33777\\/qtype_shortanswerwiris_moodle45_2024032205.zip\",\"downloadmd5\":\"97c8de7ebebef6e0f62645539f8267ff\"}],\"qtype_truefalsewiris\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33782\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33782\\/qtype_truefalsewiris_moodle45_2024032205.zip\",\"downloadmd5\":\"4906f6939b84513cf7619170213234ce\"}],\"qtype_wq\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33776\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33776\\/qtype_wq_moodle45_2024032205.zip\",\"downloadmd5\":\"d35df12f67b45724961dfa9394abaf7e\"}],\"filter_wiris\":[{\"version\":\"2024110400\",\"release\":\"8.8.1\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33784\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33784\\/filter_wiris_moodle45_2024110400.zip\",\"downloadmd5\":\"cc1af3a5b47b303b8c9ad4158059bfd6\"}],\"atto_wiris\":[{\"version\":\"2024110400\",\"release\":\"8.8.1\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33785\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33785\\/atto_wiris_moodle45_2024110400.zip\",\"downloadmd5\":\"3f7fc2fc86779efe4648e9032f4e3a77\"}],\"tiny_wiris\":[{\"version\":\"2024100700\",\"release\":\"8.8.0\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33324\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33324\\/tiny_wiris_moodle45_2024100700.zip\",\"downloadmd5\":\"244a92b4beb7057e8e200e5ae39517cd\"}],\"local_wirisquizzes\":[{\"version\":\"2024032205\",\"release\":\"4.11.5\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=33783\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/33783\\/local_wirisquizzes_moodle45_2024032205.zip\",\"downloadmd5\":\"27f52d2036727f24e3afb908a0d4733c\"}]}}'),(2507,'h5plib_v127','version','2024100700'),(2508,'aiprovider_azureai','apikey',''),(2509,'aiprovider_azureai','endpoint',''),(2510,'aiprovider_azureai','enableglobalratelimit','0'),(2511,'aiprovider_azureai','globalratelimit','100'),(2512,'aiprovider_azureai','enableuserratelimit','0'),(2513,'aiprovider_azureai','userratelimit','10'),(2514,'aiprovider_openai','apikey',''),(2515,'aiprovider_openai','orgid',''),(2516,'aiprovider_openai','enableglobalratelimit','0'),(2517,'aiprovider_openai','globalratelimit','100'),(2518,'aiprovider_openai','enableuserratelimit','0'),(2519,'aiprovider_openai','userratelimit','10'),(2520,'core_h5p','h5pcustomcss',''),(2521,'mod_assign','defaultgradetype','1'),(2522,'mod_assign','defaultgradescale',''),(2523,'assign','markinganonymous','0'),(2524,'assign','markinganonymous_adv',''),(2525,'assign','markinganonymous_locked',''),(2526,'mod_bigbluebuttonbn','showpresentation_default','1'),(2527,'mod_bigbluebuttonbn','showpresentation_editable','0'),(2528,'auth_ldap','sync_updateuserchunk','1000'),(2529,'cachestore_redis','test_clustermode','0'),(2530,'enrol_database','newcoursestartdate',''),(2531,'enrol_database','newcourseenddate',''),(2532,'enrol_manual','sendcoursewelcomemessage','1'),(2533,'qtype_ordering','defaultanswerformat','0'),(2534,'qtype_wq','log_server_errors','0'),(2535,'tiny_recordrtc','screenbitrate','2500000'),(2536,'tiny_recordrtc','screentimelimit','120'),(2537,'tiny_recordrtc','screensize','1280,720'),(2538,'tiny_recordrtc','allowedpausing','0'),(2539,'aiprovider_azureai','action_generate_text_deployment',''),(2540,'aiprovider_azureai','action_generate_text_apiversion','2024-06-01'),(2541,'aiprovider_azureai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.'),(2542,'aiprovider_azureai','action_generate_image_deployment',''),(2543,'aiprovider_azureai','action_generate_image_apiversion','2024-06-01'),(2544,'aiprovider_azureai','action_summarise_text_deployment',''),(2545,'aiprovider_azureai','action_summarise_text_apiversion','2024-06-01'),(2546,'aiprovider_azureai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.'),(2547,'aiprovider_openai','action_generate_text_model','gpt-4o'),(2548,'aiprovider_openai','action_generate_text_endpoint','https://api.openai.com/v1/chat/completions'),(2549,'aiprovider_openai','action_generate_text_systeminstruction','You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.'),(2550,'aiprovider_openai','action_generate_image_model','dall-e-3'),(2551,'aiprovider_openai','action_generate_image_endpoint','https://api.openai.com/v1/images/generations'),(2552,'aiprovider_openai','action_summarise_text_model','gpt-4o'),(2553,'aiprovider_openai','action_summarise_text_endpoint','https://api.openai.com/v1/chat/completions'),(2554,'aiprovider_openai','action_summarise_text_systeminstruction','You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.'),(2555,'backup','backup_general_customfield','1'),(2556,'backup','backup_general_customfield_locked',''),(2557,'backup','backup_import_customfield','1'),(2558,'backup','backup_import_customfield_locked',''),(2559,'backup','backup_auto_customfield','1'),(2560,'restore','restore_general_customfield','1'),(2561,'restore','restore_general_customfield_locked',''); /*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; UNLOCK TABLES; @@ -19546,7 +19799,7 @@ CREATE TABLE `m_context` ( UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), KEY `m_cont_ins_ix` (`instanceid`), KEY `m_cont_pat_ix` (`path`) -) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -19555,7 +19808,7 @@ CREATE TABLE `m_context` ( LOCK TABLES `m_context` WRITE; /*!40000 ALTER TABLE `m_context` DISABLE KEYS */; -INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(24,70,1,'/1/3/21/24',4,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0); +INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0),(31,30,5,'/1/31',2,0),(32,70,2,'/1/3/21/32',4,0),(33,70,3,'/1/3/21/33',4,0),(34,70,4,'/1/3/21/34',4,0),(35,70,5,'/1/3/21/35',4,0),(36,70,6,'/1/3/21/36',4,0),(37,70,7,'/1/3/21/37',4,0),(38,70,8,'/1/3/21/38',4,0),(39,70,9,'/1/3/21/39',4,0),(40,70,10,'/1/3/21/40',4,0),(41,70,11,'/1/3/21/41',4,0),(42,70,12,'/1/3/21/42',4,0),(43,70,13,'/1/3/21/43',4,0),(44,70,14,'/1/3/21/44',4,0),(45,70,15,'/1/3/21/45',4,0),(46,70,16,'/1/3/21/46',4,0),(47,70,17,'/1/3/21/47',4,0),(48,70,18,'/1/3/21/48',4,0); /*!40000 ALTER TABLE `m_context` ENABLE KEYS */; UNLOCK TABLES; @@ -19644,7 +19897,7 @@ CREATE TABLE `m_course` ( LOCK TABLES `m_course` WRITE; /*!40000 ALTER TABLE `m_course` DISABLE KEYS */; -INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1730726862,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','

qweqweqwe «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»q«/mi»«mi»w«/mi»«mi»e«/mi»«mi»q«/mi»«mi»w«/mi»«mi»e«/mi»«mi»q«/mi»«mi»w«/mi»«mi»e«/mi»«/math»

\r\n

$$\\sqrt2$$

',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1727272149,0,1,0,1730726862,NULL,0,1,NULL); +INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1736241833,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1727272149,0,1,0,1736241999,NULL,0,1,NULL); /*!40000 ALTER TABLE `m_course` ENABLE KEYS */; UNLOCK TABLES; @@ -19913,7 +20166,7 @@ CREATE TABLE `m_course_modules` ( KEY `m_courmodu_ins_ix` (`instance`), KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), KEY `m_courmodu_gro_ix` (`groupingid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -19922,7 +20175,7 @@ CREATE TABLE `m_course_modules` ( LOCK TABLES `m_course_modules` WRITE; /*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; -INSERT INTO `m_course_modules` VALUES (1,2,9,1,1,NULL,1566468838,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''); +INSERT INTO `m_course_modules` VALUES (2,2,15,1,6,'',1711023091,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(3,2,15,2,6,'',1711023987,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(4,2,15,3,6,'',1711024082,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(5,2,15,4,6,'',1729524109,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(6,2,9,2,6,'',1711024652,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(7,2,16,1,6,'',1711024806,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(8,2,16,2,7,'',1727336879,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(9,2,16,3,7,'',1727275517,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(10,2,16,4,7,'',1727276507,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(11,2,16,5,7,'',1727276423,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(12,2,16,6,7,'',1727276469,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(13,2,16,7,7,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(14,2,16,8,7,'',1727276551,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(15,2,16,9,8,'',1727275915,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(16,2,16,10,8,'',1727339025,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(17,2,16,11,8,'',1727333880,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(18,2,16,12,8,'',1727275855,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''); /*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; UNLOCK TABLES; @@ -20066,7 +20319,7 @@ CREATE TABLE `m_course_sections` ( `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -20075,7 +20328,7 @@ CREATE TABLE `m_course_sections` ( LOCK TABLES `m_course_sections` WRITE; /*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; -INSERT INTO `m_course_sections` VALUES (1,2,0,NULL,'',1,'1',1,NULL,NULL,NULL,1566468838),(2,2,1,'Topic 1','',1,'',1,NULL,NULL,NULL,1566468838),(3,2,2,'Topic 2','',1,'',1,NULL,NULL,NULL,1566468838),(4,2,3,'Topic 3','',1,'',1,NULL,NULL,NULL,1566468838),(5,2,4,'Topic 4','',1,'',1,NULL,NULL,NULL,1566468838); +INSERT INTO `m_course_sections` VALUES (6,2,0,'MathType Integration','',1,'2,3,4,5,6,7',1,NULL,NULL,NULL,1736241979),(7,2,1,'WirisQuizzes','',1,'8,9,10,11,12,13,14',1,NULL,NULL,NULL,1736241997),(8,2,2,'Additional resources','',1,'15,16,17,18',1,NULL,NULL,NULL,1736241998); /*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; UNLOCK TABLES; @@ -20424,7 +20677,7 @@ CREATE TABLE `m_enrol` ( KEY `m_enro_enr_ix` (`enrol`), KEY `m_enro_cou_ix` (`courseid`), KEY `m_enro_rol_ix` (`roleid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -20433,7 +20686,7 @@ CREATE TABLE `m_enrol` ( LOCK TABLES `m_enrol` WRITE; /*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; -INSERT INTO `m_enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(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,1566468838,1566468838),(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,1566468838,1566468838); +INSERT INTO `m_enrol` VALUES (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,1566468838,1566468838),(4,'manual',0,2,2,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,1566468838,1566468838),(5,'self',1,2,3,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,1566468838,1566468838); /*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; UNLOCK TABLES; @@ -21204,7 +21457,7 @@ CREATE TABLE `m_external_functions` ( LOCK TABLES `m_external_functions` WRITE; /*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; -INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external\\get_available_in_context','execute',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','','moodle_mobile_app'),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','','moodle_mobile_app'),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL),(738,'core_badges_disable_badges','core_badges\\external\\disable_badges','execute',NULL,'moodle','',NULL),(739,'core_badges_enable_badges','core_badges\\external\\enable_badges','execute',NULL,'moodle','',NULL),(740,'core_badges_get_badge','core_badges\\external\\get_badge','execute',NULL,'moodle','','moodle_mobile_app'),(741,'core_blog_get_access_information','\\core_blog\\external\\get_access_information','execute',NULL,'moodle','','moodle_mobile_app'),(742,'core_blog_add_entry','\\core_blog\\external\\add_entry','execute',NULL,'moodle','','moodle_mobile_app'),(743,'core_blog_delete_entry','\\core_blog\\external\\delete_entry','execute',NULL,'moodle','','moodle_mobile_app'),(744,'core_blog_prepare_entry_for_edition','\\core_blog\\external\\prepare_entry_for_edition','execute',NULL,'moodle','','moodle_mobile_app'),(745,'core_blog_update_entry','\\core_blog\\external\\update_entry','execute',NULL,'moodle','','moodle_mobile_app'),(746,'core_check_get_result_admintree','core\\check\\external\\get_result_admintree','execute',NULL,'moodle','',NULL),(747,'core_courseformat_create_module','core_courseformat\\external\\create_module','execute',NULL,'moodle','moodle/course:manageactivities',NULL),(748,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(749,'core_user_prepare_private_files_for_edition','\\core_user\\external\\prepare_private_files_for_edition','execute',NULL,'moodle','moodle/user:manageownfiles','moodle_mobile_app'),(750,'core_user_update_private_files','\\core_user\\external\\update_private_files','execute',NULL,'moodle','moodle/user:manageownfiles','moodle_mobile_app'),(751,'core_filters_get_all_states','core_filters\\external\\get_all_states','execute',NULL,'moodle','','moodle_mobile_app'),(752,'core_output_poll_stored_progress','core\\external\\output\\poll_stored_progress','execute',NULL,'moodle','',NULL),(753,'core_ai_set_policy_status','core_ai\\external\\set_policy_status','execute',NULL,'moodle','','moodle_mobile_app'),(754,'core_ai_get_policy_status','core_ai\\external\\get_policy_status','execute',NULL,'moodle','','moodle_mobile_app'),(755,'core_ai_set_action','core_ai\\external\\set_action','execute',NULL,'moodle','',NULL),(756,'core_sms_set_gateway_status','core_sms\\external\\sms_gateway_status','execute',NULL,'moodle','',NULL),(757,'aiplacement_courseassist_summarise_text','aiplacement_courseassist\\external\\summarise_text','execute',NULL,'aiplacement_courseassist','','moodle_mobile_app'),(758,'aiplacement_editor_generate_image','aiplacement_editor\\external\\generate_image','execute',NULL,'aiplacement_editor','','moodle_mobile_app'),(759,'aiplacement_editor_generate_text','aiplacement_editor\\external\\generate_text','execute',NULL,'aiplacement_editor','','moodle_mobile_app'),(760,'mod_quiz_save_overrides','mod_quiz\\external\\save_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(761,'mod_quiz_delete_overrides','mod_quiz\\external\\delete_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(762,'mod_quiz_get_overrides','mod_quiz\\external\\get_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(763,'mod_quiz_create_grade_items','mod_quiz\\external\\create_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(764,'mod_quiz_delete_grade_items','mod_quiz\\external\\delete_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(765,'mod_quiz_update_grade_items','mod_quiz\\external\\update_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(766,'mod_quiz_update_slots','mod_quiz\\external\\update_slots','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(767,'mod_quiz_get_edit_grading_page_data','mod_quiz\\external\\get_edit_grading_page_data','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(768,'mod_quiz_create_grade_item_per_section','mod_quiz\\external\\create_grade_item_per_section','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(769,'customfield_number_recalculate_value','customfield_number\\external\\recalculate','execute',NULL,'customfield_number','',NULL),(770,'qbank_managecategories_move_category','qbank_managecategories\\external\\move_category','execute',NULL,'qbank_managecategories','moodle/question:managecategory',NULL),(771,'tool_admin_presets_delete_preset','tool_admin_presets\\external\\delete_preset','execute',NULL,'tool_admin_presets','',NULL),(772,'tool_dataprivacy_get_access_information','\\tool_dataprivacy\\external\\get_access_information','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(773,'tool_dataprivacy_create_data_request','\\tool_dataprivacy\\external\\create_data_request','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(774,'tool_dataprivacy_get_data_requests','\\tool_dataprivacy\\external\\get_data_requests','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(775,'tool_policy_get_user_acceptances','\\tool_policy\\external\\get_user_acceptances','execute',NULL,'tool_policy','','moodle_mobile_app'),(776,'tool_policy_set_acceptances_status','\\tool_policy\\external\\set_acceptances_status','execute',NULL,'tool_policy','','moodle_mobile_app'),(777,'mod_assign_remove_submission','mod_assign\\external\\remove_submission','execute',NULL,'mod_assign','mod/assign:submit','moodle_mobile_app'); +INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external\\get_available_in_context','execute',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','','moodle_mobile_app'),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','','moodle_mobile_app'),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','moodle/competency:templatemanage',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'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'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'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'),(585,'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'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'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),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'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'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'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),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'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'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL),(738,'core_badges_disable_badges','core_badges\\external\\disable_badges','execute',NULL,'moodle','',NULL),(739,'core_badges_enable_badges','core_badges\\external\\enable_badges','execute',NULL,'moodle','',NULL),(740,'core_badges_get_badge','core_badges\\external\\get_badge','execute',NULL,'moodle','','moodle_mobile_app'),(741,'core_blog_get_access_information','\\core_blog\\external\\get_access_information','execute',NULL,'moodle','','moodle_mobile_app'),(742,'core_blog_add_entry','\\core_blog\\external\\add_entry','execute',NULL,'moodle','','moodle_mobile_app'),(743,'core_blog_delete_entry','\\core_blog\\external\\delete_entry','execute',NULL,'moodle','','moodle_mobile_app'),(744,'core_blog_prepare_entry_for_edition','\\core_blog\\external\\prepare_entry_for_edition','execute',NULL,'moodle','','moodle_mobile_app'),(745,'core_blog_update_entry','\\core_blog\\external\\update_entry','execute',NULL,'moodle','','moodle_mobile_app'),(746,'core_check_get_result_admintree','core\\check\\external\\get_result_admintree','execute',NULL,'moodle','',NULL),(747,'core_courseformat_create_module','core_courseformat\\external\\create_module','execute',NULL,'moodle','moodle/course:manageactivities',NULL),(748,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(749,'core_user_prepare_private_files_for_edition','\\core_user\\external\\prepare_private_files_for_edition','execute',NULL,'moodle','moodle/user:manageownfiles','moodle_mobile_app'),(750,'core_user_update_private_files','\\core_user\\external\\update_private_files','execute',NULL,'moodle','moodle/user:manageownfiles','moodle_mobile_app'),(751,'core_filters_get_all_states','core_filters\\external\\get_all_states','execute',NULL,'moodle','','moodle_mobile_app'),(752,'core_output_poll_stored_progress','core\\external\\output\\poll_stored_progress','execute',NULL,'moodle','',NULL),(753,'core_ai_set_policy_status','core_ai\\external\\set_policy_status','execute',NULL,'moodle','','moodle_mobile_app'),(754,'core_ai_get_policy_status','core_ai\\external\\get_policy_status','execute',NULL,'moodle','','moodle_mobile_app'),(755,'core_ai_set_action','core_ai\\external\\set_action','execute',NULL,'moodle','',NULL),(756,'core_sms_set_gateway_status','core_sms\\external\\sms_gateway_status','execute',NULL,'moodle','',NULL),(757,'aiplacement_courseassist_summarise_text','aiplacement_courseassist\\external\\summarise_text','execute',NULL,'aiplacement_courseassist','','moodle_mobile_app'),(758,'aiplacement_editor_generate_image','aiplacement_editor\\external\\generate_image','execute',NULL,'aiplacement_editor','','moodle_mobile_app'),(759,'aiplacement_editor_generate_text','aiplacement_editor\\external\\generate_text','execute',NULL,'aiplacement_editor','','moodle_mobile_app'),(760,'mod_quiz_save_overrides','mod_quiz\\external\\save_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(761,'mod_quiz_delete_overrides','mod_quiz\\external\\delete_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(762,'mod_quiz_get_overrides','mod_quiz\\external\\get_overrides','execute',NULL,'mod_quiz','mod/quiz:manageoverrides',NULL),(763,'mod_quiz_create_grade_items','mod_quiz\\external\\create_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(764,'mod_quiz_delete_grade_items','mod_quiz\\external\\delete_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(765,'mod_quiz_update_grade_items','mod_quiz\\external\\update_grade_items','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(766,'mod_quiz_update_slots','mod_quiz\\external\\update_slots','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(767,'mod_quiz_get_edit_grading_page_data','mod_quiz\\external\\get_edit_grading_page_data','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(768,'mod_quiz_create_grade_item_per_section','mod_quiz\\external\\create_grade_item_per_section','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(769,'customfield_number_recalculate_value','customfield_number\\external\\recalculate','execute',NULL,'customfield_number','',NULL),(770,'qbank_managecategories_move_category','qbank_managecategories\\external\\move_category','execute',NULL,'qbank_managecategories','moodle/question:managecategory',NULL),(771,'tool_admin_presets_delete_preset','tool_admin_presets\\external\\delete_preset','execute',NULL,'tool_admin_presets','',NULL),(772,'tool_dataprivacy_get_access_information','\\tool_dataprivacy\\external\\get_access_information','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(773,'tool_dataprivacy_create_data_request','\\tool_dataprivacy\\external\\create_data_request','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(774,'tool_dataprivacy_get_data_requests','\\tool_dataprivacy\\external\\get_data_requests','execute',NULL,'tool_dataprivacy','','moodle_mobile_app'),(775,'tool_policy_get_user_acceptances','\\tool_policy\\external\\get_user_acceptances','execute',NULL,'tool_policy','','moodle_mobile_app'),(776,'tool_policy_set_acceptances_status','\\tool_policy\\external\\set_acceptances_status','execute',NULL,'tool_policy','','moodle_mobile_app'),(777,'mod_assign_remove_submission','mod_assign\\external\\remove_submission','execute',NULL,'mod_assign','mod/assign:submit','moodle_mobile_app'); /*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; UNLOCK TABLES; @@ -21255,7 +21508,7 @@ CREATE TABLE `m_external_services_functions` ( `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `m_exteservfunc_ext_ix` (`externalserviceid`) -) ENGINE=InnoDB AUTO_INCREMENT=3121 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +) ENGINE=InnoDB AUTO_INCREMENT=3558 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -21264,7 +21517,7 @@ CREATE TABLE `m_external_services_functions` ( LOCK TABLES `m_external_services_functions` WRITE; /*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; -INSERT INTO `m_external_services_functions` VALUES (2684,1,'core_badges_get_user_badges'),(2685,1,'core_calendar_get_calendar_monthly_view'),(2686,1,'core_calendar_get_calendar_day_view'),(2687,1,'core_calendar_get_calendar_upcoming_view'),(2688,1,'core_calendar_update_event_start_day'),(2689,1,'core_calendar_create_calendar_events'),(2690,1,'core_calendar_delete_calendar_events'),(2691,1,'core_calendar_get_calendar_events'),(2692,1,'core_calendar_get_action_events_by_timesort'),(2693,1,'core_calendar_get_action_events_by_course'),(2694,1,'core_calendar_get_action_events_by_courses'),(2695,1,'core_calendar_get_calendar_event_by_id'),(2696,1,'core_calendar_submit_create_update_form'),(2697,1,'core_comment_get_comments'),(2698,1,'core_completion_get_activities_completion_status'),(2699,1,'core_completion_get_course_completion_status'),(2700,1,'core_completion_mark_course_self_completed'),(2701,1,'core_completion_update_activity_completion_status_manually'),(2702,1,'core_course_get_categories'),(2703,1,'core_course_get_contents'),(2704,1,'core_course_get_course_module'),(2705,1,'core_course_get_course_module_by_instance'),(2706,1,'core_course_get_courses'),(2707,1,'core_course_search_courses'),(2708,1,'core_course_view_course'),(2709,1,'core_course_get_user_navigation_options'),(2710,1,'core_course_get_user_administration_options'),(2711,1,'core_course_get_courses_by_field'),(2712,1,'core_course_check_updates'),(2713,1,'core_course_get_updates_since'),(2714,1,'core_enrol_get_course_enrolment_methods'),(2715,1,'core_enrol_get_enrolled_users'),(2716,1,'core_enrol_get_users_courses'),(2717,1,'core_files_get_files'),(2718,1,'core_get_component_strings'),(2719,1,'core_group_get_activity_allowed_groups'),(2720,1,'core_group_get_activity_groupmode'),(2721,1,'core_group_get_course_groupings'),(2722,1,'core_group_get_course_groups'),(2723,1,'core_group_get_course_user_groups'),(2724,1,'core_message_delete_contacts'),(2725,1,'core_message_delete_message'),(2726,1,'core_message_get_blocked_users'),(2727,1,'core_message_data_for_messagearea_search_messages'),(2728,1,'core_message_get_messages'),(2729,1,'core_message_get_unread_conversations_count'),(2730,1,'core_message_mark_all_notifications_as_read'),(2731,1,'core_message_mark_message_read'),(2732,1,'core_message_mark_notification_read'),(2733,1,'core_message_message_processor_config_form'),(2734,1,'core_message_search_contacts'),(2735,1,'core_message_send_instant_messages'),(2736,1,'core_message_get_user_notification_preferences'),(2737,1,'core_message_get_user_message_preferences'),(2738,1,'core_notes_create_notes'),(2739,1,'core_notes_delete_notes'),(2740,1,'core_notes_get_course_notes'),(2741,1,'core_notes_view_notes'),(2742,1,'core_question_update_flag'),(2743,1,'core_rating_get_item_ratings'),(2744,1,'core_rating_add_rating'),(2745,1,'core_tag_get_tagindex'),(2746,1,'core_user_add_user_device'),(2747,1,'core_user_add_user_private_files'),(2748,1,'core_user_get_course_user_profiles'),(2749,1,'core_user_get_users_by_field'),(2750,1,'core_user_remove_user_device'),(2751,1,'core_user_update_user_preferences'),(2752,1,'core_user_view_user_list'),(2753,1,'core_user_view_user_profile'),(2754,1,'core_user_get_user_preferences'),(2755,1,'core_user_update_picture'),(2756,1,'core_user_set_user_preferences'),(2757,1,'core_user_agree_site_policy'),(2758,1,'core_user_get_private_files_info'),(2759,1,'core_competency_competency_viewed'),(2760,1,'core_competency_list_course_competencies'),(2761,1,'core_competency_get_scale_values'),(2762,1,'core_competency_user_competency_viewed'),(2763,1,'core_competency_user_competency_viewed_in_plan'),(2764,1,'core_competency_user_competency_viewed_in_course'),(2765,1,'core_competency_user_competency_plan_viewed'),(2766,1,'core_competency_grade_competency_in_course'),(2767,1,'core_competency_delete_evidence'),(2768,1,'core_webservice_get_site_info'),(2769,1,'core_block_get_course_blocks'),(2770,1,'core_filters_get_available_in_context'),(2771,1,'mod_assign_get_grades'),(2772,1,'mod_assign_get_assignments'),(2773,1,'mod_assign_get_submissions'),(2774,1,'mod_assign_get_user_flags'),(2775,1,'mod_assign_set_user_flags'),(2776,1,'mod_assign_get_user_mappings'),(2777,1,'mod_assign_revert_submissions_to_draft'),(2778,1,'mod_assign_lock_submissions'),(2779,1,'mod_assign_unlock_submissions'),(2780,1,'mod_assign_save_submission'),(2781,1,'mod_assign_submit_for_grading'),(2782,1,'mod_assign_save_grade'),(2783,1,'mod_assign_save_grades'),(2784,1,'mod_assign_save_user_extensions'),(2785,1,'mod_assign_reveal_identities'),(2786,1,'mod_assign_view_grading_table'),(2787,1,'mod_assign_view_submission_status'),(2788,1,'mod_assign_get_submission_status'),(2789,1,'mod_assign_list_participants'),(2790,1,'mod_assign_submit_grading_form'),(2791,1,'mod_assign_get_participant'),(2792,1,'mod_assign_view_assign'),(2793,1,'mod_book_view_book'),(2794,1,'mod_book_get_books_by_courses'),(2795,1,'mod_chat_login_user'),(2796,1,'mod_chat_get_chat_users'),(2797,1,'mod_chat_send_chat_message'),(2798,1,'mod_chat_get_chat_latest_messages'),(2799,1,'mod_chat_view_chat'),(2800,1,'mod_chat_get_chats_by_courses'),(2801,1,'mod_chat_get_sessions'),(2802,1,'mod_chat_get_session_messages'),(2803,1,'mod_choice_get_choice_results'),(2804,1,'mod_choice_get_choice_options'),(2805,1,'mod_choice_submit_choice_response'),(2806,1,'mod_choice_view_choice'),(2807,1,'mod_choice_get_choices_by_courses'),(2808,1,'mod_choice_delete_choice_responses'),(2809,1,'mod_data_get_databases_by_courses'),(2810,1,'mod_data_view_database'),(2811,1,'mod_data_get_data_access_information'),(2812,1,'mod_data_get_entries'),(2813,1,'mod_data_get_entry'),(2814,1,'mod_data_get_fields'),(2815,1,'mod_data_search_entries'),(2816,1,'mod_data_approve_entry'),(2817,1,'mod_data_delete_entry'),(2818,1,'mod_data_add_entry'),(2819,1,'mod_data_update_entry'),(2820,1,'mod_feedback_get_feedbacks_by_courses'),(2821,1,'mod_feedback_get_feedback_access_information'),(2822,1,'mod_feedback_view_feedback'),(2823,1,'mod_feedback_get_current_completed_tmp'),(2824,1,'mod_feedback_get_items'),(2825,1,'mod_feedback_launch_feedback'),(2826,1,'mod_feedback_get_page_items'),(2827,1,'mod_feedback_process_page'),(2828,1,'mod_feedback_get_analysis'),(2829,1,'mod_feedback_get_unfinished_responses'),(2830,1,'mod_feedback_get_finished_responses'),(2831,1,'mod_feedback_get_non_respondents'),(2832,1,'mod_feedback_get_responses_analysis'),(2833,1,'mod_feedback_get_last_completed'),(2834,1,'mod_folder_view_folder'),(2835,1,'mod_folder_get_folders_by_courses'),(2836,1,'mod_forum_get_forums_by_courses'),(2837,1,'mod_forum_view_forum'),(2838,1,'mod_forum_view_forum_discussion'),(2839,1,'mod_forum_add_discussion_post'),(2840,1,'mod_forum_add_discussion'),(2841,1,'mod_forum_can_add_discussion'),(2842,1,'mod_glossary_get_glossaries_by_courses'),(2843,1,'mod_glossary_view_glossary'),(2844,1,'mod_glossary_view_entry'),(2845,1,'mod_glossary_get_entries_by_letter'),(2846,1,'mod_glossary_get_entries_by_date'),(2847,1,'mod_glossary_get_categories'),(2848,1,'mod_glossary_get_entries_by_category'),(2849,1,'mod_glossary_get_authors'),(2850,1,'mod_glossary_get_entries_by_author'),(2851,1,'mod_glossary_get_entries_by_author_id'),(2852,1,'mod_glossary_get_entries_by_search'),(2853,1,'mod_glossary_get_entries_by_term'),(2854,1,'mod_glossary_get_entries_to_approve'),(2855,1,'mod_glossary_get_entry_by_id'),(2856,1,'mod_glossary_add_entry'),(2857,1,'mod_imscp_view_imscp'),(2858,1,'mod_imscp_get_imscps_by_courses'),(2859,1,'mod_label_get_labels_by_courses'),(2860,1,'mod_lesson_get_lessons_by_courses'),(2861,1,'mod_lesson_get_lesson_access_information'),(2862,1,'mod_lesson_view_lesson'),(2863,1,'mod_lesson_get_questions_attempts'),(2864,1,'mod_lesson_get_user_grade'),(2865,1,'mod_lesson_get_user_attempt_grade'),(2866,1,'mod_lesson_get_content_pages_viewed'),(2867,1,'mod_lesson_get_user_timers'),(2868,1,'mod_lesson_get_pages'),(2869,1,'mod_lesson_launch_attempt'),(2870,1,'mod_lesson_get_page_data'),(2871,1,'mod_lesson_process_page'),(2872,1,'mod_lesson_finish_attempt'),(2873,1,'mod_lesson_get_attempts_overview'),(2874,1,'mod_lesson_get_user_attempt'),(2875,1,'mod_lesson_get_pages_possible_jumps'),(2876,1,'mod_lesson_get_lesson'),(2877,1,'mod_lti_get_tool_launch_data'),(2878,1,'mod_lti_get_ltis_by_courses'),(2879,1,'mod_lti_view_lti'),(2880,1,'mod_page_view_page'),(2881,1,'mod_page_get_pages_by_courses'),(2882,1,'mod_quiz_get_quizzes_by_courses'),(2883,1,'mod_quiz_view_quiz'),(2884,1,'mod_quiz_get_user_attempts'),(2885,1,'mod_quiz_get_user_best_grade'),(2886,1,'mod_quiz_get_combined_review_options'),(2887,1,'mod_quiz_start_attempt'),(2888,1,'mod_quiz_get_attempt_data'),(2889,1,'mod_quiz_get_attempt_summary'),(2890,1,'mod_quiz_save_attempt'),(2891,1,'mod_quiz_process_attempt'),(2892,1,'mod_quiz_get_attempt_review'),(2893,1,'mod_quiz_view_attempt'),(2894,1,'mod_quiz_view_attempt_summary'),(2895,1,'mod_quiz_view_attempt_review'),(2896,1,'mod_quiz_get_quiz_feedback_for_grade'),(2897,1,'mod_quiz_get_quiz_access_information'),(2898,1,'mod_quiz_get_attempt_access_information'),(2899,1,'mod_quiz_get_quiz_required_qtypes'),(2900,1,'mod_resource_view_resource'),(2901,1,'mod_resource_get_resources_by_courses'),(2902,1,'mod_scorm_view_scorm'),(2903,1,'mod_scorm_get_scorm_attempt_count'),(2904,1,'mod_scorm_get_scorm_scoes'),(2905,1,'mod_scorm_get_scorm_user_data'),(2906,1,'mod_scorm_insert_scorm_tracks'),(2907,1,'mod_scorm_get_scorm_sco_tracks'),(2908,1,'mod_scorm_get_scorms_by_courses'),(2909,1,'mod_scorm_launch_sco'),(2910,1,'mod_survey_get_surveys_by_courses'),(2911,1,'mod_survey_view_survey'),(2912,1,'mod_survey_get_questions'),(2913,1,'mod_survey_submit_answers'),(2914,1,'mod_url_view_url'),(2915,1,'mod_url_get_urls_by_courses'),(2916,1,'mod_wiki_get_wikis_by_courses'),(2917,1,'mod_wiki_view_wiki'),(2918,1,'mod_wiki_view_page'),(2919,1,'mod_wiki_get_subwikis'),(2920,1,'mod_wiki_get_subwiki_pages'),(2921,1,'mod_wiki_get_subwiki_files'),(2922,1,'mod_wiki_get_page_contents'),(2923,1,'mod_wiki_get_page_for_editing'),(2924,1,'mod_wiki_new_page'),(2925,1,'mod_wiki_edit_page'),(2926,1,'mod_workshop_get_workshops_by_courses'),(2927,1,'mod_workshop_get_workshop_access_information'),(2928,1,'mod_workshop_get_user_plan'),(2929,1,'mod_workshop_view_workshop'),(2930,1,'mod_workshop_add_submission'),(2931,1,'mod_workshop_update_submission'),(2932,1,'mod_workshop_delete_submission'),(2933,1,'mod_workshop_get_submissions'),(2934,1,'mod_workshop_get_submission'),(2935,1,'mod_workshop_get_submission_assessments'),(2936,1,'mod_workshop_get_assessment'),(2937,1,'mod_workshop_get_assessment_form_definition'),(2938,1,'mod_workshop_get_reviewer_assessments'),(2939,1,'mod_workshop_update_assessment'),(2940,1,'mod_workshop_get_grades'),(2941,1,'mod_workshop_evaluate_assessment'),(2942,1,'mod_workshop_get_grades_report'),(2943,1,'mod_workshop_view_submission'),(2944,1,'mod_workshop_evaluate_submission'),(2945,1,'enrol_guest_get_instance_info'),(2946,1,'enrol_self_get_instance_info'),(2947,1,'enrol_self_enrol_user'),(2948,1,'message_airnotifier_is_system_configured'),(2949,1,'message_airnotifier_are_notification_preferences_configured'),(2950,1,'message_airnotifier_get_user_devices'),(2951,1,'message_airnotifier_enable_device'),(2952,1,'message_popup_get_popup_notifications'),(2953,1,'message_popup_get_unread_popup_notification_count'),(2954,1,'report_insights_set_notuseful_prediction'),(2955,1,'report_insights_set_fixed_prediction'),(2956,1,'gradereport_overview_get_course_grades'),(2957,1,'gradereport_overview_view_grade_report'),(2958,1,'gradereport_user_get_grades_table'),(2959,1,'gradereport_user_view_grade_report'),(2960,1,'gradereport_user_get_grade_items'),(2961,1,'tool_dataprivacy_cancel_data_request'),(2962,1,'tool_dataprivacy_contact_dpo'),(2963,1,'tool_lp_data_for_course_competencies_page'),(2964,1,'tool_lp_data_for_plans_page'),(2965,1,'tool_lp_data_for_plan_page'),(2966,1,'tool_lp_data_for_user_evidence_list_page'),(2967,1,'tool_lp_data_for_user_evidence_page'),(2968,1,'tool_lp_data_for_user_competency_summary'),(2969,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2970,1,'tool_lp_data_for_user_competency_summary_in_course'),(2971,1,'tool_mobile_get_plugins_supporting_mobile'),(2972,1,'tool_mobile_get_public_config'),(2973,1,'tool_mobile_get_config'),(2974,1,'tool_mobile_get_autologin_key'),(2975,1,'tool_mobile_get_content'),(2976,1,'core_blog_get_entries'),(2977,1,'core_blog_view_entries'),(2978,1,'core_calendar_get_calendar_access_information'),(2979,1,'core_calendar_get_allowed_event_types'),(2980,1,'core_calendar_get_calendar_export_token'),(2981,1,'core_comment_add_comments'),(2982,1,'core_comment_delete_comments'),(2983,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2984,1,'core_course_get_recent_courses'),(2985,1,'core_course_set_favourite_courses'),(2986,1,'core_enrol_search_users'),(2987,1,'core_files_delete_draft_files'),(2988,1,'core_grades_grader_gradingpanel_point_fetch'),(2989,1,'core_grades_grader_gradingpanel_point_store'),(2990,1,'core_grades_grader_gradingpanel_scale_fetch'),(2991,1,'core_grades_grader_gradingpanel_scale_store'),(2992,1,'core_message_mute_conversations'),(2993,1,'core_message_unmute_conversations'),(2994,1,'core_message_block_user'),(2995,1,'core_message_get_contact_requests'),(2996,1,'core_message_create_contact_request'),(2997,1,'core_message_confirm_contact_request'),(2998,1,'core_message_decline_contact_request'),(2999,1,'core_message_get_received_contact_requests_count'),(3000,1,'core_message_delete_conversations_by_id'),(3001,1,'core_message_message_search_users'),(3002,1,'core_message_get_user_contacts'),(3003,1,'core_message_get_conversations'),(3004,1,'core_message_get_conversation'),(3005,1,'core_message_get_conversation_between_users'),(3006,1,'core_message_get_self_conversation'),(3007,1,'core_message_get_conversation_counts'),(3008,1,'core_message_get_unread_conversation_counts'),(3009,1,'core_message_get_conversation_members'),(3010,1,'core_message_get_member_info'),(3011,1,'core_message_mark_all_conversation_messages_as_read'),(3012,1,'core_message_send_messages_to_conversation'),(3013,1,'core_message_get_conversation_messages'),(3014,1,'core_message_unblock_user'),(3015,1,'core_message_set_favourite_conversations'),(3016,1,'core_message_unset_favourite_conversations'),(3017,1,'core_message_delete_message_for_all_users'),(3018,1,'core_tag_get_tagindex_per_area'),(3019,1,'core_tag_get_tag_areas'),(3020,1,'core_tag_get_tag_collections'),(3021,1,'core_tag_get_tag_cloud'),(3022,1,'core_block_get_dashboard_blocks'),(3023,1,'core_h5p_get_trusted_h5p_file'),(3024,1,'core_table_get_dynamic_table_content'),(3025,1,'core_xapi_statement_post'),(3026,1,'mod_forum_get_discussion_posts'),(3027,1,'mod_forum_get_forum_discussions'),(3028,1,'mod_forum_get_forum_access_information'),(3029,1,'mod_forum_set_subscription_state'),(3030,1,'mod_forum_set_lock_state'),(3031,1,'mod_forum_toggle_favourite_state'),(3032,1,'mod_forum_set_pin_state'),(3033,1,'mod_forum_delete_post'),(3034,1,'mod_forum_get_discussion_post'),(3035,1,'mod_forum_prepare_draft_area_for_post'),(3036,1,'mod_forum_update_discussion_post'),(3037,1,'mod_glossary_delete_entry'),(3038,1,'mod_glossary_update_entry'),(3039,1,'mod_glossary_prepare_entry_for_edition'),(3040,1,'mod_h5pactivity_get_h5pactivity_access_information'),(3041,1,'mod_h5pactivity_view_h5pactivity'),(3042,1,'mod_h5pactivity_get_attempts'),(3043,1,'mod_h5pactivity_get_results'),(3044,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(3045,1,'mod_scorm_get_scorm_access_information'),(3046,1,'block_recentlyaccesseditems_get_recent_items'),(3047,1,'block_starredcourses_get_starred_courses'),(3048,1,'report_insights_action_executed'),(3049,1,'tool_analytics_potential_contexts'),(3050,1,'tool_mobile_call_external_functions'),(3051,1,'tool_mobile_validate_subscription_key'),(3052,1,'tool_mobile_get_tokens_for_qr_login'),(3053,1,'tool_moodlenet_verify_webfinger'),(3054,1,'tool_moodlenet_search_courses'),(3055,1,'core_files_get_unused_draft_itemid'),(3056,1,'core_block_fetch_addable_blocks'),(3057,1,'mod_h5pactivity_log_report_viewed'),(3058,1,'mod_h5pactivity_get_user_attempts'),(3059,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(3060,1,'core_message_get_unread_notification_count'),(3061,1,'mod_assign_start_submission'),(3062,1,'mod_bigbluebuttonbn_can_join'),(3063,1,'mod_bigbluebuttonbn_get_recordings'),(3064,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(3065,1,'mod_bigbluebuttonbn_update_recording'),(3066,1,'mod_bigbluebuttonbn_end_meeting'),(3067,1,'mod_bigbluebuttonbn_completion_validate'),(3068,1,'mod_bigbluebuttonbn_meeting_info'),(3069,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(3070,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(3071,1,'mod_bigbluebuttonbn_get_join_url'),(3072,1,'core_grades_get_enrolled_users_for_search_widget'),(3073,1,'core_grades_get_enrolled_users_for_selector'),(3074,1,'core_grades_get_groups_for_search_widget'),(3075,1,'core_grades_get_groups_for_selector'),(3076,1,'core_grades_get_gradeitems'),(3077,1,'core_user_update_user_device_public_key'),(3078,1,'core_xapi_post_state'),(3079,1,'core_xapi_get_state'),(3080,1,'core_xapi_get_states'),(3081,1,'core_xapi_delete_state'),(3082,1,'core_reportbuilder_list_reports'),(3083,1,'core_reportbuilder_retrieve_report'),(3084,1,'core_reportbuilder_view_report'),(3085,1,'gradereport_grader_get_users_in_report'),(3086,1,'gradereport_singleview_get_grade_items_for_search_widget'),(3087,1,'gradereport_user_get_access_information'),(3088,1,'core_badges_get_user_badge_by_hash'),(3089,1,'core_group_get_groups_for_selector'),(3090,1,'core_my_view_page'),(3091,1,'core_search_get_results'),(3092,1,'core_search_get_search_areas_list'),(3093,1,'core_search_view_results'),(3094,1,'core_search_get_top_results'),(3095,1,'core_xapi_delete_states'),(3096,1,'core_reportbuilder_retrieve_system_report'),(3097,1,'core_reportbuilder_can_view_system_report'),(3098,1,'mod_chat_view_sessions'),(3099,1,'enrol_guest_validate_password'),(3100,1,'core_badges_get_badge'),(3101,1,'core_blog_get_access_information'),(3102,1,'core_blog_add_entry'),(3103,1,'core_blog_delete_entry'),(3104,1,'core_blog_prepare_entry_for_edition'),(3105,1,'core_blog_update_entry'),(3106,1,'core_grades_get_gradable_users'),(3107,1,'core_user_prepare_private_files_for_edition'),(3108,1,'core_user_update_private_files'),(3109,1,'core_filters_get_all_states'),(3110,1,'core_ai_set_policy_status'),(3111,1,'core_ai_get_policy_status'),(3112,1,'aiplacement_courseassist_summarise_text'),(3113,1,'aiplacement_editor_generate_image'),(3114,1,'aiplacement_editor_generate_text'),(3115,1,'tool_dataprivacy_get_access_information'),(3116,1,'tool_dataprivacy_create_data_request'),(3117,1,'tool_dataprivacy_get_data_requests'),(3118,1,'tool_policy_get_user_acceptances'),(3119,1,'tool_policy_set_acceptances_status'),(3120,1,'mod_assign_remove_submission'); +INSERT INTO `m_external_services_functions` VALUES (3121,1,'core_badges_get_user_badges'),(3122,1,'core_calendar_get_calendar_monthly_view'),(3123,1,'core_calendar_get_calendar_day_view'),(3124,1,'core_calendar_get_calendar_upcoming_view'),(3125,1,'core_calendar_update_event_start_day'),(3126,1,'core_calendar_create_calendar_events'),(3127,1,'core_calendar_delete_calendar_events'),(3128,1,'core_calendar_get_calendar_events'),(3129,1,'core_calendar_get_action_events_by_timesort'),(3130,1,'core_calendar_get_action_events_by_course'),(3131,1,'core_calendar_get_action_events_by_courses'),(3132,1,'core_calendar_get_calendar_event_by_id'),(3133,1,'core_calendar_submit_create_update_form'),(3134,1,'core_comment_get_comments'),(3135,1,'core_completion_get_activities_completion_status'),(3136,1,'core_completion_get_course_completion_status'),(3137,1,'core_completion_mark_course_self_completed'),(3138,1,'core_completion_update_activity_completion_status_manually'),(3139,1,'core_course_get_categories'),(3140,1,'core_course_get_contents'),(3141,1,'core_course_get_course_module'),(3142,1,'core_course_get_course_module_by_instance'),(3143,1,'core_course_get_courses'),(3144,1,'core_course_search_courses'),(3145,1,'core_course_view_course'),(3146,1,'core_course_get_user_navigation_options'),(3147,1,'core_course_get_user_administration_options'),(3148,1,'core_course_get_courses_by_field'),(3149,1,'core_course_check_updates'),(3150,1,'core_course_get_updates_since'),(3151,1,'core_enrol_get_course_enrolment_methods'),(3152,1,'core_enrol_get_enrolled_users'),(3153,1,'core_enrol_get_users_courses'),(3154,1,'core_files_get_files'),(3155,1,'core_get_component_strings'),(3156,1,'core_group_get_activity_allowed_groups'),(3157,1,'core_group_get_activity_groupmode'),(3158,1,'core_group_get_course_groupings'),(3159,1,'core_group_get_course_groups'),(3160,1,'core_group_get_course_user_groups'),(3161,1,'core_message_delete_contacts'),(3162,1,'core_message_delete_message'),(3163,1,'core_message_get_blocked_users'),(3164,1,'core_message_data_for_messagearea_search_messages'),(3165,1,'core_message_get_messages'),(3166,1,'core_message_get_unread_conversations_count'),(3167,1,'core_message_mark_all_notifications_as_read'),(3168,1,'core_message_mark_message_read'),(3169,1,'core_message_mark_notification_read'),(3170,1,'core_message_message_processor_config_form'),(3171,1,'core_message_search_contacts'),(3172,1,'core_message_send_instant_messages'),(3173,1,'core_message_get_user_notification_preferences'),(3174,1,'core_message_get_user_message_preferences'),(3175,1,'core_notes_create_notes'),(3176,1,'core_notes_delete_notes'),(3177,1,'core_notes_get_course_notes'),(3178,1,'core_notes_view_notes'),(3179,1,'core_question_update_flag'),(3180,1,'core_rating_get_item_ratings'),(3181,1,'core_rating_add_rating'),(3182,1,'core_tag_get_tagindex'),(3183,1,'core_user_add_user_device'),(3184,1,'core_user_add_user_private_files'),(3185,1,'core_user_get_course_user_profiles'),(3186,1,'core_user_get_users_by_field'),(3187,1,'core_user_remove_user_device'),(3188,1,'core_user_update_user_preferences'),(3189,1,'core_user_view_user_list'),(3190,1,'core_user_view_user_profile'),(3191,1,'core_user_get_user_preferences'),(3192,1,'core_user_update_picture'),(3193,1,'core_user_set_user_preferences'),(3194,1,'core_user_agree_site_policy'),(3195,1,'core_user_get_private_files_info'),(3196,1,'core_competency_competency_viewed'),(3197,1,'core_competency_list_course_competencies'),(3198,1,'core_competency_get_scale_values'),(3199,1,'core_competency_user_competency_viewed'),(3200,1,'core_competency_user_competency_viewed_in_plan'),(3201,1,'core_competency_user_competency_viewed_in_course'),(3202,1,'core_competency_user_competency_plan_viewed'),(3203,1,'core_competency_grade_competency_in_course'),(3204,1,'core_competency_delete_evidence'),(3205,1,'core_webservice_get_site_info'),(3206,1,'core_block_get_course_blocks'),(3207,1,'core_filters_get_available_in_context'),(3208,1,'mod_assign_get_grades'),(3209,1,'mod_assign_get_assignments'),(3210,1,'mod_assign_get_submissions'),(3211,1,'mod_assign_get_user_flags'),(3212,1,'mod_assign_set_user_flags'),(3213,1,'mod_assign_get_user_mappings'),(3214,1,'mod_assign_revert_submissions_to_draft'),(3215,1,'mod_assign_lock_submissions'),(3216,1,'mod_assign_unlock_submissions'),(3217,1,'mod_assign_save_submission'),(3218,1,'mod_assign_submit_for_grading'),(3219,1,'mod_assign_save_grade'),(3220,1,'mod_assign_save_grades'),(3221,1,'mod_assign_save_user_extensions'),(3222,1,'mod_assign_reveal_identities'),(3223,1,'mod_assign_view_grading_table'),(3224,1,'mod_assign_view_submission_status'),(3225,1,'mod_assign_get_submission_status'),(3226,1,'mod_assign_list_participants'),(3227,1,'mod_assign_submit_grading_form'),(3228,1,'mod_assign_get_participant'),(3229,1,'mod_assign_view_assign'),(3230,1,'mod_book_view_book'),(3231,1,'mod_book_get_books_by_courses'),(3232,1,'mod_chat_login_user'),(3233,1,'mod_chat_get_chat_users'),(3234,1,'mod_chat_send_chat_message'),(3235,1,'mod_chat_get_chat_latest_messages'),(3236,1,'mod_chat_view_chat'),(3237,1,'mod_chat_get_chats_by_courses'),(3238,1,'mod_chat_get_sessions'),(3239,1,'mod_chat_get_session_messages'),(3240,1,'mod_choice_get_choice_results'),(3241,1,'mod_choice_get_choice_options'),(3242,1,'mod_choice_submit_choice_response'),(3243,1,'mod_choice_view_choice'),(3244,1,'mod_choice_get_choices_by_courses'),(3245,1,'mod_choice_delete_choice_responses'),(3246,1,'mod_data_get_databases_by_courses'),(3247,1,'mod_data_view_database'),(3248,1,'mod_data_get_data_access_information'),(3249,1,'mod_data_get_entries'),(3250,1,'mod_data_get_entry'),(3251,1,'mod_data_get_fields'),(3252,1,'mod_data_search_entries'),(3253,1,'mod_data_approve_entry'),(3254,1,'mod_data_delete_entry'),(3255,1,'mod_data_add_entry'),(3256,1,'mod_data_update_entry'),(3257,1,'mod_feedback_get_feedbacks_by_courses'),(3258,1,'mod_feedback_get_feedback_access_information'),(3259,1,'mod_feedback_view_feedback'),(3260,1,'mod_feedback_get_current_completed_tmp'),(3261,1,'mod_feedback_get_items'),(3262,1,'mod_feedback_launch_feedback'),(3263,1,'mod_feedback_get_page_items'),(3264,1,'mod_feedback_process_page'),(3265,1,'mod_feedback_get_analysis'),(3266,1,'mod_feedback_get_unfinished_responses'),(3267,1,'mod_feedback_get_finished_responses'),(3268,1,'mod_feedback_get_non_respondents'),(3269,1,'mod_feedback_get_responses_analysis'),(3270,1,'mod_feedback_get_last_completed'),(3271,1,'mod_folder_view_folder'),(3272,1,'mod_folder_get_folders_by_courses'),(3273,1,'mod_forum_get_forums_by_courses'),(3274,1,'mod_forum_view_forum'),(3275,1,'mod_forum_view_forum_discussion'),(3276,1,'mod_forum_add_discussion_post'),(3277,1,'mod_forum_add_discussion'),(3278,1,'mod_forum_can_add_discussion'),(3279,1,'mod_glossary_get_glossaries_by_courses'),(3280,1,'mod_glossary_view_glossary'),(3281,1,'mod_glossary_view_entry'),(3282,1,'mod_glossary_get_entries_by_letter'),(3283,1,'mod_glossary_get_entries_by_date'),(3284,1,'mod_glossary_get_categories'),(3285,1,'mod_glossary_get_entries_by_category'),(3286,1,'mod_glossary_get_authors'),(3287,1,'mod_glossary_get_entries_by_author'),(3288,1,'mod_glossary_get_entries_by_author_id'),(3289,1,'mod_glossary_get_entries_by_search'),(3290,1,'mod_glossary_get_entries_by_term'),(3291,1,'mod_glossary_get_entries_to_approve'),(3292,1,'mod_glossary_get_entry_by_id'),(3293,1,'mod_glossary_add_entry'),(3294,1,'mod_imscp_view_imscp'),(3295,1,'mod_imscp_get_imscps_by_courses'),(3296,1,'mod_label_get_labels_by_courses'),(3297,1,'mod_lesson_get_lessons_by_courses'),(3298,1,'mod_lesson_get_lesson_access_information'),(3299,1,'mod_lesson_view_lesson'),(3300,1,'mod_lesson_get_questions_attempts'),(3301,1,'mod_lesson_get_user_grade'),(3302,1,'mod_lesson_get_user_attempt_grade'),(3303,1,'mod_lesson_get_content_pages_viewed'),(3304,1,'mod_lesson_get_user_timers'),(3305,1,'mod_lesson_get_pages'),(3306,1,'mod_lesson_launch_attempt'),(3307,1,'mod_lesson_get_page_data'),(3308,1,'mod_lesson_process_page'),(3309,1,'mod_lesson_finish_attempt'),(3310,1,'mod_lesson_get_attempts_overview'),(3311,1,'mod_lesson_get_user_attempt'),(3312,1,'mod_lesson_get_pages_possible_jumps'),(3313,1,'mod_lesson_get_lesson'),(3314,1,'mod_lti_get_tool_launch_data'),(3315,1,'mod_lti_get_ltis_by_courses'),(3316,1,'mod_lti_view_lti'),(3317,1,'mod_page_view_page'),(3318,1,'mod_page_get_pages_by_courses'),(3319,1,'mod_quiz_get_quizzes_by_courses'),(3320,1,'mod_quiz_view_quiz'),(3321,1,'mod_quiz_get_user_attempts'),(3322,1,'mod_quiz_get_user_best_grade'),(3323,1,'mod_quiz_get_combined_review_options'),(3324,1,'mod_quiz_start_attempt'),(3325,1,'mod_quiz_get_attempt_data'),(3326,1,'mod_quiz_get_attempt_summary'),(3327,1,'mod_quiz_save_attempt'),(3328,1,'mod_quiz_process_attempt'),(3329,1,'mod_quiz_get_attempt_review'),(3330,1,'mod_quiz_view_attempt'),(3331,1,'mod_quiz_view_attempt_summary'),(3332,1,'mod_quiz_view_attempt_review'),(3333,1,'mod_quiz_get_quiz_feedback_for_grade'),(3334,1,'mod_quiz_get_quiz_access_information'),(3335,1,'mod_quiz_get_attempt_access_information'),(3336,1,'mod_quiz_get_quiz_required_qtypes'),(3337,1,'mod_resource_view_resource'),(3338,1,'mod_resource_get_resources_by_courses'),(3339,1,'mod_scorm_view_scorm'),(3340,1,'mod_scorm_get_scorm_attempt_count'),(3341,1,'mod_scorm_get_scorm_scoes'),(3342,1,'mod_scorm_get_scorm_user_data'),(3343,1,'mod_scorm_insert_scorm_tracks'),(3344,1,'mod_scorm_get_scorm_sco_tracks'),(3345,1,'mod_scorm_get_scorms_by_courses'),(3346,1,'mod_scorm_launch_sco'),(3347,1,'mod_survey_get_surveys_by_courses'),(3348,1,'mod_survey_view_survey'),(3349,1,'mod_survey_get_questions'),(3350,1,'mod_survey_submit_answers'),(3351,1,'mod_url_view_url'),(3352,1,'mod_url_get_urls_by_courses'),(3353,1,'mod_wiki_get_wikis_by_courses'),(3354,1,'mod_wiki_view_wiki'),(3355,1,'mod_wiki_view_page'),(3356,1,'mod_wiki_get_subwikis'),(3357,1,'mod_wiki_get_subwiki_pages'),(3358,1,'mod_wiki_get_subwiki_files'),(3359,1,'mod_wiki_get_page_contents'),(3360,1,'mod_wiki_get_page_for_editing'),(3361,1,'mod_wiki_new_page'),(3362,1,'mod_wiki_edit_page'),(3363,1,'mod_workshop_get_workshops_by_courses'),(3364,1,'mod_workshop_get_workshop_access_information'),(3365,1,'mod_workshop_get_user_plan'),(3366,1,'mod_workshop_view_workshop'),(3367,1,'mod_workshop_add_submission'),(3368,1,'mod_workshop_update_submission'),(3369,1,'mod_workshop_delete_submission'),(3370,1,'mod_workshop_get_submissions'),(3371,1,'mod_workshop_get_submission'),(3372,1,'mod_workshop_get_submission_assessments'),(3373,1,'mod_workshop_get_assessment'),(3374,1,'mod_workshop_get_assessment_form_definition'),(3375,1,'mod_workshop_get_reviewer_assessments'),(3376,1,'mod_workshop_update_assessment'),(3377,1,'mod_workshop_get_grades'),(3378,1,'mod_workshop_evaluate_assessment'),(3379,1,'mod_workshop_get_grades_report'),(3380,1,'mod_workshop_view_submission'),(3381,1,'mod_workshop_evaluate_submission'),(3382,1,'enrol_guest_get_instance_info'),(3383,1,'enrol_self_get_instance_info'),(3384,1,'enrol_self_enrol_user'),(3385,1,'message_airnotifier_is_system_configured'),(3386,1,'message_airnotifier_are_notification_preferences_configured'),(3387,1,'message_airnotifier_get_user_devices'),(3388,1,'message_airnotifier_enable_device'),(3389,1,'message_popup_get_popup_notifications'),(3390,1,'message_popup_get_unread_popup_notification_count'),(3391,1,'report_insights_set_notuseful_prediction'),(3392,1,'report_insights_set_fixed_prediction'),(3393,1,'gradereport_overview_get_course_grades'),(3394,1,'gradereport_overview_view_grade_report'),(3395,1,'gradereport_user_get_grades_table'),(3396,1,'gradereport_user_view_grade_report'),(3397,1,'gradereport_user_get_grade_items'),(3398,1,'tool_dataprivacy_cancel_data_request'),(3399,1,'tool_dataprivacy_contact_dpo'),(3400,1,'tool_lp_data_for_course_competencies_page'),(3401,1,'tool_lp_data_for_plans_page'),(3402,1,'tool_lp_data_for_plan_page'),(3403,1,'tool_lp_data_for_user_evidence_list_page'),(3404,1,'tool_lp_data_for_user_evidence_page'),(3405,1,'tool_lp_data_for_user_competency_summary'),(3406,1,'tool_lp_data_for_user_competency_summary_in_plan'),(3407,1,'tool_lp_data_for_user_competency_summary_in_course'),(3408,1,'tool_mobile_get_plugins_supporting_mobile'),(3409,1,'tool_mobile_get_public_config'),(3410,1,'tool_mobile_get_config'),(3411,1,'tool_mobile_get_autologin_key'),(3412,1,'tool_mobile_get_content'),(3413,1,'core_blog_get_entries'),(3414,1,'core_blog_view_entries'),(3415,1,'core_calendar_get_calendar_access_information'),(3416,1,'core_calendar_get_allowed_event_types'),(3417,1,'core_calendar_get_calendar_export_token'),(3418,1,'core_comment_add_comments'),(3419,1,'core_comment_delete_comments'),(3420,1,'core_course_get_enrolled_courses_by_timeline_classification'),(3421,1,'core_course_get_recent_courses'),(3422,1,'core_course_set_favourite_courses'),(3423,1,'core_enrol_search_users'),(3424,1,'core_files_delete_draft_files'),(3425,1,'core_grades_grader_gradingpanel_point_fetch'),(3426,1,'core_grades_grader_gradingpanel_point_store'),(3427,1,'core_grades_grader_gradingpanel_scale_fetch'),(3428,1,'core_grades_grader_gradingpanel_scale_store'),(3429,1,'core_message_mute_conversations'),(3430,1,'core_message_unmute_conversations'),(3431,1,'core_message_block_user'),(3432,1,'core_message_get_contact_requests'),(3433,1,'core_message_create_contact_request'),(3434,1,'core_message_confirm_contact_request'),(3435,1,'core_message_decline_contact_request'),(3436,1,'core_message_get_received_contact_requests_count'),(3437,1,'core_message_delete_conversations_by_id'),(3438,1,'core_message_message_search_users'),(3439,1,'core_message_get_user_contacts'),(3440,1,'core_message_get_conversations'),(3441,1,'core_message_get_conversation'),(3442,1,'core_message_get_conversation_between_users'),(3443,1,'core_message_get_self_conversation'),(3444,1,'core_message_get_conversation_counts'),(3445,1,'core_message_get_unread_conversation_counts'),(3446,1,'core_message_get_conversation_members'),(3447,1,'core_message_get_member_info'),(3448,1,'core_message_mark_all_conversation_messages_as_read'),(3449,1,'core_message_send_messages_to_conversation'),(3450,1,'core_message_get_conversation_messages'),(3451,1,'core_message_unblock_user'),(3452,1,'core_message_set_favourite_conversations'),(3453,1,'core_message_unset_favourite_conversations'),(3454,1,'core_message_delete_message_for_all_users'),(3455,1,'core_tag_get_tagindex_per_area'),(3456,1,'core_tag_get_tag_areas'),(3457,1,'core_tag_get_tag_collections'),(3458,1,'core_tag_get_tag_cloud'),(3459,1,'core_block_get_dashboard_blocks'),(3460,1,'core_h5p_get_trusted_h5p_file'),(3461,1,'core_table_get_dynamic_table_content'),(3462,1,'core_xapi_statement_post'),(3463,1,'mod_forum_get_discussion_posts'),(3464,1,'mod_forum_get_forum_discussions'),(3465,1,'mod_forum_get_forum_access_information'),(3466,1,'mod_forum_set_subscription_state'),(3467,1,'mod_forum_set_lock_state'),(3468,1,'mod_forum_toggle_favourite_state'),(3469,1,'mod_forum_set_pin_state'),(3470,1,'mod_forum_delete_post'),(3471,1,'mod_forum_get_discussion_post'),(3472,1,'mod_forum_prepare_draft_area_for_post'),(3473,1,'mod_forum_update_discussion_post'),(3474,1,'mod_glossary_delete_entry'),(3475,1,'mod_glossary_update_entry'),(3476,1,'mod_glossary_prepare_entry_for_edition'),(3477,1,'mod_h5pactivity_get_h5pactivity_access_information'),(3478,1,'mod_h5pactivity_view_h5pactivity'),(3479,1,'mod_h5pactivity_get_attempts'),(3480,1,'mod_h5pactivity_get_results'),(3481,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(3482,1,'mod_scorm_get_scorm_access_information'),(3483,1,'block_recentlyaccesseditems_get_recent_items'),(3484,1,'block_starredcourses_get_starred_courses'),(3485,1,'report_insights_action_executed'),(3486,1,'tool_analytics_potential_contexts'),(3487,1,'tool_mobile_call_external_functions'),(3488,1,'tool_mobile_validate_subscription_key'),(3489,1,'tool_mobile_get_tokens_for_qr_login'),(3490,1,'tool_moodlenet_verify_webfinger'),(3491,1,'tool_moodlenet_search_courses'),(3492,1,'core_files_get_unused_draft_itemid'),(3493,1,'core_block_fetch_addable_blocks'),(3494,1,'mod_h5pactivity_log_report_viewed'),(3495,1,'mod_h5pactivity_get_user_attempts'),(3496,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(3497,1,'core_message_get_unread_notification_count'),(3498,1,'mod_assign_start_submission'),(3499,1,'mod_bigbluebuttonbn_can_join'),(3500,1,'mod_bigbluebuttonbn_get_recordings'),(3501,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(3502,1,'mod_bigbluebuttonbn_update_recording'),(3503,1,'mod_bigbluebuttonbn_end_meeting'),(3504,1,'mod_bigbluebuttonbn_completion_validate'),(3505,1,'mod_bigbluebuttonbn_meeting_info'),(3506,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(3507,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(3508,1,'mod_bigbluebuttonbn_get_join_url'),(3509,1,'core_grades_get_enrolled_users_for_search_widget'),(3510,1,'core_grades_get_enrolled_users_for_selector'),(3511,1,'core_grades_get_groups_for_search_widget'),(3512,1,'core_grades_get_groups_for_selector'),(3513,1,'core_grades_get_gradeitems'),(3514,1,'core_user_update_user_device_public_key'),(3515,1,'core_xapi_post_state'),(3516,1,'core_xapi_get_state'),(3517,1,'core_xapi_get_states'),(3518,1,'core_xapi_delete_state'),(3519,1,'core_reportbuilder_list_reports'),(3520,1,'core_reportbuilder_retrieve_report'),(3521,1,'core_reportbuilder_view_report'),(3522,1,'gradereport_grader_get_users_in_report'),(3523,1,'gradereport_singleview_get_grade_items_for_search_widget'),(3524,1,'gradereport_user_get_access_information'),(3525,1,'core_badges_get_user_badge_by_hash'),(3526,1,'core_group_get_groups_for_selector'),(3527,1,'core_my_view_page'),(3528,1,'core_search_get_results'),(3529,1,'core_search_get_search_areas_list'),(3530,1,'core_search_view_results'),(3531,1,'core_search_get_top_results'),(3532,1,'core_xapi_delete_states'),(3533,1,'core_reportbuilder_retrieve_system_report'),(3534,1,'core_reportbuilder_can_view_system_report'),(3535,1,'mod_chat_view_sessions'),(3536,1,'enrol_guest_validate_password'),(3537,1,'core_badges_get_badge'),(3538,1,'core_blog_get_access_information'),(3539,1,'core_blog_add_entry'),(3540,1,'core_blog_delete_entry'),(3541,1,'core_blog_prepare_entry_for_edition'),(3542,1,'core_blog_update_entry'),(3543,1,'core_grades_get_gradable_users'),(3544,1,'core_user_prepare_private_files_for_edition'),(3545,1,'core_user_update_private_files'),(3546,1,'core_filters_get_all_states'),(3547,1,'core_ai_set_policy_status'),(3548,1,'core_ai_get_policy_status'),(3549,1,'aiplacement_courseassist_summarise_text'),(3550,1,'aiplacement_editor_generate_image'),(3551,1,'aiplacement_editor_generate_text'),(3552,1,'tool_dataprivacy_get_access_information'),(3553,1,'tool_dataprivacy_create_data_request'),(3554,1,'tool_dataprivacy_get_data_requests'),(3555,1,'tool_policy_get_user_acceptances'),(3556,1,'tool_policy_set_acceptances_status'),(3557,1,'mod_assign_remove_submission'); /*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; @@ -21692,7 +21945,7 @@ CREATE TABLE `m_files` ( KEY `m_file_ref_ix` (`referencefileid`), KEY `m_file_lic_ix` (`license`), KEY `m_file_fil_ix` (`filename`) -) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -21701,7 +21954,7 @@ CREATE TABLE `m_files` ( LOCK TABLES `m_files` WRITE; /*!40000 ALTER TABLE `m_files` DISABLE KEYS */; -INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(8,'04f9e3f61b551ffef703352afd57e322b8891fb2','2ba2f5e0f394fef6698f8e87d3e7bf04d3ad5993',5,'user','draft',477752382,'/','blobid0.svg',2,2578,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727269018,1727269018,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b66552a062f905803fb97c691289dcf9ab24a97c',5,'user','draft',477752382,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727269018,1727269018,0,NULL),(10,'04f9e3f61b551ffef703352afd57e322b8891fb2','b2ba432b98d60d9c0c37b5b3828b9e1c1558d137',5,'user','draft',84627515,'/','blobid0.svg',2,2578,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727271823,1727271823,0,NULL),(11,'da39a3ee5e6b4b0d3255bfef95601890afd80709','05250725bf2179c0979f00865522e32decd7be82',5,'user','draft',84627515,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271823,1727271823,0,NULL),(12,'916804c84a27b193b7dae681064f8d140ad33dfe','237cca882c9ed66aac48874926e9c95d6823ed7a',5,'user','draft',83414452,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727271893,1727271893,0,NULL),(13,'da39a3ee5e6b4b0d3255bfef95601890afd80709','baae8dda868840ff6a23400b09bc325fd219f99e',5,'user','draft',83414452,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271893,1727271893,0,NULL),(14,'916804c84a27b193b7dae681064f8d140ad33dfe','882a6c782853d44552c310e46a6aa13cd0d979cb',5,'user','draft',565556323,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727271974,1727271974,0,NULL),(15,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4ce9ba5a2caec1e18dadd3a1e5bef23e15733985',5,'user','draft',565556323,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271974,1727271974,0,NULL),(16,'916804c84a27b193b7dae681064f8d140ad33dfe','7fae149d7c1041b9eef596672c8ac08dec82b00e',21,'course','summary',0,'/','blobid0.svg',2,1292,'image/svg+xml',0,'blobid0.svg',NULL,'allrightsreserved',1727271974,1727272149,0,NULL),(17,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ad6d86e70bb1b2270472617919f7849da07c3267',21,'course','summary',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271974,1727272149,0,NULL),(18,'916804c84a27b193b7dae681064f8d140ad33dfe','9313c5e2d9d8ecfa051bea04f5a5dc3ae0fc65bf',5,'user','draft',9032304,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:11:\"blobid0.svg\";s:8:\"original\";s:212:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToyMTtzOjk6ImNvbXBvbmVudCI7czo2OiJjb3Vyc2UiO3M6NjoiaXRlbWlkIjtpOjA7czo4OiJmaWxlYXJlYSI7czo3OiJzdW1tYXJ5IjtzOjg6ImZpbGVwYXRoIjtzOjE6Ii8iO3M6ODoiZmlsZW5hbWUiO3M6MTE6ImJsb2JpZDAuc3ZnIjt9\";}',NULL,'allrightsreserved',1727271974,1727272149,0,NULL),(19,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec7ce1e31e0a01c6fc9c2bb790c6dc352db72392',5,'user','draft',9032304,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727272150,1727272150,0,NULL),(20,'916804c84a27b193b7dae681064f8d140ad33dfe','f18415d68b4f5a2ea5e0c10487dc41be9a64aee7',5,'user','draft',9032304,'/','blobid0 (1).svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727272151,1727272151,0,NULL),(21,'916804c84a27b193b7dae681064f8d140ad33dfe','8d15cfb6502070657d9acad88d7d7f964931ba6d',5,'user','draft',540910160,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:11:\"blobid0.svg\";s:8:\"original\";s:212:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToyMTtzOjk6ImNvbXBvbmVudCI7czo2OiJjb3Vyc2UiO3M6NjoiaXRlbWlkIjtpOjA7czo4OiJmaWxlYXJlYSI7czo3OiJzdW1tYXJ5IjtzOjg6ImZpbGVwYXRoIjtzOjE6Ii8iO3M6ODoiZmlsZW5hbWUiO3M6MTE6ImJsb2JpZDAuc3ZnIjt9\";}',NULL,'allrightsreserved',1727271974,1727272149,0,NULL),(22,'da39a3ee5e6b4b0d3255bfef95601890afd80709','08abcd39c7c39d594ae6e37ca770487f11720111',5,'user','draft',540910160,'/','.',2,0,NULL,0,NULL,NULL,NULL,1730726361,1730726361,0,NULL); +INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(8,'04f9e3f61b551ffef703352afd57e322b8891fb2','2ba2f5e0f394fef6698f8e87d3e7bf04d3ad5993',5,'user','draft',477752382,'/','blobid0.svg',2,2578,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727269018,1727269018,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b66552a062f905803fb97c691289dcf9ab24a97c',5,'user','draft',477752382,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727269018,1727269018,0,NULL),(10,'04f9e3f61b551ffef703352afd57e322b8891fb2','b2ba432b98d60d9c0c37b5b3828b9e1c1558d137',5,'user','draft',84627515,'/','blobid0.svg',2,2578,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727271823,1727271823,0,NULL),(11,'da39a3ee5e6b4b0d3255bfef95601890afd80709','05250725bf2179c0979f00865522e32decd7be82',5,'user','draft',84627515,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271823,1727271823,0,NULL),(12,'916804c84a27b193b7dae681064f8d140ad33dfe','237cca882c9ed66aac48874926e9c95d6823ed7a',5,'user','draft',83414452,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727271893,1727271893,0,NULL),(13,'da39a3ee5e6b4b0d3255bfef95601890afd80709','baae8dda868840ff6a23400b09bc325fd219f99e',5,'user','draft',83414452,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271893,1727271893,0,NULL),(14,'916804c84a27b193b7dae681064f8d140ad33dfe','882a6c782853d44552c310e46a6aa13cd0d979cb',5,'user','draft',565556323,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727271974,1727271974,0,NULL),(15,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4ce9ba5a2caec1e18dadd3a1e5bef23e15733985',5,'user','draft',565556323,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727271974,1727271974,0,NULL),(18,'916804c84a27b193b7dae681064f8d140ad33dfe','9313c5e2d9d8ecfa051bea04f5a5dc3ae0fc65bf',5,'user','draft',9032304,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:11:\"blobid0.svg\";s:8:\"original\";s:212:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToyMTtzOjk6ImNvbXBvbmVudCI7czo2OiJjb3Vyc2UiO3M6NjoiaXRlbWlkIjtpOjA7czo4OiJmaWxlYXJlYSI7czo3OiJzdW1tYXJ5IjtzOjg6ImZpbGVwYXRoIjtzOjE6Ii8iO3M6ODoiZmlsZW5hbWUiO3M6MTE6ImJsb2JpZDAuc3ZnIjt9\";}',NULL,'allrightsreserved',1727271974,1727272149,0,NULL),(19,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec7ce1e31e0a01c6fc9c2bb790c6dc352db72392',5,'user','draft',9032304,'/','.',2,0,NULL,0,NULL,NULL,NULL,1727272150,1727272150,0,NULL),(20,'916804c84a27b193b7dae681064f8d140ad33dfe','f18415d68b4f5a2ea5e0c10487dc41be9a64aee7',5,'user','draft',9032304,'/','blobid0 (1).svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:11:\"blobid0.svg\";}',NULL,'allrightsreserved',1727272151,1727272151,0,NULL),(21,'916804c84a27b193b7dae681064f8d140ad33dfe','8d15cfb6502070657d9acad88d7d7f964931ba6d',5,'user','draft',540910160,'/','blobid0.svg',2,1292,'image/svg+xml',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:11:\"blobid0.svg\";s:8:\"original\";s:212:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToyMTtzOjk6ImNvbXBvbmVudCI7czo2OiJjb3Vyc2UiO3M6NjoiaXRlbWlkIjtpOjA7czo4OiJmaWxlYXJlYSI7czo3OiJzdW1tYXJ5IjtzOjg6ImZpbGVwYXRoIjtzOjE6Ii8iO3M6ODoiZmlsZW5hbWUiO3M6MTE6ImJsb2JpZDAuc3ZnIjt9\";}',NULL,'allrightsreserved',1727271974,1727272149,0,NULL),(22,'da39a3ee5e6b4b0d3255bfef95601890afd80709','08abcd39c7c39d594ae6e37ca770487f11720111',5,'user','draft',540910160,'/','.',2,0,NULL,0,NULL,NULL,NULL,1730726361,1730726361,0,NULL),(23,'0a68058989971bd9f8d7004b9f68decd30fa7ec8','361edf10a6e315efc9423dc48ee84a97239d1978',5,'user','draft',562380041,'/','Moode-TestingResources.mbz',2,272213,'application/vnd.moodle.backup',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:26:\"Moode-TestingResources.mbz\";}','Admin User','allrightsreserved',1736241939,1736241939,0,NULL),(24,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6a5d6db6ac8d121c063eca54ea475149598f313a',5,'user','draft',562380041,'/','.',2,0,NULL,0,NULL,NULL,NULL,1736241939,1736241939,0,NULL); /*!40000 ALTER TABLE `m_files` ENABLE KEYS */; UNLOCK TABLES; @@ -21890,7 +22143,7 @@ CREATE TABLE `m_forum` ( `lockdiscussionafter` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `m_foru_cou_ix` (`course`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -21899,7 +22152,7 @@ CREATE TABLE `m_forum` ( LOCK TABLES `m_forum` WRITE; /*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; -INSERT INTO `m_forum` VALUES (1,2,'news','Announcements','

Gene«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»i«/mi»«mn»7«/mn»«mi»i«/mi»«mi»t«/mi»«mi»y«/mi»«mi»i«/mi»«mi»t«/mi»«mi»t«/mi»«mi»i«/mi»«mi»y«/mi»«mfrac»«mrow»«mi»u«/mi»«mi»y«/mi»«mi»t«/mi»«mi»r«/mi»«mi»t«/mi»«mi»y«/mi»«/mrow»«mrow»«mi»t«/mi»«mi»i«/mi»«mi»y«/mi»«/mrow»«/mfrac»«/math»ral news and announcements

',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1727268809,0,0,0,0,0,0,0,0); +INSERT INTO `m_forum` VALUES (2,2,'general','Filter test: Forum','',1,0,0,0,0,0,100,0,0,512000,9,0,1,0,0,1711024652,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; UNLOCK TABLES; @@ -21949,7 +22202,7 @@ CREATE TABLE `m_forum_discussion_subs` ( KEY `m_forudiscsubs_for_ix` (`forum`), KEY `m_forudiscsubs_use_ix` (`userid`), KEY `m_forudiscsubs_dis_ix` (`discussion`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users may choose to subscribe and unsubscribe from specific '; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users may choose to subscribe and unsubscribe from specific '; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -21958,6 +22211,7 @@ CREATE TABLE `m_forum_discussion_subs` ( LOCK TABLES `m_forum_discussion_subs` WRITE; /*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; +INSERT INTO `m_forum_discussion_subs` VALUES (1,2,5,1,1711024722),(2,2,2,1,1729523140); /*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; @@ -21988,7 +22242,7 @@ CREATE TABLE `m_forum_discussions` ( KEY `m_forudisc_cou_ix` (`course`), KEY `m_forudisc_for_ix` (`forum`), KEY `m_forudisc_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -21997,6 +22251,7 @@ CREATE TABLE `m_forum_discussions` ( LOCK TABLES `m_forum_discussions` WRITE; /*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; +INSERT INTO `m_forum_discussions` VALUES (1,2,2,'Filter test: Forum',1,5,0,0,1711024722,5,0,0,0,0); /*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; @@ -22064,7 +22319,7 @@ CREATE TABLE `m_forum_posts` ( KEY `m_forupost_dis_ix` (`discussion`), KEY `m_forupost_par_ix` (`parent`), KEY `m_forupost_pri_ix` (`privatereplyto`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22073,6 +22328,7 @@ CREATE TABLE `m_forum_posts` ( LOCK TABLES `m_forum_posts` WRITE; /*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; +INSERT INTO `m_forum_posts` VALUES (1,1,0,5,1711024722,1729523140,0,'Filter test: Forum','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:`Courier New`¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«mi mathvariant=¨bold-italic¨ mathcolor=¨#7F0000¨»x«/mi»«mo mathvariant=¨bold¨ mathcolor=¨#7F0000¨»+«/mo»«mfrac mathcolor=¨#7F0000¨»«mi mathvariant=¨bold¨»y«/mi»«mi mathvariant=¨bold¨»z«/mi»«/mfrac»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x-y}$$

',1,0,'',0,0,0,31,885,0); /*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; UNLOCK TABLES; @@ -22413,7 +22669,7 @@ CREATE TABLE `m_grade_categories` ( PRIMARY KEY (`id`), KEY `m_gradcate_cou_ix` (`courseid`), KEY `m_gradcate_par_ix` (`parent`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about categories, used for grou'; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about categories, used for grou'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22422,7 +22678,7 @@ CREATE TABLE `m_grade_categories` ( LOCK TABLES `m_grade_categories` WRITE; /*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; -INSERT INTO `m_grade_categories` VALUES (1,2,NULL,1,'/1/','?',13,0,0,1,0,1727268684,1727268684,0); +INSERT INTO `m_grade_categories` VALUES (2,2,NULL,1,'/2/','?',13,0,0,1,0,1736241979,1736241979,0); /*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; UNLOCK TABLES; @@ -22459,7 +22715,7 @@ CREATE TABLE `m_grade_categories_history` ( KEY `m_gradcatehist_cou_ix` (`courseid`), KEY `m_gradcatehist_par_ix` (`parent`), KEY `m_gradcatehist_log_ix` (`loggeduser`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22468,7 +22724,7 @@ CREATE TABLE `m_grade_categories_history` ( LOCK TABLES `m_grade_categories_history` WRITE; /*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; -INSERT INTO `m_grade_categories_history` VALUES (1,1,1,'system',1727268684,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1727268684,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0); +INSERT INTO `m_grade_categories_history` VALUES (1,1,1,'system',1727268684,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1727268684,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,3,1,'coursedelete',1736241954,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(4,1,2,'system',1736241979,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(5,2,2,'system',1736241979,2,2,NULL,1,'/2/','?',13,0,0,1,0,0,0); /*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; @@ -22510,7 +22766,7 @@ CREATE TABLE `m_grade_grades` ( KEY `m_gradgrad_use_ix` (`userid`), KEY `m_gradgrad_raw_ix` (`rawscaleid`), KEY `m_gradgrad_use2_ix` (`usermodified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='grade_grades This table keeps individual grades for each us'; +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='grade_grades This table keeps individual grades for each us'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22519,6 +22775,7 @@ CREATE TABLE `m_grade_grades` ( LOCK TABLES `m_grade_grades` WRITE; /*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; +INSERT INTO `m_grade_grades` VALUES (1,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(3,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232620,1736238892,'used',0.11111),(4,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(5,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733232871,1733232872,'used',0.11111),(6,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(7,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1733233223,1736239145,'used',0.11111),(8,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(9,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239285,1736239285,'used',0.11111),(10,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(11,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239334,1736239334,'used',0.11111),(12,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(13,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(14,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239830,1736239833,'used',0.11111),(15,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,1736239382,1736239382,'used',0.11111),(16,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(17,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(18,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(19,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(20,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(21,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(22,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(23,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(24,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000); /*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; UNLOCK TABLES; @@ -22564,7 +22821,7 @@ CREATE TABLE `m_grade_grades_history` ( KEY `m_gradgradhist_raw_ix` (`rawscaleid`), KEY `m_gradgradhist_use2_ix` (`usermodified`), KEY `m_gradgradhist_log_ix` (`loggeduser`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22573,6 +22830,7 @@ CREATE TABLE `m_grade_grades_history` ( LOCK TABLES `m_grade_grades_history` WRITE; /*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; +INSERT INTO `m_grade_grades_history` VALUES (1,1,1,'restore',1736241979,2,3,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(2,1,2,'restore',1736241979,2,3,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(3,1,3,'restore',1736241986,2,4,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(4,1,4,'restore',1736241986,2,4,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(5,1,5,'restore',1736241990,2,5,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(6,1,6,'restore',1736241990,2,5,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(7,1,7,'restore',1736241994,2,6,4,10.00000,10.00000,0.00000,0,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(8,1,8,'restore',1736241994,2,6,2,NULL,10.00000,0.00000,0,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(9,1,9,'restore',1736241995,2,7,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(10,1,10,'restore',1736241995,2,7,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(11,1,11,'restore',1736241996,2,8,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(12,1,12,'restore',1736241996,2,8,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(13,1,13,'restore',1736241997,2,9,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(14,1,14,'restore',1736241997,2,9,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(15,1,15,'restore',1736241997,2,10,4,10.00000,10.00000,0.00000,0,4,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(16,1,16,'restore',1736241997,2,10,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(17,1,17,'restore',1736241997,2,11,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(18,1,18,'restore',1736241997,2,11,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(19,1,19,'restore',1736241997,2,12,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(20,1,20,'restore',1736241998,2,12,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(21,1,21,'restore',1736241998,2,13,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(22,1,22,'restore',1736241998,2,13,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(23,1,23,'restore',1736241998,2,14,4,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(24,1,24,'restore',1736241998,2,14,2,NULL,10.00000,0.00000,0,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0); /*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; @@ -22685,7 +22943,7 @@ CREATE TABLE `m_grade_items` ( KEY `m_graditem_sca_ix` (`scaleid`), KEY `m_graditem_out_ix` (`outcomeid`), KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about gradeable items (ie colum'; +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about gradeable items (ie colum'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22694,7 +22952,7 @@ CREATE TABLE `m_grade_items` ( LOCK TABLES `m_grade_items` WRITE; /*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; -INSERT INTO `m_grade_items` VALUES (1,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,NULL,0,0,0,0,0,1727268684,1727268809); +INSERT INTO `m_grade_items` VALUES (2,2,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,1,0,1736241979,1736241979),(3,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,NULL,0,0,0,1,0,1736241979,1736241979),(4,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,NULL,0,0,0,1,0,1736241986,1736241986),(5,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,NULL,0,0,0,1,0,1736241990,1736241990),(6,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,NULL,0,0,0,1,0,1736241994,1736241994),(7,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,NULL,0,0,0,1,0,1736241995,1736241995),(8,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,NULL,0,0,0,1,0,1736241996,1736241996),(9,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,NULL,0,0,0,1,0,1736241997,1736241997),(10,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,NULL,0,0,0,1,0,1736241997,1736241997),(11,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,NULL,0,0,0,1,0,1736241997,1736241997),(12,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,NULL,0,0,0,1,0,1736241997,1736241997),(13,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,NULL,0,0,0,1,0,1736241998,1736241998),(14,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,NULL,0,0,0,1,0,1736241998,1736241998); /*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; UNLOCK TABLES; @@ -22749,7 +23007,7 @@ CREATE TABLE `m_grade_items_history` ( KEY `m_graditemhist_sca_ix` (`scaleid`), KEY `m_graditemhist_out_ix` (`outcomeid`), KEY `m_graditemhist_log_ix` (`loggeduser`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22758,7 +23016,7 @@ CREATE TABLE `m_grade_items_history` ( LOCK TABLES `m_grade_items_history` WRITE; /*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; -INSERT INTO `m_grade_items_history` VALUES (1,1,1,'system',1727268684,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',1727268809,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); +INSERT INTO `m_grade_items_history` VALUES (1,1,1,'system',1727268684,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',1727268809,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,3,1,'coursedelete',1736241954,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,0,0,NULL,0),(4,1,2,'system',1736241979,2,2,NULL,NULL,'course',NULL,2,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),(5,1,3,'restore',1736241979,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,0,0,NULL,0),(6,2,3,'restore',1736241979,2,2,2,'Filter test: Quiz','mod','quiz',1,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,3,0,0,0,1,0,NULL,0),(7,1,4,'restore',1736241986,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,4,0,0,0,0,0,NULL,0),(8,2,4,'restore',1736241986,2,2,2,'Smoke','mod','quiz',2,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,22,0,0,0,1,0,NULL,0),(9,1,5,'restore',1736241990,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(10,2,5,'restore',1736241990,2,2,2,'Cloze','mod','quiz',3,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,2,0,0,0,1,0,NULL,0),(11,1,6,'restore',1736241994,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(12,2,6,'restore',1736241994,2,2,2,'Essay','mod','quiz',4,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,19,0,0,0,1,0,NULL,0),(13,1,7,'restore',1736241995,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(14,2,7,'restore',1736241995,2,2,2,'Match','mod','quiz',5,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,17,0,0,0,1,0,NULL,0),(15,1,8,'restore',1736241996,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(16,2,8,'restore',1736241996,2,2,2,'Multichoice','mod','quiz',6,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,18,0,0,0,1,0,NULL,0),(17,1,9,'restore',1736241997,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(18,2,9,'restore',1736241997,2,2,2,'Short Answer','mod','quiz',7,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,11,0,0,0,1,0,NULL,0),(19,1,10,'restore',1736241997,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(20,2,10,'restore',1736241997,2,2,2,'True or False','mod','quiz',8,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,20,0,0,0,1,0,NULL,0),(21,1,11,'restore',1736241997,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(22,2,11,'restore',1736241997,2,2,2,'Short Answer - old','mod','quiz',9,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,15,0,0,0,1,0,NULL,0),(23,1,12,'restore',1736241997,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,23,0,0,0,0,0,NULL,0),(24,2,12,'restore',1736241997,2,2,2,'Test','mod','quiz',10,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,25,0,0,0,1,0,NULL,0),(25,1,13,'restore',1736241998,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(26,2,13,'restore',1736241998,2,2,2,'Graphical Answer','mod','quiz',11,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,21,0,0,0,1,0,NULL,0),(27,1,14,'restore',1736241998,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,26,0,0,0,0,0,NULL,0),(28,2,14,'restore',1736241998,2,2,2,'Random variables: Generating tables from lists','mod','quiz',12,0,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.06250,5,0,0,0,1,0,NULL,0); /*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; @@ -22932,7 +23190,7 @@ CREATE TABLE `m_grading_areas` ( PRIMARY KEY (`id`), UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), KEY `m_gradarea_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -22941,6 +23199,7 @@ CREATE TABLE `m_grading_areas` ( LOCK TABLES `m_grading_areas` WRITE; /*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; +INSERT INTO `m_grading_areas` VALUES (1,36,'mod_forum','forum',NULL); /*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; UNLOCK TABLES; @@ -24149,7 +24408,7 @@ CREATE TABLE `m_logstore_standard_log` ( KEY `m_logsstanlog_cou_ix` (`courseid`), KEY `m_logsstanlog_rea_ix` (`realuserid`), KEY `m_logsstanlog_rel_ix` (`relateduserid`) -) ENGINE=InnoDB AUTO_INCREMENT=2035 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +) ENGINE=InnoDB AUTO_INCREMENT=2091 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -24158,7 +24417,7 @@ CREATE TABLE `m_logstore_standard_log` ( LOCK TABLES `m_logstore_standard_log` WRITE; /*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; -INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL),(1788,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/user:viewprofilepictures\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1789,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/user:viewprofilepictures\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1790,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"moodle/contentbank:configurecustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1791,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"moodle/contentbank:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1792,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:editcoursewelcomemessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1793,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:editcoursewelcomemessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1794,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/ai:fetchanyuserpolicystatus\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1795,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"moodle/ai:acceptpolicy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1796,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"moodle/ai:fetchpolicy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1797,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1798,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1799,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1800,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1801,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1802,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1803,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1804,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1805,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1806,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1807,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1808,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1809,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/bigbluebuttonbn:seepresentation\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267231,'cli',NULL,NULL),(1810,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/bigbluebuttonbn:seepresentation\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267231,'cli',NULL,NULL),(1811,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/bigbluebuttonbn:seepresentation\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267231,'cli',NULL,NULL),(1812,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/subsection:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267233,'cli',NULL,NULL),(1813,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/subsection:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267233,'cli',NULL,NULL),(1814,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"tool/uploadcourse:use\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267259,'cli',NULL,NULL),(1815,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_configuremanually\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1816,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_configuremanually\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1817,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_usesebclientconfig\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1818,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_usesebclientconfig\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1819,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/premium:accesspremium\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267269,'cli',NULL,NULL),(1820,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"tiny/recordrtc:recordscreen\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267269,'cli',NULL,NULL),(1821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1727267507,'web','172.18.0.1',NULL),(1822,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1727267515,'web','172.18.0.1',NULL),(1823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727267516,'web','172.18.0.1',NULL),(1824,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1727267516,'web','172.18.0.1',NULL),(1825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727267677,'web','172.18.0.1',NULL),(1826,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1727267677,'web','172.18.0.1',NULL),(1827,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',8,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:20;s:9:\"stepindex\";i:0;}',1727267680,'web','172.18.0.1',NULL),(1828,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727268675,'web','172.18.0.1',NULL),(1829,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1727268684,'web','172.18.0.1',NULL),(1830,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1727268809,'web','172.18.0.1',NULL),(1831,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',1,'u',1,24,70,1,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:5:\"forum\";s:10:\"instanceid\";s:1:\"1\";s:4:\"name\";s:13:\"Announcements\";}',1727268809,'web','172.18.0.1',NULL),(1832,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727268809,'web','172.18.0.1',NULL),(1833,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727268994,'web','172.18.0.1',NULL),(1834,'\\core\\event\\draft_file_added','core','added','draft_file','files',8,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:477752382;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:2578;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"04f9e3f61b551ffef703352afd57e322b8891fb2\";}',1727269018,'web','172.18.0.1',NULL),(1835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";s:3:\"php\";s:5:\"value\";s:6:\"client\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1727269040,'web','172.18.0.1',NULL),(1836,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270135,'web','172.18.0.1',NULL),(1837,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270138,'web','172.18.0.1',NULL),(1838,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270139,'web','172.18.0.1',NULL),(1839,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270139,'web','172.18.0.1',NULL),(1840,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270310,'web','172.18.0.1',NULL),(1841,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270311,'web','172.18.0.1',NULL),(1842,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270336,'web','172.18.0.1',NULL),(1843,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270337,'web','172.18.0.1',NULL),(1844,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270367,'web','172.18.0.1',NULL),(1845,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270368,'web','172.18.0.1',NULL),(1846,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',11,'c',2,1,10,0,2,0,NULL,0,'a:3:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";s:6:\"stepid\";i:25;s:9:\"stepindex\";i:0;}',1727270368,'web','172.18.0.1',NULL),(1847,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270369,'web','172.18.0.1',NULL),(1848,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270370,'web','172.18.0.1',NULL),(1849,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270372,'web','172.18.0.1',NULL),(1850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270373,'web','172.18.0.1',NULL),(1851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270374,'web','172.18.0.1',NULL),(1852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270375,'web','172.18.0.1',NULL),(1853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270377,'web','172.18.0.1',NULL),(1854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270377,'web','172.18.0.1',NULL),(1855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270378,'web','172.18.0.1',NULL),(1856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270379,'web','172.18.0.1',NULL),(1857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270380,'web','172.18.0.1',NULL),(1858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270381,'web','172.18.0.1',NULL),(1859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270382,'web','172.18.0.1',NULL),(1860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270382,'web','172.18.0.1',NULL),(1861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270383,'web','172.18.0.1',NULL),(1862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270384,'web','172.18.0.1',NULL),(1863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270384,'web','172.18.0.1',NULL),(1864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270385,'web','172.18.0.1',NULL),(1865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270385,'web','172.18.0.1',NULL),(1866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270386,'web','172.18.0.1',NULL),(1867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270386,'web','172.18.0.1',NULL),(1868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270386,'web','172.18.0.1',NULL),(1869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270387,'web','172.18.0.1',NULL),(1870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270387,'web','172.18.0.1',NULL),(1871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270388,'web','172.18.0.1',NULL),(1872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270388,'web','172.18.0.1',NULL),(1873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270388,'web','172.18.0.1',NULL),(1874,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270389,'web','172.18.0.1',NULL),(1875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270389,'web','172.18.0.1',NULL),(1876,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270390,'web','172.18.0.1',NULL),(1877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270390,'web','172.18.0.1',NULL),(1878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270390,'web','172.18.0.1',NULL),(1879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270391,'web','172.18.0.1',NULL),(1880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270407,'web','172.18.0.1',NULL),(1881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270412,'web','172.18.0.1',NULL),(1882,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270416,'web','172.18.0.1',NULL),(1883,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270419,'web','172.18.0.1',NULL),(1884,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270420,'web','172.18.0.1',NULL),(1885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270442,'web','172.18.0.1',NULL),(1886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270446,'web','172.18.0.1',NULL),(1887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270543,'web','172.18.0.1',NULL),(1888,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270585,'web','172.18.0.1',NULL),(1889,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270590,'web','172.18.0.1',NULL),(1890,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270609,'web','172.18.0.1',NULL),(1891,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270618,'web','172.18.0.1',NULL),(1892,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270784,'web','172.18.0.1',NULL),(1893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270910,'web','172.18.0.1',NULL),(1894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270912,'web','172.18.0.1',NULL),(1895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270989,'web','172.18.0.1',NULL),(1896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270998,'web','172.18.0.1',NULL),(1897,'\\core\\event\\section_viewed','core','viewed','section','course_sections',1,'r',2,21,50,2,2,2,NULL,0,'N;',1727271000,'web','172.18.0.1',NULL),(1898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271002,'web','172.18.0.1',NULL),(1899,'\\core\\event\\section_viewed','core','viewed','section','course_sections',1,'r',2,21,50,2,2,2,NULL,0,'N;',1727271004,'web','172.18.0.1',NULL),(1900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271007,'web','172.18.0.1',NULL),(1901,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1727271034,'web','172.18.0.1',NULL),(1902,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271037,'web','172.18.0.1',NULL),(1903,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271039,'web','172.18.0.1',NULL),(1904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271042,'web','172.18.0.1',NULL),(1905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271043,'web','172.18.0.1',NULL),(1906,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271045,'web','172.18.0.1',NULL),(1907,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271058,'web','172.18.0.1',NULL),(1908,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271060,'web','172.18.0.1',NULL),(1909,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271063,'web','172.18.0.1',NULL),(1910,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271071,'web','172.18.0.1',NULL),(1911,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271156,'web','172.18.0.1',NULL),(1912,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271190,'web','172.18.0.1',NULL),(1913,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271190,'web','172.18.0.1',NULL),(1914,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271191,'web','172.18.0.1',NULL),(1915,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271192,'web','172.18.0.1',NULL),(1916,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271192,'web','172.18.0.1',NULL),(1917,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271193,'web','172.18.0.1',NULL),(1918,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271193,'web','172.18.0.1',NULL),(1919,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271194,'web','172.18.0.1',NULL),(1920,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271206,'web','172.18.0.1',NULL),(1921,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271278,'web','172.18.0.1',NULL),(1922,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271284,'web','172.18.0.1',NULL),(1923,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271295,'web','172.18.0.1',NULL),(1924,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271299,'web','172.18.0.1',NULL),(1925,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271318,'web','172.18.0.1',NULL),(1926,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271319,'web','172.18.0.1',NULL),(1927,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271320,'web','172.18.0.1',NULL),(1928,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271447,'web','172.18.0.1',NULL),(1929,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271449,'web','172.18.0.1',NULL),(1930,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271450,'web','172.18.0.1',NULL),(1931,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271451,'web','172.18.0.1',NULL),(1932,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271452,'web','172.18.0.1',NULL),(1933,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271525,'web','172.18.0.1',NULL),(1934,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271526,'web','172.18.0.1',NULL),(1935,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271527,'web','172.18.0.1',NULL),(1936,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271528,'web','172.18.0.1',NULL),(1937,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271529,'web','172.18.0.1',NULL),(1938,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271529,'web','172.18.0.1',NULL),(1939,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271659,'web','172.18.0.1',NULL),(1940,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271819,'web','172.18.0.1',NULL),(1941,'\\core\\event\\draft_file_added','core','added','draft_file','files',10,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:84627515;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:2578;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"04f9e3f61b551ffef703352afd57e322b8891fb2\";}',1727271823,'web','172.18.0.1',NULL),(1942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271826,'web','172.18.0.1',NULL),(1943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271854,'web','172.18.0.1',NULL),(1944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271855,'web','172.18.0.1',NULL),(1945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271860,'web','172.18.0.1',NULL),(1946,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271870,'web','172.18.0.1',NULL),(1947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271871,'web','172.18.0.1',NULL),(1948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271873,'web','172.18.0.1',NULL),(1949,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:13:\"updatedfields\";a:1:{s:14:\"summary_editor\";s:9:\"(updated)\";}}',1727271889,'web','172.18.0.1',NULL),(1950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271890,'web','172.18.0.1',NULL),(1951,'\\core\\event\\draft_file_added','core','added','draft_file','files',12,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:83414452;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:1292;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"916804c84a27b193b7dae681064f8d140ad33dfe\";}',1727271893,'web','172.18.0.1',NULL),(1952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271897,'web','172.18.0.1',NULL),(1953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271900,'web','172.18.0.1',NULL),(1954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";s:6:\"client\";s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1727271965,'web','172.18.0.1',NULL),(1955,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271968,'web','172.18.0.1',NULL),(1956,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271969,'web','172.18.0.1',NULL),(1957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271970,'web','172.18.0.1',NULL),(1958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271972,'web','172.18.0.1',NULL),(1959,'\\core\\event\\draft_file_added','core','added','draft_file','files',14,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:565556323;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:1292;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"916804c84a27b193b7dae681064f8d140ad33dfe\";}',1727271974,'web','172.18.0.1',NULL),(1960,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:13:\"updatedfields\";a:1:{s:14:\"summary_editor\";s:9:\"(updated)\";}}',1727272149,'web','172.18.0.1',NULL),(1961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727272149,'web','172.18.0.1',NULL),(1962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272153,'web','172.18.0.1',NULL),(1963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272802,'web','172.18.0.1',NULL),(1964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272831,'web','172.18.0.1',NULL),(1965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272981,'web','172.18.0.1',NULL),(1966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726283,'web','172.18.0.1',NULL),(1967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726350,'web','172.18.0.1',NULL),(1968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726354,'web','172.18.0.1',NULL),(1969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726355,'web','172.18.0.1',NULL),(1970,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1730726358,'web','172.18.0.1',NULL),(1971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1730726359,'web','172.18.0.1',NULL),(1972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"gradeexport_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ods\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enableglobalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"globalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enableuserratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"userratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"orgid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1981,'\\core\\event\\config_log_created','core','created','config_log','config_log',2000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enableglobalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1982,'\\core\\event\\config_log_created','core','created','config_log','config_log',2001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"globalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1983,'\\core\\event\\config_log_created','core','created','config_log','config_log',2002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enableuserratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1984,'\\core\\event\\config_log_created','core','created','config_log','config_log',2003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"userratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1985,'\\core\\event\\config_log_created','core','created','config_log','config_log',2004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"h5pcustomcss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"core_h5p\";}',1730726874,'web','172.18.0.1',NULL),(1986,'\\core\\event\\config_log_created','core','created','config_log','config_log',2005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"geoipdbedition\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"GeoLite2-City\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1987,'\\core\\event\\config_log_created','core','created','config_log','config_log',2006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"geoipmaxmindaccid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1988,'\\core\\event\\config_log_created','core','created','config_log','config_log',2007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"geoipmaxmindlicensekey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1989,'\\core\\event\\config_log_created','core','created','config_log','config_log',2008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultgradetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_assign\";}',1730726874,'web','172.18.0.1',NULL),(1990,'\\core\\event\\config_log_created','core','created','config_log','config_log',2009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultgradescale\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_assign\";}',1730726874,'web','172.18.0.1',NULL),(1991,'\\core\\event\\config_log_created','core','created','config_log','config_log',2010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"markinganonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1730726874,'web','172.18.0.1',NULL),(1992,'\\core\\event\\config_log_created','core','created','config_log','config_log',2011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"markinganonymous_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1730726874,'web','172.18.0.1',NULL),(1993,'\\core\\event\\config_log_created','core','created','config_log','config_log',2012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"markinganonymous_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1730726874,'web','172.18.0.1',NULL),(1994,'\\core\\event\\config_log_created','core','created','config_log','config_log',2013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showpresentation_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1730726874,'web','172.18.0.1',NULL),(1995,'\\core\\event\\config_log_created','core','created','config_log','config_log',2014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"showpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1730726874,'web','172.18.0.1',NULL),(1996,'\\core\\event\\config_log_created','core','created','config_log','config_log',2015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"forum_announcementmaxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1997,'\\core\\event\\config_log_created','core','created','config_log','config_log',2016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"forum_announcementsubscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1998,'\\core\\event\\config_log_created','core','created','config_log','config_log',2017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"showloginform\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1999,'\\core\\event\\config_log_created','core','created','config_log','config_log',2018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"loginpasswordtoggle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2000,'\\core\\event\\config_log_created','core','created','config_log','config_log',2019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"sync_updateuserchunk\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1730726874,'web','172.18.0.1',NULL),(2001,'\\core\\event\\config_log_created','core','created','config_log','config_log',2020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"test_clustermode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1730726874,'web','172.18.0.1',NULL),(2002,'\\core\\event\\config_log_created','core','created','config_log','config_log',2021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcoursestartdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1730726874,'web','172.18.0.1',NULL),(2003,'\\core\\event\\config_log_created','core','created','config_log','config_log',2022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"newcourseenddate\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1730726874,'web','172.18.0.1',NULL),(2004,'\\core\\event\\config_log_created','core','created','config_log','config_log',2023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1730726874,'web','172.18.0.1',NULL),(2005,'\\core\\event\\config_log_created','core','created','config_log','config_log',2024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questiondefaultssave\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2006,'\\core\\event\\config_log_created','core','created','config_log','config_log',2025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultanswerformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"qtype_ordering\";}',1730726874,'web','172.18.0.1',NULL),(2007,'\\core\\event\\config_log_created','core','created','config_log','config_log',2026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1730726874,'web','172.18.0.1',NULL),(2008,'\\core\\event\\config_log_created','core','created','config_log','config_log',2027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"screenbitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2009,'\\core\\event\\config_log_created','core','created','config_log','config_log',2028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"screentimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2010,'\\core\\event\\config_log_created','core','created','config_log','config_log',2029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"screensize\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"1280,720\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2011,'\\core\\event\\config_log_created','core','created','config_log','config_log',2030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedpausing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2012,'\\core\\event\\config_log_created','core','created','config_log','config_log',2031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"file_redactor_exifremoverenabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2013,'\\core\\event\\config_log_created','core','created','config_log','config_log',2032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"file_redactor_exifremovertoolpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2014,'\\core\\event\\config_log_created','core','created','config_log','config_log',2033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"file_redactor_exifremoverremovetags\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gps\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2015,'\\core\\event\\config_log_created','core','created','config_log','config_log',2034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"file_redactor_exifremovermimetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:22:\"image/jpeg\r\nimage/tiff\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2016,'\\core\\event\\config_log_created','core','created','config_log','config_log',2035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"task_adhoc_failed_retention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2017,'\\core\\event\\config_log_created','core','created','config_log','config_log',2036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"action_generate_text_deployment\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2018,'\\core\\event\\config_log_created','core','created','config_log','config_log',2037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"action_generate_text_apiversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"2024-06-01\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2019,'\\core\\event\\config_log_created','core','created','config_log','config_log',2038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"action_generate_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:256:\"You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2020,'\\core\\event\\config_log_created','core','created','config_log','config_log',2039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_generate_image_deployment\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2021,'\\core\\event\\config_log_created','core','created','config_log','config_log',2040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_generate_image_apiversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"2024-06-01\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2022,'\\core\\event\\config_log_created','core','created','config_log','config_log',2041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_summarise_text_deployment\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2023,'\\core\\event\\config_log_created','core','created','config_log','config_log',2042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_summarise_text_apiversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"2024-06-01\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2024,'\\core\\event\\config_log_created','core','created','config_log','config_log',2043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"action_summarise_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:567:\"You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2025,'\\core\\event\\config_log_created','core','created','config_log','config_log',2044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"action_generate_text_model\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"gpt-4o\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2026,'\\core\\event\\config_log_created','core','created','config_log','config_log',2045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"action_generate_text_endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:42:\"https://api.openai.com/v1/chat/completions\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2027,'\\core\\event\\config_log_created','core','created','config_log','config_log',2046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"action_generate_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:256:\"You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2028,'\\core\\event\\config_log_created','core','created','config_log','config_log',2047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"action_generate_image_model\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"dall-e-3\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2029,'\\core\\event\\config_log_created','core','created','config_log','config_log',2048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"action_generate_image_endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://api.openai.com/v1/images/generations\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2030,'\\core\\event\\config_log_created','core','created','config_log','config_log',2049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"action_summarise_text_model\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"gpt-4o\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2031,'\\core\\event\\config_log_created','core','created','config_log','config_log',2050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"action_summarise_text_endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:42:\"https://api.openai.com/v1/chat/completions\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2032,'\\core\\event\\config_log_created','core','created','config_log','config_log',2051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"action_summarise_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:567:\"You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2033,'\\core\\event\\config_log_created','core','created','config_log','config_log',2052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"supportemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"test@wiris.com\";s:6:\"plugin\";N;}',1730726886,'web','172.18.0.1',NULL),(2034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1730726902,'web','172.18.0.1',NULL); +INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"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\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\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\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"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\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\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\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL),(1788,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/user:viewprofilepictures\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1789,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/user:viewprofilepictures\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1790,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"moodle/contentbank:configurecustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1791,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"moodle/contentbank:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1792,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:editcoursewelcomemessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1793,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:editcoursewelcomemessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1794,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/ai:fetchanyuserpolicystatus\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1795,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"moodle/ai:acceptpolicy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1796,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"moodle/ai:fetchpolicy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267221,'cli',NULL,NULL),(1797,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1798,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1799,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1800,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"aiplacement/courseassist:summarise_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1801,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1802,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1803,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1804,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"aiplacement/editor:generate_image\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1805,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1806,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1807,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1808,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"aiplacement/editor:generate_text\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267226,'cli',NULL,NULL),(1809,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/bigbluebuttonbn:seepresentation\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267231,'cli',NULL,NULL),(1810,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/bigbluebuttonbn:seepresentation\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267231,'cli',NULL,NULL),(1811,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/bigbluebuttonbn:seepresentation\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267231,'cli',NULL,NULL),(1812,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/subsection:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267233,'cli',NULL,NULL),(1813,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/subsection:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267233,'cli',NULL,NULL),(1814,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"tool/uploadcourse:use\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267259,'cli',NULL,NULL),(1815,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_configuremanually\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1816,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_configuremanually\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1817,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_usesebclientconfig\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1818,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_usesebclientconfig\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1727267264,'cli',NULL,NULL),(1819,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/premium:accesspremium\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267269,'cli',NULL,NULL),(1820,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"tiny/recordrtc:recordscreen\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1727267269,'cli',NULL,NULL),(1821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1727267507,'web','172.18.0.1',NULL),(1822,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1727267515,'web','172.18.0.1',NULL),(1823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727267516,'web','172.18.0.1',NULL),(1824,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1727267516,'web','172.18.0.1',NULL),(1825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727267677,'web','172.18.0.1',NULL),(1826,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1727267677,'web','172.18.0.1',NULL),(1827,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',8,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:20;s:9:\"stepindex\";i:0;}',1727267680,'web','172.18.0.1',NULL),(1828,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727268675,'web','172.18.0.1',NULL),(1829,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1727268684,'web','172.18.0.1',NULL),(1830,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1727268809,'web','172.18.0.1',NULL),(1831,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',1,'u',1,24,70,1,2,2,NULL,0,'a:3:{s:10:\"modulename\";s:5:\"forum\";s:10:\"instanceid\";s:1:\"1\";s:4:\"name\";s:13:\"Announcements\";}',1727268809,'web','172.18.0.1',NULL),(1832,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727268809,'web','172.18.0.1',NULL),(1833,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727268994,'web','172.18.0.1',NULL),(1834,'\\core\\event\\draft_file_added','core','added','draft_file','files',8,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:477752382;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:2578;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"04f9e3f61b551ffef703352afd57e322b8891fb2\";}',1727269018,'web','172.18.0.1',NULL),(1835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";s:3:\"php\";s:5:\"value\";s:6:\"client\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1727269040,'web','172.18.0.1',NULL),(1836,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270135,'web','172.18.0.1',NULL),(1837,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270138,'web','172.18.0.1',NULL),(1838,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270139,'web','172.18.0.1',NULL),(1839,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270139,'web','172.18.0.1',NULL),(1840,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270310,'web','172.18.0.1',NULL),(1841,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270311,'web','172.18.0.1',NULL),(1842,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270336,'web','172.18.0.1',NULL),(1843,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270337,'web','172.18.0.1',NULL),(1844,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270367,'web','172.18.0.1',NULL),(1845,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',11,'r',2,1,10,0,2,0,NULL,0,'a:1:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";}',1727270368,'web','172.18.0.1',NULL),(1846,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',11,'c',2,1,10,0,2,0,NULL,0,'a:3:{s:7:\"pageurl\";s:36:\"http://localhost:8000/my/courses.php\";s:6:\"stepid\";i:25;s:9:\"stepindex\";i:0;}',1727270368,'web','172.18.0.1',NULL),(1847,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270369,'web','172.18.0.1',NULL),(1848,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270370,'web','172.18.0.1',NULL),(1849,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270372,'web','172.18.0.1',NULL),(1850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270373,'web','172.18.0.1',NULL),(1851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270374,'web','172.18.0.1',NULL),(1852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270375,'web','172.18.0.1',NULL),(1853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270377,'web','172.18.0.1',NULL),(1854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270377,'web','172.18.0.1',NULL),(1855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270378,'web','172.18.0.1',NULL),(1856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270379,'web','172.18.0.1',NULL),(1857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270380,'web','172.18.0.1',NULL),(1858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270381,'web','172.18.0.1',NULL),(1859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270382,'web','172.18.0.1',NULL),(1860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270382,'web','172.18.0.1',NULL),(1861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270383,'web','172.18.0.1',NULL),(1862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270384,'web','172.18.0.1',NULL),(1863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270384,'web','172.18.0.1',NULL),(1864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270385,'web','172.18.0.1',NULL),(1865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270385,'web','172.18.0.1',NULL),(1866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270386,'web','172.18.0.1',NULL),(1867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270386,'web','172.18.0.1',NULL),(1868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270386,'web','172.18.0.1',NULL),(1869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270387,'web','172.18.0.1',NULL),(1870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270387,'web','172.18.0.1',NULL),(1871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270388,'web','172.18.0.1',NULL),(1872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270388,'web','172.18.0.1',NULL),(1873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270388,'web','172.18.0.1',NULL),(1874,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270389,'web','172.18.0.1',NULL),(1875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270389,'web','172.18.0.1',NULL),(1876,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270390,'web','172.18.0.1',NULL),(1877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270390,'web','172.18.0.1',NULL),(1878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270390,'web','172.18.0.1',NULL),(1879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270391,'web','172.18.0.1',NULL),(1880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270407,'web','172.18.0.1',NULL),(1881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270412,'web','172.18.0.1',NULL),(1882,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270416,'web','172.18.0.1',NULL),(1883,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'N;',1727270419,'web','172.18.0.1',NULL),(1884,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727270420,'web','172.18.0.1',NULL),(1885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270442,'web','172.18.0.1',NULL),(1886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270446,'web','172.18.0.1',NULL),(1887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270543,'web','172.18.0.1',NULL),(1888,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270585,'web','172.18.0.1',NULL),(1889,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270590,'web','172.18.0.1',NULL),(1890,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270609,'web','172.18.0.1',NULL),(1891,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270618,'web','172.18.0.1',NULL),(1892,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727270784,'web','172.18.0.1',NULL),(1893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727270910,'web','172.18.0.1',NULL),(1894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270912,'web','172.18.0.1',NULL),(1895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270989,'web','172.18.0.1',NULL),(1896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727270998,'web','172.18.0.1',NULL),(1897,'\\core\\event\\section_viewed','core','viewed','section','course_sections',1,'r',2,21,50,2,2,2,NULL,0,'N;',1727271000,'web','172.18.0.1',NULL),(1898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271002,'web','172.18.0.1',NULL),(1899,'\\core\\event\\section_viewed','core','viewed','section','course_sections',1,'r',2,21,50,2,2,2,NULL,0,'N;',1727271004,'web','172.18.0.1',NULL),(1900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271007,'web','172.18.0.1',NULL),(1901,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1727271034,'web','172.18.0.1',NULL),(1902,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271037,'web','172.18.0.1',NULL),(1903,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271039,'web','172.18.0.1',NULL),(1904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271042,'web','172.18.0.1',NULL),(1905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271043,'web','172.18.0.1',NULL),(1906,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271045,'web','172.18.0.1',NULL),(1907,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271058,'web','172.18.0.1',NULL),(1908,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271060,'web','172.18.0.1',NULL),(1909,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271063,'web','172.18.0.1',NULL),(1910,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271071,'web','172.18.0.1',NULL),(1911,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271156,'web','172.18.0.1',NULL),(1912,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271190,'web','172.18.0.1',NULL),(1913,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271190,'web','172.18.0.1',NULL),(1914,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271191,'web','172.18.0.1',NULL),(1915,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271192,'web','172.18.0.1',NULL),(1916,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271192,'web','172.18.0.1',NULL),(1917,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271193,'web','172.18.0.1',NULL),(1918,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271193,'web','172.18.0.1',NULL),(1919,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271194,'web','172.18.0.1',NULL),(1920,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271206,'web','172.18.0.1',NULL),(1921,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271278,'web','172.18.0.1',NULL),(1922,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271284,'web','172.18.0.1',NULL),(1923,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271295,'web','172.18.0.1',NULL),(1924,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271299,'web','172.18.0.1',NULL),(1925,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271318,'web','172.18.0.1',NULL),(1926,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271319,'web','172.18.0.1',NULL),(1927,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271320,'web','172.18.0.1',NULL),(1928,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271447,'web','172.18.0.1',NULL),(1929,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271449,'web','172.18.0.1',NULL),(1930,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271450,'web','172.18.0.1',NULL),(1931,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271451,'web','172.18.0.1',NULL),(1932,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271452,'web','172.18.0.1',NULL),(1933,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271525,'web','172.18.0.1',NULL),(1934,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271526,'web','172.18.0.1',NULL),(1935,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271527,'web','172.18.0.1',NULL),(1936,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271528,'web','172.18.0.1',NULL),(1937,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271529,'web','172.18.0.1',NULL),(1938,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271529,'web','172.18.0.1',NULL),(1939,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271659,'web','172.18.0.1',NULL),(1940,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1727271819,'web','172.18.0.1',NULL),(1941,'\\core\\event\\draft_file_added','core','added','draft_file','files',10,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:84627515;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:2578;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"04f9e3f61b551ffef703352afd57e322b8891fb2\";}',1727271823,'web','172.18.0.1',NULL),(1942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271826,'web','172.18.0.1',NULL),(1943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271854,'web','172.18.0.1',NULL),(1944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271855,'web','172.18.0.1',NULL),(1945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271860,'web','172.18.0.1',NULL),(1946,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271870,'web','172.18.0.1',NULL),(1947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271871,'web','172.18.0.1',NULL),(1948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271873,'web','172.18.0.1',NULL),(1949,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:13:\"updatedfields\";a:1:{s:14:\"summary_editor\";s:9:\"(updated)\";}}',1727271889,'web','172.18.0.1',NULL),(1950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271890,'web','172.18.0.1',NULL),(1951,'\\core\\event\\draft_file_added','core','added','draft_file','files',12,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:83414452;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:1292;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"916804c84a27b193b7dae681064f8d140ad33dfe\";}',1727271893,'web','172.18.0.1',NULL),(1952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271897,'web','172.18.0.1',NULL),(1953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271900,'web','172.18.0.1',NULL),(1954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";s:6:\"client\";s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1727271965,'web','172.18.0.1',NULL),(1955,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271968,'web','172.18.0.1',NULL),(1956,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1727271969,'web','172.18.0.1',NULL),(1957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727271970,'web','172.18.0.1',NULL),(1958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727271972,'web','172.18.0.1',NULL),(1959,'\\core\\event\\draft_file_added','core','added','draft_file','files',14,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:565556323;s:8:\"filename\";s:11:\"blobid0.svg\";s:8:\"filesize\";i:1292;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"916804c84a27b193b7dae681064f8d140ad33dfe\";}',1727271974,'web','172.18.0.1',NULL),(1960,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:13:\"updatedfields\";a:1:{s:14:\"summary_editor\";s:9:\"(updated)\";}}',1727272149,'web','172.18.0.1',NULL),(1961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1727272149,'web','172.18.0.1',NULL),(1962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272153,'web','172.18.0.1',NULL),(1963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272802,'web','172.18.0.1',NULL),(1964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272831,'web','172.18.0.1',NULL),(1965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1727272981,'web','172.18.0.1',NULL),(1966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726283,'web','172.18.0.1',NULL),(1967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726350,'web','172.18.0.1',NULL),(1968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726354,'web','172.18.0.1',NULL),(1969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1730726355,'web','172.18.0.1',NULL),(1970,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1730726358,'web','172.18.0.1',NULL),(1971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1730726359,'web','172.18.0.1',NULL),(1972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"gradeexport_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ods\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enableglobalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"globalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enableuserratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"userratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(1979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"orgid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1981,'\\core\\event\\config_log_created','core','created','config_log','config_log',2000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enableglobalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1982,'\\core\\event\\config_log_created','core','created','config_log','config_log',2001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"globalratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1983,'\\core\\event\\config_log_created','core','created','config_log','config_log',2002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enableuserratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1984,'\\core\\event\\config_log_created','core','created','config_log','config_log',2003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"userratelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(1985,'\\core\\event\\config_log_created','core','created','config_log','config_log',2004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"h5pcustomcss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"core_h5p\";}',1730726874,'web','172.18.0.1',NULL),(1986,'\\core\\event\\config_log_created','core','created','config_log','config_log',2005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"geoipdbedition\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"GeoLite2-City\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1987,'\\core\\event\\config_log_created','core','created','config_log','config_log',2006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"geoipmaxmindaccid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1988,'\\core\\event\\config_log_created','core','created','config_log','config_log',2007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"geoipmaxmindlicensekey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1989,'\\core\\event\\config_log_created','core','created','config_log','config_log',2008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultgradetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_assign\";}',1730726874,'web','172.18.0.1',NULL),(1990,'\\core\\event\\config_log_created','core','created','config_log','config_log',2009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultgradescale\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_assign\";}',1730726874,'web','172.18.0.1',NULL),(1991,'\\core\\event\\config_log_created','core','created','config_log','config_log',2010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"markinganonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1730726874,'web','172.18.0.1',NULL),(1992,'\\core\\event\\config_log_created','core','created','config_log','config_log',2011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"markinganonymous_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1730726874,'web','172.18.0.1',NULL),(1993,'\\core\\event\\config_log_created','core','created','config_log','config_log',2012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"markinganonymous_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1730726874,'web','172.18.0.1',NULL),(1994,'\\core\\event\\config_log_created','core','created','config_log','config_log',2013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showpresentation_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1730726874,'web','172.18.0.1',NULL),(1995,'\\core\\event\\config_log_created','core','created','config_log','config_log',2014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"showpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1730726874,'web','172.18.0.1',NULL),(1996,'\\core\\event\\config_log_created','core','created','config_log','config_log',2015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"forum_announcementmaxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1997,'\\core\\event\\config_log_created','core','created','config_log','config_log',2016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"forum_announcementsubscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1998,'\\core\\event\\config_log_created','core','created','config_log','config_log',2017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"showloginform\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(1999,'\\core\\event\\config_log_created','core','created','config_log','config_log',2018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"loginpasswordtoggle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2000,'\\core\\event\\config_log_created','core','created','config_log','config_log',2019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"sync_updateuserchunk\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1730726874,'web','172.18.0.1',NULL),(2001,'\\core\\event\\config_log_created','core','created','config_log','config_log',2020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"test_clustermode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1730726874,'web','172.18.0.1',NULL),(2002,'\\core\\event\\config_log_created','core','created','config_log','config_log',2021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcoursestartdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1730726874,'web','172.18.0.1',NULL),(2003,'\\core\\event\\config_log_created','core','created','config_log','config_log',2022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"newcourseenddate\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1730726874,'web','172.18.0.1',NULL),(2004,'\\core\\event\\config_log_created','core','created','config_log','config_log',2023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1730726874,'web','172.18.0.1',NULL),(2005,'\\core\\event\\config_log_created','core','created','config_log','config_log',2024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questiondefaultssave\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2006,'\\core\\event\\config_log_created','core','created','config_log','config_log',2025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultanswerformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"qtype_ordering\";}',1730726874,'web','172.18.0.1',NULL),(2007,'\\core\\event\\config_log_created','core','created','config_log','config_log',2026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"log_server_errors\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1730726874,'web','172.18.0.1',NULL),(2008,'\\core\\event\\config_log_created','core','created','config_log','config_log',2027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"screenbitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2009,'\\core\\event\\config_log_created','core','created','config_log','config_log',2028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"screentimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2010,'\\core\\event\\config_log_created','core','created','config_log','config_log',2029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"screensize\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"1280,720\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2011,'\\core\\event\\config_log_created','core','created','config_log','config_log',2030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedpausing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1730726874,'web','172.18.0.1',NULL),(2012,'\\core\\event\\config_log_created','core','created','config_log','config_log',2031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"file_redactor_exifremoverenabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2013,'\\core\\event\\config_log_created','core','created','config_log','config_log',2032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"file_redactor_exifremovertoolpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2014,'\\core\\event\\config_log_created','core','created','config_log','config_log',2033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"file_redactor_exifremoverremovetags\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gps\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2015,'\\core\\event\\config_log_created','core','created','config_log','config_log',2034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"file_redactor_exifremovermimetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:22:\"image/jpeg\r\nimage/tiff\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2016,'\\core\\event\\config_log_created','core','created','config_log','config_log',2035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"task_adhoc_failed_retention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1730726874,'web','172.18.0.1',NULL),(2017,'\\core\\event\\config_log_created','core','created','config_log','config_log',2036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"action_generate_text_deployment\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2018,'\\core\\event\\config_log_created','core','created','config_log','config_log',2037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"action_generate_text_apiversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"2024-06-01\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2019,'\\core\\event\\config_log_created','core','created','config_log','config_log',2038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"action_generate_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:256:\"You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2020,'\\core\\event\\config_log_created','core','created','config_log','config_log',2039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_generate_image_deployment\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2021,'\\core\\event\\config_log_created','core','created','config_log','config_log',2040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_generate_image_apiversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"2024-06-01\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2022,'\\core\\event\\config_log_created','core','created','config_log','config_log',2041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_summarise_text_deployment\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2023,'\\core\\event\\config_log_created','core','created','config_log','config_log',2042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"action_summarise_text_apiversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"2024-06-01\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2024,'\\core\\event\\config_log_created','core','created','config_log','config_log',2043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"action_summarise_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:567:\"You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.\";s:6:\"plugin\";s:18:\"aiprovider_azureai\";}',1730726874,'web','172.18.0.1',NULL),(2025,'\\core\\event\\config_log_created','core','created','config_log','config_log',2044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"action_generate_text_model\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"gpt-4o\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2026,'\\core\\event\\config_log_created','core','created','config_log','config_log',2045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"action_generate_text_endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:42:\"https://api.openai.com/v1/chat/completions\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2027,'\\core\\event\\config_log_created','core','created','config_log','config_log',2046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"action_generate_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:256:\"You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2028,'\\core\\event\\config_log_created','core','created','config_log','config_log',2047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"action_generate_image_model\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"dall-e-3\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2029,'\\core\\event\\config_log_created','core','created','config_log','config_log',2048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"action_generate_image_endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://api.openai.com/v1/images/generations\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2030,'\\core\\event\\config_log_created','core','created','config_log','config_log',2049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"action_summarise_text_model\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"gpt-4o\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2031,'\\core\\event\\config_log_created','core','created','config_log','config_log',2050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"action_summarise_text_endpoint\";s:8:\"oldvalue\";N;s:5:\"value\";s:42:\"https://api.openai.com/v1/chat/completions\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2032,'\\core\\event\\config_log_created','core','created','config_log','config_log',2051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"action_summarise_text_systeminstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:567:\"You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines:\r\n 1. Condense: Shorten long passages into key points.\r\n 2. Simplify: Make complex information easier to understand, especially for learners.\r\n\r\nImportant Instructions:\r\n 1. Return the summary in plain text only.\r\n 2. Do not include any markdown formatting, greetings, or platitudes.\r\n 3. Focus on clarity, conciseness, and accessibility.\r\n\r\nEnsure the summary is easy to read and effectively conveys the main points of the original text.\";s:6:\"plugin\";s:17:\"aiprovider_openai\";}',1730726874,'web','172.18.0.1',NULL),(2033,'\\core\\event\\config_log_created','core','created','config_log','config_log',2052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"supportemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"test@wiris.com\";s:6:\"plugin\";N;}',1730726886,'web','172.18.0.1',NULL),(2034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1730726902,'web','172.18.0.1',NULL),(2035,'\\core\\event\\config_log_created','core','created','config_log','config_log',2053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1736241839,'cli',NULL,NULL),(2036,'\\core\\event\\config_log_created','core','created','config_log','config_log',2054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_customfield_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1736241839,'cli',NULL,NULL),(2037,'\\core\\event\\config_log_created','core','created','config_log','config_log',2055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1736241839,'cli',NULL,NULL),(2038,'\\core\\event\\config_log_created','core','created','config_log','config_log',2056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_customfield_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1736241839,'cli',NULL,NULL),(2039,'\\core\\event\\config_log_created','core','created','config_log','config_log',2057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1736241839,'cli',NULL,NULL),(2040,'\\core\\event\\config_log_created','core','created','config_log','config_log',2058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_customfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1736241839,'cli',NULL,NULL),(2041,'\\core\\event\\config_log_created','core','created','config_log','config_log',2059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_customfield_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1736241839,'cli',NULL,NULL),(2042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1736241905,'web','172.18.0.1',NULL),(2043,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1736241922,'web','172.18.0.1',NULL),(2044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736241923,'web','172.18.0.1',NULL),(2045,'\\core\\event\\draft_file_added','core','added','draft_file','files',23,'c',0,5,30,2,2,0,2,0,'a:5:{s:6:\"itemid\";i:562380041;s:8:\"filename\";s:26:\"Moode-TestingResources.mbz\";s:8:\"filesize\";i:272213;s:8:\"filepath\";s:1:\"/\";s:11:\"contenthash\";s:40:\"0a68058989971bd9f8d7004b9f68decd30fa7ec8\";}',1736241939,'web','172.18.0.1',NULL),(2046,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',1,'d',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241954,'web','172.18.0.1',NULL),(2047,'\\core\\event\\role_unassigned','core','unassigned','role','role',3,'d',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";s:1:\"1\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736241954,'web','172.18.0.1',NULL),(2048,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',1,'d',0,21,50,2,2,2,3,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"1\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"3\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471448\";s:12:\"timemodified\";s:10:\"1566471448\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736241954,'web','172.18.0.1',NULL),(2049,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";s:1:\"2\";s:9:\"component\";s:0:\"\";s:6:\"itemid\";s:1:\"0\";}',1736241954,'web','172.18.0.1',NULL),(2050,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',2,'d',0,21,50,2,2,2,4,0,'a:2:{s:13:\"userenrolment\";a:12:{s:2:\"id\";s:1:\"2\";s:6:\"status\";s:1:\"0\";s:7:\"enrolid\";s:1:\"1\";s:6:\"userid\";s:1:\"4\";s:9:\"timestart\";s:10:\"1566471399\";s:7:\"timeend\";s:1:\"0\";s:10:\"modifierid\";s:1:\"2\";s:11:\"timecreated\";s:10:\"1566471456\";s:12:\"timemodified\";s:10:\"1566471456\";s:8:\"courseid\";s:1:\"2\";s:5:\"enrol\";s:6:\"manual\";s:9:\"lastenrol\";b:1;}s:5:\"enrol\";s:6:\"manual\";}',1736241954,'web','172.18.0.1',NULL),(2051,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',1,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241954,'web','172.18.0.1',NULL),(2052,'\\core\\event\\enrol_instance_deleted','core','deleted','enrol_instance','enrol',3,'d',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736241954,'web','172.18.0.1',NULL),(2053,'\\core\\event\\course_content_deleted','core','deleted','course_content','course',2,'d',1,21,50,2,2,2,NULL,0,'a:3:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";s:7:\"options\";a:3:{s:25:\"keep_roles_and_enrolments\";i:0;s:25:\"keep_groups_and_groupings\";i:0;s:6:\"userid\";s:1:\"2\";}}',1736241954,'web','172.18.0.1',NULL),(2054,'\\core\\event\\user_created','core','created','user','user',5,'c',0,31,30,5,2,0,5,0,'a:2:{s:9:\"restoreid\";s:32:\"bbc86cf24c39cf4242b5bdc8228804da\";s:8:\"courseid\";i:2;}',1736241954,'restore','172.18.0.1',NULL),(2055,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',4,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241978,'restore','172.18.0.1',NULL),(2056,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241978,'restore','172.18.0.1',NULL),(2057,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',4,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1736241978,'restore','172.18.0.1',NULL),(2058,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',5,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1736241978,'restore','172.18.0.1',NULL),(2059,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:3;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736241978,'restore','172.18.0.1',NULL),(2060,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:4;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1736241978,'restore','172.18.0.1',NULL),(2061,'\\core\\event\\course_section_created','core','created','course_section','course_sections',6,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"0\";}',1736241978,'restore','172.18.0.1',NULL),(2062,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";N;s:8:\"itemtype\";s:6:\"course\";s:10:\"itemmodule\";N;}',1736241979,'restore','172.18.0.1',NULL),(2063,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',3,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241979,'restore','172.18.0.1',NULL),(2064,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:17:\"Filter test: Quiz\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241979,'restore','172.18.0.1',NULL),(2065,'\\core\\event\\course_section_created','core','created','course_section','course_sections',7,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"1\";}',1736241979,'restore','172.18.0.1',NULL),(2066,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',4,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241986,'restore','172.18.0.1',NULL),(2067,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Smoke\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241986,'restore','172.18.0.1',NULL),(2068,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',5,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241990,'restore','172.18.0.1',NULL),(2069,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Cloze\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241990,'restore','172.18.0.1',NULL),(2070,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',6,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241994,'restore','172.18.0.1',NULL),(2071,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Essay\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241994,'restore','172.18.0.1',NULL),(2072,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',7,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241995,'restore','172.18.0.1',NULL),(2073,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:5:\"Match\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241995,'restore','172.18.0.1',NULL),(2074,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',8,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241996,'restore','172.18.0.1',NULL),(2075,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:11:\"Multichoice\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241996,'restore','172.18.0.1',NULL),(2076,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',9,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2077,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:12:\"Short Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2078,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',10,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2079,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:13:\"True or False\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2080,'\\core\\event\\course_section_created','core','created','course_section','course_sections',8,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";s:1:\"2\";}',1736241997,'restore','172.18.0.1',NULL),(2081,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',11,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2082,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:18:\"Short Answer - old\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2083,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',12,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2084,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:4:\"Test\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241997,'restore','172.18.0.1',NULL),(2085,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',13,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241998,'restore','172.18.0.1',NULL),(2086,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:16:\"Graphical Answer\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241998,'restore','172.18.0.1',NULL),(2087,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',14,'c',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241998,'restore','172.18.0.1',NULL),(2088,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,21,50,2,2,2,NULL,0,'a:3:{s:8:\"itemname\";s:46:\"Random variables: Generating tables from lists\";s:8:\"itemtype\";s:3:\"mod\";s:10:\"itemmodule\";s:4:\"quiz\";}',1736241998,'restore','172.18.0.1',NULL),(2089,'\\core\\event\\course_restored','core','restored','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:6:{s:4:\"type\";s:6:\"course\";s:6:\"target\";i:0;s:4:\"mode\";i:10;s:9:\"operation\";s:7:\"restore\";s:8:\"samesite\";b:1;s:16:\"originalcourseid\";s:1:\"2\";}',1736241998,'restore','172.18.0.1',NULL),(2090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1736242025,'web','172.18.0.1',NULL); /*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; @@ -25824,7 +26083,7 @@ CREATE TABLE `m_page` ( `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `m_page_cou_ix` (`course`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record is one page and its config data'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record is one page and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -25833,6 +26092,7 @@ CREATE TABLE `m_page` ( LOCK TABLES `m_page` WRITE; /*!40000 ALTER TABLE `m_page` DISABLE KEYS */; +INSERT INTO `m_page` VALUES (1,2,'Filter test: Page render validations','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»3«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨24px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»y«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»

',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«munder»«mo»§#8644;«/mo»«mi mathvariant=¨normal¨»x«/mi»«/munder»«/munder»«/munder»«/munder»«/munder»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfrac»«mrow»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/mrow»«mn»2«/mn»«/mfrac»«/math»

Styled formula: «math style=¨font-family:Tahoma¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/mstyle»«/math»


',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',3,1711023907),(2,2,'Filter test: Page render validations - LaTeX','

$$\\sqrt{x+2}$$


',1,'

$$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',2,1711024006),(3,2,'Filter test: Page render validations - Wiris formulas + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mroot»«mroot»«mroot»«mroot»«mi»x«/mi»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«mrow/»«/mroot»«/math»

LaTeX formula: $$\\sqrt{x+2}$$


',1,'

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«msqrt»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/msqrt»«/math»

LaTeX formula: $$\\sqrt{x+2}$$



',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1711024082),(4,2,'Filter test: Page render validations - Wiris RTL','

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,'

«math dir=¨rtl¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«/msqrt»«/math»

',1,0,NULL,5,'a:2:{s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}',1,1729524109); /*!40000 ALTER TABLE `m_page` ENABLE KEYS */; UNLOCK TABLES; @@ -26411,7 +26671,7 @@ CREATE TABLE `m_qtype_essay_options` ( `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26420,6 +26680,7 @@ CREATE TABLE `m_qtype_essay_options` ( LOCK TABLES `m_qtype_essay_options` WRITE; /*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; +INSERT INTO `m_qtype_essay_options` VALUES (1,84,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(2,85,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(3,86,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(4,87,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(5,88,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(6,89,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(7,90,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(8,91,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(9,92,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(10,93,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(11,94,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,NULL),(12,95,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''),(13,168,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(14,169,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(15,170,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(16,171,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,''),(17,204,'editor',1,15,NULL,NULL,0,0,'',1,'',1,0,NULL),(18,205,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,NULL),(19,206,'editor',1,15,NULL,NULL,1,0,'',1,'',1,0,''),(20,207,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,NULL),(21,208,'editor',1,15,NULL,NULL,2,0,'',1,'',1,0,''),(22,209,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,NULL),(23,210,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(24,211,'editor',1,15,NULL,NULL,3,0,'',1,'',1,0,''),(25,212,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,NULL),(26,213,'editor',1,15,NULL,NULL,-1,0,'',1,'',1,0,''),(27,219,'editor',1,10,NULL,NULL,0,0,'',1,'',1,0,''); /*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; @@ -26471,7 +26732,7 @@ CREATE TABLE `m_qtype_match_options` ( `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines the question-type specific options for matching ques'; +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines the question-type specific options for matching ques'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26480,6 +26741,7 @@ CREATE TABLE `m_qtype_match_options` ( LOCK TABLES `m_qtype_match_options` WRITE; /*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; +INSERT INTO `m_qtype_match_options` VALUES (1,105,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(2,106,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(3,107,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(4,108,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(5,109,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(6,110,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(7,111,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(8,112,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(9,113,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(10,114,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(11,115,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(12,116,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(13,117,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(14,118,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(15,119,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(16,120,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(17,172,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1),(18,173,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,1); /*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; @@ -26498,7 +26760,7 @@ CREATE TABLE `m_qtype_match_subquestions` ( `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `m_qtypmatcsubq_que_ix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26507,6 +26769,7 @@ CREATE TABLE `m_qtype_match_subquestions` ( LOCK TABLES `m_qtype_match_subquestions` WRITE; /*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; +INSERT INTO `m_qtype_match_subquestions` VALUES (1,105,'

1

',1,'#a'),(2,105,'

2

',1,'#b'),(3,105,'

3

',1,'#c'),(4,106,'

1

',1,'#a'),(5,106,'

2

',1,'#b'),(6,106,'

3

',1,'#c'),(7,107,'

1

',1,'#a'),(8,107,'

2

',1,'#b'),(9,107,'

3

',1,'#c'),(10,108,'

1

',1,'#a'),(11,108,'

2

',1,'#b'),(12,108,'

3

',1,'#c'),(13,109,'

1

',1,'#a'),(14,109,'

2

',1,'#b'),(15,109,'

3

',1,'#c'),(16,110,'

1

',1,'#a'),(17,110,'

2

',1,'#b'),(18,110,'

3

',1,'#c'),(19,111,'

1

',1,'#a'),(20,111,'

2

',1,'#b'),(21,111,'

3

',1,'#c'),(22,112,'

1

',1,'#a'),(23,112,'

2

',1,'#b'),(24,112,'

3

',1,'#c'),(25,113,'

1

',1,'#a'),(26,113,'

2

',1,'#b'),(27,113,'

3

',1,'#c'),(28,114,'

1

',1,'#a'),(29,114,'

2

',1,'#b'),(30,114,'

3

',1,'#c'),(31,114,'

4

',1,'#d'),(32,114,'

5

',1,'#e'),(33,114,'

6

',1,'#f'),(34,115,'

1

',1,'#a'),(35,115,'

2

',1,'#b'),(36,115,'

3

',1,'#c'),(37,115,'

4

',1,'#d'),(38,115,'

5

',1,'#e'),(39,115,'

6

',1,'#f'),(40,116,'

1

',1,'#a'),(41,116,'

2

',1,'#b'),(42,116,'

3

',1,'#c'),(43,116,'

4

',1,'#d'),(44,116,'

5

',1,'#e'),(45,116,'

6

',1,'#f'),(46,117,'

1

',1,'#a'),(47,117,'

2

',1,'#b'),(48,117,'

3

',1,'#c'),(49,118,'

1

',1,'#a'),(50,118,'

2

',1,'#b'),(51,118,'

3

',1,'#c'),(52,119,'

1

',1,'#a'),(53,119,'

2

',1,'#b'),(54,119,'

3

',1,'#c'),(55,120,'

1

',1,'a'),(56,120,'

2

',1,'b'),(57,120,'

3

',1,'c'),(58,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(59,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(60,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(61,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(62,172,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'),(63,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-cos(x) + C'),(64,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»2«/mn»«mrow»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mn»5«/mn»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'ln(2x+5) + C'),(65,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mn»1«/mn»«mrow»«mn»1«/mn»«mo»+«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'arctan(x) + C'),(66,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mo»(«/mo»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mi»cos«/mi»«msup»«mrow»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'x - cos(2x)/2 + C'),(67,173,'

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»§#8747;«/mo»«mfrac»«mrow»«mi»sin«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«mrow»«mn»1«/mn»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«msup»«mi»cos«/mi»«mn»2«/mn»«/msup»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«/mrow»«/mfrac»«mi»d«/mi»«mi»x«/mi»«/math»

',1,'-arctan(cos(x)) + C'); /*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; @@ -26534,7 +26797,7 @@ CREATE TABLE `m_qtype_multichoice_options` ( `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26543,6 +26806,7 @@ CREATE TABLE `m_qtype_multichoice_options` ( LOCK TABLES `m_qtype_multichoice_options` WRITE; /*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; +INSERT INTO `m_qtype_multichoice_options` VALUES (1,30,0,1,0,'',1,'',1,'',1,'0',0,0),(2,35,0,1,0,'',1,'',1,'',1,'0',0,0),(3,38,0,1,0,'',1,'',1,'',1,'0',0,0),(4,42,0,1,0,'',1,'',1,'',1,'0',0,0),(5,43,0,1,1,'',1,'',1,'',1,'0',0,0),(6,44,2,1,0,'',1,'',1,'',1,'0',0,0),(7,45,2,1,1,'',1,'',1,'',1,'0',0,0),(8,46,1,1,0,'',1,'',1,'',1,'0',0,0),(9,47,1,1,1,'',1,'',1,'',1,'0',0,0),(10,51,0,1,0,'',1,'',1,'',1,'0',0,0),(11,53,0,1,0,'',1,'',1,'',1,'0',0,0),(12,54,0,1,1,'',1,'',1,'',1,'0',0,0),(13,55,2,1,0,'',1,'',1,'',1,'0',0,0),(14,56,2,1,1,'',1,'',1,'',1,'0',0,0),(15,57,1,1,0,'',1,'',1,'',1,'0',0,0),(16,58,1,1,1,'',1,'',1,'',1,'0',0,0),(17,61,0,1,0,'',1,'',1,'',1,'0',0,0),(18,65,0,1,0,'',1,'',1,'',1,'0',0,0),(19,68,0,1,0,'',1,'',1,'',1,'0',0,0),(20,121,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(21,122,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(22,123,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(23,124,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(24,125,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(25,126,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(26,127,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(27,128,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(28,129,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(29,130,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(30,131,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(31,132,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(32,177,0,1,1,'',1,'',1,'',1,'0',0,0),(33,181,0,1,0,'',1,'',1,'',1,'0',0,0),(34,184,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(35,185,0,1,1,'Your answer is correct.',1,'Your answer is partially correct.',1,'Your answer is incorrect.',1,'abc',1,1),(36,203,0,1,0,'',1,'',1,'',1,'0',0,0); /*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; @@ -26629,7 +26893,7 @@ CREATE TABLE `m_qtype_shortanswer_options` ( `usecase` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26638,6 +26902,7 @@ CREATE TABLE `m_qtype_shortanswer_options` ( LOCK TABLES `m_qtype_shortanswer_options` WRITE; /*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; +INSERT INTO `m_qtype_shortanswer_options` VALUES (1,1,0),(2,2,0),(3,3,0),(4,4,0),(5,5,0),(6,6,0),(7,7,0),(8,8,0),(9,9,0),(10,10,0),(11,11,0),(12,12,0),(13,13,0),(14,14,0),(15,15,0),(16,16,0),(17,17,0),(18,18,0),(19,19,0),(20,20,0),(21,21,0),(22,22,0),(23,23,0),(24,24,0),(25,28,0),(26,29,0),(27,33,0),(28,34,0),(29,39,0),(30,50,0),(31,52,0),(32,59,0),(33,60,0),(34,62,0),(35,63,0),(36,64,0),(37,66,0),(38,67,0),(39,69,0),(40,70,0),(41,71,0),(42,72,0),(43,73,0),(44,74,0),(45,75,0),(46,76,0),(47,77,0),(48,78,0),(49,79,0),(50,80,0),(51,81,0),(52,82,0),(53,83,0),(54,133,0),(55,134,0),(56,135,0),(57,136,0),(58,137,0),(59,138,0),(60,139,0),(61,140,0),(62,141,0),(63,142,0),(64,143,0),(65,144,0),(66,145,0),(67,146,0),(68,147,0),(69,148,0),(70,149,0),(71,150,0),(72,151,0),(73,152,0),(74,153,0),(75,154,0),(76,155,0),(77,156,0),(78,157,0),(79,158,0),(80,159,0),(81,160,0),(82,161,0),(83,162,0),(84,163,0),(85,164,0),(86,165,0),(87,166,0),(88,167,0),(89,175,0),(90,180,0),(91,183,0),(92,186,0),(93,187,0),(94,188,0),(95,189,0),(96,190,0),(97,191,0),(98,192,0),(99,193,0),(100,194,0),(101,195,0),(102,196,0),(103,197,0),(104,198,0),(105,199,0),(106,202,0),(107,214,0),(108,215,0),(109,216,0),(110,217,0),(111,218,0); /*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; @@ -26656,7 +26921,7 @@ CREATE TABLE `m_qtype_wq` ( `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', PRIMARY KEY (`id`), KEY `m_qtypwq_que_ix` (`question`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26665,6 +26930,7 @@ CREATE TABLE `m_qtype_wq` ( LOCK TABLES `m_qtype_wq` WRITE; /*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; +INSERT INTO `m_qtype_wq` VALUES (1,1,'adeu]]>.,\'truefalse0.001falsetruehello]]>','hash','options'),(2,2,'adeu]]>.,\'truefalse0falsetruehello]]>','hash','options'),(3,3,'x+1x-1.,\'0.001falsetrue','hash','options'),(4,4,'x+1x-1.,\'0.001falsetrue','hash','options'),(5,5,'x+1.,\'0.001falsetruepopupEditor','hash','options'),(6,6,'x+1.,\'0.001falsetruetextField','hash','options'),(7,7,'x+1.,\'0.001falsetruetextField','hash','options'),(8,8,'x+1.,\'0.001falsetrue]]>','hash','options'),(9,9,'x+1.,\'0.001falsetrue]]>','hash','options'),(10,10,'x+1x-1.,\'0.001falsetrue','hash','options'),(11,11,'x+1x-1.,\'0.001falsetrue','hash','options'),(12,12,'2/4.,\'','hash','options'),(13,13,'2/4.,\'','hash','options'),(14,14,'2/4.,\'','hash','options'),(15,15,'x+1.,\'','hash','options'),(16,16,'x+1.,\'','hash','options'),(17,17,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>S1=#s1falsefalsetextField','hash','options'),(18,18,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>#s1falsefalsetextField','hash','options'),(19,19,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(20,20,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(21,21,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(22,22,'label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>lineChart["a$0$","a$1$","a$2$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(23,23,'["a","A","B"]inlineGraphtrue','hash','options'),(24,24,'["a","A","B"]inlineGraphtrue','hash','options'),(25,25,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruepopupEditortextField','hash','options'),(26,26,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(27,27,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=11s2=22s3= random3,65{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetruepopupEditortextField','hash','options'),(28,31,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(29,32,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=1s2=2]]>0.001falsetruetextFieldtextField','hash','options'),(30,36,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(31,37,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(32,40,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(33,41,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>s1=random0,10s2=random0,10s3=random0,10s4=random0,10]]>0.001falsetruetextField','hash','options'),(34,48,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(35,49,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>sol=3x+1]]>0.001falsetruetextField','hash','options'),(36,69,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0,2,4,6,8L2=1,3,5,7,9M=123456789]]>#L10.001falsetrue','hash','options'),(37,70,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse;en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0;2;4;6;8L2=1;3;5;7;9M=123456789]]>#L10.001falsetrue','hash','options'),(38,71,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>L1=0 2 4 6 8L2=1 3 5 7 9M=123456789]]>#L10.001falsetrue','hash','options'),(39,72,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditorand','hash','options'),(40,73,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(41,74,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x =5y =10z =15]]>x =5y =10z = 15]]>0.001falsetrue0.001falsetruetruepopupEditordistribute10 50 40','hash','options'),(42,75,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x):=prime?xxprime?x{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>2gftruefalse0.001','hash','options'),(43,76,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>credit1=00credit2=00credit3=00decrease_mark=0.50.5gf(x):=beginif remainderx,7 == 2 thencredit1=0.4decrease_mark=1endif remainderx,2 == 0 thencredit2=0.3·decrease_markendif remainderx,40 thencredit3=0.3·decrease_markendc=credit1+credit2+credit3return cend{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>58truefalse0.001','hash','options'),(44,77,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>gf(x,y):=prime?x, prime?yx,yprime?x,prime?y{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>p1 = 2p2 = 3]]>truefalse0.001gftruepopupEditorand','hash','options'),(45,78,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>parameter answer = 0{53,117,183}2curve1plotter1"1"x-2x+3plotter1{186,72,72}2curve2plotter1"2"answerplotter1xx2x6\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"curve2\",\"value_content\":\"x0\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"2\",\"external\":true,\"ref\":\"curve2\"}],\"id\":\"plotter1\",\"aspect_ratio\":0.9955555555555555,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.09375,\"grid_subdivisions\":2}],\"handwriting\":[]}]]]]>]]>(x-2)(x+3)0.001falsetrue','hash','options'),(46,79,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>x1=1x2=2]]>0.001falsetruetruepopupEditor','hash','options'),(47,80,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>5%0.001falsetrue','hash','options'),(48,81,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>1000.001falsetrue200]]>','hash','options'),(49,82,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruepopupEditorsin x]]>','hash','options'),(50,83,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>cos x0.001falsetruetextFieldsin x','hash','options'),(51,84,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(52,85,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(53,86,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(54,87,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(55,88,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(56,89,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(57,90,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(58,91,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(59,92,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(60,93,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruereplacefalse','hash','options'),(61,94,'','hash','options'),(62,95,'\n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Untitled calc</mtext>\n </math>\n \n \n en\n \n \n \n \n <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n <mtext>Sheet 1</mtext>\n </math>\n \n \n # Automatically generated by WirisQuizzes.\ns1 = random(2, 4);\ns2 = random(5, 7);\ns3 = random(8, 10);\n \n \n \n \n]]>evaluate]]>0.001falsetrue','hash','options'),(63,96,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash',''),(64,97,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(65,98,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueaddfalse','hash','#ans'),(66,99,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(67,100,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p)]]>0.001falsetrueadd<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>#This is the initial content this test should display\na = 1\nb = 2a +b3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>false','hash','#ans'),(68,101,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(69,102,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash',''),(70,103,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(71,104,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p = random(0,10)\nans = prime?(p){"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#ans'),(72,105,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalse','hash','options'),(73,106,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(74,107,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalse','hash','options'),(75,108,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrueaddfalsefalse','hash','options'),(76,109,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(77,110,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrueaddfalsefalse','hash','options'),(78,111,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetruefalsetrue','hash','options'),(79,112,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(80,113,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetruefalsetrue','hash','options'),(81,114,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','options'),(82,115,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(83,116,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>d=a·b30e=b·c50f=a·c60{"elements":[],"constraints":[],"displays":[],"handwriting_traces":[]}]]>0.001falsetrue','hash','options'),(84,117,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = random(0,10)\nb = random(0,10)\nc = random (0,10)]]>0.001falsetrue','hash','options'),(85,118,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(86,119,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>0.001falsetrue','hash','options'),(87,120,'','hash','options'),(88,121,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(89,122,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(90,123,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(91,124,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(92,125,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrueaddfalse','hash','options'),(93,126,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(94,127,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetruefalsetrue','hash','options'),(95,128,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(96,129,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(97,130,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(98,131,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = sin x\nb = cos x\nc = tan x \nd = [a,b,c]]]>0.001falsetrue','hash','options'),(99,132,'','hash','options'),(100,133,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a = "WirisQuizzes"\nb = "for Moodle"]]>#afalsefalsetextFieldInitial content test #a','hash','options'),(101,134,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextFieldInitial content test','hash','options'),(102,135,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>wirisfalsefalsetextField','hash','options'),(103,136,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(104,137,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(105,138,'["c","d","a","b"]inlineGraphtrueand','hash','options'),(106,139,'["a"]inlineGraphfalseand','hash','options'),(107,140,'["a"]inlineGraphfalseand','hash','options'),(108,141,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>','hash','options'),(109,142,'["c"]inlineGraphfalseand','hash','options'),(110,143,'sketch1inlineGraph▯\",\"value\":\"log\",\"titleHtml\":true},{\"id\":\"cosinus\",\"title\":\"cos\",\"value\":\"cos\"},{\"id\":\"arccosinus\",\"title\":\"arccos\",\"value\":\"arccos\"},{\"id\":\"ln\",\"title\":\"ln\",\"value\":\"ln\"},{\"id\":\"sinus\",\"title\":\"sin\",\"value\":\"sin\"},{\"id\":\"arcsinus\",\"title\":\"arcsin\",\"value\":\"arcsin\"},{\"id\":\"exp\",\"title\":\"exp\",\"value\":\"exp\"}]}]},{\"id\":\"deleteSection\",\"items\":[{\"id\":\"deleteLabel\",\"title\":\"tt_delete\",\"icon\":{\"type\":\"svg\",\"name\":\"trash\"}}]}]}]}]]>never','hash','options'),(111,144,'["e"]1.092981724275775inlineGraphfalseand','hash','options'),(112,145,'Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphtrueHola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[3.3157894736842124,6.163967611336033],\"text\":\"Adéu\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(113,146,'inlineGraphtrue','hash','options'),(114,147,'5.25inlineGraphtrue','hash','options'),(115,148,'["a"]inlineGraphfalseand','hash','options'),(116,149,'["b"]inlineGraphfalseand','hash','options'),(117,150,'inlineGraphfalse','hash','options'),(118,151,'y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["f"]inlineGraphfalseandy=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[23.210526315789465,-24.273279352226716],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"}],\"id\":\"\",\"center\":[12.625506072874495,7.481781376518223],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(119,152,'["c"]inlineGraphfalseand','hash','options'),(120,153,'["c"]inlineGraphfalseand','hash','options'),(121,154,'y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>["d"]inlineGraphfalseandy=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-15.966666666666661,6.141666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(122,155,'inlineGraphfalseand','hash','options'),(123,156,'["c"]0inlineGraphfalseand','hash','options'),(124,157,'inlineGraphtrue','hash','options'),(125,158,'inlineGraphtrue','hash','options'),(126,159,'["m"]inlineGraphfalseand','hash','options'),(127,160,'["f","a","b","c","d","e"]["f","a","b","c","d","e"]["f","a","b","c","d","e"]inlineGraphtrueand','hash','options'),(128,161,'["a","b","c","d","e"]["a","b","c","d","e","A","B","C","D","E"]inlineGraphtrueand','hash','options'),(129,162,'["b"]inlineGraphfalseand','hash','options'),(130,163,'["a","b","c","d","e"]inlineGraphtruedistribute10 10 25 50 5','hash','options'),(131,164,'x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>inlineGraphfalse','hash','options'),(132,165,'inlineGraphtrue','hash','options'),(133,166,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChartinlineGraphlabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(134,167,'label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>pieChart["a$0$","a$1$","a$2$","a$3$","a$4$"]inlineGraphtruelabel\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>','hash','options'),(135,168,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(136,169,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(137,170,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(138,171,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-6,6-1b=random2,85c=random1,3{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(139,172,'','hash','options'),(140,173,'','hash','options'),(141,174,'textField','hash','options'),(142,176,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,83b=random2..6/a3c=maxa,b3d=mina,b{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001textField','hash','options'),(143,178,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(144,179,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,53b=random-8,84c=random-4,97d=random-9,9-8e=random-5,5-2f=random-3,6-1g=random-8,4-3h=random-2,81i=random-4,85sol=a·e·i + d·h·c + g·b·f - c·e·g - a·f·h - i·b·d47if sol == 0 thencorr="singular"incorr="non-singular"elsecorr="non-singular"incorr="singular"end"singular"{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>popupEditortextField','hash','options'),(145,182,']]>0.001popupEditor]]>textField','hash','options'),(146,184,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(147,185,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>m=random3,1413n=random2,88p=m·n104q=p -2r=p/2 + 1{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001','hash','options'),(148,186,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(149,187,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random-5,80b=random-4,63c=random-6,3-6m=3-a3d=random-4,41e=random1,52f=random-7,7-2n=d·fe{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>m =#mn =#n]]>truepopupEditordistribute','hash','options'),(150,188,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(151,189,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5false·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random3,54b=random-2,46d=random1,41c=77sol=a·d - b·c22j=dsol722f=-bsol-311g=-csol-122h=asol{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>A-1=#j#f#g#h]]>0.001falsetrueA-1=]]>','hash','options'),(152,190,'23textField','hash','options'),(153,191,'23textField','hash','options'),(154,192,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(155,193,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>["d"]inlineGraphfalseand','hash','options'),(156,194,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(157,195,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>barChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.034999999999999,1.82834008097166],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(158,196,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(159,197,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>lineChart["a$0$","a$1$"]inlineGraphtrueStep 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(160,198,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(161,199,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>]]>MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>pieChart["a$0$","a$1$","a$2$"]inlineGraphtrueBufferfish\",\"MathType\",\"WirisQuizzes\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4858299595141702,-4.0809716599190295],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}]]>','hash','options'),(162,200,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(163,201,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en5truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>a=random2,5022b=if remaindera,2 >0 thenfalseelsetrueendtruebtrue{"elements":[],"constraints":[],"displays":[],"handwriting":[]}]]>0.001falsetrue','hash','#b'),(164,204,'','hash','options'),(165,205,'','hash','options'),(166,206,'','hash','options'),(167,207,'','hash','options'),(168,208,'','hash','options'),(169,209,'','hash','options'),(170,210,'','hash','options'),(171,211,'','hash','options'),(172,212,'','hash','options'),(173,213,'','hash','options'),(174,214,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>p=plotter1plotter2d1]]>1.,\'0.001falsetrue','hash','options'),(175,215,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(176,216,'<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math>.mgifalse,en4truefalse·false<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math>{186,72,72}2curve1plotter2"1"p=sin xplotter2{0,0,0}true{53,117,183}plotter30.3falseq=sin xyplotter3plot2d=plotter2plot3d=plotter3-4.736802923296291,8.645757737449431,-11.00171143959311plotter3d21121plotter121plotter3d16.8116.8plotter316.8xx\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"circle_by_three_points\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"xref\":\"1\",\"external\":true,\"ref\":\"curve1\"}],\"id\":\"plotter2\",\"aspect_ratio\":0.962222236011198,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21.824480056762695,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]]]>]]>1.,\'0.001falsetrue','hash','options'),(177,217,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(178,218,'variablesr = random1,5c=pointrandom-5,5,random-5,5p=plotterwindow_width=400window_height=400width=21height=21plotcfrc,r,line_width=2,color=blueplotc,point_size=10]]>#rtextFieldand','hash','options'),(179,219,'.,\'','hash','options'); /*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; UNLOCK TABLES; @@ -26721,7 +26987,7 @@ CREATE TABLE `m_question` ( KEY `m_ques_par_ix` (`parent`), KEY `m_ques_cre_ix` (`createdby`), KEY `m_ques_mod_ix` (`modifiedby`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26730,6 +26996,7 @@ CREATE TABLE `m_question` ( LOCK TABLES `m_question` WRITE; /*!40000 ALTER TABLE `m_question` DISABLE KEYS */; +INSERT INTO `m_question` VALUES (1,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082554+4KbwKA',1727339154,1727339154,2,2),(2,0,'sin x','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mi»x«/mi»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926082618+6WjKb7',1727339178,1727339178,2,2),(3,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120082826+0buqce',1732091306,1732091306,2,2),(4,0,'Equation - Validate input method Math Editor embedded','

Test to validate if math editor works when embedded. 

S1 = x+1

S2= x-1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083149+7EiEDB',1732091509,1732091509,2,2),(5,0,'Equation - Validate input method Math editor in a popup','

Test to validate math editor in a popup

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083347+YJWFXh',1732091627,1732091627,2,2),(6,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083634+Xg4Hh5',1732091794,1732091794,2,2),(7,0,'Equation - Validate input method Plain text','

Test to validate input method in plain text

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083643+Etdxqe',1732091803,1732091803,2,2),(8,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083746+gBdoX7',1732091866,1732091866,2,2),(9,0,'Equation - Validate Lock initial content input','

Test to validate Lock initial content input option

S1=x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120083949+Oz9lyt',1732091989,1732091989,2,2),(10,0,'Equation - Grading functions','

Test to validate equation grading functions

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084851+zSv2ev',1732092531,1732092531,2,2),(11,0,'Equation - Grading functions','

Test to validate equation grading functions

S1 = x+1 (100%)

S2 = x-1 (20%)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120084921+XLY4eT',1732092561,1732092561,2,2),(12,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085546+F5230N',1732092946,1732092946,2,2),(13,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085656+z5BqJO',1732093016,1732093016,2,2),(14,0,'Equation - Mathematically equal','

Test to validate if mathematically equal validation option works

S1= 2/4 (aka 1/2)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084703+SkVob1',1736239623,1736239623,2,2),(15,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120085914+uF7nuW',1732093154,1732093154,2,2),(16,0,'Equation - Any answer','

Test to validate if Any answer works in validation options

S1 = x+1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084714+EPOdSC',1736239634,1736239634,2,2),(17,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120103118+CdeIML',1732098678,1732098678,2,2),(18,0,'Text - Validate Random Variables','

Test to check if text question type works with random variables

S1 = #s1

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084749+d8YFxh',1736239669,1736239669,2,2),(19,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112607+h8UfUB',1732101967,1732101967,2,2),(20,0,'Statistic charts - Bar chart - Validate initial content and toolbar','

Test to validate initial content is displayed correctly and toolbar can be modified

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082942+gVBZUT',1736238582,1736238582,2,2),(21,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120112931+tTMblP',1732102171,1732102171,2,2),(22,0,'Statistic charts - Line chart- Initial content','

Test to check if initial content can be displayed

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082958+dQakY7',1736238598,1736238598,2,2),(23,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084537+VDo3EL',1736239537,1736239537,2,2),(24,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107084554+2IgxUi',1736239554,1736239554,2,2),(25,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+ocSqVI',1727275591,1727275591,3,3),(26,0,'Answer input field - Math editor in a popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074627+8ayycR',1732088787,1732088787,2,2),(27,0,'Cloze - Random variables (s3) + Popup','

Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2

S3 = #s3

S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074658+QGwe4X',1732088818,1732088818,2,2),(28,25,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+kTQdHq',1727275591,1727275591,3,3),(29,25,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+09R7bC',1727275591,1727275591,3,3),(30,25,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+Gw5BfM',1727275591,1727275591,3,3),(31,0,'Answer input field - Plain text','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+zHJw68',1727275591,1727275591,3,3),(32,0,'Cloze - Validate Cloze question with Plain text as Answer input field','

Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.

Correct answer is:

S1 = #s1

S2 = #s2


S1 = {#1} u2

S2 = {#2} u2

Select the option #s1 : {#3}. 



',1,'',1,3.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074308+XEuz0f',1732088588,1732088588,2,2),(33,31,'Answer input field - Plain text','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+3tnFwu',1727275591,1727275591,3,3),(34,31,'Answer input field - Plain text','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+HVDlSe',1727275591,1727275591,3,3),(35,31,'Answer input field - Plain text','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+XYKfTy',1727275591,1727275591,3,3),(36,0,'Cloze - Combining embedded Short Answer and Multichoice questions','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+Hng3Rr',1727275591,1727275591,3,3),(37,0,'Cloze - Validate MC and SA embedded questions are compatible within the same question','

Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for the Multichoice question)

- S2 = #s2

- S3 = #s3 (This is the correct answer for the Short Answer question)

- S4 = #s4

Drop-down format {#1}

Short Answer question {#2}


',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074206+h2m8jA',1732088526,1732088526,2,2),(38,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+MVyL5U',1727275591,1727275591,3,3),(39,36,'Cloze - Combining embedded Short Answer and Multichoice questions','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+REwTHm',1727275591,1727275591,3,3),(40,0,'Cloze - Embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+gWJF3Z',1727275591,1727275591,3,3),(41,0,'Cloze - Validate Cloze question embedded Multichoice','

Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:

- S1 = #s1 (this is the correct answer for each sub-question)

- S2 = #s2

- S3 = #s3

- S4 = #s4

Drop-down format {#1}

Shuffled drop-down format {#2}

Horizontal format {#3}

Shuffled horizontal {#4}

Vertical format {#5}

Shuffled vertical format {#6}


',1,'',1,6.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074224+NniBub',1732088544,1732088544,2,2),(42,40,'Cloze - Embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+rQfbuG',1727275591,1727275591,3,3),(43,40,'Cloze - Embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+7k6vA4',1727275591,1727275591,3,3),(44,40,'Cloze - Embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+IS6deN',1727275591,1727275591,3,3),(45,40,'Cloze - Embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+n23yZl',1727275591,1727275591,3,3),(46,40,'Cloze - Embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+z0PBxO',1727275591,1727275591,3,3),(47,40,'Cloze - Embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240925144631+toUmLc',1727275591,1727275591,3,3),(48,0,'Cloze - Embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240925144631+VOixhN',1727275591,1727275591,3,3),(49,0,'Cloze - Validate Cloze question embedded Short Answer','

Test: Test that embedded short answer boxes work in a Cloze question. The solution is #sol

{#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241120074334+eU2KQk',1732088614,1732088614,2,2),(50,48,'Cloze - Embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240925144631+541WQU',1727275591,1727275591,3,3),(51,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074206+seDutt',1732088526,1732088526,2,2),(52,37,'Cloze - Validate MC and SA embedded questions are compatible within the same question','{:SA:=\\#s3}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074206+TzbhIG',1732088526,1732088526,2,2),(53,41,'Cloze - Validate Cloze question embedded Multichoice','{:MC:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cyUDuD',1732088544,1732088544,2,2),(54,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+3Tkdil',1732088544,1732088544,2,2),(55,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCH:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+cnDdqu',1732088544,1732088544,2,2),(56,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCHS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+2bJsrr',1732088544,1732088544,2,2),(57,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCV:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+H69zeA',1732088544,1732088544,2,2),(58,41,'Cloze - Validate Cloze question embedded Multichoice','{:MCVS:=\\#s1~\\#s2~\\#s3~\\#s4}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074224+59e8Cn',1732088544,1732088544,2,2),(59,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+5iWkoE',1732088588,1732088588,2,2),(60,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074308+ni0ffM',1732088588,1732088588,2,2),(61,32,'Cloze - Validate Cloze question with Plain text as Answer input field','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074308+Bq5JnQ',1732088588,1732088588,2,2),(62,49,'Cloze - Validate Cloze question embedded Short Answer','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074334+hQ46uM',1732088614,1732088614,2,2),(63,26,'Answer input field - Math editor in a popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+QhOTZi',1732088787,1732088787,2,2),(64,26,'Answer input field - Math editor in a popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074627+WoGKR3',1732088787,1732088787,2,2),(65,26,'Answer input field - Math editor in a popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074627+G8cYU1',1732088787,1732088787,2,2),(66,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s1}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+wAloXO',1732088818,1732088818,2,2),(67,27,'Cloze - Random variables (s3) + Popup','{1:SA:=#s2}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241120074658+F8KJwI',1732088818,1732088818,2,2),(68,27,'Cloze - Random variables (s3) + Popup','{:MC:=#s1~#s2}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241120074658+fHcdVS',1732088818,1732088818,2,2),(69,0,'Generating tables from lists - Comma as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+1kRkmO',1727275591,1727275591,3,3),(70,0,'Generating tables from lists - Semicolon as list element separator','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+WOwgrQ',1727275591,1727275591,3,3),(71,0,'Generating tables from lists - Space as list element separator (copy)','Test: Check that the lists below render in a table where each cell displays an element of the list. Check both the question statement and the question feedback. Solution for the correct answer is #L1.

L1 = #L1

L2 = #L2

M = #M

Basic Table\n\n\n\n\n\n\n\n
#L1

Downwards expanding table
\n\n\n\n\n\n\n\n\n\n\n\n
Downards expanding table
#L1

Table with header
\n\n\n\n\n\n\n\n\n\n
Head
#L1

Table with multiple lists
\n\n\n\n\n\n\n\n\n\n\n\n\n
Head
#L1
#L2
\n
Table generated from a matrix

\n\n\n\n\n\n\n\n\n
#M
\n

\n

',1,'

L1 = #L1

L2 = #L2

M = #M

Basic Table
#L1

Downwards expanding table
Downards expanding table
#L1

Table with header
Head
#L1

Table with multiple lists
Head
#L1
#L2

Table generated from a matrix

#M


',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+w24mLd',1727275591,1727275591,3,3),(72,0,'Compound answer - All answers must be correct','

Test: Compound answer with All answers must be correct option.

Correct answer is 

x = 5 

y = 10 

z = 15

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+eGtAT0',1727275591,1727275591,3,3),(73,0,'Compound answer - Distributed grades','

Test: Compound answer with distributed grades.

Correct answer is 

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+X5GNUZ',1727275591,1727275591,3,3),(74,0,'Compound answer - Multiple answers (any answer)','

Test: Compound answer with multiple answers. 

Ticket: https://wiris.kanbanize.com/ctrl_board/17/cards/20589/details/ 

Answer 1

x = 5 (10% of the grade)

y = 10 (50% of the grade)

z = 15 (40% of the grade)

Answer 2

wiris - This answer is configured to be evaluated as Any answer.


',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+ZrGDVJ',1727275591,1727275591,3,3),(75,0,'Basic grading function','

Test: test a basic grading function. The defined function is #gf(x) which is true if the inserted number is prime and false otherwise.

The mark of the question must be:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+OyPIjI',1727275591,1727275591,3,3),(76,0,'Custom marks','

Test: this question uses a grading function with several outputs.

Question: M is a number whose ramainder is 2 when divided by 7. It is also divisible by 2, but not by 4. Give a possible value of M.

Examples:

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+qvGXUF',1727275591,1727275591,3,3),(77,0,'Grading functions on a compound answer','

Test: custom grading functions on compound answers. Insert two prime numbers. The grading function is gf(x,y)=[prime?(x), prime?(y)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+VOoULx',1727275591,1727275591,3,3),(78,0,'Comparing graphical student answer','

Test: Check parameter answer when it stores a plotter.

Question: Write a monomic polynomial of degree two with roots 2 and -3.

',1,'

The correct answer is in blue, your answer in red.

#plotter1

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144631+vvaL9H',1727275591,1727275591,3,3),(79,0,'Generate steps to solve the problem','

Test: testing parameter answer variable to generate steps to solve the problem in the answer feedback. Answer is 1 and 2, in this order.

Question: Find the roots of the polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»3«/mn»«mi»x«/mi»«mo»+«/mo»«mn»2«/mn»«/math»

',1,'To find the roots of a polynomial «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mi»x«/mi»«mo»)«/mo»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»+«/mo»«mi»b«/mi»«mo»§#183;«/mo»«mi»x«/mi»«mo»+«/mo»«mi»c«/mi»«/math» you have to use the following formula:
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfrac»«mrow»«mo»-«/mo»«mi»b«/mi»«mo»§#177;«/mo»«msqrt»«msup»«mi»b«/mi»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mi»c«/mi»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«/math»
Thus, with «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»b«/mi»«mo»=«/mo»«mo»-«/mo»«mn»3«/mn»«/math» and «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»c«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mn»2«/mn»«/math»
«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»x«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«msqrt»«msup»«mrow»«mo»(«/mo»«mo»-«/mo»«mn»3«/mn»«mo»)«/mo»«/mrow»«mn»2«/mn»«/msup»«mo»-«/mo»«mn»4«/mn»«mo»§#183;«/mo»«mn»2«/mn»«/msqrt»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mfrac»«mrow»«mn»3«/mn»«mo»§#177;«/mo»«mn»1«/mn»«/mrow»«mn»2«/mn»«/mfrac»«mo»=«/mo»«mo»{«/mo»«mn»1«/mn»«mo»,«/mo»«mn»2«/mn»«mo»}«/mo»«/math»
',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144637+bDGcAy',1727275597,1727275597,3,3),(80,0,'Parameter answer with percent symbol','

Test: parameter answer with percent symbol. Check it renders. Correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»5«/mn»«mo»%«/mo»«/math»

',1,'

This is the student answer: #answer

',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+3U0BHk',1727275598,1727275598,3,3),(81,0,'Math editor embedded','

Test: Validate input method Math editor embedded

Initial content: 200

Correct answer: 100

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+Z61krd',1727275598,1727275598,3,3),(82,0,'Math editor in a popup','

Test: Validate input method Math editor in a popup

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+w0sTYf',1727275598,1727275598,3,3),(83,0,'Plain text','

Test: Validate input method Plain text

Initial content: sin x

Correct answer: cos x

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+YPXiSS',1727275598,1727275598,3,3),(84,0,'Essay display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+kLXKCG',1727275598,1727275598,3,3),(85,0,'Essay - display auxiliary CalcMe','

Test: Validate display auxiliary CalcMe option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141932+J0TRrw',1733235572,1733235572,2,2),(86,0,'Essay display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+eXylYS',1727275598,1727275598,3,3),(87,0,'Essay - display auxiliary CalcMe with initial content','

Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141943+1mzFGX',1733235583,1733235583,2,2),(88,0,'Essay display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+v9cSGP',1727275598,1727275598,3,3),(89,0,'Essay - display auxiliary text field','

Test: Validate display auxiliary text field

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141952+POYZEq',1733235592,1733235592,2,2),(90,0,'Essay replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+X2E7Qw',1727275598,1727275598,3,3),(91,0,'Essay - replace answer input with auxiliary CalcMe','

Test: Replace answer input with auxiliary CalcMe.

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142001+H9OpeY',1733235601,1733235601,2,2),(92,0,'Essay replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+BpqV5V',1727275598,1727275598,3,3),(93,0,'Essay - replace answer input with auxiliary CalcMe with initial content','

Test: Replace answer input with auxiliary CalcMe with initial content.

Initial content should be the following: 

\"\"

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203142015+aOcXTd',1733235615,1733235615,2,2),(94,0,'Simple Essay question','

Test: Validate Essay question type works

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240925144638+s4KetD',1727275598,1727275598,3,3),(95,0,'Essay - Random Variables','s1= #s1
s2 =#s2
s3= #s3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241120074936+7Rhlm8',1732088976,1732088976,2,2),(96,0,'Simple True or False question','

Test: true or false question type works.

Is QA the best team ever?

Answer: true

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+AAKfuA',1727275598,1727275598,3,3),(97,0,'True or False Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+WgIEPe',1727275598,1727275598,3,3),(98,0,'True or False - Display auxiliary CalcMe','

Test: Display auxiliary CalcMe works for True or False questions.

Is #p prime? Answer is #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142441+KVXviN',1733235881,1733235881,2,2),(99,0,'True or False display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+kLQDkw',1727275598,1727275598,3,3),(100,0,'True or False - display auxiliary CalcMe with initial content','

Test: Display auxiliary CalcMe with initial content works for True or False questions

Is #p prime? Answer is #ans

Initial content: \"\"

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142452+CpEaDG',1733235892,1733235892,2,2),(101,0,'True or False display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+1WGktT',1727275598,1727275598,3,3),(102,0,'True or False - display auxiliary text field','

Test: Validate the auxiliary text field option works for True or False questions

Is QA the best team? Answer: True

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142515+hOUTsy',1733235915,1733235915,2,2),(103,0,'True or False question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240925144638+lHzm0e',1727275598,1727275598,3,3),(104,0,'True or False - question with random variables','

Test: true or false question type works.

Is #p a prime number?

Answer: #ans

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203142502+FxbqbR',1733235902,1733235902,2,2),(105,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+yzNWRF',1727275598,1727275598,3,3),(106,0,'Matching question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134714+4Sa9G8',1733233634,1733233634,2,2),(107,0,'Matching - question display auxiliary CalcMe','

Test: Validate auxilary CalcMe is displayed for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142210+QbniNX',1733235730,1733235730,2,2),(108,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+8NC3T6',1727275598,1727275598,3,3),(109,0,'Matching question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134747+EcD9n7',1733233667,1733233667,2,2),(110,0,'Matching - question display auxiliary CalcMe with initial content','

Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142222+Fv9igJ',1733235742,1733235742,2,2),(111,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+JWGI0d',1727275598,1727275598,3,3),(112,0,'Matching question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134850+sfhnP8',1733233730,1733233730,2,2),(113,0,'Matching - question display auxiliary text field','

Test: Validate Matching Question display auxiliary text field

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142251+857fcu',1733235771,1733235771,2,2),(114,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+stZNPD',1727275598,1727275598,3,3),(115,0,'Matching question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134825+99bXOd',1733233705,1733233705,2,2),(116,0,'Matching - question with additional blanks for questions','

Test: Validate Matching Question type works with additional questions

Answers: 

1 - #a

2 -  #b

3 - #c

4 - #d

5 - #e

6 - #f

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142236+1SVpg0',1733235756,1733235756,2,2),(117,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+PurKaA',1727275598,1727275598,3,3),(118,0,'Matching question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203134637+HQM8xU',1733233597,1733233597,2,2),(119,0,'Matching - question with random variables','

Test: Validate Matching Question type works with random variables

Answers: 

1 - #a

2 - #b

3 - #c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203142156+RjT3hV',1733235716,1733235716,2,2),(120,0,'Simple Matching Question','

Test: Validate Matching Question type works

Answers: 

1 - a

2 - b

3 - c

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240925144638+1fi15h',1727275598,1727275598,3,3),(121,0,'Multichoice display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+9p5Agr',1727275598,1727275598,3,3),(122,0,'Multichoice - display auxiliary CalcMe','

Test: Validate Multichoice question display auxiliary CalcMe

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142321+E2RYzZ',1733235801,1733235801,2,2),(123,0,'Multichoice display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+kvh9uE',1727275598,1727275598,3,3),(124,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142333+rGxnwb',1733235813,1733235813,2,2),(125,0,'Multichoice - display auxiliary CalcMe with initial content','

Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade


Initial content: 

\"\"

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142335+PReeyN',1733235815,1733235815,2,2),(126,0,'Multichoice question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ozc7XI',1727275598,1727275598,3,3),(127,0,'Multichoice - question display auxiliary text field','

Test: Validate Multichoice question display auxiliary text field

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142348+cI6AEy',1733235828,1733235828,2,2),(128,0,'Multichoice question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+HvFBjA',1727275598,1727275598,3,3),(129,0,'Multichoice - question with additional blanks for questions','

Test: Validate Multichoice question with additional blanks for questions

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

e - 50% grade

f - 0% grade

g - -10% grade 


',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142400+4nzHcB',1733235840,1733235840,2,2),(130,0,'Multichoice question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+Ca1FgB',1727275598,1727275598,3,3),(131,0,'Multichoice - question with random variables','

Test: Validate Multichoice question with random variables.

Random variables: 

#a - 70% grade

#b - 12.5% grade

#c - 33.33% grade

#d - 100% grade

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203142414+LmNu6x',1733235854,1733235854,2,2),(132,0,'Simple Multichoice question','

Test: Validate Multichoice question type works

What\'s the value of «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»sin«/mi»«mo»§#160;«/mo»«mn»0«/mn»«/math»?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240925144638+nLd0Wn',1727275598,1727275598,3,3),(133,0,'Short Answer text answer type with random variables','

Test: Validate Short Answer Text answer type with random variables.

Correct answer:  #a

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+HNXfNF',1727275598,1727275598,3,3),(134,0,'Short Answer text question with initial content','

Test: Validate Short Answer text answer type with initial content

Answer: wiris

Initial content: Initial content test

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+lj2YAK',1727275598,1727275598,3,3),(135,0,'Simple Short Answer text question','

Test: Validate Short Answer text answer type

Answer: wiris

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240925144638+ncYtny',1727275598,1727275598,3,3),(136,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+YeXHaw',1727333895,1727333895,2,2),(137,0,'GA 1','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105719+qavB6c',1732100239,1732100239,2,2),(138,0,'Plotter - Initial content','

Test: Draw two circles centered at the origin of radius 4 and 6. Paint the two areas: the inner cirlce and the disk between both circles.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105758+V1kBjd',1732100278,1732100278,2,2),(139,0,'Plotter - Initial content','

Test: Draw a circle centered at the origin of radius 4. 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107082922+MpPJuN',1736238562,1736238562,2,2),(140,0,'GA 10','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLgM9h',1727333895,1727333895,2,2),(141,0,'Sketch - Validate all sketch propieties','Test: multiple answers. The correct answer is either a circle centered at origin of radius 4 or a segment from -4, 4',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110733+tujOPF',1732100853,1732100853,2,2),(142,0,'GA 11','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+fRjvbC',1727333895,1727333895,2,2),(143,0,'Sketch - Validate initial content','

Test: draw the angle between the segments

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120110839+XpzBRs',1732100919,1732100919,2,2),(144,0,'GA 12','

Test: tolerance. Correct answer is a circle centered at origin with radius between 3 and 5. The exact correct answer is radius 4.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+FVBnE8',1727333895,1727333895,2,2),(145,0,'GA 13','

Test: labels. The initial content is already the correct answer. Check that labels are displayed both at the attempt and the correction.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+RMJRi2',1727333895,1727333895,2,2),(146,0,'GA 14','

Test: parallelogram. Draw a (-7,5), (0,-4), (5, 5) parallelogram

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+mLqyMF',1727333895,1727333895,2,2),(147,0,'GA 15','

Test: Custom graph. Check axis have been removed.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+isNwZR',1727333895,1727333895,2,2),(148,0,'GA 16','

Test: custom graph: axis ratio is 1:5. Build a circle centered at origin of radius 10.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+SV6ZYb',1727333895,1727333895,2,2),(149,0,'GA 17','

Test: Parabola. Draw a parabola with the given line as directriu and the point (4,3) as the focus.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+OLhJeU',1727333895,1727333895,2,2),(150,0,'GA 18','

Test: prohibit superfluous elements. The correct answer is the point (0,0), if the student answer contains any other element, the answer must be graded as incorrect.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+UcVQNF',1727333895,1727333895,2,2),(151,0,'GA 19','

Test: wiris.com graphical answer question example 1. Check the question can be answered correctly.


Question: Draw the bisector of the highlighted angle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+NIrDOO',1727333895,1727333895,2,2),(152,0,'GA 2','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065815+V6uUcD',1727333895,1727333895,2,2),(153,0,'Plotter - Validate customized toolbar','

test: calculate lenght from A to B

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120105859+d9iCNk',1732100339,1732100339,2,2),(154,0,'GA 20','

Test: wiris.com graphical answer question example 2. Check the question can be answered correctly.


Question: Fill the region delimited by «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mfenced open=¨{¨ close=¨¨»«mtable columnalign=¨left¨»«mtr»«mtd»«mi»x«/mi»«mo»-«/mo»«mi»y«/mi»«mo»§#8201;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mn»2«/mn»«mi»x«/mi»«mo»+«/mo»«mi»y«/mi»«mo»§#160;«/mo»«mo»§#62;«/mo»«mo»§#160;«/mo»«mo»§#160;«/mo»«mn»0«/mn»«/mtd»«/mtr»«mtr»«mtd»«mi»x«/mi»«mo»§#160;«/mo»«mo»§#60;«/mo»«mo»§#160;«/mo»«mn»10«/mn»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+fTT5Fo',1727333896,1727333896,2,2),(155,0,'GA 21','

Test: handrwitted paths. Check that initial content is visible and answer the question with a handwritted path.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+AObML8',1727333896,1727333896,2,2),(156,0,'GA 23','

Test: angle between rays. Draw an angle between the two rays.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+LSAUU6',1727333896,1727333896,2,2),(157,0,'GA 24','

Test: line width. Check that the initial content lines have width 8. Correct answer is the has the same lines. Try to change width to 4px.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+GnyNwE',1727333896,1727333896,2,2),(158,0,'GA 25','

Test: SA multiple correct answers: parallelogram. 

Correct answer is a parallelogram with vertices on (5,5), (-5,5), (5,-5), (-5,-5), but draw anything as the correct answer. The expected behaviour is that the grade of the question is 0.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+ElYLe5',1727333896,1727333896,2,2),(159,0,'GA 3','

Test: precision. Draw the incircle of the triangle

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+XpK1Hp',1727333896,1727333896,2,2),(160,0,'GA 4','

Test: match color. All elements must be red #B71C1C

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+leaV6j',1727333896,1727333896,2,2),(161,0,'GA 5','

Test: line type to dots of all elements

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+rTaTfI',1727333896,1727333896,2,2),(162,0,'GA 6','

Test: area. Draw the area of an ellipse

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+loLf0C',1727333896,1727333896,2,2),(163,0,'GA 7','

Test: distributed grades. Draw 5 circles of radius 2, each one centered on one of the 5 points

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+Q2Pdgg',1727333896,1727333896,2,2),(164,0,'GA 8','

Test: draw expression (x+3)^2.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+DU4DvN',1727333896,1727333896,2,2),(165,0,'GA 9','

Test: custom toolbar. Check you can only draw polygons.  square of vertices (0,4) (0, -4) (4, 0) (-4, 0) 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926065816+lHDnne',1727333896,1727333896,2,2),(166,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241120113051+U4RQ4p',1732102251,1732102251,2,2),(167,0,'Statistic charts - Pie chart - Initial content','

Test to validate initial content display

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+250107083011+ucPab7',1736238611,1736238611,2,2),(168,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926074813+IqDAga',1727336893,1727336893,2,2),(169,0,'Test: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926083936+9d8rXb',1727339976,1727339976,2,2),(170,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:


TO BE DELETED

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+241203141508+26RfTp',1733235308,1733235308,2,2),(171,0,'Smoke: Essay question','

Tell how many real roots has the following equation: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mo»#«/mo»«mi»a«/mi»«mo»§#160;«/mo»«msup»«mi»x«/mi»«mn»2«/mn»«/msup»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»b«/mi»«mo»§#160;«/mo»«mi»x«/mi»«mo»§#160;«/mo»«mo»+«/mo»«mo»§#160;«/mo»«mo»#«/mo»«mi»c«/mi»«mo»§#160;«/mo»«mo»§#8201;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mn»0«/mn»«/math»

Explain why:

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+250103115615+3GPXnw',1735905375,1735905375,2,2),(172,0,'Test: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+240926074813+d920KY',1727336893,1727336893,2,2),(173,0,'Smoke: Matching question','

Choose the correct solution of each integral

',1,'',1,1.0000000,0.3333333,'matchwiris',1,'localhost:8000+241203141526+i6F0iU',1733235326,1733235326,2,2),(174,0,'Test: Cloze Question - SA text','

Answer anything to the following question. Correct answer is wiris.


Question: {#1}



',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+Cku1Kc',1727336893,1727336893,2,2),(175,174,'Test: Cloze Question - SA text','{:SA:=wiris}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074813+04Agmw',1727336893,1727336893,2,2),(176,0,'Test: Cloze question - MC','

What is the degree of the following polynomial? «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»a«/mi»«/mrow»«/msup»«mo»-«/mo»«mn»3«/mn»«msup»«mi»x«/mi»«mrow»«mo»#«/mo»«mi»b«/mi»«/mrow»«/msup»«mo»+«/mo»«mn»2«/mn»«mi»x«/mi»«/math»

Solution: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074813+51Jjj6',1727336893,1727336893,2,2),(177,176,'Test: Cloze question - MC','{:MCS:=#c~#d~1}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074813+PhSmQz',1727336893,1727336893,2,2),(178,0,'Test: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+FgwJva',1727336894,1727336894,2,2),(179,0,'Smoke: Cloze question - SA and MC','

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»i«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

The determinant of matrix A is {#1}

Therefore the matrix is {#2}


Solution: #sol

',1,'',1,2.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+241203141537+ulWCbO',1733235337,1733235337,2,2),(180,178,'Test: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+uA58FM',1727336894,1727336894,2,2),(181,178,'Test: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+240926074814+BxgQ8A',1727336894,1727336894,2,2),(182,0,'Test: Cloze question - SA equation','

Answer anything. Correct answer is 100.


Question: {#1}

',1,'',1,1.0000000,0.3333333,'multianswerwiris',1,'localhost:8000+240926074814+ddllH4',1727336894,1727336894,2,2),(183,182,'Test: Cloze question - SA equation','{:SA:=100}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+240926074814+9jaEFS',1727336894,1727336894,2,2),(184,0,'Test: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+240926074814+kRh61Y',1727336894,1727336894,2,2),(185,0,'Smoke: Multiple Choice question','

What is the perimeter of a #m-sided regular polygon, with each side #n cm long?

',1,'',1,1.0000000,0.3333333,'multichoicewiris',1,'localhost:8000+241203141559+Fc4KDY',1733235359,1733235359,2,2),(186,0,'Test: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074815+jaDKjo',1727336895,1727336895,2,2),(187,0,'Smoke: Short Answer question - Compound Answer','

a) Find the value of m so that tr(A) = 3

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#8201;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mi»m«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

b) Find the value of n so that det(B) = 0

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»B«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#8201;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»e«/mi»«/mtd»«/mtr»«mtr»«mtd»«mi»n«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math» 

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141614+ZhNTKY',1733235374,1733235374,2,2),(188,0,'Test: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+kroxEj',1727336897,1727336897,2,2),(189,0,'Smoke: Short Answer question - Equation Answer','

Calculate the inverse of the following matrix:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»A«/mi»«mo»§#160;«/mo»«mo»=«/mo»«mo»§#160;«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»a«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»b«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»c«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»d«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»


Solution: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msup»«mi»A«/mi»«mrow»«mo»-«/mo»«mn»1«/mn»«/mrow»«/msup»«mo»§#160;«/mo»«mo»=«/mo»«mfenced»«mtable»«mtr»«mtd»«mo»#«/mo»«mi»j«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»f«/mi»«/mtd»«/mtr»«mtr»«mtd»«mo»#«/mo»«mi»g«/mi»«/mtd»«mtd»«mo»#«/mo»«mi»h«/mi»«/mtd»«/mtr»«/mtable»«/mfenced»«/math»

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141626+FwyLlG',1733235386,1733235386,2,2),(190,0,'Test: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+PNiSJD',1727336897,1727336897,2,2),(191,0,'Smoke: Short Answer question - Text Answer','

The correct answer is «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»23«/mn»«/math».

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141640+LKHoia',1733235400,1733235400,2,2),(192,0,'Test: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+TTof2a',1727336897,1727336897,2,2),(193,0,'Smoke: Short Answer question GA','

Paint the area of the triangle.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141656+llcx85',1733235416,1733235416,2,2),(194,0,'Test: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Z2OZat',1727336897,1727336897,2,2),(195,0,'Smoke: Short Answer question GA - Bar Chart','

Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141709+lMRB0g',1733235429,1733235429,2,2),(196,0,'Test: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+Qujcjy',1727336897,1727336897,2,2),(197,0,'Smoke: Short Answer question GA - Line Chart','

Correct answer: delete the green line and the third and fourth rows of points.

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141729+9wSeac',1733235449,1733235449,2,2),(198,0,'Test: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240926074817+ZnGzCA',1727336897,1727336897,2,2),(199,0,'Smoke: Short Answer question GA - Pie Chart','

Solution: Bufferfish 5, WirisQuizzes 15, MathType 10

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+241203141744+jt7wEC',1733235464,1733235464,2,2),(200,0,'Test: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+240926074817+vQD9RK',1727336897,1727336897,2,2),(201,0,'Smoke: True/False question','

#a is even

',1,'',1,1.0000000,1.0000000,'truefalsewiris',1,'localhost:8000+241203141757+7mSinE',1733235477,1733235477,2,2),(202,179,'Smoke: Cloze question - SA and MC','{:SA:=\\#sol}',1,'',1,1.0000000,0.0000000,'shortanswerwiris',1,'localhost:8000+241203141537+PtLvQt',1733235337,1733235337,2,2),(203,179,'Smoke: Cloze question - SA and MC','{:MC:=#corr~#incorr}',1,'',1,1.0000000,0.0000000,'multichoicewiris',1,'localhost:8000+241203141537+wng4G1',1733235337,1733235337,2,2),(204,0,'0 attachments','

0

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+oh0pGl',1727337430,1727337430,2,2),(205,0,'1 attachment','

1

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+RsIdPH',1727337430,1727337430,2,2),(206,0,'1 attachment','Test: 1 attachment allowed',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080053+6QTwXK',1727337653,1727337653,2,2),(207,0,'2 attachments','

2

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+eKTuGr',1727337430,1727337430,2,2),(208,0,'2 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080109+A7ZsdW',1727337669,1727337669,2,2),(209,0,'3 attachments','

3

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+ENYQCe',1727337430,1727337430,2,2),(210,0,'3 attachments','

Test: 2 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080119+qHGDy5',1727337679,1727337679,2,2),(211,0,'3 attachments','

Test: 3 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080143+CywcFP',1727337703,1727337703,2,2),(212,0,'4 or more attachments','

4...

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926075710+tFNZza',1727337430,1727337430,2,2),(213,0,'4 or more attachments','

Test: 4 attachments allowed

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240926080133+CIFDX9',1727337693,1727337693,2,2),(214,0,'Filter test: Graph plotter','

Graph plotter: #p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124159+3EygB0',1711024919,1711024919,5,5),(215,0,'Filter test: Graph plotter','

Graph plotter 2D: #plot2d


Graph plotter 3D: #plot3d

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124600+uIwYmn',1711025160,1711025160,5,5),(216,0,'Filter test: Graph plotter','

Graph plotter 2D: #plotter2


Graph plotter 3D: #plotter3

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124755+6YOrmv',1711025275,1711025275,5,5),(217,0,'05 graph','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321124958+l8CE2j',1711025398,1711025398,5,5),(218,0,'Filter test: CAS plotter','

What\'s the radius of this circumference?

#p

',1,'',1,1.0000000,0.3333333,'shortanswerwiris',1,'localhost:8000+240321125041+tRo9kU',1711025441,1711025441,5,5),(219,0,'Filter test: Wiris formula + LaTeX','

MathType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«msqrt»«msqrt»«mi»x«/mi»«/msqrt»«/msqrt»«/math»

ChemType formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨ class=¨wrs_chemistry¨»«mover»«mo»§#8644;«/mo»«mover»«mo»§#8644;«/mo»«mi»adf«/mi»«/mover»«/mover»«/math»

Hand formula: «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mn»1«/mn»«mo»+«/mo»«mn»2«/mn»«/math»

Styled formula: «math style=¨font-family:Verdana¨ xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mstyle mathsize=¨26px¨»«msqrt mathcolor=¨#7F007F¨»«msqrt»«mi»x«/mi»«mi»x«/mi»«/msqrt»«/msqrt»«/mstyle»«/math»

LaTeX formula: $$\\sqrt{x+2}$$

',1,'',1,1.0000000,0.0000000,'essaywiris',1,'localhost:8000+240321125253+MHkCuR',1711025573,1711025573,5,5); /*!40000 ALTER TABLE `m_question` ENABLE KEYS */; UNLOCK TABLES; @@ -26750,7 +27017,7 @@ CREATE TABLE `m_question_answers` ( `feedbackformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `m_quesansw_que_ix` (`question`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Answers, with a fractional grade (0-1) and feedback'; +) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Answers, with a fractional grade (0-1) and feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26759,6 +27026,7 @@ CREATE TABLE `m_question_answers` ( LOCK TABLES `m_question_answers` WRITE; /*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; +INSERT INTO `m_question_answers` VALUES (1,1,'adeu',0,1.0000000,'',1),(2,2,'adeu',0,1.0000000,'',1),(3,3,'x+1',0,1.0000000,'',1),(4,3,'x-1',0,1.0000000,'',1),(5,4,'x+1',0,1.0000000,'',1),(6,4,'x-1',0,1.0000000,'',1),(7,5,'x+1',0,1.0000000,'',1),(8,6,'x+1',0,1.0000000,'',1),(9,7,'x+1',0,1.0000000,'',1),(10,8,'x+1',0,1.0000000,'',1),(11,9,'x+1',0,1.0000000,'',1),(12,10,'x+1',0,1.0000000,'',1),(13,10,'x-1',0,0.2000000,'',1),(14,11,'x+1',0,1.0000000,'',1),(15,11,'x-1',0,0.2000000,'',1),(16,12,'2/4',0,1.0000000,'',1),(17,13,'2/4',0,1.0000000,'',1),(18,14,'2/4',0,1.0000000,'',1),(19,15,'x+1',0,1.0000000,'',1),(20,16,'x+1',0,1.0000000,'',1),(21,17,'S1=#s1',0,1.0000000,'',1),(22,18,'#s1',0,1.0000000,'',1),(23,19,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[1],[2],[2],[3]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(24,20,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(25,21,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2,3,4],[2,1,2,3],[4,3,4,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4335329341317364,2.748936170212766],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(26,22,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.505389221556886,2.663829787234043],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(27,23,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(28,24,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(29,28,'#s1',0,1.0000000,'',1),(30,29,'#s2',0,1.0000000,'',1),(31,30,'#s1',1,1.0000000,'',1),(32,30,'#s2',1,0.0000000,'',1),(33,33,'#s1',0,1.0000000,'',1),(34,34,'#s2',0,1.0000000,'',1),(35,35,'#s1',1,1.0000000,'',1),(36,35,'#s2',1,0.0000000,'',1),(37,38,'#s1',1,1.0000000,'',1),(38,38,'#s2',1,0.0000000,'',1),(39,38,'#s3',1,0.0000000,'',1),(40,38,'#s4',1,0.0000000,'',1),(41,39,'#s3',0,1.0000000,'',1),(42,42,'#s1',1,1.0000000,'',1),(43,42,'#s2',1,0.0000000,'',1),(44,42,'#s3',1,0.0000000,'',1),(45,42,'#s4',1,0.0000000,'',1),(46,43,'#s1',1,1.0000000,'',1),(47,43,'#s2',1,0.0000000,'',1),(48,43,'#s3',1,0.0000000,'',1),(49,43,'#s4',1,0.0000000,'',1),(50,44,'#s1',1,1.0000000,'',1),(51,44,'#s2',1,0.0000000,'',1),(52,44,'#s3',1,0.0000000,'',1),(53,44,'#s4',1,0.0000000,'',1),(54,45,'#s1',1,1.0000000,'',1),(55,45,'#s2',1,0.0000000,'',1),(56,45,'#s3',1,0.0000000,'',1),(57,45,'#s4',1,0.0000000,'',1),(58,46,'#s1',1,1.0000000,'',1),(59,46,'#s2',1,0.0000000,'',1),(60,46,'#s3',1,0.0000000,'',1),(61,46,'#s4',1,0.0000000,'',1),(62,47,'#s1',1,1.0000000,'',1),(63,47,'#s2',1,0.0000000,'',1),(64,47,'#s3',1,0.0000000,'',1),(65,47,'#s4',1,0.0000000,'',1),(66,50,'#sol',0,1.0000000,'',1),(67,51,'#s1',1,1.0000000,'',1),(68,51,'#s2',1,0.0000000,'',1),(69,51,'#s3',1,0.0000000,'',1),(70,51,'#s4',1,0.0000000,'',1),(71,52,'#s3',0,1.0000000,'',1),(72,53,'#s1',1,1.0000000,'',1),(73,53,'#s2',1,0.0000000,'',1),(74,53,'#s3',1,0.0000000,'',1),(75,53,'#s4',1,0.0000000,'',1),(76,54,'#s1',1,1.0000000,'',1),(77,54,'#s2',1,0.0000000,'',1),(78,54,'#s3',1,0.0000000,'',1),(79,54,'#s4',1,0.0000000,'',1),(80,55,'#s1',1,1.0000000,'',1),(81,55,'#s2',1,0.0000000,'',1),(82,55,'#s3',1,0.0000000,'',1),(83,55,'#s4',1,0.0000000,'',1),(84,56,'#s1',1,1.0000000,'',1),(85,56,'#s2',1,0.0000000,'',1),(86,56,'#s3',1,0.0000000,'',1),(87,56,'#s4',1,0.0000000,'',1),(88,57,'#s1',1,1.0000000,'',1),(89,57,'#s2',1,0.0000000,'',1),(90,57,'#s3',1,0.0000000,'',1),(91,57,'#s4',1,0.0000000,'',1),(92,58,'#s1',1,1.0000000,'',1),(93,58,'#s2',1,0.0000000,'',1),(94,58,'#s3',1,0.0000000,'',1),(95,58,'#s4',1,0.0000000,'',1),(96,59,'#s1',0,1.0000000,'',1),(97,60,'#s2',0,1.0000000,'',1),(98,61,'#s1',1,1.0000000,'',1),(99,61,'#s2',1,0.0000000,'',1),(100,62,'#sol',0,1.0000000,'',1),(101,63,'#s1',0,1.0000000,'',1),(102,64,'#s2',0,1.0000000,'',1),(103,65,'#s1',1,1.0000000,'',1),(104,65,'#s2',1,0.0000000,'',1),(105,66,'#s1',0,1.0000000,'',1),(106,67,'#s2',0,1.0000000,'',1),(107,68,'#s1',1,1.0000000,'',1),(108,68,'#s2',1,0.0000000,'',1),(109,69,'#L1',0,1.0000000,'',1),(110,70,'#L1',0,1.0000000,'',1),(111,71,'#L1',0,1.0000000,'',1),(112,72,'x =5y =10z =15',0,1.0000000,'',1),(113,73,'x =5y =10z =15',0,1.0000000,'',1),(114,74,'x =5y =10z =15',0,1.0000000,'',1),(115,74,'x =5y =10z = 15',0,0.0000000,'',1),(116,75,'2',0,1.0000000,'',1),(117,76,'58',0,1.0000000,'',1),(118,77,'p1 = 2p2 = 3',0,1.0000000,'',1),(119,78,'(x-2)(x+3)',0,1.0000000,'',1),(120,79,'x1=1x2=2',0,1.0000000,'

If your answer were correct, «math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»1«/mn»«mo»)«/mo»«mo»=«/mo»«mi»p«/mi»«mo»(«/mo»«mo»#«/mo»«mi»a«/mi»«mi»n«/mi»«mi»s«/mi»«mn»2«/mn»«mo»)«/mo»«mo»=«/mo»«mn»0«/mn»«/math»


',1),(121,80,'5%',0,1.0000000,'',1),(122,81,'100',0,1.0000000,'',1),(123,82,'cos x',0,1.0000000,'',1),(124,83,'cos x',0,1.0000000,'',1),(125,96,'True',0,1.0000000,'',1),(126,96,'False',0,0.0000000,'',1),(127,97,'True',0,0.0000000,'',1),(128,97,'False',0,1.0000000,'',1),(129,98,'True',0,0.0000000,'',1),(130,98,'False',0,1.0000000,'',1),(131,99,'True',0,0.0000000,'',1),(132,99,'False',0,1.0000000,'',1),(133,100,'True',0,0.0000000,'',1),(134,100,'False',0,1.0000000,'',1),(135,101,'True',0,1.0000000,'',1),(136,101,'False',0,0.0000000,'',1),(137,102,'True',0,1.0000000,'',1),(138,102,'False',0,0.0000000,'',1),(139,103,'True',0,1.0000000,'',1),(140,103,'False',0,0.0000000,'',1),(141,104,'True',0,1.0000000,'',1),(142,104,'False',0,0.0000000,'',1),(143,121,'

#a

',1,0.7000000,'',1),(144,121,'

#b

',1,0.1250000,'',1),(145,121,'

#c

',1,0.3333333,'',1),(146,121,'

#d

',1,1.0000000,'',1),(147,122,'

#a

',1,0.7000000,'',1),(148,122,'

#b

',1,0.1250000,'',1),(149,122,'

#c

',1,0.3333333,'',1),(150,122,'

#d

',1,1.0000000,'',1),(151,123,'

#a

',1,0.7000000,'',1),(152,123,'

#b

',1,0.1250000,'',1),(153,123,'

#c

',1,0.3333333,'',1),(154,123,'

#d

',1,1.0000000,'',1),(155,124,'

#a

',1,0.7000000,'',1),(156,124,'

#b

',1,0.1250000,'',1),(157,124,'

#c

',1,0.3333333,'',1),(158,124,'

#d

',1,1.0000000,'',1),(159,125,'

#a

',1,0.7000000,'',1),(160,125,'

#b

',1,0.1250000,'',1),(161,125,'

#c

',1,0.3333333,'',1),(162,125,'

#d

',1,1.0000000,'',1),(163,126,'

#a

',1,0.7000000,'',1),(164,126,'

#b

',1,0.1250000,'',1),(165,126,'

#c

',1,0.3333333,'',1),(166,126,'

#d

',1,1.0000000,'',1),(167,127,'

#a

',1,0.7000000,'',1),(168,127,'

#b

',1,0.1250000,'',1),(169,127,'

#c

',1,0.3333333,'',1),(170,127,'

#d

',1,1.0000000,'',1),(171,128,'

#a

',1,0.7000000,'',1),(172,128,'

#b

',1,0.1250000,'',1),(173,128,'

#c

',1,0.3333333,'',1),(174,128,'

#d

',1,1.0000000,'',1),(175,128,'

e

',1,0.5000000,'',1),(176,128,'

f

',1,0.0000000,'',1),(177,128,'

g

',1,-0.1000000,'',1),(178,129,'

#a

',1,0.7000000,'',1),(179,129,'

#b

',1,0.1250000,'',1),(180,129,'

#c

',1,0.3333333,'',1),(181,129,'

#d

',1,1.0000000,'',1),(182,129,'

e

',1,0.5000000,'',1),(183,129,'

f

',1,0.0000000,'',1),(184,129,'

g

',1,-0.1000000,'',1),(185,130,'

#a

',1,0.7000000,'',1),(186,130,'

#b

',1,0.1250000,'',1),(187,130,'

#c

',1,0.3333333,'',1),(188,130,'

#d

',1,1.0000000,'',1),(189,131,'

#a

',1,0.7000000,'',1),(190,131,'

#b

',1,0.1250000,'',1),(191,131,'

#c

',1,0.3333333,'',1),(192,131,'

#d

',1,1.0000000,'',1),(193,132,'

0

',1,1.0000000,'',1),(194,132,'

1

',1,0.0000000,'',1),(195,132,'

1/2

',1,0.0000000,'',1),(196,133,'#a',0,1.0000000,'',1),(197,134,'wiris',0,1.0000000,'',1),(198,135,'wiris',0,1.0000000,'',1),(199,136,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(200,137,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(201,138,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[true],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"d\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\",\"b\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"ref\":\"c\"},{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(202,139,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":19.14228223714514,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(203,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(204,140,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(205,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(206,141,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(207,142,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(208,143,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[7,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[0,0],[96.15239476408232,27.472112789737803],[70.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line_segment\",\"coordinates\":[[0,0],[7,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,0],[6,6]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(209,144,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[0,8,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[-8,0,32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line\",\"coordinates\":[0,8,-32],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"line_perpendicular_to_element_by_point\",\"input\":[\"a\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"b\",\"C\"],\"output\":[\"c\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"C\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"D\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"d\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"E\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(210,145,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.993927125506076,5.1437246963562755],\"text\":\"Hola\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[2.7206477732793495,5.0161943319838045],\"text\":\"Wiris\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[2,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,2],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polyline\",\"coordinates\":[[-8,0],[-6,2],[-4,0],[-2,2],[0,0],[2,2],[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-8,0],[-6,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-6,2],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[-2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-2,2],[0,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line_segment\",\"coordinates\":[[0,0],[2,2]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line_segment\",\"coordinates\":[[2,2],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[6,2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"E\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"G\"]},{\"type\":\"polyline_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"E\",\"a\"],\"output\":[\"e\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"E\",\"F\",\"a\"],\"output\":[\"f\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"F\",\"G\",\"a\"],\"output\":[\"g\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"G\",\"H\",\"a\"],\"output\":[\"h\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"ref_parent\":\"a\",\"ref\":\"f\"},{\"ref_parent\":\"a\",\"ref\":\"g\"},{\"ref_parent\":\"a\",\"ref\":\"h\"},{\"color\":\"#000000\",\"ref\":\"label_1\"},{\"color\":\"#000000\",\"ref\":\"label_2\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(211,146,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-7,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-7,5],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-7,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-7,5],[0,-4],[5,5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(212,147,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0.850202429149796,3.698380566801619],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-14.40086298742808,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(213,148,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-100,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"aspect_ratio\":0.2,\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":105,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(214,149,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-3,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,-3,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,3],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[-0.5,-0.5,-25,0.5,4,3],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"parabola_by_focus_and_directrix\",\"input\":[\"a\",\"C\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(215,150,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"xAxis\",\"yAxis\"],\"output\":[\"A\"]}],\"displays\":[{\"styles\":[{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21.000000000000004,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(216,151,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-34.68825910931174,14.113360323886642],\"text\":\"y=3x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[24.27327935222671,-13.220647773279353],\"text\":\"y=0.5x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[6.41052631578947,3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,-51.36855955678665,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-6.41052631578947,-3.205263157894735],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2.2664633144347746,6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,0,0,-2.2664633144347746,-6.799389943304323],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[8.676989630224242,10.00465310119906],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"line\",\"coordinates\":[-10.00465310119906,8.676989630224242,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"angle\",\"coordinates\":[[0,0],[89.44271909999159,44.721359549995796],[31.622776601683796,94.86832980505139]],\"elements\":[{\"type\":\"line\",\"coordinates\":[-0.5,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-3,1,0],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"b\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"b\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"A\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"c\",\"a\"],\"output\":[\"C\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"e\",\"d\"],\"output\":[\"D\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"D\"],\"output\":[\"f\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"b\",\"a\"],\"output\":[\"g\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"c\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"d\"},{\"color\":\"#8D8D8D\",\"stroke_width\":2,\"line_style\":1,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"ref\":\"f\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[8.842105263157894,6.206477732793527],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(217,152,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label\":true,\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(218,153,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-6,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[5,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"length\",\"elements\":[{\"type\":\"part_of_element\",\"piece_reversed\":false,\"elements\":[{\"type\":\"line\",\"coordinates\":[10,11,-6],\"wiris_cas_kernel_computed\":\"false\"}],\"coordinates\":[[-6,6],[5,-4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"a\"],\"output\":[\"C\"]},{\"type\":\"part_of_element_by_element_and_two_points\",\"input\":[\"a\",\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"length_of_element\",\"input\":[\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#0000007F\",\"label_visibility\":\"always\",\"stroke_width\":4,\"line_style\":1,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(219,154,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-11.806666666666665,-14.61833333333334],\"text\":\"y=x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_2\",\"type\":\"label\",\"coordinates\":[11.97333333333333,2.7916666666666643],\"text\":\"x=10\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"label_3\",\"type\":\"label\",\"coordinates\":[-16.071666666666665,6.981666666666671],\"text\":\"y=-2x\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,10,10,0],[0,-20,10,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line\",\"coordinates\":[2,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[1,0,-10],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line\",\"coordinates\":[-1,1,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]},{\"type\":\"element_by_label\",\"input\":[\"label_2\"],\"output\":[\"b\"]},{\"type\":\"element_by_label\",\"input\":[\"label_3\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"label\":true,\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"label\":true,\"stroke_width\":2,\"ref\":\"c\"}],\"id\":\"\",\"center\":[4.723333333333338,-2.4633333333333365],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":47.25,\"height\":47.25,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(220,155,'{\"elements\":[{\"id\":\"k\",\"type\":\"path\",\"coordinates\":[[-1.2753036437246976,6.504048582995951],[-1.2753036437246976,6.461538461538462],[-1.1477732793522275,6.419028340080972],[-1.0627530364372486,6.419028340080972],[-0.8076923076923102,6.376518218623482],[-0.467611336032391,6.3340080971659924],[0.34008097165991913,6.206477732793522],[0.6376518218623453,6.1214574898785425],[0.6801619433198383,6.078947368421053],[0.6801619433198383,5.823886639676114],[0.34008097165991913,5.228744939271255],[-0.34008097165991913,4.676113360323887],[-1.0202429149797574,4.208502024291498],[-1.4028340080971677,3.9534412955465585],[-1.6153846153846168,3.8259109311740893],[-1.7004048582995956,3.783400809716599],[-1.7004048582995956,3.7408906882591095],[-1.7004048582995956,3.698380566801619],[-1.2327935222672082,3.358299595141701],[-0.4251012145749016,3.145748987854251],[0.29757085020242613,3.018218623481782],[1.0627530364372468,2.805668016194332],[1.5303643724696343,2.720647773279352],[1.7854251012145745,2.5506072874493926],[1.827935222672064,2.508097165991903],[1.8704453441295534,2.4230769230769234],[1.9129554655870429,2.168016194331985],[1.827935222672064,1.8279352226720658],[1.1052631578947363,1.1477732793522275],[0.46761133603238747,0.6376518218623488],[-0.4251012145749016,0.04251012145748945],[-0.892712550607289,-0.5101214574898787],[-0.892712550607289,-0.6801619433198383],[-0.9352226720647785,-0.8502024291497978],[-0.8502024291497996,-1.190283400809717],[-0.6376518218623488,-1.4453441295546554],[-0.4251012145749016,-1.6578947368421044],[-0.08502024291498245,-1.7854251012145745],[0.21255060728744724,-1.8704453441295534],[0.34008097165991913,-2.040485829959513],[0.5101214574898769,-2.1255060728744937],[0.5101214574898769,-2.2955465587044532],[0.5101214574898769,-2.5080971659919022],[0.12753036437246834,-3.1882591093117405],[-0.17004048582996134,-3.7408906882591086],[-0.3825910931174086,-4.336032388663968],[-0.5101214574898805,-4.761133603238866],[-0.5101214574898805,-5.0161943319838045],[-0.5101214574898805,-5.143724696356275],[-0.4251012145749016,-5.228744939271255],[-0.34008097165991913,-5.313765182186234],[0.34008097165991913,-5.653846153846153],[0.5951417004048558,-5.738866396761132],[1.1052631578947363,-5.823886639676111],[1.6153846153846132,-5.951417004048583]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(221,156,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"ray\",\"coordinates\":[[-4,0],[12,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"angle\",\"coordinates\":[[-4,0],[96,0],[66.71067811865476,70.71067811865476]],\"elements\":[{\"type\":\"line\",\"coordinates\":[0,1,0],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"ray\",\"coordinates\":[[-4,0],[4,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"ray_from_point_by_point\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"angle_by_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(222,157,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":8,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":8,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":8,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(223,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[-5,5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[-5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[-5,5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(224,158,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[5,5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"vector\",\"coordinates\":[[5,-5],[5,5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-5,-5],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"vector\",\"coordinates\":[[5,-5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"parallelogram\",\"coordinates\":[[5,-5],[5,5],[-5,-5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"vector_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"vector_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"b\"]},{\"type\":\"parallelogram_by_two_vectors\",\"input\":[\"a\",\"b\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#4581483F\",\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,0.4000000,'',1),(225,159,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-8,-4],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[8,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[8,0],[-8,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[-10.329959514170039,-6.334008097165992],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,69.12369486469211,0,8,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-5.93980298026617,-1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,26.434877486920414,0,5.93980298026617,1.424753725332712],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-4.800543408594238,-3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"conic\",\"coordinates\":[1,1,22.40978135469628,0,4.800543408594238,3.2001358521485592],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-2.7403463888604045,-0.624889577481275],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"g\",\"type\":\"line\",\"coordinates\":[-3.375110422518725,5.259653611139596,-5.962268935591418],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[-3.1882591093117423,7.3117408906882595],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"h\",\"type\":\"conic\",\"coordinates\":[1,1,24.11433968758707,0,0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[-2.1536727846589545,3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"i\",\"type\":\"conic\",\"coordinates\":[1,1,3.6949082301156793,0,2.1536727846589545,-3.3079090191763068],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[2.75804688138985,3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"j\",\"type\":\"conic\",\"coordinates\":[1,1,11.17757806749135,0,-2.75804688138985,-3.9314648389576123],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"K\",\"type\":\"point\",\"coordinates\":[0.604374096730895,1.239373858133919],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"k\",\"type\":\"line\",\"coordinates\":[4.760626141866081,0.604374096730895,-3.6262445803853702],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"L\",\"type\":\"point\",\"coordinates\":[0.5712658275867035,1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"M\",\"type\":\"point\",\"coordinates\":[1.1774231959990473,-1.7056442010002382],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"l\",\"type\":\"line\",\"coordinates\":[16,4,-15.140917747199456],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"N\",\"type\":\"point\",\"coordinates\":[1.3612304557176151,-1.6596923860705963],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"m\",\"type\":\"conic\",\"coordinates\":[1,1,-8.03190688014069,0,-0.5712658275867035,-1.5001661264530501],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"A\"],\"output\":[\"c\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"D\"],\"output\":[\"d\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"a\"],\"output\":[\"E\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"A\"],\"output\":[\"e\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"d\",\"c\"],\"output\":[\"F\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"F\",\"A\"],\"output\":[\"f\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"f\",\"e\"],\"output\":[\"G\"]},{\"type\":\"line_by_two_points\",\"input\":[\"A\",\"G\"],\"output\":[\"g\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"H\"],\"output\":[\"h\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"h\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"I\",\"B\"],\"output\":[\"i\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"h\",\"b\"],\"output\":[\"J\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"J\",\"B\"],\"output\":[\"j\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"i\",\"j\"],\"output\":[\"K\"]},{\"type\":\"line_by_two_points\",\"input\":[\"B\",\"K\"],\"output\":[\"k\"]},{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"g\",\"k\"],\"output\":[\"L\"]},{\"type\":\"point_on_generic_element\",\"input\":[\"c\"],\"output\":[\"M\"]},{\"type\":\"line_perpendicular_to_element_by_exterior_point\",\"input\":[\"c\",\"L\"],\"output\":[\"l\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"l\",\"c\"],\"output\":[\"N\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"L\",\"N\"],\"output\":[\"m\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"color\":\"#212121\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"f\"},{\"color\":\"#725950\",\"stroke_width\":2,\"ref\":\"g\"},{\"color\":\"#CA3E6C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"h\"},{\"color\":\"#DBB14D\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"i\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"j\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"k\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"l\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"m\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"K\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"L\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"M\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"N\"}],\"id\":\"\",\"center\":[2.5577276006935006,4.127780122988777],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":22.67206477732791,\"height\":13.999999999999986,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(226,160,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"f\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[0,-6,0,6,0],[6,0,-6,0,6]],\"piece_reversed\":[false,false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"C\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"yAxis\",\"a\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"xAxis\",\"a\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"B\"],\"output\":[\"e\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"e\",\"d\",\"c\",\"b\"],\"output\":[\"f\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#B71C1C3F\",\"color\":\"#B71C1C\",\"ref\":\"f\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#B71C1C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.008097165991906,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(227,161,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-36,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[-6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[-6,0],[0,6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[6,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[0,6],[6,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[0,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[6,0],[0,-6]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[0,-6],[-6,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"B\",\"D\"],\"output\":[\"c\"]},{\"type\":\"point_intersection_of_two_elements\",\"input\":[\"a\",\"yAxis\"],\"output\":[\"E\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"D\",\"E\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"E\",\"C\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"line_style\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(228,162,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[8,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"conic\",\"coordinates\":[36,100,-3600,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"ellipse_by_foci_and_point\",\"input\":[\"A\",\"B\",\"C\"],\"output\":[\"a\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"a\"],\"output\":[\"b\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#BA48483F\",\"color\":\"#BA4848\",\"ref\":\"b\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(229,163,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"E\",\"type\":\"point\",\"coordinates\":[2,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"F\",\"type\":\"point\",\"coordinates\":[-8,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"G\",\"type\":\"point\",\"coordinates\":[-8,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"conic\",\"coordinates\":[1,1,132,0,10,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[4,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"H\",\"type\":\"point\",\"coordinates\":[6,-6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"conic\",\"coordinates\":[1,1,48,0,-4,6],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"I\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"conic\",\"coordinates\":[1,1,-4,0,0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"J\",\"type\":\"point\",\"coordinates\":[4,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"conic\",\"coordinates\":[1,1,16,0,-2,-4],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"F\"],\"output\":[\"a\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"B\",\"G\"],\"output\":[\"b\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"C\",\"H\"],\"output\":[\"c\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"I\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"D\",\"I\"],\"output\":[\"d\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"E\",\"J\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"color\":\"#D17E25\",\"stroke_width\":2,\"ref\":\"d\"},{\"color\":\"#8D3C9C\",\"stroke_width\":2,\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"E\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"F\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"G\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"H\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"I\"},{\"point_size\":5,\"fill\":\"#1C1C1C\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"J\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(230,164,'{\"elements\":[{\"id\":\"label_1\",\"type\":\"label\",\"coordinates\":[-5.951417004048583,1.317813765182187],\"text\":\"x+32\",\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"value_content\":\"xx32\",\"type\":\"function_graph\",\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"element_by_label\",\"input\":[\"label_1\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"label\":true,\"stroke_width\":2,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":21,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(231,165,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[-4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[0,-4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"D\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"polygon\",\"coordinates\":[[0,4],[-4,0],[0,-4],[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[0,4],[-4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-4,0],[0,-4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"line_segment\",\"coordinates\":[[0,-4],[4,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"e\",\"type\":\"line_segment\",\"coordinates\":[[4,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"C\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"D\"]},{\"type\":\"polygon_by_points\",\"input\":[\"A\",\"B\",\"C\",\"D\",\"A\"],\"output\":[\"a\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"A\",\"B\",\"a\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"B\",\"C\",\"a\"],\"output\":[\"c\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"C\",\"D\",\"a\"],\"output\":[\"d\"]},{\"type\":\"line_segment_by_points_and_poly\",\"input\":[\"D\",\"A\",\"a\"],\"output\":[\"e\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#3575B73F\",\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"ref_parent\":\"a\",\"ref\":\"b\"},{\"ref_parent\":\"a\",\"ref\":\"c\"},{\"ref_parent\":\"a\",\"ref\":\"d\"},{\"ref_parent\":\"a\",\"ref\":\"e\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"D\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":14,\"height\":14,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(232,166,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,4,3,2,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":0,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":24,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(233,167,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}',0,1.0000000,'',1),(234,175,'wiris',0,1.0000000,'',1),(235,177,'#c',1,1.0000000,'',1),(236,177,'#d',1,0.0000000,'',1),(237,177,'1',1,0.0000000,'',1),(238,180,'#sol',0,1.0000000,'',1),(239,181,'#corr',1,1.0000000,'',1),(240,181,'#incorr',1,0.0000000,'',1),(241,183,'100',0,1.0000000,'',1),(242,184,'

#p

',1,1.0000000,'',1),(243,184,'

23

',1,0.0000000,'',1),(244,184,'

#q

',1,0.0000000,'',1),(245,184,'

#r

',1,0.0000000,'',1),(246,185,'

#p

',1,1.0000000,'',1),(247,185,'

23

',1,0.0000000,'',1),(248,185,'

#q

',1,0.0000000,'',1),(249,185,'

#r

',1,0.0000000,'',1),(250,186,'m =#mn =#n',0,1.0000000,'',1),(251,187,'m =#mn =#n',0,1.0000000,'',1),(252,188,'A-1=#j#f#g#h',0,1.0000000,'',1),(253,189,'A-1=#j#f#g#h',0,1.0000000,'',1),(254,190,'23',0,1.0000000,'',1),(255,191,'23',0,1.0000000,'',1),(256,192,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(257,193,'{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(258,194,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(259,195,'{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.375,0.9384615384615387],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(260,196,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(261,197,'{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(262,198,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(263,199,'{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":3.6651914291880914,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.672064777327936,-2.9635627530364346],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":24,\"grid_subdivisions\":2}],\"handwriting\":[]}',0,1.0000000,'',1),(264,200,'True',0,0.0000000,'',1),(265,200,'False',0,1.0000000,'',1),(266,201,'True',0,0.0000000,'',1),(267,201,'False',0,1.0000000,'',1),(268,202,'#sol',0,1.0000000,'',1),(269,203,'#corr',1,1.0000000,'',1),(270,203,'#incorr',1,0.0000000,'',1),(271,214,'1',0,1.0000000,'',1),(272,215,'1',0,1.0000000,'',1),(273,216,'1',0,1.0000000,'',1),(274,217,'#r',0,1.0000000,'',1),(275,218,'#r',0,1.0000000,'',1); /*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; UNLOCK TABLES; @@ -26776,7 +27044,7 @@ CREATE TABLE `m_question_attempt_step_data` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, PRIMARY KEY (`id`), KEY `m_quesattestepdata_att_ix` (`attemptstepid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each question_attempt_step has an associative array of the d'; +) ENGINE=InnoDB AUTO_INCREMENT=1279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each question_attempt_step has an associative array of the d'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26785,6 +27053,7 @@ CREATE TABLE `m_question_attempt_step_data` ( LOCK TABLES `m_question_attempt_step_data` WRITE; /*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; +INSERT INTO `m_question_attempt_step_data` VALUES (1,1,'_qi','141342]]>4]]>1]]>241{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(2,2,'answer','

43

'),(3,2,'answerformat','1'),(4,2,'_sqi','0{"symbols":["1","2","4"],"structure":["General","Fraction"]}'),(5,3,'-finish','1'),(6,4,'-comment',''),(7,4,'-commentformat','1'),(8,4,'-mark','1'),(9,4,'-maxmark','1'),(10,5,'_stemorder','61,62,60,58,59'),(11,5,'_choiceorder','62,59,61,58,60'),(12,5,'_qi','14'),(13,6,'sub0','3'),(14,6,'sub1','1'),(15,6,'sub2','5'),(16,6,'sub3','4'),(17,6,'sub4','2'),(18,6,'_sqi','0'),(19,7,'-finish','1'),(20,8,'_sub2_order','239,240'),(21,8,'_qi','23158314111]]>-3]]>1]]>non-singular]]>-9]]>-4]]>-1]]>0]]>0]]>-1]]>singular]]>31]]>1-31non - singular-9-4-100-1singular31'),(22,8,'_sub1_response_hash','c16a5320fa475530d9583c34fd356ef5'),(23,8,'_sub1_c16a53_matching_answer','194'),(24,8,'_sub1_matching_answer','0'),(25,8,'_gc','0'),(26,9,'sub1_answer','31'),(27,9,'sub2_answer','0'),(28,9,'_sqi','031'),(29,10,'-finish','1'),(30,11,'_order','244,242,245,243'),(31,11,'_qi','5734948]]>2]]>16]]>14]]>9]]>8216149{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(32,12,'answer','1'),(33,12,'_sqi','0{"symbols":["1","2","4","6","8","9"],"structure":["General","Fraction"]}'),(34,13,'-finish','1'),(35,14,'_qi','6615m =3/73/7n =55]]>411007]]>-2]]>-5]]>-4]]>5]]>-7]]>-4]]>285]]>7-2-5-45-7-428/5'),(36,14,'_matching_answer_grade',NULL),(37,14,'_matching_answer','0'),(38,14,'_response_hash','73a8ba18e38861e7e64fd93ecfa62fe1'),(39,14,'_gc','0'),(40,15,'answer','m =3/73/7n =55'),(41,15,'_sqi','0m =3/73/7n =55]]>'),(42,16,'-finish','1'),(43,17,'-comment',''),(44,17,'-commentformat','1'),(45,17,'-mark','1'),(46,17,'-maxmark','1'),(47,18,'_qi','20533A-1=-123423723-523]]>4115]]>4]]>7]]>1]]>423]]>723]]>-523]]>-123]]>54714/237/23-5/23-1/23'),(48,18,'_matching_answer_grade',NULL),(49,18,'_matching_answer_wq','0'),(50,18,'_matching_answer','252'),(51,18,'_response_hash','47b81d02bbfe5b6e0aec0b1eb0cff243'),(52,18,'_gc','0'),(53,19,'answer','A-1=-123423723-523'),(54,19,'_sqi','0A-1=-123423723-523]]>'),(55,20,'-finish','1'),(56,21,'_qi','123411'),(57,21,'_matching_answer_grade',NULL),(58,21,'_matching_answer_wq','0'),(59,21,'_matching_answer','254'),(60,21,'_response_hash','37693cfc748049e45d87b8c7d8b9aacd'),(61,21,'_gc','0'),(62,22,'answer','23'),(63,22,'_sqi','023'),(64,23,'-finish','1'),(65,24,'_qi','2020411'),(66,24,'_matching_answer_grade',NULL),(67,24,'_matching_answer_wq','0'),(68,24,'_matching_answer','256'),(69,24,'_response_hash','10d52669e4b0a37d803e611aa2db8c7a'),(70,24,'_gc','0'),(71,25,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":true,\"circuits\":[{\"vertices\":[[-2,2,0,-2],[0,0,4,0]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"c\",\"b\",\"a\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(72,25,'_sqi','0'),(73,26,'-finish','1'),(74,27,'_qi','966Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4111111'),(75,27,'_matching_answer_grade',NULL),(76,27,'_matching_answer_wq','0'),(77,27,'_matching_answer','258'),(78,27,'_response_hash','003e9e0fc7eb1c02c2fb9953ca410435'),(79,27,'_gc','0'),(80,28,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(81,28,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[2.3333333333333335,1.4],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":6.666666666666667,\"height\":4,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(82,29,'-finish','1'),(83,30,'_qi','12405Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111'),(84,30,'_matching_answer_grade',NULL),(85,30,'_matching_answer_wq','0'),(86,30,'_matching_answer','260'),(87,30,'_response_hash','4186f11014de2f37f9b6e330c7abc196'),(88,30,'_gc','0'),(89,31,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[1,2],[2,1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(90,31,'_sqi','0Step 1\",\"Step 2\"],\"colors\":[\"#3575B7\",\"#BA4848\"],\"point_sizes\":[[5,5],[5,5]],\"stroke_widths\":[[2],[2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[0.4666666666666667,1.4666666666666668],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":1.3333333333333333,\"height\":1.3333333333333333,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(91,32,'-finish','1'),(92,33,'_qi','7721MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(93,33,'_matching_answer_grade',NULL),(94,33,'_matching_answer_wq','0'),(95,33,'_matching_answer','262'),(96,33,'_response_hash','7708449cc92611db16527647620c825a'),(97,33,'_gc','0'),(98,34,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[10,15,0,0,5],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(99,34,'_sqi','0MathType\",\"WirisQuizzes\",\"label\",\"label\",\"Bufferfish\"],\"colors\":[\"#BA4848\",\"#458148\",\"#D17E25\",\"#8D3C9C\",\"#3575B7\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.3487145076837983,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(100,35,'-finish','1'),(101,36,'_qi','48363442]]>true]]>42true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(102,37,'answer','1'),(103,37,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(104,38,'-finish','1'),(105,39,'_qi','321694-1]]>8]]>2]]>-182{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(106,40,'answer','

nlk

'),(107,40,'answerformat','1'),(108,40,'_sqi','0{"symbols":["-","1","2","8"],"structure":["General","Fraction"]}'),(109,41,'-finish','1'),(110,42,'_stemorder','59,62,58,60,61'),(111,42,'_choiceorder','62,58,60,61,59'),(112,42,'_qi','14'),(113,43,'sub0','1'),(114,43,'sub1','1'),(115,43,'sub2','2'),(116,43,'sub3','3'),(117,43,'sub4','4'),(118,43,'_sqi','0'),(119,44,'-finish','1'),(120,45,'_sub2_order','239,240'),(121,45,'_qi','9650-159411-2]]>-8]]>9]]>non-singular]]>-9]]>-2]]>0]]>-2]]>-1]]>3]]>singular]]>-159]]>-2-89non - singular-9-20-2-13singular-159'),(122,45,'_sub1_response_hash','59f72fd83d81659d5e3f6f9b8d0ab19a'),(123,45,'_sub1_59f72f_matching_answer','194'),(124,45,'_sub1_matching_answer','0'),(125,45,'_gc','0'),(126,46,'sub1_answer','-159'),(127,46,'sub2_answer','0'),(128,46,'_sqi','0-159'),(129,47,'-finish','1'),(130,48,'_order','244,242,245,243'),(131,48,'_qi','2951345]]>2]]>10]]>8]]>6]]>521086{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(132,49,'answer','1'),(133,49,'_sqi','0{"symbols":["0","1","2","5","6","8"],"structure":["General","Fraction"]}'),(134,50,'-finish','1'),(135,51,'_qi','55244m =55n =-12-12]]>41111-2]]>4]]>-4]]>-4]]>1]]>3]]>5]]>-12]]>-24-4-4135-12'),(136,51,'_matching_answer_grade',NULL),(137,51,'_matching_answer_wq','0'),(138,51,'_matching_answer','250'),(139,51,'_response_hash','dd9a7a6cce1f03d2367753d410374e3b'),(140,51,'_gc','0'),(141,52,'answer','m =55n =-12-12'),(142,52,'_sqi','0m =55n =-12-12]]>'),(143,53,'-finish','1'),(144,54,'_qi','1633A-1=]]>4003]]>-1]]>7]]>3]]>116]]>-716]]>316]]>316]]>3-1731/16-7/163/163/16'),(145,54,'_matching_answer_grade',NULL),(146,54,'_matching_answer','0'),(147,54,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(148,54,'_gc','0'),(149,55,'answer','A-1='),(150,55,'_sqi','0A-1=]]>'),(151,56,'-finish','1'),(152,57,'_qi','156410'),(153,57,'_matching_answer_grade',NULL),(154,57,'_matching_answer','0'),(155,57,'_response_hash','9f61408e3afb633e50cdf1b20de6f466'),(156,57,'_gc','0'),(157,58,'answer','56'),(158,58,'_sqi','056'),(159,59,'-finish','1'),(160,60,'_qi','21421410'),(161,60,'_matching_answer_grade',NULL),(162,60,'_matching_answer','0'),(163,60,'_response_hash','29054952006d9193e306bf87f271dc75'),(164,60,'_gc','0'),(165,61,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"d\",\"type\":\"area\",\"bounded\":false,\"circuits\":[{\"vertices\":[[0,2,-2,0],[4,0,0,4]],\"piece_reversed\":[false,false,false],\"pieces\":[{\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"},{\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"}]},{\"vertices\":[[],[]],\"piece_reversed\":[false],\"pieces\":[{\"type\":\"rectangle\",\"coordinates\":[[-17.00404858299595,12.511893122658284],[17.00404858299595,-12.511893122658284]],\"wiris_cas_kernel_computed\":\"false\"}]}],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]},{\"type\":\"area_by_boundary_elements\",\"input\":[\"b\",\"c\",\"a\",\"viewport_\"],\"output\":[\"d\"]}],\"displays\":[{\"styles\":[{\"fill\":\"#D17E253F\",\"color\":\"#D17E25\",\"ref\":\"d\"},{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":25.02378624531657,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(166,61,'_sqi','0'),(167,62,'-finish','1'),(168,63,'_qi','1309Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4100000'),(169,63,'_matching_answer_grade',NULL),(170,63,'_matching_answer','0'),(171,63,'_response_hash','0de0ad96cf7878c0f2c00d4b7e88f031'),(172,63,'_gc','0'),(173,64,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[6],[0],[7],[0],[8]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(174,64,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(175,65,'-finish','1'),(176,66,'_qi','37973Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41000'),(177,66,'_matching_answer_grade',NULL),(178,66,'_matching_answer','0'),(179,66,'_response_hash','2bbabe2d7d3f118d21693659aa83e310'),(180,66,'_gc','0'),(181,67,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[2,1,1,1],[2.1,2.1,2.1,2.1]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(182,67,'_sqi','0Step 1\",\"Step 2\",\"\",\"\"],\"colors\":[\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,1.5133333333333336],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":1.466666666666667,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(183,68,'-finish','1'),(184,69,'_qi','24053label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>410010'),(185,69,'_matching_answer_grade',NULL),(186,69,'_matching_answer','0'),(187,69,'_response_hash','772f051438a69080777d5ec076948b9a'),(188,69,'_gc','0'),(189,70,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[5,5,4,3,2],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(190,70,'_sqi','0label\",\"Bufferfish\",\"MathType\",\"WirisQuizzes\",\"label\"],\"colors\":[\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\",\"#D17E25\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":5.8643062867009474,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":38.8663967611336,\"height\":28.598612851790364,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(191,71,'-finish','1'),(192,72,'_qi','15093444]]>true]]>44true{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(193,73,'_sqi','0{"symbols":["4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(194,74,'-finish','1'),(195,75,'_qi','516440]]>4]]>3]]>043{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(196,76,'answer',''),(197,76,'answerformat','1'),(198,76,'_sqi','0{"symbols":["0","3","4"],"structure":["General","Fraction"]}'),(199,77,'-finish','1'),(200,78,'_stemorder','58,61,60,62,59'),(201,78,'_choiceorder','60,62,59,61,58'),(202,78,'_qi','14'),(203,79,'sub0','0'),(204,79,'sub1','0'),(205,79,'sub2','0'),(206,79,'sub3','0'),(207,79,'sub4','0'),(208,79,'_sqi','0'),(209,80,'-finish','1'),(210,81,'_sub2_order','239,240'),(211,81,'_qi','5314742]]>-1]]>1]]>non-singular]]>7]]>-4]]>-3]]>-2]]>2]]>-1]]>singular]]>13]]>2-11non - singular7-4-3-22-1singular13'),(212,82,'sub1_answer',''),(213,82,'sub2_answer',''),(214,82,'_sqi','0'),(215,83,'-finish','1'),(216,84,'_order','245,243,244,242'),(217,84,'_qi','5650748]]>6]]>48]]>46]]>25]]>86484625{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(218,85,'answer','-1'),(219,85,'_sqi','0{"symbols":["2","4","5","6","8"],"structure":["General","Fraction"]}'),(220,86,'-finish','1'),(221,87,'_qi','64938m =n =]]>40000-4]]>-2]]>-2]]>3]]>4]]>-4]]>7]]>-3]]>-4-2-234-47-3'),(222,87,'_matching_answer_grade',NULL),(223,87,'_matching_answer','0'),(224,87,'_response_hash','cc360376877b687c44a80c488663ca90'),(225,87,'_gc','0'),(226,88,'answer','m =n ='),(227,88,'_sqi','0m =n =]]>{"symbols":["-","2","3","4","7","=","m","n"," "," "],"structure":["General","Fraction","Multiline"]}'),(228,89,'-finish','1'),(229,90,'_qi','48867A-1=]]>4004]]>4]]>7]]>3]]>14]]>716]]>-14]]>-316]]>44731/47/16-1/4-3/16'),(230,90,'_matching_answer_grade',NULL),(231,90,'_matching_answer','0'),(232,90,'_response_hash','ac938093d4490407e94b10a7cb5cf20e'),(233,90,'_gc','0'),(234,91,'answer','A-1='),(235,91,'_sqi','0A-1=]]>'),(236,92,'-finish','1'),(237,93,'_qi','1410'),(238,93,'_matching_answer_grade',NULL),(239,93,'_matching_answer','0'),(240,93,'_response_hash','d41d8cd98f00b204e9800998ecf8427e'),(241,93,'_gc','0'),(242,94,'answer',''),(243,94,'_sqi','0'),(244,95,'-finish','1'),(245,96,'_qi','50077410'),(246,96,'_matching_answer_grade',NULL),(247,96,'_matching_answer','0'),(248,96,'_response_hash','079aaedffee93abbfa52fc0c7b093e25'),(249,96,'_gc','0'),(250,97,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[-2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[0,4],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"C\",\"type\":\"point\",\"coordinates\":[2,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"b\",\"type\":\"line_segment\",\"coordinates\":[[2,0],[0,4]],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"c\",\"type\":\"line_segment\",\"coordinates\":[[-2,0],[2,0]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"yAxis\"],\"output\":[\"B\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"C\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"C\",\"B\"],\"output\":[\"b\"]},{\"type\":\"line_segment_by_points\",\"input\":[\"A\",\"C\"],\"output\":[\"c\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"color\":\"#BA4848\",\"stroke_width\":2,\"ref\":\"b\"},{\"color\":\"#458148\",\"stroke_width\":2,\"ref\":\"c\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"C\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":34.0080971659919,\"height\":20.999999999999996,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(251,97,'_sqi','0'),(252,98,'-finish','1'),(253,99,'_qi','14532Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>4101111'),(254,99,'_matching_answer_grade',NULL),(255,99,'_matching_answer','0'),(256,99,'_response_hash','44a84633d66cb020334070a73bfbb6bd'),(257,99,'_gc','0'),(258,100,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(259,100,'_sqi','0Bufferfish\",\"WirisQuizzes\",\"MathType\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(260,101,'-finish','1'),(261,102,'_qi','2692641000'),(262,102,'_matching_answer_grade',NULL),(263,102,'_matching_answer','0'),(264,102,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(265,102,'_gc','0'),(266,103,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(267,103,'_sqi','0'),(268,104,'-finish','1'),(269,105,'_qi','57759410000'),(270,105,'_matching_answer_grade',NULL),(271,105,'_matching_answer','0'),(272,105,'_response_hash','29ad2aac3602599976533e153b4d4d93'),(273,105,'_gc','0'),(274,106,'answer','{\"elements\":[],\"constraints\":[],\"displays\":[{\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":21,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(275,106,'_sqi','0'),(276,107,'-finish','1'),(277,108,'_qi','34651424]]>true]]>24true{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(278,109,'answer','0'),(279,109,'_sqi','0{"symbols":["2","4","e","r","t","true","u"],"structure":["General","Fraction"]}'),(280,110,'-finish','1'),(281,111,'_sub1_order','72,73,74,75'),(282,111,'_sub2_order','76,79,78,77'),(283,111,'_sub3_order','80,81,82,83'),(284,111,'_sub4_order','85,84,87,86'),(285,111,'_sub5_order','88,89,90,91'),(286,111,'_sub6_order','94,92,95,93'),(287,111,'_qi','6197341]]>7]]>0]]>0]]>1700{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(288,112,'sub1_answer','0'),(289,112,'sub2_answer','0'),(290,112,'sub3_answer','0'),(291,112,'sub4_answer','1'),(292,112,'sub5_answer','0'),(293,112,'sub6_answer','1'),(294,112,'_sqi','0{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(295,113,'-finish','1'),(296,114,'_sub1_order','67,68,69,70'),(297,114,'_qi','5534124116]]>3]]>2]]>3]]>6323{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(298,114,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(299,114,'_sub2_c81e72_matching_answer','64'),(300,114,'_sub2_matching_answer','0'),(301,114,'_gc','0'),(302,115,'sub1_answer','0'),(303,115,'sub2_answer','2'),(304,115,'_sqi','02{"symbols":["2","3","6"],"structure":["General","Fraction"]}'),(305,116,'-finish','1'),(306,117,'_sub3_order','98,99'),(307,117,'_qi','170581241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(308,117,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(309,117,'_sub1_c4ca42_matching_answer','89'),(310,117,'_sub1_matching_answer','0'),(311,117,'_gc','0'),(312,117,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(313,117,'_sub2_c81e72_matching_answer','90'),(314,117,'_sub2_matching_answer','0'),(315,118,'sub1_answer','1'),(316,118,'sub2_answer','2'),(317,118,'sub3_answer','0'),(318,118,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(319,119,'-finish','1'),(320,120,'_qi','365603x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(321,120,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(322,120,'_sub1_7cd1d0_matching_answer','93'),(323,120,'_sub1_matching_answer','0'),(324,120,'_gc','0'),(325,121,'sub1_answer','3x+1'),(326,121,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(327,122,'-finish','1'),(328,123,'_sub3_order','107,108'),(329,123,'_qi','582391241111]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(330,123,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(331,123,'_sub1_c4ca42_matching_answer','98'),(332,123,'_sub1_matching_answer','0'),(333,123,'_gc','0'),(334,123,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(335,123,'_sub2_c81e72_matching_answer','99'),(336,123,'_sub2_matching_answer','0'),(337,124,'sub1_answer','1'),(338,124,'sub2_answer','2'),(339,124,'sub3_answer','0'),(340,124,'_sqi','012{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(341,125,'-finish','1'),(342,126,'_sub1_order','72,73,74,75'),(343,126,'_sub2_order','77,79,76,78'),(344,126,'_sub3_order','80,81,82,83'),(345,126,'_sub4_order','84,85,87,86'),(346,126,'_sub5_order','88,89,90,91'),(347,126,'_sub6_order','93,94,92,95'),(348,126,'_qi','1454249]]>8]]>7]]>9]]>9879{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(349,127,'sub1_answer','1'),(350,127,'sub2_answer','3'),(351,127,'sub3_answer','1'),(352,127,'sub4_answer','2'),(353,127,'sub5_answer','3'),(354,127,'sub6_answer','0'),(355,127,'_sqi','0{"symbols":["7","8","9"],"structure":["General","Fraction"]}'),(356,128,'-finish','1'),(357,129,'_sub1_order','67,68,69,70'),(358,129,'_qi','64906g4107]]>10]]>1]]>1]]>71011{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(359,129,'_sub2_response_hash','b2f5ff47436671b6e533d8dc3614845d'),(360,129,'_sub2_b2f5ff_matching_answer','0'),(361,129,'_sub2_matching_answer','0'),(362,129,'_gc','0'),(363,130,'sub1_answer','2'),(364,130,'sub2_answer','g'),(365,130,'_sqi','0g{"symbols":["0","1","7"],"structure":["General","Fraction"]}'),(366,131,'-finish','1'),(367,132,'_sub3_order','98,99'),(368,132,'_qi','259112141001]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(369,132,'_sub1_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(370,132,'_sub1_c81e72_matching_answer','0'),(371,132,'_sub1_matching_answer','0'),(372,132,'_gc','0'),(373,132,'_sub2_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(374,132,'_sub2_c4ca42_matching_answer','0'),(375,132,'_sub2_matching_answer','0'),(376,133,'sub1_answer','2'),(377,133,'sub2_answer','1'),(378,133,'sub3_answer','1'),(379,133,'_sqi','021{"symbols":["1","2"],"structure":["General","Fraction"]}'),(380,134,'-finish','1'),(381,135,'_qi','3843154103·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(382,135,'_sub1_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(383,135,'_sub1_e4da3b_matching_answer','0'),(384,135,'_sub1_matching_answer','0'),(385,135,'_gc','0'),(386,136,'sub1_answer','5'),(387,136,'_sqi','05{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(388,137,'-finish','1'),(389,138,'_sub3_order','107,108'),(390,138,'_qi','46764541001]]>2]]>5]]>125{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(391,138,'_sub1_response_hash','a87ff679a2f3e71d9181a67b7542122c'),(392,138,'_sub1_a87ff6_matching_answer','0'),(393,138,'_sub1_matching_answer','0'),(394,138,'_gc','0'),(395,138,'_sub2_response_hash','e4da3b7fbbce2345d7772b0674a318d5'),(396,138,'_sub2_e4da3b_matching_answer','0'),(397,138,'_sub2_matching_answer','0'),(398,139,'sub1_answer','4'),(399,139,'sub2_answer','5'),(400,139,'sub3_answer','0'),(401,139,'_sqi','045{"symbols":["1","2","5"],"structure":["General","Fraction"]}'),(402,140,'-finish','1'),(403,141,'_sub1_order','72,73,74,75'),(404,141,'_sub2_order','76,78,79,77'),(405,141,'_sub3_order','80,81,82,83'),(406,141,'_sub4_order','84,85,86,87'),(407,141,'_sub5_order','88,89,90,91'),(408,141,'_sub6_order','95,92,94,93'),(409,141,'_qi','451448]]>1]]>3]]>8]]>8138{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(410,142,'sub1_answer','0'),(411,142,'sub2_answer','2'),(412,142,'sub3_answer','2'),(413,142,'sub4_answer','1'),(414,142,'sub5_answer','0'),(415,142,'sub6_answer','0'),(416,142,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(417,143,'-finish','1'),(418,144,'_sub1_order','67,68,69,70'),(419,144,'_qi','16270j4106]]>4]]>10]]>0]]>64100{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(420,144,'_sub2_response_hash','363b122c528f54df4a0446b6bab05515'),(421,144,'_sub2_363b12_matching_answer','0'),(422,144,'_sub2_matching_answer','0'),(423,144,'_gc','0'),(424,145,'sub1_answer','1'),(425,145,'sub2_answer','j'),(426,145,'_sqi','0j{"symbols":["0","1","4","6"],"structure":["General","Fraction"]}'),(427,146,'-finish','1'),(428,147,'_sub3_order','98,99'),(429,147,'_qi','506421241111]]>2]]>12{"symbols":["1","2"],"structure":["General","Fraction"]}'),(430,147,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(431,147,'_sub1_c4ca42_matching_answer','89'),(432,147,'_sub1_matching_answer','0'),(433,147,'_gc','0'),(434,147,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(435,147,'_sub2_c81e72_matching_answer','90'),(436,147,'_sub2_matching_answer','0'),(437,148,'sub1_answer','1'),(438,148,'sub2_answer','2'),(439,148,'sub3_answer','0'),(440,148,'_sqi','012{"symbols":["1","2"],"structure":["General","Fraction"]}'),(441,149,'-finish','1'),(442,150,'_qi','206693x+14113·x+1]]>3·x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(443,150,'_sub1_response_hash','7cd1d0fd99d3246532a2d20f905bc8af'),(444,150,'_sub1_7cd1d0_matching_answer','93'),(445,150,'_sub1_matching_answer','0'),(446,150,'_gc','0'),(447,151,'sub1_answer','3x+1'),(448,151,'_sqi','03x+1{"symbols":["+","1","3","x","·"],"structure":["General","Fraction"]}'),(449,152,'-finish','1'),(450,153,'_sub3_order','107,108'),(451,153,'_qi','410161241111]]>2]]>6]]>126{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(452,153,'_sub1_response_hash','c4ca4238a0b923820dcc509a6f75849b'),(453,153,'_sub1_c4ca42_matching_answer','98'),(454,153,'_sub1_matching_answer','0'),(455,153,'_gc','0'),(456,153,'_sub2_response_hash','c81e728d9d4c2f636f067f89cc14862c'),(457,153,'_sub2_c81e72_matching_answer','99'),(458,153,'_sub2_matching_answer','0'),(459,154,'sub1_answer','1'),(460,154,'sub2_answer','2'),(461,154,'sub3_answer','0'),(462,154,'_sqi','012{"symbols":["1","2","6"],"structure":["General","Fraction"]}'),(463,155,'-finish','1'),(464,156,'_qi','285844'),(465,157,'answer','

ytw3e5

'),(466,157,'answerformat','1'),(467,157,'_sqi','0'),(468,158,'-finish','1'),(469,159,'-comment',''),(470,159,'-commentformat','1'),(471,159,'-mark','1'),(472,159,'-maxmark','1'),(473,160,'_qi','624004'),(474,161,'answer','

ye45r3

'),(475,161,'answerformat','1'),(476,161,'_sqi','0'),(477,162,'-finish','1'),(478,163,'-comment',''),(479,163,'-commentformat','1'),(480,163,'-mark','1'),(481,163,'-maxmark','1'),(482,164,'_qi','73304'),(483,165,'answer',''),(484,165,'answerformat','1'),(485,165,'_sqi','0'),(486,165,'auxiliar_text','

ewrqat

'),(487,166,'-finish','1'),(488,167,'-comment',''),(489,167,'-commentformat','1'),(490,167,'-mark','1'),(491,167,'-maxmark','1'),(492,168,'_qi','384264'),(493,169,'answer',''),(494,169,'answerformat','2'),(495,169,'_sqi','0'),(496,170,'-finish','1'),(497,171,'-comment',''),(498,171,'-commentformat','1'),(499,171,'-mark','1'),(500,171,'-maxmark','1'),(501,172,'_qi','461354'),(502,173,'answer',''),(503,173,'answerformat','2'),(504,173,'_sqi','0'),(505,174,'-finish','1'),(506,175,'-comment',''),(507,175,'-commentformat','1'),(508,175,'-mark','1'),(509,175,'-maxmark','1'),(510,176,'_qi','179744_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>4]]>6]]>9]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce196660469'),(511,177,'answer','

469

'),(512,177,'answerformat','1'),(513,177,'_sqi','0'),(514,178,'-finish','1'),(515,179,'-comment',''),(516,179,'-commentformat','1'),(517,179,'-mark','1'),(518,179,'-maxmark','1'),(519,180,'_qi','14'),(520,181,'answer',''),(521,181,'answerformat','1'),(522,181,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(523,181,'_sqi','0'),(524,182,'-finish','1'),(525,183,'-comment',''),(526,183,'-commentformat','1'),(527,183,'-mark','1'),(528,183,'-maxmark','1'),(529,184,'_qi','14'),(530,185,'answer',''),(531,185,'answerformat','1'),(532,185,'attachments','77dca7dd395cd5b38bbbe3244f193fd8'),(533,185,'_sqi','0'),(534,186,'-finish','1'),(535,187,'-comment',''),(536,187,'-commentformat','1'),(537,187,'-mark','1'),(538,187,'-maxmark','1'),(539,188,'_qi','14'),(540,189,'answer',''),(541,189,'answerformat','1'),(542,189,'attachments','09108d8c1d030a2baf423c08832c1684'),(543,189,'_sqi','0'),(544,190,'-finish','1'),(545,191,'-comment',''),(546,191,'-commentformat','1'),(547,191,'-mark','1'),(548,191,'-maxmark','1'),(549,192,'_qi','14'),(550,193,'answer',''),(551,193,'answerformat','1'),(552,193,'attachments','12c85e59613b7de618233faff91e5edd'),(553,193,'_sqi','0'),(554,194,'-finish','1'),(555,195,'-comment',''),(556,195,'-commentformat','1'),(557,195,'-mark','1'),(558,195,'-maxmark','1'),(559,196,'_qi','192244'),(560,197,'answer',''),(561,197,'answerformat','1'),(562,197,'_sqi','0'),(563,198,'-finish','1'),(564,199,'_qi','178534'),(565,200,'answer',''),(566,200,'answerformat','1'),(567,200,'_sqi','0'),(568,201,'-finish','1'),(569,202,'_qi','274334'),(570,203,'answer',''),(571,203,'answerformat','1'),(572,203,'_sqi','0'),(573,203,'auxiliar_text',''),(574,204,'-finish','1'),(575,205,'_qi','546534'),(576,206,'answer',''),(577,206,'answerformat','2'),(578,206,'_sqi','0'),(579,207,'-finish','1'),(580,208,'_qi','574564'),(581,209,'answer',''),(582,209,'answerformat','2'),(583,209,'_sqi','0'),(584,210,'-finish','1'),(585,211,'_qi','102084_computed_variable_c6cbacc4e258cb46b6b980b4ce196660]]>3]]>5]]>10]]>_computed_variable_c6cbacc4e258cb46b6b980b4ce1966603510'),(586,212,'answer',''),(587,212,'answerformat','1'),(588,212,'_sqi','0'),(589,213,'-finish','1'),(590,214,'_qi','14'),(591,215,'answer',''),(592,215,'answerformat','1'),(593,215,'attachments',''),(594,215,'_sqi','0'),(595,216,'-finish','1'),(596,217,'_qi','14'),(597,218,'answer',''),(598,218,'answerformat','1'),(599,218,'attachments',''),(600,218,'_sqi','0'),(601,219,'-finish','1'),(602,220,'_qi','14'),(603,221,'answer',''),(604,221,'answerformat','1'),(605,221,'attachments',''),(606,221,'_sqi','0'),(607,222,'-finish','1'),(608,223,'_qi','14'),(609,224,'answer',''),(610,224,'answerformat','1'),(611,224,'attachments',''),(612,224,'_sqi','0'),(613,225,'-finish','1'),(614,226,'_stemorder','47,48,46'),(615,226,'_choiceorder','47,48,46'),(616,226,'_qi','3092742]]>3]]>5]]>235{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(617,227,'sub0','1'),(618,227,'sub1','2'),(619,227,'sub2','3'),(620,227,'_sqi','0{"symbols":["2","3","5"],"structure":["General","Fraction"]}'),(621,228,'-finish','1'),(622,229,'_stemorder','3,2,1'),(623,229,'_choiceorder','2,1,3'),(624,229,'_qi','577947]]>5]]>0]]>750{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(625,230,'sub0','3'),(626,230,'sub1','1'),(627,230,'sub2','2'),(628,230,'_sqi','0{"symbols":["0","5","7"],"structure":["General","Fraction"]}'),(629,231,'-finish','1'),(630,232,'_stemorder','10,12,11'),(631,232,'_choiceorder','10,11,12'),(632,232,'_qi','5824847]]>3]]>3]]>733{"symbols":["3","7"],"structure":["General","Fraction"]}'),(633,233,'sub0','1'),(634,233,'sub1','2'),(635,233,'sub2','3'),(636,233,'_sqi','0{"symbols":["3","7"],"structure":["General","Fraction"]}'),(637,234,'-finish','1'),(638,235,'_stemorder','33,28,32,30,31,29'),(639,235,'_choiceorder','33,30,29,32,31,28'),(640,235,'_qi','36649410]]>3]]>1]]>30]]>3]]>10]]>103130310{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(641,236,'sub0','1'),(642,236,'sub1','6'),(643,236,'sub2','3'),(644,236,'sub3','2'),(645,236,'sub4','5'),(646,236,'sub5','4'),(647,236,'_sqi','0{"symbols":["0","1","3"],"structure":["General","Fraction"]}'),(648,237,'-finish','1'),(649,238,'_stemorder','21,20,19'),(650,238,'_choiceorder','21,20,19'),(651,238,'_qi','5890043]]>1]]>8]]>318{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(652,239,'sub0','1'),(653,239,'sub1','2'),(654,239,'sub2','3'),(655,239,'_sqi','0{"symbols":["1","3","8"],"structure":["General","Fraction"]}'),(656,239,'auxiliar_text',''),(657,240,'-finish','1'),(658,241,'_stemorder','46,48,47'),(659,241,'_choiceorder','46,47,48'),(660,241,'_qi','3511343]]>7]]>1]]>371{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(661,242,'sub0','1'),(662,242,'sub1','3'),(663,242,'sub2','2'),(664,242,'_sqi','0{"symbols":["1","3","7"],"structure":["General","Fraction"]}'),(665,243,'-finish','1'),(666,244,'_stemorder','3,2,1'),(667,244,'_choiceorder','3,1,2'),(668,244,'_qi','26095410]]>8]]>0]]>1080{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(669,245,'sub0','1'),(670,245,'sub1','3'),(671,245,'sub2','2'),(672,245,'_sqi','0{"symbols":["0","1","8"],"structure":["General","Fraction"]}'),(673,246,'-finish','1'),(674,247,'_stemorder','12,10,11'),(675,247,'_choiceorder','11,10,12'),(676,247,'_qi','2561542]]>2]]>4]]>224{"symbols":["2","4"],"structure":["General","Fraction"]}'),(677,248,'sub0','3'),(678,248,'sub1','1'),(679,248,'sub2','2'),(680,248,'_sqi','0{"symbols":["2","4"],"structure":["General","Fraction"]}'),(681,249,'-finish','1'),(682,250,'_stemorder','33,30,31,29,32,28'),(683,250,'_choiceorder','28,29,32,33,30,31'),(684,250,'_qi','1844349]]>6]]>0]]>54]]>0]]>0]]>9605400{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(685,251,'sub0','4'),(686,251,'sub1','3'),(687,251,'sub2','6'),(688,251,'sub3','2'),(689,251,'sub4','5'),(690,251,'sub5','1'),(691,251,'_sqi','0{"symbols":["0","4","5","6","9"],"structure":["General","Fraction"]}'),(692,252,'-finish','1'),(693,253,'_stemorder','20,19,21'),(694,253,'_choiceorder','20,21,19'),(695,253,'_qi','6387240]]>5]]>4]]>054{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(696,254,'sub0','1'),(697,254,'sub1','3'),(698,254,'sub2','2'),(699,254,'_sqi','0{"symbols":["0","4","5"],"structure":["General","Fraction"]}'),(700,254,'auxiliar_text',''),(701,255,'-finish','1'),(702,256,'_stemorder','48,47,46'),(703,256,'_choiceorder','48,47,46'),(704,256,'_qi','425947]]>3]]>0]]>730{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(705,257,'sub0','1'),(706,257,'sub1','2'),(707,257,'sub2','2'),(708,257,'_sqi','0{"symbols":["0","3","7"],"structure":["General","Fraction"]}'),(709,258,'-finish','1'),(710,259,'_stemorder','3,1,2'),(711,259,'_choiceorder','3,1,2'),(712,259,'_qi','3334047]]>4]]>3]]>743{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(713,260,'sub0','1'),(714,260,'sub1','1'),(715,260,'sub2','1'),(716,260,'_sqi','0{"symbols":["3","4","7"],"structure":["General","Fraction"]}'),(717,261,'-finish','1'),(718,262,'_stemorder','10,12,11'),(719,262,'_choiceorder','12,11,10'),(720,262,'_qi','3274343]]>10]]>9]]>3109{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(721,263,'sub0','1'),(722,263,'sub1','1'),(723,263,'sub2','1'),(724,263,'_sqi','0{"symbols":["0","1","3","9"],"structure":["General","Fraction"]}'),(725,264,'-finish','1'),(726,265,'_stemorder','33,30,28,31,29,32'),(727,265,'_choiceorder','33,32,31,28,30,29'),(728,265,'_qi','1372046]]>5]]>0]]>30]]>0]]>0]]>6503000{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(729,266,'sub0','1'),(730,266,'sub1','1'),(731,266,'sub2','1'),(732,266,'sub3','1'),(733,266,'sub4','1'),(734,266,'sub5','1'),(735,266,'_sqi','0{"symbols":["0","3","5","6"],"structure":["General","Fraction"]}'),(736,267,'-finish','1'),(737,268,'_stemorder','19,20,21'),(738,268,'_choiceorder','20,21,19'),(739,268,'_qi','5570342]]>1]]>2]]>212{"symbols":["1","2"],"structure":["General","Fraction"]}'),(740,269,'sub0','1'),(741,269,'sub1','1'),(742,269,'sub2','1'),(743,269,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(744,269,'auxiliar_text',''),(745,270,'sub0','1'),(746,270,'sub1','1'),(747,270,'sub2','1'),(748,270,'_sqi','0{"symbols":["1","2"],"structure":["General","Fraction"]}'),(749,270,'auxiliar_text',''),(750,271,'-finish','1'),(751,272,'_stemorder','51,50,49'),(752,272,'_choiceorder','49,50,51'),(753,272,'_qi','399604155]]>155]]>151]]>155155151{"symbols":["1","5"],"structure":["General","Fraction"]}'),(754,273,'sub0','1'),(755,273,'sub1','3'),(756,273,'sub2','2'),(757,273,'_sqi','0{"symbols":["1","5"],"structure":["General","Fraction"]}'),(758,274,'-finish','1'),(759,275,'_stemorder','6,4,5'),(760,275,'_choiceorder','4,5,6'),(761,275,'_qi','531434194]]>36]]>147]]>19436147{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(762,276,'sub0','3'),(763,276,'sub1','1'),(764,276,'sub2','2'),(765,276,'_sqi','0{"symbols":["1","3","4","6","7","9"],"structure":["General","Fraction"]}'),(766,277,'-finish','1'),(767,278,'_stemorder','15,14,13'),(768,278,'_choiceorder','14,13,15'),(769,278,'_qi','474384187]]>136]]>77]]>18713677{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(770,279,'sub0','3'),(771,279,'sub1','1'),(772,279,'sub2','2'),(773,279,'_sqi','0{"symbols":["1","3","6","7","8"],"structure":["General","Fraction"]}'),(774,280,'-finish','1'),(775,281,'_stemorder','36,34,39,35,37,38'),(776,281,'_choiceorder','35,39,36,37,38,34'),(777,281,'_qi','323094323]]>129]]>108]]>41667]]>13932]]>34884]]>323129108416671393234884{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(778,282,'sub0','3'),(779,282,'sub1','6'),(780,282,'sub2','2'),(781,282,'sub3','1'),(782,282,'sub4','4'),(783,282,'sub5','5'),(784,282,'_sqi','0{"symbols":["0","1","2","3","4","6","7","8","9"],"structure":["General","Fraction"]}'),(785,283,'-finish','1'),(786,284,'_stemorder','22,24,23'),(787,284,'_choiceorder','23,22,24'),(788,284,'_qi','377964174]]>180]]>92]]>17418092{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(789,285,'sub0','2'),(790,285,'sub1','3'),(791,285,'sub2','1'),(792,285,'_sqi','0{"symbols":["0","1","2","4","7","8","9"],"structure":["General","Fraction"]}'),(793,285,'auxiliar_text',''),(794,286,'-finish','1'),(795,287,'_stemorder','53,52,54'),(796,287,'_choiceorder','53,54,52'),(797,287,'_qi','649484169]]>28]]>39]]>1692839{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(798,288,'sub0','0'),(799,288,'sub1','0'),(800,288,'sub2','0'),(801,288,'_sqi','0{"symbols":["1","2","3","6","8","9"],"structure":["General","Fraction"]}'),(802,289,'-finish','1'),(803,290,'_stemorder','7,8,9'),(804,290,'_choiceorder','7,8,9'),(805,290,'_qi','50500455]]>102]]>96]]>5510296{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(806,291,'sub0','0'),(807,291,'sub1','0'),(808,291,'sub2','0'),(809,291,'_sqi','0{"symbols":["0","1","2","5","6","9"],"structure":["General","Fraction"]}'),(810,292,'-finish','1'),(811,293,'_stemorder','16,18,17'),(812,293,'_choiceorder','17,18,16'),(813,293,'_qi','12569422]]>170]]>96]]>2217096{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(814,294,'sub0','0'),(815,294,'sub1','0'),(816,294,'sub2','0'),(817,294,'_sqi','0{"symbols":["0","1","2","6","7","9"],"structure":["General","Fraction"]}'),(818,295,'-finish','1'),(819,296,'_stemorder','43,41,42,40,45,44'),(820,296,'_choiceorder','40,43,41,44,45,42'),(821,296,'_qi','381444619]]>87]]>169]]>53853]]>14703]]>104611]]>619871695385314703104611{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(822,297,'sub0','0'),(823,297,'sub1','0'),(824,297,'sub2','0'),(825,297,'sub3','0'),(826,297,'sub4','0'),(827,297,'sub5','0'),(828,297,'_sqi','0{"symbols":["0","1","3","4","5","6","7","8","9"],"structure":["General","Fraction"]}'),(829,298,'-finish','1'),(830,299,'_stemorder','25,27,26'),(831,299,'_choiceorder','25,27,26'),(832,299,'_qi','35524156]]>83]]>183]]>15683183{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(833,300,'sub0','0'),(834,300,'sub1','0'),(835,300,'sub2','0'),(836,300,'_sqi','0{"symbols":["1","3","5","6","8"],"structure":["General","Fraction"]}'),(837,300,'auxiliar_text',''),(838,301,'-finish','1'),(839,302,'_stemorder','54,53,52'),(840,302,'_choiceorder','54,52,53'),(841,302,'_qi','45242488]]>152]]>71]]>8815271{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(842,303,'sub0','1'),(843,303,'sub1','3'),(844,303,'sub2','2'),(845,303,'_sqi','0{"symbols":["1","2","5","7","8"],"structure":["General","Fraction"]}'),(846,304,'-finish','1'),(847,305,'_stemorder','8,7,9'),(848,305,'_choiceorder','7,8,9'),(849,305,'_qi','293434138]]>34]]>195]]>13834195{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(850,306,'sub0','2'),(851,306,'sub1','1'),(852,306,'sub2','3'),(853,306,'_sqi','0{"symbols":["1","3","4","5","8","9"],"structure":["General","Fraction"]}'),(854,307,'-finish','1'),(855,308,'_stemorder','18,16,17'),(856,308,'_choiceorder','17,16,18'),(857,308,'_qi','2172477]]>124]]>30]]>7712430{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(858,309,'sub0','3'),(859,309,'sub1','2'),(860,309,'sub2','1'),(861,309,'_sqi','0{"symbols":["0","1","2","3","4","7"],"structure":["General","Fraction"]}'),(862,310,'-finish','1'),(863,311,'_stemorder','42,45,43,44,40,41'),(864,311,'_choiceorder','40,45,44,42,43,41'),(865,311,'_qi','103434278]]>5]]>112]]>1390]]>560]]>31136]]>2785112139056031136{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(866,312,'sub0','4'),(867,312,'sub1','2'),(868,312,'sub2','5'),(869,312,'sub3','3'),(870,312,'sub4','1'),(871,312,'sub5','6'),(872,312,'_sqi','0{"symbols":["0","1","2","3","5","6","7","8","9"],"structure":["General","Fraction"]}'),(873,313,'-finish','1'),(874,314,'_stemorder','26,25,27'),(875,314,'_choiceorder','25,26,27'),(876,314,'_qi','60145495]]>161]]>106]]>95161106{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(877,315,'sub0','2'),(878,315,'sub1','1'),(879,315,'sub2','3'),(880,315,'_sqi','0{"symbols":["0","1","5","6","9"],"structure":["General","Fraction"]}'),(881,315,'auxiliar_text',''),(882,316,'-finish','1'),(883,317,'_order','144,146,145,143'),(884,317,'_qi','616984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(885,318,'answer','1'),(886,318,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(887,319,'-finish','1'),(888,320,'_order','152,154,153,151'),(889,320,'_qi','396984sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(890,321,'answer','0'),(891,321,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(892,322,'-finish','1'),(893,323,'_order','164,165,163,166'),(894,323,'_qi','532104sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(895,324,'answer','2'),(896,324,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(897,324,'auxiliar_text',''),(898,325,'-finish','1'),(899,326,'_order','171,172,174,173,176,175,177'),(900,326,'_qi','350134sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(901,327,'answer','6'),(902,327,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(903,328,'-finish','1'),(904,329,'_order','186,188,185,187'),(905,329,'_qi','276994sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(906,330,'answer','3'),(907,330,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(908,331,'-finish','1'),(909,332,'_order','146,143,145,144'),(910,332,'_qi','139844sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(911,333,'answer','-1'),(912,333,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(913,334,'-finish','1'),(914,335,'_order','153,152,151,154'),(915,335,'_qi','621814sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(916,336,'answer','-1'),(917,336,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(918,337,'-finish','1'),(919,338,'_order','165,164,166,163'),(920,338,'_qi','497554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(921,339,'answer','-1'),(922,339,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(923,339,'auxiliar_text',''),(924,340,'-finish','1'),(925,341,'_order','173,171,174,172,176,177,175'),(926,341,'_qi','429924sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(927,342,'answer','-1'),(928,342,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(929,343,'-finish','1'),(930,344,'_order','188,187,185,186'),(931,344,'_qi','41034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(932,345,'answer','-1'),(933,345,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(934,346,'-finish','1'),(935,347,'_order','147,149,148,150'),(936,347,'_qi','437874sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(937,348,'answer','3'),(938,348,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(939,349,'-finish','1'),(940,350,'_order','159,162,160,161'),(941,350,'_qi','345714sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(942,351,'answer','1'),(943,351,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(944,352,'-finish','1'),(945,353,'_order','170,167,168,169'),(946,353,'_qi','136034sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(947,354,'answer','0'),(948,354,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(949,354,'auxiliar_text',''),(950,355,'-finish','1'),(951,356,'_order','182,183,181,179,178,180,184'),(952,356,'_qi','148554sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(953,357,'answer','2'),(954,357,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(955,358,'-finish','1'),(956,359,'_order','189,192,190,191'),(957,359,'_qi','423234sinx]]>cosx]]>tanx]]>sinx,cosx,tanx]]>sin(x)cos(x)tan(x)[sin(x),cos(x),tan(x)]{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(958,360,'answer','1'),(959,360,'_sqi','0{"symbols":["(",")",",","[","]","cos","sin","tan","x"],"structure":["General","Fraction"]}'),(960,361,'-finish','1'),(961,362,'_qi','1x+1]]>4110'),(962,362,'_matching_answer_grade',NULL),(963,362,'_matching_answer_wq','0'),(964,362,'_matching_answer','5'),(965,362,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(966,362,'_gc','0'),(967,363,'answer','x+1'),(968,363,'_sqi','0x+1]]>'),(969,364,'-finish','1'),(970,365,'_qi','1x+1411'),(971,365,'_matching_answer_grade',NULL),(972,365,'_matching_answer_wq','0'),(973,365,'_matching_answer','7'),(974,365,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(975,365,'_gc','0'),(976,366,'answer','x+1'),(977,366,'_sqi','0x+1'),(978,367,'-finish','1'),(979,368,'_qi','1x+1411'),(980,368,'_matching_answer_grade',NULL),(981,368,'_matching_answer_wq','0'),(982,368,'_matching_answer','9'),(983,368,'_response_hash','cf267a0bc414e4ea2681d6bd522a8992'),(984,368,'_gc','0'),(985,369,'answer','x+1'),(986,369,'_sqi','0x+1'),(987,370,'-finish','1'),(988,371,'_qi','1x+1]]>411'),(989,371,'_matching_answer_grade',NULL),(990,371,'_matching_answer_wq','0'),(991,371,'_matching_answer','11'),(992,371,'_response_hash','f01ab95a5ce189e069f442a773063b74'),(993,371,'_gc','0'),(994,372,'answer','x+1'),(995,372,'_sqi','0x+1]]>'),(996,373,'-finish','1'),(997,374,'_qi','1x+1]]>4110'),(998,374,'_matching_answer_grade',NULL),(999,374,'_matching_answer_wq','0'),(1000,374,'_matching_answer','14'),(1001,374,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1002,374,'_gc','0'),(1003,375,'answer','x+1'),(1004,375,'_sqi','0x+1]]>'),(1005,376,'-finish','1'),(1006,377,'_qi','124]]>411'),(1007,377,'_matching_answer_grade',NULL),(1008,377,'_matching_answer_wq','0'),(1009,377,'_matching_answer','18'),(1010,377,'_response_hash','e86c69ca13fc9efd66e7b2ca8703c543'),(1011,377,'_gc','0'),(1012,378,'answer','24'),(1013,378,'_sqi','024]]>'),(1014,379,'-finish','1'),(1015,380,'_qi','1x+1]]>41'),(1016,380,'_matching_answer_grade',NULL),(1017,380,'_matching_answer_wq','0'),(1018,380,'_matching_answer','20'),(1019,380,'_response_hash','11b99ddd8f9e113cc6bcbb4987ef442a'),(1020,380,'_gc','0'),(1021,381,'answer','x+1'),(1022,381,'_sqi','0x+1]]>'),(1023,382,'-finish','1'),(1024,383,'_qi','4439774117]]>7{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1025,383,'_matching_answer_grade',NULL),(1026,383,'_matching_answer_wq','0'),(1027,383,'_matching_answer','22'),(1028,383,'_response_hash','8f14e45fceea167a5a36dedd4bea2543'),(1029,383,'_gc','0'),(1030,384,'answer','7'),(1031,384,'_sqi','07{"symbols":["1","7","s"],"structure":["General","Fraction"]}'),(1032,385,'-finish','1'),(1033,386,'_qi','1411111'),(1034,386,'_matching_answer_grade',NULL),(1035,386,'_matching_answer_wq','0'),(1036,386,'_matching_answer','28'),(1037,386,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1038,386,'_gc','0'),(1039,387,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1040,387,'_sqi','0'),(1041,388,'-finish','1'),(1042,389,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1043,389,'_matching_answer_grade',NULL),(1044,389,'_matching_answer_wq','0'),(1045,389,'_matching_answer','24'),(1046,389,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1047,389,'_gc','0'),(1048,390,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1049,390,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1050,391,'-finish','1'),(1051,392,'_qi','1label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>411111'),(1052,392,'_matching_answer_grade',NULL),(1053,392,'_matching_answer_wq','0'),(1054,392,'_matching_answer','26'),(1055,392,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1056,392,'_gc','0'),(1057,393,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1058,393,'_sqi','0label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1059,394,'-finish','1'),(1060,395,'_qi','1label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>41111111'),(1061,395,'_matching_answer_grade',NULL),(1062,395,'_matching_answer_wq','0'),(1063,395,'_matching_answer','233'),(1064,395,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1065,395,'_gc','0'),(1066,396,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1067,396,'_sqi','0label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}]]>'),(1068,397,'-finish','1'),(1069,398,'_qi','1]]>4000'),(1070,398,'_matching_answer_grade',NULL),(1071,398,'_matching_answer','0'),(1072,398,'_response_hash','dfe2d568f88bb7c67105ffab289c3c1b'),(1073,398,'_gc','0'),(1074,399,'answer',''),(1075,399,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"/>'),(1076,400,'-finish','1'),(1077,401,'_qi','14'),(1078,402,'-finish','1'),(1079,403,'_qi','14'),(1080,404,'-finish','1'),(1081,405,'_qi','14'),(1082,406,'-finish','1'),(1083,407,'_qi','14'),(1084,408,'-finish','1'),(1085,409,'_qi','14'),(1086,410,'-finish','1'),(1087,411,'_qi','14'),(1088,412,'-finish','1'),(1089,413,'_qi','138314<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1090,414,'-finish','1'),(1091,415,'_qi','14'),(1092,416,'-finish','1'),(1093,417,'_qi','14'),(1094,418,'-finish','1'),(1095,419,'_qi','14'),(1096,420,'-finish','1'),(1097,421,'_qi','14'),(1098,422,'-finish','1'),(1099,423,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1100,423,'_matching_answer_grade',NULL),(1101,423,'_matching_answer_wq','1'),(1102,423,'_matching_answer','6'),(1103,423,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1104,423,'_gc','0'),(1105,424,'answer','x-1'),(1106,424,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1107,425,'-finish','1'),(1108,426,'_qi','1x-1410'),(1109,426,'_matching_answer_grade',NULL),(1110,426,'_matching_answer','0'),(1111,426,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1112,426,'_gc','0'),(1113,427,'answer','x-1'),(1114,427,'_sqi','0x-1'),(1115,428,'-finish','1'),(1116,429,'_qi','1x-1410'),(1117,429,'_matching_answer_grade',NULL),(1118,429,'_matching_answer','0'),(1119,429,'_response_hash','66506113b68a4a541e04ca99ae2f7b4f'),(1120,429,'_gc','0'),(1121,430,'answer','x-1'),(1122,430,'_sqi','0x-1'),(1123,431,'-finish','1'),(1124,432,'_qi','1<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>410'),(1125,432,'_matching_answer_grade',NULL),(1126,432,'_matching_answer','0'),(1127,432,'_response_hash','6ded3c6fae36bb38feebe6da719033bb'),(1128,432,'_gc','0'),(1129,433,'answer','x-1'),(1130,433,'_sqi','0<math wrs:positionable=\"false\" xmlns=\"http://www.w3.org/1998/Math/MathML\" xmlns:wrs=\"http://www.wiris.com/xml/mathml-extension\"><mrow wrs:positionable=\"true\"><mi>x</mi><mo>-</mo><mn>1</mn></mrow></math>'),(1131,434,'-finish','1'),(1132,435,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>4101'),(1133,435,'_matching_answer_grade','1'),(1134,435,'_matching_answer_wq','1'),(1135,435,'_matching_answer','15'),(1136,435,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1137,435,'_gc','0'),(1138,436,'answer','x-1'),(1139,436,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1140,437,'-finish','1'),(1141,438,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>411'),(1142,438,'_matching_answer_grade',NULL),(1143,438,'_matching_answer_wq','0'),(1144,438,'_matching_answer','18'),(1145,438,'_response_hash','b33a966a245c149efbf5869fd9ffd8ed'),(1146,438,'_gc','0'),(1147,439,'answer','12'),(1148,439,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>'),(1149,440,'-finish','1'),(1150,441,'_qi','1<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>41'),(1151,441,'_matching_answer_grade',NULL),(1152,441,'_matching_answer_wq','0'),(1153,441,'_matching_answer','20'),(1154,441,'_response_hash','06226f07a8384d91fb28fa66cb52cfaa'),(1155,441,'_gc','0'),(1156,442,'answer','x-1'),(1157,442,'_sqi','0<math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi>x</mi><mo>-</mo><mn>1</mn></math>'),(1158,443,'-finish','1'),(1159,444,'_qi','321610411<math><mrow><mn>10</mn></mrow></math>10{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1160,444,'_matching_answer_grade',NULL),(1161,444,'_matching_answer_wq','0'),(1162,444,'_matching_answer','22'),(1163,444,'_response_hash','d3d9446802a44259755d38e6d163e820'),(1164,444,'_gc','0'),(1165,445,'answer','10'),(1166,445,'_sqi','010{"symbols":["0","1","s"],"structure":["General","Fraction"]}'),(1167,446,'-finish','1'),(1168,447,'_qi','1{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1169,447,'_matching_answer_grade',NULL),(1170,447,'_matching_answer_wq','0'),(1171,447,'_matching_answer','28'),(1172,447,'_response_hash','4cbf8103fb3bf71540cc0a092a969a59'),(1173,447,'_gc','0'),(1174,448,'answer','{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1175,448,'_sqi','0{\"elements\":[{\"id\":\"A\",\"type\":\"point\",\"coordinates\":[0,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"B\",\"type\":\"point\",\"coordinates\":[4,0],\"wiris_cas_kernel_computed\":\"false\"},{\"id\":\"a\",\"type\":\"conic\",\"coordinates\":[1,1,-16,0,0,0],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[{\"type\":\"point_intersection_of_two_lines\",\"input\":[\"yAxis\",\"xAxis\"],\"output\":[\"A\"]},{\"type\":\"point_on_line\",\"input\":[\"xAxis\"],\"output\":[\"B\"]},{\"type\":\"circle_by_center_and_point\",\"input\":[\"A\",\"B\"],\"output\":[\"a\"]}],\"displays\":[{\"styles\":[{\"color\":\"#3575B7\",\"stroke_width\":2,\"ref\":\"a\"},{\"point_size\":5,\"fill\":\"#E2E2E2\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"A\"},{\"point_size\":5,\"fill\":\"#717171\",\"color\":\"#1C1C1C\",\"stroke_width\":1,\"ref\":\"B\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":\"auto\",\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":true,\"vertical_grid_step\":\"auto\",\"width\":21,\"height\":11.820359281437126,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1176,449,'-finish','1'),(1177,450,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1178,450,'_matching_answer_grade',NULL),(1179,450,'_matching_answer_wq','0'),(1180,450,'_matching_answer','24'),(1181,450,'_response_hash','e512d6c521fc5fda1ebccdea5fede756'),(1182,450,'_gc','0'),(1183,451,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1184,451,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"bar_chart\",\"statistical_data\":[[1],[3],[2],[6],[4]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\"],\"bar_width\":1,\"space_between_bars\":1,\"space_between_side_bars\":0.2,\"beside\":true,\"change_step\":1,\"length_for_news\":1,\"ref\":\"a\"}],\"id\":\"\",\"center\":[4.199999999999999,2.8],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":12,\"height\":8,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1185,452,'-finish','1'),(1186,453,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}411111'),(1187,453,'_matching_answer_grade',NULL),(1188,453,'_matching_answer_wq','0'),(1189,453,'_matching_answer','26'),(1190,453,'_response_hash','7d28d782e657c9ac8ffade920ceb7433'),(1191,453,'_gc','0'),(1192,454,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1193,454,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"line_chart\",\"statistical_data\":[[3,3.5,3,3.5],[2,1,2,3],[2,3,2,1.5]],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#3575B7\",\"#BA4848\",\"#458148\"],\"point_sizes\":[[5,5,5,5],[5,5,5,5],[5,5,5,5]],\"stroke_widths\":[[2,2,2],[2,2,2],[2,2,2]],\"ref\":\"a\"}],\"id\":\"\",\"center\":[1.4,2.166666666666667],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":true,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":true,\"horizontal_grid_step\":\"auto\",\"axis_y\":true,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":4,\"height\":3.3333333333333335,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1194,455,'-finish','1'),(1195,456,'_qi','1{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}41111111'),(1196,456,'_matching_answer_grade',NULL),(1197,456,'_matching_answer_wq','0'),(1198,456,'_matching_answer','233'),(1199,456,'_response_hash','ad925d37c9ed4d64f419dde82d770ead'),(1200,456,'_gc','0'),(1201,457,'answer','{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"label\",\"label\",\"label\",\"label\",\"label\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1202,457,'_sqi','0{\"elements\":[{\"id\":\"a\",\"type\":\"pie_chart\",\"statistical_data\":[1,1,1,1,1],\"wiris_cas_kernel_computed\":\"false\"}],\"constraints\":[],\"displays\":[{\"styles\":[{\"label\":true,\"show_data_labels\":true,\"show_name_labels\":true,\"name_labels\":[\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\",\"<math><mtext>label</mtext></math>\"],\"colors\":[\"#D17E25\",\"#8D3C9C\",\"#3575B7\",\"#BA4848\",\"#458148\"],\"view_3D\":false,\"pie_radius\":8,\"pie_height\":3,\"pie_inclination_angle\":1.0471,\"pie_starting_angle\":2.094395102393195,\"pie_clockwise\":false,\"change_step\":1,\"length_for_news\":1,\"max_value_pie\":100,\"ref\":\"a\"}],\"id\":\"\",\"center\":[0,0],\"background_color\":\"#FFFFFF\",\"axis_color\":\"#717171\",\"grid_primary_color\":\"#C6C6C6\",\"grid_secondary_color\":\"#E2E2E2\",\"axis_x\":false,\"horizontal_axis_label\":\"\",\"horizontal_axis_values_position\":\"below\",\"horizontal_axis_step\":2,\"grid_x\":false,\"horizontal_grid_step\":\"auto\",\"axis_y\":false,\"vertical_axis_label\":\"\",\"vertical_axis_values_position\":\"left\",\"vertical_axis_step\":\"auto\",\"grid_y\":false,\"vertical_grid_step\":\"auto\",\"stats_axis\":true,\"width\":42.63829787234043,\"height\":24,\"grid_subdivisions\":2}],\"handwriting_traces\":[]}'),(1203,458,'-finish','1'),(1204,459,'_qi','553394<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>4</mn></mrow></math>false4{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1205,460,'answer','0'),(1206,460,'_sqi','0{"symbols":["4","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1207,461,'-finish','1'),(1208,462,'_qi','56834<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1209,463,'answer','0'),(1210,463,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1211,464,'-finish','1'),(1212,465,'_qi','538874<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1213,466,'answer','0'),(1214,466,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1215,467,'-finish','1'),(1216,468,'_qi','347764'),(1217,469,'answer','1'),(1218,469,'_sqi','0'),(1219,469,'auxiliar_text',''),(1220,470,'-finish','1'),(1221,471,'_qi','363854<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>8</mn></mrow></math>false8{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1222,472,'answer','0'),(1223,472,'_sqi','0{"symbols":["8","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1224,473,'-finish','1'),(1225,474,'_qi','271744<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>6</mn></mrow></math>false6{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1226,475,'answer','0'),(1227,475,'_sqi','0{"symbols":["6","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1228,476,'-finish','1'),(1229,477,'_qi','566694<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>3</mn></mrow></math>true3{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1230,478,'answer','1'),(1231,478,'_sqi','0{"symbols":["3","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1232,479,'-finish','1'),(1233,480,'_qi','572424'),(1234,481,'answer','1'),(1235,481,'_sqi','0'),(1236,481,'auxiliar_text',''),(1237,482,'-finish','1'),(1238,483,'_qi','378284<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1239,484,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1240,485,'-finish','1'),(1241,486,'_qi','102194<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>10</mn></mrow></math>false10{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1242,487,'_sqi','0{"symbols":["0","1","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1243,488,'-finish','1'),(1244,489,'_qi','296574<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1245,490,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1246,491,'-finish','1'),(1247,492,'_qi','429794'),(1248,493,'answer','1'),(1249,493,'_sqi','0'),(1250,493,'auxiliar_text',''),(1251,494,'-finish','1'),(1252,495,'_qi','89814<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>5</mn></mrow></math>true5{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1253,496,'answer','1'),(1254,496,'_sqi','0{"symbols":["5","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1255,497,'-finish','1'),(1256,498,'_qi','324944<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>0</mn></mrow></math>false0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1257,499,'answer','1'),(1258,499,'_sqi','0{"symbols":["0","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1259,500,'-finish','1'),(1260,501,'_qi','369894<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>1</mn></mrow></math>false1{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1261,502,'answer','1'),(1262,502,'_sqi','0{"symbols":["1","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1263,503,'-finish','1'),(1264,504,'_qi','145494'),(1265,505,'answer','1'),(1266,505,'_sqi','0'),(1267,505,'auxiliar_text',''),(1268,506,'-finish','1'),(1269,507,'_qi','636274<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>2</mn></mrow></math>true2{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1270,508,'_sqi','0{"symbols":["2","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1271,509,'-finish','1'),(1272,510,'_qi','233504<math><mrow><mi>false</mi></mrow></math><math><mrow><mn>9</mn></mrow></math>false9{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}'),(1273,511,'_sqi','0{"symbols":["9","a","e","f","false","l","s"],"structure":["General","Fraction"]}<wiriscalc version=\"3.2\"><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Untitled calc</mtext></math></title><properties><property name=\"decimal_separator\">.</property><property name=\"digit_group_separator\"></property><property name=\"float_format\">mg</property><property name=\"imaginary_unit\">i</property><property name=\"implicit_times_operator\">false</property><property name=\"item_separator\">,</property><property name=\"lang\">en</property><property name=\"precision\">5</property><property name=\"save_settings_in_cookies\">false</property><property name=\"times_operator\">·</property><property name=\"use_degrees\">false</property></properties><session version=\"3.0\" lang=\"en\"><task><title><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mtext>Sheet 1</mtext></math></title><group><algorithm><![CDATA[#This is the initial content this test should display\na = 1\nb = 2]]></algorithm><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi mathvariant=\"normal\">a</mi><mo>&#xA0;</mo><mo>+</mo><mi mathvariant=\"normal\">b</mi></math></input><output><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><mn>3</mn></math></output></command><command><input><math xmlns=\"http://www.w3.org/1998/Math/MathML\"/></input></command></group></task></session><constructions><construction group=\"1\">{&quot;elements&quot;:[],&quot;constraints&quot;:[],&quot;displays&quot;:[],&quot;handwriting_traces&quot;:[]}</construction></constructions></wiriscalc>'),(1274,512,'-finish','1'),(1275,513,'_qi','139974<math><mrow><mi>true</mi></mrow></math><math><mrow><mn>7</mn></mrow></math>true7{"symbols":["7","e","r","t","true","u"],"structure":["General","Fraction"]}'),(1276,514,'-finish','1'),(1277,515,'_qi','629474'),(1278,516,'-finish','1'); /*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; @@ -26807,7 +27076,7 @@ CREATE TABLE `m_question_attempt_steps` ( UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), KEY `m_quesattestep_que_ix` (`questionattemptid`), KEY `m_quesattestep_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores one step in in a question attempt. As well as the dat'; +) ENGINE=InnoDB AUTO_INCREMENT=517 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 */; -- @@ -26816,6 +27085,7 @@ CREATE TABLE `m_question_attempt_steps` ( LOCK TABLES `m_question_attempt_steps` WRITE; /*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; +INSERT INTO `m_question_attempt_steps` VALUES (1,1,0,'todo',NULL,1733231846,4),(2,1,1,'complete',NULL,1733231871,4),(3,1,2,'needsgrading',NULL,1733232336,4),(4,1,3,'mangrright',1.0000000,1736238892,2),(5,2,0,'todo',NULL,1733231846,4),(6,2,1,'complete',NULL,1733231917,4),(7,2,2,'gradedright',1.0000000,1733232336,4),(8,3,0,'todo',NULL,1733231846,4),(9,3,1,'complete',NULL,1733232057,4),(10,3,2,'gradedright',1.0000000,1733232336,4),(11,4,0,'todo',NULL,1733231846,4),(12,4,1,'complete',NULL,1733232069,4),(13,4,2,'gradedright',1.0000000,1733232336,4),(14,5,0,'todo',NULL,1733231846,4),(15,5,1,'complete',NULL,1733232185,4),(16,5,2,'gradedwrong',0.0000000,1733232336,4),(17,5,3,'mangrright',1.0000000,1736238709,2),(18,6,0,'todo',NULL,1733231846,4),(19,6,1,'complete',NULL,1733232240,4),(20,6,2,'gradedright',1.0000000,1733232336,4),(21,7,0,'todo',NULL,1733231846,4),(22,7,1,'complete',NULL,1733232249,4),(23,7,2,'gradedright',1.0000000,1733232336,4),(24,8,0,'todo',NULL,1733231846,4),(25,8,1,'complete',NULL,1733232256,4),(26,8,2,'gradedright',1.0000000,1733232336,4),(27,9,0,'todo',NULL,1733231846,4),(28,9,1,'complete',NULL,1733232265,4),(29,9,2,'gradedright',1.0000000,1733232336,4),(30,10,0,'todo',NULL,1733231846,4),(31,10,1,'complete',NULL,1733232284,4),(32,10,2,'gradedright',1.0000000,1733232336,4),(33,11,0,'todo',NULL,1733231846,4),(34,11,1,'complete',NULL,1733232319,4),(35,11,2,'gradedright',1.0000000,1733232336,4),(36,12,0,'todo',NULL,1733231846,4),(37,12,1,'complete',NULL,1733232333,4),(38,12,2,'gradedright',1.0000000,1733232336,4),(39,13,0,'todo',NULL,1733232368,4),(40,13,1,'complete',NULL,1733232374,4),(41,13,2,'needsgrading',NULL,1733232537,4),(42,14,0,'todo',NULL,1733232368,4),(43,14,1,'complete',NULL,1733232399,4),(44,14,2,'gradedpartial',0.8000000,1733232537,4),(45,15,0,'todo',NULL,1733232368,4),(46,15,1,'complete',NULL,1733232408,4),(47,15,2,'gradedright',1.0000000,1733232537,4),(48,16,0,'todo',NULL,1733232368,4),(49,16,1,'complete',NULL,1733232415,4),(50,16,2,'gradedright',1.0000000,1733232537,4),(51,17,0,'todo',NULL,1733232368,4),(52,17,1,'complete',NULL,1733232493,4),(53,17,2,'gradedright',1.0000000,1733232537,4),(54,18,0,'todo',NULL,1733232368,4),(55,18,1,'complete',NULL,1733232498,4),(56,18,2,'gradedwrong',0.0000000,1733232537,4),(57,19,0,'todo',NULL,1733232368,4),(58,19,1,'complete',NULL,1733232503,4),(59,19,2,'gradedwrong',0.0000000,1733232537,4),(60,20,0,'todo',NULL,1733232368,4),(61,20,1,'complete',NULL,1733232508,4),(62,20,2,'gradedwrong',0.0000000,1733232537,4),(63,21,0,'todo',NULL,1733232368,4),(64,21,1,'complete',NULL,1733232517,4),(65,21,2,'gradedwrong',0.0000000,1733232537,4),(66,22,0,'todo',NULL,1733232368,4),(67,22,1,'complete',NULL,1733232524,4),(68,22,2,'gradedwrong',0.0000000,1733232537,4),(69,23,0,'todo',NULL,1733232368,4),(70,23,1,'complete',NULL,1733232530,4),(71,23,2,'gradedwrong',0.0000000,1733232537,4),(72,24,0,'todo',NULL,1733232368,4),(73,24,1,'todo',NULL,1733232533,4),(74,24,2,'gaveup',NULL,1733232537,4),(75,25,0,'todo',NULL,1733232577,4),(76,25,1,'todo',NULL,1733232582,4),(77,25,2,'gaveup',NULL,1733232620,4),(78,26,0,'todo',NULL,1733232577,4),(79,26,1,'todo',NULL,1733232584,4),(80,26,2,'gaveup',NULL,1733232620,4),(81,27,0,'todo',NULL,1733232577,4),(82,27,1,'todo',NULL,1733232588,4),(83,27,2,'gaveup',NULL,1733232620,4),(84,28,0,'todo',NULL,1733232577,4),(85,28,1,'todo',NULL,1733232591,4),(86,28,2,'gaveup',NULL,1733232620,4),(87,29,0,'todo',NULL,1733232577,4),(88,29,1,'complete',NULL,1733232595,4),(89,29,2,'gradedwrong',0.0000000,1733232620,4),(90,30,0,'todo',NULL,1733232577,4),(91,30,1,'complete',NULL,1733232599,4),(92,30,2,'gradedwrong',0.0000000,1733232620,4),(93,31,0,'todo',NULL,1733232577,4),(94,31,1,'todo',NULL,1733232601,4),(95,31,2,'gaveup',NULL,1733232620,4),(96,32,0,'todo',NULL,1733232577,4),(97,32,1,'complete',NULL,1733232603,4),(98,32,2,'gradedwrong',0.0000000,1733232620,4),(99,33,0,'todo',NULL,1733232577,4),(100,33,1,'complete',NULL,1733232606,4),(101,33,2,'gradedwrong',0.0000000,1733232620,4),(102,34,0,'todo',NULL,1733232577,4),(103,34,1,'complete',NULL,1733232608,4),(104,34,2,'gradedwrong',0.0000000,1733232620,4),(105,35,0,'todo',NULL,1733232577,4),(106,35,1,'complete',NULL,1733232611,4),(107,35,2,'gradedwrong',0.0000000,1733232620,4),(108,36,0,'todo',NULL,1733232577,4),(109,36,1,'complete',NULL,1733232614,4),(110,36,2,'gradedwrong',0.0000000,1733232620,4),(111,37,0,'todo',NULL,1733232644,4),(112,37,1,'complete',NULL,1733232659,4),(113,37,2,'gradedright',1.0000000,1733232758,4),(114,38,0,'todo',NULL,1733232644,4),(115,38,1,'complete',NULL,1733232667,4),(116,38,2,'gradedright',1.0000000,1733232758,4),(117,39,0,'todo',NULL,1733232644,4),(118,39,1,'complete',NULL,1733232675,4),(119,39,2,'gradedright',1.0000000,1733232758,4),(120,40,0,'todo',NULL,1733232644,4),(121,40,1,'complete',NULL,1733232686,4),(122,40,2,'gradedright',1.0000000,1733232758,4),(123,41,0,'todo',NULL,1733232644,4),(124,41,1,'complete',NULL,1733232755,4),(125,41,2,'gradedright',1.0000000,1733232758,4),(126,42,0,'todo',NULL,1733232771,4),(127,42,1,'complete',NULL,1733232782,4),(128,42,2,'gradedwrong',0.0000000,1733232813,4),(129,43,0,'todo',NULL,1733232771,4),(130,43,1,'complete',NULL,1733232787,4),(131,43,2,'gradedwrong',0.0000000,1733232813,4),(132,44,0,'todo',NULL,1733232771,4),(133,44,1,'complete',NULL,1733232794,4),(134,44,2,'gradedwrong',0.0000000,1733232813,4),(135,45,0,'todo',NULL,1733232771,4),(136,45,1,'complete',NULL,1733232801,4),(137,45,2,'gradedwrong',0.0000000,1733232813,4),(138,46,0,'todo',NULL,1733232771,4),(139,46,1,'complete',NULL,1733232808,4),(140,46,2,'gradedpartial',0.3333333,1733232813,4),(141,47,0,'todo',NULL,1733232828,4),(142,47,1,'complete',NULL,1733232842,4),(143,47,2,'gradedpartial',0.3333333,1733232871,4),(144,48,0,'todo',NULL,1733232828,4),(145,48,1,'complete',NULL,1733232847,4),(146,48,2,'gradedwrong',0.0000000,1733232871,4),(147,49,0,'todo',NULL,1733232828,4),(148,49,1,'complete',NULL,1733232853,4),(149,49,2,'gradedright',1.0000000,1733232871,4),(150,50,0,'todo',NULL,1733232828,4),(151,50,1,'complete',NULL,1733232860,4),(152,50,2,'gradedright',1.0000000,1733232871,4),(153,51,0,'todo',NULL,1733232828,4),(154,51,1,'complete',NULL,1733232868,4),(155,51,2,'gradedright',1.0000000,1733232871,4),(156,52,0,'todo',NULL,1733232904,4),(157,52,1,'complete',NULL,1733232910,4),(158,52,2,'needsgrading',NULL,1733232995,4),(159,52,3,'mangrright',1.0000000,1736239063,2),(160,53,0,'todo',NULL,1733232904,4),(161,53,1,'complete',NULL,1733232910,4),(162,53,2,'needsgrading',NULL,1733232995,4),(163,53,3,'mangrright',1.0000000,1736239078,2),(164,54,0,'todo',NULL,1733232904,4),(165,54,1,'todo',NULL,1733232914,4),(166,54,2,'gaveup',NULL,1733232995,4),(167,54,3,'mangrright',1.0000000,1736239087,2),(168,55,0,'todo',NULL,1733232904,4),(169,55,1,'todo',NULL,1733232919,4),(170,55,2,'gaveup',NULL,1733232995,4),(171,55,3,'mangrright',1.0000000,1736239098,2),(172,56,0,'todo',NULL,1733232904,4),(173,56,1,'todo',NULL,1733232919,4),(174,56,2,'gaveup',NULL,1733232995,4),(175,56,3,'mangrright',1.0000000,1736239108,2),(176,57,0,'todo',NULL,1733232904,4),(177,57,1,'complete',NULL,1733232926,4),(178,57,2,'needsgrading',NULL,1733232995,4),(179,57,3,'mangrright',1.0000000,1736239116,2),(180,58,0,'todo',NULL,1733232904,4),(181,58,1,'invalid',NULL,1733232990,4),(182,58,2,'needsgrading',NULL,1733232995,4),(183,58,3,'mangrright',1.0000000,1736239124,2),(184,59,0,'todo',NULL,1733232904,4),(185,59,1,'invalid',NULL,1733232990,4),(186,59,2,'needsgrading',NULL,1733232995,4),(187,59,3,'mangrright',1.0000000,1736239132,2),(188,60,0,'todo',NULL,1733232904,4),(189,60,1,'invalid',NULL,1733232990,4),(190,60,2,'needsgrading',NULL,1733232995,4),(191,60,3,'mangrright',1.0000000,1736239139,2),(192,61,0,'todo',NULL,1733232904,4),(193,61,1,'invalid',NULL,1733232990,4),(194,61,2,'needsgrading',NULL,1733232995,4),(195,61,3,'mangrright',1.0000000,1736239145,2),(196,62,0,'todo',NULL,1733233202,4),(197,62,1,'todo',NULL,1733233207,4),(198,62,2,'gaveup',NULL,1733233223,4),(199,63,0,'todo',NULL,1733233202,4),(200,63,1,'todo',NULL,1733233207,4),(201,63,2,'gaveup',NULL,1733233223,4),(202,64,0,'todo',NULL,1733233202,4),(203,64,1,'todo',NULL,1733233209,4),(204,64,2,'gaveup',NULL,1733233223,4),(205,65,0,'todo',NULL,1733233202,4),(206,65,1,'todo',NULL,1733233212,4),(207,65,2,'gaveup',NULL,1733233223,4),(208,66,0,'todo',NULL,1733233202,4),(209,66,1,'todo',NULL,1733233212,4),(210,66,2,'gaveup',NULL,1733233223,4),(211,67,0,'todo',NULL,1733233202,4),(212,67,1,'todo',NULL,1733233215,4),(213,67,2,'gaveup',NULL,1733233223,4),(214,68,0,'todo',NULL,1733233202,4),(215,68,1,'invalid',NULL,1733233219,4),(216,68,2,'gaveup',NULL,1733233223,4),(217,69,0,'todo',NULL,1733233202,4),(218,69,1,'invalid',NULL,1733233219,4),(219,69,2,'gaveup',NULL,1733233223,4),(220,70,0,'todo',NULL,1733233202,4),(221,70,1,'invalid',NULL,1733233219,4),(222,70,2,'gaveup',NULL,1733233223,4),(223,71,0,'todo',NULL,1733233202,4),(224,71,1,'invalid',NULL,1733233219,4),(225,71,2,'gaveup',NULL,1733233223,4),(226,72,0,'todo',NULL,1733233238,4),(227,72,1,'complete',NULL,1733233248,4),(228,72,2,'gradedright',1.0000000,1733233312,4),(229,73,0,'todo',NULL,1733233238,4),(230,73,1,'complete',NULL,1733233266,4),(231,73,2,'gradedright',1.0000000,1733233312,4),(232,74,0,'todo',NULL,1733233238,4),(233,74,1,'complete',NULL,1733233266,4),(234,74,2,'gradedpartial',0.3333333,1733233312,4),(235,75,0,'todo',NULL,1733233238,4),(236,75,1,'complete',NULL,1733233290,4),(237,75,2,'gradedpartial',0.6666667,1733233312,4),(238,76,0,'todo',NULL,1733233238,4),(239,76,1,'complete',NULL,1733233307,4),(240,76,2,'gradedright',1.0000000,1733233312,4),(241,77,0,'todo',NULL,1733233329,4),(242,77,1,'complete',NULL,1733233339,4),(243,77,2,'gradedright',1.0000000,1733233415,4),(244,78,0,'todo',NULL,1733233329,4),(245,78,1,'complete',NULL,1733233360,4),(246,78,2,'gradedright',1.0000000,1733233415,4),(247,79,0,'todo',NULL,1733233329,4),(248,79,1,'complete',NULL,1733233360,4),(249,79,2,'gradedpartial',0.3333333,1733233415,4),(250,80,0,'todo',NULL,1733233329,4),(251,80,1,'complete',NULL,1733233399,4),(252,80,2,'gradedpartial',0.6666667,1733233415,4),(253,81,0,'todo',NULL,1733233329,4),(254,81,1,'complete',NULL,1733233410,4),(255,81,2,'gradedright',1.0000000,1733233415,4),(256,82,0,'todo',NULL,1733233427,4),(257,82,1,'complete',NULL,1733233434,4),(258,82,2,'gradedpartial',0.6666667,1733233745,4),(259,83,0,'todo',NULL,1733233427,4),(260,83,1,'complete',NULL,1733233455,4),(261,83,2,'gradedpartial',0.3333333,1733233745,4),(262,84,0,'todo',NULL,1733233427,4),(263,84,1,'complete',NULL,1733233455,4),(264,84,2,'gradedpartial',0.3333333,1733233745,4),(265,85,0,'todo',NULL,1733233427,4),(266,85,1,'complete',NULL,1733233467,4),(267,85,2,'gradedpartial',0.1666667,1733233745,4),(268,86,0,'todo',NULL,1733233427,4),(269,86,1,'complete',NULL,1733233481,4),(270,86,2,'complete',NULL,1733233742,4),(271,86,3,'gradedpartial',0.3333333,1733233745,4),(272,87,0,'todo',NULL,1733233751,4),(273,87,1,'complete',NULL,1733233787,4),(274,87,2,'gradedwrong',0.0000000,1733233853,4),(275,88,0,'todo',NULL,1733233751,4),(276,88,1,'complete',NULL,1733233810,4),(277,88,2,'gradedright',1.0000000,1733233853,4),(278,89,0,'todo',NULL,1733233751,4),(279,89,1,'complete',NULL,1733233810,4),(280,89,2,'gradedright',1.0000000,1733233853,4),(281,90,0,'todo',NULL,1733233751,4),(282,90,1,'complete',NULL,1733233839,4),(283,90,2,'gradedright',1.0000000,1733233853,4),(284,91,0,'todo',NULL,1733233751,4),(285,91,1,'complete',NULL,1733233850,4),(286,91,2,'gradedright',1.0000000,1733233853,4),(287,92,0,'todo',NULL,1736239173,4),(288,92,1,'todo',NULL,1736239178,4),(289,92,2,'gaveup',NULL,1736239208,4),(290,93,0,'todo',NULL,1736239173,4),(291,93,1,'todo',NULL,1736239185,4),(292,93,2,'gaveup',NULL,1736239208,4),(293,94,0,'todo',NULL,1736239173,4),(294,94,1,'todo',NULL,1736239185,4),(295,94,2,'gaveup',NULL,1736239208,4),(296,95,0,'todo',NULL,1736239173,4),(297,95,1,'todo',NULL,1736239200,4),(298,95,2,'gaveup',NULL,1736239208,4),(299,96,0,'todo',NULL,1736239173,4),(300,96,1,'todo',NULL,1736239204,4),(301,96,2,'gaveup',NULL,1736239208,4),(302,97,0,'todo',NULL,1736239216,4),(303,97,1,'complete',NULL,1736239228,4),(304,97,2,'gradedright',1.0000000,1736239285,4),(305,98,0,'todo',NULL,1736239216,4),(306,98,1,'complete',NULL,1736239247,4),(307,98,2,'gradedright',1.0000000,1736239285,4),(308,99,0,'todo',NULL,1736239216,4),(309,99,1,'complete',NULL,1736239247,4),(310,99,2,'gradedright',1.0000000,1736239285,4),(311,100,0,'todo',NULL,1736239216,4),(312,100,1,'complete',NULL,1736239269,4),(313,100,2,'gradedright',1.0000000,1736239285,4),(314,101,0,'todo',NULL,1736239216,4),(315,101,1,'complete',NULL,1736239280,4),(316,101,2,'gradedright',1.0000000,1736239285,4),(317,102,0,'todo',NULL,1733233873,4),(318,102,1,'complete',NULL,1733233884,4),(319,102,2,'gradedright',1.0000000,1733233904,4),(320,103,0,'todo',NULL,1733233873,4),(321,103,1,'complete',NULL,1733233884,4),(322,103,2,'gradedpartial',0.1250000,1733233904,4),(323,104,0,'todo',NULL,1733233873,4),(324,104,1,'complete',NULL,1733233888,4),(325,104,2,'gradedpartial',0.7000000,1733233904,4),(326,105,0,'todo',NULL,1733233873,4),(327,105,1,'complete',NULL,1733233896,4),(328,105,2,'gradedwrong',-0.1000000,1733233904,4),(329,106,0,'todo',NULL,1733233873,4),(330,106,1,'complete',NULL,1733233901,4),(331,106,2,'gradedpartial',0.3333333,1733233904,4),(332,107,0,'todo',NULL,1733233910,4),(333,107,1,'todo',NULL,1733233915,4),(334,107,2,'gaveup',NULL,1733233924,4),(335,108,0,'todo',NULL,1733233910,4),(336,108,1,'todo',NULL,1733233915,4),(337,108,2,'gaveup',NULL,1733233924,4),(338,109,0,'todo',NULL,1733233910,4),(339,109,1,'todo',NULL,1733233917,4),(340,109,2,'gaveup',NULL,1733233924,4),(341,110,0,'todo',NULL,1733233910,4),(342,110,1,'todo',NULL,1733233919,4),(343,110,2,'gaveup',NULL,1733233924,4),(344,111,0,'todo',NULL,1733233910,4),(345,111,1,'todo',NULL,1733233921,4),(346,111,2,'gaveup',NULL,1733233924,4),(347,112,0,'todo',NULL,1736239303,4),(348,112,1,'complete',NULL,1736239320,4),(349,112,2,'gradedright',1.0000000,1736239334,4),(350,113,0,'todo',NULL,1736239303,4),(351,113,1,'complete',NULL,1736239320,4),(352,113,2,'gradedright',1.0000000,1736239334,4),(353,114,0,'todo',NULL,1736239303,4),(354,114,1,'complete',NULL,1736239324,4),(355,114,2,'gradedright',1.0000000,1736239334,4),(356,115,0,'todo',NULL,1736239303,4),(357,115,1,'complete',NULL,1736239328,4),(358,115,2,'gradedright',1.0000000,1736239334,4),(359,116,0,'todo',NULL,1736239303,4),(360,116,1,'complete',NULL,1736239331,4),(361,116,2,'gradedright',1.0000000,1736239334,4),(362,117,0,'todo',NULL,1736239693,4),(363,117,1,'complete',NULL,1736239705,4),(364,117,2,'gradedright',1.0000000,1736239748,4),(365,118,0,'todo',NULL,1736239693,4),(366,118,1,'complete',NULL,1736239708,4),(367,118,2,'gradedright',1.0000000,1736239748,4),(368,119,0,'todo',NULL,1736239693,4),(369,119,1,'complete',NULL,1736239710,4),(370,119,2,'gradedright',1.0000000,1736239748,4),(371,120,0,'todo',NULL,1736239693,4),(372,120,1,'complete',NULL,1736239713,4),(373,120,2,'gradedright',1.0000000,1736239748,4),(374,121,0,'todo',NULL,1736239693,4),(375,121,1,'complete',NULL,1736239716,4),(376,121,2,'gradedright',1.0000000,1736239748,4),(377,122,0,'todo',NULL,1736239693,4),(378,122,1,'complete',NULL,1736239724,4),(379,122,2,'gradedright',1.0000000,1736239748,4),(380,123,0,'todo',NULL,1736239693,4),(381,123,1,'complete',NULL,1736239724,4),(382,123,2,'gradedright',1.0000000,1736239748,4),(383,124,0,'todo',NULL,1736239693,4),(384,124,1,'complete',NULL,1736239728,4),(385,124,2,'gradedright',1.0000000,1736239748,4),(386,125,0,'todo',NULL,1736239693,4),(387,125,1,'complete',NULL,1736239731,4),(388,125,2,'gradedright',1.0000000,1736239748,4),(389,126,0,'todo',NULL,1736239693,4),(390,126,1,'complete',NULL,1736239735,4),(391,126,2,'gradedright',1.0000000,1736239748,4),(392,127,0,'todo',NULL,1736239693,4),(393,127,1,'complete',NULL,1736239740,4),(394,127,2,'gradedright',1.0000000,1736239748,4),(395,128,0,'todo',NULL,1736239693,4),(396,128,1,'complete',NULL,1736239744,4),(397,128,2,'gradedright',1.0000000,1736239748,4),(398,129,0,'todo',NULL,1736239761,4),(399,129,1,'complete',NULL,1736239766,4),(400,129,2,'gradedwrong',0.0000000,1736239770,4),(401,130,0,'todo',NULL,1736239761,4),(402,130,1,'gaveup',NULL,1736239770,4),(403,131,0,'todo',NULL,1736239761,4),(404,131,1,'gaveup',NULL,1736239770,4),(405,132,0,'todo',NULL,1736239761,4),(406,132,1,'gaveup',NULL,1736239770,4),(407,133,0,'todo',NULL,1736239761,4),(408,133,1,'gaveup',NULL,1736239770,4),(409,134,0,'todo',NULL,1736239761,4),(410,134,1,'gaveup',NULL,1736239770,4),(411,135,0,'todo',NULL,1736239761,4),(412,135,1,'gaveup',NULL,1736239770,4),(413,136,0,'todo',NULL,1736239761,4),(414,136,1,'gaveup',NULL,1736239770,4),(415,137,0,'todo',NULL,1736239761,4),(416,137,1,'gaveup',NULL,1736239770,4),(417,138,0,'todo',NULL,1736239761,4),(418,138,1,'gaveup',NULL,1736239770,4),(419,139,0,'todo',NULL,1736239761,4),(420,139,1,'gaveup',NULL,1736239770,4),(421,140,0,'todo',NULL,1736239761,4),(422,140,1,'gaveup',NULL,1736239770,4),(423,141,0,'todo',NULL,1736239777,4),(424,141,1,'complete',NULL,1736239784,4),(425,141,2,'gradedright',1.0000000,1736239830,4),(426,142,0,'todo',NULL,1736239777,4),(427,142,1,'complete',NULL,1736239790,4),(428,142,2,'gradedwrong',0.0000000,1736239830,4),(429,143,0,'todo',NULL,1736239777,4),(430,143,1,'complete',NULL,1736239794,4),(431,143,2,'gradedwrong',0.0000000,1736239830,4),(432,144,0,'todo',NULL,1736239777,4),(433,144,1,'complete',NULL,1736239798,4),(434,144,2,'gradedwrong',0.0000000,1736239830,4),(435,145,0,'todo',NULL,1736239777,4),(436,145,1,'complete',NULL,1736239801,4),(437,145,2,'gradedpartial',0.2000000,1736239830,4),(438,146,0,'todo',NULL,1736239777,4),(439,146,1,'complete',NULL,1736239809,4),(440,146,2,'gradedright',1.0000000,1736239830,4),(441,147,0,'todo',NULL,1736239777,4),(442,147,1,'complete',NULL,1736239809,4),(443,147,2,'gradedright',1.0000000,1736239830,4),(444,148,0,'todo',NULL,1736239777,4),(445,148,1,'complete',NULL,1736239813,4),(446,148,2,'gradedright',1.0000000,1736239830,4),(447,149,0,'todo',NULL,1736239777,4),(448,149,1,'complete',NULL,1736239816,4),(449,149,2,'gradedright',1.0000000,1736239830,4),(450,150,0,'todo',NULL,1736239777,4),(451,150,1,'complete',NULL,1736239818,4),(452,150,2,'gradedright',1.0000000,1736239830,4),(453,151,0,'todo',NULL,1736239777,4),(454,151,1,'complete',NULL,1736239822,4),(455,151,2,'gradedright',1.0000000,1736239830,4),(456,152,0,'todo',NULL,1736239777,4),(457,152,1,'complete',NULL,1736239827,4),(458,152,2,'gradedright',1.0000000,1736239830,4),(459,153,0,'todo',NULL,1733234357,4),(460,153,1,'complete',NULL,1733234370,4),(461,153,2,'gradedright',1.0000000,1733234402,4),(462,154,0,'todo',NULL,1733234357,4),(463,154,1,'complete',NULL,1733234370,4),(464,154,2,'gradedright',1.0000000,1733234402,4),(465,155,0,'todo',NULL,1733234357,4),(466,155,1,'complete',NULL,1733234383,4),(467,155,2,'gradedright',1.0000000,1733234402,4),(468,156,0,'todo',NULL,1733234357,4),(469,156,1,'complete',NULL,1733234388,4),(470,156,2,'gradedright',1.0000000,1733234402,4),(471,157,0,'todo',NULL,1733234412,4),(472,157,1,'complete',NULL,1733234425,4),(473,157,2,'gradedright',1.0000000,1733234441,4),(474,158,0,'todo',NULL,1733234412,4),(475,158,1,'complete',NULL,1733234425,4),(476,158,2,'gradedright',1.0000000,1733234441,4),(477,159,0,'todo',NULL,1733234412,4),(478,159,1,'complete',NULL,1733234429,4),(479,159,2,'gradedright',1.0000000,1733234441,4),(480,160,0,'todo',NULL,1733234412,4),(481,160,1,'complete',NULL,1733234438,4),(482,160,2,'gradedright',1.0000000,1733234441,4),(483,161,0,'todo',NULL,1733234447,4),(484,161,1,'todo',NULL,1733234452,4),(485,161,2,'gaveup',NULL,1733234461,4),(486,162,0,'todo',NULL,1733234447,4),(487,162,1,'todo',NULL,1733234452,4),(488,162,2,'gaveup',NULL,1733234461,4),(489,163,0,'todo',NULL,1733234447,4),(490,163,1,'todo',NULL,1733234454,4),(491,163,2,'gaveup',NULL,1733234461,4),(492,164,0,'todo',NULL,1733234447,4),(493,164,1,'complete',NULL,1733234458,4),(494,164,2,'gradedright',1.0000000,1733234461,4),(495,165,0,'todo',NULL,1733234476,4),(496,165,1,'complete',NULL,1733234487,4),(497,165,2,'gradedright',1.0000000,1733234507,4),(498,166,0,'todo',NULL,1733234476,4),(499,166,1,'complete',NULL,1733234487,4),(500,166,2,'gradedwrong',0.0000000,1733234507,4),(501,167,0,'todo',NULL,1733234476,4),(502,167,1,'complete',NULL,1733234496,4),(503,167,2,'gradedwrong',0.0000000,1733234507,4),(504,168,0,'todo',NULL,1733234476,4),(505,168,1,'complete',NULL,1733234503,4),(506,168,2,'gradedright',1.0000000,1733234507,4),(507,169,0,'todo',NULL,1736239374,4),(508,169,1,'todo',NULL,1736239379,4),(509,169,2,'gaveup',NULL,1736239382,4),(510,170,0,'todo',NULL,1736239374,4),(511,170,1,'todo',NULL,1736239379,4),(512,170,2,'gaveup',NULL,1736239382,4),(513,171,0,'todo',NULL,1736239374,4),(514,171,1,'gaveup',NULL,1736239382,4),(515,172,0,'todo',NULL,1736239374,4),(516,172,1,'gaveup',NULL,1736239382,4); /*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; @@ -26846,7 +27116,7 @@ CREATE TABLE `m_question_attempts` ( KEY `m_quesatte_beh_ix` (`behaviour`), KEY `m_quesatte_que_ix` (`questionid`), KEY `m_quesatte_que2_ix` (`questionusageid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each row here corresponds to an attempt at one question, as '; +) ENGINE=InnoDB AUTO_INCREMENT=173 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each row here corresponds to an attempt at one question, as '; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26855,6 +27125,7 @@ CREATE TABLE `m_question_attempts` ( LOCK TABLES `m_question_attempts` WRITE; /*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; +INSERT INTO `m_question_attempts` VALUES (1,1,1,'manualgraded',169,1413,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'43\n',1736238892),(2,1,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {-arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C; arctan(x) + C}','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C','[integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',1733232339),(3,1,3,'deferredfeedback',178,23158,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 31\n','part 1: 31; part 2: non - singular','The content can not be displayed.',1733232339),(4,1,4,'deferredfeedback',184,57349,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 2 cm long?\n: 14\n; 16\n; 9\n; 23\n','16\n','16\n',1733232339),(5,1,5,'deferredfeedback',186,6615,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1736238709),(6,1,6,'deferredfeedback',188,20533,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(7,1,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','23',1733232339),(8,1,8,'deferredfeedback',192,2020,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(9,1,9,'deferredfeedback',194,966,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232339),(10,1,10,'deferredfeedback',196,12405,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232339),(11,1,11,'deferredfeedback',198,7721,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232339),(12,1,12,'deferredfeedback',200,48363,1.0000000,0.0000000,1.0000000,0,'42 is even\n','True','True',1733232339),(13,2,1,'manualgraded',169,32169,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'nlk\n',1733232539),(14,2,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral sin left parenthesis x right parenthesis d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n} -> {-arctan(cos(x)) + C; -cos(x) + C; arctan(x) + C; x - cos(2x)/2 + C; ln(2x+5) + C}','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C','[integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C',1733232539),(15,2,3,'deferredfeedback',178,9650,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: -159\n','part 1: -159; part 2: non - singular','The content can not be displayed.',1733232539),(16,2,4,'deferredfeedback',184,29513,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 5-sided regular polygon, with each side 2 cm long?\n: 8\n; 10\n; 6\n; 23\n','10\n','10\n',1733232539),(17,2,5,'deferredfeedback',186,55244,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232539),(18,2,6,'deferredfeedback',188,1633,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(19,2,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','56',1733232539),(20,2,8,'deferredfeedback',192,21421,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(21,2,9,'deferredfeedback',194,1309,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232539),(22,2,10,'deferredfeedback',196,37973,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232539),(23,2,11,'deferredfeedback',198,24053,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232539),(24,2,12,'deferredfeedback',200,15093,1.0000000,0.0000000,1.0000000,0,'44 is even\n','True',NULL,1733232539),(25,3,1,'manualgraded',169,5164,1.0000000,0.0000000,1.0000000,0,'Tell how many real roots has the following equation: [# a space x squared space plus space # b space x space plus space # c space thin space equals thin space 0]\n\nExplain why:\n\nTO BE DELETED\n',NULL,'',1733232623),(26,3,2,'deferredfeedback',172,1,1.0000000,0.0000000,1.0000000,0,'Choose the correct solution of each integral\n {[integral sin left parenthesis x right parenthesis d x]\n\n; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n} -> {arctan(x) + C; -arctan(cos(x)) + C; ln(2x+5) + C; x - cos(2x)/2 + C; -cos(x) + C}','[integral sin left parenthesis x right parenthesis d x]\n\n -> -cos(x) + C; [integral left parenthesis sin left parenthesis x right parenthesis space plus space cos left parenthesis x right parenthesis right parenthesis squared d x]\n\n -> x - cos(2x)/2 + C; [integral fraction numerator 1 over denominator 1 plus x squared end fraction d x]\n -> arctan(x) + C; [integral fraction numerator sin left parenthesis x right parenthesis over denominator 1 space plus space cos squared left parenthesis x right parenthesis end fraction d x]\n\n -> -arctan(cos(x)) + C; [integral fraction numerator 2 over denominator 2 x plus 5 end fraction d x]\n\n -> ln(2x+5) + C',NULL,1733232623),(27,3,3,'deferredfeedback',178,53147,2.0000000,0.0000000,1.0000000,0,'[A space equals thin space open parentheses table row cell # a end cell cell # b end cell cell # c end cell row cell # d end cell cell # e end cell cell # f end cell row cell # g end cell cell # h end cell cell # i end cell end table close parentheses]\n\nThe determinant of matrix A is _____\n\nTherefore the matrix is {non - singular; singular}\n\nSolution: 13\n','part 1: 13; part 2: non - singular','The content can not be displayed.',1733232623),(28,3,4,'deferredfeedback',184,56507,1.0000000,0.0000000,1.0000000,0,'What is the perimeter of a 8-sided regular polygon, with each side 6 cm long?\n: 25\n; 23\n; 46\n; 48\n','48\n',NULL,1733232623),(29,3,5,'deferredfeedback',186,64938,1.0000000,0.0000000,1.0000000,0,'a) Find the value of m so that tr(A) = 3\n\n[A thin space equals open parentheses table row cell # a end cell cell # b end cell row cell # c end cell m end table close parentheses]\n\nb) Find the value of n so that det(B) = 0\n\n[B space equals thin space open parentheses table row cell # d end cell cell # e end cell row n cell # f end cell end table close parentheses] \n\n','The content can not be displayed.','The content can not be displayed.',1733232623),(30,3,6,'deferredfeedback',188,48867,1.0000000,0.0000000,1.0000000,0,'Calculate the inverse of the following matrix:\n\n[A space equals space open parentheses table row cell # a end cell cell # b end cell row cell # c end cell cell # d end cell end table close parentheses]\n\nSolution: [A to the power of negative 1 end exponent space equals open parentheses table row cell # j end cell cell # f end cell row cell # g end cell cell # h end cell end table close parentheses]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(31,3,7,'deferredfeedback',190,1,1.0000000,0.0000000,1.0000000,0,'The correct answer is [23].\n','The content can not be displayed.','',1733232623),(32,3,8,'deferredfeedback',192,50077,1.0000000,0.0000000,1.0000000,0,'Paint the area of the triangle.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(33,3,9,'deferredfeedback',194,14532,1.0000000,0.0000000,1.0000000,0,'Draw the graph [(1, Bufferfish), (3, WirisQuizzes), (2, MathType)]\n','The content can not be displayed.','The content can not be displayed.',1733232623),(34,3,10,'deferredfeedback',196,26926,1.0000000,0.0000000,1.0000000,0,'Correct answer: delete the green line and the third and fourth rows of points.\n','The content can not be displayed.','The content can not be displayed.',1733232623),(35,3,11,'deferredfeedback',198,57759,1.0000000,0.0000000,1.0000000,0,'Solution: Bufferfish 5, WirisQuizzes 15, MathType 10\n','The content can not be displayed.','The content can not be displayed.',1733232623),(36,3,12,'deferredfeedback',200,34651,1.0000000,0.0000000,1.0000000,0,'24 is even\n','True','False',1733232623),(37,4,1,'deferredfeedback',41,61973,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 1 (this is the correct answer for each sub-question)\n\n- S2 = 7\n\n- S3 = 0\n\n- S4 = 0\n\nDrop-down format {1; 7; 0; 0}\n\nShuffled drop-down format {1; 0; 0; 7}\n\nHorizontal format {1; 7; 0; 0}\n\nShuffled horizontal {7; 1; 0; 0}\n\nVertical format {1; 7; 0; 0}\n\nShuffled vertical format {0; 1; 0; 7}\n\n','part 1: 1; part 2: 1; part 3: 1; part 4: 1; part 5: 1; part 6: 1','The content can not be displayed.',1733232761),(38,4,2,'deferredfeedback',37,55341,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 3\n\n- S3 = 2 (This is the correct answer for the Short Answer question)\n\n- S4 = 3\n\nDrop-down format {6; 3; 2; 3}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 2','The content can not be displayed.',1733232761),(39,4,3,'deferredfeedback',32,17058,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(40,4,4,'deferredfeedback',49,36560,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232761),(41,4,5,'deferredfeedback',27,58239,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232761),(42,5,1,'deferredfeedback',41,14542,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 9 (this is the correct answer for each sub-question)\n\n- S2 = 8\n\n- S3 = 7\n\n- S4 = 9\n\nDrop-down format {9; 8; 7; 9}\n\nShuffled drop-down format {8; 9; 9; 7}\n\nHorizontal format {9; 8; 7; 9}\n\nShuffled horizontal {9; 8; 9; 7}\n\nVertical format {9; 8; 7; 9}\n\nShuffled vertical format {8; 7; 9; 9}\n\n','part 1: 9; part 2: 9; part 3: 9; part 4: 9; part 5: 9; part 6: 9','The content can not be displayed.',1733232815),(43,5,2,'deferredfeedback',37,64906,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 7 (this is the correct answer for the Multichoice question)\n\n- S2 = 10\n\n- S3 = 1 (This is the correct answer for the Short Answer question)\n\n- S4 = 1\n\nDrop-down format {7; 10; 1; 1}\n\nShort Answer question _____\n\n','part 1: 7; part 2: 1','The content can not be displayed.',1733232815),(44,5,3,'deferredfeedback',32,25911,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(45,5,4,'deferredfeedback',49,38431,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232815),(46,5,5,'deferredfeedback',27,4676,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 5\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232815),(47,6,1,'deferredfeedback',41,4514,6.0000000,0.0000000,1.0000000,0,'Test: Test that embedded multichoice answer boxes work in a Cloze question. The variables used in this question are:\n\n- S1 = 8 (this is the correct answer for each sub-question)\n\n- S2 = 1\n\n- S3 = 3\n\n- S4 = 8\n\nDrop-down format {8; 1; 3; 8}\n\nShuffled drop-down format {8; 3; 8; 1}\n\nHorizontal format {8; 1; 3; 8}\n\nShuffled horizontal {8; 1; 3; 8}\n\nVertical format {8; 1; 3; 8}\n\nShuffled vertical format {8; 8; 3; 1}\n\n','part 1: 8; part 2: 8; part 3: 8; part 4: 8; part 5: 8; part 6: 8','The content can not be displayed.',1733232872),(48,6,2,'deferredfeedback',37,16270,2.0000000,0.0000000,1.0000000,0,'Test: Test combine embedded Short Answer and Multichoice question types in a single cloze question. The variables used in this question are:\n\n- S1 = 6 (this is the correct answer for the Multichoice question)\n\n- S2 = 4\n\n- S3 = 10 (This is the correct answer for the Short Answer question)\n\n- S4 = 0\n\nDrop-down format {6; 4; 10; 0}\n\nShort Answer question _____\n\n','part 1: 6; part 2: 10','The content can not be displayed.',1733232872),(49,6,3,'deferredfeedback',32,50642,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Plain text. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(50,6,4,'deferredfeedback',49,20669,1.0000000,0.0000000,1.0000000,0,'Test: Test that embedded short answer boxes work in a Cloze question. The solution is 3·x+1\n\n_____\n','part 1: 3·x+1','The content can not be displayed.',1733232872),(51,6,5,'deferredfeedback',27,41016,3.0000000,0.0000000,1.0000000,0,'Test: Cloze question containing two embedded short answers. The answer input field is Math editor in a popup. It must be checked that both answer boxes preserve the input method and that they can be answered correctly.\n\nCorrect answer is:\n\nS1 = 1\n\nS2 = 2\n\nS3 = 6\n\nS1 = _____ u2\n\nS2 = _____ u2\n\nSelect the option 1 : {1; 2}. \n\n','part 1: 1; part 2: 2; part 3: 1','The content can not be displayed.',1733232872),(52,7,1,'manualgraded',84,28584,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'ytw3e5\n',1736239063),(53,7,2,'manualgraded',86,62400,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'ye45r3\n',1736239078),(54,7,3,'manualgraded',88,7330,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1736239087),(55,7,4,'manualgraded',90,38426,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1736239098),(56,7,5,'manualgraded',92,46135,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1736239108),(57,7,6,'manualgraded',95,17974,1.0000000,0.0000000,1.0000000,0,'s1= 4\ns2 =6\ns3= 9\n\n',NULL,'469\n',1736239116),(58,7,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'Attachments: image (15).png (53.1 KB)',1736239124),(59,7,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'Attachments: image (15).png (53.1 KB)',1736239132),(60,7,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'Attachments: image (13).png (59.3 KB)',1736239139),(61,7,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'Attachments: image (14).png (65.3 KB), image (13).png (59.3 KB), image (12).png (66.1 KB), image (11).png (58.9 KB), image (10).png (58.7 KB), image (9).png (68.6 KB), image (8).png (56.7 KB)',1736239145),(62,8,1,'manualgraded',84,19224,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe option works in the Essay question type.\n',NULL,'',1733233223),(63,8,2,'manualgraded',86,17853,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary CalcMe with initial content option works in the Essay question type.\n',NULL,'',1733233223),(64,8,3,'manualgraded',88,27433,1.0000000,0.0000000,1.0000000,0,'Test: Validate display auxiliary text field\n',NULL,'',1733233223),(65,8,4,'manualgraded',90,54653,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe.\n\n',NULL,'',1733233223),(66,8,5,'manualgraded',92,57456,1.0000000,0.0000000,1.0000000,0,'Test: Replace answer input with auxiliary CalcMe with initial content.\n\nInitial content should be the following: \n\n',NULL,'',1733233223),(67,8,6,'manualgraded',95,10208,1.0000000,0.0000000,1.0000000,0,'s1= 3\ns2 =5\ns3= 10\n\n',NULL,'',1733233223),(68,8,7,'manualgraded',206,1,1.0000000,0.0000000,1.0000000,0,'Test: 1 attachment allowed',NULL,'',1733233223),(69,8,8,'manualgraded',208,1,1.0000000,0.0000000,1.0000000,0,'Test: 2 attachments allowed\n\n',NULL,'',1733233223),(70,8,9,'manualgraded',211,1,1.0000000,0.0000000,1.0000000,0,'Test: 3 attachments allowed\n\n',NULL,'',1733233223),(71,8,10,'manualgraded',213,1,1.0000000,0.0000000,1.0000000,0,'Test: 4 attachments allowed\n\n',NULL,'',1733233223),(72,9,1,'deferredfeedback',117,30927,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 2\n\n2 - 3\n\n3 - 5\n {2\n; 3\n; 1\n} -> {3; 5; 2}','2\n -> 3; 3\n -> 5; 1\n -> 2','2\n -> 3; 3\n -> 5; 1\n -> 2',1733233312),(73,9,2,'deferredfeedback',105,5779,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 5\n\n3 - 0\n {3\n; 2\n; 1\n} -> {5; 7; 0}','3\n -> 0; 2\n -> 5; 1\n -> 7','3\n -> 0; 2\n -> 5; 1\n -> 7',1733233312),(74,9,3,'deferredfeedback',108,58248,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 3\n {1\n; 3\n; 2\n} -> {7; 3; 3}','1\n -> 7; 3\n -> 3; 2\n -> 3','1\n -> 7; 3\n -> 3; 2\n -> 3',1733233312),(75,9,4,'deferredfeedback',114,36649,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 10\n\n2 -  3\n\n3 - 1\n\n4 - 30\n\n5 - 3\n\n6 - 10\n {6\n; 1\n; 5\n; 3\n; 4\n; 2\n} -> {10; 1; 3; 3; 30; 10}','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3','6\n -> 10; 1\n -> 10; 5\n -> 3; 3\n -> 1; 4\n -> 30; 2\n -> 3',1733233312),(76,9,5,'deferredfeedback',111,58900,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 3\n\n2 - 1\n\n3 - 8\n {3\n; 2\n; 1\n} -> {8; 1; 3}','3\n -> 8; 2\n -> 1; 1\n -> 3','3\n -> 8; 2\n -> 1; 1\n -> 3',1733233312),(77,10,1,'deferredfeedback',117,35113,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 3\n\n2 - 7\n\n3 - 1\n {1\n; 3\n; 2\n} -> {3; 7; 1}','1\n -> 3; 3\n -> 1; 2\n -> 7','1\n -> 3; 3\n -> 1; 2\n -> 7',1733233415),(78,10,2,'deferredfeedback',105,26095,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 10\n\n2 - 8\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 10; 8}','3\n -> 0; 2\n -> 8; 1\n -> 10','3\n -> 0; 2\n -> 8; 1\n -> 10',1733233415),(79,10,3,'deferredfeedback',108,25615,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 2\n\n2 - 2\n\n3 - 4\n {3\n; 1\n; 2\n} -> {2; 2; 4}','3\n -> 4; 1\n -> 2; 2\n -> 2','3\n -> 4; 1\n -> 2; 2\n -> 2',1733233415),(80,10,4,'deferredfeedback',114,18443,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 9\n\n2 -  6\n\n3 - 0\n\n4 - 54\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 4\n; 2\n; 5\n; 1\n} -> {9; 6; 0; 0; 0; 54}','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9','6\n -> 0; 3\n -> 0; 4\n -> 54; 2\n -> 6; 5\n -> 0; 1\n -> 9',1733233415),(81,10,5,'deferredfeedback',111,63872,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 0\n\n2 - 5\n\n3 - 4\n {2\n; 1\n; 3\n} -> {5; 4; 0}','2\n -> 5; 1\n -> 0; 3\n -> 4','2\n -> 5; 1\n -> 0; 3\n -> 4',1733233415),(82,11,1,'deferredfeedback',117,4259,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 7\n\n2 - 3\n\n3 - 0\n {3\n; 2\n; 1\n} -> {0; 3; 7}','3\n -> 0; 2\n -> 3; 1\n -> 7','3\n -> 0; 2\n -> 3; 1\n -> 3',1733233745),(83,11,2,'deferredfeedback',105,33340,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 7\n\n2 - 4\n\n3 - 3\n {3\n; 1\n; 2\n} -> {3; 7; 4}','3\n -> 3; 1\n -> 7; 2\n -> 4','3\n -> 3; 1\n -> 3; 2\n -> 3',1733233745),(84,11,3,'deferredfeedback',108,32743,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 3\n\n2 - 10\n\n3 - 9\n {1\n; 3\n; 2\n} -> {9; 10; 3}','1\n -> 3; 3\n -> 9; 2\n -> 10','1\n -> 9; 3\n -> 9; 2\n -> 9',1733233745),(85,11,4,'deferredfeedback',114,13720,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 6\n\n2 -  5\n\n3 - 0\n\n4 - 30\n\n5 - 0\n\n6 - 0\n {6\n; 3\n; 1\n; 4\n; 2\n; 5\n} -> {0; 0; 30; 6; 0; 5}','6\n -> 0; 3\n -> 0; 1\n -> 6; 4\n -> 30; 2\n -> 5; 5\n -> 0','6\n -> 0; 3\n -> 0; 1\n -> 0; 4\n -> 0; 2\n -> 0; 5\n -> 0',1733233745),(86,11,5,'deferredfeedback',111,55703,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 2\n\n2 - 1\n\n3 - 2\n {1\n; 2\n; 3\n} -> {1; 2; 2}','1\n -> 2; 2\n -> 1; 3\n -> 2','1\n -> 1; 2\n -> 1; 3\n -> 1',1733233745),(87,12,1,'deferredfeedback',118,39960,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 155\n\n2 - 155\n\n3 - 151\n {3\n; 2\n; 1\n} -> {155; 155; 151}','3\n -> 151; 2\n -> 155; 1\n -> 155','3\n -> 155; 2\n -> 151; 1\n -> 155',1733233853),(88,12,2,'deferredfeedback',106,53143,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 194\n\n2 - 36\n\n3 - 147\n {3\n; 1\n; 2\n} -> {194; 36; 147}','3\n -> 147; 1\n -> 194; 2\n -> 36','3\n -> 147; 1\n -> 194; 2\n -> 36',1733233853),(89,12,3,'deferredfeedback',109,47438,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 187\n\n2 - 136\n\n3 - 77\n {3\n; 2\n; 1\n} -> {136; 187; 77}','3\n -> 77; 2\n -> 136; 1\n -> 187','3\n -> 77; 2\n -> 136; 1\n -> 187',1733233853),(90,12,4,'deferredfeedback',115,32309,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 323\n\n2 -  129\n\n3 - 108\n\n4 - 41667\n\n5 - 13932\n\n6 - 34884\n {3\n; 1\n; 6\n; 2\n; 4\n; 5\n} -> {129; 34884; 108; 41667; 13932; 323}','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932','3\n -> 108; 1\n -> 323; 6\n -> 34884; 2\n -> 129; 4\n -> 41667; 5\n -> 13932',1733233853),(91,12,5,'deferredfeedback',112,37796,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 174\n\n2 - 180\n\n3 - 92\n {1\n; 3\n; 2\n} -> {180; 174; 92}','1\n -> 174; 3\n -> 92; 2\n -> 180','1\n -> 174; 3\n -> 92; 2\n -> 180',1733233853),(92,13,1,'deferredfeedback',119,64948,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 169\n\n2 - 28\n\n3 - 39\n {2\n; 1\n; 3\n} -> {28; 39; 169}','2\n -> 28; 1\n -> 169; 3\n -> 39',NULL,1736239208),(93,13,2,'deferredfeedback',107,50500,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 55\n\n2 - 102\n\n3 - 96\n {1\n; 2\n; 3\n} -> {55; 102; 96}','1\n -> 55; 2\n -> 102; 3\n -> 96',NULL,1736239208),(94,13,3,'deferredfeedback',110,12569,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 22\n\n2 - 170\n\n3 - 96\n {1\n; 3\n; 2\n} -> {170; 96; 22}','1\n -> 22; 3\n -> 96; 2\n -> 170',NULL,1736239208),(95,13,4,'deferredfeedback',116,38144,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 619\n\n2 -  87\n\n3 - 169\n\n4 - 53853\n\n5 - 14703\n\n6 - 104611\n {4\n; 2\n; 3\n; 1\n; 6\n; 5\n} -> {619; 53853; 87; 14703; 104611; 169}','4\n -> 53853; 2\n -> 87; 3\n -> 169; 1\n -> 619; 6\n -> 104611; 5\n -> 14703',NULL,1736239208),(96,13,5,'deferredfeedback',113,3552,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 156\n\n2 - 83\n\n3 - 183\n {1\n; 3\n; 2\n} -> {156; 183; 83}','1\n -> 156; 3\n -> 183; 2\n -> 83',NULL,1736239208),(97,14,1,'deferredfeedback',119,45242,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with random variables\n\nAnswers: \n\n1 - 88\n\n2 - 152\n\n3 - 71\n {3\n; 2\n; 1\n} -> {71; 88; 152}','3\n -> 71; 2\n -> 152; 1\n -> 88','3\n -> 71; 2\n -> 152; 1\n -> 88',1736239285),(98,14,2,'deferredfeedback',107,29343,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxilary CalcMe is displayed for Matching questions\n\nAnswers: \n\n1 - 138\n\n2 - 34\n\n3 - 195\n {2\n; 1\n; 3\n} -> {138; 34; 195}','2\n -> 34; 1\n -> 138; 3\n -> 195','2\n -> 34; 1\n -> 138; 3\n -> 195',1736239285),(99,14,3,'deferredfeedback',110,2172,1.0000000,0.0000000,1.0000000,0,'Test: Validate auxiliary CalcMe is displayed with initial content for Matching questions\n\nAnswers: \n\n1 - 77\n\n2 - 124\n\n3 - 30\n {3\n; 1\n; 2\n} -> {124; 77; 30}','3\n -> 30; 1\n -> 77; 2\n -> 124','3\n -> 30; 1\n -> 77; 2\n -> 124',1736239285),(100,14,4,'deferredfeedback',116,10343,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question type works with additional questions\n\nAnswers: \n\n1 - 278\n\n2 -  5\n\n3 - 112\n\n4 - 1390\n\n5 - 560\n\n6 - 31136\n {3\n; 6\n; 4\n; 5\n; 1\n; 2\n} -> {278; 31136; 560; 112; 1390; 5}','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5','3\n -> 112; 6\n -> 31136; 4\n -> 1390; 5\n -> 560; 1\n -> 278; 2\n -> 5',1736239285),(101,14,5,'deferredfeedback',113,60145,1.0000000,0.0000000,1.0000000,0,'Test: Validate Matching Question display auxiliary text field\n\nAnswers: \n\n1 - 95\n\n2 - 161\n\n3 - 106\n {2\n; 1\n; 3\n} -> {95; 161; 106}','2\n -> 161; 1\n -> 95; 3\n -> 106','2\n -> 161; 1\n -> 95; 3\n -> 106',1736239285),(102,15,1,'deferredfeedback',121,61698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1733233904),(103,15,2,'deferredfeedback',123,39698,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n','cos(x)\n',1733233904),(104,15,3,'deferredfeedback',126,53210,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','sin(x)\n',1733233904),(105,15,4,'deferredfeedback',128,35013,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: sin(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; tan(x)\n; f\n; e\n; g\n','[sin(x),cos(x),tan(x)]\n','g\n',1733233904),(106,15,5,'deferredfeedback',130,27699,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','tan(x)\n',1733233904),(107,16,1,'deferredfeedback',121,13984,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; tan(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(108,16,2,'deferredfeedback',123,62181,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: tan(x)\n; cos(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(109,16,3,'deferredfeedback',126,49755,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n; sin(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(110,16,4,'deferredfeedback',128,42992,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: tan(x)\n; sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; f\n; g\n; e\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(111,16,5,'deferredfeedback',130,4103,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; tan(x)\n; sin(x)\n; cos(x)\n','[sin(x),cos(x),tan(x)]\n',NULL,1733233924),(112,17,1,'deferredfeedback',122,43787,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary CalcMe\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; tan(x)\n; cos(x)\n; [sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(113,17,2,'deferredfeedback',125,34571,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice display auxiliary CalcMe with initial content with initial content\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\nInitial content: \n\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(114,17,3,'deferredfeedback',127,13603,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question display auxiliary text field\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: [sin(x),cos(x),tan(x)]\n; sin(x)\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(115,17,4,'deferredfeedback',129,14855,1.0000000,-0.1000000,1.0000000,0,'Test: Validate Multichoice question with additional blanks for questions\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n\ne - 50% grade\n\nf - 0% grade\n\ng - -10% grade \n\n: e\n; f\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; sin(x)\n; tan(x)\n; g\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(116,17,5,'deferredfeedback',131,42323,1.0000000,0.0000000,1.0000000,0,'Test: Validate Multichoice question with random variables.\n\nRandom variables: \n\nsin(x) - 70% grade\n\ncos(x) - 12.5% grade\n\ntan(x) - 33.33% grade\n\n[sin(x),cos(x),tan(x)] - 100% grade\n: sin(x)\n; [sin(x),cos(x),tan(x)]\n; cos(x)\n; tan(x)\n','[sin(x),cos(x),tan(x)]\n','[sin(x),cos(x),tan(x)]\n',1736239334),(117,18,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(118,18,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(119,18,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x+1',1736239752),(120,18,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(121,18,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(122,18,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239752),(123,18,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239752),(124,18,8,'deferredfeedback',18,44397,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 7\n','The content can not be displayed.','7',1736239752),(125,18,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239752),(126,18,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239752),(127,18,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239752),(128,18,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239752),(129,19,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(130,19,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(131,19,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.',NULL,1736239770),(132,19,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(133,19,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(134,19,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239770),(135,19,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239770),(136,19,8,'deferredfeedback',18,13831,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.',NULL,1736239770),(137,19,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239770),(138,19,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239770),(139,19,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239770),(140,19,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239770),(141,20,1,'deferredfeedback',4,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if math editor works when embedded. \n\nS1 = x+1\n\nS2= x-1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(142,20,2,'deferredfeedback',5,1,1.0000000,0.0000000,1.0000000,0,'Test to validate math editor in a popup\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(143,20,3,'deferredfeedback',7,1,1.0000000,0.0000000,1.0000000,0,'Test to validate input method in plain text\n\nS1 = x+1\n','The content can not be displayed.','x-1',1736239833),(144,20,4,'deferredfeedback',9,1,1.0000000,0.0000000,1.0000000,0,'Test to validate Lock initial content input option\n\nS1=x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(145,20,5,'deferredfeedback',11,1,1.0000000,0.0000000,1.0000000,0,'Test to validate equation grading functions\n\nS1 = x+1 (100%)\n\nS2 = x-1 (20%)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(146,20,6,'deferredfeedback',14,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if mathematically equal validation option works\n\nS1= 2/4 (aka 1/2)\n','The content can not be displayed.','The content can not be displayed.',1736239833),(147,20,7,'deferredfeedback',16,1,1.0000000,0.0000000,1.0000000,0,'Test to validate if Any answer works in validation options\n\nS1 = x+1\n','The content can not be displayed.','The content can not be displayed.',1736239833),(148,20,8,'deferredfeedback',18,3216,1.0000000,0.0000000,1.0000000,0,'Test to check if text question type works with random variables\n\nS1 = 10\n','The content can not be displayed.','10',1736239833),(149,20,9,'deferredfeedback',24,1,1.0000000,0.0000000,1.0000000,0,'Test: Draw a circle centered at the origin of radius 4. \n\n','The content can not be displayed.','The content can not be displayed.',1736239833),(150,20,10,'deferredfeedback',20,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content is displayed correctly and toolbar can be modified\n','The content can not be displayed.','The content can not be displayed.',1736239833),(151,20,11,'deferredfeedback',22,1,1.0000000,0.0000000,1.0000000,0,'Test to check if initial content can be displayed\n','The content can not be displayed.','The content can not be displayed.',1736239833),(152,20,12,'deferredfeedback',167,1,1.0000000,0.0000000,1.0000000,0,'Test to validate initial content display\n','The content can not be displayed.','The content can not be displayed.',1736239833),(153,21,1,'deferredfeedback',97,55339,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 4 prime? Answer is false\n','False','False',1733234402),(154,21,2,'deferredfeedback',99,5683,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234402),(155,21,3,'deferredfeedback',103,53887,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 0 a prime number?\n\nAnswer: false\n','False','False',1733234402),(156,21,4,'deferredfeedback',101,34776,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234402),(157,22,1,'deferredfeedback',97,36385,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 8 prime? Answer is false\n','False','False',1733234441),(158,22,2,'deferredfeedback',99,27174,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 6 prime? Answer is false\nInitial content: \n\n','False','False',1733234441),(159,22,3,'deferredfeedback',103,56669,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 3 a prime number?\n\nAnswer: true\n','True','True',1733234441),(160,22,4,'deferredfeedback',101,57242,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234441),(161,23,1,'deferredfeedback',97,37828,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True',NULL,1733234461),(162,23,2,'deferredfeedback',99,10219,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 10 prime? Answer is false\nInitial content: \n\n','False',NULL,1733234461),(163,23,3,'deferredfeedback',103,29657,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 5 a prime number?\n\nAnswer: true\n','True',NULL,1733234461),(164,23,4,'deferredfeedback',101,42979,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234461),(165,24,1,'deferredfeedback',97,8981,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 5 prime? Answer is true\n','True','True',1733234507),(166,24,2,'deferredfeedback',99,32494,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 0 prime? Answer is false\nInitial content: \n\n','False','True',1733234507),(167,24,3,'deferredfeedback',103,36989,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 1 a prime number?\n\nAnswer: false\n','False','True',1733234507),(168,24,4,'deferredfeedback',101,14549,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True','True',1733234507),(169,25,1,'deferredfeedback',98,63627,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe works for True or False questions.\n\nIs 2 prime? Answer is true\n','True',NULL,1736239382),(170,25,2,'deferredfeedback',100,23350,1.0000000,0.0000000,1.0000000,0,'Test: Display auxiliary CalcMe with initial content works for True or False questions\n\nIs 9 prime? Answer is false\nInitial content: \n\n','False',NULL,1736239382),(171,25,3,'deferredfeedback',104,13997,1.0000000,0.0000000,1.0000000,0,'Test: true or false question type works.\n\nIs 7 a prime number?\n\nAnswer: true\n','True',NULL,1736239382),(172,25,4,'deferredfeedback',102,62947,1.0000000,0.0000000,1.0000000,0,'Test: Validate the auxiliary text field option works for True or False questions\n\nIs QA the best team? Answer: True\n','True',NULL,1736239382); /*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; UNLOCK TABLES; @@ -26874,7 +27145,7 @@ CREATE TABLE `m_question_bank_entries` ( UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), KEY `m_quesbankentr_que_ix` (`questioncategoryid`), KEY `m_quesbankentr_own_ix` (`ownerid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26883,6 +27154,7 @@ CREATE TABLE `m_question_bank_entries` ( LOCK TABLES `m_question_bank_entries` WRITE; /*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; +INSERT INTO `m_question_bank_entries` VALUES (1,3,NULL,2),(2,3,NULL,2),(3,3,NULL,2),(4,3,NULL,2),(5,3,NULL,2),(6,3,NULL,2),(7,3,NULL,2),(8,3,NULL,2),(9,3,NULL,2),(10,3,NULL,2),(11,3,NULL,2),(12,3,NULL,2),(13,5,NULL,3),(14,5,NULL,3),(15,5,NULL,3),(16,5,NULL,3),(17,5,NULL,3),(18,5,NULL,3),(19,5,NULL,3),(20,5,NULL,3),(21,5,NULL,3),(22,5,NULL,3),(23,5,NULL,3),(24,5,NULL,3),(25,5,NULL,3),(26,5,NULL,3),(27,5,NULL,3),(28,5,NULL,3),(29,5,NULL,3),(30,5,NULL,3),(31,5,NULL,3),(32,5,NULL,3),(33,5,NULL,2),(34,5,NULL,2),(35,5,NULL,2),(36,5,NULL,2),(37,5,NULL,2),(38,5,NULL,2),(39,5,NULL,2),(40,5,NULL,2),(41,5,NULL,2),(42,5,NULL,2),(43,5,NULL,2),(44,5,NULL,2),(45,5,NULL,2),(46,5,NULL,2),(47,5,NULL,2),(48,5,NULL,2),(49,5,NULL,2),(50,5,NULL,2),(51,8,NULL,3),(52,8,NULL,3),(53,8,NULL,3),(54,11,NULL,3),(55,11,NULL,3),(56,11,NULL,3),(57,12,NULL,3),(58,12,NULL,3),(59,12,NULL,3),(60,13,NULL,3),(61,13,NULL,3),(62,13,NULL,3),(63,14,NULL,3),(64,14,NULL,3),(65,14,NULL,3),(66,15,NULL,3),(67,15,NULL,3),(68,15,NULL,3),(69,15,NULL,3),(70,15,NULL,3),(71,15,NULL,3),(72,16,NULL,3),(73,16,NULL,3),(74,16,NULL,3),(75,16,NULL,3),(76,16,NULL,3),(77,17,NULL,3),(78,17,NULL,3),(79,17,NULL,3),(80,17,NULL,3),(81,17,NULL,3),(82,17,NULL,3),(83,18,NULL,3),(84,18,NULL,3),(85,18,NULL,3),(86,18,NULL,3),(87,18,NULL,3),(88,18,NULL,3),(89,19,NULL,3),(90,19,NULL,3),(91,19,NULL,3),(92,27,NULL,2),(93,27,NULL,2),(94,27,NULL,2),(95,27,NULL,2),(96,27,NULL,2),(97,27,NULL,2),(98,27,NULL,2),(99,27,NULL,2),(100,27,NULL,2),(101,27,NULL,2),(102,27,NULL,2),(103,27,NULL,2),(104,27,NULL,2),(105,27,NULL,2),(106,27,NULL,2),(107,27,NULL,2),(108,27,NULL,2),(109,27,NULL,2),(110,27,NULL,2),(111,27,NULL,2),(112,27,NULL,2),(113,27,NULL,2),(114,27,NULL,2),(115,27,NULL,2),(116,27,NULL,2),(117,29,NULL,2),(118,29,NULL,2),(119,29,NULL,2),(120,29,NULL,2),(121,29,NULL,2),(122,29,NULL,2),(123,29,NULL,2),(124,29,NULL,2),(125,29,NULL,2),(126,29,NULL,2),(127,29,NULL,2),(128,29,NULL,2),(129,29,NULL,2),(130,29,NULL,2),(131,29,NULL,2),(132,29,NULL,2),(133,29,NULL,2),(134,29,NULL,2),(135,29,NULL,2),(136,29,NULL,2),(137,29,NULL,2),(138,29,NULL,2),(139,30,NULL,2),(140,30,NULL,2),(141,30,NULL,2),(142,30,NULL,2),(143,30,NULL,2),(144,42,NULL,5),(145,43,NULL,5),(146,43,NULL,5); /*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; @@ -26973,7 +27245,7 @@ CREATE TABLE `m_question_categories` ( UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), KEY `m_quescate_con_ix` (`contextid`), KEY `m_quescate_par_ix` (`parent`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -26982,6 +27254,7 @@ CREATE TABLE `m_question_categories` ( LOCK TABLES `m_question_categories` WRITE; /*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; +INSERT INTO `m_question_categories` VALUES (1,'top',21,'',0,'localhost:8000+250107092555+p4qWFS',0,0,NULL),(2,'Default for Acceptance course WQ',44,'The default category for questions shared in context \'Acceptance course WQ\'.',0,'localhost:8000+240925144519+5DIRTA',45,999,NULL),(3,'WirisQuizzes for Moodle - Acceptance Testing Resources',21,'

This is a question bank containing all WirisQuizzes moodle questions that are used for testing the application.

Managed by QA. 

',1,'localhost:8000+240925144631+nj3Qc8',1,2,NULL),(4,'Question type',21,'',0,'localhost:8000+240925144631+chMgq7',3,1,NULL),(5,'Cloze',21,'',0,'localhost:8000+240925144631+a6ge1S',4,1,NULL),(6,'Common functionalities',21,'',0,'localhost:8000+240925144631+jdytNN',3,0,NULL),(7,'Display random variables',21,'',0,'localhost:8000+240925144631+gYA321',6,999,NULL),(8,'Generating tables from lists',21,'',0,'localhost:8000+240925144631+EXBgpn',7,999,NULL),(9,'Short Answer',21,'',0,'localhost:8000+240925144631+nmYJl5',4,6,NULL),(10,'Equation answer type',21,'',0,'localhost:8000+240925144631+NAYvNF',9,0,NULL),(11,'Compound Answer',21,'',0,'localhost:8000+240925144631+4pDSf0',10,999,NULL),(12,'Custom grading functions',21,'',0,'localhost:8000+240925144631+1l8oA0',10,999,NULL),(13,'Parameter answer',21,'',0,'localhost:8000+240925144631+F0v1hF',10,999,NULL),(14,'Answer input method',21,'',0,'localhost:8000+240925144638+YPEzT1',10,999,NULL),(15,'Essay',21,'',0,'localhost:8000+240925144638+E3XR9C',4,2,NULL),(16,'True or False',21,'',0,'localhost:8000+240925144638+BLR3qr',4,7,NULL),(17,'Matching',21,'',0,'localhost:8000+240925144638+k2dNuM',4,4,NULL),(18,'Multichoice',21,'',0,'localhost:8000+240925144638+ME0FnK',4,5,NULL),(19,'Text answer type',21,'',0,'localhost:8000+240925144638+CmCWb2',9,1,NULL),(20,'Default for Tables and lists',48,'The default category for questions shared in context \'Tables and lists\'.',0,'localhost:8000+240925145058+WRemKS',46,999,NULL),(21,'Default for Short Answer',48,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+240925145159+lWd2bQ',46,999,NULL),(22,'Default for Matching',44,'The default category for questions shared in context \'Matching\'.',0,'localhost:8000+240925150025+Nan3CV',45,999,NULL),(23,'Default for Multiple Choice',48,'The default category for questions shared in context \'Multiple Choice\'.',0,'localhost:8000+240925150112+0kVrGc',46,999,NULL),(24,'Default for Essay',44,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+240925150149+sBBsoW',45,999,NULL),(25,'Default for True or False',48,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+240925150234+AZfY9y',46,999,NULL),(26,'Default for Graphical Answer',44,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+240926065802+Z7KBFd',45,999,NULL),(27,'Graphic question type',21,'',1,'localhost:8000+240926065815+DXHTqF',9,2,NULL),(28,'Default for All type of questions',48,'The default category for questions shared in context \'All type of questions\'.',0,'localhost:8000+240926074801+zuun2w',46,999,NULL),(29,'All type of Questions',21,'

Sanity tests for all type of questions

',1,'localhost:8000+240926074812+AuNI2d',4,0,NULL),(30,'Essay Attachments',21,'',1,'localhost:8000+240926075710+4lL66n',15,3,NULL),(31,'Default for Test',44,'The default category for questions shared in context \'Test\'.',0,'localhost:8000+240926082348+xN51BH',45,999,NULL),(32,'Default for Cloze',37,'The default category for questions shared in context \'Cloze\'.',0,'localhost:8000+241120073921+V9AEK2',47,999,NULL),(33,'Default for Essay',45,'The default category for questions shared in context \'Essay\'.',0,'localhost:8000+241120074735+sTONZ7',52,999,NULL),(34,'Default for Match',41,'The default category for questions shared in context \'Match\'.',0,'localhost:8000+241120075044+VvRf1D',49,999,NULL),(35,'Default for Multichoice',40,'The default category for questions shared in context \'Multichoice\'.',0,'localhost:8000+241120075507+WPEoHF',55,999,NULL),(36,'Default for True or False',44,'The default category for questions shared in context \'True or False\'.',0,'localhost:8000+241120075806+vdG1On',51,999,NULL),(37,'Default for Graphical Answer',45,'The default category for questions shared in context \'Graphical Answer\'.',0,'localhost:8000+241120075858+rHvK7k',1,999,NULL),(38,'Default for Short Answer',45,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241120075917+Z3vLAE',52,999,NULL),(39,'Default for Random variables: Generating tables from lists',48,'The default category for questions shared in context \'Random variables: Generating tables from lists\'.',0,'localhost:8000+241120111736+Fk9TeO',46,999,NULL),(40,'Default for Smoke',38,'The default category for questions shared in context \'Smoke\'.',0,'localhost:8000+241203141443+Ay4CXz',53,999,NULL),(41,'Default for Filter test: Quiz',37,'The default category for questions shared in context \'Filter test: Quiz\'.',0,'localhost:8000+240321124012+cO9J1z',54,999,NULL),(42,'Default for C1',21,'The default category for questions shared in context \'C1\'.',0,'localhost:8000+240321124012+WJbcPY',1,999,NULL),(43,'WIRIS quizzes tour',21,'',0,'localhost:8000+240321124958+Ba5EXV',1,999,NULL),(44,'Default for Short Answer',43,'The default category for questions shared in context \'Short Answer\'.',0,'localhost:8000+241203142422+drVHdm',56,999,NULL),(45,'top',46,'',0,'localhost:8000+250107092638+hjpj7H',0,0,NULL),(46,'top',48,'',0,'localhost:8000+250107092638+pgy6wn',0,0,NULL),(47,'top',39,'',0,'localhost:8000+250107092638+hOPYcT',0,0,NULL),(48,'top',47,'',0,'localhost:8000+250107092638+xyUC52',0,0,NULL),(49,'top',41,'',0,'localhost:8000+250107092638+IXPgFE',0,0,NULL),(50,'top',42,'',0,'localhost:8000+250107092638+clp4YW',0,0,NULL),(51,'top',44,'',0,'localhost:8000+250107092638+Gp20US',0,0,NULL),(52,'top',45,'',0,'localhost:8000+250107092638+Qkvahj',0,0,NULL),(53,'top',38,'',0,'localhost:8000+250107092638+p3TbJ5',0,0,NULL),(54,'top',37,'',0,'localhost:8000+250107092638+iElcCf',0,0,NULL),(55,'top',40,'',0,'localhost:8000+250107092638+OkrGi1',0,0,NULL),(56,'top',43,'',0,'localhost:8000+250107092638+gSMs62',0,0,NULL); /*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; UNLOCK TABLES; @@ -27172,7 +27445,7 @@ CREATE TABLE `m_question_multianswer` ( `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, PRIMARY KEY (`id`), KEY `m_quesmult_que_ix` (`question`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27181,6 +27454,7 @@ CREATE TABLE `m_question_multianswer` ( LOCK TABLES `m_question_multianswer` WRITE; /*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; +INSERT INTO `m_question_multianswer` VALUES (1,25,'28,29,30'),(2,26,'63,64,65'),(3,27,'66,67,68'),(4,31,'33,34,35'),(5,32,'59,60,61'),(6,36,'38,39'),(7,37,'51,52'),(8,40,'42,43,44,45,46,47'),(9,41,'53,54,55,56,57,58'),(10,48,'50'),(11,49,'62'),(12,174,'175'),(13,176,'177'),(14,178,'180,181'),(15,179,'202,203'),(16,182,'183'); /*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; @@ -27285,7 +27559,7 @@ CREATE TABLE `m_question_references` ( UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), KEY `m_quesrefe_usi_ix` (`usingcontextid`), KEY `m_quesrefe_que_ix` (`questionbankentryid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27294,6 +27568,7 @@ CREATE TABLE `m_question_references` ( LOCK TABLES `m_question_references` WRITE; /*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; +INSERT INTO `m_question_references` VALUES (1,37,'mod_quiz','slot',1,144,NULL),(2,37,'mod_quiz','slot',2,145,NULL),(3,37,'mod_quiz','slot',3,146,NULL),(4,38,'mod_quiz','slot',4,117,NULL),(5,38,'mod_quiz','slot',5,118,NULL),(6,38,'mod_quiz','slot',6,123,NULL),(7,38,'mod_quiz','slot',7,128,NULL),(8,38,'mod_quiz','slot',8,129,NULL),(9,38,'mod_quiz','slot',9,130,NULL),(10,38,'mod_quiz','slot',10,131,NULL),(11,38,'mod_quiz','slot',11,132,NULL),(12,38,'mod_quiz','slot',12,133,NULL),(13,38,'mod_quiz','slot',13,134,NULL),(14,38,'mod_quiz','slot',14,135,NULL),(15,38,'mod_quiz','slot',15,136,NULL),(16,39,'mod_quiz','slot',16,24,NULL),(17,39,'mod_quiz','slot',17,21,NULL),(18,39,'mod_quiz','slot',18,17,NULL),(19,39,'mod_quiz','slot',19,31,NULL),(20,39,'mod_quiz','slot',20,13,NULL),(21,40,'mod_quiz','slot',21,66,NULL),(22,40,'mod_quiz','slot',22,67,NULL),(23,40,'mod_quiz','slot',23,68,NULL),(24,40,'mod_quiz','slot',24,69,NULL),(25,40,'mod_quiz','slot',25,70,NULL),(26,40,'mod_quiz','slot',26,71,NULL),(27,40,'mod_quiz','slot',27,140,NULL),(28,40,'mod_quiz','slot',28,141,NULL),(29,40,'mod_quiz','slot',29,142,NULL),(30,40,'mod_quiz','slot',30,143,NULL),(31,41,'mod_quiz','slot',31,81,NULL),(32,41,'mod_quiz','slot',32,77,NULL),(33,41,'mod_quiz','slot',33,78,NULL),(34,41,'mod_quiz','slot',34,80,NULL),(35,41,'mod_quiz','slot',35,79,NULL),(36,42,'mod_quiz','slot',36,83,NULL),(37,42,'mod_quiz','slot',37,84,NULL),(38,42,'mod_quiz','slot',38,85,NULL),(39,42,'mod_quiz','slot',39,86,NULL),(40,42,'mod_quiz','slot',40,87,NULL),(41,43,'mod_quiz','slot',41,2,NULL),(42,43,'mod_quiz','slot',42,3,NULL),(43,43,'mod_quiz','slot',43,4,NULL),(44,43,'mod_quiz','slot',44,5,NULL),(45,43,'mod_quiz','slot',45,6,NULL),(46,43,'mod_quiz','slot',46,7,NULL),(47,43,'mod_quiz','slot',47,8,NULL),(48,43,'mod_quiz','slot',48,9,NULL),(49,43,'mod_quiz','slot',49,12,NULL),(50,43,'mod_quiz','slot',50,10,NULL),(51,43,'mod_quiz','slot',51,11,NULL),(52,43,'mod_quiz','slot',52,116,NULL),(53,44,'mod_quiz','slot',53,73,NULL),(54,44,'mod_quiz','slot',54,74,NULL),(55,44,'mod_quiz','slot',55,76,NULL),(56,44,'mod_quiz','slot',56,75,NULL),(57,45,'mod_quiz','slot',57,64,NULL),(58,45,'mod_quiz','slot',58,63,NULL),(59,45,'mod_quiz','slot',59,65,NULL),(60,45,'mod_quiz','slot',60,54,NULL),(61,45,'mod_quiz','slot',61,55,NULL),(62,45,'mod_quiz','slot',62,56,NULL),(63,45,'mod_quiz','slot',63,58,NULL),(64,45,'mod_quiz','slot',64,57,NULL),(65,45,'mod_quiz','slot',65,60,NULL),(66,45,'mod_quiz','slot',66,61,NULL),(67,45,'mod_quiz','slot',67,62,NULL),(68,45,'mod_quiz','slot',68,59,NULL),(69,45,'mod_quiz','slot',69,89,NULL),(70,45,'mod_quiz','slot',70,90,NULL),(71,45,'mod_quiz','slot',71,91,NULL),(72,46,'mod_quiz','slot',72,1,NULL),(73,47,'mod_quiz','slot',73,92,NULL),(74,47,'mod_quiz','slot',74,93,NULL),(75,47,'mod_quiz','slot',75,94,NULL),(76,47,'mod_quiz','slot',76,95,NULL),(77,47,'mod_quiz','slot',77,96,NULL),(78,47,'mod_quiz','slot',78,97,NULL),(79,47,'mod_quiz','slot',79,98,NULL),(80,47,'mod_quiz','slot',80,99,NULL),(81,47,'mod_quiz','slot',81,100,NULL),(82,47,'mod_quiz','slot',82,101,NULL),(83,47,'mod_quiz','slot',83,102,NULL),(84,47,'mod_quiz','slot',84,103,NULL),(85,47,'mod_quiz','slot',85,104,NULL),(86,47,'mod_quiz','slot',86,105,NULL),(87,47,'mod_quiz','slot',87,106,NULL),(88,47,'mod_quiz','slot',88,107,NULL),(89,47,'mod_quiz','slot',89,108,NULL),(90,47,'mod_quiz','slot',90,109,NULL),(91,47,'mod_quiz','slot',91,110,NULL),(92,47,'mod_quiz','slot',92,111,NULL),(93,48,'mod_quiz','slot',93,51,NULL),(94,48,'mod_quiz','slot',94,52,NULL),(95,48,'mod_quiz','slot',95,53,NULL); /*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; UNLOCK TABLES; @@ -27441,7 +27716,7 @@ CREATE TABLE `m_question_truefalse` ( `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `m_questrue_que_ix` (`question`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27450,6 +27725,7 @@ CREATE TABLE `m_question_truefalse` ( LOCK TABLES `m_question_truefalse` WRITE; /*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; +INSERT INTO `m_question_truefalse` VALUES (1,96,125,126,0),(2,97,127,128,0),(3,98,129,130,0),(4,99,131,132,0),(5,100,133,134,0),(6,101,135,136,0),(7,102,137,138,0),(8,103,139,140,0),(9,104,141,142,0),(10,200,264,265,0),(11,201,266,267,0); /*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; @@ -27467,7 +27743,7 @@ CREATE TABLE `m_question_usages` ( `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `m_quesusag_con_ix` (`contextid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table''s main purpose it to assign a unique id to each a'; +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin 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 */; -- @@ -27476,6 +27752,7 @@ CREATE TABLE `m_question_usages` ( LOCK TABLES `m_question_usages` WRITE; /*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; +INSERT INTO `m_question_usages` VALUES (1,38,'mod_quiz','deferredfeedback'),(2,38,'mod_quiz','deferredfeedback'),(3,38,'mod_quiz','deferredfeedback'),(4,39,'mod_quiz','deferredfeedback'),(5,39,'mod_quiz','deferredfeedback'),(6,39,'mod_quiz','deferredfeedback'),(7,40,'mod_quiz','deferredfeedback'),(8,40,'mod_quiz','deferredfeedback'),(9,41,'mod_quiz','deferredfeedback'),(10,41,'mod_quiz','deferredfeedback'),(11,41,'mod_quiz','deferredfeedback'),(12,41,'mod_quiz','deferredfeedback'),(13,41,'mod_quiz','deferredfeedback'),(14,41,'mod_quiz','deferredfeedback'),(15,42,'mod_quiz','deferredfeedback'),(16,42,'mod_quiz','deferredfeedback'),(17,42,'mod_quiz','deferredfeedback'),(18,43,'mod_quiz','deferredfeedback'),(19,43,'mod_quiz','deferredfeedback'),(20,43,'mod_quiz','deferredfeedback'),(21,44,'mod_quiz','deferredfeedback'),(22,44,'mod_quiz','deferredfeedback'),(23,44,'mod_quiz','deferredfeedback'),(24,44,'mod_quiz','deferredfeedback'),(25,44,'mod_quiz','deferredfeedback'); /*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; UNLOCK TABLES; @@ -27495,7 +27772,7 @@ CREATE TABLE `m_question_versions` ( PRIMARY KEY (`id`), KEY `m_quesvers_que_ix` (`questionbankentryid`), KEY `m_quesvers_que2_ix` (`questionid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27504,6 +27781,7 @@ CREATE TABLE `m_question_versions` ( LOCK TABLES `m_question_versions` WRITE; /*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; +INSERT INTO `m_question_versions` VALUES (1,1,1,1,'ready'),(2,1,2,2,'ready'),(3,2,1,3,'ready'),(4,2,2,4,'ready'),(5,3,1,5,'ready'),(6,4,1,6,'ready'),(7,4,2,7,'ready'),(8,5,1,8,'ready'),(9,5,2,9,'ready'),(10,6,1,10,'ready'),(11,6,2,11,'ready'),(12,7,1,12,'ready'),(13,7,2,13,'ready'),(14,7,3,14,'ready'),(15,8,1,15,'ready'),(16,8,2,16,'ready'),(17,9,1,17,'ready'),(18,9,2,18,'ready'),(19,10,1,19,'ready'),(20,10,2,20,'ready'),(21,11,1,21,'ready'),(22,11,2,22,'ready'),(23,12,1,23,'ready'),(24,12,2,24,'ready'),(25,13,1,25,'ready'),(26,13,2,26,'ready'),(27,13,3,27,'ready'),(28,14,1,28,'ready'),(29,15,1,29,'ready'),(30,16,1,30,'ready'),(31,17,1,31,'ready'),(32,17,2,32,'ready'),(33,18,1,33,'ready'),(34,19,1,34,'ready'),(35,20,1,35,'ready'),(36,21,1,36,'ready'),(37,21,2,37,'ready'),(38,22,1,38,'ready'),(39,23,1,39,'ready'),(40,24,1,40,'ready'),(41,24,2,41,'ready'),(42,25,1,42,'ready'),(43,26,1,43,'ready'),(44,27,1,44,'ready'),(45,28,1,45,'ready'),(46,29,1,46,'ready'),(47,30,1,47,'ready'),(48,31,1,48,'ready'),(49,31,2,49,'ready'),(50,32,1,50,'ready'),(51,33,2,51,'ready'),(52,34,2,52,'ready'),(53,35,2,53,'ready'),(54,36,2,54,'ready'),(55,37,2,55,'ready'),(56,38,2,56,'ready'),(57,39,2,57,'ready'),(58,40,2,58,'ready'),(59,41,2,59,'ready'),(60,42,2,60,'ready'),(61,43,2,61,'ready'),(62,44,2,62,'ready'),(63,45,2,63,'ready'),(64,46,2,64,'ready'),(65,47,2,65,'ready'),(66,48,3,66,'ready'),(67,49,3,67,'ready'),(68,50,3,68,'ready'),(69,51,1,69,'ready'),(70,52,1,70,'ready'),(71,53,1,71,'ready'),(72,54,1,72,'ready'),(73,55,1,73,'ready'),(74,56,1,74,'ready'),(75,57,1,75,'ready'),(76,58,1,76,'ready'),(77,59,1,77,'ready'),(78,60,1,78,'ready'),(79,61,1,79,'ready'),(80,62,1,80,'ready'),(81,63,1,81,'ready'),(82,64,1,82,'ready'),(83,65,1,83,'ready'),(84,66,1,84,'ready'),(85,66,2,85,'ready'),(86,67,1,86,'ready'),(87,67,2,87,'ready'),(88,68,1,88,'ready'),(89,68,2,89,'ready'),(90,69,1,90,'ready'),(91,69,2,91,'ready'),(92,70,1,92,'ready'),(93,70,2,93,'ready'),(94,71,1,94,'ready'),(95,71,2,95,'ready'),(96,72,1,96,'ready'),(97,73,1,97,'ready'),(98,73,2,98,'ready'),(99,74,1,99,'ready'),(100,74,2,100,'ready'),(101,75,1,101,'ready'),(102,75,2,102,'ready'),(103,76,1,103,'ready'),(104,76,2,104,'ready'),(105,77,1,105,'ready'),(106,77,2,106,'ready'),(107,77,3,107,'ready'),(108,78,1,108,'ready'),(109,78,2,109,'ready'),(110,78,3,110,'ready'),(111,79,1,111,'ready'),(112,79,2,112,'ready'),(113,79,3,113,'ready'),(114,80,1,114,'ready'),(115,80,2,115,'ready'),(116,80,3,116,'ready'),(117,81,1,117,'ready'),(118,81,2,118,'ready'),(119,81,3,119,'ready'),(120,82,1,120,'ready'),(121,83,1,121,'ready'),(122,83,2,122,'ready'),(123,84,1,123,'ready'),(124,84,2,124,'ready'),(125,84,3,125,'ready'),(126,85,1,126,'ready'),(127,85,2,127,'ready'),(128,86,1,128,'ready'),(129,86,2,129,'ready'),(130,87,1,130,'ready'),(131,87,2,131,'ready'),(132,88,1,132,'ready'),(133,89,1,133,'ready'),(134,90,1,134,'ready'),(135,91,1,135,'ready'),(136,92,1,136,'ready'),(137,92,2,137,'ready'),(138,92,3,138,'ready'),(139,92,4,139,'ready'),(140,93,1,140,'ready'),(141,93,2,141,'ready'),(142,94,1,142,'ready'),(143,94,2,143,'ready'),(144,95,1,144,'ready'),(145,96,1,145,'ready'),(146,97,1,146,'ready'),(147,98,1,147,'ready'),(148,99,1,148,'ready'),(149,100,1,149,'ready'),(150,101,1,150,'ready'),(151,102,1,151,'ready'),(152,103,1,152,'ready'),(153,103,2,153,'ready'),(154,104,1,154,'ready'),(155,105,1,155,'ready'),(156,106,1,156,'ready'),(157,107,1,157,'ready'),(158,108,1,158,'ready'),(159,109,1,159,'ready'),(160,110,1,160,'ready'),(161,111,1,161,'ready'),(162,112,1,162,'ready'),(163,113,1,163,'ready'),(164,114,1,164,'ready'),(165,115,1,165,'ready'),(166,116,1,166,'ready'),(167,116,2,167,'ready'),(168,117,1,168,'ready'),(169,117,2,169,'ready'),(170,117,3,170,'ready'),(171,117,4,171,'ready'),(172,118,1,172,'ready'),(173,118,2,173,'ready'),(174,119,1,174,'ready'),(175,120,1,175,'ready'),(176,121,1,176,'ready'),(177,122,1,177,'ready'),(178,123,1,178,'ready'),(179,123,2,179,'ready'),(180,124,1,180,'ready'),(181,125,1,181,'ready'),(182,126,1,182,'ready'),(183,127,1,183,'ready'),(184,128,1,184,'ready'),(185,128,2,185,'ready'),(186,129,1,186,'ready'),(187,129,2,187,'ready'),(188,130,1,188,'ready'),(189,130,2,189,'ready'),(190,131,1,190,'ready'),(191,131,2,191,'ready'),(192,132,1,192,'ready'),(193,132,2,193,'ready'),(194,133,1,194,'ready'),(195,133,2,195,'ready'),(196,134,1,196,'ready'),(197,134,2,197,'ready'),(198,135,1,198,'ready'),(199,135,2,199,'ready'),(200,136,1,200,'ready'),(201,136,2,201,'ready'),(202,137,2,202,'ready'),(203,138,2,203,'ready'),(204,139,1,204,'ready'),(205,140,1,205,'ready'),(206,140,2,206,'ready'),(207,141,1,207,'ready'),(208,141,2,208,'ready'),(209,142,1,209,'ready'),(210,142,2,210,'ready'),(211,142,3,211,'ready'),(212,143,1,212,'ready'),(213,143,2,213,'ready'),(214,144,1,214,'ready'),(215,144,2,215,'ready'),(216,144,3,216,'ready'),(217,145,1,217,'ready'),(218,145,2,218,'ready'),(219,146,1,219,'ready'); /*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; UNLOCK TABLES; @@ -27559,7 +27837,7 @@ CREATE TABLE `m_quiz` ( `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `m_quiz_cou_ix` (`course`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27568,6 +27846,7 @@ CREATE TABLE `m_quiz` ( LOCK TABLES `m_quiz` WRITE; /*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; +INSERT INTO `m_quiz` VALUES (1,2,'Filter test: Quiz','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1711024806,1711024806,'','','-',0,0,0,0,0,0,0),(2,2,'Smoke','Smoke and sanity tests.',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,13.00000,10.00000,1727336879,1732088341,'','','-',0,0,0,0,0,0,0),(3,2,'Cloze','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275517,1727275832,'','','-',0,0,0,0,0,0,0),(4,2,'Essay','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,10.00000,10.00000,1727276507,1727276507,'','','-',0,0,0,0,0,0,0),(5,2,'Match','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276423,1732089040,'','','-',0,0,0,0,0,0,0),(6,2,'Multichoice','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,5.00000,10.00000,1727276469,1732089130,'','','-',0,0,0,0,0,0,0),(7,2,'Short Answer','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,12.00000,10.00000,1727275915,1736239685,'','','-',0,0,0,0,0,0,0),(8,2,'True or False','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,4.00000,10.00000,1727276551,1727276551,'','','-',0,0,0,0,0,0,0),(9,2,'Short Answer - old','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,15.00000,10.00000,1727275915,1732089458,'','','-',0,0,0,0,0,0,0),(10,2,'Test','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,1.00000,10.00000,1727339025,1727339025,'','','-',0,0,0,0,0,0,0),(11,2,'Graphical Answer','

Test suite for the Short Answer Graphical sub-question type.

',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,20.00000,10.00000,1727333880,1727333880,'','','-',0,0,0,0,0,0,0),(12,2,'Random variables: Generating tables from lists','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69904,4352,4352,4352,4352,4352,1,'free',1,3.00000,10.00000,1727275855,1727276623,'','','-',0,0,0,0,0,0,0); /*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; UNLOCK TABLES; @@ -27601,7 +27880,7 @@ CREATE TABLE `m_quiz_attempts` ( KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), KEY `m_quizatte_qui_ix` (`quiz`), KEY `m_quizatte_use_ix` (`userid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27610,6 +27889,7 @@ CREATE TABLE `m_quiz_attempts` ( LOCK TABLES `m_quiz_attempts` WRITE; /*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; +INSERT INTO `m_quiz_attempts` VALUES (1,2,4,1,1,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733231846,1733232336,1736238892,0,0,13.00000,1733232336),(2,2,4,2,2,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232368,1733232537,1733232537,0,0,NULL,1733232537),(3,2,4,3,3,'1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0',11,0,'finished',1733232577,1733232620,1733232620,0,0,0.00000,1733232620),(4,3,4,1,4,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232644,1733232758,1733232758,0,0,15.00000,1733232758),(5,3,4,2,5,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232771,1733232813,1733232813,0,0,1.00000,1733232813),(6,3,4,3,6,'1,0,2,0,3,0,4,0,5,0',4,0,'finished',1733232828,1733232871,1733232871,0,0,9.00000,1733232871),(7,4,4,1,7,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733232904,1733232995,1736239145,0,0,10.00000,1733232995),(8,4,4,2,8,'1,2,0,3,0,4,5,0,6,0,7,8,9,10,0',4,0,'finished',1733233202,1733233223,1733233223,0,0,0.00000,1733233223),(9,5,4,1,9,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233238,1733233312,1733233312,0,0,4.00000,1733233312),(10,5,4,2,10,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233329,1733233415,1733233415,0,0,4.00000,1733233415),(11,5,4,3,11,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233427,1733233745,1733233745,0,0,1.83333,1733233745),(12,5,4,4,12,'1,0,2,3,0,4,0,5,0',3,0,'finished',1733233751,1733233853,1733233853,0,0,4.00000,1733233853),(13,5,4,5,13,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239173,1736239208,1736239208,0,0,0.00000,1736239208),(14,5,4,6,14,'1,0,2,3,0,4,0,5,0',3,0,'finished',1736239216,1736239285,1736239285,0,0,5.00000,1736239285),(15,6,4,1,15,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233873,1733233904,1733233904,0,0,2.05833,1733233904),(16,6,4,2,16,'1,2,0,3,0,4,0,5,0',3,0,'finished',1733233910,1733233924,1733233924,0,0,0.00000,1733233924),(17,6,4,3,17,'1,2,0,3,0,4,0,5,0',3,0,'finished',1736239303,1736239334,1736239334,0,0,5.00000,1736239334),(18,7,4,1,18,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239693,1736239748,1736239748,0,0,12.00000,1736239748),(19,7,4,2,19,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',0,0,'finished',1736239761,1736239770,1736239770,0,0,0.00000,1736239770),(20,7,4,3,20,'1,0,2,0,3,0,4,0,5,0,6,7,0,8,0,9,0,10,0,11,0,12,0',10,0,'finished',1736239777,1736239830,1736239830,0,0,8.20000,1736239830),(21,8,4,1,21,'1,2,0,3,0,4,0',2,0,'finished',1733234357,1733234402,1733234402,0,0,4.00000,1733234402),(22,8,4,2,22,'1,2,0,3,0,4,0',2,0,'finished',1733234412,1733234441,1733234441,0,0,4.00000,1733234441),(23,8,4,3,23,'1,2,0,3,0,4,0',2,0,'finished',1733234447,1733234461,1733234461,0,0,1.00000,1733234461),(24,8,4,4,24,'1,2,0,3,0,4,0',2,0,'finished',1733234476,1733234507,1733234507,0,0,2.00000,1733234507),(25,8,4,5,25,'1,2,0,3,0,4,0',0,0,'finished',1736239374,1736239382,1736239382,0,0,0.00000,1736239382); /*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; @@ -27629,7 +27909,7 @@ CREATE TABLE `m_quiz_feedback` ( `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), KEY `m_quizfeed_qui_ix` (`quizid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Feedback given to students based on which grade band their o'; +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Feedback given to students based on which grade band their o'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27638,6 +27918,7 @@ CREATE TABLE `m_quiz_feedback` ( LOCK TABLES `m_quiz_feedback` WRITE; /*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; +INSERT INTO `m_quiz_feedback` VALUES (1,1,'',1,0.00000,11.00000),(2,2,'',1,0.00000,11.00000),(3,3,'',1,0.00000,11.00000),(4,4,'',1,0.00000,11.00000),(5,5,'',1,0.00000,11.00000),(6,6,'',1,0.00000,11.00000),(7,7,'',1,0.00000,11.00000),(8,8,'',1,0.00000,11.00000),(9,9,'',1,0.00000,11.00000),(10,10,'',1,0.00000,11.00000),(11,11,'',1,0.00000,11.00000),(12,12,'',1,0.00000,11.00000); /*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; @@ -27684,7 +27965,7 @@ CREATE TABLE `m_quiz_grades` ( PRIMARY KEY (`id`), KEY `m_quizgrad_use_ix` (`userid`), KEY `m_quizgrad_qui_ix` (`quiz`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the overall grade for each user on the quiz, based on'; +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the overall grade for each user on the quiz, based on'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27693,6 +27974,7 @@ CREATE TABLE `m_quiz_grades` ( LOCK TABLES `m_quiz_grades` WRITE; /*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; +INSERT INTO `m_quiz_grades` VALUES (1,2,4,10.00000,1736238892),(2,3,4,10.00000,1733232872),(3,4,4,10.00000,1736239145),(4,5,4,10.00000,1736239285),(5,6,4,10.00000,1736239334),(6,7,4,10.00000,1736239833),(7,8,4,10.00000,1736239382); /*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; @@ -27801,7 +28083,7 @@ CREATE TABLE `m_quiz_sections` ( PRIMARY KEY (`id`), UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), KEY `m_quizsect_qui_ix` (`quizid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores sections of a quiz with section name (heading), from '; +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores sections of a quiz with section name (heading), from '; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27810,6 +28092,7 @@ CREATE TABLE `m_quiz_sections` ( LOCK TABLES `m_quiz_sections` WRITE; /*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; +INSERT INTO `m_quiz_sections` VALUES (1,1,1,'',0),(2,2,1,'',0),(3,3,1,'',0),(4,4,1,'Essay Generic',0),(5,4,7,'Attachments',0),(6,5,1,'',0),(7,6,1,'',0),(8,7,1,'Equation',0),(9,7,8,'Text',0),(10,7,9,'Plotter',0),(11,7,10,'Statistic charts',0),(12,8,1,'',0),(13,9,1,'Answer Input Method',0),(14,9,4,'Compound Answer',0),(15,9,8,'Custom Grading Function',0),(16,9,10,'Parameter answer',0),(17,9,13,'Text answer type',0),(18,10,1,'',0),(19,11,1,'',0),(20,12,1,'',0); /*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; @@ -27833,7 +28116,7 @@ CREATE TABLE `m_quiz_slots` ( UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), KEY `m_quizslot_qui_ix` (`quizid`), KEY `m_quizslot_qui2_ix` (`quizgradeitemid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the question used in a quiz, with the order, and for '; +) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the question used in a quiz, with the order, and for '; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -27842,6 +28125,7 @@ CREATE TABLE `m_quiz_slots` ( LOCK TABLES `m_quiz_slots` WRITE; /*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; +INSERT INTO `m_quiz_slots` VALUES (1,1,1,1,NULL,0,1.0000000,NULL),(2,2,1,2,NULL,0,1.0000000,NULL),(3,3,1,3,NULL,0,1.0000000,NULL),(4,1,2,1,NULL,0,1.0000000,NULL),(5,2,2,2,NULL,0,1.0000000,NULL),(6,3,2,3,NULL,0,2.0000000,NULL),(7,4,2,4,NULL,0,1.0000000,NULL),(8,5,2,5,NULL,0,1.0000000,NULL),(9,6,2,6,NULL,0,1.0000000,NULL),(10,7,2,7,NULL,0,1.0000000,NULL),(11,8,2,8,NULL,0,1.0000000,NULL),(12,9,2,9,NULL,0,1.0000000,NULL),(13,10,2,10,NULL,0,1.0000000,NULL),(14,11,2,11,NULL,0,1.0000000,NULL),(15,12,2,12,NULL,0,1.0000000,NULL),(16,1,3,1,NULL,0,6.0000000,NULL),(17,2,3,2,NULL,0,2.0000000,NULL),(18,3,3,3,NULL,0,3.0000000,NULL),(19,4,3,4,NULL,0,1.0000000,NULL),(20,5,3,5,NULL,0,3.0000000,NULL),(21,1,4,1,NULL,0,1.0000000,NULL),(22,2,4,1,NULL,0,1.0000000,NULL),(23,3,4,2,NULL,0,1.0000000,NULL),(24,4,4,3,NULL,0,1.0000000,NULL),(25,5,4,3,NULL,0,1.0000000,NULL),(26,6,4,4,NULL,0,1.0000000,NULL),(27,7,4,5,NULL,0,1.0000000,NULL),(28,8,4,5,NULL,0,1.0000000,NULL),(29,9,4,5,NULL,0,1.0000000,NULL),(30,10,4,5,NULL,0,1.0000000,NULL),(31,1,5,1,NULL,0,1.0000000,NULL),(32,2,5,2,NULL,0,1.0000000,NULL),(33,3,5,2,NULL,0,1.0000000,NULL),(34,4,5,3,NULL,0,1.0000000,NULL),(35,5,5,4,NULL,0,1.0000000,NULL),(36,1,6,1,NULL,0,1.0000000,NULL),(37,2,6,1,NULL,0,1.0000000,NULL),(38,3,6,2,NULL,0,1.0000000,NULL),(39,4,6,3,NULL,0,1.0000000,NULL),(40,5,6,4,NULL,0,1.0000000,NULL),(41,1,7,1,NULL,0,1.0000000,NULL),(42,2,7,2,NULL,0,1.0000000,NULL),(43,3,7,3,NULL,0,1.0000000,NULL),(44,4,7,4,NULL,0,1.0000000,NULL),(45,5,7,5,NULL,0,1.0000000,NULL),(46,6,7,6,NULL,0,1.0000000,NULL),(47,7,7,6,NULL,0,1.0000000,NULL),(48,8,7,7,NULL,0,1.0000000,NULL),(49,9,7,8,NULL,0,1.0000000,NULL),(50,10,7,9,NULL,0,1.0000000,NULL),(51,11,7,10,NULL,0,1.0000000,NULL),(52,12,7,11,NULL,0,1.0000000,NULL),(53,1,8,1,NULL,0,1.0000000,NULL),(54,2,8,1,NULL,0,1.0000000,NULL),(55,3,8,2,NULL,0,1.0000000,NULL),(56,4,8,3,NULL,0,1.0000000,NULL),(57,1,9,1,NULL,0,1.0000000,NULL),(58,2,9,1,NULL,0,1.0000000,NULL),(59,3,9,1,NULL,0,1.0000000,NULL),(60,4,9,2,NULL,0,1.0000000,NULL),(61,5,9,2,NULL,0,1.0000000,NULL),(62,6,9,2,NULL,0,1.0000000,NULL),(63,7,9,3,NULL,0,1.0000000,NULL),(64,8,9,3,NULL,0,1.0000000,NULL),(65,9,9,3,NULL,0,1.0000000,NULL),(66,10,9,3,NULL,0,1.0000000,NULL),(67,11,9,3,NULL,0,1.0000000,NULL),(68,12,9,3,NULL,0,1.0000000,NULL),(69,13,9,4,NULL,0,1.0000000,NULL),(70,14,9,4,NULL,0,1.0000000,NULL),(71,15,9,4,NULL,0,1.0000000,NULL),(72,1,10,1,NULL,0,1.0000000,NULL),(73,1,11,1,NULL,0,1.0000000,NULL),(74,2,11,1,NULL,0,1.0000000,NULL),(75,3,11,1,NULL,0,1.0000000,NULL),(76,4,11,1,NULL,0,1.0000000,NULL),(77,5,11,1,NULL,0,1.0000000,NULL),(78,6,11,2,NULL,0,1.0000000,NULL),(79,7,11,2,NULL,0,1.0000000,NULL),(80,8,11,2,NULL,0,1.0000000,NULL),(81,9,11,2,NULL,0,1.0000000,NULL),(82,10,11,2,NULL,0,1.0000000,NULL),(83,11,11,2,NULL,0,1.0000000,NULL),(84,12,11,3,NULL,0,1.0000000,NULL),(85,13,11,3,NULL,0,1.0000000,NULL),(86,14,11,3,NULL,0,1.0000000,NULL),(87,15,11,3,NULL,0,1.0000000,NULL),(88,16,11,3,NULL,0,1.0000000,NULL),(89,17,11,3,NULL,0,1.0000000,NULL),(90,18,11,4,NULL,0,1.0000000,NULL),(91,19,11,4,NULL,0,1.0000000,NULL),(92,20,11,4,NULL,0,1.0000000,NULL),(93,1,12,1,NULL,0,1.0000000,NULL),(94,2,12,2,NULL,0,1.0000000,NULL),(95,3,12,3,NULL,0,1.0000000,NULL); /*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; @@ -28575,7 +28859,7 @@ CREATE TABLE `m_role_assignments` ( KEY `m_roleassi_rol_ix` (`roleid`), KEY `m_roleassi_con_ix` (`contextid`), KEY `m_roleassi_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -28584,7 +28868,7 @@ CREATE TABLE `m_role_assignments` ( LOCK TABLES `m_role_assignments` WRITE; /*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; -INSERT INTO `m_role_assignments` VALUES (1,3,21,3,1566471448,2,'',0,0),(2,5,21,4,1566471456,2,'',0,0); +INSERT INTO `m_role_assignments` VALUES (3,3,21,3,1736241978,2,'',0,0),(4,5,21,4,1736241978,2,'',0,0); /*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; UNLOCK TABLES; @@ -28954,6 +29238,39 @@ LOCK TABLES `m_scorm_scoes_data` WRITE; /*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `m_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `m_scorscoetrac_use_ix` (`userid`), + KEY `m_scorscoetrac_sco_ix` (`scormid`), + KEY `m_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_track` +-- + +LOCK TABLES `m_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `m_scorm_scoes_value` -- @@ -29257,7 +29574,7 @@ CREATE TABLE `m_sessions` ( KEY `m_sess_tim_ix` (`timecreated`), KEY `m_sess_tim2_ix` (`timemodified`), KEY `m_sess_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -29266,7 +29583,7 @@ CREATE TABLE `m_sessions` ( LOCK TABLES `m_sessions` WRITE; /*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; -INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'),(9,0,'a5b9e6be9a2d58665a7da78cbe70f284',0,NULL,1727267507,1727267510,'172.18.0.1','172.18.0.1'),(10,0,'3e5ad382d9929238c386100a2ab45588',2,NULL,1727267515,1727272981,'172.18.0.1','172.18.0.1'),(11,0,'578bcb6eb995e09fba7ac1a719dd8c67',0,NULL,1730726283,1730726350,'172.18.0.1','172.18.0.1'),(12,0,'4bf158ef632924521b2e046ac42b8ff6',2,NULL,1730726358,1730727168,'172.18.0.1','172.18.0.1'); +INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'),(9,0,'a5b9e6be9a2d58665a7da78cbe70f284',0,NULL,1727267507,1727267510,'172.18.0.1','172.18.0.1'),(10,0,'3e5ad382d9929238c386100a2ab45588',2,NULL,1727267515,1727272981,'172.18.0.1','172.18.0.1'),(11,0,'578bcb6eb995e09fba7ac1a719dd8c67',0,NULL,1730726283,1730726350,'172.18.0.1','172.18.0.1'),(12,0,'4bf158ef632924521b2e046ac42b8ff6',2,NULL,1730726358,1730727168,'172.18.0.1','172.18.0.1'),(13,0,'0fdb1a4d237b932f633b47e096fcf7f1',0,NULL,1736241905,1736241908,'172.18.0.1','172.18.0.1'),(14,0,'fc5be29b16a381600cf99f55a065ddd9',2,NULL,1736241922,1736242025,'172.18.0.1','172.18.0.1'); /*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; UNLOCK TABLES; @@ -29878,7 +30195,7 @@ CREATE TABLE `m_task_adhoc` ( KEY `m_taskadho_nex_ix` (`nextruntime`), KEY `m_taskadho_use_ix` (`userid`), KEY `m_taskadho_tim_ix` (`timestarted`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -29887,7 +30204,7 @@ CREATE TABLE `m_task_adhoc` ( LOCK TABLES `m_task_adhoc` WRITE; /*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; -INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,NULL,NULL,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,NULL,NULL,NULL,1,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,NULL,NULL,NULL,1,NULL,1696857375); +INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,NULL,NULL,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,NULL,NULL,NULL,1,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,NULL,NULL,NULL,1,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,NULL,NULL,NULL,1,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,NULL,NULL,NULL,1,NULL,1696857375),(12,'','\\core\\task\\refresh_mod_calendar_events_task',1736241997,0,'{\"courseid\":2}',NULL,NULL,NULL,NULL,12,NULL,1736241998); /*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; @@ -29963,7 +30280,7 @@ CREATE TABLE `m_task_scheduled` ( LOCK TABLES `m_task_scheduled` WRITE; /*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; -INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1730728800,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1730729100,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1730729400,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1730777460,'31','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1730730300,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1730727000,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1730727300,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1730764800,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1730767200,'40','0','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1731218940,'9','6','*','*','0',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1730754180,'3','21','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1730728200,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1730728200,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1730746500,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1730746500,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1730765700,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1730764800,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1730743200,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1730729220,'7','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1730727840,'44','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1730773500,'25','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1730727000,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1730727720,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1730764800,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1730797620,'7','9','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1730764800,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1730764800,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1730728200,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1730729700,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1730729400,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1730786400,'0','6','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1730728620,'57','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1731219840,'24','6','*','*','0',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1730966220,'57','7','*','*','4',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1730782800,'0','5','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1730772000,'0','2','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1730728800,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1730804400,'0','11','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1730786400,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1730747040,'4','19','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1730776380,'13','3','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1730780280,'18','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1730771700,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1730743980,'13','18','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1730730600,'30','14','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1730782320,'52','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1730764800,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1730741760,'36','17','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1733063400,'30','14','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1730765400,'10','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1730803620,'47','10','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1730748960,'36','19','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1730757600,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1730756340,'39','21','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1730765880,'18','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1730797500,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1730767800,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1731283200,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1730727960,'46','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1730729220,'7','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1730767080,'38','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1730767980,'53','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1730768400,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1730768400,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1730768280,'58','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1730764800,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(121,'moodle','\\core_communication\\task\\synchronise_providers_task',0,1730765220,'7','0','*','*','2',0,0,0,NULL,NULL,NULL),(122,'moodle','\\core\\task\\automated_backup_report_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(123,'moodle','\\core\\task\\update_geoip2file_task',0,1731056400,'0','9','*','*','5',0,0,1,NULL,NULL,NULL),(124,'moodle','\\core\\task\\stored_progress_bar_cleanup_task',0,1730768400,'00','01','*','*','*',0,0,0,NULL,NULL,NULL),(125,'mod_assign','\\mod_assign\\task\\queue_all_assignment_due_soon_notification_tasks',0,1730731200,'40','*/2','*','*','*',0,0,0,NULL,NULL,NULL),(126,'mod_assign','\\mod_assign\\task\\queue_all_assignment_overdue_notification_tasks',0,1730729400,'10','*/1','*','*','*',0,0,0,NULL,NULL,NULL),(127,'mod_assign','\\mod_assign\\task\\queue_all_assignment_due_digest_notification_tasks',0,1730769600,'20','1','*','*','*',0,0,0,NULL,NULL,NULL),(128,'mod_quiz','\\mod_quiz\\task\\queue_all_quiz_open_notification_tasks',0,1730731800,'50','*/2','*','*','*',0,0,0,NULL,NULL,NULL),(129,'customfield_number','\\customfield_number\\task\\cron',0,1730774880,'48','2','*','*','*',0,0,0,NULL,NULL,NULL); +INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1736244000,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1736244300,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1736244600,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1736307960,'46','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1736241900,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1736242200,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1736242500,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1736294400,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1736311800,'50','4','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1736381520,'12','0','*','*','4',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1736280120,'2','20','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1736243400,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1736243400,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1736241900,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1736254500,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1736254500,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1736242200,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1736252100,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1736294400,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1736251200,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1736243040,'44','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1736245020,'17','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1736302560,'16','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1736242200,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1736242920,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1730764800,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1730797620,'7','9','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1730764800,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1730764800,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1730728200,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1730729700,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1730729400,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1730786400,'0','6','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1730728620,'57','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1731219840,'24','6','*','*','0',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1730966220,'57','7','*','*','4',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1730782800,'0','5','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1730772000,'0','2','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1730728800,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1730804400,'0','11','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1730786400,'0','6','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1730747040,'4','19','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1730776380,'13','3','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1730780280,'18','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1730771700,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1730743980,'13','18','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1730730600,'30','14','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1730782320,'52','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1736294400,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1736241900,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1736307900,'45','3','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1738393140,'59','6','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1736294760,'6','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1730803620,'47','10','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1730726820,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1730727000,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1730748960,'36','19','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1730757600,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1730756340,'39','21','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1730726880,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1736295600,'20','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1730797500,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1730767800,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1730727000,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1731283200,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1730727960,'46','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1730727000,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1730729220,'7','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1736297280,'48','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1736296560,'36','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1736298000,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1736298000,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1730768280,'58','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1730764800,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(121,'moodle','\\core_communication\\task\\synchronise_providers_task',0,1736560140,'49','1','*','*','6',0,0,0,NULL,NULL,NULL),(122,'moodle','\\core\\task\\automated_backup_report_task',0,1736241840,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(123,'moodle','\\core\\task\\update_geoip2file_task',0,1736766000,'0','11','*','*','1',0,0,1,NULL,NULL,NULL),(124,'moodle','\\core\\task\\stored_progress_bar_cleanup_task',0,1736298000,'00','01','*','*','*',0,0,0,NULL,NULL,NULL),(125,'mod_assign','\\mod_assign\\task\\queue_all_assignment_due_soon_notification_tasks',0,1730731200,'40','*/2','*','*','*',0,0,0,NULL,NULL,NULL),(126,'mod_assign','\\mod_assign\\task\\queue_all_assignment_overdue_notification_tasks',0,1730729400,'10','*/1','*','*','*',0,0,0,NULL,NULL,NULL),(127,'mod_assign','\\mod_assign\\task\\queue_all_assignment_due_digest_notification_tasks',0,1730769600,'20','1','*','*','*',0,0,0,NULL,NULL,NULL),(128,'mod_quiz','\\mod_quiz\\task\\queue_all_quiz_open_notification_tasks',0,1730731800,'50','*/2','*','*','*',0,0,0,NULL,NULL,NULL),(129,'customfield_number','\\customfield_number\\task\\cron',0,1730774880,'48','2','*','*','*',0,0,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; UNLOCK TABLES; @@ -31183,7 +31500,7 @@ CREATE TABLE `m_upgrade_log` ( KEY `m_upgrlog_tim_ix` (`timemodified`), KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), KEY `m_upgrlog_use_ix` (`userid`) -) ENGINE=InnoDB AUTO_INCREMENT=10944 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +) ENGINE=InnoDB AUTO_INCREMENT=10984 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -31193,7 +31510,7 @@ CREATE TABLE `m_upgrade_log` ( LOCK TABLES `m_upgrade_log` WRITE; /*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023100900','Starting core upgrade',NULL,'',0,1696857215),(6766,0,'core','2023051500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6767,0,'core','2023062200','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6768,0,'core','2023062700.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6769,0,'core','2023062900.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6770,0,'core','2023080100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6771,0,'core','2023081500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6772,0,'core','2023081800.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6773,0,'core','2023082200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6774,0,'core','2023082200.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6775,0,'core','2023082200.04','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6776,0,'core','2023082600.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6777,0,'core','2023082600.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6778,0,'core','2023082600.05','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6779,0,'core','2023090100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6780,0,'core','2023090200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6781,0,'core','2023091300.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6782,0,'core','2023100400.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6783,0,'core','2023100400.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6784,0,'core','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6785,0,'core','2023100900','2023100900','Core upgraded',NULL,'',0,1696857217),(6786,0,'antivirus_clamav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6787,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6788,0,'antivirus_clamav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6789,0,'availability_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6790,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6791,0,'availability_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6792,0,'availability_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6793,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6794,0,'availability_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6795,0,'availability_grade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6796,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6797,0,'availability_grade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6798,0,'availability_group','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6799,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6800,0,'availability_group','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6801,0,'availability_grouping','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6802,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6803,0,'availability_grouping','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6804,0,'availability_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6805,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6806,0,'availability_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6807,0,'qtype_calculated','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6808,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6809,0,'qtype_calculated','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6810,0,'qtype_calculatedmulti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6811,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6812,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6813,0,'qtype_calculatedsimple','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6814,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6815,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6816,0,'qtype_ddimageortext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6817,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6818,0,'qtype_ddimageortext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6819,0,'qtype_ddmarker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6820,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6821,0,'qtype_ddmarker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6822,0,'qtype_ddwtos','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6823,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6824,0,'qtype_ddwtos','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6825,0,'qtype_description','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6826,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6827,0,'qtype_description','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6828,0,'qtype_essay','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6829,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6830,0,'qtype_essay','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6831,0,'qtype_essaywiris','2023020702','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6832,0,'qtype_essaywiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6833,0,'qtype_essaywiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6834,0,'qtype_gapselect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6835,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6836,0,'qtype_gapselect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6837,0,'qtype_match','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6838,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6839,0,'qtype_match','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6840,0,'qtype_matchwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6841,0,'qtype_matchwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6842,0,'qtype_matchwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6843,0,'qtype_missingtype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6844,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6845,0,'qtype_missingtype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6846,0,'qtype_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6847,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6848,0,'qtype_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6849,0,'qtype_multianswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6850,0,'qtype_multianswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6851,0,'qtype_multianswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6852,0,'qtype_multichoice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6853,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6854,0,'qtype_multichoice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6855,0,'qtype_multichoicewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6856,0,'qtype_multichoicewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6857,0,'qtype_multichoicewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6858,0,'qtype_numerical','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6859,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6860,0,'qtype_numerical','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6861,0,'qtype_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6862,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6863,0,'qtype_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6864,0,'qtype_randomsamatch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6865,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6866,0,'qtype_randomsamatch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6867,0,'qtype_shortanswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6868,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6869,0,'qtype_shortanswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6870,0,'qtype_shortanswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6871,0,'qtype_shortanswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6872,0,'qtype_shortanswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6873,0,'qtype_truefalse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6874,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6875,0,'qtype_truefalse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6876,0,'qtype_truefalsewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6877,0,'qtype_truefalsewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6878,0,'qtype_truefalsewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6879,0,'qtype_wq','2023020701','2023092202','Starting plugin upgrade',NULL,'',0,1696857218),(6880,0,'qtype_wq','2023092202','2023092202','Upgrade savepoint reached',NULL,'',0,1696857218),(6881,0,'qtype_wq','2023092202','2023092202','Plugin upgraded',NULL,'',0,1696857218),(6882,0,'mod_assign','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6883,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6884,0,'mod_assign','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6885,0,'mod_bigbluebuttonbn','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6886,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6887,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6888,0,'mod_book','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6889,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6890,0,'mod_book','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6891,0,'mod_chat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6892,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6893,0,'mod_chat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6894,0,'mod_choice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6895,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6896,0,'mod_choice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6897,0,'mod_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6898,0,'mod_data','2023061300','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6899,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6900,0,'mod_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6901,0,'mod_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6902,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6903,0,'mod_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6904,0,'mod_folder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6905,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6906,0,'mod_folder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6907,0,'mod_forum','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6908,0,'mod_forum','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6909,0,'mod_forum','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6910,0,'mod_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6911,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6912,0,'mod_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6913,0,'mod_h5pactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6914,0,'mod_h5pactivity','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6915,0,'mod_h5pactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6916,0,'mod_h5pactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6917,0,'mod_imscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6918,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6919,0,'mod_imscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6920,0,'mod_label','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6921,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6922,0,'mod_label','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6923,0,'mod_lesson','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6924,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6925,0,'mod_lesson','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6926,0,'mod_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6927,0,'mod_lti','2023070501','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6928,0,'mod_lti','2023081101','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6929,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6930,0,'mod_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6931,0,'mod_page','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6932,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6933,0,'mod_page','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6934,0,'mod_quiz','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6935,0,'mod_quiz','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6936,0,'mod_quiz','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6937,0,'mod_quiz','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6938,0,'mod_resource','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6939,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6940,0,'mod_resource','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6941,0,'mod_scorm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6942,0,'mod_scorm','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6943,0,'mod_scorm','2023042402','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6944,0,'mod_scorm','2023042403','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6945,0,'mod_scorm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6946,0,'mod_scorm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6947,0,'mod_survey','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6948,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6949,0,'mod_survey','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6950,0,'mod_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6951,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6952,0,'mod_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6953,0,'mod_wiki','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6954,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6955,0,'mod_wiki','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6956,0,'mod_workshop','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6957,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6958,0,'mod_workshop','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6959,0,'auth_cas','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6960,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6961,0,'auth_cas','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6962,0,'auth_db','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6963,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6964,0,'auth_db','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6965,0,'auth_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6966,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6967,0,'auth_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6968,0,'auth_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6969,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6970,0,'auth_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6971,0,'auth_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6972,0,'auth_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6973,0,'auth_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6974,0,'auth_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6975,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6976,0,'auth_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6977,0,'auth_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6978,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6979,0,'auth_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6980,0,'auth_nologin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6981,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6982,0,'auth_nologin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6983,0,'auth_none','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6984,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6985,0,'auth_none','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6986,0,'auth_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6987,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6988,0,'auth_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6989,0,'auth_shibboleth','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6990,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6991,0,'auth_shibboleth','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6992,0,'auth_webservice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6993,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6994,0,'auth_webservice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6995,0,'calendartype_gregorian','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6996,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6997,0,'calendartype_gregorian','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6998,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(6999,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7000,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7001,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(7002,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7003,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7004,0,'customfield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7005,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7006,0,'customfield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7007,0,'customfield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7008,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7009,0,'customfield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7010,0,'customfield_select','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7011,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7012,0,'customfield_select','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7013,0,'customfield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7014,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7015,0,'customfield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7016,0,'customfield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7017,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7018,0,'customfield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7019,0,'enrol_category','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7020,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7021,0,'enrol_category','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7022,0,'enrol_cohort','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7023,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7024,0,'enrol_cohort','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7025,0,'enrol_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7026,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7027,0,'enrol_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7028,0,'enrol_fee','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7029,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7030,0,'enrol_fee','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7031,0,'enrol_flatfile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7032,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7033,0,'enrol_flatfile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7034,0,'enrol_guest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7035,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7036,0,'enrol_guest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7037,0,'enrol_imsenterprise','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7038,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7039,0,'enrol_imsenterprise','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7040,0,'enrol_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7041,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7042,0,'enrol_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7043,0,'enrol_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7044,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7045,0,'enrol_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7046,0,'enrol_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7047,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7048,0,'enrol_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7049,0,'enrol_meta','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7050,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7051,0,'enrol_meta','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7052,0,'enrol_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7053,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7054,0,'enrol_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7055,0,'enrol_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7056,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7057,0,'enrol_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7058,0,'enrol_self','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7059,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7060,0,'enrol_self','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7061,0,'message_airnotifier','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7062,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7063,0,'message_airnotifier','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7064,0,'message_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7065,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7066,0,'message_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7067,0,'message_popup','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7068,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7069,0,'message_popup','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7070,0,'block_accessreview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7071,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7072,0,'block_accessreview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7073,0,'block_activity_modules','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7074,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7075,0,'block_activity_modules','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7076,0,'block_activity_results','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7077,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7078,0,'block_activity_results','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7079,0,'block_admin_bookmarks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7080,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7081,0,'block_admin_bookmarks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7082,0,'block_badges','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7083,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7084,0,'block_badges','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7085,0,'block_blog_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7086,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7087,0,'block_blog_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7088,0,'block_blog_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7089,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7090,0,'block_blog_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7091,0,'block_blog_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7092,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7093,0,'block_blog_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7094,0,'block_calendar_month','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7095,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7096,0,'block_calendar_month','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7097,0,'block_calendar_upcoming','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7098,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7099,0,'block_calendar_upcoming','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7100,0,'block_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7101,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7102,0,'block_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7103,0,'block_completionstatus','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7104,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7105,0,'block_completionstatus','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7106,0,'block_course_list','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7107,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7108,0,'block_course_list','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7109,0,'block_course_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7110,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7111,0,'block_course_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7112,0,'block_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7113,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7114,0,'block_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7115,0,'block_globalsearch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7116,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7117,0,'block_globalsearch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7118,0,'block_glossary_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7119,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7120,0,'block_glossary_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7121,0,'block_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7122,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7123,0,'block_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7124,0,'block_login','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7125,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7126,0,'block_login','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7127,0,'block_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7128,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7129,0,'block_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7130,0,'block_mentees','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7131,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7132,0,'block_mentees','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7133,0,'block_mnet_hosts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7134,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7135,0,'block_mnet_hosts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7136,0,'block_myoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7137,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7138,0,'block_myoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7139,0,'block_myprofile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7140,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7141,0,'block_myprofile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7142,0,'block_navigation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7143,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7144,0,'block_navigation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7145,0,'block_news_items','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7146,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7147,0,'block_news_items','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7148,0,'block_online_users','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7149,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7150,0,'block_online_users','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7151,0,'block_private_files','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7152,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7153,0,'block_private_files','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7154,0,'block_recent_activity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7155,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7156,0,'block_recent_activity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7157,0,'block_recentlyaccessedcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7158,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7159,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7160,0,'block_recentlyaccesseditems','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7161,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7162,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7163,0,'block_rss_client','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7164,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7165,0,'block_rss_client','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7166,0,'block_search_forums','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7167,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7168,0,'block_search_forums','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7169,0,'block_section_links','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7170,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7171,0,'block_section_links','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7172,0,'block_selfcompletion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7173,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7174,0,'block_selfcompletion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7175,0,'block_settings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7176,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7177,0,'block_settings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7178,0,'block_site_main_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7179,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7180,0,'block_site_main_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7181,0,'block_social_activities','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7182,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7183,0,'block_social_activities','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7184,0,'block_starredcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7185,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7186,0,'block_starredcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7187,0,'block_tag_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7188,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7189,0,'block_tag_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7190,0,'block_tag_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7191,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7192,0,'block_tag_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7193,0,'block_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7194,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7195,0,'block_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7196,0,'block_timeline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7197,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7198,0,'block_timeline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7199,0,'media_html5audio','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7200,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7201,0,'media_html5audio','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7202,0,'media_html5video','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7203,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7204,0,'media_html5video','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7205,0,'media_videojs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7206,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7207,0,'media_videojs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7208,0,'media_vimeo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7209,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7210,0,'media_vimeo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7211,0,'media_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7212,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7213,0,'media_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7214,0,'filter_activitynames','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7215,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7216,0,'filter_activitynames','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7217,0,'filter_algebra','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7218,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7219,0,'filter_algebra','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7220,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857223),(7221,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7222,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1696857223),(7223,0,'filter_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7224,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7225,0,'filter_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7226,0,'filter_displayh5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7227,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7228,0,'filter_displayh5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7229,0,'filter_emailprotect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7230,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7231,0,'filter_emailprotect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7232,0,'filter_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7233,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7234,0,'filter_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7235,0,'filter_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7236,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7237,0,'filter_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7238,0,'filter_mathjaxloader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7239,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7240,0,'filter_mathjaxloader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7241,0,'filter_mediaplugin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7242,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7243,0,'filter_mediaplugin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7244,0,'filter_multilang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7245,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7246,0,'filter_multilang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7247,0,'filter_tex','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7248,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7249,0,'filter_tex','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7250,0,'filter_tidy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7251,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7252,0,'filter_tidy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7253,0,'filter_urltolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7254,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7255,0,'filter_urltolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7256,0,'filter_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7257,0,'filter_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7258,0,'filter_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7259,0,'editor_atto','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7260,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7261,0,'editor_atto','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7262,0,'editor_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7263,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7264,0,'editor_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7265,0,'editor_tiny','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7266,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7267,0,'editor_tiny','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7268,0,'format_singleactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7269,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7270,0,'format_singleactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7271,0,'format_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7272,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7273,0,'format_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7274,0,'format_topics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7275,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7276,0,'format_topics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7277,0,'format_weeks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7278,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7279,0,'format_weeks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7280,0,'dataformat_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7281,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7282,0,'dataformat_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7283,0,'dataformat_excel','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7284,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7285,0,'dataformat_excel','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7286,0,'dataformat_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7287,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7288,0,'dataformat_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7289,0,'dataformat_json','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7290,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7291,0,'dataformat_json','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7292,0,'dataformat_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7293,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7294,0,'dataformat_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7295,0,'dataformat_pdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7296,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7297,0,'dataformat_pdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7298,0,'profilefield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7299,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7300,0,'profilefield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7301,0,'profilefield_datetime','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7302,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7303,0,'profilefield_datetime','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7304,0,'profilefield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7305,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7306,0,'profilefield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7307,0,'profilefield_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7308,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7309,0,'profilefield_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7310,0,'profilefield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7311,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7312,0,'profilefield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7313,0,'profilefield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7314,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7315,0,'profilefield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7316,0,'report_backups','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7317,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7318,0,'report_backups','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7319,0,'report_competency','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7320,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7321,0,'report_competency','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7322,0,'report_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7323,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7324,0,'report_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7325,0,'report_configlog','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7326,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7327,0,'report_configlog','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7328,0,'report_courseoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7329,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7330,0,'report_courseoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7331,0,'report_eventlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7332,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7333,0,'report_eventlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7334,0,'report_infectedfiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7335,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7336,0,'report_infectedfiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7337,0,'report_insights','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7338,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7339,0,'report_insights','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7340,0,'report_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7341,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7342,0,'report_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7343,0,'report_loglive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7344,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7345,0,'report_loglive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7346,0,'report_outline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7347,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7348,0,'report_outline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7349,0,'report_participation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7350,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7351,0,'report_participation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7352,0,'report_performance','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7353,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7354,0,'report_performance','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7355,0,'report_progress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7356,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7357,0,'report_progress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7358,0,'report_questioninstances','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7359,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7360,0,'report_questioninstances','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7361,0,'report_security','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7362,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7363,0,'report_security','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7364,0,'report_stats','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7365,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7366,0,'report_stats','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7367,0,'report_status','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7368,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7369,0,'report_status','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7370,0,'report_usersessions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7371,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7372,0,'report_usersessions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7373,0,'gradeexport_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7374,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7375,0,'gradeexport_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7376,0,'gradeexport_txt','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7377,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7378,0,'gradeexport_txt','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7379,0,'gradeexport_xls','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7380,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7381,0,'gradeexport_xls','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7382,0,'gradeexport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7383,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7384,0,'gradeexport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7385,0,'gradeimport_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7386,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7387,0,'gradeimport_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7388,0,'gradeimport_direct','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7389,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7390,0,'gradeimport_direct','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7391,0,'gradeimport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7392,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7393,0,'gradeimport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7394,0,'gradereport_grader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7395,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7396,0,'gradereport_grader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7397,0,'gradereport_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7398,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7399,0,'gradereport_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7400,0,'gradereport_outcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7401,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7402,0,'gradereport_outcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7403,0,'gradereport_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7404,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7405,0,'gradereport_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7406,0,'gradereport_singleview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7407,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7408,0,'gradereport_singleview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7409,0,'gradereport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7410,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7411,0,'gradereport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7412,0,'gradereport_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7413,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7414,0,'gradereport_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7415,0,'gradingform_guide','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7416,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7417,0,'gradingform_guide','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7418,0,'gradingform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7419,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7420,0,'gradingform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7421,0,'mlbackend_php','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7422,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7423,0,'mlbackend_php','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7424,0,'mlbackend_python','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7425,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7426,0,'mlbackend_python','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7427,0,'mnetservice_enrol','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7428,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7429,0,'mnetservice_enrol','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7430,0,'webservice_rest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7431,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7432,0,'webservice_rest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7433,0,'webservice_soap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7434,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7435,0,'webservice_soap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7436,0,'repository_areafiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7437,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7438,0,'repository_areafiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7439,0,'repository_contentbank','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7440,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7441,0,'repository_contentbank','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7442,0,'repository_coursefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7443,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7444,0,'repository_coursefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7445,0,'repository_dropbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7446,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7447,0,'repository_dropbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7448,0,'repository_equella','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7449,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7450,0,'repository_equella','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7451,0,'repository_filesystem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7452,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7453,0,'repository_filesystem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7454,0,'repository_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7455,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7456,0,'repository_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7457,0,'repository_flickr_public','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7458,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7459,0,'repository_flickr_public','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7460,0,'repository_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7461,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7462,0,'repository_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7463,0,'repository_local','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7464,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7465,0,'repository_local','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7466,0,'repository_merlot','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7467,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7468,0,'repository_merlot','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7469,0,'repository_nextcloud','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7470,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7471,0,'repository_nextcloud','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7472,0,'repository_onedrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7473,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7474,0,'repository_onedrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7475,0,'repository_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7476,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7477,0,'repository_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7478,0,'repository_s3','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7479,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7480,0,'repository_s3','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7481,0,'repository_upload','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7482,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7483,0,'repository_upload','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7484,0,'repository_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7485,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7486,0,'repository_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7487,0,'repository_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7488,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7489,0,'repository_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7490,0,'repository_webdav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7491,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7492,0,'repository_webdav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7493,0,'repository_wikimedia','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7494,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7495,0,'repository_wikimedia','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7496,0,'repository_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7497,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7498,0,'repository_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7499,0,'portfolio_download','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7500,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7501,0,'portfolio_download','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7502,0,'portfolio_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7503,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7504,0,'portfolio_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7505,0,'portfolio_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7506,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7507,0,'portfolio_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7508,0,'portfolio_mahara','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7509,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7510,0,'portfolio_mahara','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7511,0,'search_simpledb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7512,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7513,0,'search_simpledb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7514,0,'search_solr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7515,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7516,0,'search_solr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7517,0,'qbank_bulkmove','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7518,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7519,0,'qbank_bulkmove','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7520,0,'qbank_columnsortorder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7521,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7522,0,'qbank_columnsortorder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7523,0,'qbank_comment','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7524,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7525,0,'qbank_comment','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7526,0,'qbank_customfields','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7527,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7528,0,'qbank_customfields','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7529,0,'qbank_deletequestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7530,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7531,0,'qbank_deletequestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7532,0,'qbank_editquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7533,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7534,0,'qbank_editquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7535,0,'qbank_exportquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7536,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7537,0,'qbank_exportquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7538,0,'qbank_exporttoxml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7539,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7540,0,'qbank_exporttoxml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7541,0,'qbank_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7542,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7543,0,'qbank_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7544,0,'qbank_importquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7545,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7546,0,'qbank_importquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7547,0,'qbank_managecategories','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7548,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7549,0,'qbank_managecategories','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7550,0,'qbank_previewquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7551,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7552,0,'qbank_previewquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7553,0,'qbank_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7554,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7555,0,'qbank_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7556,0,'qbank_tagquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7557,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7558,0,'qbank_tagquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7559,0,'qbank_usage','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7560,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7561,0,'qbank_usage','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7562,0,'qbank_viewcreator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7563,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7564,0,'qbank_viewcreator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7565,0,'qbank_viewquestionname','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7566,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7567,0,'qbank_viewquestionname','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7568,0,'qbank_viewquestiontext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7569,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7570,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7571,0,'qbank_viewquestiontype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7572,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7573,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7574,0,'qbehaviour_adaptive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7575,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7576,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7577,0,'qbehaviour_adaptivenopenalty','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7578,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7579,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7580,0,'qbehaviour_deferredcbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7581,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7582,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7583,0,'qbehaviour_deferredfeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7584,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7585,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7586,0,'qbehaviour_immediatecbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7587,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7588,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7589,0,'qbehaviour_immediatefeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7590,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7591,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7592,0,'qbehaviour_informationitem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7593,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7594,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7595,0,'qbehaviour_interactive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7596,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7597,0,'qbehaviour_interactive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7598,0,'qbehaviour_interactivecountback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7599,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7600,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7601,0,'qbehaviour_manualgraded','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7602,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7603,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7604,0,'qbehaviour_missing','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7605,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7606,0,'qbehaviour_missing','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7607,0,'qformat_aiken','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7608,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7609,0,'qformat_aiken','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7610,0,'qformat_blackboard_six','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7611,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7612,0,'qformat_blackboard_six','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7613,0,'qformat_gift','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7614,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7615,0,'qformat_gift','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7616,0,'qformat_missingword','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7617,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7618,0,'qformat_missingword','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7619,0,'qformat_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7620,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7621,0,'qformat_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7622,0,'qformat_xhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7623,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7624,0,'qformat_xhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7625,0,'qformat_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7626,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7627,0,'qformat_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7628,0,'tool_admin_presets','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7629,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7630,0,'tool_admin_presets','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7631,0,'tool_analytics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7632,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7633,0,'tool_analytics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7634,0,'tool_availabilityconditions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7635,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7636,0,'tool_availabilityconditions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7637,0,'tool_behat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7638,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7639,0,'tool_behat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7640,0,'tool_brickfield','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7641,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7642,0,'tool_brickfield','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7643,0,'tool_capability','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7644,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7645,0,'tool_capability','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7646,0,'tool_cohortroles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7647,0,'tool_cohortroles','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7648,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7649,0,'tool_cohortroles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7650,0,'tool_componentlibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7651,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7652,0,'tool_componentlibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7653,0,'tool_customlang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7654,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7655,0,'tool_customlang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7656,0,'tool_dataprivacy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7657,0,'tool_dataprivacy','2023062700','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7658,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7659,0,'tool_dataprivacy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7660,0,'tool_dbtransfer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7661,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7662,0,'tool_dbtransfer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7663,0,'tool_filetypes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7664,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7665,0,'tool_filetypes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7666,0,'tool_generator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7667,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7668,0,'tool_generator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7669,0,'tool_httpsreplace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7670,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7671,0,'tool_httpsreplace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7672,0,'tool_innodb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7673,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7674,0,'tool_innodb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7675,0,'tool_installaddon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7676,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7677,0,'tool_installaddon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7678,0,'tool_langimport','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7679,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7680,0,'tool_langimport','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7681,0,'tool_licensemanager','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7682,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7683,0,'tool_licensemanager','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7684,0,'tool_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7685,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7686,0,'tool_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7687,0,'tool_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7688,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7689,0,'tool_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7690,0,'tool_lpimportcsv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7691,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7692,0,'tool_lpimportcsv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7693,0,'tool_lpmigrate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7694,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7695,0,'tool_lpmigrate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7696,0,'tool_messageinbound','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7697,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7698,0,'tool_messageinbound','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7699,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857229),(7700,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7701,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1696857229),(7702,0,'tool_mobile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7703,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7704,0,'tool_mobile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7705,0,'tool_monitor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7706,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7707,0,'tool_monitor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7708,0,'tool_moodlenet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7709,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7710,0,'tool_moodlenet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7711,0,'tool_multilangupgrade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7712,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7713,0,'tool_multilangupgrade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7714,0,'tool_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7715,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7716,0,'tool_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7717,0,'tool_phpunit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7718,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7719,0,'tool_phpunit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7720,0,'tool_policy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7721,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7722,0,'tool_policy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7723,0,'tool_profiling','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7724,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7725,0,'tool_profiling','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7726,0,'tool_recyclebin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7727,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7728,0,'tool_recyclebin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7729,0,'tool_replace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7730,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7731,0,'tool_replace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7732,0,'tool_spamcleaner','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7733,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7734,0,'tool_spamcleaner','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7735,0,'tool_task','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7736,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7737,0,'tool_task','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7738,0,'tool_templatelibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7739,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7740,0,'tool_templatelibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7741,0,'tool_unsuproles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7742,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7743,0,'tool_unsuproles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7744,0,'tool_uploadcourse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7745,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7746,0,'tool_uploadcourse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7747,0,'tool_uploaduser','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7748,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7749,0,'tool_uploaduser','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7750,0,'tool_usertours','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7751,0,'tool_usertours','2023053000','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7752,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7753,0,'tool_usertours','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7754,0,'tool_xmldb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7755,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7756,0,'tool_xmldb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7757,0,'cachestore_apcu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7758,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7759,0,'cachestore_apcu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7760,0,'cachestore_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7761,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7762,0,'cachestore_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7763,0,'cachestore_redis','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7764,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7765,0,'cachestore_redis','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7766,0,'cachestore_session','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7767,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7768,0,'cachestore_session','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7769,0,'cachestore_static','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7770,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7771,0,'cachestore_static','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7772,0,'cachelock_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7773,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7774,0,'cachelock_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7775,0,'fileconverter_googledrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7776,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7777,0,'fileconverter_googledrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7778,0,'fileconverter_unoconv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7779,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7780,0,'fileconverter_unoconv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7781,0,'contenttype_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7782,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7783,0,'contenttype_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7784,0,'theme_boost','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7785,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7786,0,'theme_boost','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7787,0,'theme_classic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7788,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7789,0,'theme_classic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7790,0,'local_wirisquizzes','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857230),(7791,0,'local_wirisquizzes','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857230),(7792,0,'local_wirisquizzes','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857230),(7793,0,'h5plib_v124','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7794,0,'h5plib_v124','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7795,0,'h5plib_v124','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7796,0,'paygw_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7797,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7798,0,'paygw_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7799,0,'assignsubmission_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7800,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7801,0,'assignsubmission_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7802,0,'assignsubmission_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7803,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7804,0,'assignsubmission_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7805,0,'assignsubmission_onlinetext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7806,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7807,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7808,0,'assignfeedback_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7809,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7810,0,'assignfeedback_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7811,0,'assignfeedback_editpdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7812,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7813,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7814,0,'assignfeedback_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7815,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7816,0,'assignfeedback_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7817,0,'assignfeedback_offline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7818,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7819,0,'assignfeedback_offline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7820,0,'booktool_exportimscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7821,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7822,0,'booktool_exportimscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7823,0,'booktool_importhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7824,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7825,0,'booktool_importhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7826,0,'booktool_print','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7827,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7828,0,'booktool_print','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7829,0,'datafield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7830,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7831,0,'datafield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7832,0,'datafield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7833,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7834,0,'datafield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7835,0,'datafield_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7836,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7837,0,'datafield_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7838,0,'datafield_latlong','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7839,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7840,0,'datafield_latlong','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7841,0,'datafield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7842,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7843,0,'datafield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7844,0,'datafield_multimenu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7845,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7846,0,'datafield_multimenu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7847,0,'datafield_number','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7848,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7849,0,'datafield_number','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7850,0,'datafield_picture','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7851,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7852,0,'datafield_picture','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7853,0,'datafield_radiobutton','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7854,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7855,0,'datafield_radiobutton','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7856,0,'datafield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7857,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7858,0,'datafield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7859,0,'datafield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7860,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7861,0,'datafield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7862,0,'datafield_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7863,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7864,0,'datafield_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7865,0,'datapreset_imagegallery','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7866,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7867,0,'datapreset_imagegallery','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7868,0,'datapreset_journal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7869,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7870,0,'datapreset_journal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7871,0,'datapreset_proposals','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7872,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7873,0,'datapreset_proposals','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7874,0,'datapreset_resources','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7875,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7876,0,'datapreset_resources','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7877,0,'forumreport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7878,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7879,0,'forumreport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7880,0,'ltiservice_basicoutcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7881,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7882,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7883,0,'ltiservice_gradebookservices','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7884,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7885,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7886,0,'ltiservice_memberships','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7887,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7888,0,'ltiservice_memberships','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7889,0,'ltiservice_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7890,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7891,0,'ltiservice_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7892,0,'ltiservice_toolproxy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7893,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7894,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7895,0,'ltiservice_toolsettings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7896,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7897,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7898,0,'quiz_grading','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7899,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7900,0,'quiz_grading','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7901,0,'quiz_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7902,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7903,0,'quiz_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7904,0,'quiz_responses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7905,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7906,0,'quiz_responses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7907,0,'quiz_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7908,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7909,0,'quiz_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7910,0,'quizaccess_delaybetweenattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7911,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7912,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7913,0,'quizaccess_ipaddress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7914,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7915,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7916,0,'quizaccess_numattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7917,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7918,0,'quizaccess_numattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7919,0,'quizaccess_offlineattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7920,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7921,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7922,0,'quizaccess_openclosedate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7923,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7924,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7925,0,'quizaccess_password','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7926,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7927,0,'quizaccess_password','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7928,0,'quizaccess_seb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7929,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7930,0,'quizaccess_seb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7931,0,'quizaccess_securewindow','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7932,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7933,0,'quizaccess_securewindow','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7934,0,'quizaccess_timelimit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7935,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7936,0,'quizaccess_timelimit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7937,0,'scormreport_basic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7938,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7939,0,'scormreport_basic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7940,0,'scormreport_graphs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7941,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7942,0,'scormreport_graphs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7943,0,'scormreport_interactions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7944,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7945,0,'scormreport_interactions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7946,0,'scormreport_objectives','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7947,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7948,0,'scormreport_objectives','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7949,0,'workshopform_accumulative','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7950,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7951,0,'workshopform_accumulative','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7952,0,'workshopform_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7953,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7954,0,'workshopform_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7955,0,'workshopform_numerrors','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7956,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7957,0,'workshopform_numerrors','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7958,0,'workshopform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7959,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7960,0,'workshopform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7961,0,'workshopallocation_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7962,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7963,0,'workshopallocation_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7964,0,'workshopallocation_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7965,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7966,0,'workshopallocation_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7967,0,'workshopallocation_scheduled','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7968,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7969,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7970,0,'workshopeval_best','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7971,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7972,0,'workshopeval_best','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7973,0,'atto_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7974,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7975,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7976,0,'atto_accessibilityhelper','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7977,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7978,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7979,0,'atto_align','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7980,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7981,0,'atto_align','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7982,0,'atto_backcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7983,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7984,0,'atto_backcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7985,0,'atto_bold','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7986,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7987,0,'atto_bold','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7988,0,'atto_charmap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7989,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7990,0,'atto_charmap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7991,0,'atto_clear','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7992,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7993,0,'atto_clear','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7994,0,'atto_collapse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7995,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7996,0,'atto_collapse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7997,0,'atto_emojipicker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7998,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7999,0,'atto_emojipicker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8000,0,'atto_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8001,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8002,0,'atto_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8003,0,'atto_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8004,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8005,0,'atto_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8006,0,'atto_fontcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8007,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8008,0,'atto_fontcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8009,0,'atto_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8010,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8011,0,'atto_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8012,0,'atto_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8013,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8014,0,'atto_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8015,0,'atto_image','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8016,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8017,0,'atto_image','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8018,0,'atto_indent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8019,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8020,0,'atto_indent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8021,0,'atto_italic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8022,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8023,0,'atto_italic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8024,0,'atto_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8025,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8026,0,'atto_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8027,0,'atto_managefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8028,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8029,0,'atto_managefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8030,0,'atto_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8031,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8032,0,'atto_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8033,0,'atto_noautolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8034,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8035,0,'atto_noautolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8036,0,'atto_orderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8037,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8038,0,'atto_orderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8039,0,'atto_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8040,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8041,0,'atto_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8042,0,'atto_rtl','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8043,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8044,0,'atto_rtl','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8045,0,'atto_strike','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8046,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8047,0,'atto_strike','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8048,0,'atto_subscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8049,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8050,0,'atto_subscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8051,0,'atto_superscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8052,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8053,0,'atto_superscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8054,0,'atto_table','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8055,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8056,0,'atto_table','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8057,0,'atto_title','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8058,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8059,0,'atto_title','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8060,0,'atto_underline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8061,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8062,0,'atto_underline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8063,0,'atto_undo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8064,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8065,0,'atto_undo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8066,0,'atto_unorderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8067,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8068,0,'atto_unorderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8069,0,'atto_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8070,0,'atto_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8071,0,'atto_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8072,0,'tiny_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8073,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8074,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8075,0,'tiny_autosave','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8076,0,'tiny_autosave','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8077,0,'tiny_autosave','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8078,0,'tiny_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8079,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8080,0,'tiny_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8081,0,'tiny_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8082,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8083,0,'tiny_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8084,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8085,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8086,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8087,0,'tiny_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8088,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8089,0,'tiny_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8090,0,'tiny_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8091,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8092,0,'tiny_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8093,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8094,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8095,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8096,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8097,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8098,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8099,0,'tiny_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8100,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8101,0,'tiny_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8102,0,'tiny_wiris','2022112300','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8103,0,'tiny_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8104,0,'tiny_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8105,0,'logstore_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8106,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8107,0,'logstore_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8108,0,'logstore_standard','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8109,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8110,0,'logstore_standard','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8111,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8112,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8113,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8114,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8115,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8116,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8117,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8118,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8119,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8120,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8121,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8122,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8123,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8124,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8125,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8126,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8127,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8128,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8129,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8130,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8131,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8132,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8133,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8134,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8135,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8136,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8137,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8138,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8139,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8140,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8141,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8142,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8143,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8144,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8145,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8146,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8147,0,'core','2023100900','2024092400','Starting core upgrade',NULL,'',0,1727267217),(8148,0,'core','2023110900','2024092400','Upgrade savepoint reached',NULL,'',0,1727267217),(8149,0,'core','2023120100.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267217),(8150,0,'core','2023121800.02','2024092400','Upgrade savepoint reached',NULL,'',0,1727267217),(8151,0,'core','2023122100.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267218),(8152,0,'core','2023122100.02','2024092400','Upgrade savepoint reached',NULL,'',0,1727267218),(8153,0,'core','2024010400.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267218),(8154,0,'core','2024012300','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8155,0,'core','2024020200.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8156,0,'core','2024021500.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8157,0,'core','2024021500.02','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8158,0,'core','2024022300.02','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8159,0,'core','2024030500.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8160,0,'core','2024030500.02','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8161,0,'core','2024032600.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267219),(8162,0,'core','2024041200','2024092400','Upgrade savepoint reached',NULL,'',0,1727267220),(8163,0,'core','2024070500.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267220),(8164,0,'core','2024071900.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267220),(8165,0,'core','2024072600.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267220),(8166,0,'core','2024080500','2024092400','Upgrade savepoint reached',NULL,'',0,1727267220),(8167,0,'core','2024082900.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267221),(8168,0,'core','2024091000.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267221),(8169,0,'core','2024091700.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267221),(8170,0,'core','2024092000.01','2024092400','Upgrade savepoint reached',NULL,'',0,1727267221),(8171,0,'core','2024092400','2024092400','Upgrade savepoint reached',NULL,'',0,1727267221),(8172,0,'core','2024092400','2024092400','Core upgraded',NULL,'',0,1727267226),(8173,0,'aiplacement_courseassist',NULL,'2024061401','Starting plugin installation',NULL,'',0,1727267226),(8174,0,'aiplacement_courseassist','2024061401','2024061401','Upgrade savepoint reached',NULL,'',0,1727267226),(8175,0,'aiplacement_courseassist','2024061401','2024061401','Plugin installed',NULL,'',0,1727267226),(8176,0,'aiplacement_editor',NULL,'2024062200','Starting plugin installation',NULL,'',0,1727267226),(8177,0,'aiplacement_editor','2024062200','2024062200','Upgrade savepoint reached',NULL,'',0,1727267226),(8178,0,'aiplacement_editor','2024062200','2024062200','Plugin installed',NULL,'',0,1727267226),(8179,0,'aiprovider_azureai',NULL,'2024061400','Starting plugin installation',NULL,'',0,1727267226),(8180,0,'aiprovider_azureai','2024061400','2024061400','Upgrade savepoint reached',NULL,'',0,1727267226),(8181,0,'aiprovider_azureai','2024061400','2024061400','Plugin installed',NULL,'',0,1727267226),(8182,0,'aiprovider_openai',NULL,'2024091300','Starting plugin installation',NULL,'',0,1727267226),(8183,0,'aiprovider_openai','2024091300','2024091300','Upgrade savepoint reached',NULL,'',0,1727267226),(8184,0,'aiprovider_openai','2024091300','2024091300','Plugin installed',NULL,'',0,1727267226),(8185,0,'antivirus_clamav','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267226),(8186,0,'antivirus_clamav','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267226),(8187,0,'antivirus_clamav','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267226),(8188,0,'availability_completion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267226),(8189,0,'availability_completion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267226),(8190,0,'availability_completion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8191,0,'availability_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8192,0,'availability_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8193,0,'availability_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8194,0,'availability_grade','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8195,0,'availability_grade','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8196,0,'availability_grade','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8197,0,'availability_group','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8198,0,'availability_group','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8199,0,'availability_group','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8200,0,'availability_grouping','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8201,0,'availability_grouping','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8202,0,'availability_grouping','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8203,0,'availability_profile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8204,0,'availability_profile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8205,0,'availability_profile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8206,0,'qtype_calculated','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8207,0,'qtype_calculated','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8208,0,'qtype_calculated','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8209,0,'qtype_calculatedmulti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8210,0,'qtype_calculatedmulti','2024011700','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8211,0,'qtype_calculatedmulti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8212,0,'qtype_calculatedmulti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8213,0,'qtype_calculatedsimple','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8214,0,'qtype_calculatedsimple','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8215,0,'qtype_calculatedsimple','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8216,0,'qtype_ddimageortext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8217,0,'qtype_ddimageortext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8218,0,'qtype_ddimageortext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267227),(8219,0,'qtype_ddmarker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267227),(8220,0,'qtype_ddmarker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267227),(8221,0,'qtype_ddmarker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267228),(8222,0,'qtype_ddwtos','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267228),(8223,0,'qtype_ddwtos','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267228),(8224,0,'qtype_ddwtos','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267228),(8225,0,'qtype_description','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267228),(8226,0,'qtype_description','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267228),(8227,0,'qtype_description','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267228),(8228,0,'qtype_essay','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267228),(8229,0,'qtype_essay','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267228),(8230,0,'qtype_essay','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267228),(8231,0,'qtype_essaywiris','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267228),(8232,0,'qtype_essaywiris','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267228),(8233,0,'qtype_essaywiris','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267228),(8234,0,'qtype_gapselect','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267228),(8235,0,'qtype_gapselect','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267228),(8236,0,'qtype_gapselect','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267228),(8237,0,'qtype_match','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267228),(8238,0,'qtype_match','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267228),(8239,0,'qtype_match','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267228),(8240,0,'qtype_matchwiris','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267228),(8241,0,'qtype_matchwiris','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267228),(8242,0,'qtype_matchwiris','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267229),(8243,0,'qtype_missingtype','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267229),(8244,0,'qtype_missingtype','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8245,0,'qtype_missingtype','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267229),(8246,0,'qtype_multianswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267229),(8247,0,'qtype_multianswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8248,0,'qtype_multianswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267229),(8249,0,'qtype_multianswerwiris','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267229),(8250,0,'qtype_multianswerwiris','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267229),(8251,0,'qtype_multianswerwiris','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267229),(8252,0,'qtype_multichoice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267229),(8253,0,'qtype_multichoice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8254,0,'qtype_multichoice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267229),(8255,0,'qtype_multichoicewiris','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267229),(8256,0,'qtype_multichoicewiris','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267229),(8257,0,'qtype_multichoicewiris','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267229),(8258,0,'qtype_numerical','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267229),(8259,0,'qtype_numerical','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8260,0,'qtype_numerical','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267229),(8261,0,'qtype_ordering',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727267229),(8262,0,'qtype_ordering','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8263,0,'qtype_ordering','2024042200','2024042200','Plugin installed',NULL,'',0,1727267229),(8264,0,'qtype_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267229),(8265,0,'qtype_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8266,0,'qtype_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267229),(8267,0,'qtype_randomsamatch','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267229),(8268,0,'qtype_randomsamatch','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267229),(8269,0,'qtype_randomsamatch','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267230),(8270,0,'qtype_shortanswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267230),(8271,0,'qtype_shortanswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267230),(8272,0,'qtype_shortanswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267230),(8273,0,'qtype_shortanswerwiris','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267230),(8274,0,'qtype_shortanswerwiris','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267230),(8275,0,'qtype_shortanswerwiris','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267230),(8276,0,'qtype_truefalse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267230),(8277,0,'qtype_truefalse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267230),(8278,0,'qtype_truefalse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267230),(8279,0,'qtype_truefalsewiris','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267230),(8280,0,'qtype_truefalsewiris','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267230),(8281,0,'qtype_truefalsewiris','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267230),(8282,0,'qtype_wq','2023092202','2024032203','Starting plugin upgrade',NULL,'',0,1727267230),(8283,0,'qtype_wq','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267230),(8284,0,'qtype_wq','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267230),(8285,0,'mod_assign','2023100900','2024082100','Starting plugin upgrade',NULL,'',0,1727267230),(8286,0,'mod_assign','2023103000','2024082100','Upgrade savepoint reached',NULL,'',0,1727267230),(8287,0,'mod_assign','2024042201','2024082100','Upgrade savepoint reached',NULL,'',0,1727267230),(8288,0,'mod_assign','2024082100','2024082100','Upgrade savepoint reached',NULL,'',0,1727267230),(8289,0,'mod_assign','2024082100','2024082100','Plugin upgraded',NULL,'',0,1727267231),(8290,0,'mod_bigbluebuttonbn','2023100900','2024071900','Starting plugin upgrade',NULL,'',0,1727267231),(8291,0,'mod_bigbluebuttonbn','2024071900','2024071900','Upgrade savepoint reached',NULL,'',0,1727267231),(8292,0,'mod_bigbluebuttonbn','2024071900','2024071900','Plugin upgraded',NULL,'',0,1727267231),(8293,0,'mod_book','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267231),(8294,0,'mod_book','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267231),(8295,0,'mod_book','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267231),(8296,0,'mod_chat','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267231),(8297,0,'mod_chat','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267231),(8298,0,'mod_chat','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267231),(8299,0,'mod_choice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267231),(8300,0,'mod_choice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267231),(8301,0,'mod_choice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267231),(8302,0,'mod_data','2023100900','2024053100','Starting plugin upgrade',NULL,'',0,1727267231),(8303,0,'mod_data','2024053100','2024053100','Upgrade savepoint reached',NULL,'',0,1727267231),(8304,0,'mod_data','2024053100','2024053100','Plugin upgraded',NULL,'',0,1727267231),(8305,0,'mod_feedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267231),(8306,0,'mod_feedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267231),(8307,0,'mod_feedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267231),(8308,0,'mod_folder','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267231),(8309,0,'mod_folder','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267231),(8310,0,'mod_folder','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267231),(8311,0,'mod_forum','2023100900','2024082100','Starting plugin upgrade',NULL,'',0,1727267231),(8312,0,'mod_forum','2024082100','2024082100','Upgrade savepoint reached',NULL,'',0,1727267231),(8313,0,'mod_forum','2024082100','2024082100','Plugin upgraded',NULL,'',0,1727267232),(8314,0,'mod_glossary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8315,0,'mod_glossary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8316,0,'mod_glossary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8317,0,'mod_h5pactivity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8318,0,'mod_h5pactivity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8319,0,'mod_h5pactivity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8320,0,'mod_imscp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8321,0,'mod_imscp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8322,0,'mod_imscp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8323,0,'mod_label','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8324,0,'mod_label','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8325,0,'mod_label','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8326,0,'mod_lesson','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8327,0,'mod_lesson','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8328,0,'mod_lesson','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8329,0,'mod_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8330,0,'mod_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8331,0,'mod_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8332,0,'mod_page','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267232),(8333,0,'mod_page','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267232),(8334,0,'mod_page','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267232),(8335,0,'mod_quiz','2023100900','2024072500','Starting plugin upgrade',NULL,'',0,1727267232),(8336,0,'mod_quiz','2023112300','2024072500','Upgrade savepoint reached',NULL,'',0,1727267232),(8337,0,'mod_quiz','2023112400','2024072500','Upgrade savepoint reached',NULL,'',0,1727267232),(8338,0,'mod_quiz','2023112401','2024072500','Upgrade savepoint reached',NULL,'',0,1727267233),(8339,0,'mod_quiz','2023112402','2024072500','Upgrade savepoint reached',NULL,'',0,1727267233),(8340,0,'mod_quiz','2024072500','2024072500','Upgrade savepoint reached',NULL,'',0,1727267233),(8341,0,'mod_quiz','2024072500','2024072500','Plugin upgraded',NULL,'',0,1727267233),(8342,0,'mod_resource','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267233),(8343,0,'mod_resource','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267233),(8344,0,'mod_resource','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267233),(8345,0,'mod_scorm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267233),(8346,0,'mod_scorm','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727267233),(8347,0,'mod_scorm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267233),(8348,0,'mod_scorm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267233),(8349,0,'mod_subsection',NULL,'2024080800','Starting plugin installation',NULL,'',0,1727267233),(8350,0,'mod_subsection','2024080800','2024080800','Upgrade savepoint reached',NULL,'',0,1727267233),(8351,0,'mod_subsection','2024080800','2024080800','Plugin installed',NULL,'',0,1727267233),(8352,0,'mod_survey','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267233),(8353,0,'mod_survey','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267233),(8354,0,'mod_survey','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267233),(8355,0,'mod_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8356,0,'mod_url','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8357,0,'mod_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8358,0,'mod_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8359,0,'mod_wiki','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8360,0,'mod_wiki','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8361,0,'mod_wiki','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8362,0,'mod_workshop','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8363,0,'mod_workshop','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8364,0,'mod_workshop','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8365,0,'auth_cas','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8366,0,'auth_cas','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8367,0,'auth_cas','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8368,0,'auth_db','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8369,0,'auth_db','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8370,0,'auth_db','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8371,0,'auth_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8372,0,'auth_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8373,0,'auth_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8374,0,'auth_ldap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8375,0,'auth_ldap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8376,0,'auth_ldap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8377,0,'auth_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8378,0,'auth_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8379,0,'auth_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8380,0,'auth_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8381,0,'auth_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267234),(8382,0,'auth_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267234),(8383,0,'auth_mnet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267234),(8384,0,'auth_mnet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8385,0,'auth_mnet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8386,0,'auth_nologin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8387,0,'auth_nologin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8388,0,'auth_nologin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8389,0,'auth_none','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8390,0,'auth_none','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8391,0,'auth_none','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8392,0,'auth_oauth2','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8393,0,'auth_oauth2','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8394,0,'auth_oauth2','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8395,0,'auth_shibboleth','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8396,0,'auth_shibboleth','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8397,0,'auth_shibboleth','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8398,0,'auth_webservice','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8399,0,'auth_webservice','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8400,0,'auth_webservice','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8401,0,'calendartype_gregorian','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8402,0,'calendartype_gregorian','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8403,0,'calendartype_gregorian','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8404,0,'communication_customlink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8405,0,'communication_customlink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8406,0,'communication_customlink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267235),(8407,0,'communication_matrix','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267235),(8408,0,'communication_matrix','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267235),(8409,0,'communication_matrix','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8410,0,'customfield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8411,0,'customfield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8412,0,'customfield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8413,0,'customfield_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8414,0,'customfield_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8415,0,'customfield_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8416,0,'customfield_number',NULL,'2024042202','Starting plugin installation',NULL,'',0,1727267236),(8417,0,'customfield_number','2024042202','2024042202','Upgrade savepoint reached',NULL,'',0,1727267236),(8418,0,'customfield_number','2024042202','2024042202','Plugin installed',NULL,'',0,1727267236),(8419,0,'customfield_select','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8420,0,'customfield_select','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8421,0,'customfield_select','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8422,0,'customfield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8423,0,'customfield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8424,0,'customfield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8425,0,'customfield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8426,0,'customfield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8427,0,'customfield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8428,0,'enrol_category','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8429,0,'enrol_category','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8430,0,'enrol_category','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8431,0,'enrol_cohort','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8432,0,'enrol_cohort','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8433,0,'enrol_cohort','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267236),(8434,0,'enrol_database','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727267236),(8435,0,'enrol_database','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727267236),(8436,0,'enrol_database','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727267236),(8437,0,'enrol_fee','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267236),(8438,0,'enrol_fee','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267236),(8439,0,'enrol_fee','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8440,0,'enrol_flatfile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8441,0,'enrol_flatfile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8442,0,'enrol_flatfile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8443,0,'enrol_guest','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8444,0,'enrol_guest','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8445,0,'enrol_guest','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8446,0,'enrol_imsenterprise','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8447,0,'enrol_imsenterprise','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8448,0,'enrol_imsenterprise','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8449,0,'enrol_ldap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8450,0,'enrol_ldap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8451,0,'enrol_ldap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8452,0,'enrol_lti','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8453,0,'enrol_lti','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8454,0,'enrol_lti','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8455,0,'enrol_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8456,0,'enrol_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8457,0,'enrol_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8458,0,'enrol_meta','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8459,0,'enrol_meta','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8460,0,'enrol_meta','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267237),(8461,0,'enrol_mnet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267237),(8462,0,'enrol_mnet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267237),(8463,0,'enrol_mnet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267238),(8464,0,'enrol_paypal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267238),(8465,0,'enrol_paypal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267238),(8466,0,'enrol_paypal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267238),(8467,0,'enrol_self','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267238),(8468,0,'enrol_self','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267238),(8469,0,'enrol_self','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267238),(8470,0,'message_airnotifier','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267238),(8471,0,'message_airnotifier','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267238),(8472,0,'message_airnotifier','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267238),(8473,0,'message_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267238),(8474,0,'message_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267238),(8475,0,'message_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267238),(8476,0,'message_popup','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267238),(8477,0,'message_popup','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267238),(8478,0,'message_popup','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8479,0,'block_accessreview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8480,0,'block_accessreview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8481,0,'block_accessreview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8482,0,'block_activity_modules','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8483,0,'block_activity_modules','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8484,0,'block_activity_modules','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8485,0,'block_activity_results','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8486,0,'block_activity_results','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8487,0,'block_activity_results','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8488,0,'block_admin_bookmarks','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8489,0,'block_admin_bookmarks','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8490,0,'block_admin_bookmarks','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8491,0,'block_badges','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8492,0,'block_badges','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8493,0,'block_badges','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8494,0,'block_blog_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8495,0,'block_blog_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8496,0,'block_blog_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8497,0,'block_blog_recent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8498,0,'block_blog_recent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8499,0,'block_blog_recent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8500,0,'block_blog_tags','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8501,0,'block_blog_tags','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8502,0,'block_blog_tags','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8503,0,'block_calendar_month','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8504,0,'block_calendar_month','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8505,0,'block_calendar_month','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8506,0,'block_calendar_upcoming','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8507,0,'block_calendar_upcoming','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267239),(8508,0,'block_calendar_upcoming','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267239),(8509,0,'block_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267239),(8510,0,'block_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8511,0,'block_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8512,0,'block_completionstatus','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8513,0,'block_completionstatus','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8514,0,'block_completionstatus','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8515,0,'block_course_list','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8516,0,'block_course_list','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8517,0,'block_course_list','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8518,0,'block_course_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8519,0,'block_course_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8520,0,'block_course_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8521,0,'block_feedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8522,0,'block_feedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8523,0,'block_feedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8524,0,'block_globalsearch','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8525,0,'block_globalsearch','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8526,0,'block_globalsearch','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8527,0,'block_glossary_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8528,0,'block_glossary_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8529,0,'block_glossary_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8530,0,'block_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8531,0,'block_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8532,0,'block_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8533,0,'block_login','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8534,0,'block_login','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8535,0,'block_login','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267240),(8536,0,'block_lp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267240),(8537,0,'block_lp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267240),(8538,0,'block_lp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8539,0,'block_mentees','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8540,0,'block_mentees','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8541,0,'block_mentees','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8542,0,'block_mnet_hosts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8543,0,'block_mnet_hosts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8544,0,'block_mnet_hosts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8545,0,'block_myoverview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8546,0,'block_myoverview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8547,0,'block_myoverview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8548,0,'block_myprofile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8549,0,'block_myprofile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8550,0,'block_myprofile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8551,0,'block_navigation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8552,0,'block_navigation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8553,0,'block_navigation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8554,0,'block_news_items','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8555,0,'block_news_items','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8556,0,'block_news_items','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8557,0,'block_online_users','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8558,0,'block_online_users','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8559,0,'block_online_users','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8560,0,'block_private_files','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8561,0,'block_private_files','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8562,0,'block_private_files','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8563,0,'block_recent_activity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267241),(8564,0,'block_recent_activity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267241),(8565,0,'block_recent_activity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267241),(8566,0,'block_recentlyaccessedcourses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8567,0,'block_recentlyaccessedcourses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8568,0,'block_recentlyaccessedcourses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8569,0,'block_recentlyaccesseditems','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8570,0,'block_recentlyaccesseditems','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8571,0,'block_recentlyaccesseditems','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8572,0,'block_rss_client','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8573,0,'block_rss_client','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8574,0,'block_rss_client','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8575,0,'block_search_forums','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8576,0,'block_search_forums','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8577,0,'block_search_forums','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8578,0,'block_section_links','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8579,0,'block_section_links','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8580,0,'block_section_links','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8581,0,'block_selfcompletion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8582,0,'block_selfcompletion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8583,0,'block_selfcompletion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8584,0,'block_settings','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8585,0,'block_settings','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8586,0,'block_settings','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8587,0,'block_site_main_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8588,0,'block_site_main_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8589,0,'block_site_main_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8590,0,'block_social_activities','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8591,0,'block_social_activities','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8592,0,'block_social_activities','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267242),(8593,0,'block_starredcourses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267242),(8594,0,'block_starredcourses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267242),(8595,0,'block_starredcourses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8596,0,'block_tag_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8597,0,'block_tag_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8598,0,'block_tag_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8599,0,'block_tag_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8600,0,'block_tag_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8601,0,'block_tag_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8602,0,'block_tags','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8603,0,'block_tags','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8604,0,'block_tags','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8605,0,'block_timeline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8606,0,'block_timeline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8607,0,'block_timeline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8608,0,'media_html5audio','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8609,0,'media_html5audio','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8610,0,'media_html5audio','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8611,0,'media_html5video','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8612,0,'media_html5video','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8613,0,'media_html5video','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8614,0,'media_videojs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8615,0,'media_videojs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8616,0,'media_videojs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8617,0,'media_vimeo','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8618,0,'media_vimeo','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8619,0,'media_vimeo','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8620,0,'media_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8621,0,'media_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8622,0,'media_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267243),(8623,0,'filter_activitynames','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267243),(8624,0,'filter_activitynames','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267243),(8625,0,'filter_activitynames','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8626,0,'filter_algebra','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8627,0,'filter_algebra','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8628,0,'filter_algebra','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8629,0,'filter_codehighlighter','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8630,0,'filter_codehighlighter','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8631,0,'filter_codehighlighter','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8632,0,'filter_data','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8633,0,'filter_data','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8634,0,'filter_data','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8635,0,'filter_displayh5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8636,0,'filter_displayh5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8637,0,'filter_displayh5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8638,0,'filter_emailprotect','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8639,0,'filter_emailprotect','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8640,0,'filter_emailprotect','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8641,0,'filter_emoticon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8642,0,'filter_emoticon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8643,0,'filter_emoticon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8644,0,'filter_glossary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8645,0,'filter_glossary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8646,0,'filter_glossary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8647,0,'filter_mathjaxloader','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8648,0,'filter_mathjaxloader','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8649,0,'filter_mathjaxloader','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8650,0,'filter_mediaplugin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8651,0,'filter_mediaplugin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8652,0,'filter_mediaplugin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8653,0,'filter_multilang','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267244),(8654,0,'filter_multilang','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267244),(8655,0,'filter_multilang','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267244),(8656,0,'filter_tex','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8657,0,'filter_tex','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8658,0,'filter_tex','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8659,0,'filter_urltolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8660,0,'filter_urltolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8661,0,'filter_urltolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8662,0,'filter_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727267245),(8663,0,'filter_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727267245),(8664,0,'filter_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727267245),(8665,0,'editor_atto','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8666,0,'editor_atto','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8667,0,'editor_atto','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8668,0,'editor_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8669,0,'editor_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8670,0,'editor_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8671,0,'editor_tiny','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8672,0,'editor_tiny','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8673,0,'editor_tiny','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8674,0,'format_singleactivity','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8675,0,'format_singleactivity','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8676,0,'format_singleactivity','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8677,0,'format_social','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8678,0,'format_social','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8679,0,'format_social','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8680,0,'format_topics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8681,0,'format_topics','2023100901','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8682,0,'format_topics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8683,0,'format_topics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8684,0,'format_weeks','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8685,0,'format_weeks','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267245),(8686,0,'format_weeks','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267245),(8687,0,'dataformat_csv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267245),(8688,0,'dataformat_csv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8689,0,'dataformat_csv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8690,0,'dataformat_excel','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8691,0,'dataformat_excel','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8692,0,'dataformat_excel','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8693,0,'dataformat_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8694,0,'dataformat_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8695,0,'dataformat_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8696,0,'dataformat_json','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8697,0,'dataformat_json','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8698,0,'dataformat_json','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8699,0,'dataformat_ods','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8700,0,'dataformat_ods','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8701,0,'dataformat_ods','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8702,0,'dataformat_pdf','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8703,0,'dataformat_pdf','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8704,0,'dataformat_pdf','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8705,0,'profilefield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8706,0,'profilefield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8707,0,'profilefield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8708,0,'profilefield_datetime','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8709,0,'profilefield_datetime','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8710,0,'profilefield_datetime','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8711,0,'profilefield_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8712,0,'profilefield_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8713,0,'profilefield_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8714,0,'profilefield_social','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8715,0,'profilefield_social','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8716,0,'profilefield_social','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8717,0,'profilefield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8718,0,'profilefield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8719,0,'profilefield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8720,0,'profilefield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8721,0,'profilefield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8722,0,'profilefield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267246),(8723,0,'report_backups','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267246),(8724,0,'report_backups','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267246),(8725,0,'report_backups','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8726,0,'report_competency','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8727,0,'report_competency','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8728,0,'report_competency','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8729,0,'report_completion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8730,0,'report_completion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8731,0,'report_completion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8732,0,'report_configlog','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8733,0,'report_configlog','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8734,0,'report_configlog','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8735,0,'report_courseoverview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8736,0,'report_courseoverview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8737,0,'report_courseoverview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8738,0,'report_eventlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8739,0,'report_eventlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8740,0,'report_eventlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8741,0,'report_infectedfiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8742,0,'report_infectedfiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8743,0,'report_infectedfiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8744,0,'report_insights','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8745,0,'report_insights','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8746,0,'report_insights','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8747,0,'report_log','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8748,0,'report_log','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8749,0,'report_log','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8750,0,'report_loglive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8751,0,'report_loglive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8752,0,'report_loglive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8753,0,'report_outline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8754,0,'report_outline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8755,0,'report_outline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8756,0,'report_participation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8757,0,'report_participation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267247),(8758,0,'report_participation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267247),(8759,0,'report_performance','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267247),(8760,0,'report_performance','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8761,0,'report_performance','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8762,0,'report_progress','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8763,0,'report_progress','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8764,0,'report_progress','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8765,0,'report_questioninstances','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8766,0,'report_questioninstances','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8767,0,'report_questioninstances','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8768,0,'report_security','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8769,0,'report_security','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8770,0,'report_security','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8771,0,'report_stats','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8772,0,'report_stats','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8773,0,'report_stats','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8774,0,'report_status','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8775,0,'report_status','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8776,0,'report_status','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8777,0,'report_themeusage',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727267248),(8778,0,'report_themeusage','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8779,0,'report_themeusage','2024042200','2024042200','Plugin installed',NULL,'',0,1727267248),(8780,0,'report_usersessions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8781,0,'report_usersessions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8782,0,'report_usersessions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8783,0,'gradeexport_ods','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8784,0,'gradeexport_ods','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8785,0,'gradeexport_ods','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8786,0,'gradeexport_txt','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8787,0,'gradeexport_txt','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8788,0,'gradeexport_txt','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8789,0,'gradeexport_xls','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8790,0,'gradeexport_xls','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8791,0,'gradeexport_xls','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8792,0,'gradeexport_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267248),(8793,0,'gradeexport_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267248),(8794,0,'gradeexport_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267248),(8795,0,'gradeimport_csv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8796,0,'gradeimport_csv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8797,0,'gradeimport_csv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8798,0,'gradeimport_direct','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8799,0,'gradeimport_direct','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8800,0,'gradeimport_direct','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8801,0,'gradeimport_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8802,0,'gradeimport_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8803,0,'gradeimport_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8804,0,'gradereport_grader','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8805,0,'gradereport_grader','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8806,0,'gradereport_grader','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8807,0,'gradereport_history','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8808,0,'gradereport_history','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8809,0,'gradereport_history','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8810,0,'gradereport_outcomes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8811,0,'gradereport_outcomes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8812,0,'gradereport_outcomes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8813,0,'gradereport_overview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8814,0,'gradereport_overview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8815,0,'gradereport_overview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8816,0,'gradereport_singleview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8817,0,'gradereport_singleview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8818,0,'gradereport_singleview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8819,0,'gradereport_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8820,0,'gradereport_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8821,0,'gradereport_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8822,0,'gradereport_user','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8823,0,'gradereport_user','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8824,0,'gradereport_user','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8825,0,'gradingform_guide','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8826,0,'gradingform_guide','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8827,0,'gradingform_guide','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8828,0,'gradingform_rubric','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8829,0,'gradingform_rubric','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267249),(8830,0,'gradingform_rubric','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267249),(8831,0,'mlbackend_php','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267249),(8832,0,'mlbackend_php','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8833,0,'mlbackend_php','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8834,0,'mlbackend_python','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8835,0,'mlbackend_python','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8836,0,'mlbackend_python','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8837,0,'mnetservice_enrol','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8838,0,'mnetservice_enrol','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8839,0,'mnetservice_enrol','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8840,0,'webservice_rest','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8841,0,'webservice_rest','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8842,0,'webservice_rest','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8843,0,'webservice_soap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8844,0,'webservice_soap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8845,0,'webservice_soap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8846,0,'repository_areafiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8847,0,'repository_areafiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8848,0,'repository_areafiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8849,0,'repository_contentbank','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8850,0,'repository_contentbank','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8851,0,'repository_contentbank','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8852,0,'repository_coursefiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8853,0,'repository_coursefiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8854,0,'repository_coursefiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8855,0,'repository_dropbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8856,0,'repository_dropbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8857,0,'repository_dropbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8858,0,'repository_equella','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8859,0,'repository_equella','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8860,0,'repository_equella','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8861,0,'repository_filesystem','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8862,0,'repository_filesystem','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8863,0,'repository_filesystem','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8864,0,'repository_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8865,0,'repository_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267250),(8866,0,'repository_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267250),(8867,0,'repository_flickr_public','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267250),(8868,0,'repository_flickr_public','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8869,0,'repository_flickr_public','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8870,0,'repository_googledocs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8871,0,'repository_googledocs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8872,0,'repository_googledocs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8873,0,'repository_local','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8874,0,'repository_local','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8875,0,'repository_local','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8876,0,'repository_merlot','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8877,0,'repository_merlot','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8878,0,'repository_merlot','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8879,0,'repository_nextcloud','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8880,0,'repository_nextcloud','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8881,0,'repository_nextcloud','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8882,0,'repository_onedrive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8883,0,'repository_onedrive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8884,0,'repository_onedrive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8885,0,'repository_recent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8886,0,'repository_recent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8887,0,'repository_recent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8888,0,'repository_s3','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8889,0,'repository_s3','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8890,0,'repository_s3','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8891,0,'repository_upload','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8892,0,'repository_upload','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8893,0,'repository_upload','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8894,0,'repository_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8895,0,'repository_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8896,0,'repository_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8897,0,'repository_user','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8898,0,'repository_user','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8899,0,'repository_user','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8900,0,'repository_webdav','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8901,0,'repository_webdav','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8902,0,'repository_webdav','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267251),(8903,0,'repository_wikimedia','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267251),(8904,0,'repository_wikimedia','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267251),(8905,0,'repository_wikimedia','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8906,0,'repository_youtube','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8907,0,'repository_youtube','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8908,0,'repository_youtube','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8909,0,'portfolio_download','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8910,0,'portfolio_download','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8911,0,'portfolio_download','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8912,0,'portfolio_flickr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8913,0,'portfolio_flickr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8914,0,'portfolio_flickr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8915,0,'portfolio_googledocs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8916,0,'portfolio_googledocs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8917,0,'portfolio_googledocs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8918,0,'portfolio_mahara','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8919,0,'portfolio_mahara','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8920,0,'portfolio_mahara','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8921,0,'search_simpledb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8922,0,'search_simpledb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8923,0,'search_simpledb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8924,0,'search_solr','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8925,0,'search_solr','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8926,0,'search_solr','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8927,0,'qbank_bulkmove','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8928,0,'qbank_bulkmove','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8929,0,'qbank_bulkmove','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8930,0,'qbank_columnsortorder','2023100900','2024051000','Starting plugin upgrade',NULL,'',0,1727267252),(8931,0,'qbank_columnsortorder','2024042201','2024051000','Upgrade savepoint reached',NULL,'',0,1727267252),(8932,0,'qbank_columnsortorder','2024051000','2024051000','Upgrade savepoint reached',NULL,'',0,1727267252),(8933,0,'qbank_columnsortorder','2024051000','2024051000','Plugin upgraded',NULL,'',0,1727267252),(8934,0,'qbank_comment','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8935,0,'qbank_comment','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8936,0,'qbank_comment','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267252),(8937,0,'qbank_customfields','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267252),(8938,0,'qbank_customfields','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267252),(8939,0,'qbank_customfields','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8940,0,'qbank_deletequestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8941,0,'qbank_deletequestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8942,0,'qbank_deletequestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8943,0,'qbank_editquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8944,0,'qbank_editquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8945,0,'qbank_editquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8946,0,'qbank_exportquestions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8947,0,'qbank_exportquestions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8948,0,'qbank_exportquestions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8949,0,'qbank_exporttoxml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8950,0,'qbank_exporttoxml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8951,0,'qbank_exporttoxml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8952,0,'qbank_history','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8953,0,'qbank_history','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8954,0,'qbank_history','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8955,0,'qbank_importquestions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8956,0,'qbank_importquestions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8957,0,'qbank_importquestions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8958,0,'qbank_managecategories','2023100900','2024070400','Starting plugin upgrade',NULL,'',0,1727267253),(8959,0,'qbank_managecategories','2024070400','2024070400','Upgrade savepoint reached',NULL,'',0,1727267253),(8960,0,'qbank_managecategories','2024070400','2024070400','Plugin upgraded',NULL,'',0,1727267253),(8961,0,'qbank_previewquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8962,0,'qbank_previewquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8963,0,'qbank_previewquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8964,0,'qbank_statistics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8965,0,'qbank_statistics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8966,0,'qbank_statistics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8967,0,'qbank_tagquestion','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8968,0,'qbank_tagquestion','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8969,0,'qbank_tagquestion','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8970,0,'qbank_usage','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8971,0,'qbank_usage','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8972,0,'qbank_usage','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267253),(8973,0,'qbank_viewcreator','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267253),(8974,0,'qbank_viewcreator','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267253),(8975,0,'qbank_viewcreator','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8976,0,'qbank_viewquestionname','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8977,0,'qbank_viewquestionname','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8978,0,'qbank_viewquestionname','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8979,0,'qbank_viewquestiontext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8980,0,'qbank_viewquestiontext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8981,0,'qbank_viewquestiontext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8982,0,'qbank_viewquestiontype','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8983,0,'qbank_viewquestiontype','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8984,0,'qbank_viewquestiontype','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8985,0,'qbehaviour_adaptive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8986,0,'qbehaviour_adaptive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8987,0,'qbehaviour_adaptive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8988,0,'qbehaviour_adaptivenopenalty','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8989,0,'qbehaviour_adaptivenopenalty','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8990,0,'qbehaviour_adaptivenopenalty','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8991,0,'qbehaviour_deferredcbm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8992,0,'qbehaviour_deferredcbm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8993,0,'qbehaviour_deferredcbm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8994,0,'qbehaviour_deferredfeedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8995,0,'qbehaviour_deferredfeedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8996,0,'qbehaviour_deferredfeedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(8997,0,'qbehaviour_immediatecbm','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(8998,0,'qbehaviour_immediatecbm','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(8999,0,'qbehaviour_immediatecbm','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(9000,0,'qbehaviour_immediatefeedback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(9001,0,'qbehaviour_immediatefeedback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(9002,0,'qbehaviour_immediatefeedback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(9003,0,'qbehaviour_informationitem','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(9004,0,'qbehaviour_informationitem','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(9005,0,'qbehaviour_informationitem','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(9006,0,'qbehaviour_interactive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(9007,0,'qbehaviour_interactive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267254),(9008,0,'qbehaviour_interactive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267254),(9009,0,'qbehaviour_interactivecountback','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267254),(9010,0,'qbehaviour_interactivecountback','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9011,0,'qbehaviour_interactivecountback','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9012,0,'qbehaviour_manualgraded','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9013,0,'qbehaviour_manualgraded','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9014,0,'qbehaviour_manualgraded','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9015,0,'qbehaviour_missing','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9016,0,'qbehaviour_missing','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9017,0,'qbehaviour_missing','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9018,0,'qformat_aiken','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9019,0,'qformat_aiken','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9020,0,'qformat_aiken','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9021,0,'qformat_blackboard_six','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9022,0,'qformat_blackboard_six','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9023,0,'qformat_blackboard_six','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9024,0,'qformat_gift','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9025,0,'qformat_gift','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9026,0,'qformat_gift','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9027,0,'qformat_missingword','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9028,0,'qformat_missingword','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9029,0,'qformat_missingword','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9030,0,'qformat_multianswer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9031,0,'qformat_multianswer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9032,0,'qformat_multianswer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9033,0,'qformat_xhtml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9034,0,'qformat_xhtml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9035,0,'qformat_xhtml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9036,0,'qformat_xml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9037,0,'qformat_xml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9038,0,'qformat_xml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267255),(9039,0,'tool_admin_presets','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727267255),(9040,0,'tool_admin_presets','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727267255),(9041,0,'tool_admin_presets','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727267255),(9042,0,'tool_analytics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267255),(9043,0,'tool_analytics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267255),(9044,0,'tool_analytics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9045,0,'tool_availabilityconditions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9046,0,'tool_availabilityconditions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9047,0,'tool_availabilityconditions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9048,0,'tool_behat','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9049,0,'tool_behat','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9050,0,'tool_behat','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9051,0,'tool_brickfield','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9052,0,'tool_brickfield','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9053,0,'tool_brickfield','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9054,0,'tool_capability','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9055,0,'tool_capability','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9056,0,'tool_capability','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9057,0,'tool_cohortroles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9058,0,'tool_cohortroles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9059,0,'tool_cohortroles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9060,0,'tool_componentlibrary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9061,0,'tool_componentlibrary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9062,0,'tool_componentlibrary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9063,0,'tool_customlang','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9064,0,'tool_customlang','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9065,0,'tool_customlang','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9066,0,'tool_dataprivacy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9067,0,'tool_dataprivacy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9068,0,'tool_dataprivacy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9069,0,'tool_dbtransfer','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9070,0,'tool_dbtransfer','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9071,0,'tool_dbtransfer','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9072,0,'tool_filetypes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9073,0,'tool_filetypes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9074,0,'tool_filetypes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267256),(9075,0,'tool_generator','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267256),(9076,0,'tool_generator','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267256),(9077,0,'tool_generator','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9078,0,'tool_httpsreplace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9079,0,'tool_httpsreplace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9080,0,'tool_httpsreplace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9081,0,'tool_installaddon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9082,0,'tool_installaddon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9083,0,'tool_installaddon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9084,0,'tool_langimport','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9085,0,'tool_langimport','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9086,0,'tool_langimport','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9087,0,'tool_licensemanager','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9088,0,'tool_licensemanager','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9089,0,'tool_licensemanager','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9090,0,'tool_log','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9091,0,'tool_log','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9092,0,'tool_log','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9093,0,'tool_lp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9094,0,'tool_lp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9095,0,'tool_lp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9096,0,'tool_lpimportcsv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9097,0,'tool_lpimportcsv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9098,0,'tool_lpimportcsv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9099,0,'tool_lpmigrate','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9100,0,'tool_lpmigrate','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9101,0,'tool_lpmigrate','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9102,0,'tool_messageinbound','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9103,0,'tool_messageinbound','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9104,0,'tool_messageinbound','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9105,0,'tool_mfa','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9106,0,'tool_mfa','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9107,0,'tool_mfa','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9108,0,'tool_mobile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9109,0,'tool_mobile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267257),(9110,0,'tool_mobile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267257),(9111,0,'tool_monitor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267257),(9112,0,'tool_monitor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9113,0,'tool_monitor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9114,0,'tool_moodlenet','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9115,0,'tool_moodlenet','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9116,0,'tool_moodlenet','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9117,0,'tool_multilangupgrade','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9118,0,'tool_multilangupgrade','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9119,0,'tool_multilangupgrade','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9120,0,'tool_oauth2','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9121,0,'tool_oauth2','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9122,0,'tool_oauth2','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9123,0,'tool_phpunit','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9124,0,'tool_phpunit','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9125,0,'tool_phpunit','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9126,0,'tool_policy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9127,0,'tool_policy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9128,0,'tool_policy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9129,0,'tool_profiling','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9130,0,'tool_profiling','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9131,0,'tool_profiling','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9132,0,'tool_recyclebin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9133,0,'tool_recyclebin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9134,0,'tool_recyclebin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9135,0,'tool_replace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9136,0,'tool_replace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9137,0,'tool_replace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9138,0,'tool_spamcleaner','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9139,0,'tool_spamcleaner','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9140,0,'tool_spamcleaner','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9141,0,'tool_task','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9142,0,'tool_task','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9143,0,'tool_task','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9144,0,'tool_templatelibrary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9145,0,'tool_templatelibrary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267258),(9146,0,'tool_templatelibrary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267258),(9147,0,'tool_unsuproles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267258),(9148,0,'tool_unsuproles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9149,0,'tool_unsuproles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9150,0,'tool_uploadcourse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9151,0,'tool_uploadcourse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9152,0,'tool_uploadcourse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9153,0,'tool_uploaduser','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9154,0,'tool_uploaduser','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9155,0,'tool_uploaduser','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9156,0,'tool_usertours','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9157,0,'tool_usertours','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9158,0,'tool_usertours','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9159,0,'tool_xmldb','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9160,0,'tool_xmldb','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9161,0,'tool_xmldb','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9162,0,'cachestore_apcu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9163,0,'cachestore_apcu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9164,0,'cachestore_apcu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9165,0,'cachestore_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9166,0,'cachestore_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9167,0,'cachestore_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9168,0,'cachestore_redis','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9169,0,'cachestore_redis','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9170,0,'cachestore_redis','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9171,0,'cachestore_session','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9172,0,'cachestore_session','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9173,0,'cachestore_session','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9174,0,'cachestore_static','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9175,0,'cachestore_static','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9176,0,'cachestore_static','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9177,0,'cachelock_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9178,0,'cachelock_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9179,0,'cachelock_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9180,0,'fileconverter_googledrive','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9181,0,'fileconverter_googledrive','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9182,0,'fileconverter_googledrive','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267259),(9183,0,'fileconverter_unoconv','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267259),(9184,0,'fileconverter_unoconv','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267259),(9185,0,'fileconverter_unoconv','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9186,0,'contenttype_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9187,0,'contenttype_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9188,0,'contenttype_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9189,0,'theme_boost','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9190,0,'theme_boost','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9191,0,'theme_boost','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9192,0,'theme_classic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9193,0,'theme_classic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9194,0,'theme_classic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9195,0,'local_wirisquizzes','2023092200','2024032203','Starting plugin upgrade',NULL,'',0,1727267260),(9196,0,'local_wirisquizzes','2024032203','2024032203','Upgrade savepoint reached',NULL,'',0,1727267260),(9197,0,'local_wirisquizzes','2024032203','2024032203','Plugin upgraded',NULL,'',0,1727267260),(9198,0,'h5plib_v126',NULL,'2024042200','Starting plugin installation',NULL,'',0,1727267260),(9199,0,'h5plib_v126','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9200,0,'h5plib_v126','2024042200','2024042200','Plugin installed',NULL,'',0,1727267260),(9201,0,'paygw_paypal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9202,0,'paygw_paypal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9203,0,'paygw_paypal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9204,0,'smsgateway_aws',NULL,'2024082200','Starting plugin installation',NULL,'',0,1727267260),(9205,0,'smsgateway_aws','2024082200','2024082200','Upgrade savepoint reached',NULL,'',0,1727267260),(9206,0,'smsgateway_aws','2024082200','2024082200','Plugin installed',NULL,'',0,1727267260),(9207,0,'assignsubmission_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9208,0,'assignsubmission_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9209,0,'assignsubmission_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9210,0,'assignsubmission_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9211,0,'assignsubmission_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9212,0,'assignsubmission_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9213,0,'assignsubmission_onlinetext','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9214,0,'assignsubmission_onlinetext','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9215,0,'assignsubmission_onlinetext','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9216,0,'assignfeedback_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9217,0,'assignfeedback_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9218,0,'assignfeedback_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267260),(9219,0,'assignfeedback_editpdf','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267260),(9220,0,'assignfeedback_editpdf','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267260),(9221,0,'assignfeedback_editpdf','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9222,0,'assignfeedback_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9223,0,'assignfeedback_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9224,0,'assignfeedback_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9225,0,'assignfeedback_offline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9226,0,'assignfeedback_offline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9227,0,'assignfeedback_offline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9228,0,'booktool_exportimscp','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9229,0,'booktool_exportimscp','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9230,0,'booktool_exportimscp','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9231,0,'booktool_importhtml','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9232,0,'booktool_importhtml','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9233,0,'booktool_importhtml','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9234,0,'booktool_print','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9235,0,'booktool_print','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9236,0,'booktool_print','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9237,0,'datafield_checkbox','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9238,0,'datafield_checkbox','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9239,0,'datafield_checkbox','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9240,0,'datafield_date','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9241,0,'datafield_date','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9242,0,'datafield_date','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9243,0,'datafield_file','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9244,0,'datafield_file','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9245,0,'datafield_file','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9246,0,'datafield_latlong','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9247,0,'datafield_latlong','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9248,0,'datafield_latlong','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9249,0,'datafield_menu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9250,0,'datafield_menu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9251,0,'datafield_menu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9252,0,'datafield_multimenu','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9253,0,'datafield_multimenu','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9254,0,'datafield_multimenu','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9255,0,'datafield_number','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9256,0,'datafield_number','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267261),(9257,0,'datafield_number','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267261),(9258,0,'datafield_picture','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267261),(9259,0,'datafield_picture','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9260,0,'datafield_picture','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9261,0,'datafield_radiobutton','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9262,0,'datafield_radiobutton','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9263,0,'datafield_radiobutton','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9264,0,'datafield_text','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9265,0,'datafield_text','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9266,0,'datafield_text','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9267,0,'datafield_textarea','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9268,0,'datafield_textarea','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9269,0,'datafield_textarea','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9270,0,'datafield_url','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9271,0,'datafield_url','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9272,0,'datafield_url','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9273,0,'datapreset_imagegallery','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9274,0,'datapreset_imagegallery','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9275,0,'datapreset_imagegallery','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9276,0,'datapreset_journal','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9277,0,'datapreset_journal','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9278,0,'datapreset_journal','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9279,0,'datapreset_proposals','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9280,0,'datapreset_proposals','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9281,0,'datapreset_proposals','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9282,0,'datapreset_resources','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9283,0,'datapreset_resources','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9284,0,'datapreset_resources','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9285,0,'forumreport_summary','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9286,0,'forumreport_summary','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9287,0,'forumreport_summary','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9288,0,'ltiservice_basicoutcomes','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9289,0,'ltiservice_basicoutcomes','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9290,0,'ltiservice_basicoutcomes','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267262),(9291,0,'ltiservice_gradebookservices','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267262),(9292,0,'ltiservice_gradebookservices','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267262),(9293,0,'ltiservice_gradebookservices','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9294,0,'ltiservice_memberships','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9295,0,'ltiservice_memberships','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9296,0,'ltiservice_memberships','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9297,0,'ltiservice_profile','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9298,0,'ltiservice_profile','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9299,0,'ltiservice_profile','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9300,0,'ltiservice_toolproxy','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9301,0,'ltiservice_toolproxy','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9302,0,'ltiservice_toolproxy','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9303,0,'ltiservice_toolsettings','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9304,0,'ltiservice_toolsettings','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9305,0,'ltiservice_toolsettings','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9306,0,'quiz_grading','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9307,0,'quiz_grading','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9308,0,'quiz_grading','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9309,0,'quiz_overview','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9310,0,'quiz_overview','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9311,0,'quiz_overview','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9312,0,'quiz_responses','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9313,0,'quiz_responses','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9314,0,'quiz_responses','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9315,0,'quiz_statistics','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9316,0,'quiz_statistics','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9317,0,'quiz_statistics','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9318,0,'quizaccess_delaybetweenattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9319,0,'quizaccess_delaybetweenattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9320,0,'quizaccess_delaybetweenattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9321,0,'quizaccess_ipaddress','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9322,0,'quizaccess_ipaddress','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9323,0,'quizaccess_ipaddress','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9324,0,'quizaccess_numattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9325,0,'quizaccess_numattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267263),(9326,0,'quizaccess_numattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267263),(9327,0,'quizaccess_offlineattempts','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267263),(9328,0,'quizaccess_offlineattempts','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9329,0,'quizaccess_offlineattempts','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9330,0,'quizaccess_openclosedate','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9331,0,'quizaccess_openclosedate','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9332,0,'quizaccess_openclosedate','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9333,0,'quizaccess_password','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9334,0,'quizaccess_password','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9335,0,'quizaccess_password','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9336,0,'quizaccess_seb','2023100900','2024062800','Starting plugin upgrade',NULL,'',0,1727267264),(9337,0,'quizaccess_seb','2024062800','2024062800','Upgrade savepoint reached',NULL,'',0,1727267264),(9338,0,'quizaccess_seb','2024062800','2024062800','Plugin upgraded',NULL,'',0,1727267264),(9339,0,'quizaccess_securewindow','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9340,0,'quizaccess_securewindow','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9341,0,'quizaccess_securewindow','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9342,0,'quizaccess_timelimit','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9343,0,'quizaccess_timelimit','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9344,0,'quizaccess_timelimit','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9345,0,'scormreport_basic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9346,0,'scormreport_basic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9347,0,'scormreport_basic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9348,0,'scormreport_graphs','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9349,0,'scormreport_graphs','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9350,0,'scormreport_graphs','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9351,0,'scormreport_interactions','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9352,0,'scormreport_interactions','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9353,0,'scormreport_interactions','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267264),(9354,0,'scormreport_objectives','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267264),(9355,0,'scormreport_objectives','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267264),(9356,0,'scormreport_objectives','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9357,0,'workshopform_accumulative','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9358,0,'workshopform_accumulative','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9359,0,'workshopform_accumulative','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9360,0,'workshopform_comments','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9361,0,'workshopform_comments','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9362,0,'workshopform_comments','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9363,0,'workshopform_numerrors','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9364,0,'workshopform_numerrors','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9365,0,'workshopform_numerrors','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9366,0,'workshopform_rubric','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9367,0,'workshopform_rubric','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9368,0,'workshopform_rubric','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9369,0,'workshopallocation_manual','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9370,0,'workshopallocation_manual','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9371,0,'workshopallocation_manual','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9372,0,'workshopallocation_random','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9373,0,'workshopallocation_random','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9374,0,'workshopallocation_random','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9375,0,'workshopallocation_scheduled','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9376,0,'workshopallocation_scheduled','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9377,0,'workshopallocation_scheduled','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9378,0,'workshopeval_best','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9379,0,'workshopeval_best','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9380,0,'workshopeval_best','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9381,0,'atto_accessibilitychecker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9382,0,'atto_accessibilitychecker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9383,0,'atto_accessibilitychecker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9384,0,'atto_accessibilityhelper','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9385,0,'atto_accessibilityhelper','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9386,0,'atto_accessibilityhelper','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9387,0,'atto_align','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267265),(9388,0,'atto_align','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267265),(9389,0,'atto_align','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267265),(9390,0,'atto_backcolor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9391,0,'atto_backcolor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9392,0,'atto_backcolor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9393,0,'atto_bold','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9394,0,'atto_bold','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9395,0,'atto_bold','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9396,0,'atto_charmap','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9397,0,'atto_charmap','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9398,0,'atto_charmap','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9399,0,'atto_clear','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9400,0,'atto_clear','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9401,0,'atto_clear','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9402,0,'atto_collapse','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9403,0,'atto_collapse','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9404,0,'atto_collapse','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9405,0,'atto_emojipicker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9406,0,'atto_emojipicker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9407,0,'atto_emojipicker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9408,0,'atto_emoticon','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9409,0,'atto_emoticon','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9410,0,'atto_emoticon','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9411,0,'atto_equation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9412,0,'atto_equation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9413,0,'atto_equation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9414,0,'atto_fontcolor','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9415,0,'atto_fontcolor','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9416,0,'atto_fontcolor','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9417,0,'atto_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9418,0,'atto_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9419,0,'atto_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9420,0,'atto_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9421,0,'atto_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9422,0,'atto_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9423,0,'atto_image','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267266),(9424,0,'atto_image','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267266),(9425,0,'atto_image','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267266),(9426,0,'atto_indent','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9427,0,'atto_indent','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9428,0,'atto_indent','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9429,0,'atto_italic','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9430,0,'atto_italic','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9431,0,'atto_italic','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9432,0,'atto_link','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9433,0,'atto_link','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9434,0,'atto_link','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9435,0,'atto_managefiles','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9436,0,'atto_managefiles','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9437,0,'atto_managefiles','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9438,0,'atto_media','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9439,0,'atto_media','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9440,0,'atto_media','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9441,0,'atto_noautolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9442,0,'atto_noautolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9443,0,'atto_noautolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9444,0,'atto_orderedlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9445,0,'atto_orderedlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9446,0,'atto_orderedlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9447,0,'atto_recordrtc','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9448,0,'atto_recordrtc','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9449,0,'atto_recordrtc','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9450,0,'atto_rtl','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9451,0,'atto_rtl','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9452,0,'atto_rtl','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9453,0,'atto_strike','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9454,0,'atto_strike','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9455,0,'atto_strike','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9456,0,'atto_subscript','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9457,0,'atto_subscript','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9458,0,'atto_subscript','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267267),(9459,0,'atto_superscript','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267267),(9460,0,'atto_superscript','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267267),(9461,0,'atto_superscript','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9462,0,'atto_table','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9463,0,'atto_table','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9464,0,'atto_table','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9465,0,'atto_title','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9466,0,'atto_title','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9467,0,'atto_title','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9468,0,'atto_underline','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9469,0,'atto_underline','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9470,0,'atto_underline','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9471,0,'atto_undo','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9472,0,'atto_undo','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9473,0,'atto_undo','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9474,0,'atto_unorderedlist','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9475,0,'atto_unorderedlist','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9476,0,'atto_unorderedlist','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9477,0,'atto_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727267268),(9478,0,'atto_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727267268),(9479,0,'atto_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727267268),(9480,0,'tiny_accessibilitychecker','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9481,0,'tiny_accessibilitychecker','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9482,0,'tiny_accessibilitychecker','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9483,0,'tiny_aiplacement',NULL,'2024061901','Starting plugin installation',NULL,'',0,1727267268),(9484,0,'tiny_aiplacement','2024061901','2024061901','Upgrade savepoint reached',NULL,'',0,1727267268),(9485,0,'tiny_aiplacement','2024061901','2024061901','Plugin installed',NULL,'',0,1727267268),(9486,0,'tiny_autosave','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9487,0,'tiny_autosave','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9488,0,'tiny_autosave','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9489,0,'tiny_equation','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9490,0,'tiny_equation','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9491,0,'tiny_equation','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9492,0,'tiny_h5p','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9493,0,'tiny_h5p','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9494,0,'tiny_h5p','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9495,0,'tiny_html','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9496,0,'tiny_html','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9497,0,'tiny_html','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267268),(9498,0,'tiny_link','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267268),(9499,0,'tiny_link','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267268),(9500,0,'tiny_link','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9501,0,'tiny_media','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9502,0,'tiny_media','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9503,0,'tiny_media','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9504,0,'tiny_noautolink','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9505,0,'tiny_noautolink','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9506,0,'tiny_noautolink','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9507,0,'tiny_premium','2023100900','2024042201','Starting plugin upgrade',NULL,'',0,1727267269),(9508,0,'tiny_premium','2024042201','2024042201','Upgrade savepoint reached',NULL,'',0,1727267269),(9509,0,'tiny_premium','2024042201','2024042201','Plugin upgraded',NULL,'',0,1727267269),(9510,0,'tiny_recordrtc','2023100900','2024053100','Starting plugin upgrade',NULL,'',0,1727267269),(9511,0,'tiny_recordrtc','2024042400','2024053100','Upgrade savepoint reached',NULL,'',0,1727267269),(9512,0,'tiny_recordrtc','2024053100','2024053100','Upgrade savepoint reached',NULL,'',0,1727267269),(9513,0,'tiny_recordrtc','2024053100','2024053100','Plugin upgraded',NULL,'',0,1727267269),(9514,0,'tiny_wiris','2023100900','2024082700','Starting plugin upgrade',NULL,'',0,1727267269),(9515,0,'tiny_wiris','2024082700','2024082700','Upgrade savepoint reached',NULL,'',0,1727267269),(9516,0,'tiny_wiris','2024082700','2024082700','Plugin upgraded',NULL,'',0,1727267269),(9517,0,'logstore_database','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9518,0,'logstore_database','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9519,0,'logstore_database','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9520,0,'logstore_standard','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9521,0,'logstore_standard','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9522,0,'logstore_standard','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9523,0,'factor_admin','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9524,0,'factor_admin','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9525,0,'factor_admin','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9526,0,'factor_auth','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9527,0,'factor_auth','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9528,0,'factor_auth','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9529,0,'factor_capability','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9530,0,'factor_capability','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9531,0,'factor_capability','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267269),(9532,0,'factor_cohort','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267269),(9533,0,'factor_cohort','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267269),(9534,0,'factor_cohort','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9535,0,'factor_email','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9536,0,'factor_email','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9537,0,'factor_email','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9538,0,'factor_grace','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9539,0,'factor_grace','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9540,0,'factor_grace','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9541,0,'factor_iprange','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9542,0,'factor_iprange','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9543,0,'factor_iprange','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9544,0,'factor_nosetup','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9545,0,'factor_nosetup','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9546,0,'factor_nosetup','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9547,0,'factor_role','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9548,0,'factor_role','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9549,0,'factor_role','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9550,0,'factor_sms',NULL,'2024082201','Starting plugin installation',NULL,'',0,1727267270),(9551,0,'factor_sms','2024082201','2024082201','Upgrade savepoint reached',NULL,'',0,1727267270),(9552,0,'factor_sms','2024082201','2024082201','Plugin installed',NULL,'',0,1727267270),(9553,0,'factor_token','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9554,0,'factor_token','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9555,0,'factor_token','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9556,0,'factor_totp','2023100900','2024081600','Starting plugin upgrade',NULL,'',0,1727267270),(9557,0,'factor_totp','2024081600','2024081600','Upgrade savepoint reached',NULL,'',0,1727267270),(9558,0,'factor_totp','2024081600','2024081600','Plugin upgraded',NULL,'',0,1727267270),(9559,0,'factor_webauthn','2023100900','2024042200','Starting plugin upgrade',NULL,'',0,1727267270),(9560,0,'factor_webauthn','2024042200','2024042200','Upgrade savepoint reached',NULL,'',0,1727267270),(9561,0,'factor_webauthn','2024042200','2024042200','Plugin upgraded',NULL,'',0,1727267270),(9562,0,'core','2024092400','2024100700.04','Starting core upgrade',NULL,'',2,1730726807),(9563,0,'core','2024092600','2024100700.04','Upgrade savepoint reached',NULL,'',2,1730726808),(9564,0,'core','2024100100.02','2024100700.04','Upgrade savepoint reached',NULL,'',2,1730726808),(9565,0,'core','2024100700.04','2024100700.04','Upgrade savepoint reached',NULL,'',2,1730726808),(9566,0,'core','2024100700.04','2024100700.04','Core upgraded',NULL,'',2,1730726812),(9567,0,'aiplacement_courseassist','2024061401','2024100700','Starting plugin upgrade',NULL,'',2,1730726812),(9568,0,'aiplacement_courseassist','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726812),(9569,0,'aiplacement_courseassist','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9570,0,'aiplacement_editor','2024062200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9571,0,'aiplacement_editor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9572,0,'aiplacement_editor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9573,0,'aiprovider_azureai','2024061400','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9574,0,'aiprovider_azureai','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9575,0,'aiprovider_azureai','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9576,0,'aiprovider_openai','2024091300','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9577,0,'aiprovider_openai','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9578,0,'aiprovider_openai','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9579,0,'antivirus_clamav','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9580,0,'antivirus_clamav','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9581,0,'antivirus_clamav','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9582,0,'availability_completion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9583,0,'availability_completion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9584,0,'availability_completion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9585,0,'availability_date','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9586,0,'availability_date','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9587,0,'availability_date','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9588,0,'availability_grade','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9589,0,'availability_grade','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9590,0,'availability_grade','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9591,0,'availability_group','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9592,0,'availability_group','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9593,0,'availability_group','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9594,0,'availability_grouping','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9595,0,'availability_grouping','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726813),(9596,0,'availability_grouping','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726813),(9597,0,'availability_profile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726813),(9598,0,'availability_profile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9599,0,'availability_profile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9600,0,'qtype_calculated','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9601,0,'qtype_calculated','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9602,0,'qtype_calculated','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9603,0,'qtype_calculatedmulti','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9604,0,'qtype_calculatedmulti','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9605,0,'qtype_calculatedmulti','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9606,0,'qtype_calculatedsimple','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9607,0,'qtype_calculatedsimple','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9608,0,'qtype_calculatedsimple','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9609,0,'qtype_ddimageortext','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9610,0,'qtype_ddimageortext','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9611,0,'qtype_ddimageortext','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9612,0,'qtype_ddmarker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9613,0,'qtype_ddmarker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9614,0,'qtype_ddmarker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9615,0,'qtype_ddwtos','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9616,0,'qtype_ddwtos','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9617,0,'qtype_ddwtos','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9618,0,'qtype_description','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9619,0,'qtype_description','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9620,0,'qtype_description','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9621,0,'qtype_essay','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9622,0,'qtype_essay','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9623,0,'qtype_essay','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9624,0,'qtype_essaywiris','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726814),(9625,0,'qtype_essaywiris','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726814),(9626,0,'qtype_essaywiris','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726814),(9627,0,'qtype_gapselect','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9628,0,'qtype_gapselect','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9629,0,'qtype_gapselect','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9630,0,'qtype_match','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726814),(9631,0,'qtype_match','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726814),(9632,0,'qtype_match','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726814),(9633,0,'qtype_matchwiris','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726815),(9634,0,'qtype_matchwiris','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726815),(9635,0,'qtype_matchwiris','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726815),(9636,0,'qtype_missingtype','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9637,0,'qtype_missingtype','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9638,0,'qtype_missingtype','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726815),(9639,0,'qtype_multianswer','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9640,0,'qtype_multianswer','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9641,0,'qtype_multianswer','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726815),(9642,0,'qtype_multianswerwiris','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726815),(9643,0,'qtype_multianswerwiris','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726815),(9644,0,'qtype_multianswerwiris','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726815),(9645,0,'qtype_multichoice','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9646,0,'qtype_multichoice','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9647,0,'qtype_multichoice','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726815),(9648,0,'qtype_multichoicewiris','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726815),(9649,0,'qtype_multichoicewiris','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726815),(9650,0,'qtype_multichoicewiris','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726815),(9651,0,'qtype_numerical','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9652,0,'qtype_numerical','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9653,0,'qtype_numerical','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726815),(9654,0,'qtype_ordering','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9655,0,'qtype_ordering','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9656,0,'qtype_ordering','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726815),(9657,0,'qtype_random','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9658,0,'qtype_random','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9659,0,'qtype_random','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726815),(9660,0,'qtype_randomsamatch','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726815),(9661,0,'qtype_randomsamatch','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726815),(9662,0,'qtype_randomsamatch','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9663,0,'qtype_shortanswer','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9664,0,'qtype_shortanswer','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9665,0,'qtype_shortanswer','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9666,0,'qtype_shortanswerwiris','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726816),(9667,0,'qtype_shortanswerwiris','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726816),(9668,0,'qtype_shortanswerwiris','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726816),(9669,0,'qtype_truefalse','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9670,0,'qtype_truefalse','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9671,0,'qtype_truefalse','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9672,0,'qtype_truefalsewiris','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726816),(9673,0,'qtype_truefalsewiris','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726816),(9674,0,'qtype_truefalsewiris','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726816),(9675,0,'qtype_wq','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726816),(9676,0,'qtype_wq','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726816),(9677,0,'qtype_wq','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726816),(9678,0,'mod_assign','2024082100','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9679,0,'mod_assign','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9680,0,'mod_assign','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9681,0,'mod_bigbluebuttonbn','2024071900','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9682,0,'mod_bigbluebuttonbn','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9683,0,'mod_bigbluebuttonbn','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9684,0,'mod_book','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9685,0,'mod_book','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9686,0,'mod_book','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9687,0,'mod_chat','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9688,0,'mod_chat','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9689,0,'mod_chat','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726816),(9690,0,'mod_choice','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726816),(9691,0,'mod_choice','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726816),(9692,0,'mod_choice','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9693,0,'mod_data','2024053100','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9694,0,'mod_data','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9695,0,'mod_data','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9696,0,'mod_feedback','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9697,0,'mod_feedback','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9698,0,'mod_feedback','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9699,0,'mod_folder','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9700,0,'mod_folder','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9701,0,'mod_folder','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9702,0,'mod_forum','2024082100','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9703,0,'mod_forum','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9704,0,'mod_forum','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9705,0,'mod_glossary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9706,0,'mod_glossary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9707,0,'mod_glossary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9708,0,'mod_h5pactivity','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9709,0,'mod_h5pactivity','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9710,0,'mod_h5pactivity','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9711,0,'mod_imscp','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9712,0,'mod_imscp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9713,0,'mod_imscp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9714,0,'mod_label','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9715,0,'mod_label','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9716,0,'mod_label','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9717,0,'mod_lesson','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9718,0,'mod_lesson','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9719,0,'mod_lesson','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9720,0,'mod_lti','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9721,0,'mod_lti','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726817),(9722,0,'mod_lti','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726817),(9723,0,'mod_page','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726817),(9724,0,'mod_page','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9725,0,'mod_page','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9726,0,'mod_quiz','2024072500','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9727,0,'mod_quiz','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9728,0,'mod_quiz','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9729,0,'mod_resource','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9730,0,'mod_resource','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9731,0,'mod_resource','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9732,0,'mod_scorm','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9733,0,'mod_scorm','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9734,0,'mod_scorm','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9735,0,'mod_subsection','2024080800','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9736,0,'mod_subsection','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9737,0,'mod_subsection','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9738,0,'mod_survey','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9739,0,'mod_survey','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9740,0,'mod_survey','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9741,0,'mod_url','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9742,0,'mod_url','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9743,0,'mod_url','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9744,0,'mod_wiki','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9745,0,'mod_wiki','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9746,0,'mod_wiki','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726818),(9747,0,'mod_workshop','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726818),(9748,0,'mod_workshop','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726818),(9749,0,'mod_workshop','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9750,0,'auth_cas','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9751,0,'auth_cas','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9752,0,'auth_cas','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9753,0,'auth_db','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9754,0,'auth_db','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9755,0,'auth_db','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9756,0,'auth_email','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9757,0,'auth_email','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9758,0,'auth_email','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9759,0,'auth_ldap','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9760,0,'auth_ldap','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9761,0,'auth_ldap','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9762,0,'auth_lti','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9763,0,'auth_lti','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9764,0,'auth_lti','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9765,0,'auth_manual','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9766,0,'auth_manual','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9767,0,'auth_manual','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9768,0,'auth_mnet','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9769,0,'auth_mnet','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726819),(9770,0,'auth_mnet','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726819),(9771,0,'auth_nologin','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726819),(9772,0,'auth_nologin','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9773,0,'auth_nologin','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9774,0,'auth_none','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9775,0,'auth_none','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9776,0,'auth_none','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9777,0,'auth_oauth2','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9778,0,'auth_oauth2','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9779,0,'auth_oauth2','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9780,0,'auth_shibboleth','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9781,0,'auth_shibboleth','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9782,0,'auth_shibboleth','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9783,0,'auth_webservice','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9784,0,'auth_webservice','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9785,0,'auth_webservice','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9786,0,'calendartype_gregorian','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9787,0,'calendartype_gregorian','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9788,0,'calendartype_gregorian','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9789,0,'communication_customlink','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9790,0,'communication_customlink','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9791,0,'communication_customlink','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9792,0,'communication_matrix','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9793,0,'communication_matrix','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9794,0,'communication_matrix','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9795,0,'customfield_checkbox','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9796,0,'customfield_checkbox','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9797,0,'customfield_checkbox','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9798,0,'customfield_date','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9799,0,'customfield_date','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726820),(9800,0,'customfield_date','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726820),(9801,0,'customfield_number','2024042202','2024100703','Starting plugin upgrade',NULL,'',2,1730726820),(9802,0,'customfield_number','2024100703','2024100703','Upgrade savepoint reached',NULL,'',2,1730726820),(9803,0,'customfield_number','2024100703','2024100703','Plugin upgraded',NULL,'',2,1730726820),(9804,0,'customfield_select','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726820),(9805,0,'customfield_select','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9806,0,'customfield_select','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9807,0,'customfield_text','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9808,0,'customfield_text','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9809,0,'customfield_text','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9810,0,'customfield_textarea','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9811,0,'customfield_textarea','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9812,0,'customfield_textarea','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9813,0,'enrol_category','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9814,0,'enrol_category','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9815,0,'enrol_category','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9816,0,'enrol_cohort','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9817,0,'enrol_cohort','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9818,0,'enrol_cohort','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9819,0,'enrol_database','2024042201','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9820,0,'enrol_database','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9821,0,'enrol_database','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9822,0,'enrol_fee','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9823,0,'enrol_fee','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9824,0,'enrol_fee','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9825,0,'enrol_flatfile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9826,0,'enrol_flatfile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9827,0,'enrol_flatfile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9828,0,'enrol_guest','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9829,0,'enrol_guest','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9830,0,'enrol_guest','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9831,0,'enrol_imsenterprise','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726821),(9832,0,'enrol_imsenterprise','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726821),(9833,0,'enrol_imsenterprise','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726821),(9834,0,'enrol_ldap','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9835,0,'enrol_ldap','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9836,0,'enrol_ldap','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9837,0,'enrol_lti','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9838,0,'enrol_lti','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9839,0,'enrol_lti','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9840,0,'enrol_manual','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9841,0,'enrol_manual','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9842,0,'enrol_manual','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9843,0,'enrol_meta','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9844,0,'enrol_meta','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9845,0,'enrol_meta','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9846,0,'enrol_mnet','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9847,0,'enrol_mnet','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9848,0,'enrol_mnet','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9849,0,'enrol_paypal','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9850,0,'enrol_paypal','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9851,0,'enrol_paypal','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9852,0,'enrol_self','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9853,0,'enrol_self','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9854,0,'enrol_self','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726822),(9855,0,'message_airnotifier','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726822),(9856,0,'message_airnotifier','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726822),(9857,0,'message_airnotifier','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726823),(9858,0,'message_email','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726823),(9859,0,'message_email','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726823),(9860,0,'message_email','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726823),(9861,0,'message_popup','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726823),(9862,0,'message_popup','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726823),(9863,0,'message_popup','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726823),(9864,0,'block_accessreview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726823),(9865,0,'block_accessreview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726823),(9866,0,'block_accessreview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726823),(9867,0,'block_activity_modules','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726823),(9868,0,'block_activity_modules','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726823),(9869,0,'block_activity_modules','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726823),(9870,0,'block_activity_results','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726823),(9871,0,'block_activity_results','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726823),(9872,0,'block_activity_results','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726823),(9873,0,'block_admin_bookmarks','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726823),(9874,0,'block_admin_bookmarks','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726823),(9875,0,'block_admin_bookmarks','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9876,0,'block_badges','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9877,0,'block_badges','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9878,0,'block_badges','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9879,0,'block_blog_menu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9880,0,'block_blog_menu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9881,0,'block_blog_menu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9882,0,'block_blog_recent','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9883,0,'block_blog_recent','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9884,0,'block_blog_recent','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9885,0,'block_blog_tags','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9886,0,'block_blog_tags','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9887,0,'block_blog_tags','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9888,0,'block_calendar_month','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9889,0,'block_calendar_month','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9890,0,'block_calendar_month','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9891,0,'block_calendar_upcoming','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9892,0,'block_calendar_upcoming','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9893,0,'block_calendar_upcoming','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9894,0,'block_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9895,0,'block_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9896,0,'block_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9897,0,'block_completionstatus','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9898,0,'block_completionstatus','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9899,0,'block_completionstatus','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9900,0,'block_course_list','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9901,0,'block_course_list','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9902,0,'block_course_list','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726824),(9903,0,'block_course_summary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726824),(9904,0,'block_course_summary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726824),(9905,0,'block_course_summary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9906,0,'block_feedback','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9907,0,'block_feedback','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9908,0,'block_feedback','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9909,0,'block_globalsearch','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9910,0,'block_globalsearch','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9911,0,'block_globalsearch','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9912,0,'block_glossary_random','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9913,0,'block_glossary_random','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9914,0,'block_glossary_random','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9915,0,'block_html','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9916,0,'block_html','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9917,0,'block_html','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9918,0,'block_login','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9919,0,'block_login','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9920,0,'block_login','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9921,0,'block_lp','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9922,0,'block_lp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9923,0,'block_lp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9924,0,'block_mentees','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9925,0,'block_mentees','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9926,0,'block_mentees','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9927,0,'block_mnet_hosts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9928,0,'block_mnet_hosts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9929,0,'block_mnet_hosts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9930,0,'block_myoverview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9931,0,'block_myoverview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9932,0,'block_myoverview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726825),(9933,0,'block_myprofile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726825),(9934,0,'block_myprofile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726825),(9935,0,'block_myprofile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9936,0,'block_navigation','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9937,0,'block_navigation','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9938,0,'block_navigation','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9939,0,'block_news_items','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9940,0,'block_news_items','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9941,0,'block_news_items','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9942,0,'block_online_users','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9943,0,'block_online_users','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9944,0,'block_online_users','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9945,0,'block_private_files','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9946,0,'block_private_files','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9947,0,'block_private_files','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9948,0,'block_recent_activity','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9949,0,'block_recent_activity','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9950,0,'block_recent_activity','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9951,0,'block_recentlyaccessedcourses','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9952,0,'block_recentlyaccessedcourses','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9953,0,'block_recentlyaccessedcourses','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9954,0,'block_recentlyaccesseditems','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9955,0,'block_recentlyaccesseditems','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9956,0,'block_recentlyaccesseditems','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9957,0,'block_rss_client','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9958,0,'block_rss_client','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9959,0,'block_rss_client','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9960,0,'block_search_forums','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9961,0,'block_search_forums','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9962,0,'block_search_forums','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9963,0,'block_section_links','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9964,0,'block_section_links','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9965,0,'block_section_links','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726826),(9966,0,'block_selfcompletion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726826),(9967,0,'block_selfcompletion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726826),(9968,0,'block_selfcompletion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9969,0,'block_settings','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9970,0,'block_settings','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9971,0,'block_settings','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9972,0,'block_site_main_menu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9973,0,'block_site_main_menu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9974,0,'block_site_main_menu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9975,0,'block_social_activities','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9976,0,'block_social_activities','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9977,0,'block_social_activities','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9978,0,'block_starredcourses','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9979,0,'block_starredcourses','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9980,0,'block_starredcourses','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9981,0,'block_tag_flickr','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9982,0,'block_tag_flickr','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9983,0,'block_tag_flickr','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9984,0,'block_tag_youtube','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9985,0,'block_tag_youtube','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9986,0,'block_tag_youtube','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9987,0,'block_tags','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9988,0,'block_tags','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9989,0,'block_tags','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9990,0,'block_timeline','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9991,0,'block_timeline','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9992,0,'block_timeline','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9993,0,'media_html5audio','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9994,0,'media_html5audio','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9995,0,'media_html5audio','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9996,0,'media_html5video','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(9997,0,'media_html5video','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726827),(9998,0,'media_html5video','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726827),(9999,0,'media_videojs','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726827),(10000,0,'media_videojs','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10001,0,'media_videojs','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10002,0,'media_vimeo','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10003,0,'media_vimeo','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10004,0,'media_vimeo','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10005,0,'media_youtube','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10006,0,'media_youtube','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10007,0,'media_youtube','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10008,0,'filter_activitynames','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10009,0,'filter_activitynames','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10010,0,'filter_activitynames','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10011,0,'filter_algebra','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10012,0,'filter_algebra','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10013,0,'filter_algebra','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10014,0,'filter_codehighlighter','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10015,0,'filter_codehighlighter','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10016,0,'filter_codehighlighter','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10017,0,'filter_data','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10018,0,'filter_data','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10019,0,'filter_data','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10020,0,'filter_displayh5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10021,0,'filter_displayh5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10022,0,'filter_displayh5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10023,0,'filter_emailprotect','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10024,0,'filter_emailprotect','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10025,0,'filter_emailprotect','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10026,0,'filter_emoticon','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10027,0,'filter_emoticon','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10028,0,'filter_emoticon','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726828),(10029,0,'filter_glossary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726828),(10030,0,'filter_glossary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726828),(10031,0,'filter_glossary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10032,0,'filter_mathjaxloader','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10033,0,'filter_mathjaxloader','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10034,0,'filter_mathjaxloader','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10035,0,'filter_mediaplugin','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10036,0,'filter_mediaplugin','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10037,0,'filter_mediaplugin','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10038,0,'filter_multilang','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10039,0,'filter_multilang','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10040,0,'filter_multilang','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10041,0,'filter_tex','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10042,0,'filter_tex','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10043,0,'filter_tex','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10044,0,'filter_urltolink','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10045,0,'filter_urltolink','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10046,0,'filter_urltolink','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10047,0,'filter_wiris','2024082700','2024110400','Starting plugin upgrade',NULL,'',2,1730726829),(10048,0,'filter_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',2,1730726829),(10049,0,'filter_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',2,1730726829),(10050,0,'editor_atto','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10051,0,'editor_atto','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10052,0,'editor_atto','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10053,0,'editor_textarea','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10054,0,'editor_textarea','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10055,0,'editor_textarea','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10056,0,'editor_tiny','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10057,0,'editor_tiny','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10058,0,'editor_tiny','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10059,0,'format_singleactivity','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10060,0,'format_singleactivity','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10061,0,'format_singleactivity','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726829),(10062,0,'format_social','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726829),(10063,0,'format_social','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726829),(10064,0,'format_social','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10065,0,'format_topics','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10066,0,'format_topics','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10067,0,'format_topics','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10068,0,'format_weeks','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10069,0,'format_weeks','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10070,0,'format_weeks','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10071,0,'dataformat_csv','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10072,0,'dataformat_csv','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10073,0,'dataformat_csv','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10074,0,'dataformat_excel','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10075,0,'dataformat_excel','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10076,0,'dataformat_excel','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10077,0,'dataformat_html','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10078,0,'dataformat_html','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10079,0,'dataformat_html','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10080,0,'dataformat_json','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10081,0,'dataformat_json','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10082,0,'dataformat_json','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10083,0,'dataformat_ods','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10084,0,'dataformat_ods','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10085,0,'dataformat_ods','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10086,0,'dataformat_pdf','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10087,0,'dataformat_pdf','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10088,0,'dataformat_pdf','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10089,0,'profilefield_checkbox','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10090,0,'profilefield_checkbox','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10091,0,'profilefield_checkbox','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10092,0,'profilefield_datetime','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10093,0,'profilefield_datetime','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726830),(10094,0,'profilefield_datetime','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726830),(10095,0,'profilefield_menu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726830),(10096,0,'profilefield_menu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10097,0,'profilefield_menu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10098,0,'profilefield_social','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10099,0,'profilefield_social','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10100,0,'profilefield_social','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10101,0,'profilefield_text','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10102,0,'profilefield_text','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10103,0,'profilefield_text','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10104,0,'profilefield_textarea','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10105,0,'profilefield_textarea','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10106,0,'profilefield_textarea','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10107,0,'report_backups','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10108,0,'report_backups','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10109,0,'report_backups','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10110,0,'report_competency','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10111,0,'report_competency','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10112,0,'report_competency','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10113,0,'report_completion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10114,0,'report_completion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10115,0,'report_completion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10116,0,'report_configlog','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10117,0,'report_configlog','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10118,0,'report_configlog','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10119,0,'report_courseoverview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10120,0,'report_courseoverview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10121,0,'report_courseoverview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10122,0,'report_eventlist','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10123,0,'report_eventlist','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10124,0,'report_eventlist','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726831),(10125,0,'report_infectedfiles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726831),(10126,0,'report_infectedfiles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726831),(10127,0,'report_infectedfiles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10128,0,'report_insights','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10129,0,'report_insights','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10130,0,'report_insights','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10131,0,'report_log','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10132,0,'report_log','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10133,0,'report_log','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10134,0,'report_loglive','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10135,0,'report_loglive','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10136,0,'report_loglive','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10137,0,'report_outline','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10138,0,'report_outline','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10139,0,'report_outline','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10140,0,'report_participation','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10141,0,'report_participation','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10142,0,'report_participation','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10143,0,'report_performance','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10144,0,'report_performance','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10145,0,'report_performance','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10146,0,'report_progress','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10147,0,'report_progress','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10148,0,'report_progress','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10149,0,'report_questioninstances','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10150,0,'report_questioninstances','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10151,0,'report_questioninstances','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10152,0,'report_security','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10153,0,'report_security','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10154,0,'report_security','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10155,0,'report_stats','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10156,0,'report_stats','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10157,0,'report_stats','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726832),(10158,0,'report_status','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726832),(10159,0,'report_status','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726832),(10160,0,'report_status','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10161,0,'report_themeusage','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10162,0,'report_themeusage','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10163,0,'report_themeusage','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10164,0,'report_usersessions','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10165,0,'report_usersessions','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10166,0,'report_usersessions','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10167,0,'gradeexport_ods','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10168,0,'gradeexport_ods','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10169,0,'gradeexport_ods','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10170,0,'gradeexport_txt','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10171,0,'gradeexport_txt','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10172,0,'gradeexport_txt','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10173,0,'gradeexport_xls','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10174,0,'gradeexport_xls','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10175,0,'gradeexport_xls','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10176,0,'gradeexport_xml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10177,0,'gradeexport_xml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10178,0,'gradeexport_xml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10179,0,'gradeimport_csv','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10180,0,'gradeimport_csv','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10181,0,'gradeimport_csv','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10182,0,'gradeimport_direct','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10183,0,'gradeimport_direct','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10184,0,'gradeimport_direct','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10185,0,'gradeimport_xml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10186,0,'gradeimport_xml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10187,0,'gradeimport_xml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10188,0,'gradereport_grader','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10189,0,'gradereport_grader','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10190,0,'gradereport_grader','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726833),(10191,0,'gradereport_history','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726833),(10192,0,'gradereport_history','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726833),(10193,0,'gradereport_history','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10194,0,'gradereport_outcomes','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10195,0,'gradereport_outcomes','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10196,0,'gradereport_outcomes','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10197,0,'gradereport_overview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10198,0,'gradereport_overview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10199,0,'gradereport_overview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10200,0,'gradereport_singleview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10201,0,'gradereport_singleview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10202,0,'gradereport_singleview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10203,0,'gradereport_summary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10204,0,'gradereport_summary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10205,0,'gradereport_summary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10206,0,'gradereport_user','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10207,0,'gradereport_user','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10208,0,'gradereport_user','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10209,0,'gradingform_guide','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10210,0,'gradingform_guide','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10211,0,'gradingform_guide','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10212,0,'gradingform_rubric','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10213,0,'gradingform_rubric','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10214,0,'gradingform_rubric','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10215,0,'mlbackend_php','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10216,0,'mlbackend_php','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10217,0,'mlbackend_php','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10218,0,'mlbackend_python','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10219,0,'mlbackend_python','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10220,0,'mlbackend_python','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726834),(10221,0,'mnetservice_enrol','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726834),(10222,0,'mnetservice_enrol','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726834),(10223,0,'mnetservice_enrol','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10224,0,'webservice_rest','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10225,0,'webservice_rest','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10226,0,'webservice_rest','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10227,0,'webservice_soap','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10228,0,'webservice_soap','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10229,0,'webservice_soap','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10230,0,'repository_areafiles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10231,0,'repository_areafiles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10232,0,'repository_areafiles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10233,0,'repository_contentbank','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10234,0,'repository_contentbank','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10235,0,'repository_contentbank','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10236,0,'repository_coursefiles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10237,0,'repository_coursefiles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10238,0,'repository_coursefiles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10239,0,'repository_dropbox','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10240,0,'repository_dropbox','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10241,0,'repository_dropbox','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10242,0,'repository_equella','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10243,0,'repository_equella','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10244,0,'repository_equella','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10245,0,'repository_filesystem','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10246,0,'repository_filesystem','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10247,0,'repository_filesystem','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10248,0,'repository_flickr','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10249,0,'repository_flickr','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10250,0,'repository_flickr','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726835),(10251,0,'repository_flickr_public','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726835),(10252,0,'repository_flickr_public','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726835),(10253,0,'repository_flickr_public','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10254,0,'repository_googledocs','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10255,0,'repository_googledocs','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10256,0,'repository_googledocs','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10257,0,'repository_local','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10258,0,'repository_local','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10259,0,'repository_local','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10260,0,'repository_merlot','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10261,0,'repository_merlot','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10262,0,'repository_merlot','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10263,0,'repository_nextcloud','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10264,0,'repository_nextcloud','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10265,0,'repository_nextcloud','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10266,0,'repository_onedrive','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10267,0,'repository_onedrive','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10268,0,'repository_onedrive','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10269,0,'repository_recent','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10270,0,'repository_recent','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10271,0,'repository_recent','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10272,0,'repository_s3','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10273,0,'repository_s3','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10274,0,'repository_s3','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10275,0,'repository_upload','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10276,0,'repository_upload','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10277,0,'repository_upload','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10278,0,'repository_url','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10279,0,'repository_url','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10280,0,'repository_url','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726836),(10281,0,'repository_user','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726836),(10282,0,'repository_user','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726836),(10283,0,'repository_user','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10284,0,'repository_webdav','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10285,0,'repository_webdav','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10286,0,'repository_webdav','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10287,0,'repository_wikimedia','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10288,0,'repository_wikimedia','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10289,0,'repository_wikimedia','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10290,0,'repository_youtube','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10291,0,'repository_youtube','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10292,0,'repository_youtube','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10293,0,'portfolio_download','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10294,0,'portfolio_download','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10295,0,'portfolio_download','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10296,0,'portfolio_flickr','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10297,0,'portfolio_flickr','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10298,0,'portfolio_flickr','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10299,0,'portfolio_googledocs','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10300,0,'portfolio_googledocs','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10301,0,'portfolio_googledocs','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10302,0,'portfolio_mahara','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10303,0,'portfolio_mahara','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10304,0,'portfolio_mahara','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10305,0,'search_simpledb','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10306,0,'search_simpledb','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10307,0,'search_simpledb','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726837),(10308,0,'search_solr','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726837),(10309,0,'search_solr','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726837),(10310,0,'search_solr','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10311,0,'qbank_bulkmove','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10312,0,'qbank_bulkmove','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10313,0,'qbank_bulkmove','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10314,0,'qbank_columnsortorder','2024051000','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10315,0,'qbank_columnsortorder','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10316,0,'qbank_columnsortorder','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10317,0,'qbank_comment','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10318,0,'qbank_comment','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10319,0,'qbank_comment','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10320,0,'qbank_customfields','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10321,0,'qbank_customfields','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10322,0,'qbank_customfields','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10323,0,'qbank_deletequestion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10324,0,'qbank_deletequestion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10325,0,'qbank_deletequestion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10326,0,'qbank_editquestion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10327,0,'qbank_editquestion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10328,0,'qbank_editquestion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10329,0,'qbank_exportquestions','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10330,0,'qbank_exportquestions','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10331,0,'qbank_exportquestions','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10332,0,'qbank_exporttoxml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10333,0,'qbank_exporttoxml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10334,0,'qbank_exporttoxml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10335,0,'qbank_history','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10336,0,'qbank_history','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726838),(10337,0,'qbank_history','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726838),(10338,0,'qbank_importquestions','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726838),(10339,0,'qbank_importquestions','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10340,0,'qbank_importquestions','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10341,0,'qbank_managecategories','2024070400','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10342,0,'qbank_managecategories','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10343,0,'qbank_managecategories','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10344,0,'qbank_previewquestion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10345,0,'qbank_previewquestion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10346,0,'qbank_previewquestion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10347,0,'qbank_statistics','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10348,0,'qbank_statistics','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10349,0,'qbank_statistics','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10350,0,'qbank_tagquestion','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10351,0,'qbank_tagquestion','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10352,0,'qbank_tagquestion','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10353,0,'qbank_usage','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10354,0,'qbank_usage','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10355,0,'qbank_usage','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10356,0,'qbank_viewcreator','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10357,0,'qbank_viewcreator','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10358,0,'qbank_viewcreator','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10359,0,'qbank_viewquestionname','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10360,0,'qbank_viewquestionname','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10361,0,'qbank_viewquestionname','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10362,0,'qbank_viewquestiontext','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726839),(10363,0,'qbank_viewquestiontext','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726839),(10364,0,'qbank_viewquestiontext','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726839),(10365,0,'qbank_viewquestiontype','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10366,0,'qbank_viewquestiontype','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10367,0,'qbank_viewquestiontype','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10368,0,'qbehaviour_adaptive','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10369,0,'qbehaviour_adaptive','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10370,0,'qbehaviour_adaptive','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10371,0,'qbehaviour_adaptivenopenalty','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10372,0,'qbehaviour_adaptivenopenalty','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10373,0,'qbehaviour_adaptivenopenalty','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10374,0,'qbehaviour_deferredcbm','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10375,0,'qbehaviour_deferredcbm','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10376,0,'qbehaviour_deferredcbm','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10377,0,'qbehaviour_deferredfeedback','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10378,0,'qbehaviour_deferredfeedback','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10379,0,'qbehaviour_deferredfeedback','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10380,0,'qbehaviour_immediatecbm','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10381,0,'qbehaviour_immediatecbm','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10382,0,'qbehaviour_immediatecbm','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10383,0,'qbehaviour_immediatefeedback','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10384,0,'qbehaviour_immediatefeedback','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10385,0,'qbehaviour_immediatefeedback','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10386,0,'qbehaviour_informationitem','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10387,0,'qbehaviour_informationitem','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10388,0,'qbehaviour_informationitem','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10389,0,'qbehaviour_interactive','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10390,0,'qbehaviour_interactive','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726840),(10391,0,'qbehaviour_interactive','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726840),(10392,0,'qbehaviour_interactivecountback','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726840),(10393,0,'qbehaviour_interactivecountback','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10394,0,'qbehaviour_interactivecountback','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10395,0,'qbehaviour_manualgraded','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10396,0,'qbehaviour_manualgraded','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10397,0,'qbehaviour_manualgraded','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10398,0,'qbehaviour_missing','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10399,0,'qbehaviour_missing','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10400,0,'qbehaviour_missing','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10401,0,'qformat_aiken','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10402,0,'qformat_aiken','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10403,0,'qformat_aiken','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10404,0,'qformat_blackboard_six','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10405,0,'qformat_blackboard_six','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10406,0,'qformat_blackboard_six','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10407,0,'qformat_gift','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10408,0,'qformat_gift','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10409,0,'qformat_gift','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10410,0,'qformat_missingword','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10411,0,'qformat_missingword','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10412,0,'qformat_missingword','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10413,0,'qformat_multianswer','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10414,0,'qformat_multianswer','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10415,0,'qformat_multianswer','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10416,0,'qformat_xhtml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10417,0,'qformat_xhtml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10418,0,'qformat_xhtml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10419,0,'qformat_xml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10420,0,'qformat_xml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10421,0,'qformat_xml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10422,0,'tool_admin_presets','2024042201','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10423,0,'tool_admin_presets','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10424,0,'tool_admin_presets','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726841),(10425,0,'tool_analytics','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726841),(10426,0,'tool_analytics','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726841),(10427,0,'tool_analytics','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10428,0,'tool_availabilityconditions','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10429,0,'tool_availabilityconditions','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10430,0,'tool_availabilityconditions','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10431,0,'tool_behat','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10432,0,'tool_behat','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10433,0,'tool_behat','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10434,0,'tool_brickfield','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10435,0,'tool_brickfield','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10436,0,'tool_brickfield','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10437,0,'tool_capability','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10438,0,'tool_capability','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10439,0,'tool_capability','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10440,0,'tool_cohortroles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10441,0,'tool_cohortroles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10442,0,'tool_cohortroles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10443,0,'tool_componentlibrary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10444,0,'tool_componentlibrary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10445,0,'tool_componentlibrary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10446,0,'tool_customlang','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10447,0,'tool_customlang','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10448,0,'tool_customlang','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726842),(10449,0,'tool_dataprivacy','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726842),(10450,0,'tool_dataprivacy','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726842),(10451,0,'tool_dataprivacy','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10452,0,'tool_dbtransfer','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10453,0,'tool_dbtransfer','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10454,0,'tool_dbtransfer','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10455,0,'tool_filetypes','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10456,0,'tool_filetypes','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10457,0,'tool_filetypes','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10458,0,'tool_generator','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10459,0,'tool_generator','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10460,0,'tool_generator','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10461,0,'tool_httpsreplace','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10462,0,'tool_httpsreplace','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10463,0,'tool_httpsreplace','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10464,0,'tool_installaddon','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10465,0,'tool_installaddon','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10466,0,'tool_installaddon','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10467,0,'tool_langimport','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10468,0,'tool_langimport','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10469,0,'tool_langimport','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10470,0,'tool_licensemanager','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10471,0,'tool_licensemanager','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10472,0,'tool_licensemanager','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10473,0,'tool_log','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10474,0,'tool_log','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10475,0,'tool_log','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843),(10476,0,'tool_lp','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10477,0,'tool_lp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10478,0,'tool_lp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726843); -INSERT INTO `m_upgrade_log` VALUES (10479,0,'tool_lpimportcsv','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10480,0,'tool_lpimportcsv','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10481,0,'tool_lpimportcsv','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10482,0,'tool_lpmigrate','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10483,0,'tool_lpmigrate','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10484,0,'tool_lpmigrate','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10485,0,'tool_messageinbound','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10486,0,'tool_messageinbound','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10487,0,'tool_messageinbound','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10488,0,'tool_mfa','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10489,0,'tool_mfa','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10490,0,'tool_mfa','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10491,0,'tool_mobile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10492,0,'tool_mobile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10493,0,'tool_mobile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10494,0,'tool_monitor','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10495,0,'tool_monitor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10496,0,'tool_monitor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10497,0,'tool_moodlenet','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10498,0,'tool_moodlenet','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10499,0,'tool_moodlenet','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10500,0,'tool_multilangupgrade','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10501,0,'tool_multilangupgrade','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10502,0,'tool_multilangupgrade','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10503,0,'tool_oauth2','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10504,0,'tool_oauth2','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10505,0,'tool_oauth2','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10506,0,'tool_phpunit','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10507,0,'tool_phpunit','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10508,0,'tool_phpunit','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10509,0,'tool_policy','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10510,0,'tool_policy','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10511,0,'tool_policy','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10512,0,'tool_profiling','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10513,0,'tool_profiling','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10514,0,'tool_profiling','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10515,0,'tool_recyclebin','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10516,0,'tool_recyclebin','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10517,0,'tool_recyclebin','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10518,0,'tool_replace','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10519,0,'tool_replace','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10520,0,'tool_replace','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10521,0,'tool_spamcleaner','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10522,0,'tool_spamcleaner','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10523,0,'tool_spamcleaner','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10524,0,'tool_task','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10525,0,'tool_task','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10526,0,'tool_task','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10527,0,'tool_templatelibrary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10528,0,'tool_templatelibrary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10529,0,'tool_templatelibrary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10530,0,'tool_unsuproles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10531,0,'tool_unsuproles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10532,0,'tool_unsuproles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10533,0,'tool_uploadcourse','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10534,0,'tool_uploadcourse','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10535,0,'tool_uploadcourse','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10536,0,'tool_uploaduser','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10537,0,'tool_uploaduser','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10538,0,'tool_uploaduser','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10539,0,'tool_usertours','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10540,0,'tool_usertours','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10541,0,'tool_usertours','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10542,0,'tool_xmldb','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10543,0,'tool_xmldb','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10544,0,'tool_xmldb','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10545,0,'cachestore_apcu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10546,0,'cachestore_apcu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10547,0,'cachestore_apcu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10548,0,'cachestore_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10549,0,'cachestore_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10550,0,'cachestore_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10551,0,'cachestore_redis','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10552,0,'cachestore_redis','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10553,0,'cachestore_redis','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10554,0,'cachestore_session','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10555,0,'cachestore_session','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10556,0,'cachestore_session','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10557,0,'cachestore_static','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10558,0,'cachestore_static','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10559,0,'cachestore_static','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10560,0,'cachelock_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10561,0,'cachelock_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10562,0,'cachelock_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10563,0,'fileconverter_googledrive','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10564,0,'fileconverter_googledrive','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10565,0,'fileconverter_googledrive','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10566,0,'fileconverter_unoconv','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10567,0,'fileconverter_unoconv','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10568,0,'fileconverter_unoconv','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10569,0,'contenttype_h5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10570,0,'contenttype_h5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10571,0,'contenttype_h5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10572,0,'theme_boost','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10573,0,'theme_boost','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10574,0,'theme_boost','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10575,0,'theme_classic','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10576,0,'theme_classic','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10577,0,'theme_classic','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10578,0,'local_wirisquizzes','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726846),(10579,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726846),(10580,0,'local_wirisquizzes','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726847),(10581,0,'h5plib_v127',NULL,'2024100700','Starting plugin installation',NULL,'',2,1730726847),(10582,0,'h5plib_v127','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10583,0,'h5plib_v127','2024100700','2024100700','Plugin installed',NULL,'',2,1730726847),(10584,0,'paygw_paypal','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10585,0,'paygw_paypal','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10586,0,'paygw_paypal','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10587,0,'smsgateway_aws','2024082200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10588,0,'smsgateway_aws','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10589,0,'smsgateway_aws','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10590,0,'assignsubmission_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10591,0,'assignsubmission_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10592,0,'assignsubmission_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10593,0,'assignsubmission_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10594,0,'assignsubmission_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10595,0,'assignsubmission_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10596,0,'assignsubmission_onlinetext','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10597,0,'assignsubmission_onlinetext','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10598,0,'assignsubmission_onlinetext','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10599,0,'assignfeedback_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10600,0,'assignfeedback_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10601,0,'assignfeedback_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10602,0,'assignfeedback_editpdf','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10603,0,'assignfeedback_editpdf','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10604,0,'assignfeedback_editpdf','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10605,0,'assignfeedback_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10606,0,'assignfeedback_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10607,0,'assignfeedback_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10608,0,'assignfeedback_offline','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10609,0,'assignfeedback_offline','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10610,0,'assignfeedback_offline','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10611,0,'booktool_exportimscp','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10612,0,'booktool_exportimscp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10613,0,'booktool_exportimscp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10614,0,'booktool_importhtml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10615,0,'booktool_importhtml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10616,0,'booktool_importhtml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10617,0,'booktool_print','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10618,0,'booktool_print','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10619,0,'booktool_print','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10620,0,'datafield_checkbox','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10621,0,'datafield_checkbox','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10622,0,'datafield_checkbox','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10623,0,'datafield_date','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10624,0,'datafield_date','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10625,0,'datafield_date','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10626,0,'datafield_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10627,0,'datafield_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10628,0,'datafield_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10629,0,'datafield_latlong','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10630,0,'datafield_latlong','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10631,0,'datafield_latlong','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10632,0,'datafield_menu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10633,0,'datafield_menu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10634,0,'datafield_menu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10635,0,'datafield_multimenu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10636,0,'datafield_multimenu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10637,0,'datafield_multimenu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10638,0,'datafield_number','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10639,0,'datafield_number','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10640,0,'datafield_number','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10641,0,'datafield_picture','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10642,0,'datafield_picture','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10643,0,'datafield_picture','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10644,0,'datafield_radiobutton','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10645,0,'datafield_radiobutton','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10646,0,'datafield_radiobutton','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10647,0,'datafield_text','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10648,0,'datafield_text','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10649,0,'datafield_text','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10650,0,'datafield_textarea','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10651,0,'datafield_textarea','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10652,0,'datafield_textarea','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10653,0,'datafield_url','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10654,0,'datafield_url','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10655,0,'datafield_url','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10656,0,'datapreset_imagegallery','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10657,0,'datapreset_imagegallery','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10658,0,'datapreset_imagegallery','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10659,0,'datapreset_journal','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10660,0,'datapreset_journal','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10661,0,'datapreset_journal','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10662,0,'datapreset_proposals','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10663,0,'datapreset_proposals','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10664,0,'datapreset_proposals','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10665,0,'datapreset_resources','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10666,0,'datapreset_resources','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10667,0,'datapreset_resources','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10668,0,'forumreport_summary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10669,0,'forumreport_summary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10670,0,'forumreport_summary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10671,0,'ltiservice_basicoutcomes','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10672,0,'ltiservice_basicoutcomes','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10673,0,'ltiservice_basicoutcomes','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10674,0,'ltiservice_gradebookservices','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10675,0,'ltiservice_gradebookservices','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10676,0,'ltiservice_gradebookservices','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10677,0,'ltiservice_memberships','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10678,0,'ltiservice_memberships','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10679,0,'ltiservice_memberships','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10680,0,'ltiservice_profile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10681,0,'ltiservice_profile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10682,0,'ltiservice_profile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10683,0,'ltiservice_toolproxy','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10684,0,'ltiservice_toolproxy','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10685,0,'ltiservice_toolproxy','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10686,0,'ltiservice_toolsettings','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10687,0,'ltiservice_toolsettings','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10688,0,'ltiservice_toolsettings','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10689,0,'quiz_grading','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10690,0,'quiz_grading','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10691,0,'quiz_grading','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10692,0,'quiz_overview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10693,0,'quiz_overview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10694,0,'quiz_overview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10695,0,'quiz_responses','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10696,0,'quiz_responses','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10697,0,'quiz_responses','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10698,0,'quiz_statistics','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10699,0,'quiz_statistics','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10700,0,'quiz_statistics','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10701,0,'quizaccess_delaybetweenattempts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10702,0,'quizaccess_delaybetweenattempts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10703,0,'quizaccess_delaybetweenattempts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10704,0,'quizaccess_ipaddress','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10705,0,'quizaccess_ipaddress','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10706,0,'quizaccess_ipaddress','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10707,0,'quizaccess_numattempts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10708,0,'quizaccess_numattempts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10709,0,'quizaccess_numattempts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10710,0,'quizaccess_offlineattempts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10711,0,'quizaccess_offlineattempts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10712,0,'quizaccess_offlineattempts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10713,0,'quizaccess_openclosedate','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10714,0,'quizaccess_openclosedate','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10715,0,'quizaccess_openclosedate','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10716,0,'quizaccess_password','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10717,0,'quizaccess_password','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10718,0,'quizaccess_password','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10719,0,'quizaccess_seb','2024062800','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10720,0,'quizaccess_seb','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10721,0,'quizaccess_seb','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10722,0,'quizaccess_securewindow','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10723,0,'quizaccess_securewindow','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10724,0,'quizaccess_securewindow','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10725,0,'quizaccess_timelimit','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10726,0,'quizaccess_timelimit','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10727,0,'quizaccess_timelimit','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10728,0,'scormreport_basic','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10729,0,'scormreport_basic','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10730,0,'scormreport_basic','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10731,0,'scormreport_graphs','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10732,0,'scormreport_graphs','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10733,0,'scormreport_graphs','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10734,0,'scormreport_interactions','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10735,0,'scormreport_interactions','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10736,0,'scormreport_interactions','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10737,0,'scormreport_objectives','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10738,0,'scormreport_objectives','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10739,0,'scormreport_objectives','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10740,0,'workshopform_accumulative','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10741,0,'workshopform_accumulative','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10742,0,'workshopform_accumulative','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10743,0,'workshopform_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10744,0,'workshopform_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10745,0,'workshopform_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10746,0,'workshopform_numerrors','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10747,0,'workshopform_numerrors','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10748,0,'workshopform_numerrors','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10749,0,'workshopform_rubric','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10750,0,'workshopform_rubric','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10751,0,'workshopform_rubric','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10752,0,'workshopallocation_manual','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10753,0,'workshopallocation_manual','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10754,0,'workshopallocation_manual','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10755,0,'workshopallocation_random','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10756,0,'workshopallocation_random','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10757,0,'workshopallocation_random','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10758,0,'workshopallocation_scheduled','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10759,0,'workshopallocation_scheduled','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10760,0,'workshopallocation_scheduled','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10761,0,'workshopeval_best','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10762,0,'workshopeval_best','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10763,0,'workshopeval_best','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10764,0,'atto_accessibilitychecker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10765,0,'atto_accessibilitychecker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10766,0,'atto_accessibilitychecker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10767,0,'atto_accessibilityhelper','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10768,0,'atto_accessibilityhelper','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10769,0,'atto_accessibilityhelper','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10770,0,'atto_align','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10771,0,'atto_align','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10772,0,'atto_align','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10773,0,'atto_backcolor','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10774,0,'atto_backcolor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10775,0,'atto_backcolor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10776,0,'atto_bold','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10777,0,'atto_bold','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10778,0,'atto_bold','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10779,0,'atto_charmap','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10780,0,'atto_charmap','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10781,0,'atto_charmap','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10782,0,'atto_clear','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10783,0,'atto_clear','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10784,0,'atto_clear','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10785,0,'atto_collapse','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10786,0,'atto_collapse','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10787,0,'atto_collapse','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10788,0,'atto_emojipicker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10789,0,'atto_emojipicker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10790,0,'atto_emojipicker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10791,0,'atto_emoticon','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10792,0,'atto_emoticon','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10793,0,'atto_emoticon','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10794,0,'atto_equation','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10795,0,'atto_equation','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10796,0,'atto_equation','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10797,0,'atto_fontcolor','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10798,0,'atto_fontcolor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10799,0,'atto_fontcolor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10800,0,'atto_h5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10801,0,'atto_h5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10802,0,'atto_h5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10803,0,'atto_html','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10804,0,'atto_html','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10805,0,'atto_html','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10806,0,'atto_image','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10807,0,'atto_image','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10808,0,'atto_image','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10809,0,'atto_indent','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10810,0,'atto_indent','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10811,0,'atto_indent','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10812,0,'atto_italic','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10813,0,'atto_italic','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10814,0,'atto_italic','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10815,0,'atto_link','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10816,0,'atto_link','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10817,0,'atto_link','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10818,0,'atto_managefiles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10819,0,'atto_managefiles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10820,0,'atto_managefiles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10821,0,'atto_media','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10822,0,'atto_media','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10823,0,'atto_media','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10824,0,'atto_noautolink','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10825,0,'atto_noautolink','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10826,0,'atto_noautolink','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10827,0,'atto_orderedlist','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10828,0,'atto_orderedlist','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10829,0,'atto_orderedlist','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10830,0,'atto_recordrtc','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10831,0,'atto_recordrtc','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10832,0,'atto_recordrtc','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10833,0,'atto_rtl','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10834,0,'atto_rtl','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10835,0,'atto_rtl','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10836,0,'atto_strike','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10837,0,'atto_strike','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10838,0,'atto_strike','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10839,0,'atto_subscript','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10840,0,'atto_subscript','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10841,0,'atto_subscript','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10842,0,'atto_superscript','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10843,0,'atto_superscript','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10844,0,'atto_superscript','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10845,0,'atto_table','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10846,0,'atto_table','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10847,0,'atto_table','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10848,0,'atto_title','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10849,0,'atto_title','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10850,0,'atto_title','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10851,0,'atto_underline','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10852,0,'atto_underline','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10853,0,'atto_underline','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10854,0,'atto_undo','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10855,0,'atto_undo','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10856,0,'atto_undo','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10857,0,'atto_unorderedlist','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10858,0,'atto_unorderedlist','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10859,0,'atto_unorderedlist','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10860,0,'atto_wiris','2024082700','2024110400','Starting plugin upgrade',NULL,'',2,1730726855),(10861,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',2,1730726855),(10862,0,'atto_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',2,1730726855),(10863,0,'tiny_accessibilitychecker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10864,0,'tiny_accessibilitychecker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10865,0,'tiny_accessibilitychecker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10866,0,'tiny_aiplacement','2024061901','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10867,0,'tiny_aiplacement','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10868,0,'tiny_aiplacement','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10869,0,'tiny_autosave','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10870,0,'tiny_autosave','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10871,0,'tiny_autosave','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10872,0,'tiny_equation','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10873,0,'tiny_equation','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10874,0,'tiny_equation','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10875,0,'tiny_h5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10876,0,'tiny_h5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10877,0,'tiny_h5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10878,0,'tiny_html','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10879,0,'tiny_html','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10880,0,'tiny_html','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10881,0,'tiny_link','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10882,0,'tiny_link','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10883,0,'tiny_link','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10884,0,'tiny_media','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10885,0,'tiny_media','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10886,0,'tiny_media','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10887,0,'tiny_noautolink','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10888,0,'tiny_noautolink','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10889,0,'tiny_noautolink','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10890,0,'tiny_premium','2024042201','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10891,0,'tiny_premium','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10892,0,'tiny_premium','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10893,0,'tiny_recordrtc','2024053100','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10894,0,'tiny_recordrtc','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10895,0,'tiny_recordrtc','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10896,0,'tiny_wiris','2024082700','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10897,0,'tiny_wiris','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10898,0,'tiny_wiris','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10899,0,'logstore_database','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10900,0,'logstore_database','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10901,0,'logstore_database','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10902,0,'logstore_standard','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10903,0,'logstore_standard','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10904,0,'logstore_standard','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10905,0,'factor_admin','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10906,0,'factor_admin','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10907,0,'factor_admin','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10908,0,'factor_auth','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10909,0,'factor_auth','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10910,0,'factor_auth','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10911,0,'factor_capability','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10912,0,'factor_capability','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10913,0,'factor_capability','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10914,0,'factor_cohort','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10915,0,'factor_cohort','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10916,0,'factor_cohort','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10917,0,'factor_email','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10918,0,'factor_email','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10919,0,'factor_email','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10920,0,'factor_grace','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10921,0,'factor_grace','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10922,0,'factor_grace','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10923,0,'factor_iprange','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10924,0,'factor_iprange','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10925,0,'factor_iprange','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10926,0,'factor_nosetup','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10927,0,'factor_nosetup','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10928,0,'factor_nosetup','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10929,0,'factor_role','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10930,0,'factor_role','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10931,0,'factor_role','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10932,0,'factor_sms','2024082201','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10933,0,'factor_sms','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10934,0,'factor_sms','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10935,0,'factor_token','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10936,0,'factor_token','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10937,0,'factor_token','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10938,0,'factor_totp','2024081600','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10939,0,'factor_totp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10940,0,'factor_totp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10941,0,'factor_webauthn','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10942,0,'factor_webauthn','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10943,0,'factor_webauthn','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858); +INSERT INTO `m_upgrade_log` VALUES (10479,0,'tool_lpimportcsv','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726843),(10480,0,'tool_lpimportcsv','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726843),(10481,0,'tool_lpimportcsv','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10482,0,'tool_lpmigrate','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10483,0,'tool_lpmigrate','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10484,0,'tool_lpmigrate','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10485,0,'tool_messageinbound','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10486,0,'tool_messageinbound','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10487,0,'tool_messageinbound','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10488,0,'tool_mfa','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10489,0,'tool_mfa','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10490,0,'tool_mfa','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10491,0,'tool_mobile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10492,0,'tool_mobile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10493,0,'tool_mobile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10494,0,'tool_monitor','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10495,0,'tool_monitor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10496,0,'tool_monitor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10497,0,'tool_moodlenet','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10498,0,'tool_moodlenet','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10499,0,'tool_moodlenet','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10500,0,'tool_multilangupgrade','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10501,0,'tool_multilangupgrade','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10502,0,'tool_multilangupgrade','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10503,0,'tool_oauth2','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10504,0,'tool_oauth2','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10505,0,'tool_oauth2','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10506,0,'tool_phpunit','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10507,0,'tool_phpunit','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10508,0,'tool_phpunit','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10509,0,'tool_policy','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10510,0,'tool_policy','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10511,0,'tool_policy','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726844),(10512,0,'tool_profiling','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726844),(10513,0,'tool_profiling','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726844),(10514,0,'tool_profiling','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10515,0,'tool_recyclebin','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10516,0,'tool_recyclebin','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10517,0,'tool_recyclebin','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10518,0,'tool_replace','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10519,0,'tool_replace','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10520,0,'tool_replace','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10521,0,'tool_spamcleaner','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10522,0,'tool_spamcleaner','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10523,0,'tool_spamcleaner','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10524,0,'tool_task','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10525,0,'tool_task','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10526,0,'tool_task','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10527,0,'tool_templatelibrary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10528,0,'tool_templatelibrary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10529,0,'tool_templatelibrary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10530,0,'tool_unsuproles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10531,0,'tool_unsuproles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10532,0,'tool_unsuproles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10533,0,'tool_uploadcourse','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10534,0,'tool_uploadcourse','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10535,0,'tool_uploadcourse','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10536,0,'tool_uploaduser','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10537,0,'tool_uploaduser','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10538,0,'tool_uploaduser','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10539,0,'tool_usertours','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10540,0,'tool_usertours','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10541,0,'tool_usertours','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10542,0,'tool_xmldb','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10543,0,'tool_xmldb','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10544,0,'tool_xmldb','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726845),(10545,0,'cachestore_apcu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726845),(10546,0,'cachestore_apcu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726845),(10547,0,'cachestore_apcu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10548,0,'cachestore_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10549,0,'cachestore_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10550,0,'cachestore_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10551,0,'cachestore_redis','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10552,0,'cachestore_redis','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10553,0,'cachestore_redis','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10554,0,'cachestore_session','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10555,0,'cachestore_session','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10556,0,'cachestore_session','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10557,0,'cachestore_static','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10558,0,'cachestore_static','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10559,0,'cachestore_static','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10560,0,'cachelock_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10561,0,'cachelock_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10562,0,'cachelock_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10563,0,'fileconverter_googledrive','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10564,0,'fileconverter_googledrive','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10565,0,'fileconverter_googledrive','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10566,0,'fileconverter_unoconv','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10567,0,'fileconverter_unoconv','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10568,0,'fileconverter_unoconv','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10569,0,'contenttype_h5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10570,0,'contenttype_h5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10571,0,'contenttype_h5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10572,0,'theme_boost','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10573,0,'theme_boost','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10574,0,'theme_boost','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10575,0,'theme_classic','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726846),(10576,0,'theme_classic','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726846),(10577,0,'theme_classic','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726846),(10578,0,'local_wirisquizzes','2024032203','2024032205','Starting plugin upgrade',NULL,'',2,1730726846),(10579,0,'local_wirisquizzes','2024032205','2024032205','Upgrade savepoint reached',NULL,'',2,1730726846),(10580,0,'local_wirisquizzes','2024032205','2024032205','Plugin upgraded',NULL,'',2,1730726847),(10581,0,'h5plib_v127',NULL,'2024100700','Starting plugin installation',NULL,'',2,1730726847),(10582,0,'h5plib_v127','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10583,0,'h5plib_v127','2024100700','2024100700','Plugin installed',NULL,'',2,1730726847),(10584,0,'paygw_paypal','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10585,0,'paygw_paypal','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10586,0,'paygw_paypal','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10587,0,'smsgateway_aws','2024082200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10588,0,'smsgateway_aws','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10589,0,'smsgateway_aws','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10590,0,'assignsubmission_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10591,0,'assignsubmission_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10592,0,'assignsubmission_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10593,0,'assignsubmission_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10594,0,'assignsubmission_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10595,0,'assignsubmission_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10596,0,'assignsubmission_onlinetext','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10597,0,'assignsubmission_onlinetext','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10598,0,'assignsubmission_onlinetext','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10599,0,'assignfeedback_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10600,0,'assignfeedback_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10601,0,'assignfeedback_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10602,0,'assignfeedback_editpdf','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10603,0,'assignfeedback_editpdf','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10604,0,'assignfeedback_editpdf','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10605,0,'assignfeedback_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10606,0,'assignfeedback_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10607,0,'assignfeedback_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10608,0,'assignfeedback_offline','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10609,0,'assignfeedback_offline','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726847),(10610,0,'assignfeedback_offline','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726847),(10611,0,'booktool_exportimscp','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726847),(10612,0,'booktool_exportimscp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10613,0,'booktool_exportimscp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10614,0,'booktool_importhtml','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10615,0,'booktool_importhtml','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10616,0,'booktool_importhtml','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10617,0,'booktool_print','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10618,0,'booktool_print','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10619,0,'booktool_print','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10620,0,'datafield_checkbox','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10621,0,'datafield_checkbox','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10622,0,'datafield_checkbox','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10623,0,'datafield_date','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10624,0,'datafield_date','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10625,0,'datafield_date','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10626,0,'datafield_file','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10627,0,'datafield_file','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10628,0,'datafield_file','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10629,0,'datafield_latlong','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10630,0,'datafield_latlong','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10631,0,'datafield_latlong','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10632,0,'datafield_menu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10633,0,'datafield_menu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10634,0,'datafield_menu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10635,0,'datafield_multimenu','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10636,0,'datafield_multimenu','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10637,0,'datafield_multimenu','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10638,0,'datafield_number','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10639,0,'datafield_number','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10640,0,'datafield_number','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726848),(10641,0,'datafield_picture','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726848),(10642,0,'datafield_picture','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726848),(10643,0,'datafield_picture','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10644,0,'datafield_radiobutton','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10645,0,'datafield_radiobutton','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10646,0,'datafield_radiobutton','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10647,0,'datafield_text','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10648,0,'datafield_text','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10649,0,'datafield_text','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10650,0,'datafield_textarea','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10651,0,'datafield_textarea','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10652,0,'datafield_textarea','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10653,0,'datafield_url','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10654,0,'datafield_url','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10655,0,'datafield_url','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10656,0,'datapreset_imagegallery','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10657,0,'datapreset_imagegallery','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10658,0,'datapreset_imagegallery','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10659,0,'datapreset_journal','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10660,0,'datapreset_journal','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10661,0,'datapreset_journal','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10662,0,'datapreset_proposals','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10663,0,'datapreset_proposals','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10664,0,'datapreset_proposals','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10665,0,'datapreset_resources','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10666,0,'datapreset_resources','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10667,0,'datapreset_resources','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10668,0,'forumreport_summary','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10669,0,'forumreport_summary','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10670,0,'forumreport_summary','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10671,0,'ltiservice_basicoutcomes','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10672,0,'ltiservice_basicoutcomes','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10673,0,'ltiservice_basicoutcomes','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726849),(10674,0,'ltiservice_gradebookservices','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726849),(10675,0,'ltiservice_gradebookservices','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726849),(10676,0,'ltiservice_gradebookservices','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10677,0,'ltiservice_memberships','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10678,0,'ltiservice_memberships','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10679,0,'ltiservice_memberships','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10680,0,'ltiservice_profile','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10681,0,'ltiservice_profile','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10682,0,'ltiservice_profile','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10683,0,'ltiservice_toolproxy','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10684,0,'ltiservice_toolproxy','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10685,0,'ltiservice_toolproxy','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10686,0,'ltiservice_toolsettings','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10687,0,'ltiservice_toolsettings','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10688,0,'ltiservice_toolsettings','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10689,0,'quiz_grading','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10690,0,'quiz_grading','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10691,0,'quiz_grading','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10692,0,'quiz_overview','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10693,0,'quiz_overview','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10694,0,'quiz_overview','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10695,0,'quiz_responses','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10696,0,'quiz_responses','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10697,0,'quiz_responses','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10698,0,'quiz_statistics','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10699,0,'quiz_statistics','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10700,0,'quiz_statistics','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10701,0,'quizaccess_delaybetweenattempts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10702,0,'quizaccess_delaybetweenattempts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10703,0,'quizaccess_delaybetweenattempts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726850),(10704,0,'quizaccess_ipaddress','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726850),(10705,0,'quizaccess_ipaddress','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726850),(10706,0,'quizaccess_ipaddress','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10707,0,'quizaccess_numattempts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10708,0,'quizaccess_numattempts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10709,0,'quizaccess_numattempts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10710,0,'quizaccess_offlineattempts','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10711,0,'quizaccess_offlineattempts','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10712,0,'quizaccess_offlineattempts','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10713,0,'quizaccess_openclosedate','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10714,0,'quizaccess_openclosedate','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10715,0,'quizaccess_openclosedate','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10716,0,'quizaccess_password','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10717,0,'quizaccess_password','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10718,0,'quizaccess_password','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10719,0,'quizaccess_seb','2024062800','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10720,0,'quizaccess_seb','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10721,0,'quizaccess_seb','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10722,0,'quizaccess_securewindow','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10723,0,'quizaccess_securewindow','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10724,0,'quizaccess_securewindow','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10725,0,'quizaccess_timelimit','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10726,0,'quizaccess_timelimit','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10727,0,'quizaccess_timelimit','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10728,0,'scormreport_basic','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10729,0,'scormreport_basic','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10730,0,'scormreport_basic','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10731,0,'scormreport_graphs','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10732,0,'scormreport_graphs','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10733,0,'scormreport_graphs','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10734,0,'scormreport_interactions','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10735,0,'scormreport_interactions','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10736,0,'scormreport_interactions','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726851),(10737,0,'scormreport_objectives','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726851),(10738,0,'scormreport_objectives','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726851),(10739,0,'scormreport_objectives','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10740,0,'workshopform_accumulative','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10741,0,'workshopform_accumulative','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10742,0,'workshopform_accumulative','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10743,0,'workshopform_comments','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10744,0,'workshopform_comments','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10745,0,'workshopform_comments','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10746,0,'workshopform_numerrors','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10747,0,'workshopform_numerrors','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10748,0,'workshopform_numerrors','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10749,0,'workshopform_rubric','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10750,0,'workshopform_rubric','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10751,0,'workshopform_rubric','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10752,0,'workshopallocation_manual','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10753,0,'workshopallocation_manual','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10754,0,'workshopallocation_manual','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10755,0,'workshopallocation_random','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10756,0,'workshopallocation_random','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10757,0,'workshopallocation_random','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10758,0,'workshopallocation_scheduled','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10759,0,'workshopallocation_scheduled','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10760,0,'workshopallocation_scheduled','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10761,0,'workshopeval_best','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10762,0,'workshopeval_best','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10763,0,'workshopeval_best','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10764,0,'atto_accessibilitychecker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10765,0,'atto_accessibilitychecker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10766,0,'atto_accessibilitychecker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10767,0,'atto_accessibilityhelper','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10768,0,'atto_accessibilityhelper','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10769,0,'atto_accessibilityhelper','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726852),(10770,0,'atto_align','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726852),(10771,0,'atto_align','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726852),(10772,0,'atto_align','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10773,0,'atto_backcolor','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10774,0,'atto_backcolor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10775,0,'atto_backcolor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10776,0,'atto_bold','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10777,0,'atto_bold','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10778,0,'atto_bold','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10779,0,'atto_charmap','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10780,0,'atto_charmap','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10781,0,'atto_charmap','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10782,0,'atto_clear','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10783,0,'atto_clear','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10784,0,'atto_clear','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10785,0,'atto_collapse','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10786,0,'atto_collapse','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10787,0,'atto_collapse','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10788,0,'atto_emojipicker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10789,0,'atto_emojipicker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10790,0,'atto_emojipicker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10791,0,'atto_emoticon','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10792,0,'atto_emoticon','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10793,0,'atto_emoticon','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10794,0,'atto_equation','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10795,0,'atto_equation','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10796,0,'atto_equation','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10797,0,'atto_fontcolor','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10798,0,'atto_fontcolor','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10799,0,'atto_fontcolor','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10800,0,'atto_h5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10801,0,'atto_h5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726853),(10802,0,'atto_h5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726853),(10803,0,'atto_html','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726853),(10804,0,'atto_html','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10805,0,'atto_html','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10806,0,'atto_image','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10807,0,'atto_image','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10808,0,'atto_image','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10809,0,'atto_indent','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10810,0,'atto_indent','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10811,0,'atto_indent','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10812,0,'atto_italic','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10813,0,'atto_italic','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10814,0,'atto_italic','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10815,0,'atto_link','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10816,0,'atto_link','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10817,0,'atto_link','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10818,0,'atto_managefiles','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10819,0,'atto_managefiles','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10820,0,'atto_managefiles','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10821,0,'atto_media','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10822,0,'atto_media','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10823,0,'atto_media','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10824,0,'atto_noautolink','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10825,0,'atto_noautolink','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10826,0,'atto_noautolink','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10827,0,'atto_orderedlist','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10828,0,'atto_orderedlist','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10829,0,'atto_orderedlist','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10830,0,'atto_recordrtc','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10831,0,'atto_recordrtc','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10832,0,'atto_recordrtc','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10833,0,'atto_rtl','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10834,0,'atto_rtl','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10835,0,'atto_rtl','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726854),(10836,0,'atto_strike','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726854),(10837,0,'atto_strike','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726854),(10838,0,'atto_strike','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10839,0,'atto_subscript','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10840,0,'atto_subscript','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10841,0,'atto_subscript','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10842,0,'atto_superscript','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10843,0,'atto_superscript','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10844,0,'atto_superscript','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10845,0,'atto_table','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10846,0,'atto_table','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10847,0,'atto_table','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10848,0,'atto_title','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10849,0,'atto_title','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10850,0,'atto_title','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10851,0,'atto_underline','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10852,0,'atto_underline','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10853,0,'atto_underline','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10854,0,'atto_undo','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10855,0,'atto_undo','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10856,0,'atto_undo','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10857,0,'atto_unorderedlist','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10858,0,'atto_unorderedlist','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10859,0,'atto_unorderedlist','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726855),(10860,0,'atto_wiris','2024082700','2024110400','Starting plugin upgrade',NULL,'',2,1730726855),(10861,0,'atto_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',2,1730726855),(10862,0,'atto_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',2,1730726855),(10863,0,'tiny_accessibilitychecker','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726855),(10864,0,'tiny_accessibilitychecker','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726855),(10865,0,'tiny_accessibilitychecker','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10866,0,'tiny_aiplacement','2024061901','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10867,0,'tiny_aiplacement','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10868,0,'tiny_aiplacement','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10869,0,'tiny_autosave','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10870,0,'tiny_autosave','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10871,0,'tiny_autosave','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10872,0,'tiny_equation','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10873,0,'tiny_equation','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10874,0,'tiny_equation','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10875,0,'tiny_h5p','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10876,0,'tiny_h5p','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10877,0,'tiny_h5p','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10878,0,'tiny_html','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10879,0,'tiny_html','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10880,0,'tiny_html','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10881,0,'tiny_link','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10882,0,'tiny_link','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10883,0,'tiny_link','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10884,0,'tiny_media','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10885,0,'tiny_media','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10886,0,'tiny_media','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10887,0,'tiny_noautolink','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10888,0,'tiny_noautolink','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10889,0,'tiny_noautolink','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10890,0,'tiny_premium','2024042201','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10891,0,'tiny_premium','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10892,0,'tiny_premium','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726856),(10893,0,'tiny_recordrtc','2024053100','2024100700','Starting plugin upgrade',NULL,'',2,1730726856),(10894,0,'tiny_recordrtc','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726856),(10895,0,'tiny_recordrtc','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10896,0,'tiny_wiris','2024082700','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10897,0,'tiny_wiris','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10898,0,'tiny_wiris','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10899,0,'logstore_database','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10900,0,'logstore_database','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10901,0,'logstore_database','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10902,0,'logstore_standard','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10903,0,'logstore_standard','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10904,0,'logstore_standard','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10905,0,'factor_admin','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10906,0,'factor_admin','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10907,0,'factor_admin','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10908,0,'factor_auth','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10909,0,'factor_auth','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10910,0,'factor_auth','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10911,0,'factor_capability','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10912,0,'factor_capability','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10913,0,'factor_capability','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10914,0,'factor_cohort','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10915,0,'factor_cohort','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10916,0,'factor_cohort','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10917,0,'factor_email','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10918,0,'factor_email','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10919,0,'factor_email','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10920,0,'factor_grace','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726857),(10921,0,'factor_grace','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726857),(10922,0,'factor_grace','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726857),(10923,0,'factor_iprange','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10924,0,'factor_iprange','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10925,0,'factor_iprange','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10926,0,'factor_nosetup','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10927,0,'factor_nosetup','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10928,0,'factor_nosetup','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10929,0,'factor_role','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10930,0,'factor_role','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10931,0,'factor_role','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10932,0,'factor_sms','2024082201','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10933,0,'factor_sms','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10934,0,'factor_sms','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10935,0,'factor_token','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10936,0,'factor_token','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10937,0,'factor_token','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10938,0,'factor_totp','2024081600','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10939,0,'factor_totp','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10940,0,'factor_totp','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10941,0,'factor_webauthn','2024042200','2024100700','Starting plugin upgrade',NULL,'',2,1730726858),(10942,0,'factor_webauthn','2024100700','2024100700','Upgrade savepoint reached',NULL,'',2,1730726858),(10943,0,'factor_webauthn','2024100700','2024100700','Plugin upgraded',NULL,'',2,1730726858),(10944,0,'core','2024100700.04','2024100701.04','Starting core upgrade',NULL,'',0,1736241828),(10945,0,'core','2024100701.02','2024100701.04','Upgrade savepoint reached',NULL,'',0,1736241828),(10946,0,'core','2024100701.04','2024100701.04','Upgrade savepoint reached',NULL,'',0,1736241828),(10947,0,'core','2024100701.04','2024100701.04','Core upgraded',NULL,'',0,1736241830),(10948,0,'qtype_essaywiris','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10949,0,'qtype_essaywiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241830),(10950,0,'qtype_essaywiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241830),(10951,0,'qtype_matchwiris','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10952,0,'qtype_matchwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241830),(10953,0,'qtype_matchwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241830),(10954,0,'qtype_multianswerwiris','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10955,0,'qtype_multianswerwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241830),(10956,0,'qtype_multianswerwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241830),(10957,0,'qtype_multichoicewiris','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10958,0,'qtype_multichoicewiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241830),(10959,0,'qtype_multichoicewiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241830),(10960,0,'qtype_shortanswerwiris','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10961,0,'qtype_shortanswerwiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241830),(10962,0,'qtype_shortanswerwiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241830),(10963,0,'qtype_truefalsewiris','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10964,0,'qtype_truefalsewiris','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241830),(10965,0,'qtype_truefalsewiris','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241830),(10966,0,'qtype_wq','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241830),(10967,0,'qtype_wq','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241831),(10968,0,'qtype_wq','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241831),(10969,0,'qbank_columnsortorder','2024100700','2024100701','Starting plugin upgrade',NULL,'',0,1736241831),(10970,0,'qbank_columnsortorder','2024100701','2024100701','Upgrade savepoint reached',NULL,'',0,1736241831),(10971,0,'qbank_columnsortorder','2024100701','2024100701','Plugin upgraded',NULL,'',0,1736241831),(10972,0,'tool_lp','2024100700','2024100701','Starting plugin upgrade',NULL,'',0,1736241831),(10973,0,'tool_lp','2024100701','2024100701','Upgrade savepoint reached',NULL,'',0,1736241831),(10974,0,'tool_lp','2024100701','2024100701','Plugin upgraded',NULL,'',0,1736241831),(10975,0,'local_wirisquizzes','2024032205','2024121900','Starting plugin upgrade',NULL,'',0,1736241831),(10976,0,'local_wirisquizzes','2024121900','2024121900','Upgrade savepoint reached',NULL,'',0,1736241831),(10977,0,'local_wirisquizzes','2024121900','2024121900','Plugin upgraded',NULL,'',0,1736241831),(10978,0,'tiny_recordrtc','2024100700','2024100701','Starting plugin upgrade',NULL,'',0,1736241831),(10979,0,'tiny_recordrtc','2024100701','2024100701','Upgrade savepoint reached',NULL,'',0,1736241831),(10980,0,'tiny_recordrtc','2024100701','2024100701','Plugin upgraded',NULL,'',0,1736241831),(10981,0,'tiny_wiris','2024100700','2024110400','Starting plugin upgrade',NULL,'',0,1736241831),(10982,0,'tiny_wiris','2024110400','2024110400','Upgrade savepoint reached',NULL,'',0,1736241831),(10983,0,'tiny_wiris','2024110400','2024110400','Plugin upgraded',NULL,'',0,1736241831); /*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; UNLOCK TABLES; @@ -31301,7 +31618,7 @@ CREATE TABLE `m_user` ( KEY `m_user_las3_ix` (`lastnamephonetic`), KEY `m_user_mid_ix` (`middlename`), KEY `m_user_alt_ix` (`alternatename`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -31310,7 +31627,7 @@ CREATE TABLE `m_user` ( LOCK TABLES `m_user` WRITE; /*!40000 ALTER TABLE `m_user` DISABLE KEYS */; -INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1730726864,1727267515,1730726358,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL); +INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','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,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1736242025,1730726358,1736241922,'172.18.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL),(5,'manual',1,0,0,0,1,'anon1','restored','','anonfirstname1','anonlastname1','anon1@doesntexist.invalid',0,'','','','','','Perth','AU','en','gregorian','','99',1566468604,1711026678,1711026340,1711026595,'127.0.0.1','',0,'',0,1,0,1,1,0,1729522397,1566468652,0,'','anonlastnamephonetic1','anonfirstnamephonetic1','anonmiddlename1','anonalternatename1',NULL); /*!40000 ALTER TABLE `m_user` ENABLE KEYS */; UNLOCK TABLES; @@ -31372,7 +31689,7 @@ CREATE TABLE `m_user_enrolments` ( KEY `m_userenro_enr_ix` (`enrolid`), KEY `m_userenro_use_ix` (`userid`), KEY `m_userenro_mod_ix` (`modifierid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -31381,7 +31698,7 @@ CREATE TABLE `m_user_enrolments` ( LOCK TABLES `m_user_enrolments` WRITE; /*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; -INSERT INTO `m_user_enrolments` VALUES (1,0,1,3,1566471399,0,2,1566471448,1566471448),(2,0,1,4,1566471399,0,2,1566471456,1566471456); +INSERT INTO `m_user_enrolments` VALUES (3,0,4,3,1566471399,0,2,1736241978,1736241978),(4,0,4,4,1566471399,0,2,1736241978,1736241978); /*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; UNLOCK TABLES; @@ -31493,7 +31810,7 @@ CREATE TABLE `m_user_lastaccess` ( UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), KEY `m_userlast_use_ix` (`userid`), KEY `m_userlast_cou_ix` (`courseid`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -31502,7 +31819,7 @@ CREATE TABLE `m_user_lastaccess` ( LOCK TABLES `m_user_lastaccess` WRITE; /*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; -INSERT INTO `m_user_lastaccess` VALUES (1,2,2,1730726358); +INSERT INTO `m_user_lastaccess` VALUES (2,2,2,1736242025); /*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; @@ -31574,7 +31891,7 @@ CREATE TABLE `m_user_preferences` ( PRIMARY KEY (`id`), UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), KEY `m_userpref_nam_ix` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -31583,7 +31900,7 @@ CREATE TABLE `m_user_preferences` ( LOCK TABLES `m_user_preferences` WRITE; /*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; -INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'),(17,2,'tool_usertours_tour_completion_time_8','1727267680'),(18,2,'tool_usertours_tour_completion_time_11','1727270368'); +INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'),(17,2,'tool_usertours_tour_completion_time_8','1727267680'),(18,2,'tool_usertours_tour_completion_time_11','1727270368'),(19,2,'filepicker_recentrepository','4'),(20,2,'filepicker_recentlicense','allrightsreserved'); /*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; UNLOCK TABLES; @@ -33387,6 +33704,115 @@ LOCK TABLES `t_assignfeedback_file` WRITE; /*!40000 ALTER TABLE `t_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `t_assignment` +-- + +DROP TABLE IF EXISTS `t_assignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resubmit` tinyint NOT NULL DEFAULT '0', + `preventlate` tinyint NOT NULL DEFAULT '0', + `emailteachers` tinyint NOT NULL DEFAULT '0', + `var1` bigint DEFAULT '0', + `var2` bigint DEFAULT '0', + `var3` bigint DEFAULT '0', + `var4` bigint DEFAULT '0', + `var5` bigint DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '100000', + `timedue` bigint NOT NULL DEFAULT '0', + `timeavailable` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assi_cou2_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment` +-- + +LOCK TABLES `t_assignment` WRITE; +/*!40000 ALTER TABLE `t_assignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_submissions` +-- + +DROP TABLE IF EXISTS `t_assignment_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `grade` bigint NOT NULL DEFAULT '0', + `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `teacher` bigint NOT NULL DEFAULT '0', + `timemarked` bigint NOT NULL DEFAULT '0', + `mailed` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assisubm_use2_ix` (`userid`), + KEY `t_assisubm_mai_ix` (`mailed`), + KEY `t_assisubm_tim_ix` (`timemarked`), + KEY `t_assisubm_ass2_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_submissions` +-- + +LOCK TABLES `t_assignment_submissions` WRITE; +/*!40000 ALTER TABLE `t_assignment_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `t_assignment_upgrade` +-- + +DROP TABLE IF EXISTS `t_assignment_upgrade`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_assignment_upgrade` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `oldcmid` bigint NOT NULL DEFAULT '0', + `oldinstance` bigint NOT NULL DEFAULT '0', + `newcmid` bigint NOT NULL DEFAULT '0', + `newinstance` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `t_assiupgr_old_ix` (`oldcmid`), + KEY `t_assiupgr_old2_ix` (`oldinstance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_assignment_upgrade` +-- + +LOCK TABLES `t_assignment_upgrade` WRITE; +/*!40000 ALTER TABLE `t_assignment_upgrade` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_assignment_upgrade` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `t_assignsubmission_file` -- @@ -45093,6 +45519,39 @@ LOCK TABLES `t_scorm_scoes_data` WRITE; /*!40000 ALTER TABLE `t_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `t_scorm_scoes_track` +-- + +DROP TABLE IF EXISTS `t_scorm_scoes_track`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `t_scorm_scoes_track` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `scoid` bigint NOT NULL DEFAULT '0', + `attempt` bigint NOT NULL DEFAULT '1', + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `t_scorscoetrac_usescoscoat_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), + KEY `t_scorscoetrac_use_ix` (`userid`), + KEY `t_scorscoetrac_sco_ix` (`scormid`), + KEY `t_scorscoetrac_sco2_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `t_scorm_scoes_track` +-- + +LOCK TABLES `t_scorm_scoes_track` WRITE; +/*!40000 ALTER TABLE `t_scorm_scoes_track` DISABLE KEYS */; +/*!40000 ALTER TABLE `t_scorm_scoes_track` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `t_scorm_scoes_value` -- @@ -48445,4 +48904,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-11-04 13:36:20 +-- Dump completed on 2025-01-07 9:28:44